(file) Return to root_cimv2_namespace.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / vxworks / cimserver

     1 mike  1.1.2.2 //==============================================================================
     2               //
     3               // CAUTION: THIS FILE WAS GENERATED BY CIMMOFL; PLEASE DO NOT EDIT IT.
     4               //
     5               //==============================================================================
     6               
     7 mike  1.1.2.1 #include "root_cimv2_namespace.h"
     8               
     9               /*NOCHKSRC*/
    10               
    11               PEGASUS_NAMESPACE_BEGIN
    12               
    13               //==============================================================================
    14               //
    15               // Qualifiers
    16               //
    17               //==============================================================================
    18               
    19               static MetaQualifierDecl
    20               _ASSOCIATION_qualifier_decl =
    21               {
    22                   /* name */
    23                   "ASSOCIATION",
    24                   /* type */
    25                   CIMTYPE_BOOLEAN,
    26                   /* subscript */
    27                   -1,
    28 mike  1.1.2.1     /* scope */
    29                   META_SCOPE_ASSOCIATION,
    30                   /* flavor */
    31                   META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
    32                   /* value */
    33                   "\000",
    34               };
    35               
    36               static MetaQualifierDecl
    37               _INDICATION_qualifier_decl =
    38               {
    39                   /* name */
    40                   "INDICATION",
    41                   /* type */
    42                   CIMTYPE_BOOLEAN,
    43                   /* subscript */
    44                   -1,
    45                   /* scope */
    46                   META_SCOPE_CLASS|META_SCOPE_INDICATION,
    47                   /* flavor */
    48                   META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
    49 mike  1.1.2.1     /* value */
    50                   "\000",
    51               };
    52               
    53               static MetaQualifierDecl
    54               _Abstract_qualifier_decl =
    55               {
    56                   /* name */
    57                   "Abstract",
    58                   /* type */
    59                   CIMTYPE_BOOLEAN,
    60                   /* subscript */
    61                   -1,
    62                   /* scope */
    63                   META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_INDICATION,
    64                   /* flavor */
    65                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_RESTRICTED,
    66                   /* value */
    67                   "\000",
    68               };
    69               
    70 mike  1.1.2.1 static MetaQualifierDecl
    71               _Aggregate_qualifier_decl =
    72               {
    73                   /* name */
    74                   "Aggregate",
    75                   /* type */
    76                   CIMTYPE_BOOLEAN,
    77                   /* subscript */
    78                   -1,
    79                   /* scope */
    80                   META_SCOPE_REFERENCE,
    81                   /* flavor */
    82                   META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
    83                   /* value */
    84                   "\000",
    85               };
    86               
    87               static MetaQualifierDecl
    88               _Aggregation_qualifier_decl =
    89               {
    90                   /* name */
    91 mike  1.1.2.1     "Aggregation",
    92                   /* type */
    93                   CIMTYPE_BOOLEAN,
    94                   /* subscript */
    95                   -1,
    96                   /* scope */
    97                   META_SCOPE_ASSOCIATION,
    98                   /* flavor */
    99                   META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
   100                   /* value */
   101                   "\000",
   102               };
   103               
   104               static MetaQualifierDecl
   105               _ArrayType_qualifier_decl =
   106               {
   107                   /* name */
   108                   "ArrayType",
   109                   /* type */
   110                   CIMTYPE_STRING,
   111                   /* subscript */
   112 mike  1.1.2.1     -1,
   113                   /* scope */
   114                   META_SCOPE_PROPERTY|META_SCOPE_PARAMETER,
   115                   /* flavor */
   116                   META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
   117                   /* value */
   118                   "Bag",
   119               };
   120               
   121               static MetaQualifierDecl
   122               _BitMap_qualifier_decl =
   123               {
   124                   /* name */
   125                   "BitMap",
   126                   /* type */
   127                   CIMTYPE_STRING,
   128                   /* subscript */
   129                   0,
   130                   /* scope */
   131                   META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
   132                   /* flavor */
   133 mike  1.1.2.1     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
   134                   /* value */
   135                   0,
   136               };
   137               
   138               static MetaQualifierDecl
   139               _BitValues_qualifier_decl =
   140               {
   141                   /* name */
   142                   "BitValues",
   143                   /* type */
   144                   CIMTYPE_STRING,
   145                   /* subscript */
   146                   0,
   147                   /* scope */
   148                   META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
   149                   /* flavor */
   150                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS|META_FLAVOR_TRANSLATABLE,
   151                   /* value */
   152                   0,
   153               };
   154 mike  1.1.2.1 
   155               static MetaQualifierDecl
   156               _ClassConstraint_qualifier_decl =
   157               {
   158                   /* name */
   159                   "ClassConstraint",
   160                   /* type */
   161                   CIMTYPE_STRING,
   162                   /* subscript */
   163                   0,
   164                   /* scope */
   165                   META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_INDICATION,
   166                   /* flavor */
   167                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
   168                   /* value */
   169                   0,
   170               };
   171               
   172               static MetaQualifierDecl
   173               _Composition_qualifier_decl =
   174               {
   175 mike  1.1.2.1     /* name */
   176                   "Composition",
   177                   /* type */
   178                   CIMTYPE_BOOLEAN,
   179                   /* subscript */
   180                   -1,
   181                   /* scope */
   182                   META_SCOPE_ASSOCIATION,
   183                   /* flavor */
   184                   META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
   185                   /* value */
   186                   "\000",
   187               };
   188               
   189               static MetaQualifierDecl
   190               _Counter_qualifier_decl =
   191               {
   192                   /* name */
   193                   "Counter",
   194                   /* type */
   195                   CIMTYPE_BOOLEAN,
   196 mike  1.1.2.1     /* subscript */
   197                   -1,
   198                   /* scope */
   199                   META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
   200                   /* flavor */
   201                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
   202                   /* value */
   203                   "\000",
   204               };
   205               
   206               static MetaQualifierDecl
   207               _Deprecated_qualifier_decl =
   208               {
   209                   /* name */
   210                   "Deprecated",
   211                   /* type */
   212                   CIMTYPE_STRING,
   213                   /* subscript */
   214                   0,
   215                   /* scope */
   216                   META_SCOPE_ANY,
   217 mike  1.1.2.1     /* flavor */
   218                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_RESTRICTED,
   219                   /* value */
   220                   0,
   221               };
   222               
   223               static MetaQualifierDecl
   224               _Description_qualifier_decl =
   225               {
   226                   /* name */
   227                   "Description",
   228                   /* type */
   229                   CIMTYPE_STRING,
   230                   /* subscript */
   231                   -1,
   232                   /* scope */
   233                   META_SCOPE_ANY,
   234                   /* flavor */
   235                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS|META_FLAVOR_TRANSLATABLE,
   236                   /* value */
   237                   0,
   238 mike  1.1.2.1 };
   239               
   240               static MetaQualifierDecl
   241               _DisplayName_qualifier_decl =
   242               {
   243                   /* name */
   244                   "DisplayName",
   245                   /* type */
   246                   CIMTYPE_STRING,
   247                   /* subscript */
   248                   -1,
   249                   /* scope */
   250                   META_SCOPE_ANY,
   251                   /* flavor */
   252                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS|META_FLAVOR_TRANSLATABLE,
   253                   /* value */
   254                   0,
   255               };
   256               
   257               static MetaQualifierDecl
   258               _DN_qualifier_decl =
   259 mike  1.1.2.1 {
   260                   /* name */
   261                   "DN",
   262                   /* type */
   263                   CIMTYPE_BOOLEAN,
   264                   /* subscript */
   265                   -1,
   266                   /* scope */
   267                   META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
   268                   /* flavor */
   269                   META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
   270                   /* value */
   271                   "\000",
   272               };
   273               
   274               static MetaQualifierDecl
   275               _EmbeddedInstance_qualifier_decl =
   276               {
   277                   /* name */
   278                   "EmbeddedInstance",
   279                   /* type */
   280 mike  1.1.2.1     CIMTYPE_STRING,
   281                   /* subscript */
   282                   -1,
   283                   /* scope */
   284                   META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
   285                   /* flavor */
   286                   META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
   287                   /* value */
   288                   0,
   289               };
   290               
   291               static MetaQualifierDecl
   292               _EmbeddedObject_qualifier_decl =
   293               {
   294                   /* name */
   295                   "EmbeddedObject",
   296                   /* type */
   297                   CIMTYPE_BOOLEAN,
   298                   /* subscript */
   299                   -1,
   300                   /* scope */
   301 mike  1.1.2.1     META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
   302                   /* flavor */
   303                   META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
   304                   /* value */
   305                   "\000",
   306               };
   307               
   308               static MetaQualifierDecl
   309               _Exception_qualifier_decl =
   310               {
   311                   /* name */
   312                   "Exception",
   313                   /* type */
   314                   CIMTYPE_BOOLEAN,
   315                   /* subscript */
   316                   -1,
   317                   /* scope */
   318                   META_SCOPE_CLASS|META_SCOPE_INDICATION,
   319                   /* flavor */
   320                   META_FLAVOR_TOSUBCLASS|META_FLAVOR_TOINSTANCE|META_FLAVOR_DISABLEOVERRIDE,
   321                   /* value */
   322 mike  1.1.2.1     "\000",
   323               };
   324               
   325               static MetaQualifierDecl
   326               _Experimental_qualifier_decl =
   327               {
   328                   /* name */
   329                   "Experimental",
   330                   /* type */
   331                   CIMTYPE_BOOLEAN,
   332                   /* subscript */
   333                   -1,
   334                   /* scope */
   335                   META_SCOPE_ANY,
   336                   /* flavor */
   337                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_RESTRICTED,
   338                   /* value */
   339                   "\000",
   340               };
   341               
   342               static MetaQualifierDecl
   343 mike  1.1.2.1 _Gauge_qualifier_decl =
   344               {
   345                   /* name */
   346                   "Gauge",
   347                   /* type */
   348                   CIMTYPE_BOOLEAN,
   349                   /* subscript */
   350                   -1,
   351                   /* scope */
   352                   META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
   353                   /* flavor */
   354                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
   355                   /* value */
   356                   "\000",
   357               };
   358               
   359               static MetaQualifierDecl
   360               _In_qualifier_decl =
   361               {
   362                   /* name */
   363                   "In",
   364 mike  1.1.2.1     /* type */
   365                   CIMTYPE_BOOLEAN,
   366                   /* subscript */
   367                   -1,
   368                   /* scope */
   369                   META_SCOPE_PARAMETER,
   370                   /* flavor */
   371                   META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
   372                   /* value */
   373                   "\001",
   374               };
   375               
   376               static MetaQualifierDecl
   377               _Key_qualifier_decl =
   378               {
   379                   /* name */
   380                   "Key",
   381                   /* type */
   382                   CIMTYPE_BOOLEAN,
   383                   /* subscript */
   384                   -1,
   385 mike  1.1.2.1     /* scope */
   386                   META_SCOPE_PROPERTY|META_SCOPE_REFERENCE,
   387                   /* flavor */
   388                   META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
   389                   /* value */
   390                   "\000",
   391               };
   392               
   393               static MetaQualifierDecl
   394               _MappingStrings_qualifier_decl =
   395               {
   396                   /* name */
   397                   "MappingStrings",
   398                   /* type */
   399                   CIMTYPE_STRING,
   400                   /* subscript */
   401                   0,
   402                   /* scope */
   403                   META_SCOPE_ANY,
   404                   /* flavor */
   405                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
   406 mike  1.1.2.1     /* value */
   407                   0,
   408               };
   409               
   410               static MetaQualifierDecl
   411               _Max_qualifier_decl =
   412               {
   413                   /* name */
   414                   "Max",
   415                   /* type */
   416                   CIMTYPE_UINT32,
   417                   /* subscript */
   418                   -1,
   419                   /* scope */
   420                   META_SCOPE_REFERENCE,
   421                   /* flavor */
   422                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
   423                   /* value */
   424                   0,
   425               };
   426               
   427 mike  1.1.2.1 static MetaQualifierDecl
   428               _MaxLen_qualifier_decl =
   429               {
   430                   /* name */
   431                   "MaxLen",
   432                   /* type */
   433                   CIMTYPE_UINT32,
   434                   /* subscript */
   435                   -1,
   436                   /* scope */
   437                   META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
   438                   /* flavor */
   439                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
   440                   /* value */
   441                   0,
   442               };
   443               
   444               static MetaQualifierDecl
   445               _MaxValue_qualifier_decl =
   446               {
   447                   /* name */
   448 mike  1.1.2.1     "MaxValue",
   449                   /* type */
   450                   CIMTYPE_SINT64,
   451                   /* subscript */
   452                   -1,
   453                   /* scope */
   454                   META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
   455                   /* flavor */
   456                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
   457                   /* value */
   458                   0,
   459               };
   460               
   461               static MetaQualifierDecl
   462               _MethodConstraint_qualifier_decl =
   463               {
   464                   /* name */
   465                   "MethodConstraint",
   466                   /* type */
   467                   CIMTYPE_STRING,
   468                   /* subscript */
   469 mike  1.1.2.1     0,
   470                   /* scope */
   471                   META_SCOPE_METHOD,
   472                   /* flavor */
   473                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
   474                   /* value */
   475                   0,
   476               };
   477               
   478               static MetaQualifierDecl
   479               _Min_qualifier_decl =
   480               {
   481                   /* name */
   482                   "Min",
   483                   /* type */
   484                   CIMTYPE_UINT32,
   485                   /* subscript */
   486                   -1,
   487                   /* scope */
   488                   META_SCOPE_REFERENCE,
   489                   /* flavor */
   490 mike  1.1.2.1     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
   491                   /* value */
   492                   "\000\000\000\000",
   493               };
   494               
   495               static MetaQualifierDecl
   496               _MinLen_qualifier_decl =
   497               {
   498                   /* name */
   499                   "MinLen",
   500                   /* type */
   501                   CIMTYPE_UINT32,
   502                   /* subscript */
   503                   -1,
   504                   /* scope */
   505                   META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
   506                   /* flavor */
   507                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
   508                   /* value */
   509                   "\000\000\000\000",
   510               };
   511 mike  1.1.2.1 
   512               static MetaQualifierDecl
   513               _MinValue_qualifier_decl =
   514               {
   515                   /* name */
   516                   "MinValue",
   517                   /* type */
   518                   CIMTYPE_SINT64,
   519                   /* subscript */
   520                   -1,
   521                   /* scope */
   522                   META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
   523                   /* flavor */
   524                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
   525                   /* value */
   526                   0,
   527               };
   528               
   529               static MetaQualifierDecl
   530               _ModelCorrespondence_qualifier_decl =
   531               {
   532 mike  1.1.2.1     /* name */
   533                   "ModelCorrespondence",
   534                   /* type */
   535                   CIMTYPE_STRING,
   536                   /* subscript */
   537                   0,
   538                   /* scope */
   539                   META_SCOPE_ANY,
   540                   /* flavor */
   541                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
   542                   /* value */
   543                   0,
   544               };
   545               
   546               static MetaQualifierDecl
   547               _Nonlocal_qualifier_decl =
   548               {
   549                   /* name */
   550                   "Nonlocal",
   551                   /* type */
   552                   CIMTYPE_STRING,
   553 mike  1.1.2.1     /* subscript */
   554                   -1,
   555                   /* scope */
   556                   META_SCOPE_REFERENCE,
   557                   /* flavor */
   558                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
   559                   /* value */
   560                   0,
   561               };
   562               
   563               static MetaQualifierDecl
   564               _NonlocalType_qualifier_decl =
   565               {
   566                   /* name */
   567                   "NonlocalType",
   568                   /* type */
   569                   CIMTYPE_STRING,
   570                   /* subscript */
   571                   -1,
   572                   /* scope */
   573                   META_SCOPE_REFERENCE,
   574 mike  1.1.2.1     /* flavor */
   575                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
   576                   /* value */
   577                   0,
   578               };
   579               
   580               static MetaQualifierDecl
   581               _NullValue_qualifier_decl =
   582               {
   583                   /* name */
   584                   "NullValue",
   585                   /* type */
   586                   CIMTYPE_STRING,
   587                   /* subscript */
   588                   -1,
   589                   /* scope */
   590                   META_SCOPE_PROPERTY,
   591                   /* flavor */
   592                   META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
   593                   /* value */
   594                   0,
   595 mike  1.1.2.1 };
   596               
   597               static MetaQualifierDecl
   598               _Octetstring_qualifier_decl =
   599               {
   600                   /* name */
   601                   "Octetstring",
   602                   /* type */
   603                   CIMTYPE_BOOLEAN,
   604                   /* subscript */
   605                   -1,
   606                   /* scope */
   607                   META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
   608                   /* flavor */
   609                   META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
   610                   /* value */
   611                   "\000",
   612               };
   613               
   614               static MetaQualifierDecl
   615               _Out_qualifier_decl =
   616 mike  1.1.2.1 {
   617                   /* name */
   618                   "Out",
   619                   /* type */
   620                   CIMTYPE_BOOLEAN,
   621                   /* subscript */
   622                   -1,
   623                   /* scope */
   624                   META_SCOPE_PARAMETER,
   625                   /* flavor */
   626                   META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
   627                   /* value */
   628                   "\000",
   629               };
   630               
   631               static MetaQualifierDecl
   632               _Override_qualifier_decl =
   633               {
   634                   /* name */
   635                   "Override",
   636                   /* type */
   637 mike  1.1.2.1     CIMTYPE_STRING,
   638                   /* subscript */
   639                   -1,
   640                   /* scope */
   641                   META_SCOPE_PROPERTY|META_SCOPE_REFERENCE|META_SCOPE_METHOD,
   642                   /* flavor */
   643                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_RESTRICTED,
   644                   /* value */
   645                   0,
   646               };
   647               
   648               static MetaQualifierDecl
   649               _Propagated_qualifier_decl =
   650               {
   651                   /* name */
   652                   "Propagated",
   653                   /* type */
   654                   CIMTYPE_STRING,
   655                   /* subscript */
   656                   -1,
   657                   /* scope */
   658 mike  1.1.2.1     META_SCOPE_PROPERTY,
   659                   /* flavor */
   660                   META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
   661                   /* value */
   662                   0,
   663               };
   664               
   665               static MetaQualifierDecl
   666               _PropertyConstraint_qualifier_decl =
   667               {
   668                   /* name */
   669                   "PropertyConstraint",
   670                   /* type */
   671                   CIMTYPE_STRING,
   672                   /* subscript */
   673                   0,
   674                   /* scope */
   675                   META_SCOPE_PROPERTY|META_SCOPE_REFERENCE,
   676                   /* flavor */
   677                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
   678                   /* value */
   679 mike  1.1.2.1     0,
   680               };
   681               
   682               static MetaQualifierDecl
   683               _Read_qualifier_decl =
   684               {
   685                   /* name */
   686                   "Read",
   687                   /* type */
   688                   CIMTYPE_BOOLEAN,
   689                   /* subscript */
   690                   -1,
   691                   /* scope */
   692                   META_SCOPE_PROPERTY,
   693                   /* flavor */
   694                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
   695                   /* value */
   696                   "\001",
   697               };
   698               
   699               static MetaQualifierDecl
   700 mike  1.1.2.1 _Required_qualifier_decl =
   701               {
   702                   /* name */
   703                   "Required",
   704                   /* type */
   705                   CIMTYPE_BOOLEAN,
   706                   /* subscript */
   707                   -1,
   708                   /* scope */
   709                   META_SCOPE_PROPERTY|META_SCOPE_REFERENCE|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
   710                   /* flavor */
   711                   META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
   712                   /* value */
   713                   "\000",
   714               };
   715               
   716               static MetaQualifierDecl
   717               _Revision_qualifier_decl =
   718               {
   719                   /* name */
   720                   "Revision",
   721 mike  1.1.2.1     /* type */
   722                   CIMTYPE_STRING,
   723                   /* subscript */
   724                   -1,
   725                   /* scope */
   726                   META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_INDICATION,
   727                   /* flavor */
   728                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS|META_FLAVOR_TRANSLATABLE,
   729                   /* value */
   730                   0,
   731               };
   732               
   733               static MetaQualifierDecl
   734               _CLASS_qualifier_decl =
   735               {
   736                   /* name */
   737                   "CLASS",
   738                   /* type */
   739                   CIMTYPE_STRING,
   740                   /* subscript */
   741                   -1,
   742 mike  1.1.2.1     /* scope */
   743                   META_SCOPE_PROPERTY|META_SCOPE_METHOD,
   744                   /* flavor */
   745                   META_FLAVOR_TOSUBCLASS|META_FLAVOR_TRANSLATABLE|META_FLAVOR_DISABLEOVERRIDE,
   746                   /* value */
   747                   0,
   748               };
   749               
   750               static MetaQualifierDecl
   751               _Source_qualifier_decl =
   752               {
   753                   /* name */
   754                   "Source",
   755                   /* type */
   756                   CIMTYPE_STRING,
   757                   /* subscript */
   758                   -1,
   759                   /* scope */
   760                   META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_INDICATION,
   761                   /* flavor */
   762                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
   763 mike  1.1.2.1     /* value */
   764                   0,
   765               };
   766               
   767               static MetaQualifierDecl
   768               _SourceType_qualifier_decl =
   769               {
   770                   /* name */
   771                   "SourceType",
   772                   /* type */
   773                   CIMTYPE_STRING,
   774                   /* subscript */
   775                   -1,
   776                   /* scope */
   777                   META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_INDICATION|META_SCOPE_REFERENCE,
   778                   /* flavor */
   779                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
   780                   /* value */
   781                   0,
   782               };
   783               
   784 mike  1.1.2.1 static MetaQualifierDecl
   785               _Static_qualifier_decl =
   786               {
   787                   /* name */
   788                   "Static",
   789                   /* type */
   790                   CIMTYPE_BOOLEAN,
   791                   /* subscript */
   792                   -1,
   793                   /* scope */
   794                   META_SCOPE_PROPERTY|META_SCOPE_METHOD,
   795                   /* flavor */
   796                   META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
   797                   /* value */
   798                   "\000",
   799               };
   800               
   801               static MetaQualifierDecl
   802               _Terminal_qualifier_decl =
   803               {
   804                   /* name */
   805 mike  1.1.2.1     "Terminal",
   806                   /* type */
   807                   CIMTYPE_BOOLEAN,
   808                   /* subscript */
   809                   -1,
   810                   /* scope */
   811                   META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_INDICATION,
   812                   /* flavor */
   813                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
   814                   /* value */
   815                   "\000",
   816               };
   817               
   818               static MetaQualifierDecl
   819               _UMLPackagePath_qualifier_decl =
   820               {
   821                   /* name */
   822                   "UMLPackagePath",
   823                   /* type */
   824                   CIMTYPE_STRING,
   825                   /* subscript */
   826 mike  1.1.2.1     -1,
   827                   /* scope */
   828                   META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_INDICATION,
   829                   /* flavor */
   830                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
   831                   /* value */
   832                   0,
   833               };
   834               
   835               static MetaQualifierDecl
   836               _Units_qualifier_decl =
   837               {
   838                   /* name */
   839                   "Units",
   840                   /* type */
   841                   CIMTYPE_STRING,
   842                   /* subscript */
   843                   -1,
   844                   /* scope */
   845                   META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
   846                   /* flavor */
   847 mike  1.1.2.1     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS|META_FLAVOR_TRANSLATABLE,
   848                   /* value */
   849                   0,
   850               };
   851               
   852               static MetaQualifierDecl
   853               _ValueMap_qualifier_decl =
   854               {
   855                   /* name */
   856                   "ValueMap",
   857                   /* type */
   858                   CIMTYPE_STRING,
   859                   /* subscript */
   860                   0,
   861                   /* scope */
   862                   META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
   863                   /* flavor */
   864                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
   865                   /* value */
   866                   0,
   867               };
   868 mike  1.1.2.1 
   869               static MetaQualifierDecl
   870               _Values_qualifier_decl =
   871               {
   872                   /* name */
   873                   "Values",
   874                   /* type */
   875                   CIMTYPE_STRING,
   876                   /* subscript */
   877                   0,
   878                   /* scope */
   879                   META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
   880                   /* flavor */
   881                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS|META_FLAVOR_TRANSLATABLE,
   882                   /* value */
   883                   0,
   884               };
   885               
   886               static MetaQualifierDecl
   887               _Version_qualifier_decl =
   888               {
   889 mike  1.1.2.1     /* name */
   890                   "Version",
   891                   /* type */
   892                   CIMTYPE_STRING,
   893                   /* subscript */
   894                   -1,
   895                   /* scope */
   896                   META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_INDICATION,
   897                   /* flavor */
   898                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TRANSLATABLE|META_FLAVOR_RESTRICTED,
   899                   /* value */
   900                   0,
   901               };
   902               
   903               static MetaQualifierDecl
   904               _Weak_qualifier_decl =
   905               {
   906                   /* name */
   907                   "Weak",
   908                   /* type */
   909                   CIMTYPE_BOOLEAN,
   910 mike  1.1.2.1     /* subscript */
   911                   -1,
   912                   /* scope */
   913                   META_SCOPE_REFERENCE,
   914                   /* flavor */
   915                   META_FLAVOR_TOSUBCLASS|META_FLAVOR_TOINSTANCE|META_FLAVOR_DISABLEOVERRIDE,
   916                   /* value */
   917                   "\000",
   918               };
   919               
   920               static MetaQualifierDecl
   921               _Write_qualifier_decl =
   922               {
   923                   /* name */
   924                   "Write",
   925                   /* type */
   926                   CIMTYPE_BOOLEAN,
   927                   /* subscript */
   928                   -1,
   929                   /* scope */
   930                   META_SCOPE_PROPERTY,
   931 mike  1.1.2.1     /* flavor */
   932                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
   933                   /* value */
   934                   "\000",
   935               };
   936               
   937               static MetaQualifierDecl
   938               _Alias_qualifier_decl =
   939               {
   940                   /* name */
   941                   "Alias",
   942                   /* type */
   943                   CIMTYPE_STRING,
   944                   /* subscript */
   945                   -1,
   946                   /* scope */
   947                   META_SCOPE_PROPERTY|META_SCOPE_REFERENCE|META_SCOPE_METHOD,
   948                   /* flavor */
   949                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS|META_FLAVOR_TRANSLATABLE,
   950                   /* value */
   951                   0,
   952 mike  1.1.2.1 };
   953               
   954               static MetaQualifierDecl
   955               _Delete_qualifier_decl =
   956               {
   957                   /* name */
   958                   "Delete",
   959                   /* type */
   960                   CIMTYPE_BOOLEAN,
   961                   /* subscript */
   962                   -1,
   963                   /* scope */
   964                   META_SCOPE_ASSOCIATION|META_SCOPE_REFERENCE,
   965                   /* flavor */
   966                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
   967                   /* value */
   968                   "\000",
   969               };
   970               
   971               static MetaQualifierDecl
   972               _Expensive_qualifier_decl =
   973 mike  1.1.2.1 {
   974                   /* name */
   975                   "Expensive",
   976                   /* type */
   977                   CIMTYPE_BOOLEAN,
   978                   /* subscript */
   979                   -1,
   980                   /* scope */
   981                   META_SCOPE_ANY,
   982                   /* flavor */
   983                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
   984                   /* value */
   985                   "\000",
   986               };
   987               
   988               static MetaQualifierDecl
   989               _Ifdeleted_qualifier_decl =
   990               {
   991                   /* name */
   992                   "Ifdeleted",
   993                   /* type */
   994 mike  1.1.2.1     CIMTYPE_BOOLEAN,
   995                   /* subscript */
   996                   -1,
   997                   /* scope */
   998                   META_SCOPE_ASSOCIATION|META_SCOPE_REFERENCE,
   999                   /* flavor */
  1000                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  1001                   /* value */
  1002                   "\000",
  1003               };
  1004               
  1005               static MetaQualifierDecl
  1006               _Invisible_qualifier_decl =
  1007               {
  1008                   /* name */
  1009                   "Invisible",
  1010                   /* type */
  1011                   CIMTYPE_BOOLEAN,
  1012                   /* subscript */
  1013                   -1,
  1014                   /* scope */
  1015 mike  1.1.2.1     META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_PROPERTY|META_SCOPE_REFERENCE|META_SCOPE_METHOD,
  1016                   /* flavor */
  1017                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  1018                   /* value */
  1019                   "\000",
  1020               };
  1021               
  1022               static MetaQualifierDecl
  1023               _Large_qualifier_decl =
  1024               {
  1025                   /* name */
  1026                   "Large",
  1027                   /* type */
  1028                   CIMTYPE_BOOLEAN,
  1029                   /* subscript */
  1030                   -1,
  1031                   /* scope */
  1032                   META_SCOPE_CLASS|META_SCOPE_PROPERTY,
  1033                   /* flavor */
  1034                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  1035                   /* value */
  1036 mike  1.1.2.1     "\000",
  1037               };
  1038               
  1039               static MetaQualifierDecl
  1040               _PropertyUsage_qualifier_decl =
  1041               {
  1042                   /* name */
  1043                   "PropertyUsage",
  1044                   /* type */
  1045                   CIMTYPE_STRING,
  1046                   /* subscript */
  1047                   -1,
  1048                   /* scope */
  1049                   META_SCOPE_PROPERTY,
  1050                   /* flavor */
  1051                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  1052                   /* value */
  1053                   "CurrentContext",
  1054               };
  1055               
  1056               static MetaQualifierDecl
  1057 mike  1.1.2.1 _Provider_qualifier_decl =
  1058               {
  1059                   /* name */
  1060                   "Provider",
  1061                   /* type */
  1062                   CIMTYPE_STRING,
  1063                   /* subscript */
  1064                   -1,
  1065                   /* scope */
  1066                   META_SCOPE_ANY,
  1067                   /* flavor */
  1068                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  1069                   /* value */
  1070                   0,
  1071               };
  1072               
  1073               static MetaQualifierDecl
  1074               _SyntaxType_qualifier_decl =
  1075               {
  1076                   /* name */
  1077                   "SyntaxType",
  1078 mike  1.1.2.1     /* type */
  1079                   CIMTYPE_STRING,
  1080                   /* subscript */
  1081                   -1,
  1082                   /* scope */
  1083                   META_SCOPE_PROPERTY|META_SCOPE_REFERENCE|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
  1084                   /* flavor */
  1085                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  1086                   /* value */
  1087                   0,
  1088               };
  1089               
  1090               static MetaQualifierDecl
  1091               _Syntax_qualifier_decl =
  1092               {
  1093                   /* name */
  1094                   "Syntax",
  1095                   /* type */
  1096                   CIMTYPE_STRING,
  1097                   /* subscript */
  1098                   -1,
  1099 mike  1.1.2.1     /* scope */
  1100                   META_SCOPE_PROPERTY|META_SCOPE_REFERENCE|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
  1101                   /* flavor */
  1102                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  1103                   /* value */
  1104                   0,
  1105               };
  1106               
  1107               static MetaQualifierDecl
  1108               _TriggerType_qualifier_decl =
  1109               {
  1110                   /* name */
  1111                   "TriggerType",
  1112                   /* type */
  1113                   CIMTYPE_STRING,
  1114                   /* subscript */
  1115                   -1,
  1116                   /* scope */
  1117                   META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_INDICATION|META_SCOPE_PROPERTY|META_SCOPE_REFERENCE|META_SCOPE_METHOD,
  1118                   /* flavor */
  1119                   META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  1120 mike  1.1.2.1     /* value */
  1121                   0,
  1122               };
  1123               
  1124               static MetaQualifierDecl
  1125               _UnknownValues_qualifier_decl =
  1126               {
  1127                   /* name */
  1128                   "UnknownValues",
  1129                   /* type */
  1130                   CIMTYPE_STRING,
  1131                   /* subscript */
  1132                   0,
  1133                   /* scope */
  1134                   META_SCOPE_PROPERTY,
  1135                   /* flavor */
  1136                   META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
  1137                   /* value */
  1138                   0,
  1139               };
  1140               
  1141 mike  1.1.2.1 static MetaQualifierDecl
  1142               _UnsupportedValues_qualifier_decl =
  1143               {
  1144                   /* name */
  1145                   "UnsupportedValues",
  1146                   /* type */
  1147                   CIMTYPE_STRING,
  1148                   /* subscript */
  1149                   0,
  1150                   /* scope */
  1151                   META_SCOPE_PROPERTY,
  1152                   /* flavor */
  1153                   META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
  1154                   /* value */
  1155                   0,
  1156               };
  1157               
  1158               //==============================================================================
  1159               //
  1160               // Forward class declarations
  1161               //
  1162 mike  1.1.2.1 //==============================================================================
  1163               
  1164               extern MetaClass __root_cimv2_CIM_DiagnosticResult;
  1165               extern MetaClass __root_cimv2_CIM_Indication;
  1166               extern MetaClass __root_cimv2_CIM_ManagedElement;
  1167               extern MetaClass __root_cimv2_CIM_BaseMetricDefinition;
  1168               extern MetaClass __root_cimv2_CIM_BaseMetricValue;
  1169               extern MetaClass __root_cimv2_CIM_BlockStatisticsManifest;
  1170               extern MetaClass __root_cimv2_CIM_Capabilities;
  1171               extern MetaClass __root_cimv2_CIM_ClassIndication;
  1172               extern MetaClass __root_cimv2_CIM_ClassModification;
  1173               extern MetaClass __root_cimv2_CIM_Collection;
  1174               extern MetaClass __root_cimv2_CIM_CollectionOfMSEs;
  1175               extern MetaClass __root_cimv2_CIM_CommonDatabaseCapabilities;
  1176               extern MetaClass __root_cimv2_CIM_Component;
  1177               extern MetaClass __root_cimv2_CIM_ComputerSystemNodeCapabilities;
  1178               extern MetaClass __root_cimv2_CIM_ConcreteCollection;
  1179               extern MetaClass __root_cimv2_CIM_ConcreteComponent;
  1180               extern MetaClass __root_cimv2_CIM_Configuration;
  1181               extern MetaClass __root_cimv2_CIM_ConfigurationComponent;
  1182               extern MetaClass __root_cimv2_CIM_Credential;
  1183 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_Dependency;
  1184               extern MetaClass __root_cimv2_CIM_DependencyContext;
  1185               extern MetaClass __root_cimv2_CIM_DiagnosticResultInPackage;
  1186               extern MetaClass __root_cimv2_CIM_DiagnosticServiceCapabilities;
  1187               extern MetaClass __root_cimv2_CIM_DiskGroup;
  1188               extern MetaClass __root_cimv2_CIM_ElementCapabilities;
  1189               extern MetaClass __root_cimv2_CIM_EnabledLogicalElementCapabilities;
  1190               extern MetaClass __root_cimv2_CIM_FCSwitchCapabilities;
  1191               extern MetaClass __root_cimv2_CIM_FileSystemCapabilities;
  1192               extern MetaClass __root_cimv2_CIM_FRU;
  1193               extern MetaClass __root_cimv2_CIM_Group;
  1194               extern MetaClass __root_cimv2_CIM_HostedDependency;
  1195               extern MetaClass __root_cimv2_CIM_Identity;
  1196               extern MetaClass __root_cimv2_CIM_IdentityContext;
  1197               extern MetaClass __root_cimv2_CIM_IndicationFilter;
  1198               extern MetaClass __root_cimv2_CIM_InstalledProduct;
  1199               extern MetaClass __root_cimv2_CIM_InstIndication;
  1200               extern MetaClass __root_cimv2_CIM_InstMethodCall;
  1201               extern MetaClass __root_cimv2_CIM_InstModification;
  1202               extern MetaClass __root_cimv2_CIM_InstRead;
  1203               extern MetaClass __root_cimv2_CIM_IPAddressRange;
  1204 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_IPNetworkIdentity;
  1205               extern MetaClass __root_cimv2_CIM_iSCSICapabilities;
  1206               extern MetaClass __root_cimv2_CIM_J2eeManagedObjectCapabilities;
  1207               extern MetaClass __root_cimv2_CIM_KerberosTicket;
  1208               extern MetaClass __root_cimv2_CIM_ListenerDestination;
  1209               extern MetaClass __root_cimv2_CIM_ListenerDestinationCIMXML;
  1210               extern MetaClass __root_cimv2_CIM_LocalizationCapabilities;
  1211               extern MetaClass __root_cimv2_CIM_Location;
  1212               extern MetaClass __root_cimv2_CIM_LogicalIdentity;
  1213               extern MetaClass __root_cimv2_CIM_LogicalNetwork;
  1214               extern MetaClass __root_cimv2_CIM_LogicalPortCapabilities;
  1215               extern MetaClass __root_cimv2_CIM_ManagedSystemElement;
  1216               extern MetaClass __root_cimv2_CIM_MemberOfCollection;
  1217               extern MetaClass __root_cimv2_CIM_MemberPrincipal;
  1218               extern MetaClass __root_cimv2_CIM_MethodParameters;
  1219               extern MetaClass __root_cimv2_CIM_MetricDefForME;
  1220               extern MetaClass __root_cimv2_CIM_MetricDefinition;
  1221               extern MetaClass __root_cimv2_CIM_MetricForME;
  1222               extern MetaClass __root_cimv2_CIM_MetricInstance;
  1223               extern MetaClass __root_cimv2_CIM_NamedSharedIKESecret;
  1224               extern MetaClass __root_cimv2_CIM_Namespace;
  1225 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_NextHopRoute;
  1226               extern MetaClass __root_cimv2_CIM_OrderedMemberOfCollection;
  1227               extern MetaClass __root_cimv2_CIM_OrganizationalEntity;
  1228               extern MetaClass __root_cimv2_CIM_OrgStructure;
  1229               extern MetaClass __root_cimv2_CIM_OrgUnit;
  1230               extern MetaClass __root_cimv2_CIM_OSPFServiceCapabilities;
  1231               extern MetaClass __root_cimv2_CIM_OtherGroupInformation;
  1232               extern MetaClass __root_cimv2_CIM_OtherOrganizationInformation;
  1233               extern MetaClass __root_cimv2_CIM_OtherOrgUnitInformation;
  1234               extern MetaClass __root_cimv2_CIM_OtherPersonInformation;
  1235               extern MetaClass __root_cimv2_CIM_OtherRoleInformation;
  1236               extern MetaClass __root_cimv2_CIM_ParametersForMethod;
  1237               extern MetaClass __root_cimv2_CIM_ParameterValueSources;
  1238               extern MetaClass __root_cimv2_CIM_PhysicalCapacity;
  1239               extern MetaClass __root_cimv2_CIM_PhysicalElement;
  1240               extern MetaClass __root_cimv2_CIM_PhysicalLink;
  1241               extern MetaClass __root_cimv2_CIM_PhysicalPackage;
  1242               extern MetaClass __root_cimv2_CIM_Policy;
  1243               extern MetaClass __root_cimv2_CIM_PolicyAction;
  1244               extern MetaClass __root_cimv2_CIM_PolicyComponent;
  1245               extern MetaClass __root_cimv2_CIM_PolicyCondition;
  1246 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_PolicyConditionStructure;
  1247               extern MetaClass __root_cimv2_CIM_PolicySet;
  1248               extern MetaClass __root_cimv2_CIM_PolicySetAppliesToElement;
  1249               extern MetaClass __root_cimv2_CIM_PolicySetComponent;
  1250               extern MetaClass __root_cimv2_CIM_PolicyTimePeriodCondition;
  1251               extern MetaClass __root_cimv2_CIM_PowerManagementCapabilities;
  1252               extern MetaClass __root_cimv2_CIM_Privilege;
  1253               extern MetaClass __root_cimv2_CIM_ProcessIndication;
  1254               extern MetaClass __root_cimv2_CIM_Product;
  1255               extern MetaClass __root_cimv2_CIM_ProductComponent;
  1256               extern MetaClass __root_cimv2_CIM_ProductFRU;
  1257               extern MetaClass __root_cimv2_CIM_ProductParentChild;
  1258               extern MetaClass __root_cimv2_CIM_ProductPhysicalComponent;
  1259               extern MetaClass __root_cimv2_CIM_ProductPhysicalElements;
  1260               extern MetaClass __root_cimv2_CIM_ProductProductDependency;
  1261               extern MetaClass __root_cimv2_CIM_Profile;
  1262               extern MetaClass __root_cimv2_CIM_ProtocolControllerMaskingCapabilities;
  1263               extern MetaClass __root_cimv2_CIM_PublicKeyCertificate;
  1264               extern MetaClass __root_cimv2_CIM_RecordForLog;
  1265               extern MetaClass __root_cimv2_CIM_RegisteredProfile;
  1266               extern MetaClass __root_cimv2_CIM_RegisteredSubProfile;
  1267 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_RejectConnectionAction;
  1268               extern MetaClass __root_cimv2_CIM_ReplaceableProductFRU;
  1269               extern MetaClass __root_cimv2_CIM_ReplacementSet;
  1270               extern MetaClass __root_cimv2_CIM_Role;
  1271               extern MetaClass __root_cimv2_CIM_SAAction;
  1272               extern MetaClass __root_cimv2_CIM_SANegotiationAction;
  1273               extern MetaClass __root_cimv2_CIM_SAStaticAction;
  1274               extern MetaClass __root_cimv2_CIM_SchedulingElement;
  1275               extern MetaClass __root_cimv2_CIM_SecuritySensitivity;
  1276               extern MetaClass __root_cimv2_CIM_Setting;
  1277               extern MetaClass __root_cimv2_CIM_SettingContext;
  1278               extern MetaClass __root_cimv2_CIM_SettingData;
  1279               extern MetaClass __root_cimv2_CIM_SharedSecret;
  1280               extern MetaClass __root_cimv2_CIM_SNMPTrapIndication;
  1281               extern MetaClass __root_cimv2_CIM_Spared;
  1282               extern MetaClass __root_cimv2_CIM_StatisticalData;
  1283               extern MetaClass __root_cimv2_CIM_StatisticalInformation;
  1284               extern MetaClass __root_cimv2_CIM_StatisticalRuntimeOverview;
  1285               extern MetaClass __root_cimv2_CIM_StatisticalSetting;
  1286               extern MetaClass __root_cimv2_CIM_Statistics;
  1287               extern MetaClass __root_cimv2_CIM_StatisticsCapabilities;
  1288 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_StorageClientSettingData;
  1289               extern MetaClass __root_cimv2_CIM_StorageConfigurationCapabilities;
  1290               extern MetaClass __root_cimv2_CIM_StorageError;
  1291               extern MetaClass __root_cimv2_CIM_StorageHardwareID;
  1292               extern MetaClass __root_cimv2_CIM_StorageReplicationCapabilities;
  1293               extern MetaClass __root_cimv2_CIM_StorageSetting;
  1294               extern MetaClass __root_cimv2_CIM_StorageSettingWithHints;
  1295               extern MetaClass __root_cimv2_CIM_SupportAccess;
  1296               extern MetaClass __root_cimv2_CIM_Synchronized;
  1297               extern MetaClass __root_cimv2_CIM_SystemConfiguration;
  1298               extern MetaClass __root_cimv2_CIM_SystemIdentification;
  1299               extern MetaClass __root_cimv2_CIM_SystemInNamespace;
  1300               extern MetaClass __root_cimv2_CIM_SystemSetting;
  1301               extern MetaClass __root_cimv2_CIM_SystemSettingContext;
  1302               extern MetaClass __root_cimv2_CIM_SystemSpecificCollection;
  1303               extern MetaClass __root_cimv2_CIM_SystemStatisticalInformation;
  1304               extern MetaClass __root_cimv2_CIM_TimeZone;
  1305               extern MetaClass __root_cimv2_CIM_TraceLevelType;
  1306               extern MetaClass __root_cimv2_CIM_UnitOfWork;
  1307               extern MetaClass __root_cimv2_CIM_UnixProcessStatisticalInformation;
  1308               extern MetaClass __root_cimv2_CIM_UnsignedPublicKey;
  1309 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_UoWMetric;
  1310               extern MetaClass __root_cimv2_CIM_UserEntity;
  1311               extern MetaClass __root_cimv2_CIM_UsersAccess;
  1312               extern MetaClass __root_cimv2_CIM_UsersCredential;
  1313               extern MetaClass __root_cimv2_CIM_VendorPolicyAction;
  1314               extern MetaClass __root_cimv2_CIM_VendorPolicyCondition;
  1315               extern MetaClass __root_cimv2_CIM_VideoControllerResolution;
  1316               extern MetaClass __root_cimv2_CIM_WRRSchedulingElement;
  1317               extern MetaClass __root_cimv2_CIM_ZoneCapabilities;
  1318               extern MetaClass __root_cimv2_PRS_ExchangeElement;
  1319               extern MetaClass __root_cimv2_PRS_ExpressionElement;
  1320               extern MetaClass __root_cimv2_PRS_Feature;
  1321               extern MetaClass __root_cimv2_PRS_Location;
  1322               extern MetaClass __root_cimv2_PRS_Product;
  1323               extern MetaClass __root_cimv2_PRS_ProductComponent;
  1324               extern MetaClass __root_cimv2_PRS_ProductParentChild;
  1325               extern MetaClass __root_cimv2_PRS_Resource;
  1326               extern MetaClass __root_cimv2_PRS_Revision;
  1327               extern MetaClass __root_cimv2_PRS_ServiceIncident;
  1328               extern MetaClass __root_cimv2_PRS_Solution;
  1329               extern MetaClass __root_cimv2_PRS_SolutionElement;
  1330 mike  1.1.2.1 extern MetaClass __root_cimv2_PRS_SolutionHasElement;
  1331               extern MetaClass __root_cimv2_PRS_Statement;
  1332               extern MetaClass __root_cimv2_PRS_StatementFeature;
  1333               extern MetaClass __root_cimv2_PRS_Transaction;
  1334               extern MetaClass __root_cimv2_CIM_AlertIndication;
  1335               extern MetaClass __root_cimv2_CIM_AlertInstIndication;
  1336               extern MetaClass __root_cimv2_CIM_AllocationSchedulingElement;
  1337               extern MetaClass __root_cimv2_CIM_AssignedIdentity;
  1338               extern MetaClass __root_cimv2_CIM_AuthenticationCondition;
  1339               extern MetaClass __root_cimv2_CIM_AuthorizedPrivilege;
  1340               extern MetaClass __root_cimv2_CIM_AuthorizedSubject;
  1341               extern MetaClass __root_cimv2_CIM_AuthorizedTarget;
  1342               extern MetaClass __root_cimv2_CIM_BGPCluster;
  1343               extern MetaClass __root_cimv2_CIM_BGPEndpointStatistics;
  1344               extern MetaClass __root_cimv2_CIM_BGPPeerGroup;
  1345               extern MetaClass __root_cimv2_CIM_BiometricAuthentication;
  1346               extern MetaClass __root_cimv2_CIM_BlockStatisticsCapabilities;
  1347               extern MetaClass __root_cimv2_CIM_BlockStatisticsManifestCollection;
  1348               extern MetaClass __root_cimv2_CIM_BlockStorageStatisticalData;
  1349               extern MetaClass __root_cimv2_CIM_BufferPool;
  1350               extern MetaClass __root_cimv2_CIM_CIMOMStatisticalData;
  1351 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_ClassCreation;
  1352               extern MetaClass __root_cimv2_CIM_ClassDeletion;
  1353               extern MetaClass __root_cimv2_CIM_CollectedBufferPool;
  1354               extern MetaClass __root_cimv2_CIM_CollectedCollections;
  1355               extern MetaClass __root_cimv2_CIM_CollectedMSEs;
  1356               extern MetaClass __root_cimv2_CIM_CollectionConfiguration;
  1357               extern MetaClass __root_cimv2_CIM_CollectionInOrganization;
  1358               extern MetaClass __root_cimv2_CIM_CollectionSetting;
  1359               extern MetaClass __root_cimv2_CIM_CommonDatabaseSettingData;
  1360               extern MetaClass __root_cimv2_CIM_CommonDatabaseStatistics;
  1361               extern MetaClass __root_cimv2_CIM_CompatibleProduct;
  1362               extern MetaClass __root_cimv2_CIM_CompoundPolicyAction;
  1363               extern MetaClass __root_cimv2_CIM_CompoundPolicyCondition;
  1364               extern MetaClass __root_cimv2_CIM_ConcreteDependency;
  1365               extern MetaClass __root_cimv2_CIM_ConcreteIdentity;
  1366               extern MetaClass __root_cimv2_CIM_ConfigurationCapacity;
  1367               extern MetaClass __root_cimv2_CIM_ConnectivityCollection;
  1368               extern MetaClass __root_cimv2_CIM_ConnectivityMembershipSettingData;
  1369               extern MetaClass __root_cimv2_CIM_ContainedLocation;
  1370               extern MetaClass __root_cimv2_CIM_Container;
  1371               extern MetaClass __root_cimv2_CIM_DatabaseResourceStatistics;
  1372 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_DatabaseServiceStatistics;
  1373               extern MetaClass __root_cimv2_CIM_DeviceErrorCounts;
  1374               extern MetaClass __root_cimv2_CIM_DeviceErrorData;
  1375               extern MetaClass __root_cimv2_CIM_DeviceStatisticalInformation;
  1376               extern MetaClass __root_cimv2_CIM_DiagnosticRecord;
  1377               extern MetaClass __root_cimv2_CIM_DiagnosticResultForMSE;
  1378               extern MetaClass __root_cimv2_CIM_DiagnosticServiceRecord;
  1379               extern MetaClass __root_cimv2_CIM_DiagnosticSetting;
  1380               extern MetaClass __root_cimv2_CIM_DiagnosticSettingRecord;
  1381               extern MetaClass __root_cimv2_CIM_DocumentAuthentication;
  1382               extern MetaClass __root_cimv2_CIM_ElementAsUser;
  1383               extern MetaClass __root_cimv2_CIM_ElementCapacity;
  1384               extern MetaClass __root_cimv2_CIM_ElementConfiguration;
  1385               extern MetaClass __root_cimv2_CIM_ElementConformsToProfile;
  1386               extern MetaClass __root_cimv2_CIM_ElementLocation;
  1387               extern MetaClass __root_cimv2_CIM_ElementProfile;
  1388               extern MetaClass __root_cimv2_CIM_ElementSecuritySensitivity;
  1389               extern MetaClass __root_cimv2_CIM_ElementSetting;
  1390               extern MetaClass __root_cimv2_CIM_ElementSettingData;
  1391               extern MetaClass __root_cimv2_CIM_ElementsLinked;
  1392               extern MetaClass __root_cimv2_CIM_ElementStatisticalData;
  1393 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_FCAdapterEventCounters;
  1394               extern MetaClass __root_cimv2_CIM_FCPortCapabilities;
  1395               extern MetaClass __root_cimv2_CIM_FCPortRateStatistics;
  1396               extern MetaClass __root_cimv2_CIM_FCSwitchSettings;
  1397               extern MetaClass __root_cimv2_CIM_FibrePortEventCounters;
  1398               extern MetaClass __root_cimv2_CIM_FRUIncludesProduct;
  1399               extern MetaClass __root_cimv2_CIM_FRUPhysicalElements;
  1400               extern MetaClass __root_cimv2_CIM_GatewayPathID;
  1401               extern MetaClass __root_cimv2_CIM_GroupInDiskGroup;
  1402               extern MetaClass __root_cimv2_CIM_IKEAction;
  1403               extern MetaClass __root_cimv2_CIM_IndicationHandler;
  1404               extern MetaClass __root_cimv2_CIM_IndicationHandlerCIMXML;
  1405               extern MetaClass __root_cimv2_CIM_IndicationSubscription;
  1406               extern MetaClass __root_cimv2_CIM_InstalledProductImage;
  1407               extern MetaClass __root_cimv2_CIM_InstCreation;
  1408               extern MetaClass __root_cimv2_CIM_InstDeletion;
  1409               extern MetaClass __root_cimv2_CIM_IPConnectivitySubnet;
  1410               extern MetaClass __root_cimv2_CIM_IPsecAction;
  1411               extern MetaClass __root_cimv2_CIM_IPsecTransportAction;
  1412               extern MetaClass __root_cimv2_CIM_IPsecTunnelAction;
  1413               extern MetaClass __root_cimv2_CIM_IPSubnet;
  1414 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_IPXConnectivityNetwork;
  1415               extern MetaClass __root_cimv2_CIM_IPXNetwork;
  1416               extern MetaClass __root_cimv2_CIM_iSCSIConnectionSettings;
  1417               extern MetaClass __root_cimv2_CIM_iSCSILoginStatistics;
  1418               extern MetaClass __root_cimv2_CIM_iSCSISessionFailures;
  1419               extern MetaClass __root_cimv2_CIM_iSCSISessionSettings;
  1420               extern MetaClass __root_cimv2_CIM_J2eeNotification;
  1421               extern MetaClass __root_cimv2_CIM_J2eeStatistic;
  1422               extern MetaClass __root_cimv2_CIM_J2eeURLStats;
  1423               extern MetaClass __root_cimv2_CIM_JobSettingData;
  1424               extern MetaClass __root_cimv2_CIM_KerberosAuthentication;
  1425               extern MetaClass __root_cimv2_CIM_LabelReaderStatData;
  1426               extern MetaClass __root_cimv2_CIM_LabelReaderStatInfo;
  1427               extern MetaClass __root_cimv2_CIM_LANConnectivitySegment;
  1428               extern MetaClass __root_cimv2_CIM_LANSegment;
  1429               extern MetaClass __root_cimv2_CIM_LogicalElement;
  1430               extern MetaClass __root_cimv2_CIM_LogicalElementPerformsUoW;
  1431               extern MetaClass __root_cimv2_CIM_LogicalFile;
  1432               extern MetaClass __root_cimv2_CIM_LogicalPortGroup;
  1433               extern MetaClass __root_cimv2_CIM_LogicalPortSettings;
  1434               extern MetaClass __root_cimv2_CIM_LogRecord;
  1435 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_MediaAccessStatData;
  1436               extern MetaClass __root_cimv2_CIM_MediaAccessStatInfo;
  1437               extern MetaClass __root_cimv2_CIM_MediaPhysicalStatData;
  1438               extern MetaClass __root_cimv2_CIM_MemoryCapacity;
  1439               extern MetaClass __root_cimv2_CIM_MemoryError;
  1440               extern MetaClass __root_cimv2_CIM_MonitorResolution;
  1441               extern MetaClass __root_cimv2_CIM_MoreGroupInfo;
  1442               extern MetaClass __root_cimv2_CIM_MoreOrgUnitInfo;
  1443               extern MetaClass __root_cimv2_CIM_MoreRoleInfo;
  1444               extern MetaClass __root_cimv2_CIM_NamedAddressCollection;
  1445               extern MetaClass __root_cimv2_CIM_NetworkingIDAuthentication;
  1446               extern MetaClass __root_cimv2_CIM_NetworkPacketAction;
  1447               extern MetaClass __root_cimv2_CIM_NetworkPortStatistics;
  1448               extern MetaClass __root_cimv2_CIM_NextHopIPRoute;
  1449               extern MetaClass __root_cimv2_CIM_NextHopRouting;
  1450               extern MetaClass __root_cimv2_CIM_Organization;
  1451               extern MetaClass __root_cimv2_CIM_OSPFAreaConfiguration;
  1452               extern MetaClass __root_cimv2_CIM_OSPFLink;
  1453               extern MetaClass __root_cimv2_CIM_PackageLocation;
  1454               extern MetaClass __root_cimv2_CIM_PacketFilterCondition;
  1455               extern MetaClass __root_cimv2_CIM_ParticipatesInSet;
  1456 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_PhysicalComponent;
  1457               extern MetaClass __root_cimv2_CIM_PhysicalConnector;
  1458               extern MetaClass __root_cimv2_CIM_PhysicalCredentialAuthentication;
  1459               extern MetaClass __root_cimv2_CIM_PhysicalElementLocation;
  1460               extern MetaClass __root_cimv2_CIM_PhysicalFrame;
  1461               extern MetaClass __root_cimv2_CIM_PhysicalMedia;
  1462               extern MetaClass __root_cimv2_CIM_PhysicalStatisticalInformation;
  1463               extern MetaClass __root_cimv2_CIM_PhysicalStatistics;
  1464               extern MetaClass __root_cimv2_CIM_PhysicalTape;
  1465               extern MetaClass __root_cimv2_CIM_PickerStatData;
  1466               extern MetaClass __root_cimv2_CIM_PickerStatInfo;
  1467               extern MetaClass __root_cimv2_CIM_PolicyActionStructure;
  1468               extern MetaClass __root_cimv2_CIM_PolicyConditionInPolicyCondition;
  1469               extern MetaClass __root_cimv2_CIM_PolicyGroup;
  1470               extern MetaClass __root_cimv2_CIM_PolicyGroupInPolicyGroup;
  1471               extern MetaClass __root_cimv2_CIM_PolicyRoleCollection;
  1472               extern MetaClass __root_cimv2_CIM_PolicyRule;
  1473               extern MetaClass __root_cimv2_CIM_PolicyRuleInPolicyGroup;
  1474               extern MetaClass __root_cimv2_CIM_PolicyRuleValidityPeriod;
  1475               extern MetaClass __root_cimv2_CIM_PolicySetInRoleCollection;
  1476               extern MetaClass __root_cimv2_CIM_PolicySetValidityPeriod;
  1477 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_PreconfiguredSAAction;
  1478               extern MetaClass __root_cimv2_CIM_PreconfiguredTransportAction;
  1479               extern MetaClass __root_cimv2_CIM_PreconfiguredTunnelAction;
  1480               extern MetaClass __root_cimv2_CIM_PrioritySchedulingElement;
  1481               extern MetaClass __root_cimv2_CIM_ProductSupport;
  1482               extern MetaClass __root_cimv2_CIM_PublicPrivateKeyAuthentication;
  1483               extern MetaClass __root_cimv2_CIM_PublicPrivateKeyPair;
  1484               extern MetaClass __root_cimv2_CIM_Rack;
  1485               extern MetaClass __root_cimv2_CIM_RangeOfIPAddresses;
  1486               extern MetaClass __root_cimv2_CIM_RangesOfConfiguration;
  1487               extern MetaClass __root_cimv2_CIM_RecordAppliesToElement;
  1488               extern MetaClass __root_cimv2_CIM_RedundancyGroup;
  1489               extern MetaClass __root_cimv2_CIM_RedundancySet;
  1490               extern MetaClass __root_cimv2_CIM_ReferencedProfile;
  1491               extern MetaClass __root_cimv2_CIM_RelatedStatisticalData;
  1492               extern MetaClass __root_cimv2_CIM_RelatedStatistics;
  1493               extern MetaClass __root_cimv2_CIM_RoutingPolicy;
  1494               extern MetaClass __root_cimv2_CIM_SAEndpointConnectionStatistics;
  1495               extern MetaClass __root_cimv2_CIM_SAEndpointRefreshSettings;
  1496               extern MetaClass __root_cimv2_CIM_SAPStatisticalInformation;
  1497               extern MetaClass __root_cimv2_CIM_SARule;
  1498 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_ScopedSettingData;
  1499               extern MetaClass __root_cimv2_CIM_ServiceStatisticalInformation;
  1500               extern MetaClass __root_cimv2_CIM_SettingAssociatedToCapabilities;
  1501               extern MetaClass __root_cimv2_CIM_SharedSecretAuthentication;
  1502               extern MetaClass __root_cimv2_CIM_Slot;
  1503               extern MetaClass __root_cimv2_CIM_SoftwareElement;
  1504               extern MetaClass __root_cimv2_CIM_SoftwareElementComponent;
  1505               extern MetaClass __root_cimv2_CIM_SoftwareFeature;
  1506               extern MetaClass __root_cimv2_CIM_SoftwareFeatureComponent;
  1507               extern MetaClass __root_cimv2_CIM_SoftwareFeatureSoftwareElements;
  1508               extern MetaClass __root_cimv2_CIM_SoftwareIdentity;
  1509               extern MetaClass __root_cimv2_CIM_SpanningTreeStatistics;
  1510               extern MetaClass __root_cimv2_CIM_SpareGroup;
  1511               extern MetaClass __root_cimv2_CIM_StaticForwardingEntry;
  1512               extern MetaClass __root_cimv2_CIM_StatisticsCollection;
  1513               extern MetaClass __root_cimv2_CIM_StorageCapabilities;
  1514               extern MetaClass __root_cimv2_CIM_StorageMediaLocation;
  1515               extern MetaClass __root_cimv2_CIM_StorageRedundancyGroup;
  1516               extern MetaClass __root_cimv2_CIM_StorageRedundancySet;
  1517               extern MetaClass __root_cimv2_CIM_StorageSettingsGeneratedFromCapabilities;
  1518               extern MetaClass __root_cimv2_CIM_StorageSynchronized;
  1519 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_SubProfileRequiresProfile;
  1520               extern MetaClass __root_cimv2_CIM_SubUoW;
  1521               extern MetaClass __root_cimv2_CIM_SwitchPortSourceRoutingStatistics;
  1522               extern MetaClass __root_cimv2_CIM_SwitchPortSpanningTreeStatistics;
  1523               extern MetaClass __root_cimv2_CIM_SwitchPortStatistics;
  1524               extern MetaClass __root_cimv2_CIM_SwitchPortTransparentBridgingStatistics;
  1525               extern MetaClass __root_cimv2_CIM_SymbolicLink;
  1526               extern MetaClass __root_cimv2_CIM_ThresholdIndication;
  1527               extern MetaClass __root_cimv2_CIM_TokenRingPortStatistics;
  1528               extern MetaClass __root_cimv2_CIM_TransparentBridgingStatistics;
  1529               extern MetaClass __root_cimv2_CIM_UnitOfWorkDefinition;
  1530               extern MetaClass __root_cimv2_CIM_UnixFile;
  1531               extern MetaClass __root_cimv2_CIM_UoWDefTraceLevelType;
  1532               extern MetaClass __root_cimv2_CIM_UoWMetricDefinition;
  1533               extern MetaClass __root_cimv2_CIM_UserContact;
  1534               extern MetaClass __root_cimv2_CIM_VideoBIOSElement;
  1535               extern MetaClass __root_cimv2_CIM_VideoBIOSFeature;
  1536               extern MetaClass __root_cimv2_CIM_VideoBIOSFeatureVideoBIOSElements;
  1537               extern MetaClass __root_cimv2_CIM_Zone;
  1538               extern MetaClass __root_cimv2_CIM_ZoneMembershipSettingData;
  1539               extern MetaClass __root_cimv2_CIM_ZoneSet;
  1540 mike  1.1.2.1 extern MetaClass __root_cimv2_PRS_Activity;
  1541               extern MetaClass __root_cimv2_PRS_ActivityResource;
  1542               extern MetaClass __root_cimv2_PRS_ActivityTransaction;
  1543               extern MetaClass __root_cimv2_PRS_Address;
  1544               extern MetaClass __root_cimv2_PRS_AddressLocation;
  1545               extern MetaClass __root_cimv2_PRS_Administrative;
  1546               extern MetaClass __root_cimv2_PRS_AdministrativeRevision;
  1547               extern MetaClass __root_cimv2_PRS_Agreement;
  1548               extern MetaClass __root_cimv2_PRS_Attachment;
  1549               extern MetaClass __root_cimv2_PRS_Category;
  1550               extern MetaClass __root_cimv2_PRS_CategoryParentChild;
  1551               extern MetaClass __root_cimv2_PRS_Contact;
  1552               extern MetaClass __root_cimv2_PRS_ContactItem;
  1553               extern MetaClass __root_cimv2_PRS_ContactItemAddress;
  1554               extern MetaClass __root_cimv2_PRS_Expression;
  1555               extern MetaClass __root_cimv2_PRS_ExpressionLink;
  1556               extern MetaClass __root_cimv2_PRS_FeatureResource;
  1557               extern MetaClass __root_cimv2_PRS_Organization;
  1558               extern MetaClass __root_cimv2_PRS_Person;
  1559               extern MetaClass __root_cimv2_PRS_Problem;
  1560               extern MetaClass __root_cimv2_PRS_ProductAsset;
  1561 mike  1.1.2.1 extern MetaClass __root_cimv2_PRS_Reference;
  1562               extern MetaClass __root_cimv2_PRS_Resolution;
  1563               extern MetaClass __root_cimv2_PRS_ResolutionResource;
  1564               extern MetaClass __root_cimv2_PRS_RevisionContact;
  1565               extern MetaClass __root_cimv2_PRS_ServiceActivity;
  1566               extern MetaClass __root_cimv2_PRS_ServiceAgreement;
  1567               extern MetaClass __root_cimv2_PRS_ServiceProblem;
  1568               extern MetaClass __root_cimv2_PRS_ServiceProvider;
  1569               extern MetaClass __root_cimv2_PRS_ServiceRequester;
  1570               extern MetaClass __root_cimv2_PRS_ServiceResolutionSolution;
  1571               extern MetaClass __root_cimv2_PRS_SolutionCategory;
  1572               extern MetaClass __root_cimv2_PRS_SolutionExpression;
  1573               extern MetaClass __root_cimv2_PRS_SolutionProblem;
  1574               extern MetaClass __root_cimv2_PRS_SolutionReference;
  1575               extern MetaClass __root_cimv2_PRS_SolutionResolution;
  1576               extern MetaClass __root_cimv2_CIM_AccessControlInformation;
  1577               extern MetaClass __root_cimv2_CIM_Account;
  1578               extern MetaClass __root_cimv2_CIM_AccountAuthentication;
  1579               extern MetaClass __root_cimv2_CIM_AccountIdentity;
  1580               extern MetaClass __root_cimv2_CIM_AccountMapsToAccount;
  1581               extern MetaClass __root_cimv2_CIM_ActsAsSpare;
  1582 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_AdjacentSlots;
  1583               extern MetaClass __root_cimv2_CIM_AdministrativeDistance;
  1584               extern MetaClass __root_cimv2_CIM_AGPSoftwareFeature;
  1585               extern MetaClass __root_cimv2_CIM_AssociatedBlockStatisticsManifestCollection;
  1586               extern MetaClass __root_cimv2_CIM_AuthenticationRequirement;
  1587               extern MetaClass __root_cimv2_CIM_AuthenticationRule;
  1588               extern MetaClass __root_cimv2_CIM_AuthenticationTarget;
  1589               extern MetaClass __root_cimv2_CIM_AuthorizationSubject;
  1590               extern MetaClass __root_cimv2_CIM_AuthorizationTarget;
  1591               extern MetaClass __root_cimv2_CIM_BGPAttributes;
  1592               extern MetaClass __root_cimv2_CIM_BGPPathAttributes;
  1593               extern MetaClass __root_cimv2_CIM_BGPRouteMap;
  1594               extern MetaClass __root_cimv2_CIM_BGPRouteMapsInRoutingPolicy;
  1595               extern MetaClass __root_cimv2_CIM_BGPStatistics;
  1596               extern MetaClass __root_cimv2_CIM_BIOSElement;
  1597               extern MetaClass __root_cimv2_CIM_BIOSFeature;
  1598               extern MetaClass __root_cimv2_CIM_BIOSFeatureBIOSElements;
  1599               extern MetaClass __root_cimv2_CIM_BoundedPrioritySchedulingElement;
  1600               extern MetaClass __root_cimv2_CIM_Card;
  1601               extern MetaClass __root_cimv2_CIM_CardOnCard;
  1602               extern MetaClass __root_cimv2_CIM_Chassis;
  1603 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_ChassisInRack;
  1604               extern MetaClass __root_cimv2_CIM_Chip;
  1605               extern MetaClass __root_cimv2_CIM_CollectedSoftwareElements;
  1606               extern MetaClass __root_cimv2_CIM_CollectedSoftwareFeatures;
  1607               extern MetaClass __root_cimv2_CIM_ConnectedTo;
  1608               extern MetaClass __root_cimv2_CIM_ConnectorOnPackage;
  1609               extern MetaClass __root_cimv2_CIM_CorrespondingSettingsRecord;
  1610               extern MetaClass __root_cimv2_CIM_DatabaseParameter;
  1611               extern MetaClass __root_cimv2_CIM_DatabaseSegmentSettingData;
  1612               extern MetaClass __root_cimv2_CIM_DataFile;
  1613               extern MetaClass __root_cimv2_CIM_DefaultSetting;
  1614               extern MetaClass __root_cimv2_CIM_DeviceFile;
  1615               extern MetaClass __root_cimv2_CIM_DiagnosticCompletionRecord;
  1616               extern MetaClass __root_cimv2_CIM_Directory;
  1617               extern MetaClass __root_cimv2_CIM_DirectoryContainsFile;
  1618               extern MetaClass __root_cimv2_CIM_Docked;
  1619               extern MetaClass __root_cimv2_CIM_DynamicForwardingEntry;
  1620               extern MetaClass __root_cimv2_CIM_ElementInPolicyRoleCollection;
  1621               extern MetaClass __root_cimv2_CIM_ElementSoftwareIdentity;
  1622               extern MetaClass __root_cimv2_CIM_EthernetPortStatistics;
  1623               extern MetaClass __root_cimv2_CIM_ExtraCapacityGroup;
  1624 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_FCPortStatistics;
  1625               extern MetaClass __root_cimv2_CIM_FIFOPipeFile;
  1626               extern MetaClass __root_cimv2_CIM_FileIdentity;
  1627               extern MetaClass __root_cimv2_CIM_FileSystemSettingData;
  1628               extern MetaClass __root_cimv2_CIM_FilteredBGPAttributes;
  1629               extern MetaClass __root_cimv2_CIM_FilterEntryBase;
  1630               extern MetaClass __root_cimv2_CIM_FilterList;
  1631               extern MetaClass __root_cimv2_CIM_FilterListsInBGPRouteMap;
  1632               extern MetaClass __root_cimv2_CIM_FilterOfPacketCondition;
  1633               extern MetaClass __root_cimv2_CIM_FormattedIndicationSubscription;
  1634               extern MetaClass __root_cimv2_CIM_FRUIncludesSoftwareFeature;
  1635               extern MetaClass __root_cimv2_CIM_Hdr8021Filter;
  1636               extern MetaClass __root_cimv2_CIM_HomeForMedia;
  1637               extern MetaClass __root_cimv2_CIM_IKERule;
  1638               extern MetaClass __root_cimv2_CIM_IPHeadersFilter;
  1639               extern MetaClass __root_cimv2_CIM_IPRoute;
  1640               extern MetaClass __root_cimv2_CIM_IPsecRule;
  1641               extern MetaClass __root_cimv2_CIM_IPSOFilterEntry;
  1642               extern MetaClass __root_cimv2_CIM_IsSpare;
  1643               extern MetaClass __root_cimv2_CIM_J2eeConnectionStats;
  1644               extern MetaClass __root_cimv2_CIM_J2eeEJBStats;
  1645 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_J2eeEntityBeanStats;
  1646               extern MetaClass __root_cimv2_CIM_J2eeJavaMailStats;
  1647               extern MetaClass __root_cimv2_CIM_J2eeJCAStats;
  1648               extern MetaClass __root_cimv2_CIM_J2eeJDBCStats;
  1649               extern MetaClass __root_cimv2_CIM_J2eeJMSConnectionStats;
  1650               extern MetaClass __root_cimv2_CIM_J2eeJMSEndpointStats;
  1651               extern MetaClass __root_cimv2_CIM_J2eeJMSProducerStats;
  1652               extern MetaClass __root_cimv2_CIM_J2eeJMSSessionStats;
  1653               extern MetaClass __root_cimv2_CIM_J2eeJMSStats;
  1654               extern MetaClass __root_cimv2_CIM_J2eeJTAStats;
  1655               extern MetaClass __root_cimv2_CIM_J2eeJVMStats;
  1656               extern MetaClass __root_cimv2_CIM_J2eeMessageDrivenBeanStats;
  1657               extern MetaClass __root_cimv2_CIM_J2eeServletStats;
  1658               extern MetaClass __root_cimv2_CIM_J2eeSessionBeanStats;
  1659               extern MetaClass __root_cimv2_CIM_J2eeStatefulSessionBeanStats;
  1660               extern MetaClass __root_cimv2_CIM_J2eeStatelessSessionBeanStats;
  1661               extern MetaClass __root_cimv2_CIM_Job;
  1662               extern MetaClass __root_cimv2_CIM_LinkHasConnector;
  1663               extern MetaClass __root_cimv2_CIM_ListsInRoutingPolicy;
  1664               extern MetaClass __root_cimv2_CIM_LogicalElementUnitOfWorkDef;
  1665               extern MetaClass __root_cimv2_CIM_Magazine;
  1666 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_MediaPhysicalStatInfo;
  1667               extern MetaClass __root_cimv2_CIM_MoreOrganizationInfo;
  1668               extern MetaClass __root_cimv2_CIM_OwningJobElement;
  1669               extern MetaClass __root_cimv2_CIM_PackagedComponent;
  1670               extern MetaClass __root_cimv2_CIM_PackageInChassis;
  1671               extern MetaClass __root_cimv2_CIM_PackageInConnector;
  1672               extern MetaClass __root_cimv2_CIM_PackageInSlot;
  1673               extern MetaClass __root_cimv2_CIM_PeerIDPayloadFilterEntry;
  1674               extern MetaClass __root_cimv2_CIM_Person;
  1675               extern MetaClass __root_cimv2_CIM_PhysicalMediaInLocation;
  1676               extern MetaClass __root_cimv2_CIM_PhysicalMemory;
  1677               extern MetaClass __root_cimv2_CIM_PolicyActionInPolicyAction;
  1678               extern MetaClass __root_cimv2_CIM_PolicyActionInPolicyRule;
  1679               extern MetaClass __root_cimv2_CIM_PolicyConditionInPolicyRule;
  1680               extern MetaClass __root_cimv2_CIM_PreambleFilter;
  1681               extern MetaClass __root_cimv2_CIM_PrintJob;
  1682               extern MetaClass __root_cimv2_CIM_PrintJobFile;
  1683               extern MetaClass __root_cimv2_CIM_ProductSoftwareComponent;
  1684               extern MetaClass __root_cimv2_CIM_ProductSoftwareFeatures;
  1685               extern MetaClass __root_cimv2_CIM_RedundancyComponent;
  1686               extern MetaClass __root_cimv2_CIM_SAProposal;
  1687 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_SATransform;
  1688               extern MetaClass __root_cimv2_CIM_ScopedSetting;
  1689               extern MetaClass __root_cimv2_CIM_SlotInSlot;
  1690               extern MetaClass __root_cimv2_CIM_SNMPDatabaseParameter;
  1691               extern MetaClass __root_cimv2_CIM_StartedUoW;
  1692               extern MetaClass __root_cimv2_CIM_SubUoWDef;
  1693               extern MetaClass __root_cimv2_CIM_SystemBusCard;
  1694               extern MetaClass __root_cimv2_CIM_TransformOfPreconfiguredAction;
  1695               extern MetaClass __root_cimv2_CIM_UnixDeviceFile;
  1696               extern MetaClass __root_cimv2_CIM_UnixDirectory;
  1697               extern MetaClass __root_cimv2_CIM_UsersAccount;
  1698               extern MetaClass __root_cimv2_CIM_X509CredentialFilterEntry;
  1699               extern MetaClass __root_cimv2_PRS_ActivityContact;
  1700               extern MetaClass __root_cimv2_PRS_AdminAssociation;
  1701               extern MetaClass __root_cimv2_PRS_AdministrativeContact;
  1702               extern MetaClass __root_cimv2_PRS_Attached;
  1703               extern MetaClass __root_cimv2_PRS_Categorization;
  1704               extern MetaClass __root_cimv2_PRS_ContactContactItem;
  1705               extern MetaClass __root_cimv2_PRS_ContactOrganization;
  1706               extern MetaClass __root_cimv2_PRS_ContactPerson;
  1707               extern MetaClass __root_cimv2_CIM_AffectedJobElement;
  1708 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_AHTransform;
  1709               extern MetaClass __root_cimv2_CIM_BGPIPRoute;
  1710               extern MetaClass __root_cimv2_CIM_BGPPeerUsesRouteMap;
  1711               extern MetaClass __root_cimv2_CIM_CardInSlot;
  1712               extern MetaClass __root_cimv2_CIM_ConcreteJob;
  1713               extern MetaClass __root_cimv2_CIM_ContainedProposal;
  1714               extern MetaClass __root_cimv2_CIM_EnabledLogicalElement;
  1715               extern MetaClass __root_cimv2_CIM_EntriesInFilterList;
  1716               extern MetaClass __root_cimv2_CIM_ESPTransform;
  1717               extern MetaClass __root_cimv2_CIM_FileSystem;
  1718               extern MetaClass __root_cimv2_CIM_FilterEntry;
  1719               extern MetaClass __root_cimv2_CIM_IKEProposal;
  1720               extern MetaClass __root_cimv2_CIM_IPCOMPTransform;
  1721               extern MetaClass __root_cimv2_CIM_IPsecProposal;
  1722               extern MetaClass __root_cimv2_CIM_J2eeConnectionPoolStats;
  1723               extern MetaClass __root_cimv2_CIM_J2eeJCAConnectionFactory;
  1724               extern MetaClass __root_cimv2_CIM_J2eeJCAConnectionPools;
  1725               extern MetaClass __root_cimv2_CIM_J2eeJCAManagedConnectionFactory;
  1726               extern MetaClass __root_cimv2_CIM_J2eeJCANonpooledConnections;
  1727               extern MetaClass __root_cimv2_CIM_J2eeJDBCConnectionPools;
  1728               extern MetaClass __root_cimv2_CIM_J2eeJDBCDataSource;
  1729 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_J2eeJDBCDriver;
  1730               extern MetaClass __root_cimv2_CIM_J2eeJDBCNonpooledConnections;
  1731               extern MetaClass __root_cimv2_CIM_J2eeJMSConnectionSessions;
  1732               extern MetaClass __root_cimv2_CIM_J2eeJMSConsumerStats;
  1733               extern MetaClass __root_cimv2_CIM_J2eeJMSSessionConsumers;
  1734               extern MetaClass __root_cimv2_CIM_J2eeJMSSessionProducers;
  1735               extern MetaClass __root_cimv2_CIM_J2eeJMSStatConnections;
  1736               extern MetaClass __root_cimv2_CIM_J2eeJVM;
  1737               extern MetaClass __root_cimv2_CIM_J2eeManagedObject;
  1738               extern MetaClass __root_cimv2_CIM_JobDestination;
  1739               extern MetaClass __root_cimv2_CIM_JobDestinationJobs;
  1740               extern MetaClass __root_cimv2_CIM_LocalFileSystem;
  1741               extern MetaClass __root_cimv2_CIM_Log;
  1742               extern MetaClass __root_cimv2_CIM_LogicalDevice;
  1743               extern MetaClass __root_cimv2_CIM_LogicalModule;
  1744               extern MetaClass __root_cimv2_CIM_LogicalPort;
  1745               extern MetaClass __root_cimv2_CIM_LogManagesRecord;
  1746               extern MetaClass __root_cimv2_CIM_MediaAccessDevice;
  1747               extern MetaClass __root_cimv2_CIM_MediaTransferDevice;
  1748               extern MetaClass __root_cimv2_CIM_MemoryOnCard;
  1749               extern MetaClass __root_cimv2_CIM_MemoryWithMedia;
  1750 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_MessageLog;
  1751               extern MetaClass __root_cimv2_CIM_Modem;
  1752               extern MetaClass __root_cimv2_CIM_MorePersonInfo;
  1753               extern MetaClass __root_cimv2_CIM_Mount;
  1754               extern MetaClass __root_cimv2_CIM_NetworkAdapter;
  1755               extern MetaClass __root_cimv2_CIM_NetworkAdapterRedundancyComponent;
  1756               extern MetaClass __root_cimv2_CIM_NetworkPipe;
  1757               extern MetaClass __root_cimv2_CIM_NetworkPipeComposition;
  1758               extern MetaClass __root_cimv2_CIM_NetworkPort;
  1759               extern MetaClass __root_cimv2_CIM_NetworkVirtualAdapter;
  1760               extern MetaClass __root_cimv2_CIM_OperatingSystem;
  1761               extern MetaClass __root_cimv2_CIM_OperatingSystemSoftwareFeature;
  1762               extern MetaClass __root_cimv2_CIM_PackageDependency;
  1763               extern MetaClass __root_cimv2_CIM_PacketConditionInSARule;
  1764               extern MetaClass __root_cimv2_CIM_PickerElement;
  1765               extern MetaClass __root_cimv2_CIM_PortActiveConnection;
  1766               extern MetaClass __root_cimv2_CIM_PortOnDevice;
  1767               extern MetaClass __root_cimv2_CIM_PowerSupply;
  1768               extern MetaClass __root_cimv2_CIM_Printer;
  1769               extern MetaClass __root_cimv2_CIM_PrinterServicingJob;
  1770               extern MetaClass __root_cimv2_CIM_PrintQueue;
  1771 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_Process;
  1772               extern MetaClass __root_cimv2_CIM_ProcessExecutable;
  1773               extern MetaClass __root_cimv2_CIM_ProcessOfJob;
  1774               extern MetaClass __root_cimv2_CIM_Processor;
  1775               extern MetaClass __root_cimv2_CIM_ProtocolController;
  1776               extern MetaClass __root_cimv2_CIM_ProtocolControllerForDevice;
  1777               extern MetaClass __root_cimv2_CIM_ProtocolControllerForPort;
  1778               extern MetaClass __root_cimv2_CIM_ProtocolControllerForUnit;
  1779               extern MetaClass __root_cimv2_CIM_Realizes;
  1780               extern MetaClass __root_cimv2_CIM_RecordInLog;
  1781               extern MetaClass __root_cimv2_CIM_RecordLog;
  1782               extern MetaClass __root_cimv2_CIM_RemoteFileSystem;
  1783               extern MetaClass __root_cimv2_CIM_Scanner;
  1784               extern MetaClass __root_cimv2_CIM_SCSIProtocolController;
  1785               extern MetaClass __root_cimv2_CIM_Sensor;
  1786               extern MetaClass __root_cimv2_CIM_Service;
  1787               extern MetaClass __root_cimv2_CIM_ServiceAccessPoint;
  1788               extern MetaClass __root_cimv2_CIM_ServiceAccessURI;
  1789               extern MetaClass __root_cimv2_CIM_ServiceAffectsElement;
  1790               extern MetaClass __root_cimv2_CIM_ServiceAvailableToElement;
  1791               extern MetaClass __root_cimv2_CIM_ServiceComponent;
  1792 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_ServiceProcess;
  1793               extern MetaClass __root_cimv2_CIM_ServiceSAPDependency;
  1794               extern MetaClass __root_cimv2_CIM_ServiceStatistics;
  1795               extern MetaClass __root_cimv2_CIM_SNMPCommunityString;
  1796               extern MetaClass __root_cimv2_CIM_SNMPService;
  1797               extern MetaClass __root_cimv2_CIM_SoftwareElementSAPImplementation;
  1798               extern MetaClass __root_cimv2_CIM_SoftwareElementServiceImplementation;
  1799               extern MetaClass __root_cimv2_CIM_SoftwareFeatureSAPImplementation;
  1800               extern MetaClass __root_cimv2_CIM_SoftwareFeatureServiceImplementation;
  1801               extern MetaClass __root_cimv2_CIM_StatisticsService;
  1802               extern MetaClass __root_cimv2_CIM_StorageExtent;
  1803               extern MetaClass __root_cimv2_CIM_StoragePool;
  1804               extern MetaClass __root_cimv2_CIM_StorageVolume;
  1805               extern MetaClass __root_cimv2_CIM_SuppliesPower;
  1806               extern MetaClass __root_cimv2_CIM_System;
  1807               extern MetaClass __root_cimv2_CIM_SystemAdministrator;
  1808               extern MetaClass __root_cimv2_CIM_SystemAdministratorGroup;
  1809               extern MetaClass __root_cimv2_CIM_SystemAdministratorRole;
  1810               extern MetaClass __root_cimv2_CIM_SystemComponent;
  1811               extern MetaClass __root_cimv2_CIM_SystemDevice;
  1812               extern MetaClass __root_cimv2_CIM_SystemPackaging;
  1813 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_SystemResource;
  1814               extern MetaClass __root_cimv2_CIM_SystemStatistics;
  1815               extern MetaClass __root_cimv2_CIM_TapeDrive;
  1816               extern MetaClass __root_cimv2_CIM_Thread;
  1817               extern MetaClass __root_cimv2_CIM_TokenRingAdapter;
  1818               extern MetaClass __root_cimv2_CIM_TokenRingPort;
  1819               extern MetaClass __root_cimv2_CIM_UninterruptiblePowerSupply;
  1820               extern MetaClass __root_cimv2_CIM_UnixLocalFileSystem;
  1821               extern MetaClass __root_cimv2_CIM_UnixProcess;
  1822               extern MetaClass __root_cimv2_CIM_UnixProcessStatistics;
  1823               extern MetaClass __root_cimv2_CIM_UnixThread;
  1824               extern MetaClass __root_cimv2_CIM_USBDevice;
  1825               extern MetaClass __root_cimv2_CIM_USBHub;
  1826               extern MetaClass __root_cimv2_CIM_USBPort;
  1827               extern MetaClass __root_cimv2_CIM_USBPortOnHub;
  1828               extern MetaClass __root_cimv2_CIM_UseOfLog;
  1829               extern MetaClass __root_cimv2_CIM_UseOfMessageLog;
  1830               extern MetaClass __root_cimv2_CIM_UserDevice;
  1831               extern MetaClass __root_cimv2_CIM_VLAN;
  1832               extern MetaClass __root_cimv2_CIM_VLANService;
  1833               extern MetaClass __root_cimv2_CIM_VolumeSet;
  1834 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_WakeUpService;
  1835               extern MetaClass __root_cimv2_CIM_Watchdog;
  1836               extern MetaClass __root_cimv2_CIM_WBEMService;
  1837               extern MetaClass __root_cimv2_CIM_WORMDrive;
  1838               extern MetaClass __root_cimv2_CIM_ZoneService;
  1839               extern MetaClass __root_cimv2_PRS_SISService;
  1840               extern MetaClass __root_cimv2_CIM_AccountOnSystem;
  1841               extern MetaClass __root_cimv2_CIM_AdapterActiveConnection;
  1842               extern MetaClass __root_cimv2_CIM_AdminDomain;
  1843               extern MetaClass __root_cimv2_CIM_AggregatePExtent;
  1844               extern MetaClass __root_cimv2_CIM_AggregatePSExtent;
  1845               extern MetaClass __root_cimv2_CIM_AlarmDevice;
  1846               extern MetaClass __root_cimv2_CIM_AllocatedFromStoragePool;
  1847               extern MetaClass __root_cimv2_CIM_AllocatedResource;
  1848               extern MetaClass __root_cimv2_CIM_ApplicationSystem;
  1849               extern MetaClass __root_cimv2_CIM_ApplicationSystemDependency;
  1850               extern MetaClass __root_cimv2_CIM_ApplicationSystemDirectory;
  1851               extern MetaClass __root_cimv2_CIM_ApplicationSystemHierarchy;
  1852               extern MetaClass __root_cimv2_CIM_ApplicationSystemSoftwareFeature;
  1853               extern MetaClass __root_cimv2_CIM_AssociatedAlarm;
  1854               extern MetaClass __root_cimv2_CIM_AssociatedAppSystemOverviewStatistics;
  1855 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_AssociatedProtocolController;
  1856               extern MetaClass __root_cimv2_CIM_AssociatedSensor;
  1857               extern MetaClass __root_cimv2_CIM_AutonomousSystem;
  1858               extern MetaClass __root_cimv2_CIM_BasedOn;
  1859               extern MetaClass __root_cimv2_CIM_Battery;
  1860               extern MetaClass __root_cimv2_CIM_BGPAttributesForRoute;
  1861               extern MetaClass __root_cimv2_CIM_BGPClustersInAS;
  1862               extern MetaClass __root_cimv2_CIM_BinarySensor;
  1863               extern MetaClass __root_cimv2_CIM_BlockStatisticsService;
  1864               extern MetaClass __root_cimv2_CIM_BootOSFromFS;
  1865               extern MetaClass __root_cimv2_CIM_BootSAP;
  1866               extern MetaClass __root_cimv2_CIM_BootService;
  1867               extern MetaClass __root_cimv2_CIM_CallBasedModem;
  1868               extern MetaClass __root_cimv2_CIM_CDROMDrive;
  1869               extern MetaClass __root_cimv2_CIM_ChangerDevice;
  1870               extern MetaClass __root_cimv2_CIM_ClusteringSAP;
  1871               extern MetaClass __root_cimv2_CIM_CollectionInSystem;
  1872               extern MetaClass __root_cimv2_CIM_CommonDatabase;
  1873               extern MetaClass __root_cimv2_CIM_CompositeExtent;
  1874               extern MetaClass __root_cimv2_CIM_CompositeExtentBasedOn;
  1875               extern MetaClass __root_cimv2_CIM_ComputerSystem;
  1876 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_ComputerSystemPackage;
  1877               extern MetaClass __root_cimv2_CIM_ConditioningService;
  1878               extern MetaClass __root_cimv2_CIM_Confederation;
  1879               extern MetaClass __root_cimv2_CIM_ConfigurationForSystem;
  1880               extern MetaClass __root_cimv2_CIM_ConfigurationReportingService;
  1881               extern MetaClass __root_cimv2_CIM_ConnectionBasedModem;
  1882               extern MetaClass __root_cimv2_CIM_ContainedDomain;
  1883               extern MetaClass __root_cimv2_CIM_ContainedTransform;
  1884               extern MetaClass __root_cimv2_CIM_Controller;
  1885               extern MetaClass __root_cimv2_CIM_ControllerConfigurationService;
  1886               extern MetaClass __root_cimv2_CIM_CoolingDevice;
  1887               extern MetaClass __root_cimv2_CIM_CredentialManagementSAP;
  1888               extern MetaClass __root_cimv2_CIM_DatabaseAdministrator;
  1889               extern MetaClass __root_cimv2_CIM_DatabaseControlFile;
  1890               extern MetaClass __root_cimv2_CIM_DatabaseFile;
  1891               extern MetaClass __root_cimv2_CIM_DatabaseSegment;
  1892               extern MetaClass __root_cimv2_CIM_DatabaseService;
  1893               extern MetaClass __root_cimv2_CIM_DatabaseStorageArea;
  1894               extern MetaClass __root_cimv2_CIM_DatabaseSystem;
  1895               extern MetaClass __root_cimv2_CIM_DeviceAccessedByFile;
  1896               extern MetaClass __root_cimv2_CIM_DeviceConnection;
  1897 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_DeviceIdentity;
  1898               extern MetaClass __root_cimv2_CIM_DeviceSAPImplementation;
  1899               extern MetaClass __root_cimv2_CIM_DeviceServiceImplementation;
  1900               extern MetaClass __root_cimv2_CIM_DeviceServicesLocation;
  1901               extern MetaClass __root_cimv2_CIM_DeviceSoftware;
  1902               extern MetaClass __root_cimv2_CIM_DeviceStatistics;
  1903               extern MetaClass __root_cimv2_CIM_DiagnosticService;
  1904               extern MetaClass __root_cimv2_CIM_DiagnosticsLog;
  1905               extern MetaClass __root_cimv2_CIM_DiagnosticTest;
  1906               extern MetaClass __root_cimv2_CIM_DiagnosticTestInPackage;
  1907               extern MetaClass __root_cimv2_CIM_DiagnosticTestSoftware;
  1908               extern MetaClass __root_cimv2_CIM_DiscreteSensor;
  1909               extern MetaClass __root_cimv2_CIM_DiskDrive;
  1910               extern MetaClass __root_cimv2_CIM_DisketteDrive;
  1911               extern MetaClass __root_cimv2_CIM_Display;
  1912               extern MetaClass __root_cimv2_CIM_DMA;
  1913               extern MetaClass __root_cimv2_CIM_Door;
  1914               extern MetaClass __root_cimv2_CIM_DoorAccessToDevice;
  1915               extern MetaClass __root_cimv2_CIM_DoorAccessToPhysicalElement;
  1916               extern MetaClass __root_cimv2_CIM_DriveInDiskGroup;
  1917               extern MetaClass __root_cimv2_CIM_DropperService;
  1918 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_DropThresholdCalculationService;
  1919               extern MetaClass __root_cimv2_CIM_DSLModem;
  1920               extern MetaClass __root_cimv2_CIM_DVDDrive;
  1921               extern MetaClass __root_cimv2_CIM_ErrorCountersForDevice;
  1922               extern MetaClass __root_cimv2_CIM_ESCONController;
  1923               extern MetaClass __root_cimv2_CIM_EthernetAdapter;
  1924               extern MetaClass __root_cimv2_CIM_EthernetPort;
  1925               extern MetaClass __root_cimv2_CIM_Export;
  1926               extern MetaClass __root_cimv2_CIM_ExtentInDiskGroup;
  1927               extern MetaClass __root_cimv2_CIM_ExtentRedundancyComponent;
  1928               extern MetaClass __root_cimv2_CIM_Fan;
  1929               extern MetaClass __root_cimv2_CIM_FCPort;
  1930               extern MetaClass __root_cimv2_CIM_FibreChannelAdapter;
  1931               extern MetaClass __root_cimv2_CIM_FibrePort;
  1932               extern MetaClass __root_cimv2_CIM_FibrePortActiveLogin;
  1933               extern MetaClass __root_cimv2_CIM_FibrePortOnFCAdapter;
  1934               extern MetaClass __root_cimv2_CIM_FibreProtocolService;
  1935               extern MetaClass __root_cimv2_CIM_FileStorage;
  1936               extern MetaClass __root_cimv2_CIM_FilterEntryInSystem;
  1937               extern MetaClass __root_cimv2_CIM_FilterListInSystem;
  1938               extern MetaClass __root_cimv2_CIM_FlatPanel;
  1939 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_HDSLModem;
  1940               extern MetaClass __root_cimv2_CIM_HeadTailDropper;
  1941               extern MetaClass __root_cimv2_CIM_HeatPipe;
  1942               extern MetaClass __root_cimv2_CIM_HelpService;
  1943               extern MetaClass __root_cimv2_CIM_HelpServiceAvailableToFile;
  1944               extern MetaClass __root_cimv2_CIM_HostedAccessPoint;
  1945               extern MetaClass __root_cimv2_CIM_HostedACI;
  1946               extern MetaClass __root_cimv2_CIM_HostedAdminDistance;
  1947               extern MetaClass __root_cimv2_CIM_HostedAuthenticationRequirement;
  1948               extern MetaClass __root_cimv2_CIM_HostedBGPAttributes;
  1949               extern MetaClass __root_cimv2_CIM_HostedBGPPeerGroup;
  1950               extern MetaClass __root_cimv2_CIM_HostedBGPRouteMap;
  1951               extern MetaClass __root_cimv2_CIM_HostedBootSAP;
  1952               extern MetaClass __root_cimv2_CIM_HostedClusterSAP;
  1953               extern MetaClass __root_cimv2_CIM_HostedCollection;
  1954               extern MetaClass __root_cimv2_CIM_HostedFileSystem;
  1955               extern MetaClass __root_cimv2_CIM_HostedFilterEntryBase;
  1956               extern MetaClass __root_cimv2_CIM_HostedFilterList;
  1957               extern MetaClass __root_cimv2_CIM_HostedJobDestination;
  1958               extern MetaClass __root_cimv2_CIM_HostedRoute;
  1959               extern MetaClass __root_cimv2_CIM_HostedRoutingPolicy;
  1960 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_HostedService;
  1961               extern MetaClass __root_cimv2_CIM_HostedStoragePool;
  1962               extern MetaClass __root_cimv2_CIM_IBSubnetManager;
  1963               extern MetaClass __root_cimv2_CIM_IDEController;
  1964               extern MetaClass __root_cimv2_CIM_IdentificationOfManagedSystem;
  1965               extern MetaClass __root_cimv2_CIM_InBGPPeerGroup;
  1966               extern MetaClass __root_cimv2_CIM_InfraredController;
  1967               extern MetaClass __root_cimv2_CIM_InstalledOS;
  1968               extern MetaClass __root_cimv2_CIM_InstalledSoftwareElement;
  1969               extern MetaClass __root_cimv2_CIM_InstalledSoftwareIdentity;
  1970               extern MetaClass __root_cimv2_CIM_InterLibraryPort;
  1971               extern MetaClass __root_cimv2_CIM_IPsecPolicyForSystem;
  1972               extern MetaClass __root_cimv2_CIM_IRQ;
  1973               extern MetaClass __root_cimv2_CIM_iSCSIConnection;
  1974               extern MetaClass __root_cimv2_CIM_iSCSISession;
  1975               extern MetaClass __root_cimv2_CIM_ISDNModem;
  1976               extern MetaClass __root_cimv2_CIM_J2eeApplication;
  1977               extern MetaClass __root_cimv2_CIM_J2eeDeployedObject;
  1978               extern MetaClass __root_cimv2_CIM_J2eeDomain;
  1979               extern MetaClass __root_cimv2_CIM_J2eeEJB;
  1980               extern MetaClass __root_cimv2_CIM_J2eeEntityBean;
  1981 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_J2eeJCAConnectionFactoryManagedConnectionFactory;
  1982               extern MetaClass __root_cimv2_CIM_J2eeJDBCDataSourceDriver;
  1983               extern MetaClass __root_cimv2_CIM_J2eeMessageDrivenBean;
  1984               extern MetaClass __root_cimv2_CIM_J2eeModule;
  1985               extern MetaClass __root_cimv2_CIM_J2eeModuleUsesJVM;
  1986               extern MetaClass __root_cimv2_CIM_J2eeResource;
  1987               extern MetaClass __root_cimv2_CIM_J2eeResourceAdapter;
  1988               extern MetaClass __root_cimv2_CIM_J2eeResourceAdapterModule;
  1989               extern MetaClass __root_cimv2_CIM_J2eeRMI_IIOPResource;
  1990               extern MetaClass __root_cimv2_CIM_J2eeServer;
  1991               extern MetaClass __root_cimv2_CIM_J2eeServerInDomain;
  1992               extern MetaClass __root_cimv2_CIM_J2eeServerUsesJVM;
  1993               extern MetaClass __root_cimv2_CIM_J2eeServlet;
  1994               extern MetaClass __root_cimv2_CIM_J2eeSessionBean;
  1995               extern MetaClass __root_cimv2_CIM_J2eeStatefulSessionBean;
  1996               extern MetaClass __root_cimv2_CIM_J2eeStatelessSessionBean;
  1997               extern MetaClass __root_cimv2_CIM_J2eeURLResource;
  1998               extern MetaClass __root_cimv2_CIM_J2eeWebModule;
  1999               extern MetaClass __root_cimv2_CIM_Keyboard;
  2000               extern MetaClass __root_cimv2_CIM_LabelReader;
  2001               extern MetaClass __root_cimv2_CIM_LibraryExchange;
  2002 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_LimitedAccessPort;
  2003               extern MetaClass __root_cimv2_CIM_LogicalDisk;
  2004               extern MetaClass __root_cimv2_CIM_LogicalDiskBasedOnExtent;
  2005               extern MetaClass __root_cimv2_CIM_LogicalDiskBasedOnVolume;
  2006               extern MetaClass __root_cimv2_CIM_LogicalDiskBasedOnVolumeSet;
  2007               extern MetaClass __root_cimv2_CIM_LogInDataFile;
  2008               extern MetaClass __root_cimv2_CIM_LogInDeviceFile;
  2009               extern MetaClass __root_cimv2_CIM_LogInStorage;
  2010               extern MetaClass __root_cimv2_CIM_MagnetoOpticalDrive;
  2011               extern MetaClass __root_cimv2_CIM_ManagementController;
  2012               extern MetaClass __root_cimv2_CIM_MarkerService;
  2013               extern MetaClass __root_cimv2_CIM_MediaPartition;
  2014               extern MetaClass __root_cimv2_CIM_MediaPresent;
  2015               extern MetaClass __root_cimv2_CIM_Memory;
  2016               extern MetaClass __root_cimv2_CIM_MemoryMappedIO;
  2017               extern MetaClass __root_cimv2_CIM_MemoryResource;
  2018               extern MetaClass __root_cimv2_CIM_MeterService;
  2019               extern MetaClass __root_cimv2_CIM_ModulePort;
  2020               extern MetaClass __root_cimv2_CIM_MultiStateSensor;
  2021               extern MetaClass __root_cimv2_CIM_Network;
  2022               extern MetaClass __root_cimv2_CIM_NetworkService;
  2023 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_NetworkServicesInAdminDomain;
  2024               extern MetaClass __root_cimv2_CIM_NetworksInAdminDomain;
  2025               extern MetaClass __root_cimv2_CIM_NextService;
  2026               extern MetaClass __root_cimv2_CIM_NextServiceAfterMeter;
  2027               extern MetaClass __root_cimv2_CIM_NFS;
  2028               extern MetaClass __root_cimv2_CIM_NonVolatileStorage;
  2029               extern MetaClass __root_cimv2_CIM_NumericSensor;
  2030               extern MetaClass __root_cimv2_CIM_ObjectManager;
  2031               extern MetaClass __root_cimv2_CIM_ObjectManagerAdapter;
  2032               extern MetaClass __root_cimv2_CIM_ObjectManagerCommunicationMechanism;
  2033               extern MetaClass __root_cimv2_CIM_OOBAlertService;
  2034               extern MetaClass __root_cimv2_CIM_OOBAlertServiceOnModem;
  2035               extern MetaClass __root_cimv2_CIM_OOBAlertServiceOnNetworkAdapter;
  2036               extern MetaClass __root_cimv2_CIM_OOBAlertServiceOnNetworkPort;
  2037               extern MetaClass __root_cimv2_CIM_OperationLog;
  2038               extern MetaClass __root_cimv2_CIM_OSProcess;
  2039               extern MetaClass __root_cimv2_CIM_OwningPrintQueue;
  2040               extern MetaClass __root_cimv2_CIM_PackageAlarm;
  2041               extern MetaClass __root_cimv2_CIM_PackageCooling;
  2042               extern MetaClass __root_cimv2_CIM_PacketSchedulingService;
  2043               extern MetaClass __root_cimv2_CIM_ParallelController;
  2044 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_PCIController;
  2045               extern MetaClass __root_cimv2_CIM_PCIDevice;
  2046               extern MetaClass __root_cimv2_CIM_PCMCIAController;
  2047               extern MetaClass __root_cimv2_CIM_PhysicalExtent;
  2048               extern MetaClass __root_cimv2_CIM_PickerForChanger;
  2049               extern MetaClass __root_cimv2_CIM_PointingDevice;
  2050               extern MetaClass __root_cimv2_CIM_PolicyInSystem;
  2051               extern MetaClass __root_cimv2_CIM_PolicyRepository;
  2052               extern MetaClass __root_cimv2_CIM_PolicyRepositoryInPolicyRepository;
  2053               extern MetaClass __root_cimv2_CIM_PolicyRoleCollectionInSystem;
  2054               extern MetaClass __root_cimv2_CIM_PolicySetInSystem;
  2055               extern MetaClass __root_cimv2_CIM_PortController;
  2056               extern MetaClass __root_cimv2_CIM_PortResource;
  2057               extern MetaClass __root_cimv2_CIM_POTSModem;
  2058               extern MetaClass __root_cimv2_CIM_PowerManagementService;
  2059               extern MetaClass __root_cimv2_CIM_PreambleMarkerService;
  2060               extern MetaClass __root_cimv2_CIM_PrinterServicingQueue;
  2061               extern MetaClass __root_cimv2_CIM_PrintSAP;
  2062               extern MetaClass __root_cimv2_CIM_PrintService;
  2063               extern MetaClass __root_cimv2_CIM_Priority8021QMarkerService;
  2064               extern MetaClass __root_cimv2_CIM_ProcessThread;
  2065 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_ProductServiceComponent;
  2066               extern MetaClass __root_cimv2_CIM_ProtectedExtentBasedOn;
  2067               extern MetaClass __root_cimv2_CIM_ProtectedSpaceExtent;
  2068               extern MetaClass __root_cimv2_CIM_ProtocolAdapter;
  2069               extern MetaClass __root_cimv2_CIM_ProtocolControllerAccessesUnit;
  2070               extern MetaClass __root_cimv2_CIM_ProtocolEndpoint;
  2071               extern MetaClass __root_cimv2_CIM_ProvidesServiceToElement;
  2072               extern MetaClass __root_cimv2_CIM_PSExtentBasedOnPExtent;
  2073               extern MetaClass __root_cimv2_CIM_QoSService;
  2074               extern MetaClass __root_cimv2_CIM_QoSSubService;
  2075               extern MetaClass __root_cimv2_CIM_QueueForPrintService;
  2076               extern MetaClass __root_cimv2_CIM_QueueForwardsToPrintSAP;
  2077               extern MetaClass __root_cimv2_CIM_QueuingService;
  2078               extern MetaClass __root_cimv2_CIM_RealizesExtent;
  2079               extern MetaClass __root_cimv2_CIM_RealizesPExtent;
  2080               extern MetaClass __root_cimv2_CIM_REDDropperService;
  2081               extern MetaClass __root_cimv2_CIM_Refrigeration;
  2082               extern MetaClass __root_cimv2_CIM_RemoteServiceAccessPoint;
  2083               extern MetaClass __root_cimv2_CIM_ResidesOnExtent;
  2084               extern MetaClass __root_cimv2_CIM_ResourceOfSystem;
  2085               extern MetaClass __root_cimv2_CIM_ReusablePolicyContainer;
  2086 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_RouteCalculationService;
  2087               extern MetaClass __root_cimv2_CIM_RoutersInAS;
  2088               extern MetaClass __root_cimv2_CIM_RoutersInBGPCluster;
  2089               extern MetaClass __root_cimv2_CIM_RouteUsesEndpoint;
  2090               extern MetaClass __root_cimv2_CIM_RoutingProtocolDomain;
  2091               extern MetaClass __root_cimv2_CIM_RoutingProtocolDomainInAS;
  2092               extern MetaClass __root_cimv2_CIM_RunningOS;
  2093               extern MetaClass __root_cimv2_CIM_SAPAvailableForElement;
  2094               extern MetaClass __root_cimv2_CIM_SAPSAPDependency;
  2095               extern MetaClass __root_cimv2_CIM_SAPStatistics;
  2096               extern MetaClass __root_cimv2_CIM_SchedulingServiceToSchedule;
  2097               extern MetaClass __root_cimv2_CIM_SCSIController;
  2098               extern MetaClass __root_cimv2_CIM_SCSIProtocolEndpoint;
  2099               extern MetaClass __root_cimv2_CIM_SDSLModem;
  2100               extern MetaClass __root_cimv2_CIM_SecurityAssociationEndpoint;
  2101               extern MetaClass __root_cimv2_CIM_SecurityService;
  2102               extern MetaClass __root_cimv2_CIM_SecurityServiceForSystem;
  2103               extern MetaClass __root_cimv2_CIM_SecurityServiceUsesAccount;
  2104               extern MetaClass __root_cimv2_CIM_SerialController;
  2105               extern MetaClass __root_cimv2_CIM_ServiceAccessBySAP;
  2106               extern MetaClass __root_cimv2_CIM_ServiceAvailableToDatabase;
  2107 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_ServiceServiceDependency;
  2108               extern MetaClass __root_cimv2_CIM_ServiceUsesSecurityService;
  2109               extern MetaClass __root_cimv2_CIM_SettingForSystem;
  2110               extern MetaClass __root_cimv2_CIM_Snapshot;
  2111               extern MetaClass __root_cimv2_CIM_SnapshotOfExtent;
  2112               extern MetaClass __root_cimv2_CIM_Specific802dot1QVLANService;
  2113               extern MetaClass __root_cimv2_CIM_SSAController;
  2114               extern MetaClass __root_cimv2_CIM_StorageConfigurationService;
  2115               extern MetaClass __root_cimv2_CIM_StorageDefect;
  2116               extern MetaClass __root_cimv2_CIM_StorageLibrary;
  2117               extern MetaClass __root_cimv2_CIM_SwitchPort;
  2118               extern MetaClass __root_cimv2_CIM_SwitchPortDynamicForwarding;
  2119               extern MetaClass __root_cimv2_CIM_SwitchPortPair;
  2120               extern MetaClass __root_cimv2_CIM_SwitchPortStaticForwarding;
  2121               extern MetaClass __root_cimv2_CIM_SystemBIOS;
  2122               extern MetaClass __root_cimv2_CIM_Tachometer;
  2123               extern MetaClass __root_cimv2_CIM_TapePartition;
  2124               extern MetaClass __root_cimv2_CIM_TapePartitionOnSurface;
  2125               extern MetaClass __root_cimv2_CIM_TCPProtocolEndpoint;
  2126               extern MetaClass __root_cimv2_CIM_TemperatureSensor;
  2127               extern MetaClass __root_cimv2_CIM_TokenBucketMeterService;
  2128 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_ToSMarkerService;
  2129               extern MetaClass __root_cimv2_CIM_TrapSourceForSNMPService;
  2130               extern MetaClass __root_cimv2_CIM_UDPProtocolEndpoint;
  2131               extern MetaClass __root_cimv2_CIM_Unimodem;
  2132               extern MetaClass __root_cimv2_CIM_UnitaryComputerSystem;
  2133               extern MetaClass __root_cimv2_CIM_USBConnection;
  2134               extern MetaClass __root_cimv2_CIM_USBController;
  2135               extern MetaClass __root_cimv2_CIM_VDSLModem;
  2136               extern MetaClass __root_cimv2_CIM_VideoController;
  2137               extern MetaClass __root_cimv2_CIM_VideoSetting;
  2138               extern MetaClass __root_cimv2_CIM_VirtualComputerSystem;
  2139               extern MetaClass __root_cimv2_CIM_VLANFor;
  2140               extern MetaClass __root_cimv2_CIM_VolatileStorage;
  2141               extern MetaClass __root_cimv2_CIM_VoltageSensor;
  2142               extern MetaClass __root_cimv2_CIM_VolumeSetBasedOnPSExtent;
  2143               extern MetaClass __root_cimv2_CIM_WakeUpServiceOnModem;
  2144               extern MetaClass __root_cimv2_CIM_WakeUpServiceOnNetworkAdapter;
  2145               extern MetaClass __root_cimv2_CIM_WakeUpServiceOnNetworkPort;
  2146               extern MetaClass __root_cimv2_CIM_WeightedREDDropperService;
  2147               extern MetaClass __root_cimv2_CIM_AccountManagementService;
  2148               extern MetaClass __root_cimv2_CIM_Action;
  2149 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_ActionSequence;
  2150               extern MetaClass __root_cimv2_CIM_ActiveConnection;
  2151               extern MetaClass __root_cimv2_CIM_ADSLModem;
  2152               extern MetaClass __root_cimv2_CIM_AggregatePSExtentBasedOnAggregatePExtent;
  2153               extern MetaClass __root_cimv2_CIM_AggregatePSExtentBasedOnPExtent;
  2154               extern MetaClass __root_cimv2_CIM_AggregateRedundancyComponent;
  2155               extern MetaClass __root_cimv2_CIM_AGPVideoController;
  2156               extern MetaClass __root_cimv2_CIM_AllocatedDMA;
  2157               extern MetaClass __root_cimv2_CIM_AssociatedBattery;
  2158               extern MetaClass __root_cimv2_CIM_AssociatedCooling;
  2159               extern MetaClass __root_cimv2_CIM_AssociatedDatabaseSystem;
  2160               extern MetaClass __root_cimv2_CIM_AssociatedLabelReader;
  2161               extern MetaClass __root_cimv2_CIM_AssociatedMemory;
  2162               extern MetaClass __root_cimv2_CIM_AssociatedNextHop;
  2163               extern MetaClass __root_cimv2_CIM_AssociatedProcessorMemory;
  2164               extern MetaClass __root_cimv2_CIM_AssociatedSupplyVoltageSensor;
  2165               extern MetaClass __root_cimv2_CIM_AuthenticationService;
  2166               extern MetaClass __root_cimv2_CIM_AuthorizationService;
  2167               extern MetaClass __root_cimv2_CIM_AuthorizedUse;
  2168               extern MetaClass __root_cimv2_CIM_AvailableDiagnosticService;
  2169               extern MetaClass __root_cimv2_CIM_AverageRateMeterService;
  2170 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_BGPProtocolEndpoint;
  2171               extern MetaClass __root_cimv2_CIM_BGPService;
  2172               extern MetaClass __root_cimv2_CIM_BGPServiceAttributes;
  2173               extern MetaClass __root_cimv2_CIM_BGPServiceStatistics;
  2174               extern MetaClass __root_cimv2_CIM_BindsTo;
  2175               extern MetaClass __root_cimv2_CIM_BIOSLoadedInNV;
  2176               extern MetaClass __root_cimv2_CIM_BootServiceAccessBySAP;
  2177               extern MetaClass __root_cimv2_CIM_CableModem;
  2178               extern MetaClass __root_cimv2_CIM_CacheMemory;
  2179               extern MetaClass __root_cimv2_CIM_CalculatedRoutes;
  2180               extern MetaClass __root_cimv2_CIM_CalculatesAmong;
  2181               extern MetaClass __root_cimv2_CIM_CalculationBasedOnQueue;
  2182               extern MetaClass __root_cimv2_CIM_CalculationServiceForDropper;
  2183               extern MetaClass __root_cimv2_CIM_Check;
  2184               extern MetaClass __root_cimv2_CIM_CIMXMLCommunicationMechanism;
  2185               extern MetaClass __root_cimv2_CIM_ClassifierService;
  2186               extern MetaClass __root_cimv2_CIM_Cluster;
  2187               extern MetaClass __root_cimv2_CIM_ClusteringService;
  2188               extern MetaClass __root_cimv2_CIM_ClusterServiceAccessBySAP;
  2189               extern MetaClass __root_cimv2_CIM_CollectionOfSensors;
  2190               extern MetaClass __root_cimv2_CIM_CommMechanismForAdapter;
  2191 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_CommMechanismForManager;
  2192               extern MetaClass __root_cimv2_CIM_CommMechanismForObjectManagerAdapter;
  2193               extern MetaClass __root_cimv2_CIM_ComponentCS;
  2194               extern MetaClass __root_cimv2_CIM_ComputerSystemMemory;
  2195               extern MetaClass __root_cimv2_CIM_ComputerSystemProcessor;
  2196               extern MetaClass __root_cimv2_CIM_ComputerSystemResource;
  2197               extern MetaClass __root_cimv2_CIM_ConditioningServiceOnEndpoint;
  2198               extern MetaClass __root_cimv2_CIM_ControlledBy;
  2199               extern MetaClass __root_cimv2_CIM_CredentialManagementService;
  2200               extern MetaClass __root_cimv2_CIM_CurrentSensor;
  2201               extern MetaClass __root_cimv2_CIM_DatabaseStorage;
  2202               extern MetaClass __root_cimv2_CIM_DesktopMonitor;
  2203               extern MetaClass __root_cimv2_CIM_DiagnosticResultForTest;
  2204               extern MetaClass __root_cimv2_CIM_DiagnosticSettingForTest;
  2205               extern MetaClass __root_cimv2_CIM_DiagnosticTestForMSE;
  2206               extern MetaClass __root_cimv2_CIM_DiffServService;
  2207               extern MetaClass __root_cimv2_CIM_DirectoryAction;
  2208               extern MetaClass __root_cimv2_CIM_DirectorySpecification;
  2209               extern MetaClass __root_cimv2_CIM_DiskPartition;
  2210               extern MetaClass __root_cimv2_CIM_DiskPartitionBasedOnVolume;
  2211               extern MetaClass __root_cimv2_CIM_DiskSpaceCheck;
  2212 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_DSCPMarkerService;
  2213               extern MetaClass __root_cimv2_CIM_EFService;
  2214               extern MetaClass __root_cimv2_CIM_EGPRouteCalcDependency;
  2215               extern MetaClass __root_cimv2_CIM_EgressConditioningServiceOnEndpoint;
  2216               extern MetaClass __root_cimv2_CIM_ElementInSchedulingService;
  2217               extern MetaClass __root_cimv2_CIM_EndpointIdentity;
  2218               extern MetaClass __root_cimv2_CIM_EndpointOfNetworkPipe;
  2219               extern MetaClass __root_cimv2_CIM_EWMAMeterService;
  2220               extern MetaClass __root_cimv2_CIM_ExecuteProgram;
  2221               extern MetaClass __root_cimv2_CIM_FileAction;
  2222               extern MetaClass __root_cimv2_CIM_FileSpecification;
  2223               extern MetaClass __root_cimv2_CIM_FilterOfSecurityAssociation;
  2224               extern MetaClass __root_cimv2_CIM_FlowService;
  2225               extern MetaClass __root_cimv2_CIM_ForwardingService;
  2226               extern MetaClass __root_cimv2_CIM_ForwardsAmong;
  2227               extern MetaClass __root_cimv2_CIM_FromDirectoryAction;
  2228               extern MetaClass __root_cimv2_CIM_FromDirectorySpecification;
  2229               extern MetaClass __root_cimv2_CIM_Hdr8021PService;
  2230               extern MetaClass __root_cimv2_CIM_HeadTailDropQueueBinding;
  2231               extern MetaClass __root_cimv2_CIM_HostedBootService;
  2232               extern MetaClass __root_cimv2_CIM_HostedClusterService;
  2233 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_HostedForwardingServices;
  2234               extern MetaClass __root_cimv2_CIM_HostedNetworkPipe;
  2235               extern MetaClass __root_cimv2_CIM_HostedRoutingServices;
  2236               extern MetaClass __root_cimv2_CIM_HostingCS;
  2237               extern MetaClass __root_cimv2_CIM_IKESAEndpoint;
  2238               extern MetaClass __root_cimv2_CIM_InboundVLAN;
  2239               extern MetaClass __root_cimv2_CIM_IngressConditioningServiceOnEndpoint;
  2240               extern MetaClass __root_cimv2_CIM_InLogicalNetwork;
  2241               extern MetaClass __root_cimv2_CIM_IPProtocolEndpoint;
  2242               extern MetaClass __root_cimv2_CIM_IPsecPolicyForEndpoint;
  2243               extern MetaClass __root_cimv2_CIM_IPsecSAEndpoint;
  2244               extern MetaClass __root_cimv2_CIM_IPXProtocolEndpoint;
  2245               extern MetaClass __root_cimv2_CIM_iSCSIProtocolEndpoint;
  2246               extern MetaClass __root_cimv2_CIM_J2eeAppClientModule;
  2247               extern MetaClass __root_cimv2_CIM_J2eeApplicationHostedOnServer;
  2248               extern MetaClass __root_cimv2_CIM_J2eeApplicationModule;
  2249               extern MetaClass __root_cimv2_CIM_J2eeEJBModule;
  2250               extern MetaClass __root_cimv2_CIM_J2eeJavaMailResource;
  2251               extern MetaClass __root_cimv2_CIM_J2eeJCAResource;
  2252               extern MetaClass __root_cimv2_CIM_J2eeJDBCResource;
  2253               extern MetaClass __root_cimv2_CIM_J2eeJDBCResourceUsesDataSource;
  2254 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_J2eeJMSResource;
  2255               extern MetaClass __root_cimv2_CIM_J2eeJNDIResource;
  2256               extern MetaClass __root_cimv2_CIM_J2eeJTAResource;
  2257               extern MetaClass __root_cimv2_CIM_J2eeResourceAdapterInModule;
  2258               extern MetaClass __root_cimv2_CIM_J2eeResourceOnServer;
  2259               extern MetaClass __root_cimv2_CIM_J2eeServletInModule;
  2260               extern MetaClass __root_cimv2_CIM_KerberosKeyDistributionCenter;
  2261               extern MetaClass __root_cimv2_CIM_LANEndpoint;
  2262               extern MetaClass __root_cimv2_CIM_LibraryPackage;
  2263               extern MetaClass __root_cimv2_CIM_LocalCredentialManagementService;
  2264               extern MetaClass __root_cimv2_CIM_LogicalDiskBasedOnPartition;
  2265               extern MetaClass __root_cimv2_CIM_LogicalNetworkService;
  2266               extern MetaClass __root_cimv2_CIM_ManagedCredential;
  2267               extern MetaClass __root_cimv2_CIM_ManagesAccount;
  2268               extern MetaClass __root_cimv2_CIM_ManagesAccountOnSystem;
  2269               extern MetaClass __root_cimv2_CIM_MemoryCheck;
  2270               extern MetaClass __root_cimv2_CIM_ModifySettingAction;
  2271               extern MetaClass __root_cimv2_CIM_MonitorSetting;
  2272               extern MetaClass __root_cimv2_CIM_NamespaceInManager;
  2273               extern MetaClass __root_cimv2_CIM_NextScheduler;
  2274               extern MetaClass __root_cimv2_CIM_NonWorkConservingSchedulingService;
  2275 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_Notary;
  2276               extern MetaClass __root_cimv2_CIM_NotaryVerifiesBiometric;
  2277               extern MetaClass __root_cimv2_CIM_OSPFArea;
  2278               extern MetaClass __root_cimv2_CIM_OSPFProtocolEndpointBase;
  2279               extern MetaClass __root_cimv2_CIM_OSPFService;
  2280               extern MetaClass __root_cimv2_CIM_OSPFServiceConfiguration;
  2281               extern MetaClass __root_cimv2_CIM_OSPFVirtualInterface;
  2282               extern MetaClass __root_cimv2_CIM_OSVersionCheck;
  2283               extern MetaClass __root_cimv2_CIM_OutboundVLAN;
  2284               extern MetaClass __root_cimv2_CIM_PackageTempSensor;
  2285               extern MetaClass __root_cimv2_CIM_ParticipatingCS;
  2286               extern MetaClass __root_cimv2_CIM_PCIBridge;
  2287               extern MetaClass __root_cimv2_CIM_PCVideoController;
  2288               extern MetaClass __root_cimv2_CIM_PeerGatewayForPreconfiguredTunnel;
  2289               extern MetaClass __root_cimv2_CIM_PeerGatewayForTunnel;
  2290               extern MetaClass __root_cimv2_CIM_PeerOfSAEndpoint;
  2291               extern MetaClass __root_cimv2_CIM_PExtentRedundancyComponent;
  2292               extern MetaClass __root_cimv2_CIM_Phase1SAUsedForPhase2;
  2293               extern MetaClass __root_cimv2_CIM_PickerLabelReader;
  2294               extern MetaClass __root_cimv2_CIM_PolicyActionInPolicyRepository;
  2295               extern MetaClass __root_cimv2_CIM_PolicyConditionInPolicyRepository;
  2296 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_PolicyContainerInPolicyContainer;
  2297               extern MetaClass __root_cimv2_CIM_PolicyGroupInSystem;
  2298               extern MetaClass __root_cimv2_CIM_PolicyRuleInSystem;
  2299               extern MetaClass __root_cimv2_CIM_PortImplementsEndpoint;
  2300               extern MetaClass __root_cimv2_CIM_PrecedenceService;
  2301               extern MetaClass __root_cimv2_CIM_PrivilegeManagementService;
  2302               extern MetaClass __root_cimv2_CIM_ProvidesEndpoint;
  2303               extern MetaClass __root_cimv2_CIM_PublicKeyManagementService;
  2304               extern MetaClass __root_cimv2_CIM_QoSConditioningSubService;
  2305               extern MetaClass __root_cimv2_CIM_QueueAllocation;
  2306               extern MetaClass __root_cimv2_CIM_QueueHierarchy;
  2307               extern MetaClass __root_cimv2_CIM_QueueToSchedule;
  2308               extern MetaClass __root_cimv2_CIM_RealizedOnSide;
  2309               extern MetaClass __root_cimv2_CIM_RealizesAggregatePExtent;
  2310               extern MetaClass __root_cimv2_CIM_RealizesDiskPartition;
  2311               extern MetaClass __root_cimv2_CIM_RealizesTapePartition;
  2312               extern MetaClass __root_cimv2_CIM_RebootAction;
  2313               extern MetaClass __root_cimv2_CIM_ReflectorClientService;
  2314               extern MetaClass __root_cimv2_CIM_ReflectorNonClientService;
  2315               extern MetaClass __root_cimv2_CIM_ReflectorService;
  2316               extern MetaClass __root_cimv2_CIM_RemotePort;
  2317 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_RemoveDirectoryAction;
  2318               extern MetaClass __root_cimv2_CIM_RemoveFileAction;
  2319               extern MetaClass __root_cimv2_CIM_RequireCredentialsFrom;
  2320               extern MetaClass __root_cimv2_CIM_ReusablePolicy;
  2321               extern MetaClass __root_cimv2_CIM_RouteForwardedByService;
  2322               extern MetaClass __root_cimv2_CIM_RoutesBGP;
  2323               extern MetaClass __root_cimv2_CIM_RuleThatGeneratedSA;
  2324               extern MetaClass __root_cimv2_CIM_SchedulerUsed;
  2325               extern MetaClass __root_cimv2_CIM_SCSIInitiatorTargetLogicalUnitPath;
  2326               extern MetaClass __root_cimv2_CIM_SCSIInterface;
  2327               extern MetaClass __root_cimv2_CIM_SerialInterface;
  2328               extern MetaClass __root_cimv2_CIM_SettingCheck;
  2329               extern MetaClass __root_cimv2_CIM_SharedSecretService;
  2330               extern MetaClass __root_cimv2_CIM_SNMPTrapTarget;
  2331               extern MetaClass __root_cimv2_CIM_SoftwareElementActions;
  2332               extern MetaClass __root_cimv2_CIM_SoftwareElementChecks;
  2333               extern MetaClass __root_cimv2_CIM_SoftwareElementVersionCheck;
  2334               extern MetaClass __root_cimv2_CIM_SourceRoutingService;
  2335               extern MetaClass __root_cimv2_CIM_SpanningTreeService;
  2336               extern MetaClass __root_cimv2_CIM_StorageHardwareIDManagementService;
  2337               extern MetaClass __root_cimv2_CIM_SwapSpaceCheck;
  2338 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_SwitchPortSourceRouting;
  2339               extern MetaClass __root_cimv2_CIM_SwitchPortSpanningTree;
  2340               extern MetaClass __root_cimv2_CIM_SwitchService;
  2341               extern MetaClass __root_cimv2_CIM_SwitchServiceSourceRouting;
  2342               extern MetaClass __root_cimv2_CIM_SwitchServiceSpanningTree;
  2343               extern MetaClass __root_cimv2_CIM_SwitchServiceVLAN;
  2344               extern MetaClass __root_cimv2_CIM_SystemPartition;
  2345               extern MetaClass __root_cimv2_CIM_TransformOfSecurityAssociation;
  2346               extern MetaClass __root_cimv2_CIM_TransparentBridgingService;
  2347               extern MetaClass __root_cimv2_CIM_TransparentBridgingStaticForwarding;
  2348               extern MetaClass __root_cimv2_CIM_TrustHierarchy;
  2349               extern MetaClass __root_cimv2_CIM_USBControllerHasHub;
  2350               extern MetaClass __root_cimv2_CIM_VerificationService;
  2351               extern MetaClass __root_cimv2_CIM_VersionCompatibilityCheck;
  2352               extern MetaClass __root_cimv2_CIM_AcceptCredentialFrom;
  2353               extern MetaClass __root_cimv2_CIM_AccessLabelReader;
  2354               extern MetaClass __root_cimv2_CIM_AFService;
  2355               extern MetaClass __root_cimv2_CIM_ArchitectureCheck;
  2356               extern MetaClass __root_cimv2_CIM_AreaOfConfiguration;
  2357               extern MetaClass __root_cimv2_CIM_ASBGPEndpoints;
  2358               extern MetaClass __root_cimv2_CIM_AssociatedCacheMemory;
  2359 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_AssociatedSupplyCurrentSensor;
  2360               extern MetaClass __root_cimv2_CIM_AuthenticateForUse;
  2361               extern MetaClass __root_cimv2_CIM_BGPAdminDistance;
  2362               extern MetaClass __root_cimv2_CIM_BGPPeerGroupService;
  2363               extern MetaClass __root_cimv2_CIM_BGPRoutingPolicy;
  2364               extern MetaClass __root_cimv2_CIM_BindsToLANEndpoint;
  2365               extern MetaClass __root_cimv2_CIM_CertificateAuthority;
  2366               extern MetaClass __root_cimv2_CIM_ClassifierElement;
  2367               extern MetaClass __root_cimv2_CIM_ClassifierElementInClassifierService;
  2368               extern MetaClass __root_cimv2_CIM_ClassifierElementUsesFilterList;
  2369               extern MetaClass __root_cimv2_CIM_ClassifierFilterSet;
  2370               extern MetaClass __root_cimv2_CIM_ComputerSystemDMA;
  2371               extern MetaClass __root_cimv2_CIM_ComputerSystemIRQ;
  2372               extern MetaClass __root_cimv2_CIM_ComputerSystemMappedIO;
  2373               extern MetaClass __root_cimv2_CIM_CopyFileAction;
  2374               extern MetaClass __root_cimv2_CIM_CreateDirectoryAction;
  2375               extern MetaClass __root_cimv2_CIM_DirectorySpecificationFile;
  2376               extern MetaClass __root_cimv2_CIM_EndpointInArea;
  2377               extern MetaClass __root_cimv2_CIM_EndpointInLink;
  2378               extern MetaClass __root_cimv2_CIM_FailNextScheduler;
  2379               extern MetaClass __root_cimv2_CIM_ForwardedRoutes;
  2380 mike  1.1.2.1 extern MetaClass __root_cimv2_CIM_IKESecretIsNamed;
  2381               extern MetaClass __root_cimv2_CIM_InSegment;
  2382               extern MetaClass __root_cimv2_CIM_J2eeConnectionFactoryAvailableToJCAResource;
  2383               extern MetaClass __root_cimv2_CIM_J2eeEJBInModule;
  2384               extern MetaClass __root_cimv2_CIM_KDCIssuesKerberosTicket;
  2385               extern MetaClass __root_cimv2_CIM_LocallyManagedPublicKey;
  2386               extern MetaClass __root_cimv2_CIM_NextServiceAfterClassifierElement;
  2387               extern MetaClass __root_cimv2_CIM_OSPFProtocolEndpoint;
  2388               extern MetaClass __root_cimv2_CIM_RelatedSpanningTree;
  2389               extern MetaClass __root_cimv2_CIM_RelatedTransparentBridgingService;
  2390               extern MetaClass __root_cimv2_CIM_SharedSecretIsShared;
  2391               extern MetaClass __root_cimv2_CIM_Switchable;
  2392               extern MetaClass __root_cimv2_CIM_SwitchesAmong;
  2393               extern MetaClass __root_cimv2_CIM_SwitchServiceTransparentBridging;
  2394               extern MetaClass __root_cimv2_CIM_ToDirectoryAction;
  2395               extern MetaClass __root_cimv2_CIM_ToDirectorySpecification;
  2396               extern MetaClass __root_cimv2_CIM_TransparentBridgingDynamicForwarding;
  2397               extern MetaClass __root_cimv2_CIM_AFRelatedServices;
  2398               extern MetaClass __root_cimv2_CIM_CAHasPublicCertificate;
  2399               extern MetaClass __root_cimv2_CIM_CASignsPublicKeyCertificate;
  2400               extern MetaClass __root_cimv2_PG_IndicationHandlerSNMPMapper;
  2401 mike  1.1.2.1 extern MetaClass __root_cimv2_PG_ListenerDestinationSystemLog;
  2402               extern MetaClass __root_cimv2_PG_ListenerDestinationEmail;
  2403               extern MetaClass __root_cimv2_PG_OperatingSystem;
  2404               extern MetaClass __root_cimv2_PG_ComputerSystem;
  2405               extern MetaClass __root_cimv2_PG_UnixProcess;
  2406               extern MetaClass __root_cimv2_PG_UnixProcessStatisticalInformation;
  2407               extern MetaClass __root_cimv2_PG_UnixProcessStatistics;
  2408               extern MetaClass __root_cimv2_PG_UnixThread;
  2409               extern MetaClass __root_cimv2_PG_Processor;
  2410               extern MetaClass __root_cimv2_PG_BindsIPToLANEndpoint;
  2411               extern MetaClass __root_cimv2_PG_IPRoute;
  2412 mike  1.1.2.3 extern MetaClass __root_cimv2_Hello;
  2413               extern MetaClass __root_cimv2_Goodbye;
  2414 mike  1.1.2.5 extern MetaClass __root_cimv2_Junk;
  2415 mike  1.1.2.1 
  2416               //==============================================================================
  2417               //
  2418               // Class: CIM_DiagnosticResult
  2419               //
  2420               //==============================================================================
  2421               
  2422               static const char*
  2423               _CIM_DiagnosticResult_DiagnosticCreationClassName_qualifiers[] =
  2424               {
  2425                   /* Deprecated */
  2426                   "\013\000\001No Value\000",
  2427                   /* Key */
  2428                   "\025\001",
  2429                   /* Propagated */
  2430                   "\045CIM_DiagnosticTest.CreationClassName",
  2431                   /* MaxLen */
  2432                   "\030\000\000\001\000",
  2433                   0,
  2434               };
  2435               
  2436 mike  1.1.2.1 static MetaProperty
  2437               _CIM_DiagnosticResult_DiagnosticCreationClassName =
  2438               {
  2439                   /* flags */
  2440                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  2441                   /* name */
  2442                   "DiagnosticCreationClassName",
  2443                   /* qualifiers */
  2444                   _CIM_DiagnosticResult_DiagnosticCreationClassName_qualifiers,
  2445                   /* type */
  2446                   CIMTYPE_STRING,
  2447                   /* subscript */
  2448                   -1,
  2449                   /* value */
  2450                   0,
  2451               };
  2452               
  2453               static const char*
  2454               _CIM_DiagnosticResult_DiagnosticName_qualifiers[] =
  2455               {
  2456                   /* Deprecated */
  2457 mike  1.1.2.1     "\013\000\001No Value\000",
  2458                   /* Key */
  2459                   "\025\001",
  2460                   /* Propagated */
  2461                   "\045CIM_DiagnosticTest.Name",
  2462                   /* MaxLen */
  2463                   "\030\000\000\001\000",
  2464                   0,
  2465               };
  2466               
  2467               static MetaProperty
  2468               _CIM_DiagnosticResult_DiagnosticName =
  2469               {
  2470                   /* flags */
  2471                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  2472                   /* name */
  2473                   "DiagnosticName",
  2474                   /* qualifiers */
  2475                   _CIM_DiagnosticResult_DiagnosticName_qualifiers,
  2476                   /* type */
  2477                   CIMTYPE_STRING,
  2478 mike  1.1.2.1     /* subscript */
  2479                   -1,
  2480                   /* value */
  2481                   0,
  2482               };
  2483               
  2484               static const char*
  2485               _CIM_DiagnosticResult_DiagSystemCreationClassName_qualifiers[] =
  2486               {
  2487                   /* Deprecated */
  2488                   "\013\000\001No Value\000",
  2489                   /* Key */
  2490                   "\025\001",
  2491                   /* Propagated */
  2492                   "\045CIM_DiagnosticTest.SystemCreationClassName",
  2493                   /* MaxLen */
  2494                   "\030\000\000\001\000",
  2495                   0,
  2496               };
  2497               
  2498               static MetaProperty
  2499 mike  1.1.2.1 _CIM_DiagnosticResult_DiagSystemCreationClassName =
  2500               {
  2501                   /* flags */
  2502                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  2503                   /* name */
  2504                   "DiagSystemCreationClassName",
  2505                   /* qualifiers */
  2506                   _CIM_DiagnosticResult_DiagSystemCreationClassName_qualifiers,
  2507                   /* type */
  2508                   CIMTYPE_STRING,
  2509                   /* subscript */
  2510                   -1,
  2511                   /* value */
  2512                   0,
  2513               };
  2514               
  2515               static const char*
  2516               _CIM_DiagnosticResult_DiagSystemName_qualifiers[] =
  2517               {
  2518                   /* Deprecated */
  2519                   "\013\000\001No Value\000",
  2520 mike  1.1.2.1     /* Key */
  2521                   "\025\001",
  2522                   /* Propagated */
  2523                   "\045CIM_DiagnosticTest.SystemName",
  2524                   /* MaxLen */
  2525                   "\030\000\000\001\000",
  2526                   0,
  2527               };
  2528               
  2529               static MetaProperty
  2530               _CIM_DiagnosticResult_DiagSystemName =
  2531               {
  2532                   /* flags */
  2533                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  2534                   /* name */
  2535                   "DiagSystemName",
  2536                   /* qualifiers */
  2537                   _CIM_DiagnosticResult_DiagSystemName_qualifiers,
  2538                   /* type */
  2539                   CIMTYPE_STRING,
  2540                   /* subscript */
  2541 mike  1.1.2.1     -1,
  2542                   /* value */
  2543                   0,
  2544               };
  2545               
  2546               static const char*
  2547               _CIM_DiagnosticResult_ExecutionID_qualifiers[] =
  2548               {
  2549                   /* Deprecated */
  2550                   "\013\000\001CIM_DiagnosticRecord.InstanceID\000",
  2551                   /* Key */
  2552                   "\025\001",
  2553                   /* MaxLen */
  2554                   "\030\000\000\004\000",
  2555                   0,
  2556               };
  2557               
  2558               static MetaProperty
  2559               _CIM_DiagnosticResult_ExecutionID =
  2560               {
  2561                   /* flags */
  2562 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  2563                   /* name */
  2564                   "ExecutionID",
  2565                   /* qualifiers */
  2566                   _CIM_DiagnosticResult_ExecutionID_qualifiers,
  2567                   /* type */
  2568                   CIMTYPE_STRING,
  2569                   /* subscript */
  2570                   -1,
  2571                   /* value */
  2572                   0,
  2573               };
  2574               
  2575               static const char*
  2576               _CIM_DiagnosticResult_TimeStamp_qualifiers[] =
  2577               {
  2578                   /* Deprecated */
  2579                   "\013\000\001CIM_LogRecord.MessageTimestamp\000",
  2580                   0,
  2581               };
  2582               
  2583 mike  1.1.2.1 static MetaProperty
  2584               _CIM_DiagnosticResult_TimeStamp =
  2585               {
  2586                   /* flags */
  2587                   META_FLAG_PROPERTY|META_FLAG_READ,
  2588                   /* name */
  2589                   "TimeStamp",
  2590                   /* qualifiers */
  2591                   _CIM_DiagnosticResult_TimeStamp_qualifiers,
  2592                   /* type */
  2593                   CIMTYPE_DATETIME,
  2594                   /* subscript */
  2595                   -1,
  2596                   /* value */
  2597                   0,
  2598               };
  2599               
  2600               static const char*
  2601               _CIM_DiagnosticResult_IsPackage_qualifiers[] =
  2602               {
  2603                   /* Deprecated */
  2604 mike  1.1.2.1     "\013\000\001No Value\000",
  2605                   0,
  2606               };
  2607               
  2608               static MetaProperty
  2609               _CIM_DiagnosticResult_IsPackage =
  2610               {
  2611                   /* flags */
  2612                   META_FLAG_PROPERTY|META_FLAG_READ,
  2613                   /* name */
  2614                   "IsPackage",
  2615                   /* qualifiers */
  2616                   _CIM_DiagnosticResult_IsPackage_qualifiers,
  2617                   /* type */
  2618                   CIMTYPE_BOOLEAN,
  2619                   /* subscript */
  2620                   -1,
  2621                   /* value */
  2622                   0,
  2623               };
  2624               
  2625 mike  1.1.2.1 static const char*
  2626               _CIM_DiagnosticResult_TestStartTime_qualifiers[] =
  2627               {
  2628                   /* Deprecated */
  2629                   "\013\000\001CIM_Job.StartTime\000",
  2630                   0,
  2631               };
  2632               
  2633               static MetaProperty
  2634               _CIM_DiagnosticResult_TestStartTime =
  2635               {
  2636                   /* flags */
  2637                   META_FLAG_PROPERTY|META_FLAG_READ,
  2638                   /* name */
  2639                   "TestStartTime",
  2640                   /* qualifiers */
  2641                   _CIM_DiagnosticResult_TestStartTime_qualifiers,
  2642                   /* type */
  2643                   CIMTYPE_DATETIME,
  2644                   /* subscript */
  2645                   -1,
  2646 mike  1.1.2.1     /* value */
  2647                   0,
  2648               };
  2649               
  2650               static const char*
  2651               _CIM_DiagnosticResult_TestCompletionTime_qualifiers[] =
  2652               {
  2653                   /* Deprecated */
  2654                   "\013\000\001No Value\000",
  2655                   0,
  2656               };
  2657               
  2658               static MetaProperty
  2659               _CIM_DiagnosticResult_TestCompletionTime =
  2660               {
  2661                   /* flags */
  2662                   META_FLAG_PROPERTY|META_FLAG_READ,
  2663                   /* name */
  2664                   "TestCompletionTime",
  2665                   /* qualifiers */
  2666                   _CIM_DiagnosticResult_TestCompletionTime_qualifiers,
  2667 mike  1.1.2.1     /* type */
  2668                   CIMTYPE_DATETIME,
  2669                   /* subscript */
  2670                   -1,
  2671                   /* value */
  2672                   0,
  2673               };
  2674               
  2675               static const char*
  2676               _CIM_DiagnosticResult_TestState_qualifiers[] =
  2677               {
  2678                   /* Deprecated */
  2679                   "\013\000\001No Value\000",
  2680                   /* ValueMap */
  2681                   "\061\000\0060\0001\0002\0003\0004\0005\000",
  2682                   /* Values */
  2683                   "\062\000\006Unknown\000Other\000Passed\000Failed\000In Progress\000Stopped\000",
  2684                   /* ModelCorrespondence */
  2685                   "\036\000\001CIM_DiagnosticResult.OtherStateDescription\000",
  2686                   0,
  2687               };
  2688 mike  1.1.2.1 
  2689               static MetaProperty
  2690               _CIM_DiagnosticResult_TestState =
  2691               {
  2692                   /* flags */
  2693                   META_FLAG_PROPERTY|META_FLAG_READ,
  2694                   /* name */
  2695                   "TestState",
  2696                   /* qualifiers */
  2697                   _CIM_DiagnosticResult_TestState_qualifiers,
  2698                   /* type */
  2699                   CIMTYPE_UINT16,
  2700                   /* subscript */
  2701                   -1,
  2702                   /* value */
  2703                   0,
  2704               };
  2705               
  2706               static const char*
  2707               _CIM_DiagnosticResult_OtherStateDescription_qualifiers[] =
  2708               {
  2709 mike  1.1.2.1     /* Deprecated */
  2710                   "\013\000\001No Value\000",
  2711                   /* ModelCorrespondence */
  2712                   "\036\000\001CIM_DiagnosticResult.TestState\000",
  2713                   0,
  2714               };
  2715               
  2716               static MetaProperty
  2717               _CIM_DiagnosticResult_OtherStateDescription =
  2718               {
  2719                   /* flags */
  2720                   META_FLAG_PROPERTY|META_FLAG_READ,
  2721                   /* name */
  2722                   "OtherStateDescription",
  2723                   /* qualifiers */
  2724                   _CIM_DiagnosticResult_OtherStateDescription_qualifiers,
  2725                   /* type */
  2726                   CIMTYPE_STRING,
  2727                   /* subscript */
  2728                   -1,
  2729                   /* value */
  2730 mike  1.1.2.1     0,
  2731               };
  2732               
  2733               static const char*
  2734               _CIM_DiagnosticResult_EstimatedTimeOfPerforming_qualifiers[] =
  2735               {
  2736                   /* Deprecated */
  2737                   "\013\000\001No Value\000",
  2738                   /* Units */
  2739                   "\060Seconds",
  2740                   /* ModelCorrespondence */
  2741                   "\036\000\001CIM_DiagnosticTestForMSE.EstimatedTimeOfPerforming\000",
  2742                   0,
  2743               };
  2744               
  2745               static MetaProperty
  2746               _CIM_DiagnosticResult_EstimatedTimeOfPerforming =
  2747               {
  2748                   /* flags */
  2749                   META_FLAG_PROPERTY|META_FLAG_READ,
  2750                   /* name */
  2751 mike  1.1.2.1     "EstimatedTimeOfPerforming",
  2752                   /* qualifiers */
  2753                   _CIM_DiagnosticResult_EstimatedTimeOfPerforming_qualifiers,
  2754                   /* type */
  2755                   CIMTYPE_UINT32,
  2756                   /* subscript */
  2757                   -1,
  2758                   /* value */
  2759                   0,
  2760               };
  2761               
  2762               static const char*
  2763               _CIM_DiagnosticResult_TestResults_qualifiers[] =
  2764               {
  2765                   /* Deprecated */
  2766                   "\013\000\001CIM_LogRecord.RecordData\000",
  2767                   /* ArrayType */
  2768                   "\005Ordered",
  2769                   0,
  2770               };
  2771               
  2772 mike  1.1.2.1 static MetaProperty
  2773               _CIM_DiagnosticResult_TestResults =
  2774               {
  2775                   /* flags */
  2776                   META_FLAG_PROPERTY|META_FLAG_READ,
  2777                   /* name */
  2778                   "TestResults",
  2779                   /* qualifiers */
  2780                   _CIM_DiagnosticResult_TestResults_qualifiers,
  2781                   /* type */
  2782                   CIMTYPE_STRING,
  2783                   /* subscript */
  2784                   0,
  2785                   /* value */
  2786                   0,
  2787               };
  2788               
  2789               static const char*
  2790               _CIM_DiagnosticResult_PercentComplete_qualifiers[] =
  2791               {
  2792                   /* Deprecated */
  2793 mike  1.1.2.1     "\013\000\001CIM_Job.PercentComplete\000",
  2794                   /* Units */
  2795                   "\060Percent",
  2796                   /* MinValue */
  2797                   "\035\000\000\000\000\000\000\000\000",
  2798                   /* MaxValue */
  2799                   "\031\000\000\000\000\000\000\000\144",
  2800                   0,
  2801               };
  2802               
  2803               static MetaProperty
  2804               _CIM_DiagnosticResult_PercentComplete =
  2805               {
  2806                   /* flags */
  2807                   META_FLAG_PROPERTY|META_FLAG_READ,
  2808                   /* name */
  2809                   "PercentComplete",
  2810                   /* qualifiers */
  2811                   _CIM_DiagnosticResult_PercentComplete_qualifiers,
  2812                   /* type */
  2813                   CIMTYPE_UINT8,
  2814 mike  1.1.2.1     /* subscript */
  2815                   -1,
  2816                   /* value */
  2817                   0,
  2818               };
  2819               
  2820               static const char*
  2821               _CIM_DiagnosticResult_ErrorCode_qualifiers[] =
  2822               {
  2823                   /* Deprecated */
  2824                   "\013\000\001CIM_DiagnosticServiceRecord.ErrorCode\000",
  2825                   /* ArrayType */
  2826                   "\005Indexed",
  2827                   /* ModelCorrespondence */
  2828                   "\036\000\001CIM_DiagnosticResult.ErrorCount\000",
  2829                   0,
  2830               };
  2831               
  2832               static MetaProperty
  2833               _CIM_DiagnosticResult_ErrorCode =
  2834               {
  2835 mike  1.1.2.1     /* flags */
  2836                   META_FLAG_PROPERTY|META_FLAG_READ,
  2837                   /* name */
  2838                   "ErrorCode",
  2839                   /* qualifiers */
  2840                   _CIM_DiagnosticResult_ErrorCode_qualifiers,
  2841                   /* type */
  2842                   CIMTYPE_STRING,
  2843                   /* subscript */
  2844                   0,
  2845                   /* value */
  2846                   0,
  2847               };
  2848               
  2849               static const char*
  2850               _CIM_DiagnosticResult_ErrorCount_qualifiers[] =
  2851               {
  2852                   /* Deprecated */
  2853                   "\013\000\001CIM_DiagnosticServiceRecord.ErrorCount\000",
  2854                   /* ArrayType */
  2855                   "\005Indexed",
  2856 mike  1.1.2.1     /* ModelCorrespondence */
  2857                   "\036\000\001CIM_DiagnosticResult.ErrorCode\000",
  2858                   0,
  2859               };
  2860               
  2861               static MetaProperty
  2862               _CIM_DiagnosticResult_ErrorCount =
  2863               {
  2864                   /* flags */
  2865                   META_FLAG_PROPERTY|META_FLAG_READ,
  2866                   /* name */
  2867                   "ErrorCount",
  2868                   /* qualifiers */
  2869                   _CIM_DiagnosticResult_ErrorCount_qualifiers,
  2870                   /* type */
  2871                   CIMTYPE_UINT32,
  2872                   /* subscript */
  2873                   0,
  2874                   /* value */
  2875                   0,
  2876               };
  2877 mike  1.1.2.1 
  2878               static const char*
  2879               _CIM_DiagnosticResult_LoopsFailed_qualifiers[] =
  2880               {
  2881                   /* Deprecated */
  2882                   "\013\000\001CIM_DiagnosticServiceRecord.LoopsFailed\000",
  2883                   0,
  2884               };
  2885               
  2886               static MetaProperty
  2887               _CIM_DiagnosticResult_LoopsFailed =
  2888               {
  2889                   /* flags */
  2890                   META_FLAG_PROPERTY|META_FLAG_READ,
  2891                   /* name */
  2892                   "LoopsFailed",
  2893                   /* qualifiers */
  2894                   _CIM_DiagnosticResult_LoopsFailed_qualifiers,
  2895                   /* type */
  2896                   CIMTYPE_UINT32,
  2897                   /* subscript */
  2898 mike  1.1.2.1     -1,
  2899                   /* value */
  2900                   0,
  2901               };
  2902               
  2903               static const char*
  2904               _CIM_DiagnosticResult_LoopsPassed_qualifiers[] =
  2905               {
  2906                   /* Deprecated */
  2907                   "\013\000\001CIM_DiagnosticServiceRecord.LoopsPassed\000",
  2908                   0,
  2909               };
  2910               
  2911               static MetaProperty
  2912               _CIM_DiagnosticResult_LoopsPassed =
  2913               {
  2914                   /* flags */
  2915                   META_FLAG_PROPERTY|META_FLAG_READ,
  2916                   /* name */
  2917                   "LoopsPassed",
  2918                   /* qualifiers */
  2919 mike  1.1.2.1     _CIM_DiagnosticResult_LoopsPassed_qualifiers,
  2920                   /* type */
  2921                   CIMTYPE_UINT32,
  2922                   /* subscript */
  2923                   -1,
  2924                   /* value */
  2925                   0,
  2926               };
  2927               
  2928               static const char*
  2929               _CIM_DiagnosticResult_TestWarningLevel_qualifiers[] =
  2930               {
  2931                   /* Deprecated */
  2932                   "\013\000\001CIM_DiagnosticSetting.LogOptions\000",
  2933                   /* Write */
  2934                   "\065\001",
  2935                   /* ValueMap */
  2936                   "\061\000\0040\0001\0002\0003\000",
  2937                   /* Values */
  2938                   "\062\000\004No Warnings\000Missing Resources\000Testing Impacts\000All Warnings\000",
  2939                   0,
  2940 mike  1.1.2.1 };
  2941               
  2942               static MetaProperty
  2943               _CIM_DiagnosticResult_TestWarningLevel =
  2944               {
  2945                   /* flags */
  2946                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
  2947                   /* name */
  2948                   "TestWarningLevel",
  2949                   /* qualifiers */
  2950                   _CIM_DiagnosticResult_TestWarningLevel_qualifiers,
  2951                   /* type */
  2952                   CIMTYPE_UINT16,
  2953                   /* subscript */
  2954                   -1,
  2955                   /* value */
  2956                   0,
  2957               };
  2958               
  2959               static const char*
  2960               _CIM_DiagnosticResult_ReportSoftErrors_qualifiers[] =
  2961 mike  1.1.2.1 {
  2962                   /* Deprecated */
  2963                   "\013\000\001CIM_DiagnosticSetting.LogOptions\000",
  2964                   /* Write */
  2965                   "\065\001",
  2966                   0,
  2967               };
  2968               
  2969               static MetaProperty
  2970               _CIM_DiagnosticResult_ReportSoftErrors =
  2971               {
  2972                   /* flags */
  2973                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
  2974                   /* name */
  2975                   "ReportSoftErrors",
  2976                   /* qualifiers */
  2977                   _CIM_DiagnosticResult_ReportSoftErrors_qualifiers,
  2978                   /* type */
  2979                   CIMTYPE_BOOLEAN,
  2980                   /* subscript */
  2981                   -1,
  2982 mike  1.1.2.1     /* value */
  2983                   0,
  2984               };
  2985               
  2986               static const char*
  2987               _CIM_DiagnosticResult_ReportStatusMessages_qualifiers[] =
  2988               {
  2989                   /* Deprecated */
  2990                   "\013\000\001CIM_DiagnosticSetting.LogOptions\000",
  2991                   /* Write */
  2992                   "\065\001",
  2993                   0,
  2994               };
  2995               
  2996               static MetaProperty
  2997               _CIM_DiagnosticResult_ReportStatusMessages =
  2998               {
  2999                   /* flags */
  3000                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
  3001                   /* name */
  3002                   "ReportStatusMessages",
  3003 mike  1.1.2.1     /* qualifiers */
  3004                   _CIM_DiagnosticResult_ReportStatusMessages_qualifiers,
  3005                   /* type */
  3006                   CIMTYPE_BOOLEAN,
  3007                   /* subscript */
  3008                   -1,
  3009                   /* value */
  3010                   0,
  3011               };
  3012               
  3013               static const char*
  3014               _CIM_DiagnosticResult_HaltOnError_qualifiers[] =
  3015               {
  3016                   /* Deprecated */
  3017                   "\013\000\001CIM_DiagnosticSettingRecord.HaltOnError\000",
  3018                   /* Write */
  3019                   "\065\001",
  3020                   0,
  3021               };
  3022               
  3023               static MetaProperty
  3024 mike  1.1.2.1 _CIM_DiagnosticResult_HaltOnError =
  3025               {
  3026                   /* flags */
  3027                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
  3028                   /* name */
  3029                   "HaltOnError",
  3030                   /* qualifiers */
  3031                   _CIM_DiagnosticResult_HaltOnError_qualifiers,
  3032                   /* type */
  3033                   CIMTYPE_BOOLEAN,
  3034                   /* subscript */
  3035                   -1,
  3036                   /* value */
  3037                   0,
  3038               };
  3039               
  3040               static const char*
  3041               _CIM_DiagnosticResult_QuickMode_qualifiers[] =
  3042               {
  3043                   /* Deprecated */
  3044                   "\013\000\001CIM_DiagnosticSettingRecord.QuickMode\000",
  3045 mike  1.1.2.1     /* Write */
  3046                   "\065\001",
  3047                   0,
  3048               };
  3049               
  3050               static MetaProperty
  3051               _CIM_DiagnosticResult_QuickMode =
  3052               {
  3053                   /* flags */
  3054                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
  3055                   /* name */
  3056                   "QuickMode",
  3057                   /* qualifiers */
  3058                   _CIM_DiagnosticResult_QuickMode_qualifiers,
  3059                   /* type */
  3060                   CIMTYPE_BOOLEAN,
  3061                   /* subscript */
  3062                   -1,
  3063                   /* value */
  3064                   0,
  3065               };
  3066 mike  1.1.2.1 
  3067               static const char*
  3068               _CIM_DiagnosticResult_PercentOfTestCoverage_qualifiers[] =
  3069               {
  3070                   /* Deprecated */
  3071                   "\013\000\001CIM_DiagnosticSettingRecord.PercentOfTestCoverage\000",
  3072                   /* Write */
  3073                   "\065\001",
  3074                   /* Units */
  3075                   "\060Percent",
  3076                   /* MinValue */
  3077                   "\035\000\000\000\000\000\000\000\000",
  3078                   /* MaxValue */
  3079                   "\031\000\000\000\000\000\000\000\144",
  3080                   /* ModelCorrespondence */
  3081                   "\036\000\001CIM_DiagnosticTest.Characteristics\000",
  3082                   0,
  3083               };
  3084               
  3085               static MetaProperty
  3086               _CIM_DiagnosticResult_PercentOfTestCoverage =
  3087 mike  1.1.2.1 {
  3088                   /* flags */
  3089                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
  3090                   /* name */
  3091                   "PercentOfTestCoverage",
  3092                   /* qualifiers */
  3093                   _CIM_DiagnosticResult_PercentOfTestCoverage_qualifiers,
  3094                   /* type */
  3095                   CIMTYPE_UINT8,
  3096                   /* subscript */
  3097                   -1,
  3098                   /* value */
  3099                   0,
  3100               };
  3101               
  3102               static MetaFeature*
  3103               _CIM_DiagnosticResult_features[] =
  3104               {
  3105                   (MetaFeature*)&_CIM_DiagnosticResult_DiagnosticCreationClassName,
  3106                   (MetaFeature*)&_CIM_DiagnosticResult_DiagnosticName,
  3107                   (MetaFeature*)&_CIM_DiagnosticResult_DiagSystemCreationClassName,
  3108 mike  1.1.2.1     (MetaFeature*)&_CIM_DiagnosticResult_DiagSystemName,
  3109                   (MetaFeature*)&_CIM_DiagnosticResult_ExecutionID,
  3110                   (MetaFeature*)&_CIM_DiagnosticResult_TimeStamp,
  3111                   (MetaFeature*)&_CIM_DiagnosticResult_IsPackage,
  3112                   (MetaFeature*)&_CIM_DiagnosticResult_TestStartTime,
  3113                   (MetaFeature*)&_CIM_DiagnosticResult_TestCompletionTime,
  3114                   (MetaFeature*)&_CIM_DiagnosticResult_TestState,
  3115                   (MetaFeature*)&_CIM_DiagnosticResult_OtherStateDescription,
  3116                   (MetaFeature*)&_CIM_DiagnosticResult_EstimatedTimeOfPerforming,
  3117                   (MetaFeature*)&_CIM_DiagnosticResult_TestResults,
  3118                   (MetaFeature*)&_CIM_DiagnosticResult_PercentComplete,
  3119                   (MetaFeature*)&_CIM_DiagnosticResult_ErrorCode,
  3120                   (MetaFeature*)&_CIM_DiagnosticResult_ErrorCount,
  3121                   (MetaFeature*)&_CIM_DiagnosticResult_LoopsFailed,
  3122                   (MetaFeature*)&_CIM_DiagnosticResult_LoopsPassed,
  3123                   (MetaFeature*)&_CIM_DiagnosticResult_TestWarningLevel,
  3124                   (MetaFeature*)&_CIM_DiagnosticResult_ReportSoftErrors,
  3125                   (MetaFeature*)&_CIM_DiagnosticResult_ReportStatusMessages,
  3126                   (MetaFeature*)&_CIM_DiagnosticResult_HaltOnError,
  3127                   (MetaFeature*)&_CIM_DiagnosticResult_QuickMode,
  3128                   (MetaFeature*)&_CIM_DiagnosticResult_PercentOfTestCoverage,
  3129 mike  1.1.2.1     0,
  3130               };
  3131               
  3132               static const char*
  3133               __root_cimv2_CIM_DiagnosticResult_qualifiers[] =
  3134               {
  3135                   /* Deprecated */
  3136                   "\013\000\001CIM_DiagnosticServiceRecord\000",
  3137                   /* UMLPackagePath */
  3138                   "\057CIM::System::Diagnostics",
  3139                   /* Version */
  3140                   "\0632.7.0",
  3141                   0,
  3142               };
  3143               
  3144               MetaClass
  3145               __root_cimv2_CIM_DiagnosticResult =
  3146               {
  3147                   /* flags */
  3148                   META_FLAG_CLASS,
  3149                   /* name */
  3150 mike  1.1.2.1     "CIM_DiagnosticResult",
  3151                   /* qualifiers */
  3152                   __root_cimv2_CIM_DiagnosticResult_qualifiers,
  3153                   /* super */
  3154                   0,
  3155                   /* features */
  3156                   _CIM_DiagnosticResult_features,
  3157               };
  3158               
  3159               //==============================================================================
  3160               //
  3161               // Class: CIM_Indication
  3162               //
  3163               //==============================================================================
  3164               
  3165               static const char*
  3166               _CIM_Indication_IndicationIdentifier_qualifiers[] =
  3167               {
  3168                   /* MappingStrings */
  3169                   "\026\000\001Recommendation.ITU|X733.Notification identifier\000",
  3170                   0,
  3171 mike  1.1.2.1 };
  3172               
  3173               static MetaProperty
  3174               _CIM_Indication_IndicationIdentifier =
  3175               {
  3176                   /* flags */
  3177                   META_FLAG_PROPERTY|META_FLAG_READ,
  3178                   /* name */
  3179                   "IndicationIdentifier",
  3180                   /* qualifiers */
  3181                   _CIM_Indication_IndicationIdentifier_qualifiers,
  3182                   /* type */
  3183                   CIMTYPE_STRING,
  3184                   /* subscript */
  3185                   -1,
  3186                   /* value */
  3187                   0,
  3188               };
  3189               
  3190               static const char*
  3191               _CIM_Indication_CorrelatedIndications_qualifiers[] =
  3192 mike  1.1.2.1 {
  3193                   /* MappingStrings */
  3194                   "\026\000\001Recommendation.ITU|X733.Correlated notifications\000",
  3195                   /* ModelCorrespondence */
  3196                   "\036\000\001CIM_Indication.IndicationIdentifier\000",
  3197                   0,
  3198               };
  3199               
  3200               static MetaProperty
  3201               _CIM_Indication_CorrelatedIndications =
  3202               {
  3203                   /* flags */
  3204                   META_FLAG_PROPERTY|META_FLAG_READ,
  3205                   /* name */
  3206                   "CorrelatedIndications",
  3207                   /* qualifiers */
  3208                   _CIM_Indication_CorrelatedIndications_qualifiers,
  3209                   /* type */
  3210                   CIMTYPE_STRING,
  3211                   /* subscript */
  3212                   0,
  3213 mike  1.1.2.1     /* value */
  3214                   0,
  3215               };
  3216               
  3217               static const char*
  3218               _CIM_Indication_IndicationTime_qualifiers[] =
  3219               {
  3220                   0,
  3221               };
  3222               
  3223               static MetaProperty
  3224               _CIM_Indication_IndicationTime =
  3225               {
  3226                   /* flags */
  3227                   META_FLAG_PROPERTY|META_FLAG_READ,
  3228                   /* name */
  3229                   "IndicationTime",
  3230                   /* qualifiers */
  3231                   _CIM_Indication_IndicationTime_qualifiers,
  3232                   /* type */
  3233                   CIMTYPE_DATETIME,
  3234 mike  1.1.2.1     /* subscript */
  3235                   -1,
  3236                   /* value */
  3237                   0,
  3238               };
  3239               
  3240               static const char*
  3241               _CIM_Indication_PerceivedSeverity_qualifiers[] =
  3242               {
  3243                   /* ValueMap */
  3244                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
  3245                   /* Values */
  3246                   "\062\000\010Unknown\000Other\000Information\000Degraded/Warning\000Minor\000Major\000Critical\000Fatal/NonRecoverable\000",
  3247                   /* MappingStrings */
  3248                   "\026\000\001Recommendation.ITU|X733.Perceived severity\000",
  3249                   0,
  3250               };
  3251               
  3252               static MetaProperty
  3253               _CIM_Indication_PerceivedSeverity =
  3254               {
  3255 mike  1.1.2.1     /* flags */
  3256                   META_FLAG_PROPERTY|META_FLAG_READ,
  3257                   /* name */
  3258                   "PerceivedSeverity",
  3259                   /* qualifiers */
  3260                   _CIM_Indication_PerceivedSeverity_qualifiers,
  3261                   /* type */
  3262                   CIMTYPE_UINT16,
  3263                   /* subscript */
  3264                   -1,
  3265                   /* value */
  3266                   0,
  3267               };
  3268               
  3269               static const char*
  3270               _CIM_Indication_OtherSeverity_qualifiers[] =
  3271               {
  3272                   /* ModelCorrespondence */
  3273                   "\036\000\001CIM_AlertIndication.PerceivedSeverity\000",
  3274                   0,
  3275               };
  3276 mike  1.1.2.1 
  3277               static MetaProperty
  3278               _CIM_Indication_OtherSeverity =
  3279               {
  3280                   /* flags */
  3281                   META_FLAG_PROPERTY|META_FLAG_READ,
  3282                   /* name */
  3283                   "OtherSeverity",
  3284                   /* qualifiers */
  3285                   _CIM_Indication_OtherSeverity_qualifiers,
  3286                   /* type */
  3287                   CIMTYPE_STRING,
  3288                   /* subscript */
  3289                   -1,
  3290                   /* value */
  3291                   0,
  3292               };
  3293               
  3294               static MetaFeature*
  3295               _CIM_Indication_features[] =
  3296               {
  3297 mike  1.1.2.1     (MetaFeature*)&_CIM_Indication_IndicationIdentifier,
  3298                   (MetaFeature*)&_CIM_Indication_CorrelatedIndications,
  3299                   (MetaFeature*)&_CIM_Indication_IndicationTime,
  3300                   (MetaFeature*)&_CIM_Indication_PerceivedSeverity,
  3301                   (MetaFeature*)&_CIM_Indication_OtherSeverity,
  3302                   0,
  3303               };
  3304               
  3305               static const char*
  3306               __root_cimv2_CIM_Indication_qualifiers[] =
  3307               {
  3308                   /* INDICATION */
  3309                   "\001\001",
  3310                   /* UMLPackagePath */
  3311                   "\057CIM::Event",
  3312                   /* Abstract */
  3313                   "\002\001",
  3314                   /* Version */
  3315                   "\0632.7.0",
  3316                   0,
  3317               };
  3318 mike  1.1.2.1 
  3319               MetaClass
  3320               __root_cimv2_CIM_Indication =
  3321               {
  3322                   /* flags */
  3323                   META_FLAG_INDICATION|META_FLAG_ABSTRACT,
  3324                   /* name */
  3325                   "CIM_Indication",
  3326                   /* qualifiers */
  3327                   __root_cimv2_CIM_Indication_qualifiers,
  3328                   /* super */
  3329                   0,
  3330                   /* features */
  3331                   _CIM_Indication_features,
  3332               };
  3333               
  3334               //==============================================================================
  3335               //
  3336               // Class: CIM_ManagedElement
  3337               //
  3338               //==============================================================================
  3339 mike  1.1.2.1 
  3340               static const char*
  3341               _CIM_ManagedElement_Caption_qualifiers[] =
  3342               {
  3343                   /* MaxLen */
  3344                   "\030\000\000\000\100",
  3345                   0,
  3346               };
  3347               
  3348               static MetaProperty
  3349               _CIM_ManagedElement_Caption =
  3350               {
  3351                   /* flags */
  3352                   META_FLAG_PROPERTY|META_FLAG_READ,
  3353                   /* name */
  3354                   "Caption",
  3355                   /* qualifiers */
  3356                   _CIM_ManagedElement_Caption_qualifiers,
  3357                   /* type */
  3358                   CIMTYPE_STRING,
  3359                   /* subscript */
  3360 mike  1.1.2.1     -1,
  3361                   /* value */
  3362                   0,
  3363               };
  3364               
  3365               static const char*
  3366               _CIM_ManagedElement_Description_qualifiers[] =
  3367               {
  3368                   0,
  3369               };
  3370               
  3371               static MetaProperty
  3372               _CIM_ManagedElement_Description =
  3373               {
  3374                   /* flags */
  3375                   META_FLAG_PROPERTY|META_FLAG_READ,
  3376                   /* name */
  3377                   "Description",
  3378                   /* qualifiers */
  3379                   _CIM_ManagedElement_Description_qualifiers,
  3380                   /* type */
  3381 mike  1.1.2.1     CIMTYPE_STRING,
  3382                   /* subscript */
  3383                   -1,
  3384                   /* value */
  3385                   0,
  3386               };
  3387               
  3388               static const char*
  3389               _CIM_ManagedElement_ElementName_qualifiers[] =
  3390               {
  3391                   0,
  3392               };
  3393               
  3394               static MetaProperty
  3395               _CIM_ManagedElement_ElementName =
  3396               {
  3397                   /* flags */
  3398                   META_FLAG_PROPERTY|META_FLAG_READ,
  3399                   /* name */
  3400                   "ElementName",
  3401                   /* qualifiers */
  3402 mike  1.1.2.1     _CIM_ManagedElement_ElementName_qualifiers,
  3403                   /* type */
  3404                   CIMTYPE_STRING,
  3405                   /* subscript */
  3406                   -1,
  3407                   /* value */
  3408                   0,
  3409               };
  3410               
  3411               static MetaFeature*
  3412               _CIM_ManagedElement_features[] =
  3413               {
  3414                   (MetaFeature*)&_CIM_ManagedElement_Caption,
  3415                   (MetaFeature*)&_CIM_ManagedElement_Description,
  3416                   (MetaFeature*)&_CIM_ManagedElement_ElementName,
  3417                   0,
  3418               };
  3419               
  3420               static const char*
  3421               __root_cimv2_CIM_ManagedElement_qualifiers[] =
  3422               {
  3423 mike  1.1.2.1     /* UMLPackagePath */
  3424                   "\057CIM::Core::CoreElements",
  3425                   /* Abstract */
  3426                   "\002\001",
  3427                   /* Version */
  3428                   "\0632.10.0",
  3429                   0,
  3430               };
  3431               
  3432               MetaClass
  3433               __root_cimv2_CIM_ManagedElement =
  3434               {
  3435                   /* flags */
  3436                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
  3437                   /* name */
  3438                   "CIM_ManagedElement",
  3439                   /* qualifiers */
  3440                   __root_cimv2_CIM_ManagedElement_qualifiers,
  3441                   /* super */
  3442                   0,
  3443                   /* features */
  3444 mike  1.1.2.1     _CIM_ManagedElement_features,
  3445               };
  3446               
  3447               //==============================================================================
  3448               //
  3449               // Class: CIM_BaseMetricDefinition
  3450               //
  3451               //==============================================================================
  3452               
  3453               static const char*
  3454               _CIM_BaseMetricDefinition_Id_qualifiers[] =
  3455               {
  3456                   /* Key */
  3457                   "\025\001",
  3458                   0,
  3459               };
  3460               
  3461               static MetaProperty
  3462               _CIM_BaseMetricDefinition_Id =
  3463               {
  3464                   /* flags */
  3465 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  3466                   /* name */
  3467                   "Id",
  3468                   /* qualifiers */
  3469                   _CIM_BaseMetricDefinition_Id_qualifiers,
  3470                   /* type */
  3471                   CIMTYPE_STRING,
  3472                   /* subscript */
  3473                   -1,
  3474                   /* value */
  3475                   0,
  3476               };
  3477               
  3478               static const char*
  3479               _CIM_BaseMetricDefinition_Name_qualifiers[] =
  3480               {
  3481                   0,
  3482               };
  3483               
  3484               static MetaProperty
  3485               _CIM_BaseMetricDefinition_Name =
  3486 mike  1.1.2.1 {
  3487                   /* flags */
  3488                   META_FLAG_PROPERTY|META_FLAG_READ,
  3489                   /* name */
  3490                   "Name",
  3491                   /* qualifiers */
  3492                   _CIM_BaseMetricDefinition_Name_qualifiers,
  3493                   /* type */
  3494                   CIMTYPE_STRING,
  3495                   /* subscript */
  3496                   -1,
  3497                   /* value */
  3498                   0,
  3499               };
  3500               
  3501               static const char*
  3502               _CIM_BaseMetricDefinition_DataType_qualifiers[] =
  3503               {
  3504                   /* ValueMap */
  3505                   "\061\000\0161\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\000",
  3506                   /* Values */
  3507 mike  1.1.2.1     "\062\000\016boolean\000char16\000datetime\000real32\000real64\000sint16\000sint32\000sint64\000sint8\000string\000uint16\000uint32\000uint64\000uint8\000",
  3508                   0,
  3509               };
  3510               
  3511               static MetaProperty
  3512               _CIM_BaseMetricDefinition_DataType =
  3513               {
  3514                   /* flags */
  3515                   META_FLAG_PROPERTY|META_FLAG_READ,
  3516                   /* name */
  3517                   "DataType",
  3518                   /* qualifiers */
  3519                   _CIM_BaseMetricDefinition_DataType_qualifiers,
  3520                   /* type */
  3521                   CIMTYPE_UINT16,
  3522                   /* subscript */
  3523                   -1,
  3524                   /* value */
  3525                   0,
  3526               };
  3527               
  3528 mike  1.1.2.1 static const char*
  3529               _CIM_BaseMetricDefinition_Calculable_qualifiers[] =
  3530               {
  3531                   /* ValueMap */
  3532                   "\061\000\0031\0002\0003\000",
  3533                   /* Values */
  3534                   "\062\000\003Non-calculable\000Summable\000Non-summable\000",
  3535                   0,
  3536               };
  3537               
  3538               static MetaProperty
  3539               _CIM_BaseMetricDefinition_Calculable =
  3540               {
  3541                   /* flags */
  3542                   META_FLAG_PROPERTY|META_FLAG_READ,
  3543                   /* name */
  3544                   "Calculable",
  3545                   /* qualifiers */
  3546                   _CIM_BaseMetricDefinition_Calculable_qualifiers,
  3547                   /* type */
  3548                   CIMTYPE_UINT16,
  3549 mike  1.1.2.1     /* subscript */
  3550                   -1,
  3551                   /* value */
  3552                   0,
  3553               };
  3554               
  3555               static const char*
  3556               _CIM_BaseMetricDefinition_Units_qualifiers[] =
  3557               {
  3558                   0,
  3559               };
  3560               
  3561               static MetaProperty
  3562               _CIM_BaseMetricDefinition_Units =
  3563               {
  3564                   /* flags */
  3565                   META_FLAG_PROPERTY|META_FLAG_READ,
  3566                   /* name */
  3567                   "Units",
  3568                   /* qualifiers */
  3569                   _CIM_BaseMetricDefinition_Units_qualifiers,
  3570 mike  1.1.2.1     /* type */
  3571                   CIMTYPE_STRING,
  3572                   /* subscript */
  3573                   -1,
  3574                   /* value */
  3575                   0,
  3576               };
  3577               
  3578               static const char*
  3579               _CIM_BaseMetricDefinition_BreakdownDimensions_qualifiers[] =
  3580               {
  3581                   0,
  3582               };
  3583               
  3584               static MetaProperty
  3585               _CIM_BaseMetricDefinition_BreakdownDimensions =
  3586               {
  3587                   /* flags */
  3588                   META_FLAG_PROPERTY|META_FLAG_READ,
  3589                   /* name */
  3590                   "BreakdownDimensions",
  3591 mike  1.1.2.1     /* qualifiers */
  3592                   _CIM_BaseMetricDefinition_BreakdownDimensions_qualifiers,
  3593                   /* type */
  3594                   CIMTYPE_STRING,
  3595                   /* subscript */
  3596                   0,
  3597                   /* value */
  3598                   0,
  3599               };
  3600               
  3601               static const char*
  3602               _CIM_BaseMetricDefinition_IsContinuous_qualifiers[] =
  3603               {
  3604                   0,
  3605               };
  3606               
  3607               static MetaProperty
  3608               _CIM_BaseMetricDefinition_IsContinuous =
  3609               {
  3610                   /* flags */
  3611                   META_FLAG_PROPERTY|META_FLAG_READ,
  3612 mike  1.1.2.1     /* name */
  3613                   "IsContinuous",
  3614                   /* qualifiers */
  3615                   _CIM_BaseMetricDefinition_IsContinuous_qualifiers,
  3616                   /* type */
  3617                   CIMTYPE_BOOLEAN,
  3618                   /* subscript */
  3619                   -1,
  3620                   /* value */
  3621                   0,
  3622               };
  3623               
  3624               static const char*
  3625               _CIM_BaseMetricDefinition_ChangeType_qualifiers[] =
  3626               {
  3627                   /* ValueMap */
  3628                   "\061\000\0060\0002\0003\0004\0005..32767\00032768..65535\000",
  3629                   /* Values */
  3630                   "\062\000\006Unknown\000N/A\000Counter\000Gauge\000DMTF Reserved\000Vendor Reserved\000",
  3631                   /* ModelCorrespondence */
  3632                   "\036\000\001CIM_BaseMetricDefinition.IsContinuous\000",
  3633 mike  1.1.2.1     0,
  3634               };
  3635               
  3636               static MetaProperty
  3637               _CIM_BaseMetricDefinition_ChangeType =
  3638               {
  3639                   /* flags */
  3640                   META_FLAG_PROPERTY|META_FLAG_READ,
  3641                   /* name */
  3642                   "ChangeType",
  3643                   /* qualifiers */
  3644                   _CIM_BaseMetricDefinition_ChangeType_qualifiers,
  3645                   /* type */
  3646                   CIMTYPE_UINT16,
  3647                   /* subscript */
  3648                   -1,
  3649                   /* value */
  3650                   0,
  3651               };
  3652               
  3653               static const char*
  3654 mike  1.1.2.1 _CIM_BaseMetricDefinition_TimeScope_qualifiers[] =
  3655               {
  3656                   /* ValueMap */
  3657                   "\061\000\0060\0002\0003\0004\0005..32767\00032768..65535\000",
  3658                   /* Values */
  3659                   "\062\000\006Unknown\000Point\000Interval\000StartupInterval\000DMTF Reserved\000Vendor Reserved\000",
  3660                   /* ModelCorrespondence */
  3661                   "\036\000\002CIM_BaseMetricValue.TimeStamp\000CIM_BaseMetricValue.Duration\000",
  3662                   0,
  3663               };
  3664               
  3665               static MetaProperty
  3666               _CIM_BaseMetricDefinition_TimeScope =
  3667               {
  3668                   /* flags */
  3669                   META_FLAG_PROPERTY|META_FLAG_READ,
  3670                   /* name */
  3671                   "TimeScope",
  3672                   /* qualifiers */
  3673                   _CIM_BaseMetricDefinition_TimeScope_qualifiers,
  3674                   /* type */
  3675 mike  1.1.2.1     CIMTYPE_UINT16,
  3676                   /* subscript */
  3677                   -1,
  3678                   /* value */
  3679                   0,
  3680               };
  3681               
  3682               static const char*
  3683               _CIM_BaseMetricDefinition_GatheringType_qualifiers[] =
  3684               {
  3685                   /* ValueMap */
  3686                   "\061\000\0060\0002\0003\0004\0005..32767\00032768..65535\000",
  3687                   /* Values */
  3688                   "\062\000\006Unknown\000OnChange\000Periodic\000OnRequest\000DMTF Reserved\000Vendor Reserved\000",
  3689                   0,
  3690               };
  3691               
  3692               static MetaProperty
  3693               _CIM_BaseMetricDefinition_GatheringType =
  3694               {
  3695                   /* flags */
  3696 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
  3697                   /* name */
  3698                   "GatheringType",
  3699                   /* qualifiers */
  3700                   _CIM_BaseMetricDefinition_GatheringType_qualifiers,
  3701                   /* type */
  3702                   CIMTYPE_UINT16,
  3703                   /* subscript */
  3704                   -1,
  3705                   /* value */
  3706                   0,
  3707               };
  3708               
  3709               static MetaFeature*
  3710               _CIM_BaseMetricDefinition_features[] =
  3711               {
  3712                   (MetaFeature*)&_CIM_BaseMetricDefinition_Id,
  3713                   (MetaFeature*)&_CIM_BaseMetricDefinition_Name,
  3714                   (MetaFeature*)&_CIM_BaseMetricDefinition_DataType,
  3715                   (MetaFeature*)&_CIM_BaseMetricDefinition_Calculable,
  3716                   (MetaFeature*)&_CIM_BaseMetricDefinition_Units,
  3717 mike  1.1.2.1     (MetaFeature*)&_CIM_BaseMetricDefinition_BreakdownDimensions,
  3718                   (MetaFeature*)&_CIM_BaseMetricDefinition_IsContinuous,
  3719                   (MetaFeature*)&_CIM_BaseMetricDefinition_ChangeType,
  3720                   (MetaFeature*)&_CIM_BaseMetricDefinition_TimeScope,
  3721                   (MetaFeature*)&_CIM_BaseMetricDefinition_GatheringType,
  3722                   0,
  3723               };
  3724               
  3725               static const char*
  3726               __root_cimv2_CIM_BaseMetricDefinition_qualifiers[] =
  3727               {
  3728                   /* UMLPackagePath */
  3729                   "\057CIM::Metrics::BaseMetric",
  3730                   /* Version */
  3731                   "\0632.9.0",
  3732                   0,
  3733               };
  3734               
  3735               MetaClass
  3736               __root_cimv2_CIM_BaseMetricDefinition =
  3737               {
  3738 mike  1.1.2.1     /* flags */
  3739                   META_FLAG_CLASS,
  3740                   /* name */
  3741                   "CIM_BaseMetricDefinition",
  3742                   /* qualifiers */
  3743                   __root_cimv2_CIM_BaseMetricDefinition_qualifiers,
  3744                   /* super */
  3745                   &__root_cimv2_CIM_ManagedElement,
  3746                   /* features */
  3747                   _CIM_BaseMetricDefinition_features,
  3748               };
  3749               
  3750               //==============================================================================
  3751               //
  3752               // Class: CIM_BaseMetricValue
  3753               //
  3754               //==============================================================================
  3755               
  3756               static const char*
  3757               _CIM_BaseMetricValue_InstanceID_qualifiers[] =
  3758               {
  3759 mike  1.1.2.1     /* Key */
  3760                   "\025\001",
  3761                   0,
  3762               };
  3763               
  3764               static MetaProperty
  3765               _CIM_BaseMetricValue_InstanceID =
  3766               {
  3767                   /* flags */
  3768                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  3769                   /* name */
  3770                   "InstanceID",
  3771                   /* qualifiers */
  3772                   _CIM_BaseMetricValue_InstanceID_qualifiers,
  3773                   /* type */
  3774                   CIMTYPE_STRING,
  3775                   /* subscript */
  3776                   -1,
  3777                   /* value */
  3778                   0,
  3779               };
  3780 mike  1.1.2.1 
  3781               static const char*
  3782               _CIM_BaseMetricValue_MetricDefinitionId_qualifiers[] =
  3783               {
  3784                   /* Required */
  3785                   "\050\001",
  3786                   /* ModelCorrespondence */
  3787                   "\036\000\001CIM_BaseMetricDefinition.Id\000",
  3788                   0,
  3789               };
  3790               
  3791               static MetaProperty
  3792               _CIM_BaseMetricValue_MetricDefinitionId =
  3793               {
  3794                   /* flags */
  3795                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  3796                   /* name */
  3797                   "MetricDefinitionId",
  3798                   /* qualifiers */
  3799                   _CIM_BaseMetricValue_MetricDefinitionId_qualifiers,
  3800                   /* type */
  3801 mike  1.1.2.1     CIMTYPE_STRING,
  3802                   /* subscript */
  3803                   -1,
  3804                   /* value */
  3805                   0,
  3806               };
  3807               
  3808               static const char*
  3809               _CIM_BaseMetricValue_MeasuredElementName_qualifiers[] =
  3810               {
  3811                   0,
  3812               };
  3813               
  3814               static MetaProperty
  3815               _CIM_BaseMetricValue_MeasuredElementName =
  3816               {
  3817                   /* flags */
  3818                   META_FLAG_PROPERTY|META_FLAG_READ,
  3819                   /* name */
  3820                   "MeasuredElementName",
  3821                   /* qualifiers */
  3822 mike  1.1.2.1     _CIM_BaseMetricValue_MeasuredElementName_qualifiers,
  3823                   /* type */
  3824                   CIMTYPE_STRING,
  3825                   /* subscript */
  3826                   -1,
  3827                   /* value */
  3828                   0,
  3829               };
  3830               
  3831               static const char*
  3832               _CIM_BaseMetricValue_TimeStamp_qualifiers[] =
  3833               {
  3834                   /* ModelCorrespondence */
  3835                   "\036\000\002CIM_BaseMetricDefinition.TimeScope\000CIM_BaseMetricValue.Duration\000",
  3836                   0,
  3837               };
  3838               
  3839               static MetaProperty
  3840               _CIM_BaseMetricValue_TimeStamp =
  3841               {
  3842                   /* flags */
  3843 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
  3844                   /* name */
  3845                   "TimeStamp",
  3846                   /* qualifiers */
  3847                   _CIM_BaseMetricValue_TimeStamp_qualifiers,
  3848                   /* type */
  3849                   CIMTYPE_DATETIME,
  3850                   /* subscript */
  3851                   -1,
  3852                   /* value */
  3853                   0,
  3854               };
  3855               
  3856               static const char*
  3857               _CIM_BaseMetricValue_Duration_qualifiers[] =
  3858               {
  3859                   /* ModelCorrespondence */
  3860                   "\036\000\002CIM_BaseMetricDefinition.TimeScope\000CIM_BaseMetricValue.TimeStamp\000",
  3861                   0,
  3862               };
  3863               
  3864 mike  1.1.2.1 static MetaProperty
  3865               _CIM_BaseMetricValue_Duration =
  3866               {
  3867                   /* flags */
  3868                   META_FLAG_PROPERTY|META_FLAG_READ,
  3869                   /* name */
  3870                   "Duration",
  3871                   /* qualifiers */
  3872                   _CIM_BaseMetricValue_Duration_qualifiers,
  3873                   /* type */
  3874                   CIMTYPE_DATETIME,
  3875                   /* subscript */
  3876                   -1,
  3877                   /* value */
  3878                   0,
  3879               };
  3880               
  3881               static const char*
  3882               _CIM_BaseMetricValue_MetricValue_qualifiers[] =
  3883               {
  3884                   /* Required */
  3885 mike  1.1.2.1     "\050\001",
  3886                   0,
  3887               };
  3888               
  3889               static MetaProperty
  3890               _CIM_BaseMetricValue_MetricValue =
  3891               {
  3892                   /* flags */
  3893                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  3894                   /* name */
  3895                   "MetricValue",
  3896                   /* qualifiers */
  3897                   _CIM_BaseMetricValue_MetricValue_qualifiers,
  3898                   /* type */
  3899                   CIMTYPE_STRING,
  3900                   /* subscript */
  3901                   -1,
  3902                   /* value */
  3903                   0,
  3904               };
  3905               
  3906 mike  1.1.2.1 static const char*
  3907               _CIM_BaseMetricValue_BreakdownDimension_qualifiers[] =
  3908               {
  3909                   0,
  3910               };
  3911               
  3912               static MetaProperty
  3913               _CIM_BaseMetricValue_BreakdownDimension =
  3914               {
  3915                   /* flags */
  3916                   META_FLAG_PROPERTY|META_FLAG_READ,
  3917                   /* name */
  3918                   "BreakdownDimension",
  3919                   /* qualifiers */
  3920                   _CIM_BaseMetricValue_BreakdownDimension_qualifiers,
  3921                   /* type */
  3922                   CIMTYPE_STRING,
  3923                   /* subscript */
  3924                   -1,
  3925                   /* value */
  3926                   0,
  3927 mike  1.1.2.1 };
  3928               
  3929               static const char*
  3930               _CIM_BaseMetricValue_BreakdownValue_qualifiers[] =
  3931               {
  3932                   0,
  3933               };
  3934               
  3935               static MetaProperty
  3936               _CIM_BaseMetricValue_BreakdownValue =
  3937               {
  3938                   /* flags */
  3939                   META_FLAG_PROPERTY|META_FLAG_READ,
  3940                   /* name */
  3941                   "BreakdownValue",
  3942                   /* qualifiers */
  3943                   _CIM_BaseMetricValue_BreakdownValue_qualifiers,
  3944                   /* type */
  3945                   CIMTYPE_STRING,
  3946                   /* subscript */
  3947                   -1,
  3948 mike  1.1.2.1     /* value */
  3949                   0,
  3950               };
  3951               
  3952               static const char*
  3953               _CIM_BaseMetricValue_Volatile_qualifiers[] =
  3954               {
  3955                   0,
  3956               };
  3957               
  3958               static MetaProperty
  3959               _CIM_BaseMetricValue_Volatile =
  3960               {
  3961                   /* flags */
  3962                   META_FLAG_PROPERTY|META_FLAG_READ,
  3963                   /* name */
  3964                   "Volatile",
  3965                   /* qualifiers */
  3966                   _CIM_BaseMetricValue_Volatile_qualifiers,
  3967                   /* type */
  3968                   CIMTYPE_BOOLEAN,
  3969 mike  1.1.2.1     /* subscript */
  3970                   -1,
  3971                   /* value */
  3972                   0,
  3973               };
  3974               
  3975               static MetaFeature*
  3976               _CIM_BaseMetricValue_features[] =
  3977               {
  3978                   (MetaFeature*)&_CIM_BaseMetricValue_InstanceID,
  3979                   (MetaFeature*)&_CIM_BaseMetricValue_MetricDefinitionId,
  3980                   (MetaFeature*)&_CIM_BaseMetricValue_MeasuredElementName,
  3981                   (MetaFeature*)&_CIM_BaseMetricValue_TimeStamp,
  3982                   (MetaFeature*)&_CIM_BaseMetricValue_Duration,
  3983                   (MetaFeature*)&_CIM_BaseMetricValue_MetricValue,
  3984                   (MetaFeature*)&_CIM_BaseMetricValue_BreakdownDimension,
  3985                   (MetaFeature*)&_CIM_BaseMetricValue_BreakdownValue,
  3986                   (MetaFeature*)&_CIM_BaseMetricValue_Volatile,
  3987                   0,
  3988               };
  3989               
  3990 mike  1.1.2.1 static const char*
  3991               __root_cimv2_CIM_BaseMetricValue_qualifiers[] =
  3992               {
  3993                   /* UMLPackagePath */
  3994                   "\057CIM::Metrics::BaseMetric",
  3995                   /* Version */
  3996                   "\0632.9.0",
  3997                   0,
  3998               };
  3999               
  4000               MetaClass
  4001               __root_cimv2_CIM_BaseMetricValue =
  4002               {
  4003                   /* flags */
  4004                   META_FLAG_CLASS,
  4005                   /* name */
  4006                   "CIM_BaseMetricValue",
  4007                   /* qualifiers */
  4008                   __root_cimv2_CIM_BaseMetricValue_qualifiers,
  4009                   /* super */
  4010                   &__root_cimv2_CIM_ManagedElement,
  4011 mike  1.1.2.1     /* features */
  4012                   _CIM_BaseMetricValue_features,
  4013               };
  4014               
  4015               //==============================================================================
  4016               //
  4017               // Class: CIM_BlockStatisticsManifest
  4018               //
  4019               //==============================================================================
  4020               
  4021               static const char*
  4022               _CIM_BlockStatisticsManifest_InstanceID_qualifiers[] =
  4023               {
  4024                   /* Key */
  4025                   "\025\001",
  4026                   0,
  4027               };
  4028               
  4029               static MetaProperty
  4030               _CIM_BlockStatisticsManifest_InstanceID =
  4031               {
  4032 mike  1.1.2.1     /* flags */
  4033                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  4034                   /* name */
  4035                   "InstanceID",
  4036                   /* qualifiers */
  4037                   _CIM_BlockStatisticsManifest_InstanceID_qualifiers,
  4038                   /* type */
  4039                   CIMTYPE_STRING,
  4040                   /* subscript */
  4041                   -1,
  4042                   /* value */
  4043                   0,
  4044               };
  4045               
  4046               static const char*
  4047               _CIM_BlockStatisticsManifest_ElementType_qualifiers[] =
  4048               {
  4049                   /* ValueMap */
  4050                   "\061\000\0152\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\0000x8000..\000",
  4051                   /* Values */
  4052                   "\062\000\015Computer System\000Front-end Computer System\000Peer Computer System\000Back-end Computer System\000Front-end Port\000Back-end Port\000Volume\000Extent\000Disk Drive\000Arbitrary LUs\000Remote Replica Group\000DMTF Reserved\000Vendor Specific\000",
  4053 mike  1.1.2.1     /* ModelCorrespondence */
  4054                   "\036\000\001CIM_BlockStorageStatisticalData.ElementType\000",
  4055                   0,
  4056               };
  4057               
  4058               static MetaProperty
  4059               _CIM_BlockStatisticsManifest_ElementType =
  4060               {
  4061                   /* flags */
  4062                   META_FLAG_PROPERTY|META_FLAG_READ,
  4063                   /* name */
  4064                   "ElementType",
  4065                   /* qualifiers */
  4066                   _CIM_BlockStatisticsManifest_ElementType_qualifiers,
  4067                   /* type */
  4068                   CIMTYPE_UINT16,
  4069                   /* subscript */
  4070                   -1,
  4071                   /* value */
  4072                   0,
  4073               };
  4074 mike  1.1.2.1 
  4075               static const char*
  4076               _CIM_BlockStatisticsManifest_IncludeStartStatisticTime_qualifiers[] =
  4077               {
  4078                   /* ModelCorrespondence */
  4079                   "\036\000\001CIM_BlockStorageStatisticalData.StartStatisticTime\000",
  4080                   0,
  4081               };
  4082               
  4083               static MetaProperty
  4084               _CIM_BlockStatisticsManifest_IncludeStartStatisticTime =
  4085               {
  4086                   /* flags */
  4087                   META_FLAG_PROPERTY|META_FLAG_READ,
  4088                   /* name */
  4089                   "IncludeStartStatisticTime",
  4090                   /* qualifiers */
  4091                   _CIM_BlockStatisticsManifest_IncludeStartStatisticTime_qualifiers,
  4092                   /* type */
  4093                   CIMTYPE_BOOLEAN,
  4094                   /* subscript */
  4095 mike  1.1.2.1     -1,
  4096                   /* value */
  4097                   "\000",
  4098               };
  4099               
  4100               static const char*
  4101               _CIM_BlockStatisticsManifest_IncludeStatisticTime_qualifiers[] =
  4102               {
  4103                   /* ModelCorrespondence */
  4104                   "\036\000\001CIM_BlockStorageStatisticalData.StatisticTime\000",
  4105                   0,
  4106               };
  4107               
  4108               static MetaProperty
  4109               _CIM_BlockStatisticsManifest_IncludeStatisticTime =
  4110               {
  4111                   /* flags */
  4112                   META_FLAG_PROPERTY|META_FLAG_READ,
  4113                   /* name */
  4114                   "IncludeStatisticTime",
  4115                   /* qualifiers */
  4116 mike  1.1.2.1     _CIM_BlockStatisticsManifest_IncludeStatisticTime_qualifiers,
  4117                   /* type */
  4118                   CIMTYPE_BOOLEAN,
  4119                   /* subscript */
  4120                   -1,
  4121                   /* value */
  4122                   "\000",
  4123               };
  4124               
  4125               static const char*
  4126               _CIM_BlockStatisticsManifest_IncludeTotalIOs_qualifiers[] =
  4127               {
  4128                   /* ModelCorrespondence */
  4129                   "\036\000\001CIM_BlockStorageStatisticalData.StatisticTime\000",
  4130                   0,
  4131               };
  4132               
  4133               static MetaProperty
  4134               _CIM_BlockStatisticsManifest_IncludeTotalIOs =
  4135               {
  4136                   /* flags */
  4137 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
  4138                   /* name */
  4139                   "IncludeTotalIOs",
  4140                   /* qualifiers */
  4141                   _CIM_BlockStatisticsManifest_IncludeTotalIOs_qualifiers,
  4142                   /* type */
  4143                   CIMTYPE_BOOLEAN,
  4144                   /* subscript */
  4145                   -1,
  4146                   /* value */
  4147                   "\000",
  4148               };
  4149               
  4150               static const char*
  4151               _CIM_BlockStatisticsManifest_IncludeKBytesTransferred_qualifiers[] =
  4152               {
  4153                   /* ModelCorrespondence */
  4154                   "\036\000\001CIM_BlockStorageStatisticalData.KBytesTransferred\000",
  4155                   0,
  4156               };
  4157               
  4158 mike  1.1.2.1 static MetaProperty
  4159               _CIM_BlockStatisticsManifest_IncludeKBytesTransferred =
  4160               {
  4161                   /* flags */
  4162                   META_FLAG_PROPERTY|META_FLAG_READ,
  4163                   /* name */
  4164                   "IncludeKBytesTransferred",
  4165                   /* qualifiers */
  4166                   _CIM_BlockStatisticsManifest_IncludeKBytesTransferred_qualifiers,
  4167                   /* type */
  4168                   CIMTYPE_BOOLEAN,
  4169                   /* subscript */
  4170                   -1,
  4171                   /* value */
  4172                   "\000",
  4173               };
  4174               
  4175               static const char*
  4176               _CIM_BlockStatisticsManifest_IncludeIOTimeCounter_qualifiers[] =
  4177               {
  4178                   /* ModelCorrespondence */
  4179 mike  1.1.2.1     "\036\000\001CIM_BlockStorageStatisticalData.IOTimeCounter\000",
  4180                   0,
  4181               };
  4182               
  4183               static MetaProperty
  4184               _CIM_BlockStatisticsManifest_IncludeIOTimeCounter =
  4185               {
  4186                   /* flags */
  4187                   META_FLAG_PROPERTY|META_FLAG_READ,
  4188                   /* name */
  4189                   "IncludeIOTimeCounter",
  4190                   /* qualifiers */
  4191                   _CIM_BlockStatisticsManifest_IncludeIOTimeCounter_qualifiers,
  4192                   /* type */
  4193                   CIMTYPE_BOOLEAN,
  4194                   /* subscript */
  4195                   -1,
  4196                   /* value */
  4197                   "\000",
  4198               };
  4199               
  4200 mike  1.1.2.1 static const char*
  4201               _CIM_BlockStatisticsManifest_IncludeReadIOs_qualifiers[] =
  4202               {
  4203                   /* ModelCorrespondence */
  4204                   "\036\000\001CIM_BlockStorageStatisticalData.ReadIOs\000",
  4205                   0,
  4206               };
  4207               
  4208               static MetaProperty
  4209               _CIM_BlockStatisticsManifest_IncludeReadIOs =
  4210               {
  4211                   /* flags */
  4212                   META_FLAG_PROPERTY|META_FLAG_READ,
  4213                   /* name */
  4214                   "IncludeReadIOs",
  4215                   /* qualifiers */
  4216                   _CIM_BlockStatisticsManifest_IncludeReadIOs_qualifiers,
  4217                   /* type */
  4218                   CIMTYPE_BOOLEAN,
  4219                   /* subscript */
  4220                   -1,
  4221 mike  1.1.2.1     /* value */
  4222                   "\000",
  4223               };
  4224               
  4225               static const char*
  4226               _CIM_BlockStatisticsManifest_IncludeReadHitIOs_qualifiers[] =
  4227               {
  4228                   /* ModelCorrespondence */
  4229                   "\036\000\001CIM_BlockStorageStatisticalData.ReadHitIOs\000",
  4230                   0,
  4231               };
  4232               
  4233               static MetaProperty
  4234               _CIM_BlockStatisticsManifest_IncludeReadHitIOs =
  4235               {
  4236                   /* flags */
  4237                   META_FLAG_PROPERTY|META_FLAG_READ,
  4238                   /* name */
  4239                   "IncludeReadHitIOs",
  4240                   /* qualifiers */
  4241                   _CIM_BlockStatisticsManifest_IncludeReadHitIOs_qualifiers,
  4242 mike  1.1.2.1     /* type */
  4243                   CIMTYPE_BOOLEAN,
  4244                   /* subscript */
  4245                   -1,
  4246                   /* value */
  4247                   "\000",
  4248               };
  4249               
  4250               static const char*
  4251               _CIM_BlockStatisticsManifest_IncludeReadIOTimeCounter_qualifiers[] =
  4252               {
  4253                   /* ModelCorrespondence */
  4254                   "\036\000\001CIM_BlockStorageStatisticalData.ReadIOTimeCounter\000",
  4255                   0,
  4256               };
  4257               
  4258               static MetaProperty
  4259               _CIM_BlockStatisticsManifest_IncludeReadIOTimeCounter =
  4260               {
  4261                   /* flags */
  4262                   META_FLAG_PROPERTY|META_FLAG_READ,
  4263 mike  1.1.2.1     /* name */
  4264                   "IncludeReadIOTimeCounter",
  4265                   /* qualifiers */
  4266                   _CIM_BlockStatisticsManifest_IncludeReadIOTimeCounter_qualifiers,
  4267                   /* type */
  4268                   CIMTYPE_BOOLEAN,
  4269                   /* subscript */
  4270                   -1,
  4271                   /* value */
  4272                   "\000",
  4273               };
  4274               
  4275               static const char*
  4276               _CIM_BlockStatisticsManifest_IncludeReadHitIOTimeCounter_qualifiers[] =
  4277               {
  4278                   /* ModelCorrespondence */
  4279                   "\036\000\001CIM_BlockStorageStatisticalData.ReadHitIOTimeCounter\000",
  4280                   0,
  4281               };
  4282               
  4283               static MetaProperty
  4284 mike  1.1.2.1 _CIM_BlockStatisticsManifest_IncludeReadHitIOTimeCounter =
  4285               {
  4286                   /* flags */
  4287                   META_FLAG_PROPERTY|META_FLAG_READ,
  4288                   /* name */
  4289                   "IncludeReadHitIOTimeCounter",
  4290                   /* qualifiers */
  4291                   _CIM_BlockStatisticsManifest_IncludeReadHitIOTimeCounter_qualifiers,
  4292                   /* type */
  4293                   CIMTYPE_BOOLEAN,
  4294                   /* subscript */
  4295                   -1,
  4296                   /* value */
  4297                   "\000",
  4298               };
  4299               
  4300               static const char*
  4301               _CIM_BlockStatisticsManifest_IncludeKBytesRead_qualifiers[] =
  4302               {
  4303                   /* ModelCorrespondence */
  4304                   "\036\000\001CIM_BlockStorageStatisticalData.KBytesRead\000",
  4305 mike  1.1.2.1     0,
  4306               };
  4307               
  4308               static MetaProperty
  4309               _CIM_BlockStatisticsManifest_IncludeKBytesRead =
  4310               {
  4311                   /* flags */
  4312                   META_FLAG_PROPERTY|META_FLAG_READ,
  4313                   /* name */
  4314                   "IncludeKBytesRead",
  4315                   /* qualifiers */
  4316                   _CIM_BlockStatisticsManifest_IncludeKBytesRead_qualifiers,
  4317                   /* type */
  4318                   CIMTYPE_BOOLEAN,
  4319                   /* subscript */
  4320                   -1,
  4321                   /* value */
  4322                   "\000",
  4323               };
  4324               
  4325               static const char*
  4326 mike  1.1.2.1 _CIM_BlockStatisticsManifest_IncludeWriteIOs_qualifiers[] =
  4327               {
  4328                   /* ModelCorrespondence */
  4329                   "\036\000\001CIM_BlockStorageStatisticalData.WriteIOs\000",
  4330                   0,
  4331               };
  4332               
  4333               static MetaProperty
  4334               _CIM_BlockStatisticsManifest_IncludeWriteIOs =
  4335               {
  4336                   /* flags */
  4337                   META_FLAG_PROPERTY|META_FLAG_READ,
  4338                   /* name */
  4339                   "IncludeWriteIOs",
  4340                   /* qualifiers */
  4341                   _CIM_BlockStatisticsManifest_IncludeWriteIOs_qualifiers,
  4342                   /* type */
  4343                   CIMTYPE_BOOLEAN,
  4344                   /* subscript */
  4345                   -1,
  4346                   /* value */
  4347 mike  1.1.2.1     "\000",
  4348               };
  4349               
  4350               static const char*
  4351               _CIM_BlockStatisticsManifest_IncludeWriteHitIOs_qualifiers[] =
  4352               {
  4353                   /* ModelCorrespondence */
  4354                   "\036\000\001CIM_BlockStorageStatisticalData.WriteHitIOs\000",
  4355                   0,
  4356               };
  4357               
  4358               static MetaProperty
  4359               _CIM_BlockStatisticsManifest_IncludeWriteHitIOs =
  4360               {
  4361                   /* flags */
  4362                   META_FLAG_PROPERTY|META_FLAG_READ,
  4363                   /* name */
  4364                   "IncludeWriteHitIOs",
  4365                   /* qualifiers */
  4366                   _CIM_BlockStatisticsManifest_IncludeWriteHitIOs_qualifiers,
  4367                   /* type */
  4368 mike  1.1.2.1     CIMTYPE_BOOLEAN,
  4369                   /* subscript */
  4370                   -1,
  4371                   /* value */
  4372                   "\000",
  4373               };
  4374               
  4375               static const char*
  4376               _CIM_BlockStatisticsManifest_IncludeWriteIOTimeCounter_qualifiers[] =
  4377               {
  4378                   /* ModelCorrespondence */
  4379                   "\036\000\001CIM_BlockStorageStatisticalData.WriteIOTimeCounter\000",
  4380                   0,
  4381               };
  4382               
  4383               static MetaProperty
  4384               _CIM_BlockStatisticsManifest_IncludeWriteIOTimeCounter =
  4385               {
  4386                   /* flags */
  4387                   META_FLAG_PROPERTY|META_FLAG_READ,
  4388                   /* name */
  4389 mike  1.1.2.1     "IncludeWriteIOTimeCounter",
  4390                   /* qualifiers */
  4391                   _CIM_BlockStatisticsManifest_IncludeWriteIOTimeCounter_qualifiers,
  4392                   /* type */
  4393                   CIMTYPE_BOOLEAN,
  4394                   /* subscript */
  4395                   -1,
  4396                   /* value */
  4397                   "\000",
  4398               };
  4399               
  4400               static const char*
  4401               _CIM_BlockStatisticsManifest_IncludeWriteHitIOTimeCounter_qualifiers[] =
  4402               {
  4403                   /* ModelCorrespondence */
  4404                   "\036\000\001CIM_BlockStorageStatisticalData.WriteHitIOTimeCounter\000",
  4405                   0,
  4406               };
  4407               
  4408               static MetaProperty
  4409               _CIM_BlockStatisticsManifest_IncludeWriteHitIOTimeCounter =
  4410 mike  1.1.2.1 {
  4411                   /* flags */
  4412                   META_FLAG_PROPERTY|META_FLAG_READ,
  4413                   /* name */
  4414                   "IncludeWriteHitIOTimeCounter",
  4415                   /* qualifiers */
  4416                   _CIM_BlockStatisticsManifest_IncludeWriteHitIOTimeCounter_qualifiers,
  4417                   /* type */
  4418                   CIMTYPE_BOOLEAN,
  4419                   /* subscript */
  4420                   -1,
  4421                   /* value */
  4422                   "\000",
  4423               };
  4424               
  4425               static const char*
  4426               _CIM_BlockStatisticsManifest_IncludeKBytesWritten_qualifiers[] =
  4427               {
  4428                   /* ModelCorrespondence */
  4429                   "\036\000\001CIM_BlockStorageStatisticalData.KBytesWritten\000",
  4430                   0,
  4431 mike  1.1.2.1 };
  4432               
  4433               static MetaProperty
  4434               _CIM_BlockStatisticsManifest_IncludeKBytesWritten =
  4435               {
  4436                   /* flags */
  4437                   META_FLAG_PROPERTY|META_FLAG_READ,
  4438                   /* name */
  4439                   "IncludeKBytesWritten",
  4440                   /* qualifiers */
  4441                   _CIM_BlockStatisticsManifest_IncludeKBytesWritten_qualifiers,
  4442                   /* type */
  4443                   CIMTYPE_BOOLEAN,
  4444                   /* subscript */
  4445                   -1,
  4446                   /* value */
  4447                   "\000",
  4448               };
  4449               
  4450               static const char*
  4451               _CIM_BlockStatisticsManifest_IncludeIdleTimeCounter_qualifiers[] =
  4452 mike  1.1.2.1 {
  4453                   /* ModelCorrespondence */
  4454                   "\036\000\001CIM_BlockStorageStatisticalData.IdleTimeCounter\000",
  4455                   0,
  4456               };
  4457               
  4458               static MetaProperty
  4459               _CIM_BlockStatisticsManifest_IncludeIdleTimeCounter =
  4460               {
  4461                   /* flags */
  4462                   META_FLAG_PROPERTY|META_FLAG_READ,
  4463                   /* name */
  4464                   "IncludeIdleTimeCounter",
  4465                   /* qualifiers */
  4466                   _CIM_BlockStatisticsManifest_IncludeIdleTimeCounter_qualifiers,
  4467                   /* type */
  4468                   CIMTYPE_BOOLEAN,
  4469                   /* subscript */
  4470                   -1,
  4471                   /* value */
  4472                   "\000",
  4473 mike  1.1.2.1 };
  4474               
  4475               static const char*
  4476               _CIM_BlockStatisticsManifest_IncludeMaintOp_qualifiers[] =
  4477               {
  4478                   /* ModelCorrespondence */
  4479                   "\036\000\001CIM_BlockStorageStatisticalData.MaintOp\000",
  4480                   0,
  4481               };
  4482               
  4483               static MetaProperty
  4484               _CIM_BlockStatisticsManifest_IncludeMaintOp =
  4485               {
  4486                   /* flags */
  4487                   META_FLAG_PROPERTY|META_FLAG_READ,
  4488                   /* name */
  4489                   "IncludeMaintOp",
  4490                   /* qualifiers */
  4491                   _CIM_BlockStatisticsManifest_IncludeMaintOp_qualifiers,
  4492                   /* type */
  4493                   CIMTYPE_BOOLEAN,
  4494 mike  1.1.2.1     /* subscript */
  4495                   -1,
  4496                   /* value */
  4497                   "\000",
  4498               };
  4499               
  4500               static const char*
  4501               _CIM_BlockStatisticsManifest_IncludeMaintTimeCounter_qualifiers[] =
  4502               {
  4503                   /* ModelCorrespondence */
  4504                   "\036\000\001CIM_BlockStorageStatisticalData.MaintTimeCounter\000",
  4505                   0,
  4506               };
  4507               
  4508               static MetaProperty
  4509               _CIM_BlockStatisticsManifest_IncludeMaintTimeCounter =
  4510               {
  4511                   /* flags */
  4512                   META_FLAG_PROPERTY|META_FLAG_READ,
  4513                   /* name */
  4514                   "IncludeMaintTimeCounter",
  4515 mike  1.1.2.1     /* qualifiers */
  4516                   _CIM_BlockStatisticsManifest_IncludeMaintTimeCounter_qualifiers,
  4517                   /* type */
  4518                   CIMTYPE_BOOLEAN,
  4519                   /* subscript */
  4520                   -1,
  4521                   /* value */
  4522                   "\000",
  4523               };
  4524               
  4525               static MetaFeature*
  4526               _CIM_BlockStatisticsManifest_features[] =
  4527               {
  4528                   (MetaFeature*)&_CIM_BlockStatisticsManifest_InstanceID,
  4529                   (MetaFeature*)&_CIM_BlockStatisticsManifest_ElementType,
  4530                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeStartStatisticTime,
  4531                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeStatisticTime,
  4532                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeTotalIOs,
  4533                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeKBytesTransferred,
  4534                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeIOTimeCounter,
  4535                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeReadIOs,
  4536 mike  1.1.2.1     (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeReadHitIOs,
  4537                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeReadIOTimeCounter,
  4538                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeReadHitIOTimeCounter,
  4539                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeKBytesRead,
  4540                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeWriteIOs,
  4541                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeWriteHitIOs,
  4542                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeWriteIOTimeCounter,
  4543                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeWriteHitIOTimeCounter,
  4544                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeKBytesWritten,
  4545                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeIdleTimeCounter,
  4546                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeMaintOp,
  4547                   (MetaFeature*)&_CIM_BlockStatisticsManifest_IncludeMaintTimeCounter,
  4548                   0,
  4549               };
  4550               
  4551               static const char*
  4552               __root_cimv2_CIM_BlockStatisticsManifest_qualifiers[] =
  4553               {
  4554                   /* UMLPackagePath */
  4555                   "\057CIM::Device::StorageStatistics",
  4556                   /* Version */
  4557 mike  1.1.2.1     "\0632.10.0",
  4558                   0,
  4559               };
  4560               
  4561               MetaClass
  4562               __root_cimv2_CIM_BlockStatisticsManifest =
  4563               {
  4564                   /* flags */
  4565                   META_FLAG_CLASS,
  4566                   /* name */
  4567                   "CIM_BlockStatisticsManifest",
  4568                   /* qualifiers */
  4569                   __root_cimv2_CIM_BlockStatisticsManifest_qualifiers,
  4570                   /* super */
  4571                   &__root_cimv2_CIM_ManagedElement,
  4572                   /* features */
  4573                   _CIM_BlockStatisticsManifest_features,
  4574               };
  4575               
  4576               //==============================================================================
  4577               //
  4578 mike  1.1.2.1 // Class: CIM_Capabilities
  4579               //
  4580               //==============================================================================
  4581               
  4582               static const char*
  4583               _CIM_Capabilities_InstanceID_qualifiers[] =
  4584               {
  4585                   /* Key */
  4586                   "\025\001",
  4587                   0,
  4588               };
  4589               
  4590               static MetaProperty
  4591               _CIM_Capabilities_InstanceID =
  4592               {
  4593                   /* flags */
  4594                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  4595                   /* name */
  4596                   "InstanceID",
  4597                   /* qualifiers */
  4598                   _CIM_Capabilities_InstanceID_qualifiers,
  4599 mike  1.1.2.1     /* type */
  4600                   CIMTYPE_STRING,
  4601                   /* subscript */
  4602                   -1,
  4603                   /* value */
  4604                   0,
  4605               };
  4606               
  4607               static const char*
  4608               _CIM_Capabilities_ElementName_qualifiers[] =
  4609               {
  4610                   /* Required */
  4611                   "\050\001",
  4612                   /* Override */
  4613                   "\044ElementName",
  4614                   0,
  4615               };
  4616               
  4617               static MetaProperty
  4618               _CIM_Capabilities_ElementName =
  4619               {
  4620 mike  1.1.2.1     /* flags */
  4621                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  4622                   /* name */
  4623                   "ElementName",
  4624                   /* qualifiers */
  4625                   _CIM_Capabilities_ElementName_qualifiers,
  4626                   /* type */
  4627                   CIMTYPE_STRING,
  4628                   /* subscript */
  4629                   -1,
  4630                   /* value */
  4631                   0,
  4632               };
  4633               
  4634               static MetaFeature*
  4635               _CIM_Capabilities_features[] =
  4636               {
  4637                   (MetaFeature*)&_CIM_Capabilities_InstanceID,
  4638                   (MetaFeature*)&_CIM_Capabilities_ElementName,
  4639                   0,
  4640               };
  4641 mike  1.1.2.1 
  4642               static const char*
  4643               __root_cimv2_CIM_Capabilities_qualifiers[] =
  4644               {
  4645                   /* UMLPackagePath */
  4646                   "\057CIM::Core::Capabilities",
  4647                   /* Abstract */
  4648                   "\002\001",
  4649                   /* Version */
  4650                   "\0632.7.0",
  4651                   0,
  4652               };
  4653               
  4654               MetaClass
  4655               __root_cimv2_CIM_Capabilities =
  4656               {
  4657                   /* flags */
  4658                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
  4659                   /* name */
  4660                   "CIM_Capabilities",
  4661                   /* qualifiers */
  4662 mike  1.1.2.1     __root_cimv2_CIM_Capabilities_qualifiers,
  4663                   /* super */
  4664                   &__root_cimv2_CIM_ManagedElement,
  4665                   /* features */
  4666                   _CIM_Capabilities_features,
  4667               };
  4668               
  4669               //==============================================================================
  4670               //
  4671               // Class: CIM_ClassIndication
  4672               //
  4673               //==============================================================================
  4674               
  4675               static const char*
  4676               _CIM_ClassIndication_ClassDefinition_qualifiers[] =
  4677               {
  4678                   /* Required */
  4679                   "\050\001",
  4680                   /* EmbeddedObject */
  4681                   "\020\001",
  4682                   0,
  4683 mike  1.1.2.1 };
  4684               
  4685               static MetaProperty
  4686               _CIM_ClassIndication_ClassDefinition =
  4687               {
  4688                   /* flags */
  4689                   META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ|META_FLAG_REQUIRED,
  4690                   /* name */
  4691                   "ClassDefinition",
  4692                   /* qualifiers */
  4693                   _CIM_ClassIndication_ClassDefinition_qualifiers,
  4694                   /* type */
  4695                   CIMTYPE_STRING,
  4696                   /* subscript */
  4697                   -1,
  4698                   /* value */
  4699                   0,
  4700               };
  4701               
  4702               static MetaFeature*
  4703               _CIM_ClassIndication_features[] =
  4704 mike  1.1.2.1 {
  4705                   (MetaFeature*)&_CIM_ClassIndication_ClassDefinition,
  4706                   0,
  4707               };
  4708               
  4709               static const char*
  4710               __root_cimv2_CIM_ClassIndication_qualifiers[] =
  4711               {
  4712                   /* INDICATION */
  4713                   "\001\001",
  4714                   /* UMLPackagePath */
  4715                   "\057CIM::Event",
  4716                   /* Abstract */
  4717                   "\002\001",
  4718                   /* Version */
  4719                   "\0632.6.0",
  4720                   0,
  4721               };
  4722               
  4723               MetaClass
  4724               __root_cimv2_CIM_ClassIndication =
  4725 mike  1.1.2.1 {
  4726                   /* flags */
  4727                   META_FLAG_INDICATION|META_FLAG_ABSTRACT,
  4728                   /* name */
  4729                   "CIM_ClassIndication",
  4730                   /* qualifiers */
  4731                   __root_cimv2_CIM_ClassIndication_qualifiers,
  4732                   /* super */
  4733                   &__root_cimv2_CIM_Indication,
  4734                   /* features */
  4735                   _CIM_ClassIndication_features,
  4736               };
  4737               
  4738               //==============================================================================
  4739               //
  4740               // Class: CIM_ClassModification
  4741               //
  4742               //==============================================================================
  4743               
  4744               static const char*
  4745               _CIM_ClassModification_PreviousClassDefinition_qualifiers[] =
  4746 mike  1.1.2.1 {
  4747                   /* Required */
  4748                   "\050\001",
  4749                   /* EmbeddedObject */
  4750                   "\020\001",
  4751                   0,
  4752               };
  4753               
  4754               static MetaProperty
  4755               _CIM_ClassModification_PreviousClassDefinition =
  4756               {
  4757                   /* flags */
  4758                   META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ|META_FLAG_REQUIRED,
  4759                   /* name */
  4760                   "PreviousClassDefinition",
  4761                   /* qualifiers */
  4762                   _CIM_ClassModification_PreviousClassDefinition_qualifiers,
  4763                   /* type */
  4764                   CIMTYPE_STRING,
  4765                   /* subscript */
  4766                   -1,
  4767 mike  1.1.2.1     /* value */
  4768                   0,
  4769               };
  4770               
  4771               static MetaFeature*
  4772               _CIM_ClassModification_features[] =
  4773               {
  4774                   (MetaFeature*)&_CIM_ClassModification_PreviousClassDefinition,
  4775                   0,
  4776               };
  4777               
  4778               static const char*
  4779               __root_cimv2_CIM_ClassModification_qualifiers[] =
  4780               {
  4781                   /* INDICATION */
  4782                   "\001\001",
  4783                   /* UMLPackagePath */
  4784                   "\057CIM::Event",
  4785                   /* Version */
  4786                   "\0632.6.0",
  4787                   0,
  4788 mike  1.1.2.1 };
  4789               
  4790               MetaClass
  4791               __root_cimv2_CIM_ClassModification =
  4792               {
  4793                   /* flags */
  4794                   META_FLAG_INDICATION,
  4795                   /* name */
  4796                   "CIM_ClassModification",
  4797                   /* qualifiers */
  4798                   __root_cimv2_CIM_ClassModification_qualifiers,
  4799                   /* super */
  4800                   &__root_cimv2_CIM_ClassIndication,
  4801                   /* features */
  4802                   _CIM_ClassModification_features,
  4803               };
  4804               
  4805               //==============================================================================
  4806               //
  4807               // Class: CIM_Collection
  4808               //
  4809 mike  1.1.2.1 //==============================================================================
  4810               
  4811               static MetaFeature*
  4812               _CIM_Collection_features[] =
  4813               {
  4814                   0,
  4815               };
  4816               
  4817               static const char*
  4818               __root_cimv2_CIM_Collection_qualifiers[] =
  4819               {
  4820                   /* UMLPackagePath */
  4821                   "\057CIM::Core::Collection",
  4822                   /* Abstract */
  4823                   "\002\001",
  4824                   /* Version */
  4825                   "\0632.6.0",
  4826                   0,
  4827               };
  4828               
  4829               MetaClass
  4830 mike  1.1.2.1 __root_cimv2_CIM_Collection =
  4831               {
  4832                   /* flags */
  4833                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
  4834                   /* name */
  4835                   "CIM_Collection",
  4836                   /* qualifiers */
  4837                   __root_cimv2_CIM_Collection_qualifiers,
  4838                   /* super */
  4839                   &__root_cimv2_CIM_ManagedElement,
  4840                   /* features */
  4841                   _CIM_Collection_features,
  4842               };
  4843               
  4844               //==============================================================================
  4845               //
  4846               // Class: CIM_CollectionOfMSEs
  4847               //
  4848               //==============================================================================
  4849               
  4850               static const char*
  4851 mike  1.1.2.1 _CIM_CollectionOfMSEs_CollectionID_qualifiers[] =
  4852               {
  4853                   /* MaxLen */
  4854                   "\030\000\000\001\000",
  4855                   0,
  4856               };
  4857               
  4858               static MetaProperty
  4859               _CIM_CollectionOfMSEs_CollectionID =
  4860               {
  4861                   /* flags */
  4862                   META_FLAG_PROPERTY|META_FLAG_READ,
  4863                   /* name */
  4864                   "CollectionID",
  4865                   /* qualifiers */
  4866                   _CIM_CollectionOfMSEs_CollectionID_qualifiers,
  4867                   /* type */
  4868                   CIMTYPE_STRING,
  4869                   /* subscript */
  4870                   -1,
  4871                   /* value */
  4872 mike  1.1.2.1     0,
  4873               };
  4874               
  4875               static MetaFeature*
  4876               _CIM_CollectionOfMSEs_features[] =
  4877               {
  4878                   (MetaFeature*)&_CIM_CollectionOfMSEs_CollectionID,
  4879                   0,
  4880               };
  4881               
  4882               static const char*
  4883               __root_cimv2_CIM_CollectionOfMSEs_qualifiers[] =
  4884               {
  4885                   /* UMLPackagePath */
  4886                   "\057CIM::Core::Collection",
  4887                   /* Abstract */
  4888                   "\002\001",
  4889                   /* Version */
  4890                   "\0632.10.0",
  4891                   0,
  4892               };
  4893 mike  1.1.2.1 
  4894               MetaClass
  4895               __root_cimv2_CIM_CollectionOfMSEs =
  4896               {
  4897                   /* flags */
  4898                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
  4899                   /* name */
  4900                   "CIM_CollectionOfMSEs",
  4901                   /* qualifiers */
  4902                   __root_cimv2_CIM_CollectionOfMSEs_qualifiers,
  4903                   /* super */
  4904                   &__root_cimv2_CIM_Collection,
  4905                   /* features */
  4906                   _CIM_CollectionOfMSEs_features,
  4907               };
  4908               
  4909               //==============================================================================
  4910               //
  4911               // Class: CIM_CommonDatabaseCapabilities
  4912               //
  4913               //==============================================================================
  4914 mike  1.1.2.1 
  4915               static const char*
  4916               _CIM_CommonDatabaseCapabilities_RecoverabilityOptions_qualifiers[] =
  4917               {
  4918                   /* ValueMap */
  4919                   "\061\000\0041\0002\0003\0004\000",
  4920                   /* Values */
  4921                   "\062\000\004Other\000Recoverable\000Non-Recoverable\000Rebuildable\000",
  4922                   /* ArrayType */
  4923                   "\005Indexed",
  4924                   /* ModelCorrespondence */
  4925                   "\036\000\001CIM_CommonDatabaseCapabilities.OtherRecoverabilityOptions\000",
  4926                   0,
  4927               };
  4928               
  4929               static MetaProperty
  4930               _CIM_CommonDatabaseCapabilities_RecoverabilityOptions =
  4931               {
  4932                   /* flags */
  4933                   META_FLAG_PROPERTY|META_FLAG_READ,
  4934                   /* name */
  4935 mike  1.1.2.1     "RecoverabilityOptions",
  4936                   /* qualifiers */
  4937                   _CIM_CommonDatabaseCapabilities_RecoverabilityOptions_qualifiers,
  4938                   /* type */
  4939                   CIMTYPE_UINT16,
  4940                   /* subscript */
  4941                   0,
  4942                   /* value */
  4943                   0,
  4944               };
  4945               
  4946               static const char*
  4947               _CIM_CommonDatabaseCapabilities_OtherRecoverabilityOptions_qualifiers[] =
  4948               {
  4949                   /* ArrayType */
  4950                   "\005Indexed",
  4951                   /* ModelCorrespondence */
  4952                   "\036\000\001CIM_CommonDatabaseCapabilities.RecoverabilityOptions\000",
  4953                   0,
  4954               };
  4955               
  4956 mike  1.1.2.1 static MetaProperty
  4957               _CIM_CommonDatabaseCapabilities_OtherRecoverabilityOptions =
  4958               {
  4959                   /* flags */
  4960                   META_FLAG_PROPERTY|META_FLAG_READ,
  4961                   /* name */
  4962                   "OtherRecoverabilityOptions",
  4963                   /* qualifiers */
  4964                   _CIM_CommonDatabaseCapabilities_OtherRecoverabilityOptions_qualifiers,
  4965                   /* type */
  4966                   CIMTYPE_STRING,
  4967                   /* subscript */
  4968                   0,
  4969                   /* value */
  4970                   0,
  4971               };
  4972               
  4973               static MetaFeature*
  4974               _CIM_CommonDatabaseCapabilities_features[] =
  4975               {
  4976                   (MetaFeature*)&_CIM_CommonDatabaseCapabilities_RecoverabilityOptions,
  4977 mike  1.1.2.1     (MetaFeature*)&_CIM_CommonDatabaseCapabilities_OtherRecoverabilityOptions,
  4978                   0,
  4979               };
  4980               
  4981               static const char*
  4982               __root_cimv2_CIM_CommonDatabaseCapabilities_qualifiers[] =
  4983               {
  4984                   /* UMLPackagePath */
  4985                   "\057CIM::Database::Storage",
  4986                   /* Version */
  4987                   "\0632.8.0",
  4988                   0,
  4989               };
  4990               
  4991               MetaClass
  4992               __root_cimv2_CIM_CommonDatabaseCapabilities =
  4993               {
  4994                   /* flags */
  4995                   META_FLAG_CLASS,
  4996                   /* name */
  4997                   "CIM_CommonDatabaseCapabilities",
  4998 mike  1.1.2.1     /* qualifiers */
  4999                   __root_cimv2_CIM_CommonDatabaseCapabilities_qualifiers,
  5000                   /* super */
  5001                   &__root_cimv2_CIM_Capabilities,
  5002                   /* features */
  5003                   _CIM_CommonDatabaseCapabilities_features,
  5004               };
  5005               
  5006               //==============================================================================
  5007               //
  5008               // Class: CIM_Component
  5009               //
  5010               //==============================================================================
  5011               
  5012               static const char*
  5013               _CIM_Component_GroupComponent_qualifiers[] =
  5014               {
  5015                   /* Key */
  5016                   "\025\001",
  5017                   /* Aggregate */
  5018                   "\003\001",
  5019 mike  1.1.2.1     0,
  5020               };
  5021               
  5022               static MetaReference
  5023               _CIM_Component_GroupComponent =
  5024               {
  5025                   /* flags */
  5026                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
  5027                   /* name */
  5028                   "GroupComponent",
  5029                   /* qualifiers */
  5030                   _CIM_Component_GroupComponent_qualifiers,
  5031                   /* subscript */
  5032                   -1,
  5033                   /* refId */
  5034                   &__root_cimv2_CIM_ManagedElement,
  5035               };
  5036               
  5037               static const char*
  5038               _CIM_Component_PartComponent_qualifiers[] =
  5039               {
  5040 mike  1.1.2.1     /* Key */
  5041                   "\025\001",
  5042                   0,
  5043               };
  5044               
  5045               static MetaReference
  5046               _CIM_Component_PartComponent =
  5047               {
  5048                   /* flags */
  5049                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  5050                   /* name */
  5051                   "PartComponent",
  5052                   /* qualifiers */
  5053                   _CIM_Component_PartComponent_qualifiers,
  5054                   /* subscript */
  5055                   -1,
  5056                   /* refId */
  5057                   &__root_cimv2_CIM_ManagedElement,
  5058               };
  5059               
  5060               static MetaFeature*
  5061 mike  1.1.2.1 _CIM_Component_features[] =
  5062               {
  5063                   (MetaFeature*)&_CIM_Component_GroupComponent,
  5064                   (MetaFeature*)&_CIM_Component_PartComponent,
  5065                   0,
  5066               };
  5067               
  5068               static const char*
  5069               __root_cimv2_CIM_Component_qualifiers[] =
  5070               {
  5071                   /* ASSOCIATION */
  5072                   "\000\001",
  5073                   /* UMLPackagePath */
  5074                   "\057CIM::Core::CoreElements",
  5075                   /* Abstract */
  5076                   "\002\001",
  5077                   /* Aggregation */
  5078                   "\004\001",
  5079                   /* Version */
  5080                   "\0632.7.0",
  5081                   0,
  5082 mike  1.1.2.1 };
  5083               
  5084               MetaClass
  5085               __root_cimv2_CIM_Component =
  5086               {
  5087                   /* flags */
  5088                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT|META_FLAG_AGGREGATION,
  5089                   /* name */
  5090                   "CIM_Component",
  5091                   /* qualifiers */
  5092                   __root_cimv2_CIM_Component_qualifiers,
  5093                   /* super */
  5094                   0,
  5095                   /* features */
  5096                   _CIM_Component_features,
  5097               };
  5098               
  5099               //==============================================================================
  5100               //
  5101               // Class: CIM_ComputerSystemNodeCapabilities
  5102               //
  5103 mike  1.1.2.1 //==============================================================================
  5104               
  5105               static const char*
  5106               _CIM_ComputerSystemNodeCapabilities_BatterySupported_qualifiers[] =
  5107               {
  5108                   /* Required */
  5109                   "\050\001",
  5110                   /* ValueMap */
  5111                   "\061\000\0030\0002\0003\000",
  5112                   /* Values */
  5113                   "\062\000\003Unknown\000Battery Supported\000Battery Not Supported\000",
  5114                   0,
  5115               };
  5116               
  5117               static MetaProperty
  5118               _CIM_ComputerSystemNodeCapabilities_BatterySupported =
  5119               {
  5120                   /* flags */
  5121                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  5122                   /* name */
  5123                   "BatterySupported",
  5124 mike  1.1.2.1     /* qualifiers */
  5125                   _CIM_ComputerSystemNodeCapabilities_BatterySupported_qualifiers,
  5126                   /* type */
  5127                   CIMTYPE_UINT16,
  5128                   /* subscript */
  5129                   -1,
  5130                   /* value */
  5131                   0,
  5132               };
  5133               
  5134               static const char*
  5135               _CIM_ComputerSystemNodeCapabilities_ECCSupported_qualifiers[] =
  5136               {
  5137                   /* Required */
  5138                   "\050\001",
  5139                   /* ValueMap */
  5140                   "\061\000\0030\0002\0003\000",
  5141                   /* Values */
  5142                   "\062\000\003Unknown\000Single-bit ECC\000Multi-bit ECC\000",
  5143                   /* MappingStrings */
  5144                   "\026\000\001MIF.DMTF|Physical Memory|002.10\000",
  5145 mike  1.1.2.1     0,
  5146               };
  5147               
  5148               static MetaProperty
  5149               _CIM_ComputerSystemNodeCapabilities_ECCSupported =
  5150               {
  5151                   /* flags */
  5152                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  5153                   /* name */
  5154                   "ECCSupported",
  5155                   /* qualifiers */
  5156                   _CIM_ComputerSystemNodeCapabilities_ECCSupported_qualifiers,
  5157                   /* type */
  5158                   CIMTYPE_UINT16,
  5159                   /* subscript */
  5160                   -1,
  5161                   /* value */
  5162                   0,
  5163               };
  5164               
  5165               static MetaFeature*
  5166 mike  1.1.2.1 _CIM_ComputerSystemNodeCapabilities_features[] =
  5167               {
  5168                   (MetaFeature*)&_CIM_ComputerSystemNodeCapabilities_BatterySupported,
  5169                   (MetaFeature*)&_CIM_ComputerSystemNodeCapabilities_ECCSupported,
  5170                   0,
  5171               };
  5172               
  5173               static const char*
  5174               __root_cimv2_CIM_ComputerSystemNodeCapabilities_qualifiers[] =
  5175               {
  5176                   /* UMLPackagePath */
  5177                   "\057CIM::System::SystemElements",
  5178                   /* Version */
  5179                   "\0632.7.2",
  5180                   0,
  5181               };
  5182               
  5183               MetaClass
  5184               __root_cimv2_CIM_ComputerSystemNodeCapabilities =
  5185               {
  5186                   /* flags */
  5187 mike  1.1.2.1     META_FLAG_CLASS,
  5188                   /* name */
  5189                   "CIM_ComputerSystemNodeCapabilities",
  5190                   /* qualifiers */
  5191                   __root_cimv2_CIM_ComputerSystemNodeCapabilities_qualifiers,
  5192                   /* super */
  5193                   &__root_cimv2_CIM_Capabilities,
  5194                   /* features */
  5195                   _CIM_ComputerSystemNodeCapabilities_features,
  5196               };
  5197               
  5198               //==============================================================================
  5199               //
  5200               // Class: CIM_ConcreteCollection
  5201               //
  5202               //==============================================================================
  5203               
  5204               static const char*
  5205               _CIM_ConcreteCollection_InstanceID_qualifiers[] =
  5206               {
  5207                   /* Key */
  5208 mike  1.1.2.1     "\025\001",
  5209                   0,
  5210               };
  5211               
  5212               static MetaProperty
  5213               _CIM_ConcreteCollection_InstanceID =
  5214               {
  5215                   /* flags */
  5216                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  5217                   /* name */
  5218                   "InstanceID",
  5219                   /* qualifiers */
  5220                   _CIM_ConcreteCollection_InstanceID_qualifiers,
  5221                   /* type */
  5222                   CIMTYPE_STRING,
  5223                   /* subscript */
  5224                   -1,
  5225                   /* value */
  5226                   0,
  5227               };
  5228               
  5229 mike  1.1.2.1 static MetaFeature*
  5230               _CIM_ConcreteCollection_features[] =
  5231               {
  5232                   (MetaFeature*)&_CIM_ConcreteCollection_InstanceID,
  5233                   0,
  5234               };
  5235               
  5236               static const char*
  5237               __root_cimv2_CIM_ConcreteCollection_qualifiers[] =
  5238               {
  5239                   /* UMLPackagePath */
  5240                   "\057CIM::Core::Collection",
  5241                   /* Version */
  5242                   "\0632.10.0",
  5243                   0,
  5244               };
  5245               
  5246               MetaClass
  5247               __root_cimv2_CIM_ConcreteCollection =
  5248               {
  5249                   /* flags */
  5250 mike  1.1.2.1     META_FLAG_CLASS,
  5251                   /* name */
  5252                   "CIM_ConcreteCollection",
  5253                   /* qualifiers */
  5254                   __root_cimv2_CIM_ConcreteCollection_qualifiers,
  5255                   /* super */
  5256                   &__root_cimv2_CIM_Collection,
  5257                   /* features */
  5258                   _CIM_ConcreteCollection_features,
  5259               };
  5260               
  5261               //==============================================================================
  5262               //
  5263               // Class: CIM_ConcreteComponent
  5264               //
  5265               //==============================================================================
  5266               
  5267               static const char*
  5268               _CIM_ConcreteComponent_GroupComponent_qualifiers[] =
  5269               {
  5270                   /* Aggregate */
  5271 mike  1.1.2.1     "\003\001",
  5272                   /* Override */
  5273                   "\044GroupComponent",
  5274                   0,
  5275               };
  5276               
  5277               static MetaReference
  5278               _CIM_ConcreteComponent_GroupComponent =
  5279               {
  5280                   /* flags */
  5281                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
  5282                   /* name */
  5283                   "GroupComponent",
  5284                   /* qualifiers */
  5285                   _CIM_ConcreteComponent_GroupComponent_qualifiers,
  5286                   /* subscript */
  5287                   -1,
  5288                   /* refId */
  5289                   &__root_cimv2_CIM_ManagedElement,
  5290               };
  5291               
  5292 mike  1.1.2.1 static const char*
  5293               _CIM_ConcreteComponent_PartComponent_qualifiers[] =
  5294               {
  5295                   /* Override */
  5296                   "\044PartComponent",
  5297                   0,
  5298               };
  5299               
  5300               static MetaReference
  5301               _CIM_ConcreteComponent_PartComponent =
  5302               {
  5303                   /* flags */
  5304                   META_FLAG_REFERENCE|META_FLAG_READ,
  5305                   /* name */
  5306                   "PartComponent",
  5307                   /* qualifiers */
  5308                   _CIM_ConcreteComponent_PartComponent_qualifiers,
  5309                   /* subscript */
  5310                   -1,
  5311                   /* refId */
  5312                   &__root_cimv2_CIM_ManagedElement,
  5313 mike  1.1.2.1 };
  5314               
  5315               static MetaFeature*
  5316               _CIM_ConcreteComponent_features[] =
  5317               {
  5318                   (MetaFeature*)&_CIM_ConcreteComponent_GroupComponent,
  5319                   (MetaFeature*)&_CIM_ConcreteComponent_PartComponent,
  5320                   0,
  5321               };
  5322               
  5323               static const char*
  5324               __root_cimv2_CIM_ConcreteComponent_qualifiers[] =
  5325               {
  5326                   /* ASSOCIATION */
  5327                   "\000\001",
  5328                   /* UMLPackagePath */
  5329                   "\057CIM::Core::CoreElements",
  5330                   /* Aggregation */
  5331                   "\004\001",
  5332                   /* Version */
  5333                   "\0632.10.0",
  5334 mike  1.1.2.1     0,
  5335               };
  5336               
  5337               MetaClass
  5338               __root_cimv2_CIM_ConcreteComponent =
  5339               {
  5340                   /* flags */
  5341                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
  5342                   /* name */
  5343                   "CIM_ConcreteComponent",
  5344                   /* qualifiers */
  5345                   __root_cimv2_CIM_ConcreteComponent_qualifiers,
  5346                   /* super */
  5347                   &__root_cimv2_CIM_Component,
  5348                   /* features */
  5349                   _CIM_ConcreteComponent_features,
  5350               };
  5351               
  5352               //==============================================================================
  5353               //
  5354               // Class: CIM_Configuration
  5355 mike  1.1.2.1 //
  5356               //==============================================================================
  5357               
  5358               static const char*
  5359               _CIM_Configuration_Name_qualifiers[] =
  5360               {
  5361                   /* Key */
  5362                   "\025\001",
  5363                   /* MaxLen */
  5364                   "\030\000\000\001\000",
  5365                   0,
  5366               };
  5367               
  5368               static MetaProperty
  5369               _CIM_Configuration_Name =
  5370               {
  5371                   /* flags */
  5372                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  5373                   /* name */
  5374                   "Name",
  5375                   /* qualifiers */
  5376 mike  1.1.2.1     _CIM_Configuration_Name_qualifiers,
  5377                   /* type */
  5378                   CIMTYPE_STRING,
  5379                   /* subscript */
  5380                   -1,
  5381                   /* value */
  5382                   0,
  5383               };
  5384               
  5385               static MetaFeature*
  5386               _CIM_Configuration_features[] =
  5387               {
  5388                   (MetaFeature*)&_CIM_Configuration_Name,
  5389                   0,
  5390               };
  5391               
  5392               static const char*
  5393               __root_cimv2_CIM_Configuration_qualifiers[] =
  5394               {
  5395                   /* UMLPackagePath */
  5396                   "\057CIM::Core::Settings",
  5397 mike  1.1.2.1     /* Version */
  5398                   "\0632.6.0",
  5399                   0,
  5400               };
  5401               
  5402               MetaClass
  5403               __root_cimv2_CIM_Configuration =
  5404               {
  5405                   /* flags */
  5406                   META_FLAG_CLASS,
  5407                   /* name */
  5408                   "CIM_Configuration",
  5409                   /* qualifiers */
  5410                   __root_cimv2_CIM_Configuration_qualifiers,
  5411                   /* super */
  5412                   &__root_cimv2_CIM_ManagedElement,
  5413                   /* features */
  5414                   _CIM_Configuration_features,
  5415               };
  5416               
  5417               //==============================================================================
  5418 mike  1.1.2.1 //
  5419               // Class: CIM_ConfigurationComponent
  5420               //
  5421               //==============================================================================
  5422               
  5423               static const char*
  5424               _CIM_ConfigurationComponent_ConfigGroup_qualifiers[] =
  5425               {
  5426                   /* Key */
  5427                   "\025\001",
  5428                   /* Aggregate */
  5429                   "\003\001",
  5430                   0,
  5431               };
  5432               
  5433               static MetaReference
  5434               _CIM_ConfigurationComponent_ConfigGroup =
  5435               {
  5436                   /* flags */
  5437                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
  5438                   /* name */
  5439 mike  1.1.2.1     "ConfigGroup",
  5440                   /* qualifiers */
  5441                   _CIM_ConfigurationComponent_ConfigGroup_qualifiers,
  5442                   /* subscript */
  5443                   -1,
  5444                   /* refId */
  5445                   &__root_cimv2_CIM_Configuration,
  5446               };
  5447               
  5448               static const char*
  5449               _CIM_ConfigurationComponent_ConfigComponent_qualifiers[] =
  5450               {
  5451                   /* Key */
  5452                   "\025\001",
  5453                   0,
  5454               };
  5455               
  5456               static MetaReference
  5457               _CIM_ConfigurationComponent_ConfigComponent =
  5458               {
  5459                   /* flags */
  5460 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  5461                   /* name */
  5462                   "ConfigComponent",
  5463                   /* qualifiers */
  5464                   _CIM_ConfigurationComponent_ConfigComponent_qualifiers,
  5465                   /* subscript */
  5466                   -1,
  5467                   /* refId */
  5468                   &__root_cimv2_CIM_Configuration,
  5469               };
  5470               
  5471               static MetaFeature*
  5472               _CIM_ConfigurationComponent_features[] =
  5473               {
  5474                   (MetaFeature*)&_CIM_ConfigurationComponent_ConfigGroup,
  5475                   (MetaFeature*)&_CIM_ConfigurationComponent_ConfigComponent,
  5476                   0,
  5477               };
  5478               
  5479               static const char*
  5480               __root_cimv2_CIM_ConfigurationComponent_qualifiers[] =
  5481 mike  1.1.2.1 {
  5482                   /* ASSOCIATION */
  5483                   "\000\001",
  5484                   /* UMLPackagePath */
  5485                   "\057CIM::Core::Settings",
  5486                   /* Aggregation */
  5487                   "\004\001",
  5488                   /* Version */
  5489                   "\0632.6.0",
  5490                   0,
  5491               };
  5492               
  5493               MetaClass
  5494               __root_cimv2_CIM_ConfigurationComponent =
  5495               {
  5496                   /* flags */
  5497                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
  5498                   /* name */
  5499                   "CIM_ConfigurationComponent",
  5500                   /* qualifiers */
  5501                   __root_cimv2_CIM_ConfigurationComponent_qualifiers,
  5502 mike  1.1.2.1     /* super */
  5503                   0,
  5504                   /* features */
  5505                   _CIM_ConfigurationComponent_features,
  5506               };
  5507               
  5508               //==============================================================================
  5509               //
  5510               // Class: CIM_Credential
  5511               //
  5512               //==============================================================================
  5513               
  5514               static const char*
  5515               _CIM_Credential_Issued_qualifiers[] =
  5516               {
  5517                   0,
  5518               };
  5519               
  5520               static MetaProperty
  5521               _CIM_Credential_Issued =
  5522               {
  5523 mike  1.1.2.1     /* flags */
  5524                   META_FLAG_PROPERTY|META_FLAG_READ,
  5525                   /* name */
  5526                   "Issued",
  5527                   /* qualifiers */
  5528                   _CIM_Credential_Issued_qualifiers,
  5529                   /* type */
  5530                   CIMTYPE_DATETIME,
  5531                   /* subscript */
  5532                   -1,
  5533                   /* value */
  5534                   0,
  5535               };
  5536               
  5537               static const char*
  5538               _CIM_Credential_Expires_qualifiers[] =
  5539               {
  5540                   0,
  5541               };
  5542               
  5543               static MetaProperty
  5544 mike  1.1.2.1 _CIM_Credential_Expires =
  5545               {
  5546                   /* flags */
  5547                   META_FLAG_PROPERTY|META_FLAG_READ,
  5548                   /* name */
  5549                   "Expires",
  5550                   /* qualifiers */
  5551                   _CIM_Credential_Expires_qualifiers,
  5552                   /* type */
  5553                   CIMTYPE_DATETIME,
  5554                   /* subscript */
  5555                   -1,
  5556                   /* value */
  5557                   0,
  5558               };
  5559               
  5560               static MetaFeature*
  5561               _CIM_Credential_features[] =
  5562               {
  5563                   (MetaFeature*)&_CIM_Credential_Issued,
  5564                   (MetaFeature*)&_CIM_Credential_Expires,
  5565 mike  1.1.2.1     0,
  5566               };
  5567               
  5568               static const char*
  5569               __root_cimv2_CIM_Credential_qualifiers[] =
  5570               {
  5571                   /* UMLPackagePath */
  5572                   "\057CIM::User::Credential",
  5573                   /* Abstract */
  5574                   "\002\001",
  5575                   /* Version */
  5576                   "\0632.8.0",
  5577                   0,
  5578               };
  5579               
  5580               MetaClass
  5581               __root_cimv2_CIM_Credential =
  5582               {
  5583                   /* flags */
  5584                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
  5585                   /* name */
  5586 mike  1.1.2.1     "CIM_Credential",
  5587                   /* qualifiers */
  5588                   __root_cimv2_CIM_Credential_qualifiers,
  5589                   /* super */
  5590                   &__root_cimv2_CIM_ManagedElement,
  5591                   /* features */
  5592                   _CIM_Credential_features,
  5593               };
  5594               
  5595               //==============================================================================
  5596               //
  5597               // Class: CIM_Dependency
  5598               //
  5599               //==============================================================================
  5600               
  5601               static const char*
  5602               _CIM_Dependency_Antecedent_qualifiers[] =
  5603               {
  5604                   /* Key */
  5605                   "\025\001",
  5606                   0,
  5607 mike  1.1.2.1 };
  5608               
  5609               static MetaReference
  5610               _CIM_Dependency_Antecedent =
  5611               {
  5612                   /* flags */
  5613                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  5614                   /* name */
  5615                   "Antecedent",
  5616                   /* qualifiers */
  5617                   _CIM_Dependency_Antecedent_qualifiers,
  5618                   /* subscript */
  5619                   -1,
  5620                   /* refId */
  5621                   &__root_cimv2_CIM_ManagedElement,
  5622               };
  5623               
  5624               static const char*
  5625               _CIM_Dependency_Dependent_qualifiers[] =
  5626               {
  5627                   /* Key */
  5628 mike  1.1.2.1     "\025\001",
  5629                   0,
  5630               };
  5631               
  5632               static MetaReference
  5633               _CIM_Dependency_Dependent =
  5634               {
  5635                   /* flags */
  5636                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  5637                   /* name */
  5638                   "Dependent",
  5639                   /* qualifiers */
  5640                   _CIM_Dependency_Dependent_qualifiers,
  5641                   /* subscript */
  5642                   -1,
  5643                   /* refId */
  5644                   &__root_cimv2_CIM_ManagedElement,
  5645               };
  5646               
  5647               static MetaFeature*
  5648               _CIM_Dependency_features[] =
  5649 mike  1.1.2.1 {
  5650                   (MetaFeature*)&_CIM_Dependency_Antecedent,
  5651                   (MetaFeature*)&_CIM_Dependency_Dependent,
  5652                   0,
  5653               };
  5654               
  5655               static const char*
  5656               __root_cimv2_CIM_Dependency_qualifiers[] =
  5657               {
  5658                   /* ASSOCIATION */
  5659                   "\000\001",
  5660                   /* UMLPackagePath */
  5661                   "\057CIM::Core::CoreElements",
  5662                   /* Abstract */
  5663                   "\002\001",
  5664                   /* Version */
  5665                   "\0632.10.0",
  5666                   0,
  5667               };
  5668               
  5669               MetaClass
  5670 mike  1.1.2.1 __root_cimv2_CIM_Dependency =
  5671               {
  5672                   /* flags */
  5673                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT,
  5674                   /* name */
  5675                   "CIM_Dependency",
  5676                   /* qualifiers */
  5677                   __root_cimv2_CIM_Dependency_qualifiers,
  5678                   /* super */
  5679                   0,
  5680                   /* features */
  5681                   _CIM_Dependency_features,
  5682               };
  5683               
  5684               //==============================================================================
  5685               //
  5686               // Class: CIM_DependencyContext
  5687               //
  5688               //==============================================================================
  5689               
  5690               static const char*
  5691 mike  1.1.2.1 _CIM_DependencyContext_Context_qualifiers[] =
  5692               {
  5693                   /* Key */
  5694                   "\025\001",
  5695                   /* Aggregate */
  5696                   "\003\001",
  5697                   0,
  5698               };
  5699               
  5700               static MetaReference
  5701               _CIM_DependencyContext_Context =
  5702               {
  5703                   /* flags */
  5704                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
  5705                   /* name */
  5706                   "Context",
  5707                   /* qualifiers */
  5708                   _CIM_DependencyContext_Context_qualifiers,
  5709                   /* subscript */
  5710                   -1,
  5711                   /* refId */
  5712 mike  1.1.2.1     &__root_cimv2_CIM_Configuration,
  5713               };
  5714               
  5715               static const char*
  5716               _CIM_DependencyContext_Dependency_qualifiers[] =
  5717               {
  5718                   /* Key */
  5719                   "\025\001",
  5720                   0,
  5721               };
  5722               
  5723               static MetaReference
  5724               _CIM_DependencyContext_Dependency =
  5725               {
  5726                   /* flags */
  5727                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  5728                   /* name */
  5729                   "Dependency",
  5730                   /* qualifiers */
  5731                   _CIM_DependencyContext_Dependency_qualifiers,
  5732                   /* subscript */
  5733 mike  1.1.2.1     -1,
  5734                   /* refId */
  5735                   &__root_cimv2_CIM_Dependency,
  5736               };
  5737               
  5738               static MetaFeature*
  5739               _CIM_DependencyContext_features[] =
  5740               {
  5741                   (MetaFeature*)&_CIM_DependencyContext_Context,
  5742                   (MetaFeature*)&_CIM_DependencyContext_Dependency,
  5743                   0,
  5744               };
  5745               
  5746               static const char*
  5747               __root_cimv2_CIM_DependencyContext_qualifiers[] =
  5748               {
  5749                   /* ASSOCIATION */
  5750                   "\000\001",
  5751                   /* UMLPackagePath */
  5752                   "\057CIM::Core::Settings",
  5753                   /* Aggregation */
  5754 mike  1.1.2.1     "\004\001",
  5755                   /* Version */
  5756                   "\0632.6.0",
  5757                   0,
  5758               };
  5759               
  5760               MetaClass
  5761               __root_cimv2_CIM_DependencyContext =
  5762               {
  5763                   /* flags */
  5764                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
  5765                   /* name */
  5766                   "CIM_DependencyContext",
  5767                   /* qualifiers */
  5768                   __root_cimv2_CIM_DependencyContext_qualifiers,
  5769                   /* super */
  5770                   0,
  5771                   /* features */
  5772                   _CIM_DependencyContext_features,
  5773               };
  5774               
  5775 mike  1.1.2.1 //==============================================================================
  5776               //
  5777               // Class: CIM_DiagnosticResultInPackage
  5778               //
  5779               //==============================================================================
  5780               
  5781               static const char*
  5782               _CIM_DiagnosticResultInPackage_PackageResult_qualifiers[] =
  5783               {
  5784                   /* Deprecated */
  5785                   "\013\000\001No value\000",
  5786                   /* Key */
  5787                   "\025\001",
  5788                   /* Aggregate */
  5789                   "\003\001",
  5790                   0,
  5791               };
  5792               
  5793               static MetaReference
  5794               _CIM_DiagnosticResultInPackage_PackageResult =
  5795               {
  5796 mike  1.1.2.1     /* flags */
  5797                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
  5798                   /* name */
  5799                   "PackageResult",
  5800                   /* qualifiers */
  5801                   _CIM_DiagnosticResultInPackage_PackageResult_qualifiers,
  5802                   /* subscript */
  5803                   -1,
  5804                   /* refId */
  5805                   &__root_cimv2_CIM_DiagnosticResult,
  5806               };
  5807               
  5808               static const char*
  5809               _CIM_DiagnosticResultInPackage_Result_qualifiers[] =
  5810               {
  5811                   /* Deprecated */
  5812                   "\013\000\001No value\000",
  5813                   /* Key */
  5814                   "\025\001",
  5815                   0,
  5816               };
  5817 mike  1.1.2.1 
  5818               static MetaReference
  5819               _CIM_DiagnosticResultInPackage_Result =
  5820               {
  5821                   /* flags */
  5822                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  5823                   /* name */
  5824                   "Result",
  5825                   /* qualifiers */
  5826                   _CIM_DiagnosticResultInPackage_Result_qualifiers,
  5827                   /* subscript */
  5828                   -1,
  5829                   /* refId */
  5830                   &__root_cimv2_CIM_DiagnosticResult,
  5831               };
  5832               
  5833               static MetaFeature*
  5834               _CIM_DiagnosticResultInPackage_features[] =
  5835               {
  5836                   (MetaFeature*)&_CIM_DiagnosticResultInPackage_PackageResult,
  5837                   (MetaFeature*)&_CIM_DiagnosticResultInPackage_Result,
  5838 mike  1.1.2.1     0,
  5839               };
  5840               
  5841               static const char*
  5842               __root_cimv2_CIM_DiagnosticResultInPackage_qualifiers[] =
  5843               {
  5844                   /* ASSOCIATION */
  5845                   "\000\001",
  5846                   /* Deprecated */
  5847                   "\013\000\001No value\000",
  5848                   /* UMLPackagePath */
  5849                   "\057CIM::System::Diagnostics",
  5850                   /* Aggregation */
  5851                   "\004\001",
  5852                   /* Version */
  5853                   "\0632.7.0",
  5854                   0,
  5855               };
  5856               
  5857               MetaClass
  5858               __root_cimv2_CIM_DiagnosticResultInPackage =
  5859 mike  1.1.2.1 {
  5860                   /* flags */
  5861                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
  5862                   /* name */
  5863                   "CIM_DiagnosticResultInPackage",
  5864                   /* qualifiers */
  5865                   __root_cimv2_CIM_DiagnosticResultInPackage_qualifiers,
  5866                   /* super */
  5867                   0,
  5868                   /* features */
  5869                   _CIM_DiagnosticResultInPackage_features,
  5870               };
  5871               
  5872               //==============================================================================
  5873               //
  5874               // Class: CIM_DiagnosticServiceCapabilities
  5875               //
  5876               //==============================================================================
  5877               
  5878               static const char*
  5879               _CIM_DiagnosticServiceCapabilities_SupportedServiceModes_qualifiers[] =
  5880 mike  1.1.2.1 {
  5881                   /* ValueMap */
  5882                   "\061\000\0070\0001\0002\0003\0004\0005\0000x8000\000",
  5883                   /* Values */
  5884                   "\062\000\007Unknown\000Other\000PercentOfTestCoverage\000QuickMode\000HaltOnError\000ResultPersistence\000No Service Modes\000",
  5885                   /* ArrayType */
  5886                   "\005Indexed",
  5887                   /* ModelCorrespondence */
  5888                   "\036\000\001CIM_DiagnosticServiceCapabilities.OtherSupportedServiceModesDescriptions\000",
  5889                   0,
  5890               };
  5891               
  5892               static MetaProperty
  5893               _CIM_DiagnosticServiceCapabilities_SupportedServiceModes =
  5894               {
  5895                   /* flags */
  5896                   META_FLAG_PROPERTY|META_FLAG_READ,
  5897                   /* name */
  5898                   "SupportedServiceModes",
  5899                   /* qualifiers */
  5900                   _CIM_DiagnosticServiceCapabilities_SupportedServiceModes_qualifiers,
  5901 mike  1.1.2.1     /* type */
  5902                   CIMTYPE_UINT16,
  5903                   /* subscript */
  5904                   0,
  5905                   /* value */
  5906                   0,
  5907               };
  5908               
  5909               static const char*
  5910               _CIM_DiagnosticServiceCapabilities_OtherSupportedServiceModesDescriptions_qualifiers[] =
  5911               {
  5912                   /* ArrayType */
  5913                   "\005Indexed",
  5914                   /* ModelCorrespondence */
  5915                   "\036\000\001CIM_DiagnosticServiceCapabilities.SupportedServiceModes\000",
  5916                   0,
  5917               };
  5918               
  5919               static MetaProperty
  5920               _CIM_DiagnosticServiceCapabilities_OtherSupportedServiceModesDescriptions =
  5921               {
  5922 mike  1.1.2.1     /* flags */
  5923                   META_FLAG_PROPERTY|META_FLAG_READ,
  5924                   /* name */
  5925                   "OtherSupportedServiceModesDescriptions",
  5926                   /* qualifiers */
  5927                   _CIM_DiagnosticServiceCapabilities_OtherSupportedServiceModesDescriptions_qualifiers,
  5928                   /* type */
  5929                   CIMTYPE_STRING,
  5930                   /* subscript */
  5931                   0,
  5932                   /* value */
  5933                   0,
  5934               };
  5935               
  5936               static const char*
  5937               _CIM_DiagnosticServiceCapabilities_SupportedLoopControl_qualifiers[] =
  5938               {
  5939                   /* ValueMap */
  5940                   "\061\000\0070\0001\0002\0003\0004\0005\0000x8000\000",
  5941                   /* Values */
  5942                   "\062\000\007Unknown\000Other\000Continuous\000Count\000Timer\000ErrorCount\000No Loop Control\000",
  5943 mike  1.1.2.1     /* ArrayType */
  5944                   "\005Indexed",
  5945                   /* ModelCorrespondence */
  5946                   "\036\000\002CIM_DiagnosticSetting.LoopControl\000CIM_DiagnosticServiceCapabilities.OtherSupportedLoopControlDescriptions\000",
  5947                   0,
  5948               };
  5949               
  5950               static MetaProperty
  5951               _CIM_DiagnosticServiceCapabilities_SupportedLoopControl =
  5952               {
  5953                   /* flags */
  5954                   META_FLAG_PROPERTY|META_FLAG_READ,
  5955                   /* name */
  5956                   "SupportedLoopControl",
  5957                   /* qualifiers */
  5958                   _CIM_DiagnosticServiceCapabilities_SupportedLoopControl_qualifiers,
  5959                   /* type */
  5960                   CIMTYPE_UINT16,
  5961                   /* subscript */
  5962                   0,
  5963                   /* value */
  5964 mike  1.1.2.1     0,
  5965               };
  5966               
  5967               static const char*
  5968               _CIM_DiagnosticServiceCapabilities_OtherSupportedLoopControlDescriptions_qualifiers[] =
  5969               {
  5970                   /* ArrayType */
  5971                   "\005Indexed",
  5972                   /* ModelCorrespondence */
  5973                   "\036\000\001CIM_DiagnosticServiceCapabilities.SupportedLoopControl\000",
  5974                   0,
  5975               };
  5976               
  5977               static MetaProperty
  5978               _CIM_DiagnosticServiceCapabilities_OtherSupportedLoopControlDescriptions =
  5979               {
  5980                   /* flags */
  5981                   META_FLAG_PROPERTY|META_FLAG_READ,
  5982                   /* name */
  5983                   "OtherSupportedLoopControlDescriptions",
  5984                   /* qualifiers */
  5985 mike  1.1.2.1     _CIM_DiagnosticServiceCapabilities_OtherSupportedLoopControlDescriptions_qualifiers,
  5986                   /* type */
  5987                   CIMTYPE_STRING,
  5988                   /* subscript */
  5989                   0,
  5990                   /* value */
  5991                   0,
  5992               };
  5993               
  5994               static const char*
  5995               _CIM_DiagnosticServiceCapabilities_SupportedLogOptions_qualifiers[] =
  5996               {
  5997                   /* ValueMap */
  5998                   "\061\000\0200\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\0000x8000\000",
  5999                   /* Values */
  6000                   "\062\000\020Unknown\000Other\000Results\000Subtests\000Actions\000Warnings\000Status\000Device Errors\000Service Errors\000Setting Data\000Statistics\000Hardware Configuration\000Software Configuration\000References\000Debug\000No Log Options\000",
  6001                   /* ArrayType */
  6002                   "\005Indexed",
  6003                   /* ModelCorrespondence */
  6004                   "\036\000\002CIM_DiagnosticSetting.LogOptions\000CIM_DiagnosticServiceCapabilities.OtherSupportedLogOptionsDescriptions\000",
  6005                   0,
  6006 mike  1.1.2.1 };
  6007               
  6008               static MetaProperty
  6009               _CIM_DiagnosticServiceCapabilities_SupportedLogOptions =
  6010               {
  6011                   /* flags */
  6012                   META_FLAG_PROPERTY|META_FLAG_READ,
  6013                   /* name */
  6014                   "SupportedLogOptions",
  6015                   /* qualifiers */
  6016                   _CIM_DiagnosticServiceCapabilities_SupportedLogOptions_qualifiers,
  6017                   /* type */
  6018                   CIMTYPE_UINT16,
  6019                   /* subscript */
  6020                   0,
  6021                   /* value */
  6022                   0,
  6023               };
  6024               
  6025               static const char*
  6026               _CIM_DiagnosticServiceCapabilities_OtherSupportedLogOptionsDescriptions_qualifiers[] =
  6027 mike  1.1.2.1 {
  6028                   /* ArrayType */
  6029                   "\005Indexed",
  6030                   /* ModelCorrespondence */
  6031                   "\036\000\001CIM_DiagnosticServiceCapabilities.SupportedLogOptions\000",
  6032                   0,
  6033               };
  6034               
  6035               static MetaProperty
  6036               _CIM_DiagnosticServiceCapabilities_OtherSupportedLogOptionsDescriptions =
  6037               {
  6038                   /* flags */
  6039                   META_FLAG_PROPERTY|META_FLAG_READ,
  6040                   /* name */
  6041                   "OtherSupportedLogOptionsDescriptions",
  6042                   /* qualifiers */
  6043                   _CIM_DiagnosticServiceCapabilities_OtherSupportedLogOptionsDescriptions_qualifiers,
  6044                   /* type */
  6045                   CIMTYPE_STRING,
  6046                   /* subscript */
  6047                   0,
  6048 mike  1.1.2.1     /* value */
  6049                   0,
  6050               };
  6051               
  6052               static const char*
  6053               _CIM_DiagnosticServiceCapabilities_SupportedLogStorage_qualifiers[] =
  6054               {
  6055                   /* ValueMap */
  6056                   "\061\000\0060\0001\0002\0003\0004\0000x8000\000",
  6057                   /* Values */
  6058                   "\062\000\006Unknown\000Other\000DiagnosticRecordLog\000MessageLog\000File\000No Log Storage\000",
  6059                   /* ModelCorrespondence */
  6060                   "\036\000\002CIM_DiagnosticServiceCapabilities.OtherSupportedLogStorageDescriptions\000CIM_DiagnosticSetting.LogStorage\000",
  6061                   0,
  6062               };
  6063               
  6064               static MetaProperty
  6065               _CIM_DiagnosticServiceCapabilities_SupportedLogStorage =
  6066               {
  6067                   /* flags */
  6068                   META_FLAG_PROPERTY|META_FLAG_READ,
  6069 mike  1.1.2.1     /* name */
  6070                   "SupportedLogStorage",
  6071                   /* qualifiers */
  6072                   _CIM_DiagnosticServiceCapabilities_SupportedLogStorage_qualifiers,
  6073                   /* type */
  6074                   CIMTYPE_UINT16,
  6075                   /* subscript */
  6076                   0,
  6077                   /* value */
  6078                   0,
  6079               };
  6080               
  6081               static const char*
  6082               _CIM_DiagnosticServiceCapabilities_OtherSupportedLogStorageDescriptions_qualifiers[] =
  6083               {
  6084                   /* ArrayType */
  6085                   "\005Indexed",
  6086                   /* ModelCorrespondence */
  6087                   "\036\000\001CIM_DiagnosticServiceCapabilities.SupportedLogStorage\000",
  6088                   0,
  6089               };
  6090 mike  1.1.2.1 
  6091               static MetaProperty
  6092               _CIM_DiagnosticServiceCapabilities_OtherSupportedLogStorageDescriptions =
  6093               {
  6094                   /* flags */
  6095                   META_FLAG_PROPERTY|META_FLAG_READ,
  6096                   /* name */
  6097                   "OtherSupportedLogStorageDescriptions",
  6098                   /* qualifiers */
  6099                   _CIM_DiagnosticServiceCapabilities_OtherSupportedLogStorageDescriptions_qualifiers,
  6100                   /* type */
  6101                   CIMTYPE_STRING,
  6102                   /* subscript */
  6103                   0,
  6104                   /* value */
  6105                   0,
  6106               };
  6107               
  6108               static const char*
  6109               _CIM_DiagnosticServiceCapabilities_SupportedExecutionControls_qualifiers[] =
  6110               {
  6111 mike  1.1.2.1     /* ValueMap */
  6112                   "\061\000\0070\0001\0002\0003\0004\0005\0000x8000\000",
  6113                   /* Values */
  6114                   "\062\000\007Unknown\000Other\000Job Creation\000Kill Job\000Suspend Job\000Terminate Job\000No Execution Controls\000",
  6115                   /* ModelCorrespondence */
  6116                   "\036\000\001CIM_DiagnosticServiceCapabilities.OtherSupportedExecutionControlsDescriptions\000",
  6117                   0,
  6118               };
  6119               
  6120               static MetaProperty
  6121               _CIM_DiagnosticServiceCapabilities_SupportedExecutionControls =
  6122               {
  6123                   /* flags */
  6124                   META_FLAG_PROPERTY|META_FLAG_READ,
  6125                   /* name */
  6126                   "SupportedExecutionControls",
  6127                   /* qualifiers */
  6128                   _CIM_DiagnosticServiceCapabilities_SupportedExecutionControls_qualifiers,
  6129                   /* type */
  6130                   CIMTYPE_UINT16,
  6131                   /* subscript */
  6132 mike  1.1.2.1     0,
  6133                   /* value */
  6134                   0,
  6135               };
  6136               
  6137               static const char*
  6138               _CIM_DiagnosticServiceCapabilities_OtherSupportedExecutionControlsDescriptions_qualifiers[] =
  6139               {
  6140                   /* ArrayType */
  6141                   "\005Indexed",
  6142                   /* ModelCorrespondence */
  6143                   "\036\000\001CIM_DiagnosticServiceCapabilities.SupportedExecutionControls\000",
  6144                   0,
  6145               };
  6146               
  6147               static MetaProperty
  6148               _CIM_DiagnosticServiceCapabilities_OtherSupportedExecutionControlsDescriptions =
  6149               {
  6150                   /* flags */
  6151                   META_FLAG_PROPERTY|META_FLAG_READ,
  6152                   /* name */
  6153 mike  1.1.2.1     "OtherSupportedExecutionControlsDescriptions",
  6154                   /* qualifiers */
  6155                   _CIM_DiagnosticServiceCapabilities_OtherSupportedExecutionControlsDescriptions_qualifiers,
  6156                   /* type */
  6157                   CIMTYPE_STRING,
  6158                   /* subscript */
  6159                   0,
  6160                   /* value */
  6161                   0,
  6162               };
  6163               
  6164               static const char*
  6165               _CIM_DiagnosticServiceCapabilities_SupportedTestWarnings_qualifiers[] =
  6166               {
  6167                   /* Deprecated */
  6168                   "\013\000\001CIM_DiagnosticServiceCapabilities.SupportedLogOptions\000",
  6169                   /* ValueMap */
  6170                   "\061\000\0042\0003\0004\0005\000",
  6171                   /* Values */
  6172                   "\062\000\004No Warnings\000Missing Resources\000Testing Impacts\000All Warnings\000",
  6173                   0,
  6174 mike  1.1.2.1 };
  6175               
  6176               static MetaProperty
  6177               _CIM_DiagnosticServiceCapabilities_SupportedTestWarnings =
  6178               {
  6179                   /* flags */
  6180                   META_FLAG_PROPERTY|META_FLAG_READ,
  6181                   /* name */
  6182                   "SupportedTestWarnings",
  6183                   /* qualifiers */
  6184                   _CIM_DiagnosticServiceCapabilities_SupportedTestWarnings_qualifiers,
  6185                   /* type */
  6186                   CIMTYPE_UINT16,
  6187                   /* subscript */
  6188                   -1,
  6189                   /* value */
  6190                   "\000\003",
  6191               };
  6192               
  6193               static MetaFeature*
  6194               _CIM_DiagnosticServiceCapabilities_features[] =
  6195 mike  1.1.2.1 {
  6196                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_SupportedServiceModes,
  6197                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_OtherSupportedServiceModesDescriptions,
  6198                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_SupportedLoopControl,
  6199                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_OtherSupportedLoopControlDescriptions,
  6200                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_SupportedLogOptions,
  6201                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_OtherSupportedLogOptionsDescriptions,
  6202                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_SupportedLogStorage,
  6203                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_OtherSupportedLogStorageDescriptions,
  6204                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_SupportedExecutionControls,
  6205                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_OtherSupportedExecutionControlsDescriptions,
  6206                   (MetaFeature*)&_CIM_DiagnosticServiceCapabilities_SupportedTestWarnings,
  6207                   0,
  6208               };
  6209               
  6210               static const char*
  6211               __root_cimv2_CIM_DiagnosticServiceCapabilities_qualifiers[] =
  6212               {
  6213                   /* UMLPackagePath */
  6214                   "\057CIM::System::Diagnostics",
  6215                   /* Version */
  6216 mike  1.1.2.1     "\0632.9.0",
  6217                   0,
  6218               };
  6219               
  6220               MetaClass
  6221               __root_cimv2_CIM_DiagnosticServiceCapabilities =
  6222               {
  6223                   /* flags */
  6224                   META_FLAG_CLASS,
  6225                   /* name */
  6226                   "CIM_DiagnosticServiceCapabilities",
  6227                   /* qualifiers */
  6228                   __root_cimv2_CIM_DiagnosticServiceCapabilities_qualifiers,
  6229                   /* super */
  6230                   &__root_cimv2_CIM_Capabilities,
  6231                   /* features */
  6232                   _CIM_DiagnosticServiceCapabilities_features,
  6233               };
  6234               
  6235               //==============================================================================
  6236               //
  6237 mike  1.1.2.1 // Class: CIM_DiskGroup
  6238               //
  6239               //==============================================================================
  6240               
  6241               static const char*
  6242               _CIM_DiskGroup_CollectionID_qualifiers[] =
  6243               {
  6244                   /* Key */
  6245                   "\025\001",
  6246                   /* Override */
  6247                   "\044CollectionID",
  6248                   0,
  6249               };
  6250               
  6251               static MetaProperty
  6252               _CIM_DiskGroup_CollectionID =
  6253               {
  6254                   /* flags */
  6255                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  6256                   /* name */
  6257                   "CollectionID",
  6258 mike  1.1.2.1     /* qualifiers */
  6259                   _CIM_DiskGroup_CollectionID_qualifiers,
  6260                   /* type */
  6261                   CIMTYPE_STRING,
  6262                   /* subscript */
  6263                   -1,
  6264                   /* value */
  6265                   0,
  6266               };
  6267               
  6268               static MetaFeature*
  6269               _CIM_DiskGroup_features[] =
  6270               {
  6271                   (MetaFeature*)&_CIM_DiskGroup_CollectionID,
  6272                   0,
  6273               };
  6274               
  6275               static const char*
  6276               __root_cimv2_CIM_DiskGroup_qualifiers[] =
  6277               {
  6278                   /* UMLPackagePath */
  6279 mike  1.1.2.1     "\057CIM::Device::DiskGroup",
  6280                   /* Version */
  6281                   "\0632.10.0",
  6282                   0,
  6283               };
  6284               
  6285               MetaClass
  6286               __root_cimv2_CIM_DiskGroup =
  6287               {
  6288                   /* flags */
  6289                   META_FLAG_CLASS,
  6290                   /* name */
  6291                   "CIM_DiskGroup",
  6292                   /* qualifiers */
  6293                   __root_cimv2_CIM_DiskGroup_qualifiers,
  6294                   /* super */
  6295                   &__root_cimv2_CIM_CollectionOfMSEs,
  6296                   /* features */
  6297                   _CIM_DiskGroup_features,
  6298               };
  6299               
  6300 mike  1.1.2.1 //==============================================================================
  6301               //
  6302               // Class: CIM_ElementCapabilities
  6303               //
  6304               //==============================================================================
  6305               
  6306               static const char*
  6307               _CIM_ElementCapabilities_ManagedElement_qualifiers[] =
  6308               {
  6309                   /* Key */
  6310                   "\025\001",
  6311                   /* Min */
  6312                   "\033\000\000\000\001",
  6313                   /* Max */
  6314                   "\027\000\000\000\001",
  6315                   0,
  6316               };
  6317               
  6318               static MetaReference
  6319               _CIM_ElementCapabilities_ManagedElement =
  6320               {
  6321 mike  1.1.2.1     /* flags */
  6322                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  6323                   /* name */
  6324                   "ManagedElement",
  6325                   /* qualifiers */
  6326                   _CIM_ElementCapabilities_ManagedElement_qualifiers,
  6327                   /* subscript */
  6328                   -1,
  6329                   /* refId */
  6330                   &__root_cimv2_CIM_ManagedElement,
  6331               };
  6332               
  6333               static const char*
  6334               _CIM_ElementCapabilities_Capabilities_qualifiers[] =
  6335               {
  6336                   /* Key */
  6337                   "\025\001",
  6338                   0,
  6339               };
  6340               
  6341               static MetaReference
  6342 mike  1.1.2.1 _CIM_ElementCapabilities_Capabilities =
  6343               {
  6344                   /* flags */
  6345                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  6346                   /* name */
  6347                   "Capabilities",
  6348                   /* qualifiers */
  6349                   _CIM_ElementCapabilities_Capabilities_qualifiers,
  6350                   /* subscript */
  6351                   -1,
  6352                   /* refId */
  6353                   &__root_cimv2_CIM_Capabilities,
  6354               };
  6355               
  6356               static MetaFeature*
  6357               _CIM_ElementCapabilities_features[] =
  6358               {
  6359                   (MetaFeature*)&_CIM_ElementCapabilities_ManagedElement,
  6360                   (MetaFeature*)&_CIM_ElementCapabilities_Capabilities,
  6361                   0,
  6362               };
  6363 mike  1.1.2.1 
  6364               static const char*
  6365               __root_cimv2_CIM_ElementCapabilities_qualifiers[] =
  6366               {
  6367                   /* ASSOCIATION */
  6368                   "\000\001",
  6369                   /* UMLPackagePath */
  6370                   "\057CIM::Core::Capabilities",
  6371                   /* Version */
  6372                   "\0632.7.0",
  6373                   0,
  6374               };
  6375               
  6376               MetaClass
  6377               __root_cimv2_CIM_ElementCapabilities =
  6378               {
  6379                   /* flags */
  6380                   META_FLAG_ASSOCIATION,
  6381                   /* name */
  6382                   "CIM_ElementCapabilities",
  6383                   /* qualifiers */
  6384 mike  1.1.2.1     __root_cimv2_CIM_ElementCapabilities_qualifiers,
  6385                   /* super */
  6386                   0,
  6387                   /* features */
  6388                   _CIM_ElementCapabilities_features,
  6389               };
  6390               
  6391               //==============================================================================
  6392               //
  6393               // Class: CIM_EnabledLogicalElementCapabilities
  6394               //
  6395               //==============================================================================
  6396               
  6397               static const char*
  6398               _CIM_EnabledLogicalElementCapabilities_ElementNameEditSupported_qualifiers[] =
  6399               {
  6400                   /* MappingStrings */
  6401                   "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|EditName\000",
  6402                   /* ModelCorrespondence */
  6403                   "\036\000\001CIM_ManagedElement.ElementName\000",
  6404                   0,
  6405 mike  1.1.2.1 };
  6406               
  6407               static MetaProperty
  6408               _CIM_EnabledLogicalElementCapabilities_ElementNameEditSupported =
  6409               {
  6410                   /* flags */
  6411                   META_FLAG_PROPERTY|META_FLAG_READ,
  6412                   /* name */
  6413                   "ElementNameEditSupported",
  6414                   /* qualifiers */
  6415                   _CIM_EnabledLogicalElementCapabilities_ElementNameEditSupported_qualifiers,
  6416                   /* type */
  6417                   CIMTYPE_BOOLEAN,
  6418                   /* subscript */
  6419                   -1,
  6420                   /* value */
  6421                   0,
  6422               };
  6423               
  6424               static const char*
  6425               _CIM_EnabledLogicalElementCapabilities_MaxElementNameLen_qualifiers[] =
  6426 mike  1.1.2.1 {
  6427                   /* MaxValue */
  6428                   "\031\000\000\000\000\000\000\001\000",
  6429                   /* MappingStrings */
  6430                   "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|MaxNameChars\000",
  6431                   /* ModelCorrespondence */
  6432                   "\036\000\001CIM_FCSwitchCapabilities.ElementNameEditSupported\000",
  6433                   0,
  6434               };
  6435               
  6436               static MetaProperty
  6437               _CIM_EnabledLogicalElementCapabilities_MaxElementNameLen =
  6438               {
  6439                   /* flags */
  6440                   META_FLAG_PROPERTY|META_FLAG_READ,
  6441                   /* name */
  6442                   "MaxElementNameLen",
  6443                   /* qualifiers */
  6444                   _CIM_EnabledLogicalElementCapabilities_MaxElementNameLen_qualifiers,
  6445                   /* type */
  6446                   CIMTYPE_UINT16,
  6447 mike  1.1.2.1     /* subscript */
  6448                   -1,
  6449                   /* value */
  6450                   0,
  6451               };
  6452               
  6453               static const char*
  6454               _CIM_EnabledLogicalElementCapabilities_RequestedStatesSupported_qualifiers[] =
  6455               {
  6456                   /* ValueMap */
  6457                   "\061\000\0112\0003\0004\0006\0007\0008\0009\00010\00011\000",
  6458                   /* Values */
  6459                   "\062\000\011Enabled\000Disabled\000Shut Down\000Offline\000Test\000Defer\000Quiesce\000Reboot\000Reset\000",
  6460                   /* ModelCorrespondence */
  6461                   "\036\000\001CIM_EnabledLogicalElement.RequestStateChange\000",
  6462                   0,
  6463               };
  6464               
  6465               static MetaProperty
  6466               _CIM_EnabledLogicalElementCapabilities_RequestedStatesSupported =
  6467               {
  6468 mike  1.1.2.1     /* flags */
  6469                   META_FLAG_PROPERTY|META_FLAG_READ,
  6470                   /* name */
  6471                   "RequestedStatesSupported",
  6472                   /* qualifiers */
  6473                   _CIM_EnabledLogicalElementCapabilities_RequestedStatesSupported_qualifiers,
  6474                   /* type */
  6475                   CIMTYPE_UINT16,
  6476                   /* subscript */
  6477                   0,
  6478                   /* value */
  6479                   0,
  6480               };
  6481               
  6482               static MetaFeature*
  6483               _CIM_EnabledLogicalElementCapabilities_features[] =
  6484               {
  6485                   (MetaFeature*)&_CIM_EnabledLogicalElementCapabilities_ElementNameEditSupported,
  6486                   (MetaFeature*)&_CIM_EnabledLogicalElementCapabilities_MaxElementNameLen,
  6487                   (MetaFeature*)&_CIM_EnabledLogicalElementCapabilities_RequestedStatesSupported,
  6488                   0,
  6489 mike  1.1.2.1 };
  6490               
  6491               static const char*
  6492               __root_cimv2_CIM_EnabledLogicalElementCapabilities_qualifiers[] =
  6493               {
  6494                   /* UMLPackagePath */
  6495                   "\057CIM::Core::Capabilities",
  6496                   /* Version */
  6497                   "\0632.11.0",
  6498                   0,
  6499               };
  6500               
  6501               MetaClass
  6502               __root_cimv2_CIM_EnabledLogicalElementCapabilities =
  6503               {
  6504                   /* flags */
  6505                   META_FLAG_CLASS,
  6506                   /* name */
  6507                   "CIM_EnabledLogicalElementCapabilities",
  6508                   /* qualifiers */
  6509                   __root_cimv2_CIM_EnabledLogicalElementCapabilities_qualifiers,
  6510 mike  1.1.2.1     /* super */
  6511                   &__root_cimv2_CIM_Capabilities,
  6512                   /* features */
  6513                   _CIM_EnabledLogicalElementCapabilities_features,
  6514               };
  6515               
  6516               //==============================================================================
  6517               //
  6518               // Class: CIM_FCSwitchCapabilities
  6519               //
  6520               //==============================================================================
  6521               
  6522               static const char*
  6523               _CIM_FCSwitchCapabilities_DomainIDConfigureable_qualifiers[] =
  6524               {
  6525                   /* MappingStrings */
  6526                   "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|EditDomainID\000",
  6527                   /* ModelCorrespondence */
  6528                   "\036\000\001CIM_FCSwitchSettings.PreferredDomainID\000",
  6529                   0,
  6530               };
  6531 mike  1.1.2.1 
  6532               static MetaProperty
  6533               _CIM_FCSwitchCapabilities_DomainIDConfigureable =
  6534               {
  6535                   /* flags */
  6536                   META_FLAG_PROPERTY|META_FLAG_READ,
  6537                   /* name */
  6538                   "DomainIDConfigureable",
  6539                   /* qualifiers */
  6540                   _CIM_FCSwitchCapabilities_DomainIDConfigureable_qualifiers,
  6541                   /* type */
  6542                   CIMTYPE_BOOLEAN,
  6543                   /* subscript */
  6544                   -1,
  6545                   /* value */
  6546                   0,
  6547               };
  6548               
  6549               static const char*
  6550               _CIM_FCSwitchCapabilities_MinDomainID_qualifiers[] =
  6551               {
  6552 mike  1.1.2.1     /* MinValue */
  6553                   "\035\000\000\000\000\000\000\000\001",
  6554                   /* MaxValue */
  6555                   "\031\000\000\000\000\000\000\000\357",
  6556                   /* MappingStrings */
  6557                   "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|MinDomainID\000",
  6558                   /* ModelCorrespondence */
  6559                   "\036\000\001CIM_FCSwitchSettings.PreferredDomainID\000",
  6560                   0,
  6561               };
  6562               
  6563               static MetaProperty
  6564               _CIM_FCSwitchCapabilities_MinDomainID =
  6565               {
  6566                   /* flags */
  6567                   META_FLAG_PROPERTY|META_FLAG_READ,
  6568                   /* name */
  6569                   "MinDomainID",
  6570                   /* qualifiers */
  6571                   _CIM_FCSwitchCapabilities_MinDomainID_qualifiers,
  6572                   /* type */
  6573 mike  1.1.2.1     CIMTYPE_UINT8,
  6574                   /* subscript */
  6575                   -1,
  6576                   /* value */
  6577                   0,
  6578               };
  6579               
  6580               static const char*
  6581               _CIM_FCSwitchCapabilities_MaxDomainID_qualifiers[] =
  6582               {
  6583                   /* MinValue */
  6584                   "\035\000\000\000\000\000\000\000\001",
  6585                   /* MaxValue */
  6586                   "\031\000\000\000\000\000\000\000\357",
  6587                   /* MappingStrings */
  6588                   "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|MaxDomainID\000",
  6589                   /* ModelCorrespondence */
  6590                   "\036\000\001CIM_FCSwitchSettings.PreferredDomainID\000",
  6591                   0,
  6592               };
  6593               
  6594 mike  1.1.2.1 static MetaProperty
  6595               _CIM_FCSwitchCapabilities_MaxDomainID =
  6596               {
  6597                   /* flags */
  6598                   META_FLAG_PROPERTY|META_FLAG_READ,
  6599                   /* name */
  6600                   "MaxDomainID",
  6601                   /* qualifiers */
  6602                   _CIM_FCSwitchCapabilities_MaxDomainID_qualifiers,
  6603                   /* type */
  6604                   CIMTYPE_UINT8,
  6605                   /* subscript */
  6606                   -1,
  6607                   /* value */
  6608                   0,
  6609               };
  6610               
  6611               static const char*
  6612               _CIM_FCSwitchCapabilities_DomainIDLockedSupported_qualifiers[] =
  6613               {
  6614                   /* MappingStrings */
  6615 mike  1.1.2.1     "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|EditDomainIDLocked\000",
  6616                   /* ModelCorrespondence */
  6617                   "\036\000\001CIM_FCSwitchSettings.DomainIDLocked\000",
  6618                   0,
  6619               };
  6620               
  6621               static MetaProperty
  6622               _CIM_FCSwitchCapabilities_DomainIDLockedSupported =
  6623               {
  6624                   /* flags */
  6625                   META_FLAG_PROPERTY|META_FLAG_READ,
  6626                   /* name */
  6627                   "DomainIDLockedSupported",
  6628                   /* qualifiers */
  6629                   _CIM_FCSwitchCapabilities_DomainIDLockedSupported_qualifiers,
  6630                   /* type */
  6631                   CIMTYPE_BOOLEAN,
  6632                   /* subscript */
  6633                   -1,
  6634                   /* value */
  6635                   0,
  6636 mike  1.1.2.1 };
  6637               
  6638               static const char*
  6639               _CIM_FCSwitchCapabilities_PrincipalPrioritiesSupported_qualifiers[] =
  6640               {
  6641                   /* ValueMap */
  6642                   "\061\000\0042\0003\0004\0005\000",
  6643                   /* Values */
  6644                   "\062\000\004Principal\000Subordinate\000Any\000Not Applicable\000",
  6645                   /* MappingStrings */
  6646                   "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|SupportedSwitchPriorities\000",
  6647                   /* ModelCorrespondence */
  6648                   "\036\000\001CIM_FCSwitchSettings.PrincipalPriority\000",
  6649                   0,
  6650               };
  6651               
  6652               static MetaProperty
  6653               _CIM_FCSwitchCapabilities_PrincipalPrioritiesSupported =
  6654               {
  6655                   /* flags */
  6656                   META_FLAG_PROPERTY|META_FLAG_READ,
  6657 mike  1.1.2.1     /* name */
  6658                   "PrincipalPrioritiesSupported",
  6659                   /* qualifiers */
  6660                   _CIM_FCSwitchCapabilities_PrincipalPrioritiesSupported_qualifiers,
  6661                   /* type */
  6662                   CIMTYPE_UINT16,
  6663                   /* subscript */
  6664                   0,
  6665                   /* value */
  6666                   0,
  6667               };
  6668               
  6669               static MetaFeature*
  6670               _CIM_FCSwitchCapabilities_features[] =
  6671               {
  6672                   (MetaFeature*)&_CIM_FCSwitchCapabilities_DomainIDConfigureable,
  6673                   (MetaFeature*)&_CIM_FCSwitchCapabilities_MinDomainID,
  6674                   (MetaFeature*)&_CIM_FCSwitchCapabilities_MaxDomainID,
  6675                   (MetaFeature*)&_CIM_FCSwitchCapabilities_DomainIDLockedSupported,
  6676                   (MetaFeature*)&_CIM_FCSwitchCapabilities_PrincipalPrioritiesSupported,
  6677                   0,
  6678 mike  1.1.2.1 };
  6679               
  6680               static const char*
  6681               __root_cimv2_CIM_FCSwitchCapabilities_qualifiers[] =
  6682               {
  6683                   /* UMLPackagePath */
  6684                   "\057CIM::Device::FC",
  6685                   /* Version */
  6686                   "\0632.11.0",
  6687                   0,
  6688               };
  6689               
  6690               MetaClass
  6691               __root_cimv2_CIM_FCSwitchCapabilities =
  6692               {
  6693                   /* flags */
  6694                   META_FLAG_CLASS,
  6695                   /* name */
  6696                   "CIM_FCSwitchCapabilities",
  6697                   /* qualifiers */
  6698                   __root_cimv2_CIM_FCSwitchCapabilities_qualifiers,
  6699 mike  1.1.2.1     /* super */
  6700                   &__root_cimv2_CIM_EnabledLogicalElementCapabilities,
  6701                   /* features */
  6702                   _CIM_FCSwitchCapabilities_features,
  6703               };
  6704               
  6705               //==============================================================================
  6706               //
  6707               // Class: CIM_FileSystemCapabilities
  6708               //
  6709               //==============================================================================
  6710               
  6711               static const char*
  6712               _CIM_FileSystemCapabilities_SupportedPersistenceTypes_qualifiers[] =
  6713               {
  6714                   /* ValueMap */
  6715                   "\061\000\0041\0002\0003\0004\000",
  6716                   /* Values */
  6717                   "\062\000\004Other\000Persistent\000Temporary\000External\000",
  6718                   /* ArrayType */
  6719                   "\005Indexed",
  6720 mike  1.1.2.1     /* ModelCorrespondence */
  6721                   "\036\000\002CIM_FileSystemCapabilities.SupportedPersistenceTypes\000CIM_FileSystem.PersistenceType\000",
  6722                   0,
  6723               };
  6724               
  6725               static MetaProperty
  6726               _CIM_FileSystemCapabilities_SupportedPersistenceTypes =
  6727               {
  6728                   /* flags */
  6729                   META_FLAG_PROPERTY|META_FLAG_READ,
  6730                   /* name */
  6731                   "SupportedPersistenceTypes",
  6732                   /* qualifiers */
  6733                   _CIM_FileSystemCapabilities_SupportedPersistenceTypes_qualifiers,
  6734                   /* type */
  6735                   CIMTYPE_UINT16,
  6736                   /* subscript */
  6737                   0,
  6738                   /* value */
  6739                   0,
  6740               };
  6741 mike  1.1.2.1 
  6742               static const char*
  6743               _CIM_FileSystemCapabilities_SupportedOtherPersistenceTypes_qualifiers[] =
  6744               {
  6745                   /* ArrayType */
  6746                   "\005Indexed",
  6747                   /* ModelCorrespondence */
  6748                   "\036\000\002CIM_FileSystemCapabilities.SupportedPersistenceTypes\000CIM_FileSystem.OtherPersistenceType\000",
  6749                   0,
  6750               };
  6751               
  6752               static MetaProperty
  6753               _CIM_FileSystemCapabilities_SupportedOtherPersistenceTypes =
  6754               {
  6755                   /* flags */
  6756                   META_FLAG_PROPERTY|META_FLAG_READ,
  6757                   /* name */
  6758                   "SupportedOtherPersistenceTypes",
  6759                   /* qualifiers */
  6760                   _CIM_FileSystemCapabilities_SupportedOtherPersistenceTypes_qualifiers,
  6761                   /* type */
  6762 mike  1.1.2.1     CIMTYPE_STRING,
  6763                   /* subscript */
  6764                   0,
  6765                   /* value */
  6766                   0,
  6767               };
  6768               
  6769               static MetaFeature*
  6770               _CIM_FileSystemCapabilities_features[] =
  6771               {
  6772                   (MetaFeature*)&_CIM_FileSystemCapabilities_SupportedPersistenceTypes,
  6773                   (MetaFeature*)&_CIM_FileSystemCapabilities_SupportedOtherPersistenceTypes,
  6774                   0,
  6775               };
  6776               
  6777               static const char*
  6778               __root_cimv2_CIM_FileSystemCapabilities_qualifiers[] =
  6779               {
  6780                   /* UMLPackagePath */
  6781                   "\057CIM::System::FilesystemServices",
  6782                   /* Version */
  6783 mike  1.1.2.1     "\0632.8.0",
  6784                   0,
  6785               };
  6786               
  6787               MetaClass
  6788               __root_cimv2_CIM_FileSystemCapabilities =
  6789               {
  6790                   /* flags */
  6791                   META_FLAG_CLASS,
  6792                   /* name */
  6793                   "CIM_FileSystemCapabilities",
  6794                   /* qualifiers */
  6795                   __root_cimv2_CIM_FileSystemCapabilities_qualifiers,
  6796                   /* super */
  6797                   &__root_cimv2_CIM_Capabilities,
  6798                   /* features */
  6799                   _CIM_FileSystemCapabilities_features,
  6800               };
  6801               
  6802               //==============================================================================
  6803               //
  6804 mike  1.1.2.1 // Class: CIM_FRU
  6805               //
  6806               //==============================================================================
  6807               
  6808               static const char*
  6809               _CIM_FRU_FRUNumber_qualifiers[] =
  6810               {
  6811                   /* Key */
  6812                   "\025\001",
  6813                   /* MaxLen */
  6814                   "\030\000\000\000\100",
  6815                   /* MappingStrings */
  6816                   "\026\000\001MIF.DMTF|FRU|002.6\000",
  6817                   0,
  6818               };
  6819               
  6820               static MetaProperty
  6821               _CIM_FRU_FRUNumber =
  6822               {
  6823                   /* flags */
  6824                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  6825 mike  1.1.2.1     /* name */
  6826                   "FRUNumber",
  6827                   /* qualifiers */
  6828                   _CIM_FRU_FRUNumber_qualifiers,
  6829                   /* type */
  6830                   CIMTYPE_STRING,
  6831                   /* subscript */
  6832                   -1,
  6833                   /* value */
  6834                   0,
  6835               };
  6836               
  6837               static const char*
  6838               _CIM_FRU_IdentifyingNumber_qualifiers[] =
  6839               {
  6840                   /* Key */
  6841                   "\025\001",
  6842                   /* MaxLen */
  6843                   "\030\000\000\000\100",
  6844                   /* MappingStrings */
  6845                   "\026\000\001MIF.DMTF|FRU|002.7\000",
  6846 mike  1.1.2.1     0,
  6847               };
  6848               
  6849               static MetaProperty
  6850               _CIM_FRU_IdentifyingNumber =
  6851               {
  6852                   /* flags */
  6853                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  6854                   /* name */
  6855                   "IdentifyingNumber",
  6856                   /* qualifiers */
  6857                   _CIM_FRU_IdentifyingNumber_qualifiers,
  6858                   /* type */
  6859                   CIMTYPE_STRING,
  6860                   /* subscript */
  6861                   -1,
  6862                   /* value */
  6863                   0,
  6864               };
  6865               
  6866               static const char*
  6867 mike  1.1.2.1 _CIM_FRU_Vendor_qualifiers[] =
  6868               {
  6869                   /* Key */
  6870                   "\025\001",
  6871                   /* MaxLen */
  6872                   "\030\000\000\001\000",
  6873                   /* MappingStrings */
  6874                   "\026\000\001MIF.DMTF|FRU|002.4\000",
  6875                   0,
  6876               };
  6877               
  6878               static MetaProperty
  6879               _CIM_FRU_Vendor =
  6880               {
  6881                   /* flags */
  6882                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  6883                   /* name */
  6884                   "Vendor",
  6885                   /* qualifiers */
  6886                   _CIM_FRU_Vendor_qualifiers,
  6887                   /* type */
  6888 mike  1.1.2.1     CIMTYPE_STRING,
  6889                   /* subscript */
  6890                   -1,
  6891                   /* value */
  6892                   0,
  6893               };
  6894               
  6895               static const char*
  6896               _CIM_FRU_Description_qualifiers[] =
  6897               {
  6898                   /* Override */
  6899                   "\044Description",
  6900                   /* MappingStrings */
  6901                   "\026\000\001MIF.DMTF|FRU|002.3\000",
  6902                   0,
  6903               };
  6904               
  6905               static MetaProperty
  6906               _CIM_FRU_Description =
  6907               {
  6908                   /* flags */
  6909 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
  6910                   /* name */
  6911                   "Description",
  6912                   /* qualifiers */
  6913                   _CIM_FRU_Description_qualifiers,
  6914                   /* type */
  6915                   CIMTYPE_STRING,
  6916                   /* subscript */
  6917                   -1,
  6918                   /* value */
  6919                   0,
  6920               };
  6921               
  6922               static const char*
  6923               _CIM_FRU_Name_qualifiers[] =
  6924               {
  6925                   /* MaxLen */
  6926                   "\030\000\000\001\000",
  6927                   0,
  6928               };
  6929               
  6930 mike  1.1.2.1 static MetaProperty
  6931               _CIM_FRU_Name =
  6932               {
  6933                   /* flags */
  6934                   META_FLAG_PROPERTY|META_FLAG_READ,
  6935                   /* name */
  6936                   "Name",
  6937                   /* qualifiers */
  6938                   _CIM_FRU_Name_qualifiers,
  6939                   /* type */
  6940                   CIMTYPE_STRING,
  6941                   /* subscript */
  6942                   -1,
  6943                   /* value */
  6944                   0,
  6945               };
  6946               
  6947               static const char*
  6948               _CIM_FRU_RevisionLevel_qualifiers[] =
  6949               {
  6950                   /* MaxLen */
  6951 mike  1.1.2.1     "\030\000\000\000\100",
  6952                   /* MappingStrings */
  6953                   "\026\000\001MIF.DMTF|FRU|002.8\000",
  6954                   0,
  6955               };
  6956               
  6957               static MetaProperty
  6958               _CIM_FRU_RevisionLevel =
  6959               {
  6960                   /* flags */
  6961                   META_FLAG_PROPERTY|META_FLAG_READ,
  6962                   /* name */
  6963                   "RevisionLevel",
  6964                   /* qualifiers */
  6965                   _CIM_FRU_RevisionLevel_qualifiers,
  6966                   /* type */
  6967                   CIMTYPE_STRING,
  6968                   /* subscript */
  6969                   -1,
  6970                   /* value */
  6971                   0,
  6972 mike  1.1.2.1 };
  6973               
  6974               static const char*
  6975               _CIM_FRU_CustomerReplaceable_qualifiers[] =
  6976               {
  6977                   0,
  6978               };
  6979               
  6980               static MetaProperty
  6981               _CIM_FRU_CustomerReplaceable =
  6982               {
  6983                   /* flags */
  6984                   META_FLAG_PROPERTY|META_FLAG_READ,
  6985                   /* name */
  6986                   "CustomerReplaceable",
  6987                   /* qualifiers */
  6988                   _CIM_FRU_CustomerReplaceable_qualifiers,
  6989                   /* type */
  6990                   CIMTYPE_BOOLEAN,
  6991                   /* subscript */
  6992                   -1,
  6993 mike  1.1.2.1     /* value */
  6994                   0,
  6995               };
  6996               
  6997               static MetaFeature*
  6998               _CIM_FRU_features[] =
  6999               {
  7000                   (MetaFeature*)&_CIM_FRU_FRUNumber,
  7001                   (MetaFeature*)&_CIM_FRU_IdentifyingNumber,
  7002                   (MetaFeature*)&_CIM_FRU_Vendor,
  7003                   (MetaFeature*)&_CIM_FRU_Description,
  7004                   (MetaFeature*)&_CIM_FRU_Name,
  7005                   (MetaFeature*)&_CIM_FRU_RevisionLevel,
  7006                   (MetaFeature*)&_CIM_FRU_CustomerReplaceable,
  7007                   0,
  7008               };
  7009               
  7010               static const char*
  7011               __root_cimv2_CIM_FRU_qualifiers[] =
  7012               {
  7013                   /* UMLPackagePath */
  7014 mike  1.1.2.1     "\057CIM::Core::ProductFRU",
  7015                   /* Version */
  7016                   "\0632.6.0",
  7017                   0,
  7018               };
  7019               
  7020               MetaClass
  7021               __root_cimv2_CIM_FRU =
  7022               {
  7023                   /* flags */
  7024                   META_FLAG_CLASS,
  7025                   /* name */
  7026                   "CIM_FRU",
  7027                   /* qualifiers */
  7028                   __root_cimv2_CIM_FRU_qualifiers,
  7029                   /* super */
  7030                   &__root_cimv2_CIM_ManagedElement,
  7031                   /* features */
  7032                   _CIM_FRU_features,
  7033               };
  7034               
  7035 mike  1.1.2.1 //==============================================================================
  7036               //
  7037               // Class: CIM_Group
  7038               //
  7039               //==============================================================================
  7040               
  7041               static const char*
  7042               _CIM_Group_CreationClassName_qualifiers[] =
  7043               {
  7044                   /* Key */
  7045                   "\025\001",
  7046                   /* MaxLen */
  7047                   "\030\000\000\001\000",
  7048                   0,
  7049               };
  7050               
  7051               static MetaProperty
  7052               _CIM_Group_CreationClassName =
  7053               {
  7054                   /* flags */
  7055                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7056 mike  1.1.2.1     /* name */
  7057                   "CreationClassName",
  7058                   /* qualifiers */
  7059                   _CIM_Group_CreationClassName_qualifiers,
  7060                   /* type */
  7061                   CIMTYPE_STRING,
  7062                   /* subscript */
  7063                   -1,
  7064                   /* value */
  7065                   0,
  7066               };
  7067               
  7068               static const char*
  7069               _CIM_Group_Name_qualifiers[] =
  7070               {
  7071                   /* Key */
  7072                   "\025\001",
  7073                   /* MaxLen */
  7074                   "\030\000\000\004\000",
  7075                   0,
  7076               };
  7077 mike  1.1.2.1 
  7078               static MetaProperty
  7079               _CIM_Group_Name =
  7080               {
  7081                   /* flags */
  7082                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7083                   /* name */
  7084                   "Name",
  7085                   /* qualifiers */
  7086                   _CIM_Group_Name_qualifiers,
  7087                   /* type */
  7088                   CIMTYPE_STRING,
  7089                   /* subscript */
  7090                   -1,
  7091                   /* value */
  7092                   0,
  7093               };
  7094               
  7095               static const char*
  7096               _CIM_Group_BusinessCategory_qualifiers[] =
  7097               {
  7098 mike  1.1.2.1     /* MaxLen */
  7099                   "\030\000\000\000\200",
  7100                   0,
  7101               };
  7102               
  7103               static MetaProperty
  7104               _CIM_Group_BusinessCategory =
  7105               {
  7106                   /* flags */
  7107                   META_FLAG_PROPERTY|META_FLAG_READ,
  7108                   /* name */
  7109                   "BusinessCategory",
  7110                   /* qualifiers */
  7111                   _CIM_Group_BusinessCategory_qualifiers,
  7112                   /* type */
  7113                   CIMTYPE_STRING,
  7114                   /* subscript */
  7115                   -1,
  7116                   /* value */
  7117                   0,
  7118               };
  7119 mike  1.1.2.1 
  7120               static const char*
  7121               _CIM_Group_CommonName_qualifiers[] =
  7122               {
  7123                   /* Required */
  7124                   "\050\001",
  7125                   0,
  7126               };
  7127               
  7128               static MetaProperty
  7129               _CIM_Group_CommonName =
  7130               {
  7131                   /* flags */
  7132                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  7133                   /* name */
  7134                   "CommonName",
  7135                   /* qualifiers */
  7136                   _CIM_Group_CommonName_qualifiers,
  7137                   /* type */
  7138                   CIMTYPE_STRING,
  7139                   /* subscript */
  7140 mike  1.1.2.1     -1,
  7141                   /* value */
  7142                   0,
  7143               };
  7144               
  7145               static MetaFeature*
  7146               _CIM_Group_features[] =
  7147               {
  7148                   (MetaFeature*)&_CIM_Group_CreationClassName,
  7149                   (MetaFeature*)&_CIM_Group_Name,
  7150                   (MetaFeature*)&_CIM_Group_BusinessCategory,
  7151                   (MetaFeature*)&_CIM_Group_CommonName,
  7152                   0,
  7153               };
  7154               
  7155               static const char*
  7156               __root_cimv2_CIM_Group_qualifiers[] =
  7157               {
  7158                   /* UMLPackagePath */
  7159                   "\057CIM::User::Group",
  7160                   /* Version */
  7161 mike  1.1.2.1     "\0632.6.0",
  7162                   /* MappingStrings */
  7163                   "\026\000\001RFC2407.IETF|Section 7.10 GroupOfNames\000",
  7164                   0,
  7165               };
  7166               
  7167               MetaClass
  7168               __root_cimv2_CIM_Group =
  7169               {
  7170                   /* flags */
  7171                   META_FLAG_CLASS,
  7172                   /* name */
  7173                   "CIM_Group",
  7174                   /* qualifiers */
  7175                   __root_cimv2_CIM_Group_qualifiers,
  7176                   /* super */
  7177                   &__root_cimv2_CIM_Collection,
  7178                   /* features */
  7179                   _CIM_Group_features,
  7180               };
  7181               
  7182 mike  1.1.2.1 //==============================================================================
  7183               //
  7184               // Class: CIM_HostedDependency
  7185               //
  7186               //==============================================================================
  7187               
  7188               static const char*
  7189               _CIM_HostedDependency_Antecedent_qualifiers[] =
  7190               {
  7191                   /* Override */
  7192                   "\044Antecedent",
  7193                   /* Max */
  7194                   "\027\000\000\000\001",
  7195                   0,
  7196               };
  7197               
  7198               static MetaReference
  7199               _CIM_HostedDependency_Antecedent =
  7200               {
  7201                   /* flags */
  7202                   META_FLAG_REFERENCE|META_FLAG_READ,
  7203 mike  1.1.2.1     /* name */
  7204                   "Antecedent",
  7205                   /* qualifiers */
  7206                   _CIM_HostedDependency_Antecedent_qualifiers,
  7207                   /* subscript */
  7208                   -1,
  7209                   /* refId */
  7210                   &__root_cimv2_CIM_ManagedElement,
  7211               };
  7212               
  7213               static const char*
  7214               _CIM_HostedDependency_Dependent_qualifiers[] =
  7215               {
  7216                   /* Override */
  7217                   "\044Dependent",
  7218                   0,
  7219               };
  7220               
  7221               static MetaReference
  7222               _CIM_HostedDependency_Dependent =
  7223               {
  7224 mike  1.1.2.1     /* flags */
  7225                   META_FLAG_REFERENCE|META_FLAG_READ,
  7226                   /* name */
  7227                   "Dependent",
  7228                   /* qualifiers */
  7229                   _CIM_HostedDependency_Dependent_qualifiers,
  7230                   /* subscript */
  7231                   -1,
  7232                   /* refId */
  7233                   &__root_cimv2_CIM_ManagedElement,
  7234               };
  7235               
  7236               static MetaFeature*
  7237               _CIM_HostedDependency_features[] =
  7238               {
  7239                   (MetaFeature*)&_CIM_HostedDependency_Antecedent,
  7240                   (MetaFeature*)&_CIM_HostedDependency_Dependent,
  7241                   0,
  7242               };
  7243               
  7244               static const char*
  7245 mike  1.1.2.1 __root_cimv2_CIM_HostedDependency_qualifiers[] =
  7246               {
  7247                   /* ASSOCIATION */
  7248                   "\000\001",
  7249                   /* UMLPackagePath */
  7250                   "\057CIM::Core::CoreElements",
  7251                   /* Version */
  7252                   "\0632.8.0",
  7253                   0,
  7254               };
  7255               
  7256               MetaClass
  7257               __root_cimv2_CIM_HostedDependency =
  7258               {
  7259                   /* flags */
  7260                   META_FLAG_ASSOCIATION,
  7261                   /* name */
  7262                   "CIM_HostedDependency",
  7263                   /* qualifiers */
  7264                   __root_cimv2_CIM_HostedDependency_qualifiers,
  7265                   /* super */
  7266 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
  7267                   /* features */
  7268                   _CIM_HostedDependency_features,
  7269               };
  7270               
  7271               //==============================================================================
  7272               //
  7273               // Class: CIM_Identity
  7274               //
  7275               //==============================================================================
  7276               
  7277               static const char*
  7278               _CIM_Identity_InstanceID_qualifiers[] =
  7279               {
  7280                   /* Key */
  7281                   "\025\001",
  7282                   0,
  7283               };
  7284               
  7285               static MetaProperty
  7286               _CIM_Identity_InstanceID =
  7287 mike  1.1.2.1 {
  7288                   /* flags */
  7289                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7290                   /* name */
  7291                   "InstanceID",
  7292                   /* qualifiers */
  7293                   _CIM_Identity_InstanceID_qualifiers,
  7294                   /* type */
  7295                   CIMTYPE_STRING,
  7296                   /* subscript */
  7297                   -1,
  7298                   /* value */
  7299                   0,
  7300               };
  7301               
  7302               static const char*
  7303               _CIM_Identity_CurrentlyAuthenticated_qualifiers[] =
  7304               {
  7305                   0,
  7306               };
  7307               
  7308 mike  1.1.2.1 static MetaProperty
  7309               _CIM_Identity_CurrentlyAuthenticated =
  7310               {
  7311                   /* flags */
  7312                   META_FLAG_PROPERTY|META_FLAG_READ,
  7313                   /* name */
  7314                   "CurrentlyAuthenticated",
  7315                   /* qualifiers */
  7316                   _CIM_Identity_CurrentlyAuthenticated_qualifiers,
  7317                   /* type */
  7318                   CIMTYPE_BOOLEAN,
  7319                   /* subscript */
  7320                   -1,
  7321                   /* value */
  7322                   "\000",
  7323               };
  7324               
  7325               static MetaFeature*
  7326               _CIM_Identity_features[] =
  7327               {
  7328                   (MetaFeature*)&_CIM_Identity_InstanceID,
  7329 mike  1.1.2.1     (MetaFeature*)&_CIM_Identity_CurrentlyAuthenticated,
  7330                   0,
  7331               };
  7332               
  7333               static const char*
  7334               __root_cimv2_CIM_Identity_qualifiers[] =
  7335               {
  7336                   /* UMLPackagePath */
  7337                   "\057CIM::User::Identity",
  7338                   /* Version */
  7339                   "\0632.8.0",
  7340                   0,
  7341               };
  7342               
  7343               MetaClass
  7344               __root_cimv2_CIM_Identity =
  7345               {
  7346                   /* flags */
  7347                   META_FLAG_CLASS,
  7348                   /* name */
  7349                   "CIM_Identity",
  7350 mike  1.1.2.1     /* qualifiers */
  7351                   __root_cimv2_CIM_Identity_qualifiers,
  7352                   /* super */
  7353                   &__root_cimv2_CIM_ManagedElement,
  7354                   /* features */
  7355                   _CIM_Identity_features,
  7356               };
  7357               
  7358               //==============================================================================
  7359               //
  7360               // Class: CIM_IdentityContext
  7361               //
  7362               //==============================================================================
  7363               
  7364               static const char*
  7365               _CIM_IdentityContext_ElementInContext_qualifiers[] =
  7366               {
  7367                   /* Key */
  7368                   "\025\001",
  7369                   0,
  7370               };
  7371 mike  1.1.2.1 
  7372               static MetaReference
  7373               _CIM_IdentityContext_ElementInContext =
  7374               {
  7375                   /* flags */
  7376                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  7377                   /* name */
  7378                   "ElementInContext",
  7379                   /* qualifiers */
  7380                   _CIM_IdentityContext_ElementInContext_qualifiers,
  7381                   /* subscript */
  7382                   -1,
  7383                   /* refId */
  7384                   &__root_cimv2_CIM_Identity,
  7385               };
  7386               
  7387               static const char*
  7388               _CIM_IdentityContext_ElementProvidingContext_qualifiers[] =
  7389               {
  7390                   /* Key */
  7391                   "\025\001",
  7392 mike  1.1.2.1     0,
  7393               };
  7394               
  7395               static MetaReference
  7396               _CIM_IdentityContext_ElementProvidingContext =
  7397               {
  7398                   /* flags */
  7399                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  7400                   /* name */
  7401                   "ElementProvidingContext",
  7402                   /* qualifiers */
  7403                   _CIM_IdentityContext_ElementProvidingContext_qualifiers,
  7404                   /* subscript */
  7405                   -1,
  7406                   /* refId */
  7407                   &__root_cimv2_CIM_ManagedElement,
  7408               };
  7409               
  7410               static MetaFeature*
  7411               _CIM_IdentityContext_features[] =
  7412               {
  7413 mike  1.1.2.1     (MetaFeature*)&_CIM_IdentityContext_ElementInContext,
  7414                   (MetaFeature*)&_CIM_IdentityContext_ElementProvidingContext,
  7415                   0,
  7416               };
  7417               
  7418               static const char*
  7419               __root_cimv2_CIM_IdentityContext_qualifiers[] =
  7420               {
  7421                   /* ASSOCIATION */
  7422                   "\000\001",
  7423                   /* UMLPackagePath */
  7424                   "\057CIM::User::Identity",
  7425                   /* Version */
  7426                   "\0632.8.1000",
  7427                   0,
  7428               };
  7429               
  7430               MetaClass
  7431               __root_cimv2_CIM_IdentityContext =
  7432               {
  7433                   /* flags */
  7434 mike  1.1.2.1     META_FLAG_ASSOCIATION,
  7435                   /* name */
  7436                   "CIM_IdentityContext",
  7437                   /* qualifiers */
  7438                   __root_cimv2_CIM_IdentityContext_qualifiers,
  7439                   /* super */
  7440                   0,
  7441                   /* features */
  7442                   _CIM_IdentityContext_features,
  7443               };
  7444               
  7445               //==============================================================================
  7446               //
  7447               // Class: CIM_IndicationFilter
  7448               //
  7449               //==============================================================================
  7450               
  7451               static const char*
  7452               _CIM_IndicationFilter_SystemCreationClassName_qualifiers[] =
  7453               {
  7454                   /* Key */
  7455 mike  1.1.2.1     "\025\001",
  7456                   /* MaxLen */
  7457                   "\030\000\000\001\000",
  7458                   0,
  7459               };
  7460               
  7461               static MetaProperty
  7462               _CIM_IndicationFilter_SystemCreationClassName =
  7463               {
  7464                   /* flags */
  7465                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7466                   /* name */
  7467                   "SystemCreationClassName",
  7468                   /* qualifiers */
  7469                   _CIM_IndicationFilter_SystemCreationClassName_qualifiers,
  7470                   /* type */
  7471                   CIMTYPE_STRING,
  7472                   /* subscript */
  7473                   -1,
  7474                   /* value */
  7475                   0,
  7476 mike  1.1.2.1 };
  7477               
  7478               static const char*
  7479               _CIM_IndicationFilter_SystemName_qualifiers[] =
  7480               {
  7481                   /* Key */
  7482                   "\025\001",
  7483                   /* MaxLen */
  7484                   "\030\000\000\001\000",
  7485                   0,
  7486               };
  7487               
  7488               static MetaProperty
  7489               _CIM_IndicationFilter_SystemName =
  7490               {
  7491                   /* flags */
  7492                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7493                   /* name */
  7494                   "SystemName",
  7495                   /* qualifiers */
  7496                   _CIM_IndicationFilter_SystemName_qualifiers,
  7497 mike  1.1.2.1     /* type */
  7498                   CIMTYPE_STRING,
  7499                   /* subscript */
  7500                   -1,
  7501                   /* value */
  7502                   0,
  7503               };
  7504               
  7505               static const char*
  7506               _CIM_IndicationFilter_CreationClassName_qualifiers[] =
  7507               {
  7508                   /* Key */
  7509                   "\025\001",
  7510                   /* MaxLen */
  7511                   "\030\000\000\001\000",
  7512                   0,
  7513               };
  7514               
  7515               static MetaProperty
  7516               _CIM_IndicationFilter_CreationClassName =
  7517               {
  7518 mike  1.1.2.1     /* flags */
  7519                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7520                   /* name */
  7521                   "CreationClassName",
  7522                   /* qualifiers */
  7523                   _CIM_IndicationFilter_CreationClassName_qualifiers,
  7524                   /* type */
  7525                   CIMTYPE_STRING,
  7526                   /* subscript */
  7527                   -1,
  7528                   /* value */
  7529                   0,
  7530               };
  7531               
  7532               static const char*
  7533               _CIM_IndicationFilter_Name_qualifiers[] =
  7534               {
  7535                   /* Key */
  7536                   "\025\001",
  7537                   0,
  7538               };
  7539 mike  1.1.2.1 
  7540               static MetaProperty
  7541               _CIM_IndicationFilter_Name =
  7542               {
  7543                   /* flags */
  7544                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7545                   /* name */
  7546                   "Name",
  7547                   /* qualifiers */
  7548                   _CIM_IndicationFilter_Name_qualifiers,
  7549                   /* type */
  7550                   CIMTYPE_STRING,
  7551                   /* subscript */
  7552                   -1,
  7553                   /* value */
  7554                   0,
  7555               };
  7556               
  7557               static const char*
  7558               _CIM_IndicationFilter_SourceNamespace_qualifiers[] =
  7559               {
  7560 mike  1.1.2.1     0,
  7561               };
  7562               
  7563               static MetaProperty
  7564               _CIM_IndicationFilter_SourceNamespace =
  7565               {
  7566                   /* flags */
  7567                   META_FLAG_PROPERTY|META_FLAG_READ,
  7568                   /* name */
  7569                   "SourceNamespace",
  7570                   /* qualifiers */
  7571                   _CIM_IndicationFilter_SourceNamespace_qualifiers,
  7572                   /* type */
  7573                   CIMTYPE_STRING,
  7574                   /* subscript */
  7575                   -1,
  7576                   /* value */
  7577                   0,
  7578               };
  7579               
  7580               static const char*
  7581 mike  1.1.2.1 _CIM_IndicationFilter_Query_qualifiers[] =
  7582               {
  7583                   /* Required */
  7584                   "\050\001",
  7585                   /* ModelCorrespondence */
  7586                   "\036\000\001CIM_IndicationFilter.QueryLanguage\000",
  7587                   0,
  7588               };
  7589               
  7590               static MetaProperty
  7591               _CIM_IndicationFilter_Query =
  7592               {
  7593                   /* flags */
  7594                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  7595                   /* name */
  7596                   "Query",
  7597                   /* qualifiers */
  7598                   _CIM_IndicationFilter_Query_qualifiers,
  7599                   /* type */
  7600                   CIMTYPE_STRING,
  7601                   /* subscript */
  7602 mike  1.1.2.1     -1,
  7603                   /* value */
  7604                   0,
  7605               };
  7606               
  7607               static const char*
  7608               _CIM_IndicationFilter_QueryLanguage_qualifiers[] =
  7609               {
  7610                   /* Required */
  7611                   "\050\001",
  7612                   /* ModelCorrespondence */
  7613                   "\036\000\001CIM_IndicationFilter.Query\000",
  7614                   0,
  7615               };
  7616               
  7617               static MetaProperty
  7618               _CIM_IndicationFilter_QueryLanguage =
  7619               {
  7620                   /* flags */
  7621                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  7622                   /* name */
  7623 mike  1.1.2.1     "QueryLanguage",
  7624                   /* qualifiers */
  7625                   _CIM_IndicationFilter_QueryLanguage_qualifiers,
  7626                   /* type */
  7627                   CIMTYPE_STRING,
  7628                   /* subscript */
  7629                   -1,
  7630                   /* value */
  7631                   0,
  7632               };
  7633               
  7634               static MetaFeature*
  7635               _CIM_IndicationFilter_features[] =
  7636               {
  7637                   (MetaFeature*)&_CIM_IndicationFilter_SystemCreationClassName,
  7638                   (MetaFeature*)&_CIM_IndicationFilter_SystemName,
  7639                   (MetaFeature*)&_CIM_IndicationFilter_CreationClassName,
  7640                   (MetaFeature*)&_CIM_IndicationFilter_Name,
  7641                   (MetaFeature*)&_CIM_IndicationFilter_SourceNamespace,
  7642                   (MetaFeature*)&_CIM_IndicationFilter_Query,
  7643                   (MetaFeature*)&_CIM_IndicationFilter_QueryLanguage,
  7644 mike  1.1.2.1     0,
  7645               };
  7646               
  7647               static const char*
  7648               __root_cimv2_CIM_IndicationFilter_qualifiers[] =
  7649               {
  7650                   /* UMLPackagePath */
  7651                   "\057CIM::Event",
  7652                   /* Version */
  7653                   "\0632.12.0",
  7654                   0,
  7655               };
  7656               
  7657               MetaClass
  7658               __root_cimv2_CIM_IndicationFilter =
  7659               {
  7660                   /* flags */
  7661                   META_FLAG_CLASS,
  7662                   /* name */
  7663                   "CIM_IndicationFilter",
  7664                   /* qualifiers */
  7665 mike  1.1.2.1     __root_cimv2_CIM_IndicationFilter_qualifiers,
  7666                   /* super */
  7667                   &__root_cimv2_CIM_ManagedElement,
  7668                   /* features */
  7669                   _CIM_IndicationFilter_features,
  7670               };
  7671               
  7672               //==============================================================================
  7673               //
  7674               // Class: CIM_InstalledProduct
  7675               //
  7676               //==============================================================================
  7677               
  7678               static const char*
  7679               _CIM_InstalledProduct_ProductIdentifyingNumber_qualifiers[] =
  7680               {
  7681                   /* Key */
  7682                   "\025\001",
  7683                   /* Propagated */
  7684                   "\045CIM_Product.IdentifyingNumber",
  7685                   /* MaxLen */
  7686 mike  1.1.2.1     "\030\000\000\000\100",
  7687                   0,
  7688               };
  7689               
  7690               static MetaProperty
  7691               _CIM_InstalledProduct_ProductIdentifyingNumber =
  7692               {
  7693                   /* flags */
  7694                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7695                   /* name */
  7696                   "ProductIdentifyingNumber",
  7697                   /* qualifiers */
  7698                   _CIM_InstalledProduct_ProductIdentifyingNumber_qualifiers,
  7699                   /* type */
  7700                   CIMTYPE_STRING,
  7701                   /* subscript */
  7702                   -1,
  7703                   /* value */
  7704                   0,
  7705               };
  7706               
  7707 mike  1.1.2.1 static const char*
  7708               _CIM_InstalledProduct_ProductName_qualifiers[] =
  7709               {
  7710                   /* Key */
  7711                   "\025\001",
  7712                   /* Propagated */
  7713                   "\045CIM_Product.Name",
  7714                   /* MaxLen */
  7715                   "\030\000\000\001\000",
  7716                   0,
  7717               };
  7718               
  7719               static MetaProperty
  7720               _CIM_InstalledProduct_ProductName =
  7721               {
  7722                   /* flags */
  7723                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7724                   /* name */
  7725                   "ProductName",
  7726                   /* qualifiers */
  7727                   _CIM_InstalledProduct_ProductName_qualifiers,
  7728 mike  1.1.2.1     /* type */
  7729                   CIMTYPE_STRING,
  7730                   /* subscript */
  7731                   -1,
  7732                   /* value */
  7733                   0,
  7734               };
  7735               
  7736               static const char*
  7737               _CIM_InstalledProduct_ProductVendor_qualifiers[] =
  7738               {
  7739                   /* Key */
  7740                   "\025\001",
  7741                   /* Propagated */
  7742                   "\045CIM_Product.Vendor",
  7743                   /* MaxLen */
  7744                   "\030\000\000\001\000",
  7745                   0,
  7746               };
  7747               
  7748               static MetaProperty
  7749 mike  1.1.2.1 _CIM_InstalledProduct_ProductVendor =
  7750               {
  7751                   /* flags */
  7752                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7753                   /* name */
  7754                   "ProductVendor",
  7755                   /* qualifiers */
  7756                   _CIM_InstalledProduct_ProductVendor_qualifiers,
  7757                   /* type */
  7758                   CIMTYPE_STRING,
  7759                   /* subscript */
  7760                   -1,
  7761                   /* value */
  7762                   0,
  7763               };
  7764               
  7765               static const char*
  7766               _CIM_InstalledProduct_ProductVersion_qualifiers[] =
  7767               {
  7768                   /* Key */
  7769                   "\025\001",
  7770 mike  1.1.2.1     /* Propagated */
  7771                   "\045CIM_Product.Version",
  7772                   /* MaxLen */
  7773                   "\030\000\000\000\100",
  7774                   0,
  7775               };
  7776               
  7777               static MetaProperty
  7778               _CIM_InstalledProduct_ProductVersion =
  7779               {
  7780                   /* flags */
  7781                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7782                   /* name */
  7783                   "ProductVersion",
  7784                   /* qualifiers */
  7785                   _CIM_InstalledProduct_ProductVersion_qualifiers,
  7786                   /* type */
  7787                   CIMTYPE_STRING,
  7788                   /* subscript */
  7789                   -1,
  7790                   /* value */
  7791 mike  1.1.2.1     0,
  7792               };
  7793               
  7794               static const char*
  7795               _CIM_InstalledProduct_SystemID_qualifiers[] =
  7796               {
  7797                   /* Key */
  7798                   "\025\001",
  7799                   /* MaxLen */
  7800                   "\030\000\000\001\000",
  7801                   0,
  7802               };
  7803               
  7804               static MetaProperty
  7805               _CIM_InstalledProduct_SystemID =
  7806               {
  7807                   /* flags */
  7808                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7809                   /* name */
  7810                   "SystemID",
  7811                   /* qualifiers */
  7812 mike  1.1.2.1     _CIM_InstalledProduct_SystemID_qualifiers,
  7813                   /* type */
  7814                   CIMTYPE_STRING,
  7815                   /* subscript */
  7816                   -1,
  7817                   /* value */
  7818                   0,
  7819               };
  7820               
  7821               static const char*
  7822               _CIM_InstalledProduct_CollectionID_qualifiers[] =
  7823               {
  7824                   /* Key */
  7825                   "\025\001",
  7826                   /* MaxLen */
  7827                   "\030\000\000\001\000",
  7828                   0,
  7829               };
  7830               
  7831               static MetaProperty
  7832               _CIM_InstalledProduct_CollectionID =
  7833 mike  1.1.2.1 {
  7834                   /* flags */
  7835                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  7836                   /* name */
  7837                   "CollectionID",
  7838                   /* qualifiers */
  7839                   _CIM_InstalledProduct_CollectionID_qualifiers,
  7840                   /* type */
  7841                   CIMTYPE_STRING,
  7842                   /* subscript */
  7843                   -1,
  7844                   /* value */
  7845                   0,
  7846               };
  7847               
  7848               static const char*
  7849               _CIM_InstalledProduct_Name_qualifiers[] =
  7850               {
  7851                   /* MaxLen */
  7852                   "\030\000\000\001\000",
  7853                   0,
  7854 mike  1.1.2.1 };
  7855               
  7856               static MetaProperty
  7857               _CIM_InstalledProduct_Name =
  7858               {
  7859                   /* flags */
  7860                   META_FLAG_PROPERTY|META_FLAG_READ,
  7861                   /* name */
  7862                   "Name",
  7863                   /* qualifiers */
  7864                   _CIM_InstalledProduct_Name_qualifiers,
  7865                   /* type */
  7866                   CIMTYPE_STRING,
  7867                   /* subscript */
  7868                   -1,
  7869                   /* value */
  7870                   0,
  7871               };
  7872               
  7873               static MetaFeature*
  7874               _CIM_InstalledProduct_features[] =
  7875 mike  1.1.2.1 {
  7876                   (MetaFeature*)&_CIM_InstalledProduct_ProductIdentifyingNumber,
  7877                   (MetaFeature*)&_CIM_InstalledProduct_ProductName,
  7878                   (MetaFeature*)&_CIM_InstalledProduct_ProductVendor,
  7879                   (MetaFeature*)&_CIM_InstalledProduct_ProductVersion,
  7880                   (MetaFeature*)&_CIM_InstalledProduct_SystemID,
  7881                   (MetaFeature*)&_CIM_InstalledProduct_CollectionID,
  7882                   (MetaFeature*)&_CIM_InstalledProduct_Name,
  7883                   0,
  7884               };
  7885               
  7886               static const char*
  7887               __root_cimv2_CIM_InstalledProduct_qualifiers[] =
  7888               {
  7889                   /* UMLPackagePath */
  7890                   "\057CIM::Application::InstalledProduct",
  7891                   /* Version */
  7892                   "\0632.6.0",
  7893                   0,
  7894               };
  7895               
  7896 mike  1.1.2.1 MetaClass
  7897               __root_cimv2_CIM_InstalledProduct =
  7898               {
  7899                   /* flags */
  7900                   META_FLAG_CLASS,
  7901                   /* name */
  7902                   "CIM_InstalledProduct",
  7903                   /* qualifiers */
  7904                   __root_cimv2_CIM_InstalledProduct_qualifiers,
  7905                   /* super */
  7906                   &__root_cimv2_CIM_Collection,
  7907                   /* features */
  7908                   _CIM_InstalledProduct_features,
  7909               };
  7910               
  7911               //==============================================================================
  7912               //
  7913               // Class: CIM_InstIndication
  7914               //
  7915               //==============================================================================
  7916               
  7917 mike  1.1.2.1 static const char*
  7918               _CIM_InstIndication_SourceInstance_qualifiers[] =
  7919               {
  7920                   /* Required */
  7921                   "\050\001",
  7922                   /* EmbeddedObject */
  7923                   "\020\001",
  7924                   0,
  7925               };
  7926               
  7927               static MetaProperty
  7928               _CIM_InstIndication_SourceInstance =
  7929               {
  7930                   /* flags */
  7931                   META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ|META_FLAG_REQUIRED,
  7932                   /* name */
  7933                   "SourceInstance",
  7934                   /* qualifiers */
  7935                   _CIM_InstIndication_SourceInstance_qualifiers,
  7936                   /* type */
  7937                   CIMTYPE_STRING,
  7938 mike  1.1.2.1     /* subscript */
  7939                   -1,
  7940                   /* value */
  7941                   0,
  7942               };
  7943               
  7944               static const char*
  7945               _CIM_InstIndication_SourceInstanceModelPath_qualifiers[] =
  7946               {
  7947                   /* ModelCorrespondence */
  7948                   "\036\000\001CIM_InstIndication.SourceInstance\000",
  7949                   0,
  7950               };
  7951               
  7952               static MetaProperty
  7953               _CIM_InstIndication_SourceInstanceModelPath =
  7954               {
  7955                   /* flags */
  7956                   META_FLAG_PROPERTY|META_FLAG_READ,
  7957                   /* name */
  7958                   "SourceInstanceModelPath",
  7959 mike  1.1.2.1     /* qualifiers */
  7960                   _CIM_InstIndication_SourceInstanceModelPath_qualifiers,
  7961                   /* type */
  7962                   CIMTYPE_STRING,
  7963                   /* subscript */
  7964                   -1,
  7965                   /* value */
  7966                   0,
  7967               };
  7968               
  7969               static const char*
  7970               _CIM_InstIndication_SourceInstanceHost_qualifiers[] =
  7971               {
  7972                   /* ModelCorrespondence */
  7973                   "\036\000\001CIM_InstIndication.SourceInstance\000",
  7974                   0,
  7975               };
  7976               
  7977               static MetaProperty
  7978               _CIM_InstIndication_SourceInstanceHost =
  7979               {
  7980 mike  1.1.2.1     /* flags */
  7981                   META_FLAG_PROPERTY|META_FLAG_READ,
  7982                   /* name */
  7983                   "SourceInstanceHost",
  7984                   /* qualifiers */
  7985                   _CIM_InstIndication_SourceInstanceHost_qualifiers,
  7986                   /* type */
  7987                   CIMTYPE_STRING,
  7988                   /* subscript */
  7989                   -1,
  7990                   /* value */
  7991                   0,
  7992               };
  7993               
  7994               static MetaFeature*
  7995               _CIM_InstIndication_features[] =
  7996               {
  7997                   (MetaFeature*)&_CIM_InstIndication_SourceInstance,
  7998                   (MetaFeature*)&_CIM_InstIndication_SourceInstanceModelPath,
  7999                   (MetaFeature*)&_CIM_InstIndication_SourceInstanceHost,
  8000                   0,
  8001 mike  1.1.2.1 };
  8002               
  8003               static const char*
  8004               __root_cimv2_CIM_InstIndication_qualifiers[] =
  8005               {
  8006                   /* INDICATION */
  8007                   "\001\001",
  8008                   /* UMLPackagePath */
  8009                   "\057CIM::Event",
  8010                   /* Abstract */
  8011                   "\002\001",
  8012                   /* Version */
  8013                   "\0632.9.0",
  8014                   0,
  8015               };
  8016               
  8017               MetaClass
  8018               __root_cimv2_CIM_InstIndication =
  8019               {
  8020                   /* flags */
  8021                   META_FLAG_INDICATION|META_FLAG_ABSTRACT,
  8022 mike  1.1.2.1     /* name */
  8023                   "CIM_InstIndication",
  8024                   /* qualifiers */
  8025                   __root_cimv2_CIM_InstIndication_qualifiers,
  8026                   /* super */
  8027                   &__root_cimv2_CIM_Indication,
  8028                   /* features */
  8029                   _CIM_InstIndication_features,
  8030               };
  8031               
  8032               //==============================================================================
  8033               //
  8034               // Class: CIM_InstMethodCall
  8035               //
  8036               //==============================================================================
  8037               
  8038               static const char*
  8039               _CIM_InstMethodCall_MethodName_qualifiers[] =
  8040               {
  8041                   /* Required */
  8042                   "\050\001",
  8043 mike  1.1.2.1     0,
  8044               };
  8045               
  8046               static MetaProperty
  8047               _CIM_InstMethodCall_MethodName =
  8048               {
  8049                   /* flags */
  8050                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  8051                   /* name */
  8052                   "MethodName",
  8053                   /* qualifiers */
  8054                   _CIM_InstMethodCall_MethodName_qualifiers,
  8055                   /* type */
  8056                   CIMTYPE_STRING,
  8057                   /* subscript */
  8058                   -1,
  8059                   /* value */
  8060                   0,
  8061               };
  8062               
  8063               static const char*
  8064 mike  1.1.2.1 _CIM_InstMethodCall_MethodParameters_qualifiers[] =
  8065               {
  8066                   /* EmbeddedObject */
  8067                   "\020\001",
  8068                   0,
  8069               };
  8070               
  8071               static MetaProperty
  8072               _CIM_InstMethodCall_MethodParameters =
  8073               {
  8074                   /* flags */
  8075                   META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ,
  8076                   /* name */
  8077                   "MethodParameters",
  8078                   /* qualifiers */
  8079                   _CIM_InstMethodCall_MethodParameters_qualifiers,
  8080                   /* type */
  8081                   CIMTYPE_STRING,
  8082                   /* subscript */
  8083                   -1,
  8084                   /* value */
  8085 mike  1.1.2.1     0,
  8086               };
  8087               
  8088               static const char*
  8089               _CIM_InstMethodCall_ReturnValue_qualifiers[] =
  8090               {
  8091                   /* ModelCorrespondence */
  8092                   "\036\000\001CIM_InstMethodCall.PreCall\000",
  8093                   0,
  8094               };
  8095               
  8096               static MetaProperty
  8097               _CIM_InstMethodCall_ReturnValue =
  8098               {
  8099                   /* flags */
  8100                   META_FLAG_PROPERTY|META_FLAG_READ,
  8101                   /* name */
  8102                   "ReturnValue",
  8103                   /* qualifiers */
  8104                   _CIM_InstMethodCall_ReturnValue_qualifiers,
  8105                   /* type */
  8106 mike  1.1.2.1     CIMTYPE_STRING,
  8107                   /* subscript */
  8108                   -1,
  8109                   /* value */
  8110                   0,
  8111               };
  8112               
  8113               static const char*
  8114               _CIM_InstMethodCall_PreCall_qualifiers[] =
  8115               {
  8116                   /* Required */
  8117                   "\050\001",
  8118                   0,
  8119               };
  8120               
  8121               static MetaProperty
  8122               _CIM_InstMethodCall_PreCall =
  8123               {
  8124                   /* flags */
  8125                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  8126                   /* name */
  8127 mike  1.1.2.1     "PreCall",
  8128                   /* qualifiers */
  8129                   _CIM_InstMethodCall_PreCall_qualifiers,
  8130                   /* type */
  8131                   CIMTYPE_BOOLEAN,
  8132                   /* subscript */
  8133                   -1,
  8134                   /* value */
  8135                   0,
  8136               };
  8137               
  8138               static MetaFeature*
  8139               _CIM_InstMethodCall_features[] =
  8140               {
  8141                   (MetaFeature*)&_CIM_InstMethodCall_MethodName,
  8142                   (MetaFeature*)&_CIM_InstMethodCall_MethodParameters,
  8143                   (MetaFeature*)&_CIM_InstMethodCall_ReturnValue,
  8144                   (MetaFeature*)&_CIM_InstMethodCall_PreCall,
  8145                   0,
  8146               };
  8147               
  8148 mike  1.1.2.1 static const char*
  8149               __root_cimv2_CIM_InstMethodCall_qualifiers[] =
  8150               {
  8151                   /* INDICATION */
  8152                   "\001\001",
  8153                   /* UMLPackagePath */
  8154                   "\057CIM::Event",
  8155                   /* Version */
  8156                   "\0632.6.0",
  8157                   0,
  8158               };
  8159               
  8160               MetaClass
  8161               __root_cimv2_CIM_InstMethodCall =
  8162               {
  8163                   /* flags */
  8164                   META_FLAG_INDICATION,
  8165                   /* name */
  8166                   "CIM_InstMethodCall",
  8167                   /* qualifiers */
  8168                   __root_cimv2_CIM_InstMethodCall_qualifiers,
  8169 mike  1.1.2.1     /* super */
  8170                   &__root_cimv2_CIM_InstIndication,
  8171                   /* features */
  8172                   _CIM_InstMethodCall_features,
  8173               };
  8174               
  8175               //==============================================================================
  8176               //
  8177               // Class: CIM_InstModification
  8178               //
  8179               //==============================================================================
  8180               
  8181               static const char*
  8182               _CIM_InstModification_PreviousInstance_qualifiers[] =
  8183               {
  8184                   /* Required */
  8185                   "\050\001",
  8186                   /* EmbeddedObject */
  8187                   "\020\001",
  8188                   0,
  8189               };
  8190 mike  1.1.2.1 
  8191               static MetaProperty
  8192               _CIM_InstModification_PreviousInstance =
  8193               {
  8194                   /* flags */
  8195                   META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ|META_FLAG_REQUIRED,
  8196                   /* name */
  8197                   "PreviousInstance",
  8198                   /* qualifiers */
  8199                   _CIM_InstModification_PreviousInstance_qualifiers,
  8200                   /* type */
  8201                   CIMTYPE_STRING,
  8202                   /* subscript */
  8203                   -1,
  8204                   /* value */
  8205                   0,
  8206               };
  8207               
  8208               static MetaFeature*
  8209               _CIM_InstModification_features[] =
  8210               {
  8211 mike  1.1.2.1     (MetaFeature*)&_CIM_InstModification_PreviousInstance,
  8212                   0,
  8213               };
  8214               
  8215               static const char*
  8216               __root_cimv2_CIM_InstModification_qualifiers[] =
  8217               {
  8218                   /* INDICATION */
  8219                   "\001\001",
  8220                   /* UMLPackagePath */
  8221                   "\057CIM::Event",
  8222                   /* Version */
  8223                   "\0632.6.0",
  8224                   0,
  8225               };
  8226               
  8227               MetaClass
  8228               __root_cimv2_CIM_InstModification =
  8229               {
  8230                   /* flags */
  8231                   META_FLAG_INDICATION,
  8232 mike  1.1.2.1     /* name */
  8233                   "CIM_InstModification",
  8234                   /* qualifiers */
  8235                   __root_cimv2_CIM_InstModification_qualifiers,
  8236                   /* super */
  8237                   &__root_cimv2_CIM_InstIndication,
  8238                   /* features */
  8239                   _CIM_InstModification_features,
  8240               };
  8241               
  8242               //==============================================================================
  8243               //
  8244               // Class: CIM_InstRead
  8245               //
  8246               //==============================================================================
  8247               
  8248               static MetaFeature*
  8249               _CIM_InstRead_features[] =
  8250               {
  8251                   0,
  8252               };
  8253 mike  1.1.2.1 
  8254               static const char*
  8255               __root_cimv2_CIM_InstRead_qualifiers[] =
  8256               {
  8257                   /* INDICATION */
  8258                   "\001\001",
  8259                   /* UMLPackagePath */
  8260                   "\057CIM::Event",
  8261                   /* Version */
  8262                   "\0632.6.0",
  8263                   0,
  8264               };
  8265               
  8266               MetaClass
  8267               __root_cimv2_CIM_InstRead =
  8268               {
  8269                   /* flags */
  8270                   META_FLAG_INDICATION,
  8271                   /* name */
  8272                   "CIM_InstRead",
  8273                   /* qualifiers */
  8274 mike  1.1.2.1     __root_cimv2_CIM_InstRead_qualifiers,
  8275                   /* super */
  8276                   &__root_cimv2_CIM_InstIndication,
  8277                   /* features */
  8278                   _CIM_InstRead_features,
  8279               };
  8280               
  8281               //==============================================================================
  8282               //
  8283               // Class: CIM_IPAddressRange
  8284               //
  8285               //==============================================================================
  8286               
  8287               static const char*
  8288               _CIM_IPAddressRange_StartAddress_qualifiers[] =
  8289               {
  8290                   /* Deprecated */
  8291                   "\013\000\001CIM_RangeOfIPAddresses.StartAddress\000",
  8292                   0,
  8293               };
  8294               
  8295 mike  1.1.2.1 static MetaProperty
  8296               _CIM_IPAddressRange_StartAddress =
  8297               {
  8298                   /* flags */
  8299                   META_FLAG_PROPERTY|META_FLAG_READ,
  8300                   /* name */
  8301                   "StartAddress",
  8302                   /* qualifiers */
  8303                   _CIM_IPAddressRange_StartAddress_qualifiers,
  8304                   /* type */
  8305                   CIMTYPE_STRING,
  8306                   /* subscript */
  8307                   -1,
  8308                   /* value */
  8309                   0,
  8310               };
  8311               
  8312               static const char*
  8313               _CIM_IPAddressRange_EndAddress_qualifiers[] =
  8314               {
  8315                   /* Deprecated */
  8316 mike  1.1.2.1     "\013\000\001CIM_RangeOfIPAddresses.EndAddress\000",
  8317                   0,
  8318               };
  8319               
  8320               static MetaProperty
  8321               _CIM_IPAddressRange_EndAddress =
  8322               {
  8323                   /* flags */
  8324                   META_FLAG_PROPERTY|META_FLAG_READ,
  8325                   /* name */
  8326                   "EndAddress",
  8327                   /* qualifiers */
  8328                   _CIM_IPAddressRange_EndAddress_qualifiers,
  8329                   /* type */
  8330                   CIMTYPE_STRING,
  8331                   /* subscript */
  8332                   -1,
  8333                   /* value */
  8334                   0,
  8335               };
  8336               
  8337 mike  1.1.2.1 static const char*
  8338               _CIM_IPAddressRange_TypeOfAddress_qualifiers[] =
  8339               {
  8340                   /* Deprecated */
  8341                   "\013\000\001CIM_RangeOfIPAddresses.AddressType\000",
  8342                   /* ValueMap */
  8343                   "\061\000\0030\0001\0002\000",
  8344                   /* Values */
  8345                   "\062\000\003Unknown\000IPv4\000IPv6\000",
  8346                   0,
  8347               };
  8348               
  8349               static MetaProperty
  8350               _CIM_IPAddressRange_TypeOfAddress =
  8351               {
  8352                   /* flags */
  8353                   META_FLAG_PROPERTY|META_FLAG_READ,
  8354                   /* name */
  8355                   "TypeOfAddress",
  8356                   /* qualifiers */
  8357                   _CIM_IPAddressRange_TypeOfAddress_qualifiers,
  8358 mike  1.1.2.1     /* type */
  8359                   CIMTYPE_UINT16,
  8360                   /* subscript */
  8361                   -1,
  8362                   /* value */
  8363                   0,
  8364               };
  8365               
  8366               static const char*
  8367               _CIM_IPAddressRange_AllocationRegion_qualifiers[] =
  8368               {
  8369                   /* Deprecated */
  8370                   "\013\000\001No value\000",
  8371                   /* ValueMap */
  8372                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
  8373                   /* Values */
  8374                   "\062\000\011Unknown\000Multiregional: 192.0.0.0 to 193.255.255.255\000Europe: 194.0.0.0 to 195.255.255.255\000Others: 196.0.0.0 to 197.255.255.255\000North America: 198.0.0.0 to 199.255.255.255\000Central & South America: 200.0.0.0 to 201.255.255.255\000Pacific Rim: 202.0.0.0 to 203.255.255.255\000Others: 204.0.0.0 to 205.255.255.255\000Others: 206.0.0.0 to 207.255.255.255\000",
  8375                   0,
  8376               };
  8377               
  8378               static MetaProperty
  8379 mike  1.1.2.1 _CIM_IPAddressRange_AllocationRegion =
  8380               {
  8381                   /* flags */
  8382                   META_FLAG_PROPERTY|META_FLAG_READ,
  8383                   /* name */
  8384                   "AllocationRegion",
  8385                   /* qualifiers */
  8386                   _CIM_IPAddressRange_AllocationRegion_qualifiers,
  8387                   /* type */
  8388                   CIMTYPE_UINT16,
  8389                   /* subscript */
  8390                   -1,
  8391                   /* value */
  8392                   0,
  8393               };
  8394               
  8395               static MetaFeature*
  8396               _CIM_IPAddressRange_features[] =
  8397               {
  8398                   (MetaFeature*)&_CIM_IPAddressRange_StartAddress,
  8399                   (MetaFeature*)&_CIM_IPAddressRange_EndAddress,
  8400 mike  1.1.2.1     (MetaFeature*)&_CIM_IPAddressRange_TypeOfAddress,
  8401                   (MetaFeature*)&_CIM_IPAddressRange_AllocationRegion,
  8402                   0,
  8403               };
  8404               
  8405               static const char*
  8406               __root_cimv2_CIM_IPAddressRange_qualifiers[] =
  8407               {
  8408                   /* Deprecated */
  8409                   "\013\000\001CIM_RangeOfIPAddresses\000",
  8410                   /* UMLPackagePath */
  8411                   "\057CIM::Network::Collections",
  8412                   /* Abstract */
  8413                   "\002\001",
  8414                   /* Version */
  8415                   "\0632.7.0",
  8416                   0,
  8417               };
  8418               
  8419               MetaClass
  8420               __root_cimv2_CIM_IPAddressRange =
  8421 mike  1.1.2.1 {
  8422                   /* flags */
  8423                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
  8424                   /* name */
  8425                   "CIM_IPAddressRange",
  8426                   /* qualifiers */
  8427                   __root_cimv2_CIM_IPAddressRange_qualifiers,
  8428                   /* super */
  8429                   &__root_cimv2_CIM_CollectionOfMSEs,
  8430                   /* features */
  8431                   _CIM_IPAddressRange_features,
  8432               };
  8433               
  8434               //==============================================================================
  8435               //
  8436               // Class: CIM_IPNetworkIdentity
  8437               //
  8438               //==============================================================================
  8439               
  8440               static const char*
  8441               _CIM_IPNetworkIdentity_IdentityType_qualifiers[] =
  8442 mike  1.1.2.1 {
  8443                   /* Required */
  8444                   "\050\001",
  8445                   /* ValueMap */
  8446                   "\061\000\0161\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\0000x8000..\000",
  8447                   /* Values */
  8448                   "\062\000\016Other\000IPV4 Address\000FQDN\000User FQDN\000IPV4 Subnet Address\000IPV6 Address\000IPV6 Subnet Address\000IPV4 Address Range\000IPV6 Address Range\000DER ASN1 DN\000DER ASN1 GN\000KEY ID\000DMTF Reserved\000Vendor Reserved\000",
  8449                   /* MappingStrings */
  8450                   "\026\000\002IPSP Policy Model.IETF|IKEIdentity.IdentityType\000RFC2407.IETF|Section 4.6.2.1\000",
  8451                   /* ModelCorrespondence */
  8452                   "\036\000\001CIM_IPNetworkIdentity.IdentityValue\000",
  8453                   0,
  8454               };
  8455               
  8456               static MetaProperty
  8457               _CIM_IPNetworkIdentity_IdentityType =
  8458               {
  8459                   /* flags */
  8460                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  8461                   /* name */
  8462                   "IdentityType",
  8463 mike  1.1.2.1     /* qualifiers */
  8464                   _CIM_IPNetworkIdentity_IdentityType_qualifiers,
  8465                   /* type */
  8466                   CIMTYPE_UINT16,
  8467                   /* subscript */
  8468                   -1,
  8469                   /* value */
  8470                   0,
  8471               };
  8472               
  8473               static const char*
  8474               _CIM_IPNetworkIdentity_IdentityValue_qualifiers[] =
  8475               {
  8476                   /* Required */
  8477                   "\050\001",
  8478                   /* MappingStrings */
  8479                   "\026\000\001IPSP Policy Model.IETF|IKEIdentity.IdentityValue\000",
  8480                   /* ModelCorrespondence */
  8481                   "\036\000\001CIM_IPNetworkIdentity.IdentityType\000",
  8482                   0,
  8483               };
  8484 mike  1.1.2.1 
  8485               static MetaProperty
  8486               _CIM_IPNetworkIdentity_IdentityValue =
  8487               {
  8488                   /* flags */
  8489                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  8490                   /* name */
  8491                   "IdentityValue",
  8492                   /* qualifiers */
  8493                   _CIM_IPNetworkIdentity_IdentityValue_qualifiers,
  8494                   /* type */
  8495                   CIMTYPE_STRING,
  8496                   /* subscript */
  8497                   -1,
  8498                   /* value */
  8499                   0,
  8500               };
  8501               
  8502               static MetaFeature*
  8503               _CIM_IPNetworkIdentity_features[] =
  8504               {
  8505 mike  1.1.2.1     (MetaFeature*)&_CIM_IPNetworkIdentity_IdentityType,
  8506                   (MetaFeature*)&_CIM_IPNetworkIdentity_IdentityValue,
  8507                   0,
  8508               };
  8509               
  8510               static const char*
  8511               __root_cimv2_CIM_IPNetworkIdentity_qualifiers[] =
  8512               {
  8513                   /* UMLPackagePath */
  8514                   "\057CIM::User::Identity",
  8515                   /* Version */
  8516                   "\0632.8.0",
  8517                   /* MappingStrings */
  8518                   "\026\000\001IPSP Policy Model.IETF|IKEIdentity\000",
  8519                   0,
  8520               };
  8521               
  8522               MetaClass
  8523               __root_cimv2_CIM_IPNetworkIdentity =
  8524               {
  8525                   /* flags */
  8526 mike  1.1.2.1     META_FLAG_CLASS,
  8527                   /* name */
  8528                   "CIM_IPNetworkIdentity",
  8529                   /* qualifiers */
  8530                   __root_cimv2_CIM_IPNetworkIdentity_qualifiers,
  8531                   /* super */
  8532                   &__root_cimv2_CIM_Identity,
  8533                   /* features */
  8534                   _CIM_IPNetworkIdentity_features,
  8535               };
  8536               
  8537               //==============================================================================
  8538               //
  8539               // Class: CIM_iSCSICapabilities
  8540               //
  8541               //==============================================================================
  8542               
  8543               static const char*
  8544               _CIM_iSCSICapabilities_MinimumSpecificationVersionSupported_qualifiers[] =
  8545               {
  8546                   /* MinValue */
  8547 mike  1.1.2.1     "\035\000\000\000\000\000\000\000\000",
  8548                   /* MaxValue */
  8549                   "\031\000\000\000\000\000\000\000\377",
  8550                   /* MappingStrings */
  8551                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiInstVersionMin\000",
  8552                   /* ModelCorrespondence */
  8553                   "\036\000\002CIM_iSCSICapabilities.MaximumSpecificationVersionSupported\000CIM_iSCSIConnection.ActiveiSCSIVersion\000",
  8554                   0,
  8555               };
  8556               
  8557               static MetaProperty
  8558               _CIM_iSCSICapabilities_MinimumSpecificationVersionSupported =
  8559               {
  8560                   /* flags */
  8561                   META_FLAG_PROPERTY|META_FLAG_READ,
  8562                   /* name */
  8563                   "MinimumSpecificationVersionSupported",
  8564                   /* qualifiers */
  8565                   _CIM_iSCSICapabilities_MinimumSpecificationVersionSupported_qualifiers,
  8566                   /* type */
  8567                   CIMTYPE_UINT8,
  8568 mike  1.1.2.1     /* subscript */
  8569                   -1,
  8570                   /* value */
  8571                   0,
  8572               };
  8573               
  8574               static const char*
  8575               _CIM_iSCSICapabilities_MaximumSpecificationVersionSupported_qualifiers[] =
  8576               {
  8577                   /* MinValue */
  8578                   "\035\000\000\000\000\000\000\000\000",
  8579                   /* MaxValue */
  8580                   "\031\000\000\000\000\000\000\000\377",
  8581                   /* MappingStrings */
  8582                   "\026\000\001MIB.IETF|ISCSI-MIB.iscsiInstVersionMax\000",
  8583                   /* ModelCorrespondence */
  8584                   "\036\000\002CIM_iSCSICapabilities.MinimumSpecificationVersionSupported\000CIM_iSCSIConnection.ActiveiSCSIVersion\000",
  8585                   0,
  8586               };
  8587               
  8588               static MetaProperty
  8589 mike  1.1.2.1 _CIM_iSCSICapabilities_MaximumSpecificationVersionSupported =
  8590               {
  8591                   /* flags */
  8592                   META_FLAG_PROPERTY|META_FLAG_READ,
  8593                   /* name */
  8594                   "MaximumSpecificationVersionSupported",
  8595                   /* qualifiers */
  8596                   _CIM_iSCSICapabilities_MaximumSpecificationVersionSupported_qualifiers,
  8597                   /* type */
  8598                   CIMTYPE_UINT8,
  8599                   /* subscript */
  8600                   -1,
  8601                   /* value */
  8602                   0,
  8603               };
  8604               
  8605               static const char*
  8606               _CIM_iSCSICapabilities_AuthenticationMethodsSupported_qualifiers[] =
  8607               {
  8608                   /* ValueMap */
  8609                   "\061\000\0042\0003\0004\0005\000",
  8610 mike  1.1.2.1     /* Values */
  8611                   "\062\000\004(None\000SRP\000CHAP\000Kerberos\000",
  8612                   /* MappingStrings */
  8613                   "\026\000\001MIB.IETF|IPS-AUTH-MIB.ipsAuthCredAuthMethod\000",
  8614                   /* ArrayType */
  8615                   "\005Indexed",
  8616                   /* ModelCorrespondence */
  8617                   "\036\000\003CIM_iSCSIConnectionSettings.PrimaryAuthenticationMethod\000CIM_iSCSIConnectionSettings.SecondaryAuthenticationMethod\000CIM_iSCSIConnection.AuthenticationMethodUsed\000",
  8618                   0,
  8619               };
  8620               
  8621               static MetaProperty
  8622               _CIM_iSCSICapabilities_AuthenticationMethodsSupported =
  8623               {
  8624                   /* flags */
  8625                   META_FLAG_PROPERTY|META_FLAG_READ,
  8626                   /* name */
  8627                   "AuthenticationMethodsSupported",
  8628                   /* qualifiers */
  8629                   _CIM_iSCSICapabilities_AuthenticationMethodsSupported_qualifiers,
  8630                   /* type */
  8631 mike  1.1.2.1     CIMTYPE_UINT16,
  8632                   /* subscript */
  8633                   0,
  8634                   /* value */
  8635                   0,
  8636               };
  8637               
  8638               static MetaFeature*
  8639               _CIM_iSCSICapabilities_features[] =
  8640               {
  8641                   (MetaFeature*)&_CIM_iSCSICapabilities_MinimumSpecificationVersionSupported,
  8642                   (MetaFeature*)&_CIM_iSCSICapabilities_MaximumSpecificationVersionSupported,
  8643                   (MetaFeature*)&_CIM_iSCSICapabilities_AuthenticationMethodsSupported,
  8644                   0,
  8645               };
  8646               
  8647               static const char*
  8648               __root_cimv2_CIM_iSCSICapabilities_qualifiers[] =
  8649               {
  8650                   /* UMLPackagePath */
  8651                   "\057CIM::Network::iSCSI",
  8652 mike  1.1.2.1     /* Version */
  8653                   "\0632.11.0",
  8654                   0,
  8655               };
  8656               
  8657               MetaClass
  8658               __root_cimv2_CIM_iSCSICapabilities =
  8659               {
  8660                   /* flags */
  8661                   META_FLAG_CLASS,
  8662                   /* name */
  8663                   "CIM_iSCSICapabilities",
  8664                   /* qualifiers */
  8665                   __root_cimv2_CIM_iSCSICapabilities_qualifiers,
  8666                   /* super */
  8667                   &__root_cimv2_CIM_Capabilities,
  8668                   /* features */
  8669                   _CIM_iSCSICapabilities_features,
  8670               };
  8671               
  8672               //==============================================================================
  8673 mike  1.1.2.1 //
  8674               // Class: CIM_J2eeManagedObjectCapabilities
  8675               //
  8676               //==============================================================================
  8677               
  8678               static const char*
  8679               _CIM_J2eeManagedObjectCapabilities_InstanceID_qualifiers[] =
  8680               {
  8681                   /* Override */
  8682                   "\044InstanceID",
  8683                   /* MappingStrings */
  8684                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
  8685                   /* ModelCorrespondence */
  8686                   "\036\000\001CIM_J2eeManagedObjectCapabilities.ElementName\000",
  8687                   0,
  8688               };
  8689               
  8690               static MetaProperty
  8691               _CIM_J2eeManagedObjectCapabilities_InstanceID =
  8692               {
  8693                   /* flags */
  8694 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
  8695                   /* name */
  8696                   "InstanceID",
  8697                   /* qualifiers */
  8698                   _CIM_J2eeManagedObjectCapabilities_InstanceID_qualifiers,
  8699                   /* type */
  8700                   CIMTYPE_STRING,
  8701                   /* subscript */
  8702                   -1,
  8703                   /* value */
  8704                   0,
  8705               };
  8706               
  8707               static const char*
  8708               _CIM_J2eeManagedObjectCapabilities_ElementName_qualifiers[] =
  8709               {
  8710                   /* Override */
  8711                   "\044ElementName",
  8712                   /* MaxLen */
  8713                   "\030\000\000\001\000",
  8714                   /* MappingStrings */
  8715 mike  1.1.2.1     "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
  8716                   /* ModelCorrespondence */
  8717                   "\036\000\001CIM_J2eeManagedObjectCapabilities.InstanceID\000",
  8718                   0,
  8719               };
  8720               
  8721               static MetaProperty
  8722               _CIM_J2eeManagedObjectCapabilities_ElementName =
  8723               {
  8724                   /* flags */
  8725                   META_FLAG_PROPERTY|META_FLAG_READ,
  8726                   /* name */
  8727                   "ElementName",
  8728                   /* qualifiers */
  8729                   _CIM_J2eeManagedObjectCapabilities_ElementName_qualifiers,
  8730                   /* type */
  8731                   CIMTYPE_STRING,
  8732                   /* subscript */
  8733                   -1,
  8734                   /* value */
  8735                   0,
  8736 mike  1.1.2.1 };
  8737               
  8738               static const char*
  8739               _CIM_J2eeManagedObjectCapabilities_StateManageable_qualifiers[] =
  8740               {
  8741                   /* MappingStrings */
  8742                   "\026\000\001JSR77.JCP|JSR77.3.1.1.2 stateManageable|V1.0\000",
  8743                   0,
  8744               };
  8745               
  8746               static MetaProperty
  8747               _CIM_J2eeManagedObjectCapabilities_StateManageable =
  8748               {
  8749                   /* flags */
  8750                   META_FLAG_PROPERTY|META_FLAG_READ,
  8751                   /* name */
  8752                   "StateManageable",
  8753                   /* qualifiers */
  8754                   _CIM_J2eeManagedObjectCapabilities_StateManageable_qualifiers,
  8755                   /* type */
  8756                   CIMTYPE_BOOLEAN,
  8757 mike  1.1.2.1     /* subscript */
  8758                   -1,
  8759                   /* value */
  8760                   0,
  8761               };
  8762               
  8763               static const char*
  8764               _CIM_J2eeManagedObjectCapabilities_StatisticsProvider_qualifiers[] =
  8765               {
  8766                   /* MappingStrings */
  8767                   "\026\000\001JSR77.JCP|JSR77.3.1.1.3 statisticsProvider|V1.0\000",
  8768                   0,
  8769               };
  8770               
  8771               static MetaProperty
  8772               _CIM_J2eeManagedObjectCapabilities_StatisticsProvider =
  8773               {
  8774                   /* flags */
  8775                   META_FLAG_PROPERTY|META_FLAG_READ,
  8776                   /* name */
  8777                   "StatisticsProvider",
  8778 mike  1.1.2.1     /* qualifiers */
  8779                   _CIM_J2eeManagedObjectCapabilities_StatisticsProvider_qualifiers,
  8780                   /* type */
  8781                   CIMTYPE_BOOLEAN,
  8782                   /* subscript */
  8783                   -1,
  8784                   /* value */
  8785                   0,
  8786               };
  8787               
  8788               static const char*
  8789               _CIM_J2eeManagedObjectCapabilities_EventProvider_qualifiers[] =
  8790               {
  8791                   /* MappingStrings */
  8792                   "\026\000\001JSR77.JCP|JSR77.3.1.1.4 eventProvider|V1.0\000",
  8793                   0,
  8794               };
  8795               
  8796               static MetaProperty
  8797               _CIM_J2eeManagedObjectCapabilities_EventProvider =
  8798               {
  8799 mike  1.1.2.1     /* flags */
  8800                   META_FLAG_PROPERTY|META_FLAG_READ,
  8801                   /* name */
  8802                   "EventProvider",
  8803                   /* qualifiers */
  8804                   _CIM_J2eeManagedObjectCapabilities_EventProvider_qualifiers,
  8805                   /* type */
  8806                   CIMTYPE_BOOLEAN,
  8807                   /* subscript */
  8808                   -1,
  8809                   /* value */
  8810                   0,
  8811               };
  8812               
  8813               static MetaFeature*
  8814               _CIM_J2eeManagedObjectCapabilities_features[] =
  8815               {
  8816                   (MetaFeature*)&_CIM_J2eeManagedObjectCapabilities_InstanceID,
  8817                   (MetaFeature*)&_CIM_J2eeManagedObjectCapabilities_ElementName,
  8818                   (MetaFeature*)&_CIM_J2eeManagedObjectCapabilities_StateManageable,
  8819                   (MetaFeature*)&_CIM_J2eeManagedObjectCapabilities_StatisticsProvider,
  8820 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeManagedObjectCapabilities_EventProvider,
  8821                   0,
  8822               };
  8823               
  8824               static const char*
  8825               __root_cimv2_CIM_J2eeManagedObjectCapabilities_qualifiers[] =
  8826               {
  8827                   /* UMLPackagePath */
  8828                   "\057CIM::Application::J2eeAppServer",
  8829                   /* Abstract */
  8830                   "\002\001",
  8831                   /* Version */
  8832                   "\0632.8.0",
  8833                   0,
  8834               };
  8835               
  8836               MetaClass
  8837               __root_cimv2_CIM_J2eeManagedObjectCapabilities =
  8838               {
  8839                   /* flags */
  8840                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
  8841 mike  1.1.2.1     /* name */
  8842                   "CIM_J2eeManagedObjectCapabilities",
  8843                   /* qualifiers */
  8844                   __root_cimv2_CIM_J2eeManagedObjectCapabilities_qualifiers,
  8845                   /* super */
  8846                   &__root_cimv2_CIM_Capabilities,
  8847                   /* features */
  8848                   _CIM_J2eeManagedObjectCapabilities_features,
  8849               };
  8850               
  8851               //==============================================================================
  8852               //
  8853               // Class: CIM_KerberosTicket
  8854               //
  8855               //==============================================================================
  8856               
  8857               static const char*
  8858               _CIM_KerberosTicket_SystemCreationClassName_qualifiers[] =
  8859               {
  8860                   /* Key */
  8861                   "\025\001",
  8862 mike  1.1.2.1     /* Propagated */
  8863                   "\045CIM_KerberosKeyDistributionCenter.SystemCreationClassName",
  8864                   /* MaxLen */
  8865                   "\030\000\000\001\000",
  8866                   0,
  8867               };
  8868               
  8869               static MetaProperty
  8870               _CIM_KerberosTicket_SystemCreationClassName =
  8871               {
  8872                   /* flags */
  8873                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  8874                   /* name */
  8875                   "SystemCreationClassName",
  8876                   /* qualifiers */
  8877                   _CIM_KerberosTicket_SystemCreationClassName_qualifiers,
  8878                   /* type */
  8879                   CIMTYPE_STRING,
  8880                   /* subscript */
  8881                   -1,
  8882                   /* value */
  8883 mike  1.1.2.1     0,
  8884               };
  8885               
  8886               static const char*
  8887               _CIM_KerberosTicket_SystemName_qualifiers[] =
  8888               {
  8889                   /* Key */
  8890                   "\025\001",
  8891                   /* Propagated */
  8892                   "\045CIM_KerberosKeyDistributionCenter.SystemName",
  8893                   /* MaxLen */
  8894                   "\030\000\000\001\000",
  8895                   0,
  8896               };
  8897               
  8898               static MetaProperty
  8899               _CIM_KerberosTicket_SystemName =
  8900               {
  8901                   /* flags */
  8902                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  8903                   /* name */
  8904 mike  1.1.2.1     "SystemName",
  8905                   /* qualifiers */
  8906                   _CIM_KerberosTicket_SystemName_qualifiers,
  8907                   /* type */
  8908                   CIMTYPE_STRING,
  8909                   /* subscript */
  8910                   -1,
  8911                   /* value */
  8912                   0,
  8913               };
  8914               
  8915               static const char*
  8916               _CIM_KerberosTicket_ServiceCreationClassName_qualifiers[] =
  8917               {
  8918                   /* Key */
  8919                   "\025\001",
  8920                   /* Propagated */
  8921                   "\045CIM_KerberosKeyDistributionCenter.CreationClassName",
  8922                   /* MaxLen */
  8923                   "\030\000\000\001\000",
  8924                   0,
  8925 mike  1.1.2.1 };
  8926               
  8927               static MetaProperty
  8928               _CIM_KerberosTicket_ServiceCreationClassName =
  8929               {
  8930                   /* flags */
  8931                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  8932                   /* name */
  8933                   "ServiceCreationClassName",
  8934                   /* qualifiers */
  8935                   _CIM_KerberosTicket_ServiceCreationClassName_qualifiers,
  8936                   /* type */
  8937                   CIMTYPE_STRING,
  8938                   /* subscript */
  8939                   -1,
  8940                   /* value */
  8941                   0,
  8942               };
  8943               
  8944               static const char*
  8945               _CIM_KerberosTicket_ServiceName_qualifiers[] =
  8946 mike  1.1.2.1 {
  8947                   /* Key */
  8948                   "\025\001",
  8949                   /* Propagated */
  8950                   "\045CIM_KerberosKeyDistributionCenter.Name",
  8951                   /* MaxLen */
  8952                   "\030\000\000\001\000",
  8953                   0,
  8954               };
  8955               
  8956               static MetaProperty
  8957               _CIM_KerberosTicket_ServiceName =
  8958               {
  8959                   /* flags */
  8960                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  8961                   /* name */
  8962                   "ServiceName",
  8963                   /* qualifiers */
  8964                   _CIM_KerberosTicket_ServiceName_qualifiers,
  8965                   /* type */
  8966                   CIMTYPE_STRING,
  8967 mike  1.1.2.1     /* subscript */
  8968                   -1,
  8969                   /* value */
  8970                   0,
  8971               };
  8972               
  8973               static const char*
  8974               _CIM_KerberosTicket_AccessesService_qualifiers[] =
  8975               {
  8976                   /* Key */
  8977                   "\025\001",
  8978                   /* MaxLen */
  8979                   "\030\000\000\001\000",
  8980                   0,
  8981               };
  8982               
  8983               static MetaProperty
  8984               _CIM_KerberosTicket_AccessesService =
  8985               {
  8986                   /* flags */
  8987                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  8988 mike  1.1.2.1     /* name */
  8989                   "AccessesService",
  8990                   /* qualifiers */
  8991                   _CIM_KerberosTicket_AccessesService_qualifiers,
  8992                   /* type */
  8993                   CIMTYPE_STRING,
  8994                   /* subscript */
  8995                   -1,
  8996                   /* value */
  8997                   0,
  8998               };
  8999               
  9000               static const char*
  9001               _CIM_KerberosTicket_RemoteID_qualifiers[] =
  9002               {
  9003                   /* Key */
  9004                   "\025\001",
  9005                   /* MaxLen */
  9006                   "\030\000\000\001\000",
  9007                   0,
  9008               };
  9009 mike  1.1.2.1 
  9010               static MetaProperty
  9011               _CIM_KerberosTicket_RemoteID =
  9012               {
  9013                   /* flags */
  9014                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9015                   /* name */
  9016                   "RemoteID",
  9017                   /* qualifiers */
  9018                   _CIM_KerberosTicket_RemoteID_qualifiers,
  9019                   /* type */
  9020                   CIMTYPE_STRING,
  9021                   /* subscript */
  9022                   -1,
  9023                   /* value */
  9024                   0,
  9025               };
  9026               
  9027               static const char*
  9028               _CIM_KerberosTicket_TicketType_qualifiers[] =
  9029               {
  9030 mike  1.1.2.1     /* ValueMap */
  9031                   "\061\000\0020\0001\000",
  9032                   /* Values */
  9033                   "\062\000\002Session\000TicketGranting\000",
  9034                   0,
  9035               };
  9036               
  9037               static MetaProperty
  9038               _CIM_KerberosTicket_TicketType =
  9039               {
  9040                   /* flags */
  9041                   META_FLAG_PROPERTY|META_FLAG_READ,
  9042                   /* name */
  9043                   "TicketType",
  9044                   /* qualifiers */
  9045                   _CIM_KerberosTicket_TicketType_qualifiers,
  9046                   /* type */
  9047                   CIMTYPE_UINT16,
  9048                   /* subscript */
  9049                   -1,
  9050                   /* value */
  9051 mike  1.1.2.1     0,
  9052               };
  9053               
  9054               static MetaFeature*
  9055               _CIM_KerberosTicket_features[] =
  9056               {
  9057                   (MetaFeature*)&_CIM_KerberosTicket_SystemCreationClassName,
  9058                   (MetaFeature*)&_CIM_KerberosTicket_SystemName,
  9059                   (MetaFeature*)&_CIM_KerberosTicket_ServiceCreationClassName,
  9060                   (MetaFeature*)&_CIM_KerberosTicket_ServiceName,
  9061                   (MetaFeature*)&_CIM_KerberosTicket_AccessesService,
  9062                   (MetaFeature*)&_CIM_KerberosTicket_RemoteID,
  9063                   (MetaFeature*)&_CIM_KerberosTicket_TicketType,
  9064                   0,
  9065               };
  9066               
  9067               static const char*
  9068               __root_cimv2_CIM_KerberosTicket_qualifiers[] =
  9069               {
  9070                   /* UMLPackagePath */
  9071                   "\057CIM::User::Kerberos",
  9072 mike  1.1.2.1     /* Version */
  9073                   "\0632.8.0",
  9074                   0,
  9075               };
  9076               
  9077               MetaClass
  9078               __root_cimv2_CIM_KerberosTicket =
  9079               {
  9080                   /* flags */
  9081                   META_FLAG_CLASS,
  9082                   /* name */
  9083                   "CIM_KerberosTicket",
  9084                   /* qualifiers */
  9085                   __root_cimv2_CIM_KerberosTicket_qualifiers,
  9086                   /* super */
  9087                   &__root_cimv2_CIM_Credential,
  9088                   /* features */
  9089                   _CIM_KerberosTicket_features,
  9090               };
  9091               
  9092               //==============================================================================
  9093 mike  1.1.2.1 //
  9094               // Class: CIM_ListenerDestination
  9095               //
  9096               //==============================================================================
  9097               
  9098               static const char*
  9099               _CIM_ListenerDestination_SystemCreationClassName_qualifiers[] =
  9100               {
  9101                   /* Key */
  9102                   "\025\001",
  9103                   /* MaxLen */
  9104                   "\030\000\000\001\000",
  9105                   0,
  9106               };
  9107               
  9108               static MetaProperty
  9109               _CIM_ListenerDestination_SystemCreationClassName =
  9110               {
  9111                   /* flags */
  9112                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9113                   /* name */
  9114 mike  1.1.2.1     "SystemCreationClassName",
  9115                   /* qualifiers */
  9116                   _CIM_ListenerDestination_SystemCreationClassName_qualifiers,
  9117                   /* type */
  9118                   CIMTYPE_STRING,
  9119                   /* subscript */
  9120                   -1,
  9121                   /* value */
  9122                   0,
  9123               };
  9124               
  9125               static const char*
  9126               _CIM_ListenerDestination_SystemName_qualifiers[] =
  9127               {
  9128                   /* Key */
  9129                   "\025\001",
  9130                   /* MaxLen */
  9131                   "\030\000\000\001\000",
  9132                   0,
  9133               };
  9134               
  9135 mike  1.1.2.1 static MetaProperty
  9136               _CIM_ListenerDestination_SystemName =
  9137               {
  9138                   /* flags */
  9139                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9140                   /* name */
  9141                   "SystemName",
  9142                   /* qualifiers */
  9143                   _CIM_ListenerDestination_SystemName_qualifiers,
  9144                   /* type */
  9145                   CIMTYPE_STRING,
  9146                   /* subscript */
  9147                   -1,
  9148                   /* value */
  9149                   0,
  9150               };
  9151               
  9152               static const char*
  9153               _CIM_ListenerDestination_CreationClassName_qualifiers[] =
  9154               {
  9155                   /* Key */
  9156 mike  1.1.2.1     "\025\001",
  9157                   /* MaxLen */
  9158                   "\030\000\000\001\000",
  9159                   0,
  9160               };
  9161               
  9162               static MetaProperty
  9163               _CIM_ListenerDestination_CreationClassName =
  9164               {
  9165                   /* flags */
  9166                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9167                   /* name */
  9168                   "CreationClassName",
  9169                   /* qualifiers */
  9170                   _CIM_ListenerDestination_CreationClassName_qualifiers,
  9171                   /* type */
  9172                   CIMTYPE_STRING,
  9173                   /* subscript */
  9174                   -1,
  9175                   /* value */
  9176                   0,
  9177 mike  1.1.2.1 };
  9178               
  9179               static const char*
  9180               _CIM_ListenerDestination_Name_qualifiers[] =
  9181               {
  9182                   /* Key */
  9183                   "\025\001",
  9184                   /* MaxLen */
  9185                   "\030\000\000\001\000",
  9186                   0,
  9187               };
  9188               
  9189               static MetaProperty
  9190               _CIM_ListenerDestination_Name =
  9191               {
  9192                   /* flags */
  9193                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9194                   /* name */
  9195                   "Name",
  9196                   /* qualifiers */
  9197                   _CIM_ListenerDestination_Name_qualifiers,
  9198 mike  1.1.2.1     /* type */
  9199                   CIMTYPE_STRING,
  9200                   /* subscript */
  9201                   -1,
  9202                   /* value */
  9203                   0,
  9204               };
  9205               
  9206               static const char*
  9207               _CIM_ListenerDestination_PersistenceType_qualifiers[] =
  9208               {
  9209                   /* ValueMap */
  9210                   "\061\000\0031\0002\0003\000",
  9211                   /* Values */
  9212                   "\062\000\003Other\000Permanent\000Transient\000",
  9213                   /* ModelCorrespondence */
  9214                   "\036\000\001CIM_ListenerDestination.OtherPersistenceType\000",
  9215                   0,
  9216               };
  9217               
  9218               static MetaProperty
  9219 mike  1.1.2.1 _CIM_ListenerDestination_PersistenceType =
  9220               {
  9221                   /* flags */
  9222                   META_FLAG_PROPERTY|META_FLAG_READ,
  9223                   /* name */
  9224                   "PersistenceType",
  9225                   /* qualifiers */
  9226                   _CIM_ListenerDestination_PersistenceType_qualifiers,
  9227                   /* type */
  9228                   CIMTYPE_UINT16,
  9229                   /* subscript */
  9230                   -1,
  9231                   /* value */
  9232                   0,
  9233               };
  9234               
  9235               static const char*
  9236               _CIM_ListenerDestination_OtherPersistenceType_qualifiers[] =
  9237               {
  9238                   /* ModelCorrespondence */
  9239                   "\036\000\001CIM_ListenerDestination.PersistenceType\000",
  9240 mike  1.1.2.1     0,
  9241               };
  9242               
  9243               static MetaProperty
  9244               _CIM_ListenerDestination_OtherPersistenceType =
  9245               {
  9246                   /* flags */
  9247                   META_FLAG_PROPERTY|META_FLAG_READ,
  9248                   /* name */
  9249                   "OtherPersistenceType",
  9250                   /* qualifiers */
  9251                   _CIM_ListenerDestination_OtherPersistenceType_qualifiers,
  9252                   /* type */
  9253                   CIMTYPE_STRING,
  9254                   /* subscript */
  9255                   -1,
  9256                   /* value */
  9257                   0,
  9258               };
  9259               
  9260               static MetaFeature*
  9261 mike  1.1.2.1 _CIM_ListenerDestination_features[] =
  9262               {
  9263                   (MetaFeature*)&_CIM_ListenerDestination_SystemCreationClassName,
  9264                   (MetaFeature*)&_CIM_ListenerDestination_SystemName,
  9265                   (MetaFeature*)&_CIM_ListenerDestination_CreationClassName,
  9266                   (MetaFeature*)&_CIM_ListenerDestination_Name,
  9267                   (MetaFeature*)&_CIM_ListenerDestination_PersistenceType,
  9268                   (MetaFeature*)&_CIM_ListenerDestination_OtherPersistenceType,
  9269                   0,
  9270               };
  9271               
  9272               static const char*
  9273               __root_cimv2_CIM_ListenerDestination_qualifiers[] =
  9274               {
  9275                   /* UMLPackagePath */
  9276                   "\057CIM::Event",
  9277                   /* Abstract */
  9278                   "\002\001",
  9279                   /* Version */
  9280                   "\0632.8.0",
  9281                   0,
  9282 mike  1.1.2.1 };
  9283               
  9284               MetaClass
  9285               __root_cimv2_CIM_ListenerDestination =
  9286               {
  9287                   /* flags */
  9288                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
  9289                   /* name */
  9290                   "CIM_ListenerDestination",
  9291                   /* qualifiers */
  9292                   __root_cimv2_CIM_ListenerDestination_qualifiers,
  9293                   /* super */
  9294                   &__root_cimv2_CIM_ManagedElement,
  9295                   /* features */
  9296                   _CIM_ListenerDestination_features,
  9297               };
  9298               
  9299               //==============================================================================
  9300               //
  9301               // Class: CIM_ListenerDestinationCIMXML
  9302               //
  9303 mike  1.1.2.1 //==============================================================================
  9304               
  9305               static const char*
  9306               _CIM_ListenerDestinationCIMXML_Destination_qualifiers[] =
  9307               {
  9308                   /* Required */
  9309                   "\050\001",
  9310                   0,
  9311               };
  9312               
  9313               static MetaProperty
  9314               _CIM_ListenerDestinationCIMXML_Destination =
  9315               {
  9316                   /* flags */
  9317                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
  9318                   /* name */
  9319                   "Destination",
  9320                   /* qualifiers */
  9321                   _CIM_ListenerDestinationCIMXML_Destination_qualifiers,
  9322                   /* type */
  9323                   CIMTYPE_STRING,
  9324 mike  1.1.2.1     /* subscript */
  9325                   -1,
  9326                   /* value */
  9327                   0,
  9328               };
  9329               
  9330               static MetaFeature*
  9331               _CIM_ListenerDestinationCIMXML_features[] =
  9332               {
  9333                   (MetaFeature*)&_CIM_ListenerDestinationCIMXML_Destination,
  9334                   0,
  9335               };
  9336               
  9337               static const char*
  9338               __root_cimv2_CIM_ListenerDestinationCIMXML_qualifiers[] =
  9339               {
  9340                   /* UMLPackagePath */
  9341                   "\057CIM::Event",
  9342                   /* Version */
  9343                   "\0632.8.0",
  9344                   0,
  9345 mike  1.1.2.1 };
  9346               
  9347               MetaClass
  9348               __root_cimv2_CIM_ListenerDestinationCIMXML =
  9349               {
  9350                   /* flags */
  9351                   META_FLAG_CLASS,
  9352                   /* name */
  9353                   "CIM_ListenerDestinationCIMXML",
  9354                   /* qualifiers */
  9355                   __root_cimv2_CIM_ListenerDestinationCIMXML_qualifiers,
  9356                   /* super */
  9357                   &__root_cimv2_CIM_ListenerDestination,
  9358                   /* features */
  9359                   _CIM_ListenerDestinationCIMXML_features,
  9360               };
  9361               
  9362               //==============================================================================
  9363               //
  9364               // Class: CIM_LocalizationCapabilities
  9365               //
  9366 mike  1.1.2.1 //==============================================================================
  9367               
  9368               static const char*
  9369               _CIM_LocalizationCapabilities_SupportedInputLocales_qualifiers[] =
  9370               {
  9371                   0,
  9372               };
  9373               
  9374               static MetaProperty
  9375               _CIM_LocalizationCapabilities_SupportedInputLocales =
  9376               {
  9377                   /* flags */
  9378                   META_FLAG_PROPERTY|META_FLAG_READ,
  9379                   /* name */
  9380                   "SupportedInputLocales",
  9381                   /* qualifiers */
  9382                   _CIM_LocalizationCapabilities_SupportedInputLocales_qualifiers,
  9383                   /* type */
  9384                   CIMTYPE_STRING,
  9385                   /* subscript */
  9386                   0,
  9387 mike  1.1.2.1     /* value */
  9388                   0,
  9389               };
  9390               
  9391               static const char*
  9392               _CIM_LocalizationCapabilities_SupportedOutputLocales_qualifiers[] =
  9393               {
  9394                   0,
  9395               };
  9396               
  9397               static MetaProperty
  9398               _CIM_LocalizationCapabilities_SupportedOutputLocales =
  9399               {
  9400                   /* flags */
  9401                   META_FLAG_PROPERTY|META_FLAG_READ,
  9402                   /* name */
  9403                   "SupportedOutputLocales",
  9404                   /* qualifiers */
  9405                   _CIM_LocalizationCapabilities_SupportedOutputLocales_qualifiers,
  9406                   /* type */
  9407                   CIMTYPE_STRING,
  9408 mike  1.1.2.1     /* subscript */
  9409                   0,
  9410                   /* value */
  9411                   0,
  9412               };
  9413               
  9414               static MetaFeature*
  9415               _CIM_LocalizationCapabilities_features[] =
  9416               {
  9417                   (MetaFeature*)&_CIM_LocalizationCapabilities_SupportedInputLocales,
  9418                   (MetaFeature*)&_CIM_LocalizationCapabilities_SupportedOutputLocales,
  9419                   0,
  9420               };
  9421               
  9422               static const char*
  9423               __root_cimv2_CIM_LocalizationCapabilities_qualifiers[] =
  9424               {
  9425                   /* UMLPackagePath */
  9426                   "\057CIM::Core::Capabilities",
  9427                   /* Version */
  9428                   "\0632.9.0",
  9429 mike  1.1.2.1     0,
  9430               };
  9431               
  9432               MetaClass
  9433               __root_cimv2_CIM_LocalizationCapabilities =
  9434               {
  9435                   /* flags */
  9436                   META_FLAG_CLASS,
  9437                   /* name */
  9438                   "CIM_LocalizationCapabilities",
  9439                   /* qualifiers */
  9440                   __root_cimv2_CIM_LocalizationCapabilities_qualifiers,
  9441                   /* super */
  9442                   &__root_cimv2_CIM_Capabilities,
  9443                   /* features */
  9444                   _CIM_LocalizationCapabilities_features,
  9445               };
  9446               
  9447               //==============================================================================
  9448               //
  9449               // Class: CIM_Location
  9450 mike  1.1.2.1 //
  9451               //==============================================================================
  9452               
  9453               static const char*
  9454               _CIM_Location_Name_qualifiers[] =
  9455               {
  9456                   /* Key */
  9457                   "\025\001",
  9458                   /* MaxLen */
  9459                   "\030\000\000\001\000",
  9460                   0,
  9461               };
  9462               
  9463               static MetaProperty
  9464               _CIM_Location_Name =
  9465               {
  9466                   /* flags */
  9467                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9468                   /* name */
  9469                   "Name",
  9470                   /* qualifiers */
  9471 mike  1.1.2.1     _CIM_Location_Name_qualifiers,
  9472                   /* type */
  9473                   CIMTYPE_STRING,
  9474                   /* subscript */
  9475                   -1,
  9476                   /* value */
  9477                   0,
  9478               };
  9479               
  9480               static const char*
  9481               _CIM_Location_PhysicalPosition_qualifiers[] =
  9482               {
  9483                   /* Key */
  9484                   "\025\001",
  9485                   /* MaxLen */
  9486                   "\030\000\000\001\000",
  9487                   0,
  9488               };
  9489               
  9490               static MetaProperty
  9491               _CIM_Location_PhysicalPosition =
  9492 mike  1.1.2.1 {
  9493                   /* flags */
  9494                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9495                   /* name */
  9496                   "PhysicalPosition",
  9497                   /* qualifiers */
  9498                   _CIM_Location_PhysicalPosition_qualifiers,
  9499                   /* type */
  9500                   CIMTYPE_STRING,
  9501                   /* subscript */
  9502                   -1,
  9503                   /* value */
  9504                   0,
  9505               };
  9506               
  9507               static const char*
  9508               _CIM_Location_Address_qualifiers[] =
  9509               {
  9510                   /* MaxLen */
  9511                   "\030\000\000\004\000",
  9512                   0,
  9513 mike  1.1.2.1 };
  9514               
  9515               static MetaProperty
  9516               _CIM_Location_Address =
  9517               {
  9518                   /* flags */
  9519                   META_FLAG_PROPERTY|META_FLAG_READ,
  9520                   /* name */
  9521                   "Address",
  9522                   /* qualifiers */
  9523                   _CIM_Location_Address_qualifiers,
  9524                   /* type */
  9525                   CIMTYPE_STRING,
  9526                   /* subscript */
  9527                   -1,
  9528                   /* value */
  9529                   0,
  9530               };
  9531               
  9532               static MetaFeature*
  9533               _CIM_Location_features[] =
  9534 mike  1.1.2.1 {
  9535                   (MetaFeature*)&_CIM_Location_Name,
  9536                   (MetaFeature*)&_CIM_Location_PhysicalPosition,
  9537                   (MetaFeature*)&_CIM_Location_Address,
  9538                   0,
  9539               };
  9540               
  9541               static const char*
  9542               __root_cimv2_CIM_Location_qualifiers[] =
  9543               {
  9544                   /* UMLPackagePath */
  9545                   "\057CIM::Core::Physical",
  9546                   /* Version */
  9547                   "\0632.10.0",
  9548                   0,
  9549               };
  9550               
  9551               MetaClass
  9552               __root_cimv2_CIM_Location =
  9553               {
  9554                   /* flags */
  9555 mike  1.1.2.1     META_FLAG_CLASS,
  9556                   /* name */
  9557                   "CIM_Location",
  9558                   /* qualifiers */
  9559                   __root_cimv2_CIM_Location_qualifiers,
  9560                   /* super */
  9561                   &__root_cimv2_CIM_ManagedElement,
  9562                   /* features */
  9563                   _CIM_Location_features,
  9564               };
  9565               
  9566               //==============================================================================
  9567               //
  9568               // Class: CIM_LogicalIdentity
  9569               //
  9570               //==============================================================================
  9571               
  9572               static const char*
  9573               _CIM_LogicalIdentity_SystemElement_qualifiers[] =
  9574               {
  9575                   /* Key */
  9576 mike  1.1.2.1     "\025\001",
  9577                   0,
  9578               };
  9579               
  9580               static MetaReference
  9581               _CIM_LogicalIdentity_SystemElement =
  9582               {
  9583                   /* flags */
  9584                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  9585                   /* name */
  9586                   "SystemElement",
  9587                   /* qualifiers */
  9588                   _CIM_LogicalIdentity_SystemElement_qualifiers,
  9589                   /* subscript */
  9590                   -1,
  9591                   /* refId */
  9592                   &__root_cimv2_CIM_ManagedElement,
  9593               };
  9594               
  9595               static const char*
  9596               _CIM_LogicalIdentity_SameElement_qualifiers[] =
  9597 mike  1.1.2.1 {
  9598                   /* Key */
  9599                   "\025\001",
  9600                   0,
  9601               };
  9602               
  9603               static MetaReference
  9604               _CIM_LogicalIdentity_SameElement =
  9605               {
  9606                   /* flags */
  9607                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
  9608                   /* name */
  9609                   "SameElement",
  9610                   /* qualifiers */
  9611                   _CIM_LogicalIdentity_SameElement_qualifiers,
  9612                   /* subscript */
  9613                   -1,
  9614                   /* refId */
  9615                   &__root_cimv2_CIM_ManagedElement,
  9616               };
  9617               
  9618 mike  1.1.2.1 static MetaFeature*
  9619               _CIM_LogicalIdentity_features[] =
  9620               {
  9621                   (MetaFeature*)&_CIM_LogicalIdentity_SystemElement,
  9622                   (MetaFeature*)&_CIM_LogicalIdentity_SameElement,
  9623                   0,
  9624               };
  9625               
  9626               static const char*
  9627               __root_cimv2_CIM_LogicalIdentity_qualifiers[] =
  9628               {
  9629                   /* ASSOCIATION */
  9630                   "\000\001",
  9631                   /* UMLPackagePath */
  9632                   "\057CIM::Core::CoreElements",
  9633                   /* Abstract */
  9634                   "\002\001",
  9635                   /* Version */
  9636                   "\0632.10.0",
  9637                   0,
  9638               };
  9639 mike  1.1.2.1 
  9640               MetaClass
  9641               __root_cimv2_CIM_LogicalIdentity =
  9642               {
  9643                   /* flags */
  9644                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT,
  9645                   /* name */
  9646                   "CIM_LogicalIdentity",
  9647                   /* qualifiers */
  9648                   __root_cimv2_CIM_LogicalIdentity_qualifiers,
  9649                   /* super */
  9650                   0,
  9651                   /* features */
  9652                   _CIM_LogicalIdentity_features,
  9653               };
  9654               
  9655               //==============================================================================
  9656               //
  9657               // Class: CIM_LogicalNetwork
  9658               //
  9659               //==============================================================================
  9660 mike  1.1.2.1 
  9661               static const char*
  9662               _CIM_LogicalNetwork_SystemCreationClassName_qualifiers[] =
  9663               {
  9664                   /* Deprecated */
  9665                   "\013\000\001No value\000",
  9666                   /* Key */
  9667                   "\025\001",
  9668                   /* Propagated */
  9669                   "\045CIM_AdminDomain.CreationClassName",
  9670                   /* MaxLen */
  9671                   "\030\000\000\001\000",
  9672                   0,
  9673               };
  9674               
  9675               static MetaProperty
  9676               _CIM_LogicalNetwork_SystemCreationClassName =
  9677               {
  9678                   /* flags */
  9679                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9680                   /* name */
  9681 mike  1.1.2.1     "SystemCreationClassName",
  9682                   /* qualifiers */
  9683                   _CIM_LogicalNetwork_SystemCreationClassName_qualifiers,
  9684                   /* type */
  9685                   CIMTYPE_STRING,
  9686                   /* subscript */
  9687                   -1,
  9688                   /* value */
  9689                   0,
  9690               };
  9691               
  9692               static const char*
  9693               _CIM_LogicalNetwork_SystemName_qualifiers[] =
  9694               {
  9695                   /* Deprecated */
  9696                   "\013\000\001No value\000",
  9697                   /* Key */
  9698                   "\025\001",
  9699                   /* Propagated */
  9700                   "\045CIM_AdminDomain.Name",
  9701                   /* MaxLen */
  9702 mike  1.1.2.1     "\030\000\000\001\000",
  9703                   0,
  9704               };
  9705               
  9706               static MetaProperty
  9707               _CIM_LogicalNetwork_SystemName =
  9708               {
  9709                   /* flags */
  9710                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9711                   /* name */
  9712                   "SystemName",
  9713                   /* qualifiers */
  9714                   _CIM_LogicalNetwork_SystemName_qualifiers,
  9715                   /* type */
  9716                   CIMTYPE_STRING,
  9717                   /* subscript */
  9718                   -1,
  9719                   /* value */
  9720                   0,
  9721               };
  9722               
  9723 mike  1.1.2.1 static const char*
  9724               _CIM_LogicalNetwork_CreationClassName_qualifiers[] =
  9725               {
  9726                   /* Deprecated */
  9727                   "\013\000\001No value\000",
  9728                   /* Key */
  9729                   "\025\001",
  9730                   /* MaxLen */
  9731                   "\030\000\000\001\000",
  9732                   0,
  9733               };
  9734               
  9735               static MetaProperty
  9736               _CIM_LogicalNetwork_CreationClassName =
  9737               {
  9738                   /* flags */
  9739                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9740                   /* name */
  9741                   "CreationClassName",
  9742                   /* qualifiers */
  9743                   _CIM_LogicalNetwork_CreationClassName_qualifiers,
  9744 mike  1.1.2.1     /* type */
  9745                   CIMTYPE_STRING,
  9746                   /* subscript */
  9747                   -1,
  9748                   /* value */
  9749                   0,
  9750               };
  9751               
  9752               static const char*
  9753               _CIM_LogicalNetwork_Name_qualifiers[] =
  9754               {
  9755                   /* Deprecated */
  9756                   "\013\000\001CIM_ConnectivityCollection.InstanceID\000",
  9757                   /* Key */
  9758                   "\025\001",
  9759                   /* MaxLen */
  9760                   "\030\000\000\001\000",
  9761                   0,
  9762               };
  9763               
  9764               static MetaProperty
  9765 mike  1.1.2.1 _CIM_LogicalNetwork_Name =
  9766               {
  9767                   /* flags */
  9768                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
  9769                   /* name */
  9770                   "Name",
  9771                   /* qualifiers */
  9772                   _CIM_LogicalNetwork_Name_qualifiers,
  9773                   /* type */
  9774                   CIMTYPE_STRING,
  9775                   /* subscript */
  9776                   -1,
  9777                   /* value */
  9778                   0,
  9779               };
  9780               
  9781               static const char*
  9782               _CIM_LogicalNetwork_NetworkType_qualifiers[] =
  9783               {
  9784                   /* Deprecated */
  9785                   "\013\000\001No value\000",
  9786 mike  1.1.2.1     /* ValueMap */
  9787                   "\061\000\0230\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\000",
  9788                   /* Values */
  9789                   "\062\000\023Unknown\000Other\000IPv4\000IPv6\000IPX\000AppleTalk\000DECnet\000SNA\000CONP\000CLNP\000VINES\000XNS\000ATM\000Frame Relay\000Ethernet\000TokenRing\000FDDI\000Infiniband\000Fibre Channel\000",
  9790                   /* ModelCorrespondence */
  9791                   "\036\000\001CIM_LogicalNetwork.OtherTypeDescription\000",
  9792                   0,
  9793               };
  9794               
  9795               static MetaProperty
  9796               _CIM_LogicalNetwork_NetworkType =
  9797               {
  9798                   /* flags */
  9799                   META_FLAG_PROPERTY|META_FLAG_READ,
  9800                   /* name */
  9801                   "NetworkType",
  9802                   /* qualifiers */
  9803                   _CIM_LogicalNetwork_NetworkType_qualifiers,
  9804                   /* type */
  9805                   CIMTYPE_UINT16,
  9806                   /* subscript */
  9807 mike  1.1.2.1     -1,
  9808                   /* value */
  9809                   0,
  9810               };
  9811               
  9812               static const char*
  9813               _CIM_LogicalNetwork_OtherTypeDescription_qualifiers[] =
  9814               {
  9815                   /* Deprecated */
  9816                   "\013\000\001No value\000",
  9817                   /* MaxLen */
  9818                   "\030\000\000\000\100",
  9819                   /* ModelCorrespondence */
  9820                   "\036\000\001CIM_LogicalNetwork.NetworkType\000",
  9821                   0,
  9822               };
  9823               
  9824               static MetaProperty
  9825               _CIM_LogicalNetwork_OtherTypeDescription =
  9826               {
  9827                   /* flags */
  9828 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
  9829                   /* name */
  9830                   "OtherTypeDescription",
  9831                   /* qualifiers */
  9832                   _CIM_LogicalNetwork_OtherTypeDescription_qualifiers,
  9833                   /* type */
  9834                   CIMTYPE_STRING,
  9835                   /* subscript */
  9836                   -1,
  9837                   /* value */
  9838                   0,
  9839               };
  9840               
  9841               static MetaFeature*
  9842               _CIM_LogicalNetwork_features[] =
  9843               {
  9844                   (MetaFeature*)&_CIM_LogicalNetwork_SystemCreationClassName,
  9845                   (MetaFeature*)&_CIM_LogicalNetwork_SystemName,
  9846                   (MetaFeature*)&_CIM_LogicalNetwork_CreationClassName,
  9847                   (MetaFeature*)&_CIM_LogicalNetwork_Name,
  9848                   (MetaFeature*)&_CIM_LogicalNetwork_NetworkType,
  9849 mike  1.1.2.1     (MetaFeature*)&_CIM_LogicalNetwork_OtherTypeDescription,
  9850                   0,
  9851               };
  9852               
  9853               static const char*
  9854               __root_cimv2_CIM_LogicalNetwork_qualifiers[] =
  9855               {
  9856                   /* Deprecated */
  9857                   "\013\000\001CIM_ConnectivityCollection\000",
  9858                   /* UMLPackagePath */
  9859                   "\057CIM::Network::Collections",
  9860                   /* Version */
  9861                   "\0632.7.0",
  9862                   0,
  9863               };
  9864               
  9865               MetaClass
  9866               __root_cimv2_CIM_LogicalNetwork =
  9867               {
  9868                   /* flags */
  9869                   META_FLAG_CLASS,
  9870 mike  1.1.2.1     /* name */
  9871                   "CIM_LogicalNetwork",
  9872                   /* qualifiers */
  9873                   __root_cimv2_CIM_LogicalNetwork_qualifiers,
  9874                   /* super */
  9875                   &__root_cimv2_CIM_CollectionOfMSEs,
  9876                   /* features */
  9877                   _CIM_LogicalNetwork_features,
  9878               };
  9879               
  9880               //==============================================================================
  9881               //
  9882               // Class: CIM_LogicalPortCapabilities
  9883               //
  9884               //==============================================================================
  9885               
  9886               static const char*
  9887               _CIM_LogicalPortCapabilities_RequestedSpeedsSupported_qualifiers[] =
  9888               {
  9889                   /* ModelCorrespondence */
  9890                   "\036\000\001CIM_NetworkPort.Speed\000",
  9891 mike  1.1.2.1     0,
  9892               };
  9893               
  9894               static MetaProperty
  9895               _CIM_LogicalPortCapabilities_RequestedSpeedsSupported =
  9896               {
  9897                   /* flags */
  9898                   META_FLAG_PROPERTY|META_FLAG_READ,
  9899                   /* name */
  9900                   "RequestedSpeedsSupported",
  9901                   /* qualifiers */
  9902                   _CIM_LogicalPortCapabilities_RequestedSpeedsSupported_qualifiers,
  9903                   /* type */
  9904                   CIMTYPE_UINT64,
  9905                   /* subscript */
  9906                   0,
  9907                   /* value */
  9908                   0,
  9909               };
  9910               
  9911               static const char*
  9912 mike  1.1.2.1 _CIM_LogicalPortCapabilities_AutoSenseSpeedConfigurable_qualifiers[] =
  9913               {
  9914                   /* ModelCorrespondence */
  9915                   "\036\000\001CIM_NetworkPort.Speed\000",
  9916                   0,
  9917               };
  9918               
  9919               static MetaProperty
  9920               _CIM_LogicalPortCapabilities_AutoSenseSpeedConfigurable =
  9921               {
  9922                   /* flags */
  9923                   META_FLAG_PROPERTY|META_FLAG_READ,
  9924                   /* name */
  9925                   "AutoSenseSpeedConfigurable",
  9926                   /* qualifiers */
  9927                   _CIM_LogicalPortCapabilities_AutoSenseSpeedConfigurable_qualifiers,
  9928                   /* type */
  9929                   CIMTYPE_BOOLEAN,
  9930                   /* subscript */
  9931                   -1,
  9932                   /* value */
  9933 mike  1.1.2.1     0,
  9934               };
  9935               
  9936               static MetaFeature*
  9937               _CIM_LogicalPortCapabilities_features[] =
  9938               {
  9939                   (MetaFeature*)&_CIM_LogicalPortCapabilities_RequestedSpeedsSupported,
  9940                   (MetaFeature*)&_CIM_LogicalPortCapabilities_AutoSenseSpeedConfigurable,
  9941                   0,
  9942               };
  9943               
  9944               static const char*
  9945               __root_cimv2_CIM_LogicalPortCapabilities_qualifiers[] =
  9946               {
  9947                   /* UMLPackagePath */
  9948                   "\057CIM::Device::Ports",
  9949                   /* Version */
  9950                   "\0632.11.0",
  9951                   0,
  9952               };
  9953               
  9954 mike  1.1.2.1 MetaClass
  9955               __root_cimv2_CIM_LogicalPortCapabilities =
  9956               {
  9957                   /* flags */
  9958                   META_FLAG_CLASS,
  9959                   /* name */
  9960                   "CIM_LogicalPortCapabilities",
  9961                   /* qualifiers */
  9962                   __root_cimv2_CIM_LogicalPortCapabilities_qualifiers,
  9963                   /* super */
  9964                   &__root_cimv2_CIM_EnabledLogicalElementCapabilities,
  9965                   /* features */
  9966                   _CIM_LogicalPortCapabilities_features,
  9967               };
  9968               
  9969               //==============================================================================
  9970               //
  9971               // Class: CIM_ManagedSystemElement
  9972               //
  9973               //==============================================================================
  9974               
  9975 mike  1.1.2.1 static const char*
  9976               _CIM_ManagedSystemElement_InstallDate_qualifiers[] =
  9977               {
  9978                   /* MappingStrings */
  9979                   "\026\000\001MIF.DMTF|ComponentID|001.5\000",
  9980                   0,
  9981               };
  9982               
  9983               static MetaProperty
  9984               _CIM_ManagedSystemElement_InstallDate =
  9985               {
  9986                   /* flags */
  9987                   META_FLAG_PROPERTY|META_FLAG_READ,
  9988                   /* name */
  9989                   "InstallDate",
  9990                   /* qualifiers */
  9991                   _CIM_ManagedSystemElement_InstallDate_qualifiers,
  9992                   /* type */
  9993                   CIMTYPE_DATETIME,
  9994                   /* subscript */
  9995                   -1,
  9996 mike  1.1.2.1     /* value */
  9997                   0,
  9998               };
  9999               
 10000               static const char*
 10001               _CIM_ManagedSystemElement_Name_qualifiers[] =
 10002               {
 10003                   /* MaxLen */
 10004                   "\030\000\000\004\000",
 10005                   0,
 10006               };
 10007               
 10008               static MetaProperty
 10009               _CIM_ManagedSystemElement_Name =
 10010               {
 10011                   /* flags */
 10012                   META_FLAG_PROPERTY|META_FLAG_READ,
 10013                   /* name */
 10014                   "Name",
 10015                   /* qualifiers */
 10016                   _CIM_ManagedSystemElement_Name_qualifiers,
 10017 mike  1.1.2.1     /* type */
 10018                   CIMTYPE_STRING,
 10019                   /* subscript */
 10020                   -1,
 10021                   /* value */
 10022                   0,
 10023               };
 10024               
 10025               static const char*
 10026               _CIM_ManagedSystemElement_OperationalStatus_qualifiers[] =
 10027               {
 10028                   /* ValueMap */
 10029                   "\061\000\0250\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\000..\0000x8000..\000",
 10030                   /* Values */
 10031                   "\062\000\025Unknown\000Other\000OK\000Degraded\000Stressed\000Predictive Failure\000Error\000Non-Recoverable Error\000Starting\000Stopping\000Stopped\000In Service\000No Contact\000Lost Communication\000Aborted\000Dormant\000Supporting Entity in Error\000Completed\000Power Mode\000DMTF Reserved\000Vendor Reserved\000",
 10032                   /* ArrayType */
 10033                   "\005Indexed",
 10034                   /* ModelCorrespondence */
 10035                   "\036\000\001CIM_ManagedSystemElement.StatusDescriptions\000",
 10036                   0,
 10037               };
 10038 mike  1.1.2.1 
 10039               static MetaProperty
 10040               _CIM_ManagedSystemElement_OperationalStatus =
 10041               {
 10042                   /* flags */
 10043                   META_FLAG_PROPERTY|META_FLAG_READ,
 10044                   /* name */
 10045                   "OperationalStatus",
 10046                   /* qualifiers */
 10047                   _CIM_ManagedSystemElement_OperationalStatus_qualifiers,
 10048                   /* type */
 10049                   CIMTYPE_UINT16,
 10050                   /* subscript */
 10051                   0,
 10052                   /* value */
 10053                   0,
 10054               };
 10055               
 10056               static const char*
 10057               _CIM_ManagedSystemElement_StatusDescriptions_qualifiers[] =
 10058               {
 10059 mike  1.1.2.1     /* ArrayType */
 10060                   "\005Indexed",
 10061                   /* ModelCorrespondence */
 10062                   "\036\000\001CIM_ManagedSystemElement.OperationalStatus\000",
 10063                   0,
 10064               };
 10065               
 10066               static MetaProperty
 10067               _CIM_ManagedSystemElement_StatusDescriptions =
 10068               {
 10069                   /* flags */
 10070                   META_FLAG_PROPERTY|META_FLAG_READ,
 10071                   /* name */
 10072                   "StatusDescriptions",
 10073                   /* qualifiers */
 10074                   _CIM_ManagedSystemElement_StatusDescriptions_qualifiers,
 10075                   /* type */
 10076                   CIMTYPE_STRING,
 10077                   /* subscript */
 10078                   0,
 10079                   /* value */
 10080 mike  1.1.2.1     0,
 10081               };
 10082               
 10083               static const char*
 10084               _CIM_ManagedSystemElement_Status_qualifiers[] =
 10085               {
 10086                   /* Deprecated */
 10087                   "\013\000\001CIM_ManagedSystemElement.OperationalStatus\000",
 10088                   /* ValueMap */
 10089                   "\061\000\015OK\000Error\000Degraded\000Unknown\000Pred Fail\000Starting\000Stopping\000Service\000Stressed\000NonRecover\000No Contact\000Lost Comm\000Stopped\000",
 10090                   /* MaxLen */
 10091                   "\030\000\000\000\012",
 10092                   0,
 10093               };
 10094               
 10095               static MetaProperty
 10096               _CIM_ManagedSystemElement_Status =
 10097               {
 10098                   /* flags */
 10099                   META_FLAG_PROPERTY|META_FLAG_READ,
 10100                   /* name */
 10101 mike  1.1.2.1     "Status",
 10102                   /* qualifiers */
 10103                   _CIM_ManagedSystemElement_Status_qualifiers,
 10104                   /* type */
 10105                   CIMTYPE_STRING,
 10106                   /* subscript */
 10107                   -1,
 10108                   /* value */
 10109                   0,
 10110               };
 10111               
 10112               static const char*
 10113               _CIM_ManagedSystemElement_HealthState_qualifiers[] =
 10114               {
 10115                   /* ValueMap */
 10116                   "\061\000\0100\0005\00010\00015\00020\00025\00030\000..\000",
 10117                   /* Values */
 10118                   "\062\000\010Unknown\000OK\000Degraded/Warning\000Minor failure\000Major failure\000Critical failure\000Non-recoverable error\000DMTF Reserved\000",
 10119                   0,
 10120               };
 10121               
 10122 mike  1.1.2.1 static MetaProperty
 10123               _CIM_ManagedSystemElement_HealthState =
 10124               {
 10125                   /* flags */
 10126                   META_FLAG_PROPERTY|META_FLAG_READ,
 10127                   /* name */
 10128                   "HealthState",
 10129                   /* qualifiers */
 10130                   _CIM_ManagedSystemElement_HealthState_qualifiers,
 10131                   /* type */
 10132                   CIMTYPE_UINT16,
 10133                   /* subscript */
 10134                   -1,
 10135                   /* value */
 10136                   0,
 10137               };
 10138               
 10139               static MetaFeature*
 10140               _CIM_ManagedSystemElement_features[] =
 10141               {
 10142                   (MetaFeature*)&_CIM_ManagedSystemElement_InstallDate,
 10143 mike  1.1.2.1     (MetaFeature*)&_CIM_ManagedSystemElement_Name,
 10144                   (MetaFeature*)&_CIM_ManagedSystemElement_OperationalStatus,
 10145                   (MetaFeature*)&_CIM_ManagedSystemElement_StatusDescriptions,
 10146                   (MetaFeature*)&_CIM_ManagedSystemElement_Status,
 10147                   (MetaFeature*)&_CIM_ManagedSystemElement_HealthState,
 10148                   0,
 10149               };
 10150               
 10151               static const char*
 10152               __root_cimv2_CIM_ManagedSystemElement_qualifiers[] =
 10153               {
 10154                   /* UMLPackagePath */
 10155                   "\057CIM::Core::CoreElements",
 10156                   /* Abstract */
 10157                   "\002\001",
 10158                   /* Version */
 10159                   "\0632.11.0",
 10160                   0,
 10161               };
 10162               
 10163               MetaClass
 10164 mike  1.1.2.1 __root_cimv2_CIM_ManagedSystemElement =
 10165               {
 10166                   /* flags */
 10167                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 10168                   /* name */
 10169                   "CIM_ManagedSystemElement",
 10170                   /* qualifiers */
 10171                   __root_cimv2_CIM_ManagedSystemElement_qualifiers,
 10172                   /* super */
 10173                   &__root_cimv2_CIM_ManagedElement,
 10174                   /* features */
 10175                   _CIM_ManagedSystemElement_features,
 10176               };
 10177               
 10178               //==============================================================================
 10179               //
 10180               // Class: CIM_MemberOfCollection
 10181               //
 10182               //==============================================================================
 10183               
 10184               static const char*
 10185 mike  1.1.2.1 _CIM_MemberOfCollection_Collection_qualifiers[] =
 10186               {
 10187                   /* Key */
 10188                   "\025\001",
 10189                   /* Aggregate */
 10190                   "\003\001",
 10191                   0,
 10192               };
 10193               
 10194               static MetaReference
 10195               _CIM_MemberOfCollection_Collection =
 10196               {
 10197                   /* flags */
 10198                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 10199                   /* name */
 10200                   "Collection",
 10201                   /* qualifiers */
 10202                   _CIM_MemberOfCollection_Collection_qualifiers,
 10203                   /* subscript */
 10204                   -1,
 10205                   /* refId */
 10206 mike  1.1.2.1     &__root_cimv2_CIM_Collection,
 10207               };
 10208               
 10209               static const char*
 10210               _CIM_MemberOfCollection_Member_qualifiers[] =
 10211               {
 10212                   /* Key */
 10213                   "\025\001",
 10214                   0,
 10215               };
 10216               
 10217               static MetaReference
 10218               _CIM_MemberOfCollection_Member =
 10219               {
 10220                   /* flags */
 10221                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 10222                   /* name */
 10223                   "Member",
 10224                   /* qualifiers */
 10225                   _CIM_MemberOfCollection_Member_qualifiers,
 10226                   /* subscript */
 10227 mike  1.1.2.1     -1,
 10228                   /* refId */
 10229                   &__root_cimv2_CIM_ManagedElement,
 10230               };
 10231               
 10232               static MetaFeature*
 10233               _CIM_MemberOfCollection_features[] =
 10234               {
 10235                   (MetaFeature*)&_CIM_MemberOfCollection_Collection,
 10236                   (MetaFeature*)&_CIM_MemberOfCollection_Member,
 10237                   0,
 10238               };
 10239               
 10240               static const char*
 10241               __root_cimv2_CIM_MemberOfCollection_qualifiers[] =
 10242               {
 10243                   /* ASSOCIATION */
 10244                   "\000\001",
 10245                   /* UMLPackagePath */
 10246                   "\057CIM::Core::Collection",
 10247                   /* Aggregation */
 10248 mike  1.1.2.1     "\004\001",
 10249                   /* Version */
 10250                   "\0632.6.0",
 10251                   0,
 10252               };
 10253               
 10254               MetaClass
 10255               __root_cimv2_CIM_MemberOfCollection =
 10256               {
 10257                   /* flags */
 10258                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 10259                   /* name */
 10260                   "CIM_MemberOfCollection",
 10261                   /* qualifiers */
 10262                   __root_cimv2_CIM_MemberOfCollection_qualifiers,
 10263                   /* super */
 10264                   0,
 10265                   /* features */
 10266                   _CIM_MemberOfCollection_features,
 10267               };
 10268               
 10269 mike  1.1.2.1 //==============================================================================
 10270               //
 10271               // Class: CIM_MemberPrincipal
 10272               //
 10273               //==============================================================================
 10274               
 10275               static const char*
 10276               _CIM_MemberPrincipal_Collection_qualifiers[] =
 10277               {
 10278                   /* Deprecated */
 10279                   "\013\000\001CIM_MemberOfCollection.Collection\000",
 10280                   /* Aggregate */
 10281                   "\003\001",
 10282                   /* Override */
 10283                   "\044Collection",
 10284                   0,
 10285               };
 10286               
 10287               static MetaReference
 10288               _CIM_MemberPrincipal_Collection =
 10289               {
 10290 mike  1.1.2.1     /* flags */
 10291                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 10292                   /* name */
 10293                   "Collection",
 10294                   /* qualifiers */
 10295                   _CIM_MemberPrincipal_Collection_qualifiers,
 10296                   /* subscript */
 10297                   -1,
 10298                   /* refId */
 10299                   &__root_cimv2_CIM_Collection,
 10300               };
 10301               
 10302               static const char*
 10303               _CIM_MemberPrincipal_Member_qualifiers[] =
 10304               {
 10305                   /* Deprecated */
 10306                   "\013\000\001CIM_MemberOfCollection.Member\000",
 10307                   /* Override */
 10308                   "\044Member",
 10309                   0,
 10310               };
 10311 mike  1.1.2.1 
 10312               static MetaReference
 10313               _CIM_MemberPrincipal_Member =
 10314               {
 10315                   /* flags */
 10316                   META_FLAG_REFERENCE|META_FLAG_READ,
 10317                   /* name */
 10318                   "Member",
 10319                   /* qualifiers */
 10320                   _CIM_MemberPrincipal_Member_qualifiers,
 10321                   /* subscript */
 10322                   -1,
 10323                   /* refId */
 10324                   &__root_cimv2_CIM_ManagedElement,
 10325               };
 10326               
 10327               static const char*
 10328               _CIM_MemberPrincipal_UserAccessBy_qualifiers[] =
 10329               {
 10330                   /* Deprecated */
 10331                   "\013\000\001No value\000",
 10332 mike  1.1.2.1     /* ValueMap */
 10333                   "\061\000\0041\0002\0003\0004\000",
 10334                   /* Values */
 10335                   "\062\000\004UsersAccess\000Account\000UsingElement\000CredentialManagementService\000",
 10336                   0,
 10337               };
 10338               
 10339               static MetaProperty
 10340               _CIM_MemberPrincipal_UserAccessBy =
 10341               {
 10342                   /* flags */
 10343                   META_FLAG_PROPERTY|META_FLAG_READ,
 10344                   /* name */
 10345                   "UserAccessBy",
 10346                   /* qualifiers */
 10347                   _CIM_MemberPrincipal_UserAccessBy_qualifiers,
 10348                   /* type */
 10349                   CIMTYPE_UINT16,
 10350                   /* subscript */
 10351                   -1,
 10352                   /* value */
 10353 mike  1.1.2.1     0,
 10354               };
 10355               
 10356               static MetaFeature*
 10357               _CIM_MemberPrincipal_features[] =
 10358               {
 10359                   (MetaFeature*)&_CIM_MemberPrincipal_Collection,
 10360                   (MetaFeature*)&_CIM_MemberPrincipal_Member,
 10361                   (MetaFeature*)&_CIM_MemberPrincipal_UserAccessBy,
 10362                   0,
 10363               };
 10364               
 10365               static const char*
 10366               __root_cimv2_CIM_MemberPrincipal_qualifiers[] =
 10367               {
 10368                   /* ASSOCIATION */
 10369                   "\000\001",
 10370                   /* Deprecated */
 10371                   "\013\000\001CIM_MemberOfCollection\000",
 10372                   /* UMLPackagePath */
 10373                   "\057CIM::User::Org",
 10374 mike  1.1.2.1     /* Aggregation */
 10375                   "\004\001",
 10376                   /* Version */
 10377                   "\0632.8.0",
 10378                   0,
 10379               };
 10380               
 10381               MetaClass
 10382               __root_cimv2_CIM_MemberPrincipal =
 10383               {
 10384                   /* flags */
 10385                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 10386                   /* name */
 10387                   "CIM_MemberPrincipal",
 10388                   /* qualifiers */
 10389                   __root_cimv2_CIM_MemberPrincipal_qualifiers,
 10390                   /* super */
 10391                   &__root_cimv2_CIM_MemberOfCollection,
 10392                   /* features */
 10393                   _CIM_MemberPrincipal_features,
 10394               };
 10395 mike  1.1.2.1 
 10396               //==============================================================================
 10397               //
 10398               // Class: CIM_MethodParameters
 10399               //
 10400               //==============================================================================
 10401               
 10402               static const char*
 10403               _CIM_MethodParameters_MethodParametersId_qualifiers[] =
 10404               {
 10405                   /* MaxLen */
 10406                   "\030\000\000\001\000",
 10407                   0,
 10408               };
 10409               
 10410               static MetaProperty
 10411               _CIM_MethodParameters_MethodParametersId =
 10412               {
 10413                   /* flags */
 10414                   META_FLAG_PROPERTY|META_FLAG_READ,
 10415                   /* name */
 10416 mike  1.1.2.1     "MethodParametersId",
 10417                   /* qualifiers */
 10418                   _CIM_MethodParameters_MethodParametersId_qualifiers,
 10419                   /* type */
 10420                   CIMTYPE_STRING,
 10421                   /* subscript */
 10422                   -1,
 10423                   /* value */
 10424                   0,
 10425               };
 10426               
 10427               static const char*
 10428               _CIM_MethodParameters_ResetValues_SourceME_qualifiers[] =
 10429               {
 10430                   /* IN */
 10431                   "\024\001",
 10432                   0,
 10433               };
 10434               
 10435               static MetaReference
 10436               _CIM_MethodParameters_ResetValues_SourceME =
 10437 mike  1.1.2.1 {
 10438                   /* flags */
 10439                   META_FLAG_REFERENCE|META_FLAG_IN,
 10440                   /* name */
 10441                   "SourceME",
 10442                   /* qualifiers */
 10443                   _CIM_MethodParameters_ResetValues_SourceME_qualifiers,
 10444                   /* subscript */
 10445                   -1,
 10446                   /* ref */
 10447                   &__root_cimv2_CIM_ManagedElement,
 10448               };
 10449               
 10450               static MetaFeature*
 10451               _CIM_MethodParameters_ResetValues_parameters[] =
 10452               {
 10453                   (MetaFeature*)&_CIM_MethodParameters_ResetValues_SourceME,
 10454                   0,
 10455               };
 10456               
 10457               static const char*
 10458 mike  1.1.2.1 _CIM_MethodParameters_ResetValues_qualifiers[] =
 10459               {
 10460                   0,
 10461               };
 10462               
 10463               static MetaMethod
 10464               _CIM_MethodParameters_ResetValues =
 10465               {
 10466                   /* flags */
 10467                   META_FLAG_METHOD,
 10468                   /* name */
 10469                   "CIM_MethodParameters",
 10470                   /* qualifiers */
 10471                   _CIM_MethodParameters_ResetValues_qualifiers,
 10472                   /* type */
 10473                   CIMTYPE_UINT32,
 10474                   /* parameters */
 10475                   _CIM_MethodParameters_ResetValues_parameters,
 10476               };
 10477               
 10478               static MetaFeature*
 10479 mike  1.1.2.1 _CIM_MethodParameters_features[] =
 10480               {
 10481                   (MetaFeature*)&_CIM_MethodParameters_MethodParametersId,
 10482                   (MetaFeature*)&_CIM_MethodParameters_ResetValues,
 10483                   0,
 10484               };
 10485               
 10486               static const char*
 10487               __root_cimv2_CIM_MethodParameters_qualifiers[] =
 10488               {
 10489                   /* UMLPackagePath */
 10490                   "\057CIM::Core::MethodParms",
 10491                   /* Abstract */
 10492                   "\002\001",
 10493                   /* Version */
 10494                   "\0632.10.0",
 10495                   0,
 10496               };
 10497               
 10498               MetaClass
 10499               __root_cimv2_CIM_MethodParameters =
 10500 mike  1.1.2.1 {
 10501                   /* flags */
 10502                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 10503                   /* name */
 10504                   "CIM_MethodParameters",
 10505                   /* qualifiers */
 10506                   __root_cimv2_CIM_MethodParameters_qualifiers,
 10507                   /* super */
 10508                   &__root_cimv2_CIM_ManagedElement,
 10509                   /* features */
 10510                   _CIM_MethodParameters_features,
 10511               };
 10512               
 10513               //==============================================================================
 10514               //
 10515               // Class: CIM_MetricDefForME
 10516               //
 10517               //==============================================================================
 10518               
 10519               static const char*
 10520               _CIM_MetricDefForME_Antecedent_qualifiers[] =
 10521 mike  1.1.2.1 {
 10522                   /* Override */
 10523                   "\044Antecedent",
 10524                   0,
 10525               };
 10526               
 10527               static MetaReference
 10528               _CIM_MetricDefForME_Antecedent =
 10529               {
 10530                   /* flags */
 10531                   META_FLAG_REFERENCE|META_FLAG_READ,
 10532                   /* name */
 10533                   "Antecedent",
 10534                   /* qualifiers */
 10535                   _CIM_MetricDefForME_Antecedent_qualifiers,
 10536                   /* subscript */
 10537                   -1,
 10538                   /* refId */
 10539                   &__root_cimv2_CIM_ManagedElement,
 10540               };
 10541               
 10542 mike  1.1.2.1 static const char*
 10543               _CIM_MetricDefForME_Dependent_qualifiers[] =
 10544               {
 10545                   /* Override */
 10546                   "\044Dependent",
 10547                   0,
 10548               };
 10549               
 10550               static MetaReference
 10551               _CIM_MetricDefForME_Dependent =
 10552               {
 10553                   /* flags */
 10554                   META_FLAG_REFERENCE|META_FLAG_READ,
 10555                   /* name */
 10556                   "Dependent",
 10557                   /* qualifiers */
 10558                   _CIM_MetricDefForME_Dependent_qualifiers,
 10559                   /* subscript */
 10560                   -1,
 10561                   /* refId */
 10562                   &__root_cimv2_CIM_BaseMetricDefinition,
 10563 mike  1.1.2.1 };
 10564               
 10565               static MetaFeature*
 10566               _CIM_MetricDefForME_features[] =
 10567               {
 10568                   (MetaFeature*)&_CIM_MetricDefForME_Antecedent,
 10569                   (MetaFeature*)&_CIM_MetricDefForME_Dependent,
 10570                   0,
 10571               };
 10572               
 10573               static const char*
 10574               __root_cimv2_CIM_MetricDefForME_qualifiers[] =
 10575               {
 10576                   /* ASSOCIATION */
 10577                   "\000\001",
 10578                   /* UMLPackagePath */
 10579                   "\057CIM::Metrics::BaseMetric",
 10580                   /* Version */
 10581                   "\0632.7.0",
 10582                   0,
 10583               };
 10584 mike  1.1.2.1 
 10585               MetaClass
 10586               __root_cimv2_CIM_MetricDefForME =
 10587               {
 10588                   /* flags */
 10589                   META_FLAG_ASSOCIATION,
 10590                   /* name */
 10591                   "CIM_MetricDefForME",
 10592                   /* qualifiers */
 10593                   __root_cimv2_CIM_MetricDefForME_qualifiers,
 10594                   /* super */
 10595                   &__root_cimv2_CIM_Dependency,
 10596                   /* features */
 10597                   _CIM_MetricDefForME_features,
 10598               };
 10599               
 10600               //==============================================================================
 10601               //
 10602               // Class: CIM_MetricDefinition
 10603               //
 10604               //==============================================================================
 10605 mike  1.1.2.1 
 10606               static const char*
 10607               _CIM_MetricDefinition_Id_qualifiers[] =
 10608               {
 10609                   /* Override */
 10610                   "\044Id",
 10611                   /* MaxLen */
 10612                   "\030\000\000\000\020",
 10613                   0,
 10614               };
 10615               
 10616               static MetaProperty
 10617               _CIM_MetricDefinition_Id =
 10618               {
 10619                   /* flags */
 10620                   META_FLAG_PROPERTY|META_FLAG_READ,
 10621                   /* name */
 10622                   "Id",
 10623                   /* qualifiers */
 10624                   _CIM_MetricDefinition_Id_qualifiers,
 10625                   /* type */
 10626 mike  1.1.2.1     CIMTYPE_STRING,
 10627                   /* subscript */
 10628                   -1,
 10629                   /* value */
 10630                   0,
 10631               };
 10632               
 10633               static const char*
 10634               _CIM_MetricDefinition_Validity_qualifiers[] =
 10635               {
 10636                   /* ValueMap */
 10637                   "\061\000\0031\0002\0003\000",
 10638                   /* Values */
 10639                   "\062\000\003At Start\000In Middle\000At Stop\000",
 10640                   0,
 10641               };
 10642               
 10643               static MetaProperty
 10644               _CIM_MetricDefinition_Validity =
 10645               {
 10646                   /* flags */
 10647 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 10648                   /* name */
 10649                   "Validity",
 10650                   /* qualifiers */
 10651                   _CIM_MetricDefinition_Validity_qualifiers,
 10652                   /* type */
 10653                   CIMTYPE_UINT16,
 10654                   /* subscript */
 10655                   -1,
 10656                   /* value */
 10657                   0,
 10658               };
 10659               
 10660               static MetaFeature*
 10661               _CIM_MetricDefinition_features[] =
 10662               {
 10663                   (MetaFeature*)&_CIM_MetricDefinition_Id,
 10664                   (MetaFeature*)&_CIM_MetricDefinition_Validity,
 10665                   0,
 10666               };
 10667               
 10668 mike  1.1.2.1 static const char*
 10669               __root_cimv2_CIM_MetricDefinition_qualifiers[] =
 10670               {
 10671                   /* UMLPackagePath */
 10672                   "\057CIM::Metrics::UnitOfWork",
 10673                   /* Version */
 10674                   "\0632.7.0",
 10675                   0,
 10676               };
 10677               
 10678               MetaClass
 10679               __root_cimv2_CIM_MetricDefinition =
 10680               {
 10681                   /* flags */
 10682                   META_FLAG_CLASS,
 10683                   /* name */
 10684                   "CIM_MetricDefinition",
 10685                   /* qualifiers */
 10686                   __root_cimv2_CIM_MetricDefinition_qualifiers,
 10687                   /* super */
 10688                   &__root_cimv2_CIM_BaseMetricDefinition,
 10689 mike  1.1.2.1     /* features */
 10690                   _CIM_MetricDefinition_features,
 10691               };
 10692               
 10693               //==============================================================================
 10694               //
 10695               // Class: CIM_MetricForME
 10696               //
 10697               //==============================================================================
 10698               
 10699               static const char*
 10700               _CIM_MetricForME_Antecedent_qualifiers[] =
 10701               {
 10702                   /* Override */
 10703                   "\044Antecedent",
 10704                   0,
 10705               };
 10706               
 10707               static MetaReference
 10708               _CIM_MetricForME_Antecedent =
 10709               {
 10710 mike  1.1.2.1     /* flags */
 10711                   META_FLAG_REFERENCE|META_FLAG_READ,
 10712                   /* name */
 10713                   "Antecedent",
 10714                   /* qualifiers */
 10715                   _CIM_MetricForME_Antecedent_qualifiers,
 10716                   /* subscript */
 10717                   -1,
 10718                   /* refId */
 10719                   &__root_cimv2_CIM_ManagedElement,
 10720               };
 10721               
 10722               static const char*
 10723               _CIM_MetricForME_Dependent_qualifiers[] =
 10724               {
 10725                   /* Override */
 10726                   "\044Dependent",
 10727                   0,
 10728               };
 10729               
 10730               static MetaReference
 10731 mike  1.1.2.1 _CIM_MetricForME_Dependent =
 10732               {
 10733                   /* flags */
 10734                   META_FLAG_REFERENCE|META_FLAG_READ,
 10735                   /* name */
 10736                   "Dependent",
 10737                   /* qualifiers */
 10738                   _CIM_MetricForME_Dependent_qualifiers,
 10739                   /* subscript */
 10740                   -1,
 10741                   /* refId */
 10742                   &__root_cimv2_CIM_BaseMetricValue,
 10743               };
 10744               
 10745               static MetaFeature*
 10746               _CIM_MetricForME_features[] =
 10747               {
 10748                   (MetaFeature*)&_CIM_MetricForME_Antecedent,
 10749                   (MetaFeature*)&_CIM_MetricForME_Dependent,
 10750                   0,
 10751               };
 10752 mike  1.1.2.1 
 10753               static const char*
 10754               __root_cimv2_CIM_MetricForME_qualifiers[] =
 10755               {
 10756                   /* ASSOCIATION */
 10757                   "\000\001",
 10758                   /* UMLPackagePath */
 10759                   "\057CIM::Metrics::BaseMetric",
 10760                   /* Version */
 10761                   "\0632.7.0",
 10762                   0,
 10763               };
 10764               
 10765               MetaClass
 10766               __root_cimv2_CIM_MetricForME =
 10767               {
 10768                   /* flags */
 10769                   META_FLAG_ASSOCIATION,
 10770                   /* name */
 10771                   "CIM_MetricForME",
 10772                   /* qualifiers */
 10773 mike  1.1.2.1     __root_cimv2_CIM_MetricForME_qualifiers,
 10774                   /* super */
 10775                   &__root_cimv2_CIM_Dependency,
 10776                   /* features */
 10777                   _CIM_MetricForME_features,
 10778               };
 10779               
 10780               //==============================================================================
 10781               //
 10782               // Class: CIM_MetricInstance
 10783               //
 10784               //==============================================================================
 10785               
 10786               static const char*
 10787               _CIM_MetricInstance_Antecedent_qualifiers[] =
 10788               {
 10789                   /* Override */
 10790                   "\044Antecedent",
 10791                   /* Min */
 10792                   "\033\000\000\000\001",
 10793                   /* Max */
 10794 mike  1.1.2.1     "\027\000\000\000\001",
 10795                   0,
 10796               };
 10797               
 10798               static MetaReference
 10799               _CIM_MetricInstance_Antecedent =
 10800               {
 10801                   /* flags */
 10802                   META_FLAG_REFERENCE|META_FLAG_READ,
 10803                   /* name */
 10804                   "Antecedent",
 10805                   /* qualifiers */
 10806                   _CIM_MetricInstance_Antecedent_qualifiers,
 10807                   /* subscript */
 10808                   -1,
 10809                   /* refId */
 10810                   &__root_cimv2_CIM_BaseMetricDefinition,
 10811               };
 10812               
 10813               static const char*
 10814               _CIM_MetricInstance_Dependent_qualifiers[] =
 10815 mike  1.1.2.1 {
 10816                   /* Override */
 10817                   "\044Dependent",
 10818                   0,
 10819               };
 10820               
 10821               static MetaReference
 10822               _CIM_MetricInstance_Dependent =
 10823               {
 10824                   /* flags */
 10825                   META_FLAG_REFERENCE|META_FLAG_READ,
 10826                   /* name */
 10827                   "Dependent",
 10828                   /* qualifiers */
 10829                   _CIM_MetricInstance_Dependent_qualifiers,
 10830                   /* subscript */
 10831                   -1,
 10832                   /* refId */
 10833                   &__root_cimv2_CIM_BaseMetricValue,
 10834               };
 10835               
 10836 mike  1.1.2.1 static MetaFeature*
 10837               _CIM_MetricInstance_features[] =
 10838               {
 10839                   (MetaFeature*)&_CIM_MetricInstance_Antecedent,
 10840                   (MetaFeature*)&_CIM_MetricInstance_Dependent,
 10841                   0,
 10842               };
 10843               
 10844               static const char*
 10845               __root_cimv2_CIM_MetricInstance_qualifiers[] =
 10846               {
 10847                   /* ASSOCIATION */
 10848                   "\000\001",
 10849                   /* UMLPackagePath */
 10850                   "\057CIM::Metrics::BaseMetric",
 10851                   /* Version */
 10852                   "\0632.7.0",
 10853                   0,
 10854               };
 10855               
 10856               MetaClass
 10857 mike  1.1.2.1 __root_cimv2_CIM_MetricInstance =
 10858               {
 10859                   /* flags */
 10860                   META_FLAG_ASSOCIATION,
 10861                   /* name */
 10862                   "CIM_MetricInstance",
 10863                   /* qualifiers */
 10864                   __root_cimv2_CIM_MetricInstance_qualifiers,
 10865                   /* super */
 10866                   &__root_cimv2_CIM_Dependency,
 10867                   /* features */
 10868                   _CIM_MetricInstance_features,
 10869               };
 10870               
 10871               //==============================================================================
 10872               //
 10873               // Class: CIM_NamedSharedIKESecret
 10874               //
 10875               //==============================================================================
 10876               
 10877               static const char*
 10878 mike  1.1.2.1 _CIM_NamedSharedIKESecret_SystemCreationClassName_qualifiers[] =
 10879               {
 10880                   /* Key */
 10881                   "\025\001",
 10882                   /* Propagated */
 10883                   "\045CIM_SharedSecretService.SystemCreationClassName",
 10884                   /* MaxLen */
 10885                   "\030\000\000\001\000",
 10886                   0,
 10887               };
 10888               
 10889               static MetaProperty
 10890               _CIM_NamedSharedIKESecret_SystemCreationClassName =
 10891               {
 10892                   /* flags */
 10893                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 10894                   /* name */
 10895                   "SystemCreationClassName",
 10896                   /* qualifiers */
 10897                   _CIM_NamedSharedIKESecret_SystemCreationClassName_qualifiers,
 10898                   /* type */
 10899 mike  1.1.2.1     CIMTYPE_STRING,
 10900                   /* subscript */
 10901                   -1,
 10902                   /* value */
 10903                   0,
 10904               };
 10905               
 10906               static const char*
 10907               _CIM_NamedSharedIKESecret_SystemName_qualifiers[] =
 10908               {
 10909                   /* Key */
 10910                   "\025\001",
 10911                   /* Propagated */
 10912                   "\045CIM_SharedSecretService.SystemName",
 10913                   /* MaxLen */
 10914                   "\030\000\000\001\000",
 10915                   0,
 10916               };
 10917               
 10918               static MetaProperty
 10919               _CIM_NamedSharedIKESecret_SystemName =
 10920 mike  1.1.2.1 {
 10921                   /* flags */
 10922                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 10923                   /* name */
 10924                   "SystemName",
 10925                   /* qualifiers */
 10926                   _CIM_NamedSharedIKESecret_SystemName_qualifiers,
 10927                   /* type */
 10928                   CIMTYPE_STRING,
 10929                   /* subscript */
 10930                   -1,
 10931                   /* value */
 10932                   0,
 10933               };
 10934               
 10935               static const char*
 10936               _CIM_NamedSharedIKESecret_ServiceCreationClassName_qualifiers[] =
 10937               {
 10938                   /* Key */
 10939                   "\025\001",
 10940                   /* Propagated */
 10941 mike  1.1.2.1     "\045CIM_SharedSecretService.CreationClassName",
 10942                   /* MaxLen */
 10943                   "\030\000\000\001\000",
 10944                   0,
 10945               };
 10946               
 10947               static MetaProperty
 10948               _CIM_NamedSharedIKESecret_ServiceCreationClassName =
 10949               {
 10950                   /* flags */
 10951                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 10952                   /* name */
 10953                   "ServiceCreationClassName",
 10954                   /* qualifiers */
 10955                   _CIM_NamedSharedIKESecret_ServiceCreationClassName_qualifiers,
 10956                   /* type */
 10957                   CIMTYPE_STRING,
 10958                   /* subscript */
 10959                   -1,
 10960                   /* value */
 10961                   0,
 10962 mike  1.1.2.1 };
 10963               
 10964               static const char*
 10965               _CIM_NamedSharedIKESecret_ServiceName_qualifiers[] =
 10966               {
 10967                   /* Key */
 10968                   "\025\001",
 10969                   /* Propagated */
 10970                   "\045CIM_SharedSecretService.Name",
 10971                   /* MaxLen */
 10972                   "\030\000\000\001\000",
 10973                   0,
 10974               };
 10975               
 10976               static MetaProperty
 10977               _CIM_NamedSharedIKESecret_ServiceName =
 10978               {
 10979                   /* flags */
 10980                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 10981                   /* name */
 10982                   "ServiceName",
 10983 mike  1.1.2.1     /* qualifiers */
 10984                   _CIM_NamedSharedIKESecret_ServiceName_qualifiers,
 10985                   /* type */
 10986                   CIMTYPE_STRING,
 10987                   /* subscript */
 10988                   -1,
 10989                   /* value */
 10990                   0,
 10991               };
 10992               
 10993               static const char*
 10994               _CIM_NamedSharedIKESecret_LocalIdentity_qualifiers[] =
 10995               {
 10996                   /* Key */
 10997                   "\025\001",
 10998                   /* MaxLen */
 10999                   "\030\000\000\001\000",
 11000                   /* ModelCorrespondence */
 11001                   "\036\000\001CIM_NamedSharedIKESecret.LocalIdentityType\000",
 11002                   0,
 11003               };
 11004 mike  1.1.2.1 
 11005               static MetaProperty
 11006               _CIM_NamedSharedIKESecret_LocalIdentity =
 11007               {
 11008                   /* flags */
 11009                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11010                   /* name */
 11011                   "LocalIdentity",
 11012                   /* qualifiers */
 11013                   _CIM_NamedSharedIKESecret_LocalIdentity_qualifiers,
 11014                   /* type */
 11015                   CIMTYPE_STRING,
 11016                   /* subscript */
 11017                   -1,
 11018                   /* value */
 11019                   0,
 11020               };
 11021               
 11022               static const char*
 11023               _CIM_NamedSharedIKESecret_LocalIdentityType_qualifiers[] =
 11024               {
 11025 mike  1.1.2.1     /* Key */
 11026                   "\025\001",
 11027                   /* ValueMap */
 11028                   "\061\000\0131\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 11029                   /* Values */
 11030                   "\062\000\013IPV4_ADDR\000FQDN\000USER_FQDN\000IPV4_ADDR_SUBNET\000IPV6_ADDR\000IPV6_ADDR_SUBNET\000IPV4_ADDR_RANGE\000IPV6_ADDR_RANGE\000DER_ASN1_DN\000DER_ASN1_GN\000KEY_ID\000",
 11031                   /* ModelCorrespondence */
 11032                   "\036\000\001CIM_NamedSharedIKESecret.LocalIdentity\000",
 11033                   0,
 11034               };
 11035               
 11036               static MetaProperty
 11037               _CIM_NamedSharedIKESecret_LocalIdentityType =
 11038               {
 11039                   /* flags */
 11040                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11041                   /* name */
 11042                   "LocalIdentityType",
 11043                   /* qualifiers */
 11044                   _CIM_NamedSharedIKESecret_LocalIdentityType_qualifiers,
 11045                   /* type */
 11046 mike  1.1.2.1     CIMTYPE_UINT16,
 11047                   /* subscript */
 11048                   -1,
 11049                   /* value */
 11050                   0,
 11051               };
 11052               
 11053               static const char*
 11054               _CIM_NamedSharedIKESecret_PeerIdentity_qualifiers[] =
 11055               {
 11056                   /* Key */
 11057                   "\025\001",
 11058                   /* MaxLen */
 11059                   "\030\000\000\001\000",
 11060                   /* ModelCorrespondence */
 11061                   "\036\000\001CIM_NamedSharedIKESecret.PeerIdentityType\000",
 11062                   0,
 11063               };
 11064               
 11065               static MetaProperty
 11066               _CIM_NamedSharedIKESecret_PeerIdentity =
 11067 mike  1.1.2.1 {
 11068                   /* flags */
 11069                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11070                   /* name */
 11071                   "PeerIdentity",
 11072                   /* qualifiers */
 11073                   _CIM_NamedSharedIKESecret_PeerIdentity_qualifiers,
 11074                   /* type */
 11075                   CIMTYPE_STRING,
 11076                   /* subscript */
 11077                   -1,
 11078                   /* value */
 11079                   0,
 11080               };
 11081               
 11082               static const char*
 11083               _CIM_NamedSharedIKESecret_PeerIdentityType_qualifiers[] =
 11084               {
 11085                   /* Key */
 11086                   "\025\001",
 11087                   /* ValueMap */
 11088 mike  1.1.2.1     "\061\000\0131\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 11089                   /* Values */
 11090                   "\062\000\013IPV4_ADDR\000FQDN\000USER_FQDN\000IPV4_ADDR_SUBNET\000IPV6_ADDR\000IPV6_ADDR_SUBNET\000IPV4_ADDR_RANGE\000IPV6_ADDR_RANGE\000DER_ASN1_DN\000DER_ASN1_GN\000KEY_ID\000",
 11091                   /* ModelCorrespondence */
 11092                   "\036\000\001CIM_NamedSharedIKESecret.PeerIdentity\000",
 11093                   0,
 11094               };
 11095               
 11096               static MetaProperty
 11097               _CIM_NamedSharedIKESecret_PeerIdentityType =
 11098               {
 11099                   /* flags */
 11100                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11101                   /* name */
 11102                   "PeerIdentityType",
 11103                   /* qualifiers */
 11104                   _CIM_NamedSharedIKESecret_PeerIdentityType_qualifiers,
 11105                   /* type */
 11106                   CIMTYPE_UINT16,
 11107                   /* subscript */
 11108                   -1,
 11109 mike  1.1.2.1     /* value */
 11110                   0,
 11111               };
 11112               
 11113               static const char*
 11114               _CIM_NamedSharedIKESecret_SharedSecretName_qualifiers[] =
 11115               {
 11116                   0,
 11117               };
 11118               
 11119               static MetaProperty
 11120               _CIM_NamedSharedIKESecret_SharedSecretName =
 11121               {
 11122                   /* flags */
 11123                   META_FLAG_PROPERTY|META_FLAG_READ,
 11124                   /* name */
 11125                   "SharedSecretName",
 11126                   /* qualifiers */
 11127                   _CIM_NamedSharedIKESecret_SharedSecretName_qualifiers,
 11128                   /* type */
 11129                   CIMTYPE_STRING,
 11130 mike  1.1.2.1     /* subscript */
 11131                   -1,
 11132                   /* value */
 11133                   0,
 11134               };
 11135               
 11136               static MetaFeature*
 11137               _CIM_NamedSharedIKESecret_features[] =
 11138               {
 11139                   (MetaFeature*)&_CIM_NamedSharedIKESecret_SystemCreationClassName,
 11140                   (MetaFeature*)&_CIM_NamedSharedIKESecret_SystemName,
 11141                   (MetaFeature*)&_CIM_NamedSharedIKESecret_ServiceCreationClassName,
 11142                   (MetaFeature*)&_CIM_NamedSharedIKESecret_ServiceName,
 11143                   (MetaFeature*)&_CIM_NamedSharedIKESecret_LocalIdentity,
 11144                   (MetaFeature*)&_CIM_NamedSharedIKESecret_LocalIdentityType,
 11145                   (MetaFeature*)&_CIM_NamedSharedIKESecret_PeerIdentity,
 11146                   (MetaFeature*)&_CIM_NamedSharedIKESecret_PeerIdentityType,
 11147                   (MetaFeature*)&_CIM_NamedSharedIKESecret_SharedSecretName,
 11148                   0,
 11149               };
 11150               
 11151 mike  1.1.2.1 static const char*
 11152               __root_cimv2_CIM_NamedSharedIKESecret_qualifiers[] =
 11153               {
 11154                   /* UMLPackagePath */
 11155                   "\057CIM::User::SharedSecret",
 11156                   /* Version */
 11157                   "\0632.6.0",
 11158                   0,
 11159               };
 11160               
 11161               MetaClass
 11162               __root_cimv2_CIM_NamedSharedIKESecret =
 11163               {
 11164                   /* flags */
 11165                   META_FLAG_CLASS,
 11166                   /* name */
 11167                   "CIM_NamedSharedIKESecret",
 11168                   /* qualifiers */
 11169                   __root_cimv2_CIM_NamedSharedIKESecret_qualifiers,
 11170                   /* super */
 11171                   &__root_cimv2_CIM_Credential,
 11172 mike  1.1.2.1     /* features */
 11173                   _CIM_NamedSharedIKESecret_features,
 11174               };
 11175               
 11176               //==============================================================================
 11177               //
 11178               // Class: CIM_Namespace
 11179               //
 11180               //==============================================================================
 11181               
 11182               static const char*
 11183               _CIM_Namespace_SystemCreationClassName_qualifiers[] =
 11184               {
 11185                   /* Key */
 11186                   "\025\001",
 11187                   /* Propagated */
 11188                   "\045CIM_ObjectManager.SystemCreationClassName",
 11189                   /* MaxLen */
 11190                   "\030\000\000\001\000",
 11191                   0,
 11192               };
 11193 mike  1.1.2.1 
 11194               static MetaProperty
 11195               _CIM_Namespace_SystemCreationClassName =
 11196               {
 11197                   /* flags */
 11198                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11199                   /* name */
 11200                   "SystemCreationClassName",
 11201                   /* qualifiers */
 11202                   _CIM_Namespace_SystemCreationClassName_qualifiers,
 11203                   /* type */
 11204                   CIMTYPE_STRING,
 11205                   /* subscript */
 11206                   -1,
 11207                   /* value */
 11208                   0,
 11209               };
 11210               
 11211               static const char*
 11212               _CIM_Namespace_SystemName_qualifiers[] =
 11213               {
 11214 mike  1.1.2.1     /* Key */
 11215                   "\025\001",
 11216                   /* Propagated */
 11217                   "\045CIM_ObjectManager.SystemName",
 11218                   /* MaxLen */
 11219                   "\030\000\000\001\000",
 11220                   0,
 11221               };
 11222               
 11223               static MetaProperty
 11224               _CIM_Namespace_SystemName =
 11225               {
 11226                   /* flags */
 11227                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11228                   /* name */
 11229                   "SystemName",
 11230                   /* qualifiers */
 11231                   _CIM_Namespace_SystemName_qualifiers,
 11232                   /* type */
 11233                   CIMTYPE_STRING,
 11234                   /* subscript */
 11235 mike  1.1.2.1     -1,
 11236                   /* value */
 11237                   0,
 11238               };
 11239               
 11240               static const char*
 11241               _CIM_Namespace_ObjectManagerCreationClassName_qualifiers[] =
 11242               {
 11243                   /* Key */
 11244                   "\025\001",
 11245                   /* Propagated */
 11246                   "\045CIM_ObjectManager.CreationClassName",
 11247                   /* MaxLen */
 11248                   "\030\000\000\001\000",
 11249                   0,
 11250               };
 11251               
 11252               static MetaProperty
 11253               _CIM_Namespace_ObjectManagerCreationClassName =
 11254               {
 11255                   /* flags */
 11256 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11257                   /* name */
 11258                   "ObjectManagerCreationClassName",
 11259                   /* qualifiers */
 11260                   _CIM_Namespace_ObjectManagerCreationClassName_qualifiers,
 11261                   /* type */
 11262                   CIMTYPE_STRING,
 11263                   /* subscript */
 11264                   -1,
 11265                   /* value */
 11266                   0,
 11267               };
 11268               
 11269               static const char*
 11270               _CIM_Namespace_ObjectManagerName_qualifiers[] =
 11271               {
 11272                   /* Key */
 11273                   "\025\001",
 11274                   /* Propagated */
 11275                   "\045CIM_ObjectManager.Name",
 11276                   /* MaxLen */
 11277 mike  1.1.2.1     "\030\000\000\001\000",
 11278                   0,
 11279               };
 11280               
 11281               static MetaProperty
 11282               _CIM_Namespace_ObjectManagerName =
 11283               {
 11284                   /* flags */
 11285                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11286                   /* name */
 11287                   "ObjectManagerName",
 11288                   /* qualifiers */
 11289                   _CIM_Namespace_ObjectManagerName_qualifiers,
 11290                   /* type */
 11291                   CIMTYPE_STRING,
 11292                   /* subscript */
 11293                   -1,
 11294                   /* value */
 11295                   0,
 11296               };
 11297               
 11298 mike  1.1.2.1 static const char*
 11299               _CIM_Namespace_CreationClassName_qualifiers[] =
 11300               {
 11301                   /* Key */
 11302                   "\025\001",
 11303                   /* MaxLen */
 11304                   "\030\000\000\001\000",
 11305                   0,
 11306               };
 11307               
 11308               static MetaProperty
 11309               _CIM_Namespace_CreationClassName =
 11310               {
 11311                   /* flags */
 11312                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11313                   /* name */
 11314                   "CreationClassName",
 11315                   /* qualifiers */
 11316                   _CIM_Namespace_CreationClassName_qualifiers,
 11317                   /* type */
 11318                   CIMTYPE_STRING,
 11319 mike  1.1.2.1     /* subscript */
 11320                   -1,
 11321                   /* value */
 11322                   0,
 11323               };
 11324               
 11325               static const char*
 11326               _CIM_Namespace_Name_qualifiers[] =
 11327               {
 11328                   /* Key */
 11329                   "\025\001",
 11330                   /* MaxLen */
 11331                   "\030\000\000\001\000",
 11332                   0,
 11333               };
 11334               
 11335               static MetaProperty
 11336               _CIM_Namespace_Name =
 11337               {
 11338                   /* flags */
 11339                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11340 mike  1.1.2.1     /* name */
 11341                   "Name",
 11342                   /* qualifiers */
 11343                   _CIM_Namespace_Name_qualifiers,
 11344                   /* type */
 11345                   CIMTYPE_STRING,
 11346                   /* subscript */
 11347                   -1,
 11348                   /* value */
 11349                   0,
 11350               };
 11351               
 11352               static const char*
 11353               _CIM_Namespace_ClassInfo_qualifiers[] =
 11354               {
 11355                   /* Deprecated */
 11356                   "\013\000\001CIM_Namespace.ClassType\000",
 11357                   /* Required */
 11358                   "\050\001",
 11359                   /* Write */
 11360                   "\065\001",
 11361 mike  1.1.2.1     /* ValueMap */
 11362                   "\061\000\0170\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000200\000201\000202\000",
 11363                   /* Values */
 11364                   "\062\000\017Unknown\000Other\000CIM 1.0\000CIM 2.0\000CIM 2.1\000CIM 2.2\000CIM 2.3\000CIM 2.4\000CIM 2.5\000CIM 2.6\000CIM 2.7\000CIM 2.8\000DMI Recast\000SNMP Recast\000CMIP Recast\000",
 11365                   /* ModelCorrespondence */
 11366                   "\036\000\001CIM_Namespace.DescriptionOfClassInfo\000",
 11367                   0,
 11368               };
 11369               
 11370               static MetaProperty
 11371               _CIM_Namespace_ClassInfo =
 11372               {
 11373                   /* flags */
 11374                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
 11375                   /* name */
 11376                   "ClassInfo",
 11377                   /* qualifiers */
 11378                   _CIM_Namespace_ClassInfo_qualifiers,
 11379                   /* type */
 11380                   CIMTYPE_UINT16,
 11381                   /* subscript */
 11382 mike  1.1.2.1     -1,
 11383                   /* value */
 11384                   0,
 11385               };
 11386               
 11387               static const char*
 11388               _CIM_Namespace_DescriptionOfClassInfo_qualifiers[] =
 11389               {
 11390                   /* Deprecated */
 11391                   "\013\000\001CIM_Namespace.DescriptionOfClassType\000",
 11392                   /* Write */
 11393                   "\065\001",
 11394                   /* ModelCorrespondence */
 11395                   "\036\000\001CIM_Namespace.ClassInfo\000",
 11396                   0,
 11397               };
 11398               
 11399               static MetaProperty
 11400               _CIM_Namespace_DescriptionOfClassInfo =
 11401               {
 11402                   /* flags */
 11403 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 11404                   /* name */
 11405                   "DescriptionOfClassInfo",
 11406                   /* qualifiers */
 11407                   _CIM_Namespace_DescriptionOfClassInfo_qualifiers,
 11408                   /* type */
 11409                   CIMTYPE_STRING,
 11410                   /* subscript */
 11411                   -1,
 11412                   /* value */
 11413                   0,
 11414               };
 11415               
 11416               static const char*
 11417               _CIM_Namespace_ClassType_qualifiers[] =
 11418               {
 11419                   /* Write */
 11420                   "\065\001",
 11421                   /* ValueMap */
 11422                   "\061\000\0060\0001\0002\000200\000201\000202\000",
 11423                   /* Values */
 11424 mike  1.1.2.1     "\062\000\006Unknown\000Other\000CIM\000DMI Recast\000SNMP Recast\000CMIP Recast\000",
 11425                   /* ModelCorrespondence */
 11426                   "\036\000\002CIM_Namespace.DescriptionOfClassType\000CIM_Namespace.ClassTypeVersion\000",
 11427                   0,
 11428               };
 11429               
 11430               static MetaProperty
 11431               _CIM_Namespace_ClassType =
 11432               {
 11433                   /* flags */
 11434                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 11435                   /* name */
 11436                   "ClassType",
 11437                   /* qualifiers */
 11438                   _CIM_Namespace_ClassType_qualifiers,
 11439                   /* type */
 11440                   CIMTYPE_UINT16,
 11441                   /* subscript */
 11442                   -1,
 11443                   /* value */
 11444                   0,
 11445 mike  1.1.2.1 };
 11446               
 11447               static const char*
 11448               _CIM_Namespace_ClassTypeVersion_qualifiers[] =
 11449               {
 11450                   /* Write */
 11451                   "\065\001",
 11452                   /* ModelCorrespondence */
 11453                   "\036\000\002CIM_Namespace.DescriptionOfClassType\000CIM_Namespace.ClassType\000",
 11454                   0,
 11455               };
 11456               
 11457               static MetaProperty
 11458               _CIM_Namespace_ClassTypeVersion =
 11459               {
 11460                   /* flags */
 11461                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 11462                   /* name */
 11463                   "ClassTypeVersion",
 11464                   /* qualifiers */
 11465                   _CIM_Namespace_ClassTypeVersion_qualifiers,
 11466 mike  1.1.2.1     /* type */
 11467                   CIMTYPE_STRING,
 11468                   /* subscript */
 11469                   -1,
 11470                   /* value */
 11471                   0,
 11472               };
 11473               
 11474               static const char*
 11475               _CIM_Namespace_DescriptionOfClassType_qualifiers[] =
 11476               {
 11477                   /* Write */
 11478                   "\065\001",
 11479                   /* ModelCorrespondence */
 11480                   "\036\000\002CIM_Namespace.ClassType\000CIM_Namespace.ClassTypeVersion\000",
 11481                   0,
 11482               };
 11483               
 11484               static MetaProperty
 11485               _CIM_Namespace_DescriptionOfClassType =
 11486               {
 11487 mike  1.1.2.1     /* flags */
 11488                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 11489                   /* name */
 11490                   "DescriptionOfClassType",
 11491                   /* qualifiers */
 11492                   _CIM_Namespace_DescriptionOfClassType_qualifiers,
 11493                   /* type */
 11494                   CIMTYPE_STRING,
 11495                   /* subscript */
 11496                   -1,
 11497                   /* value */
 11498                   0,
 11499               };
 11500               
 11501               static MetaFeature*
 11502               _CIM_Namespace_features[] =
 11503               {
 11504                   (MetaFeature*)&_CIM_Namespace_SystemCreationClassName,
 11505                   (MetaFeature*)&_CIM_Namespace_SystemName,
 11506                   (MetaFeature*)&_CIM_Namespace_ObjectManagerCreationClassName,
 11507                   (MetaFeature*)&_CIM_Namespace_ObjectManagerName,
 11508 mike  1.1.2.1     (MetaFeature*)&_CIM_Namespace_CreationClassName,
 11509                   (MetaFeature*)&_CIM_Namespace_Name,
 11510                   (MetaFeature*)&_CIM_Namespace_ClassInfo,
 11511                   (MetaFeature*)&_CIM_Namespace_DescriptionOfClassInfo,
 11512                   (MetaFeature*)&_CIM_Namespace_ClassType,
 11513                   (MetaFeature*)&_CIM_Namespace_ClassTypeVersion,
 11514                   (MetaFeature*)&_CIM_Namespace_DescriptionOfClassType,
 11515                   0,
 11516               };
 11517               
 11518               static const char*
 11519               __root_cimv2_CIM_Namespace_qualifiers[] =
 11520               {
 11521                   /* UMLPackagePath */
 11522                   "\057CIM::Interop",
 11523                   /* Version */
 11524                   "\0632.8.0",
 11525                   0,
 11526               };
 11527               
 11528               MetaClass
 11529 mike  1.1.2.1 __root_cimv2_CIM_Namespace =
 11530               {
 11531                   /* flags */
 11532                   META_FLAG_CLASS,
 11533                   /* name */
 11534                   "CIM_Namespace",
 11535                   /* qualifiers */
 11536                   __root_cimv2_CIM_Namespace_qualifiers,
 11537                   /* super */
 11538                   &__root_cimv2_CIM_ManagedElement,
 11539                   /* features */
 11540                   _CIM_Namespace_features,
 11541               };
 11542               
 11543               //==============================================================================
 11544               //
 11545               // Class: CIM_NextHopRoute
 11546               //
 11547               //==============================================================================
 11548               
 11549               static const char*
 11550 mike  1.1.2.1 _CIM_NextHopRoute_InstanceID_qualifiers[] =
 11551               {
 11552                   /* Key */
 11553                   "\025\001",
 11554                   0,
 11555               };
 11556               
 11557               static MetaProperty
 11558               _CIM_NextHopRoute_InstanceID =
 11559               {
 11560                   /* flags */
 11561                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11562                   /* name */
 11563                   "InstanceID",
 11564                   /* qualifiers */
 11565                   _CIM_NextHopRoute_InstanceID_qualifiers,
 11566                   /* type */
 11567                   CIMTYPE_STRING,
 11568                   /* subscript */
 11569                   -1,
 11570                   /* value */
 11571 mike  1.1.2.1     0,
 11572               };
 11573               
 11574               static const char*
 11575               _CIM_NextHopRoute_DestinationAddress_qualifiers[] =
 11576               {
 11577                   0,
 11578               };
 11579               
 11580               static MetaProperty
 11581               _CIM_NextHopRoute_DestinationAddress =
 11582               {
 11583                   /* flags */
 11584                   META_FLAG_PROPERTY|META_FLAG_READ,
 11585                   /* name */
 11586                   "DestinationAddress",
 11587                   /* qualifiers */
 11588                   _CIM_NextHopRoute_DestinationAddress_qualifiers,
 11589                   /* type */
 11590                   CIMTYPE_STRING,
 11591                   /* subscript */
 11592 mike  1.1.2.1     -1,
 11593                   /* value */
 11594                   0,
 11595               };
 11596               
 11597               static const char*
 11598               _CIM_NextHopRoute_AdminDistance_qualifiers[] =
 11599               {
 11600                   0,
 11601               };
 11602               
 11603               static MetaProperty
 11604               _CIM_NextHopRoute_AdminDistance =
 11605               {
 11606                   /* flags */
 11607                   META_FLAG_PROPERTY|META_FLAG_READ,
 11608                   /* name */
 11609                   "AdminDistance",
 11610                   /* qualifiers */
 11611                   _CIM_NextHopRoute_AdminDistance_qualifiers,
 11612                   /* type */
 11613 mike  1.1.2.1     CIMTYPE_UINT16,
 11614                   /* subscript */
 11615                   -1,
 11616                   /* value */
 11617                   0,
 11618               };
 11619               
 11620               static const char*
 11621               _CIM_NextHopRoute_RouteMetric_qualifiers[] =
 11622               {
 11623                   0,
 11624               };
 11625               
 11626               static MetaProperty
 11627               _CIM_NextHopRoute_RouteMetric =
 11628               {
 11629                   /* flags */
 11630                   META_FLAG_PROPERTY|META_FLAG_READ,
 11631                   /* name */
 11632                   "RouteMetric",
 11633                   /* qualifiers */
 11634 mike  1.1.2.1     _CIM_NextHopRoute_RouteMetric_qualifiers,
 11635                   /* type */
 11636                   CIMTYPE_UINT16,
 11637                   /* subscript */
 11638                   -1,
 11639                   /* value */
 11640                   0,
 11641               };
 11642               
 11643               static const char*
 11644               _CIM_NextHopRoute_IsStatic_qualifiers[] =
 11645               {
 11646                   0,
 11647               };
 11648               
 11649               static MetaProperty
 11650               _CIM_NextHopRoute_IsStatic =
 11651               {
 11652                   /* flags */
 11653                   META_FLAG_PROPERTY|META_FLAG_READ,
 11654                   /* name */
 11655 mike  1.1.2.1     "IsStatic",
 11656                   /* qualifiers */
 11657                   _CIM_NextHopRoute_IsStatic_qualifiers,
 11658                   /* type */
 11659                   CIMTYPE_BOOLEAN,
 11660                   /* subscript */
 11661                   -1,
 11662                   /* value */
 11663                   0,
 11664               };
 11665               
 11666               static const char*
 11667               _CIM_NextHopRoute_TypeOfRoute_qualifiers[] =
 11668               {
 11669                   /* ValueMap */
 11670                   "\061\000\0032\0003\0004\000",
 11671                   /* Values */
 11672                   "\062\000\003Administrator Defined Route\000Computed Route\000Actual Route\000",
 11673                   0,
 11674               };
 11675               
 11676 mike  1.1.2.1 static MetaProperty
 11677               _CIM_NextHopRoute_TypeOfRoute =
 11678               {
 11679                   /* flags */
 11680                   META_FLAG_PROPERTY|META_FLAG_READ,
 11681                   /* name */
 11682                   "TypeOfRoute",
 11683                   /* qualifiers */
 11684                   _CIM_NextHopRoute_TypeOfRoute_qualifiers,
 11685                   /* type */
 11686                   CIMTYPE_UINT16,
 11687                   /* subscript */
 11688                   -1,
 11689                   /* value */
 11690                   "\000\003",
 11691               };
 11692               
 11693               static MetaFeature*
 11694               _CIM_NextHopRoute_features[] =
 11695               {
 11696                   (MetaFeature*)&_CIM_NextHopRoute_InstanceID,
 11697 mike  1.1.2.1     (MetaFeature*)&_CIM_NextHopRoute_DestinationAddress,
 11698                   (MetaFeature*)&_CIM_NextHopRoute_AdminDistance,
 11699                   (MetaFeature*)&_CIM_NextHopRoute_RouteMetric,
 11700                   (MetaFeature*)&_CIM_NextHopRoute_IsStatic,
 11701                   (MetaFeature*)&_CIM_NextHopRoute_TypeOfRoute,
 11702                   0,
 11703               };
 11704               
 11705               static const char*
 11706               __root_cimv2_CIM_NextHopRoute_qualifiers[] =
 11707               {
 11708                   /* UMLPackagePath */
 11709                   "\057CIM::Network::Routes",
 11710                   /* Version */
 11711                   "\0632.7.0",
 11712                   0,
 11713               };
 11714               
 11715               MetaClass
 11716               __root_cimv2_CIM_NextHopRoute =
 11717               {
 11718 mike  1.1.2.1     /* flags */
 11719                   META_FLAG_CLASS,
 11720                   /* name */
 11721                   "CIM_NextHopRoute",
 11722                   /* qualifiers */
 11723                   __root_cimv2_CIM_NextHopRoute_qualifiers,
 11724                   /* super */
 11725                   &__root_cimv2_CIM_ManagedElement,
 11726                   /* features */
 11727                   _CIM_NextHopRoute_features,
 11728               };
 11729               
 11730               //==============================================================================
 11731               //
 11732               // Class: CIM_OrderedMemberOfCollection
 11733               //
 11734               //==============================================================================
 11735               
 11736               static const char*
 11737               _CIM_OrderedMemberOfCollection_AssignedSequence_qualifiers[] =
 11738               {
 11739 mike  1.1.2.1     0,
 11740               };
 11741               
 11742               static MetaProperty
 11743               _CIM_OrderedMemberOfCollection_AssignedSequence =
 11744               {
 11745                   /* flags */
 11746                   META_FLAG_PROPERTY|META_FLAG_READ,
 11747                   /* name */
 11748                   "AssignedSequence",
 11749                   /* qualifiers */
 11750                   _CIM_OrderedMemberOfCollection_AssignedSequence_qualifiers,
 11751                   /* type */
 11752                   CIMTYPE_UINT64,
 11753                   /* subscript */
 11754                   -1,
 11755                   /* value */
 11756                   0,
 11757               };
 11758               
 11759               static MetaFeature*
 11760 mike  1.1.2.1 _CIM_OrderedMemberOfCollection_features[] =
 11761               {
 11762                   (MetaFeature*)&_CIM_OrderedMemberOfCollection_AssignedSequence,
 11763                   0,
 11764               };
 11765               
 11766               static const char*
 11767               __root_cimv2_CIM_OrderedMemberOfCollection_qualifiers[] =
 11768               {
 11769                   /* ASSOCIATION */
 11770                   "\000\001",
 11771                   /* UMLPackagePath */
 11772                   "\057CIM::Core::Collection",
 11773                   /* Aggregation */
 11774                   "\004\001",
 11775                   /* Version */
 11776                   "\0632.10.0",
 11777                   0,
 11778               };
 11779               
 11780               MetaClass
 11781 mike  1.1.2.1 __root_cimv2_CIM_OrderedMemberOfCollection =
 11782               {
 11783                   /* flags */
 11784                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 11785                   /* name */
 11786                   "CIM_OrderedMemberOfCollection",
 11787                   /* qualifiers */
 11788                   __root_cimv2_CIM_OrderedMemberOfCollection_qualifiers,
 11789                   /* super */
 11790                   &__root_cimv2_CIM_MemberOfCollection,
 11791                   /* features */
 11792                   _CIM_OrderedMemberOfCollection_features,
 11793               };
 11794               
 11795               //==============================================================================
 11796               //
 11797               // Class: CIM_OrganizationalEntity
 11798               //
 11799               //==============================================================================
 11800               
 11801               static MetaFeature*
 11802 mike  1.1.2.1 _CIM_OrganizationalEntity_features[] =
 11803               {
 11804                   0,
 11805               };
 11806               
 11807               static const char*
 11808               __root_cimv2_CIM_OrganizationalEntity_qualifiers[] =
 11809               {
 11810                   /* UMLPackagePath */
 11811                   "\057CIM::User::Org",
 11812                   /* Abstract */
 11813                   "\002\001",
 11814                   /* Version */
 11815                   "\0632.6.0",
 11816                   0,
 11817               };
 11818               
 11819               MetaClass
 11820               __root_cimv2_CIM_OrganizationalEntity =
 11821               {
 11822                   /* flags */
 11823 mike  1.1.2.1     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 11824                   /* name */
 11825                   "CIM_OrganizationalEntity",
 11826                   /* qualifiers */
 11827                   __root_cimv2_CIM_OrganizationalEntity_qualifiers,
 11828                   /* super */
 11829                   &__root_cimv2_CIM_ManagedElement,
 11830                   /* features */
 11831                   _CIM_OrganizationalEntity_features,
 11832               };
 11833               
 11834               //==============================================================================
 11835               //
 11836               // Class: CIM_OrgStructure
 11837               //
 11838               //==============================================================================
 11839               
 11840               static const char*
 11841               _CIM_OrgStructure_Parent_qualifiers[] =
 11842               {
 11843                   /* Key */
 11844 mike  1.1.2.1     "\025\001",
 11845                   /* Aggregate */
 11846                   "\003\001",
 11847                   /* Max */
 11848                   "\027\000\000\000\001",
 11849                   0,
 11850               };
 11851               
 11852               static MetaReference
 11853               _CIM_OrgStructure_Parent =
 11854               {
 11855                   /* flags */
 11856                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 11857                   /* name */
 11858                   "Parent",
 11859                   /* qualifiers */
 11860                   _CIM_OrgStructure_Parent_qualifiers,
 11861                   /* subscript */
 11862                   -1,
 11863                   /* refId */
 11864                   &__root_cimv2_CIM_OrganizationalEntity,
 11865 mike  1.1.2.1 };
 11866               
 11867               static const char*
 11868               _CIM_OrgStructure_Child_qualifiers[] =
 11869               {
 11870                   /* Key */
 11871                   "\025\001",
 11872                   0,
 11873               };
 11874               
 11875               static MetaReference
 11876               _CIM_OrgStructure_Child =
 11877               {
 11878                   /* flags */
 11879                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 11880                   /* name */
 11881                   "Child",
 11882                   /* qualifiers */
 11883                   _CIM_OrgStructure_Child_qualifiers,
 11884                   /* subscript */
 11885                   -1,
 11886 mike  1.1.2.1     /* refId */
 11887                   &__root_cimv2_CIM_OrganizationalEntity,
 11888               };
 11889               
 11890               static MetaFeature*
 11891               _CIM_OrgStructure_features[] =
 11892               {
 11893                   (MetaFeature*)&_CIM_OrgStructure_Parent,
 11894                   (MetaFeature*)&_CIM_OrgStructure_Child,
 11895                   0,
 11896               };
 11897               
 11898               static const char*
 11899               __root_cimv2_CIM_OrgStructure_qualifiers[] =
 11900               {
 11901                   /* ASSOCIATION */
 11902                   "\000\001",
 11903                   /* UMLPackagePath */
 11904                   "\057CIM::User::Org",
 11905                   /* Aggregation */
 11906                   "\004\001",
 11907 mike  1.1.2.1     /* Version */
 11908                   "\0632.6.0",
 11909                   0,
 11910               };
 11911               
 11912               MetaClass
 11913               __root_cimv2_CIM_OrgStructure =
 11914               {
 11915                   /* flags */
 11916                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 11917                   /* name */
 11918                   "CIM_OrgStructure",
 11919                   /* qualifiers */
 11920                   __root_cimv2_CIM_OrgStructure_qualifiers,
 11921                   /* super */
 11922                   0,
 11923                   /* features */
 11924                   _CIM_OrgStructure_features,
 11925               };
 11926               
 11927               //==============================================================================
 11928 mike  1.1.2.1 //
 11929               // Class: CIM_OrgUnit
 11930               //
 11931               //==============================================================================
 11932               
 11933               static const char*
 11934               _CIM_OrgUnit_CreationClassName_qualifiers[] =
 11935               {
 11936                   /* Key */
 11937                   "\025\001",
 11938                   /* MaxLen */
 11939                   "\030\000\000\001\000",
 11940                   0,
 11941               };
 11942               
 11943               static MetaProperty
 11944               _CIM_OrgUnit_CreationClassName =
 11945               {
 11946                   /* flags */
 11947                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11948                   /* name */
 11949 mike  1.1.2.1     "CreationClassName",
 11950                   /* qualifiers */
 11951                   _CIM_OrgUnit_CreationClassName_qualifiers,
 11952                   /* type */
 11953                   CIMTYPE_STRING,
 11954                   /* subscript */
 11955                   -1,
 11956                   /* value */
 11957                   0,
 11958               };
 11959               
 11960               static const char*
 11961               _CIM_OrgUnit_Name_qualifiers[] =
 11962               {
 11963                   /* Key */
 11964                   "\025\001",
 11965                   /* MaxLen */
 11966                   "\030\000\000\004\000",
 11967                   0,
 11968               };
 11969               
 11970 mike  1.1.2.1 static MetaProperty
 11971               _CIM_OrgUnit_Name =
 11972               {
 11973                   /* flags */
 11974                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 11975                   /* name */
 11976                   "Name",
 11977                   /* qualifiers */
 11978                   _CIM_OrgUnit_Name_qualifiers,
 11979                   /* type */
 11980                   CIMTYPE_STRING,
 11981                   /* subscript */
 11982                   -1,
 11983                   /* value */
 11984                   0,
 11985               };
 11986               
 11987               static const char*
 11988               _CIM_OrgUnit_BusinessCategory_qualifiers[] =
 11989               {
 11990                   /* MaxLen */
 11991 mike  1.1.2.1     "\030\000\000\000\200",
 11992                   0,
 11993               };
 11994               
 11995               static MetaProperty
 11996               _CIM_OrgUnit_BusinessCategory =
 11997               {
 11998                   /* flags */
 11999                   META_FLAG_PROPERTY|META_FLAG_READ,
 12000                   /* name */
 12001                   "BusinessCategory",
 12002                   /* qualifiers */
 12003                   _CIM_OrgUnit_BusinessCategory_qualifiers,
 12004                   /* type */
 12005                   CIMTYPE_STRING,
 12006                   /* subscript */
 12007                   -1,
 12008                   /* value */
 12009                   0,
 12010               };
 12011               
 12012 mike  1.1.2.1 static const char*
 12013               _CIM_OrgUnit_FacsimileTelephoneNumber_qualifiers[] =
 12014               {
 12015                   0,
 12016               };
 12017               
 12018               static MetaProperty
 12019               _CIM_OrgUnit_FacsimileTelephoneNumber =
 12020               {
 12021                   /* flags */
 12022                   META_FLAG_PROPERTY|META_FLAG_READ,
 12023                   /* name */
 12024                   "FacsimileTelephoneNumber",
 12025                   /* qualifiers */
 12026                   _CIM_OrgUnit_FacsimileTelephoneNumber_qualifiers,
 12027                   /* type */
 12028                   CIMTYPE_STRING,
 12029                   /* subscript */
 12030                   -1,
 12031                   /* value */
 12032                   0,
 12033 mike  1.1.2.1 };
 12034               
 12035               static const char*
 12036               _CIM_OrgUnit_LocalityName_qualifiers[] =
 12037               {
 12038                   0,
 12039               };
 12040               
 12041               static MetaProperty
 12042               _CIM_OrgUnit_LocalityName =
 12043               {
 12044                   /* flags */
 12045                   META_FLAG_PROPERTY|META_FLAG_READ,
 12046                   /* name */
 12047                   "LocalityName",
 12048                   /* qualifiers */
 12049                   _CIM_OrgUnit_LocalityName_qualifiers,
 12050                   /* type */
 12051                   CIMTYPE_STRING,
 12052                   /* subscript */
 12053                   -1,
 12054 mike  1.1.2.1     /* value */
 12055                   0,
 12056               };
 12057               
 12058               static const char*
 12059               _CIM_OrgUnit_OU_qualifiers[] =
 12060               {
 12061                   /* Required */
 12062                   "\050\001",
 12063                   0,
 12064               };
 12065               
 12066               static MetaProperty
 12067               _CIM_OrgUnit_OU =
 12068               {
 12069                   /* flags */
 12070                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 12071                   /* name */
 12072                   "OU",
 12073                   /* qualifiers */
 12074                   _CIM_OrgUnit_OU_qualifiers,
 12075 mike  1.1.2.1     /* type */
 12076                   CIMTYPE_STRING,
 12077                   /* subscript */
 12078                   -1,
 12079                   /* value */
 12080                   0,
 12081               };
 12082               
 12083               static const char*
 12084               _CIM_OrgUnit_PostalAddress_qualifiers[] =
 12085               {
 12086                   0,
 12087               };
 12088               
 12089               static MetaProperty
 12090               _CIM_OrgUnit_PostalAddress =
 12091               {
 12092                   /* flags */
 12093                   META_FLAG_PROPERTY|META_FLAG_READ,
 12094                   /* name */
 12095                   "PostalAddress",
 12096 mike  1.1.2.1     /* qualifiers */
 12097                   _CIM_OrgUnit_PostalAddress_qualifiers,
 12098                   /* type */
 12099                   CIMTYPE_STRING,
 12100                   /* subscript */
 12101                   0,
 12102                   /* value */
 12103                   0,
 12104               };
 12105               
 12106               static const char*
 12107               _CIM_OrgUnit_PostalCode_qualifiers[] =
 12108               {
 12109                   /* MaxLen */
 12110                   "\030\000\000\000\050",
 12111                   0,
 12112               };
 12113               
 12114               static MetaProperty
 12115               _CIM_OrgUnit_PostalCode =
 12116               {
 12117 mike  1.1.2.1     /* flags */
 12118                   META_FLAG_PROPERTY|META_FLAG_READ,
 12119                   /* name */
 12120                   "PostalCode",
 12121                   /* qualifiers */
 12122                   _CIM_OrgUnit_PostalCode_qualifiers,
 12123                   /* type */
 12124                   CIMTYPE_STRING,
 12125                   /* subscript */
 12126                   -1,
 12127                   /* value */
 12128                   0,
 12129               };
 12130               
 12131               static const char*
 12132               _CIM_OrgUnit_StateOrProvince_qualifiers[] =
 12133               {
 12134                   0,
 12135               };
 12136               
 12137               static MetaProperty
 12138 mike  1.1.2.1 _CIM_OrgUnit_StateOrProvince =
 12139               {
 12140                   /* flags */
 12141                   META_FLAG_PROPERTY|META_FLAG_READ,
 12142                   /* name */
 12143                   "StateOrProvince",
 12144                   /* qualifiers */
 12145                   _CIM_OrgUnit_StateOrProvince_qualifiers,
 12146                   /* type */
 12147                   CIMTYPE_STRING,
 12148                   /* subscript */
 12149                   -1,
 12150                   /* value */
 12151                   0,
 12152               };
 12153               
 12154               static const char*
 12155               _CIM_OrgUnit_TelephoneNumber_qualifiers[] =
 12156               {
 12157                   /* MaxLen */
 12158                   "\030\000\000\000\040",
 12159 mike  1.1.2.1     0,
 12160               };
 12161               
 12162               static MetaProperty
 12163               _CIM_OrgUnit_TelephoneNumber =
 12164               {
 12165                   /* flags */
 12166                   META_FLAG_PROPERTY|META_FLAG_READ,
 12167                   /* name */
 12168                   "TelephoneNumber",
 12169                   /* qualifiers */
 12170                   _CIM_OrgUnit_TelephoneNumber_qualifiers,
 12171                   /* type */
 12172                   CIMTYPE_STRING,
 12173                   /* subscript */
 12174                   -1,
 12175                   /* value */
 12176                   0,
 12177               };
 12178               
 12179               static MetaFeature*
 12180 mike  1.1.2.1 _CIM_OrgUnit_features[] =
 12181               {
 12182                   (MetaFeature*)&_CIM_OrgUnit_CreationClassName,
 12183                   (MetaFeature*)&_CIM_OrgUnit_Name,
 12184                   (MetaFeature*)&_CIM_OrgUnit_BusinessCategory,
 12185                   (MetaFeature*)&_CIM_OrgUnit_FacsimileTelephoneNumber,
 12186                   (MetaFeature*)&_CIM_OrgUnit_LocalityName,
 12187                   (MetaFeature*)&_CIM_OrgUnit_OU,
 12188                   (MetaFeature*)&_CIM_OrgUnit_PostalAddress,
 12189                   (MetaFeature*)&_CIM_OrgUnit_PostalCode,
 12190                   (MetaFeature*)&_CIM_OrgUnit_StateOrProvince,
 12191                   (MetaFeature*)&_CIM_OrgUnit_TelephoneNumber,
 12192                   0,
 12193               };
 12194               
 12195               static const char*
 12196               __root_cimv2_CIM_OrgUnit_qualifiers[] =
 12197               {
 12198                   /* UMLPackagePath */
 12199                   "\057CIM::User::Org",
 12200                   /* Version */
 12201 mike  1.1.2.1     "\0632.6.0",
 12202                   0,
 12203               };
 12204               
 12205               MetaClass
 12206               __root_cimv2_CIM_OrgUnit =
 12207               {
 12208                   /* flags */
 12209                   META_FLAG_CLASS,
 12210                   /* name */
 12211                   "CIM_OrgUnit",
 12212                   /* qualifiers */
 12213                   __root_cimv2_CIM_OrgUnit_qualifiers,
 12214                   /* super */
 12215                   &__root_cimv2_CIM_OrganizationalEntity,
 12216                   /* features */
 12217                   _CIM_OrgUnit_features,
 12218               };
 12219               
 12220               //==============================================================================
 12221               //
 12222 mike  1.1.2.1 // Class: CIM_OSPFServiceCapabilities
 12223               //
 12224               //==============================================================================
 12225               
 12226               static const char*
 12227               _CIM_OSPFServiceCapabilities_SupportNSSA_qualifiers[] =
 12228               {
 12229                   0,
 12230               };
 12231               
 12232               static MetaProperty
 12233               _CIM_OSPFServiceCapabilities_SupportNSSA =
 12234               {
 12235                   /* flags */
 12236                   META_FLAG_PROPERTY|META_FLAG_READ,
 12237                   /* name */
 12238                   "SupportNSSA",
 12239                   /* qualifiers */
 12240                   _CIM_OSPFServiceCapabilities_SupportNSSA_qualifiers,
 12241                   /* type */
 12242                   CIMTYPE_BOOLEAN,
 12243 mike  1.1.2.1     /* subscript */
 12244                   -1,
 12245                   /* value */
 12246                   0,
 12247               };
 12248               
 12249               static const char*
 12250               _CIM_OSPFServiceCapabilities_SupportOnDemand_qualifiers[] =
 12251               {
 12252                   /* MappingStrings */
 12253                   "\026\000\001MIB.IETF|OSPF-MIB.ospfDemandExtensions\000",
 12254                   0,
 12255               };
 12256               
 12257               static MetaProperty
 12258               _CIM_OSPFServiceCapabilities_SupportOnDemand =
 12259               {
 12260                   /* flags */
 12261                   META_FLAG_PROPERTY|META_FLAG_READ,
 12262                   /* name */
 12263                   "SupportOnDemand",
 12264 mike  1.1.2.1     /* qualifiers */
 12265                   _CIM_OSPFServiceCapabilities_SupportOnDemand_qualifiers,
 12266                   /* type */
 12267                   CIMTYPE_BOOLEAN,
 12268                   /* subscript */
 12269                   -1,
 12270                   /* value */
 12271                   0,
 12272               };
 12273               
 12274               static const char*
 12275               _CIM_OSPFServiceCapabilities_SupportMOSPF_qualifiers[] =
 12276               {
 12277                   /* MappingStrings */
 12278                   "\026\000\001MIB.IETF|OSPF-MIB.ospfMulticastExtensions\000",
 12279                   0,
 12280               };
 12281               
 12282               static MetaProperty
 12283               _CIM_OSPFServiceCapabilities_SupportMOSPF =
 12284               {
 12285 mike  1.1.2.1     /* flags */
 12286                   META_FLAG_PROPERTY|META_FLAG_READ,
 12287                   /* name */
 12288                   "SupportMOSPF",
 12289                   /* qualifiers */
 12290                   _CIM_OSPFServiceCapabilities_SupportMOSPF_qualifiers,
 12291                   /* type */
 12292                   CIMTYPE_BOOLEAN,
 12293                   /* subscript */
 12294                   -1,
 12295                   /* value */
 12296                   0,
 12297               };
 12298               
 12299               static MetaFeature*
 12300               _CIM_OSPFServiceCapabilities_features[] =
 12301               {
 12302                   (MetaFeature*)&_CIM_OSPFServiceCapabilities_SupportNSSA,
 12303                   (MetaFeature*)&_CIM_OSPFServiceCapabilities_SupportOnDemand,
 12304                   (MetaFeature*)&_CIM_OSPFServiceCapabilities_SupportMOSPF,
 12305                   0,
 12306 mike  1.1.2.1 };
 12307               
 12308               static const char*
 12309               __root_cimv2_CIM_OSPFServiceCapabilities_qualifiers[] =
 12310               {
 12311                   /* UMLPackagePath */
 12312                   "\057CIM::Network::OSPF",
 12313                   /* Version */
 12314                   "\0632.7.0",
 12315                   0,
 12316               };
 12317               
 12318               MetaClass
 12319               __root_cimv2_CIM_OSPFServiceCapabilities =
 12320               {
 12321                   /* flags */
 12322                   META_FLAG_CLASS,
 12323                   /* name */
 12324                   "CIM_OSPFServiceCapabilities",
 12325                   /* qualifiers */
 12326                   __root_cimv2_CIM_OSPFServiceCapabilities_qualifiers,
 12327 mike  1.1.2.1     /* super */
 12328                   &__root_cimv2_CIM_Capabilities,
 12329                   /* features */
 12330                   _CIM_OSPFServiceCapabilities_features,
 12331               };
 12332               
 12333               //==============================================================================
 12334               //
 12335               // Class: CIM_OtherGroupInformation
 12336               //
 12337               //==============================================================================
 12338               
 12339               static const char*
 12340               _CIM_OtherGroupInformation_CreationClassName_qualifiers[] =
 12341               {
 12342                   /* Key */
 12343                   "\025\001",
 12344                   /* MaxLen */
 12345                   "\030\000\000\001\000",
 12346                   0,
 12347               };
 12348 mike  1.1.2.1 
 12349               static MetaProperty
 12350               _CIM_OtherGroupInformation_CreationClassName =
 12351               {
 12352                   /* flags */
 12353                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 12354                   /* name */
 12355                   "CreationClassName",
 12356                   /* qualifiers */
 12357                   _CIM_OtherGroupInformation_CreationClassName_qualifiers,
 12358                   /* type */
 12359                   CIMTYPE_STRING,
 12360                   /* subscript */
 12361                   -1,
 12362                   /* value */
 12363                   0,
 12364               };
 12365               
 12366               static const char*
 12367               _CIM_OtherGroupInformation_Name_qualifiers[] =
 12368               {
 12369 mike  1.1.2.1     /* Key */
 12370                   "\025\001",
 12371                   /* MaxLen */
 12372                   "\030\000\000\004\000",
 12373                   0,
 12374               };
 12375               
 12376               static MetaProperty
 12377               _CIM_OtherGroupInformation_Name =
 12378               {
 12379                   /* flags */
 12380                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 12381                   /* name */
 12382                   "Name",
 12383                   /* qualifiers */
 12384                   _CIM_OtherGroupInformation_Name_qualifiers,
 12385                   /* type */
 12386                   CIMTYPE_STRING,
 12387                   /* subscript */
 12388                   -1,
 12389                   /* value */
 12390 mike  1.1.2.1     0,
 12391               };
 12392               
 12393               static const char*
 12394               _CIM_OtherGroupInformation_ObjectClass_qualifiers[] =
 12395               {
 12396                   0,
 12397               };
 12398               
 12399               static MetaProperty
 12400               _CIM_OtherGroupInformation_ObjectClass =
 12401               {
 12402                   /* flags */
 12403                   META_FLAG_PROPERTY|META_FLAG_READ,
 12404                   /* name */
 12405                   "ObjectClass",
 12406                   /* qualifiers */
 12407                   _CIM_OtherGroupInformation_ObjectClass_qualifiers,
 12408                   /* type */
 12409                   CIMTYPE_STRING,
 12410                   /* subscript */
 12411 mike  1.1.2.1     0,
 12412                   /* value */
 12413                   0,
 12414               };
 12415               
 12416               static const char*
 12417               _CIM_OtherGroupInformation_BusinessCategory_qualifiers[] =
 12418               {
 12419                   /* MaxLen */
 12420                   "\030\000\000\000\200",
 12421                   0,
 12422               };
 12423               
 12424               static MetaProperty
 12425               _CIM_OtherGroupInformation_BusinessCategory =
 12426               {
 12427                   /* flags */
 12428                   META_FLAG_PROPERTY|META_FLAG_READ,
 12429                   /* name */
 12430                   "BusinessCategory",
 12431                   /* qualifiers */
 12432 mike  1.1.2.1     _CIM_OtherGroupInformation_BusinessCategory_qualifiers,
 12433                   /* type */
 12434                   CIMTYPE_STRING,
 12435                   /* subscript */
 12436                   0,
 12437                   /* value */
 12438                   0,
 12439               };
 12440               
 12441               static const char*
 12442               _CIM_OtherGroupInformation_CommonName_qualifiers[] =
 12443               {
 12444                   0,
 12445               };
 12446               
 12447               static MetaProperty
 12448               _CIM_OtherGroupInformation_CommonName =
 12449               {
 12450                   /* flags */
 12451                   META_FLAG_PROPERTY|META_FLAG_READ,
 12452                   /* name */
 12453 mike  1.1.2.1     "CommonName",
 12454                   /* qualifiers */
 12455                   _CIM_OtherGroupInformation_CommonName_qualifiers,
 12456                   /* type */
 12457                   CIMTYPE_STRING,
 12458                   /* subscript */
 12459                   0,
 12460                   /* value */
 12461                   0,
 12462               };
 12463               
 12464               static const char*
 12465               _CIM_OtherGroupInformation_Descriptions_qualifiers[] =
 12466               {
 12467                   /* MaxLen */
 12468                   "\030\000\000\004\000",
 12469                   0,
 12470               };
 12471               
 12472               static MetaProperty
 12473               _CIM_OtherGroupInformation_Descriptions =
 12474 mike  1.1.2.1 {
 12475                   /* flags */
 12476                   META_FLAG_PROPERTY|META_FLAG_READ,
 12477                   /* name */
 12478                   "Descriptions",
 12479                   /* qualifiers */
 12480                   _CIM_OtherGroupInformation_Descriptions_qualifiers,
 12481                   /* type */
 12482                   CIMTYPE_STRING,
 12483                   /* subscript */
 12484                   0,
 12485                   /* value */
 12486                   0,
 12487               };
 12488               
 12489               static const char*
 12490               _CIM_OtherGroupInformation_OrganizationName_qualifiers[] =
 12491               {
 12492                   0,
 12493               };
 12494               
 12495 mike  1.1.2.1 static MetaProperty
 12496               _CIM_OtherGroupInformation_OrganizationName =
 12497               {
 12498                   /* flags */
 12499                   META_FLAG_PROPERTY|META_FLAG_READ,
 12500                   /* name */
 12501                   "OrganizationName",
 12502                   /* qualifiers */
 12503                   _CIM_OtherGroupInformation_OrganizationName_qualifiers,
 12504                   /* type */
 12505                   CIMTYPE_STRING,
 12506                   /* subscript */
 12507                   0,
 12508                   /* value */
 12509                   0,
 12510               };
 12511               
 12512               static const char*
 12513               _CIM_OtherGroupInformation_OU_qualifiers[] =
 12514               {
 12515                   0,
 12516 mike  1.1.2.1 };
 12517               
 12518               static MetaProperty
 12519               _CIM_OtherGroupInformation_OU =
 12520               {
 12521                   /* flags */
 12522                   META_FLAG_PROPERTY|META_FLAG_READ,
 12523                   /* name */
 12524                   "OU",
 12525                   /* qualifiers */
 12526                   _CIM_OtherGroupInformation_OU_qualifiers,
 12527                   /* type */
 12528                   CIMTYPE_STRING,
 12529                   /* subscript */
 12530                   0,
 12531                   /* value */
 12532                   0,
 12533               };
 12534               
 12535               static const char*
 12536               _CIM_OtherGroupInformation_Owner_qualifiers[] =
 12537 mike  1.1.2.1 {
 12538                   0,
 12539               };
 12540               
 12541               static MetaProperty
 12542               _CIM_OtherGroupInformation_Owner =
 12543               {
 12544                   /* flags */
 12545                   META_FLAG_PROPERTY|META_FLAG_READ,
 12546                   /* name */
 12547                   "Owner",
 12548                   /* qualifiers */
 12549                   _CIM_OtherGroupInformation_Owner_qualifiers,
 12550                   /* type */
 12551                   CIMTYPE_STRING,
 12552                   /* subscript */
 12553                   0,
 12554                   /* value */
 12555                   0,
 12556               };
 12557               
 12558 mike  1.1.2.1 static const char*
 12559               _CIM_OtherGroupInformation_SeeAlso_qualifiers[] =
 12560               {
 12561                   0,
 12562               };
 12563               
 12564               static MetaProperty
 12565               _CIM_OtherGroupInformation_SeeAlso =
 12566               {
 12567                   /* flags */
 12568                   META_FLAG_PROPERTY|META_FLAG_READ,
 12569                   /* name */
 12570                   "SeeAlso",
 12571                   /* qualifiers */
 12572                   _CIM_OtherGroupInformation_SeeAlso_qualifiers,
 12573                   /* type */
 12574                   CIMTYPE_STRING,
 12575                   /* subscript */
 12576                   0,
 12577                   /* value */
 12578                   0,
 12579 mike  1.1.2.1 };
 12580               
 12581               static MetaFeature*
 12582               _CIM_OtherGroupInformation_features[] =
 12583               {
 12584                   (MetaFeature*)&_CIM_OtherGroupInformation_CreationClassName,
 12585                   (MetaFeature*)&_CIM_OtherGroupInformation_Name,
 12586                   (MetaFeature*)&_CIM_OtherGroupInformation_ObjectClass,
 12587                   (MetaFeature*)&_CIM_OtherGroupInformation_BusinessCategory,
 12588                   (MetaFeature*)&_CIM_OtherGroupInformation_CommonName,
 12589                   (MetaFeature*)&_CIM_OtherGroupInformation_Descriptions,
 12590                   (MetaFeature*)&_CIM_OtherGroupInformation_OrganizationName,
 12591                   (MetaFeature*)&_CIM_OtherGroupInformation_OU,
 12592                   (MetaFeature*)&_CIM_OtherGroupInformation_Owner,
 12593                   (MetaFeature*)&_CIM_OtherGroupInformation_SeeAlso,
 12594                   0,
 12595               };
 12596               
 12597               static const char*
 12598               __root_cimv2_CIM_OtherGroupInformation_qualifiers[] =
 12599               {
 12600 mike  1.1.2.1     /* UMLPackagePath */
 12601                   "\057CIM::User::Group",
 12602                   /* Version */
 12603                   "\0632.6.0",
 12604                   0,
 12605               };
 12606               
 12607               MetaClass
 12608               __root_cimv2_CIM_OtherGroupInformation =
 12609               {
 12610                   /* flags */
 12611                   META_FLAG_CLASS,
 12612                   /* name */
 12613                   "CIM_OtherGroupInformation",
 12614                   /* qualifiers */
 12615                   __root_cimv2_CIM_OtherGroupInformation_qualifiers,
 12616                   /* super */
 12617                   &__root_cimv2_CIM_ManagedElement,
 12618                   /* features */
 12619                   _CIM_OtherGroupInformation_features,
 12620               };
 12621 mike  1.1.2.1 
 12622               //==============================================================================
 12623               //
 12624               // Class: CIM_OtherOrganizationInformation
 12625               //
 12626               //==============================================================================
 12627               
 12628               static const char*
 12629               _CIM_OtherOrganizationInformation_CreationClassName_qualifiers[] =
 12630               {
 12631                   /* Key */
 12632                   "\025\001",
 12633                   /* MaxLen */
 12634                   "\030\000\000\001\000",
 12635                   0,
 12636               };
 12637               
 12638               static MetaProperty
 12639               _CIM_OtherOrganizationInformation_CreationClassName =
 12640               {
 12641                   /* flags */
 12642 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 12643                   /* name */
 12644                   "CreationClassName",
 12645                   /* qualifiers */
 12646                   _CIM_OtherOrganizationInformation_CreationClassName_qualifiers,
 12647                   /* type */
 12648                   CIMTYPE_STRING,
 12649                   /* subscript */
 12650                   -1,
 12651                   /* value */
 12652                   0,
 12653               };
 12654               
 12655               static const char*
 12656               _CIM_OtherOrganizationInformation_Name_qualifiers[] =
 12657               {
 12658                   /* Key */
 12659                   "\025\001",
 12660                   /* MaxLen */
 12661                   "\030\000\000\004\000",
 12662                   0,
 12663 mike  1.1.2.1 };
 12664               
 12665               static MetaProperty
 12666               _CIM_OtherOrganizationInformation_Name =
 12667               {
 12668                   /* flags */
 12669                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 12670                   /* name */
 12671                   "Name",
 12672                   /* qualifiers */
 12673                   _CIM_OtherOrganizationInformation_Name_qualifiers,
 12674                   /* type */
 12675                   CIMTYPE_STRING,
 12676                   /* subscript */
 12677                   -1,
 12678                   /* value */
 12679                   0,
 12680               };
 12681               
 12682               static const char*
 12683               _CIM_OtherOrganizationInformation_ObjectClass_qualifiers[] =
 12684 mike  1.1.2.1 {
 12685                   0,
 12686               };
 12687               
 12688               static MetaProperty
 12689               _CIM_OtherOrganizationInformation_ObjectClass =
 12690               {
 12691                   /* flags */
 12692                   META_FLAG_PROPERTY|META_FLAG_READ,
 12693                   /* name */
 12694                   "ObjectClass",
 12695                   /* qualifiers */
 12696                   _CIM_OtherOrganizationInformation_ObjectClass_qualifiers,
 12697                   /* type */
 12698                   CIMTYPE_STRING,
 12699                   /* subscript */
 12700                   0,
 12701                   /* value */
 12702                   0,
 12703               };
 12704               
 12705 mike  1.1.2.1 static const char*
 12706               _CIM_OtherOrganizationInformation_BusinessCategory_qualifiers[] =
 12707               {
 12708                   /* MaxLen */
 12709                   "\030\000\000\000\200",
 12710                   0,
 12711               };
 12712               
 12713               static MetaProperty
 12714               _CIM_OtherOrganizationInformation_BusinessCategory =
 12715               {
 12716                   /* flags */
 12717                   META_FLAG_PROPERTY|META_FLAG_READ,
 12718                   /* name */
 12719                   "BusinessCategory",
 12720                   /* qualifiers */
 12721                   _CIM_OtherOrganizationInformation_BusinessCategory_qualifiers,
 12722                   /* type */
 12723                   CIMTYPE_STRING,
 12724                   /* subscript */
 12725                   0,
 12726 mike  1.1.2.1     /* value */
 12727                   0,
 12728               };
 12729               
 12730               static const char*
 12731               _CIM_OtherOrganizationInformation_Descriptions_qualifiers[] =
 12732               {
 12733                   /* MaxLen */
 12734                   "\030\000\000\004\000",
 12735                   0,
 12736               };
 12737               
 12738               static MetaProperty
 12739               _CIM_OtherOrganizationInformation_Descriptions =
 12740               {
 12741                   /* flags */
 12742                   META_FLAG_PROPERTY|META_FLAG_READ,
 12743                   /* name */
 12744                   "Descriptions",
 12745                   /* qualifiers */
 12746                   _CIM_OtherOrganizationInformation_Descriptions_qualifiers,
 12747 mike  1.1.2.1     /* type */
 12748                   CIMTYPE_STRING,
 12749                   /* subscript */
 12750                   0,
 12751                   /* value */
 12752                   0,
 12753               };
 12754               
 12755               static const char*
 12756               _CIM_OtherOrganizationInformation_DestinationIndicator_qualifiers[] =
 12757               {
 12758                   /* MaxLen */
 12759                   "\030\000\000\000\200",
 12760                   0,
 12761               };
 12762               
 12763               static MetaProperty
 12764               _CIM_OtherOrganizationInformation_DestinationIndicator =
 12765               {
 12766                   /* flags */
 12767                   META_FLAG_PROPERTY|META_FLAG_READ,
 12768 mike  1.1.2.1     /* name */
 12769                   "DestinationIndicator",
 12770                   /* qualifiers */
 12771                   _CIM_OtherOrganizationInformation_DestinationIndicator_qualifiers,
 12772                   /* type */
 12773                   CIMTYPE_STRING,
 12774                   /* subscript */
 12775                   0,
 12776                   /* value */
 12777                   0,
 12778               };
 12779               
 12780               static const char*
 12781               _CIM_OtherOrganizationInformation_FacsimileTelephoneNumber_qualifiers[] =
 12782               {
 12783                   0,
 12784               };
 12785               
 12786               static MetaProperty
 12787               _CIM_OtherOrganizationInformation_FacsimileTelephoneNumber =
 12788               {
 12789 mike  1.1.2.1     /* flags */
 12790                   META_FLAG_PROPERTY|META_FLAG_READ,
 12791                   /* name */
 12792                   "FacsimileTelephoneNumber",
 12793                   /* qualifiers */
 12794                   _CIM_OtherOrganizationInformation_FacsimileTelephoneNumber_qualifiers,
 12795                   /* type */
 12796                   CIMTYPE_STRING,
 12797                   /* subscript */
 12798                   0,
 12799                   /* value */
 12800                   0,
 12801               };
 12802               
 12803               static const char*
 12804               _CIM_OtherOrganizationInformation_InternationaliSDNNumber_qualifiers[] =
 12805               {
 12806                   /* MaxLen */
 12807                   "\030\000\000\000\020",
 12808                   0,
 12809               };
 12810 mike  1.1.2.1 
 12811               static MetaProperty
 12812               _CIM_OtherOrganizationInformation_InternationaliSDNNumber =
 12813               {
 12814                   /* flags */
 12815                   META_FLAG_PROPERTY|META_FLAG_READ,
 12816                   /* name */
 12817                   "InternationaliSDNNumber",
 12818                   /* qualifiers */
 12819                   _CIM_OtherOrganizationInformation_InternationaliSDNNumber_qualifiers,
 12820                   /* type */
 12821                   CIMTYPE_STRING,
 12822                   /* subscript */
 12823                   0,
 12824                   /* value */
 12825                   0,
 12826               };
 12827               
 12828               static const char*
 12829               _CIM_OtherOrganizationInformation_LabeledURI_qualifiers[] =
 12830               {
 12831 mike  1.1.2.1     0,
 12832               };
 12833               
 12834               static MetaProperty
 12835               _CIM_OtherOrganizationInformation_LabeledURI =
 12836               {
 12837                   /* flags */
 12838                   META_FLAG_PROPERTY|META_FLAG_READ,
 12839                   /* name */
 12840                   "LabeledURI",
 12841                   /* qualifiers */
 12842                   _CIM_OtherOrganizationInformation_LabeledURI_qualifiers,
 12843                   /* type */
 12844                   CIMTYPE_STRING,
 12845                   /* subscript */
 12846                   0,
 12847                   /* value */
 12848                   0,
 12849               };
 12850               
 12851               static const char*
 12852 mike  1.1.2.1 _CIM_OtherOrganizationInformation_LocalityName_qualifiers[] =
 12853               {
 12854                   0,
 12855               };
 12856               
 12857               static MetaProperty
 12858               _CIM_OtherOrganizationInformation_LocalityName =
 12859               {
 12860                   /* flags */
 12861                   META_FLAG_PROPERTY|META_FLAG_READ,
 12862                   /* name */
 12863                   "LocalityName",
 12864                   /* qualifiers */
 12865                   _CIM_OtherOrganizationInformation_LocalityName_qualifiers,
 12866                   /* type */
 12867                   CIMTYPE_STRING,
 12868                   /* subscript */
 12869                   0,
 12870                   /* value */
 12871                   0,
 12872               };
 12873 mike  1.1.2.1 
 12874               static const char*
 12875               _CIM_OtherOrganizationInformation_Mail_qualifiers[] =
 12876               {
 12877                   0,
 12878               };
 12879               
 12880               static MetaProperty
 12881               _CIM_OtherOrganizationInformation_Mail =
 12882               {
 12883                   /* flags */
 12884                   META_FLAG_PROPERTY|META_FLAG_READ,
 12885                   /* name */
 12886                   "Mail",
 12887                   /* qualifiers */
 12888                   _CIM_OtherOrganizationInformation_Mail_qualifiers,
 12889                   /* type */
 12890                   CIMTYPE_STRING,
 12891                   /* subscript */
 12892                   0,
 12893                   /* value */
 12894 mike  1.1.2.1     0,
 12895               };
 12896               
 12897               static const char*
 12898               _CIM_OtherOrganizationInformation_Manager_qualifiers[] =
 12899               {
 12900                   0,
 12901               };
 12902               
 12903               static MetaProperty
 12904               _CIM_OtherOrganizationInformation_Manager =
 12905               {
 12906                   /* flags */
 12907                   META_FLAG_PROPERTY|META_FLAG_READ,
 12908                   /* name */
 12909                   "Manager",
 12910                   /* qualifiers */
 12911                   _CIM_OtherOrganizationInformation_Manager_qualifiers,
 12912                   /* type */
 12913                   CIMTYPE_STRING,
 12914                   /* subscript */
 12915 mike  1.1.2.1     0,
 12916                   /* value */
 12917                   0,
 12918               };
 12919               
 12920               static const char*
 12921               _CIM_OtherOrganizationInformation_OrganizationName_qualifiers[] =
 12922               {
 12923                   0,
 12924               };
 12925               
 12926               static MetaProperty
 12927               _CIM_OtherOrganizationInformation_OrganizationName =
 12928               {
 12929                   /* flags */
 12930                   META_FLAG_PROPERTY|META_FLAG_READ,
 12931                   /* name */
 12932                   "OrganizationName",
 12933                   /* qualifiers */
 12934                   _CIM_OtherOrganizationInformation_OrganizationName_qualifiers,
 12935                   /* type */
 12936 mike  1.1.2.1     CIMTYPE_STRING,
 12937                   /* subscript */
 12938                   0,
 12939                   /* value */
 12940                   0,
 12941               };
 12942               
 12943               static const char*
 12944               _CIM_OtherOrganizationInformation_OtherMailbox_qualifiers[] =
 12945               {
 12946                   0,
 12947               };
 12948               
 12949               static MetaProperty
 12950               _CIM_OtherOrganizationInformation_OtherMailbox =
 12951               {
 12952                   /* flags */
 12953                   META_FLAG_PROPERTY|META_FLAG_READ,
 12954                   /* name */
 12955                   "OtherMailbox",
 12956                   /* qualifiers */
 12957 mike  1.1.2.1     _CIM_OtherOrganizationInformation_OtherMailbox_qualifiers,
 12958                   /* type */
 12959                   CIMTYPE_STRING,
 12960                   /* subscript */
 12961                   0,
 12962                   /* value */
 12963                   0,
 12964               };
 12965               
 12966               static const char*
 12967               _CIM_OtherOrganizationInformation_PhysicalDeliveryOfficeName_qualifiers[] =
 12968               {
 12969                   /* MaxLen */
 12970                   "\030\000\000\000\200",
 12971                   0,
 12972               };
 12973               
 12974               static MetaProperty
 12975               _CIM_OtherOrganizationInformation_PhysicalDeliveryOfficeName =
 12976               {
 12977                   /* flags */
 12978 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 12979                   /* name */
 12980                   "PhysicalDeliveryOfficeName",
 12981                   /* qualifiers */
 12982                   _CIM_OtherOrganizationInformation_PhysicalDeliveryOfficeName_qualifiers,
 12983                   /* type */
 12984                   CIMTYPE_STRING,
 12985                   /* subscript */
 12986                   0,
 12987                   /* value */
 12988                   0,
 12989               };
 12990               
 12991               static const char*
 12992               _CIM_OtherOrganizationInformation_PostalAddress_qualifiers[] =
 12993               {
 12994                   0,
 12995               };
 12996               
 12997               static MetaProperty
 12998               _CIM_OtherOrganizationInformation_PostalAddress =
 12999 mike  1.1.2.1 {
 13000                   /* flags */
 13001                   META_FLAG_PROPERTY|META_FLAG_READ,
 13002                   /* name */
 13003                   "PostalAddress",
 13004                   /* qualifiers */
 13005                   _CIM_OtherOrganizationInformation_PostalAddress_qualifiers,
 13006                   /* type */
 13007                   CIMTYPE_STRING,
 13008                   /* subscript */
 13009                   0,
 13010                   /* value */
 13011                   0,
 13012               };
 13013               
 13014               static const char*
 13015               _CIM_OtherOrganizationInformation_PostalCode_qualifiers[] =
 13016               {
 13017                   /* MaxLen */
 13018                   "\030\000\000\000\050",
 13019                   0,
 13020 mike  1.1.2.1 };
 13021               
 13022               static MetaProperty
 13023               _CIM_OtherOrganizationInformation_PostalCode =
 13024               {
 13025                   /* flags */
 13026                   META_FLAG_PROPERTY|META_FLAG_READ,
 13027                   /* name */
 13028                   "PostalCode",
 13029                   /* qualifiers */
 13030                   _CIM_OtherOrganizationInformation_PostalCode_qualifiers,
 13031                   /* type */
 13032                   CIMTYPE_STRING,
 13033                   /* subscript */
 13034                   0,
 13035                   /* value */
 13036                   0,
 13037               };
 13038               
 13039               static const char*
 13040               _CIM_OtherOrganizationInformation_PostOfficeBox_qualifiers[] =
 13041 mike  1.1.2.1 {
 13042                   /* MaxLen */
 13043                   "\030\000\000\000\050",
 13044                   0,
 13045               };
 13046               
 13047               static MetaProperty
 13048               _CIM_OtherOrganizationInformation_PostOfficeBox =
 13049               {
 13050                   /* flags */
 13051                   META_FLAG_PROPERTY|META_FLAG_READ,
 13052                   /* name */
 13053                   "PostOfficeBox",
 13054                   /* qualifiers */
 13055                   _CIM_OtherOrganizationInformation_PostOfficeBox_qualifiers,
 13056                   /* type */
 13057                   CIMTYPE_STRING,
 13058                   /* subscript */
 13059                   0,
 13060                   /* value */
 13061                   0,
 13062 mike  1.1.2.1 };
 13063               
 13064               static const char*
 13065               _CIM_OtherOrganizationInformation_PreferredDeliveryMethod_qualifiers[] =
 13066               {
 13067                   0,
 13068               };
 13069               
 13070               static MetaProperty
 13071               _CIM_OtherOrganizationInformation_PreferredDeliveryMethod =
 13072               {
 13073                   /* flags */
 13074                   META_FLAG_PROPERTY|META_FLAG_READ,
 13075                   /* name */
 13076                   "PreferredDeliveryMethod",
 13077                   /* qualifiers */
 13078                   _CIM_OtherOrganizationInformation_PreferredDeliveryMethod_qualifiers,
 13079                   /* type */
 13080                   CIMTYPE_STRING,
 13081                   /* subscript */
 13082                   -1,
 13083 mike  1.1.2.1     /* value */
 13084                   0,
 13085               };
 13086               
 13087               static const char*
 13088               _CIM_OtherOrganizationInformation_RegisteredAddress_qualifiers[] =
 13089               {
 13090                   0,
 13091               };
 13092               
 13093               static MetaProperty
 13094               _CIM_OtherOrganizationInformation_RegisteredAddress =
 13095               {
 13096                   /* flags */
 13097                   META_FLAG_PROPERTY|META_FLAG_READ,
 13098                   /* name */
 13099                   "RegisteredAddress",
 13100                   /* qualifiers */
 13101                   _CIM_OtherOrganizationInformation_RegisteredAddress_qualifiers,
 13102                   /* type */
 13103                   CIMTYPE_STRING,
 13104 mike  1.1.2.1     /* subscript */
 13105                   0,
 13106                   /* value */
 13107                   0,
 13108               };
 13109               
 13110               static const char*
 13111               _CIM_OtherOrganizationInformation_SearchGuide_qualifiers[] =
 13112               {
 13113                   0,
 13114               };
 13115               
 13116               static MetaProperty
 13117               _CIM_OtherOrganizationInformation_SearchGuide =
 13118               {
 13119                   /* flags */
 13120                   META_FLAG_PROPERTY|META_FLAG_READ,
 13121                   /* name */
 13122                   "SearchGuide",
 13123                   /* qualifiers */
 13124                   _CIM_OtherOrganizationInformation_SearchGuide_qualifiers,
 13125 mike  1.1.2.1     /* type */
 13126                   CIMTYPE_STRING,
 13127                   /* subscript */
 13128                   0,
 13129                   /* value */
 13130                   0,
 13131               };
 13132               
 13133               static const char*
 13134               _CIM_OtherOrganizationInformation_SeeAlso_qualifiers[] =
 13135               {
 13136                   0,
 13137               };
 13138               
 13139               static MetaProperty
 13140               _CIM_OtherOrganizationInformation_SeeAlso =
 13141               {
 13142                   /* flags */
 13143                   META_FLAG_PROPERTY|META_FLAG_READ,
 13144                   /* name */
 13145                   "SeeAlso",
 13146 mike  1.1.2.1     /* qualifiers */
 13147                   _CIM_OtherOrganizationInformation_SeeAlso_qualifiers,
 13148                   /* type */
 13149                   CIMTYPE_STRING,
 13150                   /* subscript */
 13151                   0,
 13152                   /* value */
 13153                   0,
 13154               };
 13155               
 13156               static const char*
 13157               _CIM_OtherOrganizationInformation_StateOrProvince_qualifiers[] =
 13158               {
 13159                   0,
 13160               };
 13161               
 13162               static MetaProperty
 13163               _CIM_OtherOrganizationInformation_StateOrProvince =
 13164               {
 13165                   /* flags */
 13166                   META_FLAG_PROPERTY|META_FLAG_READ,
 13167 mike  1.1.2.1     /* name */
 13168                   "StateOrProvince",
 13169                   /* qualifiers */
 13170                   _CIM_OtherOrganizationInformation_StateOrProvince_qualifiers,
 13171                   /* type */
 13172                   CIMTYPE_STRING,
 13173                   /* subscript */
 13174                   0,
 13175                   /* value */
 13176                   0,
 13177               };
 13178               
 13179               static const char*
 13180               _CIM_OtherOrganizationInformation_Street_qualifiers[] =
 13181               {
 13182                   /* MaxLen */
 13183                   "\030\000\000\000\200",
 13184                   0,
 13185               };
 13186               
 13187               static MetaProperty
 13188 mike  1.1.2.1 _CIM_OtherOrganizationInformation_Street =
 13189               {
 13190                   /* flags */
 13191                   META_FLAG_PROPERTY|META_FLAG_READ,
 13192                   /* name */
 13193                   "Street",
 13194                   /* qualifiers */
 13195                   _CIM_OtherOrganizationInformation_Street_qualifiers,
 13196                   /* type */
 13197                   CIMTYPE_STRING,
 13198                   /* subscript */
 13199                   0,
 13200                   /* value */
 13201                   0,
 13202               };
 13203               
 13204               static const char*
 13205               _CIM_OtherOrganizationInformation_TelephoneNumber_qualifiers[] =
 13206               {
 13207                   /* MaxLen */
 13208                   "\030\000\000\000\040",
 13209 mike  1.1.2.1     0,
 13210               };
 13211               
 13212               static MetaProperty
 13213               _CIM_OtherOrganizationInformation_TelephoneNumber =
 13214               {
 13215                   /* flags */
 13216                   META_FLAG_PROPERTY|META_FLAG_READ,
 13217                   /* name */
 13218                   "TelephoneNumber",
 13219                   /* qualifiers */
 13220                   _CIM_OtherOrganizationInformation_TelephoneNumber_qualifiers,
 13221                   /* type */
 13222                   CIMTYPE_STRING,
 13223                   /* subscript */
 13224                   0,
 13225                   /* value */
 13226                   0,
 13227               };
 13228               
 13229               static const char*
 13230 mike  1.1.2.1 _CIM_OtherOrganizationInformation_TeletexTerminalIdentifier_qualifiers[] =
 13231               {
 13232                   0,
 13233               };
 13234               
 13235               static MetaProperty
 13236               _CIM_OtherOrganizationInformation_TeletexTerminalIdentifier =
 13237               {
 13238                   /* flags */
 13239                   META_FLAG_PROPERTY|META_FLAG_READ,
 13240                   /* name */
 13241                   "TeletexTerminalIdentifier",
 13242                   /* qualifiers */
 13243                   _CIM_OtherOrganizationInformation_TeletexTerminalIdentifier_qualifiers,
 13244                   /* type */
 13245                   CIMTYPE_STRING,
 13246                   /* subscript */
 13247                   0,
 13248                   /* value */
 13249                   0,
 13250               };
 13251 mike  1.1.2.1 
 13252               static const char*
 13253               _CIM_OtherOrganizationInformation_TelexNumber_qualifiers[] =
 13254               {
 13255                   0,
 13256               };
 13257               
 13258               static MetaProperty
 13259               _CIM_OtherOrganizationInformation_TelexNumber =
 13260               {
 13261                   /* flags */
 13262                   META_FLAG_PROPERTY|META_FLAG_READ,
 13263                   /* name */
 13264                   "TelexNumber",
 13265                   /* qualifiers */
 13266                   _CIM_OtherOrganizationInformation_TelexNumber_qualifiers,
 13267                   /* type */
 13268                   CIMTYPE_STRING,
 13269                   /* subscript */
 13270                   0,
 13271                   /* value */
 13272 mike  1.1.2.1     0,
 13273               };
 13274               
 13275               static const char*
 13276               _CIM_OtherOrganizationInformation_ThumbnailLogo_qualifiers[] =
 13277               {
 13278                   /* OctetString */
 13279                   "\042\001",
 13280                   0,
 13281               };
 13282               
 13283               static MetaProperty
 13284               _CIM_OtherOrganizationInformation_ThumbnailLogo =
 13285               {
 13286                   /* flags */
 13287                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 13288                   /* name */
 13289                   "ThumbnailLogo",
 13290                   /* qualifiers */
 13291                   _CIM_OtherOrganizationInformation_ThumbnailLogo_qualifiers,
 13292                   /* type */
 13293 mike  1.1.2.1     CIMTYPE_STRING,
 13294                   /* subscript */
 13295                   0,
 13296                   /* value */
 13297                   0,
 13298               };
 13299               
 13300               static const char*
 13301               _CIM_OtherOrganizationInformation_UniqueIdentifier_qualifiers[] =
 13302               {
 13303                   0,
 13304               };
 13305               
 13306               static MetaProperty
 13307               _CIM_OtherOrganizationInformation_UniqueIdentifier =
 13308               {
 13309                   /* flags */
 13310                   META_FLAG_PROPERTY|META_FLAG_READ,
 13311                   /* name */
 13312                   "UniqueIdentifier",
 13313                   /* qualifiers */
 13314 mike  1.1.2.1     _CIM_OtherOrganizationInformation_UniqueIdentifier_qualifiers,
 13315                   /* type */
 13316                   CIMTYPE_STRING,
 13317                   /* subscript */
 13318                   0,
 13319                   /* value */
 13320                   0,
 13321               };
 13322               
 13323               static const char*
 13324               _CIM_OtherOrganizationInformation_UserPassword_qualifiers[] =
 13325               {
 13326                   /* OctetString */
 13327                   "\042\001",
 13328                   0,
 13329               };
 13330               
 13331               static MetaProperty
 13332               _CIM_OtherOrganizationInformation_UserPassword =
 13333               {
 13334                   /* flags */
 13335 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 13336                   /* name */
 13337                   "UserPassword",
 13338                   /* qualifiers */
 13339                   _CIM_OtherOrganizationInformation_UserPassword_qualifiers,
 13340                   /* type */
 13341                   CIMTYPE_STRING,
 13342                   /* subscript */
 13343                   0,
 13344                   /* value */
 13345                   0,
 13346               };
 13347               
 13348               static const char*
 13349               _CIM_OtherOrganizationInformation_X121Address_qualifiers[] =
 13350               {
 13351                   /* MaxLen */
 13352                   "\030\000\000\000\017",
 13353                   0,
 13354               };
 13355               
 13356 mike  1.1.2.1 static MetaProperty
 13357               _CIM_OtherOrganizationInformation_X121Address =
 13358               {
 13359                   /* flags */
 13360                   META_FLAG_PROPERTY|META_FLAG_READ,
 13361                   /* name */
 13362                   "X121Address",
 13363                   /* qualifiers */
 13364                   _CIM_OtherOrganizationInformation_X121Address_qualifiers,
 13365                   /* type */
 13366                   CIMTYPE_STRING,
 13367                   /* subscript */
 13368                   0,
 13369                   /* value */
 13370                   0,
 13371               };
 13372               
 13373               static MetaFeature*
 13374               _CIM_OtherOrganizationInformation_features[] =
 13375               {
 13376                   (MetaFeature*)&_CIM_OtherOrganizationInformation_CreationClassName,
 13377 mike  1.1.2.1     (MetaFeature*)&_CIM_OtherOrganizationInformation_Name,
 13378                   (MetaFeature*)&_CIM_OtherOrganizationInformation_ObjectClass,
 13379                   (MetaFeature*)&_CIM_OtherOrganizationInformation_BusinessCategory,
 13380                   (MetaFeature*)&_CIM_OtherOrganizationInformation_Descriptions,
 13381                   (MetaFeature*)&_CIM_OtherOrganizationInformation_DestinationIndicator,
 13382                   (MetaFeature*)&_CIM_OtherOrganizationInformation_FacsimileTelephoneNumber,
 13383                   (MetaFeature*)&_CIM_OtherOrganizationInformation_InternationaliSDNNumber,
 13384                   (MetaFeature*)&_CIM_OtherOrganizationInformation_LabeledURI,
 13385                   (MetaFeature*)&_CIM_OtherOrganizationInformation_LocalityName,
 13386                   (MetaFeature*)&_CIM_OtherOrganizationInformation_Mail,
 13387                   (MetaFeature*)&_CIM_OtherOrganizationInformation_Manager,
 13388                   (MetaFeature*)&_CIM_OtherOrganizationInformation_OrganizationName,
 13389                   (MetaFeature*)&_CIM_OtherOrganizationInformation_OtherMailbox,
 13390                   (MetaFeature*)&_CIM_OtherOrganizationInformation_PhysicalDeliveryOfficeName,
 13391                   (MetaFeature*)&_CIM_OtherOrganizationInformation_PostalAddress,
 13392                   (MetaFeature*)&_CIM_OtherOrganizationInformation_PostalCode,
 13393                   (MetaFeature*)&_CIM_OtherOrganizationInformation_PostOfficeBox,
 13394                   (MetaFeature*)&_CIM_OtherOrganizationInformation_PreferredDeliveryMethod,
 13395                   (MetaFeature*)&_CIM_OtherOrganizationInformation_RegisteredAddress,
 13396                   (MetaFeature*)&_CIM_OtherOrganizationInformation_SearchGuide,
 13397                   (MetaFeature*)&_CIM_OtherOrganizationInformation_SeeAlso,
 13398 mike  1.1.2.1     (MetaFeature*)&_CIM_OtherOrganizationInformation_StateOrProvince,
 13399                   (MetaFeature*)&_CIM_OtherOrganizationInformation_Street,
 13400                   (MetaFeature*)&_CIM_OtherOrganizationInformation_TelephoneNumber,
 13401                   (MetaFeature*)&_CIM_OtherOrganizationInformation_TeletexTerminalIdentifier,
 13402                   (MetaFeature*)&_CIM_OtherOrganizationInformation_TelexNumber,
 13403                   (MetaFeature*)&_CIM_OtherOrganizationInformation_ThumbnailLogo,
 13404                   (MetaFeature*)&_CIM_OtherOrganizationInformation_UniqueIdentifier,
 13405                   (MetaFeature*)&_CIM_OtherOrganizationInformation_UserPassword,
 13406                   (MetaFeature*)&_CIM_OtherOrganizationInformation_X121Address,
 13407                   0,
 13408               };
 13409               
 13410               static const char*
 13411               __root_cimv2_CIM_OtherOrganizationInformation_qualifiers[] =
 13412               {
 13413                   /* UMLPackagePath */
 13414                   "\057CIM::User::Org",
 13415                   /* Version */
 13416                   "\0632.6.0",
 13417                   0,
 13418               };
 13419 mike  1.1.2.1 
 13420               MetaClass
 13421               __root_cimv2_CIM_OtherOrganizationInformation =
 13422               {
 13423                   /* flags */
 13424                   META_FLAG_CLASS,
 13425                   /* name */
 13426                   "CIM_OtherOrganizationInformation",
 13427                   /* qualifiers */
 13428                   __root_cimv2_CIM_OtherOrganizationInformation_qualifiers,
 13429                   /* super */
 13430                   &__root_cimv2_CIM_ManagedElement,
 13431                   /* features */
 13432                   _CIM_OtherOrganizationInformation_features,
 13433               };
 13434               
 13435               //==============================================================================
 13436               //
 13437               // Class: CIM_OtherOrgUnitInformation
 13438               //
 13439               //==============================================================================
 13440 mike  1.1.2.1 
 13441               static const char*
 13442               _CIM_OtherOrgUnitInformation_CreationClassName_qualifiers[] =
 13443               {
 13444                   /* Key */
 13445                   "\025\001",
 13446                   /* MaxLen */
 13447                   "\030\000\000\001\000",
 13448                   0,
 13449               };
 13450               
 13451               static MetaProperty
 13452               _CIM_OtherOrgUnitInformation_CreationClassName =
 13453               {
 13454                   /* flags */
 13455                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 13456                   /* name */
 13457                   "CreationClassName",
 13458                   /* qualifiers */
 13459                   _CIM_OtherOrgUnitInformation_CreationClassName_qualifiers,
 13460                   /* type */
 13461 mike  1.1.2.1     CIMTYPE_STRING,
 13462                   /* subscript */
 13463                   -1,
 13464                   /* value */
 13465                   0,
 13466               };
 13467               
 13468               static const char*
 13469               _CIM_OtherOrgUnitInformation_Name_qualifiers[] =
 13470               {
 13471                   /* Key */
 13472                   "\025\001",
 13473                   /* MaxLen */
 13474                   "\030\000\000\004\000",
 13475                   0,
 13476               };
 13477               
 13478               static MetaProperty
 13479               _CIM_OtherOrgUnitInformation_Name =
 13480               {
 13481                   /* flags */
 13482 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 13483                   /* name */
 13484                   "Name",
 13485                   /* qualifiers */
 13486                   _CIM_OtherOrgUnitInformation_Name_qualifiers,
 13487                   /* type */
 13488                   CIMTYPE_STRING,
 13489                   /* subscript */
 13490                   -1,
 13491                   /* value */
 13492                   0,
 13493               };
 13494               
 13495               static const char*
 13496               _CIM_OtherOrgUnitInformation_ObjectClass_qualifiers[] =
 13497               {
 13498                   0,
 13499               };
 13500               
 13501               static MetaProperty
 13502               _CIM_OtherOrgUnitInformation_ObjectClass =
 13503 mike  1.1.2.1 {
 13504                   /* flags */
 13505                   META_FLAG_PROPERTY|META_FLAG_READ,
 13506                   /* name */
 13507                   "ObjectClass",
 13508                   /* qualifiers */
 13509                   _CIM_OtherOrgUnitInformation_ObjectClass_qualifiers,
 13510                   /* type */
 13511                   CIMTYPE_STRING,
 13512                   /* subscript */
 13513                   0,
 13514                   /* value */
 13515                   0,
 13516               };
 13517               
 13518               static const char*
 13519               _CIM_OtherOrgUnitInformation_BusinessCategory_qualifiers[] =
 13520               {
 13521                   /* MaxLen */
 13522                   "\030\000\000\000\200",
 13523                   0,
 13524 mike  1.1.2.1 };
 13525               
 13526               static MetaProperty
 13527               _CIM_OtherOrgUnitInformation_BusinessCategory =
 13528               {
 13529                   /* flags */
 13530                   META_FLAG_PROPERTY|META_FLAG_READ,
 13531                   /* name */
 13532                   "BusinessCategory",
 13533                   /* qualifiers */
 13534                   _CIM_OtherOrgUnitInformation_BusinessCategory_qualifiers,
 13535                   /* type */
 13536                   CIMTYPE_STRING,
 13537                   /* subscript */
 13538                   0,
 13539                   /* value */
 13540                   0,
 13541               };
 13542               
 13543               static const char*
 13544               _CIM_OtherOrgUnitInformation_Descriptions_qualifiers[] =
 13545 mike  1.1.2.1 {
 13546                   /* MaxLen */
 13547                   "\030\000\000\004\000",
 13548                   0,
 13549               };
 13550               
 13551               static MetaProperty
 13552               _CIM_OtherOrgUnitInformation_Descriptions =
 13553               {
 13554                   /* flags */
 13555                   META_FLAG_PROPERTY|META_FLAG_READ,
 13556                   /* name */
 13557                   "Descriptions",
 13558                   /* qualifiers */
 13559                   _CIM_OtherOrgUnitInformation_Descriptions_qualifiers,
 13560                   /* type */
 13561                   CIMTYPE_STRING,
 13562                   /* subscript */
 13563                   0,
 13564                   /* value */
 13565                   0,
 13566 mike  1.1.2.1 };
 13567               
 13568               static const char*
 13569               _CIM_OtherOrgUnitInformation_DestinationIndicator_qualifiers[] =
 13570               {
 13571                   /* MaxLen */
 13572                   "\030\000\000\000\200",
 13573                   0,
 13574               };
 13575               
 13576               static MetaProperty
 13577               _CIM_OtherOrgUnitInformation_DestinationIndicator =
 13578               {
 13579                   /* flags */
 13580                   META_FLAG_PROPERTY|META_FLAG_READ,
 13581                   /* name */
 13582                   "DestinationIndicator",
 13583                   /* qualifiers */
 13584                   _CIM_OtherOrgUnitInformation_DestinationIndicator_qualifiers,
 13585                   /* type */
 13586                   CIMTYPE_STRING,
 13587 mike  1.1.2.1     /* subscript */
 13588                   0,
 13589                   /* value */
 13590                   0,
 13591               };
 13592               
 13593               static const char*
 13594               _CIM_OtherOrgUnitInformation_FacsimileTelephoneNumber_qualifiers[] =
 13595               {
 13596                   0,
 13597               };
 13598               
 13599               static MetaProperty
 13600               _CIM_OtherOrgUnitInformation_FacsimileTelephoneNumber =
 13601               {
 13602                   /* flags */
 13603                   META_FLAG_PROPERTY|META_FLAG_READ,
 13604                   /* name */
 13605                   "FacsimileTelephoneNumber",
 13606                   /* qualifiers */
 13607                   _CIM_OtherOrgUnitInformation_FacsimileTelephoneNumber_qualifiers,
 13608 mike  1.1.2.1     /* type */
 13609                   CIMTYPE_STRING,
 13610                   /* subscript */
 13611                   0,
 13612                   /* value */
 13613                   0,
 13614               };
 13615               
 13616               static const char*
 13617               _CIM_OtherOrgUnitInformation_InternationaliSDNNumber_qualifiers[] =
 13618               {
 13619                   /* MaxLen */
 13620                   "\030\000\000\000\020",
 13621                   0,
 13622               };
 13623               
 13624               static MetaProperty
 13625               _CIM_OtherOrgUnitInformation_InternationaliSDNNumber =
 13626               {
 13627                   /* flags */
 13628                   META_FLAG_PROPERTY|META_FLAG_READ,
 13629 mike  1.1.2.1     /* name */
 13630                   "InternationaliSDNNumber",
 13631                   /* qualifiers */
 13632                   _CIM_OtherOrgUnitInformation_InternationaliSDNNumber_qualifiers,
 13633                   /* type */
 13634                   CIMTYPE_STRING,
 13635                   /* subscript */
 13636                   0,
 13637                   /* value */
 13638                   0,
 13639               };
 13640               
 13641               static const char*
 13642               _CIM_OtherOrgUnitInformation_LocalityName_qualifiers[] =
 13643               {
 13644                   0,
 13645               };
 13646               
 13647               static MetaProperty
 13648               _CIM_OtherOrgUnitInformation_LocalityName =
 13649               {
 13650 mike  1.1.2.1     /* flags */
 13651                   META_FLAG_PROPERTY|META_FLAG_READ,
 13652                   /* name */
 13653                   "LocalityName",
 13654                   /* qualifiers */
 13655                   _CIM_OtherOrgUnitInformation_LocalityName_qualifiers,
 13656                   /* type */
 13657                   CIMTYPE_STRING,
 13658                   /* subscript */
 13659                   0,
 13660                   /* value */
 13661                   0,
 13662               };
 13663               
 13664               static const char*
 13665               _CIM_OtherOrgUnitInformation_OU_qualifiers[] =
 13666               {
 13667                   0,
 13668               };
 13669               
 13670               static MetaProperty
 13671 mike  1.1.2.1 _CIM_OtherOrgUnitInformation_OU =
 13672               {
 13673                   /* flags */
 13674                   META_FLAG_PROPERTY|META_FLAG_READ,
 13675                   /* name */
 13676                   "OU",
 13677                   /* qualifiers */
 13678                   _CIM_OtherOrgUnitInformation_OU_qualifiers,
 13679                   /* type */
 13680                   CIMTYPE_STRING,
 13681                   /* subscript */
 13682                   0,
 13683                   /* value */
 13684                   0,
 13685               };
 13686               
 13687               static const char*
 13688               _CIM_OtherOrgUnitInformation_PhysicalDeliveryOfficeName_qualifiers[] =
 13689               {
 13690                   /* MaxLen */
 13691                   "\030\000\000\000\200",
 13692 mike  1.1.2.1     0,
 13693               };
 13694               
 13695               static MetaProperty
 13696               _CIM_OtherOrgUnitInformation_PhysicalDeliveryOfficeName =
 13697               {
 13698                   /* flags */
 13699                   META_FLAG_PROPERTY|META_FLAG_READ,
 13700                   /* name */
 13701                   "PhysicalDeliveryOfficeName",
 13702                   /* qualifiers */
 13703                   _CIM_OtherOrgUnitInformation_PhysicalDeliveryOfficeName_qualifiers,
 13704                   /* type */
 13705                   CIMTYPE_STRING,
 13706                   /* subscript */
 13707                   0,
 13708                   /* value */
 13709                   0,
 13710               };
 13711               
 13712               static const char*
 13713 mike  1.1.2.1 _CIM_OtherOrgUnitInformation_PostalAddress_qualifiers[] =
 13714               {
 13715                   0,
 13716               };
 13717               
 13718               static MetaProperty
 13719               _CIM_OtherOrgUnitInformation_PostalAddress =
 13720               {
 13721                   /* flags */
 13722                   META_FLAG_PROPERTY|META_FLAG_READ,
 13723                   /* name */
 13724                   "PostalAddress",
 13725                   /* qualifiers */
 13726                   _CIM_OtherOrgUnitInformation_PostalAddress_qualifiers,
 13727                   /* type */
 13728                   CIMTYPE_STRING,
 13729                   /* subscript */
 13730                   0,
 13731                   /* value */
 13732                   0,
 13733               };
 13734 mike  1.1.2.1 
 13735               static const char*
 13736               _CIM_OtherOrgUnitInformation_PostalCode_qualifiers[] =
 13737               {
 13738                   /* MaxLen */
 13739                   "\030\000\000\000\050",
 13740                   0,
 13741               };
 13742               
 13743               static MetaProperty
 13744               _CIM_OtherOrgUnitInformation_PostalCode =
 13745               {
 13746                   /* flags */
 13747                   META_FLAG_PROPERTY|META_FLAG_READ,
 13748                   /* name */
 13749                   "PostalCode",
 13750                   /* qualifiers */
 13751                   _CIM_OtherOrgUnitInformation_PostalCode_qualifiers,
 13752                   /* type */
 13753                   CIMTYPE_STRING,
 13754                   /* subscript */
 13755 mike  1.1.2.1     0,
 13756                   /* value */
 13757                   0,
 13758               };
 13759               
 13760               static const char*
 13761               _CIM_OtherOrgUnitInformation_PostOfficeBox_qualifiers[] =
 13762               {
 13763                   /* MaxLen */
 13764                   "\030\000\000\000\050",
 13765                   0,
 13766               };
 13767               
 13768               static MetaProperty
 13769               _CIM_OtherOrgUnitInformation_PostOfficeBox =
 13770               {
 13771                   /* flags */
 13772                   META_FLAG_PROPERTY|META_FLAG_READ,
 13773                   /* name */
 13774                   "PostOfficeBox",
 13775                   /* qualifiers */
 13776 mike  1.1.2.1     _CIM_OtherOrgUnitInformation_PostOfficeBox_qualifiers,
 13777                   /* type */
 13778                   CIMTYPE_STRING,
 13779                   /* subscript */
 13780                   0,
 13781                   /* value */
 13782                   0,
 13783               };
 13784               
 13785               static const char*
 13786               _CIM_OtherOrgUnitInformation_PreferredDeliveryMethod_qualifiers[] =
 13787               {
 13788                   0,
 13789               };
 13790               
 13791               static MetaProperty
 13792               _CIM_OtherOrgUnitInformation_PreferredDeliveryMethod =
 13793               {
 13794                   /* flags */
 13795                   META_FLAG_PROPERTY|META_FLAG_READ,
 13796                   /* name */
 13797 mike  1.1.2.1     "PreferredDeliveryMethod",
 13798                   /* qualifiers */
 13799                   _CIM_OtherOrgUnitInformation_PreferredDeliveryMethod_qualifiers,
 13800                   /* type */
 13801                   CIMTYPE_STRING,
 13802                   /* subscript */
 13803                   -1,
 13804                   /* value */
 13805                   0,
 13806               };
 13807               
 13808               static const char*
 13809               _CIM_OtherOrgUnitInformation_SearchGuide_qualifiers[] =
 13810               {
 13811                   0,
 13812               };
 13813               
 13814               static MetaProperty
 13815               _CIM_OtherOrgUnitInformation_SearchGuide =
 13816               {
 13817                   /* flags */
 13818 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 13819                   /* name */
 13820                   "SearchGuide",
 13821                   /* qualifiers */
 13822                   _CIM_OtherOrgUnitInformation_SearchGuide_qualifiers,
 13823                   /* type */
 13824                   CIMTYPE_STRING,
 13825                   /* subscript */
 13826                   0,
 13827                   /* value */
 13828                   0,
 13829               };
 13830               
 13831               static const char*
 13832               _CIM_OtherOrgUnitInformation_SeeAlso_qualifiers[] =
 13833               {
 13834                   0,
 13835               };
 13836               
 13837               static MetaProperty
 13838               _CIM_OtherOrgUnitInformation_SeeAlso =
 13839 mike  1.1.2.1 {
 13840                   /* flags */
 13841                   META_FLAG_PROPERTY|META_FLAG_READ,
 13842                   /* name */
 13843                   "SeeAlso",
 13844                   /* qualifiers */
 13845                   _CIM_OtherOrgUnitInformation_SeeAlso_qualifiers,
 13846                   /* type */
 13847                   CIMTYPE_STRING,
 13848                   /* subscript */
 13849                   0,
 13850                   /* value */
 13851                   0,
 13852               };
 13853               
 13854               static const char*
 13855               _CIM_OtherOrgUnitInformation_StateOrProvince_qualifiers[] =
 13856               {
 13857                   0,
 13858               };
 13859               
 13860 mike  1.1.2.1 static MetaProperty
 13861               _CIM_OtherOrgUnitInformation_StateOrProvince =
 13862               {
 13863                   /* flags */
 13864                   META_FLAG_PROPERTY|META_FLAG_READ,
 13865                   /* name */
 13866                   "StateOrProvince",
 13867                   /* qualifiers */
 13868                   _CIM_OtherOrgUnitInformation_StateOrProvince_qualifiers,
 13869                   /* type */
 13870                   CIMTYPE_STRING,
 13871                   /* subscript */
 13872                   0,
 13873                   /* value */
 13874                   0,
 13875               };
 13876               
 13877               static const char*
 13878               _CIM_OtherOrgUnitInformation_Street_qualifiers[] =
 13879               {
 13880                   /* MaxLen */
 13881 mike  1.1.2.1     "\030\000\000\000\200",
 13882                   0,
 13883               };
 13884               
 13885               static MetaProperty
 13886               _CIM_OtherOrgUnitInformation_Street =
 13887               {
 13888                   /* flags */
 13889                   META_FLAG_PROPERTY|META_FLAG_READ,
 13890                   /* name */
 13891                   "Street",
 13892                   /* qualifiers */
 13893                   _CIM_OtherOrgUnitInformation_Street_qualifiers,
 13894                   /* type */
 13895                   CIMTYPE_STRING,
 13896                   /* subscript */
 13897                   0,
 13898                   /* value */
 13899                   0,
 13900               };
 13901               
 13902 mike  1.1.2.1 static const char*
 13903               _CIM_OtherOrgUnitInformation_TelephoneNumber_qualifiers[] =
 13904               {
 13905                   /* MaxLen */
 13906                   "\030\000\000\000\040",
 13907                   0,
 13908               };
 13909               
 13910               static MetaProperty
 13911               _CIM_OtherOrgUnitInformation_TelephoneNumber =
 13912               {
 13913                   /* flags */
 13914                   META_FLAG_PROPERTY|META_FLAG_READ,
 13915                   /* name */
 13916                   "TelephoneNumber",
 13917                   /* qualifiers */
 13918                   _CIM_OtherOrgUnitInformation_TelephoneNumber_qualifiers,
 13919                   /* type */
 13920                   CIMTYPE_STRING,
 13921                   /* subscript */
 13922                   0,
 13923 mike  1.1.2.1     /* value */
 13924                   0,
 13925               };
 13926               
 13927               static const char*
 13928               _CIM_OtherOrgUnitInformation_TeletexTerminalIdentifier_qualifiers[] =
 13929               {
 13930                   0,
 13931               };
 13932               
 13933               static MetaProperty
 13934               _CIM_OtherOrgUnitInformation_TeletexTerminalIdentifier =
 13935               {
 13936                   /* flags */
 13937                   META_FLAG_PROPERTY|META_FLAG_READ,
 13938                   /* name */
 13939                   "TeletexTerminalIdentifier",
 13940                   /* qualifiers */
 13941                   _CIM_OtherOrgUnitInformation_TeletexTerminalIdentifier_qualifiers,
 13942                   /* type */
 13943                   CIMTYPE_STRING,
 13944 mike  1.1.2.1     /* subscript */
 13945                   0,
 13946                   /* value */
 13947                   0,
 13948               };
 13949               
 13950               static const char*
 13951               _CIM_OtherOrgUnitInformation_TelexNumber_qualifiers[] =
 13952               {
 13953                   0,
 13954               };
 13955               
 13956               static MetaProperty
 13957               _CIM_OtherOrgUnitInformation_TelexNumber =
 13958               {
 13959                   /* flags */
 13960                   META_FLAG_PROPERTY|META_FLAG_READ,
 13961                   /* name */
 13962                   "TelexNumber",
 13963                   /* qualifiers */
 13964                   _CIM_OtherOrgUnitInformation_TelexNumber_qualifiers,
 13965 mike  1.1.2.1     /* type */
 13966                   CIMTYPE_STRING,
 13967                   /* subscript */
 13968                   0,
 13969                   /* value */
 13970                   0,
 13971               };
 13972               
 13973               static const char*
 13974               _CIM_OtherOrgUnitInformation_UserPassword_qualifiers[] =
 13975               {
 13976                   /* OctetString */
 13977                   "\042\001",
 13978                   0,
 13979               };
 13980               
 13981               static MetaProperty
 13982               _CIM_OtherOrgUnitInformation_UserPassword =
 13983               {
 13984                   /* flags */
 13985                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 13986 mike  1.1.2.1     /* name */
 13987                   "UserPassword",
 13988                   /* qualifiers */
 13989                   _CIM_OtherOrgUnitInformation_UserPassword_qualifiers,
 13990                   /* type */
 13991                   CIMTYPE_STRING,
 13992                   /* subscript */
 13993                   0,
 13994                   /* value */
 13995                   0,
 13996               };
 13997               
 13998               static const char*
 13999               _CIM_OtherOrgUnitInformation_X121Address_qualifiers[] =
 14000               {
 14001                   /* MaxLen */
 14002                   "\030\000\000\000\017",
 14003                   0,
 14004               };
 14005               
 14006               static MetaProperty
 14007 mike  1.1.2.1 _CIM_OtherOrgUnitInformation_X121Address =
 14008               {
 14009                   /* flags */
 14010                   META_FLAG_PROPERTY|META_FLAG_READ,
 14011                   /* name */
 14012                   "X121Address",
 14013                   /* qualifiers */
 14014                   _CIM_OtherOrgUnitInformation_X121Address_qualifiers,
 14015                   /* type */
 14016                   CIMTYPE_STRING,
 14017                   /* subscript */
 14018                   0,
 14019                   /* value */
 14020                   0,
 14021               };
 14022               
 14023               static MetaFeature*
 14024               _CIM_OtherOrgUnitInformation_features[] =
 14025               {
 14026                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_CreationClassName,
 14027                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_Name,
 14028 mike  1.1.2.1     (MetaFeature*)&_CIM_OtherOrgUnitInformation_ObjectClass,
 14029                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_BusinessCategory,
 14030                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_Descriptions,
 14031                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_DestinationIndicator,
 14032                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_FacsimileTelephoneNumber,
 14033                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_InternationaliSDNNumber,
 14034                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_LocalityName,
 14035                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_OU,
 14036                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_PhysicalDeliveryOfficeName,
 14037                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_PostalAddress,
 14038                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_PostalCode,
 14039                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_PostOfficeBox,
 14040                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_PreferredDeliveryMethod,
 14041                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_SearchGuide,
 14042                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_SeeAlso,
 14043                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_StateOrProvince,
 14044                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_Street,
 14045                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_TelephoneNumber,
 14046                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_TeletexTerminalIdentifier,
 14047                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_TelexNumber,
 14048                   (MetaFeature*)&_CIM_OtherOrgUnitInformation_UserPassword,
 14049 mike  1.1.2.1     (MetaFeature*)&_CIM_OtherOrgUnitInformation_X121Address,
 14050                   0,
 14051               };
 14052               
 14053               static const char*
 14054               __root_cimv2_CIM_OtherOrgUnitInformation_qualifiers[] =
 14055               {
 14056                   /* UMLPackagePath */
 14057                   "\057CIM::User::Org",
 14058                   /* Version */
 14059                   "\0632.6.0",
 14060                   0,
 14061               };
 14062               
 14063               MetaClass
 14064               __root_cimv2_CIM_OtherOrgUnitInformation =
 14065               {
 14066                   /* flags */
 14067                   META_FLAG_CLASS,
 14068                   /* name */
 14069                   "CIM_OtherOrgUnitInformation",
 14070 mike  1.1.2.1     /* qualifiers */
 14071                   __root_cimv2_CIM_OtherOrgUnitInformation_qualifiers,
 14072                   /* super */
 14073                   &__root_cimv2_CIM_ManagedElement,
 14074                   /* features */
 14075                   _CIM_OtherOrgUnitInformation_features,
 14076               };
 14077               
 14078               //==============================================================================
 14079               //
 14080               // Class: CIM_OtherPersonInformation
 14081               //
 14082               //==============================================================================
 14083               
 14084               static const char*
 14085               _CIM_OtherPersonInformation_CreationClassName_qualifiers[] =
 14086               {
 14087                   /* Key */
 14088                   "\025\001",
 14089                   /* MaxLen */
 14090                   "\030\000\000\001\000",
 14091 mike  1.1.2.1     0,
 14092               };
 14093               
 14094               static MetaProperty
 14095               _CIM_OtherPersonInformation_CreationClassName =
 14096               {
 14097                   /* flags */
 14098                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 14099                   /* name */
 14100                   "CreationClassName",
 14101                   /* qualifiers */
 14102                   _CIM_OtherPersonInformation_CreationClassName_qualifiers,
 14103                   /* type */
 14104                   CIMTYPE_STRING,
 14105                   /* subscript */
 14106                   -1,
 14107                   /* value */
 14108                   0,
 14109               };
 14110               
 14111               static const char*
 14112 mike  1.1.2.1 _CIM_OtherPersonInformation_Name_qualifiers[] =
 14113               {
 14114                   /* Key */
 14115                   "\025\001",
 14116                   /* MaxLen */
 14117                   "\030\000\000\004\000",
 14118                   0,
 14119               };
 14120               
 14121               static MetaProperty
 14122               _CIM_OtherPersonInformation_Name =
 14123               {
 14124                   /* flags */
 14125                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 14126                   /* name */
 14127                   "Name",
 14128                   /* qualifiers */
 14129                   _CIM_OtherPersonInformation_Name_qualifiers,
 14130                   /* type */
 14131                   CIMTYPE_STRING,
 14132                   /* subscript */
 14133 mike  1.1.2.1     -1,
 14134                   /* value */
 14135                   0,
 14136               };
 14137               
 14138               static const char*
 14139               _CIM_OtherPersonInformation_ObjectClass_qualifiers[] =
 14140               {
 14141                   0,
 14142               };
 14143               
 14144               static MetaProperty
 14145               _CIM_OtherPersonInformation_ObjectClass =
 14146               {
 14147                   /* flags */
 14148                   META_FLAG_PROPERTY|META_FLAG_READ,
 14149                   /* name */
 14150                   "ObjectClass",
 14151                   /* qualifiers */
 14152                   _CIM_OtherPersonInformation_ObjectClass_qualifiers,
 14153                   /* type */
 14154 mike  1.1.2.1     CIMTYPE_STRING,
 14155                   /* subscript */
 14156                   0,
 14157                   /* value */
 14158                   0,
 14159               };
 14160               
 14161               static const char*
 14162               _CIM_OtherPersonInformation_Audio_qualifiers[] =
 14163               {
 14164                   /* OctetString */
 14165                   "\042\001",
 14166                   0,
 14167               };
 14168               
 14169               static MetaProperty
 14170               _CIM_OtherPersonInformation_Audio =
 14171               {
 14172                   /* flags */
 14173                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 14174                   /* name */
 14175 mike  1.1.2.1     "Audio",
 14176                   /* qualifiers */
 14177                   _CIM_OtherPersonInformation_Audio_qualifiers,
 14178                   /* type */
 14179                   CIMTYPE_STRING,
 14180                   /* subscript */
 14181                   0,
 14182                   /* value */
 14183                   0,
 14184               };
 14185               
 14186               static const char*
 14187               _CIM_OtherPersonInformation_BusinessCategory_qualifiers[] =
 14188               {
 14189                   /* MaxLen */
 14190                   "\030\000\000\000\200",
 14191                   0,
 14192               };
 14193               
 14194               static MetaProperty
 14195               _CIM_OtherPersonInformation_BusinessCategory =
 14196 mike  1.1.2.1 {
 14197                   /* flags */
 14198                   META_FLAG_PROPERTY|META_FLAG_READ,
 14199                   /* name */
 14200                   "BusinessCategory",
 14201                   /* qualifiers */
 14202                   _CIM_OtherPersonInformation_BusinessCategory_qualifiers,
 14203                   /* type */
 14204                   CIMTYPE_STRING,
 14205                   /* subscript */
 14206                   0,
 14207                   /* value */
 14208                   0,
 14209               };
 14210               
 14211               static const char*
 14212               _CIM_OtherPersonInformation_CarLicense_qualifiers[] =
 14213               {
 14214                   /* MaxLen */
 14215                   "\030\000\000\000\200",
 14216                   0,
 14217 mike  1.1.2.1 };
 14218               
 14219               static MetaProperty
 14220               _CIM_OtherPersonInformation_CarLicense =
 14221               {
 14222                   /* flags */
 14223                   META_FLAG_PROPERTY|META_FLAG_READ,
 14224                   /* name */
 14225                   "CarLicense",
 14226                   /* qualifiers */
 14227                   _CIM_OtherPersonInformation_CarLicense_qualifiers,
 14228                   /* type */
 14229                   CIMTYPE_STRING,
 14230                   /* subscript */
 14231                   0,
 14232                   /* value */
 14233                   0,
 14234               };
 14235               
 14236               static const char*
 14237               _CIM_OtherPersonInformation_CommonName_qualifiers[] =
 14238 mike  1.1.2.1 {
 14239                   0,
 14240               };
 14241               
 14242               static MetaProperty
 14243               _CIM_OtherPersonInformation_CommonName =
 14244               {
 14245                   /* flags */
 14246                   META_FLAG_PROPERTY|META_FLAG_READ,
 14247                   /* name */
 14248                   "CommonName",
 14249                   /* qualifiers */
 14250                   _CIM_OtherPersonInformation_CommonName_qualifiers,
 14251                   /* type */
 14252                   CIMTYPE_STRING,
 14253                   /* subscript */
 14254                   0,
 14255                   /* value */
 14256                   0,
 14257               };
 14258               
 14259 mike  1.1.2.1 static const char*
 14260               _CIM_OtherPersonInformation_CountryName_qualifiers[] =
 14261               {
 14262                   0,
 14263               };
 14264               
 14265               static MetaProperty
 14266               _CIM_OtherPersonInformation_CountryName =
 14267               {
 14268                   /* flags */
 14269                   META_FLAG_PROPERTY|META_FLAG_READ,
 14270                   /* name */
 14271                   "CountryName",
 14272                   /* qualifiers */
 14273                   _CIM_OtherPersonInformation_CountryName_qualifiers,
 14274                   /* type */
 14275                   CIMTYPE_STRING,
 14276                   /* subscript */
 14277                   0,
 14278                   /* value */
 14279                   0,
 14280 mike  1.1.2.1 };
 14281               
 14282               static const char*
 14283               _CIM_OtherPersonInformation_DepartmentNumber_qualifiers[] =
 14284               {
 14285                   0,
 14286               };
 14287               
 14288               static MetaProperty
 14289               _CIM_OtherPersonInformation_DepartmentNumber =
 14290               {
 14291                   /* flags */
 14292                   META_FLAG_PROPERTY|META_FLAG_READ,
 14293                   /* name */
 14294                   "DepartmentNumber",
 14295                   /* qualifiers */
 14296                   _CIM_OtherPersonInformation_DepartmentNumber_qualifiers,
 14297                   /* type */
 14298                   CIMTYPE_STRING,
 14299                   /* subscript */
 14300                   0,
 14301 mike  1.1.2.1     /* value */
 14302                   0,
 14303               };
 14304               
 14305               static const char*
 14306               _CIM_OtherPersonInformation_Descriptions_qualifiers[] =
 14307               {
 14308                   /* MaxLen */
 14309                   "\030\000\000\004\000",
 14310                   0,
 14311               };
 14312               
 14313               static MetaProperty
 14314               _CIM_OtherPersonInformation_Descriptions =
 14315               {
 14316                   /* flags */
 14317                   META_FLAG_PROPERTY|META_FLAG_READ,
 14318                   /* name */
 14319                   "Descriptions",
 14320                   /* qualifiers */
 14321                   _CIM_OtherPersonInformation_Descriptions_qualifiers,
 14322 mike  1.1.2.1     /* type */
 14323                   CIMTYPE_STRING,
 14324                   /* subscript */
 14325                   0,
 14326                   /* value */
 14327                   0,
 14328               };
 14329               
 14330               static const char*
 14331               _CIM_OtherPersonInformation_DestinationIndicator_qualifiers[] =
 14332               {
 14333                   /* MaxLen */
 14334                   "\030\000\000\000\200",
 14335                   0,
 14336               };
 14337               
 14338               static MetaProperty
 14339               _CIM_OtherPersonInformation_DestinationIndicator =
 14340               {
 14341                   /* flags */
 14342                   META_FLAG_PROPERTY|META_FLAG_READ,
 14343 mike  1.1.2.1     /* name */
 14344                   "DestinationIndicator",
 14345                   /* qualifiers */
 14346                   _CIM_OtherPersonInformation_DestinationIndicator_qualifiers,
 14347                   /* type */
 14348                   CIMTYPE_STRING,
 14349                   /* subscript */
 14350                   0,
 14351                   /* value */
 14352                   0,
 14353               };
 14354               
 14355               static const char*
 14356               _CIM_OtherPersonInformation_DisplayName_qualifiers[] =
 14357               {
 14358                   0,
 14359               };
 14360               
 14361               static MetaProperty
 14362               _CIM_OtherPersonInformation_DisplayName =
 14363               {
 14364 mike  1.1.2.1     /* flags */
 14365                   META_FLAG_PROPERTY|META_FLAG_READ,
 14366                   /* name */
 14367                   "DisplayName",
 14368                   /* qualifiers */
 14369                   _CIM_OtherPersonInformation_DisplayName_qualifiers,
 14370                   /* type */
 14371                   CIMTYPE_STRING,
 14372                   /* subscript */
 14373                   0,
 14374                   /* value */
 14375                   0,
 14376               };
 14377               
 14378               static const char*
 14379               _CIM_OtherPersonInformation_EmployeeNumber_qualifiers[] =
 14380               {
 14381                   0,
 14382               };
 14383               
 14384               static MetaProperty
 14385 mike  1.1.2.1 _CIM_OtherPersonInformation_EmployeeNumber =
 14386               {
 14387                   /* flags */
 14388                   META_FLAG_PROPERTY|META_FLAG_READ,
 14389                   /* name */
 14390                   "EmployeeNumber",
 14391                   /* qualifiers */
 14392                   _CIM_OtherPersonInformation_EmployeeNumber_qualifiers,
 14393                   /* type */
 14394                   CIMTYPE_STRING,
 14395                   /* subscript */
 14396                   -1,
 14397                   /* value */
 14398                   0,
 14399               };
 14400               
 14401               static const char*
 14402               _CIM_OtherPersonInformation_EmployeeType_qualifiers[] =
 14403               {
 14404                   0,
 14405               };
 14406 mike  1.1.2.1 
 14407               static MetaProperty
 14408               _CIM_OtherPersonInformation_EmployeeType =
 14409               {
 14410                   /* flags */
 14411                   META_FLAG_PROPERTY|META_FLAG_READ,
 14412                   /* name */
 14413                   "EmployeeType",
 14414                   /* qualifiers */
 14415                   _CIM_OtherPersonInformation_EmployeeType_qualifiers,
 14416                   /* type */
 14417                   CIMTYPE_STRING,
 14418                   /* subscript */
 14419                   0,
 14420                   /* value */
 14421                   0,
 14422               };
 14423               
 14424               static const char*
 14425               _CIM_OtherPersonInformation_FacsimileTelephoneNumber_qualifiers[] =
 14426               {
 14427 mike  1.1.2.1     0,
 14428               };
 14429               
 14430               static MetaProperty
 14431               _CIM_OtherPersonInformation_FacsimileTelephoneNumber =
 14432               {
 14433                   /* flags */
 14434                   META_FLAG_PROPERTY|META_FLAG_READ,
 14435                   /* name */
 14436                   "FacsimileTelephoneNumber",
 14437                   /* qualifiers */
 14438                   _CIM_OtherPersonInformation_FacsimileTelephoneNumber_qualifiers,
 14439                   /* type */
 14440                   CIMTYPE_STRING,
 14441                   /* subscript */
 14442                   0,
 14443                   /* value */
 14444                   0,
 14445               };
 14446               
 14447               static const char*
 14448 mike  1.1.2.1 _CIM_OtherPersonInformation_GenerationQualifier_qualifiers[] =
 14449               {
 14450                   0,
 14451               };
 14452               
 14453               static MetaProperty
 14454               _CIM_OtherPersonInformation_GenerationQualifier =
 14455               {
 14456                   /* flags */
 14457                   META_FLAG_PROPERTY|META_FLAG_READ,
 14458                   /* name */
 14459                   "GenerationQualifier",
 14460                   /* qualifiers */
 14461                   _CIM_OtherPersonInformation_GenerationQualifier_qualifiers,
 14462                   /* type */
 14463                   CIMTYPE_STRING,
 14464                   /* subscript */
 14465                   0,
 14466                   /* value */
 14467                   0,
 14468               };
 14469 mike  1.1.2.1 
 14470               static const char*
 14471               _CIM_OtherPersonInformation_GivenName_qualifiers[] =
 14472               {
 14473                   0,
 14474               };
 14475               
 14476               static MetaProperty
 14477               _CIM_OtherPersonInformation_GivenName =
 14478               {
 14479                   /* flags */
 14480                   META_FLAG_PROPERTY|META_FLAG_READ,
 14481                   /* name */
 14482                   "GivenName",
 14483                   /* qualifiers */
 14484                   _CIM_OtherPersonInformation_GivenName_qualifiers,
 14485                   /* type */
 14486                   CIMTYPE_STRING,
 14487                   /* subscript */
 14488                   0,
 14489                   /* value */
 14490 mike  1.1.2.1     0,
 14491               };
 14492               
 14493               static const char*
 14494               _CIM_OtherPersonInformation_HomeFax_qualifiers[] =
 14495               {
 14496                   0,
 14497               };
 14498               
 14499               static MetaProperty
 14500               _CIM_OtherPersonInformation_HomeFax =
 14501               {
 14502                   /* flags */
 14503                   META_FLAG_PROPERTY|META_FLAG_READ,
 14504                   /* name */
 14505                   "HomeFax",
 14506                   /* qualifiers */
 14507                   _CIM_OtherPersonInformation_HomeFax_qualifiers,
 14508                   /* type */
 14509                   CIMTYPE_STRING,
 14510                   /* subscript */
 14511 mike  1.1.2.1     0,
 14512                   /* value */
 14513                   0,
 14514               };
 14515               
 14516               static const char*
 14517               _CIM_OtherPersonInformation_HomePhone_qualifiers[] =
 14518               {
 14519                   /* MaxLen */
 14520                   "\030\000\000\000\040",
 14521                   0,
 14522               };
 14523               
 14524               static MetaProperty
 14525               _CIM_OtherPersonInformation_HomePhone =
 14526               {
 14527                   /* flags */
 14528                   META_FLAG_PROPERTY|META_FLAG_READ,
 14529                   /* name */
 14530                   "HomePhone",
 14531                   /* qualifiers */
 14532 mike  1.1.2.1     _CIM_OtherPersonInformation_HomePhone_qualifiers,
 14533                   /* type */
 14534                   CIMTYPE_STRING,
 14535                   /* subscript */
 14536                   0,
 14537                   /* value */
 14538                   0,
 14539               };
 14540               
 14541               static const char*
 14542               _CIM_OtherPersonInformation_HomePostalAddress_qualifiers[] =
 14543               {
 14544                   0,
 14545               };
 14546               
 14547               static MetaProperty
 14548               _CIM_OtherPersonInformation_HomePostalAddress =
 14549               {
 14550                   /* flags */
 14551                   META_FLAG_PROPERTY|META_FLAG_READ,
 14552                   /* name */
 14553 mike  1.1.2.1     "HomePostalAddress",
 14554                   /* qualifiers */
 14555                   _CIM_OtherPersonInformation_HomePostalAddress_qualifiers,
 14556                   /* type */
 14557                   CIMTYPE_STRING,
 14558                   /* subscript */
 14559                   0,
 14560                   /* value */
 14561                   0,
 14562               };
 14563               
 14564               static const char*
 14565               _CIM_OtherPersonInformation_Initials_qualifiers[] =
 14566               {
 14567                   0,
 14568               };
 14569               
 14570               static MetaProperty
 14571               _CIM_OtherPersonInformation_Initials =
 14572               {
 14573                   /* flags */
 14574 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 14575                   /* name */
 14576                   "Initials",
 14577                   /* qualifiers */
 14578                   _CIM_OtherPersonInformation_Initials_qualifiers,
 14579                   /* type */
 14580                   CIMTYPE_STRING,
 14581                   /* subscript */
 14582                   0,
 14583                   /* value */
 14584                   0,
 14585               };
 14586               
 14587               static const char*
 14588               _CIM_OtherPersonInformation_InternationaliSDNNumber_qualifiers[] =
 14589               {
 14590                   /* MaxLen */
 14591                   "\030\000\000\000\020",
 14592                   0,
 14593               };
 14594               
 14595 mike  1.1.2.1 static MetaProperty
 14596               _CIM_OtherPersonInformation_InternationaliSDNNumber =
 14597               {
 14598                   /* flags */
 14599                   META_FLAG_PROPERTY|META_FLAG_READ,
 14600                   /* name */
 14601                   "InternationaliSDNNumber",
 14602                   /* qualifiers */
 14603                   _CIM_OtherPersonInformation_InternationaliSDNNumber_qualifiers,
 14604                   /* type */
 14605                   CIMTYPE_STRING,
 14606                   /* subscript */
 14607                   0,
 14608                   /* value */
 14609                   0,
 14610               };
 14611               
 14612               static const char*
 14613               _CIM_OtherPersonInformation_JPEGPhoto_qualifiers[] =
 14614               {
 14615                   0,
 14616 mike  1.1.2.1 };
 14617               
 14618               static MetaProperty
 14619               _CIM_OtherPersonInformation_JPEGPhoto =
 14620               {
 14621                   /* flags */
 14622                   META_FLAG_PROPERTY|META_FLAG_READ,
 14623                   /* name */
 14624                   "JPEGPhoto",
 14625                   /* qualifiers */
 14626                   _CIM_OtherPersonInformation_JPEGPhoto_qualifiers,
 14627                   /* type */
 14628                   CIMTYPE_STRING,
 14629                   /* subscript */
 14630                   0,
 14631                   /* value */
 14632                   0,
 14633               };
 14634               
 14635               static const char*
 14636               _CIM_OtherPersonInformation_LabeledURI_qualifiers[] =
 14637 mike  1.1.2.1 {
 14638                   0,
 14639               };
 14640               
 14641               static MetaProperty
 14642               _CIM_OtherPersonInformation_LabeledURI =
 14643               {
 14644                   /* flags */
 14645                   META_FLAG_PROPERTY|META_FLAG_READ,
 14646                   /* name */
 14647                   "LabeledURI",
 14648                   /* qualifiers */
 14649                   _CIM_OtherPersonInformation_LabeledURI_qualifiers,
 14650                   /* type */
 14651                   CIMTYPE_STRING,
 14652                   /* subscript */
 14653                   0,
 14654                   /* value */
 14655                   0,
 14656               };
 14657               
 14658 mike  1.1.2.1 static const char*
 14659               _CIM_OtherPersonInformation_LocalityName_qualifiers[] =
 14660               {
 14661                   0,
 14662               };
 14663               
 14664               static MetaProperty
 14665               _CIM_OtherPersonInformation_LocalityName =
 14666               {
 14667                   /* flags */
 14668                   META_FLAG_PROPERTY|META_FLAG_READ,
 14669                   /* name */
 14670                   "LocalityName",
 14671                   /* qualifiers */
 14672                   _CIM_OtherPersonInformation_LocalityName_qualifiers,
 14673                   /* type */
 14674                   CIMTYPE_STRING,
 14675                   /* subscript */
 14676                   0,
 14677                   /* value */
 14678                   0,
 14679 mike  1.1.2.1 };
 14680               
 14681               static const char*
 14682               _CIM_OtherPersonInformation_Mail_qualifiers[] =
 14683               {
 14684                   0,
 14685               };
 14686               
 14687               static MetaProperty
 14688               _CIM_OtherPersonInformation_Mail =
 14689               {
 14690                   /* flags */
 14691                   META_FLAG_PROPERTY|META_FLAG_READ,
 14692                   /* name */
 14693                   "Mail",
 14694                   /* qualifiers */
 14695                   _CIM_OtherPersonInformation_Mail_qualifiers,
 14696                   /* type */
 14697                   CIMTYPE_STRING,
 14698                   /* subscript */
 14699                   0,
 14700 mike  1.1.2.1     /* value */
 14701                   0,
 14702               };
 14703               
 14704               static const char*
 14705               _CIM_OtherPersonInformation_Manager_qualifiers[] =
 14706               {
 14707                   0,
 14708               };
 14709               
 14710               static MetaProperty
 14711               _CIM_OtherPersonInformation_Manager =
 14712               {
 14713                   /* flags */
 14714                   META_FLAG_PROPERTY|META_FLAG_READ,
 14715                   /* name */
 14716                   "Manager",
 14717                   /* qualifiers */
 14718                   _CIM_OtherPersonInformation_Manager_qualifiers,
 14719                   /* type */
 14720                   CIMTYPE_STRING,
 14721 mike  1.1.2.1     /* subscript */
 14722                   0,
 14723                   /* value */
 14724                   0,
 14725               };
 14726               
 14727               static const char*
 14728               _CIM_OtherPersonInformation_MiddleName_qualifiers[] =
 14729               {
 14730                   0,
 14731               };
 14732               
 14733               static MetaProperty
 14734               _CIM_OtherPersonInformation_MiddleName =
 14735               {
 14736                   /* flags */
 14737                   META_FLAG_PROPERTY|META_FLAG_READ,
 14738                   /* name */
 14739                   "MiddleName",
 14740                   /* qualifiers */
 14741                   _CIM_OtherPersonInformation_MiddleName_qualifiers,
 14742 mike  1.1.2.1     /* type */
 14743                   CIMTYPE_STRING,
 14744                   /* subscript */
 14745                   0,
 14746                   /* value */
 14747                   0,
 14748               };
 14749               
 14750               static const char*
 14751               _CIM_OtherPersonInformation_Mobile_qualifiers[] =
 14752               {
 14753                   /* MaxLen */
 14754                   "\030\000\000\000\040",
 14755                   0,
 14756               };
 14757               
 14758               static MetaProperty
 14759               _CIM_OtherPersonInformation_Mobile =
 14760               {
 14761                   /* flags */
 14762                   META_FLAG_PROPERTY|META_FLAG_READ,
 14763 mike  1.1.2.1     /* name */
 14764                   "Mobile",
 14765                   /* qualifiers */
 14766                   _CIM_OtherPersonInformation_Mobile_qualifiers,
 14767                   /* type */
 14768                   CIMTYPE_STRING,
 14769                   /* subscript */
 14770                   0,
 14771                   /* value */
 14772                   0,
 14773               };
 14774               
 14775               static const char*
 14776               _CIM_OtherPersonInformation_OrganizationName_qualifiers[] =
 14777               {
 14778                   /* Required */
 14779                   "\050\001",
 14780                   0,
 14781               };
 14782               
 14783               static MetaProperty
 14784 mike  1.1.2.1 _CIM_OtherPersonInformation_OrganizationName =
 14785               {
 14786                   /* flags */
 14787                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 14788                   /* name */
 14789                   "OrganizationName",
 14790                   /* qualifiers */
 14791                   _CIM_OtherPersonInformation_OrganizationName_qualifiers,
 14792                   /* type */
 14793                   CIMTYPE_STRING,
 14794                   /* subscript */
 14795                   0,
 14796                   /* value */
 14797                   0,
 14798               };
 14799               
 14800               static const char*
 14801               _CIM_OtherPersonInformation_OrganizationalStatus_qualifiers[] =
 14802               {
 14803                   0,
 14804               };
 14805 mike  1.1.2.1 
 14806               static MetaProperty
 14807               _CIM_OtherPersonInformation_OrganizationalStatus =
 14808               {
 14809                   /* flags */
 14810                   META_FLAG_PROPERTY|META_FLAG_READ,
 14811                   /* name */
 14812                   "OrganizationalStatus",
 14813                   /* qualifiers */
 14814                   _CIM_OtherPersonInformation_OrganizationalStatus_qualifiers,
 14815                   /* type */
 14816                   CIMTYPE_STRING,
 14817                   /* subscript */
 14818                   0,
 14819                   /* value */
 14820                   0,
 14821               };
 14822               
 14823               static const char*
 14824               _CIM_OtherPersonInformation_OtherMailbox_qualifiers[] =
 14825               {
 14826 mike  1.1.2.1     0,
 14827               };
 14828               
 14829               static MetaProperty
 14830               _CIM_OtherPersonInformation_OtherMailbox =
 14831               {
 14832                   /* flags */
 14833                   META_FLAG_PROPERTY|META_FLAG_READ,
 14834                   /* name */
 14835                   "OtherMailbox",
 14836                   /* qualifiers */
 14837                   _CIM_OtherPersonInformation_OtherMailbox_qualifiers,
 14838                   /* type */
 14839                   CIMTYPE_STRING,
 14840                   /* subscript */
 14841                   0,
 14842                   /* value */
 14843                   0,
 14844               };
 14845               
 14846               static const char*
 14847 mike  1.1.2.1 _CIM_OtherPersonInformation_OU_qualifiers[] =
 14848               {
 14849                   0,
 14850               };
 14851               
 14852               static MetaProperty
 14853               _CIM_OtherPersonInformation_OU =
 14854               {
 14855                   /* flags */
 14856                   META_FLAG_PROPERTY|META_FLAG_READ,
 14857                   /* name */
 14858                   "OU",
 14859                   /* qualifiers */
 14860                   _CIM_OtherPersonInformation_OU_qualifiers,
 14861                   /* type */
 14862                   CIMTYPE_STRING,
 14863                   /* subscript */
 14864                   0,
 14865                   /* value */
 14866                   0,
 14867               };
 14868 mike  1.1.2.1 
 14869               static const char*
 14870               _CIM_OtherPersonInformation_Pager_qualifiers[] =
 14871               {
 14872                   /* MaxLen */
 14873                   "\030\000\000\000\040",
 14874                   0,
 14875               };
 14876               
 14877               static MetaProperty
 14878               _CIM_OtherPersonInformation_Pager =
 14879               {
 14880                   /* flags */
 14881                   META_FLAG_PROPERTY|META_FLAG_READ,
 14882                   /* name */
 14883                   "Pager",
 14884                   /* qualifiers */
 14885                   _CIM_OtherPersonInformation_Pager_qualifiers,
 14886                   /* type */
 14887                   CIMTYPE_STRING,
 14888                   /* subscript */
 14889 mike  1.1.2.1     0,
 14890                   /* value */
 14891                   0,
 14892               };
 14893               
 14894               static const char*
 14895               _CIM_OtherPersonInformation_PersonalTitle_qualifiers[] =
 14896               {
 14897                   0,
 14898               };
 14899               
 14900               static MetaProperty
 14901               _CIM_OtherPersonInformation_PersonalTitle =
 14902               {
 14903                   /* flags */
 14904                   META_FLAG_PROPERTY|META_FLAG_READ,
 14905                   /* name */
 14906                   "PersonalTitle",
 14907                   /* qualifiers */
 14908                   _CIM_OtherPersonInformation_PersonalTitle_qualifiers,
 14909                   /* type */
 14910 mike  1.1.2.1     CIMTYPE_STRING,
 14911                   /* subscript */
 14912                   0,
 14913                   /* value */
 14914                   0,
 14915               };
 14916               
 14917               static const char*
 14918               _CIM_OtherPersonInformation_Photo_qualifiers[] =
 14919               {
 14920                   /* OctetString */
 14921                   "\042\001",
 14922                   0,
 14923               };
 14924               
 14925               static MetaProperty
 14926               _CIM_OtherPersonInformation_Photo =
 14927               {
 14928                   /* flags */
 14929                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 14930                   /* name */
 14931 mike  1.1.2.1     "Photo",
 14932                   /* qualifiers */
 14933                   _CIM_OtherPersonInformation_Photo_qualifiers,
 14934                   /* type */
 14935                   CIMTYPE_STRING,
 14936                   /* subscript */
 14937                   0,
 14938                   /* value */
 14939                   0,
 14940               };
 14941               
 14942               static const char*
 14943               _CIM_OtherPersonInformation_PhysicalDeliveryOfficeName_qualifiers[] =
 14944               {
 14945                   /* MaxLen */
 14946                   "\030\000\000\000\200",
 14947                   0,
 14948               };
 14949               
 14950               static MetaProperty
 14951               _CIM_OtherPersonInformation_PhysicalDeliveryOfficeName =
 14952 mike  1.1.2.1 {
 14953                   /* flags */
 14954                   META_FLAG_PROPERTY|META_FLAG_READ,
 14955                   /* name */
 14956                   "PhysicalDeliveryOfficeName",
 14957                   /* qualifiers */
 14958                   _CIM_OtherPersonInformation_PhysicalDeliveryOfficeName_qualifiers,
 14959                   /* type */
 14960                   CIMTYPE_STRING,
 14961                   /* subscript */
 14962                   0,
 14963                   /* value */
 14964                   0,
 14965               };
 14966               
 14967               static const char*
 14968               _CIM_OtherPersonInformation_PostalAddress_qualifiers[] =
 14969               {
 14970                   0,
 14971               };
 14972               
 14973 mike  1.1.2.1 static MetaProperty
 14974               _CIM_OtherPersonInformation_PostalAddress =
 14975               {
 14976                   /* flags */
 14977                   META_FLAG_PROPERTY|META_FLAG_READ,
 14978                   /* name */
 14979                   "PostalAddress",
 14980                   /* qualifiers */
 14981                   _CIM_OtherPersonInformation_PostalAddress_qualifiers,
 14982                   /* type */
 14983                   CIMTYPE_STRING,
 14984                   /* subscript */
 14985                   0,
 14986                   /* value */
 14987                   0,
 14988               };
 14989               
 14990               static const char*
 14991               _CIM_OtherPersonInformation_PostalCode_qualifiers[] =
 14992               {
 14993                   /* MaxLen */
 14994 mike  1.1.2.1     "\030\000\000\000\050",
 14995                   0,
 14996               };
 14997               
 14998               static MetaProperty
 14999               _CIM_OtherPersonInformation_PostalCode =
 15000               {
 15001                   /* flags */
 15002                   META_FLAG_PROPERTY|META_FLAG_READ,
 15003                   /* name */
 15004                   "PostalCode",
 15005                   /* qualifiers */
 15006                   _CIM_OtherPersonInformation_PostalCode_qualifiers,
 15007                   /* type */
 15008                   CIMTYPE_STRING,
 15009                   /* subscript */
 15010                   0,
 15011                   /* value */
 15012                   0,
 15013               };
 15014               
 15015 mike  1.1.2.1 static const char*
 15016               _CIM_OtherPersonInformation_PostOfficeBox_qualifiers[] =
 15017               {
 15018                   /* MaxLen */
 15019                   "\030\000\000\000\050",
 15020                   0,
 15021               };
 15022               
 15023               static MetaProperty
 15024               _CIM_OtherPersonInformation_PostOfficeBox =
 15025               {
 15026                   /* flags */
 15027                   META_FLAG_PROPERTY|META_FLAG_READ,
 15028                   /* name */
 15029                   "PostOfficeBox",
 15030                   /* qualifiers */
 15031                   _CIM_OtherPersonInformation_PostOfficeBox_qualifiers,
 15032                   /* type */
 15033                   CIMTYPE_STRING,
 15034                   /* subscript */
 15035                   0,
 15036 mike  1.1.2.1     /* value */
 15037                   0,
 15038               };
 15039               
 15040               static const char*
 15041               _CIM_OtherPersonInformation_PreferredDeliveryMethod_qualifiers[] =
 15042               {
 15043                   0,
 15044               };
 15045               
 15046               static MetaProperty
 15047               _CIM_OtherPersonInformation_PreferredDeliveryMethod =
 15048               {
 15049                   /* flags */
 15050                   META_FLAG_PROPERTY|META_FLAG_READ,
 15051                   /* name */
 15052                   "PreferredDeliveryMethod",
 15053                   /* qualifiers */
 15054                   _CIM_OtherPersonInformation_PreferredDeliveryMethod_qualifiers,
 15055                   /* type */
 15056                   CIMTYPE_STRING,
 15057 mike  1.1.2.1     /* subscript */
 15058                   -1,
 15059                   /* value */
 15060                   0,
 15061               };
 15062               
 15063               static const char*
 15064               _CIM_OtherPersonInformation_PreferredLanguage_qualifiers[] =
 15065               {
 15066                   0,
 15067               };
 15068               
 15069               static MetaProperty
 15070               _CIM_OtherPersonInformation_PreferredLanguage =
 15071               {
 15072                   /* flags */
 15073                   META_FLAG_PROPERTY|META_FLAG_READ,
 15074                   /* name */
 15075                   "PreferredLanguage",
 15076                   /* qualifiers */
 15077                   _CIM_OtherPersonInformation_PreferredLanguage_qualifiers,
 15078 mike  1.1.2.1     /* type */
 15079                   CIMTYPE_STRING,
 15080                   /* subscript */
 15081                   -1,
 15082                   /* value */
 15083                   0,
 15084               };
 15085               
 15086               static const char*
 15087               _CIM_OtherPersonInformation_RegisteredAddress_qualifiers[] =
 15088               {
 15089                   0,
 15090               };
 15091               
 15092               static MetaProperty
 15093               _CIM_OtherPersonInformation_RegisteredAddress =
 15094               {
 15095                   /* flags */
 15096                   META_FLAG_PROPERTY|META_FLAG_READ,
 15097                   /* name */
 15098                   "RegisteredAddress",
 15099 mike  1.1.2.1     /* qualifiers */
 15100                   _CIM_OtherPersonInformation_RegisteredAddress_qualifiers,
 15101                   /* type */
 15102                   CIMTYPE_STRING,
 15103                   /* subscript */
 15104                   0,
 15105                   /* value */
 15106                   0,
 15107               };
 15108               
 15109               static const char*
 15110               _CIM_OtherPersonInformation_RoomNumber_qualifiers[] =
 15111               {
 15112                   0,
 15113               };
 15114               
 15115               static MetaProperty
 15116               _CIM_OtherPersonInformation_RoomNumber =
 15117               {
 15118                   /* flags */
 15119                   META_FLAG_PROPERTY|META_FLAG_READ,
 15120 mike  1.1.2.1     /* name */
 15121                   "RoomNumber",
 15122                   /* qualifiers */
 15123                   _CIM_OtherPersonInformation_RoomNumber_qualifiers,
 15124                   /* type */
 15125                   CIMTYPE_STRING,
 15126                   /* subscript */
 15127                   0,
 15128                   /* value */
 15129                   0,
 15130               };
 15131               
 15132               static const char*
 15133               _CIM_OtherPersonInformation_Secretary_qualifiers[] =
 15134               {
 15135                   0,
 15136               };
 15137               
 15138               static MetaProperty
 15139               _CIM_OtherPersonInformation_Secretary =
 15140               {
 15141 mike  1.1.2.1     /* flags */
 15142                   META_FLAG_PROPERTY|META_FLAG_READ,
 15143                   /* name */
 15144                   "Secretary",
 15145                   /* qualifiers */
 15146                   _CIM_OtherPersonInformation_Secretary_qualifiers,
 15147                   /* type */
 15148                   CIMTYPE_STRING,
 15149                   /* subscript */
 15150                   0,
 15151                   /* value */
 15152                   0,
 15153               };
 15154               
 15155               static const char*
 15156               _CIM_OtherPersonInformation_SeeAlso_qualifiers[] =
 15157               {
 15158                   0,
 15159               };
 15160               
 15161               static MetaProperty
 15162 mike  1.1.2.1 _CIM_OtherPersonInformation_SeeAlso =
 15163               {
 15164                   /* flags */
 15165                   META_FLAG_PROPERTY|META_FLAG_READ,
 15166                   /* name */
 15167                   "SeeAlso",
 15168                   /* qualifiers */
 15169                   _CIM_OtherPersonInformation_SeeAlso_qualifiers,
 15170                   /* type */
 15171                   CIMTYPE_STRING,
 15172                   /* subscript */
 15173                   0,
 15174                   /* value */
 15175                   0,
 15176               };
 15177               
 15178               static const char*
 15179               _CIM_OtherPersonInformation_StateOrProvince_qualifiers[] =
 15180               {
 15181                   0,
 15182               };
 15183 mike  1.1.2.1 
 15184               static MetaProperty
 15185               _CIM_OtherPersonInformation_StateOrProvince =
 15186               {
 15187                   /* flags */
 15188                   META_FLAG_PROPERTY|META_FLAG_READ,
 15189                   /* name */
 15190                   "StateOrProvince",
 15191                   /* qualifiers */
 15192                   _CIM_OtherPersonInformation_StateOrProvince_qualifiers,
 15193                   /* type */
 15194                   CIMTYPE_STRING,
 15195                   /* subscript */
 15196                   0,
 15197                   /* value */
 15198                   0,
 15199               };
 15200               
 15201               static const char*
 15202               _CIM_OtherPersonInformation_Street_qualifiers[] =
 15203               {
 15204 mike  1.1.2.1     /* MaxLen */
 15205                   "\030\000\000\000\200",
 15206                   0,
 15207               };
 15208               
 15209               static MetaProperty
 15210               _CIM_OtherPersonInformation_Street =
 15211               {
 15212                   /* flags */
 15213                   META_FLAG_PROPERTY|META_FLAG_READ,
 15214                   /* name */
 15215                   "Street",
 15216                   /* qualifiers */
 15217                   _CIM_OtherPersonInformation_Street_qualifiers,
 15218                   /* type */
 15219                   CIMTYPE_STRING,
 15220                   /* subscript */
 15221                   0,
 15222                   /* value */
 15223                   0,
 15224               };
 15225 mike  1.1.2.1 
 15226               static const char*
 15227               _CIM_OtherPersonInformation_Surname_qualifiers[] =
 15228               {
 15229                   0,
 15230               };
 15231               
 15232               static MetaProperty
 15233               _CIM_OtherPersonInformation_Surname =
 15234               {
 15235                   /* flags */
 15236                   META_FLAG_PROPERTY|META_FLAG_READ,
 15237                   /* name */
 15238                   "Surname",
 15239                   /* qualifiers */
 15240                   _CIM_OtherPersonInformation_Surname_qualifiers,
 15241                   /* type */
 15242                   CIMTYPE_STRING,
 15243                   /* subscript */
 15244                   0,
 15245                   /* value */
 15246 mike  1.1.2.1     0,
 15247               };
 15248               
 15249               static const char*
 15250               _CIM_OtherPersonInformation_TelephoneNumber_qualifiers[] =
 15251               {
 15252                   /* MaxLen */
 15253                   "\030\000\000\000\040",
 15254                   0,
 15255               };
 15256               
 15257               static MetaProperty
 15258               _CIM_OtherPersonInformation_TelephoneNumber =
 15259               {
 15260                   /* flags */
 15261                   META_FLAG_PROPERTY|META_FLAG_READ,
 15262                   /* name */
 15263                   "TelephoneNumber",
 15264                   /* qualifiers */
 15265                   _CIM_OtherPersonInformation_TelephoneNumber_qualifiers,
 15266                   /* type */
 15267 mike  1.1.2.1     CIMTYPE_STRING,
 15268                   /* subscript */
 15269                   0,
 15270                   /* value */
 15271                   0,
 15272               };
 15273               
 15274               static const char*
 15275               _CIM_OtherPersonInformation_TeletexTerminalIdentifier_qualifiers[] =
 15276               {
 15277                   0,
 15278               };
 15279               
 15280               static MetaProperty
 15281               _CIM_OtherPersonInformation_TeletexTerminalIdentifier =
 15282               {
 15283                   /* flags */
 15284                   META_FLAG_PROPERTY|META_FLAG_READ,
 15285                   /* name */
 15286                   "TeletexTerminalIdentifier",
 15287                   /* qualifiers */
 15288 mike  1.1.2.1     _CIM_OtherPersonInformation_TeletexTerminalIdentifier_qualifiers,
 15289                   /* type */
 15290                   CIMTYPE_STRING,
 15291                   /* subscript */
 15292                   0,
 15293                   /* value */
 15294                   0,
 15295               };
 15296               
 15297               static const char*
 15298               _CIM_OtherPersonInformation_TelexNumber_qualifiers[] =
 15299               {
 15300                   0,
 15301               };
 15302               
 15303               static MetaProperty
 15304               _CIM_OtherPersonInformation_TelexNumber =
 15305               {
 15306                   /* flags */
 15307                   META_FLAG_PROPERTY|META_FLAG_READ,
 15308                   /* name */
 15309 mike  1.1.2.1     "TelexNumber",
 15310                   /* qualifiers */
 15311                   _CIM_OtherPersonInformation_TelexNumber_qualifiers,
 15312                   /* type */
 15313                   CIMTYPE_STRING,
 15314                   /* subscript */
 15315                   0,
 15316                   /* value */
 15317                   0,
 15318               };
 15319               
 15320               static const char*
 15321               _CIM_OtherPersonInformation_ThumbnailLogo_qualifiers[] =
 15322               {
 15323                   /* OctetString */
 15324                   "\042\001",
 15325                   0,
 15326               };
 15327               
 15328               static MetaProperty
 15329               _CIM_OtherPersonInformation_ThumbnailLogo =
 15330 mike  1.1.2.1 {
 15331                   /* flags */
 15332                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 15333                   /* name */
 15334                   "ThumbnailLogo",
 15335                   /* qualifiers */
 15336                   _CIM_OtherPersonInformation_ThumbnailLogo_qualifiers,
 15337                   /* type */
 15338                   CIMTYPE_STRING,
 15339                   /* subscript */
 15340                   0,
 15341                   /* value */
 15342                   0,
 15343               };
 15344               
 15345               static const char*
 15346               _CIM_OtherPersonInformation_ThumbnailPhoto_qualifiers[] =
 15347               {
 15348                   /* OctetString */
 15349                   "\042\001",
 15350                   0,
 15351 mike  1.1.2.1 };
 15352               
 15353               static MetaProperty
 15354               _CIM_OtherPersonInformation_ThumbnailPhoto =
 15355               {
 15356                   /* flags */
 15357                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 15358                   /* name */
 15359                   "ThumbnailPhoto",
 15360                   /* qualifiers */
 15361                   _CIM_OtherPersonInformation_ThumbnailPhoto_qualifiers,
 15362                   /* type */
 15363                   CIMTYPE_STRING,
 15364                   /* subscript */
 15365                   0,
 15366                   /* value */
 15367                   0,
 15368               };
 15369               
 15370               static const char*
 15371               _CIM_OtherPersonInformation_Title_qualifiers[] =
 15372 mike  1.1.2.1 {
 15373                   0,
 15374               };
 15375               
 15376               static MetaProperty
 15377               _CIM_OtherPersonInformation_Title =
 15378               {
 15379                   /* flags */
 15380                   META_FLAG_PROPERTY|META_FLAG_READ,
 15381                   /* name */
 15382                   "Title",
 15383                   /* qualifiers */
 15384                   _CIM_OtherPersonInformation_Title_qualifiers,
 15385                   /* type */
 15386                   CIMTYPE_STRING,
 15387                   /* subscript */
 15388                   0,
 15389                   /* value */
 15390                   0,
 15391               };
 15392               
 15393 mike  1.1.2.1 static const char*
 15394               _CIM_OtherPersonInformation_UserID_qualifiers[] =
 15395               {
 15396                   0,
 15397               };
 15398               
 15399               static MetaProperty
 15400               _CIM_OtherPersonInformation_UserID =
 15401               {
 15402                   /* flags */
 15403                   META_FLAG_PROPERTY|META_FLAG_READ,
 15404                   /* name */
 15405                   "UserID",
 15406                   /* qualifiers */
 15407                   _CIM_OtherPersonInformation_UserID_qualifiers,
 15408                   /* type */
 15409                   CIMTYPE_STRING,
 15410                   /* subscript */
 15411                   0,
 15412                   /* value */
 15413                   0,
 15414 mike  1.1.2.1 };
 15415               
 15416               static const char*
 15417               _CIM_OtherPersonInformation_UniqueIdentifier_qualifiers[] =
 15418               {
 15419                   0,
 15420               };
 15421               
 15422               static MetaProperty
 15423               _CIM_OtherPersonInformation_UniqueIdentifier =
 15424               {
 15425                   /* flags */
 15426                   META_FLAG_PROPERTY|META_FLAG_READ,
 15427                   /* name */
 15428                   "UniqueIdentifier",
 15429                   /* qualifiers */
 15430                   _CIM_OtherPersonInformation_UniqueIdentifier_qualifiers,
 15431                   /* type */
 15432                   CIMTYPE_STRING,
 15433                   /* subscript */
 15434                   0,
 15435 mike  1.1.2.1     /* value */
 15436                   0,
 15437               };
 15438               
 15439               static const char*
 15440               _CIM_OtherPersonInformation_UserCertificate_qualifiers[] =
 15441               {
 15442                   /* OctetString */
 15443                   "\042\001",
 15444                   0,
 15445               };
 15446               
 15447               static MetaProperty
 15448               _CIM_OtherPersonInformation_UserCertificate =
 15449               {
 15450                   /* flags */
 15451                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 15452                   /* name */
 15453                   "UserCertificate",
 15454                   /* qualifiers */
 15455                   _CIM_OtherPersonInformation_UserCertificate_qualifiers,
 15456 mike  1.1.2.1     /* type */
 15457                   CIMTYPE_STRING,
 15458                   /* subscript */
 15459                   0,
 15460                   /* value */
 15461                   0,
 15462               };
 15463               
 15464               static const char*
 15465               _CIM_OtherPersonInformation_UserPassword_qualifiers[] =
 15466               {
 15467                   /* OctetString */
 15468                   "\042\001",
 15469                   0,
 15470               };
 15471               
 15472               static MetaProperty
 15473               _CIM_OtherPersonInformation_UserPassword =
 15474               {
 15475                   /* flags */
 15476                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 15477 mike  1.1.2.1     /* name */
 15478                   "UserPassword",
 15479                   /* qualifiers */
 15480                   _CIM_OtherPersonInformation_UserPassword_qualifiers,
 15481                   /* type */
 15482                   CIMTYPE_STRING,
 15483                   /* subscript */
 15484                   0,
 15485                   /* value */
 15486                   0,
 15487               };
 15488               
 15489               static const char*
 15490               _CIM_OtherPersonInformation_UserPKCS12_qualifiers[] =
 15491               {
 15492                   /* OctetString */
 15493                   "\042\001",
 15494                   0,
 15495               };
 15496               
 15497               static MetaProperty
 15498 mike  1.1.2.1 _CIM_OtherPersonInformation_UserPKCS12 =
 15499               {
 15500                   /* flags */
 15501                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 15502                   /* name */
 15503                   "UserPKCS12",
 15504                   /* qualifiers */
 15505                   _CIM_OtherPersonInformation_UserPKCS12_qualifiers,
 15506                   /* type */
 15507                   CIMTYPE_STRING,
 15508                   /* subscript */
 15509                   0,
 15510                   /* value */
 15511                   0,
 15512               };
 15513               
 15514               static const char*
 15515               _CIM_OtherPersonInformation_UserSMIMECertificate_qualifiers[] =
 15516               {
 15517                   /* OctetString */
 15518                   "\042\001",
 15519 mike  1.1.2.1     0,
 15520               };
 15521               
 15522               static MetaProperty
 15523               _CIM_OtherPersonInformation_UserSMIMECertificate =
 15524               {
 15525                   /* flags */
 15526                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 15527                   /* name */
 15528                   "UserSMIMECertificate",
 15529                   /* qualifiers */
 15530                   _CIM_OtherPersonInformation_UserSMIMECertificate_qualifiers,
 15531                   /* type */
 15532                   CIMTYPE_STRING,
 15533                   /* subscript */
 15534                   0,
 15535                   /* value */
 15536                   0,
 15537               };
 15538               
 15539               static const char*
 15540 mike  1.1.2.1 _CIM_OtherPersonInformation_X121Address_qualifiers[] =
 15541               {
 15542                   /* MaxLen */
 15543                   "\030\000\000\000\017",
 15544                   0,
 15545               };
 15546               
 15547               static MetaProperty
 15548               _CIM_OtherPersonInformation_X121Address =
 15549               {
 15550                   /* flags */
 15551                   META_FLAG_PROPERTY|META_FLAG_READ,
 15552                   /* name */
 15553                   "X121Address",
 15554                   /* qualifiers */
 15555                   _CIM_OtherPersonInformation_X121Address_qualifiers,
 15556                   /* type */
 15557                   CIMTYPE_STRING,
 15558                   /* subscript */
 15559                   0,
 15560                   /* value */
 15561 mike  1.1.2.1     0,
 15562               };
 15563               
 15564               static const char*
 15565               _CIM_OtherPersonInformation_X500UniqueIdentifier_qualifiers[] =
 15566               {
 15567                   /* OctetString */
 15568                   "\042\001",
 15569                   0,
 15570               };
 15571               
 15572               static MetaProperty
 15573               _CIM_OtherPersonInformation_X500UniqueIdentifier =
 15574               {
 15575                   /* flags */
 15576                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 15577                   /* name */
 15578                   "X500UniqueIdentifier",
 15579                   /* qualifiers */
 15580                   _CIM_OtherPersonInformation_X500UniqueIdentifier_qualifiers,
 15581                   /* type */
 15582 mike  1.1.2.1     CIMTYPE_STRING,
 15583                   /* subscript */
 15584                   0,
 15585                   /* value */
 15586                   0,
 15587               };
 15588               
 15589               static MetaFeature*
 15590               _CIM_OtherPersonInformation_features[] =
 15591               {
 15592                   (MetaFeature*)&_CIM_OtherPersonInformation_CreationClassName,
 15593                   (MetaFeature*)&_CIM_OtherPersonInformation_Name,
 15594                   (MetaFeature*)&_CIM_OtherPersonInformation_ObjectClass,
 15595                   (MetaFeature*)&_CIM_OtherPersonInformation_Audio,
 15596                   (MetaFeature*)&_CIM_OtherPersonInformation_BusinessCategory,
 15597                   (MetaFeature*)&_CIM_OtherPersonInformation_CarLicense,
 15598                   (MetaFeature*)&_CIM_OtherPersonInformation_CommonName,
 15599                   (MetaFeature*)&_CIM_OtherPersonInformation_CountryName,
 15600                   (MetaFeature*)&_CIM_OtherPersonInformation_DepartmentNumber,
 15601                   (MetaFeature*)&_CIM_OtherPersonInformation_Descriptions,
 15602                   (MetaFeature*)&_CIM_OtherPersonInformation_DestinationIndicator,
 15603 mike  1.1.2.1     (MetaFeature*)&_CIM_OtherPersonInformation_DisplayName,
 15604                   (MetaFeature*)&_CIM_OtherPersonInformation_EmployeeNumber,
 15605                   (MetaFeature*)&_CIM_OtherPersonInformation_EmployeeType,
 15606                   (MetaFeature*)&_CIM_OtherPersonInformation_FacsimileTelephoneNumber,
 15607                   (MetaFeature*)&_CIM_OtherPersonInformation_GenerationQualifier,
 15608                   (MetaFeature*)&_CIM_OtherPersonInformation_GivenName,
 15609                   (MetaFeature*)&_CIM_OtherPersonInformation_HomeFax,
 15610                   (MetaFeature*)&_CIM_OtherPersonInformation_HomePhone,
 15611                   (MetaFeature*)&_CIM_OtherPersonInformation_HomePostalAddress,
 15612                   (MetaFeature*)&_CIM_OtherPersonInformation_Initials,
 15613                   (MetaFeature*)&_CIM_OtherPersonInformation_InternationaliSDNNumber,
 15614                   (MetaFeature*)&_CIM_OtherPersonInformation_JPEGPhoto,
 15615                   (MetaFeature*)&_CIM_OtherPersonInformation_LabeledURI,
 15616                   (MetaFeature*)&_CIM_OtherPersonInformation_LocalityName,
 15617                   (MetaFeature*)&_CIM_OtherPersonInformation_Mail,
 15618                   (MetaFeature*)&_CIM_OtherPersonInformation_Manager,
 15619                   (MetaFeature*)&_CIM_OtherPersonInformation_MiddleName,
 15620                   (MetaFeature*)&_CIM_OtherPersonInformation_Mobile,
 15621                   (MetaFeature*)&_CIM_OtherPersonInformation_OrganizationName,
 15622                   (MetaFeature*)&_CIM_OtherPersonInformation_OrganizationalStatus,
 15623                   (MetaFeature*)&_CIM_OtherPersonInformation_OtherMailbox,
 15624 mike  1.1.2.1     (MetaFeature*)&_CIM_OtherPersonInformation_OU,
 15625                   (MetaFeature*)&_CIM_OtherPersonInformation_Pager,
 15626                   (MetaFeature*)&_CIM_OtherPersonInformation_PersonalTitle,
 15627                   (MetaFeature*)&_CIM_OtherPersonInformation_Photo,
 15628                   (MetaFeature*)&_CIM_OtherPersonInformation_PhysicalDeliveryOfficeName,
 15629                   (MetaFeature*)&_CIM_OtherPersonInformation_PostalAddress,
 15630                   (MetaFeature*)&_CIM_OtherPersonInformation_PostalCode,
 15631                   (MetaFeature*)&_CIM_OtherPersonInformation_PostOfficeBox,
 15632                   (MetaFeature*)&_CIM_OtherPersonInformation_PreferredDeliveryMethod,
 15633                   (MetaFeature*)&_CIM_OtherPersonInformation_PreferredLanguage,
 15634                   (MetaFeature*)&_CIM_OtherPersonInformation_RegisteredAddress,
 15635                   (MetaFeature*)&_CIM_OtherPersonInformation_RoomNumber,
 15636                   (MetaFeature*)&_CIM_OtherPersonInformation_Secretary,
 15637                   (MetaFeature*)&_CIM_OtherPersonInformation_SeeAlso,
 15638                   (MetaFeature*)&_CIM_OtherPersonInformation_StateOrProvince,
 15639                   (MetaFeature*)&_CIM_OtherPersonInformation_Street,
 15640                   (MetaFeature*)&_CIM_OtherPersonInformation_Surname,
 15641                   (MetaFeature*)&_CIM_OtherPersonInformation_TelephoneNumber,
 15642                   (MetaFeature*)&_CIM_OtherPersonInformation_TeletexTerminalIdentifier,
 15643                   (MetaFeature*)&_CIM_OtherPersonInformation_TelexNumber,
 15644                   (MetaFeature*)&_CIM_OtherPersonInformation_ThumbnailLogo,
 15645 mike  1.1.2.1     (MetaFeature*)&_CIM_OtherPersonInformation_ThumbnailPhoto,
 15646                   (MetaFeature*)&_CIM_OtherPersonInformation_Title,
 15647                   (MetaFeature*)&_CIM_OtherPersonInformation_UserID,
 15648                   (MetaFeature*)&_CIM_OtherPersonInformation_UniqueIdentifier,
 15649                   (MetaFeature*)&_CIM_OtherPersonInformation_UserCertificate,
 15650                   (MetaFeature*)&_CIM_OtherPersonInformation_UserPassword,
 15651                   (MetaFeature*)&_CIM_OtherPersonInformation_UserPKCS12,
 15652                   (MetaFeature*)&_CIM_OtherPersonInformation_UserSMIMECertificate,
 15653                   (MetaFeature*)&_CIM_OtherPersonInformation_X121Address,
 15654                   (MetaFeature*)&_CIM_OtherPersonInformation_X500UniqueIdentifier,
 15655                   0,
 15656               };
 15657               
 15658               static const char*
 15659               __root_cimv2_CIM_OtherPersonInformation_qualifiers[] =
 15660               {
 15661                   /* UMLPackagePath */
 15662                   "\057CIM::User::Org",
 15663                   /* Version */
 15664                   "\0632.7.0",
 15665                   0,
 15666 mike  1.1.2.1 };
 15667               
 15668               MetaClass
 15669               __root_cimv2_CIM_OtherPersonInformation =
 15670               {
 15671                   /* flags */
 15672                   META_FLAG_CLASS,
 15673                   /* name */
 15674                   "CIM_OtherPersonInformation",
 15675                   /* qualifiers */
 15676                   __root_cimv2_CIM_OtherPersonInformation_qualifiers,
 15677                   /* super */
 15678                   &__root_cimv2_CIM_ManagedElement,
 15679                   /* features */
 15680                   _CIM_OtherPersonInformation_features,
 15681               };
 15682               
 15683               //==============================================================================
 15684               //
 15685               // Class: CIM_OtherRoleInformation
 15686               //
 15687 mike  1.1.2.1 //==============================================================================
 15688               
 15689               static const char*
 15690               _CIM_OtherRoleInformation_CreationClassName_qualifiers[] =
 15691               {
 15692                   /* Key */
 15693                   "\025\001",
 15694                   /* MaxLen */
 15695                   "\030\000\000\001\000",
 15696                   0,
 15697               };
 15698               
 15699               static MetaProperty
 15700               _CIM_OtherRoleInformation_CreationClassName =
 15701               {
 15702                   /* flags */
 15703                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 15704                   /* name */
 15705                   "CreationClassName",
 15706                   /* qualifiers */
 15707                   _CIM_OtherRoleInformation_CreationClassName_qualifiers,
 15708 mike  1.1.2.1     /* type */
 15709                   CIMTYPE_STRING,
 15710                   /* subscript */
 15711                   -1,
 15712                   /* value */
 15713                   0,
 15714               };
 15715               
 15716               static const char*
 15717               _CIM_OtherRoleInformation_Name_qualifiers[] =
 15718               {
 15719                   /* Key */
 15720                   "\025\001",
 15721                   /* MaxLen */
 15722                   "\030\000\000\004\000",
 15723                   0,
 15724               };
 15725               
 15726               static MetaProperty
 15727               _CIM_OtherRoleInformation_Name =
 15728               {
 15729 mike  1.1.2.1     /* flags */
 15730                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 15731                   /* name */
 15732                   "Name",
 15733                   /* qualifiers */
 15734                   _CIM_OtherRoleInformation_Name_qualifiers,
 15735                   /* type */
 15736                   CIMTYPE_STRING,
 15737                   /* subscript */
 15738                   -1,
 15739                   /* value */
 15740                   0,
 15741               };
 15742               
 15743               static const char*
 15744               _CIM_OtherRoleInformation_ObjectClass_qualifiers[] =
 15745               {
 15746                   0,
 15747               };
 15748               
 15749               static MetaProperty
 15750 mike  1.1.2.1 _CIM_OtherRoleInformation_ObjectClass =
 15751               {
 15752                   /* flags */
 15753                   META_FLAG_PROPERTY|META_FLAG_READ,
 15754                   /* name */
 15755                   "ObjectClass",
 15756                   /* qualifiers */
 15757                   _CIM_OtherRoleInformation_ObjectClass_qualifiers,
 15758                   /* type */
 15759                   CIMTYPE_STRING,
 15760                   /* subscript */
 15761                   0,
 15762                   /* value */
 15763                   0,
 15764               };
 15765               
 15766               static const char*
 15767               _CIM_OtherRoleInformation_BusinessCategory_qualifiers[] =
 15768               {
 15769                   /* MaxLen */
 15770                   "\030\000\000\000\200",
 15771 mike  1.1.2.1     0,
 15772               };
 15773               
 15774               static MetaProperty
 15775               _CIM_OtherRoleInformation_BusinessCategory =
 15776               {
 15777                   /* flags */
 15778                   META_FLAG_PROPERTY|META_FLAG_READ,
 15779                   /* name */
 15780                   "BusinessCategory",
 15781                   /* qualifiers */
 15782                   _CIM_OtherRoleInformation_BusinessCategory_qualifiers,
 15783                   /* type */
 15784                   CIMTYPE_STRING,
 15785                   /* subscript */
 15786                   0,
 15787                   /* value */
 15788                   0,
 15789               };
 15790               
 15791               static const char*
 15792 mike  1.1.2.1 _CIM_OtherRoleInformation_CommonName_qualifiers[] =
 15793               {
 15794                   0,
 15795               };
 15796               
 15797               static MetaProperty
 15798               _CIM_OtherRoleInformation_CommonName =
 15799               {
 15800                   /* flags */
 15801                   META_FLAG_PROPERTY|META_FLAG_READ,
 15802                   /* name */
 15803                   "CommonName",
 15804                   /* qualifiers */
 15805                   _CIM_OtherRoleInformation_CommonName_qualifiers,
 15806                   /* type */
 15807                   CIMTYPE_STRING,
 15808                   /* subscript */
 15809                   0,
 15810                   /* value */
 15811                   0,
 15812               };
 15813 mike  1.1.2.1 
 15814               static const char*
 15815               _CIM_OtherRoleInformation_Descriptions_qualifiers[] =
 15816               {
 15817                   /* MaxLen */
 15818                   "\030\000\000\004\000",
 15819                   0,
 15820               };
 15821               
 15822               static MetaProperty
 15823               _CIM_OtherRoleInformation_Descriptions =
 15824               {
 15825                   /* flags */
 15826                   META_FLAG_PROPERTY|META_FLAG_READ,
 15827                   /* name */
 15828                   "Descriptions",
 15829                   /* qualifiers */
 15830                   _CIM_OtherRoleInformation_Descriptions_qualifiers,
 15831                   /* type */
 15832                   CIMTYPE_STRING,
 15833                   /* subscript */
 15834 mike  1.1.2.1     0,
 15835                   /* value */
 15836                   0,
 15837               };
 15838               
 15839               static const char*
 15840               _CIM_OtherRoleInformation_DestinationIndicator_qualifiers[] =
 15841               {
 15842                   /* MaxLen */
 15843                   "\030\000\000\000\200",
 15844                   0,
 15845               };
 15846               
 15847               static MetaProperty
 15848               _CIM_OtherRoleInformation_DestinationIndicator =
 15849               {
 15850                   /* flags */
 15851                   META_FLAG_PROPERTY|META_FLAG_READ,
 15852                   /* name */
 15853                   "DestinationIndicator",
 15854                   /* qualifiers */
 15855 mike  1.1.2.1     _CIM_OtherRoleInformation_DestinationIndicator_qualifiers,
 15856                   /* type */
 15857                   CIMTYPE_STRING,
 15858                   /* subscript */
 15859                   0,
 15860                   /* value */
 15861                   0,
 15862               };
 15863               
 15864               static const char*
 15865               _CIM_OtherRoleInformation_FacsimileTelephoneNumber_qualifiers[] =
 15866               {
 15867                   0,
 15868               };
 15869               
 15870               static MetaProperty
 15871               _CIM_OtherRoleInformation_FacsimileTelephoneNumber =
 15872               {
 15873                   /* flags */
 15874                   META_FLAG_PROPERTY|META_FLAG_READ,
 15875                   /* name */
 15876 mike  1.1.2.1     "FacsimileTelephoneNumber",
 15877                   /* qualifiers */
 15878                   _CIM_OtherRoleInformation_FacsimileTelephoneNumber_qualifiers,
 15879                   /* type */
 15880                   CIMTYPE_STRING,
 15881                   /* subscript */
 15882                   0,
 15883                   /* value */
 15884                   0,
 15885               };
 15886               
 15887               static const char*
 15888               _CIM_OtherRoleInformation_InternationaliSDNNumber_qualifiers[] =
 15889               {
 15890                   /* MaxLen */
 15891                   "\030\000\000\000\020",
 15892                   0,
 15893               };
 15894               
 15895               static MetaProperty
 15896               _CIM_OtherRoleInformation_InternationaliSDNNumber =
 15897 mike  1.1.2.1 {
 15898                   /* flags */
 15899                   META_FLAG_PROPERTY|META_FLAG_READ,
 15900                   /* name */
 15901                   "InternationaliSDNNumber",
 15902                   /* qualifiers */
 15903                   _CIM_OtherRoleInformation_InternationaliSDNNumber_qualifiers,
 15904                   /* type */
 15905                   CIMTYPE_STRING,
 15906                   /* subscript */
 15907                   0,
 15908                   /* value */
 15909                   0,
 15910               };
 15911               
 15912               static const char*
 15913               _CIM_OtherRoleInformation_OU_qualifiers[] =
 15914               {
 15915                   0,
 15916               };
 15917               
 15918 mike  1.1.2.1 static MetaProperty
 15919               _CIM_OtherRoleInformation_OU =
 15920               {
 15921                   /* flags */
 15922                   META_FLAG_PROPERTY|META_FLAG_READ,
 15923                   /* name */
 15924                   "OU",
 15925                   /* qualifiers */
 15926                   _CIM_OtherRoleInformation_OU_qualifiers,
 15927                   /* type */
 15928                   CIMTYPE_STRING,
 15929                   /* subscript */
 15930                   0,
 15931                   /* value */
 15932                   0,
 15933               };
 15934               
 15935               static const char*
 15936               _CIM_OtherRoleInformation_PhysicalDeliveryOfficeName_qualifiers[] =
 15937               {
 15938                   /* MaxLen */
 15939 mike  1.1.2.1     "\030\000\000\000\200",
 15940                   0,
 15941               };
 15942               
 15943               static MetaProperty
 15944               _CIM_OtherRoleInformation_PhysicalDeliveryOfficeName =
 15945               {
 15946                   /* flags */
 15947                   META_FLAG_PROPERTY|META_FLAG_READ,
 15948                   /* name */
 15949                   "PhysicalDeliveryOfficeName",
 15950                   /* qualifiers */
 15951                   _CIM_OtherRoleInformation_PhysicalDeliveryOfficeName_qualifiers,
 15952                   /* type */
 15953                   CIMTYPE_STRING,
 15954                   /* subscript */
 15955                   0,
 15956                   /* value */
 15957                   0,
 15958               };
 15959               
 15960 mike  1.1.2.1 static const char*
 15961               _CIM_OtherRoleInformation_PostalAddress_qualifiers[] =
 15962               {
 15963                   0,
 15964               };
 15965               
 15966               static MetaProperty
 15967               _CIM_OtherRoleInformation_PostalAddress =
 15968               {
 15969                   /* flags */
 15970                   META_FLAG_PROPERTY|META_FLAG_READ,
 15971                   /* name */
 15972                   "PostalAddress",
 15973                   /* qualifiers */
 15974                   _CIM_OtherRoleInformation_PostalAddress_qualifiers,
 15975                   /* type */
 15976                   CIMTYPE_STRING,
 15977                   /* subscript */
 15978                   0,
 15979                   /* value */
 15980                   0,
 15981 mike  1.1.2.1 };
 15982               
 15983               static const char*
 15984               _CIM_OtherRoleInformation_PostalCode_qualifiers[] =
 15985               {
 15986                   /* MaxLen */
 15987                   "\030\000\000\000\050",
 15988                   0,
 15989               };
 15990               
 15991               static MetaProperty
 15992               _CIM_OtherRoleInformation_PostalCode =
 15993               {
 15994                   /* flags */
 15995                   META_FLAG_PROPERTY|META_FLAG_READ,
 15996                   /* name */
 15997                   "PostalCode",
 15998                   /* qualifiers */
 15999                   _CIM_OtherRoleInformation_PostalCode_qualifiers,
 16000                   /* type */
 16001                   CIMTYPE_STRING,
 16002 mike  1.1.2.1     /* subscript */
 16003                   0,
 16004                   /* value */
 16005                   0,
 16006               };
 16007               
 16008               static const char*
 16009               _CIM_OtherRoleInformation_PostOfficeBox_qualifiers[] =
 16010               {
 16011                   /* MaxLen */
 16012                   "\030\000\000\000\050",
 16013                   0,
 16014               };
 16015               
 16016               static MetaProperty
 16017               _CIM_OtherRoleInformation_PostOfficeBox =
 16018               {
 16019                   /* flags */
 16020                   META_FLAG_PROPERTY|META_FLAG_READ,
 16021                   /* name */
 16022                   "PostOfficeBox",
 16023 mike  1.1.2.1     /* qualifiers */
 16024                   _CIM_OtherRoleInformation_PostOfficeBox_qualifiers,
 16025                   /* type */
 16026                   CIMTYPE_STRING,
 16027                   /* subscript */
 16028                   0,
 16029                   /* value */
 16030                   0,
 16031               };
 16032               
 16033               static const char*
 16034               _CIM_OtherRoleInformation_PreferredDeliveryMethod_qualifiers[] =
 16035               {
 16036                   0,
 16037               };
 16038               
 16039               static MetaProperty
 16040               _CIM_OtherRoleInformation_PreferredDeliveryMethod =
 16041               {
 16042                   /* flags */
 16043                   META_FLAG_PROPERTY|META_FLAG_READ,
 16044 mike  1.1.2.1     /* name */
 16045                   "PreferredDeliveryMethod",
 16046                   /* qualifiers */
 16047                   _CIM_OtherRoleInformation_PreferredDeliveryMethod_qualifiers,
 16048                   /* type */
 16049                   CIMTYPE_STRING,
 16050                   /* subscript */
 16051                   -1,
 16052                   /* value */
 16053                   0,
 16054               };
 16055               
 16056               static const char*
 16057               _CIM_OtherRoleInformation_RegisteredAddress_qualifiers[] =
 16058               {
 16059                   0,
 16060               };
 16061               
 16062               static MetaProperty
 16063               _CIM_OtherRoleInformation_RegisteredAddress =
 16064               {
 16065 mike  1.1.2.1     /* flags */
 16066                   META_FLAG_PROPERTY|META_FLAG_READ,
 16067                   /* name */
 16068                   "RegisteredAddress",
 16069                   /* qualifiers */
 16070                   _CIM_OtherRoleInformation_RegisteredAddress_qualifiers,
 16071                   /* type */
 16072                   CIMTYPE_STRING,
 16073                   /* subscript */
 16074                   0,
 16075                   /* value */
 16076                   0,
 16077               };
 16078               
 16079               static const char*
 16080               _CIM_OtherRoleInformation_SeeAlso_qualifiers[] =
 16081               {
 16082                   0,
 16083               };
 16084               
 16085               static MetaProperty
 16086 mike  1.1.2.1 _CIM_OtherRoleInformation_SeeAlso =
 16087               {
 16088                   /* flags */
 16089                   META_FLAG_PROPERTY|META_FLAG_READ,
 16090                   /* name */
 16091                   "SeeAlso",
 16092                   /* qualifiers */
 16093                   _CIM_OtherRoleInformation_SeeAlso_qualifiers,
 16094                   /* type */
 16095                   CIMTYPE_STRING,
 16096                   /* subscript */
 16097                   0,
 16098                   /* value */
 16099                   0,
 16100               };
 16101               
 16102               static const char*
 16103               _CIM_OtherRoleInformation_StateOrProvince_qualifiers[] =
 16104               {
 16105                   0,
 16106               };
 16107 mike  1.1.2.1 
 16108               static MetaProperty
 16109               _CIM_OtherRoleInformation_StateOrProvince =
 16110               {
 16111                   /* flags */
 16112                   META_FLAG_PROPERTY|META_FLAG_READ,
 16113                   /* name */
 16114                   "StateOrProvince",
 16115                   /* qualifiers */
 16116                   _CIM_OtherRoleInformation_StateOrProvince_qualifiers,
 16117                   /* type */
 16118                   CIMTYPE_STRING,
 16119                   /* subscript */
 16120                   0,
 16121                   /* value */
 16122                   0,
 16123               };
 16124               
 16125               static const char*
 16126               _CIM_OtherRoleInformation_Street_qualifiers[] =
 16127               {
 16128 mike  1.1.2.1     /* MaxLen */
 16129                   "\030\000\000\000\200",
 16130                   0,
 16131               };
 16132               
 16133               static MetaProperty
 16134               _CIM_OtherRoleInformation_Street =
 16135               {
 16136                   /* flags */
 16137                   META_FLAG_PROPERTY|META_FLAG_READ,
 16138                   /* name */
 16139                   "Street",
 16140                   /* qualifiers */
 16141                   _CIM_OtherRoleInformation_Street_qualifiers,
 16142                   /* type */
 16143                   CIMTYPE_STRING,
 16144                   /* subscript */
 16145                   0,
 16146                   /* value */
 16147                   0,
 16148               };
 16149 mike  1.1.2.1 
 16150               static const char*
 16151               _CIM_OtherRoleInformation_TelephoneNumber_qualifiers[] =
 16152               {
 16153                   /* MaxLen */
 16154                   "\030\000\000\000\040",
 16155                   0,
 16156               };
 16157               
 16158               static MetaProperty
 16159               _CIM_OtherRoleInformation_TelephoneNumber =
 16160               {
 16161                   /* flags */
 16162                   META_FLAG_PROPERTY|META_FLAG_READ,
 16163                   /* name */
 16164                   "TelephoneNumber",
 16165                   /* qualifiers */
 16166                   _CIM_OtherRoleInformation_TelephoneNumber_qualifiers,
 16167                   /* type */
 16168                   CIMTYPE_STRING,
 16169                   /* subscript */
 16170 mike  1.1.2.1     0,
 16171                   /* value */
 16172                   0,
 16173               };
 16174               
 16175               static const char*
 16176               _CIM_OtherRoleInformation_TeletexTerminalIdentifier_qualifiers[] =
 16177               {
 16178                   0,
 16179               };
 16180               
 16181               static MetaProperty
 16182               _CIM_OtherRoleInformation_TeletexTerminalIdentifier =
 16183               {
 16184                   /* flags */
 16185                   META_FLAG_PROPERTY|META_FLAG_READ,
 16186                   /* name */
 16187                   "TeletexTerminalIdentifier",
 16188                   /* qualifiers */
 16189                   _CIM_OtherRoleInformation_TeletexTerminalIdentifier_qualifiers,
 16190                   /* type */
 16191 mike  1.1.2.1     CIMTYPE_STRING,
 16192                   /* subscript */
 16193                   0,
 16194                   /* value */
 16195                   0,
 16196               };
 16197               
 16198               static const char*
 16199               _CIM_OtherRoleInformation_TelexNumber_qualifiers[] =
 16200               {
 16201                   0,
 16202               };
 16203               
 16204               static MetaProperty
 16205               _CIM_OtherRoleInformation_TelexNumber =
 16206               {
 16207                   /* flags */
 16208                   META_FLAG_PROPERTY|META_FLAG_READ,
 16209                   /* name */
 16210                   "TelexNumber",
 16211                   /* qualifiers */
 16212 mike  1.1.2.1     _CIM_OtherRoleInformation_TelexNumber_qualifiers,
 16213                   /* type */
 16214                   CIMTYPE_STRING,
 16215                   /* subscript */
 16216                   0,
 16217                   /* value */
 16218                   0,
 16219               };
 16220               
 16221               static const char*
 16222               _CIM_OtherRoleInformation_X121Address_qualifiers[] =
 16223               {
 16224                   /* MaxLen */
 16225                   "\030\000\000\000\017",
 16226                   0,
 16227               };
 16228               
 16229               static MetaProperty
 16230               _CIM_OtherRoleInformation_X121Address =
 16231               {
 16232                   /* flags */
 16233 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 16234                   /* name */
 16235                   "X121Address",
 16236                   /* qualifiers */
 16237                   _CIM_OtherRoleInformation_X121Address_qualifiers,
 16238                   /* type */
 16239                   CIMTYPE_STRING,
 16240                   /* subscript */
 16241                   0,
 16242                   /* value */
 16243                   0,
 16244               };
 16245               
 16246               static MetaFeature*
 16247               _CIM_OtherRoleInformation_features[] =
 16248               {
 16249                   (MetaFeature*)&_CIM_OtherRoleInformation_CreationClassName,
 16250                   (MetaFeature*)&_CIM_OtherRoleInformation_Name,
 16251                   (MetaFeature*)&_CIM_OtherRoleInformation_ObjectClass,
 16252                   (MetaFeature*)&_CIM_OtherRoleInformation_BusinessCategory,
 16253                   (MetaFeature*)&_CIM_OtherRoleInformation_CommonName,
 16254 mike  1.1.2.1     (MetaFeature*)&_CIM_OtherRoleInformation_Descriptions,
 16255                   (MetaFeature*)&_CIM_OtherRoleInformation_DestinationIndicator,
 16256                   (MetaFeature*)&_CIM_OtherRoleInformation_FacsimileTelephoneNumber,
 16257                   (MetaFeature*)&_CIM_OtherRoleInformation_InternationaliSDNNumber,
 16258                   (MetaFeature*)&_CIM_OtherRoleInformation_OU,
 16259                   (MetaFeature*)&_CIM_OtherRoleInformation_PhysicalDeliveryOfficeName,
 16260                   (MetaFeature*)&_CIM_OtherRoleInformation_PostalAddress,
 16261                   (MetaFeature*)&_CIM_OtherRoleInformation_PostalCode,
 16262                   (MetaFeature*)&_CIM_OtherRoleInformation_PostOfficeBox,
 16263                   (MetaFeature*)&_CIM_OtherRoleInformation_PreferredDeliveryMethod,
 16264                   (MetaFeature*)&_CIM_OtherRoleInformation_RegisteredAddress,
 16265                   (MetaFeature*)&_CIM_OtherRoleInformation_SeeAlso,
 16266                   (MetaFeature*)&_CIM_OtherRoleInformation_StateOrProvince,
 16267                   (MetaFeature*)&_CIM_OtherRoleInformation_Street,
 16268                   (MetaFeature*)&_CIM_OtherRoleInformation_TelephoneNumber,
 16269                   (MetaFeature*)&_CIM_OtherRoleInformation_TeletexTerminalIdentifier,
 16270                   (MetaFeature*)&_CIM_OtherRoleInformation_TelexNumber,
 16271                   (MetaFeature*)&_CIM_OtherRoleInformation_X121Address,
 16272                   0,
 16273               };
 16274               
 16275 mike  1.1.2.1 static const char*
 16276               __root_cimv2_CIM_OtherRoleInformation_qualifiers[] =
 16277               {
 16278                   /* UMLPackagePath */
 16279                   "\057CIM::User::Role",
 16280                   /* Version */
 16281                   "\0632.6.0",
 16282                   0,
 16283               };
 16284               
 16285               MetaClass
 16286               __root_cimv2_CIM_OtherRoleInformation =
 16287               {
 16288                   /* flags */
 16289                   META_FLAG_CLASS,
 16290                   /* name */
 16291                   "CIM_OtherRoleInformation",
 16292                   /* qualifiers */
 16293                   __root_cimv2_CIM_OtherRoleInformation_qualifiers,
 16294                   /* super */
 16295                   &__root_cimv2_CIM_ManagedElement,
 16296 mike  1.1.2.1     /* features */
 16297                   _CIM_OtherRoleInformation_features,
 16298               };
 16299               
 16300               //==============================================================================
 16301               //
 16302               // Class: CIM_ParametersForMethod
 16303               //
 16304               //==============================================================================
 16305               
 16306               static const char*
 16307               _CIM_ParametersForMethod_Parameters_qualifiers[] =
 16308               {
 16309                   /* Key */
 16310                   "\025\001",
 16311                   0,
 16312               };
 16313               
 16314               static MetaReference
 16315               _CIM_ParametersForMethod_Parameters =
 16316               {
 16317 mike  1.1.2.1     /* flags */
 16318                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 16319                   /* name */
 16320                   "Parameters",
 16321                   /* qualifiers */
 16322                   _CIM_ParametersForMethod_Parameters_qualifiers,
 16323                   /* subscript */
 16324                   -1,
 16325                   /* refId */
 16326                   &__root_cimv2_CIM_MethodParameters,
 16327               };
 16328               
 16329               static const char*
 16330               _CIM_ParametersForMethod_TheMethod_qualifiers[] =
 16331               {
 16332                   /* Key */
 16333                   "\025\001",
 16334                   0,
 16335               };
 16336               
 16337               static MetaReference
 16338 mike  1.1.2.1 _CIM_ParametersForMethod_TheMethod =
 16339               {
 16340                   /* flags */
 16341                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 16342                   /* name */
 16343                   "TheMethod",
 16344                   /* qualifiers */
 16345                   _CIM_ParametersForMethod_TheMethod_qualifiers,
 16346                   /* subscript */
 16347                   -1,
 16348                   /* refId */
 16349                   &__root_cimv2_CIM_ManagedElement,
 16350               };
 16351               
 16352               static const char*
 16353               _CIM_ParametersForMethod_MethodName_qualifiers[] =
 16354               {
 16355                   /* Key */
 16356                   "\025\001",
 16357                   /* MaxLen */
 16358                   "\030\000\000\000\100",
 16359 mike  1.1.2.1     0,
 16360               };
 16361               
 16362               static MetaProperty
 16363               _CIM_ParametersForMethod_MethodName =
 16364               {
 16365                   /* flags */
 16366                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 16367                   /* name */
 16368                   "MethodName",
 16369                   /* qualifiers */
 16370                   _CIM_ParametersForMethod_MethodName_qualifiers,
 16371                   /* type */
 16372                   CIMTYPE_STRING,
 16373                   /* subscript */
 16374                   -1,
 16375                   /* value */
 16376                   0,
 16377               };
 16378               
 16379               static MetaFeature*
 16380 mike  1.1.2.1 _CIM_ParametersForMethod_features[] =
 16381               {
 16382                   (MetaFeature*)&_CIM_ParametersForMethod_Parameters,
 16383                   (MetaFeature*)&_CIM_ParametersForMethod_TheMethod,
 16384                   (MetaFeature*)&_CIM_ParametersForMethod_MethodName,
 16385                   0,
 16386               };
 16387               
 16388               static const char*
 16389               __root_cimv2_CIM_ParametersForMethod_qualifiers[] =
 16390               {
 16391                   /* ASSOCIATION */
 16392                   "\000\001",
 16393                   /* UMLPackagePath */
 16394                   "\057CIM::Core::MethodParms",
 16395                   /* Version */
 16396                   "\0632.10.0",
 16397                   0,
 16398               };
 16399               
 16400               MetaClass
 16401 mike  1.1.2.1 __root_cimv2_CIM_ParametersForMethod =
 16402               {
 16403                   /* flags */
 16404                   META_FLAG_ASSOCIATION,
 16405                   /* name */
 16406                   "CIM_ParametersForMethod",
 16407                   /* qualifiers */
 16408                   __root_cimv2_CIM_ParametersForMethod_qualifiers,
 16409                   /* super */
 16410                   0,
 16411                   /* features */
 16412                   _CIM_ParametersForMethod_features,
 16413               };
 16414               
 16415               //==============================================================================
 16416               //
 16417               // Class: CIM_ParameterValueSources
 16418               //
 16419               //==============================================================================
 16420               
 16421               static const char*
 16422 mike  1.1.2.1 _CIM_ParameterValueSources_Parameters_qualifiers[] =
 16423               {
 16424                   /* Key */
 16425                   "\025\001",
 16426                   0,
 16427               };
 16428               
 16429               static MetaReference
 16430               _CIM_ParameterValueSources_Parameters =
 16431               {
 16432                   /* flags */
 16433                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 16434                   /* name */
 16435                   "Parameters",
 16436                   /* qualifiers */
 16437                   _CIM_ParameterValueSources_Parameters_qualifiers,
 16438                   /* subscript */
 16439                   -1,
 16440                   /* refId */
 16441                   &__root_cimv2_CIM_MethodParameters,
 16442               };
 16443 mike  1.1.2.1 
 16444               static const char*
 16445               _CIM_ParameterValueSources_ValueSource_qualifiers[] =
 16446               {
 16447                   /* Key */
 16448                   "\025\001",
 16449                   0,
 16450               };
 16451               
 16452               static MetaReference
 16453               _CIM_ParameterValueSources_ValueSource =
 16454               {
 16455                   /* flags */
 16456                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 16457                   /* name */
 16458                   "ValueSource",
 16459                   /* qualifiers */
 16460                   _CIM_ParameterValueSources_ValueSource_qualifiers,
 16461                   /* subscript */
 16462                   -1,
 16463                   /* refId */
 16464 mike  1.1.2.1     &__root_cimv2_CIM_ManagedElement,
 16465               };
 16466               
 16467               static MetaFeature*
 16468               _CIM_ParameterValueSources_features[] =
 16469               {
 16470                   (MetaFeature*)&_CIM_ParameterValueSources_Parameters,
 16471                   (MetaFeature*)&_CIM_ParameterValueSources_ValueSource,
 16472                   0,
 16473               };
 16474               
 16475               static const char*
 16476               __root_cimv2_CIM_ParameterValueSources_qualifiers[] =
 16477               {
 16478                   /* ASSOCIATION */
 16479                   "\000\001",
 16480                   /* UMLPackagePath */
 16481                   "\057CIM::Core::MethodParms",
 16482                   /* Version */
 16483                   "\0632.10.0",
 16484                   0,
 16485 mike  1.1.2.1 };
 16486               
 16487               MetaClass
 16488               __root_cimv2_CIM_ParameterValueSources =
 16489               {
 16490                   /* flags */
 16491                   META_FLAG_ASSOCIATION,
 16492                   /* name */
 16493                   "CIM_ParameterValueSources",
 16494                   /* qualifiers */
 16495                   __root_cimv2_CIM_ParameterValueSources_qualifiers,
 16496                   /* super */
 16497                   0,
 16498                   /* features */
 16499                   _CIM_ParameterValueSources_features,
 16500               };
 16501               
 16502               //==============================================================================
 16503               //
 16504               // Class: CIM_PhysicalCapacity
 16505               //
 16506 mike  1.1.2.1 //==============================================================================
 16507               
 16508               static const char*
 16509               _CIM_PhysicalCapacity_Name_qualifiers[] =
 16510               {
 16511                   /* MaxLen */
 16512                   "\030\000\000\001\000",
 16513                   0,
 16514               };
 16515               
 16516               static MetaProperty
 16517               _CIM_PhysicalCapacity_Name =
 16518               {
 16519                   /* flags */
 16520                   META_FLAG_PROPERTY|META_FLAG_READ,
 16521                   /* name */
 16522                   "Name",
 16523                   /* qualifiers */
 16524                   _CIM_PhysicalCapacity_Name_qualifiers,
 16525                   /* type */
 16526                   CIMTYPE_STRING,
 16527 mike  1.1.2.1     /* subscript */
 16528                   -1,
 16529                   /* value */
 16530                   0,
 16531               };
 16532               
 16533               static MetaFeature*
 16534               _CIM_PhysicalCapacity_features[] =
 16535               {
 16536                   (MetaFeature*)&_CIM_PhysicalCapacity_Name,
 16537                   0,
 16538               };
 16539               
 16540               static const char*
 16541               __root_cimv2_CIM_PhysicalCapacity_qualifiers[] =
 16542               {
 16543                   /* UMLPackagePath */
 16544                   "\057CIM::Physical::Misc",
 16545                   /* Abstract */
 16546                   "\002\001",
 16547                   /* Version */
 16548 mike  1.1.2.1     "\0632.7.0",
 16549                   0,
 16550               };
 16551               
 16552               MetaClass
 16553               __root_cimv2_CIM_PhysicalCapacity =
 16554               {
 16555                   /* flags */
 16556                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 16557                   /* name */
 16558                   "CIM_PhysicalCapacity",
 16559                   /* qualifiers */
 16560                   __root_cimv2_CIM_PhysicalCapacity_qualifiers,
 16561                   /* super */
 16562                   &__root_cimv2_CIM_ManagedElement,
 16563                   /* features */
 16564                   _CIM_PhysicalCapacity_features,
 16565               };
 16566               
 16567               //==============================================================================
 16568               //
 16569 mike  1.1.2.1 // Class: CIM_PhysicalElement
 16570               //
 16571               //==============================================================================
 16572               
 16573               static const char*
 16574               _CIM_PhysicalElement_Tag_qualifiers[] =
 16575               {
 16576                   /* Key */
 16577                   "\025\001",
 16578                   /* MaxLen */
 16579                   "\030\000\000\001\000",
 16580                   0,
 16581               };
 16582               
 16583               static MetaProperty
 16584               _CIM_PhysicalElement_Tag =
 16585               {
 16586                   /* flags */
 16587                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 16588                   /* name */
 16589                   "Tag",
 16590 mike  1.1.2.1     /* qualifiers */
 16591                   _CIM_PhysicalElement_Tag_qualifiers,
 16592                   /* type */
 16593                   CIMTYPE_STRING,
 16594                   /* subscript */
 16595                   -1,
 16596                   /* value */
 16597                   0,
 16598               };
 16599               
 16600               static const char*
 16601               _CIM_PhysicalElement_Description_qualifiers[] =
 16602               {
 16603                   /* Override */
 16604                   "\044Description",
 16605                   /* MappingStrings */
 16606                   "\026\000\001MIF.DMTF|FRU|003.3\000",
 16607                   0,
 16608               };
 16609               
 16610               static MetaProperty
 16611 mike  1.1.2.1 _CIM_PhysicalElement_Description =
 16612               {
 16613                   /* flags */
 16614                   META_FLAG_PROPERTY|META_FLAG_READ,
 16615                   /* name */
 16616                   "Description",
 16617                   /* qualifiers */
 16618                   _CIM_PhysicalElement_Description_qualifiers,
 16619                   /* type */
 16620                   CIMTYPE_STRING,
 16621                   /* subscript */
 16622                   -1,
 16623                   /* value */
 16624                   0,
 16625               };
 16626               
 16627               static const char*
 16628               _CIM_PhysicalElement_CreationClassName_qualifiers[] =
 16629               {
 16630                   /* Key */
 16631                   "\025\001",
 16632 mike  1.1.2.1     /* MaxLen */
 16633                   "\030\000\000\001\000",
 16634                   0,
 16635               };
 16636               
 16637               static MetaProperty
 16638               _CIM_PhysicalElement_CreationClassName =
 16639               {
 16640                   /* flags */
 16641                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 16642                   /* name */
 16643                   "CreationClassName",
 16644                   /* qualifiers */
 16645                   _CIM_PhysicalElement_CreationClassName_qualifiers,
 16646                   /* type */
 16647                   CIMTYPE_STRING,
 16648                   /* subscript */
 16649                   -1,
 16650                   /* value */
 16651                   0,
 16652               };
 16653 mike  1.1.2.1 
 16654               static const char*
 16655               _CIM_PhysicalElement_ElementName_qualifiers[] =
 16656               {
 16657                   /* Override */
 16658                   "\044ElementName",
 16659                   /* MappingStrings */
 16660                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalName\000",
 16661                   0,
 16662               };
 16663               
 16664               static MetaProperty
 16665               _CIM_PhysicalElement_ElementName =
 16666               {
 16667                   /* flags */
 16668                   META_FLAG_PROPERTY|META_FLAG_READ,
 16669                   /* name */
 16670                   "ElementName",
 16671                   /* qualifiers */
 16672                   _CIM_PhysicalElement_ElementName_qualifiers,
 16673                   /* type */
 16674 mike  1.1.2.1     CIMTYPE_STRING,
 16675                   /* subscript */
 16676                   -1,
 16677                   /* value */
 16678                   0,
 16679               };
 16680               
 16681               static const char*
 16682               _CIM_PhysicalElement_Manufacturer_qualifiers[] =
 16683               {
 16684                   /* MaxLen */
 16685                   "\030\000\000\001\000",
 16686                   /* MappingStrings */
 16687                   "\026\000\002MIB.IETF|Entity-MIB.entPhysicalMfgName\000MIF.DMTF|FRU|003.4\000",
 16688                   0,
 16689               };
 16690               
 16691               static MetaProperty
 16692               _CIM_PhysicalElement_Manufacturer =
 16693               {
 16694                   /* flags */
 16695 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 16696                   /* name */
 16697                   "Manufacturer",
 16698                   /* qualifiers */
 16699                   _CIM_PhysicalElement_Manufacturer_qualifiers,
 16700                   /* type */
 16701                   CIMTYPE_STRING,
 16702                   /* subscript */
 16703                   -1,
 16704                   /* value */
 16705                   0,
 16706               };
 16707               
 16708               static const char*
 16709               _CIM_PhysicalElement_Model_qualifiers[] =
 16710               {
 16711                   /* MaxLen */
 16712                   "\030\000\000\001\000",
 16713                   /* MappingStrings */
 16714                   "\026\000\002MIB.IETF|Entity-MIB.entPhysicalDescr\000MIF.DMTF|FRU|003.5\000",
 16715                   0,
 16716 mike  1.1.2.1 };
 16717               
 16718               static MetaProperty
 16719               _CIM_PhysicalElement_Model =
 16720               {
 16721                   /* flags */
 16722                   META_FLAG_PROPERTY|META_FLAG_READ,
 16723                   /* name */
 16724                   "Model",
 16725                   /* qualifiers */
 16726                   _CIM_PhysicalElement_Model_qualifiers,
 16727                   /* type */
 16728                   CIMTYPE_STRING,
 16729                   /* subscript */
 16730                   -1,
 16731                   /* value */
 16732                   0,
 16733               };
 16734               
 16735               static const char*
 16736               _CIM_PhysicalElement_SKU_qualifiers[] =
 16737 mike  1.1.2.1 {
 16738                   /* MaxLen */
 16739                   "\030\000\000\000\100",
 16740                   0,
 16741               };
 16742               
 16743               static MetaProperty
 16744               _CIM_PhysicalElement_SKU =
 16745               {
 16746                   /* flags */
 16747                   META_FLAG_PROPERTY|META_FLAG_READ,
 16748                   /* name */
 16749                   "SKU",
 16750                   /* qualifiers */
 16751                   _CIM_PhysicalElement_SKU_qualifiers,
 16752                   /* type */
 16753                   CIMTYPE_STRING,
 16754                   /* subscript */
 16755                   -1,
 16756                   /* value */
 16757                   0,
 16758 mike  1.1.2.1 };
 16759               
 16760               static const char*
 16761               _CIM_PhysicalElement_SerialNumber_qualifiers[] =
 16762               {
 16763                   /* MaxLen */
 16764                   "\030\000\000\001\000",
 16765                   /* MappingStrings */
 16766                   "\026\000\002MIB.IETF|Entity-MIB.entPhysicalSerialNum\000MIF.DMTF|FRU|003.7\000",
 16767                   0,
 16768               };
 16769               
 16770               static MetaProperty
 16771               _CIM_PhysicalElement_SerialNumber =
 16772               {
 16773                   /* flags */
 16774                   META_FLAG_PROPERTY|META_FLAG_READ,
 16775                   /* name */
 16776                   "SerialNumber",
 16777                   /* qualifiers */
 16778                   _CIM_PhysicalElement_SerialNumber_qualifiers,
 16779 mike  1.1.2.1     /* type */
 16780                   CIMTYPE_STRING,
 16781                   /* subscript */
 16782                   -1,
 16783                   /* value */
 16784                   0,
 16785               };
 16786               
 16787               static const char*
 16788               _CIM_PhysicalElement_Version_qualifiers[] =
 16789               {
 16790                   /* MaxLen */
 16791                   "\030\000\000\000\100",
 16792                   /* MappingStrings */
 16793                   "\026\000\002MIB.IETF|Entity-MIB.entPhysicalHardwareRev\000MIF.DMTF|FRU|003.8\000",
 16794                   0,
 16795               };
 16796               
 16797               static MetaProperty
 16798               _CIM_PhysicalElement_Version =
 16799               {
 16800 mike  1.1.2.1     /* flags */
 16801                   META_FLAG_PROPERTY|META_FLAG_READ,
 16802                   /* name */
 16803                   "Version",
 16804                   /* qualifiers */
 16805                   _CIM_PhysicalElement_Version_qualifiers,
 16806                   /* type */
 16807                   CIMTYPE_STRING,
 16808                   /* subscript */
 16809                   -1,
 16810                   /* value */
 16811                   0,
 16812               };
 16813               
 16814               static const char*
 16815               _CIM_PhysicalElement_PartNumber_qualifiers[] =
 16816               {
 16817                   /* MaxLen */
 16818                   "\030\000\000\001\000",
 16819                   /* MappingStrings */
 16820                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalModelName\000",
 16821 mike  1.1.2.1     0,
 16822               };
 16823               
 16824               static MetaProperty
 16825               _CIM_PhysicalElement_PartNumber =
 16826               {
 16827                   /* flags */
 16828                   META_FLAG_PROPERTY|META_FLAG_READ,
 16829                   /* name */
 16830                   "PartNumber",
 16831                   /* qualifiers */
 16832                   _CIM_PhysicalElement_PartNumber_qualifiers,
 16833                   /* type */
 16834                   CIMTYPE_STRING,
 16835                   /* subscript */
 16836                   -1,
 16837                   /* value */
 16838                   0,
 16839               };
 16840               
 16841               static const char*
 16842 mike  1.1.2.1 _CIM_PhysicalElement_OtherIdentifyingInfo_qualifiers[] =
 16843               {
 16844                   /* Write */
 16845                   "\065\001",
 16846                   /* MappingStrings */
 16847                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalAlias\000",
 16848                   0,
 16849               };
 16850               
 16851               static MetaProperty
 16852               _CIM_PhysicalElement_OtherIdentifyingInfo =
 16853               {
 16854                   /* flags */
 16855                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 16856                   /* name */
 16857                   "OtherIdentifyingInfo",
 16858                   /* qualifiers */
 16859                   _CIM_PhysicalElement_OtherIdentifyingInfo_qualifiers,
 16860                   /* type */
 16861                   CIMTYPE_STRING,
 16862                   /* subscript */
 16863 mike  1.1.2.1     -1,
 16864                   /* value */
 16865                   0,
 16866               };
 16867               
 16868               static const char*
 16869               _CIM_PhysicalElement_PoweredOn_qualifiers[] =
 16870               {
 16871                   0,
 16872               };
 16873               
 16874               static MetaProperty
 16875               _CIM_PhysicalElement_PoweredOn =
 16876               {
 16877                   /* flags */
 16878                   META_FLAG_PROPERTY|META_FLAG_READ,
 16879                   /* name */
 16880                   "PoweredOn",
 16881                   /* qualifiers */
 16882                   _CIM_PhysicalElement_PoweredOn_qualifiers,
 16883                   /* type */
 16884 mike  1.1.2.1     CIMTYPE_BOOLEAN,
 16885                   /* subscript */
 16886                   -1,
 16887                   /* value */
 16888                   0,
 16889               };
 16890               
 16891               static const char*
 16892               _CIM_PhysicalElement_ManufactureDate_qualifiers[] =
 16893               {
 16894                   0,
 16895               };
 16896               
 16897               static MetaProperty
 16898               _CIM_PhysicalElement_ManufactureDate =
 16899               {
 16900                   /* flags */
 16901                   META_FLAG_PROPERTY|META_FLAG_READ,
 16902                   /* name */
 16903                   "ManufactureDate",
 16904                   /* qualifiers */
 16905 mike  1.1.2.1     _CIM_PhysicalElement_ManufactureDate_qualifiers,
 16906                   /* type */
 16907                   CIMTYPE_DATETIME,
 16908                   /* subscript */
 16909                   -1,
 16910                   /* value */
 16911                   0,
 16912               };
 16913               
 16914               static const char*
 16915               _CIM_PhysicalElement_VendorEquipmentType_qualifiers[] =
 16916               {
 16917                   /* MappingStrings */
 16918                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalVendorType\000",
 16919                   0,
 16920               };
 16921               
 16922               static MetaProperty
 16923               _CIM_PhysicalElement_VendorEquipmentType =
 16924               {
 16925                   /* flags */
 16926 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 16927                   /* name */
 16928                   "VendorEquipmentType",
 16929                   /* qualifiers */
 16930                   _CIM_PhysicalElement_VendorEquipmentType_qualifiers,
 16931                   /* type */
 16932                   CIMTYPE_STRING,
 16933                   /* subscript */
 16934                   -1,
 16935                   /* value */
 16936                   0,
 16937               };
 16938               
 16939               static const char*
 16940               _CIM_PhysicalElement_UserTracking_qualifiers[] =
 16941               {
 16942                   /* Write */
 16943                   "\065\001",
 16944                   /* MappingStrings */
 16945                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalAssetID\000",
 16946                   0,
 16947 mike  1.1.2.1 };
 16948               
 16949               static MetaProperty
 16950               _CIM_PhysicalElement_UserTracking =
 16951               {
 16952                   /* flags */
 16953                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 16954                   /* name */
 16955                   "UserTracking",
 16956                   /* qualifiers */
 16957                   _CIM_PhysicalElement_UserTracking_qualifiers,
 16958                   /* type */
 16959                   CIMTYPE_STRING,
 16960                   /* subscript */
 16961                   -1,
 16962                   /* value */
 16963                   0,
 16964               };
 16965               
 16966               static const char*
 16967               _CIM_PhysicalElement_CanBeFRUed_qualifiers[] =
 16968 mike  1.1.2.1 {
 16969                   /* MappingStrings */
 16970                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalIsFRU\000",
 16971                   0,
 16972               };
 16973               
 16974               static MetaProperty
 16975               _CIM_PhysicalElement_CanBeFRUed =
 16976               {
 16977                   /* flags */
 16978                   META_FLAG_PROPERTY|META_FLAG_READ,
 16979                   /* name */
 16980                   "CanBeFRUed",
 16981                   /* qualifiers */
 16982                   _CIM_PhysicalElement_CanBeFRUed_qualifiers,
 16983                   /* type */
 16984                   CIMTYPE_BOOLEAN,
 16985                   /* subscript */
 16986                   -1,
 16987                   /* value */
 16988                   0,
 16989 mike  1.1.2.1 };
 16990               
 16991               static MetaFeature*
 16992               _CIM_PhysicalElement_features[] =
 16993               {
 16994                   (MetaFeature*)&_CIM_PhysicalElement_Tag,
 16995                   (MetaFeature*)&_CIM_PhysicalElement_Description,
 16996                   (MetaFeature*)&_CIM_PhysicalElement_CreationClassName,
 16997                   (MetaFeature*)&_CIM_PhysicalElement_ElementName,
 16998                   (MetaFeature*)&_CIM_PhysicalElement_Manufacturer,
 16999                   (MetaFeature*)&_CIM_PhysicalElement_Model,
 17000                   (MetaFeature*)&_CIM_PhysicalElement_SKU,
 17001                   (MetaFeature*)&_CIM_PhysicalElement_SerialNumber,
 17002                   (MetaFeature*)&_CIM_PhysicalElement_Version,
 17003                   (MetaFeature*)&_CIM_PhysicalElement_PartNumber,
 17004                   (MetaFeature*)&_CIM_PhysicalElement_OtherIdentifyingInfo,
 17005                   (MetaFeature*)&_CIM_PhysicalElement_PoweredOn,
 17006                   (MetaFeature*)&_CIM_PhysicalElement_ManufactureDate,
 17007                   (MetaFeature*)&_CIM_PhysicalElement_VendorEquipmentType,
 17008                   (MetaFeature*)&_CIM_PhysicalElement_UserTracking,
 17009                   (MetaFeature*)&_CIM_PhysicalElement_CanBeFRUed,
 17010 mike  1.1.2.1     0,
 17011               };
 17012               
 17013               static const char*
 17014               __root_cimv2_CIM_PhysicalElement_qualifiers[] =
 17015               {
 17016                   /* UMLPackagePath */
 17017                   "\057CIM::Core::Physical",
 17018                   /* Abstract */
 17019                   "\002\001",
 17020                   /* Version */
 17021                   "\0632.10.0",
 17022                   0,
 17023               };
 17024               
 17025               MetaClass
 17026               __root_cimv2_CIM_PhysicalElement =
 17027               {
 17028                   /* flags */
 17029                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 17030                   /* name */
 17031 mike  1.1.2.1     "CIM_PhysicalElement",
 17032                   /* qualifiers */
 17033                   __root_cimv2_CIM_PhysicalElement_qualifiers,
 17034                   /* super */
 17035                   &__root_cimv2_CIM_ManagedSystemElement,
 17036                   /* features */
 17037                   _CIM_PhysicalElement_features,
 17038               };
 17039               
 17040               //==============================================================================
 17041               //
 17042               // Class: CIM_PhysicalLink
 17043               //
 17044               //==============================================================================
 17045               
 17046               static const char*
 17047               _CIM_PhysicalLink_MaxLength_qualifiers[] =
 17048               {
 17049                   /* Units */
 17050                   "\060Feet",
 17051                   0,
 17052 mike  1.1.2.1 };
 17053               
 17054               static MetaProperty
 17055               _CIM_PhysicalLink_MaxLength =
 17056               {
 17057                   /* flags */
 17058                   META_FLAG_PROPERTY|META_FLAG_READ,
 17059                   /* name */
 17060                   "MaxLength",
 17061                   /* qualifiers */
 17062                   _CIM_PhysicalLink_MaxLength_qualifiers,
 17063                   /* type */
 17064                   CIMTYPE_REAL64,
 17065                   /* subscript */
 17066                   -1,
 17067                   /* value */
 17068                   0,
 17069               };
 17070               
 17071               static const char*
 17072               _CIM_PhysicalLink_Length_qualifiers[] =
 17073 mike  1.1.2.1 {
 17074                   /* Units */
 17075                   "\060Feet",
 17076                   0,
 17077               };
 17078               
 17079               static MetaProperty
 17080               _CIM_PhysicalLink_Length =
 17081               {
 17082                   /* flags */
 17083                   META_FLAG_PROPERTY|META_FLAG_READ,
 17084                   /* name */
 17085                   "Length",
 17086                   /* qualifiers */
 17087                   _CIM_PhysicalLink_Length_qualifiers,
 17088                   /* type */
 17089                   CIMTYPE_REAL64,
 17090                   /* subscript */
 17091                   -1,
 17092                   /* value */
 17093                   0,
 17094 mike  1.1.2.1 };
 17095               
 17096               static const char*
 17097               _CIM_PhysicalLink_Wired_qualifiers[] =
 17098               {
 17099                   0,
 17100               };
 17101               
 17102               static MetaProperty
 17103               _CIM_PhysicalLink_Wired =
 17104               {
 17105                   /* flags */
 17106                   META_FLAG_PROPERTY|META_FLAG_READ,
 17107                   /* name */
 17108                   "Wired",
 17109                   /* qualifiers */
 17110                   _CIM_PhysicalLink_Wired_qualifiers,
 17111                   /* type */
 17112                   CIMTYPE_BOOLEAN,
 17113                   /* subscript */
 17114                   -1,
 17115 mike  1.1.2.1     /* value */
 17116                   0,
 17117               };
 17118               
 17119               static const char*
 17120               _CIM_PhysicalLink_MediaType_qualifiers[] =
 17121               {
 17122                   /* ValueMap */
 17123                   "\061\000\0220\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\000",
 17124                   /* Values */
 17125                   "\062\000\022Unknown\000Other\000Cat1\000Cat2\000Cat3\000Cat4\000Cat5\00050-ohm Coaxial\00075-ohm Coaxial\000100-ohm Coaxial\000Fiber-optic\000UTP\000STP\000Ribbon Cable\000Twinaxial\000Optical 9um\000Optical 50um\000Optical 62.5um\000",
 17126                   /* MappingStrings */
 17127                   "\026\000\001MIF.DMTF|Fibre Channel Bus Port Extensions|001.4\000",
 17128                   0,
 17129               };
 17130               
 17131               static MetaProperty
 17132               _CIM_PhysicalLink_MediaType =
 17133               {
 17134                   /* flags */
 17135                   META_FLAG_PROPERTY|META_FLAG_READ,
 17136 mike  1.1.2.1     /* name */
 17137                   "MediaType",
 17138                   /* qualifiers */
 17139                   _CIM_PhysicalLink_MediaType_qualifiers,
 17140                   /* type */
 17141                   CIMTYPE_UINT16,
 17142                   /* subscript */
 17143                   -1,
 17144                   /* value */
 17145                   0,
 17146               };
 17147               
 17148               static MetaFeature*
 17149               _CIM_PhysicalLink_features[] =
 17150               {
 17151                   (MetaFeature*)&_CIM_PhysicalLink_MaxLength,
 17152                   (MetaFeature*)&_CIM_PhysicalLink_Length,
 17153                   (MetaFeature*)&_CIM_PhysicalLink_Wired,
 17154                   (MetaFeature*)&_CIM_PhysicalLink_MediaType,
 17155                   0,
 17156               };
 17157 mike  1.1.2.1 
 17158               static const char*
 17159               __root_cimv2_CIM_PhysicalLink_qualifiers[] =
 17160               {
 17161                   /* UMLPackagePath */
 17162                   "\057CIM::Physical::Link",
 17163                   /* Version */
 17164                   "\0632.8.0",
 17165                   0,
 17166               };
 17167               
 17168               MetaClass
 17169               __root_cimv2_CIM_PhysicalLink =
 17170               {
 17171                   /* flags */
 17172                   META_FLAG_CLASS,
 17173                   /* name */
 17174                   "CIM_PhysicalLink",
 17175                   /* qualifiers */
 17176                   __root_cimv2_CIM_PhysicalLink_qualifiers,
 17177                   /* super */
 17178 mike  1.1.2.1     &__root_cimv2_CIM_PhysicalElement,
 17179                   /* features */
 17180                   _CIM_PhysicalLink_features,
 17181               };
 17182               
 17183               //==============================================================================
 17184               //
 17185               // Class: CIM_PhysicalPackage
 17186               //
 17187               //==============================================================================
 17188               
 17189               static const char*
 17190               _CIM_PhysicalPackage_RemovalConditions_qualifiers[] =
 17191               {
 17192                   /* ValueMap */
 17193                   "\061\000\0040\0002\0003\0004\000",
 17194                   /* Values */
 17195                   "\062\000\004Unknown\000Not Applicable\000Removable when off\000Removable when on or off\000",
 17196                   0,
 17197               };
 17198               
 17199 mike  1.1.2.1 static MetaProperty
 17200               _CIM_PhysicalPackage_RemovalConditions =
 17201               {
 17202                   /* flags */
 17203                   META_FLAG_PROPERTY|META_FLAG_READ,
 17204                   /* name */
 17205                   "RemovalConditions",
 17206                   /* qualifiers */
 17207                   _CIM_PhysicalPackage_RemovalConditions_qualifiers,
 17208                   /* type */
 17209                   CIMTYPE_UINT16,
 17210                   /* subscript */
 17211                   -1,
 17212                   /* value */
 17213                   "\000\002",
 17214               };
 17215               
 17216               static const char*
 17217               _CIM_PhysicalPackage_Removable_qualifiers[] =
 17218               {
 17219                   /* Deprecated */
 17220 mike  1.1.2.1     "\013\000\001CIM_PhysicalPackage.RemovalConditions\000",
 17221                   0,
 17222               };
 17223               
 17224               static MetaProperty
 17225               _CIM_PhysicalPackage_Removable =
 17226               {
 17227                   /* flags */
 17228                   META_FLAG_PROPERTY|META_FLAG_READ,
 17229                   /* name */
 17230                   "Removable",
 17231                   /* qualifiers */
 17232                   _CIM_PhysicalPackage_Removable_qualifiers,
 17233                   /* type */
 17234                   CIMTYPE_BOOLEAN,
 17235                   /* subscript */
 17236                   -1,
 17237                   /* value */
 17238                   0,
 17239               };
 17240               
 17241 mike  1.1.2.1 static const char*
 17242               _CIM_PhysicalPackage_Replaceable_qualifiers[] =
 17243               {
 17244                   /* Deprecated */
 17245                   "\013\000\001No Value\000",
 17246                   0,
 17247               };
 17248               
 17249               static MetaProperty
 17250               _CIM_PhysicalPackage_Replaceable =
 17251               {
 17252                   /* flags */
 17253                   META_FLAG_PROPERTY|META_FLAG_READ,
 17254                   /* name */
 17255                   "Replaceable",
 17256                   /* qualifiers */
 17257                   _CIM_PhysicalPackage_Replaceable_qualifiers,
 17258                   /* type */
 17259                   CIMTYPE_BOOLEAN,
 17260                   /* subscript */
 17261                   -1,
 17262 mike  1.1.2.1     /* value */
 17263                   0,
 17264               };
 17265               
 17266               static const char*
 17267               _CIM_PhysicalPackage_HotSwappable_qualifiers[] =
 17268               {
 17269                   /* Deprecated */
 17270                   "\013\000\001CIM_PhysicalPackage.RemovalConditions\000",
 17271                   0,
 17272               };
 17273               
 17274               static MetaProperty
 17275               _CIM_PhysicalPackage_HotSwappable =
 17276               {
 17277                   /* flags */
 17278                   META_FLAG_PROPERTY|META_FLAG_READ,
 17279                   /* name */
 17280                   "HotSwappable",
 17281                   /* qualifiers */
 17282                   _CIM_PhysicalPackage_HotSwappable_qualifiers,
 17283 mike  1.1.2.1     /* type */
 17284                   CIMTYPE_BOOLEAN,
 17285                   /* subscript */
 17286                   -1,
 17287                   /* value */
 17288                   0,
 17289               };
 17290               
 17291               static const char*
 17292               _CIM_PhysicalPackage_Height_qualifiers[] =
 17293               {
 17294                   /* Units */
 17295                   "\060Inches",
 17296                   0,
 17297               };
 17298               
 17299               static MetaProperty
 17300               _CIM_PhysicalPackage_Height =
 17301               {
 17302                   /* flags */
 17303                   META_FLAG_PROPERTY|META_FLAG_READ,
 17304 mike  1.1.2.1     /* name */
 17305                   "Height",
 17306                   /* qualifiers */
 17307                   _CIM_PhysicalPackage_Height_qualifiers,
 17308                   /* type */
 17309                   CIMTYPE_REAL32,
 17310                   /* subscript */
 17311                   -1,
 17312                   /* value */
 17313                   0,
 17314               };
 17315               
 17316               static const char*
 17317               _CIM_PhysicalPackage_Depth_qualifiers[] =
 17318               {
 17319                   /* Units */
 17320                   "\060Inches",
 17321                   0,
 17322               };
 17323               
 17324               static MetaProperty
 17325 mike  1.1.2.1 _CIM_PhysicalPackage_Depth =
 17326               {
 17327                   /* flags */
 17328                   META_FLAG_PROPERTY|META_FLAG_READ,
 17329                   /* name */
 17330                   "Depth",
 17331                   /* qualifiers */
 17332                   _CIM_PhysicalPackage_Depth_qualifiers,
 17333                   /* type */
 17334                   CIMTYPE_REAL32,
 17335                   /* subscript */
 17336                   -1,
 17337                   /* value */
 17338                   0,
 17339               };
 17340               
 17341               static const char*
 17342               _CIM_PhysicalPackage_Width_qualifiers[] =
 17343               {
 17344                   /* Units */
 17345                   "\060Inches",
 17346 mike  1.1.2.1     0,
 17347               };
 17348               
 17349               static MetaProperty
 17350               _CIM_PhysicalPackage_Width =
 17351               {
 17352                   /* flags */
 17353                   META_FLAG_PROPERTY|META_FLAG_READ,
 17354                   /* name */
 17355                   "Width",
 17356                   /* qualifiers */
 17357                   _CIM_PhysicalPackage_Width_qualifiers,
 17358                   /* type */
 17359                   CIMTYPE_REAL32,
 17360                   /* subscript */
 17361                   -1,
 17362                   /* value */
 17363                   0,
 17364               };
 17365               
 17366               static const char*
 17367 mike  1.1.2.1 _CIM_PhysicalPackage_Weight_qualifiers[] =
 17368               {
 17369                   /* Units */
 17370                   "\060Pounds",
 17371                   0,
 17372               };
 17373               
 17374               static MetaProperty
 17375               _CIM_PhysicalPackage_Weight =
 17376               {
 17377                   /* flags */
 17378                   META_FLAG_PROPERTY|META_FLAG_READ,
 17379                   /* name */
 17380                   "Weight",
 17381                   /* qualifiers */
 17382                   _CIM_PhysicalPackage_Weight_qualifiers,
 17383                   /* type */
 17384                   CIMTYPE_REAL32,
 17385                   /* subscript */
 17386                   -1,
 17387                   /* value */
 17388 mike  1.1.2.1     0,
 17389               };
 17390               
 17391               static const char*
 17392               _CIM_PhysicalPackage_IsCompatible_ElementToCheck_qualifiers[] =
 17393               {
 17394                   /* IN */
 17395                   "\024\001",
 17396                   0,
 17397               };
 17398               
 17399               static MetaReference
 17400               _CIM_PhysicalPackage_IsCompatible_ElementToCheck =
 17401               {
 17402                   /* flags */
 17403                   META_FLAG_REFERENCE|META_FLAG_IN,
 17404                   /* name */
 17405                   "ElementToCheck",
 17406                   /* qualifiers */
 17407                   _CIM_PhysicalPackage_IsCompatible_ElementToCheck_qualifiers,
 17408                   /* subscript */
 17409 mike  1.1.2.1     -1,
 17410                   /* ref */
 17411                   &__root_cimv2_CIM_PhysicalElement,
 17412               };
 17413               
 17414               static MetaFeature*
 17415               _CIM_PhysicalPackage_IsCompatible_parameters[] =
 17416               {
 17417                   (MetaFeature*)&_CIM_PhysicalPackage_IsCompatible_ElementToCheck,
 17418                   0,
 17419               };
 17420               
 17421               static const char*
 17422               _CIM_PhysicalPackage_IsCompatible_qualifiers[] =
 17423               {
 17424                   /* Deprecated */
 17425                   "\013\000\001No Value\000",
 17426                   0,
 17427               };
 17428               
 17429               static MetaMethod
 17430 mike  1.1.2.1 _CIM_PhysicalPackage_IsCompatible =
 17431               {
 17432                   /* flags */
 17433                   META_FLAG_METHOD,
 17434                   /* name */
 17435                   "CIM_PhysicalPackage",
 17436                   /* qualifiers */
 17437                   _CIM_PhysicalPackage_IsCompatible_qualifiers,
 17438                   /* type */
 17439                   CIMTYPE_UINT32,
 17440                   /* parameters */
 17441                   _CIM_PhysicalPackage_IsCompatible_parameters,
 17442               };
 17443               
 17444               static MetaFeature*
 17445               _CIM_PhysicalPackage_features[] =
 17446               {
 17447                   (MetaFeature*)&_CIM_PhysicalPackage_RemovalConditions,
 17448                   (MetaFeature*)&_CIM_PhysicalPackage_Removable,
 17449                   (MetaFeature*)&_CIM_PhysicalPackage_Replaceable,
 17450                   (MetaFeature*)&_CIM_PhysicalPackage_HotSwappable,
 17451 mike  1.1.2.1     (MetaFeature*)&_CIM_PhysicalPackage_Height,
 17452                   (MetaFeature*)&_CIM_PhysicalPackage_Depth,
 17453                   (MetaFeature*)&_CIM_PhysicalPackage_Width,
 17454                   (MetaFeature*)&_CIM_PhysicalPackage_Weight,
 17455                   (MetaFeature*)&_CIM_PhysicalPackage_IsCompatible,
 17456                   0,
 17457               };
 17458               
 17459               static const char*
 17460               __root_cimv2_CIM_PhysicalPackage_qualifiers[] =
 17461               {
 17462                   /* UMLPackagePath */
 17463                   "\057CIM::Physical::Package",
 17464                   /* Version */
 17465                   "\0632.8.0",
 17466                   0,
 17467               };
 17468               
 17469               MetaClass
 17470               __root_cimv2_CIM_PhysicalPackage =
 17471               {
 17472 mike  1.1.2.1     /* flags */
 17473                   META_FLAG_CLASS,
 17474                   /* name */
 17475                   "CIM_PhysicalPackage",
 17476                   /* qualifiers */
 17477                   __root_cimv2_CIM_PhysicalPackage_qualifiers,
 17478                   /* super */
 17479                   &__root_cimv2_CIM_PhysicalElement,
 17480                   /* features */
 17481                   _CIM_PhysicalPackage_features,
 17482               };
 17483               
 17484               //==============================================================================
 17485               //
 17486               // Class: CIM_Policy
 17487               //
 17488               //==============================================================================
 17489               
 17490               static const char*
 17491               _CIM_Policy_CommonName_qualifiers[] =
 17492               {
 17493 mike  1.1.2.1     0,
 17494               };
 17495               
 17496               static MetaProperty
 17497               _CIM_Policy_CommonName =
 17498               {
 17499                   /* flags */
 17500                   META_FLAG_PROPERTY|META_FLAG_READ,
 17501                   /* name */
 17502                   "CommonName",
 17503                   /* qualifiers */
 17504                   _CIM_Policy_CommonName_qualifiers,
 17505                   /* type */
 17506                   CIMTYPE_STRING,
 17507                   /* subscript */
 17508                   -1,
 17509                   /* value */
 17510                   0,
 17511               };
 17512               
 17513               static const char*
 17514 mike  1.1.2.1 _CIM_Policy_PolicyKeywords_qualifiers[] =
 17515               {
 17516                   0,
 17517               };
 17518               
 17519               static MetaProperty
 17520               _CIM_Policy_PolicyKeywords =
 17521               {
 17522                   /* flags */
 17523                   META_FLAG_PROPERTY|META_FLAG_READ,
 17524                   /* name */
 17525                   "PolicyKeywords",
 17526                   /* qualifiers */
 17527                   _CIM_Policy_PolicyKeywords_qualifiers,
 17528                   /* type */
 17529                   CIMTYPE_STRING,
 17530                   /* subscript */
 17531                   0,
 17532                   /* value */
 17533                   0,
 17534               };
 17535 mike  1.1.2.1 
 17536               static MetaFeature*
 17537               _CIM_Policy_features[] =
 17538               {
 17539                   (MetaFeature*)&_CIM_Policy_CommonName,
 17540                   (MetaFeature*)&_CIM_Policy_PolicyKeywords,
 17541                   0,
 17542               };
 17543               
 17544               static const char*
 17545               __root_cimv2_CIM_Policy_qualifiers[] =
 17546               {
 17547                   /* UMLPackagePath */
 17548                   "\057CIM::Policy",
 17549                   /* Abstract */
 17550                   "\002\001",
 17551                   /* Version */
 17552                   "\0632.6.0",
 17553                   0,
 17554               };
 17555               
 17556 mike  1.1.2.1 MetaClass
 17557               __root_cimv2_CIM_Policy =
 17558               {
 17559                   /* flags */
 17560                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 17561                   /* name */
 17562                   "CIM_Policy",
 17563                   /* qualifiers */
 17564                   __root_cimv2_CIM_Policy_qualifiers,
 17565                   /* super */
 17566                   &__root_cimv2_CIM_ManagedElement,
 17567                   /* features */
 17568                   _CIM_Policy_features,
 17569               };
 17570               
 17571               //==============================================================================
 17572               //
 17573               // Class: CIM_PolicyAction
 17574               //
 17575               //==============================================================================
 17576               
 17577 mike  1.1.2.1 static const char*
 17578               _CIM_PolicyAction_SystemCreationClassName_qualifiers[] =
 17579               {
 17580                   /* Key */
 17581                   "\025\001",
 17582                   /* MaxLen */
 17583                   "\030\000\000\001\000",
 17584                   0,
 17585               };
 17586               
 17587               static MetaProperty
 17588               _CIM_PolicyAction_SystemCreationClassName =
 17589               {
 17590                   /* flags */
 17591                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17592                   /* name */
 17593                   "SystemCreationClassName",
 17594                   /* qualifiers */
 17595                   _CIM_PolicyAction_SystemCreationClassName_qualifiers,
 17596                   /* type */
 17597                   CIMTYPE_STRING,
 17598 mike  1.1.2.1     /* subscript */
 17599                   -1,
 17600                   /* value */
 17601                   0,
 17602               };
 17603               
 17604               static const char*
 17605               _CIM_PolicyAction_SystemName_qualifiers[] =
 17606               {
 17607                   /* Key */
 17608                   "\025\001",
 17609                   /* MaxLen */
 17610                   "\030\000\000\001\000",
 17611                   0,
 17612               };
 17613               
 17614               static MetaProperty
 17615               _CIM_PolicyAction_SystemName =
 17616               {
 17617                   /* flags */
 17618                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17619 mike  1.1.2.1     /* name */
 17620                   "SystemName",
 17621                   /* qualifiers */
 17622                   _CIM_PolicyAction_SystemName_qualifiers,
 17623                   /* type */
 17624                   CIMTYPE_STRING,
 17625                   /* subscript */
 17626                   -1,
 17627                   /* value */
 17628                   0,
 17629               };
 17630               
 17631               static const char*
 17632               _CIM_PolicyAction_PolicyRuleCreationClassName_qualifiers[] =
 17633               {
 17634                   /* Key */
 17635                   "\025\001",
 17636                   /* MaxLen */
 17637                   "\030\000\000\001\000",
 17638                   0,
 17639               };
 17640 mike  1.1.2.1 
 17641               static MetaProperty
 17642               _CIM_PolicyAction_PolicyRuleCreationClassName =
 17643               {
 17644                   /* flags */
 17645                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17646                   /* name */
 17647                   "PolicyRuleCreationClassName",
 17648                   /* qualifiers */
 17649                   _CIM_PolicyAction_PolicyRuleCreationClassName_qualifiers,
 17650                   /* type */
 17651                   CIMTYPE_STRING,
 17652                   /* subscript */
 17653                   -1,
 17654                   /* value */
 17655                   0,
 17656               };
 17657               
 17658               static const char*
 17659               _CIM_PolicyAction_PolicyRuleName_qualifiers[] =
 17660               {
 17661 mike  1.1.2.1     /* Key */
 17662                   "\025\001",
 17663                   /* MaxLen */
 17664                   "\030\000\000\001\000",
 17665                   0,
 17666               };
 17667               
 17668               static MetaProperty
 17669               _CIM_PolicyAction_PolicyRuleName =
 17670               {
 17671                   /* flags */
 17672                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17673                   /* name */
 17674                   "PolicyRuleName",
 17675                   /* qualifiers */
 17676                   _CIM_PolicyAction_PolicyRuleName_qualifiers,
 17677                   /* type */
 17678                   CIMTYPE_STRING,
 17679                   /* subscript */
 17680                   -1,
 17681                   /* value */
 17682 mike  1.1.2.1     0,
 17683               };
 17684               
 17685               static const char*
 17686               _CIM_PolicyAction_CreationClassName_qualifiers[] =
 17687               {
 17688                   /* Key */
 17689                   "\025\001",
 17690                   /* MaxLen */
 17691                   "\030\000\000\001\000",
 17692                   0,
 17693               };
 17694               
 17695               static MetaProperty
 17696               _CIM_PolicyAction_CreationClassName =
 17697               {
 17698                   /* flags */
 17699                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17700                   /* name */
 17701                   "CreationClassName",
 17702                   /* qualifiers */
 17703 mike  1.1.2.1     _CIM_PolicyAction_CreationClassName_qualifiers,
 17704                   /* type */
 17705                   CIMTYPE_STRING,
 17706                   /* subscript */
 17707                   -1,
 17708                   /* value */
 17709                   0,
 17710               };
 17711               
 17712               static const char*
 17713               _CIM_PolicyAction_PolicyActionName_qualifiers[] =
 17714               {
 17715                   /* Key */
 17716                   "\025\001",
 17717                   /* MaxLen */
 17718                   "\030\000\000\001\000",
 17719                   0,
 17720               };
 17721               
 17722               static MetaProperty
 17723               _CIM_PolicyAction_PolicyActionName =
 17724 mike  1.1.2.1 {
 17725                   /* flags */
 17726                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17727                   /* name */
 17728                   "PolicyActionName",
 17729                   /* qualifiers */
 17730                   _CIM_PolicyAction_PolicyActionName_qualifiers,
 17731                   /* type */
 17732                   CIMTYPE_STRING,
 17733                   /* subscript */
 17734                   -1,
 17735                   /* value */
 17736                   0,
 17737               };
 17738               
 17739               static const char*
 17740               _CIM_PolicyAction_DoActionLogging_qualifiers[] =
 17741               {
 17742                   0,
 17743               };
 17744               
 17745 mike  1.1.2.1 static MetaProperty
 17746               _CIM_PolicyAction_DoActionLogging =
 17747               {
 17748                   /* flags */
 17749                   META_FLAG_PROPERTY|META_FLAG_READ,
 17750                   /* name */
 17751                   "DoActionLogging",
 17752                   /* qualifiers */
 17753                   _CIM_PolicyAction_DoActionLogging_qualifiers,
 17754                   /* type */
 17755                   CIMTYPE_BOOLEAN,
 17756                   /* subscript */
 17757                   -1,
 17758                   /* value */
 17759                   0,
 17760               };
 17761               
 17762               static MetaFeature*
 17763               _CIM_PolicyAction_features[] =
 17764               {
 17765                   (MetaFeature*)&_CIM_PolicyAction_SystemCreationClassName,
 17766 mike  1.1.2.1     (MetaFeature*)&_CIM_PolicyAction_SystemName,
 17767                   (MetaFeature*)&_CIM_PolicyAction_PolicyRuleCreationClassName,
 17768                   (MetaFeature*)&_CIM_PolicyAction_PolicyRuleName,
 17769                   (MetaFeature*)&_CIM_PolicyAction_CreationClassName,
 17770                   (MetaFeature*)&_CIM_PolicyAction_PolicyActionName,
 17771                   (MetaFeature*)&_CIM_PolicyAction_DoActionLogging,
 17772                   0,
 17773               };
 17774               
 17775               static const char*
 17776               __root_cimv2_CIM_PolicyAction_qualifiers[] =
 17777               {
 17778                   /* UMLPackagePath */
 17779                   "\057CIM::Policy",
 17780                   /* Abstract */
 17781                   "\002\001",
 17782                   /* Version */
 17783                   "\0632.8.0",
 17784                   0,
 17785               };
 17786               
 17787 mike  1.1.2.1 MetaClass
 17788               __root_cimv2_CIM_PolicyAction =
 17789               {
 17790                   /* flags */
 17791                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 17792                   /* name */
 17793                   "CIM_PolicyAction",
 17794                   /* qualifiers */
 17795                   __root_cimv2_CIM_PolicyAction_qualifiers,
 17796                   /* super */
 17797                   &__root_cimv2_CIM_Policy,
 17798                   /* features */
 17799                   _CIM_PolicyAction_features,
 17800               };
 17801               
 17802               //==============================================================================
 17803               //
 17804               // Class: CIM_PolicyComponent
 17805               //
 17806               //==============================================================================
 17807               
 17808 mike  1.1.2.1 static const char*
 17809               _CIM_PolicyComponent_GroupComponent_qualifiers[] =
 17810               {
 17811                   /* Aggregate */
 17812                   "\003\001",
 17813                   /* Override */
 17814                   "\044GroupComponent",
 17815                   0,
 17816               };
 17817               
 17818               static MetaReference
 17819               _CIM_PolicyComponent_GroupComponent =
 17820               {
 17821                   /* flags */
 17822                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 17823                   /* name */
 17824                   "GroupComponent",
 17825                   /* qualifiers */
 17826                   _CIM_PolicyComponent_GroupComponent_qualifiers,
 17827                   /* subscript */
 17828                   -1,
 17829 mike  1.1.2.1     /* refId */
 17830                   &__root_cimv2_CIM_Policy,
 17831               };
 17832               
 17833               static const char*
 17834               _CIM_PolicyComponent_PartComponent_qualifiers[] =
 17835               {
 17836                   /* Override */
 17837                   "\044PartComponent",
 17838                   0,
 17839               };
 17840               
 17841               static MetaReference
 17842               _CIM_PolicyComponent_PartComponent =
 17843               {
 17844                   /* flags */
 17845                   META_FLAG_REFERENCE|META_FLAG_READ,
 17846                   /* name */
 17847                   "PartComponent",
 17848                   /* qualifiers */
 17849                   _CIM_PolicyComponent_PartComponent_qualifiers,
 17850 mike  1.1.2.1     /* subscript */
 17851                   -1,
 17852                   /* refId */
 17853                   &__root_cimv2_CIM_Policy,
 17854               };
 17855               
 17856               static MetaFeature*
 17857               _CIM_PolicyComponent_features[] =
 17858               {
 17859                   (MetaFeature*)&_CIM_PolicyComponent_GroupComponent,
 17860                   (MetaFeature*)&_CIM_PolicyComponent_PartComponent,
 17861                   0,
 17862               };
 17863               
 17864               static const char*
 17865               __root_cimv2_CIM_PolicyComponent_qualifiers[] =
 17866               {
 17867                   /* ASSOCIATION */
 17868                   "\000\001",
 17869                   /* UMLPackagePath */
 17870                   "\057CIM::Policy",
 17871 mike  1.1.2.1     /* Abstract */
 17872                   "\002\001",
 17873                   /* Aggregation */
 17874                   "\004\001",
 17875                   /* Version */
 17876                   "\0632.6.0",
 17877                   0,
 17878               };
 17879               
 17880               MetaClass
 17881               __root_cimv2_CIM_PolicyComponent =
 17882               {
 17883                   /* flags */
 17884                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT|META_FLAG_AGGREGATION,
 17885                   /* name */
 17886                   "CIM_PolicyComponent",
 17887                   /* qualifiers */
 17888                   __root_cimv2_CIM_PolicyComponent_qualifiers,
 17889                   /* super */
 17890                   &__root_cimv2_CIM_Component,
 17891                   /* features */
 17892 mike  1.1.2.1     _CIM_PolicyComponent_features,
 17893               };
 17894               
 17895               //==============================================================================
 17896               //
 17897               // Class: CIM_PolicyCondition
 17898               //
 17899               //==============================================================================
 17900               
 17901               static const char*
 17902               _CIM_PolicyCondition_SystemCreationClassName_qualifiers[] =
 17903               {
 17904                   /* Key */
 17905                   "\025\001",
 17906                   /* MaxLen */
 17907                   "\030\000\000\001\000",
 17908                   0,
 17909               };
 17910               
 17911               static MetaProperty
 17912               _CIM_PolicyCondition_SystemCreationClassName =
 17913 mike  1.1.2.1 {
 17914                   /* flags */
 17915                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17916                   /* name */
 17917                   "SystemCreationClassName",
 17918                   /* qualifiers */
 17919                   _CIM_PolicyCondition_SystemCreationClassName_qualifiers,
 17920                   /* type */
 17921                   CIMTYPE_STRING,
 17922                   /* subscript */
 17923                   -1,
 17924                   /* value */
 17925                   0,
 17926               };
 17927               
 17928               static const char*
 17929               _CIM_PolicyCondition_SystemName_qualifiers[] =
 17930               {
 17931                   /* Key */
 17932                   "\025\001",
 17933                   /* MaxLen */
 17934 mike  1.1.2.1     "\030\000\000\001\000",
 17935                   0,
 17936               };
 17937               
 17938               static MetaProperty
 17939               _CIM_PolicyCondition_SystemName =
 17940               {
 17941                   /* flags */
 17942                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17943                   /* name */
 17944                   "SystemName",
 17945                   /* qualifiers */
 17946                   _CIM_PolicyCondition_SystemName_qualifiers,
 17947                   /* type */
 17948                   CIMTYPE_STRING,
 17949                   /* subscript */
 17950                   -1,
 17951                   /* value */
 17952                   0,
 17953               };
 17954               
 17955 mike  1.1.2.1 static const char*
 17956               _CIM_PolicyCondition_PolicyRuleCreationClassName_qualifiers[] =
 17957               {
 17958                   /* Key */
 17959                   "\025\001",
 17960                   /* MaxLen */
 17961                   "\030\000\000\001\000",
 17962                   0,
 17963               };
 17964               
 17965               static MetaProperty
 17966               _CIM_PolicyCondition_PolicyRuleCreationClassName =
 17967               {
 17968                   /* flags */
 17969                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17970                   /* name */
 17971                   "PolicyRuleCreationClassName",
 17972                   /* qualifiers */
 17973                   _CIM_PolicyCondition_PolicyRuleCreationClassName_qualifiers,
 17974                   /* type */
 17975                   CIMTYPE_STRING,
 17976 mike  1.1.2.1     /* subscript */
 17977                   -1,
 17978                   /* value */
 17979                   0,
 17980               };
 17981               
 17982               static const char*
 17983               _CIM_PolicyCondition_PolicyRuleName_qualifiers[] =
 17984               {
 17985                   /* Key */
 17986                   "\025\001",
 17987                   /* MaxLen */
 17988                   "\030\000\000\001\000",
 17989                   0,
 17990               };
 17991               
 17992               static MetaProperty
 17993               _CIM_PolicyCondition_PolicyRuleName =
 17994               {
 17995                   /* flags */
 17996                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 17997 mike  1.1.2.1     /* name */
 17998                   "PolicyRuleName",
 17999                   /* qualifiers */
 18000                   _CIM_PolicyCondition_PolicyRuleName_qualifiers,
 18001                   /* type */
 18002                   CIMTYPE_STRING,
 18003                   /* subscript */
 18004                   -1,
 18005                   /* value */
 18006                   0,
 18007               };
 18008               
 18009               static const char*
 18010               _CIM_PolicyCondition_CreationClassName_qualifiers[] =
 18011               {
 18012                   /* Key */
 18013                   "\025\001",
 18014                   /* MaxLen */
 18015                   "\030\000\000\001\000",
 18016                   0,
 18017               };
 18018 mike  1.1.2.1 
 18019               static MetaProperty
 18020               _CIM_PolicyCondition_CreationClassName =
 18021               {
 18022                   /* flags */
 18023                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 18024                   /* name */
 18025                   "CreationClassName",
 18026                   /* qualifiers */
 18027                   _CIM_PolicyCondition_CreationClassName_qualifiers,
 18028                   /* type */
 18029                   CIMTYPE_STRING,
 18030                   /* subscript */
 18031                   -1,
 18032                   /* value */
 18033                   0,
 18034               };
 18035               
 18036               static const char*
 18037               _CIM_PolicyCondition_PolicyConditionName_qualifiers[] =
 18038               {
 18039 mike  1.1.2.1     /* Key */
 18040                   "\025\001",
 18041                   /* MaxLen */
 18042                   "\030\000\000\001\000",
 18043                   0,
 18044               };
 18045               
 18046               static MetaProperty
 18047               _CIM_PolicyCondition_PolicyConditionName =
 18048               {
 18049                   /* flags */
 18050                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 18051                   /* name */
 18052                   "PolicyConditionName",
 18053                   /* qualifiers */
 18054                   _CIM_PolicyCondition_PolicyConditionName_qualifiers,
 18055                   /* type */
 18056                   CIMTYPE_STRING,
 18057                   /* subscript */
 18058                   -1,
 18059                   /* value */
 18060 mike  1.1.2.1     0,
 18061               };
 18062               
 18063               static MetaFeature*
 18064               _CIM_PolicyCondition_features[] =
 18065               {
 18066                   (MetaFeature*)&_CIM_PolicyCondition_SystemCreationClassName,
 18067                   (MetaFeature*)&_CIM_PolicyCondition_SystemName,
 18068                   (MetaFeature*)&_CIM_PolicyCondition_PolicyRuleCreationClassName,
 18069                   (MetaFeature*)&_CIM_PolicyCondition_PolicyRuleName,
 18070                   (MetaFeature*)&_CIM_PolicyCondition_CreationClassName,
 18071                   (MetaFeature*)&_CIM_PolicyCondition_PolicyConditionName,
 18072                   0,
 18073               };
 18074               
 18075               static const char*
 18076               __root_cimv2_CIM_PolicyCondition_qualifiers[] =
 18077               {
 18078                   /* UMLPackagePath */
 18079                   "\057CIM::Policy",
 18080                   /* Abstract */
 18081 mike  1.1.2.1     "\002\001",
 18082                   /* Version */
 18083                   "\0632.6.0",
 18084                   0,
 18085               };
 18086               
 18087               MetaClass
 18088               __root_cimv2_CIM_PolicyCondition =
 18089               {
 18090                   /* flags */
 18091                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 18092                   /* name */
 18093                   "CIM_PolicyCondition",
 18094                   /* qualifiers */
 18095                   __root_cimv2_CIM_PolicyCondition_qualifiers,
 18096                   /* super */
 18097                   &__root_cimv2_CIM_Policy,
 18098                   /* features */
 18099                   _CIM_PolicyCondition_features,
 18100               };
 18101               
 18102 mike  1.1.2.1 //==============================================================================
 18103               //
 18104               // Class: CIM_PolicyConditionStructure
 18105               //
 18106               //==============================================================================
 18107               
 18108               static const char*
 18109               _CIM_PolicyConditionStructure_GroupComponent_qualifiers[] =
 18110               {
 18111                   /* Aggregate */
 18112                   "\003\001",
 18113                   /* Override */
 18114                   "\044GroupComponent",
 18115                   0,
 18116               };
 18117               
 18118               static MetaReference
 18119               _CIM_PolicyConditionStructure_GroupComponent =
 18120               {
 18121                   /* flags */
 18122                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 18123 mike  1.1.2.1     /* name */
 18124                   "GroupComponent",
 18125                   /* qualifiers */
 18126                   _CIM_PolicyConditionStructure_GroupComponent_qualifiers,
 18127                   /* subscript */
 18128                   -1,
 18129                   /* refId */
 18130                   &__root_cimv2_CIM_Policy,
 18131               };
 18132               
 18133               static const char*
 18134               _CIM_PolicyConditionStructure_PartComponent_qualifiers[] =
 18135               {
 18136                   /* Override */
 18137                   "\044PartComponent",
 18138                   0,
 18139               };
 18140               
 18141               static MetaReference
 18142               _CIM_PolicyConditionStructure_PartComponent =
 18143               {
 18144 mike  1.1.2.1     /* flags */
 18145                   META_FLAG_REFERENCE|META_FLAG_READ,
 18146                   /* name */
 18147                   "PartComponent",
 18148                   /* qualifiers */
 18149                   _CIM_PolicyConditionStructure_PartComponent_qualifiers,
 18150                   /* subscript */
 18151                   -1,
 18152                   /* refId */
 18153                   &__root_cimv2_CIM_PolicyCondition,
 18154               };
 18155               
 18156               static const char*
 18157               _CIM_PolicyConditionStructure_GroupNumber_qualifiers[] =
 18158               {
 18159                   0,
 18160               };
 18161               
 18162               static MetaProperty
 18163               _CIM_PolicyConditionStructure_GroupNumber =
 18164               {
 18165 mike  1.1.2.1     /* flags */
 18166                   META_FLAG_PROPERTY|META_FLAG_READ,
 18167                   /* name */
 18168                   "GroupNumber",
 18169                   /* qualifiers */
 18170                   _CIM_PolicyConditionStructure_GroupNumber_qualifiers,
 18171                   /* type */
 18172                   CIMTYPE_UINT16,
 18173                   /* subscript */
 18174                   -1,
 18175                   /* value */
 18176                   0,
 18177               };
 18178               
 18179               static const char*
 18180               _CIM_PolicyConditionStructure_ConditionNegated_qualifiers[] =
 18181               {
 18182                   0,
 18183               };
 18184               
 18185               static MetaProperty
 18186 mike  1.1.2.1 _CIM_PolicyConditionStructure_ConditionNegated =
 18187               {
 18188                   /* flags */
 18189                   META_FLAG_PROPERTY|META_FLAG_READ,
 18190                   /* name */
 18191                   "ConditionNegated",
 18192                   /* qualifiers */
 18193                   _CIM_PolicyConditionStructure_ConditionNegated_qualifiers,
 18194                   /* type */
 18195                   CIMTYPE_BOOLEAN,
 18196                   /* subscript */
 18197                   -1,
 18198                   /* value */
 18199                   0,
 18200               };
 18201               
 18202               static MetaFeature*
 18203               _CIM_PolicyConditionStructure_features[] =
 18204               {
 18205                   (MetaFeature*)&_CIM_PolicyConditionStructure_GroupComponent,
 18206                   (MetaFeature*)&_CIM_PolicyConditionStructure_PartComponent,
 18207 mike  1.1.2.1     (MetaFeature*)&_CIM_PolicyConditionStructure_GroupNumber,
 18208                   (MetaFeature*)&_CIM_PolicyConditionStructure_ConditionNegated,
 18209                   0,
 18210               };
 18211               
 18212               static const char*
 18213               __root_cimv2_CIM_PolicyConditionStructure_qualifiers[] =
 18214               {
 18215                   /* ASSOCIATION */
 18216                   "\000\001",
 18217                   /* UMLPackagePath */
 18218                   "\057CIM::Policy",
 18219                   /* Abstract */
 18220                   "\002\001",
 18221                   /* Aggregation */
 18222                   "\004\001",
 18223                   /* Version */
 18224                   "\0632.7.0",
 18225                   0,
 18226               };
 18227               
 18228 mike  1.1.2.1 MetaClass
 18229               __root_cimv2_CIM_PolicyConditionStructure =
 18230               {
 18231                   /* flags */
 18232                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT|META_FLAG_AGGREGATION,
 18233                   /* name */
 18234                   "CIM_PolicyConditionStructure",
 18235                   /* qualifiers */
 18236                   __root_cimv2_CIM_PolicyConditionStructure_qualifiers,
 18237                   /* super */
 18238                   &__root_cimv2_CIM_PolicyComponent,
 18239                   /* features */
 18240                   _CIM_PolicyConditionStructure_features,
 18241               };
 18242               
 18243               //==============================================================================
 18244               //
 18245               // Class: CIM_PolicySet
 18246               //
 18247               //==============================================================================
 18248               
 18249 mike  1.1.2.1 static const char*
 18250               _CIM_PolicySet_PolicyDecisionStrategy_qualifiers[] =
 18251               {
 18252                   /* ValueMap */
 18253                   "\061\000\0011\000",
 18254                   /* Values */
 18255                   "\062\000\001First Matching\000",
 18256                   0,
 18257               };
 18258               
 18259               static MetaProperty
 18260               _CIM_PolicySet_PolicyDecisionStrategy =
 18261               {
 18262                   /* flags */
 18263                   META_FLAG_PROPERTY|META_FLAG_READ,
 18264                   /* name */
 18265                   "PolicyDecisionStrategy",
 18266                   /* qualifiers */
 18267                   _CIM_PolicySet_PolicyDecisionStrategy_qualifiers,
 18268                   /* type */
 18269                   CIMTYPE_UINT16,
 18270 mike  1.1.2.1     /* subscript */
 18271                   -1,
 18272                   /* value */
 18273                   0,
 18274               };
 18275               
 18276               static const char*
 18277               _CIM_PolicySet_PolicyRoles_qualifiers[] =
 18278               {
 18279                   /* Deprecated */
 18280                   "\013\000\001CIM_PolicySetInRoleCollection\000",
 18281                   0,
 18282               };
 18283               
 18284               static MetaProperty
 18285               _CIM_PolicySet_PolicyRoles =
 18286               {
 18287                   /* flags */
 18288                   META_FLAG_PROPERTY|META_FLAG_READ,
 18289                   /* name */
 18290                   "PolicyRoles",
 18291 mike  1.1.2.1     /* qualifiers */
 18292                   _CIM_PolicySet_PolicyRoles_qualifiers,
 18293                   /* type */
 18294                   CIMTYPE_STRING,
 18295                   /* subscript */
 18296                   0,
 18297                   /* value */
 18298                   0,
 18299               };
 18300               
 18301               static const char*
 18302               _CIM_PolicySet_Enabled_qualifiers[] =
 18303               {
 18304                   /* ValueMap */
 18305                   "\061\000\0031\0002\0003\000",
 18306                   /* Values */
 18307                   "\062\000\003Enabled\000Disabled\000Enabled For Debug\000",
 18308                   0,
 18309               };
 18310               
 18311               static MetaProperty
 18312 mike  1.1.2.1 _CIM_PolicySet_Enabled =
 18313               {
 18314                   /* flags */
 18315                   META_FLAG_PROPERTY|META_FLAG_READ,
 18316                   /* name */
 18317                   "Enabled",
 18318                   /* qualifiers */
 18319                   _CIM_PolicySet_Enabled_qualifiers,
 18320                   /* type */
 18321                   CIMTYPE_UINT16,
 18322                   /* subscript */
 18323                   -1,
 18324                   /* value */
 18325                   "\000\001",
 18326               };
 18327               
 18328               static MetaFeature*
 18329               _CIM_PolicySet_features[] =
 18330               {
 18331                   (MetaFeature*)&_CIM_PolicySet_PolicyDecisionStrategy,
 18332                   (MetaFeature*)&_CIM_PolicySet_PolicyRoles,
 18333 mike  1.1.2.1     (MetaFeature*)&_CIM_PolicySet_Enabled,
 18334                   0,
 18335               };
 18336               
 18337               static const char*
 18338               __root_cimv2_CIM_PolicySet_qualifiers[] =
 18339               {
 18340                   /* UMLPackagePath */
 18341                   "\057CIM::Policy",
 18342                   /* Abstract */
 18343                   "\002\001",
 18344                   /* Version */
 18345                   "\0632.8.0",
 18346                   0,
 18347               };
 18348               
 18349               MetaClass
 18350               __root_cimv2_CIM_PolicySet =
 18351               {
 18352                   /* flags */
 18353                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 18354 mike  1.1.2.1     /* name */
 18355                   "CIM_PolicySet",
 18356                   /* qualifiers */
 18357                   __root_cimv2_CIM_PolicySet_qualifiers,
 18358                   /* super */
 18359                   &__root_cimv2_CIM_Policy,
 18360                   /* features */
 18361                   _CIM_PolicySet_features,
 18362               };
 18363               
 18364               //==============================================================================
 18365               //
 18366               // Class: CIM_PolicySetAppliesToElement
 18367               //
 18368               //==============================================================================
 18369               
 18370               static const char*
 18371               _CIM_PolicySetAppliesToElement_PolicySet_qualifiers[] =
 18372               {
 18373                   /* Key */
 18374                   "\025\001",
 18375 mike  1.1.2.1     0,
 18376               };
 18377               
 18378               static MetaReference
 18379               _CIM_PolicySetAppliesToElement_PolicySet =
 18380               {
 18381                   /* flags */
 18382                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 18383                   /* name */
 18384                   "PolicySet",
 18385                   /* qualifiers */
 18386                   _CIM_PolicySetAppliesToElement_PolicySet_qualifiers,
 18387                   /* subscript */
 18388                   -1,
 18389                   /* refId */
 18390                   &__root_cimv2_CIM_PolicySet,
 18391               };
 18392               
 18393               static const char*
 18394               _CIM_PolicySetAppliesToElement_ManagedElement_qualifiers[] =
 18395               {
 18396 mike  1.1.2.1     /* Key */
 18397                   "\025\001",
 18398                   0,
 18399               };
 18400               
 18401               static MetaReference
 18402               _CIM_PolicySetAppliesToElement_ManagedElement =
 18403               {
 18404                   /* flags */
 18405                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 18406                   /* name */
 18407                   "ManagedElement",
 18408                   /* qualifiers */
 18409                   _CIM_PolicySetAppliesToElement_ManagedElement_qualifiers,
 18410                   /* subscript */
 18411                   -1,
 18412                   /* refId */
 18413                   &__root_cimv2_CIM_ManagedElement,
 18414               };
 18415               
 18416               static MetaFeature*
 18417 mike  1.1.2.1 _CIM_PolicySetAppliesToElement_features[] =
 18418               {
 18419                   (MetaFeature*)&_CIM_PolicySetAppliesToElement_PolicySet,
 18420                   (MetaFeature*)&_CIM_PolicySetAppliesToElement_ManagedElement,
 18421                   0,
 18422               };
 18423               
 18424               static const char*
 18425               __root_cimv2_CIM_PolicySetAppliesToElement_qualifiers[] =
 18426               {
 18427                   /* ASSOCIATION */
 18428                   "\000\001",
 18429                   /* UMLPackagePath */
 18430                   "\057CIM::Policy",
 18431                   /* Version */
 18432                   "\0632.8.0",
 18433                   0,
 18434               };
 18435               
 18436               MetaClass
 18437               __root_cimv2_CIM_PolicySetAppliesToElement =
 18438 mike  1.1.2.1 {
 18439                   /* flags */
 18440                   META_FLAG_ASSOCIATION,
 18441                   /* name */
 18442                   "CIM_PolicySetAppliesToElement",
 18443                   /* qualifiers */
 18444                   __root_cimv2_CIM_PolicySetAppliesToElement_qualifiers,
 18445                   /* super */
 18446                   0,
 18447                   /* features */
 18448                   _CIM_PolicySetAppliesToElement_features,
 18449               };
 18450               
 18451               //==============================================================================
 18452               //
 18453               // Class: CIM_PolicySetComponent
 18454               //
 18455               //==============================================================================
 18456               
 18457               static const char*
 18458               _CIM_PolicySetComponent_GroupComponent_qualifiers[] =
 18459 mike  1.1.2.1 {
 18460                   /* Aggregate */
 18461                   "\003\001",
 18462                   /* Override */
 18463                   "\044GroupComponent",
 18464                   0,
 18465               };
 18466               
 18467               static MetaReference
 18468               _CIM_PolicySetComponent_GroupComponent =
 18469               {
 18470                   /* flags */
 18471                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 18472                   /* name */
 18473                   "GroupComponent",
 18474                   /* qualifiers */
 18475                   _CIM_PolicySetComponent_GroupComponent_qualifiers,
 18476                   /* subscript */
 18477                   -1,
 18478                   /* refId */
 18479                   &__root_cimv2_CIM_PolicySet,
 18480 mike  1.1.2.1 };
 18481               
 18482               static const char*
 18483               _CIM_PolicySetComponent_PartComponent_qualifiers[] =
 18484               {
 18485                   /* Override */
 18486                   "\044PartComponent",
 18487                   0,
 18488               };
 18489               
 18490               static MetaReference
 18491               _CIM_PolicySetComponent_PartComponent =
 18492               {
 18493                   /* flags */
 18494                   META_FLAG_REFERENCE|META_FLAG_READ,
 18495                   /* name */
 18496                   "PartComponent",
 18497                   /* qualifiers */
 18498                   _CIM_PolicySetComponent_PartComponent_qualifiers,
 18499                   /* subscript */
 18500                   -1,
 18501 mike  1.1.2.1     /* refId */
 18502                   &__root_cimv2_CIM_PolicySet,
 18503               };
 18504               
 18505               static const char*
 18506               _CIM_PolicySetComponent_Priority_qualifiers[] =
 18507               {
 18508                   0,
 18509               };
 18510               
 18511               static MetaProperty
 18512               _CIM_PolicySetComponent_Priority =
 18513               {
 18514                   /* flags */
 18515                   META_FLAG_PROPERTY|META_FLAG_READ,
 18516                   /* name */
 18517                   "Priority",
 18518                   /* qualifiers */
 18519                   _CIM_PolicySetComponent_Priority_qualifiers,
 18520                   /* type */
 18521                   CIMTYPE_UINT16,
 18522 mike  1.1.2.1     /* subscript */
 18523                   -1,
 18524                   /* value */
 18525                   0,
 18526               };
 18527               
 18528               static MetaFeature*
 18529               _CIM_PolicySetComponent_features[] =
 18530               {
 18531                   (MetaFeature*)&_CIM_PolicySetComponent_GroupComponent,
 18532                   (MetaFeature*)&_CIM_PolicySetComponent_PartComponent,
 18533                   (MetaFeature*)&_CIM_PolicySetComponent_Priority,
 18534                   0,
 18535               };
 18536               
 18537               static const char*
 18538               __root_cimv2_CIM_PolicySetComponent_qualifiers[] =
 18539               {
 18540                   /* ASSOCIATION */
 18541                   "\000\001",
 18542                   /* UMLPackagePath */
 18543 mike  1.1.2.1     "\057CIM::Policy",
 18544                   /* Aggregation */
 18545                   "\004\001",
 18546                   /* Version */
 18547                   "\0632.6.0",
 18548                   0,
 18549               };
 18550               
 18551               MetaClass
 18552               __root_cimv2_CIM_PolicySetComponent =
 18553               {
 18554                   /* flags */
 18555                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 18556                   /* name */
 18557                   "CIM_PolicySetComponent",
 18558                   /* qualifiers */
 18559                   __root_cimv2_CIM_PolicySetComponent_qualifiers,
 18560                   /* super */
 18561                   &__root_cimv2_CIM_PolicyComponent,
 18562                   /* features */
 18563                   _CIM_PolicySetComponent_features,
 18564 mike  1.1.2.1 };
 18565               
 18566               //==============================================================================
 18567               //
 18568               // Class: CIM_PolicyTimePeriodCondition
 18569               //
 18570               //==============================================================================
 18571               
 18572               static const char*
 18573               _CIM_PolicyTimePeriodCondition_TimePeriod_qualifiers[] =
 18574               {
 18575                   /* ModelCorrespondence */
 18576                   "\036\000\005CIM_PolicyTimePeriodCondition.MonthOfYearMask\000CIM_PolicyTimePeriodCondition.DayOfMonthMask\000CIM_PolicyTimePeriodCondition.DayOfWeekMask\000CIM_PolicyTimePeriodCondition.TimeOfDayMask\000CIM_PolicyTimePeriodCondition.LocalOrUtcTime\000",
 18577                   0,
 18578               };
 18579               
 18580               static MetaProperty
 18581               _CIM_PolicyTimePeriodCondition_TimePeriod =
 18582               {
 18583                   /* flags */
 18584                   META_FLAG_PROPERTY|META_FLAG_READ,
 18585 mike  1.1.2.1     /* name */
 18586                   "TimePeriod",
 18587                   /* qualifiers */
 18588                   _CIM_PolicyTimePeriodCondition_TimePeriod_qualifiers,
 18589                   /* type */
 18590                   CIMTYPE_STRING,
 18591                   /* subscript */
 18592                   -1,
 18593                   /* value */
 18594                   0,
 18595               };
 18596               
 18597               static const char*
 18598               _CIM_PolicyTimePeriodCondition_MonthOfYearMask_qualifiers[] =
 18599               {
 18600                   /* OctetString */
 18601                   "\042\001",
 18602                   /* ModelCorrespondence */
 18603                   "\036\000\002CIM_PolicyTimePeriodCondition.TimePeriod\000CIM_PolicyTimePeriodCondition.LocalOrUtcTime\000",
 18604                   0,
 18605               };
 18606 mike  1.1.2.1 
 18607               static MetaProperty
 18608               _CIM_PolicyTimePeriodCondition_MonthOfYearMask =
 18609               {
 18610                   /* flags */
 18611                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 18612                   /* name */
 18613                   "MonthOfYearMask",
 18614                   /* qualifiers */
 18615                   _CIM_PolicyTimePeriodCondition_MonthOfYearMask_qualifiers,
 18616                   /* type */
 18617                   CIMTYPE_UINT8,
 18618                   /* subscript */
 18619                   0,
 18620                   /* value */
 18621                   0,
 18622               };
 18623               
 18624               static const char*
 18625               _CIM_PolicyTimePeriodCondition_DayOfMonthMask_qualifiers[] =
 18626               {
 18627 mike  1.1.2.1     /* OctetString */
 18628                   "\042\001",
 18629                   /* ModelCorrespondence */
 18630                   "\036\000\002CIM_PolicyTimePeriodCondition.TimePeriod\000CIM_PolicyTimePeriodCondition.LocalOrUtcTime\000",
 18631                   0,
 18632               };
 18633               
 18634               static MetaProperty
 18635               _CIM_PolicyTimePeriodCondition_DayOfMonthMask =
 18636               {
 18637                   /* flags */
 18638                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 18639                   /* name */
 18640                   "DayOfMonthMask",
 18641                   /* qualifiers */
 18642                   _CIM_PolicyTimePeriodCondition_DayOfMonthMask_qualifiers,
 18643                   /* type */
 18644                   CIMTYPE_UINT8,
 18645                   /* subscript */
 18646                   0,
 18647                   /* value */
 18648 mike  1.1.2.1     0,
 18649               };
 18650               
 18651               static const char*
 18652               _CIM_PolicyTimePeriodCondition_DayOfWeekMask_qualifiers[] =
 18653               {
 18654                   /* OctetString */
 18655                   "\042\001",
 18656                   /* ModelCorrespondence */
 18657                   "\036\000\002CIM_PolicyTimePeriodCondition.TimePeriod\000CIM_PolicyTimePeriodCondition.LocalOrUtcTime\000",
 18658                   0,
 18659               };
 18660               
 18661               static MetaProperty
 18662               _CIM_PolicyTimePeriodCondition_DayOfWeekMask =
 18663               {
 18664                   /* flags */
 18665                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 18666                   /* name */
 18667                   "DayOfWeekMask",
 18668                   /* qualifiers */
 18669 mike  1.1.2.1     _CIM_PolicyTimePeriodCondition_DayOfWeekMask_qualifiers,
 18670                   /* type */
 18671                   CIMTYPE_UINT8,
 18672                   /* subscript */
 18673                   0,
 18674                   /* value */
 18675                   0,
 18676               };
 18677               
 18678               static const char*
 18679               _CIM_PolicyTimePeriodCondition_TimeOfDayMask_qualifiers[] =
 18680               {
 18681                   /* ModelCorrespondence */
 18682                   "\036\000\002CIM_PolicyTimePeriodCondition.TimePeriod\000CIM_PolicyTimePeriodCondition.LocalOrUtcTime\000",
 18683                   0,
 18684               };
 18685               
 18686               static MetaProperty
 18687               _CIM_PolicyTimePeriodCondition_TimeOfDayMask =
 18688               {
 18689                   /* flags */
 18690 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 18691                   /* name */
 18692                   "TimeOfDayMask",
 18693                   /* qualifiers */
 18694                   _CIM_PolicyTimePeriodCondition_TimeOfDayMask_qualifiers,
 18695                   /* type */
 18696                   CIMTYPE_STRING,
 18697                   /* subscript */
 18698                   -1,
 18699                   /* value */
 18700                   0,
 18701               };
 18702               
 18703               static const char*
 18704               _CIM_PolicyTimePeriodCondition_LocalOrUtcTime_qualifiers[] =
 18705               {
 18706                   /* ValueMap */
 18707                   "\061\000\0021\0002\000",
 18708                   /* Values */
 18709                   "\062\000\002Local Time\000UTC Time\000",
 18710                   /* ModelCorrespondence */
 18711 mike  1.1.2.1     "\036\000\005CIM_PolicyTimePeriodCondition.TimePeriod\000CIM_PolicyTimePeriodCondition.MonthOfYearMask\000CIM_PolicyTimePeriodCondition.DayOfMonthMask\000CIM_PolicyTimePeriodCondition.DayOfWeekMask\000CIM_PolicyTimePeriodCondition.TimeOfDayMask\000",
 18712                   0,
 18713               };
 18714               
 18715               static MetaProperty
 18716               _CIM_PolicyTimePeriodCondition_LocalOrUtcTime =
 18717               {
 18718                   /* flags */
 18719                   META_FLAG_PROPERTY|META_FLAG_READ,
 18720                   /* name */
 18721                   "LocalOrUtcTime",
 18722                   /* qualifiers */
 18723                   _CIM_PolicyTimePeriodCondition_LocalOrUtcTime_qualifiers,
 18724                   /* type */
 18725                   CIMTYPE_UINT16,
 18726                   /* subscript */
 18727                   -1,
 18728                   /* value */
 18729                   0,
 18730               };
 18731               
 18732 mike  1.1.2.1 static MetaFeature*
 18733               _CIM_PolicyTimePeriodCondition_features[] =
 18734               {
 18735                   (MetaFeature*)&_CIM_PolicyTimePeriodCondition_TimePeriod,
 18736                   (MetaFeature*)&_CIM_PolicyTimePeriodCondition_MonthOfYearMask,
 18737                   (MetaFeature*)&_CIM_PolicyTimePeriodCondition_DayOfMonthMask,
 18738                   (MetaFeature*)&_CIM_PolicyTimePeriodCondition_DayOfWeekMask,
 18739                   (MetaFeature*)&_CIM_PolicyTimePeriodCondition_TimeOfDayMask,
 18740                   (MetaFeature*)&_CIM_PolicyTimePeriodCondition_LocalOrUtcTime,
 18741                   0,
 18742               };
 18743               
 18744               static const char*
 18745               __root_cimv2_CIM_PolicyTimePeriodCondition_qualifiers[] =
 18746               {
 18747                   /* UMLPackagePath */
 18748                   "\057CIM::Policy",
 18749                   /* Version */
 18750                   "\0632.7.0",
 18751                   0,
 18752               };
 18753 mike  1.1.2.1 
 18754               MetaClass
 18755               __root_cimv2_CIM_PolicyTimePeriodCondition =
 18756               {
 18757                   /* flags */
 18758                   META_FLAG_CLASS,
 18759                   /* name */
 18760                   "CIM_PolicyTimePeriodCondition",
 18761                   /* qualifiers */
 18762                   __root_cimv2_CIM_PolicyTimePeriodCondition_qualifiers,
 18763                   /* super */
 18764                   &__root_cimv2_CIM_PolicyCondition,
 18765                   /* features */
 18766                   _CIM_PolicyTimePeriodCondition_features,
 18767               };
 18768               
 18769               //==============================================================================
 18770               //
 18771               // Class: CIM_PowerManagementCapabilities
 18772               //
 18773               //==============================================================================
 18774 mike  1.1.2.1 
 18775               static const char*
 18776               _CIM_PowerManagementCapabilities_PowerCapabilities_qualifiers[] =
 18777               {
 18778                   /* ValueMap */
 18779                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 18780                   /* Values */
 18781                   "\062\000\006Unknown\000Other\000Power Saving Modes Entered Automatically\000Power State Settable\000Power Cycling Supported\000Timed Power On Supported\000",
 18782                   /* MappingStrings */
 18783                   "\026\000\001MIF.DMTF|System Power Controls|001.2\000",
 18784                   /* ModelCorrespondence */
 18785                   "\036\000\002CIM_PowerManagementCapabilities.OtherPowerCapabilitiesDescriptions\000CIM_PowerManagementService.SetPowerState\000",
 18786                   0,
 18787               };
 18788               
 18789               static MetaProperty
 18790               _CIM_PowerManagementCapabilities_PowerCapabilities =
 18791               {
 18792                   /* flags */
 18793                   META_FLAG_PROPERTY|META_FLAG_READ,
 18794                   /* name */
 18795 mike  1.1.2.1     "PowerCapabilities",
 18796                   /* qualifiers */
 18797                   _CIM_PowerManagementCapabilities_PowerCapabilities_qualifiers,
 18798                   /* type */
 18799                   CIMTYPE_UINT16,
 18800                   /* subscript */
 18801                   0,
 18802                   /* value */
 18803                   0,
 18804               };
 18805               
 18806               static const char*
 18807               _CIM_PowerManagementCapabilities_OtherPowerCapabilitiesDescriptions_qualifiers[] =
 18808               {
 18809                   /* ModelCorrespondence */
 18810                   "\036\000\001CIM_PowerManagementCapabilities.PowerCapabilities\000",
 18811                   0,
 18812               };
 18813               
 18814               static MetaProperty
 18815               _CIM_PowerManagementCapabilities_OtherPowerCapabilitiesDescriptions =
 18816 mike  1.1.2.1 {
 18817                   /* flags */
 18818                   META_FLAG_PROPERTY|META_FLAG_READ,
 18819                   /* name */
 18820                   "OtherPowerCapabilitiesDescriptions",
 18821                   /* qualifiers */
 18822                   _CIM_PowerManagementCapabilities_OtherPowerCapabilitiesDescriptions_qualifiers,
 18823                   /* type */
 18824                   CIMTYPE_STRING,
 18825                   /* subscript */
 18826                   0,
 18827                   /* value */
 18828                   0,
 18829               };
 18830               
 18831               static MetaFeature*
 18832               _CIM_PowerManagementCapabilities_features[] =
 18833               {
 18834                   (MetaFeature*)&_CIM_PowerManagementCapabilities_PowerCapabilities,
 18835                   (MetaFeature*)&_CIM_PowerManagementCapabilities_OtherPowerCapabilitiesDescriptions,
 18836                   0,
 18837 mike  1.1.2.1 };
 18838               
 18839               static const char*
 18840               __root_cimv2_CIM_PowerManagementCapabilities_qualifiers[] =
 18841               {
 18842                   /* UMLPackagePath */
 18843                   "\057CIM::Core::PowerMgmt",
 18844                   /* Version */
 18845                   "\0632.7.0",
 18846                   0,
 18847               };
 18848               
 18849               MetaClass
 18850               __root_cimv2_CIM_PowerManagementCapabilities =
 18851               {
 18852                   /* flags */
 18853                   META_FLAG_CLASS,
 18854                   /* name */
 18855                   "CIM_PowerManagementCapabilities",
 18856                   /* qualifiers */
 18857                   __root_cimv2_CIM_PowerManagementCapabilities_qualifiers,
 18858 mike  1.1.2.1     /* super */
 18859                   &__root_cimv2_CIM_Capabilities,
 18860                   /* features */
 18861                   _CIM_PowerManagementCapabilities_features,
 18862               };
 18863               
 18864               //==============================================================================
 18865               //
 18866               // Class: CIM_Privilege
 18867               //
 18868               //==============================================================================
 18869               
 18870               static const char*
 18871               _CIM_Privilege_InstanceID_qualifiers[] =
 18872               {
 18873                   /* Key */
 18874                   "\025\001",
 18875                   0,
 18876               };
 18877               
 18878               static MetaProperty
 18879 mike  1.1.2.1 _CIM_Privilege_InstanceID =
 18880               {
 18881                   /* flags */
 18882                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 18883                   /* name */
 18884                   "InstanceID",
 18885                   /* qualifiers */
 18886                   _CIM_Privilege_InstanceID_qualifiers,
 18887                   /* type */
 18888                   CIMTYPE_STRING,
 18889                   /* subscript */
 18890                   -1,
 18891                   /* value */
 18892                   0,
 18893               };
 18894               
 18895               static const char*
 18896               _CIM_Privilege_PrivilegeGranted_qualifiers[] =
 18897               {
 18898                   0,
 18899               };
 18900 mike  1.1.2.1 
 18901               static MetaProperty
 18902               _CIM_Privilege_PrivilegeGranted =
 18903               {
 18904                   /* flags */
 18905                   META_FLAG_PROPERTY|META_FLAG_READ,
 18906                   /* name */
 18907                   "PrivilegeGranted",
 18908                   /* qualifiers */
 18909                   _CIM_Privilege_PrivilegeGranted_qualifiers,
 18910                   /* type */
 18911                   CIMTYPE_BOOLEAN,
 18912                   /* subscript */
 18913                   -1,
 18914                   /* value */
 18915                   "\001",
 18916               };
 18917               
 18918               static const char*
 18919               _CIM_Privilege_Activities_qualifiers[] =
 18920               {
 18921 mike  1.1.2.1     /* ValueMap */
 18922                   "\061\000\0111\0002\0003\0004\0005\0006\0007\000..15999\00016000..\000",
 18923                   /* Values */
 18924                   "\062\000\011Other\000Create\000Delete\000Detect\000Read\000Write\000Execute\000DMTF Reserved\000Vendor Reserved\000",
 18925                   /* ArrayType */
 18926                   "\005Indexed",
 18927                   /* ModelCorrespondence */
 18928                   "\036\000\001CIM_Privilege.ActivityQualifiers\000",
 18929                   0,
 18930               };
 18931               
 18932               static MetaProperty
 18933               _CIM_Privilege_Activities =
 18934               {
 18935                   /* flags */
 18936                   META_FLAG_PROPERTY|META_FLAG_READ,
 18937                   /* name */
 18938                   "Activities",
 18939                   /* qualifiers */
 18940                   _CIM_Privilege_Activities_qualifiers,
 18941                   /* type */
 18942 mike  1.1.2.1     CIMTYPE_UINT16,
 18943                   /* subscript */
 18944                   0,
 18945                   /* value */
 18946                   0,
 18947               };
 18948               
 18949               static const char*
 18950               _CIM_Privilege_ActivityQualifiers_qualifiers[] =
 18951               {
 18952                   /* ArrayType */
 18953                   "\005Indexed",
 18954                   /* ModelCorrespondence */
 18955                   "\036\000\002CIM_Privilege.Activities\000CIM_Privilege.QualifierFormats\000",
 18956                   0,
 18957               };
 18958               
 18959               static MetaProperty
 18960               _CIM_Privilege_ActivityQualifiers =
 18961               {
 18962                   /* flags */
 18963 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 18964                   /* name */
 18965                   "ActivityQualifiers",
 18966                   /* qualifiers */
 18967                   _CIM_Privilege_ActivityQualifiers_qualifiers,
 18968                   /* type */
 18969                   CIMTYPE_STRING,
 18970                   /* subscript */
 18971                   0,
 18972                   /* value */
 18973                   0,
 18974               };
 18975               
 18976               static const char*
 18977               _CIM_Privilege_QualifierFormats_qualifiers[] =
 18978               {
 18979                   /* ValueMap */
 18980                   "\061\000\0122\0003\0004\0005\0006\0007\0008\0009\000..15999\00016000..\000",
 18981                   /* Values */
 18982                   "\062\000\012Class Name\000<Class.>Property\000<Class.>Method\000Object Reference\000Namespace\000URL\000Directory/File Name\000Command Line Instruction\000DMTF Reserved\000Vendor Reserved\000",
 18983                   /* ArrayType */
 18984 mike  1.1.2.1     "\005Indexed",
 18985                   /* ModelCorrespondence */
 18986                   "\036\000\001CIM_Privilege.ActivityQualifiers\000",
 18987                   0,
 18988               };
 18989               
 18990               static MetaProperty
 18991               _CIM_Privilege_QualifierFormats =
 18992               {
 18993                   /* flags */
 18994                   META_FLAG_PROPERTY|META_FLAG_READ,
 18995                   /* name */
 18996                   "QualifierFormats",
 18997                   /* qualifiers */
 18998                   _CIM_Privilege_QualifierFormats_qualifiers,
 18999                   /* type */
 19000                   CIMTYPE_UINT16,
 19001                   /* subscript */
 19002                   0,
 19003                   /* value */
 19004                   0,
 19005 mike  1.1.2.1 };
 19006               
 19007               static MetaFeature*
 19008               _CIM_Privilege_features[] =
 19009               {
 19010                   (MetaFeature*)&_CIM_Privilege_InstanceID,
 19011                   (MetaFeature*)&_CIM_Privilege_PrivilegeGranted,
 19012                   (MetaFeature*)&_CIM_Privilege_Activities,
 19013                   (MetaFeature*)&_CIM_Privilege_ActivityQualifiers,
 19014                   (MetaFeature*)&_CIM_Privilege_QualifierFormats,
 19015                   0,
 19016               };
 19017               
 19018               static const char*
 19019               __root_cimv2_CIM_Privilege_qualifiers[] =
 19020               {
 19021                   /* UMLPackagePath */
 19022                   "\057CIM::User::Privilege",
 19023                   /* Version */
 19024                   "\0632.8.0",
 19025                   0,
 19026 mike  1.1.2.1 };
 19027               
 19028               MetaClass
 19029               __root_cimv2_CIM_Privilege =
 19030               {
 19031                   /* flags */
 19032                   META_FLAG_CLASS,
 19033                   /* name */
 19034                   "CIM_Privilege",
 19035                   /* qualifiers */
 19036                   __root_cimv2_CIM_Privilege_qualifiers,
 19037                   /* super */
 19038                   &__root_cimv2_CIM_ManagedElement,
 19039                   /* features */
 19040                   _CIM_Privilege_features,
 19041               };
 19042               
 19043               //==============================================================================
 19044               //
 19045               // Class: CIM_ProcessIndication
 19046               //
 19047 mike  1.1.2.1 //==============================================================================
 19048               
 19049               static MetaFeature*
 19050               _CIM_ProcessIndication_features[] =
 19051               {
 19052                   0,
 19053               };
 19054               
 19055               static const char*
 19056               __root_cimv2_CIM_ProcessIndication_qualifiers[] =
 19057               {
 19058                   /* INDICATION */
 19059                   "\001\001",
 19060                   /* UMLPackagePath */
 19061                   "\057CIM::Event",
 19062                   /* Abstract */
 19063                   "\002\001",
 19064                   /* Version */
 19065                   "\0632.6.0",
 19066                   0,
 19067               };
 19068 mike  1.1.2.1 
 19069               MetaClass
 19070               __root_cimv2_CIM_ProcessIndication =
 19071               {
 19072                   /* flags */
 19073                   META_FLAG_INDICATION|META_FLAG_ABSTRACT,
 19074                   /* name */
 19075                   "CIM_ProcessIndication",
 19076                   /* qualifiers */
 19077                   __root_cimv2_CIM_ProcessIndication_qualifiers,
 19078                   /* super */
 19079                   &__root_cimv2_CIM_Indication,
 19080                   /* features */
 19081                   _CIM_ProcessIndication_features,
 19082               };
 19083               
 19084               //==============================================================================
 19085               //
 19086               // Class: CIM_Product
 19087               //
 19088               //==============================================================================
 19089 mike  1.1.2.1 
 19090               static const char*
 19091               _CIM_Product_Name_qualifiers[] =
 19092               {
 19093                   /* Key */
 19094                   "\025\001",
 19095                   /* MaxLen */
 19096                   "\030\000\000\001\000",
 19097                   /* MappingStrings */
 19098                   "\026\000\001MIF.DMTF|ComponentID|001.2\000",
 19099                   /* ModelCorrespondence */
 19100                   "\036\000\001PRS_Product.ProductName\000",
 19101                   0,
 19102               };
 19103               
 19104               static MetaProperty
 19105               _CIM_Product_Name =
 19106               {
 19107                   /* flags */
 19108                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 19109                   /* name */
 19110 mike  1.1.2.1     "Name",
 19111                   /* qualifiers */
 19112                   _CIM_Product_Name_qualifiers,
 19113                   /* type */
 19114                   CIMTYPE_STRING,
 19115                   /* subscript */
 19116                   -1,
 19117                   /* value */
 19118                   0,
 19119               };
 19120               
 19121               static const char*
 19122               _CIM_Product_IdentifyingNumber_qualifiers[] =
 19123               {
 19124                   /* Key */
 19125                   "\025\001",
 19126                   /* MaxLen */
 19127                   "\030\000\000\000\100",
 19128                   /* MappingStrings */
 19129                   "\026\000\001MIF.DMTF|ComponentID|001.4\000",
 19130                   0,
 19131 mike  1.1.2.1 };
 19132               
 19133               static MetaProperty
 19134               _CIM_Product_IdentifyingNumber =
 19135               {
 19136                   /* flags */
 19137                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 19138                   /* name */
 19139                   "IdentifyingNumber",
 19140                   /* qualifiers */
 19141                   _CIM_Product_IdentifyingNumber_qualifiers,
 19142                   /* type */
 19143                   CIMTYPE_STRING,
 19144                   /* subscript */
 19145                   -1,
 19146                   /* value */
 19147                   0,
 19148               };
 19149               
 19150               static const char*
 19151               _CIM_Product_Vendor_qualifiers[] =
 19152 mike  1.1.2.1 {
 19153                   /* Key */
 19154                   "\025\001",
 19155                   /* MaxLen */
 19156                   "\030\000\000\001\000",
 19157                   /* MappingStrings */
 19158                   "\026\000\001MIF.DMTF|ComponentID|001.1\000",
 19159                   /* ModelCorrespondence */
 19160                   "\036\000\001PRS_Product.Vendor\000",
 19161                   0,
 19162               };
 19163               
 19164               static MetaProperty
 19165               _CIM_Product_Vendor =
 19166               {
 19167                   /* flags */
 19168                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 19169                   /* name */
 19170                   "Vendor",
 19171                   /* qualifiers */
 19172                   _CIM_Product_Vendor_qualifiers,
 19173 mike  1.1.2.1     /* type */
 19174                   CIMTYPE_STRING,
 19175                   /* subscript */
 19176                   -1,
 19177                   /* value */
 19178                   0,
 19179               };
 19180               
 19181               static const char*
 19182               _CIM_Product_Version_qualifiers[] =
 19183               {
 19184                   /* Key */
 19185                   "\025\001",
 19186                   /* MaxLen */
 19187                   "\030\000\000\000\100",
 19188                   /* MappingStrings */
 19189                   "\026\000\001MIF.DMTF|ComponentID|001.3\000",
 19190                   /* ModelCorrespondence */
 19191                   "\036\000\001PRS_Product.Version\000",
 19192                   0,
 19193               };
 19194 mike  1.1.2.1 
 19195               static MetaProperty
 19196               _CIM_Product_Version =
 19197               {
 19198                   /* flags */
 19199                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 19200                   /* name */
 19201                   "Version",
 19202                   /* qualifiers */
 19203                   _CIM_Product_Version_qualifiers,
 19204                   /* type */
 19205                   CIMTYPE_STRING,
 19206                   /* subscript */
 19207                   -1,
 19208                   /* value */
 19209                   0,
 19210               };
 19211               
 19212               static const char*
 19213               _CIM_Product_SKUNumber_qualifiers[] =
 19214               {
 19215 mike  1.1.2.1     /* MaxLen */
 19216                   "\030\000\000\000\100",
 19217                   0,
 19218               };
 19219               
 19220               static MetaProperty
 19221               _CIM_Product_SKUNumber =
 19222               {
 19223                   /* flags */
 19224                   META_FLAG_PROPERTY|META_FLAG_READ,
 19225                   /* name */
 19226                   "SKUNumber",
 19227                   /* qualifiers */
 19228                   _CIM_Product_SKUNumber_qualifiers,
 19229                   /* type */
 19230                   CIMTYPE_STRING,
 19231                   /* subscript */
 19232                   -1,
 19233                   /* value */
 19234                   0,
 19235               };
 19236 mike  1.1.2.1 
 19237               static const char*
 19238               _CIM_Product_WarrantyStartDate_qualifiers[] =
 19239               {
 19240                   /* MappingStrings */
 19241                   "\026\000\001MIF.DMTF|FRU|002.9\000",
 19242                   /* ModelCorrespondence */
 19243                   "\036\000\001CIM_Product.WarrantyDuration\000",
 19244                   0,
 19245               };
 19246               
 19247               static MetaProperty
 19248               _CIM_Product_WarrantyStartDate =
 19249               {
 19250                   /* flags */
 19251                   META_FLAG_PROPERTY|META_FLAG_READ,
 19252                   /* name */
 19253                   "WarrantyStartDate",
 19254                   /* qualifiers */
 19255                   _CIM_Product_WarrantyStartDate_qualifiers,
 19256                   /* type */
 19257 mike  1.1.2.1     CIMTYPE_DATETIME,
 19258                   /* subscript */
 19259                   -1,
 19260                   /* value */
 19261                   0,
 19262               };
 19263               
 19264               static const char*
 19265               _CIM_Product_WarrantyDuration_qualifiers[] =
 19266               {
 19267                   /* Units */
 19268                   "\060Days",
 19269                   /* MappingStrings */
 19270                   "\026\000\001MIF.DMTF|FRU|002.10\000",
 19271                   /* ModelCorrespondence */
 19272                   "\036\000\001CIM_Product.WarrantyStartDate\000",
 19273                   0,
 19274               };
 19275               
 19276               static MetaProperty
 19277               _CIM_Product_WarrantyDuration =
 19278 mike  1.1.2.1 {
 19279                   /* flags */
 19280                   META_FLAG_PROPERTY|META_FLAG_READ,
 19281                   /* name */
 19282                   "WarrantyDuration",
 19283                   /* qualifiers */
 19284                   _CIM_Product_WarrantyDuration_qualifiers,
 19285                   /* type */
 19286                   CIMTYPE_UINT32,
 19287                   /* subscript */
 19288                   -1,
 19289                   /* value */
 19290                   0,
 19291               };
 19292               
 19293               static MetaFeature*
 19294               _CIM_Product_features[] =
 19295               {
 19296                   (MetaFeature*)&_CIM_Product_Name,
 19297                   (MetaFeature*)&_CIM_Product_IdentifyingNumber,
 19298                   (MetaFeature*)&_CIM_Product_Vendor,
 19299 mike  1.1.2.1     (MetaFeature*)&_CIM_Product_Version,
 19300                   (MetaFeature*)&_CIM_Product_SKUNumber,
 19301                   (MetaFeature*)&_CIM_Product_WarrantyStartDate,
 19302                   (MetaFeature*)&_CIM_Product_WarrantyDuration,
 19303                   0,
 19304               };
 19305               
 19306               static const char*
 19307               __root_cimv2_CIM_Product_qualifiers[] =
 19308               {
 19309                   /* UMLPackagePath */
 19310                   "\057CIM::Core::ProductFRU",
 19311                   /* Version */
 19312                   "\0632.7.0",
 19313                   0,
 19314               };
 19315               
 19316               MetaClass
 19317               __root_cimv2_CIM_Product =
 19318               {
 19319                   /* flags */
 19320 mike  1.1.2.1     META_FLAG_CLASS,
 19321                   /* name */
 19322                   "CIM_Product",
 19323                   /* qualifiers */
 19324                   __root_cimv2_CIM_Product_qualifiers,
 19325                   /* super */
 19326                   &__root_cimv2_CIM_ManagedElement,
 19327                   /* features */
 19328                   _CIM_Product_features,
 19329               };
 19330               
 19331               //==============================================================================
 19332               //
 19333               // Class: CIM_ProductComponent
 19334               //
 19335               //==============================================================================
 19336               
 19337               static const char*
 19338               _CIM_ProductComponent_GroupComponent_qualifiers[] =
 19339               {
 19340                   /* Aggregate */
 19341 mike  1.1.2.1     "\003\001",
 19342                   /* Override */
 19343                   "\044GroupComponent",
 19344                   /* ModelCorrespondence */
 19345                   "\036\000\001PRS_ProductComponent.Antecedent\000",
 19346                   0,
 19347               };
 19348               
 19349               static MetaReference
 19350               _CIM_ProductComponent_GroupComponent =
 19351               {
 19352                   /* flags */
 19353                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 19354                   /* name */
 19355                   "GroupComponent",
 19356                   /* qualifiers */
 19357                   _CIM_ProductComponent_GroupComponent_qualifiers,
 19358                   /* subscript */
 19359                   -1,
 19360                   /* refId */
 19361                   &__root_cimv2_CIM_Product,
 19362 mike  1.1.2.1 };
 19363               
 19364               static const char*
 19365               _CIM_ProductComponent_PartComponent_qualifiers[] =
 19366               {
 19367                   /* Override */
 19368                   "\044PartComponent",
 19369                   /* ModelCorrespondence */
 19370                   "\036\000\001PRS_ProductComponent.Dependent\000",
 19371                   0,
 19372               };
 19373               
 19374               static MetaReference
 19375               _CIM_ProductComponent_PartComponent =
 19376               {
 19377                   /* flags */
 19378                   META_FLAG_REFERENCE|META_FLAG_READ,
 19379                   /* name */
 19380                   "PartComponent",
 19381                   /* qualifiers */
 19382                   _CIM_ProductComponent_PartComponent_qualifiers,
 19383 mike  1.1.2.1     /* subscript */
 19384                   -1,
 19385                   /* refId */
 19386                   &__root_cimv2_CIM_Product,
 19387               };
 19388               
 19389               static MetaFeature*
 19390               _CIM_ProductComponent_features[] =
 19391               {
 19392                   (MetaFeature*)&_CIM_ProductComponent_GroupComponent,
 19393                   (MetaFeature*)&_CIM_ProductComponent_PartComponent,
 19394                   0,
 19395               };
 19396               
 19397               static const char*
 19398               __root_cimv2_CIM_ProductComponent_qualifiers[] =
 19399               {
 19400                   /* ASSOCIATION */
 19401                   "\000\001",
 19402                   /* UMLPackagePath */
 19403                   "\057CIM::Core::ProductFRU",
 19404 mike  1.1.2.1     /* Aggregation */
 19405                   "\004\001",
 19406                   /* Composition */
 19407                   "\011\001",
 19408                   /* Version */
 19409                   "\0632.7.0",
 19410                   0,
 19411               };
 19412               
 19413               MetaClass
 19414               __root_cimv2_CIM_ProductComponent =
 19415               {
 19416                   /* flags */
 19417                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 19418                   /* name */
 19419                   "CIM_ProductComponent",
 19420                   /* qualifiers */
 19421                   __root_cimv2_CIM_ProductComponent_qualifiers,
 19422                   /* super */
 19423                   &__root_cimv2_CIM_Component,
 19424                   /* features */
 19425 mike  1.1.2.1     _CIM_ProductComponent_features,
 19426               };
 19427               
 19428               //==============================================================================
 19429               //
 19430               // Class: CIM_ProductFRU
 19431               //
 19432               //==============================================================================
 19433               
 19434               static const char*
 19435               _CIM_ProductFRU_Product_qualifiers[] =
 19436               {
 19437                   /* Key */
 19438                   "\025\001",
 19439                   /* Max */
 19440                   "\027\000\000\000\001",
 19441                   0,
 19442               };
 19443               
 19444               static MetaReference
 19445               _CIM_ProductFRU_Product =
 19446 mike  1.1.2.1 {
 19447                   /* flags */
 19448                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 19449                   /* name */
 19450                   "Product",
 19451                   /* qualifiers */
 19452                   _CIM_ProductFRU_Product_qualifiers,
 19453                   /* subscript */
 19454                   -1,
 19455                   /* refId */
 19456                   &__root_cimv2_CIM_Product,
 19457               };
 19458               
 19459               static const char*
 19460               _CIM_ProductFRU_FRU_qualifiers[] =
 19461               {
 19462                   /* Key */
 19463                   "\025\001",
 19464                   0,
 19465               };
 19466               
 19467 mike  1.1.2.1 static MetaReference
 19468               _CIM_ProductFRU_FRU =
 19469               {
 19470                   /* flags */
 19471                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 19472                   /* name */
 19473                   "FRU",
 19474                   /* qualifiers */
 19475                   _CIM_ProductFRU_FRU_qualifiers,
 19476                   /* subscript */
 19477                   -1,
 19478                   /* refId */
 19479                   &__root_cimv2_CIM_FRU,
 19480               };
 19481               
 19482               static MetaFeature*
 19483               _CIM_ProductFRU_features[] =
 19484               {
 19485                   (MetaFeature*)&_CIM_ProductFRU_Product,
 19486                   (MetaFeature*)&_CIM_ProductFRU_FRU,
 19487                   0,
 19488 mike  1.1.2.1 };
 19489               
 19490               static const char*
 19491               __root_cimv2_CIM_ProductFRU_qualifiers[] =
 19492               {
 19493                   /* ASSOCIATION */
 19494                   "\000\001",
 19495                   /* UMLPackagePath */
 19496                   "\057CIM::Core::ProductFRU",
 19497                   /* Version */
 19498                   "\0632.6.0",
 19499                   0,
 19500               };
 19501               
 19502               MetaClass
 19503               __root_cimv2_CIM_ProductFRU =
 19504               {
 19505                   /* flags */
 19506                   META_FLAG_ASSOCIATION,
 19507                   /* name */
 19508                   "CIM_ProductFRU",
 19509 mike  1.1.2.1     /* qualifiers */
 19510                   __root_cimv2_CIM_ProductFRU_qualifiers,
 19511                   /* super */
 19512                   0,
 19513                   /* features */
 19514                   _CIM_ProductFRU_features,
 19515               };
 19516               
 19517               //==============================================================================
 19518               //
 19519               // Class: CIM_ProductParentChild
 19520               //
 19521               //==============================================================================
 19522               
 19523               static const char*
 19524               _CIM_ProductParentChild_Parent_qualifiers[] =
 19525               {
 19526                   /* Key */
 19527                   "\025\001",
 19528                   /* Aggregate */
 19529                   "\003\001",
 19530 mike  1.1.2.1     0,
 19531               };
 19532               
 19533               static MetaReference
 19534               _CIM_ProductParentChild_Parent =
 19535               {
 19536                   /* flags */
 19537                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 19538                   /* name */
 19539                   "Parent",
 19540                   /* qualifiers */
 19541                   _CIM_ProductParentChild_Parent_qualifiers,
 19542                   /* subscript */
 19543                   -1,
 19544                   /* refId */
 19545                   &__root_cimv2_CIM_Product,
 19546               };
 19547               
 19548               static const char*
 19549               _CIM_ProductParentChild_Child_qualifiers[] =
 19550               {
 19551 mike  1.1.2.1     /* Key */
 19552                   "\025\001",
 19553                   0,
 19554               };
 19555               
 19556               static MetaReference
 19557               _CIM_ProductParentChild_Child =
 19558               {
 19559                   /* flags */
 19560                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 19561                   /* name */
 19562                   "Child",
 19563                   /* qualifiers */
 19564                   _CIM_ProductParentChild_Child_qualifiers,
 19565                   /* subscript */
 19566                   -1,
 19567                   /* refId */
 19568                   &__root_cimv2_CIM_Product,
 19569               };
 19570               
 19571               static MetaFeature*
 19572 mike  1.1.2.1 _CIM_ProductParentChild_features[] =
 19573               {
 19574                   (MetaFeature*)&_CIM_ProductParentChild_Parent,
 19575                   (MetaFeature*)&_CIM_ProductParentChild_Child,
 19576                   0,
 19577               };
 19578               
 19579               static const char*
 19580               __root_cimv2_CIM_ProductParentChild_qualifiers[] =
 19581               {
 19582                   /* ASSOCIATION */
 19583                   "\000\001",
 19584                   /* UMLPackagePath */
 19585                   "\057CIM::Core::ProductFRU",
 19586                   /* Aggregation */
 19587                   "\004\001",
 19588                   /* Composition */
 19589                   "\011\001",
 19590                   /* Version */
 19591                   "\0632.7.0",
 19592                   0,
 19593 mike  1.1.2.1 };
 19594               
 19595               MetaClass
 19596               __root_cimv2_CIM_ProductParentChild =
 19597               {
 19598                   /* flags */
 19599                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 19600                   /* name */
 19601                   "CIM_ProductParentChild",
 19602                   /* qualifiers */
 19603                   __root_cimv2_CIM_ProductParentChild_qualifiers,
 19604                   /* super */
 19605                   0,
 19606                   /* features */
 19607                   _CIM_ProductParentChild_features,
 19608               };
 19609               
 19610               //==============================================================================
 19611               //
 19612               // Class: CIM_ProductPhysicalComponent
 19613               //
 19614 mike  1.1.2.1 //==============================================================================
 19615               
 19616               static const char*
 19617               _CIM_ProductPhysicalComponent_GroupComponent_qualifiers[] =
 19618               {
 19619                   /* Override */
 19620                   "\044GroupComponent",
 19621                   /* Max */
 19622                   "\027\000\000\000\001",
 19623                   0,
 19624               };
 19625               
 19626               static MetaReference
 19627               _CIM_ProductPhysicalComponent_GroupComponent =
 19628               {
 19629                   /* flags */
 19630                   META_FLAG_REFERENCE|META_FLAG_READ,
 19631                   /* name */
 19632                   "GroupComponent",
 19633                   /* qualifiers */
 19634                   _CIM_ProductPhysicalComponent_GroupComponent_qualifiers,
 19635 mike  1.1.2.1     /* subscript */
 19636                   -1,
 19637                   /* refId */
 19638                   &__root_cimv2_CIM_Product,
 19639               };
 19640               
 19641               static const char*
 19642               _CIM_ProductPhysicalComponent_PartComponent_qualifiers[] =
 19643               {
 19644                   /* Override */
 19645                   "\044PartComponent",
 19646                   0,
 19647               };
 19648               
 19649               static MetaReference
 19650               _CIM_ProductPhysicalComponent_PartComponent =
 19651               {
 19652                   /* flags */
 19653                   META_FLAG_REFERENCE|META_FLAG_READ,
 19654                   /* name */
 19655                   "PartComponent",
 19656 mike  1.1.2.1     /* qualifiers */
 19657                   _CIM_ProductPhysicalComponent_PartComponent_qualifiers,
 19658                   /* subscript */
 19659                   -1,
 19660                   /* refId */
 19661                   &__root_cimv2_CIM_PhysicalElement,
 19662               };
 19663               
 19664               static MetaFeature*
 19665               _CIM_ProductPhysicalComponent_features[] =
 19666               {
 19667                   (MetaFeature*)&_CIM_ProductPhysicalComponent_GroupComponent,
 19668                   (MetaFeature*)&_CIM_ProductPhysicalComponent_PartComponent,
 19669                   0,
 19670               };
 19671               
 19672               static const char*
 19673               __root_cimv2_CIM_ProductPhysicalComponent_qualifiers[] =
 19674               {
 19675                   /* ASSOCIATION */
 19676                   "\000\001",
 19677 mike  1.1.2.1     /* UMLPackagePath */
 19678                   "\057CIM::Core::ProductFRU",
 19679                   /* Aggregation */
 19680                   "\004\001",
 19681                   /* Composition */
 19682                   "\011\001",
 19683                   /* Version */
 19684                   "\0632.7.0",
 19685                   0,
 19686               };
 19687               
 19688               MetaClass
 19689               __root_cimv2_CIM_ProductPhysicalComponent =
 19690               {
 19691                   /* flags */
 19692                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 19693                   /* name */
 19694                   "CIM_ProductPhysicalComponent",
 19695                   /* qualifiers */
 19696                   __root_cimv2_CIM_ProductPhysicalComponent_qualifiers,
 19697                   /* super */
 19698 mike  1.1.2.1     &__root_cimv2_CIM_Component,
 19699                   /* features */
 19700                   _CIM_ProductPhysicalComponent_features,
 19701               };
 19702               
 19703               //==============================================================================
 19704               //
 19705               // Class: CIM_ProductPhysicalElements
 19706               //
 19707               //==============================================================================
 19708               
 19709               static const char*
 19710               _CIM_ProductPhysicalElements_Product_qualifiers[] =
 19711               {
 19712                   /* Deprecated */
 19713                   "\013\000\001CIM_ProductPhysicalComponent.GroupComponent\000",
 19714                   /* Key */
 19715                   "\025\001",
 19716                   /* Aggregate */
 19717                   "\003\001",
 19718                   /* Max */
 19719 mike  1.1.2.1     "\027\000\000\000\001",
 19720                   0,
 19721               };
 19722               
 19723               static MetaReference
 19724               _CIM_ProductPhysicalElements_Product =
 19725               {
 19726                   /* flags */
 19727                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 19728                   /* name */
 19729                   "Product",
 19730                   /* qualifiers */
 19731                   _CIM_ProductPhysicalElements_Product_qualifiers,
 19732                   /* subscript */
 19733                   -1,
 19734                   /* refId */
 19735                   &__root_cimv2_CIM_Product,
 19736               };
 19737               
 19738               static const char*
 19739               _CIM_ProductPhysicalElements_Component_qualifiers[] =
 19740 mike  1.1.2.1 {
 19741                   /* Deprecated */
 19742                   "\013\000\001CIM_ProductPhysicalComponent.PartComponent\000",
 19743                   /* Key */
 19744                   "\025\001",
 19745                   0,
 19746               };
 19747               
 19748               static MetaReference
 19749               _CIM_ProductPhysicalElements_Component =
 19750               {
 19751                   /* flags */
 19752                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 19753                   /* name */
 19754                   "Component",
 19755                   /* qualifiers */
 19756                   _CIM_ProductPhysicalElements_Component_qualifiers,
 19757                   /* subscript */
 19758                   -1,
 19759                   /* refId */
 19760                   &__root_cimv2_CIM_PhysicalElement,
 19761 mike  1.1.2.1 };
 19762               
 19763               static MetaFeature*
 19764               _CIM_ProductPhysicalElements_features[] =
 19765               {
 19766                   (MetaFeature*)&_CIM_ProductPhysicalElements_Product,
 19767                   (MetaFeature*)&_CIM_ProductPhysicalElements_Component,
 19768                   0,
 19769               };
 19770               
 19771               static const char*
 19772               __root_cimv2_CIM_ProductPhysicalElements_qualifiers[] =
 19773               {
 19774                   /* ASSOCIATION */
 19775                   "\000\001",
 19776                   /* Deprecated */
 19777                   "\013\000\001CIM_ProductPhysicalComponent\000",
 19778                   /* UMLPackagePath */
 19779                   "\057CIM::Core::ProductFRU",
 19780                   /* Aggregation */
 19781                   "\004\001",
 19782 mike  1.1.2.1     /* Composition */
 19783                   "\011\001",
 19784                   /* Version */
 19785                   "\0632.7.0",
 19786                   0,
 19787               };
 19788               
 19789               MetaClass
 19790               __root_cimv2_CIM_ProductPhysicalElements =
 19791               {
 19792                   /* flags */
 19793                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 19794                   /* name */
 19795                   "CIM_ProductPhysicalElements",
 19796                   /* qualifiers */
 19797                   __root_cimv2_CIM_ProductPhysicalElements_qualifiers,
 19798                   /* super */
 19799                   0,
 19800                   /* features */
 19801                   _CIM_ProductPhysicalElements_features,
 19802               };
 19803 mike  1.1.2.1 
 19804               //==============================================================================
 19805               //
 19806               // Class: CIM_ProductProductDependency
 19807               //
 19808               //==============================================================================
 19809               
 19810               static const char*
 19811               _CIM_ProductProductDependency_RequiredProduct_qualifiers[] =
 19812               {
 19813                   /* Key */
 19814                   "\025\001",
 19815                   0,
 19816               };
 19817               
 19818               static MetaReference
 19819               _CIM_ProductProductDependency_RequiredProduct =
 19820               {
 19821                   /* flags */
 19822                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 19823                   /* name */
 19824 mike  1.1.2.1     "RequiredProduct",
 19825                   /* qualifiers */
 19826                   _CIM_ProductProductDependency_RequiredProduct_qualifiers,
 19827                   /* subscript */
 19828                   -1,
 19829                   /* refId */
 19830                   &__root_cimv2_CIM_Product,
 19831               };
 19832               
 19833               static const char*
 19834               _CIM_ProductProductDependency_DependentProduct_qualifiers[] =
 19835               {
 19836                   /* Key */
 19837                   "\025\001",
 19838                   0,
 19839               };
 19840               
 19841               static MetaReference
 19842               _CIM_ProductProductDependency_DependentProduct =
 19843               {
 19844                   /* flags */
 19845 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 19846                   /* name */
 19847                   "DependentProduct",
 19848                   /* qualifiers */
 19849                   _CIM_ProductProductDependency_DependentProduct_qualifiers,
 19850                   /* subscript */
 19851                   -1,
 19852                   /* refId */
 19853                   &__root_cimv2_CIM_Product,
 19854               };
 19855               
 19856               static const char*
 19857               _CIM_ProductProductDependency_TypeOfDependency_qualifiers[] =
 19858               {
 19859                   /* ValueMap */
 19860                   "\061\000\0040\0001\0002\0003\000",
 19861                   /* Values */
 19862                   "\062\000\004Unknown\000Other\000Product Must Be Installed\000Product Must Not Be Installed\000",
 19863                   0,
 19864               };
 19865               
 19866 mike  1.1.2.1 static MetaProperty
 19867               _CIM_ProductProductDependency_TypeOfDependency =
 19868               {
 19869                   /* flags */
 19870                   META_FLAG_PROPERTY|META_FLAG_READ,
 19871                   /* name */
 19872                   "TypeOfDependency",
 19873                   /* qualifiers */
 19874                   _CIM_ProductProductDependency_TypeOfDependency_qualifiers,
 19875                   /* type */
 19876                   CIMTYPE_UINT16,
 19877                   /* subscript */
 19878                   -1,
 19879                   /* value */
 19880                   0,
 19881               };
 19882               
 19883               static MetaFeature*
 19884               _CIM_ProductProductDependency_features[] =
 19885               {
 19886                   (MetaFeature*)&_CIM_ProductProductDependency_RequiredProduct,
 19887 mike  1.1.2.1     (MetaFeature*)&_CIM_ProductProductDependency_DependentProduct,
 19888                   (MetaFeature*)&_CIM_ProductProductDependency_TypeOfDependency,
 19889                   0,
 19890               };
 19891               
 19892               static const char*
 19893               __root_cimv2_CIM_ProductProductDependency_qualifiers[] =
 19894               {
 19895                   /* ASSOCIATION */
 19896                   "\000\001",
 19897                   /* UMLPackagePath */
 19898                   "\057CIM::Core::ProductFRU",
 19899                   /* Version */
 19900                   "\0632.6.0",
 19901                   0,
 19902               };
 19903               
 19904               MetaClass
 19905               __root_cimv2_CIM_ProductProductDependency =
 19906               {
 19907                   /* flags */
 19908 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 19909                   /* name */
 19910                   "CIM_ProductProductDependency",
 19911                   /* qualifiers */
 19912                   __root_cimv2_CIM_ProductProductDependency_qualifiers,
 19913                   /* super */
 19914                   0,
 19915                   /* features */
 19916                   _CIM_ProductProductDependency_features,
 19917               };
 19918               
 19919               //==============================================================================
 19920               //
 19921               // Class: CIM_Profile
 19922               //
 19923               //==============================================================================
 19924               
 19925               static const char*
 19926               _CIM_Profile_InstanceID_qualifiers[] =
 19927               {
 19928                   /* Key */
 19929 mike  1.1.2.1     "\025\001",
 19930                   0,
 19931               };
 19932               
 19933               static MetaProperty
 19934               _CIM_Profile_InstanceID =
 19935               {
 19936                   /* flags */
 19937                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 19938                   /* name */
 19939                   "InstanceID",
 19940                   /* qualifiers */
 19941                   _CIM_Profile_InstanceID_qualifiers,
 19942                   /* type */
 19943                   CIMTYPE_STRING,
 19944                   /* subscript */
 19945                   -1,
 19946                   /* value */
 19947                   0,
 19948               };
 19949               
 19950 mike  1.1.2.1 static MetaFeature*
 19951               _CIM_Profile_features[] =
 19952               {
 19953                   (MetaFeature*)&_CIM_Profile_InstanceID,
 19954                   0,
 19955               };
 19956               
 19957               static const char*
 19958               __root_cimv2_CIM_Profile_qualifiers[] =
 19959               {
 19960                   /* UMLPackagePath */
 19961                   "\057CIM::Core::Settings",
 19962                   /* Version */
 19963                   "\0632.7.0",
 19964                   0,
 19965               };
 19966               
 19967               MetaClass
 19968               __root_cimv2_CIM_Profile =
 19969               {
 19970                   /* flags */
 19971 mike  1.1.2.1     META_FLAG_CLASS,
 19972                   /* name */
 19973                   "CIM_Profile",
 19974                   /* qualifiers */
 19975                   __root_cimv2_CIM_Profile_qualifiers,
 19976                   /* super */
 19977                   &__root_cimv2_CIM_Collection,
 19978                   /* features */
 19979                   _CIM_Profile_features,
 19980               };
 19981               
 19982               //==============================================================================
 19983               //
 19984               // Class: CIM_ProtocolControllerMaskingCapabilities
 19985               //
 19986               //==============================================================================
 19987               
 19988               static const char*
 19989               _CIM_ProtocolControllerMaskingCapabilities_ValidHardwareIdTypes_qualifiers[] =
 19990               {
 19991                   /* ValueMap */
 19992 mike  1.1.2.1     "\061\000\0051\0002\0003\0004\0005\000",
 19993                   /* Values */
 19994                   "\062\000\005Other\000Port WWN\000Node WWN\000Host Name\000iSCSI Name\000",
 19995                   /* ArrayType */
 19996                   "\005Indexed",
 19997                   0,
 19998               };
 19999               
 20000               static MetaProperty
 20001               _CIM_ProtocolControllerMaskingCapabilities_ValidHardwareIdTypes =
 20002               {
 20003                   /* flags */
 20004                   META_FLAG_PROPERTY|META_FLAG_READ,
 20005                   /* name */
 20006                   "ValidHardwareIdTypes",
 20007                   /* qualifiers */
 20008                   _CIM_ProtocolControllerMaskingCapabilities_ValidHardwareIdTypes_qualifiers,
 20009                   /* type */
 20010                   CIMTYPE_UINT16,
 20011                   /* subscript */
 20012                   0,
 20013 mike  1.1.2.1     /* value */
 20014                   0,
 20015               };
 20016               
 20017               static const char*
 20018               _CIM_ProtocolControllerMaskingCapabilities_OtherValidHardwareIDTypes_qualifiers[] =
 20019               {
 20020                   /* ArrayType */
 20021                   "\005Indexed",
 20022                   0,
 20023               };
 20024               
 20025               static MetaProperty
 20026               _CIM_ProtocolControllerMaskingCapabilities_OtherValidHardwareIDTypes =
 20027               {
 20028                   /* flags */
 20029                   META_FLAG_PROPERTY|META_FLAG_READ,
 20030                   /* name */
 20031                   "OtherValidHardwareIDTypes",
 20032                   /* qualifiers */
 20033                   _CIM_ProtocolControllerMaskingCapabilities_OtherValidHardwareIDTypes_qualifiers,
 20034 mike  1.1.2.1     /* type */
 20035                   CIMTYPE_STRING,
 20036                   /* subscript */
 20037                   0,
 20038                   /* value */
 20039                   0,
 20040               };
 20041               
 20042               static const char*
 20043               _CIM_ProtocolControllerMaskingCapabilities_PortsPerView_qualifiers[] =
 20044               {
 20045                   /* ValueMap */
 20046                   "\061\000\0032\0003\0004\000",
 20047                   /* Values */
 20048                   "\062\000\003One Port per View\000Multiple Ports per View\000All Ports share the same View\000",
 20049                   0,
 20050               };
 20051               
 20052               static MetaProperty
 20053               _CIM_ProtocolControllerMaskingCapabilities_PortsPerView =
 20054               {
 20055 mike  1.1.2.1     /* flags */
 20056                   META_FLAG_PROPERTY|META_FLAG_READ,
 20057                   /* name */
 20058                   "PortsPerView",
 20059                   /* qualifiers */
 20060                   _CIM_ProtocolControllerMaskingCapabilities_PortsPerView_qualifiers,
 20061                   /* type */
 20062                   CIMTYPE_UINT16,
 20063                   /* subscript */
 20064                   -1,
 20065                   /* value */
 20066                   "\000\002",
 20067               };
 20068               
 20069               static const char*
 20070               _CIM_ProtocolControllerMaskingCapabilities_ClientSelectableDeviceNumbers_qualifiers[] =
 20071               {
 20072                   0,
 20073               };
 20074               
 20075               static MetaProperty
 20076 mike  1.1.2.1 _CIM_ProtocolControllerMaskingCapabilities_ClientSelectableDeviceNumbers =
 20077               {
 20078                   /* flags */
 20079                   META_FLAG_PROPERTY|META_FLAG_READ,
 20080                   /* name */
 20081                   "ClientSelectableDeviceNumbers",
 20082                   /* qualifiers */
 20083                   _CIM_ProtocolControllerMaskingCapabilities_ClientSelectableDeviceNumbers_qualifiers,
 20084                   /* type */
 20085                   CIMTYPE_BOOLEAN,
 20086                   /* subscript */
 20087                   -1,
 20088                   /* value */
 20089                   "\001",
 20090               };
 20091               
 20092               static const char*
 20093               _CIM_ProtocolControllerMaskingCapabilities_AttachDeviceSupported_qualifiers[] =
 20094               {
 20095                   0,
 20096               };
 20097 mike  1.1.2.1 
 20098               static MetaProperty
 20099               _CIM_ProtocolControllerMaskingCapabilities_AttachDeviceSupported =
 20100               {
 20101                   /* flags */
 20102                   META_FLAG_PROPERTY|META_FLAG_READ,
 20103                   /* name */
 20104                   "AttachDeviceSupported",
 20105                   /* qualifiers */
 20106                   _CIM_ProtocolControllerMaskingCapabilities_AttachDeviceSupported_qualifiers,
 20107                   /* type */
 20108                   CIMTYPE_BOOLEAN,
 20109                   /* subscript */
 20110                   -1,
 20111                   /* value */
 20112                   0,
 20113               };
 20114               
 20115               static const char*
 20116               _CIM_ProtocolControllerMaskingCapabilities_OneHardwareIDPerView_qualifiers[] =
 20117               {
 20118 mike  1.1.2.1     0,
 20119               };
 20120               
 20121               static MetaProperty
 20122               _CIM_ProtocolControllerMaskingCapabilities_OneHardwareIDPerView =
 20123               {
 20124                   /* flags */
 20125                   META_FLAG_PROPERTY|META_FLAG_READ,
 20126                   /* name */
 20127                   "OneHardwareIDPerView",
 20128                   /* qualifiers */
 20129                   _CIM_ProtocolControllerMaskingCapabilities_OneHardwareIDPerView_qualifiers,
 20130                   /* type */
 20131                   CIMTYPE_BOOLEAN,
 20132                   /* subscript */
 20133                   -1,
 20134                   /* value */
 20135                   "\000",
 20136               };
 20137               
 20138               static const char*
 20139 mike  1.1.2.1 _CIM_ProtocolControllerMaskingCapabilities_UniqueUnitNumbersPerPort_qualifiers[] =
 20140               {
 20141                   0,
 20142               };
 20143               
 20144               static MetaProperty
 20145               _CIM_ProtocolControllerMaskingCapabilities_UniqueUnitNumbersPerPort =
 20146               {
 20147                   /* flags */
 20148                   META_FLAG_PROPERTY|META_FLAG_READ,
 20149                   /* name */
 20150                   "UniqueUnitNumbersPerPort",
 20151                   /* qualifiers */
 20152                   _CIM_ProtocolControllerMaskingCapabilities_UniqueUnitNumbersPerPort_qualifiers,
 20153                   /* type */
 20154                   CIMTYPE_BOOLEAN,
 20155                   /* subscript */
 20156                   -1,
 20157                   /* value */
 20158                   "\000",
 20159               };
 20160 mike  1.1.2.1 
 20161               static const char*
 20162               _CIM_ProtocolControllerMaskingCapabilities_PrivilegeDeniedSupported_qualifiers[] =
 20163               {
 20164                   0,
 20165               };
 20166               
 20167               static MetaProperty
 20168               _CIM_ProtocolControllerMaskingCapabilities_PrivilegeDeniedSupported =
 20169               {
 20170                   /* flags */
 20171                   META_FLAG_PROPERTY|META_FLAG_READ,
 20172                   /* name */
 20173                   "PrivilegeDeniedSupported",
 20174                   /* qualifiers */
 20175                   _CIM_ProtocolControllerMaskingCapabilities_PrivilegeDeniedSupported_qualifiers,
 20176                   /* type */
 20177                   CIMTYPE_BOOLEAN,
 20178                   /* subscript */
 20179                   -1,
 20180                   /* value */
 20181 mike  1.1.2.1     "\000",
 20182               };
 20183               
 20184               static const char*
 20185               _CIM_ProtocolControllerMaskingCapabilities_ProtocolControllerRequiresAuthorizedIdentity_qualifiers[] =
 20186               {
 20187                   0,
 20188               };
 20189               
 20190               static MetaProperty
 20191               _CIM_ProtocolControllerMaskingCapabilities_ProtocolControllerRequiresAuthorizedIdentity =
 20192               {
 20193                   /* flags */
 20194                   META_FLAG_PROPERTY|META_FLAG_READ,
 20195                   /* name */
 20196                   "ProtocolControllerRequiresAuthorizedIdentity",
 20197                   /* qualifiers */
 20198                   _CIM_ProtocolControllerMaskingCapabilities_ProtocolControllerRequiresAuthorizedIdentity_qualifiers,
 20199                   /* type */
 20200                   CIMTYPE_BOOLEAN,
 20201                   /* subscript */
 20202 mike  1.1.2.1     -1,
 20203                   /* value */
 20204                   "\000",
 20205               };
 20206               
 20207               static const char*
 20208               _CIM_ProtocolControllerMaskingCapabilities_ProtocolControllerSupportsCollections_qualifiers[] =
 20209               {
 20210                   0,
 20211               };
 20212               
 20213               static MetaProperty
 20214               _CIM_ProtocolControllerMaskingCapabilities_ProtocolControllerSupportsCollections =
 20215               {
 20216                   /* flags */
 20217                   META_FLAG_PROPERTY|META_FLAG_READ,
 20218                   /* name */
 20219                   "ProtocolControllerSupportsCollections",
 20220                   /* qualifiers */
 20221                   _CIM_ProtocolControllerMaskingCapabilities_ProtocolControllerSupportsCollections_qualifiers,
 20222                   /* type */
 20223 mike  1.1.2.1     CIMTYPE_BOOLEAN,
 20224                   /* subscript */
 20225                   -1,
 20226                   /* value */
 20227                   "\000",
 20228               };
 20229               
 20230               static const char*
 20231               _CIM_ProtocolControllerMaskingCapabilities_ExposePathsSupported_qualifiers[] =
 20232               {
 20233                   0,
 20234               };
 20235               
 20236               static MetaProperty
 20237               _CIM_ProtocolControllerMaskingCapabilities_ExposePathsSupported =
 20238               {
 20239                   /* flags */
 20240                   META_FLAG_PROPERTY|META_FLAG_READ,
 20241                   /* name */
 20242                   "ExposePathsSupported",
 20243                   /* qualifiers */
 20244 mike  1.1.2.1     _CIM_ProtocolControllerMaskingCapabilities_ExposePathsSupported_qualifiers,
 20245                   /* type */
 20246                   CIMTYPE_BOOLEAN,
 20247                   /* subscript */
 20248                   -1,
 20249                   /* value */
 20250                   0,
 20251               };
 20252               
 20253               static const char*
 20254               _CIM_ProtocolControllerMaskingCapabilities_CreateProtocolControllerSupported_qualifiers[] =
 20255               {
 20256                   0,
 20257               };
 20258               
 20259               static MetaProperty
 20260               _CIM_ProtocolControllerMaskingCapabilities_CreateProtocolControllerSupported =
 20261               {
 20262                   /* flags */
 20263                   META_FLAG_PROPERTY|META_FLAG_READ,
 20264                   /* name */
 20265 mike  1.1.2.1     "CreateProtocolControllerSupported",
 20266                   /* qualifiers */
 20267                   _CIM_ProtocolControllerMaskingCapabilities_CreateProtocolControllerSupported_qualifiers,
 20268                   /* type */
 20269                   CIMTYPE_BOOLEAN,
 20270                   /* subscript */
 20271                   -1,
 20272                   /* value */
 20273                   0,
 20274               };
 20275               
 20276               static const char*
 20277               _CIM_ProtocolControllerMaskingCapabilities_MaximumMapCount_qualifiers[] =
 20278               {
 20279                   0,
 20280               };
 20281               
 20282               static MetaProperty
 20283               _CIM_ProtocolControllerMaskingCapabilities_MaximumMapCount =
 20284               {
 20285                   /* flags */
 20286 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 20287                   /* name */
 20288                   "MaximumMapCount",
 20289                   /* qualifiers */
 20290                   _CIM_ProtocolControllerMaskingCapabilities_MaximumMapCount_qualifiers,
 20291                   /* type */
 20292                   CIMTYPE_UINT16,
 20293                   /* subscript */
 20294                   -1,
 20295                   /* value */
 20296                   "\000\000",
 20297               };
 20298               
 20299               static const char*
 20300               _CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoLUs_qualifiers[] =
 20301               {
 20302                   0,
 20303               };
 20304               
 20305               static MetaProperty
 20306               _CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoLUs =
 20307 mike  1.1.2.1 {
 20308                   /* flags */
 20309                   META_FLAG_PROPERTY|META_FLAG_READ,
 20310                   /* name */
 20311                   "SPCAllowsNoLUs",
 20312                   /* qualifiers */
 20313                   _CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoLUs_qualifiers,
 20314                   /* type */
 20315                   CIMTYPE_BOOLEAN,
 20316                   /* subscript */
 20317                   -1,
 20318                   /* value */
 20319                   "\000",
 20320               };
 20321               
 20322               static const char*
 20323               _CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoTargets_qualifiers[] =
 20324               {
 20325                   0,
 20326               };
 20327               
 20328 mike  1.1.2.1 static MetaProperty
 20329               _CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoTargets =
 20330               {
 20331                   /* flags */
 20332                   META_FLAG_PROPERTY|META_FLAG_READ,
 20333                   /* name */
 20334                   "SPCAllowsNoTargets",
 20335                   /* qualifiers */
 20336                   _CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoTargets_qualifiers,
 20337                   /* type */
 20338                   CIMTYPE_BOOLEAN,
 20339                   /* subscript */
 20340                   -1,
 20341                   /* value */
 20342                   "\000",
 20343               };
 20344               
 20345               static const char*
 20346               _CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoInitiators_qualifiers[] =
 20347               {
 20348                   0,
 20349 mike  1.1.2.1 };
 20350               
 20351               static MetaProperty
 20352               _CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoInitiators =
 20353               {
 20354                   /* flags */
 20355                   META_FLAG_PROPERTY|META_FLAG_READ,
 20356                   /* name */
 20357                   "SPCAllowsNoInitiators",
 20358                   /* qualifiers */
 20359                   _CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoInitiators_qualifiers,
 20360                   /* type */
 20361                   CIMTYPE_BOOLEAN,
 20362                   /* subscript */
 20363                   -1,
 20364                   /* value */
 20365                   "\000",
 20366               };
 20367               
 20368               static const char*
 20369               _CIM_ProtocolControllerMaskingCapabilities_SPCSupportsDefaultViews_qualifiers[] =
 20370 mike  1.1.2.1 {
 20371                   /* ModelCorrespondence */
 20372                   "\036\000\001CIM_ProtocolControllerMaskingCapabilities.PortsPerView\000",
 20373                   0,
 20374               };
 20375               
 20376               static MetaProperty
 20377               _CIM_ProtocolControllerMaskingCapabilities_SPCSupportsDefaultViews =
 20378               {
 20379                   /* flags */
 20380                   META_FLAG_PROPERTY|META_FLAG_READ,
 20381                   /* name */
 20382                   "SPCSupportsDefaultViews",
 20383                   /* qualifiers */
 20384                   _CIM_ProtocolControllerMaskingCapabilities_SPCSupportsDefaultViews_qualifiers,
 20385                   /* type */
 20386                   CIMTYPE_BOOLEAN,
 20387                   /* subscript */
 20388                   -1,
 20389                   /* value */
 20390                   "\001",
 20391 mike  1.1.2.1 };
 20392               
 20393               static MetaFeature*
 20394               _CIM_ProtocolControllerMaskingCapabilities_features[] =
 20395               {
 20396                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_ValidHardwareIdTypes,
 20397                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_OtherValidHardwareIDTypes,
 20398                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_PortsPerView,
 20399                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_ClientSelectableDeviceNumbers,
 20400                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_AttachDeviceSupported,
 20401                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_OneHardwareIDPerView,
 20402                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_UniqueUnitNumbersPerPort,
 20403                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_PrivilegeDeniedSupported,
 20404                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_ProtocolControllerRequiresAuthorizedIdentity,
 20405                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_ProtocolControllerSupportsCollections,
 20406                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_ExposePathsSupported,
 20407                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_CreateProtocolControllerSupported,
 20408                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_MaximumMapCount,
 20409                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoLUs,
 20410                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoTargets,
 20411                   (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_SPCAllowsNoInitiators,
 20412 mike  1.1.2.1     (MetaFeature*)&_CIM_ProtocolControllerMaskingCapabilities_SPCSupportsDefaultViews,
 20413                   0,
 20414               };
 20415               
 20416               static const char*
 20417               __root_cimv2_CIM_ProtocolControllerMaskingCapabilities_qualifiers[] =
 20418               {
 20419                   /* UMLPackagePath */
 20420                   "\057CIM::Device::ProtocolController",
 20421                   /* Version */
 20422                   "\0632.10.0",
 20423                   0,
 20424               };
 20425               
 20426               MetaClass
 20427               __root_cimv2_CIM_ProtocolControllerMaskingCapabilities =
 20428               {
 20429                   /* flags */
 20430                   META_FLAG_CLASS,
 20431                   /* name */
 20432                   "CIM_ProtocolControllerMaskingCapabilities",
 20433 mike  1.1.2.1     /* qualifiers */
 20434                   __root_cimv2_CIM_ProtocolControllerMaskingCapabilities_qualifiers,
 20435                   /* super */
 20436                   &__root_cimv2_CIM_Capabilities,
 20437                   /* features */
 20438                   _CIM_ProtocolControllerMaskingCapabilities_features,
 20439               };
 20440               
 20441               //==============================================================================
 20442               //
 20443               // Class: CIM_PublicKeyCertificate
 20444               //
 20445               //==============================================================================
 20446               
 20447               static const char*
 20448               _CIM_PublicKeyCertificate_SystemCreationClassName_qualifiers[] =
 20449               {
 20450                   /* Key */
 20451                   "\025\001",
 20452                   /* Propagated */
 20453                   "\045CIM_CertificateAuthority.SystemCreationClassName",
 20454 mike  1.1.2.1     /* MaxLen */
 20455                   "\030\000\000\001\000",
 20456                   0,
 20457               };
 20458               
 20459               static MetaProperty
 20460               _CIM_PublicKeyCertificate_SystemCreationClassName =
 20461               {
 20462                   /* flags */
 20463                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 20464                   /* name */
 20465                   "SystemCreationClassName",
 20466                   /* qualifiers */
 20467                   _CIM_PublicKeyCertificate_SystemCreationClassName_qualifiers,
 20468                   /* type */
 20469                   CIMTYPE_STRING,
 20470                   /* subscript */
 20471                   -1,
 20472                   /* value */
 20473                   0,
 20474               };
 20475 mike  1.1.2.1 
 20476               static const char*
 20477               _CIM_PublicKeyCertificate_SystemName_qualifiers[] =
 20478               {
 20479                   /* Key */
 20480                   "\025\001",
 20481                   /* Propagated */
 20482                   "\045CIM_CertificateAuthority.SystemName",
 20483                   /* MaxLen */
 20484                   "\030\000\000\001\000",
 20485                   0,
 20486               };
 20487               
 20488               static MetaProperty
 20489               _CIM_PublicKeyCertificate_SystemName =
 20490               {
 20491                   /* flags */
 20492                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 20493                   /* name */
 20494                   "SystemName",
 20495                   /* qualifiers */
 20496 mike  1.1.2.1     _CIM_PublicKeyCertificate_SystemName_qualifiers,
 20497                   /* type */
 20498                   CIMTYPE_STRING,
 20499                   /* subscript */
 20500                   -1,
 20501                   /* value */
 20502                   0,
 20503               };
 20504               
 20505               static const char*
 20506               _CIM_PublicKeyCertificate_ServiceCreationClassName_qualifiers[] =
 20507               {
 20508                   /* Key */
 20509                   "\025\001",
 20510                   /* Propagated */
 20511                   "\045CIM_CertificateAuthority.CreationClassName",
 20512                   /* MaxLen */
 20513                   "\030\000\000\001\000",
 20514                   0,
 20515               };
 20516               
 20517 mike  1.1.2.1 static MetaProperty
 20518               _CIM_PublicKeyCertificate_ServiceCreationClassName =
 20519               {
 20520                   /* flags */
 20521                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 20522                   /* name */
 20523                   "ServiceCreationClassName",
 20524                   /* qualifiers */
 20525                   _CIM_PublicKeyCertificate_ServiceCreationClassName_qualifiers,
 20526                   /* type */
 20527                   CIMTYPE_STRING,
 20528                   /* subscript */
 20529                   -1,
 20530                   /* value */
 20531                   0,
 20532               };
 20533               
 20534               static const char*
 20535               _CIM_PublicKeyCertificate_ServiceName_qualifiers[] =
 20536               {
 20537                   /* Key */
 20538 mike  1.1.2.1     "\025\001",
 20539                   /* Propagated */
 20540                   "\045CIM_CertificateAuthority.Name",
 20541                   /* MaxLen */
 20542                   "\030\000\000\001\000",
 20543                   0,
 20544               };
 20545               
 20546               static MetaProperty
 20547               _CIM_PublicKeyCertificate_ServiceName =
 20548               {
 20549                   /* flags */
 20550                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 20551                   /* name */
 20552                   "ServiceName",
 20553                   /* qualifiers */
 20554                   _CIM_PublicKeyCertificate_ServiceName_qualifiers,
 20555                   /* type */
 20556                   CIMTYPE_STRING,
 20557                   /* subscript */
 20558                   -1,
 20559 mike  1.1.2.1     /* value */
 20560                   0,
 20561               };
 20562               
 20563               static const char*
 20564               _CIM_PublicKeyCertificate_Subject_qualifiers[] =
 20565               {
 20566                   /* Key */
 20567                   "\025\001",
 20568                   /* MaxLen */
 20569                   "\030\000\000\001\000",
 20570                   0,
 20571               };
 20572               
 20573               static MetaProperty
 20574               _CIM_PublicKeyCertificate_Subject =
 20575               {
 20576                   /* flags */
 20577                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 20578                   /* name */
 20579                   "Subject",
 20580 mike  1.1.2.1     /* qualifiers */
 20581                   _CIM_PublicKeyCertificate_Subject_qualifiers,
 20582                   /* type */
 20583                   CIMTYPE_STRING,
 20584                   /* subscript */
 20585                   -1,
 20586                   /* value */
 20587                   0,
 20588               };
 20589               
 20590               static const char*
 20591               _CIM_PublicKeyCertificate_AltSubject_qualifiers[] =
 20592               {
 20593                   /* MaxLen */
 20594                   "\030\000\000\001\000",
 20595                   0,
 20596               };
 20597               
 20598               static MetaProperty
 20599               _CIM_PublicKeyCertificate_AltSubject =
 20600               {
 20601 mike  1.1.2.1     /* flags */
 20602                   META_FLAG_PROPERTY|META_FLAG_READ,
 20603                   /* name */
 20604                   "AltSubject",
 20605                   /* qualifiers */
 20606                   _CIM_PublicKeyCertificate_AltSubject_qualifiers,
 20607                   /* type */
 20608                   CIMTYPE_STRING,
 20609                   /* subscript */
 20610                   -1,
 20611                   /* value */
 20612                   0,
 20613               };
 20614               
 20615               static const char*
 20616               _CIM_PublicKeyCertificate_PublicKey_qualifiers[] =
 20617               {
 20618                   /* OctetString */
 20619                   "\042\001",
 20620                   0,
 20621               };
 20622 mike  1.1.2.1 
 20623               static MetaProperty
 20624               _CIM_PublicKeyCertificate_PublicKey =
 20625               {
 20626                   /* flags */
 20627                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 20628                   /* name */
 20629                   "PublicKey",
 20630                   /* qualifiers */
 20631                   _CIM_PublicKeyCertificate_PublicKey_qualifiers,
 20632                   /* type */
 20633                   CIMTYPE_UINT8,
 20634                   /* subscript */
 20635                   0,
 20636                   /* value */
 20637                   0,
 20638               };
 20639               
 20640               static MetaFeature*
 20641               _CIM_PublicKeyCertificate_features[] =
 20642               {
 20643 mike  1.1.2.1     (MetaFeature*)&_CIM_PublicKeyCertificate_SystemCreationClassName,
 20644                   (MetaFeature*)&_CIM_PublicKeyCertificate_SystemName,
 20645                   (MetaFeature*)&_CIM_PublicKeyCertificate_ServiceCreationClassName,
 20646                   (MetaFeature*)&_CIM_PublicKeyCertificate_ServiceName,
 20647                   (MetaFeature*)&_CIM_PublicKeyCertificate_Subject,
 20648                   (MetaFeature*)&_CIM_PublicKeyCertificate_AltSubject,
 20649                   (MetaFeature*)&_CIM_PublicKeyCertificate_PublicKey,
 20650                   0,
 20651               };
 20652               
 20653               static const char*
 20654               __root_cimv2_CIM_PublicKeyCertificate_qualifiers[] =
 20655               {
 20656                   /* UMLPackagePath */
 20657                   "\057CIM::User::PublicKey",
 20658                   /* Version */
 20659                   "\0632.8.0",
 20660                   0,
 20661               };
 20662               
 20663               MetaClass
 20664 mike  1.1.2.1 __root_cimv2_CIM_PublicKeyCertificate =
 20665               {
 20666                   /* flags */
 20667                   META_FLAG_CLASS,
 20668                   /* name */
 20669                   "CIM_PublicKeyCertificate",
 20670                   /* qualifiers */
 20671                   __root_cimv2_CIM_PublicKeyCertificate_qualifiers,
 20672                   /* super */
 20673                   &__root_cimv2_CIM_Credential,
 20674                   /* features */
 20675                   _CIM_PublicKeyCertificate_features,
 20676               };
 20677               
 20678               //==============================================================================
 20679               //
 20680               // Class: CIM_RecordForLog
 20681               //
 20682               //==============================================================================
 20683               
 20684               static const char*
 20685 mike  1.1.2.1 _CIM_RecordForLog_RecordFormat_qualifiers[] =
 20686               {
 20687                   /* ModelCorrespondence */
 20688                   "\036\000\001CIM_RecordForLog.RecordData\000",
 20689                   0,
 20690               };
 20691               
 20692               static MetaProperty
 20693               _CIM_RecordForLog_RecordFormat =
 20694               {
 20695                   /* flags */
 20696                   META_FLAG_PROPERTY|META_FLAG_READ,
 20697                   /* name */
 20698                   "RecordFormat",
 20699                   /* qualifiers */
 20700                   _CIM_RecordForLog_RecordFormat_qualifiers,
 20701                   /* type */
 20702                   CIMTYPE_STRING,
 20703                   /* subscript */
 20704                   -1,
 20705                   /* value */
 20706 mike  1.1.2.1     0,
 20707               };
 20708               
 20709               static const char*
 20710               _CIM_RecordForLog_RecordData_qualifiers[] =
 20711               {
 20712                   /* ModelCorrespondence */
 20713                   "\036\000\001CIM_RecordForLog.RecordFormat\000",
 20714                   0,
 20715               };
 20716               
 20717               static MetaProperty
 20718               _CIM_RecordForLog_RecordData =
 20719               {
 20720                   /* flags */
 20721                   META_FLAG_PROPERTY|META_FLAG_READ,
 20722                   /* name */
 20723                   "RecordData",
 20724                   /* qualifiers */
 20725                   _CIM_RecordForLog_RecordData_qualifiers,
 20726                   /* type */
 20727 mike  1.1.2.1     CIMTYPE_STRING,
 20728                   /* subscript */
 20729                   -1,
 20730                   /* value */
 20731                   0,
 20732               };
 20733               
 20734               static const char*
 20735               _CIM_RecordForLog_Locale_qualifiers[] =
 20736               {
 20737                   0,
 20738               };
 20739               
 20740               static MetaProperty
 20741               _CIM_RecordForLog_Locale =
 20742               {
 20743                   /* flags */
 20744                   META_FLAG_PROPERTY|META_FLAG_READ,
 20745                   /* name */
 20746                   "Locale",
 20747                   /* qualifiers */
 20748 mike  1.1.2.1     _CIM_RecordForLog_Locale_qualifiers,
 20749                   /* type */
 20750                   CIMTYPE_STRING,
 20751                   /* subscript */
 20752                   -1,
 20753                   /* value */
 20754                   0,
 20755               };
 20756               
 20757               static MetaFeature*
 20758               _CIM_RecordForLog_features[] =
 20759               {
 20760                   (MetaFeature*)&_CIM_RecordForLog_RecordFormat,
 20761                   (MetaFeature*)&_CIM_RecordForLog_RecordData,
 20762                   (MetaFeature*)&_CIM_RecordForLog_Locale,
 20763                   0,
 20764               };
 20765               
 20766               static const char*
 20767               __root_cimv2_CIM_RecordForLog_qualifiers[] =
 20768               {
 20769 mike  1.1.2.1     /* UMLPackagePath */
 20770                   "\057CIM::System::Logs",
 20771                   /* Abstract */
 20772                   "\002\001",
 20773                   /* Version */
 20774                   "\0632.9.0",
 20775                   0,
 20776               };
 20777               
 20778               MetaClass
 20779               __root_cimv2_CIM_RecordForLog =
 20780               {
 20781                   /* flags */
 20782                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 20783                   /* name */
 20784                   "CIM_RecordForLog",
 20785                   /* qualifiers */
 20786                   __root_cimv2_CIM_RecordForLog_qualifiers,
 20787                   /* super */
 20788                   &__root_cimv2_CIM_ManagedElement,
 20789                   /* features */
 20790 mike  1.1.2.1     _CIM_RecordForLog_features,
 20791               };
 20792               
 20793               //==============================================================================
 20794               //
 20795               // Class: CIM_RegisteredProfile
 20796               //
 20797               //==============================================================================
 20798               
 20799               static const char*
 20800               _CIM_RegisteredProfile_InstanceID_qualifiers[] =
 20801               {
 20802                   /* Key */
 20803                   "\025\001",
 20804                   0,
 20805               };
 20806               
 20807               static MetaProperty
 20808               _CIM_RegisteredProfile_InstanceID =
 20809               {
 20810                   /* flags */
 20811 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 20812                   /* name */
 20813                   "InstanceID",
 20814                   /* qualifiers */
 20815                   _CIM_RegisteredProfile_InstanceID_qualifiers,
 20816                   /* type */
 20817                   CIMTYPE_STRING,
 20818                   /* subscript */
 20819                   -1,
 20820                   /* value */
 20821                   0,
 20822               };
 20823               
 20824               static const char*
 20825               _CIM_RegisteredProfile_RegisteredOrganization_qualifiers[] =
 20826               {
 20827                   /* Required */
 20828                   "\050\001",
 20829                   /* ValueMap */
 20830                   "\061\000\0231\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\000",
 20831                   /* Values */
 20832 mike  1.1.2.1     "\062\000\023Other\000DMTF\000CompTIA\000Consortium for Service Innovation\000FAST\000GGF\000INTAP\000itSMF\000NAC\000Northwest Energy Efficiency Alliance\000SNIA\000TM Forum\000The Open Group\000ANSI\000IEEE\000IETF\000INCITS\000ISO\000W3C\000",
 20833                   /* ModelCorrespondence */
 20834                   "\036\000\001CIM_RegisteredProfile.OtherRegisteredOrganization\000",
 20835                   0,
 20836               };
 20837               
 20838               static MetaProperty
 20839               _CIM_RegisteredProfile_RegisteredOrganization =
 20840               {
 20841                   /* flags */
 20842                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 20843                   /* name */
 20844                   "RegisteredOrganization",
 20845                   /* qualifiers */
 20846                   _CIM_RegisteredProfile_RegisteredOrganization_qualifiers,
 20847                   /* type */
 20848                   CIMTYPE_UINT16,
 20849                   /* subscript */
 20850                   -1,
 20851                   /* value */
 20852                   0,
 20853 mike  1.1.2.1 };
 20854               
 20855               static const char*
 20856               _CIM_RegisteredProfile_OtherRegisteredOrganization_qualifiers[] =
 20857               {
 20858                   /* MaxLen */
 20859                   "\030\000\000\001\000",
 20860                   /* ModelCorrespondence */
 20861                   "\036\000\001CIM_RegisteredProfile.RegisteredOrganization\000",
 20862                   0,
 20863               };
 20864               
 20865               static MetaProperty
 20866               _CIM_RegisteredProfile_OtherRegisteredOrganization =
 20867               {
 20868                   /* flags */
 20869                   META_FLAG_PROPERTY|META_FLAG_READ,
 20870                   /* name */
 20871                   "OtherRegisteredOrganization",
 20872                   /* qualifiers */
 20873                   _CIM_RegisteredProfile_OtherRegisteredOrganization_qualifiers,
 20874 mike  1.1.2.1     /* type */
 20875                   CIMTYPE_STRING,
 20876                   /* subscript */
 20877                   -1,
 20878                   /* value */
 20879                   0,
 20880               };
 20881               
 20882               static const char*
 20883               _CIM_RegisteredProfile_RegisteredName_qualifiers[] =
 20884               {
 20885                   /* Required */
 20886                   "\050\001",
 20887                   /* MaxLen */
 20888                   "\030\000\000\001\000",
 20889                   0,
 20890               };
 20891               
 20892               static MetaProperty
 20893               _CIM_RegisteredProfile_RegisteredName =
 20894               {
 20895 mike  1.1.2.1     /* flags */
 20896                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 20897                   /* name */
 20898                   "RegisteredName",
 20899                   /* qualifiers */
 20900                   _CIM_RegisteredProfile_RegisteredName_qualifiers,
 20901                   /* type */
 20902                   CIMTYPE_STRING,
 20903                   /* subscript */
 20904                   -1,
 20905                   /* value */
 20906                   0,
 20907               };
 20908               
 20909               static const char*
 20910               _CIM_RegisteredProfile_RegisteredVersion_qualifiers[] =
 20911               {
 20912                   /* Required */
 20913                   "\050\001",
 20914                   0,
 20915               };
 20916 mike  1.1.2.1 
 20917               static MetaProperty
 20918               _CIM_RegisteredProfile_RegisteredVersion =
 20919               {
 20920                   /* flags */
 20921                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 20922                   /* name */
 20923                   "RegisteredVersion",
 20924                   /* qualifiers */
 20925                   _CIM_RegisteredProfile_RegisteredVersion_qualifiers,
 20926                   /* type */
 20927                   CIMTYPE_STRING,
 20928                   /* subscript */
 20929                   -1,
 20930                   /* value */
 20931                   0,
 20932               };
 20933               
 20934               static const char*
 20935               _CIM_RegisteredProfile_AdvertiseTypes_qualifiers[] =
 20936               {
 20937 mike  1.1.2.1     /* Required */
 20938                   "\050\001",
 20939                   /* ValueMap */
 20940                   "\061\000\0031\0002\0003\000",
 20941                   /* Values */
 20942                   "\062\000\003Other\000Not Advertised\000SLP\000",
 20943                   /* ArrayType */
 20944                   "\005Indexed",
 20945                   /* ModelCorrespondence */
 20946                   "\036\000\001CIM_RegisteredProfile.AdvertiseTypeDescriptions\000",
 20947                   0,
 20948               };
 20949               
 20950               static MetaProperty
 20951               _CIM_RegisteredProfile_AdvertiseTypes =
 20952               {
 20953                   /* flags */
 20954                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 20955                   /* name */
 20956                   "AdvertiseTypes",
 20957                   /* qualifiers */
 20958 mike  1.1.2.1     _CIM_RegisteredProfile_AdvertiseTypes_qualifiers,
 20959                   /* type */
 20960                   CIMTYPE_UINT16,
 20961                   /* subscript */
 20962                   0,
 20963                   /* value */
 20964                   0,
 20965               };
 20966               
 20967               static const char*
 20968               _CIM_RegisteredProfile_AdvertiseTypeDescriptions_qualifiers[] =
 20969               {
 20970                   /* ArrayType */
 20971                   "\005Indexed",
 20972                   /* ModelCorrespondence */
 20973                   "\036\000\001CIM_RegisteredProfile.AdvertiseTypes\000",
 20974                   0,
 20975               };
 20976               
 20977               static MetaProperty
 20978               _CIM_RegisteredProfile_AdvertiseTypeDescriptions =
 20979 mike  1.1.2.1 {
 20980                   /* flags */
 20981                   META_FLAG_PROPERTY|META_FLAG_READ,
 20982                   /* name */
 20983                   "AdvertiseTypeDescriptions",
 20984                   /* qualifiers */
 20985                   _CIM_RegisteredProfile_AdvertiseTypeDescriptions_qualifiers,
 20986                   /* type */
 20987                   CIMTYPE_STRING,
 20988                   /* subscript */
 20989                   0,
 20990                   /* value */
 20991                   0,
 20992               };
 20993               
 20994               static MetaFeature*
 20995               _CIM_RegisteredProfile_features[] =
 20996               {
 20997                   (MetaFeature*)&_CIM_RegisteredProfile_InstanceID,
 20998                   (MetaFeature*)&_CIM_RegisteredProfile_RegisteredOrganization,
 20999                   (MetaFeature*)&_CIM_RegisteredProfile_OtherRegisteredOrganization,
 21000 mike  1.1.2.1     (MetaFeature*)&_CIM_RegisteredProfile_RegisteredName,
 21001                   (MetaFeature*)&_CIM_RegisteredProfile_RegisteredVersion,
 21002                   (MetaFeature*)&_CIM_RegisteredProfile_AdvertiseTypes,
 21003                   (MetaFeature*)&_CIM_RegisteredProfile_AdvertiseTypeDescriptions,
 21004                   0,
 21005               };
 21006               
 21007               static const char*
 21008               __root_cimv2_CIM_RegisteredProfile_qualifiers[] =
 21009               {
 21010                   /* UMLPackagePath */
 21011                   "\057CIM::Interop",
 21012                   /* Version */
 21013                   "\0632.8.0",
 21014                   0,
 21015               };
 21016               
 21017               MetaClass
 21018               __root_cimv2_CIM_RegisteredProfile =
 21019               {
 21020                   /* flags */
 21021 mike  1.1.2.1     META_FLAG_CLASS,
 21022                   /* name */
 21023                   "CIM_RegisteredProfile",
 21024                   /* qualifiers */
 21025                   __root_cimv2_CIM_RegisteredProfile_qualifiers,
 21026                   /* super */
 21027                   &__root_cimv2_CIM_ManagedElement,
 21028                   /* features */
 21029                   _CIM_RegisteredProfile_features,
 21030               };
 21031               
 21032               //==============================================================================
 21033               //
 21034               // Class: CIM_RegisteredSubProfile
 21035               //
 21036               //==============================================================================
 21037               
 21038               static MetaFeature*
 21039               _CIM_RegisteredSubProfile_features[] =
 21040               {
 21041                   0,
 21042 mike  1.1.2.1 };
 21043               
 21044               static const char*
 21045               __root_cimv2_CIM_RegisteredSubProfile_qualifiers[] =
 21046               {
 21047                   /* UMLPackagePath */
 21048                   "\057CIM::Interop",
 21049                   /* Version */
 21050                   "\0632.8.0",
 21051                   0,
 21052               };
 21053               
 21054               MetaClass
 21055               __root_cimv2_CIM_RegisteredSubProfile =
 21056               {
 21057                   /* flags */
 21058                   META_FLAG_CLASS,
 21059                   /* name */
 21060                   "CIM_RegisteredSubProfile",
 21061                   /* qualifiers */
 21062                   __root_cimv2_CIM_RegisteredSubProfile_qualifiers,
 21063 mike  1.1.2.1     /* super */
 21064                   &__root_cimv2_CIM_RegisteredProfile,
 21065                   /* features */
 21066                   _CIM_RegisteredSubProfile_features,
 21067               };
 21068               
 21069               //==============================================================================
 21070               //
 21071               // Class: CIM_RejectConnectionAction
 21072               //
 21073               //==============================================================================
 21074               
 21075               static MetaFeature*
 21076               _CIM_RejectConnectionAction_features[] =
 21077               {
 21078                   0,
 21079               };
 21080               
 21081               static const char*
 21082               __root_cimv2_CIM_RejectConnectionAction_qualifiers[] =
 21083               {
 21084 mike  1.1.2.1     /* UMLPackagePath */
 21085                   "\057CIM::Policy",
 21086                   /* Version */
 21087                   "\0632.8.0",
 21088                   /* MappingStrings */
 21089                   "\026\000\001IPSP Policy Model.IETF|IKERejectAction\000",
 21090                   0,
 21091               };
 21092               
 21093               MetaClass
 21094               __root_cimv2_CIM_RejectConnectionAction =
 21095               {
 21096                   /* flags */
 21097                   META_FLAG_CLASS,
 21098                   /* name */
 21099                   "CIM_RejectConnectionAction",
 21100                   /* qualifiers */
 21101                   __root_cimv2_CIM_RejectConnectionAction_qualifiers,
 21102                   /* super */
 21103                   &__root_cimv2_CIM_PolicyAction,
 21104                   /* features */
 21105 mike  1.1.2.1     _CIM_RejectConnectionAction_features,
 21106               };
 21107               
 21108               //==============================================================================
 21109               //
 21110               // Class: CIM_ReplaceableProductFRU
 21111               //
 21112               //==============================================================================
 21113               
 21114               static const char*
 21115               _CIM_ReplaceableProductFRU_Product_qualifiers[] =
 21116               {
 21117                   /* Key */
 21118                   "\025\001",
 21119                   /* Max */
 21120                   "\027\000\000\000\001",
 21121                   0,
 21122               };
 21123               
 21124               static MetaReference
 21125               _CIM_ReplaceableProductFRU_Product =
 21126 mike  1.1.2.1 {
 21127                   /* flags */
 21128                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 21129                   /* name */
 21130                   "Product",
 21131                   /* qualifiers */
 21132                   _CIM_ReplaceableProductFRU_Product_qualifiers,
 21133                   /* subscript */
 21134                   -1,
 21135                   /* refId */
 21136                   &__root_cimv2_CIM_Product,
 21137               };
 21138               
 21139               static const char*
 21140               _CIM_ReplaceableProductFRU_FRU_qualifiers[] =
 21141               {
 21142                   /* Key */
 21143                   "\025\001",
 21144                   0,
 21145               };
 21146               
 21147 mike  1.1.2.1 static MetaReference
 21148               _CIM_ReplaceableProductFRU_FRU =
 21149               {
 21150                   /* flags */
 21151                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 21152                   /* name */
 21153                   "FRU",
 21154                   /* qualifiers */
 21155                   _CIM_ReplaceableProductFRU_FRU_qualifiers,
 21156                   /* subscript */
 21157                   -1,
 21158                   /* refId */
 21159                   &__root_cimv2_CIM_FRU,
 21160               };
 21161               
 21162               static MetaFeature*
 21163               _CIM_ReplaceableProductFRU_features[] =
 21164               {
 21165                   (MetaFeature*)&_CIM_ReplaceableProductFRU_Product,
 21166                   (MetaFeature*)&_CIM_ReplaceableProductFRU_FRU,
 21167                   0,
 21168 mike  1.1.2.1 };
 21169               
 21170               static const char*
 21171               __root_cimv2_CIM_ReplaceableProductFRU_qualifiers[] =
 21172               {
 21173                   /* ASSOCIATION */
 21174                   "\000\001",
 21175                   /* UMLPackagePath */
 21176                   "\057CIM::Core::ProductFRU",
 21177                   /* Version */
 21178                   "\0632.6.0",
 21179                   0,
 21180               };
 21181               
 21182               MetaClass
 21183               __root_cimv2_CIM_ReplaceableProductFRU =
 21184               {
 21185                   /* flags */
 21186                   META_FLAG_ASSOCIATION,
 21187                   /* name */
 21188                   "CIM_ReplaceableProductFRU",
 21189 mike  1.1.2.1     /* qualifiers */
 21190                   __root_cimv2_CIM_ReplaceableProductFRU_qualifiers,
 21191                   /* super */
 21192                   0,
 21193                   /* features */
 21194                   _CIM_ReplaceableProductFRU_features,
 21195               };
 21196               
 21197               //==============================================================================
 21198               //
 21199               // Class: CIM_ReplacementSet
 21200               //
 21201               //==============================================================================
 21202               
 21203               static const char*
 21204               _CIM_ReplacementSet_Name_qualifiers[] =
 21205               {
 21206                   /* Key */
 21207                   "\025\001",
 21208                   /* MaxLen */
 21209                   "\030\000\000\001\000",
 21210 mike  1.1.2.1     0,
 21211               };
 21212               
 21213               static MetaProperty
 21214               _CIM_ReplacementSet_Name =
 21215               {
 21216                   /* flags */
 21217                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 21218                   /* name */
 21219                   "Name",
 21220                   /* qualifiers */
 21221                   _CIM_ReplacementSet_Name_qualifiers,
 21222                   /* type */
 21223                   CIMTYPE_STRING,
 21224                   /* subscript */
 21225                   -1,
 21226                   /* value */
 21227                   0,
 21228               };
 21229               
 21230               static MetaFeature*
 21231 mike  1.1.2.1 _CIM_ReplacementSet_features[] =
 21232               {
 21233                   (MetaFeature*)&_CIM_ReplacementSet_Name,
 21234                   0,
 21235               };
 21236               
 21237               static const char*
 21238               __root_cimv2_CIM_ReplacementSet_qualifiers[] =
 21239               {
 21240                   /* UMLPackagePath */
 21241                   "\057CIM::Physical::Misc",
 21242                   /* Version */
 21243                   "\0632.8.0",
 21244                   0,
 21245               };
 21246               
 21247               MetaClass
 21248               __root_cimv2_CIM_ReplacementSet =
 21249               {
 21250                   /* flags */
 21251                   META_FLAG_CLASS,
 21252 mike  1.1.2.1     /* name */
 21253                   "CIM_ReplacementSet",
 21254                   /* qualifiers */
 21255                   __root_cimv2_CIM_ReplacementSet_qualifiers,
 21256                   /* super */
 21257                   &__root_cimv2_CIM_Collection,
 21258                   /* features */
 21259                   _CIM_ReplacementSet_features,
 21260               };
 21261               
 21262               //==============================================================================
 21263               //
 21264               // Class: CIM_Role
 21265               //
 21266               //==============================================================================
 21267               
 21268               static const char*
 21269               _CIM_Role_CreationClassName_qualifiers[] =
 21270               {
 21271                   /* Key */
 21272                   "\025\001",
 21273 mike  1.1.2.1     /* MaxLen */
 21274                   "\030\000\000\001\000",
 21275                   0,
 21276               };
 21277               
 21278               static MetaProperty
 21279               _CIM_Role_CreationClassName =
 21280               {
 21281                   /* flags */
 21282                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 21283                   /* name */
 21284                   "CreationClassName",
 21285                   /* qualifiers */
 21286                   _CIM_Role_CreationClassName_qualifiers,
 21287                   /* type */
 21288                   CIMTYPE_STRING,
 21289                   /* subscript */
 21290                   -1,
 21291                   /* value */
 21292                   0,
 21293               };
 21294 mike  1.1.2.1 
 21295               static const char*
 21296               _CIM_Role_Name_qualifiers[] =
 21297               {
 21298                   /* Key */
 21299                   "\025\001",
 21300                   /* MaxLen */
 21301                   "\030\000\000\004\000",
 21302                   0,
 21303               };
 21304               
 21305               static MetaProperty
 21306               _CIM_Role_Name =
 21307               {
 21308                   /* flags */
 21309                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 21310                   /* name */
 21311                   "Name",
 21312                   /* qualifiers */
 21313                   _CIM_Role_Name_qualifiers,
 21314                   /* type */
 21315 mike  1.1.2.1     CIMTYPE_STRING,
 21316                   /* subscript */
 21317                   -1,
 21318                   /* value */
 21319                   0,
 21320               };
 21321               
 21322               static const char*
 21323               _CIM_Role_BusinessCategory_qualifiers[] =
 21324               {
 21325                   /* MaxLen */
 21326                   "\030\000\000\000\200",
 21327                   0,
 21328               };
 21329               
 21330               static MetaProperty
 21331               _CIM_Role_BusinessCategory =
 21332               {
 21333                   /* flags */
 21334                   META_FLAG_PROPERTY|META_FLAG_READ,
 21335                   /* name */
 21336 mike  1.1.2.1     "BusinessCategory",
 21337                   /* qualifiers */
 21338                   _CIM_Role_BusinessCategory_qualifiers,
 21339                   /* type */
 21340                   CIMTYPE_STRING,
 21341                   /* subscript */
 21342                   -1,
 21343                   /* value */
 21344                   0,
 21345               };
 21346               
 21347               static const char*
 21348               _CIM_Role_CommonName_qualifiers[] =
 21349               {
 21350                   /* Required */
 21351                   "\050\001",
 21352                   0,
 21353               };
 21354               
 21355               static MetaProperty
 21356               _CIM_Role_CommonName =
 21357 mike  1.1.2.1 {
 21358                   /* flags */
 21359                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 21360                   /* name */
 21361                   "CommonName",
 21362                   /* qualifiers */
 21363                   _CIM_Role_CommonName_qualifiers,
 21364                   /* type */
 21365                   CIMTYPE_STRING,
 21366                   /* subscript */
 21367                   -1,
 21368                   /* value */
 21369                   0,
 21370               };
 21371               
 21372               static MetaFeature*
 21373               _CIM_Role_features[] =
 21374               {
 21375                   (MetaFeature*)&_CIM_Role_CreationClassName,
 21376                   (MetaFeature*)&_CIM_Role_Name,
 21377                   (MetaFeature*)&_CIM_Role_BusinessCategory,
 21378 mike  1.1.2.1     (MetaFeature*)&_CIM_Role_CommonName,
 21379                   0,
 21380               };
 21381               
 21382               static const char*
 21383               __root_cimv2_CIM_Role_qualifiers[] =
 21384               {
 21385                   /* UMLPackagePath */
 21386                   "\057CIM::User::Role",
 21387                   /* Version */
 21388                   "\0632.8.1000",
 21389                   0,
 21390               };
 21391               
 21392               MetaClass
 21393               __root_cimv2_CIM_Role =
 21394               {
 21395                   /* flags */
 21396                   META_FLAG_CLASS,
 21397                   /* name */
 21398                   "CIM_Role",
 21399 mike  1.1.2.1     /* qualifiers */
 21400                   __root_cimv2_CIM_Role_qualifiers,
 21401                   /* super */
 21402                   &__root_cimv2_CIM_Collection,
 21403                   /* features */
 21404                   _CIM_Role_features,
 21405               };
 21406               
 21407               //==============================================================================
 21408               //
 21409               // Class: CIM_SAAction
 21410               //
 21411               //==============================================================================
 21412               
 21413               static const char*
 21414               _CIM_SAAction_DoPacketLogging_qualifiers[] =
 21415               {
 21416                   /* MappingStrings */
 21417                   "\026\000\001IPSP Policy Model.IETF|SAAction.DoPacketLogging\000",
 21418                   /* ModelCorrespondence */
 21419                   "\036\000\001CIM_SecurityAssociationEndpoint.PacketLoggingActive\000",
 21420 mike  1.1.2.1     0,
 21421               };
 21422               
 21423               static MetaProperty
 21424               _CIM_SAAction_DoPacketLogging =
 21425               {
 21426                   /* flags */
 21427                   META_FLAG_PROPERTY|META_FLAG_READ,
 21428                   /* name */
 21429                   "DoPacketLogging",
 21430                   /* qualifiers */
 21431                   _CIM_SAAction_DoPacketLogging_qualifiers,
 21432                   /* type */
 21433                   CIMTYPE_BOOLEAN,
 21434                   /* subscript */
 21435                   -1,
 21436                   /* value */
 21437                   0,
 21438               };
 21439               
 21440               static MetaFeature*
 21441 mike  1.1.2.1 _CIM_SAAction_features[] =
 21442               {
 21443                   (MetaFeature*)&_CIM_SAAction_DoPacketLogging,
 21444                   0,
 21445               };
 21446               
 21447               static const char*
 21448               __root_cimv2_CIM_SAAction_qualifiers[] =
 21449               {
 21450                   /* UMLPackagePath */
 21451                   "\057CIM::IPsecPolicy",
 21452                   /* Abstract */
 21453                   "\002\001",
 21454                   /* Version */
 21455                   "\0632.8.0",
 21456                   /* MappingStrings */
 21457                   "\026\000\001IPSP Policy Model.IETF|SAAction\000",
 21458                   0,
 21459               };
 21460               
 21461               MetaClass
 21462 mike  1.1.2.1 __root_cimv2_CIM_SAAction =
 21463               {
 21464                   /* flags */
 21465                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 21466                   /* name */
 21467                   "CIM_SAAction",
 21468                   /* qualifiers */
 21469                   __root_cimv2_CIM_SAAction_qualifiers,
 21470                   /* super */
 21471                   &__root_cimv2_CIM_PolicyAction,
 21472                   /* features */
 21473                   _CIM_SAAction_features,
 21474               };
 21475               
 21476               //==============================================================================
 21477               //
 21478               // Class: CIM_SANegotiationAction
 21479               //
 21480               //==============================================================================
 21481               
 21482               static const char*
 21483 mike  1.1.2.1 _CIM_SANegotiationAction_MinLifetimeSeconds_qualifiers[] =
 21484               {
 21485                   /* Units */
 21486                   "\060Seconds",
 21487                   /* MappingStrings */
 21488                   "\026\000\001IPSP Policy Model.IETF|IKENegotiationAction.MinLifetimeSeconds\000",
 21489                   /* ModelCorrespondence */
 21490                   "\036\000\001CIM_SecurityAssociationEndpoint.LifetimeSeconds\000",
 21491                   0,
 21492               };
 21493               
 21494               static MetaProperty
 21495               _CIM_SANegotiationAction_MinLifetimeSeconds =
 21496               {
 21497                   /* flags */
 21498                   META_FLAG_PROPERTY|META_FLAG_READ,
 21499                   /* name */
 21500                   "MinLifetimeSeconds",
 21501                   /* qualifiers */
 21502                   _CIM_SANegotiationAction_MinLifetimeSeconds_qualifiers,
 21503                   /* type */
 21504 mike  1.1.2.1     CIMTYPE_UINT64,
 21505                   /* subscript */
 21506                   -1,
 21507                   /* value */
 21508                   "\000\000\000\000\000\000\000\000",
 21509               };
 21510               
 21511               static const char*
 21512               _CIM_SANegotiationAction_IdleDurationSeconds_qualifiers[] =
 21513               {
 21514                   /* Units */
 21515                   "\060Seconds",
 21516                   /* MappingStrings */
 21517                   "\026\000\001IPSP Policy Model.IETF|IKENegotiationAction.IdleDurationSeconds\000",
 21518                   /* ModelCorrespondence */
 21519                   "\036\000\001CIM_SecurityAssociationEndpoint.IdleDurationSeconds\000",
 21520                   0,
 21521               };
 21522               
 21523               static MetaProperty
 21524               _CIM_SANegotiationAction_IdleDurationSeconds =
 21525 mike  1.1.2.1 {
 21526                   /* flags */
 21527                   META_FLAG_PROPERTY|META_FLAG_READ,
 21528                   /* name */
 21529                   "IdleDurationSeconds",
 21530                   /* qualifiers */
 21531                   _CIM_SANegotiationAction_IdleDurationSeconds_qualifiers,
 21532                   /* type */
 21533                   CIMTYPE_UINT64,
 21534                   /* subscript */
 21535                   -1,
 21536                   /* value */
 21537                   "\000\000\000\000\000\000\000\000",
 21538               };
 21539               
 21540               static const char*
 21541               _CIM_SANegotiationAction_MinLifetimeKilobytes_qualifiers[] =
 21542               {
 21543                   /* Units */
 21544                   "\060KiloBytes",
 21545                   /* MappingStrings */
 21546 mike  1.1.2.1     "\026\000\001IPSP Policy Model.IETF|IKENegotiationAction.MinLifetimeKilobytes\000",
 21547                   /* ModelCorrespondence */
 21548                   "\036\000\001CIM_SecurityAssociationEndpoint.LifetimeKilobytes\000",
 21549                   0,
 21550               };
 21551               
 21552               static MetaProperty
 21553               _CIM_SANegotiationAction_MinLifetimeKilobytes =
 21554               {
 21555                   /* flags */
 21556                   META_FLAG_PROPERTY|META_FLAG_READ,
 21557                   /* name */
 21558                   "MinLifetimeKilobytes",
 21559                   /* qualifiers */
 21560                   _CIM_SANegotiationAction_MinLifetimeKilobytes_qualifiers,
 21561                   /* type */
 21562                   CIMTYPE_UINT64,
 21563                   /* subscript */
 21564                   -1,
 21565                   /* value */
 21566                   "\000\000\000\000\000\000\000\000",
 21567 mike  1.1.2.1 };
 21568               
 21569               static MetaFeature*
 21570               _CIM_SANegotiationAction_features[] =
 21571               {
 21572                   (MetaFeature*)&_CIM_SANegotiationAction_MinLifetimeSeconds,
 21573                   (MetaFeature*)&_CIM_SANegotiationAction_IdleDurationSeconds,
 21574                   (MetaFeature*)&_CIM_SANegotiationAction_MinLifetimeKilobytes,
 21575                   0,
 21576               };
 21577               
 21578               static const char*
 21579               __root_cimv2_CIM_SANegotiationAction_qualifiers[] =
 21580               {
 21581                   /* UMLPackagePath */
 21582                   "\057CIM::IPsecPolicy",
 21583                   /* Abstract */
 21584                   "\002\001",
 21585                   /* Version */
 21586                   "\0632.8.0",
 21587                   /* MappingStrings */
 21588 mike  1.1.2.1     "\026\000\002IPSP Policy Model.IETF|SANegotiationAction\000IPSP Policy Model.IETF|IKENegotiationAction\000",
 21589                   0,
 21590               };
 21591               
 21592               MetaClass
 21593               __root_cimv2_CIM_SANegotiationAction =
 21594               {
 21595                   /* flags */
 21596                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 21597                   /* name */
 21598                   "CIM_SANegotiationAction",
 21599                   /* qualifiers */
 21600                   __root_cimv2_CIM_SANegotiationAction_qualifiers,
 21601                   /* super */
 21602                   &__root_cimv2_CIM_SAAction,
 21603                   /* features */
 21604                   _CIM_SANegotiationAction_features,
 21605               };
 21606               
 21607               //==============================================================================
 21608               //
 21609 mike  1.1.2.1 // Class: CIM_SAStaticAction
 21610               //
 21611               //==============================================================================
 21612               
 21613               static const char*
 21614               _CIM_SAStaticAction_LifetimeSeconds_qualifiers[] =
 21615               {
 21616                   /* Units */
 21617                   "\060Seconds",
 21618                   /* MappingStrings */
 21619                   "\026\000\001IPSP Policy Model.IETF|SAStaticAction.LifetimeSeconds\000",
 21620                   /* ModelCorrespondence */
 21621                   "\036\000\001CIM_SecurityAssociationEndpoint.LifetimeSeconds\000",
 21622                   0,
 21623               };
 21624               
 21625               static MetaProperty
 21626               _CIM_SAStaticAction_LifetimeSeconds =
 21627               {
 21628                   /* flags */
 21629                   META_FLAG_PROPERTY|META_FLAG_READ,
 21630 mike  1.1.2.1     /* name */
 21631                   "LifetimeSeconds",
 21632                   /* qualifiers */
 21633                   _CIM_SAStaticAction_LifetimeSeconds_qualifiers,
 21634                   /* type */
 21635                   CIMTYPE_UINT64,
 21636                   /* subscript */
 21637                   -1,
 21638                   /* value */
 21639                   0,
 21640               };
 21641               
 21642               static MetaFeature*
 21643               _CIM_SAStaticAction_features[] =
 21644               {
 21645                   (MetaFeature*)&_CIM_SAStaticAction_LifetimeSeconds,
 21646                   0,
 21647               };
 21648               
 21649               static const char*
 21650               __root_cimv2_CIM_SAStaticAction_qualifiers[] =
 21651 mike  1.1.2.1 {
 21652                   /* UMLPackagePath */
 21653                   "\057CIM::IPsecPolicy",
 21654                   /* Version */
 21655                   "\0632.8.0",
 21656                   /* MappingStrings */
 21657                   "\026\000\001IPSP Policy Model.IETF|SAStaticAction\000",
 21658                   0,
 21659               };
 21660               
 21661               MetaClass
 21662               __root_cimv2_CIM_SAStaticAction =
 21663               {
 21664                   /* flags */
 21665                   META_FLAG_CLASS,
 21666                   /* name */
 21667                   "CIM_SAStaticAction",
 21668                   /* qualifiers */
 21669                   __root_cimv2_CIM_SAStaticAction_qualifiers,
 21670                   /* super */
 21671                   &__root_cimv2_CIM_SAAction,
 21672 mike  1.1.2.1     /* features */
 21673                   _CIM_SAStaticAction_features,
 21674               };
 21675               
 21676               //==============================================================================
 21677               //
 21678               // Class: CIM_SchedulingElement
 21679               //
 21680               //==============================================================================
 21681               
 21682               static const char*
 21683               _CIM_SchedulingElement_InstanceID_qualifiers[] =
 21684               {
 21685                   /* Key */
 21686                   "\025\001",
 21687                   0,
 21688               };
 21689               
 21690               static MetaProperty
 21691               _CIM_SchedulingElement_InstanceID =
 21692               {
 21693 mike  1.1.2.1     /* flags */
 21694                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 21695                   /* name */
 21696                   "InstanceID",
 21697                   /* qualifiers */
 21698                   _CIM_SchedulingElement_InstanceID_qualifiers,
 21699                   /* type */
 21700                   CIMTYPE_STRING,
 21701                   /* subscript */
 21702                   -1,
 21703                   /* value */
 21704                   0,
 21705               };
 21706               
 21707               static const char*
 21708               _CIM_SchedulingElement_WorkConserving_qualifiers[] =
 21709               {
 21710                   /* Write */
 21711                   "\065\001",
 21712                   0,
 21713               };
 21714 mike  1.1.2.1 
 21715               static MetaProperty
 21716               _CIM_SchedulingElement_WorkConserving =
 21717               {
 21718                   /* flags */
 21719                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 21720                   /* name */
 21721                   "WorkConserving",
 21722                   /* qualifiers */
 21723                   _CIM_SchedulingElement_WorkConserving_qualifiers,
 21724                   /* type */
 21725                   CIMTYPE_BOOLEAN,
 21726                   /* subscript */
 21727                   -1,
 21728                   /* value */
 21729                   0,
 21730               };
 21731               
 21732               static MetaFeature*
 21733               _CIM_SchedulingElement_features[] =
 21734               {
 21735 mike  1.1.2.1     (MetaFeature*)&_CIM_SchedulingElement_InstanceID,
 21736                   (MetaFeature*)&_CIM_SchedulingElement_WorkConserving,
 21737                   0,
 21738               };
 21739               
 21740               static const char*
 21741               __root_cimv2_CIM_SchedulingElement_qualifiers[] =
 21742               {
 21743                   /* UMLPackagePath */
 21744                   "\057CIM::Network::QoS",
 21745                   /* Abstract */
 21746                   "\002\001",
 21747                   /* Version */
 21748                   "\0632.7.0",
 21749                   0,
 21750               };
 21751               
 21752               MetaClass
 21753               __root_cimv2_CIM_SchedulingElement =
 21754               {
 21755                   /* flags */
 21756 mike  1.1.2.1     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 21757                   /* name */
 21758                   "CIM_SchedulingElement",
 21759                   /* qualifiers */
 21760                   __root_cimv2_CIM_SchedulingElement_qualifiers,
 21761                   /* super */
 21762                   &__root_cimv2_CIM_ManagedElement,
 21763                   /* features */
 21764                   _CIM_SchedulingElement_features,
 21765               };
 21766               
 21767               //==============================================================================
 21768               //
 21769               // Class: CIM_SecuritySensitivity
 21770               //
 21771               //==============================================================================
 21772               
 21773               static const char*
 21774               _CIM_SecuritySensitivity_InstanceID_qualifiers[] =
 21775               {
 21776                   /* Key */
 21777 mike  1.1.2.1     "\025\001",
 21778                   0,
 21779               };
 21780               
 21781               static MetaProperty
 21782               _CIM_SecuritySensitivity_InstanceID =
 21783               {
 21784                   /* flags */
 21785                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 21786                   /* name */
 21787                   "InstanceID",
 21788                   /* qualifiers */
 21789                   _CIM_SecuritySensitivity_InstanceID_qualifiers,
 21790                   /* type */
 21791                   CIMTYPE_STRING,
 21792                   /* subscript */
 21793                   -1,
 21794                   /* value */
 21795                   0,
 21796               };
 21797               
 21798 mike  1.1.2.1 static const char*
 21799               _CIM_SecuritySensitivity_SecurityLevel_qualifiers[] =
 21800               {
 21801                   0,
 21802               };
 21803               
 21804               static MetaProperty
 21805               _CIM_SecuritySensitivity_SecurityLevel =
 21806               {
 21807                   /* flags */
 21808                   META_FLAG_PROPERTY|META_FLAG_READ,
 21809                   /* name */
 21810                   "SecurityLevel",
 21811                   /* qualifiers */
 21812                   _CIM_SecuritySensitivity_SecurityLevel_qualifiers,
 21813                   /* type */
 21814                   CIMTYPE_STRING,
 21815                   /* subscript */
 21816                   -1,
 21817                   /* value */
 21818                   0,
 21819 mike  1.1.2.1 };
 21820               
 21821               static MetaFeature*
 21822               _CIM_SecuritySensitivity_features[] =
 21823               {
 21824                   (MetaFeature*)&_CIM_SecuritySensitivity_InstanceID,
 21825                   (MetaFeature*)&_CIM_SecuritySensitivity_SecurityLevel,
 21826                   0,
 21827               };
 21828               
 21829               static const char*
 21830               __root_cimv2_CIM_SecuritySensitivity_qualifiers[] =
 21831               {
 21832                   /* UMLPackagePath */
 21833                   "\057CIM::User::SecurityLevel",
 21834                   /* Version */
 21835                   "\0632.8.0",
 21836                   0,
 21837               };
 21838               
 21839               MetaClass
 21840 mike  1.1.2.1 __root_cimv2_CIM_SecuritySensitivity =
 21841               {
 21842                   /* flags */
 21843                   META_FLAG_CLASS,
 21844                   /* name */
 21845                   "CIM_SecuritySensitivity",
 21846                   /* qualifiers */
 21847                   __root_cimv2_CIM_SecuritySensitivity_qualifiers,
 21848                   /* super */
 21849                   &__root_cimv2_CIM_ManagedElement,
 21850                   /* features */
 21851                   _CIM_SecuritySensitivity_features,
 21852               };
 21853               
 21854               //==============================================================================
 21855               //
 21856               // Class: CIM_Setting
 21857               //
 21858               //==============================================================================
 21859               
 21860               static const char*
 21861 mike  1.1.2.1 _CIM_Setting_SettingID_qualifiers[] =
 21862               {
 21863                   /* MaxLen */
 21864                   "\030\000\000\001\000",
 21865                   0,
 21866               };
 21867               
 21868               static MetaProperty
 21869               _CIM_Setting_SettingID =
 21870               {
 21871                   /* flags */
 21872                   META_FLAG_PROPERTY|META_FLAG_READ,
 21873                   /* name */
 21874                   "SettingID",
 21875                   /* qualifiers */
 21876                   _CIM_Setting_SettingID_qualifiers,
 21877                   /* type */
 21878                   CIMTYPE_STRING,
 21879                   /* subscript */
 21880                   -1,
 21881                   /* value */
 21882 mike  1.1.2.1     0,
 21883               };
 21884               
 21885               static const char*
 21886               _CIM_Setting_VerifyOKToApplyToMSE_MSE_qualifiers[] =
 21887               {
 21888                   /* IN */
 21889                   "\024\001",
 21890                   0,
 21891               };
 21892               
 21893               static MetaReference
 21894               _CIM_Setting_VerifyOKToApplyToMSE_MSE =
 21895               {
 21896                   /* flags */
 21897                   META_FLAG_REFERENCE|META_FLAG_IN,
 21898                   /* name */
 21899                   "MSE",
 21900                   /* qualifiers */
 21901                   _CIM_Setting_VerifyOKToApplyToMSE_MSE_qualifiers,
 21902                   /* subscript */
 21903 mike  1.1.2.1     -1,
 21904                   /* ref */
 21905                   &__root_cimv2_CIM_ManagedSystemElement,
 21906               };
 21907               
 21908               static const char*
 21909               _CIM_Setting_VerifyOKToApplyToMSE_TimeToApply_qualifiers[] =
 21910               {
 21911                   /* IN */
 21912                   "\024\001",
 21913                   0,
 21914               };
 21915               
 21916               static MetaProperty
 21917               _CIM_Setting_VerifyOKToApplyToMSE_TimeToApply =
 21918               {
 21919                   /* flags */
 21920                   META_FLAG_PROPERTY|META_FLAG_IN,
 21921                   /* name */
 21922                   "TimeToApply",
 21923                   /* qualifiers */
 21924 mike  1.1.2.1     _CIM_Setting_VerifyOKToApplyToMSE_TimeToApply_qualifiers,
 21925                   /* type */
 21926                   CIMTYPE_DATETIME,
 21927                   /* subscript */
 21928                   -1,
 21929                   /* value */
 21930                   0,
 21931               };
 21932               
 21933               static const char*
 21934               _CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy_qualifiers[] =
 21935               {
 21936                   /* IN */
 21937                   "\024\001",
 21938                   0,
 21939               };
 21940               
 21941               static MetaProperty
 21942               _CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy =
 21943               {
 21944                   /* flags */
 21945 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_IN,
 21946                   /* name */
 21947                   "MustBeCompletedBy",
 21948                   /* qualifiers */
 21949                   _CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy_qualifiers,
 21950                   /* type */
 21951                   CIMTYPE_DATETIME,
 21952                   /* subscript */
 21953                   -1,
 21954                   /* value */
 21955                   0,
 21956               };
 21957               
 21958               static MetaFeature*
 21959               _CIM_Setting_VerifyOKToApplyToMSE_parameters[] =
 21960               {
 21961                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToMSE_MSE,
 21962                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToMSE_TimeToApply,
 21963                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy,
 21964                   0,
 21965               };
 21966 mike  1.1.2.1 
 21967               static const char*
 21968               _CIM_Setting_VerifyOKToApplyToMSE_qualifiers[] =
 21969               {
 21970                   0,
 21971               };
 21972               
 21973               static MetaMethod
 21974               _CIM_Setting_VerifyOKToApplyToMSE =
 21975               {
 21976                   /* flags */
 21977                   META_FLAG_METHOD,
 21978                   /* name */
 21979                   "CIM_Setting",
 21980                   /* qualifiers */
 21981                   _CIM_Setting_VerifyOKToApplyToMSE_qualifiers,
 21982                   /* type */
 21983                   CIMTYPE_UINT32,
 21984                   /* parameters */
 21985                   _CIM_Setting_VerifyOKToApplyToMSE_parameters,
 21986               };
 21987 mike  1.1.2.1 
 21988               static const char*
 21989               _CIM_Setting_ApplyToMSE_MSE_qualifiers[] =
 21990               {
 21991                   /* IN */
 21992                   "\024\001",
 21993                   0,
 21994               };
 21995               
 21996               static MetaReference
 21997               _CIM_Setting_ApplyToMSE_MSE =
 21998               {
 21999                   /* flags */
 22000                   META_FLAG_REFERENCE|META_FLAG_IN,
 22001                   /* name */
 22002                   "MSE",
 22003                   /* qualifiers */
 22004                   _CIM_Setting_ApplyToMSE_MSE_qualifiers,
 22005                   /* subscript */
 22006                   -1,
 22007                   /* ref */
 22008 mike  1.1.2.1     &__root_cimv2_CIM_ManagedSystemElement,
 22009               };
 22010               
 22011               static const char*
 22012               _CIM_Setting_ApplyToMSE_TimeToApply_qualifiers[] =
 22013               {
 22014                   /* IN */
 22015                   "\024\001",
 22016                   0,
 22017               };
 22018               
 22019               static MetaProperty
 22020               _CIM_Setting_ApplyToMSE_TimeToApply =
 22021               {
 22022                   /* flags */
 22023                   META_FLAG_PROPERTY|META_FLAG_IN,
 22024                   /* name */
 22025                   "TimeToApply",
 22026                   /* qualifiers */
 22027                   _CIM_Setting_ApplyToMSE_TimeToApply_qualifiers,
 22028                   /* type */
 22029 mike  1.1.2.1     CIMTYPE_DATETIME,
 22030                   /* subscript */
 22031                   -1,
 22032                   /* value */
 22033                   0,
 22034               };
 22035               
 22036               static const char*
 22037               _CIM_Setting_ApplyToMSE_MustBeCompletedBy_qualifiers[] =
 22038               {
 22039                   /* IN */
 22040                   "\024\001",
 22041                   0,
 22042               };
 22043               
 22044               static MetaProperty
 22045               _CIM_Setting_ApplyToMSE_MustBeCompletedBy =
 22046               {
 22047                   /* flags */
 22048                   META_FLAG_PROPERTY|META_FLAG_IN,
 22049                   /* name */
 22050 mike  1.1.2.1     "MustBeCompletedBy",
 22051                   /* qualifiers */
 22052                   _CIM_Setting_ApplyToMSE_MustBeCompletedBy_qualifiers,
 22053                   /* type */
 22054                   CIMTYPE_DATETIME,
 22055                   /* subscript */
 22056                   -1,
 22057                   /* value */
 22058                   0,
 22059               };
 22060               
 22061               static MetaFeature*
 22062               _CIM_Setting_ApplyToMSE_parameters[] =
 22063               {
 22064                   (MetaFeature*)&_CIM_Setting_ApplyToMSE_MSE,
 22065                   (MetaFeature*)&_CIM_Setting_ApplyToMSE_TimeToApply,
 22066                   (MetaFeature*)&_CIM_Setting_ApplyToMSE_MustBeCompletedBy,
 22067                   0,
 22068               };
 22069               
 22070               static const char*
 22071 mike  1.1.2.1 _CIM_Setting_ApplyToMSE_qualifiers[] =
 22072               {
 22073                   0,
 22074               };
 22075               
 22076               static MetaMethod
 22077               _CIM_Setting_ApplyToMSE =
 22078               {
 22079                   /* flags */
 22080                   META_FLAG_METHOD,
 22081                   /* name */
 22082                   "CIM_Setting",
 22083                   /* qualifiers */
 22084                   _CIM_Setting_ApplyToMSE_qualifiers,
 22085                   /* type */
 22086                   CIMTYPE_UINT32,
 22087                   /* parameters */
 22088                   _CIM_Setting_ApplyToMSE_parameters,
 22089               };
 22090               
 22091               static const char*
 22092 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyToCollection_Collection_qualifiers[] =
 22093               {
 22094                   /* IN */
 22095                   "\024\001",
 22096                   0,
 22097               };
 22098               
 22099               static MetaReference
 22100               _CIM_Setting_VerifyOKToApplyToCollection_Collection =
 22101               {
 22102                   /* flags */
 22103                   META_FLAG_REFERENCE|META_FLAG_IN,
 22104                   /* name */
 22105                   "Collection",
 22106                   /* qualifiers */
 22107                   _CIM_Setting_VerifyOKToApplyToCollection_Collection_qualifiers,
 22108                   /* subscript */
 22109                   -1,
 22110                   /* ref */
 22111                   &__root_cimv2_CIM_CollectionOfMSEs,
 22112               };
 22113 mike  1.1.2.1 
 22114               static const char*
 22115               _CIM_Setting_VerifyOKToApplyToCollection_TimeToApply_qualifiers[] =
 22116               {
 22117                   /* IN */
 22118                   "\024\001",
 22119                   0,
 22120               };
 22121               
 22122               static MetaProperty
 22123               _CIM_Setting_VerifyOKToApplyToCollection_TimeToApply =
 22124               {
 22125                   /* flags */
 22126                   META_FLAG_PROPERTY|META_FLAG_IN,
 22127                   /* name */
 22128                   "TimeToApply",
 22129                   /* qualifiers */
 22130                   _CIM_Setting_VerifyOKToApplyToCollection_TimeToApply_qualifiers,
 22131                   /* type */
 22132                   CIMTYPE_DATETIME,
 22133                   /* subscript */
 22134 mike  1.1.2.1     -1,
 22135                   /* value */
 22136                   0,
 22137               };
 22138               
 22139               static const char*
 22140               _CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy_qualifiers[] =
 22141               {
 22142                   /* IN */
 22143                   "\024\001",
 22144                   0,
 22145               };
 22146               
 22147               static MetaProperty
 22148               _CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy =
 22149               {
 22150                   /* flags */
 22151                   META_FLAG_PROPERTY|META_FLAG_IN,
 22152                   /* name */
 22153                   "MustBeCompletedBy",
 22154                   /* qualifiers */
 22155 mike  1.1.2.1     _CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy_qualifiers,
 22156                   /* type */
 22157                   CIMTYPE_DATETIME,
 22158                   /* subscript */
 22159                   -1,
 22160                   /* value */
 22161                   0,
 22162               };
 22163               
 22164               static const char*
 22165               _CIM_Setting_VerifyOKToApplyToCollection_CanNotApply_qualifiers[] =
 22166               {
 22167                   /* IN */
 22168                   "\024\000",
 22169                   /* OUT */
 22170                   "\043\001",
 22171                   0,
 22172               };
 22173               
 22174               static MetaProperty
 22175               _CIM_Setting_VerifyOKToApplyToCollection_CanNotApply =
 22176 mike  1.1.2.1 {
 22177                   /* flags */
 22178                   META_FLAG_PROPERTY|META_FLAG_OUT,
 22179                   /* name */
 22180                   "CanNotApply",
 22181                   /* qualifiers */
 22182                   _CIM_Setting_VerifyOKToApplyToCollection_CanNotApply_qualifiers,
 22183                   /* type */
 22184                   CIMTYPE_STRING,
 22185                   /* subscript */
 22186                   0,
 22187                   /* value */
 22188                   0,
 22189               };
 22190               
 22191               static MetaFeature*
 22192               _CIM_Setting_VerifyOKToApplyToCollection_parameters[] =
 22193               {
 22194                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToCollection_Collection,
 22195                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToCollection_TimeToApply,
 22196                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy,
 22197 mike  1.1.2.1     (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToCollection_CanNotApply,
 22198                   0,
 22199               };
 22200               
 22201               static const char*
 22202               _CIM_Setting_VerifyOKToApplyToCollection_qualifiers[] =
 22203               {
 22204                   0,
 22205               };
 22206               
 22207               static MetaMethod
 22208               _CIM_Setting_VerifyOKToApplyToCollection =
 22209               {
 22210                   /* flags */
 22211                   META_FLAG_METHOD,
 22212                   /* name */
 22213                   "CIM_Setting",
 22214                   /* qualifiers */
 22215                   _CIM_Setting_VerifyOKToApplyToCollection_qualifiers,
 22216                   /* type */
 22217                   CIMTYPE_UINT32,
 22218 mike  1.1.2.1     /* parameters */
 22219                   _CIM_Setting_VerifyOKToApplyToCollection_parameters,
 22220               };
 22221               
 22222               static const char*
 22223               _CIM_Setting_ApplyToCollection_Collection_qualifiers[] =
 22224               {
 22225                   /* IN */
 22226                   "\024\001",
 22227                   0,
 22228               };
 22229               
 22230               static MetaReference
 22231               _CIM_Setting_ApplyToCollection_Collection =
 22232               {
 22233                   /* flags */
 22234                   META_FLAG_REFERENCE|META_FLAG_IN,
 22235                   /* name */
 22236                   "Collection",
 22237                   /* qualifiers */
 22238                   _CIM_Setting_ApplyToCollection_Collection_qualifiers,
 22239 mike  1.1.2.1     /* subscript */
 22240                   -1,
 22241                   /* ref */
 22242                   &__root_cimv2_CIM_CollectionOfMSEs,
 22243               };
 22244               
 22245               static const char*
 22246               _CIM_Setting_ApplyToCollection_TimeToApply_qualifiers[] =
 22247               {
 22248                   /* IN */
 22249                   "\024\001",
 22250                   0,
 22251               };
 22252               
 22253               static MetaProperty
 22254               _CIM_Setting_ApplyToCollection_TimeToApply =
 22255               {
 22256                   /* flags */
 22257                   META_FLAG_PROPERTY|META_FLAG_IN,
 22258                   /* name */
 22259                   "TimeToApply",
 22260 mike  1.1.2.1     /* qualifiers */
 22261                   _CIM_Setting_ApplyToCollection_TimeToApply_qualifiers,
 22262                   /* type */
 22263                   CIMTYPE_DATETIME,
 22264                   /* subscript */
 22265                   -1,
 22266                   /* value */
 22267                   0,
 22268               };
 22269               
 22270               static const char*
 22271               _CIM_Setting_ApplyToCollection_ContinueOnError_qualifiers[] =
 22272               {
 22273                   /* IN */
 22274                   "\024\001",
 22275                   0,
 22276               };
 22277               
 22278               static MetaProperty
 22279               _CIM_Setting_ApplyToCollection_ContinueOnError =
 22280               {
 22281 mike  1.1.2.1     /* flags */
 22282                   META_FLAG_PROPERTY|META_FLAG_IN,
 22283                   /* name */
 22284                   "ContinueOnError",
 22285                   /* qualifiers */
 22286                   _CIM_Setting_ApplyToCollection_ContinueOnError_qualifiers,
 22287                   /* type */
 22288                   CIMTYPE_BOOLEAN,
 22289                   /* subscript */
 22290                   -1,
 22291                   /* value */
 22292                   0,
 22293               };
 22294               
 22295               static const char*
 22296               _CIM_Setting_ApplyToCollection_MustBeCompletedBy_qualifiers[] =
 22297               {
 22298                   /* IN */
 22299                   "\024\001",
 22300                   0,
 22301               };
 22302 mike  1.1.2.1 
 22303               static MetaProperty
 22304               _CIM_Setting_ApplyToCollection_MustBeCompletedBy =
 22305               {
 22306                   /* flags */
 22307                   META_FLAG_PROPERTY|META_FLAG_IN,
 22308                   /* name */
 22309                   "MustBeCompletedBy",
 22310                   /* qualifiers */
 22311                   _CIM_Setting_ApplyToCollection_MustBeCompletedBy_qualifiers,
 22312                   /* type */
 22313                   CIMTYPE_DATETIME,
 22314                   /* subscript */
 22315                   -1,
 22316                   /* value */
 22317                   0,
 22318               };
 22319               
 22320               static const char*
 22321               _CIM_Setting_ApplyToCollection_CanNotApply_qualifiers[] =
 22322               {
 22323 mike  1.1.2.1     /* IN */
 22324                   "\024\000",
 22325                   /* OUT */
 22326                   "\043\001",
 22327                   0,
 22328               };
 22329               
 22330               static MetaProperty
 22331               _CIM_Setting_ApplyToCollection_CanNotApply =
 22332               {
 22333                   /* flags */
 22334                   META_FLAG_PROPERTY|META_FLAG_OUT,
 22335                   /* name */
 22336                   "CanNotApply",
 22337                   /* qualifiers */
 22338                   _CIM_Setting_ApplyToCollection_CanNotApply_qualifiers,
 22339                   /* type */
 22340                   CIMTYPE_STRING,
 22341                   /* subscript */
 22342                   0,
 22343                   /* value */
 22344 mike  1.1.2.1     0,
 22345               };
 22346               
 22347               static MetaFeature*
 22348               _CIM_Setting_ApplyToCollection_parameters[] =
 22349               {
 22350                   (MetaFeature*)&_CIM_Setting_ApplyToCollection_Collection,
 22351                   (MetaFeature*)&_CIM_Setting_ApplyToCollection_TimeToApply,
 22352                   (MetaFeature*)&_CIM_Setting_ApplyToCollection_ContinueOnError,
 22353                   (MetaFeature*)&_CIM_Setting_ApplyToCollection_MustBeCompletedBy,
 22354                   (MetaFeature*)&_CIM_Setting_ApplyToCollection_CanNotApply,
 22355                   0,
 22356               };
 22357               
 22358               static const char*
 22359               _CIM_Setting_ApplyToCollection_qualifiers[] =
 22360               {
 22361                   0,
 22362               };
 22363               
 22364               static MetaMethod
 22365 mike  1.1.2.1 _CIM_Setting_ApplyToCollection =
 22366               {
 22367                   /* flags */
 22368                   META_FLAG_METHOD,
 22369                   /* name */
 22370                   "CIM_Setting",
 22371                   /* qualifiers */
 22372                   _CIM_Setting_ApplyToCollection_qualifiers,
 22373                   /* type */
 22374                   CIMTYPE_UINT32,
 22375                   /* parameters */
 22376                   _CIM_Setting_ApplyToCollection_parameters,
 22377               };
 22378               
 22379               static const char*
 22380               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE_qualifiers[] =
 22381               {
 22382                   /* IN */
 22383                   "\024\001",
 22384                   0,
 22385               };
 22386 mike  1.1.2.1 
 22387               static MetaReference
 22388               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE =
 22389               {
 22390                   /* flags */
 22391                   META_FLAG_REFERENCE|META_FLAG_IN,
 22392                   /* name */
 22393                   "MSE",
 22394                   /* qualifiers */
 22395                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE_qualifiers,
 22396                   /* subscript */
 22397                   -1,
 22398                   /* ref */
 22399                   &__root_cimv2_CIM_ManagedSystemElement,
 22400               };
 22401               
 22402               static const char*
 22403               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply_qualifiers[] =
 22404               {
 22405                   /* IN */
 22406                   "\024\001",
 22407 mike  1.1.2.1     0,
 22408               };
 22409               
 22410               static MetaProperty
 22411               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply =
 22412               {
 22413                   /* flags */
 22414                   META_FLAG_PROPERTY|META_FLAG_IN,
 22415                   /* name */
 22416                   "TimeToApply",
 22417                   /* qualifiers */
 22418                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply_qualifiers,
 22419                   /* type */
 22420                   CIMTYPE_DATETIME,
 22421                   /* subscript */
 22422                   -1,
 22423                   /* value */
 22424                   0,
 22425               };
 22426               
 22427               static const char*
 22428 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy_qualifiers[] =
 22429               {
 22430                   /* IN */
 22431                   "\024\001",
 22432                   0,
 22433               };
 22434               
 22435               static MetaProperty
 22436               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy =
 22437               {
 22438                   /* flags */
 22439                   META_FLAG_PROPERTY|META_FLAG_IN,
 22440                   /* name */
 22441                   "MustBeCompletedBy",
 22442                   /* qualifiers */
 22443                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy_qualifiers,
 22444                   /* type */
 22445                   CIMTYPE_DATETIME,
 22446                   /* subscript */
 22447                   -1,
 22448                   /* value */
 22449 mike  1.1.2.1     0,
 22450               };
 22451               
 22452               static const char*
 22453               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply_qualifiers[] =
 22454               {
 22455                   /* IN */
 22456                   "\024\001",
 22457                   0,
 22458               };
 22459               
 22460               static MetaProperty
 22461               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply =
 22462               {
 22463                   /* flags */
 22464                   META_FLAG_PROPERTY|META_FLAG_IN,
 22465                   /* name */
 22466                   "PropertiesToApply",
 22467                   /* qualifiers */
 22468                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply_qualifiers,
 22469                   /* type */
 22470 mike  1.1.2.1     CIMTYPE_STRING,
 22471                   /* subscript */
 22472                   0,
 22473                   /* value */
 22474                   0,
 22475               };
 22476               
 22477               static MetaFeature*
 22478               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_parameters[] =
 22479               {
 22480                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE,
 22481                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply,
 22482                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy,
 22483                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply,
 22484                   0,
 22485               };
 22486               
 22487               static const char*
 22488               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_qualifiers[] =
 22489               {
 22490                   0,
 22491 mike  1.1.2.1 };
 22492               
 22493               static MetaMethod
 22494               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE =
 22495               {
 22496                   /* flags */
 22497                   META_FLAG_METHOD,
 22498                   /* name */
 22499                   "CIM_Setting",
 22500                   /* qualifiers */
 22501                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_qualifiers,
 22502                   /* type */
 22503                   CIMTYPE_UINT32,
 22504                   /* parameters */
 22505                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_parameters,
 22506               };
 22507               
 22508               static const char*
 22509               _CIM_Setting_ApplyIncrementalChangeToMSE_MSE_qualifiers[] =
 22510               {
 22511                   /* IN */
 22512 mike  1.1.2.1     "\024\001",
 22513                   0,
 22514               };
 22515               
 22516               static MetaReference
 22517               _CIM_Setting_ApplyIncrementalChangeToMSE_MSE =
 22518               {
 22519                   /* flags */
 22520                   META_FLAG_REFERENCE|META_FLAG_IN,
 22521                   /* name */
 22522                   "MSE",
 22523                   /* qualifiers */
 22524                   _CIM_Setting_ApplyIncrementalChangeToMSE_MSE_qualifiers,
 22525                   /* subscript */
 22526                   -1,
 22527                   /* ref */
 22528                   &__root_cimv2_CIM_ManagedSystemElement,
 22529               };
 22530               
 22531               static const char*
 22532               _CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply_qualifiers[] =
 22533 mike  1.1.2.1 {
 22534                   /* IN */
 22535                   "\024\001",
 22536                   0,
 22537               };
 22538               
 22539               static MetaProperty
 22540               _CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply =
 22541               {
 22542                   /* flags */
 22543                   META_FLAG_PROPERTY|META_FLAG_IN,
 22544                   /* name */
 22545                   "TimeToApply",
 22546                   /* qualifiers */
 22547                   _CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply_qualifiers,
 22548                   /* type */
 22549                   CIMTYPE_DATETIME,
 22550                   /* subscript */
 22551                   -1,
 22552                   /* value */
 22553                   0,
 22554 mike  1.1.2.1 };
 22555               
 22556               static const char*
 22557               _CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy_qualifiers[] =
 22558               {
 22559                   /* IN */
 22560                   "\024\001",
 22561                   0,
 22562               };
 22563               
 22564               static MetaProperty
 22565               _CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy =
 22566               {
 22567                   /* flags */
 22568                   META_FLAG_PROPERTY|META_FLAG_IN,
 22569                   /* name */
 22570                   "MustBeCompletedBy",
 22571                   /* qualifiers */
 22572                   _CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy_qualifiers,
 22573                   /* type */
 22574                   CIMTYPE_DATETIME,
 22575 mike  1.1.2.1     /* subscript */
 22576                   -1,
 22577                   /* value */
 22578                   0,
 22579               };
 22580               
 22581               static const char*
 22582               _CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply_qualifiers[] =
 22583               {
 22584                   /* IN */
 22585                   "\024\001",
 22586                   0,
 22587               };
 22588               
 22589               static MetaProperty
 22590               _CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply =
 22591               {
 22592                   /* flags */
 22593                   META_FLAG_PROPERTY|META_FLAG_IN,
 22594                   /* name */
 22595                   "PropertiesToApply",
 22596 mike  1.1.2.1     /* qualifiers */
 22597                   _CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply_qualifiers,
 22598                   /* type */
 22599                   CIMTYPE_STRING,
 22600                   /* subscript */
 22601                   0,
 22602                   /* value */
 22603                   0,
 22604               };
 22605               
 22606               static MetaFeature*
 22607               _CIM_Setting_ApplyIncrementalChangeToMSE_parameters[] =
 22608               {
 22609                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE_MSE,
 22610                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply,
 22611                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy,
 22612                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply,
 22613                   0,
 22614               };
 22615               
 22616               static const char*
 22617 mike  1.1.2.1 _CIM_Setting_ApplyIncrementalChangeToMSE_qualifiers[] =
 22618               {
 22619                   0,
 22620               };
 22621               
 22622               static MetaMethod
 22623               _CIM_Setting_ApplyIncrementalChangeToMSE =
 22624               {
 22625                   /* flags */
 22626                   META_FLAG_METHOD,
 22627                   /* name */
 22628                   "CIM_Setting",
 22629                   /* qualifiers */
 22630                   _CIM_Setting_ApplyIncrementalChangeToMSE_qualifiers,
 22631                   /* type */
 22632                   CIMTYPE_UINT32,
 22633                   /* parameters */
 22634                   _CIM_Setting_ApplyIncrementalChangeToMSE_parameters,
 22635               };
 22636               
 22637               static const char*
 22638 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection_qualifiers[] =
 22639               {
 22640                   /* IN */
 22641                   "\024\001",
 22642                   0,
 22643               };
 22644               
 22645               static MetaReference
 22646               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection =
 22647               {
 22648                   /* flags */
 22649                   META_FLAG_REFERENCE|META_FLAG_IN,
 22650                   /* name */
 22651                   "Collection",
 22652                   /* qualifiers */
 22653                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection_qualifiers,
 22654                   /* subscript */
 22655                   -1,
 22656                   /* ref */
 22657                   &__root_cimv2_CIM_CollectionOfMSEs,
 22658               };
 22659 mike  1.1.2.1 
 22660               static const char*
 22661               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply_qualifiers[] =
 22662               {
 22663                   /* IN */
 22664                   "\024\001",
 22665                   0,
 22666               };
 22667               
 22668               static MetaProperty
 22669               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply =
 22670               {
 22671                   /* flags */
 22672                   META_FLAG_PROPERTY|META_FLAG_IN,
 22673                   /* name */
 22674                   "TimeToApply",
 22675                   /* qualifiers */
 22676                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply_qualifiers,
 22677                   /* type */
 22678                   CIMTYPE_DATETIME,
 22679                   /* subscript */
 22680 mike  1.1.2.1     -1,
 22681                   /* value */
 22682                   0,
 22683               };
 22684               
 22685               static const char*
 22686               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy_qualifiers[] =
 22687               {
 22688                   /* IN */
 22689                   "\024\001",
 22690                   0,
 22691               };
 22692               
 22693               static MetaProperty
 22694               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy =
 22695               {
 22696                   /* flags */
 22697                   META_FLAG_PROPERTY|META_FLAG_IN,
 22698                   /* name */
 22699                   "MustBeCompletedBy",
 22700                   /* qualifiers */
 22701 mike  1.1.2.1     _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy_qualifiers,
 22702                   /* type */
 22703                   CIMTYPE_DATETIME,
 22704                   /* subscript */
 22705                   -1,
 22706                   /* value */
 22707                   0,
 22708               };
 22709               
 22710               static const char*
 22711               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply_qualifiers[] =
 22712               {
 22713                   /* IN */
 22714                   "\024\001",
 22715                   0,
 22716               };
 22717               
 22718               static MetaProperty
 22719               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply =
 22720               {
 22721                   /* flags */
 22722 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_IN,
 22723                   /* name */
 22724                   "PropertiesToApply",
 22725                   /* qualifiers */
 22726                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply_qualifiers,
 22727                   /* type */
 22728                   CIMTYPE_STRING,
 22729                   /* subscript */
 22730                   0,
 22731                   /* value */
 22732                   0,
 22733               };
 22734               
 22735               static const char*
 22736               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply_qualifiers[] =
 22737               {
 22738                   /* IN */
 22739                   "\024\000",
 22740                   /* OUT */
 22741                   "\043\001",
 22742                   0,
 22743 mike  1.1.2.1 };
 22744               
 22745               static MetaProperty
 22746               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply =
 22747               {
 22748                   /* flags */
 22749                   META_FLAG_PROPERTY|META_FLAG_OUT,
 22750                   /* name */
 22751                   "CanNotApply",
 22752                   /* qualifiers */
 22753                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply_qualifiers,
 22754                   /* type */
 22755                   CIMTYPE_STRING,
 22756                   /* subscript */
 22757                   0,
 22758                   /* value */
 22759                   0,
 22760               };
 22761               
 22762               static MetaFeature*
 22763               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_parameters[] =
 22764 mike  1.1.2.1 {
 22765                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection,
 22766                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply,
 22767                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy,
 22768                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply,
 22769                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply,
 22770                   0,
 22771               };
 22772               
 22773               static const char*
 22774               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_qualifiers[] =
 22775               {
 22776                   0,
 22777               };
 22778               
 22779               static MetaMethod
 22780               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection =
 22781               {
 22782                   /* flags */
 22783                   META_FLAG_METHOD,
 22784                   /* name */
 22785 mike  1.1.2.1     "CIM_Setting",
 22786                   /* qualifiers */
 22787                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_qualifiers,
 22788                   /* type */
 22789                   CIMTYPE_UINT32,
 22790                   /* parameters */
 22791                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_parameters,
 22792               };
 22793               
 22794               static const char*
 22795               _CIM_Setting_ApplyIncrementalChangeToCollection_Collection_qualifiers[] =
 22796               {
 22797                   /* IN */
 22798                   "\024\001",
 22799                   0,
 22800               };
 22801               
 22802               static MetaReference
 22803               _CIM_Setting_ApplyIncrementalChangeToCollection_Collection =
 22804               {
 22805                   /* flags */
 22806 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_IN,
 22807                   /* name */
 22808                   "Collection",
 22809                   /* qualifiers */
 22810                   _CIM_Setting_ApplyIncrementalChangeToCollection_Collection_qualifiers,
 22811                   /* subscript */
 22812                   -1,
 22813                   /* ref */
 22814                   &__root_cimv2_CIM_CollectionOfMSEs,
 22815               };
 22816               
 22817               static const char*
 22818               _CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply_qualifiers[] =
 22819               {
 22820                   /* IN */
 22821                   "\024\001",
 22822                   0,
 22823               };
 22824               
 22825               static MetaProperty
 22826               _CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply =
 22827 mike  1.1.2.1 {
 22828                   /* flags */
 22829                   META_FLAG_PROPERTY|META_FLAG_IN,
 22830                   /* name */
 22831                   "TimeToApply",
 22832                   /* qualifiers */
 22833                   _CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply_qualifiers,
 22834                   /* type */
 22835                   CIMTYPE_DATETIME,
 22836                   /* subscript */
 22837                   -1,
 22838                   /* value */
 22839                   0,
 22840               };
 22841               
 22842               static const char*
 22843               _CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError_qualifiers[] =
 22844               {
 22845                   /* IN */
 22846                   "\024\001",
 22847                   0,
 22848 mike  1.1.2.1 };
 22849               
 22850               static MetaProperty
 22851               _CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError =
 22852               {
 22853                   /* flags */
 22854                   META_FLAG_PROPERTY|META_FLAG_IN,
 22855                   /* name */
 22856                   "ContinueOnError",
 22857                   /* qualifiers */
 22858                   _CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError_qualifiers,
 22859                   /* type */
 22860                   CIMTYPE_BOOLEAN,
 22861                   /* subscript */
 22862                   -1,
 22863                   /* value */
 22864                   0,
 22865               };
 22866               
 22867               static const char*
 22868               _CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy_qualifiers[] =
 22869 mike  1.1.2.1 {
 22870                   /* IN */
 22871                   "\024\001",
 22872                   0,
 22873               };
 22874               
 22875               static MetaProperty
 22876               _CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy =
 22877               {
 22878                   /* flags */
 22879                   META_FLAG_PROPERTY|META_FLAG_IN,
 22880                   /* name */
 22881                   "MustBeCompletedBy",
 22882                   /* qualifiers */
 22883                   _CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy_qualifiers,
 22884                   /* type */
 22885                   CIMTYPE_DATETIME,
 22886                   /* subscript */
 22887                   -1,
 22888                   /* value */
 22889                   0,
 22890 mike  1.1.2.1 };
 22891               
 22892               static const char*
 22893               _CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply_qualifiers[] =
 22894               {
 22895                   /* IN */
 22896                   "\024\001",
 22897                   0,
 22898               };
 22899               
 22900               static MetaProperty
 22901               _CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply =
 22902               {
 22903                   /* flags */
 22904                   META_FLAG_PROPERTY|META_FLAG_IN,
 22905                   /* name */
 22906                   "PropertiesToApply",
 22907                   /* qualifiers */
 22908                   _CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply_qualifiers,
 22909                   /* type */
 22910                   CIMTYPE_STRING,
 22911 mike  1.1.2.1     /* subscript */
 22912                   0,
 22913                   /* value */
 22914                   0,
 22915               };
 22916               
 22917               static const char*
 22918               _CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply_qualifiers[] =
 22919               {
 22920                   /* IN */
 22921                   "\024\000",
 22922                   /* OUT */
 22923                   "\043\001",
 22924                   0,
 22925               };
 22926               
 22927               static MetaProperty
 22928               _CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply =
 22929               {
 22930                   /* flags */
 22931                   META_FLAG_PROPERTY|META_FLAG_OUT,
 22932 mike  1.1.2.1     /* name */
 22933                   "CanNotApply",
 22934                   /* qualifiers */
 22935                   _CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply_qualifiers,
 22936                   /* type */
 22937                   CIMTYPE_STRING,
 22938                   /* subscript */
 22939                   0,
 22940                   /* value */
 22941                   0,
 22942               };
 22943               
 22944               static MetaFeature*
 22945               _CIM_Setting_ApplyIncrementalChangeToCollection_parameters[] =
 22946               {
 22947                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_Collection,
 22948                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply,
 22949                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError,
 22950                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy,
 22951                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply,
 22952                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply,
 22953 mike  1.1.2.1     0,
 22954               };
 22955               
 22956               static const char*
 22957               _CIM_Setting_ApplyIncrementalChangeToCollection_qualifiers[] =
 22958               {
 22959                   0,
 22960               };
 22961               
 22962               static MetaMethod
 22963               _CIM_Setting_ApplyIncrementalChangeToCollection =
 22964               {
 22965                   /* flags */
 22966                   META_FLAG_METHOD,
 22967                   /* name */
 22968                   "CIM_Setting",
 22969                   /* qualifiers */
 22970                   _CIM_Setting_ApplyIncrementalChangeToCollection_qualifiers,
 22971                   /* type */
 22972                   CIMTYPE_UINT32,
 22973                   /* parameters */
 22974 mike  1.1.2.1     _CIM_Setting_ApplyIncrementalChangeToCollection_parameters,
 22975               };
 22976               
 22977               static MetaFeature*
 22978               _CIM_Setting_features[] =
 22979               {
 22980                   (MetaFeature*)&_CIM_Setting_SettingID,
 22981                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToMSE,
 22982                   (MetaFeature*)&_CIM_Setting_ApplyToMSE,
 22983                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToCollection,
 22984                   (MetaFeature*)&_CIM_Setting_ApplyToCollection,
 22985                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE,
 22986                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE,
 22987                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection,
 22988                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection,
 22989                   0,
 22990               };
 22991               
 22992               static const char*
 22993               __root_cimv2_CIM_Setting_qualifiers[] =
 22994               {
 22995 mike  1.1.2.1     /* UMLPackagePath */
 22996                   "\057CIM::Core::Settings",
 22997                   /* Abstract */
 22998                   "\002\001",
 22999                   /* Version */
 23000                   "\0632.8.1000",
 23001                   0,
 23002               };
 23003               
 23004               MetaClass
 23005               __root_cimv2_CIM_Setting =
 23006               {
 23007                   /* flags */
 23008                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 23009                   /* name */
 23010                   "CIM_Setting",
 23011                   /* qualifiers */
 23012                   __root_cimv2_CIM_Setting_qualifiers,
 23013                   /* super */
 23014                   &__root_cimv2_CIM_ManagedElement,
 23015                   /* features */
 23016 mike  1.1.2.1     _CIM_Setting_features,
 23017               };
 23018               
 23019               //==============================================================================
 23020               //
 23021               // Class: CIM_SettingContext
 23022               //
 23023               //==============================================================================
 23024               
 23025               static const char*
 23026               _CIM_SettingContext_Context_qualifiers[] =
 23027               {
 23028                   /* Key */
 23029                   "\025\001",
 23030                   /* Aggregate */
 23031                   "\003\001",
 23032                   0,
 23033               };
 23034               
 23035               static MetaReference
 23036               _CIM_SettingContext_Context =
 23037 mike  1.1.2.1 {
 23038                   /* flags */
 23039                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 23040                   /* name */
 23041                   "Context",
 23042                   /* qualifiers */
 23043                   _CIM_SettingContext_Context_qualifiers,
 23044                   /* subscript */
 23045                   -1,
 23046                   /* refId */
 23047                   &__root_cimv2_CIM_Configuration,
 23048               };
 23049               
 23050               static const char*
 23051               _CIM_SettingContext_Setting_qualifiers[] =
 23052               {
 23053                   /* Key */
 23054                   "\025\001",
 23055                   0,
 23056               };
 23057               
 23058 mike  1.1.2.1 static MetaReference
 23059               _CIM_SettingContext_Setting =
 23060               {
 23061                   /* flags */
 23062                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 23063                   /* name */
 23064                   "Setting",
 23065                   /* qualifiers */
 23066                   _CIM_SettingContext_Setting_qualifiers,
 23067                   /* subscript */
 23068                   -1,
 23069                   /* refId */
 23070                   &__root_cimv2_CIM_Setting,
 23071               };
 23072               
 23073               static MetaFeature*
 23074               _CIM_SettingContext_features[] =
 23075               {
 23076                   (MetaFeature*)&_CIM_SettingContext_Context,
 23077                   (MetaFeature*)&_CIM_SettingContext_Setting,
 23078                   0,
 23079 mike  1.1.2.1 };
 23080               
 23081               static const char*
 23082               __root_cimv2_CIM_SettingContext_qualifiers[] =
 23083               {
 23084                   /* ASSOCIATION */
 23085                   "\000\001",
 23086                   /* UMLPackagePath */
 23087                   "\057CIM::Core::Settings",
 23088                   /* Aggregation */
 23089                   "\004\001",
 23090                   /* Version */
 23091                   "\0632.6.0",
 23092                   0,
 23093               };
 23094               
 23095               MetaClass
 23096               __root_cimv2_CIM_SettingContext =
 23097               {
 23098                   /* flags */
 23099                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 23100 mike  1.1.2.1     /* name */
 23101                   "CIM_SettingContext",
 23102                   /* qualifiers */
 23103                   __root_cimv2_CIM_SettingContext_qualifiers,
 23104                   /* super */
 23105                   0,
 23106                   /* features */
 23107                   _CIM_SettingContext_features,
 23108               };
 23109               
 23110               //==============================================================================
 23111               //
 23112               // Class: CIM_SettingData
 23113               //
 23114               //==============================================================================
 23115               
 23116               static const char*
 23117               _CIM_SettingData_InstanceID_qualifiers[] =
 23118               {
 23119                   /* Key */
 23120                   "\025\001",
 23121 mike  1.1.2.1     0,
 23122               };
 23123               
 23124               static MetaProperty
 23125               _CIM_SettingData_InstanceID =
 23126               {
 23127                   /* flags */
 23128                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 23129                   /* name */
 23130                   "InstanceID",
 23131                   /* qualifiers */
 23132                   _CIM_SettingData_InstanceID_qualifiers,
 23133                   /* type */
 23134                   CIMTYPE_STRING,
 23135                   /* subscript */
 23136                   -1,
 23137                   /* value */
 23138                   0,
 23139               };
 23140               
 23141               static const char*
 23142 mike  1.1.2.1 _CIM_SettingData_ElementName_qualifiers[] =
 23143               {
 23144                   /* Required */
 23145                   "\050\001",
 23146                   /* Override */
 23147                   "\044ElementName",
 23148                   0,
 23149               };
 23150               
 23151               static MetaProperty
 23152               _CIM_SettingData_ElementName =
 23153               {
 23154                   /* flags */
 23155                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 23156                   /* name */
 23157                   "ElementName",
 23158                   /* qualifiers */
 23159                   _CIM_SettingData_ElementName_qualifiers,
 23160                   /* type */
 23161                   CIMTYPE_STRING,
 23162                   /* subscript */
 23163 mike  1.1.2.1     -1,
 23164                   /* value */
 23165                   0,
 23166               };
 23167               
 23168               static MetaFeature*
 23169               _CIM_SettingData_features[] =
 23170               {
 23171                   (MetaFeature*)&_CIM_SettingData_InstanceID,
 23172                   (MetaFeature*)&_CIM_SettingData_ElementName,
 23173                   0,
 23174               };
 23175               
 23176               static const char*
 23177               __root_cimv2_CIM_SettingData_qualifiers[] =
 23178               {
 23179                   /* UMLPackagePath */
 23180                   "\057CIM::Core::Settings",
 23181                   /* Abstract */
 23182                   "\002\001",
 23183                   /* Version */
 23184 mike  1.1.2.1     "\0632.10.0",
 23185                   0,
 23186               };
 23187               
 23188               MetaClass
 23189               __root_cimv2_CIM_SettingData =
 23190               {
 23191                   /* flags */
 23192                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 23193                   /* name */
 23194                   "CIM_SettingData",
 23195                   /* qualifiers */
 23196                   __root_cimv2_CIM_SettingData_qualifiers,
 23197                   /* super */
 23198                   &__root_cimv2_CIM_ManagedElement,
 23199                   /* features */
 23200                   _CIM_SettingData_features,
 23201               };
 23202               
 23203               //==============================================================================
 23204               //
 23205 mike  1.1.2.1 // Class: CIM_SharedSecret
 23206               //
 23207               //==============================================================================
 23208               
 23209               static const char*
 23210               _CIM_SharedSecret_SystemCreationClassName_qualifiers[] =
 23211               {
 23212                   /* Key */
 23213                   "\025\001",
 23214                   /* Propagated */
 23215                   "\045CIM_SharedSecretService.SystemCreationClassName",
 23216                   /* MaxLen */
 23217                   "\030\000\000\001\000",
 23218                   0,
 23219               };
 23220               
 23221               static MetaProperty
 23222               _CIM_SharedSecret_SystemCreationClassName =
 23223               {
 23224                   /* flags */
 23225                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 23226 mike  1.1.2.1     /* name */
 23227                   "SystemCreationClassName",
 23228                   /* qualifiers */
 23229                   _CIM_SharedSecret_SystemCreationClassName_qualifiers,
 23230                   /* type */
 23231                   CIMTYPE_STRING,
 23232                   /* subscript */
 23233                   -1,
 23234                   /* value */
 23235                   0,
 23236               };
 23237               
 23238               static const char*
 23239               _CIM_SharedSecret_SystemName_qualifiers[] =
 23240               {
 23241                   /* Key */
 23242                   "\025\001",
 23243                   /* Propagated */
 23244                   "\045CIM_SharedSecretService.SystemName",
 23245                   /* MaxLen */
 23246                   "\030\000\000\001\000",
 23247 mike  1.1.2.1     0,
 23248               };
 23249               
 23250               static MetaProperty
 23251               _CIM_SharedSecret_SystemName =
 23252               {
 23253                   /* flags */
 23254                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 23255                   /* name */
 23256                   "SystemName",
 23257                   /* qualifiers */
 23258                   _CIM_SharedSecret_SystemName_qualifiers,
 23259                   /* type */
 23260                   CIMTYPE_STRING,
 23261                   /* subscript */
 23262                   -1,
 23263                   /* value */
 23264                   0,
 23265               };
 23266               
 23267               static const char*
 23268 mike  1.1.2.1 _CIM_SharedSecret_ServiceCreationClassName_qualifiers[] =
 23269               {
 23270                   /* Key */
 23271                   "\025\001",
 23272                   /* Propagated */
 23273                   "\045CIM_SharedSecretService.CreationClassName",
 23274                   /* MaxLen */
 23275                   "\030\000\000\001\000",
 23276                   0,
 23277               };
 23278               
 23279               static MetaProperty
 23280               _CIM_SharedSecret_ServiceCreationClassName =
 23281               {
 23282                   /* flags */
 23283                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 23284                   /* name */
 23285                   "ServiceCreationClassName",
 23286                   /* qualifiers */
 23287                   _CIM_SharedSecret_ServiceCreationClassName_qualifiers,
 23288                   /* type */
 23289 mike  1.1.2.1     CIMTYPE_STRING,
 23290                   /* subscript */
 23291                   -1,
 23292                   /* value */
 23293                   0,
 23294               };
 23295               
 23296               static const char*
 23297               _CIM_SharedSecret_ServiceName_qualifiers[] =
 23298               {
 23299                   /* Key */
 23300                   "\025\001",
 23301                   /* Propagated */
 23302                   "\045CIM_SharedSecretService.Name",
 23303                   /* MaxLen */
 23304                   "\030\000\000\001\000",
 23305                   0,
 23306               };
 23307               
 23308               static MetaProperty
 23309               _CIM_SharedSecret_ServiceName =
 23310 mike  1.1.2.1 {
 23311                   /* flags */
 23312                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 23313                   /* name */
 23314                   "ServiceName",
 23315                   /* qualifiers */
 23316                   _CIM_SharedSecret_ServiceName_qualifiers,
 23317                   /* type */
 23318                   CIMTYPE_STRING,
 23319                   /* subscript */
 23320                   -1,
 23321                   /* value */
 23322                   0,
 23323               };
 23324               
 23325               static const char*
 23326               _CIM_SharedSecret_RemoteID_qualifiers[] =
 23327               {
 23328                   /* Key */
 23329                   "\025\001",
 23330                   /* MaxLen */
 23331 mike  1.1.2.1     "\030\000\000\001\000",
 23332                   0,
 23333               };
 23334               
 23335               static MetaProperty
 23336               _CIM_SharedSecret_RemoteID =
 23337               {
 23338                   /* flags */
 23339                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 23340                   /* name */
 23341                   "RemoteID",
 23342                   /* qualifiers */
 23343                   _CIM_SharedSecret_RemoteID_qualifiers,
 23344                   /* type */
 23345                   CIMTYPE_STRING,
 23346                   /* subscript */
 23347                   -1,
 23348                   /* value */
 23349                   0,
 23350               };
 23351               
 23352 mike  1.1.2.1 static const char*
 23353               _CIM_SharedSecret_Secret_qualifiers[] =
 23354               {
 23355                   0,
 23356               };
 23357               
 23358               static MetaProperty
 23359               _CIM_SharedSecret_Secret =
 23360               {
 23361                   /* flags */
 23362                   META_FLAG_PROPERTY|META_FLAG_READ,
 23363                   /* name */
 23364                   "Secret",
 23365                   /* qualifiers */
 23366                   _CIM_SharedSecret_Secret_qualifiers,
 23367                   /* type */
 23368                   CIMTYPE_STRING,
 23369                   /* subscript */
 23370                   -1,
 23371                   /* value */
 23372                   0,
 23373 mike  1.1.2.1 };
 23374               
 23375               static const char*
 23376               _CIM_SharedSecret_Algorithm_qualifiers[] =
 23377               {
 23378                   0,
 23379               };
 23380               
 23381               static MetaProperty
 23382               _CIM_SharedSecret_Algorithm =
 23383               {
 23384                   /* flags */
 23385                   META_FLAG_PROPERTY|META_FLAG_READ,
 23386                   /* name */
 23387                   "Algorithm",
 23388                   /* qualifiers */
 23389                   _CIM_SharedSecret_Algorithm_qualifiers,
 23390                   /* type */
 23391                   CIMTYPE_STRING,
 23392                   /* subscript */
 23393                   -1,
 23394 mike  1.1.2.1     /* value */
 23395                   0,
 23396               };
 23397               
 23398               static const char*
 23399               _CIM_SharedSecret_Protocol_qualifiers[] =
 23400               {
 23401                   0,
 23402               };
 23403               
 23404               static MetaProperty
 23405               _CIM_SharedSecret_Protocol =
 23406               {
 23407                   /* flags */
 23408                   META_FLAG_PROPERTY|META_FLAG_READ,
 23409                   /* name */
 23410                   "Protocol",
 23411                   /* qualifiers */
 23412                   _CIM_SharedSecret_Protocol_qualifiers,
 23413                   /* type */
 23414                   CIMTYPE_STRING,
 23415 mike  1.1.2.1     /* subscript */
 23416                   -1,
 23417                   /* value */
 23418                   0,
 23419               };
 23420               
 23421               static MetaFeature*
 23422               _CIM_SharedSecret_features[] =
 23423               {
 23424                   (MetaFeature*)&_CIM_SharedSecret_SystemCreationClassName,
 23425                   (MetaFeature*)&_CIM_SharedSecret_SystemName,
 23426                   (MetaFeature*)&_CIM_SharedSecret_ServiceCreationClassName,
 23427                   (MetaFeature*)&_CIM_SharedSecret_ServiceName,
 23428                   (MetaFeature*)&_CIM_SharedSecret_RemoteID,
 23429                   (MetaFeature*)&_CIM_SharedSecret_Secret,
 23430                   (MetaFeature*)&_CIM_SharedSecret_Algorithm,
 23431                   (MetaFeature*)&_CIM_SharedSecret_Protocol,
 23432                   0,
 23433               };
 23434               
 23435               static const char*
 23436 mike  1.1.2.1 __root_cimv2_CIM_SharedSecret_qualifiers[] =
 23437               {
 23438                   /* UMLPackagePath */
 23439                   "\057CIM::User::SharedSecret",
 23440                   /* Version */
 23441                   "\0632.8.0",
 23442                   0,
 23443               };
 23444               
 23445               MetaClass
 23446               __root_cimv2_CIM_SharedSecret =
 23447               {
 23448                   /* flags */
 23449                   META_FLAG_CLASS,
 23450                   /* name */
 23451                   "CIM_SharedSecret",
 23452                   /* qualifiers */
 23453                   __root_cimv2_CIM_SharedSecret_qualifiers,
 23454                   /* super */
 23455                   &__root_cimv2_CIM_Credential,
 23456                   /* features */
 23457 mike  1.1.2.1     _CIM_SharedSecret_features,
 23458               };
 23459               
 23460               //==============================================================================
 23461               //
 23462               // Class: CIM_SNMPTrapIndication
 23463               //
 23464               //==============================================================================
 23465               
 23466               static const char*
 23467               _CIM_SNMPTrapIndication_Enterprise_qualifiers[] =
 23468               {
 23469                   /* MappingStrings */
 23470                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.enterprise\000",
 23471                   0,
 23472               };
 23473               
 23474               static MetaProperty
 23475               _CIM_SNMPTrapIndication_Enterprise =
 23476               {
 23477                   /* flags */
 23478 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 23479                   /* name */
 23480                   "Enterprise",
 23481                   /* qualifiers */
 23482                   _CIM_SNMPTrapIndication_Enterprise_qualifiers,
 23483                   /* type */
 23484                   CIMTYPE_STRING,
 23485                   /* subscript */
 23486                   -1,
 23487                   /* value */
 23488                   0,
 23489               };
 23490               
 23491               static const char*
 23492               _CIM_SNMPTrapIndication_AgentAddress_qualifiers[] =
 23493               {
 23494                   /* MappingStrings */
 23495                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.agent-addr\000",
 23496                   0,
 23497               };
 23498               
 23499 mike  1.1.2.1 static MetaProperty
 23500               _CIM_SNMPTrapIndication_AgentAddress =
 23501               {
 23502                   /* flags */
 23503                   META_FLAG_PROPERTY|META_FLAG_READ,
 23504                   /* name */
 23505                   "AgentAddress",
 23506                   /* qualifiers */
 23507                   _CIM_SNMPTrapIndication_AgentAddress_qualifiers,
 23508                   /* type */
 23509                   CIMTYPE_STRING,
 23510                   /* subscript */
 23511                   -1,
 23512                   /* value */
 23513                   0,
 23514               };
 23515               
 23516               static const char*
 23517               _CIM_SNMPTrapIndication_GenericTrap_qualifiers[] =
 23518               {
 23519                   /* ValueMap */
 23520 mike  1.1.2.1     "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
 23521                   /* Values */
 23522                   "\062\000\007Cold Start\000Warm Start\000Link Down\000Link Up\000Authentication Failure\000EGP Neighbor Loss\000Enterprise Specific\000",
 23523                   /* MappingStrings */
 23524                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.generic-trap\000",
 23525                   0,
 23526               };
 23527               
 23528               static MetaProperty
 23529               _CIM_SNMPTrapIndication_GenericTrap =
 23530               {
 23531                   /* flags */
 23532                   META_FLAG_PROPERTY|META_FLAG_READ,
 23533                   /* name */
 23534                   "GenericTrap",
 23535                   /* qualifiers */
 23536                   _CIM_SNMPTrapIndication_GenericTrap_qualifiers,
 23537                   /* type */
 23538                   CIMTYPE_UINT16,
 23539                   /* subscript */
 23540                   -1,
 23541 mike  1.1.2.1     /* value */
 23542                   0,
 23543               };
 23544               
 23545               static const char*
 23546               _CIM_SNMPTrapIndication_SpecificTrap_qualifiers[] =
 23547               {
 23548                   /* MappingStrings */
 23549                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.specific-trap\000",
 23550                   0,
 23551               };
 23552               
 23553               static MetaProperty
 23554               _CIM_SNMPTrapIndication_SpecificTrap =
 23555               {
 23556                   /* flags */
 23557                   META_FLAG_PROPERTY|META_FLAG_READ,
 23558                   /* name */
 23559                   "SpecificTrap",
 23560                   /* qualifiers */
 23561                   _CIM_SNMPTrapIndication_SpecificTrap_qualifiers,
 23562 mike  1.1.2.1     /* type */
 23563                   CIMTYPE_UINT32,
 23564                   /* subscript */
 23565                   -1,
 23566                   /* value */
 23567                   0,
 23568               };
 23569               
 23570               static const char*
 23571               _CIM_SNMPTrapIndication_TimeStamp_qualifiers[] =
 23572               {
 23573                   /* MappingStrings */
 23574                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.time-stamp\000",
 23575                   0,
 23576               };
 23577               
 23578               static MetaProperty
 23579               _CIM_SNMPTrapIndication_TimeStamp =
 23580               {
 23581                   /* flags */
 23582                   META_FLAG_PROPERTY|META_FLAG_READ,
 23583 mike  1.1.2.1     /* name */
 23584                   "TimeStamp",
 23585                   /* qualifiers */
 23586                   _CIM_SNMPTrapIndication_TimeStamp_qualifiers,
 23587                   /* type */
 23588                   CIMTYPE_DATETIME,
 23589                   /* subscript */
 23590                   -1,
 23591                   /* value */
 23592                   0,
 23593               };
 23594               
 23595               static const char*
 23596               _CIM_SNMPTrapIndication_VarBindNames_qualifiers[] =
 23597               {
 23598                   /* MappingStrings */
 23599                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.variable-bindings\000",
 23600                   /* ArrayType */
 23601                   "\005Indexed",
 23602                   /* ModelCorrespondence */
 23603                   "\036\000\002CIM_SNMPTrapIndication.VarBindSyntaxes\000CIM_SNMPTrapIndication.VarBindValues\000",
 23604 mike  1.1.2.1     0,
 23605               };
 23606               
 23607               static MetaProperty
 23608               _CIM_SNMPTrapIndication_VarBindNames =
 23609               {
 23610                   /* flags */
 23611                   META_FLAG_PROPERTY|META_FLAG_READ,
 23612                   /* name */
 23613                   "VarBindNames",
 23614                   /* qualifiers */
 23615                   _CIM_SNMPTrapIndication_VarBindNames_qualifiers,
 23616                   /* type */
 23617                   CIMTYPE_STRING,
 23618                   /* subscript */
 23619                   0,
 23620                   /* value */
 23621                   0,
 23622               };
 23623               
 23624               static const char*
 23625 mike  1.1.2.1 _CIM_SNMPTrapIndication_VarBindSyntaxes_qualifiers[] =
 23626               {
 23627                   /* ValueMap */
 23628                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
 23629                   /* Values */
 23630                   "\062\000\010Integer\000OctetString\000ObjectIdentifier\000NetworkAddress\000Counter\000Gauge\000TimeTicks\000Opaque\000",
 23631                   /* MappingStrings */
 23632                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.variable-bindings\000",
 23633                   /* ArrayType */
 23634                   "\005Indexed",
 23635                   /* ModelCorrespondence */
 23636                   "\036\000\002CIM_SNMPTrapIndication.VarBindNames\000CIM_SNMPTrapIndication.VarBindValues\000",
 23637                   0,
 23638               };
 23639               
 23640               static MetaProperty
 23641               _CIM_SNMPTrapIndication_VarBindSyntaxes =
 23642               {
 23643                   /* flags */
 23644                   META_FLAG_PROPERTY|META_FLAG_READ,
 23645                   /* name */
 23646 mike  1.1.2.1     "VarBindSyntaxes",
 23647                   /* qualifiers */
 23648                   _CIM_SNMPTrapIndication_VarBindSyntaxes_qualifiers,
 23649                   /* type */
 23650                   CIMTYPE_UINT16,
 23651                   /* subscript */
 23652                   0,
 23653                   /* value */
 23654                   0,
 23655               };
 23656               
 23657               static const char*
 23658               _CIM_SNMPTrapIndication_VarBindValues_qualifiers[] =
 23659               {
 23660                   /* OctetString */
 23661                   "\042\001",
 23662                   /* MappingStrings */
 23663                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.variable-bindings\000",
 23664                   /* ArrayType */
 23665                   "\005Indexed",
 23666                   /* ModelCorrespondence */
 23667 mike  1.1.2.1     "\036\000\002CIM_SNMPTrapIndication.VarBindNames\000CIM_SNMPTrapIndication.VarBindSyntaxes\000",
 23668                   0,
 23669               };
 23670               
 23671               static MetaProperty
 23672               _CIM_SNMPTrapIndication_VarBindValues =
 23673               {
 23674                   /* flags */
 23675                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 23676                   /* name */
 23677                   "VarBindValues",
 23678                   /* qualifiers */
 23679                   _CIM_SNMPTrapIndication_VarBindValues_qualifiers,
 23680                   /* type */
 23681                   CIMTYPE_STRING,
 23682                   /* subscript */
 23683                   0,
 23684                   /* value */
 23685                   0,
 23686               };
 23687               
 23688 mike  1.1.2.1 static MetaFeature*
 23689               _CIM_SNMPTrapIndication_features[] =
 23690               {
 23691                   (MetaFeature*)&_CIM_SNMPTrapIndication_Enterprise,
 23692                   (MetaFeature*)&_CIM_SNMPTrapIndication_AgentAddress,
 23693                   (MetaFeature*)&_CIM_SNMPTrapIndication_GenericTrap,
 23694                   (MetaFeature*)&_CIM_SNMPTrapIndication_SpecificTrap,
 23695                   (MetaFeature*)&_CIM_SNMPTrapIndication_TimeStamp,
 23696                   (MetaFeature*)&_CIM_SNMPTrapIndication_VarBindNames,
 23697                   (MetaFeature*)&_CIM_SNMPTrapIndication_VarBindSyntaxes,
 23698                   (MetaFeature*)&_CIM_SNMPTrapIndication_VarBindValues,
 23699                   0,
 23700               };
 23701               
 23702               static const char*
 23703               __root_cimv2_CIM_SNMPTrapIndication_qualifiers[] =
 23704               {
 23705                   /* INDICATION */
 23706                   "\001\001",
 23707                   /* UMLPackagePath */
 23708                   "\057CIM::Event",
 23709 mike  1.1.2.1     /* Version */
 23710                   "\0632.7.0",
 23711                   0,
 23712               };
 23713               
 23714               MetaClass
 23715               __root_cimv2_CIM_SNMPTrapIndication =
 23716               {
 23717                   /* flags */
 23718                   META_FLAG_INDICATION,
 23719                   /* name */
 23720                   "CIM_SNMPTrapIndication",
 23721                   /* qualifiers */
 23722                   __root_cimv2_CIM_SNMPTrapIndication_qualifiers,
 23723                   /* super */
 23724                   &__root_cimv2_CIM_ProcessIndication,
 23725                   /* features */
 23726                   _CIM_SNMPTrapIndication_features,
 23727               };
 23728               
 23729               //==============================================================================
 23730 mike  1.1.2.1 //
 23731               // Class: CIM_Spared
 23732               //
 23733               //==============================================================================
 23734               
 23735               static const char*
 23736               _CIM_Spared_Antecedent_qualifiers[] =
 23737               {
 23738                   /* Override */
 23739                   "\044Antecedent",
 23740                   0,
 23741               };
 23742               
 23743               static MetaReference
 23744               _CIM_Spared_Antecedent =
 23745               {
 23746                   /* flags */
 23747                   META_FLAG_REFERENCE|META_FLAG_READ,
 23748                   /* name */
 23749                   "Antecedent",
 23750                   /* qualifiers */
 23751 mike  1.1.2.1     _CIM_Spared_Antecedent_qualifiers,
 23752                   /* subscript */
 23753                   -1,
 23754                   /* refId */
 23755                   &__root_cimv2_CIM_ManagedElement,
 23756               };
 23757               
 23758               static const char*
 23759               _CIM_Spared_Dependent_qualifiers[] =
 23760               {
 23761                   /* Override */
 23762                   "\044Dependent",
 23763                   0,
 23764               };
 23765               
 23766               static MetaReference
 23767               _CIM_Spared_Dependent =
 23768               {
 23769                   /* flags */
 23770                   META_FLAG_REFERENCE|META_FLAG_READ,
 23771                   /* name */
 23772 mike  1.1.2.1     "Dependent",
 23773                   /* qualifiers */
 23774                   _CIM_Spared_Dependent_qualifiers,
 23775                   /* subscript */
 23776                   -1,
 23777                   /* refId */
 23778                   &__root_cimv2_CIM_ManagedElement,
 23779               };
 23780               
 23781               static MetaFeature*
 23782               _CIM_Spared_features[] =
 23783               {
 23784                   (MetaFeature*)&_CIM_Spared_Antecedent,
 23785                   (MetaFeature*)&_CIM_Spared_Dependent,
 23786                   0,
 23787               };
 23788               
 23789               static const char*
 23790               __root_cimv2_CIM_Spared_qualifiers[] =
 23791               {
 23792                   /* ASSOCIATION */
 23793 mike  1.1.2.1     "\000\001",
 23794                   /* UMLPackagePath */
 23795                   "\057CIM::Core::Redundancy",
 23796                   /* Version */
 23797                   "\0632.10.0",
 23798                   0,
 23799               };
 23800               
 23801               MetaClass
 23802               __root_cimv2_CIM_Spared =
 23803               {
 23804                   /* flags */
 23805                   META_FLAG_ASSOCIATION,
 23806                   /* name */
 23807                   "CIM_Spared",
 23808                   /* qualifiers */
 23809                   __root_cimv2_CIM_Spared_qualifiers,
 23810                   /* super */
 23811                   &__root_cimv2_CIM_Dependency,
 23812                   /* features */
 23813                   _CIM_Spared_features,
 23814 mike  1.1.2.1 };
 23815               
 23816               //==============================================================================
 23817               //
 23818               // Class: CIM_StatisticalData
 23819               //
 23820               //==============================================================================
 23821               
 23822               static const char*
 23823               _CIM_StatisticalData_InstanceID_qualifiers[] =
 23824               {
 23825                   /* Key */
 23826                   "\025\001",
 23827                   0,
 23828               };
 23829               
 23830               static MetaProperty
 23831               _CIM_StatisticalData_InstanceID =
 23832               {
 23833                   /* flags */
 23834                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 23835 mike  1.1.2.1     /* name */
 23836                   "InstanceID",
 23837                   /* qualifiers */
 23838                   _CIM_StatisticalData_InstanceID_qualifiers,
 23839                   /* type */
 23840                   CIMTYPE_STRING,
 23841                   /* subscript */
 23842                   -1,
 23843                   /* value */
 23844                   0,
 23845               };
 23846               
 23847               static const char*
 23848               _CIM_StatisticalData_ElementName_qualifiers[] =
 23849               {
 23850                   /* Required */
 23851                   "\050\001",
 23852                   /* Override */
 23853                   "\044ElementName",
 23854                   0,
 23855               };
 23856 mike  1.1.2.1 
 23857               static MetaProperty
 23858               _CIM_StatisticalData_ElementName =
 23859               {
 23860                   /* flags */
 23861                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 23862                   /* name */
 23863                   "ElementName",
 23864                   /* qualifiers */
 23865                   _CIM_StatisticalData_ElementName_qualifiers,
 23866                   /* type */
 23867                   CIMTYPE_STRING,
 23868                   /* subscript */
 23869                   -1,
 23870                   /* value */
 23871                   0,
 23872               };
 23873               
 23874               static const char*
 23875               _CIM_StatisticalData_StartStatisticTime_qualifiers[] =
 23876               {
 23877 mike  1.1.2.1     0,
 23878               };
 23879               
 23880               static MetaProperty
 23881               _CIM_StatisticalData_StartStatisticTime =
 23882               {
 23883                   /* flags */
 23884                   META_FLAG_PROPERTY|META_FLAG_READ,
 23885                   /* name */
 23886                   "StartStatisticTime",
 23887                   /* qualifiers */
 23888                   _CIM_StatisticalData_StartStatisticTime_qualifiers,
 23889                   /* type */
 23890                   CIMTYPE_DATETIME,
 23891                   /* subscript */
 23892                   -1,
 23893                   /* value */
 23894                   0,
 23895               };
 23896               
 23897               static const char*
 23898 mike  1.1.2.1 _CIM_StatisticalData_StatisticTime_qualifiers[] =
 23899               {
 23900                   0,
 23901               };
 23902               
 23903               static MetaProperty
 23904               _CIM_StatisticalData_StatisticTime =
 23905               {
 23906                   /* flags */
 23907                   META_FLAG_PROPERTY|META_FLAG_READ,
 23908                   /* name */
 23909                   "StatisticTime",
 23910                   /* qualifiers */
 23911                   _CIM_StatisticalData_StatisticTime_qualifiers,
 23912                   /* type */
 23913                   CIMTYPE_DATETIME,
 23914                   /* subscript */
 23915                   -1,
 23916                   /* value */
 23917                   0,
 23918               };
 23919 mike  1.1.2.1 
 23920               static const char*
 23921               _CIM_StatisticalData_SampleInterval_qualifiers[] =
 23922               {
 23923                   0,
 23924               };
 23925               
 23926               static MetaProperty
 23927               _CIM_StatisticalData_SampleInterval =
 23928               {
 23929                   /* flags */
 23930                   META_FLAG_PROPERTY|META_FLAG_READ,
 23931                   /* name */
 23932                   "SampleInterval",
 23933                   /* qualifiers */
 23934                   _CIM_StatisticalData_SampleInterval_qualifiers,
 23935                   /* type */
 23936                   CIMTYPE_DATETIME,
 23937                   /* subscript */
 23938                   -1,
 23939                   /* value */
 23940 mike  1.1.2.1     "00000000000000.000000:000",
 23941               };
 23942               
 23943               static const char*
 23944               _CIM_StatisticalData_ResetSelectedStats_SelectedStatistics_qualifiers[] =
 23945               {
 23946                   /* IN */
 23947                   "\024\001",
 23948                   0,
 23949               };
 23950               
 23951               static MetaProperty
 23952               _CIM_StatisticalData_ResetSelectedStats_SelectedStatistics =
 23953               {
 23954                   /* flags */
 23955                   META_FLAG_PROPERTY|META_FLAG_IN,
 23956                   /* name */
 23957                   "SelectedStatistics",
 23958                   /* qualifiers */
 23959                   _CIM_StatisticalData_ResetSelectedStats_SelectedStatistics_qualifiers,
 23960                   /* type */
 23961 mike  1.1.2.1     CIMTYPE_STRING,
 23962                   /* subscript */
 23963                   0,
 23964                   /* value */
 23965                   0,
 23966               };
 23967               
 23968               static MetaFeature*
 23969               _CIM_StatisticalData_ResetSelectedStats_parameters[] =
 23970               {
 23971                   (MetaFeature*)&_CIM_StatisticalData_ResetSelectedStats_SelectedStatistics,
 23972                   0,
 23973               };
 23974               
 23975               static const char*
 23976               _CIM_StatisticalData_ResetSelectedStats_qualifiers[] =
 23977               {
 23978                   0,
 23979               };
 23980               
 23981               static MetaMethod
 23982 mike  1.1.2.1 _CIM_StatisticalData_ResetSelectedStats =
 23983               {
 23984                   /* flags */
 23985                   META_FLAG_METHOD,
 23986                   /* name */
 23987                   "CIM_StatisticalData",
 23988                   /* qualifiers */
 23989                   _CIM_StatisticalData_ResetSelectedStats_qualifiers,
 23990                   /* type */
 23991                   CIMTYPE_UINT32,
 23992                   /* parameters */
 23993                   _CIM_StatisticalData_ResetSelectedStats_parameters,
 23994               };
 23995               
 23996               static MetaFeature*
 23997               _CIM_StatisticalData_features[] =
 23998               {
 23999                   (MetaFeature*)&_CIM_StatisticalData_InstanceID,
 24000                   (MetaFeature*)&_CIM_StatisticalData_ElementName,
 24001                   (MetaFeature*)&_CIM_StatisticalData_StartStatisticTime,
 24002                   (MetaFeature*)&_CIM_StatisticalData_StatisticTime,
 24003 mike  1.1.2.1     (MetaFeature*)&_CIM_StatisticalData_SampleInterval,
 24004                   (MetaFeature*)&_CIM_StatisticalData_ResetSelectedStats,
 24005                   0,
 24006               };
 24007               
 24008               static const char*
 24009               __root_cimv2_CIM_StatisticalData_qualifiers[] =
 24010               {
 24011                   /* UMLPackagePath */
 24012                   "\057CIM::Core::Statistics",
 24013                   /* Abstract */
 24014                   "\002\001",
 24015                   /* Version */
 24016                   "\0632.8.0",
 24017                   0,
 24018               };
 24019               
 24020               MetaClass
 24021               __root_cimv2_CIM_StatisticalData =
 24022               {
 24023                   /* flags */
 24024 mike  1.1.2.1     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 24025                   /* name */
 24026                   "CIM_StatisticalData",
 24027                   /* qualifiers */
 24028                   __root_cimv2_CIM_StatisticalData_qualifiers,
 24029                   /* super */
 24030                   &__root_cimv2_CIM_ManagedElement,
 24031                   /* features */
 24032                   _CIM_StatisticalData_features,
 24033               };
 24034               
 24035               //==============================================================================
 24036               //
 24037               // Class: CIM_StatisticalInformation
 24038               //
 24039               //==============================================================================
 24040               
 24041               static const char*
 24042               _CIM_StatisticalInformation_Name_qualifiers[] =
 24043               {
 24044                   /* MaxLen */
 24045 mike  1.1.2.1     "\030\000\000\001\000",
 24046                   0,
 24047               };
 24048               
 24049               static MetaProperty
 24050               _CIM_StatisticalInformation_Name =
 24051               {
 24052                   /* flags */
 24053                   META_FLAG_PROPERTY|META_FLAG_READ,
 24054                   /* name */
 24055                   "Name",
 24056                   /* qualifiers */
 24057                   _CIM_StatisticalInformation_Name_qualifiers,
 24058                   /* type */
 24059                   CIMTYPE_STRING,
 24060                   /* subscript */
 24061                   -1,
 24062                   /* value */
 24063                   0,
 24064               };
 24065               
 24066 mike  1.1.2.1 static MetaFeature*
 24067               _CIM_StatisticalInformation_features[] =
 24068               {
 24069                   (MetaFeature*)&_CIM_StatisticalInformation_Name,
 24070                   0,
 24071               };
 24072               
 24073               static const char*
 24074               __root_cimv2_CIM_StatisticalInformation_qualifiers[] =
 24075               {
 24076                   /* UMLPackagePath */
 24077                   "\057CIM::Core::Statistics",
 24078                   /* Abstract */
 24079                   "\002\001",
 24080                   /* Version */
 24081                   "\0632.6.0",
 24082                   0,
 24083               };
 24084               
 24085               MetaClass
 24086               __root_cimv2_CIM_StatisticalInformation =
 24087 mike  1.1.2.1 {
 24088                   /* flags */
 24089                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 24090                   /* name */
 24091                   "CIM_StatisticalInformation",
 24092                   /* qualifiers */
 24093                   __root_cimv2_CIM_StatisticalInformation_qualifiers,
 24094                   /* super */
 24095                   &__root_cimv2_CIM_ManagedElement,
 24096                   /* features */
 24097                   _CIM_StatisticalInformation_features,
 24098               };
 24099               
 24100               //==============================================================================
 24101               //
 24102               // Class: CIM_StatisticalRuntimeOverview
 24103               //
 24104               //==============================================================================
 24105               
 24106               static const char*
 24107               _CIM_StatisticalRuntimeOverview_LastActivity_qualifiers[] =
 24108 mike  1.1.2.1 {
 24109                   0,
 24110               };
 24111               
 24112               static MetaProperty
 24113               _CIM_StatisticalRuntimeOverview_LastActivity =
 24114               {
 24115                   /* flags */
 24116                   META_FLAG_PROPERTY|META_FLAG_READ,
 24117                   /* name */
 24118                   "LastActivity",
 24119                   /* qualifiers */
 24120                   _CIM_StatisticalRuntimeOverview_LastActivity_qualifiers,
 24121                   /* type */
 24122                   CIMTYPE_DATETIME,
 24123                   /* subscript */
 24124                   -1,
 24125                   /* value */
 24126                   0,
 24127               };
 24128               
 24129 mike  1.1.2.1 static const char*
 24130               _CIM_StatisticalRuntimeOverview_NumberOfActiveRequests_qualifiers[] =
 24131               {
 24132                   /* Counter */
 24133                   "\012\001",
 24134                   0,
 24135               };
 24136               
 24137               static MetaProperty
 24138               _CIM_StatisticalRuntimeOverview_NumberOfActiveRequests =
 24139               {
 24140                   /* flags */
 24141                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 24142                   /* name */
 24143                   "NumberOfActiveRequests",
 24144                   /* qualifiers */
 24145                   _CIM_StatisticalRuntimeOverview_NumberOfActiveRequests_qualifiers,
 24146                   /* type */
 24147                   CIMTYPE_UINT32,
 24148                   /* subscript */
 24149                   -1,
 24150 mike  1.1.2.1     /* value */
 24151                   0,
 24152               };
 24153               
 24154               static const char*
 24155               _CIM_StatisticalRuntimeOverview_NumberOfActiveRequestors_qualifiers[] =
 24156               {
 24157                   /* Counter */
 24158                   "\012\001",
 24159                   0,
 24160               };
 24161               
 24162               static MetaProperty
 24163               _CIM_StatisticalRuntimeOverview_NumberOfActiveRequestors =
 24164               {
 24165                   /* flags */
 24166                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 24167                   /* name */
 24168                   "NumberOfActiveRequestors",
 24169                   /* qualifiers */
 24170                   _CIM_StatisticalRuntimeOverview_NumberOfActiveRequestors_qualifiers,
 24171 mike  1.1.2.1     /* type */
 24172                   CIMTYPE_UINT32,
 24173                   /* subscript */
 24174                   -1,
 24175                   /* value */
 24176                   0,
 24177               };
 24178               
 24179               static const char*
 24180               _CIM_StatisticalRuntimeOverview_AverageResponseTime_qualifiers[] =
 24181               {
 24182                   /* Units */
 24183                   "\060MilliSeconds",
 24184                   0,
 24185               };
 24186               
 24187               static MetaProperty
 24188               _CIM_StatisticalRuntimeOverview_AverageResponseTime =
 24189               {
 24190                   /* flags */
 24191                   META_FLAG_PROPERTY|META_FLAG_READ,
 24192 mike  1.1.2.1     /* name */
 24193                   "AverageResponseTime",
 24194                   /* qualifiers */
 24195                   _CIM_StatisticalRuntimeOverview_AverageResponseTime_qualifiers,
 24196                   /* type */
 24197                   CIMTYPE_UINT32,
 24198                   /* subscript */
 24199                   -1,
 24200                   /* value */
 24201                   0,
 24202               };
 24203               
 24204               static MetaFeature*
 24205               _CIM_StatisticalRuntimeOverview_features[] =
 24206               {
 24207                   (MetaFeature*)&_CIM_StatisticalRuntimeOverview_LastActivity,
 24208                   (MetaFeature*)&_CIM_StatisticalRuntimeOverview_NumberOfActiveRequests,
 24209                   (MetaFeature*)&_CIM_StatisticalRuntimeOverview_NumberOfActiveRequestors,
 24210                   (MetaFeature*)&_CIM_StatisticalRuntimeOverview_AverageResponseTime,
 24211                   0,
 24212               };
 24213 mike  1.1.2.1 
 24214               static const char*
 24215               __root_cimv2_CIM_StatisticalRuntimeOverview_qualifiers[] =
 24216               {
 24217                   /* UMLPackagePath */
 24218                   "\057CIM::Application::AppRuntime",
 24219                   /* Version */
 24220                   "\0632.8.0",
 24221                   0,
 24222               };
 24223               
 24224               MetaClass
 24225               __root_cimv2_CIM_StatisticalRuntimeOverview =
 24226               {
 24227                   /* flags */
 24228                   META_FLAG_CLASS,
 24229                   /* name */
 24230                   "CIM_StatisticalRuntimeOverview",
 24231                   /* qualifiers */
 24232                   __root_cimv2_CIM_StatisticalRuntimeOverview_qualifiers,
 24233                   /* super */
 24234 mike  1.1.2.1     &__root_cimv2_CIM_StatisticalData,
 24235                   /* features */
 24236                   _CIM_StatisticalRuntimeOverview_features,
 24237               };
 24238               
 24239               //==============================================================================
 24240               //
 24241               // Class: CIM_StatisticalSetting
 24242               //
 24243               //==============================================================================
 24244               
 24245               static const char*
 24246               _CIM_StatisticalSetting_StartStatisticTime_qualifiers[] =
 24247               {
 24248                   /* Write */
 24249                   "\065\001",
 24250                   /* ModelCorrespondence */
 24251                   "\036\000\001CIM_StatisticalData.StartStatisticTime\000",
 24252                   0,
 24253               };
 24254               
 24255 mike  1.1.2.1 static MetaProperty
 24256               _CIM_StatisticalSetting_StartStatisticTime =
 24257               {
 24258                   /* flags */
 24259                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 24260                   /* name */
 24261                   "StartStatisticTime",
 24262                   /* qualifiers */
 24263                   _CIM_StatisticalSetting_StartStatisticTime_qualifiers,
 24264                   /* type */
 24265                   CIMTYPE_DATETIME,
 24266                   /* subscript */
 24267                   -1,
 24268                   /* value */
 24269                   0,
 24270               };
 24271               
 24272               static const char*
 24273               _CIM_StatisticalSetting_EndStatisticTime_qualifiers[] =
 24274               {
 24275                   /* Write */
 24276 mike  1.1.2.1     "\065\001",
 24277                   0,
 24278               };
 24279               
 24280               static MetaProperty
 24281               _CIM_StatisticalSetting_EndStatisticTime =
 24282               {
 24283                   /* flags */
 24284                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 24285                   /* name */
 24286                   "EndStatisticTime",
 24287                   /* qualifiers */
 24288                   _CIM_StatisticalSetting_EndStatisticTime_qualifiers,
 24289                   /* type */
 24290                   CIMTYPE_DATETIME,
 24291                   /* subscript */
 24292                   -1,
 24293                   /* value */
 24294                   0,
 24295               };
 24296               
 24297 mike  1.1.2.1 static const char*
 24298               _CIM_StatisticalSetting_SampleInterval_qualifiers[] =
 24299               {
 24300                   /* Write */
 24301                   "\065\001",
 24302                   /* ModelCorrespondence */
 24303                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 24304                   0,
 24305               };
 24306               
 24307               static MetaProperty
 24308               _CIM_StatisticalSetting_SampleInterval =
 24309               {
 24310                   /* flags */
 24311                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 24312                   /* name */
 24313                   "SampleInterval",
 24314                   /* qualifiers */
 24315                   _CIM_StatisticalSetting_SampleInterval_qualifiers,
 24316                   /* type */
 24317                   CIMTYPE_DATETIME,
 24318 mike  1.1.2.1     /* subscript */
 24319                   -1,
 24320                   /* value */
 24321                   0,
 24322               };
 24323               
 24324               static MetaFeature*
 24325               _CIM_StatisticalSetting_features[] =
 24326               {
 24327                   (MetaFeature*)&_CIM_StatisticalSetting_StartStatisticTime,
 24328                   (MetaFeature*)&_CIM_StatisticalSetting_EndStatisticTime,
 24329                   (MetaFeature*)&_CIM_StatisticalSetting_SampleInterval,
 24330                   0,
 24331               };
 24332               
 24333               static const char*
 24334               __root_cimv2_CIM_StatisticalSetting_qualifiers[] =
 24335               {
 24336                   /* UMLPackagePath */
 24337                   "\057CIM::Core::Statistics",
 24338                   /* Version */
 24339 mike  1.1.2.1     "\0632.8.0",
 24340                   0,
 24341               };
 24342               
 24343               MetaClass
 24344               __root_cimv2_CIM_StatisticalSetting =
 24345               {
 24346                   /* flags */
 24347                   META_FLAG_CLASS,
 24348                   /* name */
 24349                   "CIM_StatisticalSetting",
 24350                   /* qualifiers */
 24351                   __root_cimv2_CIM_StatisticalSetting_qualifiers,
 24352                   /* super */
 24353                   &__root_cimv2_CIM_SettingData,
 24354                   /* features */
 24355                   _CIM_StatisticalSetting_features,
 24356               };
 24357               
 24358               //==============================================================================
 24359               //
 24360 mike  1.1.2.1 // Class: CIM_Statistics
 24361               //
 24362               //==============================================================================
 24363               
 24364               static const char*
 24365               _CIM_Statistics_Stats_qualifiers[] =
 24366               {
 24367                   /* Key */
 24368                   "\025\001",
 24369                   0,
 24370               };
 24371               
 24372               static MetaReference
 24373               _CIM_Statistics_Stats =
 24374               {
 24375                   /* flags */
 24376                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 24377                   /* name */
 24378                   "Stats",
 24379                   /* qualifiers */
 24380                   _CIM_Statistics_Stats_qualifiers,
 24381 mike  1.1.2.1     /* subscript */
 24382                   -1,
 24383                   /* refId */
 24384                   &__root_cimv2_CIM_StatisticalInformation,
 24385               };
 24386               
 24387               static const char*
 24388               _CIM_Statistics_Element_qualifiers[] =
 24389               {
 24390                   /* Key */
 24391                   "\025\001",
 24392                   0,
 24393               };
 24394               
 24395               static MetaReference
 24396               _CIM_Statistics_Element =
 24397               {
 24398                   /* flags */
 24399                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 24400                   /* name */
 24401                   "Element",
 24402 mike  1.1.2.1     /* qualifiers */
 24403                   _CIM_Statistics_Element_qualifiers,
 24404                   /* subscript */
 24405                   -1,
 24406                   /* refId */
 24407                   &__root_cimv2_CIM_ManagedElement,
 24408               };
 24409               
 24410               static MetaFeature*
 24411               _CIM_Statistics_features[] =
 24412               {
 24413                   (MetaFeature*)&_CIM_Statistics_Stats,
 24414                   (MetaFeature*)&_CIM_Statistics_Element,
 24415                   0,
 24416               };
 24417               
 24418               static const char*
 24419               __root_cimv2_CIM_Statistics_qualifiers[] =
 24420               {
 24421                   /* ASSOCIATION */
 24422                   "\000\001",
 24423 mike  1.1.2.1     /* UMLPackagePath */
 24424                   "\057CIM::Core::Statistics",
 24425                   /* Version */
 24426                   "\0632.6.0",
 24427                   0,
 24428               };
 24429               
 24430               MetaClass
 24431               __root_cimv2_CIM_Statistics =
 24432               {
 24433                   /* flags */
 24434                   META_FLAG_ASSOCIATION,
 24435                   /* name */
 24436                   "CIM_Statistics",
 24437                   /* qualifiers */
 24438                   __root_cimv2_CIM_Statistics_qualifiers,
 24439                   /* super */
 24440                   0,
 24441                   /* features */
 24442                   _CIM_Statistics_features,
 24443               };
 24444 mike  1.1.2.1 
 24445               //==============================================================================
 24446               //
 24447               // Class: CIM_StatisticsCapabilities
 24448               //
 24449               //==============================================================================
 24450               
 24451               static const char*
 24452               _CIM_StatisticsCapabilities_ElementTypesSupported_qualifiers[] =
 24453               {
 24454                   0,
 24455               };
 24456               
 24457               static MetaProperty
 24458               _CIM_StatisticsCapabilities_ElementTypesSupported =
 24459               {
 24460                   /* flags */
 24461                   META_FLAG_PROPERTY|META_FLAG_READ,
 24462                   /* name */
 24463                   "ElementTypesSupported",
 24464                   /* qualifiers */
 24465 mike  1.1.2.1     _CIM_StatisticsCapabilities_ElementTypesSupported_qualifiers,
 24466                   /* type */
 24467                   CIMTYPE_UINT16,
 24468                   /* subscript */
 24469                   0,
 24470                   /* value */
 24471                   0,
 24472               };
 24473               
 24474               static const char*
 24475               _CIM_StatisticsCapabilities_SynchronousMethodsSupported_qualifiers[] =
 24476               {
 24477                   /* ValueMap */
 24478                   "\061\000\002..\0000x8000..\000",
 24479                   /* Values */
 24480                   "\062\000\002DMTF Reserved\000Vendor Specific\000",
 24481                   0,
 24482               };
 24483               
 24484               static MetaProperty
 24485               _CIM_StatisticsCapabilities_SynchronousMethodsSupported =
 24486 mike  1.1.2.1 {
 24487                   /* flags */
 24488                   META_FLAG_PROPERTY|META_FLAG_READ,
 24489                   /* name */
 24490                   "SynchronousMethodsSupported",
 24491                   /* qualifiers */
 24492                   _CIM_StatisticsCapabilities_SynchronousMethodsSupported_qualifiers,
 24493                   /* type */
 24494                   CIMTYPE_UINT16,
 24495                   /* subscript */
 24496                   0,
 24497                   /* value */
 24498                   0,
 24499               };
 24500               
 24501               static const char*
 24502               _CIM_StatisticsCapabilities_AsynchronousMethodsSupported_qualifiers[] =
 24503               {
 24504                   /* ValueMap */
 24505                   "\061\000\002..\0000x8000..\000",
 24506                   /* Values */
 24507 mike  1.1.2.1     "\062\000\002DMTF Reserved\000Vendor Specific\000",
 24508                   0,
 24509               };
 24510               
 24511               static MetaProperty
 24512               _CIM_StatisticsCapabilities_AsynchronousMethodsSupported =
 24513               {
 24514                   /* flags */
 24515                   META_FLAG_PROPERTY|META_FLAG_READ,
 24516                   /* name */
 24517                   "AsynchronousMethodsSupported",
 24518                   /* qualifiers */
 24519                   _CIM_StatisticsCapabilities_AsynchronousMethodsSupported_qualifiers,
 24520                   /* type */
 24521                   CIMTYPE_UINT16,
 24522                   /* subscript */
 24523                   0,
 24524                   /* value */
 24525                   0,
 24526               };
 24527               
 24528 mike  1.1.2.1 static MetaFeature*
 24529               _CIM_StatisticsCapabilities_features[] =
 24530               {
 24531                   (MetaFeature*)&_CIM_StatisticsCapabilities_ElementTypesSupported,
 24532                   (MetaFeature*)&_CIM_StatisticsCapabilities_SynchronousMethodsSupported,
 24533                   (MetaFeature*)&_CIM_StatisticsCapabilities_AsynchronousMethodsSupported,
 24534                   0,
 24535               };
 24536               
 24537               static const char*
 24538               __root_cimv2_CIM_StatisticsCapabilities_qualifiers[] =
 24539               {
 24540                   /* UMLPackagePath */
 24541                   "\057CIM::Device::StorageStatistics",
 24542                   /* Version */
 24543                   "\0632.10.0",
 24544                   0,
 24545               };
 24546               
 24547               MetaClass
 24548               __root_cimv2_CIM_StatisticsCapabilities =
 24549 mike  1.1.2.1 {
 24550                   /* flags */
 24551                   META_FLAG_CLASS,
 24552                   /* name */
 24553                   "CIM_StatisticsCapabilities",
 24554                   /* qualifiers */
 24555                   __root_cimv2_CIM_StatisticsCapabilities_qualifiers,
 24556                   /* super */
 24557                   &__root_cimv2_CIM_Capabilities,
 24558                   /* features */
 24559                   _CIM_StatisticsCapabilities_features,
 24560               };
 24561               
 24562               //==============================================================================
 24563               //
 24564               // Class: CIM_StorageClientSettingData
 24565               //
 24566               //==============================================================================
 24567               
 24568               static const char*
 24569               _CIM_StorageClientSettingData_ClientTypes_qualifiers[] =
 24570 mike  1.1.2.1 {
 24571                   /* ValueMap */
 24572                   "\061\000\0250\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019..32767\00032768..65535\000",
 24573                   /* Values */
 24574                   "\062\000\025Unknown\000Other\000Standard\000Solaris\000HPUX\000OpenVMS\000Tru64\000Netware\000Sequent\000AIX\000DGUX\000Dynix\000Irix\000Cisco iSCSI Storage Router\000Linux\000Microsoft Windows\000OS400\000TRESPASS\000HI-UX\000DMTF Reserved\000Vendor Specific\000",
 24575                   /* ArrayType */
 24576                   "\005Indexed",
 24577                   /* ModelCorrespondence */
 24578                   "\036\000\001CIM_StorageClientSettingData.OtherClientTypeDescriptions\000",
 24579                   0,
 24580               };
 24581               
 24582               static MetaProperty
 24583               _CIM_StorageClientSettingData_ClientTypes =
 24584               {
 24585                   /* flags */
 24586                   META_FLAG_PROPERTY|META_FLAG_READ,
 24587                   /* name */
 24588                   "ClientTypes",
 24589                   /* qualifiers */
 24590                   _CIM_StorageClientSettingData_ClientTypes_qualifiers,
 24591 mike  1.1.2.1     /* type */
 24592                   CIMTYPE_UINT16,
 24593                   /* subscript */
 24594                   0,
 24595                   /* value */
 24596                   0,
 24597               };
 24598               
 24599               static const char*
 24600               _CIM_StorageClientSettingData_OtherClientTypeDescriptions_qualifiers[] =
 24601               {
 24602                   /* ArrayType */
 24603                   "\005Indexed",
 24604                   /* ModelCorrespondence */
 24605                   "\036\000\001CIM_StorageClientSettingData.ClientTypes\000",
 24606                   0,
 24607               };
 24608               
 24609               static MetaProperty
 24610               _CIM_StorageClientSettingData_OtherClientTypeDescriptions =
 24611               {
 24612 mike  1.1.2.1     /* flags */
 24613                   META_FLAG_PROPERTY|META_FLAG_READ,
 24614                   /* name */
 24615                   "OtherClientTypeDescriptions",
 24616                   /* qualifiers */
 24617                   _CIM_StorageClientSettingData_OtherClientTypeDescriptions_qualifiers,
 24618                   /* type */
 24619                   CIMTYPE_STRING,
 24620                   /* subscript */
 24621                   0,
 24622                   /* value */
 24623                   0,
 24624               };
 24625               
 24626               static MetaFeature*
 24627               _CIM_StorageClientSettingData_features[] =
 24628               {
 24629                   (MetaFeature*)&_CIM_StorageClientSettingData_ClientTypes,
 24630                   (MetaFeature*)&_CIM_StorageClientSettingData_OtherClientTypeDescriptions,
 24631                   0,
 24632               };
 24633 mike  1.1.2.1 
 24634               static const char*
 24635               __root_cimv2_CIM_StorageClientSettingData_qualifiers[] =
 24636               {
 24637                   /* UMLPackagePath */
 24638                   "\057CIM::User::StorageHardwareID",
 24639                   /* Version */
 24640                   "\0632.8.0",
 24641                   0,
 24642               };
 24643               
 24644               MetaClass
 24645               __root_cimv2_CIM_StorageClientSettingData =
 24646               {
 24647                   /* flags */
 24648                   META_FLAG_CLASS,
 24649                   /* name */
 24650                   "CIM_StorageClientSettingData",
 24651                   /* qualifiers */
 24652                   __root_cimv2_CIM_StorageClientSettingData_qualifiers,
 24653                   /* super */
 24654 mike  1.1.2.1     &__root_cimv2_CIM_SettingData,
 24655                   /* features */
 24656                   _CIM_StorageClientSettingData_features,
 24657               };
 24658               
 24659               //==============================================================================
 24660               //
 24661               // Class: CIM_StorageConfigurationCapabilities
 24662               //
 24663               //==============================================================================
 24664               
 24665               static const char*
 24666               _CIM_StorageConfigurationCapabilities_SupportedAsynchronousActions_qualifiers[] =
 24667               {
 24668                   /* ValueMap */
 24669                   "\061\000\0112\0003\0004\0005\0006\0007\0008\0009\00010\000",
 24670                   /* Values */
 24671                   "\062\000\011Storage Pool Creation\000Storage Pool Deletion\000Storage Pool Modification\000Storage Element Creation\000Storage Element Return\000Storage Element Modification\000Replica Creation\000Replica Modification\000Replica Attachment\000",
 24672                   /* ModelCorrespondence */
 24673                   "\036\000\001CIM_StorageConfigurationCapabilities.SupportedSynchronousActions\000",
 24674                   0,
 24675 mike  1.1.2.1 };
 24676               
 24677               static MetaProperty
 24678               _CIM_StorageConfigurationCapabilities_SupportedAsynchronousActions =
 24679               {
 24680                   /* flags */
 24681                   META_FLAG_PROPERTY|META_FLAG_READ,
 24682                   /* name */
 24683                   "SupportedAsynchronousActions",
 24684                   /* qualifiers */
 24685                   _CIM_StorageConfigurationCapabilities_SupportedAsynchronousActions_qualifiers,
 24686                   /* type */
 24687                   CIMTYPE_UINT16,
 24688                   /* subscript */
 24689                   0,
 24690                   /* value */
 24691                   0,
 24692               };
 24693               
 24694               static const char*
 24695               _CIM_StorageConfigurationCapabilities_SupportedSynchronousActions_qualifiers[] =
 24696 mike  1.1.2.1 {
 24697                   /* ValueMap */
 24698                   "\061\000\0112\0003\0004\0005\0006\0007\0008\0009\00010\000",
 24699                   /* Values */
 24700                   "\062\000\011Storage Pool Creation\000Storage Pool Deletion\000Storage Pool Modification\000Storage Element Creation\000Storage Element Return\000Storage Element Modification\000Replica Creation\000Replica Modification\000Replica Attachment\000",
 24701                   /* ModelCorrespondence */
 24702                   "\036\000\001CIM_StorageConfigurationCapabilities.SupportedAsynchronousActions\000",
 24703                   0,
 24704               };
 24705               
 24706               static MetaProperty
 24707               _CIM_StorageConfigurationCapabilities_SupportedSynchronousActions =
 24708               {
 24709                   /* flags */
 24710                   META_FLAG_PROPERTY|META_FLAG_READ,
 24711                   /* name */
 24712                   "SupportedSynchronousActions",
 24713                   /* qualifiers */
 24714                   _CIM_StorageConfigurationCapabilities_SupportedSynchronousActions_qualifiers,
 24715                   /* type */
 24716                   CIMTYPE_UINT16,
 24717 mike  1.1.2.1     /* subscript */
 24718                   0,
 24719                   /* value */
 24720                   0,
 24721               };
 24722               
 24723               static const char*
 24724               _CIM_StorageConfigurationCapabilities_SupportedStorageElementTypes_qualifiers[] =
 24725               {
 24726                   /* ValueMap */
 24727                   "\061\000\0042\0003\000..\0000x8000..0xFFFF\000",
 24728                   /* Values */
 24729                   "\062\000\004StorageVolume\000StorageExtent\000DMTF Reserved\000Vendor Specific\000",
 24730                   /* ModelCorrespondence */
 24731                   "\036\000\001CIM_StorageConfigurationService.CreateOrModifyElementFromStoragePool.ElementType\000",
 24732                   0,
 24733               };
 24734               
 24735               static MetaProperty
 24736               _CIM_StorageConfigurationCapabilities_SupportedStorageElementTypes =
 24737               {
 24738 mike  1.1.2.1     /* flags */
 24739                   META_FLAG_PROPERTY|META_FLAG_READ,
 24740                   /* name */
 24741                   "SupportedStorageElementTypes",
 24742                   /* qualifiers */
 24743                   _CIM_StorageConfigurationCapabilities_SupportedStorageElementTypes_qualifiers,
 24744                   /* type */
 24745                   CIMTYPE_UINT16,
 24746                   /* subscript */
 24747                   0,
 24748                   /* value */
 24749                   0,
 24750               };
 24751               
 24752               static const char*
 24753               _CIM_StorageConfigurationCapabilities_SupportedStoragePoolFeatures_qualifiers[] =
 24754               {
 24755                   /* ValueMap */
 24756                   "\061\000\0052\0003\0004\000..\0000x8000..0xFFFF\000",
 24757                   /* Values */
 24758                   "\062\000\005InExtents\000Single InPool\000Multiple InPools\000DMTF Reserved\000Vendor Specific\000",
 24759 mike  1.1.2.1     /* ModelCorrespondence */
 24760                   "\036\000\002CIM_StorageConfigurationService.CreateOrModifyStoragePool.InPools\000CIM_StorageConfigurationService.CreateOrModifyStoragePool.InExtents\000",
 24761                   0,
 24762               };
 24763               
 24764               static MetaProperty
 24765               _CIM_StorageConfigurationCapabilities_SupportedStoragePoolFeatures =
 24766               {
 24767                   /* flags */
 24768                   META_FLAG_PROPERTY|META_FLAG_READ,
 24769                   /* name */
 24770                   "SupportedStoragePoolFeatures",
 24771                   /* qualifiers */
 24772                   _CIM_StorageConfigurationCapabilities_SupportedStoragePoolFeatures_qualifiers,
 24773                   /* type */
 24774                   CIMTYPE_UINT16,
 24775                   /* subscript */
 24776                   0,
 24777                   /* value */
 24778                   0,
 24779               };
 24780 mike  1.1.2.1 
 24781               static const char*
 24782               _CIM_StorageConfigurationCapabilities_SupportedStorageElementFeatures_qualifiers[] =
 24783               {
 24784                   /* ValueMap */
 24785                   "\061\000\0102\0003\0004\0005\0006\0007\000..\0000x8000..0xFFFF\000",
 24786                   /* Values */
 24787                   "\062\000\010StorageExtent Creation\000StorageVolume Creation\000StorageExtent Modification\000StorageVolume Modification\000Single InPool\000Multiple InPools\000DMTF Reserved\000Vendor Specific\000",
 24788                   /* ModelCorrespondence */
 24789                   "\036\000\002CIM_StorageConfigurationService.CreateOrModifyElementFromStoragePool.ElementType\000CIM_StorageConfigurationService.CreateOrModifyElementFromStoragePool.InPool\000",
 24790                   0,
 24791               };
 24792               
 24793               static MetaProperty
 24794               _CIM_StorageConfigurationCapabilities_SupportedStorageElementFeatures =
 24795               {
 24796                   /* flags */
 24797                   META_FLAG_PROPERTY|META_FLAG_READ,
 24798                   /* name */
 24799                   "SupportedStorageElementFeatures",
 24800                   /* qualifiers */
 24801 mike  1.1.2.1     _CIM_StorageConfigurationCapabilities_SupportedStorageElementFeatures_qualifiers,
 24802                   /* type */
 24803                   CIMTYPE_UINT16,
 24804                   /* subscript */
 24805                   0,
 24806                   /* value */
 24807                   0,
 24808               };
 24809               
 24810               static const char*
 24811               _CIM_StorageConfigurationCapabilities_SupportedCopyTypes_qualifiers[] =
 24812               {
 24813                   /* ValueMap */
 24814                   "\061\000\0062\0003\0004\0005\000..\0000x8000..0xFFFF\000",
 24815                   /* Values */
 24816                   "\062\000\006Async\000Sync\000UnSyncAssoc\000UnSyncUnAssoc\000DMTF Reserved\000Vendor Specific\000",
 24817                   /* ModelCorrespondence */
 24818                   "\036\000\001CIM_StorageConfigurationService.CreateReplica.CopyType\000",
 24819                   0,
 24820               };
 24821               
 24822 mike  1.1.2.1 static MetaProperty
 24823               _CIM_StorageConfigurationCapabilities_SupportedCopyTypes =
 24824               {
 24825                   /* flags */
 24826                   META_FLAG_PROPERTY|META_FLAG_READ,
 24827                   /* name */
 24828                   "SupportedCopyTypes",
 24829                   /* qualifiers */
 24830                   _CIM_StorageConfigurationCapabilities_SupportedCopyTypes_qualifiers,
 24831                   /* type */
 24832                   CIMTYPE_UINT16,
 24833                   /* subscript */
 24834                   0,
 24835                   /* value */
 24836                   0,
 24837               };
 24838               
 24839               static const char*
 24840               _CIM_StorageConfigurationCapabilities_InitialReplicationState_qualifiers[] =
 24841               {
 24842                   /* ValueMap */
 24843 mike  1.1.2.1     "\061\000\0052\0003\0004\000..\0000x8000..0xFFFF\000",
 24844                   /* Values */
 24845                   "\062\000\005Initialized\000Prepared\000Synchronized\000DMTF Reserved\000Vendor Specific\000",
 24846                   /* ModelCorrespondence */
 24847                   "\036\000\002CIM_StorageConfigurationService.AttachReplica\000CIM_StorageConfigurationService.CreateReplica\000",
 24848                   0,
 24849               };
 24850               
 24851               static MetaProperty
 24852               _CIM_StorageConfigurationCapabilities_InitialReplicationState =
 24853               {
 24854                   /* flags */
 24855                   META_FLAG_PROPERTY|META_FLAG_READ,
 24856                   /* name */
 24857                   "InitialReplicationState",
 24858                   /* qualifiers */
 24859                   _CIM_StorageConfigurationCapabilities_InitialReplicationState_qualifiers,
 24860                   /* type */
 24861                   CIMTYPE_UINT16,
 24862                   /* subscript */
 24863                   -1,
 24864 mike  1.1.2.1     /* value */
 24865                   0,
 24866               };
 24867               
 24868               static MetaFeature*
 24869               _CIM_StorageConfigurationCapabilities_features[] =
 24870               {
 24871                   (MetaFeature*)&_CIM_StorageConfigurationCapabilities_SupportedAsynchronousActions,
 24872                   (MetaFeature*)&_CIM_StorageConfigurationCapabilities_SupportedSynchronousActions,
 24873                   (MetaFeature*)&_CIM_StorageConfigurationCapabilities_SupportedStorageElementTypes,
 24874                   (MetaFeature*)&_CIM_StorageConfigurationCapabilities_SupportedStoragePoolFeatures,
 24875                   (MetaFeature*)&_CIM_StorageConfigurationCapabilities_SupportedStorageElementFeatures,
 24876                   (MetaFeature*)&_CIM_StorageConfigurationCapabilities_SupportedCopyTypes,
 24877                   (MetaFeature*)&_CIM_StorageConfigurationCapabilities_InitialReplicationState,
 24878                   0,
 24879               };
 24880               
 24881               static const char*
 24882               __root_cimv2_CIM_StorageConfigurationCapabilities_qualifiers[] =
 24883               {
 24884                   /* UMLPackagePath */
 24885 mike  1.1.2.1     "\057CIM::Device::StorageServices",
 24886                   /* Version */
 24887                   "\0632.8.0",
 24888                   0,
 24889               };
 24890               
 24891               MetaClass
 24892               __root_cimv2_CIM_StorageConfigurationCapabilities =
 24893               {
 24894                   /* flags */
 24895                   META_FLAG_CLASS,
 24896                   /* name */
 24897                   "CIM_StorageConfigurationCapabilities",
 24898                   /* qualifiers */
 24899                   __root_cimv2_CIM_StorageConfigurationCapabilities_qualifiers,
 24900                   /* super */
 24901                   &__root_cimv2_CIM_Capabilities,
 24902                   /* features */
 24903                   _CIM_StorageConfigurationCapabilities_features,
 24904               };
 24905               
 24906 mike  1.1.2.1 //==============================================================================
 24907               //
 24908               // Class: CIM_StorageError
 24909               //
 24910               //==============================================================================
 24911               
 24912               static const char*
 24913               _CIM_StorageError_SystemCreationClassName_qualifiers[] =
 24914               {
 24915                   /* Key */
 24916                   "\025\001",
 24917                   /* Propagated */
 24918                   "\045CIM_StorageExtent.SystemCreationClassName",
 24919                   /* MaxLen */
 24920                   "\030\000\000\001\000",
 24921                   0,
 24922               };
 24923               
 24924               static MetaProperty
 24925               _CIM_StorageError_SystemCreationClassName =
 24926               {
 24927 mike  1.1.2.1     /* flags */
 24928                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 24929                   /* name */
 24930                   "SystemCreationClassName",
 24931                   /* qualifiers */
 24932                   _CIM_StorageError_SystemCreationClassName_qualifiers,
 24933                   /* type */
 24934                   CIMTYPE_STRING,
 24935                   /* subscript */
 24936                   -1,
 24937                   /* value */
 24938                   0,
 24939               };
 24940               
 24941               static const char*
 24942               _CIM_StorageError_SystemName_qualifiers[] =
 24943               {
 24944                   /* Key */
 24945                   "\025\001",
 24946                   /* Propagated */
 24947                   "\045CIM_StorageExtent.SystemName",
 24948 mike  1.1.2.1     /* MaxLen */
 24949                   "\030\000\000\001\000",
 24950                   0,
 24951               };
 24952               
 24953               static MetaProperty
 24954               _CIM_StorageError_SystemName =
 24955               {
 24956                   /* flags */
 24957                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 24958                   /* name */
 24959                   "SystemName",
 24960                   /* qualifiers */
 24961                   _CIM_StorageError_SystemName_qualifiers,
 24962                   /* type */
 24963                   CIMTYPE_STRING,
 24964                   /* subscript */
 24965                   -1,
 24966                   /* value */
 24967                   0,
 24968               };
 24969 mike  1.1.2.1 
 24970               static const char*
 24971               _CIM_StorageError_DeviceCreationClassName_qualifiers[] =
 24972               {
 24973                   /* Key */
 24974                   "\025\001",
 24975                   /* Propagated */
 24976                   "\045CIM_StorageExtent.CreationClassName",
 24977                   /* MaxLen */
 24978                   "\030\000\000\001\000",
 24979                   0,
 24980               };
 24981               
 24982               static MetaProperty
 24983               _CIM_StorageError_DeviceCreationClassName =
 24984               {
 24985                   /* flags */
 24986                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 24987                   /* name */
 24988                   "DeviceCreationClassName",
 24989                   /* qualifiers */
 24990 mike  1.1.2.1     _CIM_StorageError_DeviceCreationClassName_qualifiers,
 24991                   /* type */
 24992                   CIMTYPE_STRING,
 24993                   /* subscript */
 24994                   -1,
 24995                   /* value */
 24996                   0,
 24997               };
 24998               
 24999               static const char*
 25000               _CIM_StorageError_DeviceID_qualifiers[] =
 25001               {
 25002                   /* Key */
 25003                   "\025\001",
 25004                   /* Propagated */
 25005                   "\045CIM_StorageExtent.DeviceID",
 25006                   /* MaxLen */
 25007                   "\030\000\000\000\100",
 25008                   0,
 25009               };
 25010               
 25011 mike  1.1.2.1 static MetaProperty
 25012               _CIM_StorageError_DeviceID =
 25013               {
 25014                   /* flags */
 25015                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 25016                   /* name */
 25017                   "DeviceID",
 25018                   /* qualifiers */
 25019                   _CIM_StorageError_DeviceID_qualifiers,
 25020                   /* type */
 25021                   CIMTYPE_STRING,
 25022                   /* subscript */
 25023                   -1,
 25024                   /* value */
 25025                   0,
 25026               };
 25027               
 25028               static const char*
 25029               _CIM_StorageError_StartingAddress_qualifiers[] =
 25030               {
 25031                   /* Key */
 25032 mike  1.1.2.1     "\025\001",
 25033                   0,
 25034               };
 25035               
 25036               static MetaProperty
 25037               _CIM_StorageError_StartingAddress =
 25038               {
 25039                   /* flags */
 25040                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 25041                   /* name */
 25042                   "StartingAddress",
 25043                   /* qualifiers */
 25044                   _CIM_StorageError_StartingAddress_qualifiers,
 25045                   /* type */
 25046                   CIMTYPE_UINT64,
 25047                   /* subscript */
 25048                   -1,
 25049                   /* value */
 25050                   0,
 25051               };
 25052               
 25053 mike  1.1.2.1 static const char*
 25054               _CIM_StorageError_EndingAddress_qualifiers[] =
 25055               {
 25056                   0,
 25057               };
 25058               
 25059               static MetaProperty
 25060               _CIM_StorageError_EndingAddress =
 25061               {
 25062                   /* flags */
 25063                   META_FLAG_PROPERTY|META_FLAG_READ,
 25064                   /* name */
 25065                   "EndingAddress",
 25066                   /* qualifiers */
 25067                   _CIM_StorageError_EndingAddress_qualifiers,
 25068                   /* type */
 25069                   CIMTYPE_UINT64,
 25070                   /* subscript */
 25071                   -1,
 25072                   /* value */
 25073                   0,
 25074 mike  1.1.2.1 };
 25075               
 25076               static MetaFeature*
 25077               _CIM_StorageError_features[] =
 25078               {
 25079                   (MetaFeature*)&_CIM_StorageError_SystemCreationClassName,
 25080                   (MetaFeature*)&_CIM_StorageError_SystemName,
 25081                   (MetaFeature*)&_CIM_StorageError_DeviceCreationClassName,
 25082                   (MetaFeature*)&_CIM_StorageError_DeviceID,
 25083                   (MetaFeature*)&_CIM_StorageError_StartingAddress,
 25084                   (MetaFeature*)&_CIM_StorageError_EndingAddress,
 25085                   0,
 25086               };
 25087               
 25088               static const char*
 25089               __root_cimv2_CIM_StorageError_qualifiers[] =
 25090               {
 25091                   /* UMLPackagePath */
 25092                   "\057CIM::Device::StorageExtents",
 25093                   /* Version */
 25094                   "\0632.6.0",
 25095 mike  1.1.2.1     0,
 25096               };
 25097               
 25098               MetaClass
 25099               __root_cimv2_CIM_StorageError =
 25100               {
 25101                   /* flags */
 25102                   META_FLAG_CLASS,
 25103                   /* name */
 25104                   "CIM_StorageError",
 25105                   /* qualifiers */
 25106                   __root_cimv2_CIM_StorageError_qualifiers,
 25107                   /* super */
 25108                   &__root_cimv2_CIM_ManagedElement,
 25109                   /* features */
 25110                   _CIM_StorageError_features,
 25111               };
 25112               
 25113               //==============================================================================
 25114               //
 25115               // Class: CIM_StorageHardwareID
 25116 mike  1.1.2.1 //
 25117               //==============================================================================
 25118               
 25119               static const char*
 25120               _CIM_StorageHardwareID_StorageID_qualifiers[] =
 25121               {
 25122                   /* Required */
 25123                   "\050\001",
 25124                   /* MaxLen */
 25125                   "\030\000\000\001\000",
 25126                   /* ModelCorrespondence */
 25127                   "\036\000\001CIM_StorageHardwareID.IDType\000",
 25128                   0,
 25129               };
 25130               
 25131               static MetaProperty
 25132               _CIM_StorageHardwareID_StorageID =
 25133               {
 25134                   /* flags */
 25135                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 25136                   /* name */
 25137 mike  1.1.2.1     "StorageID",
 25138                   /* qualifiers */
 25139                   _CIM_StorageHardwareID_StorageID_qualifiers,
 25140                   /* type */
 25141                   CIMTYPE_STRING,
 25142                   /* subscript */
 25143                   -1,
 25144                   /* value */
 25145                   0,
 25146               };
 25147               
 25148               static const char*
 25149               _CIM_StorageHardwareID_IDType_qualifiers[] =
 25150               {
 25151                   /* Required */
 25152                   "\050\001",
 25153                   /* ValueMap */
 25154                   "\061\000\0051\0002\0003\0004\0005\000",
 25155                   /* Values */
 25156                   "\062\000\005Other\000PortWWN\000NodeWWN\000Hostname\000iSCSI Name\000",
 25157                   /* ModelCorrespondence */
 25158 mike  1.1.2.1     "\036\000\001CIM_StorageHardwareID.StorageID\000",
 25159                   0,
 25160               };
 25161               
 25162               static MetaProperty
 25163               _CIM_StorageHardwareID_IDType =
 25164               {
 25165                   /* flags */
 25166                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 25167                   /* name */
 25168                   "IDType",
 25169                   /* qualifiers */
 25170                   _CIM_StorageHardwareID_IDType_qualifiers,
 25171                   /* type */
 25172                   CIMTYPE_UINT16,
 25173                   /* subscript */
 25174                   -1,
 25175                   /* value */
 25176                   0,
 25177               };
 25178               
 25179 mike  1.1.2.1 static const char*
 25180               _CIM_StorageHardwareID_OtherIDType_qualifiers[] =
 25181               {
 25182                   0,
 25183               };
 25184               
 25185               static MetaProperty
 25186               _CIM_StorageHardwareID_OtherIDType =
 25187               {
 25188                   /* flags */
 25189                   META_FLAG_PROPERTY|META_FLAG_READ,
 25190                   /* name */
 25191                   "OtherIDType",
 25192                   /* qualifiers */
 25193                   _CIM_StorageHardwareID_OtherIDType_qualifiers,
 25194                   /* type */
 25195                   CIMTYPE_STRING,
 25196                   /* subscript */
 25197                   -1,
 25198                   /* value */
 25199                   0,
 25200 mike  1.1.2.1 };
 25201               
 25202               static MetaFeature*
 25203               _CIM_StorageHardwareID_features[] =
 25204               {
 25205                   (MetaFeature*)&_CIM_StorageHardwareID_StorageID,
 25206                   (MetaFeature*)&_CIM_StorageHardwareID_IDType,
 25207                   (MetaFeature*)&_CIM_StorageHardwareID_OtherIDType,
 25208                   0,
 25209               };
 25210               
 25211               static const char*
 25212               __root_cimv2_CIM_StorageHardwareID_qualifiers[] =
 25213               {
 25214                   /* UMLPackagePath */
 25215                   "\057CIM::User::StorageHardwareID",
 25216                   /* Version */
 25217                   "\0632.8.1000",
 25218                   0,
 25219               };
 25220               
 25221 mike  1.1.2.1 MetaClass
 25222               __root_cimv2_CIM_StorageHardwareID =
 25223               {
 25224                   /* flags */
 25225                   META_FLAG_CLASS,
 25226                   /* name */
 25227                   "CIM_StorageHardwareID",
 25228                   /* qualifiers */
 25229                   __root_cimv2_CIM_StorageHardwareID_qualifiers,
 25230                   /* super */
 25231                   &__root_cimv2_CIM_Identity,
 25232                   /* features */
 25233                   _CIM_StorageHardwareID_features,
 25234               };
 25235               
 25236               //==============================================================================
 25237               //
 25238               // Class: CIM_StorageReplicationCapabilities
 25239               //
 25240               //==============================================================================
 25241               
 25242 mike  1.1.2.1 static const char*
 25243               _CIM_StorageReplicationCapabilities_SupportedSynchronizationType_qualifiers[] =
 25244               {
 25245                   /* ValueMap */
 25246                   "\061\000\0072\0003\0004\0005\0006\000..\00032768..65535\000",
 25247                   /* Values */
 25248                   "\062\000\007Async\000Sync\000UnSyncAssoc-Full\000UnSyncAssoc-Delta\000UnSyncUnAssoc\000DMTF Reserved\000Vendor Specific\000",
 25249                   0,
 25250               };
 25251               
 25252               static MetaProperty
 25253               _CIM_StorageReplicationCapabilities_SupportedSynchronizationType =
 25254               {
 25255                   /* flags */
 25256                   META_FLAG_PROPERTY|META_FLAG_READ,
 25257                   /* name */
 25258                   "SupportedSynchronizationType",
 25259                   /* qualifiers */
 25260                   _CIM_StorageReplicationCapabilities_SupportedSynchronizationType_qualifiers,
 25261                   /* type */
 25262                   CIMTYPE_UINT16,
 25263 mike  1.1.2.1     /* subscript */
 25264                   -1,
 25265                   /* value */
 25266                   0,
 25267               };
 25268               
 25269               static const char*
 25270               _CIM_StorageReplicationCapabilities_SupportedAsynchronousActions_qualifiers[] =
 25271               {
 25272                   /* ValueMap */
 25273                   "\061\000\0102\0003\0004\0005\0006\0007\0008\000..\000",
 25274                   /* Values */
 25275                   "\062\000\010Local Replica Creation\000Remote Replica Creation\000Local Replica Modification\000Remote Replica Modification\000Local Replica Attachment\000Remote Replica Attachment\000Buffer Creation\000DMTF Reserved\000",
 25276                   /* ModelCorrespondence */
 25277                   "\036\000\001CIM_StorageReplicationCapabilities.SupportedSynchronousActions\000",
 25278                   0,
 25279               };
 25280               
 25281               static MetaProperty
 25282               _CIM_StorageReplicationCapabilities_SupportedAsynchronousActions =
 25283               {
 25284 mike  1.1.2.1     /* flags */
 25285                   META_FLAG_PROPERTY|META_FLAG_READ,
 25286                   /* name */
 25287                   "SupportedAsynchronousActions",
 25288                   /* qualifiers */
 25289                   _CIM_StorageReplicationCapabilities_SupportedAsynchronousActions_qualifiers,
 25290                   /* type */
 25291                   CIMTYPE_UINT16,
 25292                   /* subscript */
 25293                   0,
 25294                   /* value */
 25295                   0,
 25296               };
 25297               
 25298               static const char*
 25299               _CIM_StorageReplicationCapabilities_SupportedSynchronousActions_qualifiers[] =
 25300               {
 25301                   /* ValueMap */
 25302                   "\061\000\0112\0003\0004\0005\0006\0007\0008\0009\000..\000",
 25303                   /* Values */
 25304                   "\062\000\011Local Replica Creation\000Remote Replica Creation\000Local Replica Modification\000Remote Replica Modification\000Local Replica Attachment\000Remote Replica Attachment\000Buffer Creation\000NetworkPipe Creation\000DMTF Reserved\000",
 25305 mike  1.1.2.1     /* ModelCorrespondence */
 25306                   "\036\000\001CIM_StorageReplicationCapabilities.SupportedAsynchronousActions\000",
 25307                   0,
 25308               };
 25309               
 25310               static MetaProperty
 25311               _CIM_StorageReplicationCapabilities_SupportedSynchronousActions =
 25312               {
 25313                   /* flags */
 25314                   META_FLAG_PROPERTY|META_FLAG_READ,
 25315                   /* name */
 25316                   "SupportedSynchronousActions",
 25317                   /* qualifiers */
 25318                   _CIM_StorageReplicationCapabilities_SupportedSynchronousActions_qualifiers,
 25319                   /* type */
 25320                   CIMTYPE_UINT16,
 25321                   /* subscript */
 25322                   0,
 25323                   /* value */
 25324                   0,
 25325               };
 25326 mike  1.1.2.1 
 25327               static const char*
 25328               _CIM_StorageReplicationCapabilities_InitialReplicationState_qualifiers[] =
 25329               {
 25330                   /* ValueMap */
 25331                   "\061\000\0062\0003\0004\0005\000..\0000x8000..0xFFFF\000",
 25332                   /* Values */
 25333                   "\062\000\006Initialized\000Prepared\000Synchronized\000Idle\000DMTF Reserved\000Vendor Specific\000",
 25334                   /* ModelCorrespondence */
 25335                   "\036\000\003CIM_StorageConfigurationService.AttachReplica\000CIM_StorageConfigurationService.AttachOrModifyReplica\000CIM_StorageConfigurationService.CreateReplica\000",
 25336                   0,
 25337               };
 25338               
 25339               static MetaProperty
 25340               _CIM_StorageReplicationCapabilities_InitialReplicationState =
 25341               {
 25342                   /* flags */
 25343                   META_FLAG_PROPERTY|META_FLAG_READ,
 25344                   /* name */
 25345                   "InitialReplicationState",
 25346                   /* qualifiers */
 25347 mike  1.1.2.1     _CIM_StorageReplicationCapabilities_InitialReplicationState_qualifiers,
 25348                   /* type */
 25349                   CIMTYPE_UINT16,
 25350                   /* subscript */
 25351                   -1,
 25352                   /* value */
 25353                   0,
 25354               };
 25355               
 25356               static const char*
 25357               _CIM_StorageReplicationCapabilities_SupportedSpecializedElements_qualifiers[] =
 25358               {
 25359                   /* ValueMap */
 25360                   "\061\000\0112\0003\0004\0005\0006\0007\0008\000..\0000x8000..0xFFFF\000",
 25361                   /* Values */
 25362                   "\062\000\011Delta Pool\000Delta Pool Component\000Remote Mirror\000Local Mirror\000Full Snapshot\000Delta Snapshot\000Replication Buffer\000DMTF Reserved\000Vendor Specific\000",
 25363                   /* ModelCorrespondence */
 25364                   "\036\000\001CIM_StorageSetting.IntendedUsage\000",
 25365                   0,
 25366               };
 25367               
 25368 mike  1.1.2.1 static MetaProperty
 25369               _CIM_StorageReplicationCapabilities_SupportedSpecializedElements =
 25370               {
 25371                   /* flags */
 25372                   META_FLAG_PROPERTY|META_FLAG_READ,
 25373                   /* name */
 25374                   "SupportedSpecializedElements",
 25375                   /* qualifiers */
 25376                   _CIM_StorageReplicationCapabilities_SupportedSpecializedElements_qualifiers,
 25377                   /* type */
 25378                   CIMTYPE_UINT16,
 25379                   /* subscript */
 25380                   0,
 25381                   /* value */
 25382                   0,
 25383               };
 25384               
 25385               static const char*
 25386               _CIM_StorageReplicationCapabilities_SupportedModifyOperations_qualifiers[] =
 25387               {
 25388                   /* ValueMap */
 25389 mike  1.1.2.1     "\061\000\0162\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\000..\0000x8000..0xFFFF\000",
 25390                   /* Values */
 25391                   "\062\000\016Detach\000Fracture\000Resync\000Restore\000Prepare\000Unprepare\000Quiesce\000Unquiesce\000Reset To Sync\000Reset To Async\000Start Copy\000Stop Copy\000DMTF Reserved\000Vendor Specific\000",
 25392                   /* ModelCorrespondence */
 25393                   "\036\000\001CIM_StorageConfigurationService.ModifySynchronization\000",
 25394                   0,
 25395               };
 25396               
 25397               static MetaProperty
 25398               _CIM_StorageReplicationCapabilities_SupportedModifyOperations =
 25399               {
 25400                   /* flags */
 25401                   META_FLAG_PROPERTY|META_FLAG_READ,
 25402                   /* name */
 25403                   "SupportedModifyOperations",
 25404                   /* qualifiers */
 25405                   _CIM_StorageReplicationCapabilities_SupportedModifyOperations_qualifiers,
 25406                   /* type */
 25407                   CIMTYPE_UINT16,
 25408                   /* subscript */
 25409                   0,
 25410 mike  1.1.2.1     /* value */
 25411                   0,
 25412               };
 25413               
 25414               static const char*
 25415               _CIM_StorageReplicationCapabilities_ReplicaHostAccessibility_qualifiers[] =
 25416               {
 25417                   /* ValueMap */
 25418                   "\061\000\0052\0003\0004\0005\000..\000",
 25419                   /* Values */
 25420                   "\062\000\005Not Accessible\000No Restrictions\000Source Hosts Only\000Source Hosts Excluded\000DMTF Reserved\000",
 25421                   0,
 25422               };
 25423               
 25424               static MetaProperty
 25425               _CIM_StorageReplicationCapabilities_ReplicaHostAccessibility =
 25426               {
 25427                   /* flags */
 25428                   META_FLAG_PROPERTY|META_FLAG_READ,
 25429                   /* name */
 25430                   "ReplicaHostAccessibility",
 25431 mike  1.1.2.1     /* qualifiers */
 25432                   _CIM_StorageReplicationCapabilities_ReplicaHostAccessibility_qualifiers,
 25433                   /* type */
 25434                   CIMTYPE_UINT16,
 25435                   /* subscript */
 25436                   -1,
 25437                   /* value */
 25438                   0,
 25439               };
 25440               
 25441               static const char*
 25442               _CIM_StorageReplicationCapabilities_HostAccessibleState_qualifiers[] =
 25443               {
 25444                   /* ValueMap */
 25445                   "\061\000\0202\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\000..\0000x8000..\000",
 25446                   /* Values */
 25447                   "\062\000\020Initialized\000Prepare In Progress\000Prepared\000Resync In Progress\000Synchronized\000Fracture In Progress\000Quiesce In Progress\000Quiesced\000Restore In Progress\000Idle\000Broken\000Fractured\000Frozen\000Copy In Progress\000DMTF Reserved\000Vendor Specific\000",
 25448                   /* ModelCorrespondence */
 25449                   "\036\000\001CIM_StorageSynchronized.SyncState\000",
 25450                   0,
 25451               };
 25452 mike  1.1.2.1 
 25453               static MetaProperty
 25454               _CIM_StorageReplicationCapabilities_HostAccessibleState =
 25455               {
 25456                   /* flags */
 25457                   META_FLAG_PROPERTY|META_FLAG_READ,
 25458                   /* name */
 25459                   "HostAccessibleState",
 25460                   /* qualifiers */
 25461                   _CIM_StorageReplicationCapabilities_HostAccessibleState_qualifiers,
 25462                   /* type */
 25463                   CIMTYPE_UINT16,
 25464                   /* subscript */
 25465                   0,
 25466                   /* value */
 25467                   0,
 25468               };
 25469               
 25470               static const char*
 25471               _CIM_StorageReplicationCapabilities_SpaceLimitSupported_qualifiers[] =
 25472               {
 25473 mike  1.1.2.1     /* ModelCorrespondence */
 25474                   "\036\000\001CIM_AllocatedFromStoragePool.SpaceLimit\000",
 25475                   0,
 25476               };
 25477               
 25478               static MetaProperty
 25479               _CIM_StorageReplicationCapabilities_SpaceLimitSupported =
 25480               {
 25481                   /* flags */
 25482                   META_FLAG_PROPERTY|META_FLAG_READ,
 25483                   /* name */
 25484                   "SpaceLimitSupported",
 25485                   /* qualifiers */
 25486                   _CIM_StorageReplicationCapabilities_SpaceLimitSupported_qualifiers,
 25487                   /* type */
 25488                   CIMTYPE_BOOLEAN,
 25489                   /* subscript */
 25490                   -1,
 25491                   /* value */
 25492                   0,
 25493               };
 25494 mike  1.1.2.1 
 25495               static const char*
 25496               _CIM_StorageReplicationCapabilities_SpaceReservationSupported_qualifiers[] =
 25497               {
 25498                   0,
 25499               };
 25500               
 25501               static MetaProperty
 25502               _CIM_StorageReplicationCapabilities_SpaceReservationSupported =
 25503               {
 25504                   /* flags */
 25505                   META_FLAG_PROPERTY|META_FLAG_READ,
 25506                   /* name */
 25507                   "SpaceReservationSupported",
 25508                   /* qualifiers */
 25509                   _CIM_StorageReplicationCapabilities_SpaceReservationSupported_qualifiers,
 25510                   /* type */
 25511                   CIMTYPE_BOOLEAN,
 25512                   /* subscript */
 25513                   -1,
 25514                   /* value */
 25515 mike  1.1.2.1     0,
 25516               };
 25517               
 25518               static const char*
 25519               _CIM_StorageReplicationCapabilities_LocalMirrorSnapshotSupported_qualifiers[] =
 25520               {
 25521                   0,
 25522               };
 25523               
 25524               static MetaProperty
 25525               _CIM_StorageReplicationCapabilities_LocalMirrorSnapshotSupported =
 25526               {
 25527                   /* flags */
 25528                   META_FLAG_PROPERTY|META_FLAG_READ,
 25529                   /* name */
 25530                   "LocalMirrorSnapshotSupported",
 25531                   /* qualifiers */
 25532                   _CIM_StorageReplicationCapabilities_LocalMirrorSnapshotSupported_qualifiers,
 25533                   /* type */
 25534                   CIMTYPE_BOOLEAN,
 25535                   /* subscript */
 25536 mike  1.1.2.1     -1,
 25537                   /* value */
 25538                   0,
 25539               };
 25540               
 25541               static const char*
 25542               _CIM_StorageReplicationCapabilities_RemoteMirrorSnapshotSupported_qualifiers[] =
 25543               {
 25544                   0,
 25545               };
 25546               
 25547               static MetaProperty
 25548               _CIM_StorageReplicationCapabilities_RemoteMirrorSnapshotSupported =
 25549               {
 25550                   /* flags */
 25551                   META_FLAG_PROPERTY|META_FLAG_READ,
 25552                   /* name */
 25553                   "RemoteMirrorSnapshotSupported",
 25554                   /* qualifiers */
 25555                   _CIM_StorageReplicationCapabilities_RemoteMirrorSnapshotSupported_qualifiers,
 25556                   /* type */
 25557 mike  1.1.2.1     CIMTYPE_BOOLEAN,
 25558                   /* subscript */
 25559                   -1,
 25560                   /* value */
 25561                   0,
 25562               };
 25563               
 25564               static const char*
 25565               _CIM_StorageReplicationCapabilities_IncrementalDeltasSupported_qualifiers[] =
 25566               {
 25567                   0,
 25568               };
 25569               
 25570               static MetaProperty
 25571               _CIM_StorageReplicationCapabilities_IncrementalDeltasSupported =
 25572               {
 25573                   /* flags */
 25574                   META_FLAG_PROPERTY|META_FLAG_READ,
 25575                   /* name */
 25576                   "IncrementalDeltasSupported",
 25577                   /* qualifiers */
 25578 mike  1.1.2.1     _CIM_StorageReplicationCapabilities_IncrementalDeltasSupported_qualifiers,
 25579                   /* type */
 25580                   CIMTYPE_BOOLEAN,
 25581                   /* subscript */
 25582                   -1,
 25583                   /* value */
 25584                   0,
 25585               };
 25586               
 25587               static const char*
 25588               _CIM_StorageReplicationCapabilities_PersistentReplicasSupported_qualifiers[] =
 25589               {
 25590                   0,
 25591               };
 25592               
 25593               static MetaProperty
 25594               _CIM_StorageReplicationCapabilities_PersistentReplicasSupported =
 25595               {
 25596                   /* flags */
 25597                   META_FLAG_PROPERTY|META_FLAG_READ,
 25598                   /* name */
 25599 mike  1.1.2.1     "PersistentReplicasSupported",
 25600                   /* qualifiers */
 25601                   _CIM_StorageReplicationCapabilities_PersistentReplicasSupported_qualifiers,
 25602                   /* type */
 25603                   CIMTYPE_BOOLEAN,
 25604                   /* subscript */
 25605                   -1,
 25606                   /* value */
 25607                   0,
 25608               };
 25609               
 25610               static const char*
 25611               _CIM_StorageReplicationCapabilities_BidirectionalConnectionsSupported_qualifiers[] =
 25612               {
 25613                   0,
 25614               };
 25615               
 25616               static MetaProperty
 25617               _CIM_StorageReplicationCapabilities_BidirectionalConnectionsSupported =
 25618               {
 25619                   /* flags */
 25620 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 25621                   /* name */
 25622                   "BidirectionalConnectionsSupported",
 25623                   /* qualifiers */
 25624                   _CIM_StorageReplicationCapabilities_BidirectionalConnectionsSupported_qualifiers,
 25625                   /* type */
 25626                   CIMTYPE_BOOLEAN,
 25627                   /* subscript */
 25628                   -1,
 25629                   /* value */
 25630                   0,
 25631               };
 25632               
 25633               static const char*
 25634               _CIM_StorageReplicationCapabilities_MaximumReplicasPerSource_qualifiers[] =
 25635               {
 25636                   0,
 25637               };
 25638               
 25639               static MetaProperty
 25640               _CIM_StorageReplicationCapabilities_MaximumReplicasPerSource =
 25641 mike  1.1.2.1 {
 25642                   /* flags */
 25643                   META_FLAG_PROPERTY|META_FLAG_READ,
 25644                   /* name */
 25645                   "MaximumReplicasPerSource",
 25646                   /* qualifiers */
 25647                   _CIM_StorageReplicationCapabilities_MaximumReplicasPerSource_qualifiers,
 25648                   /* type */
 25649                   CIMTYPE_UINT16,
 25650                   /* subscript */
 25651                   -1,
 25652                   /* value */
 25653                   0,
 25654               };
 25655               
 25656               static const char*
 25657               _CIM_StorageReplicationCapabilities_MaximumPortsPerConnection_qualifiers[] =
 25658               {
 25659                   0,
 25660               };
 25661               
 25662 mike  1.1.2.1 static MetaProperty
 25663               _CIM_StorageReplicationCapabilities_MaximumPortsPerConnection =
 25664               {
 25665                   /* flags */
 25666                   META_FLAG_PROPERTY|META_FLAG_READ,
 25667                   /* name */
 25668                   "MaximumPortsPerConnection",
 25669                   /* qualifiers */
 25670                   _CIM_StorageReplicationCapabilities_MaximumPortsPerConnection_qualifiers,
 25671                   /* type */
 25672                   CIMTYPE_UINT16,
 25673                   /* subscript */
 25674                   -1,
 25675                   /* value */
 25676                   0,
 25677               };
 25678               
 25679               static const char*
 25680               _CIM_StorageReplicationCapabilities_MaximumConnectionsPerPort_qualifiers[] =
 25681               {
 25682                   0,
 25683 mike  1.1.2.1 };
 25684               
 25685               static MetaProperty
 25686               _CIM_StorageReplicationCapabilities_MaximumConnectionsPerPort =
 25687               {
 25688                   /* flags */
 25689                   META_FLAG_PROPERTY|META_FLAG_READ,
 25690                   /* name */
 25691                   "MaximumConnectionsPerPort",
 25692                   /* qualifiers */
 25693                   _CIM_StorageReplicationCapabilities_MaximumConnectionsPerPort_qualifiers,
 25694                   /* type */
 25695                   CIMTYPE_UINT16,
 25696                   /* subscript */
 25697                   -1,
 25698                   /* value */
 25699                   0,
 25700               };
 25701               
 25702               static const char*
 25703               _CIM_StorageReplicationCapabilities_MaximumPeerConnections_qualifiers[] =
 25704 mike  1.1.2.1 {
 25705                   0,
 25706               };
 25707               
 25708               static MetaProperty
 25709               _CIM_StorageReplicationCapabilities_MaximumPeerConnections =
 25710               {
 25711                   /* flags */
 25712                   META_FLAG_PROPERTY|META_FLAG_READ,
 25713                   /* name */
 25714                   "MaximumPeerConnections",
 25715                   /* qualifiers */
 25716                   _CIM_StorageReplicationCapabilities_MaximumPeerConnections_qualifiers,
 25717                   /* type */
 25718                   CIMTYPE_UINT16,
 25719                   /* subscript */
 25720                   -1,
 25721                   /* value */
 25722                   0,
 25723               };
 25724               
 25725 mike  1.1.2.1 static const char*
 25726               _CIM_StorageReplicationCapabilities_MaximumLocalReplicationDepth_qualifiers[] =
 25727               {
 25728                   0,
 25729               };
 25730               
 25731               static MetaProperty
 25732               _CIM_StorageReplicationCapabilities_MaximumLocalReplicationDepth =
 25733               {
 25734                   /* flags */
 25735                   META_FLAG_PROPERTY|META_FLAG_READ,
 25736                   /* name */
 25737                   "MaximumLocalReplicationDepth",
 25738                   /* qualifiers */
 25739                   _CIM_StorageReplicationCapabilities_MaximumLocalReplicationDepth_qualifiers,
 25740                   /* type */
 25741                   CIMTYPE_UINT16,
 25742                   /* subscript */
 25743                   -1,
 25744                   /* value */
 25745                   "\000\001",
 25746 mike  1.1.2.1 };
 25747               
 25748               static const char*
 25749               _CIM_StorageReplicationCapabilities_MaximumRemoteReplicationDepth_qualifiers[] =
 25750               {
 25751                   0,
 25752               };
 25753               
 25754               static MetaProperty
 25755               _CIM_StorageReplicationCapabilities_MaximumRemoteReplicationDepth =
 25756               {
 25757                   /* flags */
 25758                   META_FLAG_PROPERTY|META_FLAG_READ,
 25759                   /* name */
 25760                   "MaximumRemoteReplicationDepth",
 25761                   /* qualifiers */
 25762                   _CIM_StorageReplicationCapabilities_MaximumRemoteReplicationDepth_qualifiers,
 25763                   /* type */
 25764                   CIMTYPE_UINT16,
 25765                   /* subscript */
 25766                   -1,
 25767 mike  1.1.2.1     /* value */
 25768                   "\000\001",
 25769               };
 25770               
 25771               static const char*
 25772               _CIM_StorageReplicationCapabilities_InitialSynchronizationDefault_qualifiers[] =
 25773               {
 25774                   /* ValueMap */
 25775                   "\061\000\0050\0001\0002\000..\0000x8000..\000",
 25776                   /* Values */
 25777                   "\062\000\005Not Managed\000Start\000Do Not Start\000DMTF Reserved\000Vendor Specific\000",
 25778                   /* ModelCorrespondence */
 25779                   "\036\000\001CIM_StorageSetting.InitialSynchronization\000",
 25780                   0,
 25781               };
 25782               
 25783               static MetaProperty
 25784               _CIM_StorageReplicationCapabilities_InitialSynchronizationDefault =
 25785               {
 25786                   /* flags */
 25787                   META_FLAG_PROPERTY|META_FLAG_READ,
 25788 mike  1.1.2.1     /* name */
 25789                   "InitialSynchronizationDefault",
 25790                   /* qualifiers */
 25791                   _CIM_StorageReplicationCapabilities_InitialSynchronizationDefault_qualifiers,
 25792                   /* type */
 25793                   CIMTYPE_UINT16,
 25794                   /* subscript */
 25795                   -1,
 25796                   /* value */
 25797                   0,
 25798               };
 25799               
 25800               static const char*
 25801               _CIM_StorageReplicationCapabilities_ReplicationPriorityDefault_qualifiers[] =
 25802               {
 25803                   /* ValueMap */
 25804                   "\061\000\0060\0001\0002\0003\000..\0000x8000..\000",
 25805                   /* Values */
 25806                   "\062\000\006Not Managed\000Low\000Same\000High\000DMTF Reserved\000Vendor Specific\000",
 25807                   /* ModelCorrespondence */
 25808                   "\036\000\001CIM_StorageSetting.ReplicationPriority\000",
 25809 mike  1.1.2.1     0,
 25810               };
 25811               
 25812               static MetaProperty
 25813               _CIM_StorageReplicationCapabilities_ReplicationPriorityDefault =
 25814               {
 25815                   /* flags */
 25816                   META_FLAG_PROPERTY|META_FLAG_READ,
 25817                   /* name */
 25818                   "ReplicationPriorityDefault",
 25819                   /* qualifiers */
 25820                   _CIM_StorageReplicationCapabilities_ReplicationPriorityDefault_qualifiers,
 25821                   /* type */
 25822                   CIMTYPE_UINT16,
 25823                   /* subscript */
 25824                   -1,
 25825                   /* value */
 25826                   0,
 25827               };
 25828               
 25829               static const char*
 25830 mike  1.1.2.1 _CIM_StorageReplicationCapabilities_LowSpaceWarningThresholdDefault_qualifiers[] =
 25831               {
 25832                   /* Units */
 25833                   "\060Percentage",
 25834                   /* MinValue */
 25835                   "\035\000\000\000\000\000\000\000\000",
 25836                   /* MaxValue */
 25837                   "\031\000\000\000\000\000\000\000\144",
 25838                   /* ModelCorrespondence */
 25839                   "\036\000\001CIM_StoragePool.LowSpaceWarningThreshold\000",
 25840                   0,
 25841               };
 25842               
 25843               static MetaProperty
 25844               _CIM_StorageReplicationCapabilities_LowSpaceWarningThresholdDefault =
 25845               {
 25846                   /* flags */
 25847                   META_FLAG_PROPERTY|META_FLAG_READ,
 25848                   /* name */
 25849                   "LowSpaceWarningThresholdDefault",
 25850                   /* qualifiers */
 25851 mike  1.1.2.1     _CIM_StorageReplicationCapabilities_LowSpaceWarningThresholdDefault_qualifiers,
 25852                   /* type */
 25853                   CIMTYPE_UINT8,
 25854                   /* subscript */
 25855                   -1,
 25856                   /* value */
 25857                   0,
 25858               };
 25859               
 25860               static const char*
 25861               _CIM_StorageReplicationCapabilities_SpaceLimitWarningThresholdDefault_qualifiers[] =
 25862               {
 25863                   /* Units */
 25864                   "\060Percentage",
 25865                   /* MinValue */
 25866                   "\035\000\000\000\000\000\000\000\000",
 25867                   /* MaxValue */
 25868                   "\031\000\000\000\000\000\000\000\144",
 25869                   /* ModelCorrespondence */
 25870                   "\036\000\001CIM_AllocatedFromStoragePool.SpaceLimitWarningThreshold\000",
 25871                   0,
 25872 mike  1.1.2.1 };
 25873               
 25874               static MetaProperty
 25875               _CIM_StorageReplicationCapabilities_SpaceLimitWarningThresholdDefault =
 25876               {
 25877                   /* flags */
 25878                   META_FLAG_PROPERTY|META_FLAG_READ,
 25879                   /* name */
 25880                   "SpaceLimitWarningThresholdDefault",
 25881                   /* qualifiers */
 25882                   _CIM_StorageReplicationCapabilities_SpaceLimitWarningThresholdDefault_qualifiers,
 25883                   /* type */
 25884                   CIMTYPE_UINT8,
 25885                   /* subscript */
 25886                   -1,
 25887                   /* value */
 25888                   0,
 25889               };
 25890               
 25891               static const char*
 25892               _CIM_StorageReplicationCapabilities_RemoteReplicationServicePointAccess_qualifiers[] =
 25893 mike  1.1.2.1 {
 25894                   /* ValueMap */
 25895                   "\061\000\0062\0003\0004\0005\000..\0000x8000..\000",
 25896                   /* Values */
 25897                   "\062\000\006Not Specified\000Source\000Target\000Proxy\000DMTF Reserved\000Vendor Specific\000",
 25898                   0,
 25899               };
 25900               
 25901               static MetaProperty
 25902               _CIM_StorageReplicationCapabilities_RemoteReplicationServicePointAccess =
 25903               {
 25904                   /* flags */
 25905                   META_FLAG_PROPERTY|META_FLAG_READ,
 25906                   /* name */
 25907                   "RemoteReplicationServicePointAccess",
 25908                   /* qualifiers */
 25909                   _CIM_StorageReplicationCapabilities_RemoteReplicationServicePointAccess_qualifiers,
 25910                   /* type */
 25911                   CIMTYPE_UINT16,
 25912                   /* subscript */
 25913                   -1,
 25914 mike  1.1.2.1     /* value */
 25915                   0,
 25916               };
 25917               
 25918               static const char*
 25919               _CIM_StorageReplicationCapabilities_AlternateReplicationServicePointAccess_qualifiers[] =
 25920               {
 25921                   /* ValueMap */
 25922                   "\061\000\0062\0003\0004\0005\000..\0000x8000..\000",
 25923                   /* Values */
 25924                   "\062\000\006None\000Source\000Target\000Proxy\000DMTF Reserved\000Vendor Specific\000",
 25925                   0,
 25926               };
 25927               
 25928               static MetaProperty
 25929               _CIM_StorageReplicationCapabilities_AlternateReplicationServicePointAccess =
 25930               {
 25931                   /* flags */
 25932                   META_FLAG_PROPERTY|META_FLAG_READ,
 25933                   /* name */
 25934                   "AlternateReplicationServicePointAccess",
 25935 mike  1.1.2.1     /* qualifiers */
 25936                   _CIM_StorageReplicationCapabilities_AlternateReplicationServicePointAccess_qualifiers,
 25937                   /* type */
 25938                   CIMTYPE_UINT16,
 25939                   /* subscript */
 25940                   -1,
 25941                   /* value */
 25942                   0,
 25943               };
 25944               
 25945               static const char*
 25946               _CIM_StorageReplicationCapabilities_DeltaReplicaPoolAccess_qualifiers[] =
 25947               {
 25948                   /* ValueMap */
 25949                   "\061\000\0052\0003\0004\000..\0000x8000..\000",
 25950                   /* Values */
 25951                   "\062\000\005Any\000Exclusive\000Shared\000DMTF Reserved\000Vendor Specific\000",
 25952                   0,
 25953               };
 25954               
 25955               static MetaProperty
 25956 mike  1.1.2.1 _CIM_StorageReplicationCapabilities_DeltaReplicaPoolAccess =
 25957               {
 25958                   /* flags */
 25959                   META_FLAG_PROPERTY|META_FLAG_READ,
 25960                   /* name */
 25961                   "DeltaReplicaPoolAccess",
 25962                   /* qualifiers */
 25963                   _CIM_StorageReplicationCapabilities_DeltaReplicaPoolAccess_qualifiers,
 25964                   /* type */
 25965                   CIMTYPE_UINT16,
 25966                   /* subscript */
 25967                   -1,
 25968                   /* value */
 25969                   0,
 25970               };
 25971               
 25972               static const char*
 25973               _CIM_StorageReplicationCapabilities_RemoteBufferElementType_qualifiers[] =
 25974               {
 25975                   /* ValueMap */
 25976                   "\061\000\0050\0002\0003\000..\0000x8000..\000",
 25977 mike  1.1.2.1     /* Values */
 25978                   "\062\000\005Not specified\000InExtent\000InPool\000DMTF Reserved\000Vendor Specific\000",
 25979                   0,
 25980               };
 25981               
 25982               static MetaProperty
 25983               _CIM_StorageReplicationCapabilities_RemoteBufferElementType =
 25984               {
 25985                   /* flags */
 25986                   META_FLAG_PROPERTY|META_FLAG_READ,
 25987                   /* name */
 25988                   "RemoteBufferElementType",
 25989                   /* qualifiers */
 25990                   _CIM_StorageReplicationCapabilities_RemoteBufferElementType_qualifiers,
 25991                   /* type */
 25992                   CIMTYPE_UINT16,
 25993                   /* subscript */
 25994                   -1,
 25995                   /* value */
 25996                   0,
 25997               };
 25998 mike  1.1.2.1 
 25999               static const char*
 26000               _CIM_StorageReplicationCapabilities_RemoteBufferHost_qualifiers[] =
 26001               {
 26002                   /* ValueMap */
 26003                   "\061\000\0052\0003\0004\000..\0000x8000..\000",
 26004                   /* Values */
 26005                   "\062\000\005Array\000ComponentCS\000Pipe\000DMTF Reserved\000Vendor Specific\000",
 26006                   0,
 26007               };
 26008               
 26009               static MetaProperty
 26010               _CIM_StorageReplicationCapabilities_RemoteBufferHost =
 26011               {
 26012                   /* flags */
 26013                   META_FLAG_PROPERTY|META_FLAG_READ,
 26014                   /* name */
 26015                   "RemoteBufferHost",
 26016                   /* qualifiers */
 26017                   _CIM_StorageReplicationCapabilities_RemoteBufferHost_qualifiers,
 26018                   /* type */
 26019 mike  1.1.2.1     CIMTYPE_UINT16,
 26020                   /* subscript */
 26021                   -1,
 26022                   /* value */
 26023                   0,
 26024               };
 26025               
 26026               static const char*
 26027               _CIM_StorageReplicationCapabilities_RemoteBufferLocation_qualifiers[] =
 26028               {
 26029                   /* ValueMap */
 26030                   "\061\000\0052\0003\0004\000..\0000x8000..\000",
 26031                   /* Values */
 26032                   "\062\000\005Source\000Target\000Both\000DMTF Reserved\000Vendor Specific\000",
 26033                   0,
 26034               };
 26035               
 26036               static MetaProperty
 26037               _CIM_StorageReplicationCapabilities_RemoteBufferLocation =
 26038               {
 26039                   /* flags */
 26040 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 26041                   /* name */
 26042                   "RemoteBufferLocation",
 26043                   /* qualifiers */
 26044                   _CIM_StorageReplicationCapabilities_RemoteBufferLocation_qualifiers,
 26045                   /* type */
 26046                   CIMTYPE_UINT16,
 26047                   /* subscript */
 26048                   -1,
 26049                   /* value */
 26050                   0,
 26051               };
 26052               
 26053               static const char*
 26054               _CIM_StorageReplicationCapabilities_RemoteBufferSupported_qualifiers[] =
 26055               {
 26056                   /* ValueMap */
 26057                   "\061\000\0050\0002\0003\000..\0000x8000..\000",
 26058                   /* Values */
 26059                   "\062\000\005Not Supported\000Required\000Optional\000DMTF Reserved\000Vendor Specific\000",
 26060                   0,
 26061 mike  1.1.2.1 };
 26062               
 26063               static MetaProperty
 26064               _CIM_StorageReplicationCapabilities_RemoteBufferSupported =
 26065               {
 26066                   /* flags */
 26067                   META_FLAG_PROPERTY|META_FLAG_READ,
 26068                   /* name */
 26069                   "RemoteBufferSupported",
 26070                   /* qualifiers */
 26071                   _CIM_StorageReplicationCapabilities_RemoteBufferSupported_qualifiers,
 26072                   /* type */
 26073                   CIMTYPE_UINT16,
 26074                   /* subscript */
 26075                   -1,
 26076                   /* value */
 26077                   0,
 26078               };
 26079               
 26080               static const char*
 26081               _CIM_StorageReplicationCapabilities_UseReplicationBufferDefault_qualifiers[] =
 26082 mike  1.1.2.1 {
 26083                   /* ValueMap */
 26084                   "\061\000\0050\0001\0002\000..\0000x8000..\000",
 26085                   /* Values */
 26086                   "\062\000\005Not Managed\000Use Buffer\000Do Not Use Buffer\000DMTF Reserved\000Vendor Specific\000",
 26087                   /* ModelCorrespondence */
 26088                   "\036\000\001CIM_StorageSetting.UseReplicationBuffer\000",
 26089                   0,
 26090               };
 26091               
 26092               static MetaProperty
 26093               _CIM_StorageReplicationCapabilities_UseReplicationBufferDefault =
 26094               {
 26095                   /* flags */
 26096                   META_FLAG_PROPERTY|META_FLAG_READ,
 26097                   /* name */
 26098                   "UseReplicationBufferDefault",
 26099                   /* qualifiers */
 26100                   _CIM_StorageReplicationCapabilities_UseReplicationBufferDefault_qualifiers,
 26101                   /* type */
 26102                   CIMTYPE_UINT16,
 26103 mike  1.1.2.1     /* subscript */
 26104                   -1,
 26105                   /* value */
 26106                   0,
 26107               };
 26108               
 26109               static const char*
 26110               _CIM_StorageReplicationCapabilities_PeerConnectionProtocol_qualifiers[] =
 26111               {
 26112                   0,
 26113               };
 26114               
 26115               static MetaProperty
 26116               _CIM_StorageReplicationCapabilities_PeerConnectionProtocol =
 26117               {
 26118                   /* flags */
 26119                   META_FLAG_PROPERTY|META_FLAG_READ,
 26120                   /* name */
 26121                   "PeerConnectionProtocol",
 26122                   /* qualifiers */
 26123                   _CIM_StorageReplicationCapabilities_PeerConnectionProtocol_qualifiers,
 26124 mike  1.1.2.1     /* type */
 26125                   CIMTYPE_STRING,
 26126                   /* subscript */
 26127                   -1,
 26128                   /* value */
 26129                   0,
 26130               };
 26131               
 26132               static MetaFeature*
 26133               _CIM_StorageReplicationCapabilities_features[] =
 26134               {
 26135                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_SupportedSynchronizationType,
 26136                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_SupportedAsynchronousActions,
 26137                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_SupportedSynchronousActions,
 26138                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_InitialReplicationState,
 26139                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_SupportedSpecializedElements,
 26140                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_SupportedModifyOperations,
 26141                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_ReplicaHostAccessibility,
 26142                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_HostAccessibleState,
 26143                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_SpaceLimitSupported,
 26144                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_SpaceReservationSupported,
 26145 mike  1.1.2.1     (MetaFeature*)&_CIM_StorageReplicationCapabilities_LocalMirrorSnapshotSupported,
 26146                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_RemoteMirrorSnapshotSupported,
 26147                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_IncrementalDeltasSupported,
 26148                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_PersistentReplicasSupported,
 26149                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_BidirectionalConnectionsSupported,
 26150                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_MaximumReplicasPerSource,
 26151                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_MaximumPortsPerConnection,
 26152                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_MaximumConnectionsPerPort,
 26153                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_MaximumPeerConnections,
 26154                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_MaximumLocalReplicationDepth,
 26155                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_MaximumRemoteReplicationDepth,
 26156                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_InitialSynchronizationDefault,
 26157                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_ReplicationPriorityDefault,
 26158                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_LowSpaceWarningThresholdDefault,
 26159                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_SpaceLimitWarningThresholdDefault,
 26160                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_RemoteReplicationServicePointAccess,
 26161                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_AlternateReplicationServicePointAccess,
 26162                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_DeltaReplicaPoolAccess,
 26163                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_RemoteBufferElementType,
 26164                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_RemoteBufferHost,
 26165                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_RemoteBufferLocation,
 26166 mike  1.1.2.1     (MetaFeature*)&_CIM_StorageReplicationCapabilities_RemoteBufferSupported,
 26167                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_UseReplicationBufferDefault,
 26168                   (MetaFeature*)&_CIM_StorageReplicationCapabilities_PeerConnectionProtocol,
 26169                   0,
 26170               };
 26171               
 26172               static const char*
 26173               __root_cimv2_CIM_StorageReplicationCapabilities_qualifiers[] =
 26174               {
 26175                   /* UMLPackagePath */
 26176                   "\057CIM::Device::StorageServices",
 26177                   /* Version */
 26178                   "\0632.10.0",
 26179                   0,
 26180               };
 26181               
 26182               MetaClass
 26183               __root_cimv2_CIM_StorageReplicationCapabilities =
 26184               {
 26185                   /* flags */
 26186                   META_FLAG_CLASS,
 26187 mike  1.1.2.1     /* name */
 26188                   "CIM_StorageReplicationCapabilities",
 26189                   /* qualifiers */
 26190                   __root_cimv2_CIM_StorageReplicationCapabilities_qualifiers,
 26191                   /* super */
 26192                   &__root_cimv2_CIM_Capabilities,
 26193                   /* features */
 26194                   _CIM_StorageReplicationCapabilities_features,
 26195               };
 26196               
 26197               //==============================================================================
 26198               //
 26199               // Class: CIM_StorageSetting
 26200               //
 26201               //==============================================================================
 26202               
 26203               static const char*
 26204               _CIM_StorageSetting_NoSinglePointOfFailure_qualifiers[] =
 26205               {
 26206                   /* Write */
 26207                   "\065\001",
 26208 mike  1.1.2.1     0,
 26209               };
 26210               
 26211               static MetaProperty
 26212               _CIM_StorageSetting_NoSinglePointOfFailure =
 26213               {
 26214                   /* flags */
 26215                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26216                   /* name */
 26217                   "NoSinglePointOfFailure",
 26218                   /* qualifiers */
 26219                   _CIM_StorageSetting_NoSinglePointOfFailure_qualifiers,
 26220                   /* type */
 26221                   CIMTYPE_BOOLEAN,
 26222                   /* subscript */
 26223                   -1,
 26224                   /* value */
 26225                   0,
 26226               };
 26227               
 26228               static const char*
 26229 mike  1.1.2.1 _CIM_StorageSetting_DataRedundancyMax_qualifiers[] =
 26230               {
 26231                   /* Write */
 26232                   "\065\001",
 26233                   /* MinValue */
 26234                   "\035\000\000\000\000\000\000\000\001",
 26235                   /* ModelCorrespondence */
 26236                   "\036\000\002CIM_StorageSetting.DataRedundancyMin\000CIM_StorageSetting.DataRedundancyGoal\000",
 26237                   0,
 26238               };
 26239               
 26240               static MetaProperty
 26241               _CIM_StorageSetting_DataRedundancyMax =
 26242               {
 26243                   /* flags */
 26244                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26245                   /* name */
 26246                   "DataRedundancyMax",
 26247                   /* qualifiers */
 26248                   _CIM_StorageSetting_DataRedundancyMax_qualifiers,
 26249                   /* type */
 26250 mike  1.1.2.1     CIMTYPE_UINT16,
 26251                   /* subscript */
 26252                   -1,
 26253                   /* value */
 26254                   0,
 26255               };
 26256               
 26257               static const char*
 26258               _CIM_StorageSetting_DataRedundancyMin_qualifiers[] =
 26259               {
 26260                   /* Write */
 26261                   "\065\001",
 26262                   /* MinValue */
 26263                   "\035\000\000\000\000\000\000\000\001",
 26264                   /* ModelCorrespondence */
 26265                   "\036\000\002CIM_StorageSetting.DataRedundancyMax\000CIM_StorageSetting.DataRedundancyGoal\000",
 26266                   0,
 26267               };
 26268               
 26269               static MetaProperty
 26270               _CIM_StorageSetting_DataRedundancyMin =
 26271 mike  1.1.2.1 {
 26272                   /* flags */
 26273                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26274                   /* name */
 26275                   "DataRedundancyMin",
 26276                   /* qualifiers */
 26277                   _CIM_StorageSetting_DataRedundancyMin_qualifiers,
 26278                   /* type */
 26279                   CIMTYPE_UINT16,
 26280                   /* subscript */
 26281                   -1,
 26282                   /* value */
 26283                   0,
 26284               };
 26285               
 26286               static const char*
 26287               _CIM_StorageSetting_DataRedundancyGoal_qualifiers[] =
 26288               {
 26289                   /* Write */
 26290                   "\065\001",
 26291                   /* MinValue */
 26292 mike  1.1.2.1     "\035\000\000\000\000\000\000\000\001",
 26293                   /* ModelCorrespondence */
 26294                   "\036\000\002CIM_StorageSetting.DataRedundancyMax\000CIM_StorageSetting.DataRedundancyMin\000",
 26295                   0,
 26296               };
 26297               
 26298               static MetaProperty
 26299               _CIM_StorageSetting_DataRedundancyGoal =
 26300               {
 26301                   /* flags */
 26302                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26303                   /* name */
 26304                   "DataRedundancyGoal",
 26305                   /* qualifiers */
 26306                   _CIM_StorageSetting_DataRedundancyGoal_qualifiers,
 26307                   /* type */
 26308                   CIMTYPE_UINT16,
 26309                   /* subscript */
 26310                   -1,
 26311                   /* value */
 26312                   0,
 26313 mike  1.1.2.1 };
 26314               
 26315               static const char*
 26316               _CIM_StorageSetting_PackageRedundancyMax_qualifiers[] =
 26317               {
 26318                   /* Write */
 26319                   "\065\001",
 26320                   /* ModelCorrespondence */
 26321                   "\036\000\002CIM_StorageSetting.PackageRedundancyMin\000CIM_StorageSetting.PackageRedundancyGoal\000",
 26322                   0,
 26323               };
 26324               
 26325               static MetaProperty
 26326               _CIM_StorageSetting_PackageRedundancyMax =
 26327               {
 26328                   /* flags */
 26329                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26330                   /* name */
 26331                   "PackageRedundancyMax",
 26332                   /* qualifiers */
 26333                   _CIM_StorageSetting_PackageRedundancyMax_qualifiers,
 26334 mike  1.1.2.1     /* type */
 26335                   CIMTYPE_UINT16,
 26336                   /* subscript */
 26337                   -1,
 26338                   /* value */
 26339                   0,
 26340               };
 26341               
 26342               static const char*
 26343               _CIM_StorageSetting_PackageRedundancyMin_qualifiers[] =
 26344               {
 26345                   /* Write */
 26346                   "\065\001",
 26347                   /* ModelCorrespondence */
 26348                   "\036\000\002CIM_StorageSetting.PackageRedundancyMax\000CIM_StorageSetting.PackageRedundancyGoal\000",
 26349                   0,
 26350               };
 26351               
 26352               static MetaProperty
 26353               _CIM_StorageSetting_PackageRedundancyMin =
 26354               {
 26355 mike  1.1.2.1     /* flags */
 26356                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26357                   /* name */
 26358                   "PackageRedundancyMin",
 26359                   /* qualifiers */
 26360                   _CIM_StorageSetting_PackageRedundancyMin_qualifiers,
 26361                   /* type */
 26362                   CIMTYPE_UINT16,
 26363                   /* subscript */
 26364                   -1,
 26365                   /* value */
 26366                   0,
 26367               };
 26368               
 26369               static const char*
 26370               _CIM_StorageSetting_PackageRedundancyGoal_qualifiers[] =
 26371               {
 26372                   /* Write */
 26373                   "\065\001",
 26374                   /* ModelCorrespondence */
 26375                   "\036\000\002CIM_StorageSetting.PackageRedundancyMax\000CIM_StorageSetting.PackageRedundancyMin\000",
 26376 mike  1.1.2.1     0,
 26377               };
 26378               
 26379               static MetaProperty
 26380               _CIM_StorageSetting_PackageRedundancyGoal =
 26381               {
 26382                   /* flags */
 26383                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26384                   /* name */
 26385                   "PackageRedundancyGoal",
 26386                   /* qualifiers */
 26387                   _CIM_StorageSetting_PackageRedundancyGoal_qualifiers,
 26388                   /* type */
 26389                   CIMTYPE_UINT16,
 26390                   /* subscript */
 26391                   -1,
 26392                   /* value */
 26393                   0,
 26394               };
 26395               
 26396               static const char*
 26397 mike  1.1.2.1 _CIM_StorageSetting_DeltaReservationMax_qualifiers[] =
 26398               {
 26399                   /* Write */
 26400                   "\065\001",
 26401                   /* Units */
 26402                   "\060Percentage",
 26403                   /* MinValue */
 26404                   "\035\000\000\000\000\000\000\000\001",
 26405                   /* MaxValue */
 26406                   "\031\000\000\000\000\000\000\000\144",
 26407                   /* ModelCorrespondence */
 26408                   "\036\000\002CIM_StorageSetting.DeltaReservationMin\000CIM_StorageSetting.DeltaReservationGoal\000",
 26409                   0,
 26410               };
 26411               
 26412               static MetaProperty
 26413               _CIM_StorageSetting_DeltaReservationMax =
 26414               {
 26415                   /* flags */
 26416                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26417                   /* name */
 26418 mike  1.1.2.1     "DeltaReservationMax",
 26419                   /* qualifiers */
 26420                   _CIM_StorageSetting_DeltaReservationMax_qualifiers,
 26421                   /* type */
 26422                   CIMTYPE_UINT8,
 26423                   /* subscript */
 26424                   -1,
 26425                   /* value */
 26426                   0,
 26427               };
 26428               
 26429               static const char*
 26430               _CIM_StorageSetting_DeltaReservationMin_qualifiers[] =
 26431               {
 26432                   /* Write */
 26433                   "\065\001",
 26434                   /* Units */
 26435                   "\060Percentage",
 26436                   /* MinValue */
 26437                   "\035\000\000\000\000\000\000\000\001",
 26438                   /* MaxValue */
 26439 mike  1.1.2.1     "\031\000\000\000\000\000\000\000\144",
 26440                   /* ModelCorrespondence */
 26441                   "\036\000\002CIM_StorageSetting.DeltaReservationMax\000CIM_StorageSetting.DeltaReservationGoal\000",
 26442                   0,
 26443               };
 26444               
 26445               static MetaProperty
 26446               _CIM_StorageSetting_DeltaReservationMin =
 26447               {
 26448                   /* flags */
 26449                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26450                   /* name */
 26451                   "DeltaReservationMin",
 26452                   /* qualifiers */
 26453                   _CIM_StorageSetting_DeltaReservationMin_qualifiers,
 26454                   /* type */
 26455                   CIMTYPE_UINT8,
 26456                   /* subscript */
 26457                   -1,
 26458                   /* value */
 26459                   0,
 26460 mike  1.1.2.1 };
 26461               
 26462               static const char*
 26463               _CIM_StorageSetting_DeltaReservationGoal_qualifiers[] =
 26464               {
 26465                   /* Write */
 26466                   "\065\001",
 26467                   /* Units */
 26468                   "\060Percentage",
 26469                   /* MinValue */
 26470                   "\035\000\000\000\000\000\000\000\001",
 26471                   /* MaxValue */
 26472                   "\031\000\000\000\000\000\000\000\144",
 26473                   /* ModelCorrespondence */
 26474                   "\036\000\002CIM_StorageSetting.DeltaReservationMin\000CIM_StorageSetting.DeltaReservationMax\000",
 26475                   0,
 26476               };
 26477               
 26478               static MetaProperty
 26479               _CIM_StorageSetting_DeltaReservationGoal =
 26480               {
 26481 mike  1.1.2.1     /* flags */
 26482                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26483                   /* name */
 26484                   "DeltaReservationGoal",
 26485                   /* qualifiers */
 26486                   _CIM_StorageSetting_DeltaReservationGoal_qualifiers,
 26487                   /* type */
 26488                   CIMTYPE_UINT8,
 26489                   /* subscript */
 26490                   -1,
 26491                   /* value */
 26492                   0,
 26493               };
 26494               
 26495               static const char*
 26496               _CIM_StorageSetting_ChangeableType_qualifiers[] =
 26497               {
 26498                   /* ValueMap */
 26499                   "\061\000\0030\0001\0002\000",
 26500                   /* Values */
 26501                   "\062\000\003Fixed - Not Changeable\000Changeable - Transient\000Changeable - Persistent\000",
 26502 mike  1.1.2.1     0,
 26503               };
 26504               
 26505               static MetaProperty
 26506               _CIM_StorageSetting_ChangeableType =
 26507               {
 26508                   /* flags */
 26509                   META_FLAG_PROPERTY|META_FLAG_READ,
 26510                   /* name */
 26511                   "ChangeableType",
 26512                   /* qualifiers */
 26513                   _CIM_StorageSetting_ChangeableType_qualifiers,
 26514                   /* type */
 26515                   CIMTYPE_UINT16,
 26516                   /* subscript */
 26517                   -1,
 26518                   /* value */
 26519                   0,
 26520               };
 26521               
 26522               static const char*
 26523 mike  1.1.2.1 _CIM_StorageSetting_ExtentStripeLength_qualifiers[] =
 26524               {
 26525                   /* Write */
 26526                   "\065\001",
 26527                   /* MinValue */
 26528                   "\035\000\000\000\000\000\000\000\001",
 26529                   /* ModelCorrespondence */
 26530                   "\036\000\002CIM_StorageSetting.ExtentStripeLengthMax\000CIM_StorageSetting.ExtentStripeLengthMin\000",
 26531                   0,
 26532               };
 26533               
 26534               static MetaProperty
 26535               _CIM_StorageSetting_ExtentStripeLength =
 26536               {
 26537                   /* flags */
 26538                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26539                   /* name */
 26540                   "ExtentStripeLength",
 26541                   /* qualifiers */
 26542                   _CIM_StorageSetting_ExtentStripeLength_qualifiers,
 26543                   /* type */
 26544 mike  1.1.2.1     CIMTYPE_UINT16,
 26545                   /* subscript */
 26546                   -1,
 26547                   /* value */
 26548                   0,
 26549               };
 26550               
 26551               static const char*
 26552               _CIM_StorageSetting_ExtentStripeLengthMin_qualifiers[] =
 26553               {
 26554                   /* Write */
 26555                   "\065\001",
 26556                   /* MinValue */
 26557                   "\035\000\000\000\000\000\000\000\001",
 26558                   /* ModelCorrespondence */
 26559                   "\036\000\002CIM_StorageSetting.ExtentStripeLengthMax\000CIM_StorageSetting.ExtentStripeLength\000",
 26560                   0,
 26561               };
 26562               
 26563               static MetaProperty
 26564               _CIM_StorageSetting_ExtentStripeLengthMin =
 26565 mike  1.1.2.1 {
 26566                   /* flags */
 26567                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26568                   /* name */
 26569                   "ExtentStripeLengthMin",
 26570                   /* qualifiers */
 26571                   _CIM_StorageSetting_ExtentStripeLengthMin_qualifiers,
 26572                   /* type */
 26573                   CIMTYPE_UINT16,
 26574                   /* subscript */
 26575                   -1,
 26576                   /* value */
 26577                   0,
 26578               };
 26579               
 26580               static const char*
 26581               _CIM_StorageSetting_ExtentStripeLengthMax_qualifiers[] =
 26582               {
 26583                   /* Write */
 26584                   "\065\001",
 26585                   /* MinValue */
 26586 mike  1.1.2.1     "\035\000\000\000\000\000\000\000\001",
 26587                   /* ModelCorrespondence */
 26588                   "\036\000\002CIM_StorageSetting.ExtentStripeLengthMin\000CIM_StorageSetting.ExtentStripeLength\000",
 26589                   0,
 26590               };
 26591               
 26592               static MetaProperty
 26593               _CIM_StorageSetting_ExtentStripeLengthMax =
 26594               {
 26595                   /* flags */
 26596                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26597                   /* name */
 26598                   "ExtentStripeLengthMax",
 26599                   /* qualifiers */
 26600                   _CIM_StorageSetting_ExtentStripeLengthMax_qualifiers,
 26601                   /* type */
 26602                   CIMTYPE_UINT16,
 26603                   /* subscript */
 26604                   -1,
 26605                   /* value */
 26606                   0,
 26607 mike  1.1.2.1 };
 26608               
 26609               static const char*
 26610               _CIM_StorageSetting_ParityLayout_qualifiers[] =
 26611               {
 26612                   /* Write */
 26613                   "\065\001",
 26614                   /* ValueMap */
 26615                   "\061\000\0021\0002\000",
 26616                   /* Values */
 26617                   "\062\000\002Non-rotated Parity\000Rotated Parity\000",
 26618                   0,
 26619               };
 26620               
 26621               static MetaProperty
 26622               _CIM_StorageSetting_ParityLayout =
 26623               {
 26624                   /* flags */
 26625                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26626                   /* name */
 26627                   "ParityLayout",
 26628 mike  1.1.2.1     /* qualifiers */
 26629                   _CIM_StorageSetting_ParityLayout_qualifiers,
 26630                   /* type */
 26631                   CIMTYPE_UINT16,
 26632                   /* subscript */
 26633                   -1,
 26634                   /* value */
 26635                   0,
 26636               };
 26637               
 26638               static const char*
 26639               _CIM_StorageSetting_UserDataStripeDepth_qualifiers[] =
 26640               {
 26641                   /* Write */
 26642                   "\065\001",
 26643                   /* Units */
 26644                   "\060Bytes",
 26645                   /* MinValue */
 26646                   "\035\000\000\000\000\000\000\000\001",
 26647                   /* ModelCorrespondence */
 26648                   "\036\000\002CIM_StorageSetting.UserDataStripeDepthMax\000CIM_StorageSetting.UserDataStripeDepthMin\000",
 26649 mike  1.1.2.1     0,
 26650               };
 26651               
 26652               static MetaProperty
 26653               _CIM_StorageSetting_UserDataStripeDepth =
 26654               {
 26655                   /* flags */
 26656                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26657                   /* name */
 26658                   "UserDataStripeDepth",
 26659                   /* qualifiers */
 26660                   _CIM_StorageSetting_UserDataStripeDepth_qualifiers,
 26661                   /* type */
 26662                   CIMTYPE_UINT64,
 26663                   /* subscript */
 26664                   -1,
 26665                   /* value */
 26666                   0,
 26667               };
 26668               
 26669               static const char*
 26670 mike  1.1.2.1 _CIM_StorageSetting_UserDataStripeDepthMin_qualifiers[] =
 26671               {
 26672                   /* Write */
 26673                   "\065\001",
 26674                   /* Units */
 26675                   "\060Bytes",
 26676                   /* MinValue */
 26677                   "\035\000\000\000\000\000\000\000\001",
 26678                   /* ModelCorrespondence */
 26679                   "\036\000\002CIM_StorageSetting.UserDataStripeDepthMax\000CIM_StorageSetting.UserDataStripeDepth\000",
 26680                   0,
 26681               };
 26682               
 26683               static MetaProperty
 26684               _CIM_StorageSetting_UserDataStripeDepthMin =
 26685               {
 26686                   /* flags */
 26687                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26688                   /* name */
 26689                   "UserDataStripeDepthMin",
 26690                   /* qualifiers */
 26691 mike  1.1.2.1     _CIM_StorageSetting_UserDataStripeDepthMin_qualifiers,
 26692                   /* type */
 26693                   CIMTYPE_UINT64,
 26694                   /* subscript */
 26695                   -1,
 26696                   /* value */
 26697                   0,
 26698               };
 26699               
 26700               static const char*
 26701               _CIM_StorageSetting_UserDataStripeDepthMax_qualifiers[] =
 26702               {
 26703                   /* Write */
 26704                   "\065\001",
 26705                   /* Units */
 26706                   "\060Bytes",
 26707                   /* MinValue */
 26708                   "\035\000\000\000\000\000\000\000\001",
 26709                   /* ModelCorrespondence */
 26710                   "\036\000\002CIM_StorageSetting.UserDataStripeDepthMin\000CIM_StorageSetting.UserDataStripeDepth\000",
 26711                   0,
 26712 mike  1.1.2.1 };
 26713               
 26714               static MetaProperty
 26715               _CIM_StorageSetting_UserDataStripeDepthMax =
 26716               {
 26717                   /* flags */
 26718                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26719                   /* name */
 26720                   "UserDataStripeDepthMax",
 26721                   /* qualifiers */
 26722                   _CIM_StorageSetting_UserDataStripeDepthMax_qualifiers,
 26723                   /* type */
 26724                   CIMTYPE_UINT64,
 26725                   /* subscript */
 26726                   -1,
 26727                   /* value */
 26728                   0,
 26729               };
 26730               
 26731               static MetaFeature*
 26732               _CIM_StorageSetting_features[] =
 26733 mike  1.1.2.1 {
 26734                   (MetaFeature*)&_CIM_StorageSetting_NoSinglePointOfFailure,
 26735                   (MetaFeature*)&_CIM_StorageSetting_DataRedundancyMax,
 26736                   (MetaFeature*)&_CIM_StorageSetting_DataRedundancyMin,
 26737                   (MetaFeature*)&_CIM_StorageSetting_DataRedundancyGoal,
 26738                   (MetaFeature*)&_CIM_StorageSetting_PackageRedundancyMax,
 26739                   (MetaFeature*)&_CIM_StorageSetting_PackageRedundancyMin,
 26740                   (MetaFeature*)&_CIM_StorageSetting_PackageRedundancyGoal,
 26741                   (MetaFeature*)&_CIM_StorageSetting_DeltaReservationMax,
 26742                   (MetaFeature*)&_CIM_StorageSetting_DeltaReservationMin,
 26743                   (MetaFeature*)&_CIM_StorageSetting_DeltaReservationGoal,
 26744                   (MetaFeature*)&_CIM_StorageSetting_ChangeableType,
 26745                   (MetaFeature*)&_CIM_StorageSetting_ExtentStripeLength,
 26746                   (MetaFeature*)&_CIM_StorageSetting_ExtentStripeLengthMin,
 26747                   (MetaFeature*)&_CIM_StorageSetting_ExtentStripeLengthMax,
 26748                   (MetaFeature*)&_CIM_StorageSetting_ParityLayout,
 26749                   (MetaFeature*)&_CIM_StorageSetting_UserDataStripeDepth,
 26750                   (MetaFeature*)&_CIM_StorageSetting_UserDataStripeDepthMin,
 26751                   (MetaFeature*)&_CIM_StorageSetting_UserDataStripeDepthMax,
 26752                   0,
 26753               };
 26754 mike  1.1.2.1 
 26755               static const char*
 26756               __root_cimv2_CIM_StorageSetting_qualifiers[] =
 26757               {
 26758                   /* UMLPackagePath */
 26759                   "\057CIM::Device::StorageServices",
 26760                   /* Version */
 26761                   "\0632.11.0",
 26762                   0,
 26763               };
 26764               
 26765               MetaClass
 26766               __root_cimv2_CIM_StorageSetting =
 26767               {
 26768                   /* flags */
 26769                   META_FLAG_CLASS,
 26770                   /* name */
 26771                   "CIM_StorageSetting",
 26772                   /* qualifiers */
 26773                   __root_cimv2_CIM_StorageSetting_qualifiers,
 26774                   /* super */
 26775 mike  1.1.2.1     &__root_cimv2_CIM_SettingData,
 26776                   /* features */
 26777                   _CIM_StorageSetting_features,
 26778               };
 26779               
 26780               //==============================================================================
 26781               //
 26782               // Class: CIM_StorageSettingWithHints
 26783               //
 26784               //==============================================================================
 26785               
 26786               static const char*
 26787               _CIM_StorageSettingWithHints_DataAvailabilityHint_qualifiers[] =
 26788               {
 26789                   /* Write */
 26790                   "\065\001",
 26791                   /* MinValue */
 26792                   "\035\000\000\000\000\000\000\000\000",
 26793                   /* MaxValue */
 26794                   "\031\000\000\000\000\000\000\000\012",
 26795                   0,
 26796 mike  1.1.2.1 };
 26797               
 26798               static MetaProperty
 26799               _CIM_StorageSettingWithHints_DataAvailabilityHint =
 26800               {
 26801                   /* flags */
 26802                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26803                   /* name */
 26804                   "DataAvailabilityHint",
 26805                   /* qualifiers */
 26806                   _CIM_StorageSettingWithHints_DataAvailabilityHint_qualifiers,
 26807                   /* type */
 26808                   CIMTYPE_UINT16,
 26809                   /* subscript */
 26810                   -1,
 26811                   /* value */
 26812                   0,
 26813               };
 26814               
 26815               static const char*
 26816               _CIM_StorageSettingWithHints_AccessRandomnessHint_qualifiers[] =
 26817 mike  1.1.2.1 {
 26818                   /* Write */
 26819                   "\065\001",
 26820                   /* MinValue */
 26821                   "\035\000\000\000\000\000\000\000\000",
 26822                   /* MaxValue */
 26823                   "\031\000\000\000\000\000\000\000\012",
 26824                   0,
 26825               };
 26826               
 26827               static MetaProperty
 26828               _CIM_StorageSettingWithHints_AccessRandomnessHint =
 26829               {
 26830                   /* flags */
 26831                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26832                   /* name */
 26833                   "AccessRandomnessHint",
 26834                   /* qualifiers */
 26835                   _CIM_StorageSettingWithHints_AccessRandomnessHint_qualifiers,
 26836                   /* type */
 26837                   CIMTYPE_UINT16,
 26838 mike  1.1.2.1     /* subscript */
 26839                   -1,
 26840                   /* value */
 26841                   0,
 26842               };
 26843               
 26844               static const char*
 26845               _CIM_StorageSettingWithHints_AccessDirectionHint_qualifiers[] =
 26846               {
 26847                   /* Write */
 26848                   "\065\001",
 26849                   /* MinValue */
 26850                   "\035\000\000\000\000\000\000\000\000",
 26851                   /* MaxValue */
 26852                   "\031\000\000\000\000\000\000\000\012",
 26853                   0,
 26854               };
 26855               
 26856               static MetaProperty
 26857               _CIM_StorageSettingWithHints_AccessDirectionHint =
 26858               {
 26859 mike  1.1.2.1     /* flags */
 26860                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26861                   /* name */
 26862                   "AccessDirectionHint",
 26863                   /* qualifiers */
 26864                   _CIM_StorageSettingWithHints_AccessDirectionHint_qualifiers,
 26865                   /* type */
 26866                   CIMTYPE_UINT16,
 26867                   /* subscript */
 26868                   -1,
 26869                   /* value */
 26870                   0,
 26871               };
 26872               
 26873               static const char*
 26874               _CIM_StorageSettingWithHints_AccessSizeHint_qualifiers[] =
 26875               {
 26876                   /* Write */
 26877                   "\065\001",
 26878                   /* Units */
 26879                   "\060Bytes",
 26880 mike  1.1.2.1     0,
 26881               };
 26882               
 26883               static MetaProperty
 26884               _CIM_StorageSettingWithHints_AccessSizeHint =
 26885               {
 26886                   /* flags */
 26887                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26888                   /* name */
 26889                   "AccessSizeHint",
 26890                   /* qualifiers */
 26891                   _CIM_StorageSettingWithHints_AccessSizeHint_qualifiers,
 26892                   /* type */
 26893                   CIMTYPE_UINT16,
 26894                   /* subscript */
 26895                   0,
 26896                   /* value */
 26897                   0,
 26898               };
 26899               
 26900               static const char*
 26901 mike  1.1.2.1 _CIM_StorageSettingWithHints_AccessLatencyHint_qualifiers[] =
 26902               {
 26903                   /* Write */
 26904                   "\065\001",
 26905                   /* MinValue */
 26906                   "\035\000\000\000\000\000\000\000\000",
 26907                   /* MaxValue */
 26908                   "\031\000\000\000\000\000\000\000\012",
 26909                   0,
 26910               };
 26911               
 26912               static MetaProperty
 26913               _CIM_StorageSettingWithHints_AccessLatencyHint =
 26914               {
 26915                   /* flags */
 26916                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26917                   /* name */
 26918                   "AccessLatencyHint",
 26919                   /* qualifiers */
 26920                   _CIM_StorageSettingWithHints_AccessLatencyHint_qualifiers,
 26921                   /* type */
 26922 mike  1.1.2.1     CIMTYPE_UINT16,
 26923                   /* subscript */
 26924                   -1,
 26925                   /* value */
 26926                   0,
 26927               };
 26928               
 26929               static const char*
 26930               _CIM_StorageSettingWithHints_AccessBandwidthWeight_qualifiers[] =
 26931               {
 26932                   /* Write */
 26933                   "\065\001",
 26934                   /* MinValue */
 26935                   "\035\000\000\000\000\000\000\000\000",
 26936                   /* MaxValue */
 26937                   "\031\000\000\000\000\000\000\000\012",
 26938                   0,
 26939               };
 26940               
 26941               static MetaProperty
 26942               _CIM_StorageSettingWithHints_AccessBandwidthWeight =
 26943 mike  1.1.2.1 {
 26944                   /* flags */
 26945                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26946                   /* name */
 26947                   "AccessBandwidthWeight",
 26948                   /* qualifiers */
 26949                   _CIM_StorageSettingWithHints_AccessBandwidthWeight_qualifiers,
 26950                   /* type */
 26951                   CIMTYPE_UINT16,
 26952                   /* subscript */
 26953                   -1,
 26954                   /* value */
 26955                   0,
 26956               };
 26957               
 26958               static const char*
 26959               _CIM_StorageSettingWithHints_StorageCostHint_qualifiers[] =
 26960               {
 26961                   /* Write */
 26962                   "\065\001",
 26963                   /* MinValue */
 26964 mike  1.1.2.1     "\035\000\000\000\000\000\000\000\000",
 26965                   /* MaxValue */
 26966                   "\031\000\000\000\000\000\000\000\012",
 26967                   0,
 26968               };
 26969               
 26970               static MetaProperty
 26971               _CIM_StorageSettingWithHints_StorageCostHint =
 26972               {
 26973                   /* flags */
 26974                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 26975                   /* name */
 26976                   "StorageCostHint",
 26977                   /* qualifiers */
 26978                   _CIM_StorageSettingWithHints_StorageCostHint_qualifiers,
 26979                   /* type */
 26980                   CIMTYPE_UINT16,
 26981                   /* subscript */
 26982                   -1,
 26983                   /* value */
 26984                   0,
 26985 mike  1.1.2.1 };
 26986               
 26987               static const char*
 26988               _CIM_StorageSettingWithHints_StorageEfficiencyHint_qualifiers[] =
 26989               {
 26990                   /* Write */
 26991                   "\065\001",
 26992                   /* MinValue */
 26993                   "\035\000\000\000\000\000\000\000\000",
 26994                   /* MaxValue */
 26995                   "\031\000\000\000\000\000\000\000\012",
 26996                   0,
 26997               };
 26998               
 26999               static MetaProperty
 27000               _CIM_StorageSettingWithHints_StorageEfficiencyHint =
 27001               {
 27002                   /* flags */
 27003                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 27004                   /* name */
 27005                   "StorageEfficiencyHint",
 27006 mike  1.1.2.1     /* qualifiers */
 27007                   _CIM_StorageSettingWithHints_StorageEfficiencyHint_qualifiers,
 27008                   /* type */
 27009                   CIMTYPE_UINT16,
 27010                   /* subscript */
 27011                   -1,
 27012                   /* value */
 27013                   0,
 27014               };
 27015               
 27016               static MetaFeature*
 27017               _CIM_StorageSettingWithHints_features[] =
 27018               {
 27019                   (MetaFeature*)&_CIM_StorageSettingWithHints_DataAvailabilityHint,
 27020                   (MetaFeature*)&_CIM_StorageSettingWithHints_AccessRandomnessHint,
 27021                   (MetaFeature*)&_CIM_StorageSettingWithHints_AccessDirectionHint,
 27022                   (MetaFeature*)&_CIM_StorageSettingWithHints_AccessSizeHint,
 27023                   (MetaFeature*)&_CIM_StorageSettingWithHints_AccessLatencyHint,
 27024                   (MetaFeature*)&_CIM_StorageSettingWithHints_AccessBandwidthWeight,
 27025                   (MetaFeature*)&_CIM_StorageSettingWithHints_StorageCostHint,
 27026                   (MetaFeature*)&_CIM_StorageSettingWithHints_StorageEfficiencyHint,
 27027 mike  1.1.2.1     0,
 27028               };
 27029               
 27030               static const char*
 27031               __root_cimv2_CIM_StorageSettingWithHints_qualifiers[] =
 27032               {
 27033                   /* UMLPackagePath */
 27034                   "\057CIM::Device::StorageServices",
 27035                   /* Version */
 27036                   "\0632.7.1",
 27037                   0,
 27038               };
 27039               
 27040               MetaClass
 27041               __root_cimv2_CIM_StorageSettingWithHints =
 27042               {
 27043                   /* flags */
 27044                   META_FLAG_CLASS,
 27045                   /* name */
 27046                   "CIM_StorageSettingWithHints",
 27047                   /* qualifiers */
 27048 mike  1.1.2.1     __root_cimv2_CIM_StorageSettingWithHints_qualifiers,
 27049                   /* super */
 27050                   &__root_cimv2_CIM_StorageSetting,
 27051                   /* features */
 27052                   _CIM_StorageSettingWithHints_features,
 27053               };
 27054               
 27055               //==============================================================================
 27056               //
 27057               // Class: CIM_SupportAccess
 27058               //
 27059               //==============================================================================
 27060               
 27061               static const char*
 27062               _CIM_SupportAccess_SupportAccessId_qualifiers[] =
 27063               {
 27064                   /* Key */
 27065                   "\025\001",
 27066                   /* MaxLen */
 27067                   "\030\000\000\001\000",
 27068                   0,
 27069 mike  1.1.2.1 };
 27070               
 27071               static MetaProperty
 27072               _CIM_SupportAccess_SupportAccessId =
 27073               {
 27074                   /* flags */
 27075                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27076                   /* name */
 27077                   "SupportAccessId",
 27078                   /* qualifiers */
 27079                   _CIM_SupportAccess_SupportAccessId_qualifiers,
 27080                   /* type */
 27081                   CIMTYPE_STRING,
 27082                   /* subscript */
 27083                   -1,
 27084                   /* value */
 27085                   0,
 27086               };
 27087               
 27088               static const char*
 27089               _CIM_SupportAccess_Description_qualifiers[] =
 27090 mike  1.1.2.1 {
 27091                   /* Override */
 27092                   "\044Description",
 27093                   /* MappingStrings */
 27094                   "\026\000\001MIF.DMTF|Support|001.3\000",
 27095                   0,
 27096               };
 27097               
 27098               static MetaProperty
 27099               _CIM_SupportAccess_Description =
 27100               {
 27101                   /* flags */
 27102                   META_FLAG_PROPERTY|META_FLAG_READ,
 27103                   /* name */
 27104                   "Description",
 27105                   /* qualifiers */
 27106                   _CIM_SupportAccess_Description_qualifiers,
 27107                   /* type */
 27108                   CIMTYPE_STRING,
 27109                   /* subscript */
 27110                   -1,
 27111 mike  1.1.2.1     /* value */
 27112                   0,
 27113               };
 27114               
 27115               static const char*
 27116               _CIM_SupportAccess_CommunicationInfo_qualifiers[] =
 27117               {
 27118                   /* MappingStrings */
 27119                   "\026\000\002MIF.DMTF|FRU|002.11\000MIF.DMTF|FRU|002.12\000",
 27120                   0,
 27121               };
 27122               
 27123               static MetaProperty
 27124               _CIM_SupportAccess_CommunicationInfo =
 27125               {
 27126                   /* flags */
 27127                   META_FLAG_PROPERTY|META_FLAG_READ,
 27128                   /* name */
 27129                   "CommunicationInfo",
 27130                   /* qualifiers */
 27131                   _CIM_SupportAccess_CommunicationInfo_qualifiers,
 27132 mike  1.1.2.1     /* type */
 27133                   CIMTYPE_STRING,
 27134                   /* subscript */
 27135                   -1,
 27136                   /* value */
 27137                   0,
 27138               };
 27139               
 27140               static const char*
 27141               _CIM_SupportAccess_CommunicationMode_qualifiers[] =
 27142               {
 27143                   /* ValueMap */
 27144                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
 27145                   /* Values */
 27146                   "\062\000\010Other\000Phone\000Fax\000BBS\000Online Service\000Web Page\000FTP\000E-mail\000",
 27147                   /* MappingStrings */
 27148                   "\026\000\001MIF.DMTF|Support|001.5\000",
 27149                   0,
 27150               };
 27151               
 27152               static MetaProperty
 27153 mike  1.1.2.1 _CIM_SupportAccess_CommunicationMode =
 27154               {
 27155                   /* flags */
 27156                   META_FLAG_PROPERTY|META_FLAG_READ,
 27157                   /* name */
 27158                   "CommunicationMode",
 27159                   /* qualifiers */
 27160                   _CIM_SupportAccess_CommunicationMode_qualifiers,
 27161                   /* type */
 27162                   CIMTYPE_UINT16,
 27163                   /* subscript */
 27164                   -1,
 27165                   /* value */
 27166                   0,
 27167               };
 27168               
 27169               static const char*
 27170               _CIM_SupportAccess_Locale_qualifiers[] =
 27171               {
 27172                   /* MaxLen */
 27173                   "\030\000\000\000\100",
 27174 mike  1.1.2.1     /* MappingStrings */
 27175                   "\026\000\001MIF.DMTF|Support|001.2\000",
 27176                   0,
 27177               };
 27178               
 27179               static MetaProperty
 27180               _CIM_SupportAccess_Locale =
 27181               {
 27182                   /* flags */
 27183                   META_FLAG_PROPERTY|META_FLAG_READ,
 27184                   /* name */
 27185                   "Locale",
 27186                   /* qualifiers */
 27187                   _CIM_SupportAccess_Locale_qualifiers,
 27188                   /* type */
 27189                   CIMTYPE_STRING,
 27190                   /* subscript */
 27191                   -1,
 27192                   /* value */
 27193                   0,
 27194               };
 27195 mike  1.1.2.1 
 27196               static MetaFeature*
 27197               _CIM_SupportAccess_features[] =
 27198               {
 27199                   (MetaFeature*)&_CIM_SupportAccess_SupportAccessId,
 27200                   (MetaFeature*)&_CIM_SupportAccess_Description,
 27201                   (MetaFeature*)&_CIM_SupportAccess_CommunicationInfo,
 27202                   (MetaFeature*)&_CIM_SupportAccess_CommunicationMode,
 27203                   (MetaFeature*)&_CIM_SupportAccess_Locale,
 27204                   0,
 27205               };
 27206               
 27207               static const char*
 27208               __root_cimv2_CIM_SupportAccess_qualifiers[] =
 27209               {
 27210                   /* UMLPackagePath */
 27211                   "\057CIM::Core::ProductFRU",
 27212                   /* Version */
 27213                   "\0632.6.0",
 27214                   0,
 27215               };
 27216 mike  1.1.2.1 
 27217               MetaClass
 27218               __root_cimv2_CIM_SupportAccess =
 27219               {
 27220                   /* flags */
 27221                   META_FLAG_CLASS,
 27222                   /* name */
 27223                   "CIM_SupportAccess",
 27224                   /* qualifiers */
 27225                   __root_cimv2_CIM_SupportAccess_qualifiers,
 27226                   /* super */
 27227                   &__root_cimv2_CIM_ManagedElement,
 27228                   /* features */
 27229                   _CIM_SupportAccess_features,
 27230               };
 27231               
 27232               //==============================================================================
 27233               //
 27234               // Class: CIM_Synchronized
 27235               //
 27236               //==============================================================================
 27237 mike  1.1.2.1 
 27238               static const char*
 27239               _CIM_Synchronized_SystemElement_qualifiers[] =
 27240               {
 27241                   /* Key */
 27242                   "\025\001",
 27243                   0,
 27244               };
 27245               
 27246               static MetaReference
 27247               _CIM_Synchronized_SystemElement =
 27248               {
 27249                   /* flags */
 27250                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 27251                   /* name */
 27252                   "SystemElement",
 27253                   /* qualifiers */
 27254                   _CIM_Synchronized_SystemElement_qualifiers,
 27255                   /* subscript */
 27256                   -1,
 27257                   /* refId */
 27258 mike  1.1.2.1     &__root_cimv2_CIM_ManagedElement,
 27259               };
 27260               
 27261               static const char*
 27262               _CIM_Synchronized_SyncedElement_qualifiers[] =
 27263               {
 27264                   /* Key */
 27265                   "\025\001",
 27266                   0,
 27267               };
 27268               
 27269               static MetaReference
 27270               _CIM_Synchronized_SyncedElement =
 27271               {
 27272                   /* flags */
 27273                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 27274                   /* name */
 27275                   "SyncedElement",
 27276                   /* qualifiers */
 27277                   _CIM_Synchronized_SyncedElement_qualifiers,
 27278                   /* subscript */
 27279 mike  1.1.2.1     -1,
 27280                   /* refId */
 27281                   &__root_cimv2_CIM_ManagedElement,
 27282               };
 27283               
 27284               static const char*
 27285               _CIM_Synchronized_WhenSynced_qualifiers[] =
 27286               {
 27287                   0,
 27288               };
 27289               
 27290               static MetaProperty
 27291               _CIM_Synchronized_WhenSynced =
 27292               {
 27293                   /* flags */
 27294                   META_FLAG_PROPERTY|META_FLAG_READ,
 27295                   /* name */
 27296                   "WhenSynced",
 27297                   /* qualifiers */
 27298                   _CIM_Synchronized_WhenSynced_qualifiers,
 27299                   /* type */
 27300 mike  1.1.2.1     CIMTYPE_DATETIME,
 27301                   /* subscript */
 27302                   -1,
 27303                   /* value */
 27304                   0,
 27305               };
 27306               
 27307               static const char*
 27308               _CIM_Synchronized_SyncMaintained_qualifiers[] =
 27309               {
 27310                   0,
 27311               };
 27312               
 27313               static MetaProperty
 27314               _CIM_Synchronized_SyncMaintained =
 27315               {
 27316                   /* flags */
 27317                   META_FLAG_PROPERTY|META_FLAG_READ,
 27318                   /* name */
 27319                   "SyncMaintained",
 27320                   /* qualifiers */
 27321 mike  1.1.2.1     _CIM_Synchronized_SyncMaintained_qualifiers,
 27322                   /* type */
 27323                   CIMTYPE_BOOLEAN,
 27324                   /* subscript */
 27325                   -1,
 27326                   /* value */
 27327                   0,
 27328               };
 27329               
 27330               static MetaFeature*
 27331               _CIM_Synchronized_features[] =
 27332               {
 27333                   (MetaFeature*)&_CIM_Synchronized_SystemElement,
 27334                   (MetaFeature*)&_CIM_Synchronized_SyncedElement,
 27335                   (MetaFeature*)&_CIM_Synchronized_WhenSynced,
 27336                   (MetaFeature*)&_CIM_Synchronized_SyncMaintained,
 27337                   0,
 27338               };
 27339               
 27340               static const char*
 27341               __root_cimv2_CIM_Synchronized_qualifiers[] =
 27342 mike  1.1.2.1 {
 27343                   /* ASSOCIATION */
 27344                   "\000\001",
 27345                   /* UMLPackagePath */
 27346                   "\057CIM::Core::CoreElements",
 27347                   /* Version */
 27348                   "\0632.8.0",
 27349                   0,
 27350               };
 27351               
 27352               MetaClass
 27353               __root_cimv2_CIM_Synchronized =
 27354               {
 27355                   /* flags */
 27356                   META_FLAG_ASSOCIATION,
 27357                   /* name */
 27358                   "CIM_Synchronized",
 27359                   /* qualifiers */
 27360                   __root_cimv2_CIM_Synchronized_qualifiers,
 27361                   /* super */
 27362                   0,
 27363 mike  1.1.2.1     /* features */
 27364                   _CIM_Synchronized_features,
 27365               };
 27366               
 27367               //==============================================================================
 27368               //
 27369               // Class: CIM_SystemConfiguration
 27370               //
 27371               //==============================================================================
 27372               
 27373               static const char*
 27374               _CIM_SystemConfiguration_SystemCreationClassName_qualifiers[] =
 27375               {
 27376                   /* Key */
 27377                   "\025\001",
 27378                   /* Propagated */
 27379                   "\045CIM_System.CreationClassName",
 27380                   /* MaxLen */
 27381                   "\030\000\000\001\000",
 27382                   0,
 27383               };
 27384 mike  1.1.2.1 
 27385               static MetaProperty
 27386               _CIM_SystemConfiguration_SystemCreationClassName =
 27387               {
 27388                   /* flags */
 27389                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27390                   /* name */
 27391                   "SystemCreationClassName",
 27392                   /* qualifiers */
 27393                   _CIM_SystemConfiguration_SystemCreationClassName_qualifiers,
 27394                   /* type */
 27395                   CIMTYPE_STRING,
 27396                   /* subscript */
 27397                   -1,
 27398                   /* value */
 27399                   0,
 27400               };
 27401               
 27402               static const char*
 27403               _CIM_SystemConfiguration_SystemName_qualifiers[] =
 27404               {
 27405 mike  1.1.2.1     /* Key */
 27406                   "\025\001",
 27407                   /* Propagated */
 27408                   "\045CIM_System.Name",
 27409                   /* MaxLen */
 27410                   "\030\000\000\001\000",
 27411                   0,
 27412               };
 27413               
 27414               static MetaProperty
 27415               _CIM_SystemConfiguration_SystemName =
 27416               {
 27417                   /* flags */
 27418                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27419                   /* name */
 27420                   "SystemName",
 27421                   /* qualifiers */
 27422                   _CIM_SystemConfiguration_SystemName_qualifiers,
 27423                   /* type */
 27424                   CIMTYPE_STRING,
 27425                   /* subscript */
 27426 mike  1.1.2.1     -1,
 27427                   /* value */
 27428                   0,
 27429               };
 27430               
 27431               static const char*
 27432               _CIM_SystemConfiguration_CreationClassName_qualifiers[] =
 27433               {
 27434                   /* Key */
 27435                   "\025\001",
 27436                   /* MaxLen */
 27437                   "\030\000\000\001\000",
 27438                   0,
 27439               };
 27440               
 27441               static MetaProperty
 27442               _CIM_SystemConfiguration_CreationClassName =
 27443               {
 27444                   /* flags */
 27445                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27446                   /* name */
 27447 mike  1.1.2.1     "CreationClassName",
 27448                   /* qualifiers */
 27449                   _CIM_SystemConfiguration_CreationClassName_qualifiers,
 27450                   /* type */
 27451                   CIMTYPE_STRING,
 27452                   /* subscript */
 27453                   -1,
 27454                   /* value */
 27455                   0,
 27456               };
 27457               
 27458               static const char*
 27459               _CIM_SystemConfiguration_Name_qualifiers[] =
 27460               {
 27461                   /* Key */
 27462                   "\025\001",
 27463                   /* MaxLen */
 27464                   "\030\000\000\001\000",
 27465                   0,
 27466               };
 27467               
 27468 mike  1.1.2.1 static MetaProperty
 27469               _CIM_SystemConfiguration_Name =
 27470               {
 27471                   /* flags */
 27472                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27473                   /* name */
 27474                   "Name",
 27475                   /* qualifiers */
 27476                   _CIM_SystemConfiguration_Name_qualifiers,
 27477                   /* type */
 27478                   CIMTYPE_STRING,
 27479                   /* subscript */
 27480                   -1,
 27481                   /* value */
 27482                   0,
 27483               };
 27484               
 27485               static MetaFeature*
 27486               _CIM_SystemConfiguration_features[] =
 27487               {
 27488                   (MetaFeature*)&_CIM_SystemConfiguration_SystemCreationClassName,
 27489 mike  1.1.2.1     (MetaFeature*)&_CIM_SystemConfiguration_SystemName,
 27490                   (MetaFeature*)&_CIM_SystemConfiguration_CreationClassName,
 27491                   (MetaFeature*)&_CIM_SystemConfiguration_Name,
 27492                   0,
 27493               };
 27494               
 27495               static const char*
 27496               __root_cimv2_CIM_SystemConfiguration_qualifiers[] =
 27497               {
 27498                   /* UMLPackagePath */
 27499                   "\057CIM::Core::Settings",
 27500                   /* Version */
 27501                   "\0632.6.0",
 27502                   0,
 27503               };
 27504               
 27505               MetaClass
 27506               __root_cimv2_CIM_SystemConfiguration =
 27507               {
 27508                   /* flags */
 27509                   META_FLAG_CLASS,
 27510 mike  1.1.2.1     /* name */
 27511                   "CIM_SystemConfiguration",
 27512                   /* qualifiers */
 27513                   __root_cimv2_CIM_SystemConfiguration_qualifiers,
 27514                   /* super */
 27515                   &__root_cimv2_CIM_ManagedElement,
 27516                   /* features */
 27517                   _CIM_SystemConfiguration_features,
 27518               };
 27519               
 27520               //==============================================================================
 27521               //
 27522               // Class: CIM_SystemIdentification
 27523               //
 27524               //==============================================================================
 27525               
 27526               static const char*
 27527               _CIM_SystemIdentification_SystemCreationClassName_qualifiers[] =
 27528               {
 27529                   /* Key */
 27530                   "\025\001",
 27531 mike  1.1.2.1     /* Propagated */
 27532                   "\045CIM_Namespace.SystemCreationClassName",
 27533                   /* MaxLen */
 27534                   "\030\000\000\001\000",
 27535                   0,
 27536               };
 27537               
 27538               static MetaProperty
 27539               _CIM_SystemIdentification_SystemCreationClassName =
 27540               {
 27541                   /* flags */
 27542                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27543                   /* name */
 27544                   "SystemCreationClassName",
 27545                   /* qualifiers */
 27546                   _CIM_SystemIdentification_SystemCreationClassName_qualifiers,
 27547                   /* type */
 27548                   CIMTYPE_STRING,
 27549                   /* subscript */
 27550                   -1,
 27551                   /* value */
 27552 mike  1.1.2.1     0,
 27553               };
 27554               
 27555               static const char*
 27556               _CIM_SystemIdentification_SystemName_qualifiers[] =
 27557               {
 27558                   /* Key */
 27559                   "\025\001",
 27560                   /* Propagated */
 27561                   "\045CIM_Namespace.SystemName",
 27562                   /* MaxLen */
 27563                   "\030\000\000\001\000",
 27564                   0,
 27565               };
 27566               
 27567               static MetaProperty
 27568               _CIM_SystemIdentification_SystemName =
 27569               {
 27570                   /* flags */
 27571                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27572                   /* name */
 27573 mike  1.1.2.1     "SystemName",
 27574                   /* qualifiers */
 27575                   _CIM_SystemIdentification_SystemName_qualifiers,
 27576                   /* type */
 27577                   CIMTYPE_STRING,
 27578                   /* subscript */
 27579                   -1,
 27580                   /* value */
 27581                   0,
 27582               };
 27583               
 27584               static const char*
 27585               _CIM_SystemIdentification_ObjectManagerCreationClassName_qualifiers[] =
 27586               {
 27587                   /* Key */
 27588                   "\025\001",
 27589                   /* Propagated */
 27590                   "\045CIM_Namespace.ObjectManagerCreationClassName",
 27591                   /* MaxLen */
 27592                   "\030\000\000\001\000",
 27593                   0,
 27594 mike  1.1.2.1 };
 27595               
 27596               static MetaProperty
 27597               _CIM_SystemIdentification_ObjectManagerCreationClassName =
 27598               {
 27599                   /* flags */
 27600                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27601                   /* name */
 27602                   "ObjectManagerCreationClassName",
 27603                   /* qualifiers */
 27604                   _CIM_SystemIdentification_ObjectManagerCreationClassName_qualifiers,
 27605                   /* type */
 27606                   CIMTYPE_STRING,
 27607                   /* subscript */
 27608                   -1,
 27609                   /* value */
 27610                   0,
 27611               };
 27612               
 27613               static const char*
 27614               _CIM_SystemIdentification_ObjectManagerName_qualifiers[] =
 27615 mike  1.1.2.1 {
 27616                   /* Key */
 27617                   "\025\001",
 27618                   /* Propagated */
 27619                   "\045CIM_Namespace.ObjectManagerName",
 27620                   /* MaxLen */
 27621                   "\030\000\000\001\000",
 27622                   0,
 27623               };
 27624               
 27625               static MetaProperty
 27626               _CIM_SystemIdentification_ObjectManagerName =
 27627               {
 27628                   /* flags */
 27629                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27630                   /* name */
 27631                   "ObjectManagerName",
 27632                   /* qualifiers */
 27633                   _CIM_SystemIdentification_ObjectManagerName_qualifiers,
 27634                   /* type */
 27635                   CIMTYPE_STRING,
 27636 mike  1.1.2.1     /* subscript */
 27637                   -1,
 27638                   /* value */
 27639                   0,
 27640               };
 27641               
 27642               static const char*
 27643               _CIM_SystemIdentification_NamespaceCreationClassName_qualifiers[] =
 27644               {
 27645                   /* Key */
 27646                   "\025\001",
 27647                   /* Propagated */
 27648                   "\045CIM_Namespace.CreationClassName",
 27649                   /* MaxLen */
 27650                   "\030\000\000\001\000",
 27651                   0,
 27652               };
 27653               
 27654               static MetaProperty
 27655               _CIM_SystemIdentification_NamespaceCreationClassName =
 27656               {
 27657 mike  1.1.2.1     /* flags */
 27658                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27659                   /* name */
 27660                   "NamespaceCreationClassName",
 27661                   /* qualifiers */
 27662                   _CIM_SystemIdentification_NamespaceCreationClassName_qualifiers,
 27663                   /* type */
 27664                   CIMTYPE_STRING,
 27665                   /* subscript */
 27666                   -1,
 27667                   /* value */
 27668                   0,
 27669               };
 27670               
 27671               static const char*
 27672               _CIM_SystemIdentification_NamespaceName_qualifiers[] =
 27673               {
 27674                   /* Key */
 27675                   "\025\001",
 27676                   /* Propagated */
 27677                   "\045CIM_Namespace.Name",
 27678 mike  1.1.2.1     /* MaxLen */
 27679                   "\030\000\000\001\000",
 27680                   0,
 27681               };
 27682               
 27683               static MetaProperty
 27684               _CIM_SystemIdentification_NamespaceName =
 27685               {
 27686                   /* flags */
 27687                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27688                   /* name */
 27689                   "NamespaceName",
 27690                   /* qualifiers */
 27691                   _CIM_SystemIdentification_NamespaceName_qualifiers,
 27692                   /* type */
 27693                   CIMTYPE_STRING,
 27694                   /* subscript */
 27695                   -1,
 27696                   /* value */
 27697                   0,
 27698               };
 27699 mike  1.1.2.1 
 27700               static const char*
 27701               _CIM_SystemIdentification_CreationClassName_qualifiers[] =
 27702               {
 27703                   /* Key */
 27704                   "\025\001",
 27705                   /* MaxLen */
 27706                   "\030\000\000\001\000",
 27707                   0,
 27708               };
 27709               
 27710               static MetaProperty
 27711               _CIM_SystemIdentification_CreationClassName =
 27712               {
 27713                   /* flags */
 27714                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27715                   /* name */
 27716                   "CreationClassName",
 27717                   /* qualifiers */
 27718                   _CIM_SystemIdentification_CreationClassName_qualifiers,
 27719                   /* type */
 27720 mike  1.1.2.1     CIMTYPE_STRING,
 27721                   /* subscript */
 27722                   -1,
 27723                   /* value */
 27724                   0,
 27725               };
 27726               
 27727               static const char*
 27728               _CIM_SystemIdentification_Name_qualifiers[] =
 27729               {
 27730                   /* Key */
 27731                   "\025\001",
 27732                   /* MaxLen */
 27733                   "\030\000\000\001\000",
 27734                   0,
 27735               };
 27736               
 27737               static MetaProperty
 27738               _CIM_SystemIdentification_Name =
 27739               {
 27740                   /* flags */
 27741 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 27742                   /* name */
 27743                   "Name",
 27744                   /* qualifiers */
 27745                   _CIM_SystemIdentification_Name_qualifiers,
 27746                   /* type */
 27747                   CIMTYPE_STRING,
 27748                   /* subscript */
 27749                   -1,
 27750                   /* value */
 27751                   0,
 27752               };
 27753               
 27754               static const char*
 27755               _CIM_SystemIdentification_IdentificationFormats_qualifiers[] =
 27756               {
 27757                   /* Required */
 27758                   "\050\001",
 27759                   /* Write */
 27760                   "\065\001",
 27761                   /* ValueMap */
 27762 mike  1.1.2.1     "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 27763                   /* Values */
 27764                   "\062\000\014Unknown\000Other\000Short DNS Name\000Fully qualified DNS Name\000Windows Domain Name\000NetWare Server Name\000Unix Hostname\000Globally Unique System Identifier\000IP Address\000Modem Dialup String\000MAC Address\000IPMI Address\000",
 27765                   /* ArrayType */
 27766                   "\005Indexed",
 27767                   /* ModelCorrespondence */
 27768                   "\036\000\002CIM_SystemIdentification.IdentificationData\000CIM_SystemIdentification.FormatDescriptions\000",
 27769                   0,
 27770               };
 27771               
 27772               static MetaProperty
 27773               _CIM_SystemIdentification_IdentificationFormats =
 27774               {
 27775                   /* flags */
 27776                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
 27777                   /* name */
 27778                   "IdentificationFormats",
 27779                   /* qualifiers */
 27780                   _CIM_SystemIdentification_IdentificationFormats_qualifiers,
 27781                   /* type */
 27782                   CIMTYPE_UINT16,
 27783 mike  1.1.2.1     /* subscript */
 27784                   0,
 27785                   /* value */
 27786                   0,
 27787               };
 27788               
 27789               static const char*
 27790               _CIM_SystemIdentification_FormatDescriptions_qualifiers[] =
 27791               {
 27792                   /* Write */
 27793                   "\065\001",
 27794                   /* ArrayType */
 27795                   "\005Indexed",
 27796                   /* ModelCorrespondence */
 27797                   "\036\000\002CIM_SystemIdentification.IdentificationFormats\000CIM_SystemIdentification.IdentificationData\000",
 27798                   0,
 27799               };
 27800               
 27801               static MetaProperty
 27802               _CIM_SystemIdentification_FormatDescriptions =
 27803               {
 27804 mike  1.1.2.1     /* flags */
 27805                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 27806                   /* name */
 27807                   "FormatDescriptions",
 27808                   /* qualifiers */
 27809                   _CIM_SystemIdentification_FormatDescriptions_qualifiers,
 27810                   /* type */
 27811                   CIMTYPE_STRING,
 27812                   /* subscript */
 27813                   0,
 27814                   /* value */
 27815                   0,
 27816               };
 27817               
 27818               static const char*
 27819               _CIM_SystemIdentification_IdentificationData_qualifiers[] =
 27820               {
 27821                   /* Write */
 27822                   "\065\001",
 27823                   /* ArrayType */
 27824                   "\005Indexed",
 27825 mike  1.1.2.1     /* ModelCorrespondence */
 27826                   "\036\000\002CIM_SystemIdentification.IdentificationFormats\000CIM_SystemIdentification.FormatDescriptions\000",
 27827                   0,
 27828               };
 27829               
 27830               static MetaProperty
 27831               _CIM_SystemIdentification_IdentificationData =
 27832               {
 27833                   /* flags */
 27834                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 27835                   /* name */
 27836                   "IdentificationData",
 27837                   /* qualifiers */
 27838                   _CIM_SystemIdentification_IdentificationData_qualifiers,
 27839                   /* type */
 27840                   CIMTYPE_STRING,
 27841                   /* subscript */
 27842                   0,
 27843                   /* value */
 27844                   0,
 27845               };
 27846 mike  1.1.2.1 
 27847               static MetaFeature*
 27848               _CIM_SystemIdentification_features[] =
 27849               {
 27850                   (MetaFeature*)&_CIM_SystemIdentification_SystemCreationClassName,
 27851                   (MetaFeature*)&_CIM_SystemIdentification_SystemName,
 27852                   (MetaFeature*)&_CIM_SystemIdentification_ObjectManagerCreationClassName,
 27853                   (MetaFeature*)&_CIM_SystemIdentification_ObjectManagerName,
 27854                   (MetaFeature*)&_CIM_SystemIdentification_NamespaceCreationClassName,
 27855                   (MetaFeature*)&_CIM_SystemIdentification_NamespaceName,
 27856                   (MetaFeature*)&_CIM_SystemIdentification_CreationClassName,
 27857                   (MetaFeature*)&_CIM_SystemIdentification_Name,
 27858                   (MetaFeature*)&_CIM_SystemIdentification_IdentificationFormats,
 27859                   (MetaFeature*)&_CIM_SystemIdentification_FormatDescriptions,
 27860                   (MetaFeature*)&_CIM_SystemIdentification_IdentificationData,
 27861                   0,
 27862               };
 27863               
 27864               static const char*
 27865               __root_cimv2_CIM_SystemIdentification_qualifiers[] =
 27866               {
 27867 mike  1.1.2.1     /* UMLPackagePath */
 27868                   "\057CIM::Interop",
 27869                   /* Version */
 27870                   "\0632.7.0",
 27871                   0,
 27872               };
 27873               
 27874               MetaClass
 27875               __root_cimv2_CIM_SystemIdentification =
 27876               {
 27877                   /* flags */
 27878                   META_FLAG_CLASS,
 27879                   /* name */
 27880                   "CIM_SystemIdentification",
 27881                   /* qualifiers */
 27882                   __root_cimv2_CIM_SystemIdentification_qualifiers,
 27883                   /* super */
 27884                   &__root_cimv2_CIM_ManagedElement,
 27885                   /* features */
 27886                   _CIM_SystemIdentification_features,
 27887               };
 27888 mike  1.1.2.1 
 27889               //==============================================================================
 27890               //
 27891               // Class: CIM_SystemInNamespace
 27892               //
 27893               //==============================================================================
 27894               
 27895               static const char*
 27896               _CIM_SystemInNamespace_ManagedNamespace_qualifiers[] =
 27897               {
 27898                   /* Key */
 27899                   "\025\001",
 27900                   /* Min */
 27901                   "\033\000\000\000\001",
 27902                   /* Max */
 27903                   "\027\000\000\000\001",
 27904                   0,
 27905               };
 27906               
 27907               static MetaReference
 27908               _CIM_SystemInNamespace_ManagedNamespace =
 27909 mike  1.1.2.1 {
 27910                   /* flags */
 27911                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 27912                   /* name */
 27913                   "ManagedNamespace",
 27914                   /* qualifiers */
 27915                   _CIM_SystemInNamespace_ManagedNamespace_qualifiers,
 27916                   /* subscript */
 27917                   -1,
 27918                   /* refId */
 27919                   &__root_cimv2_CIM_Namespace,
 27920               };
 27921               
 27922               static const char*
 27923               _CIM_SystemInNamespace_Identification_qualifiers[] =
 27924               {
 27925                   /* Key */
 27926                   "\025\001",
 27927                   /* Weak */
 27928                   "\064\001",
 27929                   0,
 27930 mike  1.1.2.1 };
 27931               
 27932               static MetaReference
 27933               _CIM_SystemInNamespace_Identification =
 27934               {
 27935                   /* flags */
 27936                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
 27937                   /* name */
 27938                   "Identification",
 27939                   /* qualifiers */
 27940                   _CIM_SystemInNamespace_Identification_qualifiers,
 27941                   /* subscript */
 27942                   -1,
 27943                   /* refId */
 27944                   &__root_cimv2_CIM_SystemIdentification,
 27945               };
 27946               
 27947               static const char*
 27948               _CIM_SystemInNamespace_ScopeOfContainedData_qualifiers[] =
 27949               {
 27950                   /* Required */
 27951 mike  1.1.2.1     "\050\001",
 27952                   /* Write */
 27953                   "\065\001",
 27954                   /* ValueMap */
 27955                   "\061\000\0050\0001\0002\0003\0004\000",
 27956                   /* Values */
 27957                   "\062\000\005Unknown\000Other\000Local System Data\000Data Aggregated from Multiple Systems\000Proxied Data\000",
 27958                   /* ArrayType */
 27959                   "\005Indexed",
 27960                   /* ModelCorrespondence */
 27961                   "\036\000\001CIM_SystemInNamespace.DescriptionOfContainedData\000",
 27962                   0,
 27963               };
 27964               
 27965               static MetaProperty
 27966               _CIM_SystemInNamespace_ScopeOfContainedData =
 27967               {
 27968                   /* flags */
 27969                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
 27970                   /* name */
 27971                   "ScopeOfContainedData",
 27972 mike  1.1.2.1     /* qualifiers */
 27973                   _CIM_SystemInNamespace_ScopeOfContainedData_qualifiers,
 27974                   /* type */
 27975                   CIMTYPE_UINT16,
 27976                   /* subscript */
 27977                   0,
 27978                   /* value */
 27979                   0,
 27980               };
 27981               
 27982               static const char*
 27983               _CIM_SystemInNamespace_DescriptionOfContainedData_qualifiers[] =
 27984               {
 27985                   /* Write */
 27986                   "\065\001",
 27987                   /* ArrayType */
 27988                   "\005Indexed",
 27989                   /* ModelCorrespondence */
 27990                   "\036\000\001CIM_SystemInNamespace.ScopeOfContainedData\000",
 27991                   0,
 27992               };
 27993 mike  1.1.2.1 
 27994               static MetaProperty
 27995               _CIM_SystemInNamespace_DescriptionOfContainedData =
 27996               {
 27997                   /* flags */
 27998                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 27999                   /* name */
 28000                   "DescriptionOfContainedData",
 28001                   /* qualifiers */
 28002                   _CIM_SystemInNamespace_DescriptionOfContainedData_qualifiers,
 28003                   /* type */
 28004                   CIMTYPE_STRING,
 28005                   /* subscript */
 28006                   0,
 28007                   /* value */
 28008                   0,
 28009               };
 28010               
 28011               static MetaFeature*
 28012               _CIM_SystemInNamespace_features[] =
 28013               {
 28014 mike  1.1.2.1     (MetaFeature*)&_CIM_SystemInNamespace_ManagedNamespace,
 28015                   (MetaFeature*)&_CIM_SystemInNamespace_Identification,
 28016                   (MetaFeature*)&_CIM_SystemInNamespace_ScopeOfContainedData,
 28017                   (MetaFeature*)&_CIM_SystemInNamespace_DescriptionOfContainedData,
 28018                   0,
 28019               };
 28020               
 28021               static const char*
 28022               __root_cimv2_CIM_SystemInNamespace_qualifiers[] =
 28023               {
 28024                   /* ASSOCIATION */
 28025                   "\000\001",
 28026                   /* UMLPackagePath */
 28027                   "\057CIM::Interop",
 28028                   /* Version */
 28029                   "\0632.6.0",
 28030                   0,
 28031               };
 28032               
 28033               MetaClass
 28034               __root_cimv2_CIM_SystemInNamespace =
 28035 mike  1.1.2.1 {
 28036                   /* flags */
 28037                   META_FLAG_ASSOCIATION,
 28038                   /* name */
 28039                   "CIM_SystemInNamespace",
 28040                   /* qualifiers */
 28041                   __root_cimv2_CIM_SystemInNamespace_qualifiers,
 28042                   /* super */
 28043                   0,
 28044                   /* features */
 28045                   _CIM_SystemInNamespace_features,
 28046               };
 28047               
 28048               //==============================================================================
 28049               //
 28050               // Class: CIM_SystemSetting
 28051               //
 28052               //==============================================================================
 28053               
 28054               static const char*
 28055               _CIM_SystemSetting_SystemCreationClassName_qualifiers[] =
 28056 mike  1.1.2.1 {
 28057                   /* Key */
 28058                   "\025\001",
 28059                   /* Propagated */
 28060                   "\045CIM_System.CreationClassName",
 28061                   /* MaxLen */
 28062                   "\030\000\000\001\000",
 28063                   0,
 28064               };
 28065               
 28066               static MetaProperty
 28067               _CIM_SystemSetting_SystemCreationClassName =
 28068               {
 28069                   /* flags */
 28070                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28071                   /* name */
 28072                   "SystemCreationClassName",
 28073                   /* qualifiers */
 28074                   _CIM_SystemSetting_SystemCreationClassName_qualifiers,
 28075                   /* type */
 28076                   CIMTYPE_STRING,
 28077 mike  1.1.2.1     /* subscript */
 28078                   -1,
 28079                   /* value */
 28080                   0,
 28081               };
 28082               
 28083               static const char*
 28084               _CIM_SystemSetting_SystemName_qualifiers[] =
 28085               {
 28086                   /* Key */
 28087                   "\025\001",
 28088                   /* Propagated */
 28089                   "\045CIM_System.Name",
 28090                   /* MaxLen */
 28091                   "\030\000\000\001\000",
 28092                   0,
 28093               };
 28094               
 28095               static MetaProperty
 28096               _CIM_SystemSetting_SystemName =
 28097               {
 28098 mike  1.1.2.1     /* flags */
 28099                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28100                   /* name */
 28101                   "SystemName",
 28102                   /* qualifiers */
 28103                   _CIM_SystemSetting_SystemName_qualifiers,
 28104                   /* type */
 28105                   CIMTYPE_STRING,
 28106                   /* subscript */
 28107                   -1,
 28108                   /* value */
 28109                   0,
 28110               };
 28111               
 28112               static const char*
 28113               _CIM_SystemSetting_CreationClassName_qualifiers[] =
 28114               {
 28115                   /* Key */
 28116                   "\025\001",
 28117                   /* MaxLen */
 28118                   "\030\000\000\001\000",
 28119 mike  1.1.2.1     0,
 28120               };
 28121               
 28122               static MetaProperty
 28123               _CIM_SystemSetting_CreationClassName =
 28124               {
 28125                   /* flags */
 28126                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28127                   /* name */
 28128                   "CreationClassName",
 28129                   /* qualifiers */
 28130                   _CIM_SystemSetting_CreationClassName_qualifiers,
 28131                   /* type */
 28132                   CIMTYPE_STRING,
 28133                   /* subscript */
 28134                   -1,
 28135                   /* value */
 28136                   0,
 28137               };
 28138               
 28139               static const char*
 28140 mike  1.1.2.1 _CIM_SystemSetting_SettingID_qualifiers[] =
 28141               {
 28142                   /* Key */
 28143                   "\025\001",
 28144                   /* Override */
 28145                   "\044SettingID",
 28146                   /* MaxLen */
 28147                   "\030\000\000\001\000",
 28148                   0,
 28149               };
 28150               
 28151               static MetaProperty
 28152               _CIM_SystemSetting_SettingID =
 28153               {
 28154                   /* flags */
 28155                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28156                   /* name */
 28157                   "SettingID",
 28158                   /* qualifiers */
 28159                   _CIM_SystemSetting_SettingID_qualifiers,
 28160                   /* type */
 28161 mike  1.1.2.1     CIMTYPE_STRING,
 28162                   /* subscript */
 28163                   -1,
 28164                   /* value */
 28165                   0,
 28166               };
 28167               
 28168               static MetaFeature*
 28169               _CIM_SystemSetting_features[] =
 28170               {
 28171                   (MetaFeature*)&_CIM_SystemSetting_SystemCreationClassName,
 28172                   (MetaFeature*)&_CIM_SystemSetting_SystemName,
 28173                   (MetaFeature*)&_CIM_SystemSetting_CreationClassName,
 28174                   (MetaFeature*)&_CIM_SystemSetting_SettingID,
 28175                   0,
 28176               };
 28177               
 28178               static const char*
 28179               __root_cimv2_CIM_SystemSetting_qualifiers[] =
 28180               {
 28181                   /* UMLPackagePath */
 28182 mike  1.1.2.1     "\057CIM::Core::Settings",
 28183                   /* Abstract */
 28184                   "\002\001",
 28185                   /* Version */
 28186                   "\0632.10.0",
 28187                   0,
 28188               };
 28189               
 28190               MetaClass
 28191               __root_cimv2_CIM_SystemSetting =
 28192               {
 28193                   /* flags */
 28194                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 28195                   /* name */
 28196                   "CIM_SystemSetting",
 28197                   /* qualifiers */
 28198                   __root_cimv2_CIM_SystemSetting_qualifiers,
 28199                   /* super */
 28200                   &__root_cimv2_CIM_Setting,
 28201                   /* features */
 28202                   _CIM_SystemSetting_features,
 28203 mike  1.1.2.1 };
 28204               
 28205               //==============================================================================
 28206               //
 28207               // Class: CIM_SystemSettingContext
 28208               //
 28209               //==============================================================================
 28210               
 28211               static const char*
 28212               _CIM_SystemSettingContext_Context_qualifiers[] =
 28213               {
 28214                   /* Key */
 28215                   "\025\001",
 28216                   /* Aggregate */
 28217                   "\003\001",
 28218                   0,
 28219               };
 28220               
 28221               static MetaReference
 28222               _CIM_SystemSettingContext_Context =
 28223               {
 28224 mike  1.1.2.1     /* flags */
 28225                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 28226                   /* name */
 28227                   "Context",
 28228                   /* qualifiers */
 28229                   _CIM_SystemSettingContext_Context_qualifiers,
 28230                   /* subscript */
 28231                   -1,
 28232                   /* refId */
 28233                   &__root_cimv2_CIM_SystemConfiguration,
 28234               };
 28235               
 28236               static const char*
 28237               _CIM_SystemSettingContext_Setting_qualifiers[] =
 28238               {
 28239                   /* Key */
 28240                   "\025\001",
 28241                   0,
 28242               };
 28243               
 28244               static MetaReference
 28245 mike  1.1.2.1 _CIM_SystemSettingContext_Setting =
 28246               {
 28247                   /* flags */
 28248                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 28249                   /* name */
 28250                   "Setting",
 28251                   /* qualifiers */
 28252                   _CIM_SystemSettingContext_Setting_qualifiers,
 28253                   /* subscript */
 28254                   -1,
 28255                   /* refId */
 28256                   &__root_cimv2_CIM_SystemSetting,
 28257               };
 28258               
 28259               static MetaFeature*
 28260               _CIM_SystemSettingContext_features[] =
 28261               {
 28262                   (MetaFeature*)&_CIM_SystemSettingContext_Context,
 28263                   (MetaFeature*)&_CIM_SystemSettingContext_Setting,
 28264                   0,
 28265               };
 28266 mike  1.1.2.1 
 28267               static const char*
 28268               __root_cimv2_CIM_SystemSettingContext_qualifiers[] =
 28269               {
 28270                   /* ASSOCIATION */
 28271                   "\000\001",
 28272                   /* UMLPackagePath */
 28273                   "\057CIM::Core::Settings",
 28274                   /* Aggregation */
 28275                   "\004\001",
 28276                   /* Version */
 28277                   "\0632.6.0",
 28278                   0,
 28279               };
 28280               
 28281               MetaClass
 28282               __root_cimv2_CIM_SystemSettingContext =
 28283               {
 28284                   /* flags */
 28285                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 28286                   /* name */
 28287 mike  1.1.2.1     "CIM_SystemSettingContext",
 28288                   /* qualifiers */
 28289                   __root_cimv2_CIM_SystemSettingContext_qualifiers,
 28290                   /* super */
 28291                   0,
 28292                   /* features */
 28293                   _CIM_SystemSettingContext_features,
 28294               };
 28295               
 28296               //==============================================================================
 28297               //
 28298               // Class: CIM_SystemSpecificCollection
 28299               //
 28300               //==============================================================================
 28301               
 28302               static const char*
 28303               _CIM_SystemSpecificCollection_InstanceID_qualifiers[] =
 28304               {
 28305                   /* Key */
 28306                   "\025\001",
 28307                   0,
 28308 mike  1.1.2.1 };
 28309               
 28310               static MetaProperty
 28311               _CIM_SystemSpecificCollection_InstanceID =
 28312               {
 28313                   /* flags */
 28314                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28315                   /* name */
 28316                   "InstanceID",
 28317                   /* qualifiers */
 28318                   _CIM_SystemSpecificCollection_InstanceID_qualifiers,
 28319                   /* type */
 28320                   CIMTYPE_STRING,
 28321                   /* subscript */
 28322                   -1,
 28323                   /* value */
 28324                   0,
 28325               };
 28326               
 28327               static MetaFeature*
 28328               _CIM_SystemSpecificCollection_features[] =
 28329 mike  1.1.2.1 {
 28330                   (MetaFeature*)&_CIM_SystemSpecificCollection_InstanceID,
 28331                   0,
 28332               };
 28333               
 28334               static const char*
 28335               __root_cimv2_CIM_SystemSpecificCollection_qualifiers[] =
 28336               {
 28337                   /* UMLPackagePath */
 28338                   "\057CIM::Core::Collection",
 28339                   /* Version */
 28340                   "\0632.10.0",
 28341                   0,
 28342               };
 28343               
 28344               MetaClass
 28345               __root_cimv2_CIM_SystemSpecificCollection =
 28346               {
 28347                   /* flags */
 28348                   META_FLAG_CLASS,
 28349                   /* name */
 28350 mike  1.1.2.1     "CIM_SystemSpecificCollection",
 28351                   /* qualifiers */
 28352                   __root_cimv2_CIM_SystemSpecificCollection_qualifiers,
 28353                   /* super */
 28354                   &__root_cimv2_CIM_Collection,
 28355                   /* features */
 28356                   _CIM_SystemSpecificCollection_features,
 28357               };
 28358               
 28359               //==============================================================================
 28360               //
 28361               // Class: CIM_SystemStatisticalInformation
 28362               //
 28363               //==============================================================================
 28364               
 28365               static const char*
 28366               _CIM_SystemStatisticalInformation_SystemCreationClassName_qualifiers[] =
 28367               {
 28368                   /* Key */
 28369                   "\025\001",
 28370                   /* Propagated */
 28371 mike  1.1.2.1     "\045CIM_System.CreationClassName",
 28372                   /* MaxLen */
 28373                   "\030\000\000\001\000",
 28374                   0,
 28375               };
 28376               
 28377               static MetaProperty
 28378               _CIM_SystemStatisticalInformation_SystemCreationClassName =
 28379               {
 28380                   /* flags */
 28381                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28382                   /* name */
 28383                   "SystemCreationClassName",
 28384                   /* qualifiers */
 28385                   _CIM_SystemStatisticalInformation_SystemCreationClassName_qualifiers,
 28386                   /* type */
 28387                   CIMTYPE_STRING,
 28388                   /* subscript */
 28389                   -1,
 28390                   /* value */
 28391                   0,
 28392 mike  1.1.2.1 };
 28393               
 28394               static const char*
 28395               _CIM_SystemStatisticalInformation_SystemName_qualifiers[] =
 28396               {
 28397                   /* Key */
 28398                   "\025\001",
 28399                   /* Propagated */
 28400                   "\045CIM_System.Name",
 28401                   /* MaxLen */
 28402                   "\030\000\000\001\000",
 28403                   0,
 28404               };
 28405               
 28406               static MetaProperty
 28407               _CIM_SystemStatisticalInformation_SystemName =
 28408               {
 28409                   /* flags */
 28410                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28411                   /* name */
 28412                   "SystemName",
 28413 mike  1.1.2.1     /* qualifiers */
 28414                   _CIM_SystemStatisticalInformation_SystemName_qualifiers,
 28415                   /* type */
 28416                   CIMTYPE_STRING,
 28417                   /* subscript */
 28418                   -1,
 28419                   /* value */
 28420                   0,
 28421               };
 28422               
 28423               static const char*
 28424               _CIM_SystemStatisticalInformation_CreationClassName_qualifiers[] =
 28425               {
 28426                   /* Key */
 28427                   "\025\001",
 28428                   /* MaxLen */
 28429                   "\030\000\000\001\000",
 28430                   0,
 28431               };
 28432               
 28433               static MetaProperty
 28434 mike  1.1.2.1 _CIM_SystemStatisticalInformation_CreationClassName =
 28435               {
 28436                   /* flags */
 28437                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28438                   /* name */
 28439                   "CreationClassName",
 28440                   /* qualifiers */
 28441                   _CIM_SystemStatisticalInformation_CreationClassName_qualifiers,
 28442                   /* type */
 28443                   CIMTYPE_STRING,
 28444                   /* subscript */
 28445                   -1,
 28446                   /* value */
 28447                   0,
 28448               };
 28449               
 28450               static const char*
 28451               _CIM_SystemStatisticalInformation_Name_qualifiers[] =
 28452               {
 28453                   /* Key */
 28454                   "\025\001",
 28455 mike  1.1.2.1     /* Override */
 28456                   "\044Name",
 28457                   /* MaxLen */
 28458                   "\030\000\000\001\000",
 28459                   0,
 28460               };
 28461               
 28462               static MetaProperty
 28463               _CIM_SystemStatisticalInformation_Name =
 28464               {
 28465                   /* flags */
 28466                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28467                   /* name */
 28468                   "Name",
 28469                   /* qualifiers */
 28470                   _CIM_SystemStatisticalInformation_Name_qualifiers,
 28471                   /* type */
 28472                   CIMTYPE_STRING,
 28473                   /* subscript */
 28474                   -1,
 28475                   /* value */
 28476 mike  1.1.2.1     0,
 28477               };
 28478               
 28479               static MetaFeature*
 28480               _CIM_SystemStatisticalInformation_features[] =
 28481               {
 28482                   (MetaFeature*)&_CIM_SystemStatisticalInformation_SystemCreationClassName,
 28483                   (MetaFeature*)&_CIM_SystemStatisticalInformation_SystemName,
 28484                   (MetaFeature*)&_CIM_SystemStatisticalInformation_CreationClassName,
 28485                   (MetaFeature*)&_CIM_SystemStatisticalInformation_Name,
 28486                   0,
 28487               };
 28488               
 28489               static const char*
 28490               __root_cimv2_CIM_SystemStatisticalInformation_qualifiers[] =
 28491               {
 28492                   /* UMLPackagePath */
 28493                   "\057CIM::Core::Statistics",
 28494                   /* Version */
 28495                   "\0632.6.0",
 28496                   0,
 28497 mike  1.1.2.1 };
 28498               
 28499               MetaClass
 28500               __root_cimv2_CIM_SystemStatisticalInformation =
 28501               {
 28502                   /* flags */
 28503                   META_FLAG_CLASS,
 28504                   /* name */
 28505                   "CIM_SystemStatisticalInformation",
 28506                   /* qualifiers */
 28507                   __root_cimv2_CIM_SystemStatisticalInformation_qualifiers,
 28508                   /* super */
 28509                   &__root_cimv2_CIM_StatisticalInformation,
 28510                   /* features */
 28511                   _CIM_SystemStatisticalInformation_features,
 28512               };
 28513               
 28514               //==============================================================================
 28515               //
 28516               // Class: CIM_TimeZone
 28517               //
 28518 mike  1.1.2.1 //==============================================================================
 28519               
 28520               static const char*
 28521               _CIM_TimeZone_TimeZoneID_qualifiers[] =
 28522               {
 28523                   /* Key */
 28524                   "\025\001",
 28525                   0,
 28526               };
 28527               
 28528               static MetaProperty
 28529               _CIM_TimeZone_TimeZoneID =
 28530               {
 28531                   /* flags */
 28532                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28533                   /* name */
 28534                   "TimeZoneID",
 28535                   /* qualifiers */
 28536                   _CIM_TimeZone_TimeZoneID_qualifiers,
 28537                   /* type */
 28538                   CIMTYPE_STRING,
 28539 mike  1.1.2.1     /* subscript */
 28540                   -1,
 28541                   /* value */
 28542                   0,
 28543               };
 28544               
 28545               static const char*
 28546               _CIM_TimeZone_TimeZoneStartDate_qualifiers[] =
 28547               {
 28548                   /* Key */
 28549                   "\025\001",
 28550                   0,
 28551               };
 28552               
 28553               static MetaProperty
 28554               _CIM_TimeZone_TimeZoneStartDate =
 28555               {
 28556                   /* flags */
 28557                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 28558                   /* name */
 28559                   "TimeZoneStartDate",
 28560 mike  1.1.2.1     /* qualifiers */
 28561                   _CIM_TimeZone_TimeZoneStartDate_qualifiers,
 28562                   /* type */
 28563                   CIMTYPE_DATETIME,
 28564                   /* subscript */
 28565                   -1,
 28566                   /* value */
 28567                   0,
 28568               };
 28569               
 28570               static const char*
 28571               _CIM_TimeZone_StandardName_qualifiers[] =
 28572               {
 28573                   /* ModelCorrespondence */
 28574                   "\036\000\001CIM_TimeZone.StandardCaption\000",
 28575                   0,
 28576               };
 28577               
 28578               static MetaProperty
 28579               _CIM_TimeZone_StandardName =
 28580               {
 28581 mike  1.1.2.1     /* flags */
 28582                   META_FLAG_PROPERTY|META_FLAG_READ,
 28583                   /* name */
 28584                   "StandardName",
 28585                   /* qualifiers */
 28586                   _CIM_TimeZone_StandardName_qualifiers,
 28587                   /* type */
 28588                   CIMTYPE_STRING,
 28589                   /* subscript */
 28590                   -1,
 28591                   /* value */
 28592                   0,
 28593               };
 28594               
 28595               static const char*
 28596               _CIM_TimeZone_StandardCaption_qualifiers[] =
 28597               {
 28598                   /* ModelCorrespondence */
 28599                   "\036\000\001CIM_TimeZone.StandardName\000",
 28600                   0,
 28601               };
 28602 mike  1.1.2.1 
 28603               static MetaProperty
 28604               _CIM_TimeZone_StandardCaption =
 28605               {
 28606                   /* flags */
 28607                   META_FLAG_PROPERTY|META_FLAG_READ,
 28608                   /* name */
 28609                   "StandardCaption",
 28610                   /* qualifiers */
 28611                   _CIM_TimeZone_StandardCaption_qualifiers,
 28612                   /* type */
 28613                   CIMTYPE_STRING,
 28614                   /* subscript */
 28615                   -1,
 28616                   /* value */
 28617                   0,
 28618               };
 28619               
 28620               static const char*
 28621               _CIM_TimeZone_StandardOffset_qualifiers[] =
 28622               {
 28623 mike  1.1.2.1     /* Units */
 28624                   "\060Minutes",
 28625                   0,
 28626               };
 28627               
 28628               static MetaProperty
 28629               _CIM_TimeZone_StandardOffset =
 28630               {
 28631                   /* flags */
 28632                   META_FLAG_PROPERTY|META_FLAG_READ,
 28633                   /* name */
 28634                   "StandardOffset",
 28635                   /* qualifiers */
 28636                   _CIM_TimeZone_StandardOffset_qualifiers,
 28637                   /* type */
 28638                   CIMTYPE_SINT32,
 28639                   /* subscript */
 28640                   -1,
 28641                   /* value */
 28642                   0,
 28643               };
 28644 mike  1.1.2.1 
 28645               static const char*
 28646               _CIM_TimeZone_StandardMonth_qualifiers[] =
 28647               {
 28648                   /* ValueMap */
 28649                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 28650                   /* Values */
 28651                   "\062\000\014January\000February\000March\000April\000May\000June\000July\000August\000September\000October\000November\000December\000",
 28652                   /* ModelCorrespondence */
 28653                   "\036\000\001CIM_TimeZone.StandardDay\000",
 28654                   0,
 28655               };
 28656               
 28657               static MetaProperty
 28658               _CIM_TimeZone_StandardMonth =
 28659               {
 28660                   /* flags */
 28661                   META_FLAG_PROPERTY|META_FLAG_READ,
 28662                   /* name */
 28663                   "StandardMonth",
 28664                   /* qualifiers */
 28665 mike  1.1.2.1     _CIM_TimeZone_StandardMonth_qualifiers,
 28666                   /* type */
 28667                   CIMTYPE_UINT8,
 28668                   /* subscript */
 28669                   -1,
 28670                   /* value */
 28671                   0,
 28672               };
 28673               
 28674               static const char*
 28675               _CIM_TimeZone_StandardDay_qualifiers[] =
 28676               {
 28677                   /* MinValue */
 28678                   "\035\377\377\377\377\377\377\377\341",
 28679                   /* MaxValue */
 28680                   "\031\000\000\000\000\000\000\000\037",
 28681                   /* ModelCorrespondence */
 28682                   "\036\000\001CIM_TimeZone.StandardDayOfWeek\000",
 28683                   0,
 28684               };
 28685               
 28686 mike  1.1.2.1 static MetaProperty
 28687               _CIM_TimeZone_StandardDay =
 28688               {
 28689                   /* flags */
 28690                   META_FLAG_PROPERTY|META_FLAG_READ,
 28691                   /* name */
 28692                   "StandardDay",
 28693                   /* qualifiers */
 28694                   _CIM_TimeZone_StandardDay_qualifiers,
 28695                   /* type */
 28696                   CIMTYPE_SINT8,
 28697                   /* subscript */
 28698                   -1,
 28699                   /* value */
 28700                   0,
 28701               };
 28702               
 28703               static const char*
 28704               _CIM_TimeZone_StandardDayOfWeek_qualifiers[] =
 28705               {
 28706                   /* ValueMap */
 28707 mike  1.1.2.1     "\061\000\017-7\000-6\000-5\000-4\000-3\000-2\000-1\0000\0001\0002\0003\0004\0005\0006\0007\000",
 28708                   /* Values */
 28709                   "\062\000\017-Saturday\000-Friday\000-Thursday\000-Wednesday\000-Tuesday\000-Monday\000-Sunday\000ExactDayOfMonth\000Sunday\000Monday\000Tuesday\000Wednesday\000Thursday\000Friday\000Saturday\000",
 28710                   /* ModelCorrespondence */
 28711                   "\036\000\001CIM_TimeZone.StandardDay\000",
 28712                   0,
 28713               };
 28714               
 28715               static MetaProperty
 28716               _CIM_TimeZone_StandardDayOfWeek =
 28717               {
 28718                   /* flags */
 28719                   META_FLAG_PROPERTY|META_FLAG_READ,
 28720                   /* name */
 28721                   "StandardDayOfWeek",
 28722                   /* qualifiers */
 28723                   _CIM_TimeZone_StandardDayOfWeek_qualifiers,
 28724                   /* type */
 28725                   CIMTYPE_SINT8,
 28726                   /* subscript */
 28727                   -1,
 28728 mike  1.1.2.1     /* value */
 28729                   0,
 28730               };
 28731               
 28732               static const char*
 28733               _CIM_TimeZone_StandardStartInterval_qualifiers[] =
 28734               {
 28735                   0,
 28736               };
 28737               
 28738               static MetaProperty
 28739               _CIM_TimeZone_StandardStartInterval =
 28740               {
 28741                   /* flags */
 28742                   META_FLAG_PROPERTY|META_FLAG_READ,
 28743                   /* name */
 28744                   "StandardStartInterval",
 28745                   /* qualifiers */
 28746                   _CIM_TimeZone_StandardStartInterval_qualifiers,
 28747                   /* type */
 28748                   CIMTYPE_DATETIME,
 28749 mike  1.1.2.1     /* subscript */
 28750                   -1,
 28751                   /* value */
 28752                   0,
 28753               };
 28754               
 28755               static const char*
 28756               _CIM_TimeZone_DaylightName_qualifiers[] =
 28757               {
 28758                   /* ModelCorrespondence */
 28759                   "\036\000\001CIM_TimeZone.DaylightCaption\000",
 28760                   0,
 28761               };
 28762               
 28763               static MetaProperty
 28764               _CIM_TimeZone_DaylightName =
 28765               {
 28766                   /* flags */
 28767                   META_FLAG_PROPERTY|META_FLAG_READ,
 28768                   /* name */
 28769                   "DaylightName",
 28770 mike  1.1.2.1     /* qualifiers */
 28771                   _CIM_TimeZone_DaylightName_qualifiers,
 28772                   /* type */
 28773                   CIMTYPE_STRING,
 28774                   /* subscript */
 28775                   -1,
 28776                   /* value */
 28777                   0,
 28778               };
 28779               
 28780               static const char*
 28781               _CIM_TimeZone_DaylightCaption_qualifiers[] =
 28782               {
 28783                   /* ModelCorrespondence */
 28784                   "\036\000\001CIM_TimeZone.DaylightName\000",
 28785                   0,
 28786               };
 28787               
 28788               static MetaProperty
 28789               _CIM_TimeZone_DaylightCaption =
 28790               {
 28791 mike  1.1.2.1     /* flags */
 28792                   META_FLAG_PROPERTY|META_FLAG_READ,
 28793                   /* name */
 28794                   "DaylightCaption",
 28795                   /* qualifiers */
 28796                   _CIM_TimeZone_DaylightCaption_qualifiers,
 28797                   /* type */
 28798                   CIMTYPE_STRING,
 28799                   /* subscript */
 28800                   -1,
 28801                   /* value */
 28802                   0,
 28803               };
 28804               
 28805               static const char*
 28806               _CIM_TimeZone_DaylightOffset_qualifiers[] =
 28807               {
 28808                   /* Units */
 28809                   "\060Minutes",
 28810                   0,
 28811               };
 28812 mike  1.1.2.1 
 28813               static MetaProperty
 28814               _CIM_TimeZone_DaylightOffset =
 28815               {
 28816                   /* flags */
 28817                   META_FLAG_PROPERTY|META_FLAG_READ,
 28818                   /* name */
 28819                   "DaylightOffset",
 28820                   /* qualifiers */
 28821                   _CIM_TimeZone_DaylightOffset_qualifiers,
 28822                   /* type */
 28823                   CIMTYPE_SINT32,
 28824                   /* subscript */
 28825                   -1,
 28826                   /* value */
 28827                   0,
 28828               };
 28829               
 28830               static const char*
 28831               _CIM_TimeZone_DaylightMonth_qualifiers[] =
 28832               {
 28833 mike  1.1.2.1     /* ValueMap */
 28834                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 28835                   /* Values */
 28836                   "\062\000\014January\000February\000March\000April\000May\000June\000July\000August\000September\000October\000November\000December\000",
 28837                   /* ModelCorrespondence */
 28838                   "\036\000\001CIM_TimeZone.DaylightDay\000",
 28839                   0,
 28840               };
 28841               
 28842               static MetaProperty
 28843               _CIM_TimeZone_DaylightMonth =
 28844               {
 28845                   /* flags */
 28846                   META_FLAG_PROPERTY|META_FLAG_READ,
 28847                   /* name */
 28848                   "DaylightMonth",
 28849                   /* qualifiers */
 28850                   _CIM_TimeZone_DaylightMonth_qualifiers,
 28851                   /* type */
 28852                   CIMTYPE_UINT8,
 28853                   /* subscript */
 28854 mike  1.1.2.1     -1,
 28855                   /* value */
 28856                   0,
 28857               };
 28858               
 28859               static const char*
 28860               _CIM_TimeZone_DaylightDay_qualifiers[] =
 28861               {
 28862                   /* MinValue */
 28863                   "\035\377\377\377\377\377\377\377\341",
 28864                   /* MaxValue */
 28865                   "\031\000\000\000\000\000\000\000\037",
 28866                   /* ModelCorrespondence */
 28867                   "\036\000\001CIM_TimeZone.DaylightDayOfWeek\000",
 28868                   0,
 28869               };
 28870               
 28871               static MetaProperty
 28872               _CIM_TimeZone_DaylightDay =
 28873               {
 28874                   /* flags */
 28875 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 28876                   /* name */
 28877                   "DaylightDay",
 28878                   /* qualifiers */
 28879                   _CIM_TimeZone_DaylightDay_qualifiers,
 28880                   /* type */
 28881                   CIMTYPE_SINT8,
 28882                   /* subscript */
 28883                   -1,
 28884                   /* value */
 28885                   0,
 28886               };
 28887               
 28888               static const char*
 28889               _CIM_TimeZone_DaylightDayOfWeek_qualifiers[] =
 28890               {
 28891                   /* ValueMap */
 28892                   "\061\000\017-7\000-6\000-5\000-4\000-3\000-2\000-1\0000\0001\0002\0003\0004\0005\0006\0007\000",
 28893                   /* Values */
 28894                   "\062\000\017-Saturday\000-Friday\000-Thursday\000-Wednesday\000-Tuesday\000-Monday\000-Sunday\000ExactDayOfMonth\000Sunday\000Monday\000Tuesday\000Wednesday\000Thursday\000Friday\000Saturday\000",
 28895                   /* ModelCorrespondence */
 28896 mike  1.1.2.1     "\036\000\001CIM_TimeZone.DaylightDay\000",
 28897                   0,
 28898               };
 28899               
 28900               static MetaProperty
 28901               _CIM_TimeZone_DaylightDayOfWeek =
 28902               {
 28903                   /* flags */
 28904                   META_FLAG_PROPERTY|META_FLAG_READ,
 28905                   /* name */
 28906                   "DaylightDayOfWeek",
 28907                   /* qualifiers */
 28908                   _CIM_TimeZone_DaylightDayOfWeek_qualifiers,
 28909                   /* type */
 28910                   CIMTYPE_SINT8,
 28911                   /* subscript */
 28912                   -1,
 28913                   /* value */
 28914                   0,
 28915               };
 28916               
 28917 mike  1.1.2.1 static const char*
 28918               _CIM_TimeZone_DaylightStartInterval_qualifiers[] =
 28919               {
 28920                   0,
 28921               };
 28922               
 28923               static MetaProperty
 28924               _CIM_TimeZone_DaylightStartInterval =
 28925               {
 28926                   /* flags */
 28927                   META_FLAG_PROPERTY|META_FLAG_READ,
 28928                   /* name */
 28929                   "DaylightStartInterval",
 28930                   /* qualifiers */
 28931                   _CIM_TimeZone_DaylightStartInterval_qualifiers,
 28932                   /* type */
 28933                   CIMTYPE_DATETIME,
 28934                   /* subscript */
 28935                   -1,
 28936                   /* value */
 28937                   0,
 28938 mike  1.1.2.1 };
 28939               
 28940               static MetaFeature*
 28941               _CIM_TimeZone_features[] =
 28942               {
 28943                   (MetaFeature*)&_CIM_TimeZone_TimeZoneID,
 28944                   (MetaFeature*)&_CIM_TimeZone_TimeZoneStartDate,
 28945                   (MetaFeature*)&_CIM_TimeZone_StandardName,
 28946                   (MetaFeature*)&_CIM_TimeZone_StandardCaption,
 28947                   (MetaFeature*)&_CIM_TimeZone_StandardOffset,
 28948                   (MetaFeature*)&_CIM_TimeZone_StandardMonth,
 28949                   (MetaFeature*)&_CIM_TimeZone_StandardDay,
 28950                   (MetaFeature*)&_CIM_TimeZone_StandardDayOfWeek,
 28951                   (MetaFeature*)&_CIM_TimeZone_StandardStartInterval,
 28952                   (MetaFeature*)&_CIM_TimeZone_DaylightName,
 28953                   (MetaFeature*)&_CIM_TimeZone_DaylightCaption,
 28954                   (MetaFeature*)&_CIM_TimeZone_DaylightOffset,
 28955                   (MetaFeature*)&_CIM_TimeZone_DaylightMonth,
 28956                   (MetaFeature*)&_CIM_TimeZone_DaylightDay,
 28957                   (MetaFeature*)&_CIM_TimeZone_DaylightDayOfWeek,
 28958                   (MetaFeature*)&_CIM_TimeZone_DaylightStartInterval,
 28959 mike  1.1.2.1     0,
 28960               };
 28961               
 28962               static const char*
 28963               __root_cimv2_CIM_TimeZone_qualifiers[] =
 28964               {
 28965                   /* UMLPackagePath */
 28966                   "\057CIM::System::Time",
 28967                   /* Version */
 28968                   "\0632.6.0",
 28969                   0,
 28970               };
 28971               
 28972               MetaClass
 28973               __root_cimv2_CIM_TimeZone =
 28974               {
 28975                   /* flags */
 28976                   META_FLAG_CLASS,
 28977                   /* name */
 28978                   "CIM_TimeZone",
 28979                   /* qualifiers */
 28980 mike  1.1.2.1     __root_cimv2_CIM_TimeZone_qualifiers,
 28981                   /* super */
 28982                   &__root_cimv2_CIM_Setting,
 28983                   /* features */
 28984                   _CIM_TimeZone_features,
 28985               };
 28986               
 28987               //==============================================================================
 28988               //
 28989               // Class: CIM_TraceLevelType
 28990               //
 28991               //==============================================================================
 28992               
 28993               static const char*
 28994               _CIM_TraceLevelType_InstanceID_qualifiers[] =
 28995               {
 28996                   /* Key */
 28997                   "\025\001",
 28998                   /* MaxLen */
 28999                   "\030\000\000\000\020",
 29000                   /* ModelCorrespondence */
 29001 mike  1.1.2.1     "\036\000\001CIM_UnitOfWorkDefinition.TraceLevelTypeId\000",
 29002                   0,
 29003               };
 29004               
 29005               static MetaProperty
 29006               _CIM_TraceLevelType_InstanceID =
 29007               {
 29008                   /* flags */
 29009                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29010                   /* name */
 29011                   "InstanceID",
 29012                   /* qualifiers */
 29013                   _CIM_TraceLevelType_InstanceID_qualifiers,
 29014                   /* type */
 29015                   CIMTYPE_STRING,
 29016                   /* subscript */
 29017                   -1,
 29018                   /* value */
 29019                   0,
 29020               };
 29021               
 29022 mike  1.1.2.1 static const char*
 29023               _CIM_TraceLevelType_BaseType_qualifiers[] =
 29024               {
 29025                   /* ValueMap */
 29026                   "\061\000\0031\0002\0003\000",
 29027                   /* Values */
 29028                   "\062\000\003Other\000Bitmap\000Number\000",
 29029                   0,
 29030               };
 29031               
 29032               static MetaProperty
 29033               _CIM_TraceLevelType_BaseType =
 29034               {
 29035                   /* flags */
 29036                   META_FLAG_PROPERTY|META_FLAG_READ,
 29037                   /* name */
 29038                   "BaseType",
 29039                   /* qualifiers */
 29040                   _CIM_TraceLevelType_BaseType_qualifiers,
 29041                   /* type */
 29042                   CIMTYPE_UINT16,
 29043 mike  1.1.2.1     /* subscript */
 29044                   -1,
 29045                   /* value */
 29046                   0,
 29047               };
 29048               
 29049               static const char*
 29050               _CIM_TraceLevelType_TraceValues_qualifiers[] =
 29051               {
 29052                   /* Required */
 29053                   "\050\001",
 29054                   /* ArrayType */
 29055                   "\005Indexed",
 29056                   0,
 29057               };
 29058               
 29059               static MetaProperty
 29060               _CIM_TraceLevelType_TraceValues =
 29061               {
 29062                   /* flags */
 29063                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 29064 mike  1.1.2.1     /* name */
 29065                   "TraceValues",
 29066                   /* qualifiers */
 29067                   _CIM_TraceLevelType_TraceValues_qualifiers,
 29068                   /* type */
 29069                   CIMTYPE_UINT32,
 29070                   /* subscript */
 29071                   0,
 29072                   /* value */
 29073                   0,
 29074               };
 29075               
 29076               static const char*
 29077               _CIM_TraceLevelType_ValueDescriptions_qualifiers[] =
 29078               {
 29079                   /* Required */
 29080                   "\050\001",
 29081                   /* ArrayType */
 29082                   "\005Indexed",
 29083                   0,
 29084               };
 29085 mike  1.1.2.1 
 29086               static MetaProperty
 29087               _CIM_TraceLevelType_ValueDescriptions =
 29088               {
 29089                   /* flags */
 29090                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 29091                   /* name */
 29092                   "ValueDescriptions",
 29093                   /* qualifiers */
 29094                   _CIM_TraceLevelType_ValueDescriptions_qualifiers,
 29095                   /* type */
 29096                   CIMTYPE_STRING,
 29097                   /* subscript */
 29098                   0,
 29099                   /* value */
 29100                   0,
 29101               };
 29102               
 29103               static MetaFeature*
 29104               _CIM_TraceLevelType_features[] =
 29105               {
 29106 mike  1.1.2.1     (MetaFeature*)&_CIM_TraceLevelType_InstanceID,
 29107                   (MetaFeature*)&_CIM_TraceLevelType_BaseType,
 29108                   (MetaFeature*)&_CIM_TraceLevelType_TraceValues,
 29109                   (MetaFeature*)&_CIM_TraceLevelType_ValueDescriptions,
 29110                   0,
 29111               };
 29112               
 29113               static const char*
 29114               __root_cimv2_CIM_TraceLevelType_qualifiers[] =
 29115               {
 29116                   /* UMLPackagePath */
 29117                   "\057CIM::Metrics::UnitOfWork",
 29118                   /* Version */
 29119                   "\0632.7.0",
 29120                   0,
 29121               };
 29122               
 29123               MetaClass
 29124               __root_cimv2_CIM_TraceLevelType =
 29125               {
 29126                   /* flags */
 29127 mike  1.1.2.1     META_FLAG_CLASS,
 29128                   /* name */
 29129                   "CIM_TraceLevelType",
 29130                   /* qualifiers */
 29131                   __root_cimv2_CIM_TraceLevelType_qualifiers,
 29132                   /* super */
 29133                   &__root_cimv2_CIM_ManagedElement,
 29134                   /* features */
 29135                   _CIM_TraceLevelType_features,
 29136               };
 29137               
 29138               //==============================================================================
 29139               //
 29140               // Class: CIM_UnitOfWork
 29141               //
 29142               //==============================================================================
 29143               
 29144               static const char*
 29145               _CIM_UnitOfWork_Description_qualifiers[] =
 29146               {
 29147                   /* Override */
 29148 mike  1.1.2.1     "\044Description",
 29149                   0,
 29150               };
 29151               
 29152               static MetaProperty
 29153               _CIM_UnitOfWork_Description =
 29154               {
 29155                   /* flags */
 29156                   META_FLAG_PROPERTY|META_FLAG_READ,
 29157                   /* name */
 29158                   "Description",
 29159                   /* qualifiers */
 29160                   _CIM_UnitOfWork_Description_qualifiers,
 29161                   /* type */
 29162                   CIMTYPE_STRING,
 29163                   /* subscript */
 29164                   -1,
 29165                   /* value */
 29166                   0,
 29167               };
 29168               
 29169 mike  1.1.2.1 static const char*
 29170               _CIM_UnitOfWork_Id_qualifiers[] =
 29171               {
 29172                   /* Key */
 29173                   "\025\001",
 29174                   0,
 29175               };
 29176               
 29177               static MetaProperty
 29178               _CIM_UnitOfWork_Id =
 29179               {
 29180                   /* flags */
 29181                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29182                   /* name */
 29183                   "Id",
 29184                   /* qualifiers */
 29185                   _CIM_UnitOfWork_Id_qualifiers,
 29186                   /* type */
 29187                   CIMTYPE_SINT64,
 29188                   /* subscript */
 29189                   -1,
 29190 mike  1.1.2.1     /* value */
 29191                   0,
 29192               };
 29193               
 29194               static const char*
 29195               _CIM_UnitOfWork_UoWDefId_qualifiers[] =
 29196               {
 29197                   /* Key */
 29198                   "\025\001",
 29199                   /* Propagated */
 29200                   "\045CIM_UnitOfWorkDefinition.Id",
 29201                   /* MaxLen */
 29202                   "\030\000\000\000\020",
 29203                   0,
 29204               };
 29205               
 29206               static MetaProperty
 29207               _CIM_UnitOfWork_UoWDefId =
 29208               {
 29209                   /* flags */
 29210                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29211 mike  1.1.2.1     /* name */
 29212                   "UoWDefId",
 29213                   /* qualifiers */
 29214                   _CIM_UnitOfWork_UoWDefId_qualifiers,
 29215                   /* type */
 29216                   CIMTYPE_STRING,
 29217                   /* subscript */
 29218                   -1,
 29219                   /* value */
 29220                   0,
 29221               };
 29222               
 29223               static const char*
 29224               _CIM_UnitOfWork_UserName_qualifiers[] =
 29225               {
 29226                   0,
 29227               };
 29228               
 29229               static MetaProperty
 29230               _CIM_UnitOfWork_UserName =
 29231               {
 29232 mike  1.1.2.1     /* flags */
 29233                   META_FLAG_PROPERTY|META_FLAG_READ,
 29234                   /* name */
 29235                   "UserName",
 29236                   /* qualifiers */
 29237                   _CIM_UnitOfWork_UserName_qualifiers,
 29238                   /* type */
 29239                   CIMTYPE_STRING,
 29240                   /* subscript */
 29241                   -1,
 29242                   /* value */
 29243                   0,
 29244               };
 29245               
 29246               static const char*
 29247               _CIM_UnitOfWork_StartTime_qualifiers[] =
 29248               {
 29249                   0,
 29250               };
 29251               
 29252               static MetaProperty
 29253 mike  1.1.2.1 _CIM_UnitOfWork_StartTime =
 29254               {
 29255                   /* flags */
 29256                   META_FLAG_PROPERTY|META_FLAG_READ,
 29257                   /* name */
 29258                   "StartTime",
 29259                   /* qualifiers */
 29260                   _CIM_UnitOfWork_StartTime_qualifiers,
 29261                   /* type */
 29262                   CIMTYPE_DATETIME,
 29263                   /* subscript */
 29264                   -1,
 29265                   /* value */
 29266                   0,
 29267               };
 29268               
 29269               static const char*
 29270               _CIM_UnitOfWork_ElapsedTime_qualifiers[] =
 29271               {
 29272                   0,
 29273               };
 29274 mike  1.1.2.1 
 29275               static MetaProperty
 29276               _CIM_UnitOfWork_ElapsedTime =
 29277               {
 29278                   /* flags */
 29279                   META_FLAG_PROPERTY|META_FLAG_READ,
 29280                   /* name */
 29281                   "ElapsedTime",
 29282                   /* qualifiers */
 29283                   _CIM_UnitOfWork_ElapsedTime_qualifiers,
 29284                   /* type */
 29285                   CIMTYPE_DATETIME,
 29286                   /* subscript */
 29287                   -1,
 29288                   /* value */
 29289                   0,
 29290               };
 29291               
 29292               static const char*
 29293               _CIM_UnitOfWork_Status_qualifiers[] =
 29294               {
 29295 mike  1.1.2.1     /* ValueMap */
 29296                   "\061\000\0061\0002\0003\0004\0005\0006\000",
 29297                   /* Values */
 29298                   "\062\000\006Active\000Suspended\000Completed\000Completed Good\000Completed Failed\000Completed Aborted\000",
 29299                   0,
 29300               };
 29301               
 29302               static MetaProperty
 29303               _CIM_UnitOfWork_Status =
 29304               {
 29305                   /* flags */
 29306                   META_FLAG_PROPERTY|META_FLAG_READ,
 29307                   /* name */
 29308                   "Status",
 29309                   /* qualifiers */
 29310                   _CIM_UnitOfWork_Status_qualifiers,
 29311                   /* type */
 29312                   CIMTYPE_UINT16,
 29313                   /* subscript */
 29314                   -1,
 29315                   /* value */
 29316 mike  1.1.2.1     0,
 29317               };
 29318               
 29319               static const char*
 29320               _CIM_UnitOfWork_TraceLevel_qualifiers[] =
 29321               {
 29322                   0,
 29323               };
 29324               
 29325               static MetaProperty
 29326               _CIM_UnitOfWork_TraceLevel =
 29327               {
 29328                   /* flags */
 29329                   META_FLAG_PROPERTY|META_FLAG_READ,
 29330                   /* name */
 29331                   "TraceLevel",
 29332                   /* qualifiers */
 29333                   _CIM_UnitOfWork_TraceLevel_qualifiers,
 29334                   /* type */
 29335                   CIMTYPE_UINT32,
 29336                   /* subscript */
 29337 mike  1.1.2.1     -1,
 29338                   /* value */
 29339                   0,
 29340               };
 29341               
 29342               static const char*
 29343               _CIM_UnitOfWork_MutualContextId_qualifiers[] =
 29344               {
 29345                   0,
 29346               };
 29347               
 29348               static MetaProperty
 29349               _CIM_UnitOfWork_MutualContextId =
 29350               {
 29351                   /* flags */
 29352                   META_FLAG_PROPERTY|META_FLAG_READ,
 29353                   /* name */
 29354                   "MutualContextId",
 29355                   /* qualifiers */
 29356                   _CIM_UnitOfWork_MutualContextId_qualifiers,
 29357                   /* type */
 29358 mike  1.1.2.1     CIMTYPE_STRING,
 29359                   /* subscript */
 29360                   -1,
 29361                   /* value */
 29362                   0,
 29363               };
 29364               
 29365               static MetaFeature*
 29366               _CIM_UnitOfWork_features[] =
 29367               {
 29368                   (MetaFeature*)&_CIM_UnitOfWork_Description,
 29369                   (MetaFeature*)&_CIM_UnitOfWork_Id,
 29370                   (MetaFeature*)&_CIM_UnitOfWork_UoWDefId,
 29371                   (MetaFeature*)&_CIM_UnitOfWork_UserName,
 29372                   (MetaFeature*)&_CIM_UnitOfWork_StartTime,
 29373                   (MetaFeature*)&_CIM_UnitOfWork_ElapsedTime,
 29374                   (MetaFeature*)&_CIM_UnitOfWork_Status,
 29375                   (MetaFeature*)&_CIM_UnitOfWork_TraceLevel,
 29376                   (MetaFeature*)&_CIM_UnitOfWork_MutualContextId,
 29377                   0,
 29378               };
 29379 mike  1.1.2.1 
 29380               static const char*
 29381               __root_cimv2_CIM_UnitOfWork_qualifiers[] =
 29382               {
 29383                   /* UMLPackagePath */
 29384                   "\057CIM::Metrics::UnitOfWork",
 29385                   /* Version */
 29386                   "\0632.7.0",
 29387                   0,
 29388               };
 29389               
 29390               MetaClass
 29391               __root_cimv2_CIM_UnitOfWork =
 29392               {
 29393                   /* flags */
 29394                   META_FLAG_CLASS,
 29395                   /* name */
 29396                   "CIM_UnitOfWork",
 29397                   /* qualifiers */
 29398                   __root_cimv2_CIM_UnitOfWork_qualifiers,
 29399                   /* super */
 29400 mike  1.1.2.1     &__root_cimv2_CIM_ManagedElement,
 29401                   /* features */
 29402                   _CIM_UnitOfWork_features,
 29403               };
 29404               
 29405               //==============================================================================
 29406               //
 29407               // Class: CIM_UnixProcessStatisticalInformation
 29408               //
 29409               //==============================================================================
 29410               
 29411               static const char*
 29412               _CIM_UnixProcessStatisticalInformation_CSCreationClassName_qualifiers[] =
 29413               {
 29414                   /* Key */
 29415                   "\025\001",
 29416                   /* Propagated */
 29417                   "\045CIM_Process.CSCreationClassName",
 29418                   /* MaxLen */
 29419                   "\030\000\000\001\000",
 29420                   0,
 29421 mike  1.1.2.1 };
 29422               
 29423               static MetaProperty
 29424               _CIM_UnixProcessStatisticalInformation_CSCreationClassName =
 29425               {
 29426                   /* flags */
 29427                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29428                   /* name */
 29429                   "CSCreationClassName",
 29430                   /* qualifiers */
 29431                   _CIM_UnixProcessStatisticalInformation_CSCreationClassName_qualifiers,
 29432                   /* type */
 29433                   CIMTYPE_STRING,
 29434                   /* subscript */
 29435                   -1,
 29436                   /* value */
 29437                   0,
 29438               };
 29439               
 29440               static const char*
 29441               _CIM_UnixProcessStatisticalInformation_CSName_qualifiers[] =
 29442 mike  1.1.2.1 {
 29443                   /* Key */
 29444                   "\025\001",
 29445                   /* Propagated */
 29446                   "\045CIM_Process.CSName",
 29447                   /* MaxLen */
 29448                   "\030\000\000\001\000",
 29449                   0,
 29450               };
 29451               
 29452               static MetaProperty
 29453               _CIM_UnixProcessStatisticalInformation_CSName =
 29454               {
 29455                   /* flags */
 29456                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29457                   /* name */
 29458                   "CSName",
 29459                   /* qualifiers */
 29460                   _CIM_UnixProcessStatisticalInformation_CSName_qualifiers,
 29461                   /* type */
 29462                   CIMTYPE_STRING,
 29463 mike  1.1.2.1     /* subscript */
 29464                   -1,
 29465                   /* value */
 29466                   0,
 29467               };
 29468               
 29469               static const char*
 29470               _CIM_UnixProcessStatisticalInformation_OSCreationClassName_qualifiers[] =
 29471               {
 29472                   /* Key */
 29473                   "\025\001",
 29474                   /* Propagated */
 29475                   "\045CIM_Process.OSCreationClassName",
 29476                   /* MaxLen */
 29477                   "\030\000\000\001\000",
 29478                   0,
 29479               };
 29480               
 29481               static MetaProperty
 29482               _CIM_UnixProcessStatisticalInformation_OSCreationClassName =
 29483               {
 29484 mike  1.1.2.1     /* flags */
 29485                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29486                   /* name */
 29487                   "OSCreationClassName",
 29488                   /* qualifiers */
 29489                   _CIM_UnixProcessStatisticalInformation_OSCreationClassName_qualifiers,
 29490                   /* type */
 29491                   CIMTYPE_STRING,
 29492                   /* subscript */
 29493                   -1,
 29494                   /* value */
 29495                   0,
 29496               };
 29497               
 29498               static const char*
 29499               _CIM_UnixProcessStatisticalInformation_OSName_qualifiers[] =
 29500               {
 29501                   /* Key */
 29502                   "\025\001",
 29503                   /* Propagated */
 29504                   "\045CIM_Process.OSName",
 29505 mike  1.1.2.1     /* MaxLen */
 29506                   "\030\000\000\001\000",
 29507                   0,
 29508               };
 29509               
 29510               static MetaProperty
 29511               _CIM_UnixProcessStatisticalInformation_OSName =
 29512               {
 29513                   /* flags */
 29514                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29515                   /* name */
 29516                   "OSName",
 29517                   /* qualifiers */
 29518                   _CIM_UnixProcessStatisticalInformation_OSName_qualifiers,
 29519                   /* type */
 29520                   CIMTYPE_STRING,
 29521                   /* subscript */
 29522                   -1,
 29523                   /* value */
 29524                   0,
 29525               };
 29526 mike  1.1.2.1 
 29527               static const char*
 29528               _CIM_UnixProcessStatisticalInformation_Handle_qualifiers[] =
 29529               {
 29530                   /* Key */
 29531                   "\025\001",
 29532                   /* Propagated */
 29533                   "\045CIM_Process.Handle",
 29534                   /* MaxLen */
 29535                   "\030\000\000\001\000",
 29536                   0,
 29537               };
 29538               
 29539               static MetaProperty
 29540               _CIM_UnixProcessStatisticalInformation_Handle =
 29541               {
 29542                   /* flags */
 29543                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29544                   /* name */
 29545                   "Handle",
 29546                   /* qualifiers */
 29547 mike  1.1.2.1     _CIM_UnixProcessStatisticalInformation_Handle_qualifiers,
 29548                   /* type */
 29549                   CIMTYPE_STRING,
 29550                   /* subscript */
 29551                   -1,
 29552                   /* value */
 29553                   0,
 29554               };
 29555               
 29556               static const char*
 29557               _CIM_UnixProcessStatisticalInformation_ProcessCreationClassName_qualifiers[] =
 29558               {
 29559                   /* Key */
 29560                   "\025\001",
 29561                   /* Propagated */
 29562                   "\045CIM_Process.CreationClassName",
 29563                   /* MaxLen */
 29564                   "\030\000\000\001\000",
 29565                   0,
 29566               };
 29567               
 29568 mike  1.1.2.1 static MetaProperty
 29569               _CIM_UnixProcessStatisticalInformation_ProcessCreationClassName =
 29570               {
 29571                   /* flags */
 29572                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29573                   /* name */
 29574                   "ProcessCreationClassName",
 29575                   /* qualifiers */
 29576                   _CIM_UnixProcessStatisticalInformation_ProcessCreationClassName_qualifiers,
 29577                   /* type */
 29578                   CIMTYPE_STRING,
 29579                   /* subscript */
 29580                   -1,
 29581                   /* value */
 29582                   0,
 29583               };
 29584               
 29585               static const char*
 29586               _CIM_UnixProcessStatisticalInformation_Name_qualifiers[] =
 29587               {
 29588                   /* Key */
 29589 mike  1.1.2.1     "\025\001",
 29590                   /* Override */
 29591                   "\044Name",
 29592                   /* MaxLen */
 29593                   "\030\000\000\001\000",
 29594                   0,
 29595               };
 29596               
 29597               static MetaProperty
 29598               _CIM_UnixProcessStatisticalInformation_Name =
 29599               {
 29600                   /* flags */
 29601                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29602                   /* name */
 29603                   "Name",
 29604                   /* qualifiers */
 29605                   _CIM_UnixProcessStatisticalInformation_Name_qualifiers,
 29606                   /* type */
 29607                   CIMTYPE_STRING,
 29608                   /* subscript */
 29609                   -1,
 29610 mike  1.1.2.1     /* value */
 29611                   0,
 29612               };
 29613               
 29614               static const char*
 29615               _CIM_UnixProcessStatisticalInformation_CPUTime_qualifiers[] =
 29616               {
 29617                   /* Units */
 29618                   "\060Percent",
 29619                   /* MappingStrings */
 29620                   "\026\000\001MIF.DMTF|Process Information|001.12\000",
 29621                   0,
 29622               };
 29623               
 29624               static MetaProperty
 29625               _CIM_UnixProcessStatisticalInformation_CPUTime =
 29626               {
 29627                   /* flags */
 29628                   META_FLAG_PROPERTY|META_FLAG_READ,
 29629                   /* name */
 29630                   "CPUTime",
 29631 mike  1.1.2.1     /* qualifiers */
 29632                   _CIM_UnixProcessStatisticalInformation_CPUTime_qualifiers,
 29633                   /* type */
 29634                   CIMTYPE_UINT32,
 29635                   /* subscript */
 29636                   -1,
 29637                   /* value */
 29638                   0,
 29639               };
 29640               
 29641               static const char*
 29642               _CIM_UnixProcessStatisticalInformation_RealText_qualifiers[] =
 29643               {
 29644                   /* Units */
 29645                   "\060KiloBytes",
 29646                   /* MappingStrings */
 29647                   "\026\000\001MIF.DMTF|Process Information|001.15\000",
 29648                   0,
 29649               };
 29650               
 29651               static MetaProperty
 29652 mike  1.1.2.1 _CIM_UnixProcessStatisticalInformation_RealText =
 29653               {
 29654                   /* flags */
 29655                   META_FLAG_PROPERTY|META_FLAG_READ,
 29656                   /* name */
 29657                   "RealText",
 29658                   /* qualifiers */
 29659                   _CIM_UnixProcessStatisticalInformation_RealText_qualifiers,
 29660                   /* type */
 29661                   CIMTYPE_UINT64,
 29662                   /* subscript */
 29663                   -1,
 29664                   /* value */
 29665                   0,
 29666               };
 29667               
 29668               static const char*
 29669               _CIM_UnixProcessStatisticalInformation_RealData_qualifiers[] =
 29670               {
 29671                   /* Units */
 29672                   "\060KiloBytes",
 29673 mike  1.1.2.1     /* MappingStrings */
 29674                   "\026\000\001MIF.DMTF|Process Information|001.16\000",
 29675                   0,
 29676               };
 29677               
 29678               static MetaProperty
 29679               _CIM_UnixProcessStatisticalInformation_RealData =
 29680               {
 29681                   /* flags */
 29682                   META_FLAG_PROPERTY|META_FLAG_READ,
 29683                   /* name */
 29684                   "RealData",
 29685                   /* qualifiers */
 29686                   _CIM_UnixProcessStatisticalInformation_RealData_qualifiers,
 29687                   /* type */
 29688                   CIMTYPE_UINT64,
 29689                   /* subscript */
 29690                   -1,
 29691                   /* value */
 29692                   0,
 29693               };
 29694 mike  1.1.2.1 
 29695               static const char*
 29696               _CIM_UnixProcessStatisticalInformation_RealStack_qualifiers[] =
 29697               {
 29698                   /* Units */
 29699                   "\060KiloBytes",
 29700                   /* MappingStrings */
 29701                   "\026\000\001MIF.DMTF|Process Information|001.17\000",
 29702                   0,
 29703               };
 29704               
 29705               static MetaProperty
 29706               _CIM_UnixProcessStatisticalInformation_RealStack =
 29707               {
 29708                   /* flags */
 29709                   META_FLAG_PROPERTY|META_FLAG_READ,
 29710                   /* name */
 29711                   "RealStack",
 29712                   /* qualifiers */
 29713                   _CIM_UnixProcessStatisticalInformation_RealStack_qualifiers,
 29714                   /* type */
 29715 mike  1.1.2.1     CIMTYPE_UINT64,
 29716                   /* subscript */
 29717                   -1,
 29718                   /* value */
 29719                   0,
 29720               };
 29721               
 29722               static const char*
 29723               _CIM_UnixProcessStatisticalInformation_VirtualText_qualifiers[] =
 29724               {
 29725                   /* Units */
 29726                   "\060KiloBytes",
 29727                   /* MappingStrings */
 29728                   "\026\000\001MIF.DMTF|Process Information|001.18\000",
 29729                   0,
 29730               };
 29731               
 29732               static MetaProperty
 29733               _CIM_UnixProcessStatisticalInformation_VirtualText =
 29734               {
 29735                   /* flags */
 29736 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 29737                   /* name */
 29738                   "VirtualText",
 29739                   /* qualifiers */
 29740                   _CIM_UnixProcessStatisticalInformation_VirtualText_qualifiers,
 29741                   /* type */
 29742                   CIMTYPE_UINT64,
 29743                   /* subscript */
 29744                   -1,
 29745                   /* value */
 29746                   0,
 29747               };
 29748               
 29749               static const char*
 29750               _CIM_UnixProcessStatisticalInformation_VirtualData_qualifiers[] =
 29751               {
 29752                   /* Units */
 29753                   "\060KiloBytes",
 29754                   /* MappingStrings */
 29755                   "\026\000\001MIF.DMTF|Process Information|001.19\000",
 29756                   0,
 29757 mike  1.1.2.1 };
 29758               
 29759               static MetaProperty
 29760               _CIM_UnixProcessStatisticalInformation_VirtualData =
 29761               {
 29762                   /* flags */
 29763                   META_FLAG_PROPERTY|META_FLAG_READ,
 29764                   /* name */
 29765                   "VirtualData",
 29766                   /* qualifiers */
 29767                   _CIM_UnixProcessStatisticalInformation_VirtualData_qualifiers,
 29768                   /* type */
 29769                   CIMTYPE_UINT64,
 29770                   /* subscript */
 29771                   -1,
 29772                   /* value */
 29773                   0,
 29774               };
 29775               
 29776               static const char*
 29777               _CIM_UnixProcessStatisticalInformation_VirtualStack_qualifiers[] =
 29778 mike  1.1.2.1 {
 29779                   /* Units */
 29780                   "\060KiloBytes",
 29781                   /* MappingStrings */
 29782                   "\026\000\001MIF.DMTF|Process Information|001.20\000",
 29783                   0,
 29784               };
 29785               
 29786               static MetaProperty
 29787               _CIM_UnixProcessStatisticalInformation_VirtualStack =
 29788               {
 29789                   /* flags */
 29790                   META_FLAG_PROPERTY|META_FLAG_READ,
 29791                   /* name */
 29792                   "VirtualStack",
 29793                   /* qualifiers */
 29794                   _CIM_UnixProcessStatisticalInformation_VirtualStack_qualifiers,
 29795                   /* type */
 29796                   CIMTYPE_UINT64,
 29797                   /* subscript */
 29798                   -1,
 29799 mike  1.1.2.1     /* value */
 29800                   0,
 29801               };
 29802               
 29803               static const char*
 29804               _CIM_UnixProcessStatisticalInformation_VirtualMemoryMappedFileSize_qualifiers[] =
 29805               {
 29806                   /* Units */
 29807                   "\060KiloBytes",
 29808                   /* MappingStrings */
 29809                   "\026\000\001MIF.DMTF|Process Information|001.22\000",
 29810                   0,
 29811               };
 29812               
 29813               static MetaProperty
 29814               _CIM_UnixProcessStatisticalInformation_VirtualMemoryMappedFileSize =
 29815               {
 29816                   /* flags */
 29817                   META_FLAG_PROPERTY|META_FLAG_READ,
 29818                   /* name */
 29819                   "VirtualMemoryMappedFileSize",
 29820 mike  1.1.2.1     /* qualifiers */
 29821                   _CIM_UnixProcessStatisticalInformation_VirtualMemoryMappedFileSize_qualifiers,
 29822                   /* type */
 29823                   CIMTYPE_UINT64,
 29824                   /* subscript */
 29825                   -1,
 29826                   /* value */
 29827                   0,
 29828               };
 29829               
 29830               static const char*
 29831               _CIM_UnixProcessStatisticalInformation_VirtualSharedMemory_qualifiers[] =
 29832               {
 29833                   /* Units */
 29834                   "\060KiloBytes",
 29835                   /* MappingStrings */
 29836                   "\026\000\001MIF.DMTF|Process Information|001.21\000",
 29837                   0,
 29838               };
 29839               
 29840               static MetaProperty
 29841 mike  1.1.2.1 _CIM_UnixProcessStatisticalInformation_VirtualSharedMemory =
 29842               {
 29843                   /* flags */
 29844                   META_FLAG_PROPERTY|META_FLAG_READ,
 29845                   /* name */
 29846                   "VirtualSharedMemory",
 29847                   /* qualifiers */
 29848                   _CIM_UnixProcessStatisticalInformation_VirtualSharedMemory_qualifiers,
 29849                   /* type */
 29850                   CIMTYPE_UINT64,
 29851                   /* subscript */
 29852                   -1,
 29853                   /* value */
 29854                   0,
 29855               };
 29856               
 29857               static const char*
 29858               _CIM_UnixProcessStatisticalInformation_CpuTimeDeadChildren_qualifiers[] =
 29859               {
 29860                   /* Units */
 29861                   "\060Clock Ticks",
 29862 mike  1.1.2.1     /* Counter */
 29863                   "\012\001",
 29864                   0,
 29865               };
 29866               
 29867               static MetaProperty
 29868               _CIM_UnixProcessStatisticalInformation_CpuTimeDeadChildren =
 29869               {
 29870                   /* flags */
 29871                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 29872                   /* name */
 29873                   "CpuTimeDeadChildren",
 29874                   /* qualifiers */
 29875                   _CIM_UnixProcessStatisticalInformation_CpuTimeDeadChildren_qualifiers,
 29876                   /* type */
 29877                   CIMTYPE_UINT64,
 29878                   /* subscript */
 29879                   -1,
 29880                   /* value */
 29881                   0,
 29882               };
 29883 mike  1.1.2.1 
 29884               static const char*
 29885               _CIM_UnixProcessStatisticalInformation_SystemTimeDeadChildren_qualifiers[] =
 29886               {
 29887                   /* Units */
 29888                   "\060Clock Ticks",
 29889                   /* Counter */
 29890                   "\012\001",
 29891                   0,
 29892               };
 29893               
 29894               static MetaProperty
 29895               _CIM_UnixProcessStatisticalInformation_SystemTimeDeadChildren =
 29896               {
 29897                   /* flags */
 29898                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 29899                   /* name */
 29900                   "SystemTimeDeadChildren",
 29901                   /* qualifiers */
 29902                   _CIM_UnixProcessStatisticalInformation_SystemTimeDeadChildren_qualifiers,
 29903                   /* type */
 29904 mike  1.1.2.1     CIMTYPE_UINT64,
 29905                   /* subscript */
 29906                   -1,
 29907                   /* value */
 29908                   0,
 29909               };
 29910               
 29911               static MetaFeature*
 29912               _CIM_UnixProcessStatisticalInformation_features[] =
 29913               {
 29914                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_CSCreationClassName,
 29915                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_CSName,
 29916                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_OSCreationClassName,
 29917                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_OSName,
 29918                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_Handle,
 29919                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_ProcessCreationClassName,
 29920                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_Name,
 29921                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_CPUTime,
 29922                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_RealText,
 29923                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_RealData,
 29924                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_RealStack,
 29925 mike  1.1.2.1     (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_VirtualText,
 29926                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_VirtualData,
 29927                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_VirtualStack,
 29928                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_VirtualMemoryMappedFileSize,
 29929                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_VirtualSharedMemory,
 29930                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_CpuTimeDeadChildren,
 29931                   (MetaFeature*)&_CIM_UnixProcessStatisticalInformation_SystemTimeDeadChildren,
 29932                   0,
 29933               };
 29934               
 29935               static const char*
 29936               __root_cimv2_CIM_UnixProcessStatisticalInformation_qualifiers[] =
 29937               {
 29938                   /* UMLPackagePath */
 29939                   "\057CIM::System::Unix",
 29940                   /* Version */
 29941                   "\0632.6.0",
 29942                   0,
 29943               };
 29944               
 29945               MetaClass
 29946 mike  1.1.2.1 __root_cimv2_CIM_UnixProcessStatisticalInformation =
 29947               {
 29948                   /* flags */
 29949                   META_FLAG_CLASS,
 29950                   /* name */
 29951                   "CIM_UnixProcessStatisticalInformation",
 29952                   /* qualifiers */
 29953                   __root_cimv2_CIM_UnixProcessStatisticalInformation_qualifiers,
 29954                   /* super */
 29955                   &__root_cimv2_CIM_StatisticalInformation,
 29956                   /* features */
 29957                   _CIM_UnixProcessStatisticalInformation_features,
 29958               };
 29959               
 29960               //==============================================================================
 29961               //
 29962               // Class: CIM_UnsignedPublicKey
 29963               //
 29964               //==============================================================================
 29965               
 29966               static const char*
 29967 mike  1.1.2.1 _CIM_UnsignedPublicKey_SystemCreationClassName_qualifiers[] =
 29968               {
 29969                   /* Key */
 29970                   "\025\001",
 29971                   /* Propagated */
 29972                   "\045CIM_PublicKeyManagementService.SystemCreationClassName",
 29973                   /* MaxLen */
 29974                   "\030\000\000\001\000",
 29975                   0,
 29976               };
 29977               
 29978               static MetaProperty
 29979               _CIM_UnsignedPublicKey_SystemCreationClassName =
 29980               {
 29981                   /* flags */
 29982                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 29983                   /* name */
 29984                   "SystemCreationClassName",
 29985                   /* qualifiers */
 29986                   _CIM_UnsignedPublicKey_SystemCreationClassName_qualifiers,
 29987                   /* type */
 29988 mike  1.1.2.1     CIMTYPE_STRING,
 29989                   /* subscript */
 29990                   -1,
 29991                   /* value */
 29992                   0,
 29993               };
 29994               
 29995               static const char*
 29996               _CIM_UnsignedPublicKey_SystemName_qualifiers[] =
 29997               {
 29998                   /* Key */
 29999                   "\025\001",
 30000                   /* Propagated */
 30001                   "\045CIM_PublicKeyManagementService.SystemName",
 30002                   /* MaxLen */
 30003                   "\030\000\000\001\000",
 30004                   0,
 30005               };
 30006               
 30007               static MetaProperty
 30008               _CIM_UnsignedPublicKey_SystemName =
 30009 mike  1.1.2.1 {
 30010                   /* flags */
 30011                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 30012                   /* name */
 30013                   "SystemName",
 30014                   /* qualifiers */
 30015                   _CIM_UnsignedPublicKey_SystemName_qualifiers,
 30016                   /* type */
 30017                   CIMTYPE_STRING,
 30018                   /* subscript */
 30019                   -1,
 30020                   /* value */
 30021                   0,
 30022               };
 30023               
 30024               static const char*
 30025               _CIM_UnsignedPublicKey_ServiceCreationClassName_qualifiers[] =
 30026               {
 30027                   /* Key */
 30028                   "\025\001",
 30029                   /* Propagated */
 30030 mike  1.1.2.1     "\045CIM_PublicKeyManagementService.CreationClassName",
 30031                   /* MaxLen */
 30032                   "\030\000\000\001\000",
 30033                   0,
 30034               };
 30035               
 30036               static MetaProperty
 30037               _CIM_UnsignedPublicKey_ServiceCreationClassName =
 30038               {
 30039                   /* flags */
 30040                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 30041                   /* name */
 30042                   "ServiceCreationClassName",
 30043                   /* qualifiers */
 30044                   _CIM_UnsignedPublicKey_ServiceCreationClassName_qualifiers,
 30045                   /* type */
 30046                   CIMTYPE_STRING,
 30047                   /* subscript */
 30048                   -1,
 30049                   /* value */
 30050                   0,
 30051 mike  1.1.2.1 };
 30052               
 30053               static const char*
 30054               _CIM_UnsignedPublicKey_ServiceName_qualifiers[] =
 30055               {
 30056                   /* Key */
 30057                   "\025\001",
 30058                   /* Propagated */
 30059                   "\045CIM_PublicKeyManagementService.Name",
 30060                   /* MaxLen */
 30061                   "\030\000\000\001\000",
 30062                   0,
 30063               };
 30064               
 30065               static MetaProperty
 30066               _CIM_UnsignedPublicKey_ServiceName =
 30067               {
 30068                   /* flags */
 30069                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 30070                   /* name */
 30071                   "ServiceName",
 30072 mike  1.1.2.1     /* qualifiers */
 30073                   _CIM_UnsignedPublicKey_ServiceName_qualifiers,
 30074                   /* type */
 30075                   CIMTYPE_STRING,
 30076                   /* subscript */
 30077                   -1,
 30078                   /* value */
 30079                   0,
 30080               };
 30081               
 30082               static const char*
 30083               _CIM_UnsignedPublicKey_PeerIdentity_qualifiers[] =
 30084               {
 30085                   /* Key */
 30086                   "\025\001",
 30087                   /* MaxLen */
 30088                   "\030\000\000\001\000",
 30089                   /* ModelCorrespondence */
 30090                   "\036\000\001CIM_UnsignedPublicKey.PeerIdentityType\000",
 30091                   0,
 30092               };
 30093 mike  1.1.2.1 
 30094               static MetaProperty
 30095               _CIM_UnsignedPublicKey_PeerIdentity =
 30096               {
 30097                   /* flags */
 30098                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 30099                   /* name */
 30100                   "PeerIdentity",
 30101                   /* qualifiers */
 30102                   _CIM_UnsignedPublicKey_PeerIdentity_qualifiers,
 30103                   /* type */
 30104                   CIMTYPE_STRING,
 30105                   /* subscript */
 30106                   -1,
 30107                   /* value */
 30108                   0,
 30109               };
 30110               
 30111               static const char*
 30112               _CIM_UnsignedPublicKey_PeerIdentityType_qualifiers[] =
 30113               {
 30114 mike  1.1.2.1     /* ValueMap */
 30115                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 30116                   /* Values */
 30117                   "\062\000\014Other\000IPV4_ADDR\000FQDN\000USER_FQDN\000IPV4_ADDR_SUBNET\000IPV6_ADDR\000IPV6_ADDR_SUBNET\000IPV4_ADDR_RANGE\000IPV6_ADDR_RANGE\000DER_ASN1_DN\000DER_ASN1_GN\000KEY_ID\000",
 30118                   /* ModelCorrespondence */
 30119                   "\036\000\001CIM_UnsignedPublicKey.PeerIdentity\000",
 30120                   0,
 30121               };
 30122               
 30123               static MetaProperty
 30124               _CIM_UnsignedPublicKey_PeerIdentityType =
 30125               {
 30126                   /* flags */
 30127                   META_FLAG_PROPERTY|META_FLAG_READ,
 30128                   /* name */
 30129                   "PeerIdentityType",
 30130                   /* qualifiers */
 30131                   _CIM_UnsignedPublicKey_PeerIdentityType_qualifiers,
 30132                   /* type */
 30133                   CIMTYPE_UINT16,
 30134                   /* subscript */
 30135 mike  1.1.2.1     -1,
 30136                   /* value */
 30137                   0,
 30138               };
 30139               
 30140               static const char*
 30141               _CIM_UnsignedPublicKey_PublicKey_qualifiers[] =
 30142               {
 30143                   /* OctetString */
 30144                   "\042\001",
 30145                   0,
 30146               };
 30147               
 30148               static MetaProperty
 30149               _CIM_UnsignedPublicKey_PublicKey =
 30150               {
 30151                   /* flags */
 30152                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 30153                   /* name */
 30154                   "PublicKey",
 30155                   /* qualifiers */
 30156 mike  1.1.2.1     _CIM_UnsignedPublicKey_PublicKey_qualifiers,
 30157                   /* type */
 30158                   CIMTYPE_UINT8,
 30159                   /* subscript */
 30160                   0,
 30161                   /* value */
 30162                   0,
 30163               };
 30164               
 30165               static MetaFeature*
 30166               _CIM_UnsignedPublicKey_features[] =
 30167               {
 30168                   (MetaFeature*)&_CIM_UnsignedPublicKey_SystemCreationClassName,
 30169                   (MetaFeature*)&_CIM_UnsignedPublicKey_SystemName,
 30170                   (MetaFeature*)&_CIM_UnsignedPublicKey_ServiceCreationClassName,
 30171                   (MetaFeature*)&_CIM_UnsignedPublicKey_ServiceName,
 30172                   (MetaFeature*)&_CIM_UnsignedPublicKey_PeerIdentity,
 30173                   (MetaFeature*)&_CIM_UnsignedPublicKey_PeerIdentityType,
 30174                   (MetaFeature*)&_CIM_UnsignedPublicKey_PublicKey,
 30175                   0,
 30176               };
 30177 mike  1.1.2.1 
 30178               static const char*
 30179               __root_cimv2_CIM_UnsignedPublicKey_qualifiers[] =
 30180               {
 30181                   /* UMLPackagePath */
 30182                   "\057CIM::User::PublicKey",
 30183                   /* Version */
 30184                   "\0632.8.0",
 30185                   0,
 30186               };
 30187               
 30188               MetaClass
 30189               __root_cimv2_CIM_UnsignedPublicKey =
 30190               {
 30191                   /* flags */
 30192                   META_FLAG_CLASS,
 30193                   /* name */
 30194                   "CIM_UnsignedPublicKey",
 30195                   /* qualifiers */
 30196                   __root_cimv2_CIM_UnsignedPublicKey_qualifiers,
 30197                   /* super */
 30198 mike  1.1.2.1     &__root_cimv2_CIM_Credential,
 30199                   /* features */
 30200                   _CIM_UnsignedPublicKey_features,
 30201               };
 30202               
 30203               //==============================================================================
 30204               //
 30205               // Class: CIM_UoWMetric
 30206               //
 30207               //==============================================================================
 30208               
 30209               static const char*
 30210               _CIM_UoWMetric_Antecedent_qualifiers[] =
 30211               {
 30212                   /* Override */
 30213                   "\044Antecedent",
 30214                   0,
 30215               };
 30216               
 30217               static MetaReference
 30218               _CIM_UoWMetric_Antecedent =
 30219 mike  1.1.2.1 {
 30220                   /* flags */
 30221                   META_FLAG_REFERENCE|META_FLAG_READ,
 30222                   /* name */
 30223                   "Antecedent",
 30224                   /* qualifiers */
 30225                   _CIM_UoWMetric_Antecedent_qualifiers,
 30226                   /* subscript */
 30227                   -1,
 30228                   /* refId */
 30229                   &__root_cimv2_CIM_UnitOfWork,
 30230               };
 30231               
 30232               static const char*
 30233               _CIM_UoWMetric_Dependent_qualifiers[] =
 30234               {
 30235                   /* Override */
 30236                   "\044Dependent",
 30237                   0,
 30238               };
 30239               
 30240 mike  1.1.2.1 static MetaReference
 30241               _CIM_UoWMetric_Dependent =
 30242               {
 30243                   /* flags */
 30244                   META_FLAG_REFERENCE|META_FLAG_READ,
 30245                   /* name */
 30246                   "Dependent",
 30247                   /* qualifiers */
 30248                   _CIM_UoWMetric_Dependent_qualifiers,
 30249                   /* subscript */
 30250                   -1,
 30251                   /* refId */
 30252                   &__root_cimv2_CIM_MetricDefinition,
 30253               };
 30254               
 30255               static const char*
 30256               _CIM_UoWMetric_Value_qualifiers[] =
 30257               {
 30258                   0,
 30259               };
 30260               
 30261 mike  1.1.2.1 static MetaProperty
 30262               _CIM_UoWMetric_Value =
 30263               {
 30264                   /* flags */
 30265                   META_FLAG_PROPERTY|META_FLAG_READ,
 30266                   /* name */
 30267                   "Value",
 30268                   /* qualifiers */
 30269                   _CIM_UoWMetric_Value_qualifiers,
 30270                   /* type */
 30271                   CIMTYPE_STRING,
 30272                   /* subscript */
 30273                   -1,
 30274                   /* value */
 30275                   0,
 30276               };
 30277               
 30278               static MetaFeature*
 30279               _CIM_UoWMetric_features[] =
 30280               {
 30281                   (MetaFeature*)&_CIM_UoWMetric_Antecedent,
 30282 mike  1.1.2.1     (MetaFeature*)&_CIM_UoWMetric_Dependent,
 30283                   (MetaFeature*)&_CIM_UoWMetric_Value,
 30284                   0,
 30285               };
 30286               
 30287               static const char*
 30288               __root_cimv2_CIM_UoWMetric_qualifiers[] =
 30289               {
 30290                   /* ASSOCIATION */
 30291                   "\000\001",
 30292                   /* UMLPackagePath */
 30293                   "\057CIM::Metrics::UnitOfWork",
 30294                   /* Version */
 30295                   "\0632.6.0",
 30296                   0,
 30297               };
 30298               
 30299               MetaClass
 30300               __root_cimv2_CIM_UoWMetric =
 30301               {
 30302                   /* flags */
 30303 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 30304                   /* name */
 30305                   "CIM_UoWMetric",
 30306                   /* qualifiers */
 30307                   __root_cimv2_CIM_UoWMetric_qualifiers,
 30308                   /* super */
 30309                   &__root_cimv2_CIM_Dependency,
 30310                   /* features */
 30311                   _CIM_UoWMetric_features,
 30312               };
 30313               
 30314               //==============================================================================
 30315               //
 30316               // Class: CIM_UserEntity
 30317               //
 30318               //==============================================================================
 30319               
 30320               static MetaFeature*
 30321               _CIM_UserEntity_features[] =
 30322               {
 30323                   0,
 30324 mike  1.1.2.1 };
 30325               
 30326               static const char*
 30327               __root_cimv2_CIM_UserEntity_qualifiers[] =
 30328               {
 30329                   /* UMLPackagePath */
 30330                   "\057CIM::User::Org",
 30331                   /* Abstract */
 30332                   "\002\001",
 30333                   /* Version */
 30334                   "\0632.6.0",
 30335                   0,
 30336               };
 30337               
 30338               MetaClass
 30339               __root_cimv2_CIM_UserEntity =
 30340               {
 30341                   /* flags */
 30342                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 30343                   /* name */
 30344                   "CIM_UserEntity",
 30345 mike  1.1.2.1     /* qualifiers */
 30346                   __root_cimv2_CIM_UserEntity_qualifiers,
 30347                   /* super */
 30348                   &__root_cimv2_CIM_OrganizationalEntity,
 30349                   /* features */
 30350                   _CIM_UserEntity_features,
 30351               };
 30352               
 30353               //==============================================================================
 30354               //
 30355               // Class: CIM_UsersAccess
 30356               //
 30357               //==============================================================================
 30358               
 30359               static const char*
 30360               _CIM_UsersAccess_CreationClassName_qualifiers[] =
 30361               {
 30362                   /* Deprecated */
 30363                   "\013\000\001No value\000",
 30364                   /* Key */
 30365                   "\025\001",
 30366 mike  1.1.2.1     /* MaxLen */
 30367                   "\030\000\000\001\000",
 30368                   0,
 30369               };
 30370               
 30371               static MetaProperty
 30372               _CIM_UsersAccess_CreationClassName =
 30373               {
 30374                   /* flags */
 30375                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 30376                   /* name */
 30377                   "CreationClassName",
 30378                   /* qualifiers */
 30379                   _CIM_UsersAccess_CreationClassName_qualifiers,
 30380                   /* type */
 30381                   CIMTYPE_STRING,
 30382                   /* subscript */
 30383                   -1,
 30384                   /* value */
 30385                   0,
 30386               };
 30387 mike  1.1.2.1 
 30388               static const char*
 30389               _CIM_UsersAccess_Name_qualifiers[] =
 30390               {
 30391                   /* Deprecated */
 30392                   "\013\000\001CIM_Identity.ElementName\000",
 30393                   /* Key */
 30394                   "\025\001",
 30395                   /* MaxLen */
 30396                   "\030\000\000\001\000",
 30397                   0,
 30398               };
 30399               
 30400               static MetaProperty
 30401               _CIM_UsersAccess_Name =
 30402               {
 30403                   /* flags */
 30404                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 30405                   /* name */
 30406                   "Name",
 30407                   /* qualifiers */
 30408 mike  1.1.2.1     _CIM_UsersAccess_Name_qualifiers,
 30409                   /* type */
 30410                   CIMTYPE_STRING,
 30411                   /* subscript */
 30412                   -1,
 30413                   /* value */
 30414                   0,
 30415               };
 30416               
 30417               static const char*
 30418               _CIM_UsersAccess_ElementID_qualifiers[] =
 30419               {
 30420                   /* Deprecated */
 30421                   "\013\000\001CIM_Identity.InstanceID\000",
 30422                   /* Key */
 30423                   "\025\001",
 30424                   0,
 30425               };
 30426               
 30427               static MetaProperty
 30428               _CIM_UsersAccess_ElementID =
 30429 mike  1.1.2.1 {
 30430                   /* flags */
 30431                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 30432                   /* name */
 30433                   "ElementID",
 30434                   /* qualifiers */
 30435                   _CIM_UsersAccess_ElementID_qualifiers,
 30436                   /* type */
 30437                   CIMTYPE_STRING,
 30438                   /* subscript */
 30439                   -1,
 30440                   /* value */
 30441                   0,
 30442               };
 30443               
 30444               static const char*
 30445               _CIM_UsersAccess_Biometric_qualifiers[] =
 30446               {
 30447                   /* Deprecated */
 30448                   "\013\000\001No value\000",
 30449                   /* ValueMap */
 30450 mike  1.1.2.1     "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
 30451                   /* Values */
 30452                   "\062\000\011N/A\000Other\000Facial\000Retina\000Mark\000Finger\000Voice\000DNA-RNA\000EEG\000",
 30453                   0,
 30454               };
 30455               
 30456               static MetaProperty
 30457               _CIM_UsersAccess_Biometric =
 30458               {
 30459                   /* flags */
 30460                   META_FLAG_PROPERTY|META_FLAG_READ,
 30461                   /* name */
 30462                   "Biometric",
 30463                   /* qualifiers */
 30464                   _CIM_UsersAccess_Biometric_qualifiers,
 30465                   /* type */
 30466                   CIMTYPE_UINT16,
 30467                   /* subscript */
 30468                   0,
 30469                   /* value */
 30470                   0,
 30471 mike  1.1.2.1 };
 30472               
 30473               static MetaFeature*
 30474               _CIM_UsersAccess_features[] =
 30475               {
 30476                   (MetaFeature*)&_CIM_UsersAccess_CreationClassName,
 30477                   (MetaFeature*)&_CIM_UsersAccess_Name,
 30478                   (MetaFeature*)&_CIM_UsersAccess_ElementID,
 30479                   (MetaFeature*)&_CIM_UsersAccess_Biometric,
 30480                   0,
 30481               };
 30482               
 30483               static const char*
 30484               __root_cimv2_CIM_UsersAccess_qualifiers[] =
 30485               {
 30486                   /* Deprecated */
 30487                   "\013\000\001CIM_Identity\000",
 30488                   /* UMLPackagePath */
 30489                   "\057CIM::User::UsersAccess",
 30490                   /* Version */
 30491                   "\0632.8.0",
 30492 mike  1.1.2.1     0,
 30493               };
 30494               
 30495               MetaClass
 30496               __root_cimv2_CIM_UsersAccess =
 30497               {
 30498                   /* flags */
 30499                   META_FLAG_CLASS,
 30500                   /* name */
 30501                   "CIM_UsersAccess",
 30502                   /* qualifiers */
 30503                   __root_cimv2_CIM_UsersAccess_qualifiers,
 30504                   /* super */
 30505                   &__root_cimv2_CIM_UserEntity,
 30506                   /* features */
 30507                   _CIM_UsersAccess_features,
 30508               };
 30509               
 30510               //==============================================================================
 30511               //
 30512               // Class: CIM_UsersCredential
 30513 mike  1.1.2.1 //
 30514               //==============================================================================
 30515               
 30516               static const char*
 30517               _CIM_UsersCredential_Antecedent_qualifiers[] =
 30518               {
 30519                   /* Deprecated */
 30520                   "\013\000\001CIM_AuthenticationCondition\000",
 30521                   /* Override */
 30522                   "\044Antecedent",
 30523                   0,
 30524               };
 30525               
 30526               static MetaReference
 30527               _CIM_UsersCredential_Antecedent =
 30528               {
 30529                   /* flags */
 30530                   META_FLAG_REFERENCE|META_FLAG_READ,
 30531                   /* name */
 30532                   "Antecedent",
 30533                   /* qualifiers */
 30534 mike  1.1.2.1     _CIM_UsersCredential_Antecedent_qualifiers,
 30535                   /* subscript */
 30536                   -1,
 30537                   /* refId */
 30538                   &__root_cimv2_CIM_Credential,
 30539               };
 30540               
 30541               static const char*
 30542               _CIM_UsersCredential_Dependent_qualifiers[] =
 30543               {
 30544                   /* Deprecated */
 30545                   "\013\000\001CIM_Identity\000",
 30546                   /* Override */
 30547                   "\044Dependent",
 30548                   0,
 30549               };
 30550               
 30551               static MetaReference
 30552               _CIM_UsersCredential_Dependent =
 30553               {
 30554                   /* flags */
 30555 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 30556                   /* name */
 30557                   "Dependent",
 30558                   /* qualifiers */
 30559                   _CIM_UsersCredential_Dependent_qualifiers,
 30560                   /* subscript */
 30561                   -1,
 30562                   /* refId */
 30563                   &__root_cimv2_CIM_UsersAccess,
 30564               };
 30565               
 30566               static MetaFeature*
 30567               _CIM_UsersCredential_features[] =
 30568               {
 30569                   (MetaFeature*)&_CIM_UsersCredential_Antecedent,
 30570                   (MetaFeature*)&_CIM_UsersCredential_Dependent,
 30571                   0,
 30572               };
 30573               
 30574               static const char*
 30575               __root_cimv2_CIM_UsersCredential_qualifiers[] =
 30576 mike  1.1.2.1 {
 30577                   /* ASSOCIATION */
 30578                   "\000\001",
 30579                   /* Deprecated */
 30580                   "\013\000\001CIM_AuthenticationCondition\000",
 30581                   /* UMLPackagePath */
 30582                   "\057CIM::User::UsersAccess",
 30583                   /* Version */
 30584                   "\0632.8.0",
 30585                   0,
 30586               };
 30587               
 30588               MetaClass
 30589               __root_cimv2_CIM_UsersCredential =
 30590               {
 30591                   /* flags */
 30592                   META_FLAG_ASSOCIATION,
 30593                   /* name */
 30594                   "CIM_UsersCredential",
 30595                   /* qualifiers */
 30596                   __root_cimv2_CIM_UsersCredential_qualifiers,
 30597 mike  1.1.2.1     /* super */
 30598                   &__root_cimv2_CIM_Dependency,
 30599                   /* features */
 30600                   _CIM_UsersCredential_features,
 30601               };
 30602               
 30603               //==============================================================================
 30604               //
 30605               // Class: CIM_VendorPolicyAction
 30606               //
 30607               //==============================================================================
 30608               
 30609               static const char*
 30610               _CIM_VendorPolicyAction_ActionData_qualifiers[] =
 30611               {
 30612                   /* OctetString */
 30613                   "\042\001",
 30614                   /* ModelCorrespondence */
 30615                   "\036\000\001CIM_VendorPolicyAction.ActionEncoding\000",
 30616                   0,
 30617               };
 30618 mike  1.1.2.1 
 30619               static MetaProperty
 30620               _CIM_VendorPolicyAction_ActionData =
 30621               {
 30622                   /* flags */
 30623                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 30624                   /* name */
 30625                   "ActionData",
 30626                   /* qualifiers */
 30627                   _CIM_VendorPolicyAction_ActionData_qualifiers,
 30628                   /* type */
 30629                   CIMTYPE_STRING,
 30630                   /* subscript */
 30631                   0,
 30632                   /* value */
 30633                   0,
 30634               };
 30635               
 30636               static const char*
 30637               _CIM_VendorPolicyAction_ActionEncoding_qualifiers[] =
 30638               {
 30639 mike  1.1.2.1     /* ModelCorrespondence */
 30640                   "\036\000\001CIM_VendorPolicyAction.ActionData\000",
 30641                   0,
 30642               };
 30643               
 30644               static MetaProperty
 30645               _CIM_VendorPolicyAction_ActionEncoding =
 30646               {
 30647                   /* flags */
 30648                   META_FLAG_PROPERTY|META_FLAG_READ,
 30649                   /* name */
 30650                   "ActionEncoding",
 30651                   /* qualifiers */
 30652                   _CIM_VendorPolicyAction_ActionEncoding_qualifiers,
 30653                   /* type */
 30654                   CIMTYPE_STRING,
 30655                   /* subscript */
 30656                   -1,
 30657                   /* value */
 30658                   0,
 30659               };
 30660 mike  1.1.2.1 
 30661               static MetaFeature*
 30662               _CIM_VendorPolicyAction_features[] =
 30663               {
 30664                   (MetaFeature*)&_CIM_VendorPolicyAction_ActionData,
 30665                   (MetaFeature*)&_CIM_VendorPolicyAction_ActionEncoding,
 30666                   0,
 30667               };
 30668               
 30669               static const char*
 30670               __root_cimv2_CIM_VendorPolicyAction_qualifiers[] =
 30671               {
 30672                   /* UMLPackagePath */
 30673                   "\057CIM::Policy",
 30674                   /* Version */
 30675                   "\0632.6.0",
 30676                   0,
 30677               };
 30678               
 30679               MetaClass
 30680               __root_cimv2_CIM_VendorPolicyAction =
 30681 mike  1.1.2.1 {
 30682                   /* flags */
 30683                   META_FLAG_CLASS,
 30684                   /* name */
 30685                   "CIM_VendorPolicyAction",
 30686                   /* qualifiers */
 30687                   __root_cimv2_CIM_VendorPolicyAction_qualifiers,
 30688                   /* super */
 30689                   &__root_cimv2_CIM_PolicyAction,
 30690                   /* features */
 30691                   _CIM_VendorPolicyAction_features,
 30692               };
 30693               
 30694               //==============================================================================
 30695               //
 30696               // Class: CIM_VendorPolicyCondition
 30697               //
 30698               //==============================================================================
 30699               
 30700               static const char*
 30701               _CIM_VendorPolicyCondition_Constraint_qualifiers[] =
 30702 mike  1.1.2.1 {
 30703                   /* OctetString */
 30704                   "\042\001",
 30705                   /* ModelCorrespondence */
 30706                   "\036\000\001CIM_VendorPolicyCondition.ConstraintEncoding\000",
 30707                   0,
 30708               };
 30709               
 30710               static MetaProperty
 30711               _CIM_VendorPolicyCondition_Constraint =
 30712               {
 30713                   /* flags */
 30714                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 30715                   /* name */
 30716                   "Constraint",
 30717                   /* qualifiers */
 30718                   _CIM_VendorPolicyCondition_Constraint_qualifiers,
 30719                   /* type */
 30720                   CIMTYPE_STRING,
 30721                   /* subscript */
 30722                   0,
 30723 mike  1.1.2.1     /* value */
 30724                   0,
 30725               };
 30726               
 30727               static const char*
 30728               _CIM_VendorPolicyCondition_ConstraintEncoding_qualifiers[] =
 30729               {
 30730                   /* ModelCorrespondence */
 30731                   "\036\000\001CIM_VendorPolicyCondition.Constraint\000",
 30732                   0,
 30733               };
 30734               
 30735               static MetaProperty
 30736               _CIM_VendorPolicyCondition_ConstraintEncoding =
 30737               {
 30738                   /* flags */
 30739                   META_FLAG_PROPERTY|META_FLAG_READ,
 30740                   /* name */
 30741                   "ConstraintEncoding",
 30742                   /* qualifiers */
 30743                   _CIM_VendorPolicyCondition_ConstraintEncoding_qualifiers,
 30744 mike  1.1.2.1     /* type */
 30745                   CIMTYPE_STRING,
 30746                   /* subscript */
 30747                   -1,
 30748                   /* value */
 30749                   0,
 30750               };
 30751               
 30752               static MetaFeature*
 30753               _CIM_VendorPolicyCondition_features[] =
 30754               {
 30755                   (MetaFeature*)&_CIM_VendorPolicyCondition_Constraint,
 30756                   (MetaFeature*)&_CIM_VendorPolicyCondition_ConstraintEncoding,
 30757                   0,
 30758               };
 30759               
 30760               static const char*
 30761               __root_cimv2_CIM_VendorPolicyCondition_qualifiers[] =
 30762               {
 30763                   /* UMLPackagePath */
 30764                   "\057CIM::Policy",
 30765 mike  1.1.2.1     /* Version */
 30766                   "\0632.6.0",
 30767                   0,
 30768               };
 30769               
 30770               MetaClass
 30771               __root_cimv2_CIM_VendorPolicyCondition =
 30772               {
 30773                   /* flags */
 30774                   META_FLAG_CLASS,
 30775                   /* name */
 30776                   "CIM_VendorPolicyCondition",
 30777                   /* qualifiers */
 30778                   __root_cimv2_CIM_VendorPolicyCondition_qualifiers,
 30779                   /* super */
 30780                   &__root_cimv2_CIM_PolicyCondition,
 30781                   /* features */
 30782                   _CIM_VendorPolicyCondition_features,
 30783               };
 30784               
 30785               //==============================================================================
 30786 mike  1.1.2.1 //
 30787               // Class: CIM_VideoControllerResolution
 30788               //
 30789               //==============================================================================
 30790               
 30791               static const char*
 30792               _CIM_VideoControllerResolution_SettingID_qualifiers[] =
 30793               {
 30794                   /* Key */
 30795                   "\025\001",
 30796                   /* Override */
 30797                   "\044SettingID",
 30798                   /* MaxLen */
 30799                   "\030\000\000\001\000",
 30800                   0,
 30801               };
 30802               
 30803               static MetaProperty
 30804               _CIM_VideoControllerResolution_SettingID =
 30805               {
 30806                   /* flags */
 30807 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 30808                   /* name */
 30809                   "SettingID",
 30810                   /* qualifiers */
 30811                   _CIM_VideoControllerResolution_SettingID_qualifiers,
 30812                   /* type */
 30813                   CIMTYPE_STRING,
 30814                   /* subscript */
 30815                   -1,
 30816                   /* value */
 30817                   0,
 30818               };
 30819               
 30820               static const char*
 30821               _CIM_VideoControllerResolution_HorizontalResolution_qualifiers[] =
 30822               {
 30823                   /* Units */
 30824                   "\060Pixels",
 30825                   /* MappingStrings */
 30826                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.2\000",
 30827                   /* ModelCorrespondence */
 30828 mike  1.1.2.1     "\036\000\001CIM_VideoController.CurrentHorizontalResolution\000",
 30829                   0,
 30830               };
 30831               
 30832               static MetaProperty
 30833               _CIM_VideoControllerResolution_HorizontalResolution =
 30834               {
 30835                   /* flags */
 30836                   META_FLAG_PROPERTY|META_FLAG_READ,
 30837                   /* name */
 30838                   "HorizontalResolution",
 30839                   /* qualifiers */
 30840                   _CIM_VideoControllerResolution_HorizontalResolution_qualifiers,
 30841                   /* type */
 30842                   CIMTYPE_UINT32,
 30843                   /* subscript */
 30844                   -1,
 30845                   /* value */
 30846                   0,
 30847               };
 30848               
 30849 mike  1.1.2.1 static const char*
 30850               _CIM_VideoControllerResolution_VerticalResolution_qualifiers[] =
 30851               {
 30852                   /* Units */
 30853                   "\060Pixels",
 30854                   /* MappingStrings */
 30855                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.3\000",
 30856                   /* ModelCorrespondence */
 30857                   "\036\000\001CIM_VideoController.CurrentVerticalResolution\000",
 30858                   0,
 30859               };
 30860               
 30861               static MetaProperty
 30862               _CIM_VideoControllerResolution_VerticalResolution =
 30863               {
 30864                   /* flags */
 30865                   META_FLAG_PROPERTY|META_FLAG_READ,
 30866                   /* name */
 30867                   "VerticalResolution",
 30868                   /* qualifiers */
 30869                   _CIM_VideoControllerResolution_VerticalResolution_qualifiers,
 30870 mike  1.1.2.1     /* type */
 30871                   CIMTYPE_UINT32,
 30872                   /* subscript */
 30873                   -1,
 30874                   /* value */
 30875                   0,
 30876               };
 30877               
 30878               static const char*
 30879               _CIM_VideoControllerResolution_RefreshRate_qualifiers[] =
 30880               {
 30881                   /* Units */
 30882                   "\060Hertz",
 30883                   /* MappingStrings */
 30884                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.4\000",
 30885                   /* ModelCorrespondence */
 30886                   "\036\000\001CIM_VideoController.CurrentRefreshRate\000",
 30887                   0,
 30888               };
 30889               
 30890               static MetaProperty
 30891 mike  1.1.2.1 _CIM_VideoControllerResolution_RefreshRate =
 30892               {
 30893                   /* flags */
 30894                   META_FLAG_PROPERTY|META_FLAG_READ,
 30895                   /* name */
 30896                   "RefreshRate",
 30897                   /* qualifiers */
 30898                   _CIM_VideoControllerResolution_RefreshRate_qualifiers,
 30899                   /* type */
 30900                   CIMTYPE_UINT32,
 30901                   /* subscript */
 30902                   -1,
 30903                   /* value */
 30904                   0,
 30905               };
 30906               
 30907               static const char*
 30908               _CIM_VideoControllerResolution_MinRefreshRate_qualifiers[] =
 30909               {
 30910                   /* Units */
 30911                   "\060Hertz",
 30912 mike  1.1.2.1     /* MappingStrings */
 30913                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.6\000",
 30914                   /* ModelCorrespondence */
 30915                   "\036\000\001CIM_VideoController.MinRefreshRate\000",
 30916                   0,
 30917               };
 30918               
 30919               static MetaProperty
 30920               _CIM_VideoControllerResolution_MinRefreshRate =
 30921               {
 30922                   /* flags */
 30923                   META_FLAG_PROPERTY|META_FLAG_READ,
 30924                   /* name */
 30925                   "MinRefreshRate",
 30926                   /* qualifiers */
 30927                   _CIM_VideoControllerResolution_MinRefreshRate_qualifiers,
 30928                   /* type */
 30929                   CIMTYPE_UINT32,
 30930                   /* subscript */
 30931                   -1,
 30932                   /* value */
 30933 mike  1.1.2.1     0,
 30934               };
 30935               
 30936               static const char*
 30937               _CIM_VideoControllerResolution_MaxRefreshRate_qualifiers[] =
 30938               {
 30939                   /* Units */
 30940                   "\060Hertz",
 30941                   /* MappingStrings */
 30942                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.7\000",
 30943                   /* ModelCorrespondence */
 30944                   "\036\000\001CIM_VideoController.MaxRefreshRate\000",
 30945                   0,
 30946               };
 30947               
 30948               static MetaProperty
 30949               _CIM_VideoControllerResolution_MaxRefreshRate =
 30950               {
 30951                   /* flags */
 30952                   META_FLAG_PROPERTY|META_FLAG_READ,
 30953                   /* name */
 30954 mike  1.1.2.1     "MaxRefreshRate",
 30955                   /* qualifiers */
 30956                   _CIM_VideoControllerResolution_MaxRefreshRate_qualifiers,
 30957                   /* type */
 30958                   CIMTYPE_UINT32,
 30959                   /* subscript */
 30960                   -1,
 30961                   /* value */
 30962                   0,
 30963               };
 30964               
 30965               static const char*
 30966               _CIM_VideoControllerResolution_ScanMode_qualifiers[] =
 30967               {
 30968                   /* ValueMap */
 30969                   "\061\000\0051\0002\0003\0004\0005\000",
 30970                   /* Values */
 30971                   "\062\000\005Other\000Unknown\000Not Supported\000Non-Interlaced Operation\000Interlaced Operation\000",
 30972                   /* MappingStrings */
 30973                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.5\000",
 30974                   /* ModelCorrespondence */
 30975 mike  1.1.2.1     "\036\000\001CIM_VideoController.CurrentScanMode\000",
 30976                   0,
 30977               };
 30978               
 30979               static MetaProperty
 30980               _CIM_VideoControllerResolution_ScanMode =
 30981               {
 30982                   /* flags */
 30983                   META_FLAG_PROPERTY|META_FLAG_READ,
 30984                   /* name */
 30985                   "ScanMode",
 30986                   /* qualifiers */
 30987                   _CIM_VideoControllerResolution_ScanMode_qualifiers,
 30988                   /* type */
 30989                   CIMTYPE_UINT16,
 30990                   /* subscript */
 30991                   -1,
 30992                   /* value */
 30993                   0,
 30994               };
 30995               
 30996 mike  1.1.2.1 static const char*
 30997               _CIM_VideoControllerResolution_NumberOfColors_qualifiers[] =
 30998               {
 30999                   /* ModelCorrespondence */
 31000                   "\036\000\001CIM_VideoController.CurrentNumberOfColors\000",
 31001                   0,
 31002               };
 31003               
 31004               static MetaProperty
 31005               _CIM_VideoControllerResolution_NumberOfColors =
 31006               {
 31007                   /* flags */
 31008                   META_FLAG_PROPERTY|META_FLAG_READ,
 31009                   /* name */
 31010                   "NumberOfColors",
 31011                   /* qualifiers */
 31012                   _CIM_VideoControllerResolution_NumberOfColors_qualifiers,
 31013                   /* type */
 31014                   CIMTYPE_UINT64,
 31015                   /* subscript */
 31016                   -1,
 31017 mike  1.1.2.1     /* value */
 31018                   0,
 31019               };
 31020               
 31021               static MetaFeature*
 31022               _CIM_VideoControllerResolution_features[] =
 31023               {
 31024                   (MetaFeature*)&_CIM_VideoControllerResolution_SettingID,
 31025                   (MetaFeature*)&_CIM_VideoControllerResolution_HorizontalResolution,
 31026                   (MetaFeature*)&_CIM_VideoControllerResolution_VerticalResolution,
 31027                   (MetaFeature*)&_CIM_VideoControllerResolution_RefreshRate,
 31028                   (MetaFeature*)&_CIM_VideoControllerResolution_MinRefreshRate,
 31029                   (MetaFeature*)&_CIM_VideoControllerResolution_MaxRefreshRate,
 31030                   (MetaFeature*)&_CIM_VideoControllerResolution_ScanMode,
 31031                   (MetaFeature*)&_CIM_VideoControllerResolution_NumberOfColors,
 31032                   0,
 31033               };
 31034               
 31035               static const char*
 31036               __root_cimv2_CIM_VideoControllerResolution_qualifiers[] =
 31037               {
 31038 mike  1.1.2.1     /* UMLPackagePath */
 31039                   "\057CIM::Device::Controller",
 31040                   /* Version */
 31041                   "\0632.6.0",
 31042                   0,
 31043               };
 31044               
 31045               MetaClass
 31046               __root_cimv2_CIM_VideoControllerResolution =
 31047               {
 31048                   /* flags */
 31049                   META_FLAG_CLASS,
 31050                   /* name */
 31051                   "CIM_VideoControllerResolution",
 31052                   /* qualifiers */
 31053                   __root_cimv2_CIM_VideoControllerResolution_qualifiers,
 31054                   /* super */
 31055                   &__root_cimv2_CIM_Setting,
 31056                   /* features */
 31057                   _CIM_VideoControllerResolution_features,
 31058               };
 31059 mike  1.1.2.1 
 31060               //==============================================================================
 31061               //
 31062               // Class: CIM_WRRSchedulingElement
 31063               //
 31064               //==============================================================================
 31065               
 31066               static const char*
 31067               _CIM_WRRSchedulingElement_WorkConserving_qualifiers[] =
 31068               {
 31069                   /* Override */
 31070                   "\044WorkConserving",
 31071                   0,
 31072               };
 31073               
 31074               static MetaProperty
 31075               _CIM_WRRSchedulingElement_WorkConserving =
 31076               {
 31077                   /* flags */
 31078                   META_FLAG_PROPERTY|META_FLAG_READ,
 31079                   /* name */
 31080 mike  1.1.2.1     "WorkConserving",
 31081                   /* qualifiers */
 31082                   _CIM_WRRSchedulingElement_WorkConserving_qualifiers,
 31083                   /* type */
 31084                   CIMTYPE_BOOLEAN,
 31085                   /* subscript */
 31086                   -1,
 31087                   /* value */
 31088                   "\001",
 31089               };
 31090               
 31091               static const char*
 31092               _CIM_WRRSchedulingElement_WeightingFactor_qualifiers[] =
 31093               {
 31094                   /* Units */
 31095                   "\060Thousandths",
 31096                   /* MinValue */
 31097                   "\035\000\000\000\000\000\000\000\000",
 31098                   /* MaxValue */
 31099                   "\031\000\000\000\000\000\001\206\240",
 31100                   0,
 31101 mike  1.1.2.1 };
 31102               
 31103               static MetaProperty
 31104               _CIM_WRRSchedulingElement_WeightingFactor =
 31105               {
 31106                   /* flags */
 31107                   META_FLAG_PROPERTY|META_FLAG_READ,
 31108                   /* name */
 31109                   "WeightingFactor",
 31110                   /* qualifiers */
 31111                   _CIM_WRRSchedulingElement_WeightingFactor_qualifiers,
 31112                   /* type */
 31113                   CIMTYPE_UINT32,
 31114                   /* subscript */
 31115                   -1,
 31116                   /* value */
 31117                   0,
 31118               };
 31119               
 31120               static const char*
 31121               _CIM_WRRSchedulingElement_Priority_qualifiers[] =
 31122 mike  1.1.2.1 {
 31123                   0,
 31124               };
 31125               
 31126               static MetaProperty
 31127               _CIM_WRRSchedulingElement_Priority =
 31128               {
 31129                   /* flags */
 31130                   META_FLAG_PROPERTY|META_FLAG_READ,
 31131                   /* name */
 31132                   "Priority",
 31133                   /* qualifiers */
 31134                   _CIM_WRRSchedulingElement_Priority_qualifiers,
 31135                   /* type */
 31136                   CIMTYPE_UINT16,
 31137                   /* subscript */
 31138                   -1,
 31139                   /* value */
 31140                   0,
 31141               };
 31142               
 31143 mike  1.1.2.1 static MetaFeature*
 31144               _CIM_WRRSchedulingElement_features[] =
 31145               {
 31146                   (MetaFeature*)&_CIM_WRRSchedulingElement_WorkConserving,
 31147                   (MetaFeature*)&_CIM_WRRSchedulingElement_WeightingFactor,
 31148                   (MetaFeature*)&_CIM_WRRSchedulingElement_Priority,
 31149                   0,
 31150               };
 31151               
 31152               static const char*
 31153               __root_cimv2_CIM_WRRSchedulingElement_qualifiers[] =
 31154               {
 31155                   /* UMLPackagePath */
 31156                   "\057CIM::Network::QoS",
 31157                   /* Version */
 31158                   "\0632.7.0",
 31159                   0,
 31160               };
 31161               
 31162               MetaClass
 31163               __root_cimv2_CIM_WRRSchedulingElement =
 31164 mike  1.1.2.1 {
 31165                   /* flags */
 31166                   META_FLAG_CLASS,
 31167                   /* name */
 31168                   "CIM_WRRSchedulingElement",
 31169                   /* qualifiers */
 31170                   __root_cimv2_CIM_WRRSchedulingElement_qualifiers,
 31171                   /* super */
 31172                   &__root_cimv2_CIM_SchedulingElement,
 31173                   /* features */
 31174                   _CIM_WRRSchedulingElement_features,
 31175               };
 31176               
 31177               //==============================================================================
 31178               //
 31179               // Class: CIM_ZoneCapabilities
 31180               //
 31181               //==============================================================================
 31182               
 31183               static const char*
 31184               _CIM_ZoneCapabilities_ZoneNameMaxLen_qualifiers[] =
 31185 mike  1.1.2.1 {
 31186                   0,
 31187               };
 31188               
 31189               static MetaProperty
 31190               _CIM_ZoneCapabilities_ZoneNameMaxLen =
 31191               {
 31192                   /* flags */
 31193                   META_FLAG_PROPERTY|META_FLAG_READ,
 31194                   /* name */
 31195                   "ZoneNameMaxLen",
 31196                   /* qualifiers */
 31197                   _CIM_ZoneCapabilities_ZoneNameMaxLen_qualifiers,
 31198                   /* type */
 31199                   CIMTYPE_UINT32,
 31200                   /* subscript */
 31201                   -1,
 31202                   /* value */
 31203                   0,
 31204               };
 31205               
 31206 mike  1.1.2.1 static const char*
 31207               _CIM_ZoneCapabilities_ZoneNameFormat_qualifiers[] =
 31208               {
 31209                   /* ValueMap */
 31210                   "\061\000\0050\0002\0003\000..\0000x8000..\000",
 31211                   /* Values */
 31212                   "\062\000\005Unknown\000Numeric\000Alpha Numeric\000DMTF Reserved\000Vendor Reserved\000",
 31213                   0,
 31214               };
 31215               
 31216               static MetaProperty
 31217               _CIM_ZoneCapabilities_ZoneNameFormat =
 31218               {
 31219                   /* flags */
 31220                   META_FLAG_PROPERTY|META_FLAG_READ,
 31221                   /* name */
 31222                   "ZoneNameFormat",
 31223                   /* qualifiers */
 31224                   _CIM_ZoneCapabilities_ZoneNameFormat_qualifiers,
 31225                   /* type */
 31226                   CIMTYPE_UINT16,
 31227 mike  1.1.2.1     /* subscript */
 31228                   -1,
 31229                   /* value */
 31230                   0,
 31231               };
 31232               
 31233               static const char*
 31234               _CIM_ZoneCapabilities_MaxNumZoneSets_qualifiers[] =
 31235               {
 31236                   0,
 31237               };
 31238               
 31239               static MetaProperty
 31240               _CIM_ZoneCapabilities_MaxNumZoneSets =
 31241               {
 31242                   /* flags */
 31243                   META_FLAG_PROPERTY|META_FLAG_READ,
 31244                   /* name */
 31245                   "MaxNumZoneSets",
 31246                   /* qualifiers */
 31247                   _CIM_ZoneCapabilities_MaxNumZoneSets_qualifiers,
 31248 mike  1.1.2.1     /* type */
 31249                   CIMTYPE_UINT32,
 31250                   /* subscript */
 31251                   -1,
 31252                   /* value */
 31253                   0,
 31254               };
 31255               
 31256               static const char*
 31257               _CIM_ZoneCapabilities_MaxNumZone_qualifiers[] =
 31258               {
 31259                   0,
 31260               };
 31261               
 31262               static MetaProperty
 31263               _CIM_ZoneCapabilities_MaxNumZone =
 31264               {
 31265                   /* flags */
 31266                   META_FLAG_PROPERTY|META_FLAG_READ,
 31267                   /* name */
 31268                   "MaxNumZone",
 31269 mike  1.1.2.1     /* qualifiers */
 31270                   _CIM_ZoneCapabilities_MaxNumZone_qualifiers,
 31271                   /* type */
 31272                   CIMTYPE_UINT32,
 31273                   /* subscript */
 31274                   -1,
 31275                   /* value */
 31276                   0,
 31277               };
 31278               
 31279               static const char*
 31280               _CIM_ZoneCapabilities_MaxNumZoneMembers_qualifiers[] =
 31281               {
 31282                   0,
 31283               };
 31284               
 31285               static MetaProperty
 31286               _CIM_ZoneCapabilities_MaxNumZoneMembers =
 31287               {
 31288                   /* flags */
 31289                   META_FLAG_PROPERTY|META_FLAG_READ,
 31290 mike  1.1.2.1     /* name */
 31291                   "MaxNumZoneMembers",
 31292                   /* qualifiers */
 31293                   _CIM_ZoneCapabilities_MaxNumZoneMembers_qualifiers,
 31294                   /* type */
 31295                   CIMTYPE_UINT32,
 31296                   /* subscript */
 31297                   -1,
 31298                   /* value */
 31299                   0,
 31300               };
 31301               
 31302               static const char*
 31303               _CIM_ZoneCapabilities_MaxNumZonesPerZoneSet_qualifiers[] =
 31304               {
 31305                   0,
 31306               };
 31307               
 31308               static MetaProperty
 31309               _CIM_ZoneCapabilities_MaxNumZonesPerZoneSet =
 31310               {
 31311 mike  1.1.2.1     /* flags */
 31312                   META_FLAG_PROPERTY|META_FLAG_READ,
 31313                   /* name */
 31314                   "MaxNumZonesPerZoneSet",
 31315                   /* qualifiers */
 31316                   _CIM_ZoneCapabilities_MaxNumZonesPerZoneSet_qualifiers,
 31317                   /* type */
 31318                   CIMTYPE_UINT32,
 31319                   /* subscript */
 31320                   -1,
 31321                   /* value */
 31322                   0,
 31323               };
 31324               
 31325               static const char*
 31326               _CIM_ZoneCapabilities_MaxNumZoneAliases_qualifiers[] =
 31327               {
 31328                   0,
 31329               };
 31330               
 31331               static MetaProperty
 31332 mike  1.1.2.1 _CIM_ZoneCapabilities_MaxNumZoneAliases =
 31333               {
 31334                   /* flags */
 31335                   META_FLAG_PROPERTY|META_FLAG_READ,
 31336                   /* name */
 31337                   "MaxNumZoneAliases",
 31338                   /* qualifiers */
 31339                   _CIM_ZoneCapabilities_MaxNumZoneAliases_qualifiers,
 31340                   /* type */
 31341                   CIMTYPE_UINT32,
 31342                   /* subscript */
 31343                   -1,
 31344                   /* value */
 31345                   0,
 31346               };
 31347               
 31348               static MetaFeature*
 31349               _CIM_ZoneCapabilities_features[] =
 31350               {
 31351                   (MetaFeature*)&_CIM_ZoneCapabilities_ZoneNameMaxLen,
 31352                   (MetaFeature*)&_CIM_ZoneCapabilities_ZoneNameFormat,
 31353 mike  1.1.2.1     (MetaFeature*)&_CIM_ZoneCapabilities_MaxNumZoneSets,
 31354                   (MetaFeature*)&_CIM_ZoneCapabilities_MaxNumZone,
 31355                   (MetaFeature*)&_CIM_ZoneCapabilities_MaxNumZoneMembers,
 31356                   (MetaFeature*)&_CIM_ZoneCapabilities_MaxNumZonesPerZoneSet,
 31357                   (MetaFeature*)&_CIM_ZoneCapabilities_MaxNumZoneAliases,
 31358                   0,
 31359               };
 31360               
 31361               static const char*
 31362               __root_cimv2_CIM_ZoneCapabilities_qualifiers[] =
 31363               {
 31364                   /* UMLPackagePath */
 31365                   "\057CIM::Device::FC",
 31366                   /* Version */
 31367                   "\0632.8.0",
 31368                   0,
 31369               };
 31370               
 31371               MetaClass
 31372               __root_cimv2_CIM_ZoneCapabilities =
 31373               {
 31374 mike  1.1.2.1     /* flags */
 31375                   META_FLAG_CLASS,
 31376                   /* name */
 31377                   "CIM_ZoneCapabilities",
 31378                   /* qualifiers */
 31379                   __root_cimv2_CIM_ZoneCapabilities_qualifiers,
 31380                   /* super */
 31381                   &__root_cimv2_CIM_Capabilities,
 31382                   /* features */
 31383                   _CIM_ZoneCapabilities_features,
 31384               };
 31385               
 31386               //==============================================================================
 31387               //
 31388               // Class: PRS_ExchangeElement
 31389               //
 31390               //==============================================================================
 31391               
 31392               static const char*
 31393               _PRS_ExchangeElement_PRSUniqueName_qualifiers[] =
 31394               {
 31395 mike  1.1.2.1     /* Key */
 31396                   "\025\001",
 31397                   0,
 31398               };
 31399               
 31400               static MetaProperty
 31401               _PRS_ExchangeElement_PRSUniqueName =
 31402               {
 31403                   /* flags */
 31404                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 31405                   /* name */
 31406                   "PRSUniqueName",
 31407                   /* qualifiers */
 31408                   _PRS_ExchangeElement_PRSUniqueName_qualifiers,
 31409                   /* type */
 31410                   CIMTYPE_STRING,
 31411                   /* subscript */
 31412                   -1,
 31413                   /* value */
 31414                   0,
 31415               };
 31416 mike  1.1.2.1 
 31417               static const char*
 31418               _PRS_ExchangeElement_DirtyFlag_qualifiers[] =
 31419               {
 31420                   /* ValueMap */
 31421                   "\061\000\0040\0001\0002\0003\000",
 31422                   /* Values */
 31423                   "\062\000\004Clean\000New\000Modified\000Deleted\000",
 31424                   0,
 31425               };
 31426               
 31427               static MetaProperty
 31428               _PRS_ExchangeElement_DirtyFlag =
 31429               {
 31430                   /* flags */
 31431                   META_FLAG_PROPERTY|META_FLAG_READ,
 31432                   /* name */
 31433                   "DirtyFlag",
 31434                   /* qualifiers */
 31435                   _PRS_ExchangeElement_DirtyFlag_qualifiers,
 31436                   /* type */
 31437 mike  1.1.2.1     CIMTYPE_UINT8,
 31438                   /* subscript */
 31439                   -1,
 31440                   /* value */
 31441                   0,
 31442               };
 31443               
 31444               static MetaFeature*
 31445               _PRS_ExchangeElement_features[] =
 31446               {
 31447                   (MetaFeature*)&_PRS_ExchangeElement_PRSUniqueName,
 31448                   (MetaFeature*)&_PRS_ExchangeElement_DirtyFlag,
 31449                   0,
 31450               };
 31451               
 31452               static const char*
 31453               __root_cimv2_PRS_ExchangeElement_qualifiers[] =
 31454               {
 31455                   /* UMLPackagePath */
 31456                   "\057PRS::Support",
 31457                   /* Abstract */
 31458 mike  1.1.2.1     "\002\001",
 31459                   /* Version */
 31460                   "\0632.6.0",
 31461                   0,
 31462               };
 31463               
 31464               MetaClass
 31465               __root_cimv2_PRS_ExchangeElement =
 31466               {
 31467                   /* flags */
 31468                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 31469                   /* name */
 31470                   "PRS_ExchangeElement",
 31471                   /* qualifiers */
 31472                   __root_cimv2_PRS_ExchangeElement_qualifiers,
 31473                   /* super */
 31474                   &__root_cimv2_CIM_ManagedElement,
 31475                   /* features */
 31476                   _PRS_ExchangeElement_features,
 31477               };
 31478               
 31479 mike  1.1.2.1 //==============================================================================
 31480               //
 31481               // Class: PRS_ExpressionElement
 31482               //
 31483               //==============================================================================
 31484               
 31485               static MetaFeature*
 31486               _PRS_ExpressionElement_features[] =
 31487               {
 31488                   0,
 31489               };
 31490               
 31491               static const char*
 31492               __root_cimv2_PRS_ExpressionElement_qualifiers[] =
 31493               {
 31494                   /* UMLPackagePath */
 31495                   "\057PRS::Support",
 31496                   /* Abstract */
 31497                   "\002\001",
 31498                   /* Version */
 31499                   "\0632.6.0",
 31500 mike  1.1.2.1     0,
 31501               };
 31502               
 31503               MetaClass
 31504               __root_cimv2_PRS_ExpressionElement =
 31505               {
 31506                   /* flags */
 31507                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 31508                   /* name */
 31509                   "PRS_ExpressionElement",
 31510                   /* qualifiers */
 31511                   __root_cimv2_PRS_ExpressionElement_qualifiers,
 31512                   /* super */
 31513                   &__root_cimv2_PRS_ExchangeElement,
 31514                   /* features */
 31515                   _PRS_ExpressionElement_features,
 31516               };
 31517               
 31518               //==============================================================================
 31519               //
 31520               // Class: PRS_Feature
 31521 mike  1.1.2.1 //
 31522               //==============================================================================
 31523               
 31524               static const char*
 31525               _PRS_Feature_Prompt_qualifiers[] =
 31526               {
 31527                   0,
 31528               };
 31529               
 31530               static MetaProperty
 31531               _PRS_Feature_Prompt =
 31532               {
 31533                   /* flags */
 31534                   META_FLAG_PROPERTY|META_FLAG_READ,
 31535                   /* name */
 31536                   "Prompt",
 31537                   /* qualifiers */
 31538                   _PRS_Feature_Prompt_qualifiers,
 31539                   /* type */
 31540                   CIMTYPE_STRING,
 31541                   /* subscript */
 31542 mike  1.1.2.1     -1,
 31543                   /* value */
 31544                   0,
 31545               };
 31546               
 31547               static const char*
 31548               _PRS_Feature_ValidValues_qualifiers[] =
 31549               {
 31550                   0,
 31551               };
 31552               
 31553               static MetaProperty
 31554               _PRS_Feature_ValidValues =
 31555               {
 31556                   /* flags */
 31557                   META_FLAG_PROPERTY|META_FLAG_READ,
 31558                   /* name */
 31559                   "ValidValues",
 31560                   /* qualifiers */
 31561                   _PRS_Feature_ValidValues_qualifiers,
 31562                   /* type */
 31563 mike  1.1.2.1     CIMTYPE_STRING,
 31564                   /* subscript */
 31565                   -1,
 31566                   /* value */
 31567                   0,
 31568               };
 31569               
 31570               static const char*
 31571               _PRS_Feature_DataType_qualifiers[] =
 31572               {
 31573                   /* ValueMap */
 31574                   "\061\000\0100\0001\0002\0003\0004\0005\000254\000255\000",
 31575                   /* Values */
 31576                   "\062\000\010String\000Integer\000Float\000Date/Time\000Boolean\000Binary\000Other\000Unknown\000",
 31577                   0,
 31578               };
 31579               
 31580               static MetaProperty
 31581               _PRS_Feature_DataType =
 31582               {
 31583                   /* flags */
 31584 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 31585                   /* name */
 31586                   "DataType",
 31587                   /* qualifiers */
 31588                   _PRS_Feature_DataType_qualifiers,
 31589                   /* type */
 31590                   CIMTYPE_UINT8,
 31591                   /* subscript */
 31592                   -1,
 31593                   /* value */
 31594                   0,
 31595               };
 31596               
 31597               static MetaFeature*
 31598               _PRS_Feature_features[] =
 31599               {
 31600                   (MetaFeature*)&_PRS_Feature_Prompt,
 31601                   (MetaFeature*)&_PRS_Feature_ValidValues,
 31602                   (MetaFeature*)&_PRS_Feature_DataType,
 31603                   0,
 31604               };
 31605 mike  1.1.2.1 
 31606               static const char*
 31607               __root_cimv2_PRS_Feature_qualifiers[] =
 31608               {
 31609                   /* UMLPackagePath */
 31610                   "\057PRS::Support",
 31611                   /* Version */
 31612                   "\0632.6.0",
 31613                   0,
 31614               };
 31615               
 31616               MetaClass
 31617               __root_cimv2_PRS_Feature =
 31618               {
 31619                   /* flags */
 31620                   META_FLAG_CLASS,
 31621                   /* name */
 31622                   "PRS_Feature",
 31623                   /* qualifiers */
 31624                   __root_cimv2_PRS_Feature_qualifiers,
 31625                   /* super */
 31626 mike  1.1.2.1     &__root_cimv2_PRS_ExchangeElement,
 31627                   /* features */
 31628                   _PRS_Feature_features,
 31629               };
 31630               
 31631               //==============================================================================
 31632               //
 31633               // Class: PRS_Location
 31634               //
 31635               //==============================================================================
 31636               
 31637               static const char*
 31638               _PRS_Location_LocationType_qualifiers[] =
 31639               {
 31640                   /* ValueMap */
 31641                   "\061\000\0070\0001\0002\0003\0004\000254\000255\000",
 31642                   /* Values */
 31643                   "\062\000\007Primary_Voice\000Alternate_Voice\000Fax\000Email\000URL\000Other\000Unknown\000",
 31644                   0,
 31645               };
 31646               
 31647 mike  1.1.2.1 static MetaProperty
 31648               _PRS_Location_LocationType =
 31649               {
 31650                   /* flags */
 31651                   META_FLAG_PROPERTY|META_FLAG_READ,
 31652                   /* name */
 31653                   "LocationType",
 31654                   /* qualifiers */
 31655                   _PRS_Location_LocationType_qualifiers,
 31656                   /* type */
 31657                   CIMTYPE_UINT8,
 31658                   /* subscript */
 31659                   -1,
 31660                   /* value */
 31661                   0,
 31662               };
 31663               
 31664               static const char*
 31665               _PRS_Location_LocationID_qualifiers[] =
 31666               {
 31667                   0,
 31668 mike  1.1.2.1 };
 31669               
 31670               static MetaProperty
 31671               _PRS_Location_LocationID =
 31672               {
 31673                   /* flags */
 31674                   META_FLAG_PROPERTY|META_FLAG_READ,
 31675                   /* name */
 31676                   "LocationID",
 31677                   /* qualifiers */
 31678                   _PRS_Location_LocationID_qualifiers,
 31679                   /* type */
 31680                   CIMTYPE_STRING,
 31681                   /* subscript */
 31682                   -1,
 31683                   /* value */
 31684                   0,
 31685               };
 31686               
 31687               static MetaFeature*
 31688               _PRS_Location_features[] =
 31689 mike  1.1.2.1 {
 31690                   (MetaFeature*)&_PRS_Location_LocationType,
 31691                   (MetaFeature*)&_PRS_Location_LocationID,
 31692                   0,
 31693               };
 31694               
 31695               static const char*
 31696               __root_cimv2_PRS_Location_qualifiers[] =
 31697               {
 31698                   /* UMLPackagePath */
 31699                   "\057PRS::Support",
 31700                   /* Version */
 31701                   "\0632.6.0",
 31702                   0,
 31703               };
 31704               
 31705               MetaClass
 31706               __root_cimv2_PRS_Location =
 31707               {
 31708                   /* flags */
 31709                   META_FLAG_CLASS,
 31710 mike  1.1.2.1     /* name */
 31711                   "PRS_Location",
 31712                   /* qualifiers */
 31713                   __root_cimv2_PRS_Location_qualifiers,
 31714                   /* super */
 31715                   &__root_cimv2_PRS_ExchangeElement,
 31716                   /* features */
 31717                   _PRS_Location_features,
 31718               };
 31719               
 31720               //==============================================================================
 31721               //
 31722               // Class: PRS_Product
 31723               //
 31724               //==============================================================================
 31725               
 31726               static const char*
 31727               _PRS_Product_Vendor_qualifiers[] =
 31728               {
 31729                   0,
 31730               };
 31731 mike  1.1.2.1 
 31732               static MetaProperty
 31733               _PRS_Product_Vendor =
 31734               {
 31735                   /* flags */
 31736                   META_FLAG_PROPERTY|META_FLAG_READ,
 31737                   /* name */
 31738                   "Vendor",
 31739                   /* qualifiers */
 31740                   _PRS_Product_Vendor_qualifiers,
 31741                   /* type */
 31742                   CIMTYPE_STRING,
 31743                   /* subscript */
 31744                   -1,
 31745                   /* value */
 31746                   0,
 31747               };
 31748               
 31749               static const char*
 31750               _PRS_Product_ProductName_qualifiers[] =
 31751               {
 31752 mike  1.1.2.1     0,
 31753               };
 31754               
 31755               static MetaProperty
 31756               _PRS_Product_ProductName =
 31757               {
 31758                   /* flags */
 31759                   META_FLAG_PROPERTY|META_FLAG_READ,
 31760                   /* name */
 31761                   "ProductName",
 31762                   /* qualifiers */
 31763                   _PRS_Product_ProductName_qualifiers,
 31764                   /* type */
 31765                   CIMTYPE_STRING,
 31766                   /* subscript */
 31767                   -1,
 31768                   /* value */
 31769                   0,
 31770               };
 31771               
 31772               static const char*
 31773 mike  1.1.2.1 _PRS_Product_Version_qualifiers[] =
 31774               {
 31775                   0,
 31776               };
 31777               
 31778               static MetaProperty
 31779               _PRS_Product_Version =
 31780               {
 31781                   /* flags */
 31782                   META_FLAG_PROPERTY|META_FLAG_READ,
 31783                   /* name */
 31784                   "Version",
 31785                   /* qualifiers */
 31786                   _PRS_Product_Version_qualifiers,
 31787                   /* type */
 31788                   CIMTYPE_STRING,
 31789                   /* subscript */
 31790                   -1,
 31791                   /* value */
 31792                   0,
 31793               };
 31794 mike  1.1.2.1 
 31795               static const char*
 31796               _PRS_Product_Order_qualifiers[] =
 31797               {
 31798                   0,
 31799               };
 31800               
 31801               static MetaProperty
 31802               _PRS_Product_Order =
 31803               {
 31804                   /* flags */
 31805                   META_FLAG_PROPERTY|META_FLAG_READ,
 31806                   /* name */
 31807                   "Order",
 31808                   /* qualifiers */
 31809                   _PRS_Product_Order_qualifiers,
 31810                   /* type */
 31811                   CIMTYPE_STRING,
 31812                   /* subscript */
 31813                   -1,
 31814                   /* value */
 31815 mike  1.1.2.1     0,
 31816               };
 31817               
 31818               static MetaFeature*
 31819               _PRS_Product_features[] =
 31820               {
 31821                   (MetaFeature*)&_PRS_Product_Vendor,
 31822                   (MetaFeature*)&_PRS_Product_ProductName,
 31823                   (MetaFeature*)&_PRS_Product_Version,
 31824                   (MetaFeature*)&_PRS_Product_Order,
 31825                   0,
 31826               };
 31827               
 31828               static const char*
 31829               __root_cimv2_PRS_Product_qualifiers[] =
 31830               {
 31831                   /* UMLPackagePath */
 31832                   "\057PRS::Support",
 31833                   /* Version */
 31834                   "\0632.6.0",
 31835                   0,
 31836 mike  1.1.2.1 };
 31837               
 31838               MetaClass
 31839               __root_cimv2_PRS_Product =
 31840               {
 31841                   /* flags */
 31842                   META_FLAG_CLASS,
 31843                   /* name */
 31844                   "PRS_Product",
 31845                   /* qualifiers */
 31846                   __root_cimv2_PRS_Product_qualifiers,
 31847                   /* super */
 31848                   &__root_cimv2_PRS_ExpressionElement,
 31849                   /* features */
 31850                   _PRS_Product_features,
 31851               };
 31852               
 31853               //==============================================================================
 31854               //
 31855               // Class: PRS_ProductComponent
 31856               //
 31857 mike  1.1.2.1 //==============================================================================
 31858               
 31859               static const char*
 31860               _PRS_ProductComponent_Antecedent_qualifiers[] =
 31861               {
 31862                   /* Aggregate */
 31863                   "\003\001",
 31864                   /* Override */
 31865                   "\044Antecedent",
 31866                   0,
 31867               };
 31868               
 31869               static MetaReference
 31870               _PRS_ProductComponent_Antecedent =
 31871               {
 31872                   /* flags */
 31873                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 31874                   /* name */
 31875                   "Antecedent",
 31876                   /* qualifiers */
 31877                   _PRS_ProductComponent_Antecedent_qualifiers,
 31878 mike  1.1.2.1     /* subscript */
 31879                   -1,
 31880                   /* refId */
 31881                   &__root_cimv2_PRS_Product,
 31882               };
 31883               
 31884               static const char*
 31885               _PRS_ProductComponent_Dependent_qualifiers[] =
 31886               {
 31887                   /* Override */
 31888                   "\044Dependent",
 31889                   0,
 31890               };
 31891               
 31892               static MetaReference
 31893               _PRS_ProductComponent_Dependent =
 31894               {
 31895                   /* flags */
 31896                   META_FLAG_REFERENCE|META_FLAG_READ,
 31897                   /* name */
 31898                   "Dependent",
 31899 mike  1.1.2.1     /* qualifiers */
 31900                   _PRS_ProductComponent_Dependent_qualifiers,
 31901                   /* subscript */
 31902                   -1,
 31903                   /* refId */
 31904                   &__root_cimv2_PRS_Product,
 31905               };
 31906               
 31907               static MetaFeature*
 31908               _PRS_ProductComponent_features[] =
 31909               {
 31910                   (MetaFeature*)&_PRS_ProductComponent_Antecedent,
 31911                   (MetaFeature*)&_PRS_ProductComponent_Dependent,
 31912                   0,
 31913               };
 31914               
 31915               static const char*
 31916               __root_cimv2_PRS_ProductComponent_qualifiers[] =
 31917               {
 31918                   /* ASSOCIATION */
 31919                   "\000\001",
 31920 mike  1.1.2.1     /* UMLPackagePath */
 31921                   "\057PRS::Support",
 31922                   /* Aggregation */
 31923                   "\004\001",
 31924                   /* Version */
 31925                   "\0632.6.0",
 31926                   0,
 31927               };
 31928               
 31929               MetaClass
 31930               __root_cimv2_PRS_ProductComponent =
 31931               {
 31932                   /* flags */
 31933                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 31934                   /* name */
 31935                   "PRS_ProductComponent",
 31936                   /* qualifiers */
 31937                   __root_cimv2_PRS_ProductComponent_qualifiers,
 31938                   /* super */
 31939                   &__root_cimv2_CIM_Dependency,
 31940                   /* features */
 31941 mike  1.1.2.1     _PRS_ProductComponent_features,
 31942               };
 31943               
 31944               //==============================================================================
 31945               //
 31946               // Class: PRS_ProductParentChild
 31947               //
 31948               //==============================================================================
 31949               
 31950               static const char*
 31951               _PRS_ProductParentChild_Antecedent_qualifiers[] =
 31952               {
 31953                   /* Aggregate */
 31954                   "\003\001",
 31955                   /* Override */
 31956                   "\044Antecedent",
 31957                   0,
 31958               };
 31959               
 31960               static MetaReference
 31961               _PRS_ProductParentChild_Antecedent =
 31962 mike  1.1.2.1 {
 31963                   /* flags */
 31964                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 31965                   /* name */
 31966                   "Antecedent",
 31967                   /* qualifiers */
 31968                   _PRS_ProductParentChild_Antecedent_qualifiers,
 31969                   /* subscript */
 31970                   -1,
 31971                   /* refId */
 31972                   &__root_cimv2_PRS_Product,
 31973               };
 31974               
 31975               static const char*
 31976               _PRS_ProductParentChild_Dependent_qualifiers[] =
 31977               {
 31978                   /* Override */
 31979                   "\044Dependent",
 31980                   0,
 31981               };
 31982               
 31983 mike  1.1.2.1 static MetaReference
 31984               _PRS_ProductParentChild_Dependent =
 31985               {
 31986                   /* flags */
 31987                   META_FLAG_REFERENCE|META_FLAG_READ,
 31988                   /* name */
 31989                   "Dependent",
 31990                   /* qualifiers */
 31991                   _PRS_ProductParentChild_Dependent_qualifiers,
 31992                   /* subscript */
 31993                   -1,
 31994                   /* refId */
 31995                   &__root_cimv2_PRS_Product,
 31996               };
 31997               
 31998               static MetaFeature*
 31999               _PRS_ProductParentChild_features[] =
 32000               {
 32001                   (MetaFeature*)&_PRS_ProductParentChild_Antecedent,
 32002                   (MetaFeature*)&_PRS_ProductParentChild_Dependent,
 32003                   0,
 32004 mike  1.1.2.1 };
 32005               
 32006               static const char*
 32007               __root_cimv2_PRS_ProductParentChild_qualifiers[] =
 32008               {
 32009                   /* ASSOCIATION */
 32010                   "\000\001",
 32011                   /* UMLPackagePath */
 32012                   "\057PRS::Support",
 32013                   /* Aggregation */
 32014                   "\004\001",
 32015                   /* Version */
 32016                   "\0632.6.0",
 32017                   0,
 32018               };
 32019               
 32020               MetaClass
 32021               __root_cimv2_PRS_ProductParentChild =
 32022               {
 32023                   /* flags */
 32024                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 32025 mike  1.1.2.1     /* name */
 32026                   "PRS_ProductParentChild",
 32027                   /* qualifiers */
 32028                   __root_cimv2_PRS_ProductParentChild_qualifiers,
 32029                   /* super */
 32030                   &__root_cimv2_CIM_Dependency,
 32031                   /* features */
 32032                   _PRS_ProductParentChild_features,
 32033               };
 32034               
 32035               //==============================================================================
 32036               //
 32037               // Class: PRS_Resource
 32038               //
 32039               //==============================================================================
 32040               
 32041               static const char*
 32042               _PRS_Resource_ResourceType_qualifiers[] =
 32043               {
 32044                   0,
 32045               };
 32046 mike  1.1.2.1 
 32047               static MetaProperty
 32048               _PRS_Resource_ResourceType =
 32049               {
 32050                   /* flags */
 32051                   META_FLAG_PROPERTY|META_FLAG_READ,
 32052                   /* name */
 32053                   "ResourceType",
 32054                   /* qualifiers */
 32055                   _PRS_Resource_ResourceType_qualifiers,
 32056                   /* type */
 32057                   CIMTYPE_STRING,
 32058                   /* subscript */
 32059                   -1,
 32060                   /* value */
 32061                   0,
 32062               };
 32063               
 32064               static const char*
 32065               _PRS_Resource_Quantity_qualifiers[] =
 32066               {
 32067 mike  1.1.2.1     0,
 32068               };
 32069               
 32070               static MetaProperty
 32071               _PRS_Resource_Quantity =
 32072               {
 32073                   /* flags */
 32074                   META_FLAG_PROPERTY|META_FLAG_READ,
 32075                   /* name */
 32076                   "Quantity",
 32077                   /* qualifiers */
 32078                   _PRS_Resource_Quantity_qualifiers,
 32079                   /* type */
 32080                   CIMTYPE_UINT16,
 32081                   /* subscript */
 32082                   -1,
 32083                   /* value */
 32084                   0,
 32085               };
 32086               
 32087               static const char*
 32088 mike  1.1.2.1 _PRS_Resource_Units_qualifiers[] =
 32089               {
 32090                   0,
 32091               };
 32092               
 32093               static MetaProperty
 32094               _PRS_Resource_Units =
 32095               {
 32096                   /* flags */
 32097                   META_FLAG_PROPERTY|META_FLAG_READ,
 32098                   /* name */
 32099                   "Units",
 32100                   /* qualifiers */
 32101                   _PRS_Resource_Units_qualifiers,
 32102                   /* type */
 32103                   CIMTYPE_STRING,
 32104                   /* subscript */
 32105                   -1,
 32106                   /* value */
 32107                   0,
 32108               };
 32109 mike  1.1.2.1 
 32110               static MetaFeature*
 32111               _PRS_Resource_features[] =
 32112               {
 32113                   (MetaFeature*)&_PRS_Resource_ResourceType,
 32114                   (MetaFeature*)&_PRS_Resource_Quantity,
 32115                   (MetaFeature*)&_PRS_Resource_Units,
 32116                   0,
 32117               };
 32118               
 32119               static const char*
 32120               __root_cimv2_PRS_Resource_qualifiers[] =
 32121               {
 32122                   /* UMLPackagePath */
 32123                   "\057PRS::Support",
 32124                   /* Version */
 32125                   "\0632.6.0",
 32126                   0,
 32127               };
 32128               
 32129               MetaClass
 32130 mike  1.1.2.1 __root_cimv2_PRS_Resource =
 32131               {
 32132                   /* flags */
 32133                   META_FLAG_CLASS,
 32134                   /* name */
 32135                   "PRS_Resource",
 32136                   /* qualifiers */
 32137                   __root_cimv2_PRS_Resource_qualifiers,
 32138                   /* super */
 32139                   &__root_cimv2_PRS_ExchangeElement,
 32140                   /* features */
 32141                   _PRS_Resource_features,
 32142               };
 32143               
 32144               //==============================================================================
 32145               //
 32146               // Class: PRS_Revision
 32147               //
 32148               //==============================================================================
 32149               
 32150               static const char*
 32151 mike  1.1.2.1 _PRS_Revision_RevisionDate_qualifiers[] =
 32152               {
 32153                   0,
 32154               };
 32155               
 32156               static MetaProperty
 32157               _PRS_Revision_RevisionDate =
 32158               {
 32159                   /* flags */
 32160                   META_FLAG_PROPERTY|META_FLAG_READ,
 32161                   /* name */
 32162                   "RevisionDate",
 32163                   /* qualifiers */
 32164                   _PRS_Revision_RevisionDate_qualifiers,
 32165                   /* type */
 32166                   CIMTYPE_DATETIME,
 32167                   /* subscript */
 32168                   -1,
 32169                   /* value */
 32170                   0,
 32171               };
 32172 mike  1.1.2.1 
 32173               static const char*
 32174               _PRS_Revision_ActivityName_qualifiers[] =
 32175               {
 32176                   /* ValueMap */
 32177                   "\061\000\0050\0001\0002\000254\000255\000",
 32178                   /* Values */
 32179                   "\062\000\005Create\000Update\000Delete\000Other\000Unknown\000",
 32180                   0,
 32181               };
 32182               
 32183               static MetaProperty
 32184               _PRS_Revision_ActivityName =
 32185               {
 32186                   /* flags */
 32187                   META_FLAG_PROPERTY|META_FLAG_READ,
 32188                   /* name */
 32189                   "ActivityName",
 32190                   /* qualifiers */
 32191                   _PRS_Revision_ActivityName_qualifiers,
 32192                   /* type */
 32193 mike  1.1.2.1     CIMTYPE_UINT8,
 32194                   /* subscript */
 32195                   -1,
 32196                   /* value */
 32197                   0,
 32198               };
 32199               
 32200               static const char*
 32201               _PRS_Revision_ActivityType_qualifiers[] =
 32202               {
 32203                   /* ValueMap */
 32204                   "\061\000\0050\0001\0002\000254\000255\000",
 32205                   /* Values */
 32206                   "\062\000\005Technical\000Editorial\000Administrative\000Other\000Unknown\000",
 32207                   0,
 32208               };
 32209               
 32210               static MetaProperty
 32211               _PRS_Revision_ActivityType =
 32212               {
 32213                   /* flags */
 32214 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 32215                   /* name */
 32216                   "ActivityType",
 32217                   /* qualifiers */
 32218                   _PRS_Revision_ActivityType_qualifiers,
 32219                   /* type */
 32220                   CIMTYPE_UINT8,
 32221                   /* subscript */
 32222                   -1,
 32223                   /* value */
 32224                   0,
 32225               };
 32226               
 32227               static const char*
 32228               _PRS_Revision_TechnicalStatus_qualifiers[] =
 32229               {
 32230                   /* ValueMap */
 32231                   "\061\000\0060\0001\0002\0003\000254\000255\000",
 32232                   /* Values */
 32233                   "\062\000\006Open\000Not Reviewed\000Reviewed\000Approved\000Other\000Unknown\000",
 32234                   0,
 32235 mike  1.1.2.1 };
 32236               
 32237               static MetaProperty
 32238               _PRS_Revision_TechnicalStatus =
 32239               {
 32240                   /* flags */
 32241                   META_FLAG_PROPERTY|META_FLAG_READ,
 32242                   /* name */
 32243                   "TechnicalStatus",
 32244                   /* qualifiers */
 32245                   _PRS_Revision_TechnicalStatus_qualifiers,
 32246                   /* type */
 32247                   CIMTYPE_UINT8,
 32248                   /* subscript */
 32249                   -1,
 32250                   /* value */
 32251                   0,
 32252               };
 32253               
 32254               static const char*
 32255               _PRS_Revision_EditorialStatus_qualifiers[] =
 32256 mike  1.1.2.1 {
 32257                   /* ValueMap */
 32258                   "\061\000\0060\0001\0002\0003\000254\000255\000",
 32259                   /* Values */
 32260                   "\062\000\006In_Progress\000Draft\000Reviewed\000Published\000Other\000Unknown\000",
 32261                   0,
 32262               };
 32263               
 32264               static MetaProperty
 32265               _PRS_Revision_EditorialStatus =
 32266               {
 32267                   /* flags */
 32268                   META_FLAG_PROPERTY|META_FLAG_READ,
 32269                   /* name */
 32270                   "EditorialStatus",
 32271                   /* qualifiers */
 32272                   _PRS_Revision_EditorialStatus_qualifiers,
 32273                   /* type */
 32274                   CIMTYPE_UINT8,
 32275                   /* subscript */
 32276                   -1,
 32277 mike  1.1.2.1     /* value */
 32278                   0,
 32279               };
 32280               
 32281               static const char*
 32282               _PRS_Revision_Description_qualifiers[] =
 32283               {
 32284                   /* Override */
 32285                   "\044Description",
 32286                   0,
 32287               };
 32288               
 32289               static MetaProperty
 32290               _PRS_Revision_Description =
 32291               {
 32292                   /* flags */
 32293                   META_FLAG_PROPERTY|META_FLAG_READ,
 32294                   /* name */
 32295                   "Description",
 32296                   /* qualifiers */
 32297                   _PRS_Revision_Description_qualifiers,
 32298 mike  1.1.2.1     /* type */
 32299                   CIMTYPE_STRING,
 32300                   /* subscript */
 32301                   -1,
 32302                   /* value */
 32303                   0,
 32304               };
 32305               
 32306               static MetaFeature*
 32307               _PRS_Revision_features[] =
 32308               {
 32309                   (MetaFeature*)&_PRS_Revision_RevisionDate,
 32310                   (MetaFeature*)&_PRS_Revision_ActivityName,
 32311                   (MetaFeature*)&_PRS_Revision_ActivityType,
 32312                   (MetaFeature*)&_PRS_Revision_TechnicalStatus,
 32313                   (MetaFeature*)&_PRS_Revision_EditorialStatus,
 32314                   (MetaFeature*)&_PRS_Revision_Description,
 32315                   0,
 32316               };
 32317               
 32318               static const char*
 32319 mike  1.1.2.1 __root_cimv2_PRS_Revision_qualifiers[] =
 32320               {
 32321                   /* UMLPackagePath */
 32322                   "\057PRS::Support",
 32323                   /* Version */
 32324                   "\0632.6.0",
 32325                   0,
 32326               };
 32327               
 32328               MetaClass
 32329               __root_cimv2_PRS_Revision =
 32330               {
 32331                   /* flags */
 32332                   META_FLAG_CLASS,
 32333                   /* name */
 32334                   "PRS_Revision",
 32335                   /* qualifiers */
 32336                   __root_cimv2_PRS_Revision_qualifiers,
 32337                   /* super */
 32338                   &__root_cimv2_PRS_ExchangeElement,
 32339                   /* features */
 32340 mike  1.1.2.1     _PRS_Revision_features,
 32341               };
 32342               
 32343               //==============================================================================
 32344               //
 32345               // Class: PRS_ServiceIncident
 32346               //
 32347               //==============================================================================
 32348               
 32349               static const char*
 32350               _PRS_ServiceIncident_RequesterID_qualifiers[] =
 32351               {
 32352                   0,
 32353               };
 32354               
 32355               static MetaProperty
 32356               _PRS_ServiceIncident_RequesterID =
 32357               {
 32358                   /* flags */
 32359                   META_FLAG_PROPERTY|META_FLAG_READ,
 32360                   /* name */
 32361 mike  1.1.2.1     "RequesterID",
 32362                   /* qualifiers */
 32363                   _PRS_ServiceIncident_RequesterID_qualifiers,
 32364                   /* type */
 32365                   CIMTYPE_STRING,
 32366                   /* subscript */
 32367                   -1,
 32368                   /* value */
 32369                   0,
 32370               };
 32371               
 32372               static const char*
 32373               _PRS_ServiceIncident_ProviderID_qualifiers[] =
 32374               {
 32375                   0,
 32376               };
 32377               
 32378               static MetaProperty
 32379               _PRS_ServiceIncident_ProviderID =
 32380               {
 32381                   /* flags */
 32382 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 32383                   /* name */
 32384                   "ProviderID",
 32385                   /* qualifiers */
 32386                   _PRS_ServiceIncident_ProviderID_qualifiers,
 32387                   /* type */
 32388                   CIMTYPE_STRING,
 32389                   /* subscript */
 32390                   -1,
 32391                   /* value */
 32392                   0,
 32393               };
 32394               
 32395               static const char*
 32396               _PRS_ServiceIncident_CurrentState_qualifiers[] =
 32397               {
 32398                   /* ValueMap */
 32399                   "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\000254\000255\000",
 32400                   /* Values */
 32401                   "\062\000\012Beginning_State\000Not_Entitled\000Entitled\000Problem_Submitted\000Open_Requester\000Open_Provider\000Closed_Pending_Confirmation\000Closed\000Other\000Unknown\000",
 32402                   0,
 32403 mike  1.1.2.1 };
 32404               
 32405               static MetaProperty
 32406               _PRS_ServiceIncident_CurrentState =
 32407               {
 32408                   /* flags */
 32409                   META_FLAG_PROPERTY|META_FLAG_READ,
 32410                   /* name */
 32411                   "CurrentState",
 32412                   /* qualifiers */
 32413                   _PRS_ServiceIncident_CurrentState_qualifiers,
 32414                   /* type */
 32415                   CIMTYPE_UINT8,
 32416                   /* subscript */
 32417                   -1,
 32418                   /* value */
 32419                   0,
 32420               };
 32421               
 32422               static const char*
 32423               _PRS_ServiceIncident_RequesterSeverity_qualifiers[] =
 32424 mike  1.1.2.1 {
 32425                   /* ValueMap */
 32426                   "\061\000\0051\0002\0003\0004\0005\000",
 32427                   0,
 32428               };
 32429               
 32430               static MetaProperty
 32431               _PRS_ServiceIncident_RequesterSeverity =
 32432               {
 32433                   /* flags */
 32434                   META_FLAG_PROPERTY|META_FLAG_READ,
 32435                   /* name */
 32436                   "RequesterSeverity",
 32437                   /* qualifiers */
 32438                   _PRS_ServiceIncident_RequesterSeverity_qualifiers,
 32439                   /* type */
 32440                   CIMTYPE_UINT8,
 32441                   /* subscript */
 32442                   -1,
 32443                   /* value */
 32444                   0,
 32445 mike  1.1.2.1 };
 32446               
 32447               static const char*
 32448               _PRS_ServiceIncident_ProviderPriority_qualifiers[] =
 32449               {
 32450                   /* ValueMap */
 32451                   "\061\000\0051\0002\0003\0004\0005\000",
 32452                   0,
 32453               };
 32454               
 32455               static MetaProperty
 32456               _PRS_ServiceIncident_ProviderPriority =
 32457               {
 32458                   /* flags */
 32459                   META_FLAG_PROPERTY|META_FLAG_READ,
 32460                   /* name */
 32461                   "ProviderPriority",
 32462                   /* qualifiers */
 32463                   _PRS_ServiceIncident_ProviderPriority_qualifiers,
 32464                   /* type */
 32465                   CIMTYPE_UINT8,
 32466 mike  1.1.2.1     /* subscript */
 32467                   -1,
 32468                   /* value */
 32469                   0,
 32470               };
 32471               
 32472               static const char*
 32473               _PRS_ServiceIncident_ResponseTime_qualifiers[] =
 32474               {
 32475                   0,
 32476               };
 32477               
 32478               static MetaProperty
 32479               _PRS_ServiceIncident_ResponseTime =
 32480               {
 32481                   /* flags */
 32482                   META_FLAG_PROPERTY|META_FLAG_READ,
 32483                   /* name */
 32484                   "ResponseTime",
 32485                   /* qualifiers */
 32486                   _PRS_ServiceIncident_ResponseTime_qualifiers,
 32487 mike  1.1.2.1     /* type */
 32488                   CIMTYPE_DATETIME,
 32489                   /* subscript */
 32490                   -1,
 32491                   /* value */
 32492                   0,
 32493               };
 32494               
 32495               static const char*
 32496               _PRS_ServiceIncident_WorkflowStatus_qualifiers[] =
 32497               {
 32498                   0,
 32499               };
 32500               
 32501               static MetaProperty
 32502               _PRS_ServiceIncident_WorkflowStatus =
 32503               {
 32504                   /* flags */
 32505                   META_FLAG_PROPERTY|META_FLAG_READ,
 32506                   /* name */
 32507                   "WorkflowStatus",
 32508 mike  1.1.2.1     /* qualifiers */
 32509                   _PRS_ServiceIncident_WorkflowStatus_qualifiers,
 32510                   /* type */
 32511                   CIMTYPE_STRING,
 32512                   /* subscript */
 32513                   -1,
 32514                   /* value */
 32515                   0,
 32516               };
 32517               
 32518               static const char*
 32519               _PRS_ServiceIncident_Comment_qualifiers[] =
 32520               {
 32521                   0,
 32522               };
 32523               
 32524               static MetaProperty
 32525               _PRS_ServiceIncident_Comment =
 32526               {
 32527                   /* flags */
 32528                   META_FLAG_PROPERTY|META_FLAG_READ,
 32529 mike  1.1.2.1     /* name */
 32530                   "Comment",
 32531                   /* qualifiers */
 32532                   _PRS_ServiceIncident_Comment_qualifiers,
 32533                   /* type */
 32534                   CIMTYPE_STRING,
 32535                   /* subscript */
 32536                   -1,
 32537                   /* value */
 32538                   0,
 32539               };
 32540               
 32541               static const char*
 32542               _PRS_ServiceIncident_Entitled_qualifiers[] =
 32543               {
 32544                   /* ValueMap */
 32545                   "\061\000\0040\0001\000254\000255\000",
 32546                   /* Values */
 32547                   "\062\000\004Yes\000No\000Other\000Unknown\000",
 32548                   0,
 32549               };
 32550 mike  1.1.2.1 
 32551               static MetaProperty
 32552               _PRS_ServiceIncident_Entitled =
 32553               {
 32554                   /* flags */
 32555                   META_FLAG_PROPERTY|META_FLAG_READ,
 32556                   /* name */
 32557                   "Entitled",
 32558                   /* qualifiers */
 32559                   _PRS_ServiceIncident_Entitled_qualifiers,
 32560                   /* type */
 32561                   CIMTYPE_UINT8,
 32562                   /* subscript */
 32563                   -1,
 32564                   /* value */
 32565                   0,
 32566               };
 32567               
 32568               static const char*
 32569               _PRS_ServiceIncident_Acknowledge_qualifiers[] =
 32570               {
 32571 mike  1.1.2.1     /* ValueMap */
 32572                   "\061\000\0040\0001\000254\000255\000",
 32573                   /* Values */
 32574                   "\062\000\004Yes\000No\000Other\000Unknown\000",
 32575                   0,
 32576               };
 32577               
 32578               static MetaProperty
 32579               _PRS_ServiceIncident_Acknowledge =
 32580               {
 32581                   /* flags */
 32582                   META_FLAG_PROPERTY|META_FLAG_READ,
 32583                   /* name */
 32584                   "Acknowledge",
 32585                   /* qualifiers */
 32586                   _PRS_ServiceIncident_Acknowledge_qualifiers,
 32587                   /* type */
 32588                   CIMTYPE_UINT8,
 32589                   /* subscript */
 32590                   -1,
 32591                   /* value */
 32592 mike  1.1.2.1     0,
 32593               };
 32594               
 32595               static const char*
 32596               _PRS_ServiceIncident_TransactionName_qualifiers[] =
 32597               {
 32598                   /* Deprecated */
 32599                   "\013\000\001PRS_ServiceIncident.LastTransaction\000",
 32600                   0,
 32601               };
 32602               
 32603               static MetaProperty
 32604               _PRS_ServiceIncident_TransactionName =
 32605               {
 32606                   /* flags */
 32607                   META_FLAG_PROPERTY|META_FLAG_READ,
 32608                   /* name */
 32609                   "TransactionName",
 32610                   /* qualifiers */
 32611                   _PRS_ServiceIncident_TransactionName_qualifiers,
 32612                   /* type */
 32613 mike  1.1.2.1     CIMTYPE_STRING,
 32614                   /* subscript */
 32615                   -1,
 32616                   /* value */
 32617                   0,
 32618               };
 32619               
 32620               static const char*
 32621               _PRS_ServiceIncident_LastTransaction_qualifiers[] =
 32622               {
 32623                   /* ValueMap */
 32624                   "\061\000\0160\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000254\000255\000",
 32625                   /* Values */
 32626                   "\062\000\016Service_Request\000Entitlement\000Problem_Submittal\000Accept_Problem\000Problem_Resolution\000Request_Problem_Information\000Provide_Problem_Information\000Provide_Admin_Information\000Query_Incident\000Confirm_Close\000Reject_Resolution\000Request_Closure\000Other\000Unknown\000",
 32627                   0,
 32628               };
 32629               
 32630               static MetaProperty
 32631               _PRS_ServiceIncident_LastTransaction =
 32632               {
 32633                   /* flags */
 32634 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 32635                   /* name */
 32636                   "LastTransaction",
 32637                   /* qualifiers */
 32638                   _PRS_ServiceIncident_LastTransaction_qualifiers,
 32639                   /* type */
 32640                   CIMTYPE_UINT8,
 32641                   /* subscript */
 32642                   -1,
 32643                   /* value */
 32644                   0,
 32645               };
 32646               
 32647               static MetaFeature*
 32648               _PRS_ServiceIncident_features[] =
 32649               {
 32650                   (MetaFeature*)&_PRS_ServiceIncident_RequesterID,
 32651                   (MetaFeature*)&_PRS_ServiceIncident_ProviderID,
 32652                   (MetaFeature*)&_PRS_ServiceIncident_CurrentState,
 32653                   (MetaFeature*)&_PRS_ServiceIncident_RequesterSeverity,
 32654                   (MetaFeature*)&_PRS_ServiceIncident_ProviderPriority,
 32655 mike  1.1.2.1     (MetaFeature*)&_PRS_ServiceIncident_ResponseTime,
 32656                   (MetaFeature*)&_PRS_ServiceIncident_WorkflowStatus,
 32657                   (MetaFeature*)&_PRS_ServiceIncident_Comment,
 32658                   (MetaFeature*)&_PRS_ServiceIncident_Entitled,
 32659                   (MetaFeature*)&_PRS_ServiceIncident_Acknowledge,
 32660                   (MetaFeature*)&_PRS_ServiceIncident_TransactionName,
 32661                   (MetaFeature*)&_PRS_ServiceIncident_LastTransaction,
 32662                   0,
 32663               };
 32664               
 32665               static const char*
 32666               __root_cimv2_PRS_ServiceIncident_qualifiers[] =
 32667               {
 32668                   /* UMLPackagePath */
 32669                   "\057PRS::Support",
 32670                   /* Version */
 32671                   "\0632.6.0",
 32672                   0,
 32673               };
 32674               
 32675               MetaClass
 32676 mike  1.1.2.1 __root_cimv2_PRS_ServiceIncident =
 32677               {
 32678                   /* flags */
 32679                   META_FLAG_CLASS,
 32680                   /* name */
 32681                   "PRS_ServiceIncident",
 32682                   /* qualifiers */
 32683                   __root_cimv2_PRS_ServiceIncident_qualifiers,
 32684                   /* super */
 32685                   &__root_cimv2_PRS_ExchangeElement,
 32686                   /* features */
 32687                   _PRS_ServiceIncident_features,
 32688               };
 32689               
 32690               //==============================================================================
 32691               //
 32692               // Class: PRS_Solution
 32693               //
 32694               //==============================================================================
 32695               
 32696               static const char*
 32697 mike  1.1.2.1 _PRS_Solution_Title_qualifiers[] =
 32698               {
 32699                   0,
 32700               };
 32701               
 32702               static MetaProperty
 32703               _PRS_Solution_Title =
 32704               {
 32705                   /* flags */
 32706                   META_FLAG_PROPERTY|META_FLAG_READ,
 32707                   /* name */
 32708                   "Title",
 32709                   /* qualifiers */
 32710                   _PRS_Solution_Title_qualifiers,
 32711                   /* type */
 32712                   CIMTYPE_STRING,
 32713                   /* subscript */
 32714                   -1,
 32715                   /* value */
 32716                   0,
 32717               };
 32718 mike  1.1.2.1 
 32719               static const char*
 32720               _PRS_Solution_SolutionAbstract_qualifiers[] =
 32721               {
 32722                   0,
 32723               };
 32724               
 32725               static MetaProperty
 32726               _PRS_Solution_SolutionAbstract =
 32727               {
 32728                   /* flags */
 32729                   META_FLAG_PROPERTY|META_FLAG_READ,
 32730                   /* name */
 32731                   "SolutionAbstract",
 32732                   /* qualifiers */
 32733                   _PRS_Solution_SolutionAbstract_qualifiers,
 32734                   /* type */
 32735                   CIMTYPE_STRING,
 32736                   /* subscript */
 32737                   -1,
 32738                   /* value */
 32739 mike  1.1.2.1     0,
 32740               };
 32741               
 32742               static const char*
 32743               _PRS_Solution_SolutionType_qualifiers[] =
 32744               {
 32745                   /* ValueMap */
 32746                   "\061\000\0050\0001\0002\000254\000255\000",
 32747                   /* Values */
 32748                   "\062\000\005Reference\000Diagnostic\000How To\000Other\000Unknown\000",
 32749                   0,
 32750               };
 32751               
 32752               static MetaProperty
 32753               _PRS_Solution_SolutionType =
 32754               {
 32755                   /* flags */
 32756                   META_FLAG_PROPERTY|META_FLAG_READ,
 32757                   /* name */
 32758                   "SolutionType",
 32759                   /* qualifiers */
 32760 mike  1.1.2.1     _PRS_Solution_SolutionType_qualifiers,
 32761                   /* type */
 32762                   CIMTYPE_UINT8,
 32763                   /* subscript */
 32764                   -1,
 32765                   /* value */
 32766                   0,
 32767               };
 32768               
 32769               static MetaFeature*
 32770               _PRS_Solution_features[] =
 32771               {
 32772                   (MetaFeature*)&_PRS_Solution_Title,
 32773                   (MetaFeature*)&_PRS_Solution_SolutionAbstract,
 32774                   (MetaFeature*)&_PRS_Solution_SolutionType,
 32775                   0,
 32776               };
 32777               
 32778               static const char*
 32779               __root_cimv2_PRS_Solution_qualifiers[] =
 32780               {
 32781 mike  1.1.2.1     /* UMLPackagePath */
 32782                   "\057PRS::Support",
 32783                   /* Version */
 32784                   "\0632.6.0",
 32785                   0,
 32786               };
 32787               
 32788               MetaClass
 32789               __root_cimv2_PRS_Solution =
 32790               {
 32791                   /* flags */
 32792                   META_FLAG_CLASS,
 32793                   /* name */
 32794                   "PRS_Solution",
 32795                   /* qualifiers */
 32796                   __root_cimv2_PRS_Solution_qualifiers,
 32797                   /* super */
 32798                   &__root_cimv2_PRS_ExchangeElement,
 32799                   /* features */
 32800                   _PRS_Solution_features,
 32801               };
 32802 mike  1.1.2.1 
 32803               //==============================================================================
 32804               //
 32805               // Class: PRS_SolutionElement
 32806               //
 32807               //==============================================================================
 32808               
 32809               static MetaFeature*
 32810               _PRS_SolutionElement_features[] =
 32811               {
 32812                   0,
 32813               };
 32814               
 32815               static const char*
 32816               __root_cimv2_PRS_SolutionElement_qualifiers[] =
 32817               {
 32818                   /* UMLPackagePath */
 32819                   "\057PRS::Support",
 32820                   /* Abstract */
 32821                   "\002\001",
 32822                   /* Version */
 32823 mike  1.1.2.1     "\0632.6.0",
 32824                   0,
 32825               };
 32826               
 32827               MetaClass
 32828               __root_cimv2_PRS_SolutionElement =
 32829               {
 32830                   /* flags */
 32831                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 32832                   /* name */
 32833                   "PRS_SolutionElement",
 32834                   /* qualifiers */
 32835                   __root_cimv2_PRS_SolutionElement_qualifiers,
 32836                   /* super */
 32837                   &__root_cimv2_PRS_ExchangeElement,
 32838                   /* features */
 32839                   _PRS_SolutionElement_features,
 32840               };
 32841               
 32842               //==============================================================================
 32843               //
 32844 mike  1.1.2.1 // Class: PRS_SolutionHasElement
 32845               //
 32846               //==============================================================================
 32847               
 32848               static const char*
 32849               _PRS_SolutionHasElement_Antecedent_qualifiers[] =
 32850               {
 32851                   /* Aggregate */
 32852                   "\003\001",
 32853                   /* Override */
 32854                   "\044Antecedent",
 32855                   /* Min */
 32856                   "\033\000\000\000\001",
 32857                   0,
 32858               };
 32859               
 32860               static MetaReference
 32861               _PRS_SolutionHasElement_Antecedent =
 32862               {
 32863                   /* flags */
 32864                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 32865 mike  1.1.2.1     /* name */
 32866                   "Antecedent",
 32867                   /* qualifiers */
 32868                   _PRS_SolutionHasElement_Antecedent_qualifiers,
 32869                   /* subscript */
 32870                   -1,
 32871                   /* refId */
 32872                   &__root_cimv2_PRS_Solution,
 32873               };
 32874               
 32875               static const char*
 32876               _PRS_SolutionHasElement_Dependent_qualifiers[] =
 32877               {
 32878                   /* Override */
 32879                   "\044Dependent",
 32880                   0,
 32881               };
 32882               
 32883               static MetaReference
 32884               _PRS_SolutionHasElement_Dependent =
 32885               {
 32886 mike  1.1.2.1     /* flags */
 32887                   META_FLAG_REFERENCE|META_FLAG_READ,
 32888                   /* name */
 32889                   "Dependent",
 32890                   /* qualifiers */
 32891                   _PRS_SolutionHasElement_Dependent_qualifiers,
 32892                   /* subscript */
 32893                   -1,
 32894                   /* refId */
 32895                   &__root_cimv2_PRS_SolutionElement,
 32896               };
 32897               
 32898               static MetaFeature*
 32899               _PRS_SolutionHasElement_features[] =
 32900               {
 32901                   (MetaFeature*)&_PRS_SolutionHasElement_Antecedent,
 32902                   (MetaFeature*)&_PRS_SolutionHasElement_Dependent,
 32903                   0,
 32904               };
 32905               
 32906               static const char*
 32907 mike  1.1.2.1 __root_cimv2_PRS_SolutionHasElement_qualifiers[] =
 32908               {
 32909                   /* ASSOCIATION */
 32910                   "\000\001",
 32911                   /* UMLPackagePath */
 32912                   "\057PRS::Support",
 32913                   /* Abstract */
 32914                   "\002\001",
 32915                   /* Aggregation */
 32916                   "\004\001",
 32917                   /* Version */
 32918                   "\0632.6.0",
 32919                   0,
 32920               };
 32921               
 32922               MetaClass
 32923               __root_cimv2_PRS_SolutionHasElement =
 32924               {
 32925                   /* flags */
 32926                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT|META_FLAG_AGGREGATION,
 32927                   /* name */
 32928 mike  1.1.2.1     "PRS_SolutionHasElement",
 32929                   /* qualifiers */
 32930                   __root_cimv2_PRS_SolutionHasElement_qualifiers,
 32931                   /* super */
 32932                   &__root_cimv2_CIM_Dependency,
 32933                   /* features */
 32934                   _PRS_SolutionHasElement_features,
 32935               };
 32936               
 32937               //==============================================================================
 32938               //
 32939               // Class: PRS_Statement
 32940               //
 32941               //==============================================================================
 32942               
 32943               static const char*
 32944               _PRS_Statement_StatementRole_qualifiers[] =
 32945               {
 32946                   /* ValueMap */
 32947                   "\061\000\0160\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000254\000255\000",
 32948                   /* Values */
 32949 mike  1.1.2.1     "\062\000\016Description\000Symptom\000Error_Message\000Objective\000Evidence\000Cause\000Work_Around\000Fix\000Answer\000Keyword\000Changes\000Title\000Other\000Unknown\000",
 32950                   0,
 32951               };
 32952               
 32953               static MetaProperty
 32954               _PRS_Statement_StatementRole =
 32955               {
 32956                   /* flags */
 32957                   META_FLAG_PROPERTY|META_FLAG_READ,
 32958                   /* name */
 32959                   "StatementRole",
 32960                   /* qualifiers */
 32961                   _PRS_Statement_StatementRole_qualifiers,
 32962                   /* type */
 32963                   CIMTYPE_UINT8,
 32964                   /* subscript */
 32965                   -1,
 32966                   /* value */
 32967                   0,
 32968               };
 32969               
 32970 mike  1.1.2.1 static const char*
 32971               _PRS_Statement_Text_qualifiers[] =
 32972               {
 32973                   0,
 32974               };
 32975               
 32976               static MetaProperty
 32977               _PRS_Statement_Text =
 32978               {
 32979                   /* flags */
 32980                   META_FLAG_PROPERTY|META_FLAG_READ,
 32981                   /* name */
 32982                   "Text",
 32983                   /* qualifiers */
 32984                   _PRS_Statement_Text_qualifiers,
 32985                   /* type */
 32986                   CIMTYPE_STRING,
 32987                   /* subscript */
 32988                   -1,
 32989                   /* value */
 32990                   0,
 32991 mike  1.1.2.1 };
 32992               
 32993               static const char*
 32994               _PRS_Statement_StatementOperator_qualifiers[] =
 32995               {
 32996                   0,
 32997               };
 32998               
 32999               static MetaProperty
 33000               _PRS_Statement_StatementOperator =
 33001               {
 33002                   /* flags */
 33003                   META_FLAG_PROPERTY|META_FLAG_READ,
 33004                   /* name */
 33005                   "StatementOperator",
 33006                   /* qualifiers */
 33007                   _PRS_Statement_StatementOperator_qualifiers,
 33008                   /* type */
 33009                   CIMTYPE_STRING,
 33010                   /* subscript */
 33011                   -1,
 33012 mike  1.1.2.1     /* value */
 33013                   0,
 33014               };
 33015               
 33016               static const char*
 33017               _PRS_Statement_FeatureValue_qualifiers[] =
 33018               {
 33019                   0,
 33020               };
 33021               
 33022               static MetaProperty
 33023               _PRS_Statement_FeatureValue =
 33024               {
 33025                   /* flags */
 33026                   META_FLAG_PROPERTY|META_FLAG_READ,
 33027                   /* name */
 33028                   "FeatureValue",
 33029                   /* qualifiers */
 33030                   _PRS_Statement_FeatureValue_qualifiers,
 33031                   /* type */
 33032                   CIMTYPE_STRING,
 33033 mike  1.1.2.1     /* subscript */
 33034                   -1,
 33035                   /* value */
 33036                   0,
 33037               };
 33038               
 33039               static const char*
 33040               _PRS_Statement_Order_qualifiers[] =
 33041               {
 33042                   0,
 33043               };
 33044               
 33045               static MetaProperty
 33046               _PRS_Statement_Order =
 33047               {
 33048                   /* flags */
 33049                   META_FLAG_PROPERTY|META_FLAG_READ,
 33050                   /* name */
 33051                   "Order",
 33052                   /* qualifiers */
 33053                   _PRS_Statement_Order_qualifiers,
 33054 mike  1.1.2.1     /* type */
 33055                   CIMTYPE_STRING,
 33056                   /* subscript */
 33057                   -1,
 33058                   /* value */
 33059                   0,
 33060               };
 33061               
 33062               static const char*
 33063               _PRS_Statement_Relevance_qualifiers[] =
 33064               {
 33065                   /* MinValue */
 33066                   "\035\000\000\000\000\000\000\000\000",
 33067                   /* MaxValue */
 33068                   "\031\000\000\000\000\000\000\000\144",
 33069                   0,
 33070               };
 33071               
 33072               static MetaProperty
 33073               _PRS_Statement_Relevance =
 33074               {
 33075 mike  1.1.2.1     /* flags */
 33076                   META_FLAG_PROPERTY|META_FLAG_READ,
 33077                   /* name */
 33078                   "Relevance",
 33079                   /* qualifiers */
 33080                   _PRS_Statement_Relevance_qualifiers,
 33081                   /* type */
 33082                   CIMTYPE_UINT16,
 33083                   /* subscript */
 33084                   -1,
 33085                   /* value */
 33086                   0,
 33087               };
 33088               
 33089               static MetaFeature*
 33090               _PRS_Statement_features[] =
 33091               {
 33092                   (MetaFeature*)&_PRS_Statement_StatementRole,
 33093                   (MetaFeature*)&_PRS_Statement_Text,
 33094                   (MetaFeature*)&_PRS_Statement_StatementOperator,
 33095                   (MetaFeature*)&_PRS_Statement_FeatureValue,
 33096 mike  1.1.2.1     (MetaFeature*)&_PRS_Statement_Order,
 33097                   (MetaFeature*)&_PRS_Statement_Relevance,
 33098                   0,
 33099               };
 33100               
 33101               static const char*
 33102               __root_cimv2_PRS_Statement_qualifiers[] =
 33103               {
 33104                   /* UMLPackagePath */
 33105                   "\057PRS::Support",
 33106                   /* Version */
 33107                   "\0632.6.0",
 33108                   0,
 33109               };
 33110               
 33111               MetaClass
 33112               __root_cimv2_PRS_Statement =
 33113               {
 33114                   /* flags */
 33115                   META_FLAG_CLASS,
 33116                   /* name */
 33117 mike  1.1.2.1     "PRS_Statement",
 33118                   /* qualifiers */
 33119                   __root_cimv2_PRS_Statement_qualifiers,
 33120                   /* super */
 33121                   &__root_cimv2_PRS_ExpressionElement,
 33122                   /* features */
 33123                   _PRS_Statement_features,
 33124               };
 33125               
 33126               //==============================================================================
 33127               //
 33128               // Class: PRS_StatementFeature
 33129               //
 33130               //==============================================================================
 33131               
 33132               static const char*
 33133               _PRS_StatementFeature_Antecedent_qualifiers[] =
 33134               {
 33135                   /* Override */
 33136                   "\044Antecedent",
 33137                   0,
 33138 mike  1.1.2.1 };
 33139               
 33140               static MetaReference
 33141               _PRS_StatementFeature_Antecedent =
 33142               {
 33143                   /* flags */
 33144                   META_FLAG_REFERENCE|META_FLAG_READ,
 33145                   /* name */
 33146                   "Antecedent",
 33147                   /* qualifiers */
 33148                   _PRS_StatementFeature_Antecedent_qualifiers,
 33149                   /* subscript */
 33150                   -1,
 33151                   /* refId */
 33152                   &__root_cimv2_PRS_Statement,
 33153               };
 33154               
 33155               static const char*
 33156               _PRS_StatementFeature_Dependent_qualifiers[] =
 33157               {
 33158                   /* Override */
 33159 mike  1.1.2.1     "\044Dependent",
 33160                   0,
 33161               };
 33162               
 33163               static MetaReference
 33164               _PRS_StatementFeature_Dependent =
 33165               {
 33166                   /* flags */
 33167                   META_FLAG_REFERENCE|META_FLAG_READ,
 33168                   /* name */
 33169                   "Dependent",
 33170                   /* qualifiers */
 33171                   _PRS_StatementFeature_Dependent_qualifiers,
 33172                   /* subscript */
 33173                   -1,
 33174                   /* refId */
 33175                   &__root_cimv2_PRS_Feature,
 33176               };
 33177               
 33178               static MetaFeature*
 33179               _PRS_StatementFeature_features[] =
 33180 mike  1.1.2.1 {
 33181                   (MetaFeature*)&_PRS_StatementFeature_Antecedent,
 33182                   (MetaFeature*)&_PRS_StatementFeature_Dependent,
 33183                   0,
 33184               };
 33185               
 33186               static const char*
 33187               __root_cimv2_PRS_StatementFeature_qualifiers[] =
 33188               {
 33189                   /* ASSOCIATION */
 33190                   "\000\001",
 33191                   /* UMLPackagePath */
 33192                   "\057PRS::Support",
 33193                   /* Version */
 33194                   "\0632.6.0",
 33195                   0,
 33196               };
 33197               
 33198               MetaClass
 33199               __root_cimv2_PRS_StatementFeature =
 33200               {
 33201 mike  1.1.2.1     /* flags */
 33202                   META_FLAG_ASSOCIATION,
 33203                   /* name */
 33204                   "PRS_StatementFeature",
 33205                   /* qualifiers */
 33206                   __root_cimv2_PRS_StatementFeature_qualifiers,
 33207                   /* super */
 33208                   &__root_cimv2_CIM_Dependency,
 33209                   /* features */
 33210                   _PRS_StatementFeature_features,
 33211               };
 33212               
 33213               //==============================================================================
 33214               //
 33215               // Class: PRS_Transaction
 33216               //
 33217               //==============================================================================
 33218               
 33219               static const char*
 33220               _PRS_Transaction_TransactionType_qualifiers[] =
 33221               {
 33222 mike  1.1.2.1     /* ValueMap */
 33223                   "\061\000\0160\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000254\000255\000",
 33224                   /* Values */
 33225                   "\062\000\016Service_Request\000Entitlement\000Problem_Submittal\000Accept_Problem\000Problem_Resolution\000Request_Problem_Information\000Provide_Problem_Information\000Provide_Admin_Information\000Query_Incident\000Confirm_Close\000Reject_Resolution\000Request_Closure\000Other\000Unknown\000",
 33226                   0,
 33227               };
 33228               
 33229               static MetaProperty
 33230               _PRS_Transaction_TransactionType =
 33231               {
 33232                   /* flags */
 33233                   META_FLAG_PROPERTY|META_FLAG_READ,
 33234                   /* name */
 33235                   "TransactionType",
 33236                   /* qualifiers */
 33237                   _PRS_Transaction_TransactionType_qualifiers,
 33238                   /* type */
 33239                   CIMTYPE_UINT8,
 33240                   /* subscript */
 33241                   -1,
 33242                   /* value */
 33243 mike  1.1.2.1     0,
 33244               };
 33245               
 33246               static const char*
 33247               _PRS_Transaction_TransactionState_qualifiers[] =
 33248               {
 33249                   /* ValueMap */
 33250                   "\061\000\0040\0001\0002\0003\000",
 33251                   /* Values */
 33252                   "\062\000\004Open\000Working\000Closed\000Notification_Pending\000",
 33253                   0,
 33254               };
 33255               
 33256               static MetaProperty
 33257               _PRS_Transaction_TransactionState =
 33258               {
 33259                   /* flags */
 33260                   META_FLAG_PROPERTY|META_FLAG_READ,
 33261                   /* name */
 33262                   "TransactionState",
 33263                   /* qualifiers */
 33264 mike  1.1.2.1     _PRS_Transaction_TransactionState_qualifiers,
 33265                   /* type */
 33266                   CIMTYPE_UINT8,
 33267                   /* subscript */
 33268                   -1,
 33269                   /* value */
 33270                   0,
 33271               };
 33272               
 33273               static const char*
 33274               _PRS_Transaction_CompletionStatus_qualifiers[] =
 33275               {
 33276                   0,
 33277               };
 33278               
 33279               static MetaProperty
 33280               _PRS_Transaction_CompletionStatus =
 33281               {
 33282                   /* flags */
 33283                   META_FLAG_PROPERTY|META_FLAG_READ,
 33284                   /* name */
 33285 mike  1.1.2.1     "CompletionStatus",
 33286                   /* qualifiers */
 33287                   _PRS_Transaction_CompletionStatus_qualifiers,
 33288                   /* type */
 33289                   CIMTYPE_UINT32,
 33290                   /* subscript */
 33291                   -1,
 33292                   /* value */
 33293                   0,
 33294               };
 33295               
 33296               static MetaFeature*
 33297               _PRS_Transaction_features[] =
 33298               {
 33299                   (MetaFeature*)&_PRS_Transaction_TransactionType,
 33300                   (MetaFeature*)&_PRS_Transaction_TransactionState,
 33301                   (MetaFeature*)&_PRS_Transaction_CompletionStatus,
 33302                   0,
 33303               };
 33304               
 33305               static const char*
 33306 mike  1.1.2.1 __root_cimv2_PRS_Transaction_qualifiers[] =
 33307               {
 33308                   /* UMLPackagePath */
 33309                   "\057PRS::Support",
 33310                   /* Version */
 33311                   "\0632.6.0",
 33312                   0,
 33313               };
 33314               
 33315               MetaClass
 33316               __root_cimv2_PRS_Transaction =
 33317               {
 33318                   /* flags */
 33319                   META_FLAG_CLASS,
 33320                   /* name */
 33321                   "PRS_Transaction",
 33322                   /* qualifiers */
 33323                   __root_cimv2_PRS_Transaction_qualifiers,
 33324                   /* super */
 33325                   &__root_cimv2_PRS_ExchangeElement,
 33326                   /* features */
 33327 mike  1.1.2.1     _PRS_Transaction_features,
 33328               };
 33329               
 33330               //==============================================================================
 33331               //
 33332               // Class: CIM_AlertIndication
 33333               //
 33334               //==============================================================================
 33335               
 33336               static const char*
 33337               _CIM_AlertIndication_Description_qualifiers[] =
 33338               {
 33339                   /* MappingStrings */
 33340                   "\026\000\001Recommendation.ITU|X733.Additional text\000",
 33341                   0,
 33342               };
 33343               
 33344               static MetaProperty
 33345               _CIM_AlertIndication_Description =
 33346               {
 33347                   /* flags */
 33348 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 33349                   /* name */
 33350                   "Description",
 33351                   /* qualifiers */
 33352                   _CIM_AlertIndication_Description_qualifiers,
 33353                   /* type */
 33354                   CIMTYPE_STRING,
 33355                   /* subscript */
 33356                   -1,
 33357                   /* value */
 33358                   0,
 33359               };
 33360               
 33361               static const char*
 33362               _CIM_AlertIndication_AlertingManagedElement_qualifiers[] =
 33363               {
 33364                   /* ModelCorrespondence */
 33365                   "\036\000\001CIM_AlertIndication.AlertingElementFormat\000",
 33366                   0,
 33367               };
 33368               
 33369 mike  1.1.2.1 static MetaProperty
 33370               _CIM_AlertIndication_AlertingManagedElement =
 33371               {
 33372                   /* flags */
 33373                   META_FLAG_PROPERTY|META_FLAG_READ,
 33374                   /* name */
 33375                   "AlertingManagedElement",
 33376                   /* qualifiers */
 33377                   _CIM_AlertIndication_AlertingManagedElement_qualifiers,
 33378                   /* type */
 33379                   CIMTYPE_STRING,
 33380                   /* subscript */
 33381                   -1,
 33382                   /* value */
 33383                   0,
 33384               };
 33385               
 33386               static const char*
 33387               _CIM_AlertIndication_AlertingElementFormat_qualifiers[] =
 33388               {
 33389                   /* ValueMap */
 33390 mike  1.1.2.1     "\061\000\0030\0001\0002\000",
 33391                   /* Values */
 33392                   "\062\000\003Unknown\000Other\000CIMObjectPath\000",
 33393                   /* ModelCorrespondence */
 33394                   "\036\000\002CIM_AlertIndication.AlertingManagedElement\000CIM_AlertIndication.OtherAlertingElementFormat\000",
 33395                   0,
 33396               };
 33397               
 33398               static MetaProperty
 33399               _CIM_AlertIndication_AlertingElementFormat =
 33400               {
 33401                   /* flags */
 33402                   META_FLAG_PROPERTY|META_FLAG_READ,
 33403                   /* name */
 33404                   "AlertingElementFormat",
 33405                   /* qualifiers */
 33406                   _CIM_AlertIndication_AlertingElementFormat_qualifiers,
 33407                   /* type */
 33408                   CIMTYPE_UINT16,
 33409                   /* subscript */
 33410                   -1,
 33411 mike  1.1.2.1     /* value */
 33412                   "\000\000",
 33413               };
 33414               
 33415               static const char*
 33416               _CIM_AlertIndication_OtherAlertingElementFormat_qualifiers[] =
 33417               {
 33418                   /* ModelCorrespondence */
 33419                   "\036\000\001CIM_AlertIndication.AlertingElementFormat\000",
 33420                   0,
 33421               };
 33422               
 33423               static MetaProperty
 33424               _CIM_AlertIndication_OtherAlertingElementFormat =
 33425               {
 33426                   /* flags */
 33427                   META_FLAG_PROPERTY|META_FLAG_READ,
 33428                   /* name */
 33429                   "OtherAlertingElementFormat",
 33430                   /* qualifiers */
 33431                   _CIM_AlertIndication_OtherAlertingElementFormat_qualifiers,
 33432 mike  1.1.2.1     /* type */
 33433                   CIMTYPE_STRING,
 33434                   /* subscript */
 33435                   -1,
 33436                   /* value */
 33437                   0,
 33438               };
 33439               
 33440               static const char*
 33441               _CIM_AlertIndication_AlertType_qualifiers[] =
 33442               {
 33443                   /* Required */
 33444                   "\050\001",
 33445                   /* ValueMap */
 33446                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
 33447                   /* Values */
 33448                   "\062\000\010Other\000Communications Alert\000Quality of Service Alert\000Processing Error\000Device Alert\000Environmental Alert\000Model Change\000Security Alert\000",
 33449                   /* MappingStrings */
 33450                   "\026\000\001Recommendation.ITU|X733.Event type\000",
 33451                   0,
 33452               };
 33453 mike  1.1.2.1 
 33454               static MetaProperty
 33455               _CIM_AlertIndication_AlertType =
 33456               {
 33457                   /* flags */
 33458                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 33459                   /* name */
 33460                   "AlertType",
 33461                   /* qualifiers */
 33462                   _CIM_AlertIndication_AlertType_qualifiers,
 33463                   /* type */
 33464                   CIMTYPE_UINT16,
 33465                   /* subscript */
 33466                   -1,
 33467                   /* value */
 33468                   0,
 33469               };
 33470               
 33471               static const char*
 33472               _CIM_AlertIndication_OtherAlertType_qualifiers[] =
 33473               {
 33474 mike  1.1.2.1     /* ModelCorrespondence */
 33475                   "\036\000\001CIM_AlertIndication.AlertType\000",
 33476                   0,
 33477               };
 33478               
 33479               static MetaProperty
 33480               _CIM_AlertIndication_OtherAlertType =
 33481               {
 33482                   /* flags */
 33483                   META_FLAG_PROPERTY|META_FLAG_READ,
 33484                   /* name */
 33485                   "OtherAlertType",
 33486                   /* qualifiers */
 33487                   _CIM_AlertIndication_OtherAlertType_qualifiers,
 33488                   /* type */
 33489                   CIMTYPE_STRING,
 33490                   /* subscript */
 33491                   -1,
 33492                   /* value */
 33493                   0,
 33494               };
 33495 mike  1.1.2.1 
 33496               static const char*
 33497               _CIM_AlertIndication_PerceivedSeverity_qualifiers[] =
 33498               {
 33499                   /* Required */
 33500                   "\050\001",
 33501                   /* Override */
 33502                   "\044PerceivedSeverity",
 33503                   /* ValueMap */
 33504                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
 33505                   /* Values */
 33506                   "\062\000\010Unknown\000Other\000Information\000Degraded/Warning\000Minor\000Major\000Critical\000Fatal/NonRecoverable\000",
 33507                   /* MappingStrings */
 33508                   "\026\000\001Recommendation.ITU|X733.Perceived severity\000",
 33509                   0,
 33510               };
 33511               
 33512               static MetaProperty
 33513               _CIM_AlertIndication_PerceivedSeverity =
 33514               {
 33515                   /* flags */
 33516 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 33517                   /* name */
 33518                   "PerceivedSeverity",
 33519                   /* qualifiers */
 33520                   _CIM_AlertIndication_PerceivedSeverity_qualifiers,
 33521                   /* type */
 33522                   CIMTYPE_UINT16,
 33523                   /* subscript */
 33524                   -1,
 33525                   /* value */
 33526                   0,
 33527               };
 33528               
 33529               static const char*
 33530               _CIM_AlertIndication_ProbableCause_qualifiers[] =
 33531               {
 33532                   /* Required */
 33533                   "\050\001",
 33534                   /* ValueMap */
 33535                   "\061\000\2030\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\00025\00026\00027\00028\00029\00030\00031\00032\00033\00034\00035\00036\00037\00038\00039\00040\00041\00042\00043\00044\00045\00046\00047\00048\00049\00050\00051\00052\00053\00054\00055\00056\00057\00058\00059\00060\00061\00062\00063\00064\00065\00066\00067\00068\00069\00070\00071\00072\00073\00074\00075\00076\00077\00078\00079\00080\00081\00082\00083\00084\00085\00086\00087\00088\00089\00090\00091\00092\00093\00094\00095\00096\00097\00098\00099\000100\000101\000102\000103\000104\000105\000106\000107\000108\000109\000110\000111\000112\000113\000114\000115\000116\000117\000118\000119\000120\000121\000122\000123\000124\000125\000126\000127\000128\000129\000130\000",
 33536                   /* Values */
 33537 mike  1.1.2.1     "\062\000\203Unknown\000Other\000Adapter/Card Error\000Application Subsystem Failure\000Bandwidth Reduced\000Connection Establishment Error\000Communications Protocol Error\000Communications Subsystem Failure\000Configuration/Customization Error\000Congestion\000Corrupt Data\000CPU Cycles Limit Exceeded\000Dataset/Modem Error\000Degraded Signal\000DTE-DCE Interface Error\000Enclosure Door Open\000Equipment Malfunction\000Excessive Vibration\000File Format Error\000Fire Detected\000Flood Detected\000Framing Error\000HVAC Problem\000Humidity Unacceptable\000I/O Device Error\000Input Device Error\000LAN Error\000Non-Toxic Leak Detected\000Local Node Transmission Error\000Loss of Frame\000Loss of Signal\000Material Supply Exhausted\000Multiplexer Problem\000Out of Memory\000Output Device Error\000Performance Degraded\000Power Problem\000Pressure Unacceptable\000Processor Problem (Internal Machine Error)\000Pump Failure\000Queue Size Exceeded\000Receive Failure\000Receiver Failure\000Remote Node Transmission Error\000Resource at or Nearing Capacity\000Response Time Excessive\000Retransmission Rate Excessive\000Software Error\000Software Program Abnormally Terminated\000Software Program Error (Incorrect Results)\000Storage Capacity Problem\000Temperature Unacceptable\000Threshold Crossed\000Timing Problem\000Toxic Leak Detected\000Transmit Failure\000Transmitter Failure\000Underlying Resource Unavailable\000Version MisMatch\000Previous Alert Cleared\000Login Attempts Failed\000Software Virus Detected\000Hardware Security Breached\000Denial of Service Detected\000Security Credential MisMatch\000Unauthorized Access\000Alarm Received\000Loss of Pointer\000Payload Mismatch\000Transmission Error\000Excessive Error Rate\000Trace Problem\000Element Unavailable\000Element Missing\000Loss of Multi Frame\000Broadcast Channel Failure\000Invalid Message Received\000Routing Failure\000Backplane Failure\000Identifier Duplication\000Protection Path Failure\000Sync Loss or Mismatch\000Terminal Problem\000Real Time Clock Failure\000Antenna Failure\000Battery Charging Failure\000Disk Failure\000Frequency Hopping Failure\000Loss of Redundancy\000Power Supply Failure\000Signal Quality Problem\000Battery Discharging\000Battery Failure\000Commercial Power Problem\000Fan Failure\000Engine Failure\000Sensor Failure\000Fuse Failure\000Generator Failure\000Low Battery\000Low Fuel\000Low Water\000Explosive Gas\000High Winds\000Ice Buildup\000Smoke\000Memory Mismatch\000Out of CPU Cycles\000Software Environment Problem\000Software Download Failure\000Element Reinitialized\000Timeout\000Logging Problems\000Leak Detected\000Protection Mechanism Failure\000Protecting Resource Failure\000Database Inconsistency\000Authentication Failure\000Breach of Confidentiality\000Cable Tamper\000Delayed Information\000Duplicate Information\000Information Missing\000Information Modification\000Information Out of Sequence\000Key Expired\000Non-Repudiation Failure\000Out of Hours Activity\000Out of Service\000Procedural Error\000Unexpected Information\000",
 33538                   /* MappingStrings */
 33539                   "\026\000\003Recommendation.ITU|X733.Probable cause\000Recommendation.ITU|M3100.probableCause\000ITU-IANA-ALARM-TC\000",
 33540                   /* ModelCorrespondence */
 33541                   "\036\000\003CIM_AlertIndication.ProbableCauseDescription\000CIM_AlertIndication.EventID\000CIM_AlertIndication.EventTime\000",
 33542                   0,
 33543               };
 33544               
 33545               static MetaProperty
 33546               _CIM_AlertIndication_ProbableCause =
 33547               {
 33548                   /* flags */
 33549                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 33550                   /* name */
 33551                   "ProbableCause",
 33552                   /* qualifiers */
 33553                   _CIM_AlertIndication_ProbableCause_qualifiers,
 33554                   /* type */
 33555                   CIMTYPE_UINT16,
 33556                   /* subscript */
 33557                   -1,
 33558 mike  1.1.2.1     /* value */
 33559                   0,
 33560               };
 33561               
 33562               static const char*
 33563               _CIM_AlertIndication_ProbableCauseDescription_qualifiers[] =
 33564               {
 33565                   /* ModelCorrespondence */
 33566                   "\036\000\001CIM_AlertIndication.ProbableCause\000",
 33567                   0,
 33568               };
 33569               
 33570               static MetaProperty
 33571               _CIM_AlertIndication_ProbableCauseDescription =
 33572               {
 33573                   /* flags */
 33574                   META_FLAG_PROPERTY|META_FLAG_READ,
 33575                   /* name */
 33576                   "ProbableCauseDescription",
 33577                   /* qualifiers */
 33578                   _CIM_AlertIndication_ProbableCauseDescription_qualifiers,
 33579 mike  1.1.2.1     /* type */
 33580                   CIMTYPE_STRING,
 33581                   /* subscript */
 33582                   -1,
 33583                   /* value */
 33584                   0,
 33585               };
 33586               
 33587               static const char*
 33588               _CIM_AlertIndication_Trending_qualifiers[] =
 33589               {
 33590                   /* ValueMap */
 33591                   "\061\000\0050\0001\0002\0003\0004\000",
 33592                   /* Values */
 33593                   "\062\000\005Unknown\000Not Applicable\000Trending Up\000Trending Down\000No Change\000",
 33594                   /* MappingStrings */
 33595                   "\026\000\001Recommendation.ITU|X733.TrendIndication\000",
 33596                   0,
 33597               };
 33598               
 33599               static MetaProperty
 33600 mike  1.1.2.1 _CIM_AlertIndication_Trending =
 33601               {
 33602                   /* flags */
 33603                   META_FLAG_PROPERTY|META_FLAG_READ,
 33604                   /* name */
 33605                   "Trending",
 33606                   /* qualifiers */
 33607                   _CIM_AlertIndication_Trending_qualifiers,
 33608                   /* type */
 33609                   CIMTYPE_UINT16,
 33610                   /* subscript */
 33611                   -1,
 33612                   /* value */
 33613                   0,
 33614               };
 33615               
 33616               static const char*
 33617               _CIM_AlertIndication_RecommendedActions_qualifiers[] =
 33618               {
 33619                   /* MappingStrings */
 33620                   "\026\000\001Recommendation.ITU|X733.Proposed repair actions\000",
 33621 mike  1.1.2.1     0,
 33622               };
 33623               
 33624               static MetaProperty
 33625               _CIM_AlertIndication_RecommendedActions =
 33626               {
 33627                   /* flags */
 33628                   META_FLAG_PROPERTY|META_FLAG_READ,
 33629                   /* name */
 33630                   "RecommendedActions",
 33631                   /* qualifiers */
 33632                   _CIM_AlertIndication_RecommendedActions_qualifiers,
 33633                   /* type */
 33634                   CIMTYPE_STRING,
 33635                   /* subscript */
 33636                   0,
 33637                   /* value */
 33638                   0,
 33639               };
 33640               
 33641               static const char*
 33642 mike  1.1.2.1 _CIM_AlertIndication_EventID_qualifiers[] =
 33643               {
 33644                   /* ModelCorrespondence */
 33645                   "\036\000\001CIM_AlertIndication.ProbableCause\000",
 33646                   0,
 33647               };
 33648               
 33649               static MetaProperty
 33650               _CIM_AlertIndication_EventID =
 33651               {
 33652                   /* flags */
 33653                   META_FLAG_PROPERTY|META_FLAG_READ,
 33654                   /* name */
 33655                   "EventID",
 33656                   /* qualifiers */
 33657                   _CIM_AlertIndication_EventID_qualifiers,
 33658                   /* type */
 33659                   CIMTYPE_STRING,
 33660                   /* subscript */
 33661                   -1,
 33662                   /* value */
 33663 mike  1.1.2.1     0,
 33664               };
 33665               
 33666               static const char*
 33667               _CIM_AlertIndication_EventTime_qualifiers[] =
 33668               {
 33669                   /* ModelCorrespondence */
 33670                   "\036\000\001CIM_AlertIndication.ProbableCause\000",
 33671                   0,
 33672               };
 33673               
 33674               static MetaProperty
 33675               _CIM_AlertIndication_EventTime =
 33676               {
 33677                   /* flags */
 33678                   META_FLAG_PROPERTY|META_FLAG_READ,
 33679                   /* name */
 33680                   "EventTime",
 33681                   /* qualifiers */
 33682                   _CIM_AlertIndication_EventTime_qualifiers,
 33683                   /* type */
 33684 mike  1.1.2.1     CIMTYPE_DATETIME,
 33685                   /* subscript */
 33686                   -1,
 33687                   /* value */
 33688                   0,
 33689               };
 33690               
 33691               static const char*
 33692               _CIM_AlertIndication_SystemCreationClassName_qualifiers[] =
 33693               {
 33694                   /* MaxLen */
 33695                   "\030\000\000\001\000",
 33696                   0,
 33697               };
 33698               
 33699               static MetaProperty
 33700               _CIM_AlertIndication_SystemCreationClassName =
 33701               {
 33702                   /* flags */
 33703                   META_FLAG_PROPERTY|META_FLAG_READ,
 33704                   /* name */
 33705 mike  1.1.2.1     "SystemCreationClassName",
 33706                   /* qualifiers */
 33707                   _CIM_AlertIndication_SystemCreationClassName_qualifiers,
 33708                   /* type */
 33709                   CIMTYPE_STRING,
 33710                   /* subscript */
 33711                   -1,
 33712                   /* value */
 33713                   0,
 33714               };
 33715               
 33716               static const char*
 33717               _CIM_AlertIndication_SystemName_qualifiers[] =
 33718               {
 33719                   /* MaxLen */
 33720                   "\030\000\000\001\000",
 33721                   0,
 33722               };
 33723               
 33724               static MetaProperty
 33725               _CIM_AlertIndication_SystemName =
 33726 mike  1.1.2.1 {
 33727                   /* flags */
 33728                   META_FLAG_PROPERTY|META_FLAG_READ,
 33729                   /* name */
 33730                   "SystemName",
 33731                   /* qualifiers */
 33732                   _CIM_AlertIndication_SystemName_qualifiers,
 33733                   /* type */
 33734                   CIMTYPE_STRING,
 33735                   /* subscript */
 33736                   -1,
 33737                   /* value */
 33738                   0,
 33739               };
 33740               
 33741               static const char*
 33742               _CIM_AlertIndication_ProviderName_qualifiers[] =
 33743               {
 33744                   /* MaxLen */
 33745                   "\030\000\000\001\000",
 33746                   0,
 33747 mike  1.1.2.1 };
 33748               
 33749               static MetaProperty
 33750               _CIM_AlertIndication_ProviderName =
 33751               {
 33752                   /* flags */
 33753                   META_FLAG_PROPERTY|META_FLAG_READ,
 33754                   /* name */
 33755                   "ProviderName",
 33756                   /* qualifiers */
 33757                   _CIM_AlertIndication_ProviderName_qualifiers,
 33758                   /* type */
 33759                   CIMTYPE_STRING,
 33760                   /* subscript */
 33761                   -1,
 33762                   /* value */
 33763                   0,
 33764               };
 33765               
 33766               static MetaFeature*
 33767               _CIM_AlertIndication_features[] =
 33768 mike  1.1.2.1 {
 33769                   (MetaFeature*)&_CIM_AlertIndication_Description,
 33770                   (MetaFeature*)&_CIM_AlertIndication_AlertingManagedElement,
 33771                   (MetaFeature*)&_CIM_AlertIndication_AlertingElementFormat,
 33772                   (MetaFeature*)&_CIM_AlertIndication_OtherAlertingElementFormat,
 33773                   (MetaFeature*)&_CIM_AlertIndication_AlertType,
 33774                   (MetaFeature*)&_CIM_AlertIndication_OtherAlertType,
 33775                   (MetaFeature*)&_CIM_AlertIndication_PerceivedSeverity,
 33776                   (MetaFeature*)&_CIM_AlertIndication_ProbableCause,
 33777                   (MetaFeature*)&_CIM_AlertIndication_ProbableCauseDescription,
 33778                   (MetaFeature*)&_CIM_AlertIndication_Trending,
 33779                   (MetaFeature*)&_CIM_AlertIndication_RecommendedActions,
 33780                   (MetaFeature*)&_CIM_AlertIndication_EventID,
 33781                   (MetaFeature*)&_CIM_AlertIndication_EventTime,
 33782                   (MetaFeature*)&_CIM_AlertIndication_SystemCreationClassName,
 33783                   (MetaFeature*)&_CIM_AlertIndication_SystemName,
 33784                   (MetaFeature*)&_CIM_AlertIndication_ProviderName,
 33785                   0,
 33786               };
 33787               
 33788               static const char*
 33789 mike  1.1.2.1 __root_cimv2_CIM_AlertIndication_qualifiers[] =
 33790               {
 33791                   /* INDICATION */
 33792                   "\001\001",
 33793                   /* UMLPackagePath */
 33794                   "\057CIM::Event",
 33795                   /* Version */
 33796                   "\0632.10.0",
 33797                   0,
 33798               };
 33799               
 33800               MetaClass
 33801               __root_cimv2_CIM_AlertIndication =
 33802               {
 33803                   /* flags */
 33804                   META_FLAG_INDICATION,
 33805                   /* name */
 33806                   "CIM_AlertIndication",
 33807                   /* qualifiers */
 33808                   __root_cimv2_CIM_AlertIndication_qualifiers,
 33809                   /* super */
 33810 mike  1.1.2.1     &__root_cimv2_CIM_ProcessIndication,
 33811                   /* features */
 33812                   _CIM_AlertIndication_features,
 33813               };
 33814               
 33815               //==============================================================================
 33816               //
 33817               // Class: CIM_AlertInstIndication
 33818               //
 33819               //==============================================================================
 33820               
 33821               static const char*
 33822               _CIM_AlertInstIndication_AlertType_qualifiers[] =
 33823               {
 33824                   /* Override */
 33825                   "\044AlertType",
 33826                   0,
 33827               };
 33828               
 33829               static MetaProperty
 33830               _CIM_AlertInstIndication_AlertType =
 33831 mike  1.1.2.1 {
 33832                   /* flags */
 33833                   META_FLAG_PROPERTY|META_FLAG_READ,
 33834                   /* name */
 33835                   "AlertType",
 33836                   /* qualifiers */
 33837                   _CIM_AlertInstIndication_AlertType_qualifiers,
 33838                   /* type */
 33839                   CIMTYPE_UINT16,
 33840                   /* subscript */
 33841                   -1,
 33842                   /* value */
 33843                   "\000\007",
 33844               };
 33845               
 33846               static const char*
 33847               _CIM_AlertInstIndication_IndObject_qualifiers[] =
 33848               {
 33849                   /* Required */
 33850                   "\050\001",
 33851                   /* EmbeddedObject */
 33852 mike  1.1.2.1     "\020\001",
 33853                   0,
 33854               };
 33855               
 33856               static MetaProperty
 33857               _CIM_AlertInstIndication_IndObject =
 33858               {
 33859                   /* flags */
 33860                   META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ|META_FLAG_REQUIRED,
 33861                   /* name */
 33862                   "IndObject",
 33863                   /* qualifiers */
 33864                   _CIM_AlertInstIndication_IndObject_qualifiers,
 33865                   /* type */
 33866                   CIMTYPE_STRING,
 33867                   /* subscript */
 33868                   -1,
 33869                   /* value */
 33870                   0,
 33871               };
 33872               
 33873 mike  1.1.2.1 static MetaFeature*
 33874               _CIM_AlertInstIndication_features[] =
 33875               {
 33876                   (MetaFeature*)&_CIM_AlertInstIndication_AlertType,
 33877                   (MetaFeature*)&_CIM_AlertInstIndication_IndObject,
 33878                   0,
 33879               };
 33880               
 33881               static const char*
 33882               __root_cimv2_CIM_AlertInstIndication_qualifiers[] =
 33883               {
 33884                   /* INDICATION */
 33885                   "\001\001",
 33886                   /* UMLPackagePath */
 33887                   "\057CIM::Event",
 33888                   /* Version */
 33889                   "\0632.6.0",
 33890                   0,
 33891               };
 33892               
 33893               MetaClass
 33894 mike  1.1.2.1 __root_cimv2_CIM_AlertInstIndication =
 33895               {
 33896                   /* flags */
 33897                   META_FLAG_INDICATION,
 33898                   /* name */
 33899                   "CIM_AlertInstIndication",
 33900                   /* qualifiers */
 33901                   __root_cimv2_CIM_AlertInstIndication_qualifiers,
 33902                   /* super */
 33903                   &__root_cimv2_CIM_AlertIndication,
 33904                   /* features */
 33905                   _CIM_AlertInstIndication_features,
 33906               };
 33907               
 33908               //==============================================================================
 33909               //
 33910               // Class: CIM_AllocationSchedulingElement
 33911               //
 33912               //==============================================================================
 33913               
 33914               static const char*
 33915 mike  1.1.2.1 _CIM_AllocationSchedulingElement_AllocationUnits_qualifiers[] =
 33916               {
 33917                   /* ValueMap */
 33918                   "\061\000\0031\0002\0003\000",
 33919                   /* Values */
 33920                   "\062\000\003Bytes\000Packets\000Cells\000",
 33921                   0,
 33922               };
 33923               
 33924               static MetaProperty
 33925               _CIM_AllocationSchedulingElement_AllocationUnits =
 33926               {
 33927                   /* flags */
 33928                   META_FLAG_PROPERTY|META_FLAG_READ,
 33929                   /* name */
 33930                   "AllocationUnits",
 33931                   /* qualifiers */
 33932                   _CIM_AllocationSchedulingElement_AllocationUnits_qualifiers,
 33933                   /* type */
 33934                   CIMTYPE_UINT16,
 33935                   /* subscript */
 33936 mike  1.1.2.1     -1,
 33937                   /* value */
 33938                   0,
 33939               };
 33940               
 33941               static const char*
 33942               _CIM_AllocationSchedulingElement_BandwidthAllocation_qualifiers[] =
 33943               {
 33944                   /* ModelCorrespondence */
 33945                   "\036\000\001CIM_AllocationSchedulingElement.AllocationUnits\000",
 33946                   0,
 33947               };
 33948               
 33949               static MetaProperty
 33950               _CIM_AllocationSchedulingElement_BandwidthAllocation =
 33951               {
 33952                   /* flags */
 33953                   META_FLAG_PROPERTY|META_FLAG_READ,
 33954                   /* name */
 33955                   "BandwidthAllocation",
 33956                   /* qualifiers */
 33957 mike  1.1.2.1     _CIM_AllocationSchedulingElement_BandwidthAllocation_qualifiers,
 33958                   /* type */
 33959                   CIMTYPE_UINT32,
 33960                   /* subscript */
 33961                   -1,
 33962                   /* value */
 33963                   0,
 33964               };
 33965               
 33966               static const char*
 33967               _CIM_AllocationSchedulingElement_BurstAllocation_qualifiers[] =
 33968               {
 33969                   /* ModelCorrespondence */
 33970                   "\036\000\001CIM_AllocationSchedulingElement.AllocationUnits\000",
 33971                   0,
 33972               };
 33973               
 33974               static MetaProperty
 33975               _CIM_AllocationSchedulingElement_BurstAllocation =
 33976               {
 33977                   /* flags */
 33978 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 33979                   /* name */
 33980                   "BurstAllocation",
 33981                   /* qualifiers */
 33982                   _CIM_AllocationSchedulingElement_BurstAllocation_qualifiers,
 33983                   /* type */
 33984                   CIMTYPE_UINT32,
 33985                   /* subscript */
 33986                   -1,
 33987                   /* value */
 33988                   0,
 33989               };
 33990               
 33991               static const char*
 33992               _CIM_AllocationSchedulingElement_CanShare_qualifiers[] =
 33993               {
 33994                   0,
 33995               };
 33996               
 33997               static MetaProperty
 33998               _CIM_AllocationSchedulingElement_CanShare =
 33999 mike  1.1.2.1 {
 34000                   /* flags */
 34001                   META_FLAG_PROPERTY|META_FLAG_READ,
 34002                   /* name */
 34003                   "CanShare",
 34004                   /* qualifiers */
 34005                   _CIM_AllocationSchedulingElement_CanShare_qualifiers,
 34006                   /* type */
 34007                   CIMTYPE_BOOLEAN,
 34008                   /* subscript */
 34009                   -1,
 34010                   /* value */
 34011                   0,
 34012               };
 34013               
 34014               static const char*
 34015               _CIM_AllocationSchedulingElement_WorkFlexible_qualifiers[] =
 34016               {
 34017                   0,
 34018               };
 34019               
 34020 mike  1.1.2.1 static MetaProperty
 34021               _CIM_AllocationSchedulingElement_WorkFlexible =
 34022               {
 34023                   /* flags */
 34024                   META_FLAG_PROPERTY|META_FLAG_READ,
 34025                   /* name */
 34026                   "WorkFlexible",
 34027                   /* qualifiers */
 34028                   _CIM_AllocationSchedulingElement_WorkFlexible_qualifiers,
 34029                   /* type */
 34030                   CIMTYPE_BOOLEAN,
 34031                   /* subscript */
 34032                   -1,
 34033                   /* value */
 34034                   0,
 34035               };
 34036               
 34037               static MetaFeature*
 34038               _CIM_AllocationSchedulingElement_features[] =
 34039               {
 34040                   (MetaFeature*)&_CIM_AllocationSchedulingElement_AllocationUnits,
 34041 mike  1.1.2.1     (MetaFeature*)&_CIM_AllocationSchedulingElement_BandwidthAllocation,
 34042                   (MetaFeature*)&_CIM_AllocationSchedulingElement_BurstAllocation,
 34043                   (MetaFeature*)&_CIM_AllocationSchedulingElement_CanShare,
 34044                   (MetaFeature*)&_CIM_AllocationSchedulingElement_WorkFlexible,
 34045                   0,
 34046               };
 34047               
 34048               static const char*
 34049               __root_cimv2_CIM_AllocationSchedulingElement_qualifiers[] =
 34050               {
 34051                   /* UMLPackagePath */
 34052                   "\057CIM::Network::QoS",
 34053                   /* Version */
 34054                   "\0632.7.0",
 34055                   0,
 34056               };
 34057               
 34058               MetaClass
 34059               __root_cimv2_CIM_AllocationSchedulingElement =
 34060               {
 34061                   /* flags */
 34062 mike  1.1.2.1     META_FLAG_CLASS,
 34063                   /* name */
 34064                   "CIM_AllocationSchedulingElement",
 34065                   /* qualifiers */
 34066                   __root_cimv2_CIM_AllocationSchedulingElement_qualifiers,
 34067                   /* super */
 34068                   &__root_cimv2_CIM_SchedulingElement,
 34069                   /* features */
 34070                   _CIM_AllocationSchedulingElement_features,
 34071               };
 34072               
 34073               //==============================================================================
 34074               //
 34075               // Class: CIM_AssignedIdentity
 34076               //
 34077               //==============================================================================
 34078               
 34079               static const char*
 34080               _CIM_AssignedIdentity_IdentityInfo_qualifiers[] =
 34081               {
 34082                   /* Key */
 34083 mike  1.1.2.1     "\025\001",
 34084                   0,
 34085               };
 34086               
 34087               static MetaReference
 34088               _CIM_AssignedIdentity_IdentityInfo =
 34089               {
 34090                   /* flags */
 34091                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 34092                   /* name */
 34093                   "IdentityInfo",
 34094                   /* qualifiers */
 34095                   _CIM_AssignedIdentity_IdentityInfo_qualifiers,
 34096                   /* subscript */
 34097                   -1,
 34098                   /* refId */
 34099                   &__root_cimv2_CIM_Identity,
 34100               };
 34101               
 34102               static const char*
 34103               _CIM_AssignedIdentity_ManagedElement_qualifiers[] =
 34104 mike  1.1.2.1 {
 34105                   /* Key */
 34106                   "\025\001",
 34107                   /* Max */
 34108                   "\027\000\000\000\001",
 34109                   0,
 34110               };
 34111               
 34112               static MetaReference
 34113               _CIM_AssignedIdentity_ManagedElement =
 34114               {
 34115                   /* flags */
 34116                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 34117                   /* name */
 34118                   "ManagedElement",
 34119                   /* qualifiers */
 34120                   _CIM_AssignedIdentity_ManagedElement_qualifiers,
 34121                   /* subscript */
 34122                   -1,
 34123                   /* refId */
 34124                   &__root_cimv2_CIM_ManagedElement,
 34125 mike  1.1.2.1 };
 34126               
 34127               static MetaFeature*
 34128               _CIM_AssignedIdentity_features[] =
 34129               {
 34130                   (MetaFeature*)&_CIM_AssignedIdentity_IdentityInfo,
 34131                   (MetaFeature*)&_CIM_AssignedIdentity_ManagedElement,
 34132                   0,
 34133               };
 34134               
 34135               static const char*
 34136               __root_cimv2_CIM_AssignedIdentity_qualifiers[] =
 34137               {
 34138                   /* ASSOCIATION */
 34139                   "\000\001",
 34140                   /* UMLPackagePath */
 34141                   "\057CIM::User::Identity",
 34142                   /* Version */
 34143                   "\0632.8.0",
 34144                   0,
 34145               };
 34146 mike  1.1.2.1 
 34147               MetaClass
 34148               __root_cimv2_CIM_AssignedIdentity =
 34149               {
 34150                   /* flags */
 34151                   META_FLAG_ASSOCIATION,
 34152                   /* name */
 34153                   "CIM_AssignedIdentity",
 34154                   /* qualifiers */
 34155                   __root_cimv2_CIM_AssignedIdentity_qualifiers,
 34156                   /* super */
 34157                   0,
 34158                   /* features */
 34159                   _CIM_AssignedIdentity_features,
 34160               };
 34161               
 34162               //==============================================================================
 34163               //
 34164               // Class: CIM_AuthenticationCondition
 34165               //
 34166               //==============================================================================
 34167 mike  1.1.2.1 
 34168               static MetaFeature*
 34169               _CIM_AuthenticationCondition_features[] =
 34170               {
 34171                   0,
 34172               };
 34173               
 34174               static const char*
 34175               __root_cimv2_CIM_AuthenticationCondition_qualifiers[] =
 34176               {
 34177                   /* UMLPackagePath */
 34178                   "\057CIM::Policy",
 34179                   /* Abstract */
 34180                   "\002\001",
 34181                   /* Version */
 34182                   "\0632.8.0",
 34183                   0,
 34184               };
 34185               
 34186               MetaClass
 34187               __root_cimv2_CIM_AuthenticationCondition =
 34188 mike  1.1.2.1 {
 34189                   /* flags */
 34190                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 34191                   /* name */
 34192                   "CIM_AuthenticationCondition",
 34193                   /* qualifiers */
 34194                   __root_cimv2_CIM_AuthenticationCondition_qualifiers,
 34195                   /* super */
 34196                   &__root_cimv2_CIM_PolicyCondition,
 34197                   /* features */
 34198                   _CIM_AuthenticationCondition_features,
 34199               };
 34200               
 34201               //==============================================================================
 34202               //
 34203               // Class: CIM_AuthorizedPrivilege
 34204               //
 34205               //==============================================================================
 34206               
 34207               static MetaFeature*
 34208               _CIM_AuthorizedPrivilege_features[] =
 34209 mike  1.1.2.1 {
 34210                   0,
 34211               };
 34212               
 34213               static const char*
 34214               __root_cimv2_CIM_AuthorizedPrivilege_qualifiers[] =
 34215               {
 34216                   /* UMLPackagePath */
 34217                   "\057CIM::User::Privilege",
 34218                   /* Version */
 34219                   "\0632.8.0",
 34220                   0,
 34221               };
 34222               
 34223               MetaClass
 34224               __root_cimv2_CIM_AuthorizedPrivilege =
 34225               {
 34226                   /* flags */
 34227                   META_FLAG_CLASS,
 34228                   /* name */
 34229                   "CIM_AuthorizedPrivilege",
 34230 mike  1.1.2.1     /* qualifiers */
 34231                   __root_cimv2_CIM_AuthorizedPrivilege_qualifiers,
 34232                   /* super */
 34233                   &__root_cimv2_CIM_Privilege,
 34234                   /* features */
 34235                   _CIM_AuthorizedPrivilege_features,
 34236               };
 34237               
 34238               //==============================================================================
 34239               //
 34240               // Class: CIM_AuthorizedSubject
 34241               //
 34242               //==============================================================================
 34243               
 34244               static const char*
 34245               _CIM_AuthorizedSubject_Privilege_qualifiers[] =
 34246               {
 34247                   /* Key */
 34248                   "\025\001",
 34249                   0,
 34250               };
 34251 mike  1.1.2.1 
 34252               static MetaReference
 34253               _CIM_AuthorizedSubject_Privilege =
 34254               {
 34255                   /* flags */
 34256                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 34257                   /* name */
 34258                   "Privilege",
 34259                   /* qualifiers */
 34260                   _CIM_AuthorizedSubject_Privilege_qualifiers,
 34261                   /* subscript */
 34262                   -1,
 34263                   /* refId */
 34264                   &__root_cimv2_CIM_AuthorizedPrivilege,
 34265               };
 34266               
 34267               static const char*
 34268               _CIM_AuthorizedSubject_PrivilegedElement_qualifiers[] =
 34269               {
 34270                   /* Key */
 34271                   "\025\001",
 34272 mike  1.1.2.1     0,
 34273               };
 34274               
 34275               static MetaReference
 34276               _CIM_AuthorizedSubject_PrivilegedElement =
 34277               {
 34278                   /* flags */
 34279                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 34280                   /* name */
 34281                   "PrivilegedElement",
 34282                   /* qualifiers */
 34283                   _CIM_AuthorizedSubject_PrivilegedElement_qualifiers,
 34284                   /* subscript */
 34285                   -1,
 34286                   /* refId */
 34287                   &__root_cimv2_CIM_ManagedElement,
 34288               };
 34289               
 34290               static MetaFeature*
 34291               _CIM_AuthorizedSubject_features[] =
 34292               {
 34293 mike  1.1.2.1     (MetaFeature*)&_CIM_AuthorizedSubject_Privilege,
 34294                   (MetaFeature*)&_CIM_AuthorizedSubject_PrivilegedElement,
 34295                   0,
 34296               };
 34297               
 34298               static const char*
 34299               __root_cimv2_CIM_AuthorizedSubject_qualifiers[] =
 34300               {
 34301                   /* ASSOCIATION */
 34302                   "\000\001",
 34303                   /* UMLPackagePath */
 34304                   "\057CIM::User::Privilege",
 34305                   /* Version */
 34306                   "\0632.8.0",
 34307                   0,
 34308               };
 34309               
 34310               MetaClass
 34311               __root_cimv2_CIM_AuthorizedSubject =
 34312               {
 34313                   /* flags */
 34314 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 34315                   /* name */
 34316                   "CIM_AuthorizedSubject",
 34317                   /* qualifiers */
 34318                   __root_cimv2_CIM_AuthorizedSubject_qualifiers,
 34319                   /* super */
 34320                   0,
 34321                   /* features */
 34322                   _CIM_AuthorizedSubject_features,
 34323               };
 34324               
 34325               //==============================================================================
 34326               //
 34327               // Class: CIM_AuthorizedTarget
 34328               //
 34329               //==============================================================================
 34330               
 34331               static const char*
 34332               _CIM_AuthorizedTarget_Privilege_qualifiers[] =
 34333               {
 34334                   /* Key */
 34335 mike  1.1.2.1     "\025\001",
 34336                   0,
 34337               };
 34338               
 34339               static MetaReference
 34340               _CIM_AuthorizedTarget_Privilege =
 34341               {
 34342                   /* flags */
 34343                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 34344                   /* name */
 34345                   "Privilege",
 34346                   /* qualifiers */
 34347                   _CIM_AuthorizedTarget_Privilege_qualifiers,
 34348                   /* subscript */
 34349                   -1,
 34350                   /* refId */
 34351                   &__root_cimv2_CIM_AuthorizedPrivilege,
 34352               };
 34353               
 34354               static const char*
 34355               _CIM_AuthorizedTarget_TargetElement_qualifiers[] =
 34356 mike  1.1.2.1 {
 34357                   /* Key */
 34358                   "\025\001",
 34359                   0,
 34360               };
 34361               
 34362               static MetaReference
 34363               _CIM_AuthorizedTarget_TargetElement =
 34364               {
 34365                   /* flags */
 34366                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 34367                   /* name */
 34368                   "TargetElement",
 34369                   /* qualifiers */
 34370                   _CIM_AuthorizedTarget_TargetElement_qualifiers,
 34371                   /* subscript */
 34372                   -1,
 34373                   /* refId */
 34374                   &__root_cimv2_CIM_ManagedElement,
 34375               };
 34376               
 34377 mike  1.1.2.1 static MetaFeature*
 34378               _CIM_AuthorizedTarget_features[] =
 34379               {
 34380                   (MetaFeature*)&_CIM_AuthorizedTarget_Privilege,
 34381                   (MetaFeature*)&_CIM_AuthorizedTarget_TargetElement,
 34382                   0,
 34383               };
 34384               
 34385               static const char*
 34386               __root_cimv2_CIM_AuthorizedTarget_qualifiers[] =
 34387               {
 34388                   /* ASSOCIATION */
 34389                   "\000\001",
 34390                   /* UMLPackagePath */
 34391                   "\057CIM::User::Privilege",
 34392                   /* Version */
 34393                   "\0632.8.0",
 34394                   0,
 34395               };
 34396               
 34397               MetaClass
 34398 mike  1.1.2.1 __root_cimv2_CIM_AuthorizedTarget =
 34399               {
 34400                   /* flags */
 34401                   META_FLAG_ASSOCIATION,
 34402                   /* name */
 34403                   "CIM_AuthorizedTarget",
 34404                   /* qualifiers */
 34405                   __root_cimv2_CIM_AuthorizedTarget_qualifiers,
 34406                   /* super */
 34407                   0,
 34408                   /* features */
 34409                   _CIM_AuthorizedTarget_features,
 34410               };
 34411               
 34412               //==============================================================================
 34413               //
 34414               // Class: CIM_BGPCluster
 34415               //
 34416               //==============================================================================
 34417               
 34418               static const char*
 34419 mike  1.1.2.1 _CIM_BGPCluster_ClusterID_qualifiers[] =
 34420               {
 34421                   /* Key */
 34422                   "\025\001",
 34423                   0,
 34424               };
 34425               
 34426               static MetaProperty
 34427               _CIM_BGPCluster_ClusterID =
 34428               {
 34429                   /* flags */
 34430                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 34431                   /* name */
 34432                   "ClusterID",
 34433                   /* qualifiers */
 34434                   _CIM_BGPCluster_ClusterID_qualifiers,
 34435                   /* type */
 34436                   CIMTYPE_UINT32,
 34437                   /* subscript */
 34438                   -1,
 34439                   /* value */
 34440 mike  1.1.2.1     0,
 34441               };
 34442               
 34443               static MetaFeature*
 34444               _CIM_BGPCluster_features[] =
 34445               {
 34446                   (MetaFeature*)&_CIM_BGPCluster_ClusterID,
 34447                   0,
 34448               };
 34449               
 34450               static const char*
 34451               __root_cimv2_CIM_BGPCluster_qualifiers[] =
 34452               {
 34453                   /* UMLPackagePath */
 34454                   "\057CIM::Network::BGP",
 34455                   /* Version */
 34456                   "\0632.6.0",
 34457                   0,
 34458               };
 34459               
 34460               MetaClass
 34461 mike  1.1.2.1 __root_cimv2_CIM_BGPCluster =
 34462               {
 34463                   /* flags */
 34464                   META_FLAG_CLASS,
 34465                   /* name */
 34466                   "CIM_BGPCluster",
 34467                   /* qualifiers */
 34468                   __root_cimv2_CIM_BGPCluster_qualifiers,
 34469                   /* super */
 34470                   &__root_cimv2_CIM_CollectionOfMSEs,
 34471                   /* features */
 34472                   _CIM_BGPCluster_features,
 34473               };
 34474               
 34475               //==============================================================================
 34476               //
 34477               // Class: CIM_BGPEndpointStatistics
 34478               //
 34479               //==============================================================================
 34480               
 34481               static const char*
 34482 mike  1.1.2.1 _CIM_BGPEndpointStatistics_InUpdates_qualifiers[] =
 34483               {
 34484                   /* Counter */
 34485                   "\012\001",
 34486                   /* MappingStrings */
 34487                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerInUpdates\000",
 34488                   0,
 34489               };
 34490               
 34491               static MetaProperty
 34492               _CIM_BGPEndpointStatistics_InUpdates =
 34493               {
 34494                   /* flags */
 34495                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 34496                   /* name */
 34497                   "InUpdates",
 34498                   /* qualifiers */
 34499                   _CIM_BGPEndpointStatistics_InUpdates_qualifiers,
 34500                   /* type */
 34501                   CIMTYPE_UINT32,
 34502                   /* subscript */
 34503 mike  1.1.2.1     -1,
 34504                   /* value */
 34505                   0,
 34506               };
 34507               
 34508               static const char*
 34509               _CIM_BGPEndpointStatistics_OutUpdates_qualifiers[] =
 34510               {
 34511                   /* Counter */
 34512                   "\012\001",
 34513                   /* MappingStrings */
 34514                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerOutUpdates\000",
 34515                   0,
 34516               };
 34517               
 34518               static MetaProperty
 34519               _CIM_BGPEndpointStatistics_OutUpdates =
 34520               {
 34521                   /* flags */
 34522                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 34523                   /* name */
 34524 mike  1.1.2.1     "OutUpdates",
 34525                   /* qualifiers */
 34526                   _CIM_BGPEndpointStatistics_OutUpdates_qualifiers,
 34527                   /* type */
 34528                   CIMTYPE_UINT32,
 34529                   /* subscript */
 34530                   -1,
 34531                   /* value */
 34532                   0,
 34533               };
 34534               
 34535               static const char*
 34536               _CIM_BGPEndpointStatistics_InTotalMessages_qualifiers[] =
 34537               {
 34538                   /* Counter */
 34539                   "\012\001",
 34540                   /* MappingStrings */
 34541                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerInTotalMessages\000",
 34542                   0,
 34543               };
 34544               
 34545 mike  1.1.2.1 static MetaProperty
 34546               _CIM_BGPEndpointStatistics_InTotalMessages =
 34547               {
 34548                   /* flags */
 34549                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 34550                   /* name */
 34551                   "InTotalMessages",
 34552                   /* qualifiers */
 34553                   _CIM_BGPEndpointStatistics_InTotalMessages_qualifiers,
 34554                   /* type */
 34555                   CIMTYPE_UINT32,
 34556                   /* subscript */
 34557                   -1,
 34558                   /* value */
 34559                   0,
 34560               };
 34561               
 34562               static const char*
 34563               _CIM_BGPEndpointStatistics_OutTotalMessages_qualifiers[] =
 34564               {
 34565                   /* Counter */
 34566 mike  1.1.2.1     "\012\001",
 34567                   /* MappingStrings */
 34568                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerOutTotalMessages\000",
 34569                   0,
 34570               };
 34571               
 34572               static MetaProperty
 34573               _CIM_BGPEndpointStatistics_OutTotalMessages =
 34574               {
 34575                   /* flags */
 34576                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 34577                   /* name */
 34578                   "OutTotalMessages",
 34579                   /* qualifiers */
 34580                   _CIM_BGPEndpointStatistics_OutTotalMessages_qualifiers,
 34581                   /* type */
 34582                   CIMTYPE_UINT32,
 34583                   /* subscript */
 34584                   -1,
 34585                   /* value */
 34586                   0,
 34587 mike  1.1.2.1 };
 34588               
 34589               static const char*
 34590               _CIM_BGPEndpointStatistics_LastError_qualifiers[] =
 34591               {
 34592                   /* MappingStrings */
 34593                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerLastError\000",
 34594                   0,
 34595               };
 34596               
 34597               static MetaProperty
 34598               _CIM_BGPEndpointStatistics_LastError =
 34599               {
 34600                   /* flags */
 34601                   META_FLAG_PROPERTY|META_FLAG_READ,
 34602                   /* name */
 34603                   "LastError",
 34604                   /* qualifiers */
 34605                   _CIM_BGPEndpointStatistics_LastError_qualifiers,
 34606                   /* type */
 34607                   CIMTYPE_UINT8,
 34608 mike  1.1.2.1     /* subscript */
 34609                   2,
 34610                   /* value */
 34611                   0,
 34612               };
 34613               
 34614               static const char*
 34615               _CIM_BGPEndpointStatistics_FsmEstablishedTransitions_qualifiers[] =
 34616               {
 34617                   /* Counter */
 34618                   "\012\001",
 34619                   /* MappingStrings */
 34620                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerFsmEstablishedTransitions\000",
 34621                   0,
 34622               };
 34623               
 34624               static MetaProperty
 34625               _CIM_BGPEndpointStatistics_FsmEstablishedTransitions =
 34626               {
 34627                   /* flags */
 34628                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 34629 mike  1.1.2.1     /* name */
 34630                   "FsmEstablishedTransitions",
 34631                   /* qualifiers */
 34632                   _CIM_BGPEndpointStatistics_FsmEstablishedTransitions_qualifiers,
 34633                   /* type */
 34634                   CIMTYPE_UINT32,
 34635                   /* subscript */
 34636                   -1,
 34637                   /* value */
 34638                   0,
 34639               };
 34640               
 34641               static const char*
 34642               _CIM_BGPEndpointStatistics_FsmEstablishedTime_qualifiers[] =
 34643               {
 34644                   /* Units */
 34645                   "\060Seconds",
 34646                   /* Gauge */
 34647                   "\023\001",
 34648                   /* MappingStrings */
 34649                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerFsmEstablishedTime\000",
 34650 mike  1.1.2.1     0,
 34651               };
 34652               
 34653               static MetaProperty
 34654               _CIM_BGPEndpointStatistics_FsmEstablishedTime =
 34655               {
 34656                   /* flags */
 34657                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 34658                   /* name */
 34659                   "FsmEstablishedTime",
 34660                   /* qualifiers */
 34661                   _CIM_BGPEndpointStatistics_FsmEstablishedTime_qualifiers,
 34662                   /* type */
 34663                   CIMTYPE_UINT32,
 34664                   /* subscript */
 34665                   -1,
 34666                   /* value */
 34667                   0,
 34668               };
 34669               
 34670               static const char*
 34671 mike  1.1.2.1 _CIM_BGPEndpointStatistics_InUpdateElapsedTime_qualifiers[] =
 34672               {
 34673                   /* Units */
 34674                   "\060Seconds",
 34675                   /* Gauge */
 34676                   "\023\001",
 34677                   /* MappingStrings */
 34678                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerInUpdateElapsedTime\000",
 34679                   0,
 34680               };
 34681               
 34682               static MetaProperty
 34683               _CIM_BGPEndpointStatistics_InUpdateElapsedTime =
 34684               {
 34685                   /* flags */
 34686                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 34687                   /* name */
 34688                   "InUpdateElapsedTime",
 34689                   /* qualifiers */
 34690                   _CIM_BGPEndpointStatistics_InUpdateElapsedTime_qualifiers,
 34691                   /* type */
 34692 mike  1.1.2.1     CIMTYPE_UINT32,
 34693                   /* subscript */
 34694                   -1,
 34695                   /* value */
 34696                   0,
 34697               };
 34698               
 34699               static MetaFeature*
 34700               _CIM_BGPEndpointStatistics_features[] =
 34701               {
 34702                   (MetaFeature*)&_CIM_BGPEndpointStatistics_InUpdates,
 34703                   (MetaFeature*)&_CIM_BGPEndpointStatistics_OutUpdates,
 34704                   (MetaFeature*)&_CIM_BGPEndpointStatistics_InTotalMessages,
 34705                   (MetaFeature*)&_CIM_BGPEndpointStatistics_OutTotalMessages,
 34706                   (MetaFeature*)&_CIM_BGPEndpointStatistics_LastError,
 34707                   (MetaFeature*)&_CIM_BGPEndpointStatistics_FsmEstablishedTransitions,
 34708                   (MetaFeature*)&_CIM_BGPEndpointStatistics_FsmEstablishedTime,
 34709                   (MetaFeature*)&_CIM_BGPEndpointStatistics_InUpdateElapsedTime,
 34710                   0,
 34711               };
 34712               
 34713 mike  1.1.2.1 static const char*
 34714               __root_cimv2_CIM_BGPEndpointStatistics_qualifiers[] =
 34715               {
 34716                   /* UMLPackagePath */
 34717                   "\057CIM::Network::BGP",
 34718                   /* Version */
 34719                   "\0632.7.0",
 34720                   0,
 34721               };
 34722               
 34723               MetaClass
 34724               __root_cimv2_CIM_BGPEndpointStatistics =
 34725               {
 34726                   /* flags */
 34727                   META_FLAG_CLASS,
 34728                   /* name */
 34729                   "CIM_BGPEndpointStatistics",
 34730                   /* qualifiers */
 34731                   __root_cimv2_CIM_BGPEndpointStatistics_qualifiers,
 34732                   /* super */
 34733                   &__root_cimv2_CIM_StatisticalData,
 34734 mike  1.1.2.1     /* features */
 34735                   _CIM_BGPEndpointStatistics_features,
 34736               };
 34737               
 34738               //==============================================================================
 34739               //
 34740               // Class: CIM_BGPPeerGroup
 34741               //
 34742               //==============================================================================
 34743               
 34744               static const char*
 34745               _CIM_BGPPeerGroup_SystemCreationClassName_qualifiers[] =
 34746               {
 34747                   /* Key */
 34748                   "\025\001",
 34749                   /* Propagated */
 34750                   "\045CIM_AutonomousSystem.CreationClassName",
 34751                   /* MaxLen */
 34752                   "\030\000\000\001\000",
 34753                   0,
 34754               };
 34755 mike  1.1.2.1 
 34756               static MetaProperty
 34757               _CIM_BGPPeerGroup_SystemCreationClassName =
 34758               {
 34759                   /* flags */
 34760                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 34761                   /* name */
 34762                   "SystemCreationClassName",
 34763                   /* qualifiers */
 34764                   _CIM_BGPPeerGroup_SystemCreationClassName_qualifiers,
 34765                   /* type */
 34766                   CIMTYPE_STRING,
 34767                   /* subscript */
 34768                   -1,
 34769                   /* value */
 34770                   0,
 34771               };
 34772               
 34773               static const char*
 34774               _CIM_BGPPeerGroup_SystemName_qualifiers[] =
 34775               {
 34776 mike  1.1.2.1     /* Key */
 34777                   "\025\001",
 34778                   /* Propagated */
 34779                   "\045CIM_AutonomousSystem.Name",
 34780                   /* MaxLen */
 34781                   "\030\000\000\001\000",
 34782                   0,
 34783               };
 34784               
 34785               static MetaProperty
 34786               _CIM_BGPPeerGroup_SystemName =
 34787               {
 34788                   /* flags */
 34789                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 34790                   /* name */
 34791                   "SystemName",
 34792                   /* qualifiers */
 34793                   _CIM_BGPPeerGroup_SystemName_qualifiers,
 34794                   /* type */
 34795                   CIMTYPE_STRING,
 34796                   /* subscript */
 34797 mike  1.1.2.1     -1,
 34798                   /* value */
 34799                   0,
 34800               };
 34801               
 34802               static const char*
 34803               _CIM_BGPPeerGroup_CreationClassName_qualifiers[] =
 34804               {
 34805                   /* Key */
 34806                   "\025\001",
 34807                   0,
 34808               };
 34809               
 34810               static MetaProperty
 34811               _CIM_BGPPeerGroup_CreationClassName =
 34812               {
 34813                   /* flags */
 34814                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 34815                   /* name */
 34816                   "CreationClassName",
 34817                   /* qualifiers */
 34818 mike  1.1.2.1     _CIM_BGPPeerGroup_CreationClassName_qualifiers,
 34819                   /* type */
 34820                   CIMTYPE_STRING,
 34821                   /* subscript */
 34822                   -1,
 34823                   /* value */
 34824                   0,
 34825               };
 34826               
 34827               static const char*
 34828               _CIM_BGPPeerGroup_Name_qualifiers[] =
 34829               {
 34830                   /* Key */
 34831                   "\025\001",
 34832                   /* MaxLen */
 34833                   "\030\000\000\001\000",
 34834                   0,
 34835               };
 34836               
 34837               static MetaProperty
 34838               _CIM_BGPPeerGroup_Name =
 34839 mike  1.1.2.1 {
 34840                   /* flags */
 34841                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 34842                   /* name */
 34843                   "Name",
 34844                   /* qualifiers */
 34845                   _CIM_BGPPeerGroup_Name_qualifiers,
 34846                   /* type */
 34847                   CIMTYPE_STRING,
 34848                   /* subscript */
 34849                   -1,
 34850                   /* value */
 34851                   0,
 34852               };
 34853               
 34854               static const char*
 34855               _CIM_BGPPeerGroup_ConnectRetryInterval_qualifiers[] =
 34856               {
 34857                   /* Units */
 34858                   "\060Seconds",
 34859                   /* MappingStrings */
 34860 mike  1.1.2.1     "\026\000\001MIB.IETF|BGP4-MIB.bgpConnectRetryInterval\000",
 34861                   0,
 34862               };
 34863               
 34864               static MetaProperty
 34865               _CIM_BGPPeerGroup_ConnectRetryInterval =
 34866               {
 34867                   /* flags */
 34868                   META_FLAG_PROPERTY|META_FLAG_READ,
 34869                   /* name */
 34870                   "ConnectRetryInterval",
 34871                   /* qualifiers */
 34872                   _CIM_BGPPeerGroup_ConnectRetryInterval_qualifiers,
 34873                   /* type */
 34874                   CIMTYPE_UINT32,
 34875                   /* subscript */
 34876                   -1,
 34877                   /* value */
 34878                   "\000\000\000\170",
 34879               };
 34880               
 34881 mike  1.1.2.1 static const char*
 34882               _CIM_BGPPeerGroup_HoldTimeConfigured_qualifiers[] =
 34883               {
 34884                   /* Units */
 34885                   "\060Seconds",
 34886                   /* MappingStrings */
 34887                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerHoldTimeConfigured\000",
 34888                   0,
 34889               };
 34890               
 34891               static MetaProperty
 34892               _CIM_BGPPeerGroup_HoldTimeConfigured =
 34893               {
 34894                   /* flags */
 34895                   META_FLAG_PROPERTY|META_FLAG_READ,
 34896                   /* name */
 34897                   "HoldTimeConfigured",
 34898                   /* qualifiers */
 34899                   _CIM_BGPPeerGroup_HoldTimeConfigured_qualifiers,
 34900                   /* type */
 34901                   CIMTYPE_UINT16,
 34902 mike  1.1.2.1     /* subscript */
 34903                   -1,
 34904                   /* value */
 34905                   "\000\132",
 34906               };
 34907               
 34908               static const char*
 34909               _CIM_BGPPeerGroup_KeepAliveConfigured_qualifiers[] =
 34910               {
 34911                   /* Units */
 34912                   "\060Seconds",
 34913                   /* MappingStrings */
 34914                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerKeepAliveConfigured\000",
 34915                   0,
 34916               };
 34917               
 34918               static MetaProperty
 34919               _CIM_BGPPeerGroup_KeepAliveConfigured =
 34920               {
 34921                   /* flags */
 34922                   META_FLAG_PROPERTY|META_FLAG_READ,
 34923 mike  1.1.2.1     /* name */
 34924                   "KeepAliveConfigured",
 34925                   /* qualifiers */
 34926                   _CIM_BGPPeerGroup_KeepAliveConfigured_qualifiers,
 34927                   /* type */
 34928                   CIMTYPE_UINT16,
 34929                   /* subscript */
 34930                   -1,
 34931                   /* value */
 34932                   "\000\036",
 34933               };
 34934               
 34935               static const char*
 34936               _CIM_BGPPeerGroup_MinASOriginationInterval_qualifiers[] =
 34937               {
 34938                   /* Units */
 34939                   "\060Seconds",
 34940                   /* MappingStrings */
 34941                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerMinASOriginationInterval\000",
 34942                   0,
 34943               };
 34944 mike  1.1.2.1 
 34945               static MetaProperty
 34946               _CIM_BGPPeerGroup_MinASOriginationInterval =
 34947               {
 34948                   /* flags */
 34949                   META_FLAG_PROPERTY|META_FLAG_READ,
 34950                   /* name */
 34951                   "MinASOriginationInterval",
 34952                   /* qualifiers */
 34953                   _CIM_BGPPeerGroup_MinASOriginationInterval_qualifiers,
 34954                   /* type */
 34955                   CIMTYPE_UINT16,
 34956                   /* subscript */
 34957                   -1,
 34958                   /* value */
 34959                   "\000\017",
 34960               };
 34961               
 34962               static const char*
 34963               _CIM_BGPPeerGroup_MinRouteAdvertisementInterval_qualifiers[] =
 34964               {
 34965 mike  1.1.2.1     /* Units */
 34966                   "\060Seconds",
 34967                   /* MappingStrings */
 34968                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerMinRouteAdvertisementInterval\000",
 34969                   0,
 34970               };
 34971               
 34972               static MetaProperty
 34973               _CIM_BGPPeerGroup_MinRouteAdvertisementInterval =
 34974               {
 34975                   /* flags */
 34976                   META_FLAG_PROPERTY|META_FLAG_READ,
 34977                   /* name */
 34978                   "MinRouteAdvertisementInterval",
 34979                   /* qualifiers */
 34980                   _CIM_BGPPeerGroup_MinRouteAdvertisementInterval_qualifiers,
 34981                   /* type */
 34982                   CIMTYPE_UINT16,
 34983                   /* subscript */
 34984                   -1,
 34985                   /* value */
 34986 mike  1.1.2.1     "\000\036",
 34987               };
 34988               
 34989               static MetaFeature*
 34990               _CIM_BGPPeerGroup_features[] =
 34991               {
 34992                   (MetaFeature*)&_CIM_BGPPeerGroup_SystemCreationClassName,
 34993                   (MetaFeature*)&_CIM_BGPPeerGroup_SystemName,
 34994                   (MetaFeature*)&_CIM_BGPPeerGroup_CreationClassName,
 34995                   (MetaFeature*)&_CIM_BGPPeerGroup_Name,
 34996                   (MetaFeature*)&_CIM_BGPPeerGroup_ConnectRetryInterval,
 34997                   (MetaFeature*)&_CIM_BGPPeerGroup_HoldTimeConfigured,
 34998                   (MetaFeature*)&_CIM_BGPPeerGroup_KeepAliveConfigured,
 34999                   (MetaFeature*)&_CIM_BGPPeerGroup_MinASOriginationInterval,
 35000                   (MetaFeature*)&_CIM_BGPPeerGroup_MinRouteAdvertisementInterval,
 35001                   0,
 35002               };
 35003               
 35004               static const char*
 35005               __root_cimv2_CIM_BGPPeerGroup_qualifiers[] =
 35006               {
 35007 mike  1.1.2.1     /* UMLPackagePath */
 35008                   "\057CIM::Network::BGP",
 35009                   /* Version */
 35010                   "\0632.7.0",
 35011                   0,
 35012               };
 35013               
 35014               MetaClass
 35015               __root_cimv2_CIM_BGPPeerGroup =
 35016               {
 35017                   /* flags */
 35018                   META_FLAG_CLASS,
 35019                   /* name */
 35020                   "CIM_BGPPeerGroup",
 35021                   /* qualifiers */
 35022                   __root_cimv2_CIM_BGPPeerGroup_qualifiers,
 35023                   /* super */
 35024                   &__root_cimv2_CIM_CollectionOfMSEs,
 35025                   /* features */
 35026                   _CIM_BGPPeerGroup_features,
 35027               };
 35028 mike  1.1.2.1 
 35029               //==============================================================================
 35030               //
 35031               // Class: CIM_BiometricAuthentication
 35032               //
 35033               //==============================================================================
 35034               
 35035               static const char*
 35036               _CIM_BiometricAuthentication_TypeOfBiometric_qualifiers[] =
 35037               {
 35038                   /* ValueMap */
 35039                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
 35040                   /* Values */
 35041                   "\062\000\010Other\000Facial\000Retina\000Mark\000Finger\000Voice\000DNA-RNA\000EEG\000",
 35042                   /* ModelCorrespondence */
 35043                   "\036\000\001CIM_BiometricAuthentication.OtherBiometric\000",
 35044                   0,
 35045               };
 35046               
 35047               static MetaProperty
 35048               _CIM_BiometricAuthentication_TypeOfBiometric =
 35049 mike  1.1.2.1 {
 35050                   /* flags */
 35051                   META_FLAG_PROPERTY|META_FLAG_READ,
 35052                   /* name */
 35053                   "TypeOfBiometric",
 35054                   /* qualifiers */
 35055                   _CIM_BiometricAuthentication_TypeOfBiometric_qualifiers,
 35056                   /* type */
 35057                   CIMTYPE_UINT16,
 35058                   /* subscript */
 35059                   -1,
 35060                   /* value */
 35061                   0,
 35062               };
 35063               
 35064               static const char*
 35065               _CIM_BiometricAuthentication_OtherBiometric_qualifiers[] =
 35066               {
 35067                   /* ModelCorrespondence */
 35068                   "\036\000\001CIM_BiometricAuthentication.TypeOfBiometric\000",
 35069                   0,
 35070 mike  1.1.2.1 };
 35071               
 35072               static MetaProperty
 35073               _CIM_BiometricAuthentication_OtherBiometric =
 35074               {
 35075                   /* flags */
 35076                   META_FLAG_PROPERTY|META_FLAG_READ,
 35077                   /* name */
 35078                   "OtherBiometric",
 35079                   /* qualifiers */
 35080                   _CIM_BiometricAuthentication_OtherBiometric_qualifiers,
 35081                   /* type */
 35082                   CIMTYPE_STRING,
 35083                   /* subscript */
 35084                   -1,
 35085                   /* value */
 35086                   0,
 35087               };
 35088               
 35089               static const char*
 35090               _CIM_BiometricAuthentication_PersonalIdentifier_qualifiers[] =
 35091 mike  1.1.2.1 {
 35092                   0,
 35093               };
 35094               
 35095               static MetaProperty
 35096               _CIM_BiometricAuthentication_PersonalIdentifier =
 35097               {
 35098                   /* flags */
 35099                   META_FLAG_PROPERTY|META_FLAG_READ,
 35100                   /* name */
 35101                   "PersonalIdentifier",
 35102                   /* qualifiers */
 35103                   _CIM_BiometricAuthentication_PersonalIdentifier_qualifiers,
 35104                   /* type */
 35105                   CIMTYPE_STRING,
 35106                   /* subscript */
 35107                   -1,
 35108                   /* value */
 35109                   0,
 35110               };
 35111               
 35112 mike  1.1.2.1 static MetaFeature*
 35113               _CIM_BiometricAuthentication_features[] =
 35114               {
 35115                   (MetaFeature*)&_CIM_BiometricAuthentication_TypeOfBiometric,
 35116                   (MetaFeature*)&_CIM_BiometricAuthentication_OtherBiometric,
 35117                   (MetaFeature*)&_CIM_BiometricAuthentication_PersonalIdentifier,
 35118                   0,
 35119               };
 35120               
 35121               static const char*
 35122               __root_cimv2_CIM_BiometricAuthentication_qualifiers[] =
 35123               {
 35124                   /* UMLPackagePath */
 35125                   "\057CIM::Policy",
 35126                   /* Version */
 35127                   "\0632.8.0",
 35128                   0,
 35129               };
 35130               
 35131               MetaClass
 35132               __root_cimv2_CIM_BiometricAuthentication =
 35133 mike  1.1.2.1 {
 35134                   /* flags */
 35135                   META_FLAG_CLASS,
 35136                   /* name */
 35137                   "CIM_BiometricAuthentication",
 35138                   /* qualifiers */
 35139                   __root_cimv2_CIM_BiometricAuthentication_qualifiers,
 35140                   /* super */
 35141                   &__root_cimv2_CIM_AuthenticationCondition,
 35142                   /* features */
 35143                   _CIM_BiometricAuthentication_features,
 35144               };
 35145               
 35146               //==============================================================================
 35147               //
 35148               // Class: CIM_BlockStatisticsCapabilities
 35149               //
 35150               //==============================================================================
 35151               
 35152               static const char*
 35153               _CIM_BlockStatisticsCapabilities_ElementTypesSupported_qualifiers[] =
 35154 mike  1.1.2.1 {
 35155                   /* Required */
 35156                   "\050\001",
 35157                   /* Override */
 35158                   "\044ElementTypesSupported",
 35159                   /* ValueMap */
 35160                   "\061\000\0152\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\0000x8000..\000",
 35161                   /* Values */
 35162                   "\062\000\015Computer System\000Front-end Computer System\000Peer Computer System\000Back-end Computer System\000Front-end Port\000Back-end Port\000Volume\000Extent\000Disk Drive\000Arbitrary LUs\000Remote Replica Group\000DMTF Reserved\000Vendor Specific\000",
 35163                   0,
 35164               };
 35165               
 35166               static MetaProperty
 35167               _CIM_BlockStatisticsCapabilities_ElementTypesSupported =
 35168               {
 35169                   /* flags */
 35170                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 35171                   /* name */
 35172                   "ElementTypesSupported",
 35173                   /* qualifiers */
 35174                   _CIM_BlockStatisticsCapabilities_ElementTypesSupported_qualifiers,
 35175 mike  1.1.2.1     /* type */
 35176                   CIMTYPE_UINT16,
 35177                   /* subscript */
 35178                   0,
 35179                   /* value */
 35180                   0,
 35181               };
 35182               
 35183               static const char*
 35184               _CIM_BlockStatisticsCapabilities_SynchronousMethodsSupported_qualifiers[] =
 35185               {
 35186                   /* Override */
 35187                   "\044SynchronousMethodsSupported",
 35188                   /* ValueMap */
 35189                   "\061\000\0102\0003\0004\0005\0006\0007\000..\0000x8000..\000",
 35190                   /* Values */
 35191                   "\062\000\010Execute Query\000Query Collection\000GetStatisticsCollection\000Manifest Creation\000Manifest Modification\000Manifest Removal\000DMTF Reserved\000Vendor Specific\000",
 35192                   0,
 35193               };
 35194               
 35195               static MetaProperty
 35196 mike  1.1.2.1 _CIM_BlockStatisticsCapabilities_SynchronousMethodsSupported =
 35197               {
 35198                   /* flags */
 35199                   META_FLAG_PROPERTY|META_FLAG_READ,
 35200                   /* name */
 35201                   "SynchronousMethodsSupported",
 35202                   /* qualifiers */
 35203                   _CIM_BlockStatisticsCapabilities_SynchronousMethodsSupported_qualifiers,
 35204                   /* type */
 35205                   CIMTYPE_UINT16,
 35206                   /* subscript */
 35207                   0,
 35208                   /* value */
 35209                   0,
 35210               };
 35211               
 35212               static const char*
 35213               _CIM_BlockStatisticsCapabilities_AsynchronousMethodsSupported_qualifiers[] =
 35214               {
 35215                   /* Override */
 35216                   "\044AsynchronousMethodsSupported",
 35217 mike  1.1.2.1     /* ValueMap */
 35218                   "\061\000\0042\0003\000..\0000x8000..\000",
 35219                   /* Values */
 35220                   "\062\000\004GetStatisticsCollection\000Indications\000DMTF Reserved\000Vendor Specific\000",
 35221                   0,
 35222               };
 35223               
 35224               static MetaProperty
 35225               _CIM_BlockStatisticsCapabilities_AsynchronousMethodsSupported =
 35226               {
 35227                   /* flags */
 35228                   META_FLAG_PROPERTY|META_FLAG_READ,
 35229                   /* name */
 35230                   "AsynchronousMethodsSupported",
 35231                   /* qualifiers */
 35232                   _CIM_BlockStatisticsCapabilities_AsynchronousMethodsSupported_qualifiers,
 35233                   /* type */
 35234                   CIMTYPE_UINT16,
 35235                   /* subscript */
 35236                   0,
 35237                   /* value */
 35238 mike  1.1.2.1     0,
 35239               };
 35240               
 35241               static const char*
 35242               _CIM_BlockStatisticsCapabilities_ClockTickInterval_qualifiers[] =
 35243               {
 35244                   /* Units */
 35245                   "\060MicroSeconds",
 35246                   0,
 35247               };
 35248               
 35249               static MetaProperty
 35250               _CIM_BlockStatisticsCapabilities_ClockTickInterval =
 35251               {
 35252                   /* flags */
 35253                   META_FLAG_PROPERTY|META_FLAG_READ,
 35254                   /* name */
 35255                   "ClockTickInterval",
 35256                   /* qualifiers */
 35257                   _CIM_BlockStatisticsCapabilities_ClockTickInterval_qualifiers,
 35258                   /* type */
 35259 mike  1.1.2.1     CIMTYPE_UINT64,
 35260                   /* subscript */
 35261                   -1,
 35262                   /* value */
 35263                   0,
 35264               };
 35265               
 35266               static MetaFeature*
 35267               _CIM_BlockStatisticsCapabilities_features[] =
 35268               {
 35269                   (MetaFeature*)&_CIM_BlockStatisticsCapabilities_ElementTypesSupported,
 35270                   (MetaFeature*)&_CIM_BlockStatisticsCapabilities_SynchronousMethodsSupported,
 35271                   (MetaFeature*)&_CIM_BlockStatisticsCapabilities_AsynchronousMethodsSupported,
 35272                   (MetaFeature*)&_CIM_BlockStatisticsCapabilities_ClockTickInterval,
 35273                   0,
 35274               };
 35275               
 35276               static const char*
 35277               __root_cimv2_CIM_BlockStatisticsCapabilities_qualifiers[] =
 35278               {
 35279                   /* UMLPackagePath */
 35280 mike  1.1.2.1     "\057CIM::Device::StorageStatistics",
 35281                   /* Version */
 35282                   "\0632.10.0",
 35283                   0,
 35284               };
 35285               
 35286               MetaClass
 35287               __root_cimv2_CIM_BlockStatisticsCapabilities =
 35288               {
 35289                   /* flags */
 35290                   META_FLAG_CLASS,
 35291                   /* name */
 35292                   "CIM_BlockStatisticsCapabilities",
 35293                   /* qualifiers */
 35294                   __root_cimv2_CIM_BlockStatisticsCapabilities_qualifiers,
 35295                   /* super */
 35296                   &__root_cimv2_CIM_StatisticsCapabilities,
 35297                   /* features */
 35298                   _CIM_BlockStatisticsCapabilities_features,
 35299               };
 35300               
 35301 mike  1.1.2.1 //==============================================================================
 35302               //
 35303               // Class: CIM_BlockStatisticsManifestCollection
 35304               //
 35305               //==============================================================================
 35306               
 35307               static const char*
 35308               _CIM_BlockStatisticsManifestCollection_ElementName_qualifiers[] =
 35309               {
 35310                   /* Override */
 35311                   "\044ElementName",
 35312                   0,
 35313               };
 35314               
 35315               static MetaProperty
 35316               _CIM_BlockStatisticsManifestCollection_ElementName =
 35317               {
 35318                   /* flags */
 35319                   META_FLAG_PROPERTY|META_FLAG_READ,
 35320                   /* name */
 35321                   "ElementName",
 35322 mike  1.1.2.1     /* qualifiers */
 35323                   _CIM_BlockStatisticsManifestCollection_ElementName_qualifiers,
 35324                   /* type */
 35325                   CIMTYPE_STRING,
 35326                   /* subscript */
 35327                   -1,
 35328                   /* value */
 35329                   0,
 35330               };
 35331               
 35332               static const char*
 35333               _CIM_BlockStatisticsManifestCollection_IsDefault_qualifiers[] =
 35334               {
 35335                   /* Required */
 35336                   "\050\001",
 35337                   0,
 35338               };
 35339               
 35340               static MetaProperty
 35341               _CIM_BlockStatisticsManifestCollection_IsDefault =
 35342               {
 35343 mike  1.1.2.1     /* flags */
 35344                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 35345                   /* name */
 35346                   "IsDefault",
 35347                   /* qualifiers */
 35348                   _CIM_BlockStatisticsManifestCollection_IsDefault_qualifiers,
 35349                   /* type */
 35350                   CIMTYPE_BOOLEAN,
 35351                   /* subscript */
 35352                   -1,
 35353                   /* value */
 35354                   0,
 35355               };
 35356               
 35357               static MetaFeature*
 35358               _CIM_BlockStatisticsManifestCollection_features[] =
 35359               {
 35360                   (MetaFeature*)&_CIM_BlockStatisticsManifestCollection_ElementName,
 35361                   (MetaFeature*)&_CIM_BlockStatisticsManifestCollection_IsDefault,
 35362                   0,
 35363               };
 35364 mike  1.1.2.1 
 35365               static const char*
 35366               __root_cimv2_CIM_BlockStatisticsManifestCollection_qualifiers[] =
 35367               {
 35368                   /* UMLPackagePath */
 35369                   "\057CIM::Device::StorageStatistics",
 35370                   /* Version */
 35371                   "\0632.10.0",
 35372                   0,
 35373               };
 35374               
 35375               MetaClass
 35376               __root_cimv2_CIM_BlockStatisticsManifestCollection =
 35377               {
 35378                   /* flags */
 35379                   META_FLAG_CLASS,
 35380                   /* name */
 35381                   "CIM_BlockStatisticsManifestCollection",
 35382                   /* qualifiers */
 35383                   __root_cimv2_CIM_BlockStatisticsManifestCollection_qualifiers,
 35384                   /* super */
 35385 mike  1.1.2.1     &__root_cimv2_CIM_SystemSpecificCollection,
 35386                   /* features */
 35387                   _CIM_BlockStatisticsManifestCollection_features,
 35388               };
 35389               
 35390               //==============================================================================
 35391               //
 35392               // Class: CIM_BlockStorageStatisticalData
 35393               //
 35394               //==============================================================================
 35395               
 35396               static const char*
 35397               _CIM_BlockStorageStatisticalData_ElementType_qualifiers[] =
 35398               {
 35399                   /* Required */
 35400                   "\050\001",
 35401                   /* ValueMap */
 35402                   "\061\000\0152\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\0000x8000..\000",
 35403                   /* Values */
 35404                   "\062\000\015Computer System\000Front-end Computer System\000Peer Computer System\000Back-end Computer System\000Front-end Port\000Back-end Port\000Volume\000Extent\000Disk Drive\000Arbitrary LUs\000Remote Replica Group\000DMTF Reserved\000Vendor Specific\000",
 35405                   0,
 35406 mike  1.1.2.1 };
 35407               
 35408               static MetaProperty
 35409               _CIM_BlockStorageStatisticalData_ElementType =
 35410               {
 35411                   /* flags */
 35412                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 35413                   /* name */
 35414                   "ElementType",
 35415                   /* qualifiers */
 35416                   _CIM_BlockStorageStatisticalData_ElementType_qualifiers,
 35417                   /* type */
 35418                   CIMTYPE_UINT16,
 35419                   /* subscript */
 35420                   -1,
 35421                   /* value */
 35422                   0,
 35423               };
 35424               
 35425               static const char*
 35426               _CIM_BlockStorageStatisticalData_TotalIOs_qualifiers[] =
 35427 mike  1.1.2.1 {
 35428                   /* Counter */
 35429                   "\012\001",
 35430                   0,
 35431               };
 35432               
 35433               static MetaProperty
 35434               _CIM_BlockStorageStatisticalData_TotalIOs =
 35435               {
 35436                   /* flags */
 35437                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35438                   /* name */
 35439                   "TotalIOs",
 35440                   /* qualifiers */
 35441                   _CIM_BlockStorageStatisticalData_TotalIOs_qualifiers,
 35442                   /* type */
 35443                   CIMTYPE_UINT64,
 35444                   /* subscript */
 35445                   -1,
 35446                   /* value */
 35447                   0,
 35448 mike  1.1.2.1 };
 35449               
 35450               static const char*
 35451               _CIM_BlockStorageStatisticalData_KBytesTransferred_qualifiers[] =
 35452               {
 35453                   /* Units */
 35454                   "\060KiloBytes",
 35455                   /* Counter */
 35456                   "\012\001",
 35457                   0,
 35458               };
 35459               
 35460               static MetaProperty
 35461               _CIM_BlockStorageStatisticalData_KBytesTransferred =
 35462               {
 35463                   /* flags */
 35464                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35465                   /* name */
 35466                   "KBytesTransferred",
 35467                   /* qualifiers */
 35468                   _CIM_BlockStorageStatisticalData_KBytesTransferred_qualifiers,
 35469 mike  1.1.2.1     /* type */
 35470                   CIMTYPE_UINT64,
 35471                   /* subscript */
 35472                   -1,
 35473                   /* value */
 35474                   0,
 35475               };
 35476               
 35477               static const char*
 35478               _CIM_BlockStorageStatisticalData_KBytesWritten_qualifiers[] =
 35479               {
 35480                   /* Units */
 35481                   "\060KiloBytes",
 35482                   /* Counter */
 35483                   "\012\001",
 35484                   0,
 35485               };
 35486               
 35487               static MetaProperty
 35488               _CIM_BlockStorageStatisticalData_KBytesWritten =
 35489               {
 35490 mike  1.1.2.1     /* flags */
 35491                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35492                   /* name */
 35493                   "KBytesWritten",
 35494                   /* qualifiers */
 35495                   _CIM_BlockStorageStatisticalData_KBytesWritten_qualifiers,
 35496                   /* type */
 35497                   CIMTYPE_UINT64,
 35498                   /* subscript */
 35499                   -1,
 35500                   /* value */
 35501                   0,
 35502               };
 35503               
 35504               static const char*
 35505               _CIM_BlockStorageStatisticalData_IOTimeCounter_qualifiers[] =
 35506               {
 35507                   /* Counter */
 35508                   "\012\001",
 35509                   0,
 35510               };
 35511 mike  1.1.2.1 
 35512               static MetaProperty
 35513               _CIM_BlockStorageStatisticalData_IOTimeCounter =
 35514               {
 35515                   /* flags */
 35516                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35517                   /* name */
 35518                   "IOTimeCounter",
 35519                   /* qualifiers */
 35520                   _CIM_BlockStorageStatisticalData_IOTimeCounter_qualifiers,
 35521                   /* type */
 35522                   CIMTYPE_UINT64,
 35523                   /* subscript */
 35524                   -1,
 35525                   /* value */
 35526                   0,
 35527               };
 35528               
 35529               static const char*
 35530               _CIM_BlockStorageStatisticalData_ReadIOs_qualifiers[] =
 35531               {
 35532 mike  1.1.2.1     /* Counter */
 35533                   "\012\001",
 35534                   0,
 35535               };
 35536               
 35537               static MetaProperty
 35538               _CIM_BlockStorageStatisticalData_ReadIOs =
 35539               {
 35540                   /* flags */
 35541                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35542                   /* name */
 35543                   "ReadIOs",
 35544                   /* qualifiers */
 35545                   _CIM_BlockStorageStatisticalData_ReadIOs_qualifiers,
 35546                   /* type */
 35547                   CIMTYPE_UINT64,
 35548                   /* subscript */
 35549                   -1,
 35550                   /* value */
 35551                   0,
 35552               };
 35553 mike  1.1.2.1 
 35554               static const char*
 35555               _CIM_BlockStorageStatisticalData_ReadHitIOs_qualifiers[] =
 35556               {
 35557                   /* Counter */
 35558                   "\012\001",
 35559                   0,
 35560               };
 35561               
 35562               static MetaProperty
 35563               _CIM_BlockStorageStatisticalData_ReadHitIOs =
 35564               {
 35565                   /* flags */
 35566                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35567                   /* name */
 35568                   "ReadHitIOs",
 35569                   /* qualifiers */
 35570                   _CIM_BlockStorageStatisticalData_ReadHitIOs_qualifiers,
 35571                   /* type */
 35572                   CIMTYPE_UINT64,
 35573                   /* subscript */
 35574 mike  1.1.2.1     -1,
 35575                   /* value */
 35576                   0,
 35577               };
 35578               
 35579               static const char*
 35580               _CIM_BlockStorageStatisticalData_ReadIOTimeCounter_qualifiers[] =
 35581               {
 35582                   /* Counter */
 35583                   "\012\001",
 35584                   0,
 35585               };
 35586               
 35587               static MetaProperty
 35588               _CIM_BlockStorageStatisticalData_ReadIOTimeCounter =
 35589               {
 35590                   /* flags */
 35591                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35592                   /* name */
 35593                   "ReadIOTimeCounter",
 35594                   /* qualifiers */
 35595 mike  1.1.2.1     _CIM_BlockStorageStatisticalData_ReadIOTimeCounter_qualifiers,
 35596                   /* type */
 35597                   CIMTYPE_UINT64,
 35598                   /* subscript */
 35599                   -1,
 35600                   /* value */
 35601                   0,
 35602               };
 35603               
 35604               static const char*
 35605               _CIM_BlockStorageStatisticalData_ReadHitIOTimeCounter_qualifiers[] =
 35606               {
 35607                   /* Counter */
 35608                   "\012\001",
 35609                   0,
 35610               };
 35611               
 35612               static MetaProperty
 35613               _CIM_BlockStorageStatisticalData_ReadHitIOTimeCounter =
 35614               {
 35615                   /* flags */
 35616 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35617                   /* name */
 35618                   "ReadHitIOTimeCounter",
 35619                   /* qualifiers */
 35620                   _CIM_BlockStorageStatisticalData_ReadHitIOTimeCounter_qualifiers,
 35621                   /* type */
 35622                   CIMTYPE_UINT64,
 35623                   /* subscript */
 35624                   -1,
 35625                   /* value */
 35626                   0,
 35627               };
 35628               
 35629               static const char*
 35630               _CIM_BlockStorageStatisticalData_KBytesRead_qualifiers[] =
 35631               {
 35632                   /* Units */
 35633                   "\060KiloBytes",
 35634                   /* Counter */
 35635                   "\012\001",
 35636                   0,
 35637 mike  1.1.2.1 };
 35638               
 35639               static MetaProperty
 35640               _CIM_BlockStorageStatisticalData_KBytesRead =
 35641               {
 35642                   /* flags */
 35643                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35644                   /* name */
 35645                   "KBytesRead",
 35646                   /* qualifiers */
 35647                   _CIM_BlockStorageStatisticalData_KBytesRead_qualifiers,
 35648                   /* type */
 35649                   CIMTYPE_UINT64,
 35650                   /* subscript */
 35651                   -1,
 35652                   /* value */
 35653                   0,
 35654               };
 35655               
 35656               static const char*
 35657               _CIM_BlockStorageStatisticalData_WriteIOs_qualifiers[] =
 35658 mike  1.1.2.1 {
 35659                   /* Counter */
 35660                   "\012\001",
 35661                   0,
 35662               };
 35663               
 35664               static MetaProperty
 35665               _CIM_BlockStorageStatisticalData_WriteIOs =
 35666               {
 35667                   /* flags */
 35668                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35669                   /* name */
 35670                   "WriteIOs",
 35671                   /* qualifiers */
 35672                   _CIM_BlockStorageStatisticalData_WriteIOs_qualifiers,
 35673                   /* type */
 35674                   CIMTYPE_UINT64,
 35675                   /* subscript */
 35676                   -1,
 35677                   /* value */
 35678                   0,
 35679 mike  1.1.2.1 };
 35680               
 35681               static const char*
 35682               _CIM_BlockStorageStatisticalData_WriteHitIOs_qualifiers[] =
 35683               {
 35684                   /* Counter */
 35685                   "\012\001",
 35686                   0,
 35687               };
 35688               
 35689               static MetaProperty
 35690               _CIM_BlockStorageStatisticalData_WriteHitIOs =
 35691               {
 35692                   /* flags */
 35693                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35694                   /* name */
 35695                   "WriteHitIOs",
 35696                   /* qualifiers */
 35697                   _CIM_BlockStorageStatisticalData_WriteHitIOs_qualifiers,
 35698                   /* type */
 35699                   CIMTYPE_UINT64,
 35700 mike  1.1.2.1     /* subscript */
 35701                   -1,
 35702                   /* value */
 35703                   0,
 35704               };
 35705               
 35706               static const char*
 35707               _CIM_BlockStorageStatisticalData_WriteIOTimeCounter_qualifiers[] =
 35708               {
 35709                   /* Counter */
 35710                   "\012\001",
 35711                   0,
 35712               };
 35713               
 35714               static MetaProperty
 35715               _CIM_BlockStorageStatisticalData_WriteIOTimeCounter =
 35716               {
 35717                   /* flags */
 35718                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35719                   /* name */
 35720                   "WriteIOTimeCounter",
 35721 mike  1.1.2.1     /* qualifiers */
 35722                   _CIM_BlockStorageStatisticalData_WriteIOTimeCounter_qualifiers,
 35723                   /* type */
 35724                   CIMTYPE_UINT64,
 35725                   /* subscript */
 35726                   -1,
 35727                   /* value */
 35728                   0,
 35729               };
 35730               
 35731               static const char*
 35732               _CIM_BlockStorageStatisticalData_WriteHitIOTimeCounter_qualifiers[] =
 35733               {
 35734                   /* Counter */
 35735                   "\012\001",
 35736                   0,
 35737               };
 35738               
 35739               static MetaProperty
 35740               _CIM_BlockStorageStatisticalData_WriteHitIOTimeCounter =
 35741               {
 35742 mike  1.1.2.1     /* flags */
 35743                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35744                   /* name */
 35745                   "WriteHitIOTimeCounter",
 35746                   /* qualifiers */
 35747                   _CIM_BlockStorageStatisticalData_WriteHitIOTimeCounter_qualifiers,
 35748                   /* type */
 35749                   CIMTYPE_UINT64,
 35750                   /* subscript */
 35751                   -1,
 35752                   /* value */
 35753                   0,
 35754               };
 35755               
 35756               static const char*
 35757               _CIM_BlockStorageStatisticalData_IdleTimeCounter_qualifiers[] =
 35758               {
 35759                   /* Counter */
 35760                   "\012\001",
 35761                   0,
 35762               };
 35763 mike  1.1.2.1 
 35764               static MetaProperty
 35765               _CIM_BlockStorageStatisticalData_IdleTimeCounter =
 35766               {
 35767                   /* flags */
 35768                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35769                   /* name */
 35770                   "IdleTimeCounter",
 35771                   /* qualifiers */
 35772                   _CIM_BlockStorageStatisticalData_IdleTimeCounter_qualifiers,
 35773                   /* type */
 35774                   CIMTYPE_UINT64,
 35775                   /* subscript */
 35776                   -1,
 35777                   /* value */
 35778                   0,
 35779               };
 35780               
 35781               static const char*
 35782               _CIM_BlockStorageStatisticalData_MaintOp_qualifiers[] =
 35783               {
 35784 mike  1.1.2.1     /* Counter */
 35785                   "\012\001",
 35786                   0,
 35787               };
 35788               
 35789               static MetaProperty
 35790               _CIM_BlockStorageStatisticalData_MaintOp =
 35791               {
 35792                   /* flags */
 35793                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35794                   /* name */
 35795                   "MaintOp",
 35796                   /* qualifiers */
 35797                   _CIM_BlockStorageStatisticalData_MaintOp_qualifiers,
 35798                   /* type */
 35799                   CIMTYPE_UINT64,
 35800                   /* subscript */
 35801                   -1,
 35802                   /* value */
 35803                   0,
 35804               };
 35805 mike  1.1.2.1 
 35806               static const char*
 35807               _CIM_BlockStorageStatisticalData_MaintTimeCounter_qualifiers[] =
 35808               {
 35809                   /* Counter */
 35810                   "\012\001",
 35811                   0,
 35812               };
 35813               
 35814               static MetaProperty
 35815               _CIM_BlockStorageStatisticalData_MaintTimeCounter =
 35816               {
 35817                   /* flags */
 35818                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 35819                   /* name */
 35820                   "MaintTimeCounter",
 35821                   /* qualifiers */
 35822                   _CIM_BlockStorageStatisticalData_MaintTimeCounter_qualifiers,
 35823                   /* type */
 35824                   CIMTYPE_UINT64,
 35825                   /* subscript */
 35826 mike  1.1.2.1     -1,
 35827                   /* value */
 35828                   0,
 35829               };
 35830               
 35831               static MetaFeature*
 35832               _CIM_BlockStorageStatisticalData_features[] =
 35833               {
 35834                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_ElementType,
 35835                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_TotalIOs,
 35836                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_KBytesTransferred,
 35837                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_KBytesWritten,
 35838                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_IOTimeCounter,
 35839                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_ReadIOs,
 35840                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_ReadHitIOs,
 35841                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_ReadIOTimeCounter,
 35842                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_ReadHitIOTimeCounter,
 35843                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_KBytesRead,
 35844                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_WriteIOs,
 35845                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_WriteHitIOs,
 35846                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_WriteIOTimeCounter,
 35847 mike  1.1.2.1     (MetaFeature*)&_CIM_BlockStorageStatisticalData_WriteHitIOTimeCounter,
 35848                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_IdleTimeCounter,
 35849                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_MaintOp,
 35850                   (MetaFeature*)&_CIM_BlockStorageStatisticalData_MaintTimeCounter,
 35851                   0,
 35852               };
 35853               
 35854               static const char*
 35855               __root_cimv2_CIM_BlockStorageStatisticalData_qualifiers[] =
 35856               {
 35857                   /* UMLPackagePath */
 35858                   "\057CIM::Device::StorageStatistics",
 35859                   /* Version */
 35860                   "\0632.10.0",
 35861                   0,
 35862               };
 35863               
 35864               MetaClass
 35865               __root_cimv2_CIM_BlockStorageStatisticalData =
 35866               {
 35867                   /* flags */
 35868 mike  1.1.2.1     META_FLAG_CLASS,
 35869                   /* name */
 35870                   "CIM_BlockStorageStatisticalData",
 35871                   /* qualifiers */
 35872                   __root_cimv2_CIM_BlockStorageStatisticalData_qualifiers,
 35873                   /* super */
 35874                   &__root_cimv2_CIM_StatisticalData,
 35875                   /* features */
 35876                   _CIM_BlockStorageStatisticalData_features,
 35877               };
 35878               
 35879               //==============================================================================
 35880               //
 35881               // Class: CIM_BufferPool
 35882               //
 35883               //==============================================================================
 35884               
 35885               static const char*
 35886               _CIM_BufferPool_CollectionID_qualifiers[] =
 35887               {
 35888                   /* Key */
 35889 mike  1.1.2.1     "\025\001",
 35890                   /* Override */
 35891                   "\044CollectionID",
 35892                   /* MaxLen */
 35893                   "\030\000\000\001\000",
 35894                   0,
 35895               };
 35896               
 35897               static MetaProperty
 35898               _CIM_BufferPool_CollectionID =
 35899               {
 35900                   /* flags */
 35901                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 35902                   /* name */
 35903                   "CollectionID",
 35904                   /* qualifiers */
 35905                   _CIM_BufferPool_CollectionID_qualifiers,
 35906                   /* type */
 35907                   CIMTYPE_STRING,
 35908                   /* subscript */
 35909                   -1,
 35910 mike  1.1.2.1     /* value */
 35911                   0,
 35912               };
 35913               
 35914               static const char*
 35915               _CIM_BufferPool_CreationClassName_qualifiers[] =
 35916               {
 35917                   /* Key */
 35918                   "\025\001",
 35919                   /* MaxLen */
 35920                   "\030\000\000\001\000",
 35921                   0,
 35922               };
 35923               
 35924               static MetaProperty
 35925               _CIM_BufferPool_CreationClassName =
 35926               {
 35927                   /* flags */
 35928                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 35929                   /* name */
 35930                   "CreationClassName",
 35931 mike  1.1.2.1     /* qualifiers */
 35932                   _CIM_BufferPool_CreationClassName_qualifiers,
 35933                   /* type */
 35934                   CIMTYPE_STRING,
 35935                   /* subscript */
 35936                   -1,
 35937                   /* value */
 35938                   0,
 35939               };
 35940               
 35941               static const char*
 35942               _CIM_BufferPool_Name_qualifiers[] =
 35943               {
 35944                   /* MaxLen */
 35945                   "\030\000\000\001\000",
 35946                   0,
 35947               };
 35948               
 35949               static MetaProperty
 35950               _CIM_BufferPool_Name =
 35951               {
 35952 mike  1.1.2.1     /* flags */
 35953                   META_FLAG_PROPERTY|META_FLAG_READ,
 35954                   /* name */
 35955                   "Name",
 35956                   /* qualifiers */
 35957                   _CIM_BufferPool_Name_qualifiers,
 35958                   /* type */
 35959                   CIMTYPE_STRING,
 35960                   /* subscript */
 35961                   -1,
 35962                   /* value */
 35963                   0,
 35964               };
 35965               
 35966               static const char*
 35967               _CIM_BufferPool_BufferSize_qualifiers[] =
 35968               {
 35969                   /* Deprecated */
 35970                   "\013\000\001CIM_BufferPool.SizeOfBuffers\000",
 35971                   /* Units */
 35972                   "\060Bytes",
 35973 mike  1.1.2.1     0,
 35974               };
 35975               
 35976               static MetaProperty
 35977               _CIM_BufferPool_BufferSize =
 35978               {
 35979                   /* flags */
 35980                   META_FLAG_PROPERTY|META_FLAG_READ,
 35981                   /* name */
 35982                   "BufferSize",
 35983                   /* qualifiers */
 35984                   _CIM_BufferPool_BufferSize_qualifiers,
 35985                   /* type */
 35986                   CIMTYPE_UINT16,
 35987                   /* subscript */
 35988                   -1,
 35989                   /* value */
 35990                   0,
 35991               };
 35992               
 35993               static const char*
 35994 mike  1.1.2.1 _CIM_BufferPool_SizeOfBuffers_qualifiers[] =
 35995               {
 35996                   /* Units */
 35997                   "\060Bytes",
 35998                   0,
 35999               };
 36000               
 36001               static MetaProperty
 36002               _CIM_BufferPool_SizeOfBuffers =
 36003               {
 36004                   /* flags */
 36005                   META_FLAG_PROPERTY|META_FLAG_READ,
 36006                   /* name */
 36007                   "SizeOfBuffers",
 36008                   /* qualifiers */
 36009                   _CIM_BufferPool_SizeOfBuffers_qualifiers,
 36010                   /* type */
 36011                   CIMTYPE_UINT32,
 36012                   /* subscript */
 36013                   -1,
 36014                   /* value */
 36015 mike  1.1.2.1     0,
 36016               };
 36017               
 36018               static const char*
 36019               _CIM_BufferPool_TotalBuffers_qualifiers[] =
 36020               {
 36021                   0,
 36022               };
 36023               
 36024               static MetaProperty
 36025               _CIM_BufferPool_TotalBuffers =
 36026               {
 36027                   /* flags */
 36028                   META_FLAG_PROPERTY|META_FLAG_READ,
 36029                   /* name */
 36030                   "TotalBuffers",
 36031                   /* qualifiers */
 36032                   _CIM_BufferPool_TotalBuffers_qualifiers,
 36033                   /* type */
 36034                   CIMTYPE_UINT32,
 36035                   /* subscript */
 36036 mike  1.1.2.1     -1,
 36037                   /* value */
 36038                   0,
 36039               };
 36040               
 36041               static const char*
 36042               _CIM_BufferPool_AvailableBuffers_qualifiers[] =
 36043               {
 36044                   0,
 36045               };
 36046               
 36047               static MetaProperty
 36048               _CIM_BufferPool_AvailableBuffers =
 36049               {
 36050                   /* flags */
 36051                   META_FLAG_PROPERTY|META_FLAG_READ,
 36052                   /* name */
 36053                   "AvailableBuffers",
 36054                   /* qualifiers */
 36055                   _CIM_BufferPool_AvailableBuffers_qualifiers,
 36056                   /* type */
 36057 mike  1.1.2.1     CIMTYPE_UINT32,
 36058                   /* subscript */
 36059                   -1,
 36060                   /* value */
 36061                   0,
 36062               };
 36063               
 36064               static const char*
 36065               _CIM_BufferPool_SharedBuffers_qualifiers[] =
 36066               {
 36067                   0,
 36068               };
 36069               
 36070               static MetaProperty
 36071               _CIM_BufferPool_SharedBuffers =
 36072               {
 36073                   /* flags */
 36074                   META_FLAG_PROPERTY|META_FLAG_READ,
 36075                   /* name */
 36076                   "SharedBuffers",
 36077                   /* qualifiers */
 36078 mike  1.1.2.1     _CIM_BufferPool_SharedBuffers_qualifiers,
 36079                   /* type */
 36080                   CIMTYPE_UINT32,
 36081                   /* subscript */
 36082                   -1,
 36083                   /* value */
 36084                   0,
 36085               };
 36086               
 36087               static MetaFeature*
 36088               _CIM_BufferPool_features[] =
 36089               {
 36090                   (MetaFeature*)&_CIM_BufferPool_CollectionID,
 36091                   (MetaFeature*)&_CIM_BufferPool_CreationClassName,
 36092                   (MetaFeature*)&_CIM_BufferPool_Name,
 36093                   (MetaFeature*)&_CIM_BufferPool_BufferSize,
 36094                   (MetaFeature*)&_CIM_BufferPool_SizeOfBuffers,
 36095                   (MetaFeature*)&_CIM_BufferPool_TotalBuffers,
 36096                   (MetaFeature*)&_CIM_BufferPool_AvailableBuffers,
 36097                   (MetaFeature*)&_CIM_BufferPool_SharedBuffers,
 36098                   0,
 36099 mike  1.1.2.1 };
 36100               
 36101               static const char*
 36102               __root_cimv2_CIM_BufferPool_qualifiers[] =
 36103               {
 36104                   /* UMLPackagePath */
 36105                   "\057CIM::Network::Buffers",
 36106                   /* Version */
 36107                   "\0632.6.0",
 36108                   0,
 36109               };
 36110               
 36111               MetaClass
 36112               __root_cimv2_CIM_BufferPool =
 36113               {
 36114                   /* flags */
 36115                   META_FLAG_CLASS,
 36116                   /* name */
 36117                   "CIM_BufferPool",
 36118                   /* qualifiers */
 36119                   __root_cimv2_CIM_BufferPool_qualifiers,
 36120 mike  1.1.2.1     /* super */
 36121                   &__root_cimv2_CIM_CollectionOfMSEs,
 36122                   /* features */
 36123                   _CIM_BufferPool_features,
 36124               };
 36125               
 36126               //==============================================================================
 36127               //
 36128               // Class: CIM_CIMOMStatisticalData
 36129               //
 36130               //==============================================================================
 36131               
 36132               static const char*
 36133               _CIM_CIMOMStatisticalData_InstanceID_qualifiers[] =
 36134               {
 36135                   /* Override */
 36136                   "\044InstanceID",
 36137                   0,
 36138               };
 36139               
 36140               static MetaProperty
 36141 mike  1.1.2.1 _CIM_CIMOMStatisticalData_InstanceID =
 36142               {
 36143                   /* flags */
 36144                   META_FLAG_PROPERTY|META_FLAG_READ,
 36145                   /* name */
 36146                   "InstanceID",
 36147                   /* qualifiers */
 36148                   _CIM_CIMOMStatisticalData_InstanceID_qualifiers,
 36149                   /* type */
 36150                   CIMTYPE_STRING,
 36151                   /* subscript */
 36152                   -1,
 36153                   /* value */
 36154                   0,
 36155               };
 36156               
 36157               static const char*
 36158               _CIM_CIMOMStatisticalData_OperationType_qualifiers[] =
 36159               {
 36160                   /* Required */
 36161                   "\050\001",
 36162 mike  1.1.2.1     /* ValueMap */
 36163                   "\061\000\0330\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\00025\00026\000",
 36164                   /* Values */
 36165                   "\062\000\033Unknown\000Other\000Batched\000GetClass\000GetInstance\000DeleteClass\000DeleteInstance\000CreateClass\000CreateInstance\000ModifyClass\000ModifyInstance\000EnumerateClasses\000EnumerateClassNames\000EnumerateInstances\000EnumerateInstanceNames\000ExecQuery\000Associators\000AssociatorNames\000References\000ReferenceNames\000GetProperty\000SetProperty\000GetQualifier\000SetQualifier\000DeleteQualifier\000EnumerateQualifiers\000IndicationDelivery\000",
 36166                   /* ModelCorrespondence */
 36167                   "\036\000\001CIM_CIMOMStatisticalData.OtherOperationType\000",
 36168                   0,
 36169               };
 36170               
 36171               static MetaProperty
 36172               _CIM_CIMOMStatisticalData_OperationType =
 36173               {
 36174                   /* flags */
 36175                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 36176                   /* name */
 36177                   "OperationType",
 36178                   /* qualifiers */
 36179                   _CIM_CIMOMStatisticalData_OperationType_qualifiers,
 36180                   /* type */
 36181                   CIMTYPE_UINT16,
 36182                   /* subscript */
 36183 mike  1.1.2.1     -1,
 36184                   /* value */
 36185                   0,
 36186               };
 36187               
 36188               static const char*
 36189               _CIM_CIMOMStatisticalData_OtherOperationType_qualifiers[] =
 36190               {
 36191                   /* MaxLen */
 36192                   "\030\000\000\000\100",
 36193                   /* ModelCorrespondence */
 36194                   "\036\000\001CIM_CIMOMStatisticalData.OperationType\000",
 36195                   0,
 36196               };
 36197               
 36198               static MetaProperty
 36199               _CIM_CIMOMStatisticalData_OtherOperationType =
 36200               {
 36201                   /* flags */
 36202                   META_FLAG_PROPERTY|META_FLAG_READ,
 36203                   /* name */
 36204 mike  1.1.2.1     "OtherOperationType",
 36205                   /* qualifiers */
 36206                   _CIM_CIMOMStatisticalData_OtherOperationType_qualifiers,
 36207                   /* type */
 36208                   CIMTYPE_STRING,
 36209                   /* subscript */
 36210                   -1,
 36211                   /* value */
 36212                   0,
 36213               };
 36214               
 36215               static const char*
 36216               _CIM_CIMOMStatisticalData_NumberOfOperations_qualifiers[] =
 36217               {
 36218                   /* Required */
 36219                   "\050\001",
 36220                   /* Counter */
 36221                   "\012\001",
 36222                   0,
 36223               };
 36224               
 36225 mike  1.1.2.1 static MetaProperty
 36226               _CIM_CIMOMStatisticalData_NumberOfOperations =
 36227               {
 36228                   /* flags */
 36229                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ|META_FLAG_REQUIRED,
 36230                   /* name */
 36231                   "NumberOfOperations",
 36232                   /* qualifiers */
 36233                   _CIM_CIMOMStatisticalData_NumberOfOperations_qualifiers,
 36234                   /* type */
 36235                   CIMTYPE_UINT64,
 36236                   /* subscript */
 36237                   -1,
 36238                   /* value */
 36239                   0,
 36240               };
 36241               
 36242               static const char*
 36243               _CIM_CIMOMStatisticalData_CimomElapsedTime_qualifiers[] =
 36244               {
 36245                   /* Required */
 36246 mike  1.1.2.1     "\050\001",
 36247                   0,
 36248               };
 36249               
 36250               static MetaProperty
 36251               _CIM_CIMOMStatisticalData_CimomElapsedTime =
 36252               {
 36253                   /* flags */
 36254                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 36255                   /* name */
 36256                   "CimomElapsedTime",
 36257                   /* qualifiers */
 36258                   _CIM_CIMOMStatisticalData_CimomElapsedTime_qualifiers,
 36259                   /* type */
 36260                   CIMTYPE_DATETIME,
 36261                   /* subscript */
 36262                   -1,
 36263                   /* value */
 36264                   0,
 36265               };
 36266               
 36267 mike  1.1.2.1 static const char*
 36268               _CIM_CIMOMStatisticalData_ProviderElapsedTime_qualifiers[] =
 36269               {
 36270                   /* Required */
 36271                   "\050\001",
 36272                   0,
 36273               };
 36274               
 36275               static MetaProperty
 36276               _CIM_CIMOMStatisticalData_ProviderElapsedTime =
 36277               {
 36278                   /* flags */
 36279                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 36280                   /* name */
 36281                   "ProviderElapsedTime",
 36282                   /* qualifiers */
 36283                   _CIM_CIMOMStatisticalData_ProviderElapsedTime_qualifiers,
 36284                   /* type */
 36285                   CIMTYPE_DATETIME,
 36286                   /* subscript */
 36287                   -1,
 36288 mike  1.1.2.1     /* value */
 36289                   0,
 36290               };
 36291               
 36292               static const char*
 36293               _CIM_CIMOMStatisticalData_RequestSize_qualifiers[] =
 36294               {
 36295                   /* Units */
 36296                   "\060Bytes",
 36297                   /* Counter */
 36298                   "\012\001",
 36299                   0,
 36300               };
 36301               
 36302               static MetaProperty
 36303               _CIM_CIMOMStatisticalData_RequestSize =
 36304               {
 36305                   /* flags */
 36306                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 36307                   /* name */
 36308                   "RequestSize",
 36309 mike  1.1.2.1     /* qualifiers */
 36310                   _CIM_CIMOMStatisticalData_RequestSize_qualifiers,
 36311                   /* type */
 36312                   CIMTYPE_UINT64,
 36313                   /* subscript */
 36314                   -1,
 36315                   /* value */
 36316                   0,
 36317               };
 36318               
 36319               static const char*
 36320               _CIM_CIMOMStatisticalData_ResponseSize_qualifiers[] =
 36321               {
 36322                   /* Units */
 36323                   "\060Bytes",
 36324                   /* Counter */
 36325                   "\012\001",
 36326                   0,
 36327               };
 36328               
 36329               static MetaProperty
 36330 mike  1.1.2.1 _CIM_CIMOMStatisticalData_ResponseSize =
 36331               {
 36332                   /* flags */
 36333                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 36334                   /* name */
 36335                   "ResponseSize",
 36336                   /* qualifiers */
 36337                   _CIM_CIMOMStatisticalData_ResponseSize_qualifiers,
 36338                   /* type */
 36339                   CIMTYPE_UINT64,
 36340                   /* subscript */
 36341                   -1,
 36342                   /* value */
 36343                   0,
 36344               };
 36345               
 36346               static MetaFeature*
 36347               _CIM_CIMOMStatisticalData_features[] =
 36348               {
 36349                   (MetaFeature*)&_CIM_CIMOMStatisticalData_InstanceID,
 36350                   (MetaFeature*)&_CIM_CIMOMStatisticalData_OperationType,
 36351 mike  1.1.2.1     (MetaFeature*)&_CIM_CIMOMStatisticalData_OtherOperationType,
 36352                   (MetaFeature*)&_CIM_CIMOMStatisticalData_NumberOfOperations,
 36353                   (MetaFeature*)&_CIM_CIMOMStatisticalData_CimomElapsedTime,
 36354                   (MetaFeature*)&_CIM_CIMOMStatisticalData_ProviderElapsedTime,
 36355                   (MetaFeature*)&_CIM_CIMOMStatisticalData_RequestSize,
 36356                   (MetaFeature*)&_CIM_CIMOMStatisticalData_ResponseSize,
 36357                   0,
 36358               };
 36359               
 36360               static const char*
 36361               __root_cimv2_CIM_CIMOMStatisticalData_qualifiers[] =
 36362               {
 36363                   /* UMLPackagePath */
 36364                   "\057CIM::Interop",
 36365                   /* Version */
 36366                   "\0632.7.0",
 36367                   0,
 36368               };
 36369               
 36370               MetaClass
 36371               __root_cimv2_CIM_CIMOMStatisticalData =
 36372 mike  1.1.2.1 {
 36373                   /* flags */
 36374                   META_FLAG_CLASS,
 36375                   /* name */
 36376                   "CIM_CIMOMStatisticalData",
 36377                   /* qualifiers */
 36378                   __root_cimv2_CIM_CIMOMStatisticalData_qualifiers,
 36379                   /* super */
 36380                   &__root_cimv2_CIM_StatisticalData,
 36381                   /* features */
 36382                   _CIM_CIMOMStatisticalData_features,
 36383               };
 36384               
 36385               //==============================================================================
 36386               //
 36387               // Class: CIM_ClassCreation
 36388               //
 36389               //==============================================================================
 36390               
 36391               static MetaFeature*
 36392               _CIM_ClassCreation_features[] =
 36393 mike  1.1.2.1 {
 36394                   0,
 36395               };
 36396               
 36397               static const char*
 36398               __root_cimv2_CIM_ClassCreation_qualifiers[] =
 36399               {
 36400                   /* INDICATION */
 36401                   "\001\001",
 36402                   /* UMLPackagePath */
 36403                   "\057CIM::Event",
 36404                   /* Version */
 36405                   "\0632.6.0",
 36406                   0,
 36407               };
 36408               
 36409               MetaClass
 36410               __root_cimv2_CIM_ClassCreation =
 36411               {
 36412                   /* flags */
 36413                   META_FLAG_INDICATION,
 36414 mike  1.1.2.1     /* name */
 36415                   "CIM_ClassCreation",
 36416                   /* qualifiers */
 36417                   __root_cimv2_CIM_ClassCreation_qualifiers,
 36418                   /* super */
 36419                   &__root_cimv2_CIM_ClassIndication,
 36420                   /* features */
 36421                   _CIM_ClassCreation_features,
 36422               };
 36423               
 36424               //==============================================================================
 36425               //
 36426               // Class: CIM_ClassDeletion
 36427               //
 36428               //==============================================================================
 36429               
 36430               static MetaFeature*
 36431               _CIM_ClassDeletion_features[] =
 36432               {
 36433                   0,
 36434               };
 36435 mike  1.1.2.1 
 36436               static const char*
 36437               __root_cimv2_CIM_ClassDeletion_qualifiers[] =
 36438               {
 36439                   /* INDICATION */
 36440                   "\001\001",
 36441                   /* UMLPackagePath */
 36442                   "\057CIM::Event",
 36443                   /* Version */
 36444                   "\0632.6.0",
 36445                   0,
 36446               };
 36447               
 36448               MetaClass
 36449               __root_cimv2_CIM_ClassDeletion =
 36450               {
 36451                   /* flags */
 36452                   META_FLAG_INDICATION,
 36453                   /* name */
 36454                   "CIM_ClassDeletion",
 36455                   /* qualifiers */
 36456 mike  1.1.2.1     __root_cimv2_CIM_ClassDeletion_qualifiers,
 36457                   /* super */
 36458                   &__root_cimv2_CIM_ClassIndication,
 36459                   /* features */
 36460                   _CIM_ClassDeletion_features,
 36461               };
 36462               
 36463               //==============================================================================
 36464               //
 36465               // Class: CIM_CollectedBufferPool
 36466               //
 36467               //==============================================================================
 36468               
 36469               static const char*
 36470               _CIM_CollectedBufferPool_Collection_qualifiers[] =
 36471               {
 36472                   /* Aggregate */
 36473                   "\003\001",
 36474                   /* Override */
 36475                   "\044Collection",
 36476                   0,
 36477 mike  1.1.2.1 };
 36478               
 36479               static MetaReference
 36480               _CIM_CollectedBufferPool_Collection =
 36481               {
 36482                   /* flags */
 36483                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 36484                   /* name */
 36485                   "Collection",
 36486                   /* qualifiers */
 36487                   _CIM_CollectedBufferPool_Collection_qualifiers,
 36488                   /* subscript */
 36489                   -1,
 36490                   /* refId */
 36491                   &__root_cimv2_CIM_BufferPool,
 36492               };
 36493               
 36494               static const char*
 36495               _CIM_CollectedBufferPool_Member_qualifiers[] =
 36496               {
 36497                   /* Override */
 36498 mike  1.1.2.1     "\044Member",
 36499                   0,
 36500               };
 36501               
 36502               static MetaReference
 36503               _CIM_CollectedBufferPool_Member =
 36504               {
 36505                   /* flags */
 36506                   META_FLAG_REFERENCE|META_FLAG_READ,
 36507                   /* name */
 36508                   "Member",
 36509                   /* qualifiers */
 36510                   _CIM_CollectedBufferPool_Member_qualifiers,
 36511                   /* subscript */
 36512                   -1,
 36513                   /* refId */
 36514                   &__root_cimv2_CIM_BufferPool,
 36515               };
 36516               
 36517               static MetaFeature*
 36518               _CIM_CollectedBufferPool_features[] =
 36519 mike  1.1.2.1 {
 36520                   (MetaFeature*)&_CIM_CollectedBufferPool_Collection,
 36521                   (MetaFeature*)&_CIM_CollectedBufferPool_Member,
 36522                   0,
 36523               };
 36524               
 36525               static const char*
 36526               __root_cimv2_CIM_CollectedBufferPool_qualifiers[] =
 36527               {
 36528                   /* ASSOCIATION */
 36529                   "\000\001",
 36530                   /* UMLPackagePath */
 36531                   "\057CIM::Network::Buffers",
 36532                   /* Aggregation */
 36533                   "\004\001",
 36534                   /* Version */
 36535                   "\0632.6.0",
 36536                   0,
 36537               };
 36538               
 36539               MetaClass
 36540 mike  1.1.2.1 __root_cimv2_CIM_CollectedBufferPool =
 36541               {
 36542                   /* flags */
 36543                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 36544                   /* name */
 36545                   "CIM_CollectedBufferPool",
 36546                   /* qualifiers */
 36547                   __root_cimv2_CIM_CollectedBufferPool_qualifiers,
 36548                   /* super */
 36549                   &__root_cimv2_CIM_MemberOfCollection,
 36550                   /* features */
 36551                   _CIM_CollectedBufferPool_features,
 36552               };
 36553               
 36554               //==============================================================================
 36555               //
 36556               // Class: CIM_CollectedCollections
 36557               //
 36558               //==============================================================================
 36559               
 36560               static const char*
 36561 mike  1.1.2.1 _CIM_CollectedCollections_Collection_qualifiers[] =
 36562               {
 36563                   /* Key */
 36564                   "\025\001",
 36565                   /* Aggregate */
 36566                   "\003\001",
 36567                   0,
 36568               };
 36569               
 36570               static MetaReference
 36571               _CIM_CollectedCollections_Collection =
 36572               {
 36573                   /* flags */
 36574                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 36575                   /* name */
 36576                   "Collection",
 36577                   /* qualifiers */
 36578                   _CIM_CollectedCollections_Collection_qualifiers,
 36579                   /* subscript */
 36580                   -1,
 36581                   /* refId */
 36582 mike  1.1.2.1     &__root_cimv2_CIM_CollectionOfMSEs,
 36583               };
 36584               
 36585               static const char*
 36586               _CIM_CollectedCollections_CollectionInCollection_qualifiers[] =
 36587               {
 36588                   /* Key */
 36589                   "\025\001",
 36590                   0,
 36591               };
 36592               
 36593               static MetaReference
 36594               _CIM_CollectedCollections_CollectionInCollection =
 36595               {
 36596                   /* flags */
 36597                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 36598                   /* name */
 36599                   "CollectionInCollection",
 36600                   /* qualifiers */
 36601                   _CIM_CollectedCollections_CollectionInCollection_qualifiers,
 36602                   /* subscript */
 36603 mike  1.1.2.1     -1,
 36604                   /* refId */
 36605                   &__root_cimv2_CIM_CollectionOfMSEs,
 36606               };
 36607               
 36608               static MetaFeature*
 36609               _CIM_CollectedCollections_features[] =
 36610               {
 36611                   (MetaFeature*)&_CIM_CollectedCollections_Collection,
 36612                   (MetaFeature*)&_CIM_CollectedCollections_CollectionInCollection,
 36613                   0,
 36614               };
 36615               
 36616               static const char*
 36617               __root_cimv2_CIM_CollectedCollections_qualifiers[] =
 36618               {
 36619                   /* ASSOCIATION */
 36620                   "\000\001",
 36621                   /* UMLPackagePath */
 36622                   "\057CIM::Core::Collection",
 36623                   /* Aggregation */
 36624 mike  1.1.2.1     "\004\001",
 36625                   /* Version */
 36626                   "\0632.10.0",
 36627                   0,
 36628               };
 36629               
 36630               MetaClass
 36631               __root_cimv2_CIM_CollectedCollections =
 36632               {
 36633                   /* flags */
 36634                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 36635                   /* name */
 36636                   "CIM_CollectedCollections",
 36637                   /* qualifiers */
 36638                   __root_cimv2_CIM_CollectedCollections_qualifiers,
 36639                   /* super */
 36640                   0,
 36641                   /* features */
 36642                   _CIM_CollectedCollections_features,
 36643               };
 36644               
 36645 mike  1.1.2.1 //==============================================================================
 36646               //
 36647               // Class: CIM_CollectedMSEs
 36648               //
 36649               //==============================================================================
 36650               
 36651               static const char*
 36652               _CIM_CollectedMSEs_Collection_qualifiers[] =
 36653               {
 36654                   /* Aggregate */
 36655                   "\003\001",
 36656                   /* Override */
 36657                   "\044Collection",
 36658                   0,
 36659               };
 36660               
 36661               static MetaReference
 36662               _CIM_CollectedMSEs_Collection =
 36663               {
 36664                   /* flags */
 36665                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 36666 mike  1.1.2.1     /* name */
 36667                   "Collection",
 36668                   /* qualifiers */
 36669                   _CIM_CollectedMSEs_Collection_qualifiers,
 36670                   /* subscript */
 36671                   -1,
 36672                   /* refId */
 36673                   &__root_cimv2_CIM_CollectionOfMSEs,
 36674               };
 36675               
 36676               static const char*
 36677               _CIM_CollectedMSEs_Member_qualifiers[] =
 36678               {
 36679                   /* Override */
 36680                   "\044Member",
 36681                   0,
 36682               };
 36683               
 36684               static MetaReference
 36685               _CIM_CollectedMSEs_Member =
 36686               {
 36687 mike  1.1.2.1     /* flags */
 36688                   META_FLAG_REFERENCE|META_FLAG_READ,
 36689                   /* name */
 36690                   "Member",
 36691                   /* qualifiers */
 36692                   _CIM_CollectedMSEs_Member_qualifiers,
 36693                   /* subscript */
 36694                   -1,
 36695                   /* refId */
 36696                   &__root_cimv2_CIM_ManagedSystemElement,
 36697               };
 36698               
 36699               static MetaFeature*
 36700               _CIM_CollectedMSEs_features[] =
 36701               {
 36702                   (MetaFeature*)&_CIM_CollectedMSEs_Collection,
 36703                   (MetaFeature*)&_CIM_CollectedMSEs_Member,
 36704                   0,
 36705               };
 36706               
 36707               static const char*
 36708 mike  1.1.2.1 __root_cimv2_CIM_CollectedMSEs_qualifiers[] =
 36709               {
 36710                   /* ASSOCIATION */
 36711                   "\000\001",
 36712                   /* UMLPackagePath */
 36713                   "\057CIM::Core::Collection",
 36714                   /* Aggregation */
 36715                   "\004\001",
 36716                   /* Version */
 36717                   "\0632.6.0",
 36718                   0,
 36719               };
 36720               
 36721               MetaClass
 36722               __root_cimv2_CIM_CollectedMSEs =
 36723               {
 36724                   /* flags */
 36725                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 36726                   /* name */
 36727                   "CIM_CollectedMSEs",
 36728                   /* qualifiers */
 36729 mike  1.1.2.1     __root_cimv2_CIM_CollectedMSEs_qualifiers,
 36730                   /* super */
 36731                   &__root_cimv2_CIM_MemberOfCollection,
 36732                   /* features */
 36733                   _CIM_CollectedMSEs_features,
 36734               };
 36735               
 36736               //==============================================================================
 36737               //
 36738               // Class: CIM_CollectionConfiguration
 36739               //
 36740               //==============================================================================
 36741               
 36742               static const char*
 36743               _CIM_CollectionConfiguration_Collection_qualifiers[] =
 36744               {
 36745                   /* Deprecated */
 36746                   "\013\000\002CIM_ElementSettingData.ManagedElement\000CIM_CollectionSetting.Collection\000",
 36747                   /* Key */
 36748                   "\025\001",
 36749                   0,
 36750 mike  1.1.2.1 };
 36751               
 36752               static MetaReference
 36753               _CIM_CollectionConfiguration_Collection =
 36754               {
 36755                   /* flags */
 36756                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 36757                   /* name */
 36758                   "Collection",
 36759                   /* qualifiers */
 36760                   _CIM_CollectionConfiguration_Collection_qualifiers,
 36761                   /* subscript */
 36762                   -1,
 36763                   /* refId */
 36764                   &__root_cimv2_CIM_CollectionOfMSEs,
 36765               };
 36766               
 36767               static const char*
 36768               _CIM_CollectionConfiguration_Configuration_qualifiers[] =
 36769               {
 36770                   /* Deprecated */
 36771 mike  1.1.2.1     "\013\000\002CIM_ElementSettingData.SettingData\000CIM_CollectionSetting.Setting\000",
 36772                   /* Key */
 36773                   "\025\001",
 36774                   0,
 36775               };
 36776               
 36777               static MetaReference
 36778               _CIM_CollectionConfiguration_Configuration =
 36779               {
 36780                   /* flags */
 36781                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 36782                   /* name */
 36783                   "Configuration",
 36784                   /* qualifiers */
 36785                   _CIM_CollectionConfiguration_Configuration_qualifiers,
 36786                   /* subscript */
 36787                   -1,
 36788                   /* refId */
 36789                   &__root_cimv2_CIM_Configuration,
 36790               };
 36791               
 36792 mike  1.1.2.1 static MetaFeature*
 36793               _CIM_CollectionConfiguration_features[] =
 36794               {
 36795                   (MetaFeature*)&_CIM_CollectionConfiguration_Collection,
 36796                   (MetaFeature*)&_CIM_CollectionConfiguration_Configuration,
 36797                   0,
 36798               };
 36799               
 36800               static const char*
 36801               __root_cimv2_CIM_CollectionConfiguration_qualifiers[] =
 36802               {
 36803                   /* ASSOCIATION */
 36804                   "\000\001",
 36805                   /* Deprecated */
 36806                   "\013\000\002CIM_ElementSettingData\000CIM_CollectionSetting\000",
 36807                   /* UMLPackagePath */
 36808                   "\057CIM::Core::Settings",
 36809                   /* Version */
 36810                   "\0632.10.0",
 36811                   0,
 36812               };
 36813 mike  1.1.2.1 
 36814               MetaClass
 36815               __root_cimv2_CIM_CollectionConfiguration =
 36816               {
 36817                   /* flags */
 36818                   META_FLAG_ASSOCIATION,
 36819                   /* name */
 36820                   "CIM_CollectionConfiguration",
 36821                   /* qualifiers */
 36822                   __root_cimv2_CIM_CollectionConfiguration_qualifiers,
 36823                   /* super */
 36824                   0,
 36825                   /* features */
 36826                   _CIM_CollectionConfiguration_features,
 36827               };
 36828               
 36829               //==============================================================================
 36830               //
 36831               // Class: CIM_CollectionInOrganization
 36832               //
 36833               //==============================================================================
 36834 mike  1.1.2.1 
 36835               static const char*
 36836               _CIM_CollectionInOrganization_Parent_qualifiers[] =
 36837               {
 36838                   /* Key */
 36839                   "\025\001",
 36840                   /* Aggregate */
 36841                   "\003\001",
 36842                   /* Max */
 36843                   "\027\000\000\000\001",
 36844                   0,
 36845               };
 36846               
 36847               static MetaReference
 36848               _CIM_CollectionInOrganization_Parent =
 36849               {
 36850                   /* flags */
 36851                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 36852                   /* name */
 36853                   "Parent",
 36854                   /* qualifiers */
 36855 mike  1.1.2.1     _CIM_CollectionInOrganization_Parent_qualifiers,
 36856                   /* subscript */
 36857                   -1,
 36858                   /* refId */
 36859                   &__root_cimv2_CIM_OrganizationalEntity,
 36860               };
 36861               
 36862               static const char*
 36863               _CIM_CollectionInOrganization_Child_qualifiers[] =
 36864               {
 36865                   /* Key */
 36866                   "\025\001",
 36867                   0,
 36868               };
 36869               
 36870               static MetaReference
 36871               _CIM_CollectionInOrganization_Child =
 36872               {
 36873                   /* flags */
 36874                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 36875                   /* name */
 36876 mike  1.1.2.1     "Child",
 36877                   /* qualifiers */
 36878                   _CIM_CollectionInOrganization_Child_qualifiers,
 36879                   /* subscript */
 36880                   -1,
 36881                   /* refId */
 36882                   &__root_cimv2_CIM_Collection,
 36883               };
 36884               
 36885               static MetaFeature*
 36886               _CIM_CollectionInOrganization_features[] =
 36887               {
 36888                   (MetaFeature*)&_CIM_CollectionInOrganization_Parent,
 36889                   (MetaFeature*)&_CIM_CollectionInOrganization_Child,
 36890                   0,
 36891               };
 36892               
 36893               static const char*
 36894               __root_cimv2_CIM_CollectionInOrganization_qualifiers[] =
 36895               {
 36896                   /* ASSOCIATION */
 36897 mike  1.1.2.1     "\000\001",
 36898                   /* UMLPackagePath */
 36899                   "\057CIM::User::Org",
 36900                   /* Aggregation */
 36901                   "\004\001",
 36902                   /* Version */
 36903                   "\0632.6.0",
 36904                   0,
 36905               };
 36906               
 36907               MetaClass
 36908               __root_cimv2_CIM_CollectionInOrganization =
 36909               {
 36910                   /* flags */
 36911                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 36912                   /* name */
 36913                   "CIM_CollectionInOrganization",
 36914                   /* qualifiers */
 36915                   __root_cimv2_CIM_CollectionInOrganization_qualifiers,
 36916                   /* super */
 36917                   0,
 36918 mike  1.1.2.1     /* features */
 36919                   _CIM_CollectionInOrganization_features,
 36920               };
 36921               
 36922               //==============================================================================
 36923               //
 36924               // Class: CIM_CollectionSetting
 36925               //
 36926               //==============================================================================
 36927               
 36928               static const char*
 36929               _CIM_CollectionSetting_Collection_qualifiers[] =
 36930               {
 36931                   /* Key */
 36932                   "\025\001",
 36933                   0,
 36934               };
 36935               
 36936               static MetaReference
 36937               _CIM_CollectionSetting_Collection =
 36938               {
 36939 mike  1.1.2.1     /* flags */
 36940                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 36941                   /* name */
 36942                   "Collection",
 36943                   /* qualifiers */
 36944                   _CIM_CollectionSetting_Collection_qualifiers,
 36945                   /* subscript */
 36946                   -1,
 36947                   /* refId */
 36948                   &__root_cimv2_CIM_CollectionOfMSEs,
 36949               };
 36950               
 36951               static const char*
 36952               _CIM_CollectionSetting_Setting_qualifiers[] =
 36953               {
 36954                   /* Key */
 36955                   "\025\001",
 36956                   0,
 36957               };
 36958               
 36959               static MetaReference
 36960 mike  1.1.2.1 _CIM_CollectionSetting_Setting =
 36961               {
 36962                   /* flags */
 36963                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 36964                   /* name */
 36965                   "Setting",
 36966                   /* qualifiers */
 36967                   _CIM_CollectionSetting_Setting_qualifiers,
 36968                   /* subscript */
 36969                   -1,
 36970                   /* refId */
 36971                   &__root_cimv2_CIM_Setting,
 36972               };
 36973               
 36974               static MetaFeature*
 36975               _CIM_CollectionSetting_features[] =
 36976               {
 36977                   (MetaFeature*)&_CIM_CollectionSetting_Collection,
 36978                   (MetaFeature*)&_CIM_CollectionSetting_Setting,
 36979                   0,
 36980               };
 36981 mike  1.1.2.1 
 36982               static const char*
 36983               __root_cimv2_CIM_CollectionSetting_qualifiers[] =
 36984               {
 36985                   /* ASSOCIATION */
 36986                   "\000\001",
 36987                   /* UMLPackagePath */
 36988                   "\057CIM::Core::Settings",
 36989                   /* Version */
 36990                   "\0632.6.0",
 36991                   0,
 36992               };
 36993               
 36994               MetaClass
 36995               __root_cimv2_CIM_CollectionSetting =
 36996               {
 36997                   /* flags */
 36998                   META_FLAG_ASSOCIATION,
 36999                   /* name */
 37000                   "CIM_CollectionSetting",
 37001                   /* qualifiers */
 37002 mike  1.1.2.1     __root_cimv2_CIM_CollectionSetting_qualifiers,
 37003                   /* super */
 37004                   0,
 37005                   /* features */
 37006                   _CIM_CollectionSetting_features,
 37007               };
 37008               
 37009               //==============================================================================
 37010               //
 37011               // Class: CIM_CommonDatabaseSettingData
 37012               //
 37013               //==============================================================================
 37014               
 37015               static const char*
 37016               _CIM_CommonDatabaseSettingData_RecoverabilityOption_qualifiers[] =
 37017               {
 37018                   /* Write */
 37019                   "\065\001",
 37020                   /* ValueMap */
 37021                   "\061\000\0041\0002\0003\0004\000",
 37022                   /* Values */
 37023 mike  1.1.2.1     "\062\000\004Other\000Recoverable\000Non-Recoverable\000Rebuildable\000",
 37024                   /* ModelCorrespondence */
 37025                   "\036\000\002CIM_CommonDatabaseSettingData.OtherRecoverabilityOption\000CIM_CommonDatabaseCapabilities.RecoverabilityOptions\000",
 37026                   0,
 37027               };
 37028               
 37029               static MetaProperty
 37030               _CIM_CommonDatabaseSettingData_RecoverabilityOption =
 37031               {
 37032                   /* flags */
 37033                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 37034                   /* name */
 37035                   "RecoverabilityOption",
 37036                   /* qualifiers */
 37037                   _CIM_CommonDatabaseSettingData_RecoverabilityOption_qualifiers,
 37038                   /* type */
 37039                   CIMTYPE_UINT16,
 37040                   /* subscript */
 37041                   -1,
 37042                   /* value */
 37043                   0,
 37044 mike  1.1.2.1 };
 37045               
 37046               static const char*
 37047               _CIM_CommonDatabaseSettingData_OtherRecoverabilityOption_qualifiers[] =
 37048               {
 37049                   /* Write */
 37050                   "\065\001",
 37051                   /* ModelCorrespondence */
 37052                   "\036\000\002CIM_CommonDatabaseSettingData.RecoverabilityOption\000CIM_CommonDatabaseCapabilities.OtherRecoverabilityOptions\000",
 37053                   0,
 37054               };
 37055               
 37056               static MetaProperty
 37057               _CIM_CommonDatabaseSettingData_OtherRecoverabilityOption =
 37058               {
 37059                   /* flags */
 37060                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 37061                   /* name */
 37062                   "OtherRecoverabilityOption",
 37063                   /* qualifiers */
 37064                   _CIM_CommonDatabaseSettingData_OtherRecoverabilityOption_qualifiers,
 37065 mike  1.1.2.1     /* type */
 37066                   CIMTYPE_STRING,
 37067                   /* subscript */
 37068                   -1,
 37069                   /* value */
 37070                   0,
 37071               };
 37072               
 37073               static MetaFeature*
 37074               _CIM_CommonDatabaseSettingData_features[] =
 37075               {
 37076                   (MetaFeature*)&_CIM_CommonDatabaseSettingData_RecoverabilityOption,
 37077                   (MetaFeature*)&_CIM_CommonDatabaseSettingData_OtherRecoverabilityOption,
 37078                   0,
 37079               };
 37080               
 37081               static const char*
 37082               __root_cimv2_CIM_CommonDatabaseSettingData_qualifiers[] =
 37083               {
 37084                   /* UMLPackagePath */
 37085                   "\057CIM::Database::Storage",
 37086 mike  1.1.2.1     /* Version */
 37087                   "\0632.8.0",
 37088                   0,
 37089               };
 37090               
 37091               MetaClass
 37092               __root_cimv2_CIM_CommonDatabaseSettingData =
 37093               {
 37094                   /* flags */
 37095                   META_FLAG_CLASS,
 37096                   /* name */
 37097                   "CIM_CommonDatabaseSettingData",
 37098                   /* qualifiers */
 37099                   __root_cimv2_CIM_CommonDatabaseSettingData_qualifiers,
 37100                   /* super */
 37101                   &__root_cimv2_CIM_SettingData,
 37102                   /* features */
 37103                   _CIM_CommonDatabaseSettingData_features,
 37104               };
 37105               
 37106               //==============================================================================
 37107 mike  1.1.2.1 //
 37108               // Class: CIM_CommonDatabaseStatistics
 37109               //
 37110               //==============================================================================
 37111               
 37112               static const char*
 37113               _CIM_CommonDatabaseStatistics_SizeUsed_qualifiers[] =
 37114               {
 37115                   /* MappingStrings */
 37116                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbInfoSizeUsed\000",
 37117                   0,
 37118               };
 37119               
 37120               static MetaProperty
 37121               _CIM_CommonDatabaseStatistics_SizeUsed =
 37122               {
 37123                   /* flags */
 37124                   META_FLAG_PROPERTY|META_FLAG_READ,
 37125                   /* name */
 37126                   "SizeUsed",
 37127                   /* qualifiers */
 37128 mike  1.1.2.1     _CIM_CommonDatabaseStatistics_SizeUsed_qualifiers,
 37129                   /* type */
 37130                   CIMTYPE_UINT32,
 37131                   /* subscript */
 37132                   -1,
 37133                   /* value */
 37134                   0,
 37135               };
 37136               
 37137               static MetaFeature*
 37138               _CIM_CommonDatabaseStatistics_features[] =
 37139               {
 37140                   (MetaFeature*)&_CIM_CommonDatabaseStatistics_SizeUsed,
 37141                   0,
 37142               };
 37143               
 37144               static const char*
 37145               __root_cimv2_CIM_CommonDatabaseStatistics_qualifiers[] =
 37146               {
 37147                   /* UMLPackagePath */
 37148                   "\057CIM::Database::Statistics",
 37149 mike  1.1.2.1     /* Version */
 37150                   "\0632.7.0",
 37151                   0,
 37152               };
 37153               
 37154               MetaClass
 37155               __root_cimv2_CIM_CommonDatabaseStatistics =
 37156               {
 37157                   /* flags */
 37158                   META_FLAG_CLASS,
 37159                   /* name */
 37160                   "CIM_CommonDatabaseStatistics",
 37161                   /* qualifiers */
 37162                   __root_cimv2_CIM_CommonDatabaseStatistics_qualifiers,
 37163                   /* super */
 37164                   &__root_cimv2_CIM_StatisticalData,
 37165                   /* features */
 37166                   _CIM_CommonDatabaseStatistics_features,
 37167               };
 37168               
 37169               //==============================================================================
 37170 mike  1.1.2.1 //
 37171               // Class: CIM_CompatibleProduct
 37172               //
 37173               //==============================================================================
 37174               
 37175               static const char*
 37176               _CIM_CompatibleProduct_Product_qualifiers[] =
 37177               {
 37178                   /* Key */
 37179                   "\025\001",
 37180                   0,
 37181               };
 37182               
 37183               static MetaReference
 37184               _CIM_CompatibleProduct_Product =
 37185               {
 37186                   /* flags */
 37187                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 37188                   /* name */
 37189                   "Product",
 37190                   /* qualifiers */
 37191 mike  1.1.2.1     _CIM_CompatibleProduct_Product_qualifiers,
 37192                   /* subscript */
 37193                   -1,
 37194                   /* refId */
 37195                   &__root_cimv2_CIM_Product,
 37196               };
 37197               
 37198               static const char*
 37199               _CIM_CompatibleProduct_CompatibleProduct_qualifiers[] =
 37200               {
 37201                   /* Key */
 37202                   "\025\001",
 37203                   0,
 37204               };
 37205               
 37206               static MetaReference
 37207               _CIM_CompatibleProduct_CompatibleProduct =
 37208               {
 37209                   /* flags */
 37210                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 37211                   /* name */
 37212 mike  1.1.2.1     "CompatibleProduct",
 37213                   /* qualifiers */
 37214                   _CIM_CompatibleProduct_CompatibleProduct_qualifiers,
 37215                   /* subscript */
 37216                   -1,
 37217                   /* refId */
 37218                   &__root_cimv2_CIM_Product,
 37219               };
 37220               
 37221               static const char*
 37222               _CIM_CompatibleProduct_CompatibilityDescription_qualifiers[] =
 37223               {
 37224                   0,
 37225               };
 37226               
 37227               static MetaProperty
 37228               _CIM_CompatibleProduct_CompatibilityDescription =
 37229               {
 37230                   /* flags */
 37231                   META_FLAG_PROPERTY|META_FLAG_READ,
 37232                   /* name */
 37233 mike  1.1.2.1     "CompatibilityDescription",
 37234                   /* qualifiers */
 37235                   _CIM_CompatibleProduct_CompatibilityDescription_qualifiers,
 37236                   /* type */
 37237                   CIMTYPE_STRING,
 37238                   /* subscript */
 37239                   -1,
 37240                   /* value */
 37241                   0,
 37242               };
 37243               
 37244               static MetaFeature*
 37245               _CIM_CompatibleProduct_features[] =
 37246               {
 37247                   (MetaFeature*)&_CIM_CompatibleProduct_Product,
 37248                   (MetaFeature*)&_CIM_CompatibleProduct_CompatibleProduct,
 37249                   (MetaFeature*)&_CIM_CompatibleProduct_CompatibilityDescription,
 37250                   0,
 37251               };
 37252               
 37253               static const char*
 37254 mike  1.1.2.1 __root_cimv2_CIM_CompatibleProduct_qualifiers[] =
 37255               {
 37256                   /* ASSOCIATION */
 37257                   "\000\001",
 37258                   /* UMLPackagePath */
 37259                   "\057CIM::Core::ProductFRU",
 37260                   /* Version */
 37261                   "\0632.6.0",
 37262                   0,
 37263               };
 37264               
 37265               MetaClass
 37266               __root_cimv2_CIM_CompatibleProduct =
 37267               {
 37268                   /* flags */
 37269                   META_FLAG_ASSOCIATION,
 37270                   /* name */
 37271                   "CIM_CompatibleProduct",
 37272                   /* qualifiers */
 37273                   __root_cimv2_CIM_CompatibleProduct_qualifiers,
 37274                   /* super */
 37275 mike  1.1.2.1     0,
 37276                   /* features */
 37277                   _CIM_CompatibleProduct_features,
 37278               };
 37279               
 37280               //==============================================================================
 37281               //
 37282               // Class: CIM_CompoundPolicyAction
 37283               //
 37284               //==============================================================================
 37285               
 37286               static const char*
 37287               _CIM_CompoundPolicyAction_SequencedActions_qualifiers[] =
 37288               {
 37289                   /* ValueMap */
 37290                   "\061\000\0031\0002\0003\000",
 37291                   /* Values */
 37292                   "\062\000\003Mandatory\000Recommended\000Dont Care\000",
 37293                   0,
 37294               };
 37295               
 37296 mike  1.1.2.1 static MetaProperty
 37297               _CIM_CompoundPolicyAction_SequencedActions =
 37298               {
 37299                   /* flags */
 37300                   META_FLAG_PROPERTY|META_FLAG_READ,
 37301                   /* name */
 37302                   "SequencedActions",
 37303                   /* qualifiers */
 37304                   _CIM_CompoundPolicyAction_SequencedActions_qualifiers,
 37305                   /* type */
 37306                   CIMTYPE_UINT16,
 37307                   /* subscript */
 37308                   -1,
 37309                   /* value */
 37310                   "\000\003",
 37311               };
 37312               
 37313               static const char*
 37314               _CIM_CompoundPolicyAction_ExecutionStrategy_qualifiers[] =
 37315               {
 37316                   /* ValueMap */
 37317 mike  1.1.2.1     "\061\000\0031\0002\0003\000",
 37318                   /* Values */
 37319                   "\062\000\003Do Until Success\000Do All\000Do Until Failure\000",
 37320                   0,
 37321               };
 37322               
 37323               static MetaProperty
 37324               _CIM_CompoundPolicyAction_ExecutionStrategy =
 37325               {
 37326                   /* flags */
 37327                   META_FLAG_PROPERTY|META_FLAG_READ,
 37328                   /* name */
 37329                   "ExecutionStrategy",
 37330                   /* qualifiers */
 37331                   _CIM_CompoundPolicyAction_ExecutionStrategy_qualifiers,
 37332                   /* type */
 37333                   CIMTYPE_UINT16,
 37334                   /* subscript */
 37335                   -1,
 37336                   /* value */
 37337                   "\000\002",
 37338 mike  1.1.2.1 };
 37339               
 37340               static MetaFeature*
 37341               _CIM_CompoundPolicyAction_features[] =
 37342               {
 37343                   (MetaFeature*)&_CIM_CompoundPolicyAction_SequencedActions,
 37344                   (MetaFeature*)&_CIM_CompoundPolicyAction_ExecutionStrategy,
 37345                   0,
 37346               };
 37347               
 37348               static const char*
 37349               __root_cimv2_CIM_CompoundPolicyAction_qualifiers[] =
 37350               {
 37351                   /* UMLPackagePath */
 37352                   "\057CIM::Policy",
 37353                   /* Version */
 37354                   "\0632.6.0",
 37355                   0,
 37356               };
 37357               
 37358               MetaClass
 37359 mike  1.1.2.1 __root_cimv2_CIM_CompoundPolicyAction =
 37360               {
 37361                   /* flags */
 37362                   META_FLAG_CLASS,
 37363                   /* name */
 37364                   "CIM_CompoundPolicyAction",
 37365                   /* qualifiers */
 37366                   __root_cimv2_CIM_CompoundPolicyAction_qualifiers,
 37367                   /* super */
 37368                   &__root_cimv2_CIM_PolicyAction,
 37369                   /* features */
 37370                   _CIM_CompoundPolicyAction_features,
 37371               };
 37372               
 37373               //==============================================================================
 37374               //
 37375               // Class: CIM_CompoundPolicyCondition
 37376               //
 37377               //==============================================================================
 37378               
 37379               static const char*
 37380 mike  1.1.2.1 _CIM_CompoundPolicyCondition_ConditionListType_qualifiers[] =
 37381               {
 37382                   /* ValueMap */
 37383                   "\061\000\0021\0002\000",
 37384                   /* Values */
 37385                   "\062\000\002DNF\000CNF\000",
 37386                   0,
 37387               };
 37388               
 37389               static MetaProperty
 37390               _CIM_CompoundPolicyCondition_ConditionListType =
 37391               {
 37392                   /* flags */
 37393                   META_FLAG_PROPERTY|META_FLAG_READ,
 37394                   /* name */
 37395                   "ConditionListType",
 37396                   /* qualifiers */
 37397                   _CIM_CompoundPolicyCondition_ConditionListType_qualifiers,
 37398                   /* type */
 37399                   CIMTYPE_UINT16,
 37400                   /* subscript */
 37401 mike  1.1.2.1     -1,
 37402                   /* value */
 37403                   0,
 37404               };
 37405               
 37406               static MetaFeature*
 37407               _CIM_CompoundPolicyCondition_features[] =
 37408               {
 37409                   (MetaFeature*)&_CIM_CompoundPolicyCondition_ConditionListType,
 37410                   0,
 37411               };
 37412               
 37413               static const char*
 37414               __root_cimv2_CIM_CompoundPolicyCondition_qualifiers[] =
 37415               {
 37416                   /* UMLPackagePath */
 37417                   "\057CIM::Policy",
 37418                   /* Version */
 37419                   "\0632.7.0",
 37420                   0,
 37421               };
 37422 mike  1.1.2.1 
 37423               MetaClass
 37424               __root_cimv2_CIM_CompoundPolicyCondition =
 37425               {
 37426                   /* flags */
 37427                   META_FLAG_CLASS,
 37428                   /* name */
 37429                   "CIM_CompoundPolicyCondition",
 37430                   /* qualifiers */
 37431                   __root_cimv2_CIM_CompoundPolicyCondition_qualifiers,
 37432                   /* super */
 37433                   &__root_cimv2_CIM_PolicyCondition,
 37434                   /* features */
 37435                   _CIM_CompoundPolicyCondition_features,
 37436               };
 37437               
 37438               //==============================================================================
 37439               //
 37440               // Class: CIM_ConcreteDependency
 37441               //
 37442               //==============================================================================
 37443 mike  1.1.2.1 
 37444               static const char*
 37445               _CIM_ConcreteDependency_Antecedent_qualifiers[] =
 37446               {
 37447                   /* Override */
 37448                   "\044Antecedent",
 37449                   0,
 37450               };
 37451               
 37452               static MetaReference
 37453               _CIM_ConcreteDependency_Antecedent =
 37454               {
 37455                   /* flags */
 37456                   META_FLAG_REFERENCE|META_FLAG_READ,
 37457                   /* name */
 37458                   "Antecedent",
 37459                   /* qualifiers */
 37460                   _CIM_ConcreteDependency_Antecedent_qualifiers,
 37461                   /* subscript */
 37462                   -1,
 37463                   /* refId */
 37464 mike  1.1.2.1     &__root_cimv2_CIM_ManagedElement,
 37465               };
 37466               
 37467               static const char*
 37468               _CIM_ConcreteDependency_Dependent_qualifiers[] =
 37469               {
 37470                   /* Override */
 37471                   "\044Dependent",
 37472                   0,
 37473               };
 37474               
 37475               static MetaReference
 37476               _CIM_ConcreteDependency_Dependent =
 37477               {
 37478                   /* flags */
 37479                   META_FLAG_REFERENCE|META_FLAG_READ,
 37480                   /* name */
 37481                   "Dependent",
 37482                   /* qualifiers */
 37483                   _CIM_ConcreteDependency_Dependent_qualifiers,
 37484                   /* subscript */
 37485 mike  1.1.2.1     -1,
 37486                   /* refId */
 37487                   &__root_cimv2_CIM_ManagedElement,
 37488               };
 37489               
 37490               static MetaFeature*
 37491               _CIM_ConcreteDependency_features[] =
 37492               {
 37493                   (MetaFeature*)&_CIM_ConcreteDependency_Antecedent,
 37494                   (MetaFeature*)&_CIM_ConcreteDependency_Dependent,
 37495                   0,
 37496               };
 37497               
 37498               static const char*
 37499               __root_cimv2_CIM_ConcreteDependency_qualifiers[] =
 37500               {
 37501                   /* ASSOCIATION */
 37502                   "\000\001",
 37503                   /* UMLPackagePath */
 37504                   "\057CIM::Core::CoreElements",
 37505                   /* Version */
 37506 mike  1.1.2.1     "\0632.10.0",
 37507                   0,
 37508               };
 37509               
 37510               MetaClass
 37511               __root_cimv2_CIM_ConcreteDependency =
 37512               {
 37513                   /* flags */
 37514                   META_FLAG_ASSOCIATION,
 37515                   /* name */
 37516                   "CIM_ConcreteDependency",
 37517                   /* qualifiers */
 37518                   __root_cimv2_CIM_ConcreteDependency_qualifiers,
 37519                   /* super */
 37520                   &__root_cimv2_CIM_Dependency,
 37521                   /* features */
 37522                   _CIM_ConcreteDependency_features,
 37523               };
 37524               
 37525               //==============================================================================
 37526               //
 37527 mike  1.1.2.1 // Class: CIM_ConcreteIdentity
 37528               //
 37529               //==============================================================================
 37530               
 37531               static const char*
 37532               _CIM_ConcreteIdentity_SystemElement_qualifiers[] =
 37533               {
 37534                   /* Override */
 37535                   "\044SystemElement",
 37536                   0,
 37537               };
 37538               
 37539               static MetaReference
 37540               _CIM_ConcreteIdentity_SystemElement =
 37541               {
 37542                   /* flags */
 37543                   META_FLAG_REFERENCE|META_FLAG_READ,
 37544                   /* name */
 37545                   "SystemElement",
 37546                   /* qualifiers */
 37547                   _CIM_ConcreteIdentity_SystemElement_qualifiers,
 37548 mike  1.1.2.1     /* subscript */
 37549                   -1,
 37550                   /* refId */
 37551                   &__root_cimv2_CIM_ManagedElement,
 37552               };
 37553               
 37554               static const char*
 37555               _CIM_ConcreteIdentity_SameElement_qualifiers[] =
 37556               {
 37557                   /* Override */
 37558                   "\044SameElement",
 37559                   0,
 37560               };
 37561               
 37562               static MetaReference
 37563               _CIM_ConcreteIdentity_SameElement =
 37564               {
 37565                   /* flags */
 37566                   META_FLAG_REFERENCE|META_FLAG_READ,
 37567                   /* name */
 37568                   "SameElement",
 37569 mike  1.1.2.1     /* qualifiers */
 37570                   _CIM_ConcreteIdentity_SameElement_qualifiers,
 37571                   /* subscript */
 37572                   -1,
 37573                   /* refId */
 37574                   &__root_cimv2_CIM_ManagedElement,
 37575               };
 37576               
 37577               static MetaFeature*
 37578               _CIM_ConcreteIdentity_features[] =
 37579               {
 37580                   (MetaFeature*)&_CIM_ConcreteIdentity_SystemElement,
 37581                   (MetaFeature*)&_CIM_ConcreteIdentity_SameElement,
 37582                   0,
 37583               };
 37584               
 37585               static const char*
 37586               __root_cimv2_CIM_ConcreteIdentity_qualifiers[] =
 37587               {
 37588                   /* ASSOCIATION */
 37589                   "\000\001",
 37590 mike  1.1.2.1     /* UMLPackagePath */
 37591                   "\057CIM::Core::CoreElements",
 37592                   /* Version */
 37593                   "\0632.10.0",
 37594                   0,
 37595               };
 37596               
 37597               MetaClass
 37598               __root_cimv2_CIM_ConcreteIdentity =
 37599               {
 37600                   /* flags */
 37601                   META_FLAG_ASSOCIATION,
 37602                   /* name */
 37603                   "CIM_ConcreteIdentity",
 37604                   /* qualifiers */
 37605                   __root_cimv2_CIM_ConcreteIdentity_qualifiers,
 37606                   /* super */
 37607                   &__root_cimv2_CIM_LogicalIdentity,
 37608                   /* features */
 37609                   _CIM_ConcreteIdentity_features,
 37610               };
 37611 mike  1.1.2.1 
 37612               //==============================================================================
 37613               //
 37614               // Class: CIM_ConfigurationCapacity
 37615               //
 37616               //==============================================================================
 37617               
 37618               static const char*
 37619               _CIM_ConfigurationCapacity_Name_qualifiers[] =
 37620               {
 37621                   /* Key */
 37622                   "\025\001",
 37623                   /* Override */
 37624                   "\044Name",
 37625                   0,
 37626               };
 37627               
 37628               static MetaProperty
 37629               _CIM_ConfigurationCapacity_Name =
 37630               {
 37631                   /* flags */
 37632 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 37633                   /* name */
 37634                   "Name",
 37635                   /* qualifiers */
 37636                   _CIM_ConfigurationCapacity_Name_qualifiers,
 37637                   /* type */
 37638                   CIMTYPE_STRING,
 37639                   /* subscript */
 37640                   -1,
 37641                   /* value */
 37642                   0,
 37643               };
 37644               
 37645               static const char*
 37646               _CIM_ConfigurationCapacity_ObjectType_qualifiers[] =
 37647               {
 37648                   /* Key */
 37649                   "\025\001",
 37650                   /* ValueMap */
 37651                   "\061\000\0310\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\000",
 37652                   /* Values */
 37653 mike  1.1.2.1     "\062\000\031Other\000Processors\000Power Supplies\000Fans\000Batteries\000I/O Slots\000Memory Slots\000MediaAccessDevices (Drives)\000StorageMediaLocation Slots\000StorageMediaLocation Magazines\000StorageMediaLocation Panels\000StorageMediaLocation InterLibrary Ports\000StorageMediaLocation Limited Access Ports\000Doors\000MediaTransferDevice Pickers\000MediaTransferDevice Changers\000LabelReaders\000Contained Chassis\000Connected Chassis\000Connected Frames\000Front Side I/O Slots\000Back Side I/O Slots\000Cache Memory\000NVS Memory\000Volatile Memory\000",
 37654                   /* ModelCorrespondence */
 37655                   "\036\000\001CIM_ConfigurationCapacity.OtherTypeDescription\000",
 37656                   0,
 37657               };
 37658               
 37659               static MetaProperty
 37660               _CIM_ConfigurationCapacity_ObjectType =
 37661               {
 37662                   /* flags */
 37663                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 37664                   /* name */
 37665                   "ObjectType",
 37666                   /* qualifiers */
 37667                   _CIM_ConfigurationCapacity_ObjectType_qualifiers,
 37668                   /* type */
 37669                   CIMTYPE_UINT16,
 37670                   /* subscript */
 37671                   -1,
 37672                   /* value */
 37673                   0,
 37674 mike  1.1.2.1 };
 37675               
 37676               static const char*
 37677               _CIM_ConfigurationCapacity_OtherTypeDescription_qualifiers[] =
 37678               {
 37679                   /* MaxLen */
 37680                   "\030\000\000\000\100",
 37681                   /* ModelCorrespondence */
 37682                   "\036\000\001CIM_ConfigurationCapacity.ObjectType\000",
 37683                   0,
 37684               };
 37685               
 37686               static MetaProperty
 37687               _CIM_ConfigurationCapacity_OtherTypeDescription =
 37688               {
 37689                   /* flags */
 37690                   META_FLAG_PROPERTY|META_FLAG_READ,
 37691                   /* name */
 37692                   "OtherTypeDescription",
 37693                   /* qualifiers */
 37694                   _CIM_ConfigurationCapacity_OtherTypeDescription_qualifiers,
 37695 mike  1.1.2.1     /* type */
 37696                   CIMTYPE_STRING,
 37697                   /* subscript */
 37698                   -1,
 37699                   /* value */
 37700                   0,
 37701               };
 37702               
 37703               static const char*
 37704               _CIM_ConfigurationCapacity_MinimumCapacity_qualifiers[] =
 37705               {
 37706                   0,
 37707               };
 37708               
 37709               static MetaProperty
 37710               _CIM_ConfigurationCapacity_MinimumCapacity =
 37711               {
 37712                   /* flags */
 37713                   META_FLAG_PROPERTY|META_FLAG_READ,
 37714                   /* name */
 37715                   "MinimumCapacity",
 37716 mike  1.1.2.1     /* qualifiers */
 37717                   _CIM_ConfigurationCapacity_MinimumCapacity_qualifiers,
 37718                   /* type */
 37719                   CIMTYPE_UINT64,
 37720                   /* subscript */
 37721                   -1,
 37722                   /* value */
 37723                   0,
 37724               };
 37725               
 37726               static const char*
 37727               _CIM_ConfigurationCapacity_MaximumCapacity_qualifiers[] =
 37728               {
 37729                   0,
 37730               };
 37731               
 37732               static MetaProperty
 37733               _CIM_ConfigurationCapacity_MaximumCapacity =
 37734               {
 37735                   /* flags */
 37736                   META_FLAG_PROPERTY|META_FLAG_READ,
 37737 mike  1.1.2.1     /* name */
 37738                   "MaximumCapacity",
 37739                   /* qualifiers */
 37740                   _CIM_ConfigurationCapacity_MaximumCapacity_qualifiers,
 37741                   /* type */
 37742                   CIMTYPE_UINT64,
 37743                   /* subscript */
 37744                   -1,
 37745                   /* value */
 37746                   0,
 37747               };
 37748               
 37749               static const char*
 37750               _CIM_ConfigurationCapacity_Increment_qualifiers[] =
 37751               {
 37752                   0,
 37753               };
 37754               
 37755               static MetaProperty
 37756               _CIM_ConfigurationCapacity_Increment =
 37757               {
 37758 mike  1.1.2.1     /* flags */
 37759                   META_FLAG_PROPERTY|META_FLAG_READ,
 37760                   /* name */
 37761                   "Increment",
 37762                   /* qualifiers */
 37763                   _CIM_ConfigurationCapacity_Increment_qualifiers,
 37764                   /* type */
 37765                   CIMTYPE_UINT32,
 37766                   /* subscript */
 37767                   -1,
 37768                   /* value */
 37769                   0,
 37770               };
 37771               
 37772               static MetaFeature*
 37773               _CIM_ConfigurationCapacity_features[] =
 37774               {
 37775                   (MetaFeature*)&_CIM_ConfigurationCapacity_Name,
 37776                   (MetaFeature*)&_CIM_ConfigurationCapacity_ObjectType,
 37777                   (MetaFeature*)&_CIM_ConfigurationCapacity_OtherTypeDescription,
 37778                   (MetaFeature*)&_CIM_ConfigurationCapacity_MinimumCapacity,
 37779 mike  1.1.2.1     (MetaFeature*)&_CIM_ConfigurationCapacity_MaximumCapacity,
 37780                   (MetaFeature*)&_CIM_ConfigurationCapacity_Increment,
 37781                   0,
 37782               };
 37783               
 37784               static const char*
 37785               __root_cimv2_CIM_ConfigurationCapacity_qualifiers[] =
 37786               {
 37787                   /* UMLPackagePath */
 37788                   "\057CIM::Physical::Misc",
 37789                   /* Version */
 37790                   "\0632.6.0",
 37791                   0,
 37792               };
 37793               
 37794               MetaClass
 37795               __root_cimv2_CIM_ConfigurationCapacity =
 37796               {
 37797                   /* flags */
 37798                   META_FLAG_CLASS,
 37799                   /* name */
 37800 mike  1.1.2.1     "CIM_ConfigurationCapacity",
 37801                   /* qualifiers */
 37802                   __root_cimv2_CIM_ConfigurationCapacity_qualifiers,
 37803                   /* super */
 37804                   &__root_cimv2_CIM_PhysicalCapacity,
 37805                   /* features */
 37806                   _CIM_ConfigurationCapacity_features,
 37807               };
 37808               
 37809               //==============================================================================
 37810               //
 37811               // Class: CIM_ConnectivityCollection
 37812               //
 37813               //==============================================================================
 37814               
 37815               static const char*
 37816               _CIM_ConnectivityCollection_ConnectivityStatus_qualifiers[] =
 37817               {
 37818                   /* ValueMap */
 37819                   "\061\000\0040\0002\0003\0004\000",
 37820                   /* Values */
 37821 mike  1.1.2.1     "\062\000\004Unknown\000Connectivity/Up\000No Connectivity/Down\000Partitioned\000",
 37822                   0,
 37823               };
 37824               
 37825               static MetaProperty
 37826               _CIM_ConnectivityCollection_ConnectivityStatus =
 37827               {
 37828                   /* flags */
 37829                   META_FLAG_PROPERTY|META_FLAG_READ,
 37830                   /* name */
 37831                   "ConnectivityStatus",
 37832                   /* qualifiers */
 37833                   _CIM_ConnectivityCollection_ConnectivityStatus_qualifiers,
 37834                   /* type */
 37835                   CIMTYPE_UINT16,
 37836                   /* subscript */
 37837                   -1,
 37838                   /* value */
 37839                   0,
 37840               };
 37841               
 37842 mike  1.1.2.1 static MetaFeature*
 37843               _CIM_ConnectivityCollection_features[] =
 37844               {
 37845                   (MetaFeature*)&_CIM_ConnectivityCollection_ConnectivityStatus,
 37846                   0,
 37847               };
 37848               
 37849               static const char*
 37850               __root_cimv2_CIM_ConnectivityCollection_qualifiers[] =
 37851               {
 37852                   /* UMLPackagePath */
 37853                   "\057CIM::Network::Collections",
 37854                   /* Version */
 37855                   "\0632.7.0",
 37856                   0,
 37857               };
 37858               
 37859               MetaClass
 37860               __root_cimv2_CIM_ConnectivityCollection =
 37861               {
 37862                   /* flags */
 37863 mike  1.1.2.1     META_FLAG_CLASS,
 37864                   /* name */
 37865                   "CIM_ConnectivityCollection",
 37866                   /* qualifiers */
 37867                   __root_cimv2_CIM_ConnectivityCollection_qualifiers,
 37868                   /* super */
 37869                   &__root_cimv2_CIM_SystemSpecificCollection,
 37870                   /* features */
 37871                   _CIM_ConnectivityCollection_features,
 37872               };
 37873               
 37874               //==============================================================================
 37875               //
 37876               // Class: CIM_ConnectivityMembershipSettingData
 37877               //
 37878               //==============================================================================
 37879               
 37880               static const char*
 37881               _CIM_ConnectivityMembershipSettingData_ConnectivityMemberType_qualifiers[] =
 37882               {
 37883                   /* Required */
 37884 mike  1.1.2.1     "\050\001",
 37885                   /* ValueMap */
 37886                   "\061\000\0110\0001\0002\0003\0004\0005\0006\000..\0000x8000..\000",
 37887                   /* Values */
 37888                   "\062\000\011Unknown\000Other\000Permanent Address\000Network Address\000Switch Port ID\000Logical Port Group\000Connectivity Collection\000DMTF Reserved\000Vendor Reserved\000",
 37889                   /* ModelCorrespondence */
 37890                   "\036\000\002CIM_ConnectivityMembershipSettingData.ConnectivityMemberID\000CIM_ConnectivityMembershipSettingData.OtherConnectivityMemberType\000",
 37891                   0,
 37892               };
 37893               
 37894               static MetaProperty
 37895               _CIM_ConnectivityMembershipSettingData_ConnectivityMemberType =
 37896               {
 37897                   /* flags */
 37898                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 37899                   /* name */
 37900                   "ConnectivityMemberType",
 37901                   /* qualifiers */
 37902                   _CIM_ConnectivityMembershipSettingData_ConnectivityMemberType_qualifiers,
 37903                   /* type */
 37904                   CIMTYPE_UINT16,
 37905 mike  1.1.2.1     /* subscript */
 37906                   -1,
 37907                   /* value */
 37908                   0,
 37909               };
 37910               
 37911               static const char*
 37912               _CIM_ConnectivityMembershipSettingData_OtherConnectivityMemberType_qualifiers[] =
 37913               {
 37914                   /* ModelCorrespondence */
 37915                   "\036\000\001CIM_ConnectivityMembershipSettingData.ConnectivityMemberType\000",
 37916                   0,
 37917               };
 37918               
 37919               static MetaProperty
 37920               _CIM_ConnectivityMembershipSettingData_OtherConnectivityMemberType =
 37921               {
 37922                   /* flags */
 37923                   META_FLAG_PROPERTY|META_FLAG_READ,
 37924                   /* name */
 37925                   "OtherConnectivityMemberType",
 37926 mike  1.1.2.1     /* qualifiers */
 37927                   _CIM_ConnectivityMembershipSettingData_OtherConnectivityMemberType_qualifiers,
 37928                   /* type */
 37929                   CIMTYPE_STRING,
 37930                   /* subscript */
 37931                   -1,
 37932                   /* value */
 37933                   0,
 37934               };
 37935               
 37936               static const char*
 37937               _CIM_ConnectivityMembershipSettingData_ConnectivityMemberID_qualifiers[] =
 37938               {
 37939                   /* Required */
 37940                   "\050\001",
 37941                   /* ModelCorrespondence */
 37942                   "\036\000\001CIM_ConnectivityMembershipSettingData.ConnectivityMemberType\000",
 37943                   0,
 37944               };
 37945               
 37946               static MetaProperty
 37947 mike  1.1.2.1 _CIM_ConnectivityMembershipSettingData_ConnectivityMemberID =
 37948               {
 37949                   /* flags */
 37950                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 37951                   /* name */
 37952                   "ConnectivityMemberID",
 37953                   /* qualifiers */
 37954                   _CIM_ConnectivityMembershipSettingData_ConnectivityMemberID_qualifiers,
 37955                   /* type */
 37956                   CIMTYPE_STRING,
 37957                   /* subscript */
 37958                   -1,
 37959                   /* value */
 37960                   0,
 37961               };
 37962               
 37963               static MetaFeature*
 37964               _CIM_ConnectivityMembershipSettingData_features[] =
 37965               {
 37966                   (MetaFeature*)&_CIM_ConnectivityMembershipSettingData_ConnectivityMemberType,
 37967                   (MetaFeature*)&_CIM_ConnectivityMembershipSettingData_OtherConnectivityMemberType,
 37968 mike  1.1.2.1     (MetaFeature*)&_CIM_ConnectivityMembershipSettingData_ConnectivityMemberID,
 37969                   0,
 37970               };
 37971               
 37972               static const char*
 37973               __root_cimv2_CIM_ConnectivityMembershipSettingData_qualifiers[] =
 37974               {
 37975                   /* UMLPackagePath */
 37976                   "\057CIM::Network::Collections",
 37977                   /* Version */
 37978                   "\0632.8.0",
 37979                   0,
 37980               };
 37981               
 37982               MetaClass
 37983               __root_cimv2_CIM_ConnectivityMembershipSettingData =
 37984               {
 37985                   /* flags */
 37986                   META_FLAG_CLASS,
 37987                   /* name */
 37988                   "CIM_ConnectivityMembershipSettingData",
 37989 mike  1.1.2.1     /* qualifiers */
 37990                   __root_cimv2_CIM_ConnectivityMembershipSettingData_qualifiers,
 37991                   /* super */
 37992                   &__root_cimv2_CIM_SettingData,
 37993                   /* features */
 37994                   _CIM_ConnectivityMembershipSettingData_features,
 37995               };
 37996               
 37997               //==============================================================================
 37998               //
 37999               // Class: CIM_ContainedLocation
 38000               //
 38001               //==============================================================================
 38002               
 38003               static const char*
 38004               _CIM_ContainedLocation_GroupComponent_qualifiers[] =
 38005               {
 38006                   /* Aggregate */
 38007                   "\003\001",
 38008                   /* Override */
 38009                   "\044GroupComponent",
 38010 mike  1.1.2.1     /* Max */
 38011                   "\027\000\000\000\001",
 38012                   0,
 38013               };
 38014               
 38015               static MetaReference
 38016               _CIM_ContainedLocation_GroupComponent =
 38017               {
 38018                   /* flags */
 38019                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 38020                   /* name */
 38021                   "GroupComponent",
 38022                   /* qualifiers */
 38023                   _CIM_ContainedLocation_GroupComponent_qualifiers,
 38024                   /* subscript */
 38025                   -1,
 38026                   /* refId */
 38027                   &__root_cimv2_CIM_Location,
 38028               };
 38029               
 38030               static const char*
 38031 mike  1.1.2.1 _CIM_ContainedLocation_PartComponent_qualifiers[] =
 38032               {
 38033                   /* Override */
 38034                   "\044PartComponent",
 38035                   0,
 38036               };
 38037               
 38038               static MetaReference
 38039               _CIM_ContainedLocation_PartComponent =
 38040               {
 38041                   /* flags */
 38042                   META_FLAG_REFERENCE|META_FLAG_READ,
 38043                   /* name */
 38044                   "PartComponent",
 38045                   /* qualifiers */
 38046                   _CIM_ContainedLocation_PartComponent_qualifiers,
 38047                   /* subscript */
 38048                   -1,
 38049                   /* refId */
 38050                   &__root_cimv2_CIM_Location,
 38051               };
 38052 mike  1.1.2.1 
 38053               static MetaFeature*
 38054               _CIM_ContainedLocation_features[] =
 38055               {
 38056                   (MetaFeature*)&_CIM_ContainedLocation_GroupComponent,
 38057                   (MetaFeature*)&_CIM_ContainedLocation_PartComponent,
 38058                   0,
 38059               };
 38060               
 38061               static const char*
 38062               __root_cimv2_CIM_ContainedLocation_qualifiers[] =
 38063               {
 38064                   /* ASSOCIATION */
 38065                   "\000\001",
 38066                   /* UMLPackagePath */
 38067                   "\057CIM::Core::Physical",
 38068                   /* Aggregation */
 38069                   "\004\001",
 38070                   /* Composition */
 38071                   "\011\001",
 38072                   /* Version */
 38073 mike  1.1.2.1     "\0632.7.0",
 38074                   0,
 38075               };
 38076               
 38077               MetaClass
 38078               __root_cimv2_CIM_ContainedLocation =
 38079               {
 38080                   /* flags */
 38081                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 38082                   /* name */
 38083                   "CIM_ContainedLocation",
 38084                   /* qualifiers */
 38085                   __root_cimv2_CIM_ContainedLocation_qualifiers,
 38086                   /* super */
 38087                   &__root_cimv2_CIM_Component,
 38088                   /* features */
 38089                   _CIM_ContainedLocation_features,
 38090               };
 38091               
 38092               //==============================================================================
 38093               //
 38094 mike  1.1.2.1 // Class: CIM_Container
 38095               //
 38096               //==============================================================================
 38097               
 38098               static const char*
 38099               _CIM_Container_GroupComponent_qualifiers[] =
 38100               {
 38101                   /* Aggregate */
 38102                   "\003\001",
 38103                   /* Override */
 38104                   "\044GroupComponent",
 38105                   /* Max */
 38106                   "\027\000\000\000\001",
 38107                   /* MappingStrings */
 38108                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalContainedIn\000",
 38109                   0,
 38110               };
 38111               
 38112               static MetaReference
 38113               _CIM_Container_GroupComponent =
 38114               {
 38115 mike  1.1.2.1     /* flags */
 38116                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 38117                   /* name */
 38118                   "GroupComponent",
 38119                   /* qualifiers */
 38120                   _CIM_Container_GroupComponent_qualifiers,
 38121                   /* subscript */
 38122                   -1,
 38123                   /* refId */
 38124                   &__root_cimv2_CIM_PhysicalPackage,
 38125               };
 38126               
 38127               static const char*
 38128               _CIM_Container_PartComponent_qualifiers[] =
 38129               {
 38130                   /* Override */
 38131                   "\044PartComponent",
 38132                   0,
 38133               };
 38134               
 38135               static MetaReference
 38136 mike  1.1.2.1 _CIM_Container_PartComponent =
 38137               {
 38138                   /* flags */
 38139                   META_FLAG_REFERENCE|META_FLAG_READ,
 38140                   /* name */
 38141                   "PartComponent",
 38142                   /* qualifiers */
 38143                   _CIM_Container_PartComponent_qualifiers,
 38144                   /* subscript */
 38145                   -1,
 38146                   /* refId */
 38147                   &__root_cimv2_CIM_PhysicalElement,
 38148               };
 38149               
 38150               static const char*
 38151               _CIM_Container_LocationWithinContainer_qualifiers[] =
 38152               {
 38153                   /* MappingStrings */
 38154                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalParentRelPos\000",
 38155                   0,
 38156               };
 38157 mike  1.1.2.1 
 38158               static MetaProperty
 38159               _CIM_Container_LocationWithinContainer =
 38160               {
 38161                   /* flags */
 38162                   META_FLAG_PROPERTY|META_FLAG_READ,
 38163                   /* name */
 38164                   "LocationWithinContainer",
 38165                   /* qualifiers */
 38166                   _CIM_Container_LocationWithinContainer_qualifiers,
 38167                   /* type */
 38168                   CIMTYPE_STRING,
 38169                   /* subscript */
 38170                   -1,
 38171                   /* value */
 38172                   0,
 38173               };
 38174               
 38175               static MetaFeature*
 38176               _CIM_Container_features[] =
 38177               {
 38178 mike  1.1.2.1     (MetaFeature*)&_CIM_Container_GroupComponent,
 38179                   (MetaFeature*)&_CIM_Container_PartComponent,
 38180                   (MetaFeature*)&_CIM_Container_LocationWithinContainer,
 38181                   0,
 38182               };
 38183               
 38184               static const char*
 38185               __root_cimv2_CIM_Container_qualifiers[] =
 38186               {
 38187                   /* ASSOCIATION */
 38188                   "\000\001",
 38189                   /* UMLPackagePath */
 38190                   "\057CIM::Physical::Package",
 38191                   /* Aggregation */
 38192                   "\004\001",
 38193                   /* Version */
 38194                   "\0632.6.0",
 38195                   0,
 38196               };
 38197               
 38198               MetaClass
 38199 mike  1.1.2.1 __root_cimv2_CIM_Container =
 38200               {
 38201                   /* flags */
 38202                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 38203                   /* name */
 38204                   "CIM_Container",
 38205                   /* qualifiers */
 38206                   __root_cimv2_CIM_Container_qualifiers,
 38207                   /* super */
 38208                   &__root_cimv2_CIM_Component,
 38209                   /* features */
 38210                   _CIM_Container_features,
 38211               };
 38212               
 38213               //==============================================================================
 38214               //
 38215               // Class: CIM_DatabaseResourceStatistics
 38216               //
 38217               //==============================================================================
 38218               
 38219               static const char*
 38220 mike  1.1.2.1 _CIM_DatabaseResourceStatistics_Current_qualifiers[] =
 38221               {
 38222                   /* Counter */
 38223                   "\012\001",
 38224                   /* MappingStrings */
 38225                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbLimitedResourceCurrent\000",
 38226                   0,
 38227               };
 38228               
 38229               static MetaProperty
 38230               _CIM_DatabaseResourceStatistics_Current =
 38231               {
 38232                   /* flags */
 38233                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38234                   /* name */
 38235                   "Current",
 38236                   /* qualifiers */
 38237                   _CIM_DatabaseResourceStatistics_Current_qualifiers,
 38238                   /* type */
 38239                   CIMTYPE_UINT64,
 38240                   /* subscript */
 38241 mike  1.1.2.1     -1,
 38242                   /* value */
 38243                   0,
 38244               };
 38245               
 38246               static const char*
 38247               _CIM_DatabaseResourceStatistics_Limit_qualifiers[] =
 38248               {
 38249                   /* MappingStrings */
 38250                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbLimitedResourceLimit\000",
 38251                   0,
 38252               };
 38253               
 38254               static MetaProperty
 38255               _CIM_DatabaseResourceStatistics_Limit =
 38256               {
 38257                   /* flags */
 38258                   META_FLAG_PROPERTY|META_FLAG_READ,
 38259                   /* name */
 38260                   "Limit",
 38261                   /* qualifiers */
 38262 mike  1.1.2.1     _CIM_DatabaseResourceStatistics_Limit_qualifiers,
 38263                   /* type */
 38264                   CIMTYPE_UINT64,
 38265                   /* subscript */
 38266                   -1,
 38267                   /* value */
 38268                   0,
 38269               };
 38270               
 38271               static const char*
 38272               _CIM_DatabaseResourceStatistics_Highwater_qualifiers[] =
 38273               {
 38274                   /* Counter */
 38275                   "\012\001",
 38276                   /* MappingStrings */
 38277                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbLimitedResourceHighwater\000",
 38278                   0,
 38279               };
 38280               
 38281               static MetaProperty
 38282               _CIM_DatabaseResourceStatistics_Highwater =
 38283 mike  1.1.2.1 {
 38284                   /* flags */
 38285                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38286                   /* name */
 38287                   "Highwater",
 38288                   /* qualifiers */
 38289                   _CIM_DatabaseResourceStatistics_Highwater_qualifiers,
 38290                   /* type */
 38291                   CIMTYPE_UINT64,
 38292                   /* subscript */
 38293                   -1,
 38294                   /* value */
 38295                   0,
 38296               };
 38297               
 38298               static const char*
 38299               _CIM_DatabaseResourceStatistics_Failures_qualifiers[] =
 38300               {
 38301                   /* Counter */
 38302                   "\012\001",
 38303                   /* MappingStrings */
 38304 mike  1.1.2.1     "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbLimitedResourceFailures\000",
 38305                   0,
 38306               };
 38307               
 38308               static MetaProperty
 38309               _CIM_DatabaseResourceStatistics_Failures =
 38310               {
 38311                   /* flags */
 38312                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38313                   /* name */
 38314                   "Failures",
 38315                   /* qualifiers */
 38316                   _CIM_DatabaseResourceStatistics_Failures_qualifiers,
 38317                   /* type */
 38318                   CIMTYPE_UINT32,
 38319                   /* subscript */
 38320                   -1,
 38321                   /* value */
 38322                   0,
 38323               };
 38324               
 38325 mike  1.1.2.1 static MetaFeature*
 38326               _CIM_DatabaseResourceStatistics_features[] =
 38327               {
 38328                   (MetaFeature*)&_CIM_DatabaseResourceStatistics_Current,
 38329                   (MetaFeature*)&_CIM_DatabaseResourceStatistics_Limit,
 38330                   (MetaFeature*)&_CIM_DatabaseResourceStatistics_Highwater,
 38331                   (MetaFeature*)&_CIM_DatabaseResourceStatistics_Failures,
 38332                   0,
 38333               };
 38334               
 38335               static const char*
 38336               __root_cimv2_CIM_DatabaseResourceStatistics_qualifiers[] =
 38337               {
 38338                   /* UMLPackagePath */
 38339                   "\057CIM::Database::Statistics",
 38340                   /* Version */
 38341                   "\0632.7.0",
 38342                   0,
 38343               };
 38344               
 38345               MetaClass
 38346 mike  1.1.2.1 __root_cimv2_CIM_DatabaseResourceStatistics =
 38347               {
 38348                   /* flags */
 38349                   META_FLAG_CLASS,
 38350                   /* name */
 38351                   "CIM_DatabaseResourceStatistics",
 38352                   /* qualifiers */
 38353                   __root_cimv2_CIM_DatabaseResourceStatistics_qualifiers,
 38354                   /* super */
 38355                   &__root_cimv2_CIM_StatisticalData,
 38356                   /* features */
 38357                   _CIM_DatabaseResourceStatistics_features,
 38358               };
 38359               
 38360               //==============================================================================
 38361               //
 38362               // Class: CIM_DatabaseServiceStatistics
 38363               //
 38364               //==============================================================================
 38365               
 38366               static const char*
 38367 mike  1.1.2.1 _CIM_DatabaseServiceStatistics_LastActivity_qualifiers[] =
 38368               {
 38369                   /* MappingStrings */
 38370                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoLastInboundActivity\000",
 38371                   0,
 38372               };
 38373               
 38374               static MetaProperty
 38375               _CIM_DatabaseServiceStatistics_LastActivity =
 38376               {
 38377                   /* flags */
 38378                   META_FLAG_PROPERTY|META_FLAG_READ,
 38379                   /* name */
 38380                   "LastActivity",
 38381                   /* qualifiers */
 38382                   _CIM_DatabaseServiceStatistics_LastActivity_qualifiers,
 38383                   /* type */
 38384                   CIMTYPE_DATETIME,
 38385                   /* subscript */
 38386                   -1,
 38387                   /* value */
 38388 mike  1.1.2.1     0,
 38389               };
 38390               
 38391               static const char*
 38392               _CIM_DatabaseServiceStatistics_ActiveConnections_qualifiers[] =
 38393               {
 38394                   /* Counter */
 38395                   "\012\001",
 38396                   /* MappingStrings */
 38397                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoapplInboundAssociation\000",
 38398                   0,
 38399               };
 38400               
 38401               static MetaProperty
 38402               _CIM_DatabaseServiceStatistics_ActiveConnections =
 38403               {
 38404                   /* flags */
 38405                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38406                   /* name */
 38407                   "ActiveConnections",
 38408                   /* qualifiers */
 38409 mike  1.1.2.1     _CIM_DatabaseServiceStatistics_ActiveConnections_qualifiers,
 38410                   /* type */
 38411                   CIMTYPE_UINT64,
 38412                   /* subscript */
 38413                   -1,
 38414                   /* value */
 38415                   0,
 38416               };
 38417               
 38418               static const char*
 38419               _CIM_DatabaseServiceStatistics_CumulativeConnections_qualifiers[] =
 38420               {
 38421                   /* Counter */
 38422                   "\012\001",
 38423                   /* MappingStrings */
 38424                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoapplAccumulatedInboundAssociations\000",
 38425                   0,
 38426               };
 38427               
 38428               static MetaProperty
 38429               _CIM_DatabaseServiceStatistics_CumulativeConnections =
 38430 mike  1.1.2.1 {
 38431                   /* flags */
 38432                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38433                   /* name */
 38434                   "CumulativeConnections",
 38435                   /* qualifiers */
 38436                   _CIM_DatabaseServiceStatistics_CumulativeConnections_qualifiers,
 38437                   /* type */
 38438                   CIMTYPE_UINT64,
 38439                   /* subscript */
 38440                   -1,
 38441                   /* value */
 38442                   0,
 38443               };
 38444               
 38445               static const char*
 38446               _CIM_DatabaseServiceStatistics_RejectedConnections_qualifiers[] =
 38447               {
 38448                   /* Counter */
 38449                   "\012\001",
 38450                   /* MappingStrings */
 38451 mike  1.1.2.1     "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoapplRejectedInboundAssociations\000",
 38452                   0,
 38453               };
 38454               
 38455               static MetaProperty
 38456               _CIM_DatabaseServiceStatistics_RejectedConnections =
 38457               {
 38458                   /* flags */
 38459                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38460                   /* name */
 38461                   "RejectedConnections",
 38462                   /* qualifiers */
 38463                   _CIM_DatabaseServiceStatistics_RejectedConnections_qualifiers,
 38464                   /* type */
 38465                   CIMTYPE_UINT64,
 38466                   /* subscript */
 38467                   -1,
 38468                   /* value */
 38469                   0,
 38470               };
 38471               
 38472 mike  1.1.2.1 static const char*
 38473               _CIM_DatabaseServiceStatistics_CompletedTransactions_qualifiers[] =
 38474               {
 38475                   /* Counter */
 38476                   "\012\001",
 38477                   /* MappingStrings */
 38478                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoFinishedTransactions\000",
 38479                   0,
 38480               };
 38481               
 38482               static MetaProperty
 38483               _CIM_DatabaseServiceStatistics_CompletedTransactions =
 38484               {
 38485                   /* flags */
 38486                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38487                   /* name */
 38488                   "CompletedTransactions",
 38489                   /* qualifiers */
 38490                   _CIM_DatabaseServiceStatistics_CompletedTransactions_qualifiers,
 38491                   /* type */
 38492                   CIMTYPE_UINT64,
 38493 mike  1.1.2.1     /* subscript */
 38494                   -1,
 38495                   /* value */
 38496                   0,
 38497               };
 38498               
 38499               static const char*
 38500               _CIM_DatabaseServiceStatistics_DiskReads_qualifiers[] =
 38501               {
 38502                   /* Counter */
 38503                   "\012\001",
 38504                   /* MappingStrings */
 38505                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoDiskReads\000",
 38506                   0,
 38507               };
 38508               
 38509               static MetaProperty
 38510               _CIM_DatabaseServiceStatistics_DiskReads =
 38511               {
 38512                   /* flags */
 38513                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38514 mike  1.1.2.1     /* name */
 38515                   "DiskReads",
 38516                   /* qualifiers */
 38517                   _CIM_DatabaseServiceStatistics_DiskReads_qualifiers,
 38518                   /* type */
 38519                   CIMTYPE_UINT64,
 38520                   /* subscript */
 38521                   -1,
 38522                   /* value */
 38523                   0,
 38524               };
 38525               
 38526               static const char*
 38527               _CIM_DatabaseServiceStatistics_DiskWrites_qualifiers[] =
 38528               {
 38529                   /* Counter */
 38530                   "\012\001",
 38531                   /* MappingStrings */
 38532                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoDiskWrites\000",
 38533                   0,
 38534               };
 38535 mike  1.1.2.1 
 38536               static MetaProperty
 38537               _CIM_DatabaseServiceStatistics_DiskWrites =
 38538               {
 38539                   /* flags */
 38540                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38541                   /* name */
 38542                   "DiskWrites",
 38543                   /* qualifiers */
 38544                   _CIM_DatabaseServiceStatistics_DiskWrites_qualifiers,
 38545                   /* type */
 38546                   CIMTYPE_UINT64,
 38547                   /* subscript */
 38548                   -1,
 38549                   /* value */
 38550                   0,
 38551               };
 38552               
 38553               static const char*
 38554               _CIM_DatabaseServiceStatistics_LogicalReads_qualifiers[] =
 38555               {
 38556 mike  1.1.2.1     /* Counter */
 38557                   "\012\001",
 38558                   /* MappingStrings */
 38559                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoLogicalReads\000",
 38560                   0,
 38561               };
 38562               
 38563               static MetaProperty
 38564               _CIM_DatabaseServiceStatistics_LogicalReads =
 38565               {
 38566                   /* flags */
 38567                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38568                   /* name */
 38569                   "LogicalReads",
 38570                   /* qualifiers */
 38571                   _CIM_DatabaseServiceStatistics_LogicalReads_qualifiers,
 38572                   /* type */
 38573                   CIMTYPE_UINT64,
 38574                   /* subscript */
 38575                   -1,
 38576                   /* value */
 38577 mike  1.1.2.1     0,
 38578               };
 38579               
 38580               static const char*
 38581               _CIM_DatabaseServiceStatistics_LogicalWrites_qualifiers[] =
 38582               {
 38583                   /* Counter */
 38584                   "\012\001",
 38585                   /* MappingStrings */
 38586                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoLogicalWrites\000",
 38587                   0,
 38588               };
 38589               
 38590               static MetaProperty
 38591               _CIM_DatabaseServiceStatistics_LogicalWrites =
 38592               {
 38593                   /* flags */
 38594                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38595                   /* name */
 38596                   "LogicalWrites",
 38597                   /* qualifiers */
 38598 mike  1.1.2.1     _CIM_DatabaseServiceStatistics_LogicalWrites_qualifiers,
 38599                   /* type */
 38600                   CIMTYPE_UINT64,
 38601                   /* subscript */
 38602                   -1,
 38603                   /* value */
 38604                   0,
 38605               };
 38606               
 38607               static const char*
 38608               _CIM_DatabaseServiceStatistics_PageReads_qualifiers[] =
 38609               {
 38610                   /* Counter */
 38611                   "\012\001",
 38612                   /* MappingStrings */
 38613                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoPageReads\000",
 38614                   0,
 38615               };
 38616               
 38617               static MetaProperty
 38618               _CIM_DatabaseServiceStatistics_PageReads =
 38619 mike  1.1.2.1 {
 38620                   /* flags */
 38621                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38622                   /* name */
 38623                   "PageReads",
 38624                   /* qualifiers */
 38625                   _CIM_DatabaseServiceStatistics_PageReads_qualifiers,
 38626                   /* type */
 38627                   CIMTYPE_UINT64,
 38628                   /* subscript */
 38629                   -1,
 38630                   /* value */
 38631                   0,
 38632               };
 38633               
 38634               static const char*
 38635               _CIM_DatabaseServiceStatistics_PageWrites_qualifiers[] =
 38636               {
 38637                   /* Counter */
 38638                   "\012\001",
 38639                   /* MappingStrings */
 38640 mike  1.1.2.1     "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoPageWrites\000",
 38641                   0,
 38642               };
 38643               
 38644               static MetaProperty
 38645               _CIM_DatabaseServiceStatistics_PageWrites =
 38646               {
 38647                   /* flags */
 38648                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38649                   /* name */
 38650                   "PageWrites",
 38651                   /* qualifiers */
 38652                   _CIM_DatabaseServiceStatistics_PageWrites_qualifiers,
 38653                   /* type */
 38654                   CIMTYPE_UINT64,
 38655                   /* subscript */
 38656                   -1,
 38657                   /* value */
 38658                   0,
 38659               };
 38660               
 38661 mike  1.1.2.1 static const char*
 38662               _CIM_DatabaseServiceStatistics_DiskSpaceUnavailable_qualifiers[] =
 38663               {
 38664                   /* Counter */
 38665                   "\012\001",
 38666                   /* MappingStrings */
 38667                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoDiskOutOfSpaces\000",
 38668                   0,
 38669               };
 38670               
 38671               static MetaProperty
 38672               _CIM_DatabaseServiceStatistics_DiskSpaceUnavailable =
 38673               {
 38674                   /* flags */
 38675                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38676                   /* name */
 38677                   "DiskSpaceUnavailable",
 38678                   /* qualifiers */
 38679                   _CIM_DatabaseServiceStatistics_DiskSpaceUnavailable_qualifiers,
 38680                   /* type */
 38681                   CIMTYPE_UINT64,
 38682 mike  1.1.2.1     /* subscript */
 38683                   -1,
 38684                   /* value */
 38685                   0,
 38686               };
 38687               
 38688               static const char*
 38689               _CIM_DatabaseServiceStatistics_RequestsHandled_qualifiers[] =
 38690               {
 38691                   /* Counter */
 38692                   "\012\001",
 38693                   /* MappingStrings */
 38694                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoHandledRequests\000",
 38695                   0,
 38696               };
 38697               
 38698               static MetaProperty
 38699               _CIM_DatabaseServiceStatistics_RequestsHandled =
 38700               {
 38701                   /* flags */
 38702                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38703 mike  1.1.2.1     /* name */
 38704                   "RequestsHandled",
 38705                   /* qualifiers */
 38706                   _CIM_DatabaseServiceStatistics_RequestsHandled_qualifiers,
 38707                   /* type */
 38708                   CIMTYPE_UINT64,
 38709                   /* subscript */
 38710                   -1,
 38711                   /* value */
 38712                   0,
 38713               };
 38714               
 38715               static const char*
 38716               _CIM_DatabaseServiceStatistics_RequestsReceived_qualifiers[] =
 38717               {
 38718                   /* Counter */
 38719                   "\012\001",
 38720                   /* MappingStrings */
 38721                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoRequestRecvs\000",
 38722                   0,
 38723               };
 38724 mike  1.1.2.1 
 38725               static MetaProperty
 38726               _CIM_DatabaseServiceStatistics_RequestsReceived =
 38727               {
 38728                   /* flags */
 38729                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38730                   /* name */
 38731                   "RequestsReceived",
 38732                   /* qualifiers */
 38733                   _CIM_DatabaseServiceStatistics_RequestsReceived_qualifiers,
 38734                   /* type */
 38735                   CIMTYPE_UINT64,
 38736                   /* subscript */
 38737                   -1,
 38738                   /* value */
 38739                   0,
 38740               };
 38741               
 38742               static const char*
 38743               _CIM_DatabaseServiceStatistics_RequestsSent_qualifiers[] =
 38744               {
 38745 mike  1.1.2.1     /* Counter */
 38746                   "\012\001",
 38747                   /* MappingStrings */
 38748                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoRequestsSent\000",
 38749                   0,
 38750               };
 38751               
 38752               static MetaProperty
 38753               _CIM_DatabaseServiceStatistics_RequestsSent =
 38754               {
 38755                   /* flags */
 38756                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38757                   /* name */
 38758                   "RequestsSent",
 38759                   /* qualifiers */
 38760                   _CIM_DatabaseServiceStatistics_RequestsSent_qualifiers,
 38761                   /* type */
 38762                   CIMTYPE_UINT64,
 38763                   /* subscript */
 38764                   -1,
 38765                   /* value */
 38766 mike  1.1.2.1     0,
 38767               };
 38768               
 38769               static const char*
 38770               _CIM_DatabaseServiceStatistics_HighwaterConnections_qualifiers[] =
 38771               {
 38772                   /* Counter */
 38773                   "\012\001",
 38774                   /* MappingStrings */
 38775                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoHighwaterInboundAssociations\000",
 38776                   0,
 38777               };
 38778               
 38779               static MetaProperty
 38780               _CIM_DatabaseServiceStatistics_HighwaterConnections =
 38781               {
 38782                   /* flags */
 38783                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 38784                   /* name */
 38785                   "HighwaterConnections",
 38786                   /* qualifiers */
 38787 mike  1.1.2.1     _CIM_DatabaseServiceStatistics_HighwaterConnections_qualifiers,
 38788                   /* type */
 38789                   CIMTYPE_UINT64,
 38790                   /* subscript */
 38791                   -1,
 38792                   /* value */
 38793                   0,
 38794               };
 38795               
 38796               static MetaFeature*
 38797               _CIM_DatabaseServiceStatistics_features[] =
 38798               {
 38799                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_LastActivity,
 38800                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_ActiveConnections,
 38801                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_CumulativeConnections,
 38802                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_RejectedConnections,
 38803                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_CompletedTransactions,
 38804                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_DiskReads,
 38805                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_DiskWrites,
 38806                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_LogicalReads,
 38807                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_LogicalWrites,
 38808 mike  1.1.2.1     (MetaFeature*)&_CIM_DatabaseServiceStatistics_PageReads,
 38809                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_PageWrites,
 38810                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_DiskSpaceUnavailable,
 38811                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_RequestsHandled,
 38812                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_RequestsReceived,
 38813                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_RequestsSent,
 38814                   (MetaFeature*)&_CIM_DatabaseServiceStatistics_HighwaterConnections,
 38815                   0,
 38816               };
 38817               
 38818               static const char*
 38819               __root_cimv2_CIM_DatabaseServiceStatistics_qualifiers[] =
 38820               {
 38821                   /* UMLPackagePath */
 38822                   "\057CIM::Database::Statistics",
 38823                   /* Version */
 38824                   "\0632.7.0",
 38825                   0,
 38826               };
 38827               
 38828               MetaClass
 38829 mike  1.1.2.1 __root_cimv2_CIM_DatabaseServiceStatistics =
 38830               {
 38831                   /* flags */
 38832                   META_FLAG_CLASS,
 38833                   /* name */
 38834                   "CIM_DatabaseServiceStatistics",
 38835                   /* qualifiers */
 38836                   __root_cimv2_CIM_DatabaseServiceStatistics_qualifiers,
 38837                   /* super */
 38838                   &__root_cimv2_CIM_StatisticalData,
 38839                   /* features */
 38840                   _CIM_DatabaseServiceStatistics_features,
 38841               };
 38842               
 38843               //==============================================================================
 38844               //
 38845               // Class: CIM_DeviceErrorCounts
 38846               //
 38847               //==============================================================================
 38848               
 38849               static const char*
 38850 mike  1.1.2.1 _CIM_DeviceErrorCounts_SystemCreationClassName_qualifiers[] =
 38851               {
 38852                   /* Key */
 38853                   "\025\001",
 38854                   /* Propagated */
 38855                   "\045CIM_LogicalDevice.SystemCreationClassName",
 38856                   /* MaxLen */
 38857                   "\030\000\000\001\000",
 38858                   0,
 38859               };
 38860               
 38861               static MetaProperty
 38862               _CIM_DeviceErrorCounts_SystemCreationClassName =
 38863               {
 38864                   /* flags */
 38865                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 38866                   /* name */
 38867                   "SystemCreationClassName",
 38868                   /* qualifiers */
 38869                   _CIM_DeviceErrorCounts_SystemCreationClassName_qualifiers,
 38870                   /* type */
 38871 mike  1.1.2.1     CIMTYPE_STRING,
 38872                   /* subscript */
 38873                   -1,
 38874                   /* value */
 38875                   0,
 38876               };
 38877               
 38878               static const char*
 38879               _CIM_DeviceErrorCounts_SystemName_qualifiers[] =
 38880               {
 38881                   /* Key */
 38882                   "\025\001",
 38883                   /* Propagated */
 38884                   "\045CIM_LogicalDevice.SystemName",
 38885                   /* MaxLen */
 38886                   "\030\000\000\001\000",
 38887                   0,
 38888               };
 38889               
 38890               static MetaProperty
 38891               _CIM_DeviceErrorCounts_SystemName =
 38892 mike  1.1.2.1 {
 38893                   /* flags */
 38894                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 38895                   /* name */
 38896                   "SystemName",
 38897                   /* qualifiers */
 38898                   _CIM_DeviceErrorCounts_SystemName_qualifiers,
 38899                   /* type */
 38900                   CIMTYPE_STRING,
 38901                   /* subscript */
 38902                   -1,
 38903                   /* value */
 38904                   0,
 38905               };
 38906               
 38907               static const char*
 38908               _CIM_DeviceErrorCounts_DeviceCreationClassName_qualifiers[] =
 38909               {
 38910                   /* Key */
 38911                   "\025\001",
 38912                   /* Propagated */
 38913 mike  1.1.2.1     "\045CIM_LogicalDevice.CreationClassName",
 38914                   /* MaxLen */
 38915                   "\030\000\000\001\000",
 38916                   0,
 38917               };
 38918               
 38919               static MetaProperty
 38920               _CIM_DeviceErrorCounts_DeviceCreationClassName =
 38921               {
 38922                   /* flags */
 38923                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 38924                   /* name */
 38925                   "DeviceCreationClassName",
 38926                   /* qualifiers */
 38927                   _CIM_DeviceErrorCounts_DeviceCreationClassName_qualifiers,
 38928                   /* type */
 38929                   CIMTYPE_STRING,
 38930                   /* subscript */
 38931                   -1,
 38932                   /* value */
 38933                   0,
 38934 mike  1.1.2.1 };
 38935               
 38936               static const char*
 38937               _CIM_DeviceErrorCounts_DeviceID_qualifiers[] =
 38938               {
 38939                   /* Key */
 38940                   "\025\001",
 38941                   /* Propagated */
 38942                   "\045CIM_LogicalDevice.DeviceID",
 38943                   /* MaxLen */
 38944                   "\030\000\000\000\100",
 38945                   0,
 38946               };
 38947               
 38948               static MetaProperty
 38949               _CIM_DeviceErrorCounts_DeviceID =
 38950               {
 38951                   /* flags */
 38952                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 38953                   /* name */
 38954                   "DeviceID",
 38955 mike  1.1.2.1     /* qualifiers */
 38956                   _CIM_DeviceErrorCounts_DeviceID_qualifiers,
 38957                   /* type */
 38958                   CIMTYPE_STRING,
 38959                   /* subscript */
 38960                   -1,
 38961                   /* value */
 38962                   0,
 38963               };
 38964               
 38965               static const char*
 38966               _CIM_DeviceErrorCounts_Name_qualifiers[] =
 38967               {
 38968                   /* Key */
 38969                   "\025\001",
 38970                   /* Override */
 38971                   "\044Name",
 38972                   /* MaxLen */
 38973                   "\030\000\000\001\000",
 38974                   0,
 38975               };
 38976 mike  1.1.2.1 
 38977               static MetaProperty
 38978               _CIM_DeviceErrorCounts_Name =
 38979               {
 38980                   /* flags */
 38981                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 38982                   /* name */
 38983                   "Name",
 38984                   /* qualifiers */
 38985                   _CIM_DeviceErrorCounts_Name_qualifiers,
 38986                   /* type */
 38987                   CIMTYPE_STRING,
 38988                   /* subscript */
 38989                   -1,
 38990                   /* value */
 38991                   0,
 38992               };
 38993               
 38994               static const char*
 38995               _CIM_DeviceErrorCounts_IndeterminateErrorCount_qualifiers[] =
 38996               {
 38997 mike  1.1.2.1     /* Counter */
 38998                   "\012\001",
 38999                   0,
 39000               };
 39001               
 39002               static MetaProperty
 39003               _CIM_DeviceErrorCounts_IndeterminateErrorCount =
 39004               {
 39005                   /* flags */
 39006                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39007                   /* name */
 39008                   "IndeterminateErrorCount",
 39009                   /* qualifiers */
 39010                   _CIM_DeviceErrorCounts_IndeterminateErrorCount_qualifiers,
 39011                   /* type */
 39012                   CIMTYPE_UINT64,
 39013                   /* subscript */
 39014                   -1,
 39015                   /* value */
 39016                   0,
 39017               };
 39018 mike  1.1.2.1 
 39019               static const char*
 39020               _CIM_DeviceErrorCounts_CriticalErrorCount_qualifiers[] =
 39021               {
 39022                   /* Counter */
 39023                   "\012\001",
 39024                   /* MappingStrings */
 39025                   "\026\000\001MIF.DMTF|Operational State|006.7\000",
 39026                   0,
 39027               };
 39028               
 39029               static MetaProperty
 39030               _CIM_DeviceErrorCounts_CriticalErrorCount =
 39031               {
 39032                   /* flags */
 39033                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39034                   /* name */
 39035                   "CriticalErrorCount",
 39036                   /* qualifiers */
 39037                   _CIM_DeviceErrorCounts_CriticalErrorCount_qualifiers,
 39038                   /* type */
 39039 mike  1.1.2.1     CIMTYPE_UINT64,
 39040                   /* subscript */
 39041                   -1,
 39042                   /* value */
 39043                   0,
 39044               };
 39045               
 39046               static const char*
 39047               _CIM_DeviceErrorCounts_MajorErrorCount_qualifiers[] =
 39048               {
 39049                   /* Counter */
 39050                   "\012\001",
 39051                   /* MappingStrings */
 39052                   "\026\000\001MIF.DMTF|Operational State|006.8\000",
 39053                   0,
 39054               };
 39055               
 39056               static MetaProperty
 39057               _CIM_DeviceErrorCounts_MajorErrorCount =
 39058               {
 39059                   /* flags */
 39060 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39061                   /* name */
 39062                   "MajorErrorCount",
 39063                   /* qualifiers */
 39064                   _CIM_DeviceErrorCounts_MajorErrorCount_qualifiers,
 39065                   /* type */
 39066                   CIMTYPE_UINT64,
 39067                   /* subscript */
 39068                   -1,
 39069                   /* value */
 39070                   0,
 39071               };
 39072               
 39073               static const char*
 39074               _CIM_DeviceErrorCounts_MinorErrorCount_qualifiers[] =
 39075               {
 39076                   /* Counter */
 39077                   "\012\001",
 39078                   0,
 39079               };
 39080               
 39081 mike  1.1.2.1 static MetaProperty
 39082               _CIM_DeviceErrorCounts_MinorErrorCount =
 39083               {
 39084                   /* flags */
 39085                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39086                   /* name */
 39087                   "MinorErrorCount",
 39088                   /* qualifiers */
 39089                   _CIM_DeviceErrorCounts_MinorErrorCount_qualifiers,
 39090                   /* type */
 39091                   CIMTYPE_UINT64,
 39092                   /* subscript */
 39093                   -1,
 39094                   /* value */
 39095                   0,
 39096               };
 39097               
 39098               static const char*
 39099               _CIM_DeviceErrorCounts_WarningCount_qualifiers[] =
 39100               {
 39101                   /* Counter */
 39102 mike  1.1.2.1     "\012\001",
 39103                   /* MappingStrings */
 39104                   "\026\000\001MIF.DMTF|Operational State|006.9\000",
 39105                   0,
 39106               };
 39107               
 39108               static MetaProperty
 39109               _CIM_DeviceErrorCounts_WarningCount =
 39110               {
 39111                   /* flags */
 39112                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39113                   /* name */
 39114                   "WarningCount",
 39115                   /* qualifiers */
 39116                   _CIM_DeviceErrorCounts_WarningCount_qualifiers,
 39117                   /* type */
 39118                   CIMTYPE_UINT64,
 39119                   /* subscript */
 39120                   -1,
 39121                   /* value */
 39122                   0,
 39123 mike  1.1.2.1 };
 39124               
 39125               static const char*
 39126               _CIM_DeviceErrorCounts_ResetCounter_SelectedCounter_qualifiers[] =
 39127               {
 39128                   /* IN */
 39129                   "\024\001",
 39130                   /* ValueMap */
 39131                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 39132                   /* Values */
 39133                   "\062\000\006All\000Indeterminate Error Counter\000Critical Error Counter\000Major Error Counter\000Minor Error Counter\000Warning Counter\000",
 39134                   0,
 39135               };
 39136               
 39137               static MetaProperty
 39138               _CIM_DeviceErrorCounts_ResetCounter_SelectedCounter =
 39139               {
 39140                   /* flags */
 39141                   META_FLAG_PROPERTY|META_FLAG_IN,
 39142                   /* name */
 39143                   "SelectedCounter",
 39144 mike  1.1.2.1     /* qualifiers */
 39145                   _CIM_DeviceErrorCounts_ResetCounter_SelectedCounter_qualifiers,
 39146                   /* type */
 39147                   CIMTYPE_UINT16,
 39148                   /* subscript */
 39149                   -1,
 39150                   /* value */
 39151                   0,
 39152               };
 39153               
 39154               static MetaFeature*
 39155               _CIM_DeviceErrorCounts_ResetCounter_parameters[] =
 39156               {
 39157                   (MetaFeature*)&_CIM_DeviceErrorCounts_ResetCounter_SelectedCounter,
 39158                   0,
 39159               };
 39160               
 39161               static const char*
 39162               _CIM_DeviceErrorCounts_ResetCounter_qualifiers[] =
 39163               {
 39164                   0,
 39165 mike  1.1.2.1 };
 39166               
 39167               static MetaMethod
 39168               _CIM_DeviceErrorCounts_ResetCounter =
 39169               {
 39170                   /* flags */
 39171                   META_FLAG_METHOD,
 39172                   /* name */
 39173                   "CIM_DeviceErrorCounts",
 39174                   /* qualifiers */
 39175                   _CIM_DeviceErrorCounts_ResetCounter_qualifiers,
 39176                   /* type */
 39177                   CIMTYPE_UINT32,
 39178                   /* parameters */
 39179                   _CIM_DeviceErrorCounts_ResetCounter_parameters,
 39180               };
 39181               
 39182               static MetaFeature*
 39183               _CIM_DeviceErrorCounts_features[] =
 39184               {
 39185                   (MetaFeature*)&_CIM_DeviceErrorCounts_SystemCreationClassName,
 39186 mike  1.1.2.1     (MetaFeature*)&_CIM_DeviceErrorCounts_SystemName,
 39187                   (MetaFeature*)&_CIM_DeviceErrorCounts_DeviceCreationClassName,
 39188                   (MetaFeature*)&_CIM_DeviceErrorCounts_DeviceID,
 39189                   (MetaFeature*)&_CIM_DeviceErrorCounts_Name,
 39190                   (MetaFeature*)&_CIM_DeviceErrorCounts_IndeterminateErrorCount,
 39191                   (MetaFeature*)&_CIM_DeviceErrorCounts_CriticalErrorCount,
 39192                   (MetaFeature*)&_CIM_DeviceErrorCounts_MajorErrorCount,
 39193                   (MetaFeature*)&_CIM_DeviceErrorCounts_MinorErrorCount,
 39194                   (MetaFeature*)&_CIM_DeviceErrorCounts_WarningCount,
 39195                   (MetaFeature*)&_CIM_DeviceErrorCounts_ResetCounter,
 39196                   0,
 39197               };
 39198               
 39199               static const char*
 39200               __root_cimv2_CIM_DeviceErrorCounts_qualifiers[] =
 39201               {
 39202                   /* UMLPackagePath */
 39203                   "\057CIM::Device::DeviceElements",
 39204                   /* Version */
 39205                   "\0632.10.0",
 39206                   0,
 39207 mike  1.1.2.1 };
 39208               
 39209               MetaClass
 39210               __root_cimv2_CIM_DeviceErrorCounts =
 39211               {
 39212                   /* flags */
 39213                   META_FLAG_CLASS,
 39214                   /* name */
 39215                   "CIM_DeviceErrorCounts",
 39216                   /* qualifiers */
 39217                   __root_cimv2_CIM_DeviceErrorCounts_qualifiers,
 39218                   /* super */
 39219                   &__root_cimv2_CIM_StatisticalInformation,
 39220                   /* features */
 39221                   _CIM_DeviceErrorCounts_features,
 39222               };
 39223               
 39224               //==============================================================================
 39225               //
 39226               // Class: CIM_DeviceErrorData
 39227               //
 39228 mike  1.1.2.1 //==============================================================================
 39229               
 39230               static const char*
 39231               _CIM_DeviceErrorData_IndeterminateErrorCount_qualifiers[] =
 39232               {
 39233                   /* Counter */
 39234                   "\012\001",
 39235                   0,
 39236               };
 39237               
 39238               static MetaProperty
 39239               _CIM_DeviceErrorData_IndeterminateErrorCount =
 39240               {
 39241                   /* flags */
 39242                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39243                   /* name */
 39244                   "IndeterminateErrorCount",
 39245                   /* qualifiers */
 39246                   _CIM_DeviceErrorData_IndeterminateErrorCount_qualifiers,
 39247                   /* type */
 39248                   CIMTYPE_UINT64,
 39249 mike  1.1.2.1     /* subscript */
 39250                   -1,
 39251                   /* value */
 39252                   0,
 39253               };
 39254               
 39255               static const char*
 39256               _CIM_DeviceErrorData_CriticalErrorCount_qualifiers[] =
 39257               {
 39258                   /* Counter */
 39259                   "\012\001",
 39260                   /* MappingStrings */
 39261                   "\026\000\001MIF.DMTF|Operational State|006.7\000",
 39262                   0,
 39263               };
 39264               
 39265               static MetaProperty
 39266               _CIM_DeviceErrorData_CriticalErrorCount =
 39267               {
 39268                   /* flags */
 39269                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39270 mike  1.1.2.1     /* name */
 39271                   "CriticalErrorCount",
 39272                   /* qualifiers */
 39273                   _CIM_DeviceErrorData_CriticalErrorCount_qualifiers,
 39274                   /* type */
 39275                   CIMTYPE_UINT64,
 39276                   /* subscript */
 39277                   -1,
 39278                   /* value */
 39279                   0,
 39280               };
 39281               
 39282               static const char*
 39283               _CIM_DeviceErrorData_MajorErrorCount_qualifiers[] =
 39284               {
 39285                   /* Counter */
 39286                   "\012\001",
 39287                   /* MappingStrings */
 39288                   "\026\000\001MIF.DMTF|Operational State|006.8\000",
 39289                   0,
 39290               };
 39291 mike  1.1.2.1 
 39292               static MetaProperty
 39293               _CIM_DeviceErrorData_MajorErrorCount =
 39294               {
 39295                   /* flags */
 39296                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39297                   /* name */
 39298                   "MajorErrorCount",
 39299                   /* qualifiers */
 39300                   _CIM_DeviceErrorData_MajorErrorCount_qualifiers,
 39301                   /* type */
 39302                   CIMTYPE_UINT64,
 39303                   /* subscript */
 39304                   -1,
 39305                   /* value */
 39306                   0,
 39307               };
 39308               
 39309               static const char*
 39310               _CIM_DeviceErrorData_MinorErrorCount_qualifiers[] =
 39311               {
 39312 mike  1.1.2.1     /* Counter */
 39313                   "\012\001",
 39314                   0,
 39315               };
 39316               
 39317               static MetaProperty
 39318               _CIM_DeviceErrorData_MinorErrorCount =
 39319               {
 39320                   /* flags */
 39321                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39322                   /* name */
 39323                   "MinorErrorCount",
 39324                   /* qualifiers */
 39325                   _CIM_DeviceErrorData_MinorErrorCount_qualifiers,
 39326                   /* type */
 39327                   CIMTYPE_UINT64,
 39328                   /* subscript */
 39329                   -1,
 39330                   /* value */
 39331                   0,
 39332               };
 39333 mike  1.1.2.1 
 39334               static const char*
 39335               _CIM_DeviceErrorData_WarningCount_qualifiers[] =
 39336               {
 39337                   /* Counter */
 39338                   "\012\001",
 39339                   /* MappingStrings */
 39340                   "\026\000\001MIF.DMTF|Operational State|006.9\000",
 39341                   0,
 39342               };
 39343               
 39344               static MetaProperty
 39345               _CIM_DeviceErrorData_WarningCount =
 39346               {
 39347                   /* flags */
 39348                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 39349                   /* name */
 39350                   "WarningCount",
 39351                   /* qualifiers */
 39352                   _CIM_DeviceErrorData_WarningCount_qualifiers,
 39353                   /* type */
 39354 mike  1.1.2.1     CIMTYPE_UINT64,
 39355                   /* subscript */
 39356                   -1,
 39357                   /* value */
 39358                   0,
 39359               };
 39360               
 39361               static const char*
 39362               _CIM_DeviceErrorData_LastErrorCode_qualifiers[] =
 39363               {
 39364                   0,
 39365               };
 39366               
 39367               static MetaProperty
 39368               _CIM_DeviceErrorData_LastErrorCode =
 39369               {
 39370                   /* flags */
 39371                   META_FLAG_PROPERTY|META_FLAG_READ,
 39372                   /* name */
 39373                   "LastErrorCode",
 39374                   /* qualifiers */
 39375 mike  1.1.2.1     _CIM_DeviceErrorData_LastErrorCode_qualifiers,
 39376                   /* type */
 39377                   CIMTYPE_STRING,
 39378                   /* subscript */
 39379                   -1,
 39380                   /* value */
 39381                   0,
 39382               };
 39383               
 39384               static const char*
 39385               _CIM_DeviceErrorData_ErrorDescription_qualifiers[] =
 39386               {
 39387                   0,
 39388               };
 39389               
 39390               static MetaProperty
 39391               _CIM_DeviceErrorData_ErrorDescription =
 39392               {
 39393                   /* flags */
 39394                   META_FLAG_PROPERTY|META_FLAG_READ,
 39395                   /* name */
 39396 mike  1.1.2.1     "ErrorDescription",
 39397                   /* qualifiers */
 39398                   _CIM_DeviceErrorData_ErrorDescription_qualifiers,
 39399                   /* type */
 39400                   CIMTYPE_STRING,
 39401                   /* subscript */
 39402                   -1,
 39403                   /* value */
 39404                   0,
 39405               };
 39406               
 39407               static MetaFeature*
 39408               _CIM_DeviceErrorData_features[] =
 39409               {
 39410                   (MetaFeature*)&_CIM_DeviceErrorData_IndeterminateErrorCount,
 39411                   (MetaFeature*)&_CIM_DeviceErrorData_CriticalErrorCount,
 39412                   (MetaFeature*)&_CIM_DeviceErrorData_MajorErrorCount,
 39413                   (MetaFeature*)&_CIM_DeviceErrorData_MinorErrorCount,
 39414                   (MetaFeature*)&_CIM_DeviceErrorData_WarningCount,
 39415                   (MetaFeature*)&_CIM_DeviceErrorData_LastErrorCode,
 39416                   (MetaFeature*)&_CIM_DeviceErrorData_ErrorDescription,
 39417 mike  1.1.2.1     0,
 39418               };
 39419               
 39420               static const char*
 39421               __root_cimv2_CIM_DeviceErrorData_qualifiers[] =
 39422               {
 39423                   /* UMLPackagePath */
 39424                   "\057CIM::Device::DeviceElements",
 39425                   /* Version */
 39426                   "\0632.10.0",
 39427                   0,
 39428               };
 39429               
 39430               MetaClass
 39431               __root_cimv2_CIM_DeviceErrorData =
 39432               {
 39433                   /* flags */
 39434                   META_FLAG_CLASS,
 39435                   /* name */
 39436                   "CIM_DeviceErrorData",
 39437                   /* qualifiers */
 39438 mike  1.1.2.1     __root_cimv2_CIM_DeviceErrorData_qualifiers,
 39439                   /* super */
 39440                   &__root_cimv2_CIM_StatisticalData,
 39441                   /* features */
 39442                   _CIM_DeviceErrorData_features,
 39443               };
 39444               
 39445               //==============================================================================
 39446               //
 39447               // Class: CIM_DeviceStatisticalInformation
 39448               //
 39449               //==============================================================================
 39450               
 39451               static const char*
 39452               _CIM_DeviceStatisticalInformation_SystemCreationClassName_qualifiers[] =
 39453               {
 39454                   /* Key */
 39455                   "\025\001",
 39456                   /* Propagated */
 39457                   "\045CIM_LogicalDevice.SystemCreationClassName",
 39458                   /* MaxLen */
 39459 mike  1.1.2.1     "\030\000\000\001\000",
 39460                   0,
 39461               };
 39462               
 39463               static MetaProperty
 39464               _CIM_DeviceStatisticalInformation_SystemCreationClassName =
 39465               {
 39466                   /* flags */
 39467                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 39468                   /* name */
 39469                   "SystemCreationClassName",
 39470                   /* qualifiers */
 39471                   _CIM_DeviceStatisticalInformation_SystemCreationClassName_qualifiers,
 39472                   /* type */
 39473                   CIMTYPE_STRING,
 39474                   /* subscript */
 39475                   -1,
 39476                   /* value */
 39477                   0,
 39478               };
 39479               
 39480 mike  1.1.2.1 static const char*
 39481               _CIM_DeviceStatisticalInformation_SystemName_qualifiers[] =
 39482               {
 39483                   /* Key */
 39484                   "\025\001",
 39485                   /* Propagated */
 39486                   "\045CIM_LogicalDevice.SystemName",
 39487                   /* MaxLen */
 39488                   "\030\000\000\001\000",
 39489                   0,
 39490               };
 39491               
 39492               static MetaProperty
 39493               _CIM_DeviceStatisticalInformation_SystemName =
 39494               {
 39495                   /* flags */
 39496                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 39497                   /* name */
 39498                   "SystemName",
 39499                   /* qualifiers */
 39500                   _CIM_DeviceStatisticalInformation_SystemName_qualifiers,
 39501 mike  1.1.2.1     /* type */
 39502                   CIMTYPE_STRING,
 39503                   /* subscript */
 39504                   -1,
 39505                   /* value */
 39506                   0,
 39507               };
 39508               
 39509               static const char*
 39510               _CIM_DeviceStatisticalInformation_DeviceCreationClassName_qualifiers[] =
 39511               {
 39512                   /* Key */
 39513                   "\025\001",
 39514                   /* Propagated */
 39515                   "\045CIM_LogicalDevice.CreationClassName",
 39516                   /* MaxLen */
 39517                   "\030\000\000\001\000",
 39518                   0,
 39519               };
 39520               
 39521               static MetaProperty
 39522 mike  1.1.2.1 _CIM_DeviceStatisticalInformation_DeviceCreationClassName =
 39523               {
 39524                   /* flags */
 39525                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 39526                   /* name */
 39527                   "DeviceCreationClassName",
 39528                   /* qualifiers */
 39529                   _CIM_DeviceStatisticalInformation_DeviceCreationClassName_qualifiers,
 39530                   /* type */
 39531                   CIMTYPE_STRING,
 39532                   /* subscript */
 39533                   -1,
 39534                   /* value */
 39535                   0,
 39536               };
 39537               
 39538               static const char*
 39539               _CIM_DeviceStatisticalInformation_DeviceID_qualifiers[] =
 39540               {
 39541                   /* Key */
 39542                   "\025\001",
 39543 mike  1.1.2.1     /* Propagated */
 39544                   "\045CIM_LogicalDevice.DeviceID",
 39545                   /* MaxLen */
 39546                   "\030\000\000\000\100",
 39547                   0,
 39548               };
 39549               
 39550               static MetaProperty
 39551               _CIM_DeviceStatisticalInformation_DeviceID =
 39552               {
 39553                   /* flags */
 39554                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 39555                   /* name */
 39556                   "DeviceID",
 39557                   /* qualifiers */
 39558                   _CIM_DeviceStatisticalInformation_DeviceID_qualifiers,
 39559                   /* type */
 39560                   CIMTYPE_STRING,
 39561                   /* subscript */
 39562                   -1,
 39563                   /* value */
 39564 mike  1.1.2.1     0,
 39565               };
 39566               
 39567               static const char*
 39568               _CIM_DeviceStatisticalInformation_CreationClassName_qualifiers[] =
 39569               {
 39570                   /* Key */
 39571                   "\025\001",
 39572                   /* MaxLen */
 39573                   "\030\000\000\001\000",
 39574                   0,
 39575               };
 39576               
 39577               static MetaProperty
 39578               _CIM_DeviceStatisticalInformation_CreationClassName =
 39579               {
 39580                   /* flags */
 39581                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 39582                   /* name */
 39583                   "CreationClassName",
 39584                   /* qualifiers */
 39585 mike  1.1.2.1     _CIM_DeviceStatisticalInformation_CreationClassName_qualifiers,
 39586                   /* type */
 39587                   CIMTYPE_STRING,
 39588                   /* subscript */
 39589                   -1,
 39590                   /* value */
 39591                   0,
 39592               };
 39593               
 39594               static const char*
 39595               _CIM_DeviceStatisticalInformation_Name_qualifiers[] =
 39596               {
 39597                   /* Key */
 39598                   "\025\001",
 39599                   /* Override */
 39600                   "\044Name",
 39601                   /* MaxLen */
 39602                   "\030\000\000\001\000",
 39603                   0,
 39604               };
 39605               
 39606 mike  1.1.2.1 static MetaProperty
 39607               _CIM_DeviceStatisticalInformation_Name =
 39608               {
 39609                   /* flags */
 39610                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 39611                   /* name */
 39612                   "Name",
 39613                   /* qualifiers */
 39614                   _CIM_DeviceStatisticalInformation_Name_qualifiers,
 39615                   /* type */
 39616                   CIMTYPE_STRING,
 39617                   /* subscript */
 39618                   -1,
 39619                   /* value */
 39620                   0,
 39621               };
 39622               
 39623               static MetaFeature*
 39624               _CIM_DeviceStatisticalInformation_features[] =
 39625               {
 39626                   (MetaFeature*)&_CIM_DeviceStatisticalInformation_SystemCreationClassName,
 39627 mike  1.1.2.1     (MetaFeature*)&_CIM_DeviceStatisticalInformation_SystemName,
 39628                   (MetaFeature*)&_CIM_DeviceStatisticalInformation_DeviceCreationClassName,
 39629                   (MetaFeature*)&_CIM_DeviceStatisticalInformation_DeviceID,
 39630                   (MetaFeature*)&_CIM_DeviceStatisticalInformation_CreationClassName,
 39631                   (MetaFeature*)&_CIM_DeviceStatisticalInformation_Name,
 39632                   0,
 39633               };
 39634               
 39635               static const char*
 39636               __root_cimv2_CIM_DeviceStatisticalInformation_qualifiers[] =
 39637               {
 39638                   /* UMLPackagePath */
 39639                   "\057CIM::Core::Statistics",
 39640                   /* Version */
 39641                   "\0632.6.0",
 39642                   0,
 39643               };
 39644               
 39645               MetaClass
 39646               __root_cimv2_CIM_DeviceStatisticalInformation =
 39647               {
 39648 mike  1.1.2.1     /* flags */
 39649                   META_FLAG_CLASS,
 39650                   /* name */
 39651                   "CIM_DeviceStatisticalInformation",
 39652                   /* qualifiers */
 39653                   __root_cimv2_CIM_DeviceStatisticalInformation_qualifiers,
 39654                   /* super */
 39655                   &__root_cimv2_CIM_StatisticalInformation,
 39656                   /* features */
 39657                   _CIM_DeviceStatisticalInformation_features,
 39658               };
 39659               
 39660               //==============================================================================
 39661               //
 39662               // Class: CIM_DiagnosticRecord
 39663               //
 39664               //==============================================================================
 39665               
 39666               static const char*
 39667               _CIM_DiagnosticRecord_InstanceID_qualifiers[] =
 39668               {
 39669 mike  1.1.2.1     /* Key */
 39670                   "\025\001",
 39671                   0,
 39672               };
 39673               
 39674               static MetaProperty
 39675               _CIM_DiagnosticRecord_InstanceID =
 39676               {
 39677                   /* flags */
 39678                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 39679                   /* name */
 39680                   "InstanceID",
 39681                   /* qualifiers */
 39682                   _CIM_DiagnosticRecord_InstanceID_qualifiers,
 39683                   /* type */
 39684                   CIMTYPE_STRING,
 39685                   /* subscript */
 39686                   -1,
 39687                   /* value */
 39688                   0,
 39689               };
 39690 mike  1.1.2.1 
 39691               static const char*
 39692               _CIM_DiagnosticRecord_ServiceName_qualifiers[] =
 39693               {
 39694                   /* Required */
 39695                   "\050\001",
 39696                   /* ModelCorrespondence */
 39697                   "\036\000\001CIM_DiagnosticService.Name\000",
 39698                   0,
 39699               };
 39700               
 39701               static MetaProperty
 39702               _CIM_DiagnosticRecord_ServiceName =
 39703               {
 39704                   /* flags */
 39705                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 39706                   /* name */
 39707                   "ServiceName",
 39708                   /* qualifiers */
 39709                   _CIM_DiagnosticRecord_ServiceName_qualifiers,
 39710                   /* type */
 39711 mike  1.1.2.1     CIMTYPE_STRING,
 39712                   /* subscript */
 39713                   -1,
 39714                   /* value */
 39715                   0,
 39716               };
 39717               
 39718               static const char*
 39719               _CIM_DiagnosticRecord_ManagedElementName_qualifiers[] =
 39720               {
 39721                   /* Required */
 39722                   "\050\001",
 39723                   /* ModelCorrespondence */
 39724                   "\036\000\001CIM_ManagedElement.ElementName\000",
 39725                   0,
 39726               };
 39727               
 39728               static MetaProperty
 39729               _CIM_DiagnosticRecord_ManagedElementName =
 39730               {
 39731                   /* flags */
 39732 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 39733                   /* name */
 39734                   "ManagedElementName",
 39735                   /* qualifiers */
 39736                   _CIM_DiagnosticRecord_ManagedElementName_qualifiers,
 39737                   /* type */
 39738                   CIMTYPE_STRING,
 39739                   /* subscript */
 39740                   -1,
 39741                   /* value */
 39742                   0,
 39743               };
 39744               
 39745               static const char*
 39746               _CIM_DiagnosticRecord_ExpirationDate_qualifiers[] =
 39747               {
 39748                   /* ModelCorrespondence */
 39749                   "\036\000\001CIM_DiagnosticSetting.ResultPersistence\000",
 39750                   0,
 39751               };
 39752               
 39753 mike  1.1.2.1 static MetaProperty
 39754               _CIM_DiagnosticRecord_ExpirationDate =
 39755               {
 39756                   /* flags */
 39757                   META_FLAG_PROPERTY|META_FLAG_READ,
 39758                   /* name */
 39759                   "ExpirationDate",
 39760                   /* qualifiers */
 39761                   _CIM_DiagnosticRecord_ExpirationDate_qualifiers,
 39762                   /* type */
 39763                   CIMTYPE_DATETIME,
 39764                   /* subscript */
 39765                   -1,
 39766                   /* value */
 39767                   0,
 39768               };
 39769               
 39770               static const char*
 39771               _CIM_DiagnosticRecord_RecordType_qualifiers[] =
 39772               {
 39773                   /* ValueMap */
 39774 mike  1.1.2.1     "\061\000\0170\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\000",
 39775                   /* Values */
 39776                   "\062\000\017Unknown\000Other\000Results\000Subtests\000Actions\000Warnings\000Status\000Device Errors\000Service Errors\000Setting Data\000Statistics\000Hardware Configuration\000Software Configuration\000References\000Debug\000",
 39777                   /* ModelCorrespondence */
 39778                   "\036\000\002CIM_DiagnosticSetting.LogOptions\000CIM_DiagnosticRecord.OtherRecordTypeDescription\000",
 39779                   0,
 39780               };
 39781               
 39782               static MetaProperty
 39783               _CIM_DiagnosticRecord_RecordType =
 39784               {
 39785                   /* flags */
 39786                   META_FLAG_PROPERTY|META_FLAG_READ,
 39787                   /* name */
 39788                   "RecordType",
 39789                   /* qualifiers */
 39790                   _CIM_DiagnosticRecord_RecordType_qualifiers,
 39791                   /* type */
 39792                   CIMTYPE_UINT16,
 39793                   /* subscript */
 39794                   -1,
 39795 mike  1.1.2.1     /* value */
 39796                   0,
 39797               };
 39798               
 39799               static const char*
 39800               _CIM_DiagnosticRecord_OtherRecordTypeDescription_qualifiers[] =
 39801               {
 39802                   /* ModelCorrespondence */
 39803                   "\036\000\002CIM_DiagnosticSetting.OtherLogOptionsDescriptions\000CIM_DiagnosticRecord.RecordType\000",
 39804                   0,
 39805               };
 39806               
 39807               static MetaProperty
 39808               _CIM_DiagnosticRecord_OtherRecordTypeDescription =
 39809               {
 39810                   /* flags */
 39811                   META_FLAG_PROPERTY|META_FLAG_READ,
 39812                   /* name */
 39813                   "OtherRecordTypeDescription",
 39814                   /* qualifiers */
 39815                   _CIM_DiagnosticRecord_OtherRecordTypeDescription_qualifiers,
 39816 mike  1.1.2.1     /* type */
 39817                   CIMTYPE_STRING,
 39818                   /* subscript */
 39819                   -1,
 39820                   /* value */
 39821                   0,
 39822               };
 39823               
 39824               static const char*
 39825               _CIM_DiagnosticRecord_CreationTimeStamp_qualifiers[] =
 39826               {
 39827                   0,
 39828               };
 39829               
 39830               static MetaProperty
 39831               _CIM_DiagnosticRecord_CreationTimeStamp =
 39832               {
 39833                   /* flags */
 39834                   META_FLAG_PROPERTY|META_FLAG_READ,
 39835                   /* name */
 39836                   "CreationTimeStamp",
 39837 mike  1.1.2.1     /* qualifiers */
 39838                   _CIM_DiagnosticRecord_CreationTimeStamp_qualifiers,
 39839                   /* type */
 39840                   CIMTYPE_DATETIME,
 39841                   /* subscript */
 39842                   -1,
 39843                   /* value */
 39844                   0,
 39845               };
 39846               
 39847               static MetaFeature*
 39848               _CIM_DiagnosticRecord_features[] =
 39849               {
 39850                   (MetaFeature*)&_CIM_DiagnosticRecord_InstanceID,
 39851                   (MetaFeature*)&_CIM_DiagnosticRecord_ServiceName,
 39852                   (MetaFeature*)&_CIM_DiagnosticRecord_ManagedElementName,
 39853                   (MetaFeature*)&_CIM_DiagnosticRecord_ExpirationDate,
 39854                   (MetaFeature*)&_CIM_DiagnosticRecord_RecordType,
 39855                   (MetaFeature*)&_CIM_DiagnosticRecord_OtherRecordTypeDescription,
 39856                   (MetaFeature*)&_CIM_DiagnosticRecord_CreationTimeStamp,
 39857                   0,
 39858 mike  1.1.2.1 };
 39859               
 39860               static const char*
 39861               __root_cimv2_CIM_DiagnosticRecord_qualifiers[] =
 39862               {
 39863                   /* UMLPackagePath */
 39864                   "\057CIM::System::Diagnostics",
 39865                   /* Version */
 39866                   "\0632.10.0",
 39867                   0,
 39868               };
 39869               
 39870               MetaClass
 39871               __root_cimv2_CIM_DiagnosticRecord =
 39872               {
 39873                   /* flags */
 39874                   META_FLAG_CLASS,
 39875                   /* name */
 39876                   "CIM_DiagnosticRecord",
 39877                   /* qualifiers */
 39878                   __root_cimv2_CIM_DiagnosticRecord_qualifiers,
 39879 mike  1.1.2.1     /* super */
 39880                   &__root_cimv2_CIM_RecordForLog,
 39881                   /* features */
 39882                   _CIM_DiagnosticRecord_features,
 39883               };
 39884               
 39885               //==============================================================================
 39886               //
 39887               // Class: CIM_DiagnosticResultForMSE
 39888               //
 39889               //==============================================================================
 39890               
 39891               static const char*
 39892               _CIM_DiagnosticResultForMSE_Result_qualifiers[] =
 39893               {
 39894                   /* Deprecated */
 39895                   "\013\000\001No Value\000",
 39896                   /* Key */
 39897                   "\025\001",
 39898                   0,
 39899               };
 39900 mike  1.1.2.1 
 39901               static MetaReference
 39902               _CIM_DiagnosticResultForMSE_Result =
 39903               {
 39904                   /* flags */
 39905                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 39906                   /* name */
 39907                   "Result",
 39908                   /* qualifiers */
 39909                   _CIM_DiagnosticResultForMSE_Result_qualifiers,
 39910                   /* subscript */
 39911                   -1,
 39912                   /* refId */
 39913                   &__root_cimv2_CIM_DiagnosticResult,
 39914               };
 39915               
 39916               static const char*
 39917               _CIM_DiagnosticResultForMSE_SystemElement_qualifiers[] =
 39918               {
 39919                   /* Deprecated */
 39920                   "\013\000\001No Value\000",
 39921 mike  1.1.2.1     /* Key */
 39922                   "\025\001",
 39923                   0,
 39924               };
 39925               
 39926               static MetaReference
 39927               _CIM_DiagnosticResultForMSE_SystemElement =
 39928               {
 39929                   /* flags */
 39930                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 39931                   /* name */
 39932                   "SystemElement",
 39933                   /* qualifiers */
 39934                   _CIM_DiagnosticResultForMSE_SystemElement_qualifiers,
 39935                   /* subscript */
 39936                   -1,
 39937                   /* refId */
 39938                   &__root_cimv2_CIM_ManagedSystemElement,
 39939               };
 39940               
 39941               static MetaFeature*
 39942 mike  1.1.2.1 _CIM_DiagnosticResultForMSE_features[] =
 39943               {
 39944                   (MetaFeature*)&_CIM_DiagnosticResultForMSE_Result,
 39945                   (MetaFeature*)&_CIM_DiagnosticResultForMSE_SystemElement,
 39946                   0,
 39947               };
 39948               
 39949               static const char*
 39950               __root_cimv2_CIM_DiagnosticResultForMSE_qualifiers[] =
 39951               {
 39952                   /* ASSOCIATION */
 39953                   "\000\001",
 39954                   /* Deprecated */
 39955                   "\013\000\001No Value\000",
 39956                   /* UMLPackagePath */
 39957                   "\057CIM::System::Diagnostics",
 39958                   /* Version */
 39959                   "\0632.9.0",
 39960                   0,
 39961               };
 39962               
 39963 mike  1.1.2.1 MetaClass
 39964               __root_cimv2_CIM_DiagnosticResultForMSE =
 39965               {
 39966                   /* flags */
 39967                   META_FLAG_ASSOCIATION,
 39968                   /* name */
 39969                   "CIM_DiagnosticResultForMSE",
 39970                   /* qualifiers */
 39971                   __root_cimv2_CIM_DiagnosticResultForMSE_qualifiers,
 39972                   /* super */
 39973                   0,
 39974                   /* features */
 39975                   _CIM_DiagnosticResultForMSE_features,
 39976               };
 39977               
 39978               //==============================================================================
 39979               //
 39980               // Class: CIM_DiagnosticServiceRecord
 39981               //
 39982               //==============================================================================
 39983               
 39984 mike  1.1.2.1 static const char*
 39985               _CIM_DiagnosticServiceRecord_ErrorCode_qualifiers[] =
 39986               {
 39987                   /* ArrayType */
 39988                   "\005Indexed",
 39989                   /* ModelCorrespondence */
 39990                   "\036\000\001CIM_DiagnosticServiceRecord.ErrorCount\000",
 39991                   0,
 39992               };
 39993               
 39994               static MetaProperty
 39995               _CIM_DiagnosticServiceRecord_ErrorCode =
 39996               {
 39997                   /* flags */
 39998                   META_FLAG_PROPERTY|META_FLAG_READ,
 39999                   /* name */
 40000                   "ErrorCode",
 40001                   /* qualifiers */
 40002                   _CIM_DiagnosticServiceRecord_ErrorCode_qualifiers,
 40003                   /* type */
 40004                   CIMTYPE_STRING,
 40005 mike  1.1.2.1     /* subscript */
 40006                   0,
 40007                   /* value */
 40008                   0,
 40009               };
 40010               
 40011               static const char*
 40012               _CIM_DiagnosticServiceRecord_ErrorCount_qualifiers[] =
 40013               {
 40014                   /* ArrayType */
 40015                   "\005Indexed",
 40016                   /* ModelCorrespondence */
 40017                   "\036\000\001CIM_DiagnosticServiceRecord.ErrorCode\000",
 40018                   0,
 40019               };
 40020               
 40021               static MetaProperty
 40022               _CIM_DiagnosticServiceRecord_ErrorCount =
 40023               {
 40024                   /* flags */
 40025                   META_FLAG_PROPERTY|META_FLAG_READ,
 40026 mike  1.1.2.1     /* name */
 40027                   "ErrorCount",
 40028                   /* qualifiers */
 40029                   _CIM_DiagnosticServiceRecord_ErrorCount_qualifiers,
 40030                   /* type */
 40031                   CIMTYPE_UINT32,
 40032                   /* subscript */
 40033                   0,
 40034                   /* value */
 40035                   0,
 40036               };
 40037               
 40038               static const char*
 40039               _CIM_DiagnosticServiceRecord_LoopsFailed_qualifiers[] =
 40040               {
 40041                   0,
 40042               };
 40043               
 40044               static MetaProperty
 40045               _CIM_DiagnosticServiceRecord_LoopsFailed =
 40046               {
 40047 mike  1.1.2.1     /* flags */
 40048                   META_FLAG_PROPERTY|META_FLAG_READ,
 40049                   /* name */
 40050                   "LoopsFailed",
 40051                   /* qualifiers */
 40052                   _CIM_DiagnosticServiceRecord_LoopsFailed_qualifiers,
 40053                   /* type */
 40054                   CIMTYPE_UINT32,
 40055                   /* subscript */
 40056                   -1,
 40057                   /* value */
 40058                   0,
 40059               };
 40060               
 40061               static const char*
 40062               _CIM_DiagnosticServiceRecord_LoopsPassed_qualifiers[] =
 40063               {
 40064                   0,
 40065               };
 40066               
 40067               static MetaProperty
 40068 mike  1.1.2.1 _CIM_DiagnosticServiceRecord_LoopsPassed =
 40069               {
 40070                   /* flags */
 40071                   META_FLAG_PROPERTY|META_FLAG_READ,
 40072                   /* name */
 40073                   "LoopsPassed",
 40074                   /* qualifiers */
 40075                   _CIM_DiagnosticServiceRecord_LoopsPassed_qualifiers,
 40076                   /* type */
 40077                   CIMTYPE_UINT32,
 40078                   /* subscript */
 40079                   -1,
 40080                   /* value */
 40081                   0,
 40082               };
 40083               
 40084               static MetaFeature*
 40085               _CIM_DiagnosticServiceRecord_features[] =
 40086               {
 40087                   (MetaFeature*)&_CIM_DiagnosticServiceRecord_ErrorCode,
 40088                   (MetaFeature*)&_CIM_DiagnosticServiceRecord_ErrorCount,
 40089 mike  1.1.2.1     (MetaFeature*)&_CIM_DiagnosticServiceRecord_LoopsFailed,
 40090                   (MetaFeature*)&_CIM_DiagnosticServiceRecord_LoopsPassed,
 40091                   0,
 40092               };
 40093               
 40094               static const char*
 40095               __root_cimv2_CIM_DiagnosticServiceRecord_qualifiers[] =
 40096               {
 40097                   /* UMLPackagePath */
 40098                   "\057CIM::System::Diagnostics",
 40099                   /* Version */
 40100                   "\0632.9.0",
 40101                   0,
 40102               };
 40103               
 40104               MetaClass
 40105               __root_cimv2_CIM_DiagnosticServiceRecord =
 40106               {
 40107                   /* flags */
 40108                   META_FLAG_CLASS,
 40109                   /* name */
 40110 mike  1.1.2.1     "CIM_DiagnosticServiceRecord",
 40111                   /* qualifiers */
 40112                   __root_cimv2_CIM_DiagnosticServiceRecord_qualifiers,
 40113                   /* super */
 40114                   &__root_cimv2_CIM_DiagnosticRecord,
 40115                   /* features */
 40116                   _CIM_DiagnosticServiceRecord_features,
 40117               };
 40118               
 40119               //==============================================================================
 40120               //
 40121               // Class: CIM_DiagnosticSetting
 40122               //
 40123               //==============================================================================
 40124               
 40125               static const char*
 40126               _CIM_DiagnosticSetting_SettingID_qualifiers[] =
 40127               {
 40128                   /* Key */
 40129                   "\025\001",
 40130                   /* Override */
 40131 mike  1.1.2.1     "\044SettingID",
 40132                   /* MaxLen */
 40133                   "\030\000\000\001\000",
 40134                   0,
 40135               };
 40136               
 40137               static MetaProperty
 40138               _CIM_DiagnosticSetting_SettingID =
 40139               {
 40140                   /* flags */
 40141                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 40142                   /* name */
 40143                   "SettingID",
 40144                   /* qualifiers */
 40145                   _CIM_DiagnosticSetting_SettingID_qualifiers,
 40146                   /* type */
 40147                   CIMTYPE_STRING,
 40148                   /* subscript */
 40149                   -1,
 40150                   /* value */
 40151                   0,
 40152 mike  1.1.2.1 };
 40153               
 40154               static const char*
 40155               _CIM_DiagnosticSetting_TestWarningLevel_qualifiers[] =
 40156               {
 40157                   /* Deprecated */
 40158                   "\013\000\002CIM_DiagnosticSetting.LogOptions\000CIM_DiagnosticSetting.VerbosityLevel\000",
 40159                   /* Write */
 40160                   "\065\001",
 40161                   /* ValueMap */
 40162                   "\061\000\0040\0001\0002\0003\000",
 40163                   /* Values */
 40164                   "\062\000\004No Warnings\000Missing Resources\000Testing Impacts\000All Warnings\000",
 40165                   0,
 40166               };
 40167               
 40168               static MetaProperty
 40169               _CIM_DiagnosticSetting_TestWarningLevel =
 40170               {
 40171                   /* flags */
 40172                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40173 mike  1.1.2.1     /* name */
 40174                   "TestWarningLevel",
 40175                   /* qualifiers */
 40176                   _CIM_DiagnosticSetting_TestWarningLevel_qualifiers,
 40177                   /* type */
 40178                   CIMTYPE_UINT16,
 40179                   /* subscript */
 40180                   -1,
 40181                   /* value */
 40182                   0,
 40183               };
 40184               
 40185               static const char*
 40186               _CIM_DiagnosticSetting_ReportSoftErrors_qualifiers[] =
 40187               {
 40188                   /* Deprecated */
 40189                   "\013\000\001CIM_DiagnosticSetting.LogOptions\000",
 40190                   /* Write */
 40191                   "\065\001",
 40192                   0,
 40193               };
 40194 mike  1.1.2.1 
 40195               static MetaProperty
 40196               _CIM_DiagnosticSetting_ReportSoftErrors =
 40197               {
 40198                   /* flags */
 40199                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40200                   /* name */
 40201                   "ReportSoftErrors",
 40202                   /* qualifiers */
 40203                   _CIM_DiagnosticSetting_ReportSoftErrors_qualifiers,
 40204                   /* type */
 40205                   CIMTYPE_BOOLEAN,
 40206                   /* subscript */
 40207                   -1,
 40208                   /* value */
 40209                   0,
 40210               };
 40211               
 40212               static const char*
 40213               _CIM_DiagnosticSetting_ReportStatusMessages_qualifiers[] =
 40214               {
 40215 mike  1.1.2.1     /* Deprecated */
 40216                   "\013\000\001CIM_DiagnosticSetting.LogOptions\000",
 40217                   /* Write */
 40218                   "\065\001",
 40219                   0,
 40220               };
 40221               
 40222               static MetaProperty
 40223               _CIM_DiagnosticSetting_ReportStatusMessages =
 40224               {
 40225                   /* flags */
 40226                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40227                   /* name */
 40228                   "ReportStatusMessages",
 40229                   /* qualifiers */
 40230                   _CIM_DiagnosticSetting_ReportStatusMessages_qualifiers,
 40231                   /* type */
 40232                   CIMTYPE_BOOLEAN,
 40233                   /* subscript */
 40234                   -1,
 40235                   /* value */
 40236 mike  1.1.2.1     0,
 40237               };
 40238               
 40239               static const char*
 40240               _CIM_DiagnosticSetting_HaltOnError_qualifiers[] =
 40241               {
 40242                   /* Write */
 40243                   "\065\001",
 40244                   0,
 40245               };
 40246               
 40247               static MetaProperty
 40248               _CIM_DiagnosticSetting_HaltOnError =
 40249               {
 40250                   /* flags */
 40251                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40252                   /* name */
 40253                   "HaltOnError",
 40254                   /* qualifiers */
 40255                   _CIM_DiagnosticSetting_HaltOnError_qualifiers,
 40256                   /* type */
 40257 mike  1.1.2.1     CIMTYPE_BOOLEAN,
 40258                   /* subscript */
 40259                   -1,
 40260                   /* value */
 40261                   0,
 40262               };
 40263               
 40264               static const char*
 40265               _CIM_DiagnosticSetting_QuickMode_qualifiers[] =
 40266               {
 40267                   /* Write */
 40268                   "\065\001",
 40269                   0,
 40270               };
 40271               
 40272               static MetaProperty
 40273               _CIM_DiagnosticSetting_QuickMode =
 40274               {
 40275                   /* flags */
 40276                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40277                   /* name */
 40278 mike  1.1.2.1     "QuickMode",
 40279                   /* qualifiers */
 40280                   _CIM_DiagnosticSetting_QuickMode_qualifiers,
 40281                   /* type */
 40282                   CIMTYPE_BOOLEAN,
 40283                   /* subscript */
 40284                   -1,
 40285                   /* value */
 40286                   0,
 40287               };
 40288               
 40289               static const char*
 40290               _CIM_DiagnosticSetting_PercentOfTestCoverage_qualifiers[] =
 40291               {
 40292                   /* Write */
 40293                   "\065\001",
 40294                   /* Units */
 40295                   "\060Percent",
 40296                   /* MinValue */
 40297                   "\035\000\000\000\000\000\000\000\000",
 40298                   /* MaxValue */
 40299 mike  1.1.2.1     "\031\000\000\000\000\000\000\000\144",
 40300                   /* ModelCorrespondence */
 40301                   "\036\000\001CIM_DiagnosticServiceCapabilities.SupportedServiceModes\000",
 40302                   0,
 40303               };
 40304               
 40305               static MetaProperty
 40306               _CIM_DiagnosticSetting_PercentOfTestCoverage =
 40307               {
 40308                   /* flags */
 40309                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40310                   /* name */
 40311                   "PercentOfTestCoverage",
 40312                   /* qualifiers */
 40313                   _CIM_DiagnosticSetting_PercentOfTestCoverage_qualifiers,
 40314                   /* type */
 40315                   CIMTYPE_UINT8,
 40316                   /* subscript */
 40317                   -1,
 40318                   /* value */
 40319                   0,
 40320 mike  1.1.2.1 };
 40321               
 40322               static const char*
 40323               _CIM_DiagnosticSetting_LoopControlParameter_qualifiers[] =
 40324               {
 40325                   /* Write */
 40326                   "\065\001",
 40327                   /* ArrayType */
 40328                   "\005Indexed",
 40329                   /* ModelCorrespondence */
 40330                   "\036\000\001CIM_DiagnosticSetting.LoopControl\000",
 40331                   0,
 40332               };
 40333               
 40334               static MetaProperty
 40335               _CIM_DiagnosticSetting_LoopControlParameter =
 40336               {
 40337                   /* flags */
 40338                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40339                   /* name */
 40340                   "LoopControlParameter",
 40341 mike  1.1.2.1     /* qualifiers */
 40342                   _CIM_DiagnosticSetting_LoopControlParameter_qualifiers,
 40343                   /* type */
 40344                   CIMTYPE_STRING,
 40345                   /* subscript */
 40346                   0,
 40347                   /* value */
 40348                   0,
 40349               };
 40350               
 40351               static const char*
 40352               _CIM_DiagnosticSetting_LoopControl_qualifiers[] =
 40353               {
 40354                   /* Write */
 40355                   "\065\001",
 40356                   /* ValueMap */
 40357                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 40358                   /* Values */
 40359                   "\062\000\006Unknown\000Other\000Continuous\000Count\000Timer\000ErrorCount\000",
 40360                   /* ArrayType */
 40361                   "\005Indexed",
 40362 mike  1.1.2.1     /* ModelCorrespondence */
 40363                   "\036\000\003CIM_DiagnosticSetting.LoopControlParameter\000CIM_DiagnosticSetting.OtherLoopControlDescriptions\000CIM_DiagnosticServiceCapabilities.SupportedLoopControl\000",
 40364                   0,
 40365               };
 40366               
 40367               static MetaProperty
 40368               _CIM_DiagnosticSetting_LoopControl =
 40369               {
 40370                   /* flags */
 40371                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40372                   /* name */
 40373                   "LoopControl",
 40374                   /* qualifiers */
 40375                   _CIM_DiagnosticSetting_LoopControl_qualifiers,
 40376                   /* type */
 40377                   CIMTYPE_UINT16,
 40378                   /* subscript */
 40379                   0,
 40380                   /* value */
 40381                   0,
 40382               };
 40383 mike  1.1.2.1 
 40384               static const char*
 40385               _CIM_DiagnosticSetting_OtherLoopControlDescription_qualifiers[] =
 40386               {
 40387                   /* Deprecated */
 40388                   "\013\000\001CIM_DiagnosticSetting.OtherLoopControlDescriptions\000",
 40389                   /* Write */
 40390                   "\065\001",
 40391                   /* ModelCorrespondence */
 40392                   "\036\000\001CIM_DiagnosticSetting.LoopControlParameter\000",
 40393                   0,
 40394               };
 40395               
 40396               static MetaProperty
 40397               _CIM_DiagnosticSetting_OtherLoopControlDescription =
 40398               {
 40399                   /* flags */
 40400                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40401                   /* name */
 40402                   "OtherLoopControlDescription",
 40403                   /* qualifiers */
 40404 mike  1.1.2.1     _CIM_DiagnosticSetting_OtherLoopControlDescription_qualifiers,
 40405                   /* type */
 40406                   CIMTYPE_STRING,
 40407                   /* subscript */
 40408                   -1,
 40409                   /* value */
 40410                   0,
 40411               };
 40412               
 40413               static const char*
 40414               _CIM_DiagnosticSetting_OtherLoopControlDescriptions_qualifiers[] =
 40415               {
 40416                   /* Write */
 40417                   "\065\001",
 40418                   /* ArrayType */
 40419                   "\005Indexed",
 40420                   /* ModelCorrespondence */
 40421                   "\036\000\002CIM_DiagnosticSetting.LoopControlParameter\000CIM_DiagnosticSetting.LoopControl\000",
 40422                   0,
 40423               };
 40424               
 40425 mike  1.1.2.1 static MetaProperty
 40426               _CIM_DiagnosticSetting_OtherLoopControlDescriptions =
 40427               {
 40428                   /* flags */
 40429                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40430                   /* name */
 40431                   "OtherLoopControlDescriptions",
 40432                   /* qualifiers */
 40433                   _CIM_DiagnosticSetting_OtherLoopControlDescriptions_qualifiers,
 40434                   /* type */
 40435                   CIMTYPE_STRING,
 40436                   /* subscript */
 40437                   0,
 40438                   /* value */
 40439                   0,
 40440               };
 40441               
 40442               static const char*
 40443               _CIM_DiagnosticSetting_ResultPersistence_qualifiers[] =
 40444               {
 40445                   /* Write */
 40446 mike  1.1.2.1     "\065\001",
 40447                   /* Units */
 40448                   "\060Seconds",
 40449                   0,
 40450               };
 40451               
 40452               static MetaProperty
 40453               _CIM_DiagnosticSetting_ResultPersistence =
 40454               {
 40455                   /* flags */
 40456                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40457                   /* name */
 40458                   "ResultPersistence",
 40459                   /* qualifiers */
 40460                   _CIM_DiagnosticSetting_ResultPersistence_qualifiers,
 40461                   /* type */
 40462                   CIMTYPE_UINT32,
 40463                   /* subscript */
 40464                   -1,
 40465                   /* value */
 40466                   0,
 40467 mike  1.1.2.1 };
 40468               
 40469               static const char*
 40470               _CIM_DiagnosticSetting_LogOptions_qualifiers[] =
 40471               {
 40472                   /* Write */
 40473                   "\065\001",
 40474                   /* ValueMap */
 40475                   "\061\000\0200\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\000",
 40476                   /* Values */
 40477                   "\062\000\020Unknown\000Other\000Results\000Subtests\000Actions\000Warnings\000Status\000Device Errors\000Service Errors\000Setting Data\000Statistics\000Hardware Configuration\000Software Configuration\000References\000Debug\000No Log Options\000",
 40478                   /* ArrayType */
 40479                   "\005Indexed",
 40480                   /* ModelCorrespondence */
 40481                   "\036\000\004CIM_DiagnosticSetting.OtherLogOptionsDescriptions\000CIM_DiagnosticServiceCapabilities.SupportedLogOptions\000CIM_DiagnosticServiceRecord.RecordType\000CIM_DiagnosticSetting.VerbosityLevel\000",
 40482                   0,
 40483               };
 40484               
 40485               static MetaProperty
 40486               _CIM_DiagnosticSetting_LogOptions =
 40487               {
 40488 mike  1.1.2.1     /* flags */
 40489                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40490                   /* name */
 40491                   "LogOptions",
 40492                   /* qualifiers */
 40493                   _CIM_DiagnosticSetting_LogOptions_qualifiers,
 40494                   /* type */
 40495                   CIMTYPE_UINT16,
 40496                   /* subscript */
 40497                   0,
 40498                   /* value */
 40499                   0,
 40500               };
 40501               
 40502               static const char*
 40503               _CIM_DiagnosticSetting_OtherLogOptionsDescriptions_qualifiers[] =
 40504               {
 40505                   /* Write */
 40506                   "\065\001",
 40507                   /* ModelCorrespondence */
 40508                   "\036\000\001CIM_DiagnosticSetting.LogOptions\000",
 40509 mike  1.1.2.1     0,
 40510               };
 40511               
 40512               static MetaProperty
 40513               _CIM_DiagnosticSetting_OtherLogOptionsDescriptions =
 40514               {
 40515                   /* flags */
 40516                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40517                   /* name */
 40518                   "OtherLogOptionsDescriptions",
 40519                   /* qualifiers */
 40520                   _CIM_DiagnosticSetting_OtherLogOptionsDescriptions_qualifiers,
 40521                   /* type */
 40522                   CIMTYPE_STRING,
 40523                   /* subscript */
 40524                   0,
 40525                   /* value */
 40526                   0,
 40527               };
 40528               
 40529               static const char*
 40530 mike  1.1.2.1 _CIM_DiagnosticSetting_LogStorage_qualifiers[] =
 40531               {
 40532                   /* Write */
 40533                   "\065\001",
 40534                   /* ValueMap */
 40535                   "\061\000\0050\0001\0002\0003\0004\000",
 40536                   /* Values */
 40537                   "\062\000\005Unknown\000Other\000DiagnosticRecordLog\000MessageLog\000File\000",
 40538                   /* ArrayType */
 40539                   "\005Indexed",
 40540                   /* ModelCorrespondence */
 40541                   "\036\000\002CIM_DiagnosticSetting.OtherLogStorageDescriptions\000CIM_DiagnosticServiceCapabilities.SupportedLogStorage\000",
 40542                   0,
 40543               };
 40544               
 40545               static MetaProperty
 40546               _CIM_DiagnosticSetting_LogStorage =
 40547               {
 40548                   /* flags */
 40549                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40550                   /* name */
 40551 mike  1.1.2.1     "LogStorage",
 40552                   /* qualifiers */
 40553                   _CIM_DiagnosticSetting_LogStorage_qualifiers,
 40554                   /* type */
 40555                   CIMTYPE_UINT16,
 40556                   /* subscript */
 40557                   0,
 40558                   /* value */
 40559                   0,
 40560               };
 40561               
 40562               static const char*
 40563               _CIM_DiagnosticSetting_OtherLogStorageDescriptions_qualifiers[] =
 40564               {
 40565                   /* Write */
 40566                   "\065\001",
 40567                   /* ArrayType */
 40568                   "\005Indexed",
 40569                   /* ModelCorrespondence */
 40570                   "\036\000\001CIM_DiagnosticSetting.LogStorage\000",
 40571                   0,
 40572 mike  1.1.2.1 };
 40573               
 40574               static MetaProperty
 40575               _CIM_DiagnosticSetting_OtherLogStorageDescriptions =
 40576               {
 40577                   /* flags */
 40578                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40579                   /* name */
 40580                   "OtherLogStorageDescriptions",
 40581                   /* qualifiers */
 40582                   _CIM_DiagnosticSetting_OtherLogStorageDescriptions_qualifiers,
 40583                   /* type */
 40584                   CIMTYPE_STRING,
 40585                   /* subscript */
 40586                   0,
 40587                   /* value */
 40588                   0,
 40589               };
 40590               
 40591               static const char*
 40592               _CIM_DiagnosticSetting_VerbosityLevel_qualifiers[] =
 40593 mike  1.1.2.1 {
 40594                   /* Write */
 40595                   "\065\001",
 40596                   /* ValueMap */
 40597                   "\061\000\0032\0003\0004\000",
 40598                   /* Values */
 40599                   "\062\000\003Minimum\000Standard\000Full\000",
 40600                   /* ArrayType */
 40601                   "\005Indexed",
 40602                   /* ModelCorrespondence */
 40603                   "\036\000\001CIM_DiagnosticSetting.LogOptions\000",
 40604                   0,
 40605               };
 40606               
 40607               static MetaProperty
 40608               _CIM_DiagnosticSetting_VerbosityLevel =
 40609               {
 40610                   /* flags */
 40611                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40612                   /* name */
 40613                   "VerbosityLevel",
 40614 mike  1.1.2.1     /* qualifiers */
 40615                   _CIM_DiagnosticSetting_VerbosityLevel_qualifiers,
 40616                   /* type */
 40617                   CIMTYPE_UINT16,
 40618                   /* subscript */
 40619                   0,
 40620                   /* value */
 40621                   0,
 40622               };
 40623               
 40624               static const char*
 40625               _CIM_DiagnosticSetting_Locales_qualifiers[] =
 40626               {
 40627                   /* Write */
 40628                   "\065\001",
 40629                   /* ModelCorrespondence */
 40630                   "\036\000\001CIM_LocalizationCapabilities.SupportedOutputLocales\000",
 40631                   0,
 40632               };
 40633               
 40634               static MetaProperty
 40635 mike  1.1.2.1 _CIM_DiagnosticSetting_Locales =
 40636               {
 40637                   /* flags */
 40638                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 40639                   /* name */
 40640                   "Locales",
 40641                   /* qualifiers */
 40642                   _CIM_DiagnosticSetting_Locales_qualifiers,
 40643                   /* type */
 40644                   CIMTYPE_STRING,
 40645                   /* subscript */
 40646                   0,
 40647                   /* value */
 40648                   0,
 40649               };
 40650               
 40651               static MetaFeature*
 40652               _CIM_DiagnosticSetting_features[] =
 40653               {
 40654                   (MetaFeature*)&_CIM_DiagnosticSetting_SettingID,
 40655                   (MetaFeature*)&_CIM_DiagnosticSetting_TestWarningLevel,
 40656 mike  1.1.2.1     (MetaFeature*)&_CIM_DiagnosticSetting_ReportSoftErrors,
 40657                   (MetaFeature*)&_CIM_DiagnosticSetting_ReportStatusMessages,
 40658                   (MetaFeature*)&_CIM_DiagnosticSetting_HaltOnError,
 40659                   (MetaFeature*)&_CIM_DiagnosticSetting_QuickMode,
 40660                   (MetaFeature*)&_CIM_DiagnosticSetting_PercentOfTestCoverage,
 40661                   (MetaFeature*)&_CIM_DiagnosticSetting_LoopControlParameter,
 40662                   (MetaFeature*)&_CIM_DiagnosticSetting_LoopControl,
 40663                   (MetaFeature*)&_CIM_DiagnosticSetting_OtherLoopControlDescription,
 40664                   (MetaFeature*)&_CIM_DiagnosticSetting_OtherLoopControlDescriptions,
 40665                   (MetaFeature*)&_CIM_DiagnosticSetting_ResultPersistence,
 40666                   (MetaFeature*)&_CIM_DiagnosticSetting_LogOptions,
 40667                   (MetaFeature*)&_CIM_DiagnosticSetting_OtherLogOptionsDescriptions,
 40668                   (MetaFeature*)&_CIM_DiagnosticSetting_LogStorage,
 40669                   (MetaFeature*)&_CIM_DiagnosticSetting_OtherLogStorageDescriptions,
 40670                   (MetaFeature*)&_CIM_DiagnosticSetting_VerbosityLevel,
 40671                   (MetaFeature*)&_CIM_DiagnosticSetting_Locales,
 40672                   0,
 40673               };
 40674               
 40675               static const char*
 40676               __root_cimv2_CIM_DiagnosticSetting_qualifiers[] =
 40677 mike  1.1.2.1 {
 40678                   /* UMLPackagePath */
 40679                   "\057CIM::System::Diagnostics",
 40680                   /* Version */
 40681                   "\0632.9.0",
 40682                   0,
 40683               };
 40684               
 40685               MetaClass
 40686               __root_cimv2_CIM_DiagnosticSetting =
 40687               {
 40688                   /* flags */
 40689                   META_FLAG_CLASS,
 40690                   /* name */
 40691                   "CIM_DiagnosticSetting",
 40692                   /* qualifiers */
 40693                   __root_cimv2_CIM_DiagnosticSetting_qualifiers,
 40694                   /* super */
 40695                   &__root_cimv2_CIM_Setting,
 40696                   /* features */
 40697                   _CIM_DiagnosticSetting_features,
 40698 mike  1.1.2.1 };
 40699               
 40700               //==============================================================================
 40701               //
 40702               // Class: CIM_DiagnosticSettingRecord
 40703               //
 40704               //==============================================================================
 40705               
 40706               static const char*
 40707               _CIM_DiagnosticSettingRecord_HaltOnError_qualifiers[] =
 40708               {
 40709                   0,
 40710               };
 40711               
 40712               static MetaProperty
 40713               _CIM_DiagnosticSettingRecord_HaltOnError =
 40714               {
 40715                   /* flags */
 40716                   META_FLAG_PROPERTY|META_FLAG_READ,
 40717                   /* name */
 40718                   "HaltOnError",
 40719 mike  1.1.2.1     /* qualifiers */
 40720                   _CIM_DiagnosticSettingRecord_HaltOnError_qualifiers,
 40721                   /* type */
 40722                   CIMTYPE_BOOLEAN,
 40723                   /* subscript */
 40724                   -1,
 40725                   /* value */
 40726                   0,
 40727               };
 40728               
 40729               static const char*
 40730               _CIM_DiagnosticSettingRecord_QuickMode_qualifiers[] =
 40731               {
 40732                   0,
 40733               };
 40734               
 40735               static MetaProperty
 40736               _CIM_DiagnosticSettingRecord_QuickMode =
 40737               {
 40738                   /* flags */
 40739                   META_FLAG_PROPERTY|META_FLAG_READ,
 40740 mike  1.1.2.1     /* name */
 40741                   "QuickMode",
 40742                   /* qualifiers */
 40743                   _CIM_DiagnosticSettingRecord_QuickMode_qualifiers,
 40744                   /* type */
 40745                   CIMTYPE_BOOLEAN,
 40746                   /* subscript */
 40747                   -1,
 40748                   /* value */
 40749                   0,
 40750               };
 40751               
 40752               static const char*
 40753               _CIM_DiagnosticSettingRecord_PercentOfTestCoverage_qualifiers[] =
 40754               {
 40755                   /* Units */
 40756                   "\060Percent",
 40757                   /* MinValue */
 40758                   "\035\000\000\000\000\000\000\000\000",
 40759                   /* MaxValue */
 40760                   "\031\000\000\000\000\000\000\000\144",
 40761 mike  1.1.2.1     0,
 40762               };
 40763               
 40764               static MetaProperty
 40765               _CIM_DiagnosticSettingRecord_PercentOfTestCoverage =
 40766               {
 40767                   /* flags */
 40768                   META_FLAG_PROPERTY|META_FLAG_READ,
 40769                   /* name */
 40770                   "PercentOfTestCoverage",
 40771                   /* qualifiers */
 40772                   _CIM_DiagnosticSettingRecord_PercentOfTestCoverage_qualifiers,
 40773                   /* type */
 40774                   CIMTYPE_UINT8,
 40775                   /* subscript */
 40776                   -1,
 40777                   /* value */
 40778                   0,
 40779               };
 40780               
 40781               static const char*
 40782 mike  1.1.2.1 _CIM_DiagnosticSettingRecord_LoopControlParameter_qualifiers[] =
 40783               {
 40784                   /* ArrayType */
 40785                   "\005Indexed",
 40786                   0,
 40787               };
 40788               
 40789               static MetaProperty
 40790               _CIM_DiagnosticSettingRecord_LoopControlParameter =
 40791               {
 40792                   /* flags */
 40793                   META_FLAG_PROPERTY|META_FLAG_READ,
 40794                   /* name */
 40795                   "LoopControlParameter",
 40796                   /* qualifiers */
 40797                   _CIM_DiagnosticSettingRecord_LoopControlParameter_qualifiers,
 40798                   /* type */
 40799                   CIMTYPE_STRING,
 40800                   /* subscript */
 40801                   0,
 40802                   /* value */
 40803 mike  1.1.2.1     0,
 40804               };
 40805               
 40806               static const char*
 40807               _CIM_DiagnosticSettingRecord_LoopControl_qualifiers[] =
 40808               {
 40809                   /* ValueMap */
 40810                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 40811                   /* Values */
 40812                   "\062\000\006Unknown\000Other\000Continuous\000Count\000Timer\000Error Count\000",
 40813                   /* ArrayType */
 40814                   "\005Indexed",
 40815                   0,
 40816               };
 40817               
 40818               static MetaProperty
 40819               _CIM_DiagnosticSettingRecord_LoopControl =
 40820               {
 40821                   /* flags */
 40822                   META_FLAG_PROPERTY|META_FLAG_READ,
 40823                   /* name */
 40824 mike  1.1.2.1     "LoopControl",
 40825                   /* qualifiers */
 40826                   _CIM_DiagnosticSettingRecord_LoopControl_qualifiers,
 40827                   /* type */
 40828                   CIMTYPE_UINT16,
 40829                   /* subscript */
 40830                   0,
 40831                   /* value */
 40832                   0,
 40833               };
 40834               
 40835               static const char*
 40836               _CIM_DiagnosticSettingRecord_OtherLoopControlDescriptions_qualifiers[] =
 40837               {
 40838                   /* ArrayType */
 40839                   "\005Indexed",
 40840                   0,
 40841               };
 40842               
 40843               static MetaProperty
 40844               _CIM_DiagnosticSettingRecord_OtherLoopControlDescriptions =
 40845 mike  1.1.2.1 {
 40846                   /* flags */
 40847                   META_FLAG_PROPERTY|META_FLAG_READ,
 40848                   /* name */
 40849                   "OtherLoopControlDescriptions",
 40850                   /* qualifiers */
 40851                   _CIM_DiagnosticSettingRecord_OtherLoopControlDescriptions_qualifiers,
 40852                   /* type */
 40853                   CIMTYPE_STRING,
 40854                   /* subscript */
 40855                   0,
 40856                   /* value */
 40857                   0,
 40858               };
 40859               
 40860               static const char*
 40861               _CIM_DiagnosticSettingRecord_ResultPersistence_qualifiers[] =
 40862               {
 40863                   /* Units */
 40864                   "\060Seconds",
 40865                   0,
 40866 mike  1.1.2.1 };
 40867               
 40868               static MetaProperty
 40869               _CIM_DiagnosticSettingRecord_ResultPersistence =
 40870               {
 40871                   /* flags */
 40872                   META_FLAG_PROPERTY|META_FLAG_READ,
 40873                   /* name */
 40874                   "ResultPersistence",
 40875                   /* qualifiers */
 40876                   _CIM_DiagnosticSettingRecord_ResultPersistence_qualifiers,
 40877                   /* type */
 40878                   CIMTYPE_UINT32,
 40879                   /* subscript */
 40880                   -1,
 40881                   /* value */
 40882                   0,
 40883               };
 40884               
 40885               static const char*
 40886               _CIM_DiagnosticSettingRecord_LogOptions_qualifiers[] =
 40887 mike  1.1.2.1 {
 40888                   /* ValueMap */
 40889                   "\061\000\0200\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\0000x8000\000",
 40890                   /* Values */
 40891                   "\062\000\020Unknown\000Other\000Results\000Subtests\000Actions\000Warnings\000Status\000Device Errors\000Service Errors\000Setting Data\000Statistics\000Hardware Configuration\000Software Configuration\000References\000Debug\000No Log Options\000",
 40892                   /* ArrayType */
 40893                   "\005Indexed",
 40894                   0,
 40895               };
 40896               
 40897               static MetaProperty
 40898               _CIM_DiagnosticSettingRecord_LogOptions =
 40899               {
 40900                   /* flags */
 40901                   META_FLAG_PROPERTY|META_FLAG_READ,
 40902                   /* name */
 40903                   "LogOptions",
 40904                   /* qualifiers */
 40905                   _CIM_DiagnosticSettingRecord_LogOptions_qualifiers,
 40906                   /* type */
 40907                   CIMTYPE_UINT16,
 40908 mike  1.1.2.1     /* subscript */
 40909                   0,
 40910                   /* value */
 40911                   0,
 40912               };
 40913               
 40914               static const char*
 40915               _CIM_DiagnosticSettingRecord_OtherLogOptionsDescriptions_qualifiers[] =
 40916               {
 40917                   0,
 40918               };
 40919               
 40920               static MetaProperty
 40921               _CIM_DiagnosticSettingRecord_OtherLogOptionsDescriptions =
 40922               {
 40923                   /* flags */
 40924                   META_FLAG_PROPERTY|META_FLAG_READ,
 40925                   /* name */
 40926                   "OtherLogOptionsDescriptions",
 40927                   /* qualifiers */
 40928                   _CIM_DiagnosticSettingRecord_OtherLogOptionsDescriptions_qualifiers,
 40929 mike  1.1.2.1     /* type */
 40930                   CIMTYPE_STRING,
 40931                   /* subscript */
 40932                   0,
 40933                   /* value */
 40934                   0,
 40935               };
 40936               
 40937               static const char*
 40938               _CIM_DiagnosticSettingRecord_LogStorage_qualifiers[] =
 40939               {
 40940                   /* ValueMap */
 40941                   "\061\000\0050\0001\0002\0003\0004\000",
 40942                   /* Values */
 40943                   "\062\000\005Unknown\000Other\000DiagnosticRecordLog\000MessageLog\000File\000",
 40944                   /* ArrayType */
 40945                   "\005Indexed",
 40946                   0,
 40947               };
 40948               
 40949               static MetaProperty
 40950 mike  1.1.2.1 _CIM_DiagnosticSettingRecord_LogStorage =
 40951               {
 40952                   /* flags */
 40953                   META_FLAG_PROPERTY|META_FLAG_READ,
 40954                   /* name */
 40955                   "LogStorage",
 40956                   /* qualifiers */
 40957                   _CIM_DiagnosticSettingRecord_LogStorage_qualifiers,
 40958                   /* type */
 40959                   CIMTYPE_UINT16,
 40960                   /* subscript */
 40961                   0,
 40962                   /* value */
 40963                   0,
 40964               };
 40965               
 40966               static const char*
 40967               _CIM_DiagnosticSettingRecord_OtherLogStorageDescriptions_qualifiers[] =
 40968               {
 40969                   /* ArrayType */
 40970                   "\005Indexed",
 40971 mike  1.1.2.1     0,
 40972               };
 40973               
 40974               static MetaProperty
 40975               _CIM_DiagnosticSettingRecord_OtherLogStorageDescriptions =
 40976               {
 40977                   /* flags */
 40978                   META_FLAG_PROPERTY|META_FLAG_READ,
 40979                   /* name */
 40980                   "OtherLogStorageDescriptions",
 40981                   /* qualifiers */
 40982                   _CIM_DiagnosticSettingRecord_OtherLogStorageDescriptions_qualifiers,
 40983                   /* type */
 40984                   CIMTYPE_STRING,
 40985                   /* subscript */
 40986                   0,
 40987                   /* value */
 40988                   0,
 40989               };
 40990               
 40991               static const char*
 40992 mike  1.1.2.1 _CIM_DiagnosticSettingRecord_VerbosityLevel_qualifiers[] =
 40993               {
 40994                   /* ValueMap */
 40995                   "\061\000\0032\0003\0004\000",
 40996                   /* Values */
 40997                   "\062\000\003Minimum\000Standard\000Full\000",
 40998                   /* ArrayType */
 40999                   "\005Indexed",
 41000                   0,
 41001               };
 41002               
 41003               static MetaProperty
 41004               _CIM_DiagnosticSettingRecord_VerbosityLevel =
 41005               {
 41006                   /* flags */
 41007                   META_FLAG_PROPERTY|META_FLAG_READ,
 41008                   /* name */
 41009                   "VerbosityLevel",
 41010                   /* qualifiers */
 41011                   _CIM_DiagnosticSettingRecord_VerbosityLevel_qualifiers,
 41012                   /* type */
 41013 mike  1.1.2.1     CIMTYPE_UINT16,
 41014                   /* subscript */
 41015                   0,
 41016                   /* value */
 41017                   0,
 41018               };
 41019               
 41020               static MetaFeature*
 41021               _CIM_DiagnosticSettingRecord_features[] =
 41022               {
 41023                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_HaltOnError,
 41024                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_QuickMode,
 41025                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_PercentOfTestCoverage,
 41026                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_LoopControlParameter,
 41027                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_LoopControl,
 41028                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_OtherLoopControlDescriptions,
 41029                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_ResultPersistence,
 41030                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_LogOptions,
 41031                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_OtherLogOptionsDescriptions,
 41032                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_LogStorage,
 41033                   (MetaFeature*)&_CIM_DiagnosticSettingRecord_OtherLogStorageDescriptions,
 41034 mike  1.1.2.1     (MetaFeature*)&_CIM_DiagnosticSettingRecord_VerbosityLevel,
 41035                   0,
 41036               };
 41037               
 41038               static const char*
 41039               __root_cimv2_CIM_DiagnosticSettingRecord_qualifiers[] =
 41040               {
 41041                   /* UMLPackagePath */
 41042                   "\057CIM::System::Diagnostics",
 41043                   /* Version */
 41044                   "\0632.11.0",
 41045                   0,
 41046               };
 41047               
 41048               MetaClass
 41049               __root_cimv2_CIM_DiagnosticSettingRecord =
 41050               {
 41051                   /* flags */
 41052                   META_FLAG_CLASS,
 41053                   /* name */
 41054                   "CIM_DiagnosticSettingRecord",
 41055 mike  1.1.2.1     /* qualifiers */
 41056                   __root_cimv2_CIM_DiagnosticSettingRecord_qualifiers,
 41057                   /* super */
 41058                   &__root_cimv2_CIM_DiagnosticRecord,
 41059                   /* features */
 41060                   _CIM_DiagnosticSettingRecord_features,
 41061               };
 41062               
 41063               //==============================================================================
 41064               //
 41065               // Class: CIM_DocumentAuthentication
 41066               //
 41067               //==============================================================================
 41068               
 41069               static const char*
 41070               _CIM_DocumentAuthentication_TypeOfDocument_qualifiers[] =
 41071               {
 41072                   /* ValueMap */
 41073                   "\061\000\0071\0002\0003\0004\0005\0006\0007\000",
 41074                   /* Values */
 41075                   "\062\000\007Other\000Passport\000Birth Certificate\000Credit Card\000Drivers License\000Membership Card\000Social Security Card\000",
 41076 mike  1.1.2.1     /* ModelCorrespondence */
 41077                   "\036\000\001CIM_DocumentAuthentication.OtherDocument\000",
 41078                   0,
 41079               };
 41080               
 41081               static MetaProperty
 41082               _CIM_DocumentAuthentication_TypeOfDocument =
 41083               {
 41084                   /* flags */
 41085                   META_FLAG_PROPERTY|META_FLAG_READ,
 41086                   /* name */
 41087                   "TypeOfDocument",
 41088                   /* qualifiers */
 41089                   _CIM_DocumentAuthentication_TypeOfDocument_qualifiers,
 41090                   /* type */
 41091                   CIMTYPE_UINT16,
 41092                   /* subscript */
 41093                   -1,
 41094                   /* value */
 41095                   0,
 41096               };
 41097 mike  1.1.2.1 
 41098               static const char*
 41099               _CIM_DocumentAuthentication_OtherDocument_qualifiers[] =
 41100               {
 41101                   /* ModelCorrespondence */
 41102                   "\036\000\001CIM_DocumentAuthentication.TypeOfDocument\000",
 41103                   0,
 41104               };
 41105               
 41106               static MetaProperty
 41107               _CIM_DocumentAuthentication_OtherDocument =
 41108               {
 41109                   /* flags */
 41110                   META_FLAG_PROPERTY|META_FLAG_READ,
 41111                   /* name */
 41112                   "OtherDocument",
 41113                   /* qualifiers */
 41114                   _CIM_DocumentAuthentication_OtherDocument_qualifiers,
 41115                   /* type */
 41116                   CIMTYPE_STRING,
 41117                   /* subscript */
 41118 mike  1.1.2.1     -1,
 41119                   /* value */
 41120                   0,
 41121               };
 41122               
 41123               static const char*
 41124               _CIM_DocumentAuthentication_DocumentIdentifier_qualifiers[] =
 41125               {
 41126                   0,
 41127               };
 41128               
 41129               static MetaProperty
 41130               _CIM_DocumentAuthentication_DocumentIdentifier =
 41131               {
 41132                   /* flags */
 41133                   META_FLAG_PROPERTY|META_FLAG_READ,
 41134                   /* name */
 41135                   "DocumentIdentifier",
 41136                   /* qualifiers */
 41137                   _CIM_DocumentAuthentication_DocumentIdentifier_qualifiers,
 41138                   /* type */
 41139 mike  1.1.2.1     CIMTYPE_STRING,
 41140                   /* subscript */
 41141                   -1,
 41142                   /* value */
 41143                   0,
 41144               };
 41145               
 41146               static MetaFeature*
 41147               _CIM_DocumentAuthentication_features[] =
 41148               {
 41149                   (MetaFeature*)&_CIM_DocumentAuthentication_TypeOfDocument,
 41150                   (MetaFeature*)&_CIM_DocumentAuthentication_OtherDocument,
 41151                   (MetaFeature*)&_CIM_DocumentAuthentication_DocumentIdentifier,
 41152                   0,
 41153               };
 41154               
 41155               static const char*
 41156               __root_cimv2_CIM_DocumentAuthentication_qualifiers[] =
 41157               {
 41158                   /* UMLPackagePath */
 41159                   "\057CIM::Policy",
 41160 mike  1.1.2.1     /* Version */
 41161                   "\0632.8.0",
 41162                   0,
 41163               };
 41164               
 41165               MetaClass
 41166               __root_cimv2_CIM_DocumentAuthentication =
 41167               {
 41168                   /* flags */
 41169                   META_FLAG_CLASS,
 41170                   /* name */
 41171                   "CIM_DocumentAuthentication",
 41172                   /* qualifiers */
 41173                   __root_cimv2_CIM_DocumentAuthentication_qualifiers,
 41174                   /* super */
 41175                   &__root_cimv2_CIM_AuthenticationCondition,
 41176                   /* features */
 41177                   _CIM_DocumentAuthentication_features,
 41178               };
 41179               
 41180               //==============================================================================
 41181 mike  1.1.2.1 //
 41182               // Class: CIM_ElementAsUser
 41183               //
 41184               //==============================================================================
 41185               
 41186               static const char*
 41187               _CIM_ElementAsUser_Antecedent_qualifiers[] =
 41188               {
 41189                   /* Deprecated */
 41190                   "\013\000\001CIM_AssignedIdentity.ManagedElement\000",
 41191                   /* Override */
 41192                   "\044Antecedent",
 41193                   /* Min */
 41194                   "\033\000\000\000\001",
 41195                   /* Max */
 41196                   "\027\000\000\000\001",
 41197                   0,
 41198               };
 41199               
 41200               static MetaReference
 41201               _CIM_ElementAsUser_Antecedent =
 41202 mike  1.1.2.1 {
 41203                   /* flags */
 41204                   META_FLAG_REFERENCE|META_FLAG_READ,
 41205                   /* name */
 41206                   "Antecedent",
 41207                   /* qualifiers */
 41208                   _CIM_ElementAsUser_Antecedent_qualifiers,
 41209                   /* subscript */
 41210                   -1,
 41211                   /* refId */
 41212                   &__root_cimv2_CIM_ManagedElement,
 41213               };
 41214               
 41215               static const char*
 41216               _CIM_ElementAsUser_Dependent_qualifiers[] =
 41217               {
 41218                   /* Deprecated */
 41219                   "\013\000\001CIM_AssignedIdentity.IdentityInfo\000",
 41220                   /* Override */
 41221                   "\044Dependent",
 41222                   0,
 41223 mike  1.1.2.1 };
 41224               
 41225               static MetaReference
 41226               _CIM_ElementAsUser_Dependent =
 41227               {
 41228                   /* flags */
 41229                   META_FLAG_REFERENCE|META_FLAG_READ,
 41230                   /* name */
 41231                   "Dependent",
 41232                   /* qualifiers */
 41233                   _CIM_ElementAsUser_Dependent_qualifiers,
 41234                   /* subscript */
 41235                   -1,
 41236                   /* refId */
 41237                   &__root_cimv2_CIM_UsersAccess,
 41238               };
 41239               
 41240               static MetaFeature*
 41241               _CIM_ElementAsUser_features[] =
 41242               {
 41243                   (MetaFeature*)&_CIM_ElementAsUser_Antecedent,
 41244 mike  1.1.2.1     (MetaFeature*)&_CIM_ElementAsUser_Dependent,
 41245                   0,
 41246               };
 41247               
 41248               static const char*
 41249               __root_cimv2_CIM_ElementAsUser_qualifiers[] =
 41250               {
 41251                   /* ASSOCIATION */
 41252                   "\000\001",
 41253                   /* Deprecated */
 41254                   "\013\000\001CIM_AssignedIdentity\000",
 41255                   /* UMLPackagePath */
 41256                   "\057CIM::User::UsersAccess",
 41257                   /* Version */
 41258                   "\0632.8.0",
 41259                   0,
 41260               };
 41261               
 41262               MetaClass
 41263               __root_cimv2_CIM_ElementAsUser =
 41264               {
 41265 mike  1.1.2.1     /* flags */
 41266                   META_FLAG_ASSOCIATION,
 41267                   /* name */
 41268                   "CIM_ElementAsUser",
 41269                   /* qualifiers */
 41270                   __root_cimv2_CIM_ElementAsUser_qualifiers,
 41271                   /* super */
 41272                   &__root_cimv2_CIM_Dependency,
 41273                   /* features */
 41274                   _CIM_ElementAsUser_features,
 41275               };
 41276               
 41277               //==============================================================================
 41278               //
 41279               // Class: CIM_ElementCapacity
 41280               //
 41281               //==============================================================================
 41282               
 41283               static const char*
 41284               _CIM_ElementCapacity_Capacity_qualifiers[] =
 41285               {
 41286 mike  1.1.2.1     /* Key */
 41287                   "\025\001",
 41288                   0,
 41289               };
 41290               
 41291               static MetaReference
 41292               _CIM_ElementCapacity_Capacity =
 41293               {
 41294                   /* flags */
 41295                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41296                   /* name */
 41297                   "Capacity",
 41298                   /* qualifiers */
 41299                   _CIM_ElementCapacity_Capacity_qualifiers,
 41300                   /* subscript */
 41301                   -1,
 41302                   /* refId */
 41303                   &__root_cimv2_CIM_PhysicalCapacity,
 41304               };
 41305               
 41306               static const char*
 41307 mike  1.1.2.1 _CIM_ElementCapacity_Element_qualifiers[] =
 41308               {
 41309                   /* Key */
 41310                   "\025\001",
 41311                   /* Min */
 41312                   "\033\000\000\000\001",
 41313                   0,
 41314               };
 41315               
 41316               static MetaReference
 41317               _CIM_ElementCapacity_Element =
 41318               {
 41319                   /* flags */
 41320                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41321                   /* name */
 41322                   "Element",
 41323                   /* qualifiers */
 41324                   _CIM_ElementCapacity_Element_qualifiers,
 41325                   /* subscript */
 41326                   -1,
 41327                   /* refId */
 41328 mike  1.1.2.1     &__root_cimv2_CIM_PhysicalElement,
 41329               };
 41330               
 41331               static MetaFeature*
 41332               _CIM_ElementCapacity_features[] =
 41333               {
 41334                   (MetaFeature*)&_CIM_ElementCapacity_Capacity,
 41335                   (MetaFeature*)&_CIM_ElementCapacity_Element,
 41336                   0,
 41337               };
 41338               
 41339               static const char*
 41340               __root_cimv2_CIM_ElementCapacity_qualifiers[] =
 41341               {
 41342                   /* ASSOCIATION */
 41343                   "\000\001",
 41344                   /* UMLPackagePath */
 41345                   "\057CIM::Physical::Misc",
 41346                   /* Version */
 41347                   "\0632.6.0",
 41348                   0,
 41349 mike  1.1.2.1 };
 41350               
 41351               MetaClass
 41352               __root_cimv2_CIM_ElementCapacity =
 41353               {
 41354                   /* flags */
 41355                   META_FLAG_ASSOCIATION,
 41356                   /* name */
 41357                   "CIM_ElementCapacity",
 41358                   /* qualifiers */
 41359                   __root_cimv2_CIM_ElementCapacity_qualifiers,
 41360                   /* super */
 41361                   0,
 41362                   /* features */
 41363                   _CIM_ElementCapacity_features,
 41364               };
 41365               
 41366               //==============================================================================
 41367               //
 41368               // Class: CIM_ElementConfiguration
 41369               //
 41370 mike  1.1.2.1 //==============================================================================
 41371               
 41372               static const char*
 41373               _CIM_ElementConfiguration_Element_qualifiers[] =
 41374               {
 41375                   /* Key */
 41376                   "\025\001",
 41377                   0,
 41378               };
 41379               
 41380               static MetaReference
 41381               _CIM_ElementConfiguration_Element =
 41382               {
 41383                   /* flags */
 41384                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41385                   /* name */
 41386                   "Element",
 41387                   /* qualifiers */
 41388                   _CIM_ElementConfiguration_Element_qualifiers,
 41389                   /* subscript */
 41390                   -1,
 41391 mike  1.1.2.1     /* refId */
 41392                   &__root_cimv2_CIM_ManagedSystemElement,
 41393               };
 41394               
 41395               static const char*
 41396               _CIM_ElementConfiguration_Configuration_qualifiers[] =
 41397               {
 41398                   /* Key */
 41399                   "\025\001",
 41400                   0,
 41401               };
 41402               
 41403               static MetaReference
 41404               _CIM_ElementConfiguration_Configuration =
 41405               {
 41406                   /* flags */
 41407                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41408                   /* name */
 41409                   "Configuration",
 41410                   /* qualifiers */
 41411                   _CIM_ElementConfiguration_Configuration_qualifiers,
 41412 mike  1.1.2.1     /* subscript */
 41413                   -1,
 41414                   /* refId */
 41415                   &__root_cimv2_CIM_Configuration,
 41416               };
 41417               
 41418               static MetaFeature*
 41419               _CIM_ElementConfiguration_features[] =
 41420               {
 41421                   (MetaFeature*)&_CIM_ElementConfiguration_Element,
 41422                   (MetaFeature*)&_CIM_ElementConfiguration_Configuration,
 41423                   0,
 41424               };
 41425               
 41426               static const char*
 41427               __root_cimv2_CIM_ElementConfiguration_qualifiers[] =
 41428               {
 41429                   /* ASSOCIATION */
 41430                   "\000\001",
 41431                   /* UMLPackagePath */
 41432                   "\057CIM::Core::Settings",
 41433 mike  1.1.2.1     /* Version */
 41434                   "\0632.6.0",
 41435                   0,
 41436               };
 41437               
 41438               MetaClass
 41439               __root_cimv2_CIM_ElementConfiguration =
 41440               {
 41441                   /* flags */
 41442                   META_FLAG_ASSOCIATION,
 41443                   /* name */
 41444                   "CIM_ElementConfiguration",
 41445                   /* qualifiers */
 41446                   __root_cimv2_CIM_ElementConfiguration_qualifiers,
 41447                   /* super */
 41448                   0,
 41449                   /* features */
 41450                   _CIM_ElementConfiguration_features,
 41451               };
 41452               
 41453               //==============================================================================
 41454 mike  1.1.2.1 //
 41455               // Class: CIM_ElementConformsToProfile
 41456               //
 41457               //==============================================================================
 41458               
 41459               static const char*
 41460               _CIM_ElementConformsToProfile_ConformantStandard_qualifiers[] =
 41461               {
 41462                   /* Key */
 41463                   "\025\001",
 41464                   0,
 41465               };
 41466               
 41467               static MetaReference
 41468               _CIM_ElementConformsToProfile_ConformantStandard =
 41469               {
 41470                   /* flags */
 41471                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41472                   /* name */
 41473                   "ConformantStandard",
 41474                   /* qualifiers */
 41475 mike  1.1.2.1     _CIM_ElementConformsToProfile_ConformantStandard_qualifiers,
 41476                   /* subscript */
 41477                   -1,
 41478                   /* refId */
 41479                   &__root_cimv2_CIM_RegisteredProfile,
 41480               };
 41481               
 41482               static const char*
 41483               _CIM_ElementConformsToProfile_ManagedElement_qualifiers[] =
 41484               {
 41485                   /* Key */
 41486                   "\025\001",
 41487                   0,
 41488               };
 41489               
 41490               static MetaReference
 41491               _CIM_ElementConformsToProfile_ManagedElement =
 41492               {
 41493                   /* flags */
 41494                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41495                   /* name */
 41496 mike  1.1.2.1     "ManagedElement",
 41497                   /* qualifiers */
 41498                   _CIM_ElementConformsToProfile_ManagedElement_qualifiers,
 41499                   /* subscript */
 41500                   -1,
 41501                   /* refId */
 41502                   &__root_cimv2_CIM_ManagedElement,
 41503               };
 41504               
 41505               static MetaFeature*
 41506               _CIM_ElementConformsToProfile_features[] =
 41507               {
 41508                   (MetaFeature*)&_CIM_ElementConformsToProfile_ConformantStandard,
 41509                   (MetaFeature*)&_CIM_ElementConformsToProfile_ManagedElement,
 41510                   0,
 41511               };
 41512               
 41513               static const char*
 41514               __root_cimv2_CIM_ElementConformsToProfile_qualifiers[] =
 41515               {
 41516                   /* ASSOCIATION */
 41517 mike  1.1.2.1     "\000\001",
 41518                   /* UMLPackagePath */
 41519                   "\057CIM::Interop",
 41520                   /* Version */
 41521                   "\0632.8.0",
 41522                   0,
 41523               };
 41524               
 41525               MetaClass
 41526               __root_cimv2_CIM_ElementConformsToProfile =
 41527               {
 41528                   /* flags */
 41529                   META_FLAG_ASSOCIATION,
 41530                   /* name */
 41531                   "CIM_ElementConformsToProfile",
 41532                   /* qualifiers */
 41533                   __root_cimv2_CIM_ElementConformsToProfile_qualifiers,
 41534                   /* super */
 41535                   0,
 41536                   /* features */
 41537                   _CIM_ElementConformsToProfile_features,
 41538 mike  1.1.2.1 };
 41539               
 41540               //==============================================================================
 41541               //
 41542               // Class: CIM_ElementLocation
 41543               //
 41544               //==============================================================================
 41545               
 41546               static const char*
 41547               _CIM_ElementLocation_Element_qualifiers[] =
 41548               {
 41549                   /* Key */
 41550                   "\025\001",
 41551                   0,
 41552               };
 41553               
 41554               static MetaReference
 41555               _CIM_ElementLocation_Element =
 41556               {
 41557                   /* flags */
 41558                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41559 mike  1.1.2.1     /* name */
 41560                   "Element",
 41561                   /* qualifiers */
 41562                   _CIM_ElementLocation_Element_qualifiers,
 41563                   /* subscript */
 41564                   -1,
 41565                   /* refId */
 41566                   &__root_cimv2_CIM_ManagedElement,
 41567               };
 41568               
 41569               static const char*
 41570               _CIM_ElementLocation_PhysicalLocation_qualifiers[] =
 41571               {
 41572                   /* Key */
 41573                   "\025\001",
 41574                   0,
 41575               };
 41576               
 41577               static MetaReference
 41578               _CIM_ElementLocation_PhysicalLocation =
 41579               {
 41580 mike  1.1.2.1     /* flags */
 41581                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41582                   /* name */
 41583                   "PhysicalLocation",
 41584                   /* qualifiers */
 41585                   _CIM_ElementLocation_PhysicalLocation_qualifiers,
 41586                   /* subscript */
 41587                   -1,
 41588                   /* refId */
 41589                   &__root_cimv2_CIM_Location,
 41590               };
 41591               
 41592               static MetaFeature*
 41593               _CIM_ElementLocation_features[] =
 41594               {
 41595                   (MetaFeature*)&_CIM_ElementLocation_Element,
 41596                   (MetaFeature*)&_CIM_ElementLocation_PhysicalLocation,
 41597                   0,
 41598               };
 41599               
 41600               static const char*
 41601 mike  1.1.2.1 __root_cimv2_CIM_ElementLocation_qualifiers[] =
 41602               {
 41603                   /* ASSOCIATION */
 41604                   "\000\001",
 41605                   /* UMLPackagePath */
 41606                   "\057CIM::Core::Physical",
 41607                   /* Version */
 41608                   "\0632.10.0",
 41609                   0,
 41610               };
 41611               
 41612               MetaClass
 41613               __root_cimv2_CIM_ElementLocation =
 41614               {
 41615                   /* flags */
 41616                   META_FLAG_ASSOCIATION,
 41617                   /* name */
 41618                   "CIM_ElementLocation",
 41619                   /* qualifiers */
 41620                   __root_cimv2_CIM_ElementLocation_qualifiers,
 41621                   /* super */
 41622 mike  1.1.2.1     0,
 41623                   /* features */
 41624                   _CIM_ElementLocation_features,
 41625               };
 41626               
 41627               //==============================================================================
 41628               //
 41629               // Class: CIM_ElementProfile
 41630               //
 41631               //==============================================================================
 41632               
 41633               static const char*
 41634               _CIM_ElementProfile_ManagedElement_qualifiers[] =
 41635               {
 41636                   /* Key */
 41637                   "\025\001",
 41638                   0,
 41639               };
 41640               
 41641               static MetaReference
 41642               _CIM_ElementProfile_ManagedElement =
 41643 mike  1.1.2.1 {
 41644                   /* flags */
 41645                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41646                   /* name */
 41647                   "ManagedElement",
 41648                   /* qualifiers */
 41649                   _CIM_ElementProfile_ManagedElement_qualifiers,
 41650                   /* subscript */
 41651                   -1,
 41652                   /* refId */
 41653                   &__root_cimv2_CIM_ManagedElement,
 41654               };
 41655               
 41656               static const char*
 41657               _CIM_ElementProfile_Profile_qualifiers[] =
 41658               {
 41659                   /* Key */
 41660                   "\025\001",
 41661                   0,
 41662               };
 41663               
 41664 mike  1.1.2.1 static MetaReference
 41665               _CIM_ElementProfile_Profile =
 41666               {
 41667                   /* flags */
 41668                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41669                   /* name */
 41670                   "Profile",
 41671                   /* qualifiers */
 41672                   _CIM_ElementProfile_Profile_qualifiers,
 41673                   /* subscript */
 41674                   -1,
 41675                   /* refId */
 41676                   &__root_cimv2_CIM_Profile,
 41677               };
 41678               
 41679               static MetaFeature*
 41680               _CIM_ElementProfile_features[] =
 41681               {
 41682                   (MetaFeature*)&_CIM_ElementProfile_ManagedElement,
 41683                   (MetaFeature*)&_CIM_ElementProfile_Profile,
 41684                   0,
 41685 mike  1.1.2.1 };
 41686               
 41687               static const char*
 41688               __root_cimv2_CIM_ElementProfile_qualifiers[] =
 41689               {
 41690                   /* ASSOCIATION */
 41691                   "\000\001",
 41692                   /* UMLPackagePath */
 41693                   "\057CIM::Core::Settings",
 41694                   /* Version */
 41695                   "\0632.7.0",
 41696                   0,
 41697               };
 41698               
 41699               MetaClass
 41700               __root_cimv2_CIM_ElementProfile =
 41701               {
 41702                   /* flags */
 41703                   META_FLAG_ASSOCIATION,
 41704                   /* name */
 41705                   "CIM_ElementProfile",
 41706 mike  1.1.2.1     /* qualifiers */
 41707                   __root_cimv2_CIM_ElementProfile_qualifiers,
 41708                   /* super */
 41709                   0,
 41710                   /* features */
 41711                   _CIM_ElementProfile_features,
 41712               };
 41713               
 41714               //==============================================================================
 41715               //
 41716               // Class: CIM_ElementSecuritySensitivity
 41717               //
 41718               //==============================================================================
 41719               
 41720               static const char*
 41721               _CIM_ElementSecuritySensitivity_SecurityLevel_qualifiers[] =
 41722               {
 41723                   /* Key */
 41724                   "\025\001",
 41725                   0,
 41726               };
 41727 mike  1.1.2.1 
 41728               static MetaReference
 41729               _CIM_ElementSecuritySensitivity_SecurityLevel =
 41730               {
 41731                   /* flags */
 41732                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41733                   /* name */
 41734                   "SecurityLevel",
 41735                   /* qualifiers */
 41736                   _CIM_ElementSecuritySensitivity_SecurityLevel_qualifiers,
 41737                   /* subscript */
 41738                   -1,
 41739                   /* refId */
 41740                   &__root_cimv2_CIM_SecuritySensitivity,
 41741               };
 41742               
 41743               static const char*
 41744               _CIM_ElementSecuritySensitivity_ManagedElement_qualifiers[] =
 41745               {
 41746                   /* Key */
 41747                   "\025\001",
 41748 mike  1.1.2.1     0,
 41749               };
 41750               
 41751               static MetaReference
 41752               _CIM_ElementSecuritySensitivity_ManagedElement =
 41753               {
 41754                   /* flags */
 41755                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41756                   /* name */
 41757                   "ManagedElement",
 41758                   /* qualifiers */
 41759                   _CIM_ElementSecuritySensitivity_ManagedElement_qualifiers,
 41760                   /* subscript */
 41761                   -1,
 41762                   /* refId */
 41763                   &__root_cimv2_CIM_ManagedElement,
 41764               };
 41765               
 41766               static MetaFeature*
 41767               _CIM_ElementSecuritySensitivity_features[] =
 41768               {
 41769 mike  1.1.2.1     (MetaFeature*)&_CIM_ElementSecuritySensitivity_SecurityLevel,
 41770                   (MetaFeature*)&_CIM_ElementSecuritySensitivity_ManagedElement,
 41771                   0,
 41772               };
 41773               
 41774               static const char*
 41775               __root_cimv2_CIM_ElementSecuritySensitivity_qualifiers[] =
 41776               {
 41777                   /* ASSOCIATION */
 41778                   "\000\001",
 41779                   /* UMLPackagePath */
 41780                   "\057CIM::User::SecurityLevel",
 41781                   /* Version */
 41782                   "\0632.8.0",
 41783                   0,
 41784               };
 41785               
 41786               MetaClass
 41787               __root_cimv2_CIM_ElementSecuritySensitivity =
 41788               {
 41789                   /* flags */
 41790 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 41791                   /* name */
 41792                   "CIM_ElementSecuritySensitivity",
 41793                   /* qualifiers */
 41794                   __root_cimv2_CIM_ElementSecuritySensitivity_qualifiers,
 41795                   /* super */
 41796                   0,
 41797                   /* features */
 41798                   _CIM_ElementSecuritySensitivity_features,
 41799               };
 41800               
 41801               //==============================================================================
 41802               //
 41803               // Class: CIM_ElementSetting
 41804               //
 41805               //==============================================================================
 41806               
 41807               static const char*
 41808               _CIM_ElementSetting_Element_qualifiers[] =
 41809               {
 41810                   /* Key */
 41811 mike  1.1.2.1     "\025\001",
 41812                   0,
 41813               };
 41814               
 41815               static MetaReference
 41816               _CIM_ElementSetting_Element =
 41817               {
 41818                   /* flags */
 41819                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41820                   /* name */
 41821                   "Element",
 41822                   /* qualifiers */
 41823                   _CIM_ElementSetting_Element_qualifiers,
 41824                   /* subscript */
 41825                   -1,
 41826                   /* refId */
 41827                   &__root_cimv2_CIM_ManagedSystemElement,
 41828               };
 41829               
 41830               static const char*
 41831               _CIM_ElementSetting_Setting_qualifiers[] =
 41832 mike  1.1.2.1 {
 41833                   /* Key */
 41834                   "\025\001",
 41835                   0,
 41836               };
 41837               
 41838               static MetaReference
 41839               _CIM_ElementSetting_Setting =
 41840               {
 41841                   /* flags */
 41842                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41843                   /* name */
 41844                   "Setting",
 41845                   /* qualifiers */
 41846                   _CIM_ElementSetting_Setting_qualifiers,
 41847                   /* subscript */
 41848                   -1,
 41849                   /* refId */
 41850                   &__root_cimv2_CIM_Setting,
 41851               };
 41852               
 41853 mike  1.1.2.1 static MetaFeature*
 41854               _CIM_ElementSetting_features[] =
 41855               {
 41856                   (MetaFeature*)&_CIM_ElementSetting_Element,
 41857                   (MetaFeature*)&_CIM_ElementSetting_Setting,
 41858                   0,
 41859               };
 41860               
 41861               static const char*
 41862               __root_cimv2_CIM_ElementSetting_qualifiers[] =
 41863               {
 41864                   /* ASSOCIATION */
 41865                   "\000\001",
 41866                   /* UMLPackagePath */
 41867                   "\057CIM::Core::Settings",
 41868                   /* Version */
 41869                   "\0632.10.0",
 41870                   0,
 41871               };
 41872               
 41873               MetaClass
 41874 mike  1.1.2.1 __root_cimv2_CIM_ElementSetting =
 41875               {
 41876                   /* flags */
 41877                   META_FLAG_ASSOCIATION,
 41878                   /* name */
 41879                   "CIM_ElementSetting",
 41880                   /* qualifiers */
 41881                   __root_cimv2_CIM_ElementSetting_qualifiers,
 41882                   /* super */
 41883                   0,
 41884                   /* features */
 41885                   _CIM_ElementSetting_features,
 41886               };
 41887               
 41888               //==============================================================================
 41889               //
 41890               // Class: CIM_ElementSettingData
 41891               //
 41892               //==============================================================================
 41893               
 41894               static const char*
 41895 mike  1.1.2.1 _CIM_ElementSettingData_ManagedElement_qualifiers[] =
 41896               {
 41897                   /* Key */
 41898                   "\025\001",
 41899                   0,
 41900               };
 41901               
 41902               static MetaReference
 41903               _CIM_ElementSettingData_ManagedElement =
 41904               {
 41905                   /* flags */
 41906                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41907                   /* name */
 41908                   "ManagedElement",
 41909                   /* qualifiers */
 41910                   _CIM_ElementSettingData_ManagedElement_qualifiers,
 41911                   /* subscript */
 41912                   -1,
 41913                   /* refId */
 41914                   &__root_cimv2_CIM_ManagedElement,
 41915               };
 41916 mike  1.1.2.1 
 41917               static const char*
 41918               _CIM_ElementSettingData_SettingData_qualifiers[] =
 41919               {
 41920                   /* Key */
 41921                   "\025\001",
 41922                   0,
 41923               };
 41924               
 41925               static MetaReference
 41926               _CIM_ElementSettingData_SettingData =
 41927               {
 41928                   /* flags */
 41929                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 41930                   /* name */
 41931                   "SettingData",
 41932                   /* qualifiers */
 41933                   _CIM_ElementSettingData_SettingData_qualifiers,
 41934                   /* subscript */
 41935                   -1,
 41936                   /* refId */
 41937 mike  1.1.2.1     &__root_cimv2_CIM_SettingData,
 41938               };
 41939               
 41940               static const char*
 41941               _CIM_ElementSettingData_IsDefault_qualifiers[] =
 41942               {
 41943                   /* ValueMap */
 41944                   "\061\000\0030\0001\0002\000",
 41945                   /* Values */
 41946                   "\062\000\003Unknown\000Is Default\000Is Not Default\000",
 41947                   0,
 41948               };
 41949               
 41950               static MetaProperty
 41951               _CIM_ElementSettingData_IsDefault =
 41952               {
 41953                   /* flags */
 41954                   META_FLAG_PROPERTY|META_FLAG_READ,
 41955                   /* name */
 41956                   "IsDefault",
 41957                   /* qualifiers */
 41958 mike  1.1.2.1     _CIM_ElementSettingData_IsDefault_qualifiers,
 41959                   /* type */
 41960                   CIMTYPE_UINT16,
 41961                   /* subscript */
 41962                   -1,
 41963                   /* value */
 41964                   0,
 41965               };
 41966               
 41967               static const char*
 41968               _CIM_ElementSettingData_IsCurrent_qualifiers[] =
 41969               {
 41970                   /* ValueMap */
 41971                   "\061\000\0030\0001\0002\000",
 41972                   /* Values */
 41973                   "\062\000\003Unknown\000Is Current\000Is Not Current\000",
 41974                   0,
 41975               };
 41976               
 41977               static MetaProperty
 41978               _CIM_ElementSettingData_IsCurrent =
 41979 mike  1.1.2.1 {
 41980                   /* flags */
 41981                   META_FLAG_PROPERTY|META_FLAG_READ,
 41982                   /* name */
 41983                   "IsCurrent",
 41984                   /* qualifiers */
 41985                   _CIM_ElementSettingData_IsCurrent_qualifiers,
 41986                   /* type */
 41987                   CIMTYPE_UINT16,
 41988                   /* subscript */
 41989                   -1,
 41990                   /* value */
 41991                   0,
 41992               };
 41993               
 41994               static MetaFeature*
 41995               _CIM_ElementSettingData_features[] =
 41996               {
 41997                   (MetaFeature*)&_CIM_ElementSettingData_ManagedElement,
 41998                   (MetaFeature*)&_CIM_ElementSettingData_SettingData,
 41999                   (MetaFeature*)&_CIM_ElementSettingData_IsDefault,
 42000 mike  1.1.2.1     (MetaFeature*)&_CIM_ElementSettingData_IsCurrent,
 42001                   0,
 42002               };
 42003               
 42004               static const char*
 42005               __root_cimv2_CIM_ElementSettingData_qualifiers[] =
 42006               {
 42007                   /* ASSOCIATION */
 42008                   "\000\001",
 42009                   /* UMLPackagePath */
 42010                   "\057CIM::Core::Settings",
 42011                   /* Version */
 42012                   "\0632.7.0",
 42013                   0,
 42014               };
 42015               
 42016               MetaClass
 42017               __root_cimv2_CIM_ElementSettingData =
 42018               {
 42019                   /* flags */
 42020                   META_FLAG_ASSOCIATION,
 42021 mike  1.1.2.1     /* name */
 42022                   "CIM_ElementSettingData",
 42023                   /* qualifiers */
 42024                   __root_cimv2_CIM_ElementSettingData_qualifiers,
 42025                   /* super */
 42026                   0,
 42027                   /* features */
 42028                   _CIM_ElementSettingData_features,
 42029               };
 42030               
 42031               //==============================================================================
 42032               //
 42033               // Class: CIM_ElementsLinked
 42034               //
 42035               //==============================================================================
 42036               
 42037               static const char*
 42038               _CIM_ElementsLinked_Antecedent_qualifiers[] =
 42039               {
 42040                   /* Override */
 42041                   "\044Antecedent",
 42042 mike  1.1.2.1     0,
 42043               };
 42044               
 42045               static MetaReference
 42046               _CIM_ElementsLinked_Antecedent =
 42047               {
 42048                   /* flags */
 42049                   META_FLAG_REFERENCE|META_FLAG_READ,
 42050                   /* name */
 42051                   "Antecedent",
 42052                   /* qualifiers */
 42053                   _CIM_ElementsLinked_Antecedent_qualifiers,
 42054                   /* subscript */
 42055                   -1,
 42056                   /* refId */
 42057                   &__root_cimv2_CIM_PhysicalLink,
 42058               };
 42059               
 42060               static const char*
 42061               _CIM_ElementsLinked_Dependent_qualifiers[] =
 42062               {
 42063 mike  1.1.2.1     /* Override */
 42064                   "\044Dependent",
 42065                   0,
 42066               };
 42067               
 42068               static MetaReference
 42069               _CIM_ElementsLinked_Dependent =
 42070               {
 42071                   /* flags */
 42072                   META_FLAG_REFERENCE|META_FLAG_READ,
 42073                   /* name */
 42074                   "Dependent",
 42075                   /* qualifiers */
 42076                   _CIM_ElementsLinked_Dependent_qualifiers,
 42077                   /* subscript */
 42078                   -1,
 42079                   /* refId */
 42080                   &__root_cimv2_CIM_PhysicalElement,
 42081               };
 42082               
 42083               static MetaFeature*
 42084 mike  1.1.2.1 _CIM_ElementsLinked_features[] =
 42085               {
 42086                   (MetaFeature*)&_CIM_ElementsLinked_Antecedent,
 42087                   (MetaFeature*)&_CIM_ElementsLinked_Dependent,
 42088                   0,
 42089               };
 42090               
 42091               static const char*
 42092               __root_cimv2_CIM_ElementsLinked_qualifiers[] =
 42093               {
 42094                   /* ASSOCIATION */
 42095                   "\000\001",
 42096                   /* UMLPackagePath */
 42097                   "\057CIM::Physical::Link",
 42098                   /* Version */
 42099                   "\0632.6.0",
 42100                   0,
 42101               };
 42102               
 42103               MetaClass
 42104               __root_cimv2_CIM_ElementsLinked =
 42105 mike  1.1.2.1 {
 42106                   /* flags */
 42107                   META_FLAG_ASSOCIATION,
 42108                   /* name */
 42109                   "CIM_ElementsLinked",
 42110                   /* qualifiers */
 42111                   __root_cimv2_CIM_ElementsLinked_qualifiers,
 42112                   /* super */
 42113                   &__root_cimv2_CIM_Dependency,
 42114                   /* features */
 42115                   _CIM_ElementsLinked_features,
 42116               };
 42117               
 42118               //==============================================================================
 42119               //
 42120               // Class: CIM_ElementStatisticalData
 42121               //
 42122               //==============================================================================
 42123               
 42124               static const char*
 42125               _CIM_ElementStatisticalData_ManagedElement_qualifiers[] =
 42126 mike  1.1.2.1 {
 42127                   /* Key */
 42128                   "\025\001",
 42129                   /* Min */
 42130                   "\033\000\000\000\001",
 42131                   /* Max */
 42132                   "\027\000\000\000\001",
 42133                   0,
 42134               };
 42135               
 42136               static MetaReference
 42137               _CIM_ElementStatisticalData_ManagedElement =
 42138               {
 42139                   /* flags */
 42140                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 42141                   /* name */
 42142                   "ManagedElement",
 42143                   /* qualifiers */
 42144                   _CIM_ElementStatisticalData_ManagedElement_qualifiers,
 42145                   /* subscript */
 42146                   -1,
 42147 mike  1.1.2.1     /* refId */
 42148                   &__root_cimv2_CIM_ManagedElement,
 42149               };
 42150               
 42151               static const char*
 42152               _CIM_ElementStatisticalData_Stats_qualifiers[] =
 42153               {
 42154                   /* Key */
 42155                   "\025\001",
 42156                   0,
 42157               };
 42158               
 42159               static MetaReference
 42160               _CIM_ElementStatisticalData_Stats =
 42161               {
 42162                   /* flags */
 42163                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 42164                   /* name */
 42165                   "Stats",
 42166                   /* qualifiers */
 42167                   _CIM_ElementStatisticalData_Stats_qualifiers,
 42168 mike  1.1.2.1     /* subscript */
 42169                   -1,
 42170                   /* refId */
 42171                   &__root_cimv2_CIM_StatisticalData,
 42172               };
 42173               
 42174               static MetaFeature*
 42175               _CIM_ElementStatisticalData_features[] =
 42176               {
 42177                   (MetaFeature*)&_CIM_ElementStatisticalData_ManagedElement,
 42178                   (MetaFeature*)&_CIM_ElementStatisticalData_Stats,
 42179                   0,
 42180               };
 42181               
 42182               static const char*
 42183               __root_cimv2_CIM_ElementStatisticalData_qualifiers[] =
 42184               {
 42185                   /* ASSOCIATION */
 42186                   "\000\001",
 42187                   /* UMLPackagePath */
 42188                   "\057CIM::Core::Statistics",
 42189 mike  1.1.2.1     /* Version */
 42190                   "\0632.7.0",
 42191                   0,
 42192               };
 42193               
 42194               MetaClass
 42195               __root_cimv2_CIM_ElementStatisticalData =
 42196               {
 42197                   /* flags */
 42198                   META_FLAG_ASSOCIATION,
 42199                   /* name */
 42200                   "CIM_ElementStatisticalData",
 42201                   /* qualifiers */
 42202                   __root_cimv2_CIM_ElementStatisticalData_qualifiers,
 42203                   /* super */
 42204                   0,
 42205                   /* features */
 42206                   _CIM_ElementStatisticalData_features,
 42207               };
 42208               
 42209               //==============================================================================
 42210 mike  1.1.2.1 //
 42211               // Class: CIM_FCAdapterEventCounters
 42212               //
 42213               //==============================================================================
 42214               
 42215               static const char*
 42216               _CIM_FCAdapterEventCounters_ABTSFramesReceived_qualifiers[] =
 42217               {
 42218                   /* Deprecated */
 42219                   "\013\000\001No value\000",
 42220                   /* Counter */
 42221                   "\012\001",
 42222                   0,
 42223               };
 42224               
 42225               static MetaProperty
 42226               _CIM_FCAdapterEventCounters_ABTSFramesReceived =
 42227               {
 42228                   /* flags */
 42229                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42230                   /* name */
 42231 mike  1.1.2.1     "ABTSFramesReceived",
 42232                   /* qualifiers */
 42233                   _CIM_FCAdapterEventCounters_ABTSFramesReceived_qualifiers,
 42234                   /* type */
 42235                   CIMTYPE_UINT64,
 42236                   /* subscript */
 42237                   -1,
 42238                   /* value */
 42239                   0,
 42240               };
 42241               
 42242               static const char*
 42243               _CIM_FCAdapterEventCounters_ABTSFramesSent_qualifiers[] =
 42244               {
 42245                   /* Deprecated */
 42246                   "\013\000\001No value\000",
 42247                   /* Counter */
 42248                   "\012\001",
 42249                   0,
 42250               };
 42251               
 42252 mike  1.1.2.1 static MetaProperty
 42253               _CIM_FCAdapterEventCounters_ABTSFramesSent =
 42254               {
 42255                   /* flags */
 42256                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42257                   /* name */
 42258                   "ABTSFramesSent",
 42259                   /* qualifiers */
 42260                   _CIM_FCAdapterEventCounters_ABTSFramesSent_qualifiers,
 42261                   /* type */
 42262                   CIMTYPE_UINT64,
 42263                   /* subscript */
 42264                   -1,
 42265                   /* value */
 42266                   0,
 42267               };
 42268               
 42269               static const char*
 42270               _CIM_FCAdapterEventCounters_FBSYsReceived_qualifiers[] =
 42271               {
 42272                   /* Deprecated */
 42273 mike  1.1.2.1     "\013\000\001No value\000",
 42274                   /* Counter */
 42275                   "\012\001",
 42276                   0,
 42277               };
 42278               
 42279               static MetaProperty
 42280               _CIM_FCAdapterEventCounters_FBSYsReceived =
 42281               {
 42282                   /* flags */
 42283                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42284                   /* name */
 42285                   "FBSYsReceived",
 42286                   /* qualifiers */
 42287                   _CIM_FCAdapterEventCounters_FBSYsReceived_qualifiers,
 42288                   /* type */
 42289                   CIMTYPE_UINT64,
 42290                   /* subscript */
 42291                   -1,
 42292                   /* value */
 42293                   0,
 42294 mike  1.1.2.1 };
 42295               
 42296               static const char*
 42297               _CIM_FCAdapterEventCounters_PBSYsReceived_qualifiers[] =
 42298               {
 42299                   /* Deprecated */
 42300                   "\013\000\001No value\000",
 42301                   /* Counter */
 42302                   "\012\001",
 42303                   0,
 42304               };
 42305               
 42306               static MetaProperty
 42307               _CIM_FCAdapterEventCounters_PBSYsReceived =
 42308               {
 42309                   /* flags */
 42310                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42311                   /* name */
 42312                   "PBSYsReceived",
 42313                   /* qualifiers */
 42314                   _CIM_FCAdapterEventCounters_PBSYsReceived_qualifiers,
 42315 mike  1.1.2.1     /* type */
 42316                   CIMTYPE_UINT64,
 42317                   /* subscript */
 42318                   -1,
 42319                   /* value */
 42320                   0,
 42321               };
 42322               
 42323               static const char*
 42324               _CIM_FCAdapterEventCounters_PBSYsSent_qualifiers[] =
 42325               {
 42326                   /* Deprecated */
 42327                   "\013\000\001No value\000",
 42328                   /* Counter */
 42329                   "\012\001",
 42330                   0,
 42331               };
 42332               
 42333               static MetaProperty
 42334               _CIM_FCAdapterEventCounters_PBSYsSent =
 42335               {
 42336 mike  1.1.2.1     /* flags */
 42337                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42338                   /* name */
 42339                   "PBSYsSent",
 42340                   /* qualifiers */
 42341                   _CIM_FCAdapterEventCounters_PBSYsSent_qualifiers,
 42342                   /* type */
 42343                   CIMTYPE_UINT64,
 42344                   /* subscript */
 42345                   -1,
 42346                   /* value */
 42347                   0,
 42348               };
 42349               
 42350               static const char*
 42351               _CIM_FCAdapterEventCounters_FRJTsReceived_qualifiers[] =
 42352               {
 42353                   /* Deprecated */
 42354                   "\013\000\001No value\000",
 42355                   /* Counter */
 42356                   "\012\001",
 42357 mike  1.1.2.1     0,
 42358               };
 42359               
 42360               static MetaProperty
 42361               _CIM_FCAdapterEventCounters_FRJTsReceived =
 42362               {
 42363                   /* flags */
 42364                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42365                   /* name */
 42366                   "FRJTsReceived",
 42367                   /* qualifiers */
 42368                   _CIM_FCAdapterEventCounters_FRJTsReceived_qualifiers,
 42369                   /* type */
 42370                   CIMTYPE_UINT64,
 42371                   /* subscript */
 42372                   -1,
 42373                   /* value */
 42374                   0,
 42375               };
 42376               
 42377               static const char*
 42378 mike  1.1.2.1 _CIM_FCAdapterEventCounters_PRJTsReceived_qualifiers[] =
 42379               {
 42380                   /* Deprecated */
 42381                   "\013\000\001No value\000",
 42382                   /* Counter */
 42383                   "\012\001",
 42384                   0,
 42385               };
 42386               
 42387               static MetaProperty
 42388               _CIM_FCAdapterEventCounters_PRJTsReceived =
 42389               {
 42390                   /* flags */
 42391                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42392                   /* name */
 42393                   "PRJTsReceived",
 42394                   /* qualifiers */
 42395                   _CIM_FCAdapterEventCounters_PRJTsReceived_qualifiers,
 42396                   /* type */
 42397                   CIMTYPE_UINT64,
 42398                   /* subscript */
 42399 mike  1.1.2.1     -1,
 42400                   /* value */
 42401                   0,
 42402               };
 42403               
 42404               static const char*
 42405               _CIM_FCAdapterEventCounters_PRJTsSent_qualifiers[] =
 42406               {
 42407                   /* Deprecated */
 42408                   "\013\000\001No value\000",
 42409                   /* Counter */
 42410                   "\012\001",
 42411                   0,
 42412               };
 42413               
 42414               static MetaProperty
 42415               _CIM_FCAdapterEventCounters_PRJTsSent =
 42416               {
 42417                   /* flags */
 42418                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42419                   /* name */
 42420 mike  1.1.2.1     "PRJTsSent",
 42421                   /* qualifiers */
 42422                   _CIM_FCAdapterEventCounters_PRJTsSent_qualifiers,
 42423                   /* type */
 42424                   CIMTYPE_UINT64,
 42425                   /* subscript */
 42426                   -1,
 42427                   /* value */
 42428                   0,
 42429               };
 42430               
 42431               static const char*
 42432               _CIM_FCAdapterEventCounters_PRLIsRejected_qualifiers[] =
 42433               {
 42434                   /* Deprecated */
 42435                   "\013\000\001No value\000",
 42436                   /* Counter */
 42437                   "\012\001",
 42438                   0,
 42439               };
 42440               
 42441 mike  1.1.2.1 static MetaProperty
 42442               _CIM_FCAdapterEventCounters_PRLIsRejected =
 42443               {
 42444                   /* flags */
 42445                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42446                   /* name */
 42447                   "PRLIsRejected",
 42448                   /* qualifiers */
 42449                   _CIM_FCAdapterEventCounters_PRLIsRejected_qualifiers,
 42450                   /* type */
 42451                   CIMTYPE_UINT64,
 42452                   /* subscript */
 42453                   -1,
 42454                   /* value */
 42455                   0,
 42456               };
 42457               
 42458               static const char*
 42459               _CIM_FCAdapterEventCounters_PRLOsRejected_qualifiers[] =
 42460               {
 42461                   /* Deprecated */
 42462 mike  1.1.2.1     "\013\000\001No value\000",
 42463                   /* Counter */
 42464                   "\012\001",
 42465                   0,
 42466               };
 42467               
 42468               static MetaProperty
 42469               _CIM_FCAdapterEventCounters_PRLOsRejected =
 42470               {
 42471                   /* flags */
 42472                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42473                   /* name */
 42474                   "PRLOsRejected",
 42475                   /* qualifiers */
 42476                   _CIM_FCAdapterEventCounters_PRLOsRejected_qualifiers,
 42477                   /* type */
 42478                   CIMTYPE_UINT64,
 42479                   /* subscript */
 42480                   -1,
 42481                   /* value */
 42482                   0,
 42483 mike  1.1.2.1 };
 42484               
 42485               static const char*
 42486               _CIM_FCAdapterEventCounters_ABTSFramesRejected_qualifiers[] =
 42487               {
 42488                   /* Deprecated */
 42489                   "\013\000\001No value\000",
 42490                   /* Counter */
 42491                   "\012\001",
 42492                   0,
 42493               };
 42494               
 42495               static MetaProperty
 42496               _CIM_FCAdapterEventCounters_ABTSFramesRejected =
 42497               {
 42498                   /* flags */
 42499                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 42500                   /* name */
 42501                   "ABTSFramesRejected",
 42502                   /* qualifiers */
 42503                   _CIM_FCAdapterEventCounters_ABTSFramesRejected_qualifiers,
 42504 mike  1.1.2.1     /* type */
 42505                   CIMTYPE_UINT64,
 42506                   /* subscript */
 42507                   -1,
 42508                   /* value */
 42509                   0,
 42510               };
 42511               
 42512               static const char*
 42513               _CIM_FCAdapterEventCounters_ResetCounter_SelectedCounter_qualifiers[] =
 42514               {
 42515                   /* IN */
 42516                   "\024\001",
 42517                   /* ValueMap */
 42518                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 42519                   /* Values */
 42520                   "\062\000\014All\000ABTSFramesReceived\000ABTSFramesSent\000FBSYReceived\000PBSYReceived\000PBSYSent\000FRJTReceived\000PRJTReceived\000PRJTSent\000PRLIRejected\000PRLORejected\000ABTSFramesRejected\000",
 42521                   0,
 42522               };
 42523               
 42524               static MetaProperty
 42525 mike  1.1.2.1 _CIM_FCAdapterEventCounters_ResetCounter_SelectedCounter =
 42526               {
 42527                   /* flags */
 42528                   META_FLAG_PROPERTY|META_FLAG_IN,
 42529                   /* name */
 42530                   "SelectedCounter",
 42531                   /* qualifiers */
 42532                   _CIM_FCAdapterEventCounters_ResetCounter_SelectedCounter_qualifiers,
 42533                   /* type */
 42534                   CIMTYPE_UINT16,
 42535                   /* subscript */
 42536                   -1,
 42537                   /* value */
 42538                   0,
 42539               };
 42540               
 42541               static MetaFeature*
 42542               _CIM_FCAdapterEventCounters_ResetCounter_parameters[] =
 42543               {
 42544                   (MetaFeature*)&_CIM_FCAdapterEventCounters_ResetCounter_SelectedCounter,
 42545                   0,
 42546 mike  1.1.2.1 };
 42547               
 42548               static const char*
 42549               _CIM_FCAdapterEventCounters_ResetCounter_qualifiers[] =
 42550               {
 42551                   /* Deprecated */
 42552                   "\013\000\001CIM_FCPortStatistics.ResetSelectedStats()\000",
 42553                   0,
 42554               };
 42555               
 42556               static MetaMethod
 42557               _CIM_FCAdapterEventCounters_ResetCounter =
 42558               {
 42559                   /* flags */
 42560                   META_FLAG_METHOD,
 42561                   /* name */
 42562                   "CIM_FCAdapterEventCounters",
 42563                   /* qualifiers */
 42564                   _CIM_FCAdapterEventCounters_ResetCounter_qualifiers,
 42565                   /* type */
 42566                   CIMTYPE_UINT32,
 42567 mike  1.1.2.1     /* parameters */
 42568                   _CIM_FCAdapterEventCounters_ResetCounter_parameters,
 42569               };
 42570               
 42571               static MetaFeature*
 42572               _CIM_FCAdapterEventCounters_features[] =
 42573               {
 42574                   (MetaFeature*)&_CIM_FCAdapterEventCounters_ABTSFramesReceived,
 42575                   (MetaFeature*)&_CIM_FCAdapterEventCounters_ABTSFramesSent,
 42576                   (MetaFeature*)&_CIM_FCAdapterEventCounters_FBSYsReceived,
 42577                   (MetaFeature*)&_CIM_FCAdapterEventCounters_PBSYsReceived,
 42578                   (MetaFeature*)&_CIM_FCAdapterEventCounters_PBSYsSent,
 42579                   (MetaFeature*)&_CIM_FCAdapterEventCounters_FRJTsReceived,
 42580                   (MetaFeature*)&_CIM_FCAdapterEventCounters_PRJTsReceived,
 42581                   (MetaFeature*)&_CIM_FCAdapterEventCounters_PRJTsSent,
 42582                   (MetaFeature*)&_CIM_FCAdapterEventCounters_PRLIsRejected,
 42583                   (MetaFeature*)&_CIM_FCAdapterEventCounters_PRLOsRejected,
 42584                   (MetaFeature*)&_CIM_FCAdapterEventCounters_ABTSFramesRejected,
 42585                   (MetaFeature*)&_CIM_FCAdapterEventCounters_ResetCounter,
 42586                   0,
 42587               };
 42588 mike  1.1.2.1 
 42589               static const char*
 42590               __root_cimv2_CIM_FCAdapterEventCounters_qualifiers[] =
 42591               {
 42592                   /* Deprecated */
 42593                   "\013\000\001CIM_FCPortStatistics\000",
 42594                   /* UMLPackagePath */
 42595                   "\057CIM::Device::NetworkAdapter",
 42596                   /* Version */
 42597                   "\0632.10.0",
 42598                   0,
 42599               };
 42600               
 42601               MetaClass
 42602               __root_cimv2_CIM_FCAdapterEventCounters =
 42603               {
 42604                   /* flags */
 42605                   META_FLAG_CLASS,
 42606                   /* name */
 42607                   "CIM_FCAdapterEventCounters",
 42608                   /* qualifiers */
 42609 mike  1.1.2.1     __root_cimv2_CIM_FCAdapterEventCounters_qualifiers,
 42610                   /* super */
 42611                   &__root_cimv2_CIM_DeviceStatisticalInformation,
 42612                   /* features */
 42613                   _CIM_FCAdapterEventCounters_features,
 42614               };
 42615               
 42616               //==============================================================================
 42617               //
 42618               // Class: CIM_FCPortCapabilities
 42619               //
 42620               //==============================================================================
 42621               
 42622               static const char*
 42623               _CIM_FCPortCapabilities_RequestedTypesSupported_qualifiers[] =
 42624               {
 42625                   /* ValueMap */
 42626                   "\061\000\0132\0003\0004\0005\0006\0007\0008\0009\00010\000..\00016000..65535\000",
 42627                   /* Values */
 42628                   "\062\000\013G\000GL\000E\000F\000FX\000B\000NX\000N\000NL\000DMTF Reserved\000Vendor Reserved\000",
 42629                   /* MappingStrings */
 42630 mike  1.1.2.1     "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_PORT_CONFIG_CAPS_T.ConfigurablePortTypes\000",
 42631                   /* ModelCorrespondence */
 42632                   "\036\000\001CIM_FCPortSettings.RequestedType\000",
 42633                   0,
 42634               };
 42635               
 42636               static MetaProperty
 42637               _CIM_FCPortCapabilities_RequestedTypesSupported =
 42638               {
 42639                   /* flags */
 42640                   META_FLAG_PROPERTY|META_FLAG_READ,
 42641                   /* name */
 42642                   "RequestedTypesSupported",
 42643                   /* qualifiers */
 42644                   _CIM_FCPortCapabilities_RequestedTypesSupported_qualifiers,
 42645                   /* type */
 42646                   CIMTYPE_UINT16,
 42647                   /* subscript */
 42648                   0,
 42649                   /* value */
 42650                   0,
 42651 mike  1.1.2.1 };
 42652               
 42653               static MetaFeature*
 42654               _CIM_FCPortCapabilities_features[] =
 42655               {
 42656                   (MetaFeature*)&_CIM_FCPortCapabilities_RequestedTypesSupported,
 42657                   0,
 42658               };
 42659               
 42660               static const char*
 42661               __root_cimv2_CIM_FCPortCapabilities_qualifiers[] =
 42662               {
 42663                   /* UMLPackagePath */
 42664                   "\057CIM::Device::FC",
 42665                   /* Version */
 42666                   "\0632.11.0",
 42667                   0,
 42668               };
 42669               
 42670               MetaClass
 42671               __root_cimv2_CIM_FCPortCapabilities =
 42672 mike  1.1.2.1 {
 42673                   /* flags */
 42674                   META_FLAG_CLASS,
 42675                   /* name */
 42676                   "CIM_FCPortCapabilities",
 42677                   /* qualifiers */
 42678                   __root_cimv2_CIM_FCPortCapabilities_qualifiers,
 42679                   /* super */
 42680                   &__root_cimv2_CIM_LogicalPortCapabilities,
 42681                   /* features */
 42682                   _CIM_FCPortCapabilities_features,
 42683               };
 42684               
 42685               //==============================================================================
 42686               //
 42687               // Class: CIM_FCPortRateStatistics
 42688               //
 42689               //==============================================================================
 42690               
 42691               static const char*
 42692               _CIM_FCPortRateStatistics_TxFrameRate_qualifiers[] =
 42693 mike  1.1.2.1 {
 42694                   /* MappingStrings */
 42695                   "\026\000\001FC-SWAPI.T11|PerformanceRates|1.SWAPI_STATS_LBL_TFRR\000",
 42696                   /* ModelCorrespondence */
 42697                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 42698                   0,
 42699               };
 42700               
 42701               static MetaProperty
 42702               _CIM_FCPortRateStatistics_TxFrameRate =
 42703               {
 42704                   /* flags */
 42705                   META_FLAG_PROPERTY|META_FLAG_READ,
 42706                   /* name */
 42707                   "TxFrameRate",
 42708                   /* qualifiers */
 42709                   _CIM_FCPortRateStatistics_TxFrameRate_qualifiers,
 42710                   /* type */
 42711                   CIMTYPE_UINT64,
 42712                   /* subscript */
 42713                   -1,
 42714 mike  1.1.2.1     /* value */
 42715                   0,
 42716               };
 42717               
 42718               static const char*
 42719               _CIM_FCPortRateStatistics_RxFrameRate_qualifiers[] =
 42720               {
 42721                   /* MappingStrings */
 42722                   "\026\000\001FC-SWAPI.T11|PerformanceRates|1.SWAPI_STATS_LBL_RFRR\000",
 42723                   /* ModelCorrespondence */
 42724                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 42725                   0,
 42726               };
 42727               
 42728               static MetaProperty
 42729               _CIM_FCPortRateStatistics_RxFrameRate =
 42730               {
 42731                   /* flags */
 42732                   META_FLAG_PROPERTY|META_FLAG_READ,
 42733                   /* name */
 42734                   "RxFrameRate",
 42735 mike  1.1.2.1     /* qualifiers */
 42736                   _CIM_FCPortRateStatistics_RxFrameRate_qualifiers,
 42737                   /* type */
 42738                   CIMTYPE_UINT64,
 42739                   /* subscript */
 42740                   -1,
 42741                   /* value */
 42742                   0,
 42743               };
 42744               
 42745               static const char*
 42746               _CIM_FCPortRateStatistics_MaxTxFrameRate_qualifiers[] =
 42747               {
 42748                   /* MappingStrings */
 42749                   "\026\000\001FC-SWAPI.T11|PerformanceRates|1.SWAPI_STATS_LBL_TFPR\000",
 42750                   /* ModelCorrespondence */
 42751                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 42752                   0,
 42753               };
 42754               
 42755               static MetaProperty
 42756 mike  1.1.2.1 _CIM_FCPortRateStatistics_MaxTxFrameRate =
 42757               {
 42758                   /* flags */
 42759                   META_FLAG_PROPERTY|META_FLAG_READ,
 42760                   /* name */
 42761                   "MaxTxFrameRate",
 42762                   /* qualifiers */
 42763                   _CIM_FCPortRateStatistics_MaxTxFrameRate_qualifiers,
 42764                   /* type */
 42765                   CIMTYPE_UINT64,
 42766                   /* subscript */
 42767                   -1,
 42768                   /* value */
 42769                   0,
 42770               };
 42771               
 42772               static const char*
 42773               _CIM_FCPortRateStatistics_MaxRxFrameRate_qualifiers[] =
 42774               {
 42775                   /* MappingStrings */
 42776                   "\026\000\001FC-SWAPI.T11|PerformanceRates|1.SWAPI_STATS_LBL_RFPR\000",
 42777 mike  1.1.2.1     /* ModelCorrespondence */
 42778                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 42779                   0,
 42780               };
 42781               
 42782               static MetaProperty
 42783               _CIM_FCPortRateStatistics_MaxRxFrameRate =
 42784               {
 42785                   /* flags */
 42786                   META_FLAG_PROPERTY|META_FLAG_READ,
 42787                   /* name */
 42788                   "MaxRxFrameRate",
 42789                   /* qualifiers */
 42790                   _CIM_FCPortRateStatistics_MaxRxFrameRate_qualifiers,
 42791                   /* type */
 42792                   CIMTYPE_UINT64,
 42793                   /* subscript */
 42794                   -1,
 42795                   /* value */
 42796                   0,
 42797               };
 42798 mike  1.1.2.1 
 42799               static const char*
 42800               _CIM_FCPortRateStatistics_TxRate_qualifiers[] =
 42801               {
 42802                   /* MappingStrings */
 42803                   "\026\000\001FC-SWAPI.T11|PerformanceRates|1. SWAPI_STATS_LBL_TBYR\000",
 42804                   /* ModelCorrespondence */
 42805                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 42806                   0,
 42807               };
 42808               
 42809               static MetaProperty
 42810               _CIM_FCPortRateStatistics_TxRate =
 42811               {
 42812                   /* flags */
 42813                   META_FLAG_PROPERTY|META_FLAG_READ,
 42814                   /* name */
 42815                   "TxRate",
 42816                   /* qualifiers */
 42817                   _CIM_FCPortRateStatistics_TxRate_qualifiers,
 42818                   /* type */
 42819 mike  1.1.2.1     CIMTYPE_UINT64,
 42820                   /* subscript */
 42821                   -1,
 42822                   /* value */
 42823                   0,
 42824               };
 42825               
 42826               static const char*
 42827               _CIM_FCPortRateStatistics_RxRate_qualifiers[] =
 42828               {
 42829                   /* MappingStrings */
 42830                   "\026\000\001FC-SWAPI.T11|PerformanceRates|1.SWAPI_STATS_LBL_RBYR\000",
 42831                   /* ModelCorrespondence */
 42832                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 42833                   0,
 42834               };
 42835               
 42836               static MetaProperty
 42837               _CIM_FCPortRateStatistics_RxRate =
 42838               {
 42839                   /* flags */
 42840 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 42841                   /* name */
 42842                   "RxRate",
 42843                   /* qualifiers */
 42844                   _CIM_FCPortRateStatistics_RxRate_qualifiers,
 42845                   /* type */
 42846                   CIMTYPE_UINT64,
 42847                   /* subscript */
 42848                   -1,
 42849                   /* value */
 42850                   0,
 42851               };
 42852               
 42853               static const char*
 42854               _CIM_FCPortRateStatistics_PeakTxRate_qualifiers[] =
 42855               {
 42856                   /* MappingStrings */
 42857                   "\026\000\001FC-SWAPI.T11|PerformanceRates|1. SWAPI_STATS_LBL_TBPR\000",
 42858                   /* ModelCorrespondence */
 42859                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 42860                   0,
 42861 mike  1.1.2.1 };
 42862               
 42863               static MetaProperty
 42864               _CIM_FCPortRateStatistics_PeakTxRate =
 42865               {
 42866                   /* flags */
 42867                   META_FLAG_PROPERTY|META_FLAG_READ,
 42868                   /* name */
 42869                   "PeakTxRate",
 42870                   /* qualifiers */
 42871                   _CIM_FCPortRateStatistics_PeakTxRate_qualifiers,
 42872                   /* type */
 42873                   CIMTYPE_UINT64,
 42874                   /* subscript */
 42875                   -1,
 42876                   /* value */
 42877                   0,
 42878               };
 42879               
 42880               static const char*
 42881               _CIM_FCPortRateStatistics_PeakRxRate_qualifiers[] =
 42882 mike  1.1.2.1 {
 42883                   /* MappingStrings */
 42884                   "\026\000\001FC-SWAPI.T11|PerformanceRates|1. SWAPI_STATS_LBL_RBPR\000",
 42885                   /* ModelCorrespondence */
 42886                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 42887                   0,
 42888               };
 42889               
 42890               static MetaProperty
 42891               _CIM_FCPortRateStatistics_PeakRxRate =
 42892               {
 42893                   /* flags */
 42894                   META_FLAG_PROPERTY|META_FLAG_READ,
 42895                   /* name */
 42896                   "PeakRxRate",
 42897                   /* qualifiers */
 42898                   _CIM_FCPortRateStatistics_PeakRxRate_qualifiers,
 42899                   /* type */
 42900                   CIMTYPE_UINT64,
 42901                   /* subscript */
 42902                   -1,
 42903 mike  1.1.2.1     /* value */
 42904                   0,
 42905               };
 42906               
 42907               static MetaFeature*
 42908               _CIM_FCPortRateStatistics_features[] =
 42909               {
 42910                   (MetaFeature*)&_CIM_FCPortRateStatistics_TxFrameRate,
 42911                   (MetaFeature*)&_CIM_FCPortRateStatistics_RxFrameRate,
 42912                   (MetaFeature*)&_CIM_FCPortRateStatistics_MaxTxFrameRate,
 42913                   (MetaFeature*)&_CIM_FCPortRateStatistics_MaxRxFrameRate,
 42914                   (MetaFeature*)&_CIM_FCPortRateStatistics_TxRate,
 42915                   (MetaFeature*)&_CIM_FCPortRateStatistics_RxRate,
 42916                   (MetaFeature*)&_CIM_FCPortRateStatistics_PeakTxRate,
 42917                   (MetaFeature*)&_CIM_FCPortRateStatistics_PeakRxRate,
 42918                   0,
 42919               };
 42920               
 42921               static const char*
 42922               __root_cimv2_CIM_FCPortRateStatistics_qualifiers[] =
 42923               {
 42924 mike  1.1.2.1     /* UMLPackagePath */
 42925                   "\057CIM::Device::FC",
 42926                   /* Version */
 42927                   "\0632.10.0",
 42928                   0,
 42929               };
 42930               
 42931               MetaClass
 42932               __root_cimv2_CIM_FCPortRateStatistics =
 42933               {
 42934                   /* flags */
 42935                   META_FLAG_CLASS,
 42936                   /* name */
 42937                   "CIM_FCPortRateStatistics",
 42938                   /* qualifiers */
 42939                   __root_cimv2_CIM_FCPortRateStatistics_qualifiers,
 42940                   /* super */
 42941                   &__root_cimv2_CIM_StatisticalData,
 42942                   /* features */
 42943                   _CIM_FCPortRateStatistics_features,
 42944               };
 42945 mike  1.1.2.1 
 42946               //==============================================================================
 42947               //
 42948               // Class: CIM_FCSwitchSettings
 42949               //
 42950               //==============================================================================
 42951               
 42952               static const char*
 42953               _CIM_FCSwitchSettings_PreferredDomainID_qualifiers[] =
 42954               {
 42955                   /* Write */
 42956                   "\065\001",
 42957                   /* MinValue */
 42958                   "\035\000\000\000\000\000\000\000\001",
 42959                   /* MaxValue */
 42960                   "\031\000\000\000\000\000\000\000\357",
 42961                   /* MappingStrings */
 42962                   "\026\000\002FC-SWAPI.INCITS-T11|UcUnitConfigGetDomainID\000GC-GS.INCITS-T11|InterconnectElement|DomainIdentifier\000",
 42963                   /* ModelCorrespondence */
 42964                   "\036\000\001CIM_FCSwitchSettings.DomainIDLocked\000",
 42965                   0,
 42966 mike  1.1.2.1 };
 42967               
 42968               static MetaProperty
 42969               _CIM_FCSwitchSettings_PreferredDomainID =
 42970               {
 42971                   /* flags */
 42972                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 42973                   /* name */
 42974                   "PreferredDomainID",
 42975                   /* qualifiers */
 42976                   _CIM_FCSwitchSettings_PreferredDomainID_qualifiers,
 42977                   /* type */
 42978                   CIMTYPE_UINT8,
 42979                   /* subscript */
 42980                   -1,
 42981                   /* value */
 42982                   0,
 42983               };
 42984               
 42985               static const char*
 42986               _CIM_FCSwitchSettings_DomainIDLocked_qualifiers[] =
 42987 mike  1.1.2.1 {
 42988                   /* Write */
 42989                   "\065\001",
 42990                   /* MappingStrings */
 42991                   "\026\000\001FC-SWAPI.INCITS-T11|UcUnitConfigGetDomainIDLocked\000",
 42992                   /* ModelCorrespondence */
 42993                   "\036\000\001CIM_FCSwitchSettings.PreferredDomainID\000",
 42994                   0,
 42995               };
 42996               
 42997               static MetaProperty
 42998               _CIM_FCSwitchSettings_DomainIDLocked =
 42999               {
 43000                   /* flags */
 43001                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 43002                   /* name */
 43003                   "DomainIDLocked",
 43004                   /* qualifiers */
 43005                   _CIM_FCSwitchSettings_DomainIDLocked_qualifiers,
 43006                   /* type */
 43007                   CIMTYPE_BOOLEAN,
 43008 mike  1.1.2.1     /* subscript */
 43009                   -1,
 43010                   /* value */
 43011                   0,
 43012               };
 43013               
 43014               static const char*
 43015               _CIM_FCSwitchSettings_PrincipalPriority_qualifiers[] =
 43016               {
 43017                   /* Write */
 43018                   "\065\001",
 43019                   /* ValueMap */
 43020                   "\061\000\0032\0003\0004\000",
 43021                   /* Values */
 43022                   "\062\000\003Principal\000Subordinate\000Any\000",
 43023                   /* MappingStrings */
 43024                   "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_PRINCIPAL_PRIORITY_T\000",
 43025                   0,
 43026               };
 43027               
 43028               static MetaProperty
 43029 mike  1.1.2.1 _CIM_FCSwitchSettings_PrincipalPriority =
 43030               {
 43031                   /* flags */
 43032                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 43033                   /* name */
 43034                   "PrincipalPriority",
 43035                   /* qualifiers */
 43036                   _CIM_FCSwitchSettings_PrincipalPriority_qualifiers,
 43037                   /* type */
 43038                   CIMTYPE_UINT16,
 43039                   /* subscript */
 43040                   -1,
 43041                   /* value */
 43042                   "\000\003",
 43043               };
 43044               
 43045               static MetaFeature*
 43046               _CIM_FCSwitchSettings_features[] =
 43047               {
 43048                   (MetaFeature*)&_CIM_FCSwitchSettings_PreferredDomainID,
 43049                   (MetaFeature*)&_CIM_FCSwitchSettings_DomainIDLocked,
 43050 mike  1.1.2.1     (MetaFeature*)&_CIM_FCSwitchSettings_PrincipalPriority,
 43051                   0,
 43052               };
 43053               
 43054               static const char*
 43055               __root_cimv2_CIM_FCSwitchSettings_qualifiers[] =
 43056               {
 43057                   /* UMLPackagePath */
 43058                   "\057CIM::Device::FC",
 43059                   /* Version */
 43060                   "\0632.11.0",
 43061                   0,
 43062               };
 43063               
 43064               MetaClass
 43065               __root_cimv2_CIM_FCSwitchSettings =
 43066               {
 43067                   /* flags */
 43068                   META_FLAG_CLASS,
 43069                   /* name */
 43070                   "CIM_FCSwitchSettings",
 43071 mike  1.1.2.1     /* qualifiers */
 43072                   __root_cimv2_CIM_FCSwitchSettings_qualifiers,
 43073                   /* super */
 43074                   &__root_cimv2_CIM_SettingData,
 43075                   /* features */
 43076                   _CIM_FCSwitchSettings_features,
 43077               };
 43078               
 43079               //==============================================================================
 43080               //
 43081               // Class: CIM_FibrePortEventCounters
 43082               //
 43083               //==============================================================================
 43084               
 43085               static const char*
 43086               _CIM_FibrePortEventCounters_PLOGIsReceived_qualifiers[] =
 43087               {
 43088                   /* Deprecated */
 43089                   "\013\000\001No value\000",
 43090                   /* Counter */
 43091                   "\012\001",
 43092 mike  1.1.2.1     0,
 43093               };
 43094               
 43095               static MetaProperty
 43096               _CIM_FibrePortEventCounters_PLOGIsReceived =
 43097               {
 43098                   /* flags */
 43099                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 43100                   /* name */
 43101                   "PLOGIsReceived",
 43102                   /* qualifiers */
 43103                   _CIM_FibrePortEventCounters_PLOGIsReceived_qualifiers,
 43104                   /* type */
 43105                   CIMTYPE_UINT64,
 43106                   /* subscript */
 43107                   -1,
 43108                   /* value */
 43109                   0,
 43110               };
 43111               
 43112               static const char*
 43113 mike  1.1.2.1 _CIM_FibrePortEventCounters_PLOGIsSent_qualifiers[] =
 43114               {
 43115                   /* Deprecated */
 43116                   "\013\000\001No value\000",
 43117                   /* Counter */
 43118                   "\012\001",
 43119                   0,
 43120               };
 43121               
 43122               static MetaProperty
 43123               _CIM_FibrePortEventCounters_PLOGIsSent =
 43124               {
 43125                   /* flags */
 43126                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 43127                   /* name */
 43128                   "PLOGIsSent",
 43129                   /* qualifiers */
 43130                   _CIM_FibrePortEventCounters_PLOGIsSent_qualifiers,
 43131                   /* type */
 43132                   CIMTYPE_UINT64,
 43133                   /* subscript */
 43134 mike  1.1.2.1     -1,
 43135                   /* value */
 43136                   0,
 43137               };
 43138               
 43139               static const char*
 43140               _CIM_FibrePortEventCounters_EOFAbortsReceived_qualifiers[] =
 43141               {
 43142                   /* Deprecated */
 43143                   "\013\000\001No value\000",
 43144                   /* Counter */
 43145                   "\012\001",
 43146                   0,
 43147               };
 43148               
 43149               static MetaProperty
 43150               _CIM_FibrePortEventCounters_EOFAbortsReceived =
 43151               {
 43152                   /* flags */
 43153                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 43154                   /* name */
 43155 mike  1.1.2.1     "EOFAbortsReceived",
 43156                   /* qualifiers */
 43157                   _CIM_FibrePortEventCounters_EOFAbortsReceived_qualifiers,
 43158                   /* type */
 43159                   CIMTYPE_UINT64,
 43160                   /* subscript */
 43161                   -1,
 43162                   /* value */
 43163                   0,
 43164               };
 43165               
 43166               static const char*
 43167               _CIM_FibrePortEventCounters_EOFAbortsTransmitted_qualifiers[] =
 43168               {
 43169                   /* Deprecated */
 43170                   "\013\000\001No value\000",
 43171                   /* Counter */
 43172                   "\012\001",
 43173                   0,
 43174               };
 43175               
 43176 mike  1.1.2.1 static MetaProperty
 43177               _CIM_FibrePortEventCounters_EOFAbortsTransmitted =
 43178               {
 43179                   /* flags */
 43180                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 43181                   /* name */
 43182                   "EOFAbortsTransmitted",
 43183                   /* qualifiers */
 43184                   _CIM_FibrePortEventCounters_EOFAbortsTransmitted_qualifiers,
 43185                   /* type */
 43186                   CIMTYPE_UINT64,
 43187                   /* subscript */
 43188                   -1,
 43189                   /* value */
 43190                   0,
 43191               };
 43192               
 43193               static const char*
 43194               _CIM_FibrePortEventCounters_PLOGOsReceived_qualifiers[] =
 43195               {
 43196                   /* Deprecated */
 43197 mike  1.1.2.1     "\013\000\001No value\000",
 43198                   /* Counter */
 43199                   "\012\001",
 43200                   0,
 43201               };
 43202               
 43203               static MetaProperty
 43204               _CIM_FibrePortEventCounters_PLOGOsReceived =
 43205               {
 43206                   /* flags */
 43207                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 43208                   /* name */
 43209                   "PLOGOsReceived",
 43210                   /* qualifiers */
 43211                   _CIM_FibrePortEventCounters_PLOGOsReceived_qualifiers,
 43212                   /* type */
 43213                   CIMTYPE_UINT64,
 43214                   /* subscript */
 43215                   -1,
 43216                   /* value */
 43217                   0,
 43218 mike  1.1.2.1 };
 43219               
 43220               static const char*
 43221               _CIM_FibrePortEventCounters_PLOGOsSent_qualifiers[] =
 43222               {
 43223                   /* Deprecated */
 43224                   "\013\000\001No value\000",
 43225                   /* Counter */
 43226                   "\012\001",
 43227                   0,
 43228               };
 43229               
 43230               static MetaProperty
 43231               _CIM_FibrePortEventCounters_PLOGOsSent =
 43232               {
 43233                   /* flags */
 43234                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 43235                   /* name */
 43236                   "PLOGOsSent",
 43237                   /* qualifiers */
 43238                   _CIM_FibrePortEventCounters_PLOGOsSent_qualifiers,
 43239 mike  1.1.2.1     /* type */
 43240                   CIMTYPE_UINT64,
 43241                   /* subscript */
 43242                   -1,
 43243                   /* value */
 43244                   0,
 43245               };
 43246               
 43247               static const char*
 43248               _CIM_FibrePortEventCounters_PLOGIsRejected_qualifiers[] =
 43249               {
 43250                   /* Deprecated */
 43251                   "\013\000\001No value\000",
 43252                   /* Counter */
 43253                   "\012\001",
 43254                   0,
 43255               };
 43256               
 43257               static MetaProperty
 43258               _CIM_FibrePortEventCounters_PLOGIsRejected =
 43259               {
 43260 mike  1.1.2.1     /* flags */
 43261                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 43262                   /* name */
 43263                   "PLOGIsRejected",
 43264                   /* qualifiers */
 43265                   _CIM_FibrePortEventCounters_PLOGIsRejected_qualifiers,
 43266                   /* type */
 43267                   CIMTYPE_UINT64,
 43268                   /* subscript */
 43269                   -1,
 43270                   /* value */
 43271                   0,
 43272               };
 43273               
 43274               static const char*
 43275               _CIM_FibrePortEventCounters_PLOGOsRejected_qualifiers[] =
 43276               {
 43277                   /* Deprecated */
 43278                   "\013\000\001No value\000",
 43279                   /* Counter */
 43280                   "\012\001",
 43281 mike  1.1.2.1     0,
 43282               };
 43283               
 43284               static MetaProperty
 43285               _CIM_FibrePortEventCounters_PLOGOsRejected =
 43286               {
 43287                   /* flags */
 43288                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 43289                   /* name */
 43290                   "PLOGOsRejected",
 43291                   /* qualifiers */
 43292                   _CIM_FibrePortEventCounters_PLOGOsRejected_qualifiers,
 43293                   /* type */
 43294                   CIMTYPE_UINT64,
 43295                   /* subscript */
 43296                   -1,
 43297                   /* value */
 43298                   0,
 43299               };
 43300               
 43301               static const char*
 43302 mike  1.1.2.1 _CIM_FibrePortEventCounters_ResetCounter_SelectedCounter_qualifiers[] =
 43303               {
 43304                   /* IN */
 43305                   "\024\001",
 43306                   /* ValueMap */
 43307                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
 43308                   /* Values */
 43309                   "\062\000\011All\000PLOGIsReceived\000PLOGIsSent\000EOFAbortsReceived\000EOFAbortsTransmitted\000PLOGOsReceived\000PLOGOsSent\000PLOGIsRejected\000PLOGOsRejected\000",
 43310                   0,
 43311               };
 43312               
 43313               static MetaProperty
 43314               _CIM_FibrePortEventCounters_ResetCounter_SelectedCounter =
 43315               {
 43316                   /* flags */
 43317                   META_FLAG_PROPERTY|META_FLAG_IN,
 43318                   /* name */
 43319                   "SelectedCounter",
 43320                   /* qualifiers */
 43321                   _CIM_FibrePortEventCounters_ResetCounter_SelectedCounter_qualifiers,
 43322                   /* type */
 43323 mike  1.1.2.1     CIMTYPE_UINT16,
 43324                   /* subscript */
 43325                   -1,
 43326                   /* value */
 43327                   0,
 43328               };
 43329               
 43330               static MetaFeature*
 43331               _CIM_FibrePortEventCounters_ResetCounter_parameters[] =
 43332               {
 43333                   (MetaFeature*)&_CIM_FibrePortEventCounters_ResetCounter_SelectedCounter,
 43334                   0,
 43335               };
 43336               
 43337               static const char*
 43338               _CIM_FibrePortEventCounters_ResetCounter_qualifiers[] =
 43339               {
 43340                   /* Deprecated */
 43341                   "\013\000\001CIM_FCPortStatistics.ResetSelectedStats\000",
 43342                   0,
 43343               };
 43344 mike  1.1.2.1 
 43345               static MetaMethod
 43346               _CIM_FibrePortEventCounters_ResetCounter =
 43347               {
 43348                   /* flags */
 43349                   META_FLAG_METHOD,
 43350                   /* name */
 43351                   "CIM_FibrePortEventCounters",
 43352                   /* qualifiers */
 43353                   _CIM_FibrePortEventCounters_ResetCounter_qualifiers,
 43354                   /* type */
 43355                   CIMTYPE_UINT32,
 43356                   /* parameters */
 43357                   _CIM_FibrePortEventCounters_ResetCounter_parameters,
 43358               };
 43359               
 43360               static MetaFeature*
 43361               _CIM_FibrePortEventCounters_features[] =
 43362               {
 43363                   (MetaFeature*)&_CIM_FibrePortEventCounters_PLOGIsReceived,
 43364                   (MetaFeature*)&_CIM_FibrePortEventCounters_PLOGIsSent,
 43365 mike  1.1.2.1     (MetaFeature*)&_CIM_FibrePortEventCounters_EOFAbortsReceived,
 43366                   (MetaFeature*)&_CIM_FibrePortEventCounters_EOFAbortsTransmitted,
 43367                   (MetaFeature*)&_CIM_FibrePortEventCounters_PLOGOsReceived,
 43368                   (MetaFeature*)&_CIM_FibrePortEventCounters_PLOGOsSent,
 43369                   (MetaFeature*)&_CIM_FibrePortEventCounters_PLOGIsRejected,
 43370                   (MetaFeature*)&_CIM_FibrePortEventCounters_PLOGOsRejected,
 43371                   (MetaFeature*)&_CIM_FibrePortEventCounters_ResetCounter,
 43372                   0,
 43373               };
 43374               
 43375               static const char*
 43376               __root_cimv2_CIM_FibrePortEventCounters_qualifiers[] =
 43377               {
 43378                   /* Deprecated */
 43379                   "\013\000\001CIM_FCPortStatistics\000",
 43380                   /* UMLPackagePath */
 43381                   "\057CIM::Device::NetworkAdapter",
 43382                   /* Version */
 43383                   "\0632.10.0",
 43384                   0,
 43385               };
 43386 mike  1.1.2.1 
 43387               MetaClass
 43388               __root_cimv2_CIM_FibrePortEventCounters =
 43389               {
 43390                   /* flags */
 43391                   META_FLAG_CLASS,
 43392                   /* name */
 43393                   "CIM_FibrePortEventCounters",
 43394                   /* qualifiers */
 43395                   __root_cimv2_CIM_FibrePortEventCounters_qualifiers,
 43396                   /* super */
 43397                   &__root_cimv2_CIM_DeviceStatisticalInformation,
 43398                   /* features */
 43399                   _CIM_FibrePortEventCounters_features,
 43400               };
 43401               
 43402               //==============================================================================
 43403               //
 43404               // Class: CIM_FRUIncludesProduct
 43405               //
 43406               //==============================================================================
 43407 mike  1.1.2.1 
 43408               static const char*
 43409               _CIM_FRUIncludesProduct_FRU_qualifiers[] =
 43410               {
 43411                   /* Key */
 43412                   "\025\001",
 43413                   /* Aggregate */
 43414                   "\003\001",
 43415                   /* Max */
 43416                   "\027\000\000\000\001",
 43417                   0,
 43418               };
 43419               
 43420               static MetaReference
 43421               _CIM_FRUIncludesProduct_FRU =
 43422               {
 43423                   /* flags */
 43424                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 43425                   /* name */
 43426                   "FRU",
 43427                   /* qualifiers */
 43428 mike  1.1.2.1     _CIM_FRUIncludesProduct_FRU_qualifiers,
 43429                   /* subscript */
 43430                   -1,
 43431                   /* refId */
 43432                   &__root_cimv2_CIM_FRU,
 43433               };
 43434               
 43435               static const char*
 43436               _CIM_FRUIncludesProduct_Component_qualifiers[] =
 43437               {
 43438                   /* Key */
 43439                   "\025\001",
 43440                   0,
 43441               };
 43442               
 43443               static MetaReference
 43444               _CIM_FRUIncludesProduct_Component =
 43445               {
 43446                   /* flags */
 43447                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 43448                   /* name */
 43449 mike  1.1.2.1     "Component",
 43450                   /* qualifiers */
 43451                   _CIM_FRUIncludesProduct_Component_qualifiers,
 43452                   /* subscript */
 43453                   -1,
 43454                   /* refId */
 43455                   &__root_cimv2_CIM_Product,
 43456               };
 43457               
 43458               static MetaFeature*
 43459               _CIM_FRUIncludesProduct_features[] =
 43460               {
 43461                   (MetaFeature*)&_CIM_FRUIncludesProduct_FRU,
 43462                   (MetaFeature*)&_CIM_FRUIncludesProduct_Component,
 43463                   0,
 43464               };
 43465               
 43466               static const char*
 43467               __root_cimv2_CIM_FRUIncludesProduct_qualifiers[] =
 43468               {
 43469                   /* ASSOCIATION */
 43470 mike  1.1.2.1     "\000\001",
 43471                   /* UMLPackagePath */
 43472                   "\057CIM::Core::ProductFRU",
 43473                   /* Aggregation */
 43474                   "\004\001",
 43475                   /* Composition */
 43476                   "\011\001",
 43477                   /* Version */
 43478                   "\0632.7.0",
 43479                   0,
 43480               };
 43481               
 43482               MetaClass
 43483               __root_cimv2_CIM_FRUIncludesProduct =
 43484               {
 43485                   /* flags */
 43486                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 43487                   /* name */
 43488                   "CIM_FRUIncludesProduct",
 43489                   /* qualifiers */
 43490                   __root_cimv2_CIM_FRUIncludesProduct_qualifiers,
 43491 mike  1.1.2.1     /* super */
 43492                   0,
 43493                   /* features */
 43494                   _CIM_FRUIncludesProduct_features,
 43495               };
 43496               
 43497               //==============================================================================
 43498               //
 43499               // Class: CIM_FRUPhysicalElements
 43500               //
 43501               //==============================================================================
 43502               
 43503               static const char*
 43504               _CIM_FRUPhysicalElements_FRU_qualifiers[] =
 43505               {
 43506                   /* Key */
 43507                   "\025\001",
 43508                   /* Aggregate */
 43509                   "\003\001",
 43510                   /* Max */
 43511                   "\027\000\000\000\001",
 43512 mike  1.1.2.1     0,
 43513               };
 43514               
 43515               static MetaReference
 43516               _CIM_FRUPhysicalElements_FRU =
 43517               {
 43518                   /* flags */
 43519                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 43520                   /* name */
 43521                   "FRU",
 43522                   /* qualifiers */
 43523                   _CIM_FRUPhysicalElements_FRU_qualifiers,
 43524                   /* subscript */
 43525                   -1,
 43526                   /* refId */
 43527                   &__root_cimv2_CIM_FRU,
 43528               };
 43529               
 43530               static const char*
 43531               _CIM_FRUPhysicalElements_Component_qualifiers[] =
 43532               {
 43533 mike  1.1.2.1     /* Key */
 43534                   "\025\001",
 43535                   0,
 43536               };
 43537               
 43538               static MetaReference
 43539               _CIM_FRUPhysicalElements_Component =
 43540               {
 43541                   /* flags */
 43542                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 43543                   /* name */
 43544                   "Component",
 43545                   /* qualifiers */
 43546                   _CIM_FRUPhysicalElements_Component_qualifiers,
 43547                   /* subscript */
 43548                   -1,
 43549                   /* refId */
 43550                   &__root_cimv2_CIM_PhysicalElement,
 43551               };
 43552               
 43553               static MetaFeature*
 43554 mike  1.1.2.1 _CIM_FRUPhysicalElements_features[] =
 43555               {
 43556                   (MetaFeature*)&_CIM_FRUPhysicalElements_FRU,
 43557                   (MetaFeature*)&_CIM_FRUPhysicalElements_Component,
 43558                   0,
 43559               };
 43560               
 43561               static const char*
 43562               __root_cimv2_CIM_FRUPhysicalElements_qualifiers[] =
 43563               {
 43564                   /* ASSOCIATION */
 43565                   "\000\001",
 43566                   /* UMLPackagePath */
 43567                   "\057CIM::Core::ProductFRU",
 43568                   /* Aggregation */
 43569                   "\004\001",
 43570                   /* Composition */
 43571                   "\011\001",
 43572                   /* Version */
 43573                   "\0632.7.0",
 43574                   0,
 43575 mike  1.1.2.1 };
 43576               
 43577               MetaClass
 43578               __root_cimv2_CIM_FRUPhysicalElements =
 43579               {
 43580                   /* flags */
 43581                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 43582                   /* name */
 43583                   "CIM_FRUPhysicalElements",
 43584                   /* qualifiers */
 43585                   __root_cimv2_CIM_FRUPhysicalElements_qualifiers,
 43586                   /* super */
 43587                   0,
 43588                   /* features */
 43589                   _CIM_FRUPhysicalElements_features,
 43590               };
 43591               
 43592               //==============================================================================
 43593               //
 43594               // Class: CIM_GatewayPathID
 43595               //
 43596 mike  1.1.2.1 //==============================================================================
 43597               
 43598               static const char*
 43599               _CIM_GatewayPathID_GatewayID_qualifiers[] =
 43600               {
 43601                   /* Required */
 43602                   "\050\001",
 43603                   /* ModelCorrespondence */
 43604                   "\036\000\002CIM_GatewayPathID.GatewayIDType\000CIM_GatewayPathID.OtherGatewayIDType\000",
 43605                   0,
 43606               };
 43607               
 43608               static MetaProperty
 43609               _CIM_GatewayPathID_GatewayID =
 43610               {
 43611                   /* flags */
 43612                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 43613                   /* name */
 43614                   "GatewayID",
 43615                   /* qualifiers */
 43616                   _CIM_GatewayPathID_GatewayID_qualifiers,
 43617 mike  1.1.2.1     /* type */
 43618                   CIMTYPE_STRING,
 43619                   /* subscript */
 43620                   -1,
 43621                   /* value */
 43622                   0,
 43623               };
 43624               
 43625               static const char*
 43626               _CIM_GatewayPathID_GatewayIDType_qualifiers[] =
 43627               {
 43628                   /* Required */
 43629                   "\050\001",
 43630                   /* ValueMap */
 43631                   "\061\000\0051\0002\0003\0004\0005\000",
 43632                   /* Values */
 43633                   "\062\000\005Other\000PortWWN\000NodeWWN\000Hostname\000iSCSI Name\000",
 43634                   /* ModelCorrespondence */
 43635                   "\036\000\001CIM_GatewayPathID.GatewayID\000",
 43636                   0,
 43637               };
 43638 mike  1.1.2.1 
 43639               static MetaProperty
 43640               _CIM_GatewayPathID_GatewayIDType =
 43641               {
 43642                   /* flags */
 43643                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 43644                   /* name */
 43645                   "GatewayIDType",
 43646                   /* qualifiers */
 43647                   _CIM_GatewayPathID_GatewayIDType_qualifiers,
 43648                   /* type */
 43649                   CIMTYPE_UINT16,
 43650                   /* subscript */
 43651                   -1,
 43652                   /* value */
 43653                   0,
 43654               };
 43655               
 43656               static const char*
 43657               _CIM_GatewayPathID_OtherGatewayIDType_qualifiers[] =
 43658               {
 43659 mike  1.1.2.1     /* ModelCorrespondence */
 43660                   "\036\000\001CIM_GatewayPathID.GatewayID\000",
 43661                   0,
 43662               };
 43663               
 43664               static MetaProperty
 43665               _CIM_GatewayPathID_OtherGatewayIDType =
 43666               {
 43667                   /* flags */
 43668                   META_FLAG_PROPERTY|META_FLAG_READ,
 43669                   /* name */
 43670                   "OtherGatewayIDType",
 43671                   /* qualifiers */
 43672                   _CIM_GatewayPathID_OtherGatewayIDType_qualifiers,
 43673                   /* type */
 43674                   CIMTYPE_STRING,
 43675                   /* subscript */
 43676                   -1,
 43677                   /* value */
 43678                   0,
 43679               };
 43680 mike  1.1.2.1 
 43681               static MetaFeature*
 43682               _CIM_GatewayPathID_features[] =
 43683               {
 43684                   (MetaFeature*)&_CIM_GatewayPathID_GatewayID,
 43685                   (MetaFeature*)&_CIM_GatewayPathID_GatewayIDType,
 43686                   (MetaFeature*)&_CIM_GatewayPathID_OtherGatewayIDType,
 43687                   0,
 43688               };
 43689               
 43690               static const char*
 43691               __root_cimv2_CIM_GatewayPathID_qualifiers[] =
 43692               {
 43693                   /* UMLPackagePath */
 43694                   "\057CIM::User::StorageHardwareID",
 43695                   /* Version */
 43696                   "\0632.8.1000",
 43697                   0,
 43698               };
 43699               
 43700               MetaClass
 43701 mike  1.1.2.1 __root_cimv2_CIM_GatewayPathID =
 43702               {
 43703                   /* flags */
 43704                   META_FLAG_CLASS,
 43705                   /* name */
 43706                   "CIM_GatewayPathID",
 43707                   /* qualifiers */
 43708                   __root_cimv2_CIM_GatewayPathID_qualifiers,
 43709                   /* super */
 43710                   &__root_cimv2_CIM_StorageHardwareID,
 43711                   /* features */
 43712                   _CIM_GatewayPathID_features,
 43713               };
 43714               
 43715               //==============================================================================
 43716               //
 43717               // Class: CIM_GroupInDiskGroup
 43718               //
 43719               //==============================================================================
 43720               
 43721               static const char*
 43722 mike  1.1.2.1 _CIM_GroupInDiskGroup_Collection_qualifiers[] =
 43723               {
 43724                   /* Aggregate */
 43725                   "\003\001",
 43726                   /* Override */
 43727                   "\044Collection",
 43728                   /* Max */
 43729                   "\027\000\000\000\001",
 43730                   0,
 43731               };
 43732               
 43733               static MetaReference
 43734               _CIM_GroupInDiskGroup_Collection =
 43735               {
 43736                   /* flags */
 43737                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 43738                   /* name */
 43739                   "Collection",
 43740                   /* qualifiers */
 43741                   _CIM_GroupInDiskGroup_Collection_qualifiers,
 43742                   /* subscript */
 43743 mike  1.1.2.1     -1,
 43744                   /* refId */
 43745                   &__root_cimv2_CIM_DiskGroup,
 43746               };
 43747               
 43748               static const char*
 43749               _CIM_GroupInDiskGroup_CollectionInCollection_qualifiers[] =
 43750               {
 43751                   /* Override */
 43752                   "\044CollectionInCollection",
 43753                   0,
 43754               };
 43755               
 43756               static MetaReference
 43757               _CIM_GroupInDiskGroup_CollectionInCollection =
 43758               {
 43759                   /* flags */
 43760                   META_FLAG_REFERENCE|META_FLAG_READ,
 43761                   /* name */
 43762                   "CollectionInCollection",
 43763                   /* qualifiers */
 43764 mike  1.1.2.1     _CIM_GroupInDiskGroup_CollectionInCollection_qualifiers,
 43765                   /* subscript */
 43766                   -1,
 43767                   /* refId */
 43768                   &__root_cimv2_CIM_DiskGroup,
 43769               };
 43770               
 43771               static MetaFeature*
 43772               _CIM_GroupInDiskGroup_features[] =
 43773               {
 43774                   (MetaFeature*)&_CIM_GroupInDiskGroup_Collection,
 43775                   (MetaFeature*)&_CIM_GroupInDiskGroup_CollectionInCollection,
 43776                   0,
 43777               };
 43778               
 43779               static const char*
 43780               __root_cimv2_CIM_GroupInDiskGroup_qualifiers[] =
 43781               {
 43782                   /* ASSOCIATION */
 43783                   "\000\001",
 43784                   /* UMLPackagePath */
 43785 mike  1.1.2.1     "\057CIM::Device::DiskGroup",
 43786                   /* Aggregation */
 43787                   "\004\001",
 43788                   /* Version */
 43789                   "\0632.10.0",
 43790                   0,
 43791               };
 43792               
 43793               MetaClass
 43794               __root_cimv2_CIM_GroupInDiskGroup =
 43795               {
 43796                   /* flags */
 43797                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 43798                   /* name */
 43799                   "CIM_GroupInDiskGroup",
 43800                   /* qualifiers */
 43801                   __root_cimv2_CIM_GroupInDiskGroup_qualifiers,
 43802                   /* super */
 43803                   &__root_cimv2_CIM_CollectedCollections,
 43804                   /* features */
 43805                   _CIM_GroupInDiskGroup_features,
 43806 mike  1.1.2.1 };
 43807               
 43808               //==============================================================================
 43809               //
 43810               // Class: CIM_IKEAction
 43811               //
 43812               //==============================================================================
 43813               
 43814               static const char*
 43815               _CIM_IKEAction_ExchangeMode_qualifiers[] =
 43816               {
 43817                   /* ValueMap */
 43818                   "\061\000\0032\0003\0004\000",
 43819                   /* Values */
 43820                   "\062\000\003Base\000Main\000Aggressive\000",
 43821                   /* MappingStrings */
 43822                   "\026\000\001IPSP Policy Model.IETF|IKEAction.ExchangeMode\000",
 43823                   0,
 43824               };
 43825               
 43826               static MetaProperty
 43827 mike  1.1.2.1 _CIM_IKEAction_ExchangeMode =
 43828               {
 43829                   /* flags */
 43830                   META_FLAG_PROPERTY|META_FLAG_READ,
 43831                   /* name */
 43832                   "ExchangeMode",
 43833                   /* qualifiers */
 43834                   _CIM_IKEAction_ExchangeMode_qualifiers,
 43835                   /* type */
 43836                   CIMTYPE_UINT16,
 43837                   /* subscript */
 43838                   -1,
 43839                   /* value */
 43840                   0,
 43841               };
 43842               
 43843               static const char*
 43844               _CIM_IKEAction_UseIKEIdentityType_qualifiers[] =
 43845               {
 43846                   /* ValueMap */
 43847                   "\061\000\0161\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\0000x8000..\000",
 43848 mike  1.1.2.1     /* Values */
 43849                   "\062\000\016Other\000IPV4 Address\000FQDN\000User FQDN\000IPV4 Subnet Address\000IPV6 Address\000IPV6 Subnet Address\000IPV4 Address Range\000IPV6 Address Range\000DER ASN1 DN\000DER ASN1 GN\000KEY ID\000DMTF Reserved\000Vendor Reserved\000",
 43850                   /* MappingStrings */
 43851                   "\026\000\002IPSP Policy Model.IETF|IKEAction.UseIKEIdentityType\000RFC2407.IETF|Section 4.6.2.1\000",
 43852                   /* ModelCorrespondence */
 43853                   "\036\000\001CIM_IPNetworkIdentity.IdentityType\000",
 43854                   0,
 43855               };
 43856               
 43857               static MetaProperty
 43858               _CIM_IKEAction_UseIKEIdentityType =
 43859               {
 43860                   /* flags */
 43861                   META_FLAG_PROPERTY|META_FLAG_READ,
 43862                   /* name */
 43863                   "UseIKEIdentityType",
 43864                   /* qualifiers */
 43865                   _CIM_IKEAction_UseIKEIdentityType_qualifiers,
 43866                   /* type */
 43867                   CIMTYPE_UINT16,
 43868                   /* subscript */
 43869 mike  1.1.2.1     -1,
 43870                   /* value */
 43871                   0,
 43872               };
 43873               
 43874               static const char*
 43875               _CIM_IKEAction_VendorID_qualifiers[] =
 43876               {
 43877                   /* MappingStrings */
 43878                   "\026\000\001IPSP Policy Model.IETF|IKEAction.VendorID\000",
 43879                   0,
 43880               };
 43881               
 43882               static MetaProperty
 43883               _CIM_IKEAction_VendorID =
 43884               {
 43885                   /* flags */
 43886                   META_FLAG_PROPERTY|META_FLAG_READ,
 43887                   /* name */
 43888                   "VendorID",
 43889                   /* qualifiers */
 43890 mike  1.1.2.1     _CIM_IKEAction_VendorID_qualifiers,
 43891                   /* type */
 43892                   CIMTYPE_STRING,
 43893                   /* subscript */
 43894                   -1,
 43895                   /* value */
 43896                   "",
 43897               };
 43898               
 43899               static const char*
 43900               _CIM_IKEAction_AggressiveModeGroupID_qualifiers[] =
 43901               {
 43902                   /* ValueMap */
 43903                   "\061\000\0100\0001\0002\0003\0004\0005\000..\0000x8000..\000",
 43904                   /* Values */
 43905                   "\062\000\010No Group/Non-Diffie-Hellman Exchange\000DH-768 bit prime\000DH-1024 bit prime\000EC2N-155 bit field element\000EC2N-185 bit field element\000DH-1536 bit prime\000Standard Group - Reserved\000Vendor Reserved\000",
 43906                   /* MappingStrings */
 43907                   "\026\000\002IPSP Policy Model.IETF|IKEAction.AggressiveModeGroupID\000RFC2412.IETF|Appendix E\000",
 43908                   /* ModelCorrespondence */
 43909                   "\036\000\001CIM_IKEAction.VendorID\000",
 43910                   0,
 43911 mike  1.1.2.1 };
 43912               
 43913               static MetaProperty
 43914               _CIM_IKEAction_AggressiveModeGroupID =
 43915               {
 43916                   /* flags */
 43917                   META_FLAG_PROPERTY|META_FLAG_READ,
 43918                   /* name */
 43919                   "AggressiveModeGroupID",
 43920                   /* qualifiers */
 43921                   _CIM_IKEAction_AggressiveModeGroupID_qualifiers,
 43922                   /* type */
 43923                   CIMTYPE_UINT16,
 43924                   /* subscript */
 43925                   -1,
 43926                   /* value */
 43927                   0,
 43928               };
 43929               
 43930               static MetaFeature*
 43931               _CIM_IKEAction_features[] =
 43932 mike  1.1.2.1 {
 43933                   (MetaFeature*)&_CIM_IKEAction_ExchangeMode,
 43934                   (MetaFeature*)&_CIM_IKEAction_UseIKEIdentityType,
 43935                   (MetaFeature*)&_CIM_IKEAction_VendorID,
 43936                   (MetaFeature*)&_CIM_IKEAction_AggressiveModeGroupID,
 43937                   0,
 43938               };
 43939               
 43940               static const char*
 43941               __root_cimv2_CIM_IKEAction_qualifiers[] =
 43942               {
 43943                   /* UMLPackagePath */
 43944                   "\057CIM::IPsecPolicy",
 43945                   /* Version */
 43946                   "\0632.8.0",
 43947                   /* MappingStrings */
 43948                   "\026\000\001IPSP Policy Model.IETF|IKEAction\000",
 43949                   0,
 43950               };
 43951               
 43952               MetaClass
 43953 mike  1.1.2.1 __root_cimv2_CIM_IKEAction =
 43954               {
 43955                   /* flags */
 43956                   META_FLAG_CLASS,
 43957                   /* name */
 43958                   "CIM_IKEAction",
 43959                   /* qualifiers */
 43960                   __root_cimv2_CIM_IKEAction_qualifiers,
 43961                   /* super */
 43962                   &__root_cimv2_CIM_SANegotiationAction,
 43963                   /* features */
 43964                   _CIM_IKEAction_features,
 43965               };
 43966               
 43967               //==============================================================================
 43968               //
 43969               // Class: CIM_IndicationHandler
 43970               //
 43971               //==============================================================================
 43972               
 43973               static const char*
 43974 mike  1.1.2.1 _CIM_IndicationHandler_Owner_qualifiers[] =
 43975               {
 43976                   /* Deprecated */
 43977                   "\013\000\001No value\000",
 43978                   0,
 43979               };
 43980               
 43981               static MetaProperty
 43982               _CIM_IndicationHandler_Owner =
 43983               {
 43984                   /* flags */
 43985                   META_FLAG_PROPERTY|META_FLAG_READ,
 43986                   /* name */
 43987                   "Owner",
 43988                   /* qualifiers */
 43989                   _CIM_IndicationHandler_Owner_qualifiers,
 43990                   /* type */
 43991                   CIMTYPE_STRING,
 43992                   /* subscript */
 43993                   -1,
 43994                   /* value */
 43995 mike  1.1.2.1     0,
 43996               };
 43997               
 43998               static MetaFeature*
 43999               _CIM_IndicationHandler_features[] =
 44000               {
 44001                   (MetaFeature*)&_CIM_IndicationHandler_Owner,
 44002                   0,
 44003               };
 44004               
 44005               static const char*
 44006               __root_cimv2_CIM_IndicationHandler_qualifiers[] =
 44007               {
 44008                   /* Deprecated */
 44009                   "\013\000\001CIM_ListenerDestination\000",
 44010                   /* UMLPackagePath */
 44011                   "\057CIM::Event",
 44012                   /* Abstract */
 44013                   "\002\001",
 44014                   /* Version */
 44015                   "\0632.8.0",
 44016 mike  1.1.2.1     0,
 44017               };
 44018               
 44019               MetaClass
 44020               __root_cimv2_CIM_IndicationHandler =
 44021               {
 44022                   /* flags */
 44023                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 44024                   /* name */
 44025                   "CIM_IndicationHandler",
 44026                   /* qualifiers */
 44027                   __root_cimv2_CIM_IndicationHandler_qualifiers,
 44028                   /* super */
 44029                   &__root_cimv2_CIM_ListenerDestination,
 44030                   /* features */
 44031                   _CIM_IndicationHandler_features,
 44032               };
 44033               
 44034               //==============================================================================
 44035               //
 44036               // Class: CIM_IndicationHandlerCIMXML
 44037 mike  1.1.2.1 //
 44038               //==============================================================================
 44039               
 44040               static const char*
 44041               _CIM_IndicationHandlerCIMXML_Destination_qualifiers[] =
 44042               {
 44043                   /* Deprecated */
 44044                   "\013\000\001CIM_ListenerDestinationCIMXML.Destination\000",
 44045                   /* Required */
 44046                   "\050\001",
 44047                   0,
 44048               };
 44049               
 44050               static MetaProperty
 44051               _CIM_IndicationHandlerCIMXML_Destination =
 44052               {
 44053                   /* flags */
 44054                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 44055                   /* name */
 44056                   "Destination",
 44057                   /* qualifiers */
 44058 mike  1.1.2.1     _CIM_IndicationHandlerCIMXML_Destination_qualifiers,
 44059                   /* type */
 44060                   CIMTYPE_STRING,
 44061                   /* subscript */
 44062                   -1,
 44063                   /* value */
 44064                   0,
 44065               };
 44066               
 44067               static MetaFeature*
 44068               _CIM_IndicationHandlerCIMXML_features[] =
 44069               {
 44070                   (MetaFeature*)&_CIM_IndicationHandlerCIMXML_Destination,
 44071                   0,
 44072               };
 44073               
 44074               static const char*
 44075               __root_cimv2_CIM_IndicationHandlerCIMXML_qualifiers[] =
 44076               {
 44077                   /* Deprecated */
 44078                   "\013\000\001CIM_ListenerDestinationCIMXML\000",
 44079 mike  1.1.2.1     /* UMLPackagePath */
 44080                   "\057CIM::Event",
 44081                   /* Version */
 44082                   "\0632.8.0",
 44083                   0,
 44084               };
 44085               
 44086               MetaClass
 44087               __root_cimv2_CIM_IndicationHandlerCIMXML =
 44088               {
 44089                   /* flags */
 44090                   META_FLAG_CLASS,
 44091                   /* name */
 44092                   "CIM_IndicationHandlerCIMXML",
 44093                   /* qualifiers */
 44094                   __root_cimv2_CIM_IndicationHandlerCIMXML_qualifiers,
 44095                   /* super */
 44096                   &__root_cimv2_CIM_IndicationHandler,
 44097                   /* features */
 44098                   _CIM_IndicationHandlerCIMXML_features,
 44099               };
 44100 mike  1.1.2.1 
 44101               //==============================================================================
 44102               //
 44103               // Class: CIM_IndicationSubscription
 44104               //
 44105               //==============================================================================
 44106               
 44107               static const char*
 44108               _CIM_IndicationSubscription_Filter_qualifiers[] =
 44109               {
 44110                   /* Key */
 44111                   "\025\001",
 44112                   0,
 44113               };
 44114               
 44115               static MetaReference
 44116               _CIM_IndicationSubscription_Filter =
 44117               {
 44118                   /* flags */
 44119                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 44120                   /* name */
 44121 mike  1.1.2.1     "Filter",
 44122                   /* qualifiers */
 44123                   _CIM_IndicationSubscription_Filter_qualifiers,
 44124                   /* subscript */
 44125                   -1,
 44126                   /* refId */
 44127                   &__root_cimv2_CIM_IndicationFilter,
 44128               };
 44129               
 44130               static const char*
 44131               _CIM_IndicationSubscription_Handler_qualifiers[] =
 44132               {
 44133                   /* Key */
 44134                   "\025\001",
 44135                   0,
 44136               };
 44137               
 44138               static MetaReference
 44139               _CIM_IndicationSubscription_Handler =
 44140               {
 44141                   /* flags */
 44142 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 44143                   /* name */
 44144                   "Handler",
 44145                   /* qualifiers */
 44146                   _CIM_IndicationSubscription_Handler_qualifiers,
 44147                   /* subscript */
 44148                   -1,
 44149                   /* refId */
 44150                   &__root_cimv2_CIM_ListenerDestination,
 44151               };
 44152               
 44153               static const char*
 44154               _CIM_IndicationSubscription_OnFatalErrorPolicy_qualifiers[] =
 44155               {
 44156                   /* ValueMap */
 44157                   "\061\000\0041\0002\0003\0004\000",
 44158                   /* Values */
 44159                   "\062\000\004Other\000Ignore\000Disable\000Remove\000",
 44160                   0,
 44161               };
 44162               
 44163 mike  1.1.2.1 static MetaProperty
 44164               _CIM_IndicationSubscription_OnFatalErrorPolicy =
 44165               {
 44166                   /* flags */
 44167                   META_FLAG_PROPERTY|META_FLAG_READ,
 44168                   /* name */
 44169                   "OnFatalErrorPolicy",
 44170                   /* qualifiers */
 44171                   _CIM_IndicationSubscription_OnFatalErrorPolicy_qualifiers,
 44172                   /* type */
 44173                   CIMTYPE_UINT16,
 44174                   /* subscript */
 44175                   -1,
 44176                   /* value */
 44177                   0,
 44178               };
 44179               
 44180               static const char*
 44181               _CIM_IndicationSubscription_OtherOnFatalErrorPolicy_qualifiers[] =
 44182               {
 44183                   0,
 44184 mike  1.1.2.1 };
 44185               
 44186               static MetaProperty
 44187               _CIM_IndicationSubscription_OtherOnFatalErrorPolicy =
 44188               {
 44189                   /* flags */
 44190                   META_FLAG_PROPERTY|META_FLAG_READ,
 44191                   /* name */
 44192                   "OtherOnFatalErrorPolicy",
 44193                   /* qualifiers */
 44194                   _CIM_IndicationSubscription_OtherOnFatalErrorPolicy_qualifiers,
 44195                   /* type */
 44196                   CIMTYPE_STRING,
 44197                   /* subscript */
 44198                   -1,
 44199                   /* value */
 44200                   0,
 44201               };
 44202               
 44203               static const char*
 44204               _CIM_IndicationSubscription_FailureTriggerTimeInterval_qualifiers[] =
 44205 mike  1.1.2.1 {
 44206                   /* Units */
 44207                   "\060Seconds",
 44208                   0,
 44209               };
 44210               
 44211               static MetaProperty
 44212               _CIM_IndicationSubscription_FailureTriggerTimeInterval =
 44213               {
 44214                   /* flags */
 44215                   META_FLAG_PROPERTY|META_FLAG_READ,
 44216                   /* name */
 44217                   "FailureTriggerTimeInterval",
 44218                   /* qualifiers */
 44219                   _CIM_IndicationSubscription_FailureTriggerTimeInterval_qualifiers,
 44220                   /* type */
 44221                   CIMTYPE_UINT64,
 44222                   /* subscript */
 44223                   -1,
 44224                   /* value */
 44225                   0,
 44226 mike  1.1.2.1 };
 44227               
 44228               static const char*
 44229               _CIM_IndicationSubscription_SubscriptionState_qualifiers[] =
 44230               {
 44231                   /* Write */
 44232                   "\065\001",
 44233                   /* ValueMap */
 44234                   "\061\000\0050\0001\0002\0003\0004\000",
 44235                   /* Values */
 44236                   "\062\000\005Unknown\000Other\000Enabled\000Enabled Degraded\000Disabled\000",
 44237                   0,
 44238               };
 44239               
 44240               static MetaProperty
 44241               _CIM_IndicationSubscription_SubscriptionState =
 44242               {
 44243                   /* flags */
 44244                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 44245                   /* name */
 44246                   "SubscriptionState",
 44247 mike  1.1.2.1     /* qualifiers */
 44248                   _CIM_IndicationSubscription_SubscriptionState_qualifiers,
 44249                   /* type */
 44250                   CIMTYPE_UINT16,
 44251                   /* subscript */
 44252                   -1,
 44253                   /* value */
 44254                   0,
 44255               };
 44256               
 44257               static const char*
 44258               _CIM_IndicationSubscription_OtherSubscriptionState_qualifiers[] =
 44259               {
 44260                   0,
 44261               };
 44262               
 44263               static MetaProperty
 44264               _CIM_IndicationSubscription_OtherSubscriptionState =
 44265               {
 44266                   /* flags */
 44267                   META_FLAG_PROPERTY|META_FLAG_READ,
 44268 mike  1.1.2.1     /* name */
 44269                   "OtherSubscriptionState",
 44270                   /* qualifiers */
 44271                   _CIM_IndicationSubscription_OtherSubscriptionState_qualifiers,
 44272                   /* type */
 44273                   CIMTYPE_STRING,
 44274                   /* subscript */
 44275                   -1,
 44276                   /* value */
 44277                   0,
 44278               };
 44279               
 44280               static const char*
 44281               _CIM_IndicationSubscription_TimeOfLastStateChange_qualifiers[] =
 44282               {
 44283                   0,
 44284               };
 44285               
 44286               static MetaProperty
 44287               _CIM_IndicationSubscription_TimeOfLastStateChange =
 44288               {
 44289 mike  1.1.2.1     /* flags */
 44290                   META_FLAG_PROPERTY|META_FLAG_READ,
 44291                   /* name */
 44292                   "TimeOfLastStateChange",
 44293                   /* qualifiers */
 44294                   _CIM_IndicationSubscription_TimeOfLastStateChange_qualifiers,
 44295                   /* type */
 44296                   CIMTYPE_DATETIME,
 44297                   /* subscript */
 44298                   -1,
 44299                   /* value */
 44300                   0,
 44301               };
 44302               
 44303               static const char*
 44304               _CIM_IndicationSubscription_SubscriptionDuration_qualifiers[] =
 44305               {
 44306                   /* Write */
 44307                   "\065\001",
 44308                   /* Units */
 44309                   "\060Seconds",
 44310 mike  1.1.2.1     0,
 44311               };
 44312               
 44313               static MetaProperty
 44314               _CIM_IndicationSubscription_SubscriptionDuration =
 44315               {
 44316                   /* flags */
 44317                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 44318                   /* name */
 44319                   "SubscriptionDuration",
 44320                   /* qualifiers */
 44321                   _CIM_IndicationSubscription_SubscriptionDuration_qualifiers,
 44322                   /* type */
 44323                   CIMTYPE_UINT64,
 44324                   /* subscript */
 44325                   -1,
 44326                   /* value */
 44327                   0,
 44328               };
 44329               
 44330               static const char*
 44331 mike  1.1.2.1 _CIM_IndicationSubscription_SubscriptionStartTime_qualifiers[] =
 44332               {
 44333                   0,
 44334               };
 44335               
 44336               static MetaProperty
 44337               _CIM_IndicationSubscription_SubscriptionStartTime =
 44338               {
 44339                   /* flags */
 44340                   META_FLAG_PROPERTY|META_FLAG_READ,
 44341                   /* name */
 44342                   "SubscriptionStartTime",
 44343                   /* qualifiers */
 44344                   _CIM_IndicationSubscription_SubscriptionStartTime_qualifiers,
 44345                   /* type */
 44346                   CIMTYPE_DATETIME,
 44347                   /* subscript */
 44348                   -1,
 44349                   /* value */
 44350                   0,
 44351               };
 44352 mike  1.1.2.1 
 44353               static const char*
 44354               _CIM_IndicationSubscription_SubscriptionTimeRemaining_qualifiers[] =
 44355               {
 44356                   /* Units */
 44357                   "\060Seconds",
 44358                   0,
 44359               };
 44360               
 44361               static MetaProperty
 44362               _CIM_IndicationSubscription_SubscriptionTimeRemaining =
 44363               {
 44364                   /* flags */
 44365                   META_FLAG_PROPERTY|META_FLAG_READ,
 44366                   /* name */
 44367                   "SubscriptionTimeRemaining",
 44368                   /* qualifiers */
 44369                   _CIM_IndicationSubscription_SubscriptionTimeRemaining_qualifiers,
 44370                   /* type */
 44371                   CIMTYPE_UINT64,
 44372                   /* subscript */
 44373 mike  1.1.2.1     -1,
 44374                   /* value */
 44375                   0,
 44376               };
 44377               
 44378               static const char*
 44379               _CIM_IndicationSubscription_RepeatNotificationPolicy_qualifiers[] =
 44380               {
 44381                   /* ValueMap */
 44382                   "\061\000\0050\0001\0002\0003\0004\000",
 44383                   /* Values */
 44384                   "\062\000\005Unknown\000Other\000None\000Suppress\000Delay\000",
 44385                   0,
 44386               };
 44387               
 44388               static MetaProperty
 44389               _CIM_IndicationSubscription_RepeatNotificationPolicy =
 44390               {
 44391                   /* flags */
 44392                   META_FLAG_PROPERTY|META_FLAG_READ,
 44393                   /* name */
 44394 mike  1.1.2.1     "RepeatNotificationPolicy",
 44395                   /* qualifiers */
 44396                   _CIM_IndicationSubscription_RepeatNotificationPolicy_qualifiers,
 44397                   /* type */
 44398                   CIMTYPE_UINT16,
 44399                   /* subscript */
 44400                   -1,
 44401                   /* value */
 44402                   0,
 44403               };
 44404               
 44405               static const char*
 44406               _CIM_IndicationSubscription_OtherRepeatNotificationPolicy_qualifiers[] =
 44407               {
 44408                   0,
 44409               };
 44410               
 44411               static MetaProperty
 44412               _CIM_IndicationSubscription_OtherRepeatNotificationPolicy =
 44413               {
 44414                   /* flags */
 44415 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 44416                   /* name */
 44417                   "OtherRepeatNotificationPolicy",
 44418                   /* qualifiers */
 44419                   _CIM_IndicationSubscription_OtherRepeatNotificationPolicy_qualifiers,
 44420                   /* type */
 44421                   CIMTYPE_STRING,
 44422                   /* subscript */
 44423                   -1,
 44424                   /* value */
 44425                   0,
 44426               };
 44427               
 44428               static const char*
 44429               _CIM_IndicationSubscription_RepeatNotificationInterval_qualifiers[] =
 44430               {
 44431                   /* Units */
 44432                   "\060Seconds",
 44433                   0,
 44434               };
 44435               
 44436 mike  1.1.2.1 static MetaProperty
 44437               _CIM_IndicationSubscription_RepeatNotificationInterval =
 44438               {
 44439                   /* flags */
 44440                   META_FLAG_PROPERTY|META_FLAG_READ,
 44441                   /* name */
 44442                   "RepeatNotificationInterval",
 44443                   /* qualifiers */
 44444                   _CIM_IndicationSubscription_RepeatNotificationInterval_qualifiers,
 44445                   /* type */
 44446                   CIMTYPE_UINT64,
 44447                   /* subscript */
 44448                   -1,
 44449                   /* value */
 44450                   0,
 44451               };
 44452               
 44453               static const char*
 44454               _CIM_IndicationSubscription_RepeatNotificationGap_qualifiers[] =
 44455               {
 44456                   /* Units */
 44457 mike  1.1.2.1     "\060Seconds",
 44458                   0,
 44459               };
 44460               
 44461               static MetaProperty
 44462               _CIM_IndicationSubscription_RepeatNotificationGap =
 44463               {
 44464                   /* flags */
 44465                   META_FLAG_PROPERTY|META_FLAG_READ,
 44466                   /* name */
 44467                   "RepeatNotificationGap",
 44468                   /* qualifiers */
 44469                   _CIM_IndicationSubscription_RepeatNotificationGap_qualifiers,
 44470                   /* type */
 44471                   CIMTYPE_UINT64,
 44472                   /* subscript */
 44473                   -1,
 44474                   /* value */
 44475                   0,
 44476               };
 44477               
 44478 mike  1.1.2.1 static const char*
 44479               _CIM_IndicationSubscription_RepeatNotificationCount_qualifiers[] =
 44480               {
 44481                   0,
 44482               };
 44483               
 44484               static MetaProperty
 44485               _CIM_IndicationSubscription_RepeatNotificationCount =
 44486               {
 44487                   /* flags */
 44488                   META_FLAG_PROPERTY|META_FLAG_READ,
 44489                   /* name */
 44490                   "RepeatNotificationCount",
 44491                   /* qualifiers */
 44492                   _CIM_IndicationSubscription_RepeatNotificationCount_qualifiers,
 44493                   /* type */
 44494                   CIMTYPE_UINT16,
 44495                   /* subscript */
 44496                   -1,
 44497                   /* value */
 44498                   0,
 44499 mike  1.1.2.1 };
 44500               
 44501               static MetaFeature*
 44502               _CIM_IndicationSubscription_features[] =
 44503               {
 44504                   (MetaFeature*)&_CIM_IndicationSubscription_Filter,
 44505                   (MetaFeature*)&_CIM_IndicationSubscription_Handler,
 44506                   (MetaFeature*)&_CIM_IndicationSubscription_OnFatalErrorPolicy,
 44507                   (MetaFeature*)&_CIM_IndicationSubscription_OtherOnFatalErrorPolicy,
 44508                   (MetaFeature*)&_CIM_IndicationSubscription_FailureTriggerTimeInterval,
 44509                   (MetaFeature*)&_CIM_IndicationSubscription_SubscriptionState,
 44510                   (MetaFeature*)&_CIM_IndicationSubscription_OtherSubscriptionState,
 44511                   (MetaFeature*)&_CIM_IndicationSubscription_TimeOfLastStateChange,
 44512                   (MetaFeature*)&_CIM_IndicationSubscription_SubscriptionDuration,
 44513                   (MetaFeature*)&_CIM_IndicationSubscription_SubscriptionStartTime,
 44514                   (MetaFeature*)&_CIM_IndicationSubscription_SubscriptionTimeRemaining,
 44515                   (MetaFeature*)&_CIM_IndicationSubscription_RepeatNotificationPolicy,
 44516                   (MetaFeature*)&_CIM_IndicationSubscription_OtherRepeatNotificationPolicy,
 44517                   (MetaFeature*)&_CIM_IndicationSubscription_RepeatNotificationInterval,
 44518                   (MetaFeature*)&_CIM_IndicationSubscription_RepeatNotificationGap,
 44519                   (MetaFeature*)&_CIM_IndicationSubscription_RepeatNotificationCount,
 44520 mike  1.1.2.1     0,
 44521               };
 44522               
 44523               static const char*
 44524               __root_cimv2_CIM_IndicationSubscription_qualifiers[] =
 44525               {
 44526                   /* ASSOCIATION */
 44527                   "\000\001",
 44528                   /* UMLPackagePath */
 44529                   "\057CIM::Event",
 44530                   /* Version */
 44531                   "\0632.7.0",
 44532                   0,
 44533               };
 44534               
 44535               MetaClass
 44536               __root_cimv2_CIM_IndicationSubscription =
 44537               {
 44538                   /* flags */
 44539                   META_FLAG_ASSOCIATION,
 44540                   /* name */
 44541 mike  1.1.2.1     "CIM_IndicationSubscription",
 44542                   /* qualifiers */
 44543                   __root_cimv2_CIM_IndicationSubscription_qualifiers,
 44544                   /* super */
 44545                   0,
 44546                   /* features */
 44547                   _CIM_IndicationSubscription_features,
 44548               };
 44549               
 44550               //==============================================================================
 44551               //
 44552               // Class: CIM_InstalledProductImage
 44553               //
 44554               //==============================================================================
 44555               
 44556               static const char*
 44557               _CIM_InstalledProductImage_Product_qualifiers[] =
 44558               {
 44559                   /* Key */
 44560                   "\025\001",
 44561                   /* Aggregate */
 44562 mike  1.1.2.1     "\003\001",
 44563                   /* Min */
 44564                   "\033\000\000\000\001",
 44565                   /* Max */
 44566                   "\027\000\000\000\001",
 44567                   0,
 44568               };
 44569               
 44570               static MetaReference
 44571               _CIM_InstalledProductImage_Product =
 44572               {
 44573                   /* flags */
 44574                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 44575                   /* name */
 44576                   "Product",
 44577                   /* qualifiers */
 44578                   _CIM_InstalledProductImage_Product_qualifiers,
 44579                   /* subscript */
 44580                   -1,
 44581                   /* refId */
 44582                   &__root_cimv2_CIM_Product,
 44583 mike  1.1.2.1 };
 44584               
 44585               static const char*
 44586               _CIM_InstalledProductImage_Collection_qualifiers[] =
 44587               {
 44588                   /* Key */
 44589                   "\025\001",
 44590                   /* Weak */
 44591                   "\064\001",
 44592                   0,
 44593               };
 44594               
 44595               static MetaReference
 44596               _CIM_InstalledProductImage_Collection =
 44597               {
 44598                   /* flags */
 44599                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
 44600                   /* name */
 44601                   "Collection",
 44602                   /* qualifiers */
 44603                   _CIM_InstalledProductImage_Collection_qualifiers,
 44604 mike  1.1.2.1     /* subscript */
 44605                   -1,
 44606                   /* refId */
 44607                   &__root_cimv2_CIM_InstalledProduct,
 44608               };
 44609               
 44610               static MetaFeature*
 44611               _CIM_InstalledProductImage_features[] =
 44612               {
 44613                   (MetaFeature*)&_CIM_InstalledProductImage_Product,
 44614                   (MetaFeature*)&_CIM_InstalledProductImage_Collection,
 44615                   0,
 44616               };
 44617               
 44618               static const char*
 44619               __root_cimv2_CIM_InstalledProductImage_qualifiers[] =
 44620               {
 44621                   /* ASSOCIATION */
 44622                   "\000\001",
 44623                   /* UMLPackagePath */
 44624                   "\057CIM::Application::InstalledProduct",
 44625 mike  1.1.2.1     /* Aggregation */
 44626                   "\004\001",
 44627                   /* Version */
 44628                   "\0632.6.0",
 44629                   0,
 44630               };
 44631               
 44632               MetaClass
 44633               __root_cimv2_CIM_InstalledProductImage =
 44634               {
 44635                   /* flags */
 44636                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 44637                   /* name */
 44638                   "CIM_InstalledProductImage",
 44639                   /* qualifiers */
 44640                   __root_cimv2_CIM_InstalledProductImage_qualifiers,
 44641                   /* super */
 44642                   0,
 44643                   /* features */
 44644                   _CIM_InstalledProductImage_features,
 44645               };
 44646 mike  1.1.2.1 
 44647               //==============================================================================
 44648               //
 44649               // Class: CIM_InstCreation
 44650               //
 44651               //==============================================================================
 44652               
 44653               static MetaFeature*
 44654               _CIM_InstCreation_features[] =
 44655               {
 44656                   0,
 44657               };
 44658               
 44659               static const char*
 44660               __root_cimv2_CIM_InstCreation_qualifiers[] =
 44661               {
 44662                   /* INDICATION */
 44663                   "\001\001",
 44664                   /* UMLPackagePath */
 44665                   "\057CIM::Event",
 44666                   /* Version */
 44667 mike  1.1.2.1     "\0632.6.0",
 44668                   0,
 44669               };
 44670               
 44671               MetaClass
 44672               __root_cimv2_CIM_InstCreation =
 44673               {
 44674                   /* flags */
 44675                   META_FLAG_INDICATION,
 44676                   /* name */
 44677                   "CIM_InstCreation",
 44678                   /* qualifiers */
 44679                   __root_cimv2_CIM_InstCreation_qualifiers,
 44680                   /* super */
 44681                   &__root_cimv2_CIM_InstIndication,
 44682                   /* features */
 44683                   _CIM_InstCreation_features,
 44684               };
 44685               
 44686               //==============================================================================
 44687               //
 44688 mike  1.1.2.1 // Class: CIM_InstDeletion
 44689               //
 44690               //==============================================================================
 44691               
 44692               static MetaFeature*
 44693               _CIM_InstDeletion_features[] =
 44694               {
 44695                   0,
 44696               };
 44697               
 44698               static const char*
 44699               __root_cimv2_CIM_InstDeletion_qualifiers[] =
 44700               {
 44701                   /* INDICATION */
 44702                   "\001\001",
 44703                   /* UMLPackagePath */
 44704                   "\057CIM::Event",
 44705                   /* Version */
 44706                   "\0632.6.0",
 44707                   0,
 44708               };
 44709 mike  1.1.2.1 
 44710               MetaClass
 44711               __root_cimv2_CIM_InstDeletion =
 44712               {
 44713                   /* flags */
 44714                   META_FLAG_INDICATION,
 44715                   /* name */
 44716                   "CIM_InstDeletion",
 44717                   /* qualifiers */
 44718                   __root_cimv2_CIM_InstDeletion_qualifiers,
 44719                   /* super */
 44720                   &__root_cimv2_CIM_InstIndication,
 44721                   /* features */
 44722                   _CIM_InstDeletion_features,
 44723               };
 44724               
 44725               //==============================================================================
 44726               //
 44727               // Class: CIM_IPConnectivitySubnet
 44728               //
 44729               //==============================================================================
 44730 mike  1.1.2.1 
 44731               static const char*
 44732               _CIM_IPConnectivitySubnet_SubnetNumber_qualifiers[] =
 44733               {
 44734                   /* ModelCorrespondence */
 44735                   "\036\000\001CIM_IPConnectivitySubnet.AddressType\000",
 44736                   0,
 44737               };
 44738               
 44739               static MetaProperty
 44740               _CIM_IPConnectivitySubnet_SubnetNumber =
 44741               {
 44742                   /* flags */
 44743                   META_FLAG_PROPERTY|META_FLAG_READ,
 44744                   /* name */
 44745                   "SubnetNumber",
 44746                   /* qualifiers */
 44747                   _CIM_IPConnectivitySubnet_SubnetNumber_qualifiers,
 44748                   /* type */
 44749                   CIMTYPE_STRING,
 44750                   /* subscript */
 44751 mike  1.1.2.1     -1,
 44752                   /* value */
 44753                   0,
 44754               };
 44755               
 44756               static const char*
 44757               _CIM_IPConnectivitySubnet_SubnetMask_qualifiers[] =
 44758               {
 44759                   0,
 44760               };
 44761               
 44762               static MetaProperty
 44763               _CIM_IPConnectivitySubnet_SubnetMask =
 44764               {
 44765                   /* flags */
 44766                   META_FLAG_PROPERTY|META_FLAG_READ,
 44767                   /* name */
 44768                   "SubnetMask",
 44769                   /* qualifiers */
 44770                   _CIM_IPConnectivitySubnet_SubnetMask_qualifiers,
 44771                   /* type */
 44772 mike  1.1.2.1     CIMTYPE_STRING,
 44773                   /* subscript */
 44774                   -1,
 44775                   /* value */
 44776                   0,
 44777               };
 44778               
 44779               static const char*
 44780               _CIM_IPConnectivitySubnet_PrefixLength_qualifiers[] =
 44781               {
 44782                   0,
 44783               };
 44784               
 44785               static MetaProperty
 44786               _CIM_IPConnectivitySubnet_PrefixLength =
 44787               {
 44788                   /* flags */
 44789                   META_FLAG_PROPERTY|META_FLAG_READ,
 44790                   /* name */
 44791                   "PrefixLength",
 44792                   /* qualifiers */
 44793 mike  1.1.2.1     _CIM_IPConnectivitySubnet_PrefixLength_qualifiers,
 44794                   /* type */
 44795                   CIMTYPE_UINT8,
 44796                   /* subscript */
 44797                   -1,
 44798                   /* value */
 44799                   0,
 44800               };
 44801               
 44802               static const char*
 44803               _CIM_IPConnectivitySubnet_AddressType_qualifiers[] =
 44804               {
 44805                   /* ValueMap */
 44806                   "\061\000\0030\0001\0002\000",
 44807                   /* Values */
 44808                   "\062\000\003Unknown\000IPv4\000IPv6\000",
 44809                   0,
 44810               };
 44811               
 44812               static MetaProperty
 44813               _CIM_IPConnectivitySubnet_AddressType =
 44814 mike  1.1.2.1 {
 44815                   /* flags */
 44816                   META_FLAG_PROPERTY|META_FLAG_READ,
 44817                   /* name */
 44818                   "AddressType",
 44819                   /* qualifiers */
 44820                   _CIM_IPConnectivitySubnet_AddressType_qualifiers,
 44821                   /* type */
 44822                   CIMTYPE_UINT16,
 44823                   /* subscript */
 44824                   -1,
 44825                   /* value */
 44826                   0,
 44827               };
 44828               
 44829               static MetaFeature*
 44830               _CIM_IPConnectivitySubnet_features[] =
 44831               {
 44832                   (MetaFeature*)&_CIM_IPConnectivitySubnet_SubnetNumber,
 44833                   (MetaFeature*)&_CIM_IPConnectivitySubnet_SubnetMask,
 44834                   (MetaFeature*)&_CIM_IPConnectivitySubnet_PrefixLength,
 44835 mike  1.1.2.1     (MetaFeature*)&_CIM_IPConnectivitySubnet_AddressType,
 44836                   0,
 44837               };
 44838               
 44839               static const char*
 44840               __root_cimv2_CIM_IPConnectivitySubnet_qualifiers[] =
 44841               {
 44842                   /* UMLPackagePath */
 44843                   "\057CIM::Network::Collections",
 44844                   /* Version */
 44845                   "\0632.7.0",
 44846                   0,
 44847               };
 44848               
 44849               MetaClass
 44850               __root_cimv2_CIM_IPConnectivitySubnet =
 44851               {
 44852                   /* flags */
 44853                   META_FLAG_CLASS,
 44854                   /* name */
 44855                   "CIM_IPConnectivitySubnet",
 44856 mike  1.1.2.1     /* qualifiers */
 44857                   __root_cimv2_CIM_IPConnectivitySubnet_qualifiers,
 44858                   /* super */
 44859                   &__root_cimv2_CIM_ConnectivityCollection,
 44860                   /* features */
 44861                   _CIM_IPConnectivitySubnet_features,
 44862               };
 44863               
 44864               //==============================================================================
 44865               //
 44866               // Class: CIM_IPsecAction
 44867               //
 44868               //==============================================================================
 44869               
 44870               static const char*
 44871               _CIM_IPsecAction_UsePFS_qualifiers[] =
 44872               {
 44873                   /* MappingStrings */
 44874                   "\026\000\001IPSP Policy Model.IETF|IPsecAction.UsePFS\000",
 44875                   /* ModelCorrespondence */
 44876                   "\036\000\001CIM_IPsecSAEndpoint.PFSInUse\000",
 44877 mike  1.1.2.1     0,
 44878               };
 44879               
 44880               static MetaProperty
 44881               _CIM_IPsecAction_UsePFS =
 44882               {
 44883                   /* flags */
 44884                   META_FLAG_PROPERTY|META_FLAG_READ,
 44885                   /* name */
 44886                   "UsePFS",
 44887                   /* qualifiers */
 44888                   _CIM_IPsecAction_UsePFS_qualifiers,
 44889                   /* type */
 44890                   CIMTYPE_BOOLEAN,
 44891                   /* subscript */
 44892                   -1,
 44893                   /* value */
 44894                   0,
 44895               };
 44896               
 44897               static const char*
 44898 mike  1.1.2.1 _CIM_IPsecAction_UsePhase1Group_qualifiers[] =
 44899               {
 44900                   /* MappingStrings */
 44901                   "\026\000\001IPSP Policy Model.IETF|IPsecAction.UseIKEGroup\000",
 44902                   0,
 44903               };
 44904               
 44905               static MetaProperty
 44906               _CIM_IPsecAction_UsePhase1Group =
 44907               {
 44908                   /* flags */
 44909                   META_FLAG_PROPERTY|META_FLAG_READ,
 44910                   /* name */
 44911                   "UsePhase1Group",
 44912                   /* qualifiers */
 44913                   _CIM_IPsecAction_UsePhase1Group_qualifiers,
 44914                   /* type */
 44915                   CIMTYPE_BOOLEAN,
 44916                   /* subscript */
 44917                   -1,
 44918                   /* value */
 44919 mike  1.1.2.1     0,
 44920               };
 44921               
 44922               static const char*
 44923               _CIM_IPsecAction_GroupId_qualifiers[] =
 44924               {
 44925                   /* ValueMap */
 44926                   "\061\000\0100\0001\0002\0003\0004\0005\000..\0000x8000..\000",
 44927                   /* Values */
 44928                   "\062\000\010No Group/Non-Diffie-Hellman Exchange\000DH-768 bit prime\000DH-1024 bit prime\000EC2N-155 bit field element\000EC2N-185 bit field element\000DH-1536 bit prime\000Standard Group - Reserved\000Vendor Reserved\000",
 44929                   /* MappingStrings */
 44930                   "\026\000\002IPSP Policy Model.IETF|IPsecAction.GroupID\000RFC2412.IETF|Appendix E\000",
 44931                   /* ModelCorrespondence */
 44932                   "\036\000\002CIM_IPsecAction.VendorID\000CIM_IKESAEndpoint.GroupID\000",
 44933                   0,
 44934               };
 44935               
 44936               static MetaProperty
 44937               _CIM_IPsecAction_GroupId =
 44938               {
 44939                   /* flags */
 44940 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 44941                   /* name */
 44942                   "GroupId",
 44943                   /* qualifiers */
 44944                   _CIM_IPsecAction_GroupId_qualifiers,
 44945                   /* type */
 44946                   CIMTYPE_UINT16,
 44947                   /* subscript */
 44948                   -1,
 44949                   /* value */
 44950                   0,
 44951               };
 44952               
 44953               static const char*
 44954               _CIM_IPsecAction_VendorID_qualifiers[] =
 44955               {
 44956                   /* MappingStrings */
 44957                   "\026\000\001IPSP Policy Model.IETF|IPsecAction.VendorID\000",
 44958                   /* ModelCorrespondence */
 44959                   "\036\000\002CIM_IPsecAction.GroupId\000CIM_IKESAEndpoint.VendorID\000",
 44960                   0,
 44961 mike  1.1.2.1 };
 44962               
 44963               static MetaProperty
 44964               _CIM_IPsecAction_VendorID =
 44965               {
 44966                   /* flags */
 44967                   META_FLAG_PROPERTY|META_FLAG_READ,
 44968                   /* name */
 44969                   "VendorID",
 44970                   /* qualifiers */
 44971                   _CIM_IPsecAction_VendorID_qualifiers,
 44972                   /* type */
 44973                   CIMTYPE_STRING,
 44974                   /* subscript */
 44975                   -1,
 44976                   /* value */
 44977                   0,
 44978               };
 44979               
 44980               static const char*
 44981               _CIM_IPsecAction_Granularity_qualifiers[] =
 44982 mike  1.1.2.1 {
 44983                   /* ValueMap */
 44984                   "\061\000\0051\0002\0003\0004\0005\000",
 44985                   /* Values */
 44986                   "\062\000\005Other\000Subnet\000Address\000Protocol\000Port\000",
 44987                   /* MappingStrings */
 44988                   "\026\000\001IPSP Policy Model.IETF|IPsecAction.Granularity\000",
 44989                   /* ModelCorrespondence */
 44990                   "\036\000\001CIM_IPsecAction.OtherGranularity\000",
 44991                   0,
 44992               };
 44993               
 44994               static MetaProperty
 44995               _CIM_IPsecAction_Granularity =
 44996               {
 44997                   /* flags */
 44998                   META_FLAG_PROPERTY|META_FLAG_READ,
 44999                   /* name */
 45000                   "Granularity",
 45001                   /* qualifiers */
 45002                   _CIM_IPsecAction_Granularity_qualifiers,
 45003 mike  1.1.2.1     /* type */
 45004                   CIMTYPE_UINT16,
 45005                   /* subscript */
 45006                   -1,
 45007                   /* value */
 45008                   0,
 45009               };
 45010               
 45011               static const char*
 45012               _CIM_IPsecAction_OtherGranularity_qualifiers[] =
 45013               {
 45014                   /* ModelCorrespondence */
 45015                   "\036\000\001CIM_IPsecAction.Granularity\000",
 45016                   0,
 45017               };
 45018               
 45019               static MetaProperty
 45020               _CIM_IPsecAction_OtherGranularity =
 45021               {
 45022                   /* flags */
 45023                   META_FLAG_PROPERTY|META_FLAG_READ,
 45024 mike  1.1.2.1     /* name */
 45025                   "OtherGranularity",
 45026                   /* qualifiers */
 45027                   _CIM_IPsecAction_OtherGranularity_qualifiers,
 45028                   /* type */
 45029                   CIMTYPE_STRING,
 45030                   /* subscript */
 45031                   -1,
 45032                   /* value */
 45033                   0,
 45034               };
 45035               
 45036               static MetaFeature*
 45037               _CIM_IPsecAction_features[] =
 45038               {
 45039                   (MetaFeature*)&_CIM_IPsecAction_UsePFS,
 45040                   (MetaFeature*)&_CIM_IPsecAction_UsePhase1Group,
 45041                   (MetaFeature*)&_CIM_IPsecAction_GroupId,
 45042                   (MetaFeature*)&_CIM_IPsecAction_VendorID,
 45043                   (MetaFeature*)&_CIM_IPsecAction_Granularity,
 45044                   (MetaFeature*)&_CIM_IPsecAction_OtherGranularity,
 45045 mike  1.1.2.1     0,
 45046               };
 45047               
 45048               static const char*
 45049               __root_cimv2_CIM_IPsecAction_qualifiers[] =
 45050               {
 45051                   /* UMLPackagePath */
 45052                   "\057CIM::IPsecPolicy",
 45053                   /* Version */
 45054                   "\0632.8.0",
 45055                   /* MappingStrings */
 45056                   "\026\000\001IPSP Policy Model.IETF|IPsecAction\000",
 45057                   0,
 45058               };
 45059               
 45060               MetaClass
 45061               __root_cimv2_CIM_IPsecAction =
 45062               {
 45063                   /* flags */
 45064                   META_FLAG_CLASS,
 45065                   /* name */
 45066 mike  1.1.2.1     "CIM_IPsecAction",
 45067                   /* qualifiers */
 45068                   __root_cimv2_CIM_IPsecAction_qualifiers,
 45069                   /* super */
 45070                   &__root_cimv2_CIM_SANegotiationAction,
 45071                   /* features */
 45072                   _CIM_IPsecAction_features,
 45073               };
 45074               
 45075               //==============================================================================
 45076               //
 45077               // Class: CIM_IPsecTransportAction
 45078               //
 45079               //==============================================================================
 45080               
 45081               static MetaFeature*
 45082               _CIM_IPsecTransportAction_features[] =
 45083               {
 45084                   0,
 45085               };
 45086               
 45087 mike  1.1.2.1 static const char*
 45088               __root_cimv2_CIM_IPsecTransportAction_qualifiers[] =
 45089               {
 45090                   /* UMLPackagePath */
 45091                   "\057CIM::IPsecPolicy",
 45092                   /* Version */
 45093                   "\0632.8.0",
 45094                   /* MappingStrings */
 45095                   "\026\000\001IPSP Policy Model.IETF|IPsecTransportAction\000",
 45096                   0,
 45097               };
 45098               
 45099               MetaClass
 45100               __root_cimv2_CIM_IPsecTransportAction =
 45101               {
 45102                   /* flags */
 45103                   META_FLAG_CLASS,
 45104                   /* name */
 45105                   "CIM_IPsecTransportAction",
 45106                   /* qualifiers */
 45107                   __root_cimv2_CIM_IPsecTransportAction_qualifiers,
 45108 mike  1.1.2.1     /* super */
 45109                   &__root_cimv2_CIM_IPsecAction,
 45110                   /* features */
 45111                   _CIM_IPsecTransportAction_features,
 45112               };
 45113               
 45114               //==============================================================================
 45115               //
 45116               // Class: CIM_IPsecTunnelAction
 45117               //
 45118               //==============================================================================
 45119               
 45120               static const char*
 45121               _CIM_IPsecTunnelAction_DFHandling_qualifiers[] =
 45122               {
 45123                   /* ValueMap */
 45124                   "\061\000\0032\0003\0004\000",
 45125                   /* Values */
 45126                   "\062\000\003Copy from Internal to External IP Header\000Set DF Bit in External Header to 1\000Set DF Bit in External Header to 0\000",
 45127                   /* MappingStrings */
 45128                   "\026\000\001IPSP Policy Model.IETF|PreconfiguredTunnelAction.DFHandling\000",
 45129 mike  1.1.2.1     /* ModelCorrespondence */
 45130                   "\036\000\001CIM_IPsecSAEndpoint.DFHandling\000",
 45131                   0,
 45132               };
 45133               
 45134               static MetaProperty
 45135               _CIM_IPsecTunnelAction_DFHandling =
 45136               {
 45137                   /* flags */
 45138                   META_FLAG_PROPERTY|META_FLAG_READ,
 45139                   /* name */
 45140                   "DFHandling",
 45141                   /* qualifiers */
 45142                   _CIM_IPsecTunnelAction_DFHandling_qualifiers,
 45143                   /* type */
 45144                   CIMTYPE_UINT16,
 45145                   /* subscript */
 45146                   -1,
 45147                   /* value */
 45148                   0,
 45149               };
 45150 mike  1.1.2.1 
 45151               static MetaFeature*
 45152               _CIM_IPsecTunnelAction_features[] =
 45153               {
 45154                   (MetaFeature*)&_CIM_IPsecTunnelAction_DFHandling,
 45155                   0,
 45156               };
 45157               
 45158               static const char*
 45159               __root_cimv2_CIM_IPsecTunnelAction_qualifiers[] =
 45160               {
 45161                   /* UMLPackagePath */
 45162                   "\057CIM::IPsecPolicy",
 45163                   /* Version */
 45164                   "\0632.8.0",
 45165                   /* MappingStrings */
 45166                   "\026\000\001IPSP Policy Model.IETF|IPsecTunnelAction\000",
 45167                   0,
 45168               };
 45169               
 45170               MetaClass
 45171 mike  1.1.2.1 __root_cimv2_CIM_IPsecTunnelAction =
 45172               {
 45173                   /* flags */
 45174                   META_FLAG_CLASS,
 45175                   /* name */
 45176                   "CIM_IPsecTunnelAction",
 45177                   /* qualifiers */
 45178                   __root_cimv2_CIM_IPsecTunnelAction_qualifiers,
 45179                   /* super */
 45180                   &__root_cimv2_CIM_IPsecAction,
 45181                   /* features */
 45182                   _CIM_IPsecTunnelAction_features,
 45183               };
 45184               
 45185               //==============================================================================
 45186               //
 45187               // Class: CIM_IPSubnet
 45188               //
 45189               //==============================================================================
 45190               
 45191               static const char*
 45192 mike  1.1.2.1 _CIM_IPSubnet_SubnetNumber_qualifiers[] =
 45193               {
 45194                   /* Deprecated */
 45195                   "\013\000\001CIM_IPConnectivitySubnet.SubnetNumber\000",
 45196                   0,
 45197               };
 45198               
 45199               static MetaProperty
 45200               _CIM_IPSubnet_SubnetNumber =
 45201               {
 45202                   /* flags */
 45203                   META_FLAG_PROPERTY|META_FLAG_READ,
 45204                   /* name */
 45205                   "SubnetNumber",
 45206                   /* qualifiers */
 45207                   _CIM_IPSubnet_SubnetNumber_qualifiers,
 45208                   /* type */
 45209                   CIMTYPE_STRING,
 45210                   /* subscript */
 45211                   -1,
 45212                   /* value */
 45213 mike  1.1.2.1     0,
 45214               };
 45215               
 45216               static const char*
 45217               _CIM_IPSubnet_SubnetMask_qualifiers[] =
 45218               {
 45219                   /* Deprecated */
 45220                   "\013\000\001CIM_IPConnectivitySubnet.SubnetMask\000",
 45221                   0,
 45222               };
 45223               
 45224               static MetaProperty
 45225               _CIM_IPSubnet_SubnetMask =
 45226               {
 45227                   /* flags */
 45228                   META_FLAG_PROPERTY|META_FLAG_READ,
 45229                   /* name */
 45230                   "SubnetMask",
 45231                   /* qualifiers */
 45232                   _CIM_IPSubnet_SubnetMask_qualifiers,
 45233                   /* type */
 45234 mike  1.1.2.1     CIMTYPE_STRING,
 45235                   /* subscript */
 45236                   -1,
 45237                   /* value */
 45238                   0,
 45239               };
 45240               
 45241               static const char*
 45242               _CIM_IPSubnet_PrefixLength_qualifiers[] =
 45243               {
 45244                   /* Deprecated */
 45245                   "\013\000\001CIM_IPConnectivitySubnet.PrefixLength\000",
 45246                   0,
 45247               };
 45248               
 45249               static MetaProperty
 45250               _CIM_IPSubnet_PrefixLength =
 45251               {
 45252                   /* flags */
 45253                   META_FLAG_PROPERTY|META_FLAG_READ,
 45254                   /* name */
 45255 mike  1.1.2.1     "PrefixLength",
 45256                   /* qualifiers */
 45257                   _CIM_IPSubnet_PrefixLength_qualifiers,
 45258                   /* type */
 45259                   CIMTYPE_UINT8,
 45260                   /* subscript */
 45261                   -1,
 45262                   /* value */
 45263                   0,
 45264               };
 45265               
 45266               static const char*
 45267               _CIM_IPSubnet_AddressType_qualifiers[] =
 45268               {
 45269                   /* Deprecated */
 45270                   "\013\000\001CIM_IPConnectivitySubnet.AddressType\000",
 45271                   /* ValueMap */
 45272                   "\061\000\0030\0001\0002\000",
 45273                   /* Values */
 45274                   "\062\000\003Unknown\000IPv4\000IPv6\000",
 45275                   0,
 45276 mike  1.1.2.1 };
 45277               
 45278               static MetaProperty
 45279               _CIM_IPSubnet_AddressType =
 45280               {
 45281                   /* flags */
 45282                   META_FLAG_PROPERTY|META_FLAG_READ,
 45283                   /* name */
 45284                   "AddressType",
 45285                   /* qualifiers */
 45286                   _CIM_IPSubnet_AddressType_qualifiers,
 45287                   /* type */
 45288                   CIMTYPE_UINT16,
 45289                   /* subscript */
 45290                   -1,
 45291                   /* value */
 45292                   0,
 45293               };
 45294               
 45295               static MetaFeature*
 45296               _CIM_IPSubnet_features[] =
 45297 mike  1.1.2.1 {
 45298                   (MetaFeature*)&_CIM_IPSubnet_SubnetNumber,
 45299                   (MetaFeature*)&_CIM_IPSubnet_SubnetMask,
 45300                   (MetaFeature*)&_CIM_IPSubnet_PrefixLength,
 45301                   (MetaFeature*)&_CIM_IPSubnet_AddressType,
 45302                   0,
 45303               };
 45304               
 45305               static const char*
 45306               __root_cimv2_CIM_IPSubnet_qualifiers[] =
 45307               {
 45308                   /* Deprecated */
 45309                   "\013\000\001CIM_IPConnectivitySubnet\000",
 45310                   /* UMLPackagePath */
 45311                   "\057CIM::Network::Collections",
 45312                   /* Version */
 45313                   "\0632.7.0",
 45314                   0,
 45315               };
 45316               
 45317               MetaClass
 45318 mike  1.1.2.1 __root_cimv2_CIM_IPSubnet =
 45319               {
 45320                   /* flags */
 45321                   META_FLAG_CLASS,
 45322                   /* name */
 45323                   "CIM_IPSubnet",
 45324                   /* qualifiers */
 45325                   __root_cimv2_CIM_IPSubnet_qualifiers,
 45326                   /* super */
 45327                   &__root_cimv2_CIM_LogicalNetwork,
 45328                   /* features */
 45329                   _CIM_IPSubnet_features,
 45330               };
 45331               
 45332               //==============================================================================
 45333               //
 45334               // Class: CIM_IPXConnectivityNetwork
 45335               //
 45336               //==============================================================================
 45337               
 45338               static const char*
 45339 mike  1.1.2.1 _CIM_IPXConnectivityNetwork_NetworkNumber_qualifiers[] =
 45340               {
 45341                   0,
 45342               };
 45343               
 45344               static MetaProperty
 45345               _CIM_IPXConnectivityNetwork_NetworkNumber =
 45346               {
 45347                   /* flags */
 45348                   META_FLAG_PROPERTY|META_FLAG_READ,
 45349                   /* name */
 45350                   "NetworkNumber",
 45351                   /* qualifiers */
 45352                   _CIM_IPXConnectivityNetwork_NetworkNumber_qualifiers,
 45353                   /* type */
 45354                   CIMTYPE_STRING,
 45355                   /* subscript */
 45356                   -1,
 45357                   /* value */
 45358                   0,
 45359               };
 45360 mike  1.1.2.1 
 45361               static MetaFeature*
 45362               _CIM_IPXConnectivityNetwork_features[] =
 45363               {
 45364                   (MetaFeature*)&_CIM_IPXConnectivityNetwork_NetworkNumber,
 45365                   0,
 45366               };
 45367               
 45368               static const char*
 45369               __root_cimv2_CIM_IPXConnectivityNetwork_qualifiers[] =
 45370               {
 45371                   /* UMLPackagePath */
 45372                   "\057CIM::Network::Collections",
 45373                   /* Version */
 45374                   "\0632.7.0",
 45375                   0,
 45376               };
 45377               
 45378               MetaClass
 45379               __root_cimv2_CIM_IPXConnectivityNetwork =
 45380               {
 45381 mike  1.1.2.1     /* flags */
 45382                   META_FLAG_CLASS,
 45383                   /* name */
 45384                   "CIM_IPXConnectivityNetwork",
 45385                   /* qualifiers */
 45386                   __root_cimv2_CIM_IPXConnectivityNetwork_qualifiers,
 45387                   /* super */
 45388                   &__root_cimv2_CIM_ConnectivityCollection,
 45389                   /* features */
 45390                   _CIM_IPXConnectivityNetwork_features,
 45391               };
 45392               
 45393               //==============================================================================
 45394               //
 45395               // Class: CIM_IPXNetwork
 45396               //
 45397               //==============================================================================
 45398               
 45399               static const char*
 45400               _CIM_IPXNetwork_NetworkNumber_qualifiers[] =
 45401               {
 45402 mike  1.1.2.1     /* Deprecated */
 45403                   "\013\000\001CIM_IPXConnectivityNetwork.NetworkNumber\000",
 45404                   0,
 45405               };
 45406               
 45407               static MetaProperty
 45408               _CIM_IPXNetwork_NetworkNumber =
 45409               {
 45410                   /* flags */
 45411                   META_FLAG_PROPERTY|META_FLAG_READ,
 45412                   /* name */
 45413                   "NetworkNumber",
 45414                   /* qualifiers */
 45415                   _CIM_IPXNetwork_NetworkNumber_qualifiers,
 45416                   /* type */
 45417                   CIMTYPE_STRING,
 45418                   /* subscript */
 45419                   -1,
 45420                   /* value */
 45421                   0,
 45422               };
 45423 mike  1.1.2.1 
 45424               static MetaFeature*
 45425               _CIM_IPXNetwork_features[] =
 45426               {
 45427                   (MetaFeature*)&_CIM_IPXNetwork_NetworkNumber,
 45428                   0,
 45429               };
 45430               
 45431               static const char*
 45432               __root_cimv2_CIM_IPXNetwork_qualifiers[] =
 45433               {
 45434                   /* Deprecated */
 45435                   "\013\000\001CIM_IPXConnectivityNetwork\000",
 45436                   /* UMLPackagePath */
 45437                   "\057CIM::Network::Collections",
 45438                   /* Version */
 45439                   "\0632.7.0",
 45440                   0,
 45441               };
 45442               
 45443               MetaClass
 45444 mike  1.1.2.1 __root_cimv2_CIM_IPXNetwork =
 45445               {
 45446                   /* flags */
 45447                   META_FLAG_CLASS,
 45448                   /* name */
 45449                   "CIM_IPXNetwork",
 45450                   /* qualifiers */
 45451                   __root_cimv2_CIM_IPXNetwork_qualifiers,
 45452                   /* super */
 45453                   &__root_cimv2_CIM_LogicalNetwork,
 45454                   /* features */
 45455                   _CIM_IPXNetwork_features,
 45456               };
 45457               
 45458               //==============================================================================
 45459               //
 45460               // Class: CIM_iSCSIConnectionSettings
 45461               //
 45462               //==============================================================================
 45463               
 45464               static const char*
 45465 mike  1.1.2.1 _CIM_iSCSIConnectionSettings_MaxReceiveDataSegmentLength_qualifiers[] =
 45466               {
 45467                   /* Write */
 45468                   "\065\001",
 45469                   /* Units */
 45470                   "\060Bytes",
 45471                   /* MinValue */
 45472                   "\035\000\000\000\000\000\000\002\000",
 45473                   /* MaxValue */
 45474                   "\031\000\000\000\000\000\377\377\377",
 45475                   /* MappingStrings */
 45476                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiPortalMaxRecvDataSegLength\000",
 45477                   /* ModelCorrespondence */
 45478                   "\036\000\001CIM_iSCSIConnection.MaxReceiveDataSegmentLength\000",
 45479                   0,
 45480               };
 45481               
 45482               static MetaProperty
 45483               _CIM_iSCSIConnectionSettings_MaxReceiveDataSegmentLength =
 45484               {
 45485                   /* flags */
 45486 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45487                   /* name */
 45488                   "MaxReceiveDataSegmentLength",
 45489                   /* qualifiers */
 45490                   _CIM_iSCSIConnectionSettings_MaxReceiveDataSegmentLength_qualifiers,
 45491                   /* type */
 45492                   CIMTYPE_UINT32,
 45493                   /* subscript */
 45494                   -1,
 45495                   /* value */
 45496                   "\000\000\040\000",
 45497               };
 45498               
 45499               static const char*
 45500               _CIM_iSCSIConnectionSettings_PrimaryHeaderDigestMethod_qualifiers[] =
 45501               {
 45502                   /* Write */
 45503                   "\065\001",
 45504                   /* ValueMap */
 45505                   "\061\000\0031\0002\0003\000",
 45506                   /* Values */
 45507 mike  1.1.2.1     "\062\000\003Other\000No Digest\000CRC32C\000",
 45508                   /* MappingStrings */
 45509                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiPortalPrimaryHdrDigest\000",
 45510                   /* ModelCorrespondence */
 45511                   "\036\000\002CIM_iSCSIConnection.HeaderDigestMethod\000CIM_iSCSIConnectionSettings.OtherPrimaryHeaderDigestMethod\000",
 45512                   0,
 45513               };
 45514               
 45515               static MetaProperty
 45516               _CIM_iSCSIConnectionSettings_PrimaryHeaderDigestMethod =
 45517               {
 45518                   /* flags */
 45519                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45520                   /* name */
 45521                   "PrimaryHeaderDigestMethod",
 45522                   /* qualifiers */
 45523                   _CIM_iSCSIConnectionSettings_PrimaryHeaderDigestMethod_qualifiers,
 45524                   /* type */
 45525                   CIMTYPE_UINT16,
 45526                   /* subscript */
 45527                   -1,
 45528 mike  1.1.2.1     /* value */
 45529                   "\000\003",
 45530               };
 45531               
 45532               static const char*
 45533               _CIM_iSCSIConnectionSettings_OtherPrimaryHeaderDigestMethod_qualifiers[] =
 45534               {
 45535                   /* Write */
 45536                   "\065\001",
 45537                   /* ModelCorrespondence */
 45538                   "\036\000\002CIM_iSCSIConnection.OtherHeaderDigestMethod\000CIM_iSCSIConnectionSettings.PrimaryHeaderDigestMethod\000",
 45539                   0,
 45540               };
 45541               
 45542               static MetaProperty
 45543               _CIM_iSCSIConnectionSettings_OtherPrimaryHeaderDigestMethod =
 45544               {
 45545                   /* flags */
 45546                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45547                   /* name */
 45548                   "OtherPrimaryHeaderDigestMethod",
 45549 mike  1.1.2.1     /* qualifiers */
 45550                   _CIM_iSCSIConnectionSettings_OtherPrimaryHeaderDigestMethod_qualifiers,
 45551                   /* type */
 45552                   CIMTYPE_STRING,
 45553                   /* subscript */
 45554                   -1,
 45555                   /* value */
 45556                   0,
 45557               };
 45558               
 45559               static const char*
 45560               _CIM_iSCSIConnectionSettings_PrimaryDataDigestMethod_qualifiers[] =
 45561               {
 45562                   /* Write */
 45563                   "\065\001",
 45564                   /* ValueMap */
 45565                   "\061\000\0031\0002\0003\000",
 45566                   /* Values */
 45567                   "\062\000\003Other\000No Digest\000CRC32C\000",
 45568                   /* MappingStrings */
 45569                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiPortalPrimaryDataDigest\000",
 45570 mike  1.1.2.1     /* ModelCorrespondence */
 45571                   "\036\000\002CIM_iSCSIConnection.DataDigestMethod\000CIM_iSCSIConnectionSettings.OtherPrimaryDataDigestMethod\000",
 45572                   0,
 45573               };
 45574               
 45575               static MetaProperty
 45576               _CIM_iSCSIConnectionSettings_PrimaryDataDigestMethod =
 45577               {
 45578                   /* flags */
 45579                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45580                   /* name */
 45581                   "PrimaryDataDigestMethod",
 45582                   /* qualifiers */
 45583                   _CIM_iSCSIConnectionSettings_PrimaryDataDigestMethod_qualifiers,
 45584                   /* type */
 45585                   CIMTYPE_UINT16,
 45586                   /* subscript */
 45587                   -1,
 45588                   /* value */
 45589                   "\000\003",
 45590               };
 45591 mike  1.1.2.1 
 45592               static const char*
 45593               _CIM_iSCSIConnectionSettings_OtherPrimaryDataDigestMethod_qualifiers[] =
 45594               {
 45595                   /* Write */
 45596                   "\065\001",
 45597                   /* ModelCorrespondence */
 45598                   "\036\000\002CIM_iSCSIConnection.OtherDataDigestMethod\000CIM_iSCSIConnectionSettings.PrimaryDataDigestMethod\000",
 45599                   0,
 45600               };
 45601               
 45602               static MetaProperty
 45603               _CIM_iSCSIConnectionSettings_OtherPrimaryDataDigestMethod =
 45604               {
 45605                   /* flags */
 45606                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45607                   /* name */
 45608                   "OtherPrimaryDataDigestMethod",
 45609                   /* qualifiers */
 45610                   _CIM_iSCSIConnectionSettings_OtherPrimaryDataDigestMethod_qualifiers,
 45611                   /* type */
 45612 mike  1.1.2.1     CIMTYPE_STRING,
 45613                   /* subscript */
 45614                   -1,
 45615                   /* value */
 45616                   0,
 45617               };
 45618               
 45619               static const char*
 45620               _CIM_iSCSIConnectionSettings_SecondaryHeaderDigestMethod_qualifiers[] =
 45621               {
 45622                   /* Write */
 45623                   "\065\001",
 45624                   /* ValueMap */
 45625                   "\061\000\0041\0002\0003\0004\000",
 45626                   /* Values */
 45627                   "\062\000\004Other\000No Digest\000CRC32C\000No Secondary Preference\000",
 45628                   /* MappingStrings */
 45629                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiPortalSecondaryHdrDigest\000",
 45630                   /* ModelCorrespondence */
 45631                   "\036\000\002CIM_iSCSIConnection.HeaderDigestMethod\000CIM_iSCSIConnectionSettings.OtherSecondaryHeaderDigestMethod\000",
 45632                   0,
 45633 mike  1.1.2.1 };
 45634               
 45635               static MetaProperty
 45636               _CIM_iSCSIConnectionSettings_SecondaryHeaderDigestMethod =
 45637               {
 45638                   /* flags */
 45639                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45640                   /* name */
 45641                   "SecondaryHeaderDigestMethod",
 45642                   /* qualifiers */
 45643                   _CIM_iSCSIConnectionSettings_SecondaryHeaderDigestMethod_qualifiers,
 45644                   /* type */
 45645                   CIMTYPE_UINT16,
 45646                   /* subscript */
 45647                   -1,
 45648                   /* value */
 45649                   "\000\002",
 45650               };
 45651               
 45652               static const char*
 45653               _CIM_iSCSIConnectionSettings_OtherSecondaryHeaderDigestMethod_qualifiers[] =
 45654 mike  1.1.2.1 {
 45655                   /* Write */
 45656                   "\065\001",
 45657                   /* ModelCorrespondence */
 45658                   "\036\000\002CIM_iSCSIConnection.OtherHeaderDigestMethod\000CIM_iSCSIConnectionSettings.SecondaryHeaderDigestMethod\000",
 45659                   0,
 45660               };
 45661               
 45662               static MetaProperty
 45663               _CIM_iSCSIConnectionSettings_OtherSecondaryHeaderDigestMethod =
 45664               {
 45665                   /* flags */
 45666                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45667                   /* name */
 45668                   "OtherSecondaryHeaderDigestMethod",
 45669                   /* qualifiers */
 45670                   _CIM_iSCSIConnectionSettings_OtherSecondaryHeaderDigestMethod_qualifiers,
 45671                   /* type */
 45672                   CIMTYPE_STRING,
 45673                   /* subscript */
 45674                   -1,
 45675 mike  1.1.2.1     /* value */
 45676                   0,
 45677               };
 45678               
 45679               static const char*
 45680               _CIM_iSCSIConnectionSettings_SecondaryDataDigestMethod_qualifiers[] =
 45681               {
 45682                   /* Write */
 45683                   "\065\001",
 45684                   /* ValueMap */
 45685                   "\061\000\0041\0002\0003\0004\000",
 45686                   /* Values */
 45687                   "\062\000\004Other\000No Digest\000CRC32C\000No Secondary Preference\000",
 45688                   /* MappingStrings */
 45689                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiPortalSecondaryDataDigest\000",
 45690                   /* ModelCorrespondence */
 45691                   "\036\000\002CIM_iSCSIConnection.DataDigestMethod\000CIM_iSCSIConnectionSettings.OtherSecondaryDataDigestMethod\000",
 45692                   0,
 45693               };
 45694               
 45695               static MetaProperty
 45696 mike  1.1.2.1 _CIM_iSCSIConnectionSettings_SecondaryDataDigestMethod =
 45697               {
 45698                   /* flags */
 45699                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45700                   /* name */
 45701                   "SecondaryDataDigestMethod",
 45702                   /* qualifiers */
 45703                   _CIM_iSCSIConnectionSettings_SecondaryDataDigestMethod_qualifiers,
 45704                   /* type */
 45705                   CIMTYPE_UINT16,
 45706                   /* subscript */
 45707                   -1,
 45708                   /* value */
 45709                   "\000\002",
 45710               };
 45711               
 45712               static const char*
 45713               _CIM_iSCSIConnectionSettings_OtherSecondaryDataDigestMethod_qualifiers[] =
 45714               {
 45715                   /* Write */
 45716                   "\065\001",
 45717 mike  1.1.2.1     /* ModelCorrespondence */
 45718                   "\036\000\002CIM_iSCSIConnection.OtherDataDigestMethod\000CIM_iSCSIConnectionSettings.SecondaryDataDigestMethod\000",
 45719                   0,
 45720               };
 45721               
 45722               static MetaProperty
 45723               _CIM_iSCSIConnectionSettings_OtherSecondaryDataDigestMethod =
 45724               {
 45725                   /* flags */
 45726                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45727                   /* name */
 45728                   "OtherSecondaryDataDigestMethod",
 45729                   /* qualifiers */
 45730                   _CIM_iSCSIConnectionSettings_OtherSecondaryDataDigestMethod_qualifiers,
 45731                   /* type */
 45732                   CIMTYPE_STRING,
 45733                   /* subscript */
 45734                   -1,
 45735                   /* value */
 45736                   0,
 45737               };
 45738 mike  1.1.2.1 
 45739               static const char*
 45740               _CIM_iSCSIConnectionSettings_RequestingMarkersOnReceive_qualifiers[] =
 45741               {
 45742                   /* Write */
 45743                   "\065\001",
 45744                   /* MappingStrings */
 45745                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiPortalRecvMarker\000",
 45746                   /* ModelCorrespondence */
 45747                   "\036\000\001CIM_iSCSIConnection.ReceivingMarkers\000",
 45748                   0,
 45749               };
 45750               
 45751               static MetaProperty
 45752               _CIM_iSCSIConnectionSettings_RequestingMarkersOnReceive =
 45753               {
 45754                   /* flags */
 45755                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 45756                   /* name */
 45757                   "RequestingMarkersOnReceive",
 45758                   /* qualifiers */
 45759 mike  1.1.2.1     _CIM_iSCSIConnectionSettings_RequestingMarkersOnReceive_qualifiers,
 45760                   /* type */
 45761                   CIMTYPE_BOOLEAN,
 45762                   /* subscript */
 45763                   -1,
 45764                   /* value */
 45765                   "\000",
 45766               };
 45767               
 45768               static const char*
 45769               _CIM_iSCSIConnectionSettings_PrimaryAuthenticationMethod_qualifiers[] =
 45770               {
 45771                   /* ValueMap */
 45772                   "\061\000\0052\0003\0004\0005\0006\000",
 45773                   /* Values */
 45774                   "\062\000\005None\000No Authentication\000SRP\000CHAP\000Kerberos\000",
 45775                   /* MappingStrings */
 45776                   "\026\000\001MIB.IETF|IPS-AUTH-MIB.ipsAuthCredAuthMethod\000",
 45777                   /* ModelCorrespondence */
 45778                   "\036\000\003CIM_iSCSICapabilities.AuthenticationMethodsSupported\000CIM_iSCSIConnectionSettings.SecondaryAuthenticationMethod\000CIM_iSCSIConnection.AuthenticationMethodUsed\000",
 45779                   0,
 45780 mike  1.1.2.1 };
 45781               
 45782               static MetaProperty
 45783               _CIM_iSCSIConnectionSettings_PrimaryAuthenticationMethod =
 45784               {
 45785                   /* flags */
 45786                   META_FLAG_PROPERTY|META_FLAG_READ,
 45787                   /* name */
 45788                   "PrimaryAuthenticationMethod",
 45789                   /* qualifiers */
 45790                   _CIM_iSCSIConnectionSettings_PrimaryAuthenticationMethod_qualifiers,
 45791                   /* type */
 45792                   CIMTYPE_UINT16,
 45793                   /* subscript */
 45794                   -1,
 45795                   /* value */
 45796                   "\000\005",
 45797               };
 45798               
 45799               static const char*
 45800               _CIM_iSCSIConnectionSettings_SecondaryAuthenticationMethod_qualifiers[] =
 45801 mike  1.1.2.1 {
 45802                   /* ValueMap */
 45803                   "\061\000\0052\0003\0004\0005\0006\000",
 45804                   /* Values */
 45805                   "\062\000\005None\000No Authentication\000SRP\000CHAP\000Kerberos\000",
 45806                   /* MappingStrings */
 45807                   "\026\000\001MIB.IETF|IPS-AUTH-MIB.ipsAuthCredAuthMethod\000",
 45808                   /* ModelCorrespondence */
 45809                   "\036\000\003CIM_iSCSICapabilities.AuthenticationMethodsSupported\000CIM_iSCSIConnectionSettings.PrimaryAuthenticationMethod\000CIM_iSCSIConnection.AuthenticationMethodUsed\000",
 45810                   0,
 45811               };
 45812               
 45813               static MetaProperty
 45814               _CIM_iSCSIConnectionSettings_SecondaryAuthenticationMethod =
 45815               {
 45816                   /* flags */
 45817                   META_FLAG_PROPERTY|META_FLAG_READ,
 45818                   /* name */
 45819                   "SecondaryAuthenticationMethod",
 45820                   /* qualifiers */
 45821                   _CIM_iSCSIConnectionSettings_SecondaryAuthenticationMethod_qualifiers,
 45822 mike  1.1.2.1     /* type */
 45823                   CIMTYPE_UINT16,
 45824                   /* subscript */
 45825                   -1,
 45826                   /* value */
 45827                   "\000\003",
 45828               };
 45829               
 45830               static MetaFeature*
 45831               _CIM_iSCSIConnectionSettings_features[] =
 45832               {
 45833                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_MaxReceiveDataSegmentLength,
 45834                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_PrimaryHeaderDigestMethod,
 45835                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_OtherPrimaryHeaderDigestMethod,
 45836                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_PrimaryDataDigestMethod,
 45837                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_OtherPrimaryDataDigestMethod,
 45838                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_SecondaryHeaderDigestMethod,
 45839                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_OtherSecondaryHeaderDigestMethod,
 45840                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_SecondaryDataDigestMethod,
 45841                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_OtherSecondaryDataDigestMethod,
 45842                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_RequestingMarkersOnReceive,
 45843 mike  1.1.2.1     (MetaFeature*)&_CIM_iSCSIConnectionSettings_PrimaryAuthenticationMethod,
 45844                   (MetaFeature*)&_CIM_iSCSIConnectionSettings_SecondaryAuthenticationMethod,
 45845                   0,
 45846               };
 45847               
 45848               static const char*
 45849               __root_cimv2_CIM_iSCSIConnectionSettings_qualifiers[] =
 45850               {
 45851                   /* UMLPackagePath */
 45852                   "\057CIM::Network::iSCSI",
 45853                   /* Version */
 45854                   "\0632.11.0",
 45855                   0,
 45856               };
 45857               
 45858               MetaClass
 45859               __root_cimv2_CIM_iSCSIConnectionSettings =
 45860               {
 45861                   /* flags */
 45862                   META_FLAG_CLASS,
 45863                   /* name */
 45864 mike  1.1.2.1     "CIM_iSCSIConnectionSettings",
 45865                   /* qualifiers */
 45866                   __root_cimv2_CIM_iSCSIConnectionSettings_qualifiers,
 45867                   /* super */
 45868                   &__root_cimv2_CIM_SettingData,
 45869                   /* features */
 45870                   _CIM_iSCSIConnectionSettings_features,
 45871               };
 45872               
 45873               //==============================================================================
 45874               //
 45875               // Class: CIM_iSCSILoginStatistics
 45876               //
 45877               //==============================================================================
 45878               
 45879               static const char*
 45880               _CIM_iSCSILoginStatistics_LoginFailures_qualifiers[] =
 45881               {
 45882                   /* Counter */
 45883                   "\012\001",
 45884                   /* MappingStrings */
 45885 mike  1.1.2.1     "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLoginFailures\000MIB.IETF|iSCSI-MIB.iscsiTgtLoginFailures\000",
 45886                   0,
 45887               };
 45888               
 45889               static MetaProperty
 45890               _CIM_iSCSILoginStatistics_LoginFailures =
 45891               {
 45892                   /* flags */
 45893                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 45894                   /* name */
 45895                   "LoginFailures",
 45896                   /* qualifiers */
 45897                   _CIM_iSCSILoginStatistics_LoginFailures_qualifiers,
 45898                   /* type */
 45899                   CIMTYPE_UINT64,
 45900                   /* subscript */
 45901                   -1,
 45902                   /* value */
 45903                   0,
 45904               };
 45905               
 45906 mike  1.1.2.1 static const char*
 45907               _CIM_iSCSILoginStatistics_LastLoginFailureTime_qualifiers[] =
 45908               {
 45909                   /* MappingStrings */
 45910                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLastFailureTime\000MIB.IETF|iSCSI-MIB.iscsiTgtLastFailureTime\000",
 45911                   /* ModelCorrespondence */
 45912                   "\036\000\002CIM_iSCSILoginStatistics.LastLoginFailureType\000CIM_iSCSILoginStatistics.LastLoginFailureRemoteNodeName\000",
 45913                   0,
 45914               };
 45915               
 45916               static MetaProperty
 45917               _CIM_iSCSILoginStatistics_LastLoginFailureTime =
 45918               {
 45919                   /* flags */
 45920                   META_FLAG_PROPERTY|META_FLAG_READ,
 45921                   /* name */
 45922                   "LastLoginFailureTime",
 45923                   /* qualifiers */
 45924                   _CIM_iSCSILoginStatistics_LastLoginFailureTime_qualifiers,
 45925                   /* type */
 45926                   CIMTYPE_DATETIME,
 45927 mike  1.1.2.1     /* subscript */
 45928                   -1,
 45929                   /* value */
 45930                   0,
 45931               };
 45932               
 45933               static const char*
 45934               _CIM_iSCSILoginStatistics_LastLoginFailureType_qualifiers[] =
 45935               {
 45936                   /* ValueMap */
 45937                   "\061\000\0051\0002\0003\0004\0005\000",
 45938                   /* Values */
 45939                   "\062\000\005Other\000Negotiate\000Authenticate\000Authorize\000Redirect\000",
 45940                   /* MappingStrings */
 45941                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLastFailureType\000MIB.IETF|iSCSI-MIB.iscsiTgtLastFailureType\000",
 45942                   /* ModelCorrespondence */
 45943                   "\036\000\003CIM_iSCSILoginStatistics.OtherLastLoginFailureType\000CIM_iSCSILoginStatistics.LastLoginFailureTime\000CIM_iSCSILoginStatistics.LastLoginFailureRemoteNodeName\000",
 45944                   0,
 45945               };
 45946               
 45947               static MetaProperty
 45948 mike  1.1.2.1 _CIM_iSCSILoginStatistics_LastLoginFailureType =
 45949               {
 45950                   /* flags */
 45951                   META_FLAG_PROPERTY|META_FLAG_READ,
 45952                   /* name */
 45953                   "LastLoginFailureType",
 45954                   /* qualifiers */
 45955                   _CIM_iSCSILoginStatistics_LastLoginFailureType_qualifiers,
 45956                   /* type */
 45957                   CIMTYPE_UINT16,
 45958                   /* subscript */
 45959                   -1,
 45960                   /* value */
 45961                   0,
 45962               };
 45963               
 45964               static const char*
 45965               _CIM_iSCSILoginStatistics_OtherLastLoginFailureType_qualifiers[] =
 45966               {
 45967                   /* ModelCorrespondence */
 45968                   "\036\000\001CIM_iSCSILoginStatistics.LastLoginFailureType\000",
 45969 mike  1.1.2.1     0,
 45970               };
 45971               
 45972               static MetaProperty
 45973               _CIM_iSCSILoginStatistics_OtherLastLoginFailureType =
 45974               {
 45975                   /* flags */
 45976                   META_FLAG_PROPERTY|META_FLAG_READ,
 45977                   /* name */
 45978                   "OtherLastLoginFailureType",
 45979                   /* qualifiers */
 45980                   _CIM_iSCSILoginStatistics_OtherLastLoginFailureType_qualifiers,
 45981                   /* type */
 45982                   CIMTYPE_STRING,
 45983                   /* subscript */
 45984                   -1,
 45985                   /* value */
 45986                   0,
 45987               };
 45988               
 45989               static const char*
 45990 mike  1.1.2.1 _CIM_iSCSILoginStatistics_LastLoginFailureRemoteNodeName_qualifiers[] =
 45991               {
 45992                   /* MappingStrings */
 45993                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLastTgtFailureName\000MIB.IETF|iSCSI-MIB.iscsiTgtLastIntrFailureName\000",
 45994                   /* ModelCorrespondence */
 45995                   "\036\000\004CIM_iSCSILoginStatistics.LastLoginFailureTime\000CIM_iSCSILoginStatistics.LastLoginFailureType\000CIM_iSCSILoginStatistics.LastLoginFailureRemoteAddressType\000CIM_iSCSILoginStatistics.LastLoginFailureRemoteAddress\000",
 45996                   0,
 45997               };
 45998               
 45999               static MetaProperty
 46000               _CIM_iSCSILoginStatistics_LastLoginFailureRemoteNodeName =
 46001               {
 46002                   /* flags */
 46003                   META_FLAG_PROPERTY|META_FLAG_READ,
 46004                   /* name */
 46005                   "LastLoginFailureRemoteNodeName",
 46006                   /* qualifiers */
 46007                   _CIM_iSCSILoginStatistics_LastLoginFailureRemoteNodeName_qualifiers,
 46008                   /* type */
 46009                   CIMTYPE_STRING,
 46010                   /* subscript */
 46011 mike  1.1.2.1     -1,
 46012                   /* value */
 46013                   0,
 46014               };
 46015               
 46016               static const char*
 46017               _CIM_iSCSILoginStatistics_LastLoginFailureRemoteAddressType_qualifiers[] =
 46018               {
 46019                   /* ValueMap */
 46020                   "\061\000\0021\0002\000",
 46021                   /* Values */
 46022                   "\062\000\002IPv4\000IPv6\000",
 46023                   /* MappingStrings */
 46024                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLastTgtFailureAddrType\000MIB.IETF|iSCSI-MIB.iscsiTgtLastIntrFailureAddrType\000",
 46025                   /* ModelCorrespondence */
 46026                   "\036\000\002CIM_iSCSILoginStatistics.LastLoginFailureRemoteNodeName\000CIM_iSCSILoginStatistics.LastLoginFailureRemoteAddress\000",
 46027                   0,
 46028               };
 46029               
 46030               static MetaProperty
 46031               _CIM_iSCSILoginStatistics_LastLoginFailureRemoteAddressType =
 46032 mike  1.1.2.1 {
 46033                   /* flags */
 46034                   META_FLAG_PROPERTY|META_FLAG_READ,
 46035                   /* name */
 46036                   "LastLoginFailureRemoteAddressType",
 46037                   /* qualifiers */
 46038                   _CIM_iSCSILoginStatistics_LastLoginFailureRemoteAddressType_qualifiers,
 46039                   /* type */
 46040                   CIMTYPE_UINT16,
 46041                   /* subscript */
 46042                   -1,
 46043                   /* value */
 46044                   0,
 46045               };
 46046               
 46047               static const char*
 46048               _CIM_iSCSILoginStatistics_LastLoginFailureRemoteAddress_qualifiers[] =
 46049               {
 46050                   /* MappingStrings */
 46051                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLastTgtFailureAddr\000MIB.IETF|iSCSI-MIB.iscsiTgtLastIntrFailureAddr\000",
 46052                   /* ModelCorrespondence */
 46053 mike  1.1.2.1     "\036\000\002CIM_iSCSILoginStatistics.LastLoginFailureRemoteNodeName\000CIM_iSCSILoginStatistics.LastLoginFailureRemoteAddressType\000",
 46054                   0,
 46055               };
 46056               
 46057               static MetaProperty
 46058               _CIM_iSCSILoginStatistics_LastLoginFailureRemoteAddress =
 46059               {
 46060                   /* flags */
 46061                   META_FLAG_PROPERTY|META_FLAG_READ,
 46062                   /* name */
 46063                   "LastLoginFailureRemoteAddress",
 46064                   /* qualifiers */
 46065                   _CIM_iSCSILoginStatistics_LastLoginFailureRemoteAddress_qualifiers,
 46066                   /* type */
 46067                   CIMTYPE_UINT32,
 46068                   /* subscript */
 46069                   -1,
 46070                   /* value */
 46071                   0,
 46072               };
 46073               
 46074 mike  1.1.2.1 static const char*
 46075               _CIM_iSCSILoginStatistics_SuccessfulLogins_qualifiers[] =
 46076               {
 46077                   /* Counter */
 46078                   "\012\001",
 46079                   /* MappingStrings */
 46080                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLoginAcceptRsps\000MIB.IETF|iSCSI-MIB.iscsiTgtLoginAccepts\000",
 46081                   0,
 46082               };
 46083               
 46084               static MetaProperty
 46085               _CIM_iSCSILoginStatistics_SuccessfulLogins =
 46086               {
 46087                   /* flags */
 46088                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46089                   /* name */
 46090                   "SuccessfulLogins",
 46091                   /* qualifiers */
 46092                   _CIM_iSCSILoginStatistics_SuccessfulLogins_qualifiers,
 46093                   /* type */
 46094                   CIMTYPE_UINT64,
 46095 mike  1.1.2.1     /* subscript */
 46096                   -1,
 46097                   /* value */
 46098                   0,
 46099               };
 46100               
 46101               static const char*
 46102               _CIM_iSCSILoginStatistics_NegotiationLoginFailures_qualifiers[] =
 46103               {
 46104                   /* Counter */
 46105                   "\012\001",
 46106                   /* MappingStrings */
 46107                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLoginNegotiateFails\000MIB.IETF|iSCSI-MIB.iscsiTgtLoginNegotiateFails\000",
 46108                   0,
 46109               };
 46110               
 46111               static MetaProperty
 46112               _CIM_iSCSILoginStatistics_NegotiationLoginFailures =
 46113               {
 46114                   /* flags */
 46115                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46116 mike  1.1.2.1     /* name */
 46117                   "NegotiationLoginFailures",
 46118                   /* qualifiers */
 46119                   _CIM_iSCSILoginStatistics_NegotiationLoginFailures_qualifiers,
 46120                   /* type */
 46121                   CIMTYPE_UINT64,
 46122                   /* subscript */
 46123                   -1,
 46124                   /* value */
 46125                   0,
 46126               };
 46127               
 46128               static const char*
 46129               _CIM_iSCSILoginStatistics_AuthenticationLoginFailures_qualifiers[] =
 46130               {
 46131                   /* Counter */
 46132                   "\012\001",
 46133                   /* MappingStrings */
 46134                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLoginAuthenticateFails\000MIB.IETF|iSCSI-MIB.iscsiTgtLoginAuthenticateFails\000",
 46135                   0,
 46136               };
 46137 mike  1.1.2.1 
 46138               static MetaProperty
 46139               _CIM_iSCSILoginStatistics_AuthenticationLoginFailures =
 46140               {
 46141                   /* flags */
 46142                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46143                   /* name */
 46144                   "AuthenticationLoginFailures",
 46145                   /* qualifiers */
 46146                   _CIM_iSCSILoginStatistics_AuthenticationLoginFailures_qualifiers,
 46147                   /* type */
 46148                   CIMTYPE_UINT64,
 46149                   /* subscript */
 46150                   -1,
 46151                   /* value */
 46152                   0,
 46153               };
 46154               
 46155               static const char*
 46156               _CIM_iSCSILoginStatistics_AuthorizationLoginFailures_qualifiers[] =
 46157               {
 46158 mike  1.1.2.1     /* Counter */
 46159                   "\012\001",
 46160                   /* MappingStrings */
 46161                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLoginAuthFailRsps\000MIB.IETF|iSCSI-MIB.iscsiTgtLoginAuthorizeFails\000",
 46162                   0,
 46163               };
 46164               
 46165               static MetaProperty
 46166               _CIM_iSCSILoginStatistics_AuthorizationLoginFailures =
 46167               {
 46168                   /* flags */
 46169                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46170                   /* name */
 46171                   "AuthorizationLoginFailures",
 46172                   /* qualifiers */
 46173                   _CIM_iSCSILoginStatistics_AuthorizationLoginFailures_qualifiers,
 46174                   /* type */
 46175                   CIMTYPE_UINT64,
 46176                   /* subscript */
 46177                   -1,
 46178                   /* value */
 46179 mike  1.1.2.1     0,
 46180               };
 46181               
 46182               static const char*
 46183               _CIM_iSCSILoginStatistics_LoginRedirects_qualifiers[] =
 46184               {
 46185                   /* Counter */
 46186                   "\012\001",
 46187                   /* MappingStrings */
 46188                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLoginRedirectRsps\000MIB.IETF|iSCSI-MIB.iscsiTgtLoginRedirects\000",
 46189                   0,
 46190               };
 46191               
 46192               static MetaProperty
 46193               _CIM_iSCSILoginStatistics_LoginRedirects =
 46194               {
 46195                   /* flags */
 46196                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46197                   /* name */
 46198                   "LoginRedirects",
 46199                   /* qualifiers */
 46200 mike  1.1.2.1     _CIM_iSCSILoginStatistics_LoginRedirects_qualifiers,
 46201                   /* type */
 46202                   CIMTYPE_UINT64,
 46203                   /* subscript */
 46204                   -1,
 46205                   /* value */
 46206                   0,
 46207               };
 46208               
 46209               static const char*
 46210               _CIM_iSCSILoginStatistics_OtherLoginFailures_qualifiers[] =
 46211               {
 46212                   /* Counter */
 46213                   "\012\001",
 46214                   /* MappingStrings */
 46215                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLoginOtherFailRsps\000MIB.IETF|iSCSI-MIB.iscsiTgtLoginOtherFails\000",
 46216                   0,
 46217               };
 46218               
 46219               static MetaProperty
 46220               _CIM_iSCSILoginStatistics_OtherLoginFailures =
 46221 mike  1.1.2.1 {
 46222                   /* flags */
 46223                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46224                   /* name */
 46225                   "OtherLoginFailures",
 46226                   /* qualifiers */
 46227                   _CIM_iSCSILoginStatistics_OtherLoginFailures_qualifiers,
 46228                   /* type */
 46229                   CIMTYPE_UINT64,
 46230                   /* subscript */
 46231                   -1,
 46232                   /* value */
 46233                   0,
 46234               };
 46235               
 46236               static const char*
 46237               _CIM_iSCSILoginStatistics_NormalLogouts_qualifiers[] =
 46238               {
 46239                   /* Counter */
 46240                   "\012\001",
 46241                   /* MappingStrings */
 46242 mike  1.1.2.1     "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLogoutNormals\000MIB.IETF|iSCSI-MIB.iscsiTgtLogoutNormals\000",
 46243                   0,
 46244               };
 46245               
 46246               static MetaProperty
 46247               _CIM_iSCSILoginStatistics_NormalLogouts =
 46248               {
 46249                   /* flags */
 46250                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46251                   /* name */
 46252                   "NormalLogouts",
 46253                   /* qualifiers */
 46254                   _CIM_iSCSILoginStatistics_NormalLogouts_qualifiers,
 46255                   /* type */
 46256                   CIMTYPE_UINT64,
 46257                   /* subscript */
 46258                   -1,
 46259                   /* value */
 46260                   0,
 46261               };
 46262               
 46263 mike  1.1.2.1 static const char*
 46264               _CIM_iSCSILoginStatistics_OtherLogouts_qualifiers[] =
 46265               {
 46266                   /* Counter */
 46267                   "\012\001",
 46268                   /* MappingStrings */
 46269                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiIntrLogoutOthers\000MIB.IETF|iSCSI-MIB.iscsiTgtLogoutOthers\000",
 46270                   0,
 46271               };
 46272               
 46273               static MetaProperty
 46274               _CIM_iSCSILoginStatistics_OtherLogouts =
 46275               {
 46276                   /* flags */
 46277                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46278                   /* name */
 46279                   "OtherLogouts",
 46280                   /* qualifiers */
 46281                   _CIM_iSCSILoginStatistics_OtherLogouts_qualifiers,
 46282                   /* type */
 46283                   CIMTYPE_UINT64,
 46284 mike  1.1.2.1     /* subscript */
 46285                   -1,
 46286                   /* value */
 46287                   0,
 46288               };
 46289               
 46290               static MetaFeature*
 46291               _CIM_iSCSILoginStatistics_features[] =
 46292               {
 46293                   (MetaFeature*)&_CIM_iSCSILoginStatistics_LoginFailures,
 46294                   (MetaFeature*)&_CIM_iSCSILoginStatistics_LastLoginFailureTime,
 46295                   (MetaFeature*)&_CIM_iSCSILoginStatistics_LastLoginFailureType,
 46296                   (MetaFeature*)&_CIM_iSCSILoginStatistics_OtherLastLoginFailureType,
 46297                   (MetaFeature*)&_CIM_iSCSILoginStatistics_LastLoginFailureRemoteNodeName,
 46298                   (MetaFeature*)&_CIM_iSCSILoginStatistics_LastLoginFailureRemoteAddressType,
 46299                   (MetaFeature*)&_CIM_iSCSILoginStatistics_LastLoginFailureRemoteAddress,
 46300                   (MetaFeature*)&_CIM_iSCSILoginStatistics_SuccessfulLogins,
 46301                   (MetaFeature*)&_CIM_iSCSILoginStatistics_NegotiationLoginFailures,
 46302                   (MetaFeature*)&_CIM_iSCSILoginStatistics_AuthenticationLoginFailures,
 46303                   (MetaFeature*)&_CIM_iSCSILoginStatistics_AuthorizationLoginFailures,
 46304                   (MetaFeature*)&_CIM_iSCSILoginStatistics_LoginRedirects,
 46305 mike  1.1.2.1     (MetaFeature*)&_CIM_iSCSILoginStatistics_OtherLoginFailures,
 46306                   (MetaFeature*)&_CIM_iSCSILoginStatistics_NormalLogouts,
 46307                   (MetaFeature*)&_CIM_iSCSILoginStatistics_OtherLogouts,
 46308                   0,
 46309               };
 46310               
 46311               static const char*
 46312               __root_cimv2_CIM_iSCSILoginStatistics_qualifiers[] =
 46313               {
 46314                   /* UMLPackagePath */
 46315                   "\057CIM::Network::iSCSI",
 46316                   /* Version */
 46317                   "\0632.11.0",
 46318                   0,
 46319               };
 46320               
 46321               MetaClass
 46322               __root_cimv2_CIM_iSCSILoginStatistics =
 46323               {
 46324                   /* flags */
 46325                   META_FLAG_CLASS,
 46326 mike  1.1.2.1     /* name */
 46327                   "CIM_iSCSILoginStatistics",
 46328                   /* qualifiers */
 46329                   __root_cimv2_CIM_iSCSILoginStatistics_qualifiers,
 46330                   /* super */
 46331                   &__root_cimv2_CIM_StatisticalData,
 46332                   /* features */
 46333                   _CIM_iSCSILoginStatistics_features,
 46334               };
 46335               
 46336               //==============================================================================
 46337               //
 46338               // Class: CIM_iSCSISessionFailures
 46339               //
 46340               //==============================================================================
 46341               
 46342               static const char*
 46343               _CIM_iSCSISessionFailures_SessionFailures_qualifiers[] =
 46344               {
 46345                   /* Counter */
 46346                   "\012\001",
 46347 mike  1.1.2.1     /* MappingStrings */
 46348                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiInstSsnFailures\000",
 46349                   0,
 46350               };
 46351               
 46352               static MetaProperty
 46353               _CIM_iSCSISessionFailures_SessionFailures =
 46354               {
 46355                   /* flags */
 46356                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46357                   /* name */
 46358                   "SessionFailures",
 46359                   /* qualifiers */
 46360                   _CIM_iSCSISessionFailures_SessionFailures_qualifiers,
 46361                   /* type */
 46362                   CIMTYPE_UINT64,
 46363                   /* subscript */
 46364                   -1,
 46365                   /* value */
 46366                   0,
 46367               };
 46368 mike  1.1.2.1 
 46369               static const char*
 46370               _CIM_iSCSISessionFailures_LastSessionFailureType_qualifiers[] =
 46371               {
 46372                   /* ValueMap */
 46373                   "\061\000\0041\0002\0003\0004\000",
 46374                   /* Values */
 46375                   "\062\000\004Other\000Digest\000Timeout\000Format\000",
 46376                   /* MappingStrings */
 46377                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiInstLastSsnFailureType\000",
 46378                   /* ModelCorrespondence */
 46379                   "\036\000\002CIM_iSCSISessionFailures.OtherLastSessionFailureType\000CIM_iSCSISessionFailures.LastSessionFailureRemoteNodeName\000",
 46380                   0,
 46381               };
 46382               
 46383               static MetaProperty
 46384               _CIM_iSCSISessionFailures_LastSessionFailureType =
 46385               {
 46386                   /* flags */
 46387                   META_FLAG_PROPERTY|META_FLAG_READ,
 46388                   /* name */
 46389 mike  1.1.2.1     "LastSessionFailureType",
 46390                   /* qualifiers */
 46391                   _CIM_iSCSISessionFailures_LastSessionFailureType_qualifiers,
 46392                   /* type */
 46393                   CIMTYPE_UINT16,
 46394                   /* subscript */
 46395                   -1,
 46396                   /* value */
 46397                   0,
 46398               };
 46399               
 46400               static const char*
 46401               _CIM_iSCSISessionFailures_OtherLastSessionFailureType_qualifiers[] =
 46402               {
 46403                   /* ModelCorrespondence */
 46404                   "\036\000\001CIM_iSCSISessionFailures.LastSessionFailureType\000",
 46405                   0,
 46406               };
 46407               
 46408               static MetaProperty
 46409               _CIM_iSCSISessionFailures_OtherLastSessionFailureType =
 46410 mike  1.1.2.1 {
 46411                   /* flags */
 46412                   META_FLAG_PROPERTY|META_FLAG_READ,
 46413                   /* name */
 46414                   "OtherLastSessionFailureType",
 46415                   /* qualifiers */
 46416                   _CIM_iSCSISessionFailures_OtherLastSessionFailureType_qualifiers,
 46417                   /* type */
 46418                   CIMTYPE_STRING,
 46419                   /* subscript */
 46420                   -1,
 46421                   /* value */
 46422                   0,
 46423               };
 46424               
 46425               static const char*
 46426               _CIM_iSCSISessionFailures_LastSessionFailureRemoteNodeName_qualifiers[] =
 46427               {
 46428                   /* MappingStrings */
 46429                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiInstLastSsnRmtNodeName\000",
 46430                   /* ModelCorrespondence */
 46431 mike  1.1.2.1     "\036\000\001CIM_iSCSISessionFailures.LastSessionFailureType\000",
 46432                   0,
 46433               };
 46434               
 46435               static MetaProperty
 46436               _CIM_iSCSISessionFailures_LastSessionFailureRemoteNodeName =
 46437               {
 46438                   /* flags */
 46439                   META_FLAG_PROPERTY|META_FLAG_READ,
 46440                   /* name */
 46441                   "LastSessionFailureRemoteNodeName",
 46442                   /* qualifiers */
 46443                   _CIM_iSCSISessionFailures_LastSessionFailureRemoteNodeName_qualifiers,
 46444                   /* type */
 46445                   CIMTYPE_STRING,
 46446                   /* subscript */
 46447                   -1,
 46448                   /* value */
 46449                   0,
 46450               };
 46451               
 46452 mike  1.1.2.1 static const char*
 46453               _CIM_iSCSISessionFailures_SessionDigestFailures_qualifiers[] =
 46454               {
 46455                   /* Counter */
 46456                   "\012\001",
 46457                   /* MappingStrings */
 46458                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiInstSsnDigestErrors\000",
 46459                   0,
 46460               };
 46461               
 46462               static MetaProperty
 46463               _CIM_iSCSISessionFailures_SessionDigestFailures =
 46464               {
 46465                   /* flags */
 46466                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46467                   /* name */
 46468                   "SessionDigestFailures",
 46469                   /* qualifiers */
 46470                   _CIM_iSCSISessionFailures_SessionDigestFailures_qualifiers,
 46471                   /* type */
 46472                   CIMTYPE_UINT64,
 46473 mike  1.1.2.1     /* subscript */
 46474                   -1,
 46475                   /* value */
 46476                   0,
 46477               };
 46478               
 46479               static const char*
 46480               _CIM_iSCSISessionFailures_SessionConnectionTimeoutFailures_qualifiers[] =
 46481               {
 46482                   /* Counter */
 46483                   "\012\001",
 46484                   /* MappingStrings */
 46485                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiInstSsnCxnTimeoutErrors\000",
 46486                   0,
 46487               };
 46488               
 46489               static MetaProperty
 46490               _CIM_iSCSISessionFailures_SessionConnectionTimeoutFailures =
 46491               {
 46492                   /* flags */
 46493                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46494 mike  1.1.2.1     /* name */
 46495                   "SessionConnectionTimeoutFailures",
 46496                   /* qualifiers */
 46497                   _CIM_iSCSISessionFailures_SessionConnectionTimeoutFailures_qualifiers,
 46498                   /* type */
 46499                   CIMTYPE_UINT64,
 46500                   /* subscript */
 46501                   -1,
 46502                   /* value */
 46503                   0,
 46504               };
 46505               
 46506               static const char*
 46507               _CIM_iSCSISessionFailures_SessionFormatErrors_qualifiers[] =
 46508               {
 46509                   /* Counter */
 46510                   "\012\001",
 46511                   /* MappingStrings */
 46512                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiInstSsnFormatErrors\000",
 46513                   0,
 46514               };
 46515 mike  1.1.2.1 
 46516               static MetaProperty
 46517               _CIM_iSCSISessionFailures_SessionFormatErrors =
 46518               {
 46519                   /* flags */
 46520                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 46521                   /* name */
 46522                   "SessionFormatErrors",
 46523                   /* qualifiers */
 46524                   _CIM_iSCSISessionFailures_SessionFormatErrors_qualifiers,
 46525                   /* type */
 46526                   CIMTYPE_UINT64,
 46527                   /* subscript */
 46528                   -1,
 46529                   /* value */
 46530                   0,
 46531               };
 46532               
 46533               static MetaFeature*
 46534               _CIM_iSCSISessionFailures_features[] =
 46535               {
 46536 mike  1.1.2.1     (MetaFeature*)&_CIM_iSCSISessionFailures_SessionFailures,
 46537                   (MetaFeature*)&_CIM_iSCSISessionFailures_LastSessionFailureType,
 46538                   (MetaFeature*)&_CIM_iSCSISessionFailures_OtherLastSessionFailureType,
 46539                   (MetaFeature*)&_CIM_iSCSISessionFailures_LastSessionFailureRemoteNodeName,
 46540                   (MetaFeature*)&_CIM_iSCSISessionFailures_SessionDigestFailures,
 46541                   (MetaFeature*)&_CIM_iSCSISessionFailures_SessionConnectionTimeoutFailures,
 46542                   (MetaFeature*)&_CIM_iSCSISessionFailures_SessionFormatErrors,
 46543                   0,
 46544               };
 46545               
 46546               static const char*
 46547               __root_cimv2_CIM_iSCSISessionFailures_qualifiers[] =
 46548               {
 46549                   /* UMLPackagePath */
 46550                   "\057CIM::Network::iSCSI",
 46551                   /* Version */
 46552                   "\0632.11.0",
 46553                   0,
 46554               };
 46555               
 46556               MetaClass
 46557 mike  1.1.2.1 __root_cimv2_CIM_iSCSISessionFailures =
 46558               {
 46559                   /* flags */
 46560                   META_FLAG_CLASS,
 46561                   /* name */
 46562                   "CIM_iSCSISessionFailures",
 46563                   /* qualifiers */
 46564                   __root_cimv2_CIM_iSCSISessionFailures_qualifiers,
 46565                   /* super */
 46566                   &__root_cimv2_CIM_StatisticalData,
 46567                   /* features */
 46568                   _CIM_iSCSISessionFailures_features,
 46569               };
 46570               
 46571               //==============================================================================
 46572               //
 46573               // Class: CIM_iSCSISessionSettings
 46574               //
 46575               //==============================================================================
 46576               
 46577               static const char*
 46578 mike  1.1.2.1 _CIM_iSCSISessionSettings_MaxConnectionsPerSession_qualifiers[] =
 46579               {
 46580                   /* Write */
 46581                   "\065\001",
 46582                   /* MinValue */
 46583                   "\035\000\000\000\000\000\000\000\001",
 46584                   /* MaxValue */
 46585                   "\031\000\000\000\000\000\000\377\377",
 46586                   /* MappingStrings */
 46587                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeMaxConnections\000",
 46588                   /* ModelCorrespondence */
 46589                   "\036\000\001CIM_iSCSISession.MaxConnectionsPerSession\000",
 46590                   0,
 46591               };
 46592               
 46593               static MetaProperty
 46594               _CIM_iSCSISessionSettings_MaxConnectionsPerSession =
 46595               {
 46596                   /* flags */
 46597                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46598                   /* name */
 46599 mike  1.1.2.1     "MaxConnectionsPerSession",
 46600                   /* qualifiers */
 46601                   _CIM_iSCSISessionSettings_MaxConnectionsPerSession_qualifiers,
 46602                   /* type */
 46603                   CIMTYPE_UINT32,
 46604                   /* subscript */
 46605                   -1,
 46606                   /* value */
 46607                   "\000\000\000\001",
 46608               };
 46609               
 46610               static const char*
 46611               _CIM_iSCSISessionSettings_InitialR2TPreference_qualifiers[] =
 46612               {
 46613                   /* Write */
 46614                   "\065\001",
 46615                   /* MappingStrings */
 46616                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeInitialR2T\000",
 46617                   /* ModelCorrespondence */
 46618                   "\036\000\001CIM_iSCSISession.InitialR2T\000",
 46619                   0,
 46620 mike  1.1.2.1 };
 46621               
 46622               static MetaProperty
 46623               _CIM_iSCSISessionSettings_InitialR2TPreference =
 46624               {
 46625                   /* flags */
 46626                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46627                   /* name */
 46628                   "InitialR2TPreference",
 46629                   /* qualifiers */
 46630                   _CIM_iSCSISessionSettings_InitialR2TPreference_qualifiers,
 46631                   /* type */
 46632                   CIMTYPE_BOOLEAN,
 46633                   /* subscript */
 46634                   -1,
 46635                   /* value */
 46636                   "\001",
 46637               };
 46638               
 46639               static const char*
 46640               _CIM_iSCSISessionSettings_ImmediateDataPreference_qualifiers[] =
 46641 mike  1.1.2.1 {
 46642                   /* Write */
 46643                   "\065\001",
 46644                   /* MappingStrings */
 46645                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeImmediateData\000",
 46646                   /* ModelCorrespondence */
 46647                   "\036\000\001CIM_iSCSISession.ImmediateData\000",
 46648                   0,
 46649               };
 46650               
 46651               static MetaProperty
 46652               _CIM_iSCSISessionSettings_ImmediateDataPreference =
 46653               {
 46654                   /* flags */
 46655                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46656                   /* name */
 46657                   "ImmediateDataPreference",
 46658                   /* qualifiers */
 46659                   _CIM_iSCSISessionSettings_ImmediateDataPreference_qualifiers,
 46660                   /* type */
 46661                   CIMTYPE_BOOLEAN,
 46662 mike  1.1.2.1     /* subscript */
 46663                   -1,
 46664                   /* value */
 46665                   "\001",
 46666               };
 46667               
 46668               static const char*
 46669               _CIM_iSCSISessionSettings_MaxOutstandingR2T_qualifiers[] =
 46670               {
 46671                   /* Write */
 46672                   "\065\001",
 46673                   /* MinValue */
 46674                   "\035\000\000\000\000\000\000\000\001",
 46675                   /* MaxValue */
 46676                   "\031\000\000\000\000\000\000\377\377",
 46677                   /* MappingStrings */
 46678                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeMaxOutstandingR2T\000",
 46679                   /* ModelCorrespondence */
 46680                   "\036\000\001CIM_iSCSISession.MaxOutstandingR2T\000",
 46681                   0,
 46682               };
 46683 mike  1.1.2.1 
 46684               static MetaProperty
 46685               _CIM_iSCSISessionSettings_MaxOutstandingR2T =
 46686               {
 46687                   /* flags */
 46688                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46689                   /* name */
 46690                   "MaxOutstandingR2T",
 46691                   /* qualifiers */
 46692                   _CIM_iSCSISessionSettings_MaxOutstandingR2T_qualifiers,
 46693                   /* type */
 46694                   CIMTYPE_UINT32,
 46695                   /* subscript */
 46696                   -1,
 46697                   /* value */
 46698                   "\000\000\000\001",
 46699               };
 46700               
 46701               static const char*
 46702               _CIM_iSCSISessionSettings_MaxUnsolicitedFirstDataBurstLength_qualifiers[] =
 46703               {
 46704 mike  1.1.2.1     /* Write */
 46705                   "\065\001",
 46706                   /* Units */
 46707                   "\060Bytes",
 46708                   /* MinValue */
 46709                   "\035\000\000\000\000\000\000\002\000",
 46710                   /* MaxValue */
 46711                   "\031\000\000\000\000\000\377\377\377",
 46712                   /* MappingStrings */
 46713                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeFirstBurstLength\000",
 46714                   /* ModelCorrespondence */
 46715                   "\036\000\001CIM_iSCSISession.MaxUnsolicitedFirstDataBurstLength\000",
 46716                   0,
 46717               };
 46718               
 46719               static MetaProperty
 46720               _CIM_iSCSISessionSettings_MaxUnsolicitedFirstDataBurstLength =
 46721               {
 46722                   /* flags */
 46723                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46724                   /* name */
 46725 mike  1.1.2.1     "MaxUnsolicitedFirstDataBurstLength",
 46726                   /* qualifiers */
 46727                   _CIM_iSCSISessionSettings_MaxUnsolicitedFirstDataBurstLength_qualifiers,
 46728                   /* type */
 46729                   CIMTYPE_UINT32,
 46730                   /* subscript */
 46731                   -1,
 46732                   /* value */
 46733                   "\000\001\000\000",
 46734               };
 46735               
 46736               static const char*
 46737               _CIM_iSCSISessionSettings_MaxDataBurstLength_qualifiers[] =
 46738               {
 46739                   /* Write */
 46740                   "\065\001",
 46741                   /* Units */
 46742                   "\060Bytes",
 46743                   /* MinValue */
 46744                   "\035\000\000\000\000\000\000\002\000",
 46745                   /* MaxValue */
 46746 mike  1.1.2.1     "\031\000\000\000\000\000\377\377\377",
 46747                   /* MappingStrings */
 46748                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeMaxBurstLength\000",
 46749                   /* ModelCorrespondence */
 46750                   "\036\000\001CIM_iSCSISession.MaxDataBurstLength\000",
 46751                   0,
 46752               };
 46753               
 46754               static MetaProperty
 46755               _CIM_iSCSISessionSettings_MaxDataBurstLength =
 46756               {
 46757                   /* flags */
 46758                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46759                   /* name */
 46760                   "MaxDataBurstLength",
 46761                   /* qualifiers */
 46762                   _CIM_iSCSISessionSettings_MaxDataBurstLength_qualifiers,
 46763                   /* type */
 46764                   CIMTYPE_UINT32,
 46765                   /* subscript */
 46766                   -1,
 46767 mike  1.1.2.1     /* value */
 46768                   "\000\004\000\000",
 46769               };
 46770               
 46771               static const char*
 46772               _CIM_iSCSISessionSettings_DataSequenceInOrderPreference_qualifiers[] =
 46773               {
 46774                   /* Write */
 46775                   "\065\001",
 46776                   /* MappingStrings */
 46777                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeDataSequenceInOrder\000",
 46778                   /* ModelCorrespondence */
 46779                   "\036\000\001CIM_iSCSISession.DataSequenceInOrder\000",
 46780                   0,
 46781               };
 46782               
 46783               static MetaProperty
 46784               _CIM_iSCSISessionSettings_DataSequenceInOrderPreference =
 46785               {
 46786                   /* flags */
 46787                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46788 mike  1.1.2.1     /* name */
 46789                   "DataSequenceInOrderPreference",
 46790                   /* qualifiers */
 46791                   _CIM_iSCSISessionSettings_DataSequenceInOrderPreference_qualifiers,
 46792                   /* type */
 46793                   CIMTYPE_BOOLEAN,
 46794                   /* subscript */
 46795                   -1,
 46796                   /* value */
 46797                   "\001",
 46798               };
 46799               
 46800               static const char*
 46801               _CIM_iSCSISessionSettings_DataPDUInOrderPreference_qualifiers[] =
 46802               {
 46803                   /* Write */
 46804                   "\065\001",
 46805                   /* MappingStrings */
 46806                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeDataPDUInOrder\000",
 46807                   /* ModelCorrespondence */
 46808                   "\036\000\001CIM_iSCSISession.DataPDUInOrder\000",
 46809 mike  1.1.2.1     0,
 46810               };
 46811               
 46812               static MetaProperty
 46813               _CIM_iSCSISessionSettings_DataPDUInOrderPreference =
 46814               {
 46815                   /* flags */
 46816                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46817                   /* name */
 46818                   "DataPDUInOrderPreference",
 46819                   /* qualifiers */
 46820                   _CIM_iSCSISessionSettings_DataPDUInOrderPreference_qualifiers,
 46821                   /* type */
 46822                   CIMTYPE_BOOLEAN,
 46823                   /* subscript */
 46824                   -1,
 46825                   /* value */
 46826                   "\001",
 46827               };
 46828               
 46829               static const char*
 46830 mike  1.1.2.1 _CIM_iSCSISessionSettings_DefaultTimeToWaitPreference_qualifiers[] =
 46831               {
 46832                   /* Write */
 46833                   "\065\001",
 46834                   /* Units */
 46835                   "\060Seconds",
 46836                   /* MinValue */
 46837                   "\035\000\000\000\000\000\000\000\000",
 46838                   /* MaxValue */
 46839                   "\031\000\000\000\000\000\000\016\020",
 46840                   /* MappingStrings */
 46841                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeDefaultTime2Wait\000",
 46842                   /* ModelCorrespondence */
 46843                   "\036\000\001CIM_iSCSISession.DefaultTimeToWait\000",
 46844                   0,
 46845               };
 46846               
 46847               static MetaProperty
 46848               _CIM_iSCSISessionSettings_DefaultTimeToWaitPreference =
 46849               {
 46850                   /* flags */
 46851 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46852                   /* name */
 46853                   "DefaultTimeToWaitPreference",
 46854                   /* qualifiers */
 46855                   _CIM_iSCSISessionSettings_DefaultTimeToWaitPreference_qualifiers,
 46856                   /* type */
 46857                   CIMTYPE_UINT32,
 46858                   /* subscript */
 46859                   -1,
 46860                   /* value */
 46861                   "\000\000\000\002",
 46862               };
 46863               
 46864               static const char*
 46865               _CIM_iSCSISessionSettings_DefaultTimeToRetainPreference_qualifiers[] =
 46866               {
 46867                   /* Write */
 46868                   "\065\001",
 46869                   /* Units */
 46870                   "\060Seconds",
 46871                   /* MinValue */
 46872 mike  1.1.2.1     "\035\000\000\000\000\000\000\000\000",
 46873                   /* MaxValue */
 46874                   "\031\000\000\000\000\000\000\016\020",
 46875                   /* MappingStrings */
 46876                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeDefaultTime2Retain\000",
 46877                   /* ModelCorrespondence */
 46878                   "\036\000\001CIM_iSCSISession.DefaultTimeToRetain\000",
 46879                   0,
 46880               };
 46881               
 46882               static MetaProperty
 46883               _CIM_iSCSISessionSettings_DefaultTimeToRetainPreference =
 46884               {
 46885                   /* flags */
 46886                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46887                   /* name */
 46888                   "DefaultTimeToRetainPreference",
 46889                   /* qualifiers */
 46890                   _CIM_iSCSISessionSettings_DefaultTimeToRetainPreference_qualifiers,
 46891                   /* type */
 46892                   CIMTYPE_UINT32,
 46893 mike  1.1.2.1     /* subscript */
 46894                   -1,
 46895                   /* value */
 46896                   "\000\000\000\024",
 46897               };
 46898               
 46899               static const char*
 46900               _CIM_iSCSISessionSettings_ErrorRecoveryLevelPreference_qualifiers[] =
 46901               {
 46902                   /* Write */
 46903                   "\065\001",
 46904                   /* MinValue */
 46905                   "\035\000\000\000\000\000\000\000\000",
 46906                   /* MaxValue */
 46907                   "\031\000\000\000\000\000\000\000\377",
 46908                   /* MappingStrings */
 46909                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeErrorRecoveryLevel\000",
 46910                   /* ModelCorrespondence */
 46911                   "\036\000\001CIM_iSCSISession.ErrorRecoveryLevel\000",
 46912                   0,
 46913               };
 46914 mike  1.1.2.1 
 46915               static MetaProperty
 46916               _CIM_iSCSISessionSettings_ErrorRecoveryLevelPreference =
 46917               {
 46918                   /* flags */
 46919                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 46920                   /* name */
 46921                   "ErrorRecoveryLevelPreference",
 46922                   /* qualifiers */
 46923                   _CIM_iSCSISessionSettings_ErrorRecoveryLevelPreference_qualifiers,
 46924                   /* type */
 46925                   CIMTYPE_UINT32,
 46926                   /* subscript */
 46927                   -1,
 46928                   /* value */
 46929                   "\000\000\000\000",
 46930               };
 46931               
 46932               static MetaFeature*
 46933               _CIM_iSCSISessionSettings_features[] =
 46934               {
 46935 mike  1.1.2.1     (MetaFeature*)&_CIM_iSCSISessionSettings_MaxConnectionsPerSession,
 46936                   (MetaFeature*)&_CIM_iSCSISessionSettings_InitialR2TPreference,
 46937                   (MetaFeature*)&_CIM_iSCSISessionSettings_ImmediateDataPreference,
 46938                   (MetaFeature*)&_CIM_iSCSISessionSettings_MaxOutstandingR2T,
 46939                   (MetaFeature*)&_CIM_iSCSISessionSettings_MaxUnsolicitedFirstDataBurstLength,
 46940                   (MetaFeature*)&_CIM_iSCSISessionSettings_MaxDataBurstLength,
 46941                   (MetaFeature*)&_CIM_iSCSISessionSettings_DataSequenceInOrderPreference,
 46942                   (MetaFeature*)&_CIM_iSCSISessionSettings_DataPDUInOrderPreference,
 46943                   (MetaFeature*)&_CIM_iSCSISessionSettings_DefaultTimeToWaitPreference,
 46944                   (MetaFeature*)&_CIM_iSCSISessionSettings_DefaultTimeToRetainPreference,
 46945                   (MetaFeature*)&_CIM_iSCSISessionSettings_ErrorRecoveryLevelPreference,
 46946                   0,
 46947               };
 46948               
 46949               static const char*
 46950               __root_cimv2_CIM_iSCSISessionSettings_qualifiers[] =
 46951               {
 46952                   /* UMLPackagePath */
 46953                   "\057CIM::Network::iSCSI",
 46954                   /* Version */
 46955                   "\0632.11.0",
 46956 mike  1.1.2.1     0,
 46957               };
 46958               
 46959               MetaClass
 46960               __root_cimv2_CIM_iSCSISessionSettings =
 46961               {
 46962                   /* flags */
 46963                   META_FLAG_CLASS,
 46964                   /* name */
 46965                   "CIM_iSCSISessionSettings",
 46966                   /* qualifiers */
 46967                   __root_cimv2_CIM_iSCSISessionSettings_qualifiers,
 46968                   /* super */
 46969                   &__root_cimv2_CIM_SettingData,
 46970                   /* features */
 46971                   _CIM_iSCSISessionSettings_features,
 46972               };
 46973               
 46974               //==============================================================================
 46975               //
 46976               // Class: CIM_J2eeNotification
 46977 mike  1.1.2.1 //
 46978               //==============================================================================
 46979               
 46980               static const char*
 46981               _CIM_J2eeNotification_IndicationIdentifier_qualifiers[] =
 46982               {
 46983                   /* Override */
 46984                   "\044IndicationIdentifier",
 46985                   /* MappingStrings */
 46986                   "\026\000\001JSR77.JCP|JSR77.4.2.1.1 source|V1.0\000",
 46987                   /* ModelCorrespondence */
 46988                   "\036\000\001CIM_J2eeManagedObject.InstanceID\000",
 46989                   0,
 46990               };
 46991               
 46992               static MetaProperty
 46993               _CIM_J2eeNotification_IndicationIdentifier =
 46994               {
 46995                   /* flags */
 46996                   META_FLAG_PROPERTY|META_FLAG_READ,
 46997                   /* name */
 46998 mike  1.1.2.1     "IndicationIdentifier",
 46999                   /* qualifiers */
 47000                   _CIM_J2eeNotification_IndicationIdentifier_qualifiers,
 47001                   /* type */
 47002                   CIMTYPE_STRING,
 47003                   /* subscript */
 47004                   -1,
 47005                   /* value */
 47006                   0,
 47007               };
 47008               
 47009               static const char*
 47010               _CIM_J2eeNotification_SequenceNumber_qualifiers[] =
 47011               {
 47012                   /* MappingStrings */
 47013                   "\026\000\001JSR77.JCP|JSR77.4.2.1.3 sequence|V1.0\000",
 47014                   0,
 47015               };
 47016               
 47017               static MetaProperty
 47018               _CIM_J2eeNotification_SequenceNumber =
 47019 mike  1.1.2.1 {
 47020                   /* flags */
 47021                   META_FLAG_PROPERTY|META_FLAG_READ,
 47022                   /* name */
 47023                   "SequenceNumber",
 47024                   /* qualifiers */
 47025                   _CIM_J2eeNotification_SequenceNumber_qualifiers,
 47026                   /* type */
 47027                   CIMTYPE_SINT64,
 47028                   /* subscript */
 47029                   -1,
 47030                   /* value */
 47031                   0,
 47032               };
 47033               
 47034               static const char*
 47035               _CIM_J2eeNotification_IndicationType_qualifiers[] =
 47036               {
 47037                   /* ValueMap */
 47038                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
 47039                   /* Values */
 47040 mike  1.1.2.1     "\062\000\011Unknown\000Other\000j2ee.object.created\000j2ee.object.deleted\000j2ee.state.starting\000j2ee.state.running\000j2ee.state.stopping\000j2ee.state.stopped\000j2ee.state.failed\000",
 47041                   /* MappingStrings */
 47042                   "\026\000\001JSR77.JCP|JSR77.4.2.1.4 type|V1.0\000",
 47043                   /* ModelCorrespondence */
 47044                   "\036\000\001CIM_J2eeNotification.OtherIndicationType\000",
 47045                   0,
 47046               };
 47047               
 47048               static MetaProperty
 47049               _CIM_J2eeNotification_IndicationType =
 47050               {
 47051                   /* flags */
 47052                   META_FLAG_PROPERTY|META_FLAG_READ,
 47053                   /* name */
 47054                   "IndicationType",
 47055                   /* qualifiers */
 47056                   _CIM_J2eeNotification_IndicationType_qualifiers,
 47057                   /* type */
 47058                   CIMTYPE_UINT16,
 47059                   /* subscript */
 47060                   -1,
 47061 mike  1.1.2.1     /* value */
 47062                   0,
 47063               };
 47064               
 47065               static const char*
 47066               _CIM_J2eeNotification_OtherIndicationType_qualifiers[] =
 47067               {
 47068                   /* ModelCorrespondence */
 47069                   "\036\000\001CIM_J2eeNotification.IndicationType\000",
 47070                   0,
 47071               };
 47072               
 47073               static MetaProperty
 47074               _CIM_J2eeNotification_OtherIndicationType =
 47075               {
 47076                   /* flags */
 47077                   META_FLAG_PROPERTY|META_FLAG_READ,
 47078                   /* name */
 47079                   "OtherIndicationType",
 47080                   /* qualifiers */
 47081                   _CIM_J2eeNotification_OtherIndicationType_qualifiers,
 47082 mike  1.1.2.1     /* type */
 47083                   CIMTYPE_STRING,
 47084                   /* subscript */
 47085                   -1,
 47086                   /* value */
 47087                   0,
 47088               };
 47089               
 47090               static const char*
 47091               _CIM_J2eeNotification_Message_qualifiers[] =
 47092               {
 47093                   0,
 47094               };
 47095               
 47096               static MetaProperty
 47097               _CIM_J2eeNotification_Message =
 47098               {
 47099                   /* flags */
 47100                   META_FLAG_PROPERTY|META_FLAG_READ,
 47101                   /* name */
 47102                   "Message",
 47103 mike  1.1.2.1     /* qualifiers */
 47104                   _CIM_J2eeNotification_Message_qualifiers,
 47105                   /* type */
 47106                   CIMTYPE_STRING,
 47107                   /* subscript */
 47108                   -1,
 47109                   /* value */
 47110                   0,
 47111               };
 47112               
 47113               static const char*
 47114               _CIM_J2eeNotification_UserData_qualifiers[] =
 47115               {
 47116                   /* OctetString */
 47117                   "\042\001",
 47118                   0,
 47119               };
 47120               
 47121               static MetaProperty
 47122               _CIM_J2eeNotification_UserData =
 47123               {
 47124 mike  1.1.2.1     /* flags */
 47125                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 47126                   /* name */
 47127                   "UserData",
 47128                   /* qualifiers */
 47129                   _CIM_J2eeNotification_UserData_qualifiers,
 47130                   /* type */
 47131                   CIMTYPE_STRING,
 47132                   /* subscript */
 47133                   -1,
 47134                   /* value */
 47135                   0,
 47136               };
 47137               
 47138               static MetaFeature*
 47139               _CIM_J2eeNotification_features[] =
 47140               {
 47141                   (MetaFeature*)&_CIM_J2eeNotification_IndicationIdentifier,
 47142                   (MetaFeature*)&_CIM_J2eeNotification_SequenceNumber,
 47143                   (MetaFeature*)&_CIM_J2eeNotification_IndicationType,
 47144                   (MetaFeature*)&_CIM_J2eeNotification_OtherIndicationType,
 47145 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeNotification_Message,
 47146                   (MetaFeature*)&_CIM_J2eeNotification_UserData,
 47147                   0,
 47148               };
 47149               
 47150               static const char*
 47151               __root_cimv2_CIM_J2eeNotification_qualifiers[] =
 47152               {
 47153                   /* INDICATION */
 47154                   "\001\001",
 47155                   /* UMLPackagePath */
 47156                   "\057CIM::Application::J2eeAppServer",
 47157                   /* Version */
 47158                   "\0632.8.0",
 47159                   0,
 47160               };
 47161               
 47162               MetaClass
 47163               __root_cimv2_CIM_J2eeNotification =
 47164               {
 47165                   /* flags */
 47166 mike  1.1.2.1     META_FLAG_INDICATION,
 47167                   /* name */
 47168                   "CIM_J2eeNotification",
 47169                   /* qualifiers */
 47170                   __root_cimv2_CIM_J2eeNotification_qualifiers,
 47171                   /* super */
 47172                   &__root_cimv2_CIM_ProcessIndication,
 47173                   /* features */
 47174                   _CIM_J2eeNotification_features,
 47175               };
 47176               
 47177               //==============================================================================
 47178               //
 47179               // Class: CIM_J2eeStatistic
 47180               //
 47181               //==============================================================================
 47182               
 47183               static MetaFeature*
 47184               _CIM_J2eeStatistic_GetStartTime_parameters[] =
 47185               {
 47186                   0,
 47187 mike  1.1.2.1 };
 47188               
 47189               static const char*
 47190               _CIM_J2eeStatistic_GetStartTime_qualifiers[] =
 47191               {
 47192                   /* MappingStrings */
 47193                   "\026\000\001JSR77.JCP|JSR77.6.4.1.4 getStartTime|V1.0\000",
 47194                   /* ModelCorrespondence */
 47195                   "\036\000\001CIM_StatisticalData.StartStatisticTime\000",
 47196                   0,
 47197               };
 47198               
 47199               static MetaMethod
 47200               _CIM_J2eeStatistic_GetStartTime =
 47201               {
 47202                   /* flags */
 47203                   META_FLAG_METHOD,
 47204                   /* name */
 47205                   "CIM_J2eeStatistic",
 47206                   /* qualifiers */
 47207                   _CIM_J2eeStatistic_GetStartTime_qualifiers,
 47208 mike  1.1.2.1     /* type */
 47209                   CIMTYPE_UINT64,
 47210                   /* parameters */
 47211                   _CIM_J2eeStatistic_GetStartTime_parameters,
 47212               };
 47213               
 47214               static MetaFeature*
 47215               _CIM_J2eeStatistic_GetLastSampleTime_parameters[] =
 47216               {
 47217                   0,
 47218               };
 47219               
 47220               static const char*
 47221               _CIM_J2eeStatistic_GetLastSampleTime_qualifiers[] =
 47222               {
 47223                   /* MappingStrings */
 47224                   "\026\000\001JSR77.JCP|JSR77.6.4.1.5 getLastSampleTime|V1.0\000",
 47225                   /* ModelCorrespondence */
 47226                   "\036\000\001CIM_StatisticalData.StatisticTime\000",
 47227                   0,
 47228               };
 47229 mike  1.1.2.1 
 47230               static MetaMethod
 47231               _CIM_J2eeStatistic_GetLastSampleTime =
 47232               {
 47233                   /* flags */
 47234                   META_FLAG_METHOD,
 47235                   /* name */
 47236                   "CIM_J2eeStatistic",
 47237                   /* qualifiers */
 47238                   _CIM_J2eeStatistic_GetLastSampleTime_qualifiers,
 47239                   /* type */
 47240                   CIMTYPE_UINT64,
 47241                   /* parameters */
 47242                   _CIM_J2eeStatistic_GetLastSampleTime_parameters,
 47243               };
 47244               
 47245               static MetaFeature*
 47246               _CIM_J2eeStatistic_features[] =
 47247               {
 47248                   (MetaFeature*)&_CIM_J2eeStatistic_GetStartTime,
 47249                   (MetaFeature*)&_CIM_J2eeStatistic_GetLastSampleTime,
 47250 mike  1.1.2.1     0,
 47251               };
 47252               
 47253               static const char*
 47254               __root_cimv2_CIM_J2eeStatistic_qualifiers[] =
 47255               {
 47256                   /* UMLPackagePath */
 47257                   "\057CIM::Application::J2eeAppServerStats",
 47258                   /* Abstract */
 47259                   "\002\001",
 47260                   /* Version */
 47261                   "\0632.8.0",
 47262                   0,
 47263               };
 47264               
 47265               MetaClass
 47266               __root_cimv2_CIM_J2eeStatistic =
 47267               {
 47268                   /* flags */
 47269                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 47270                   /* name */
 47271 mike  1.1.2.1     "CIM_J2eeStatistic",
 47272                   /* qualifiers */
 47273                   __root_cimv2_CIM_J2eeStatistic_qualifiers,
 47274                   /* super */
 47275                   &__root_cimv2_CIM_StatisticalData,
 47276                   /* features */
 47277                   _CIM_J2eeStatistic_features,
 47278               };
 47279               
 47280               //==============================================================================
 47281               //
 47282               // Class: CIM_J2eeURLStats
 47283               //
 47284               //==============================================================================
 47285               
 47286               static MetaFeature*
 47287               _CIM_J2eeURLStats_features[] =
 47288               {
 47289                   0,
 47290               };
 47291               
 47292 mike  1.1.2.1 static const char*
 47293               __root_cimv2_CIM_J2eeURLStats_qualifiers[] =
 47294               {
 47295                   /* UMLPackagePath */
 47296                   "\057CIM::Application::J2eeAppServerStats",
 47297                   /* Abstract */
 47298                   "\002\001",
 47299                   /* Version */
 47300                   "\0632.8.0",
 47301                   0,
 47302               };
 47303               
 47304               MetaClass
 47305               __root_cimv2_CIM_J2eeURLStats =
 47306               {
 47307                   /* flags */
 47308                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 47309                   /* name */
 47310                   "CIM_J2eeURLStats",
 47311                   /* qualifiers */
 47312                   __root_cimv2_CIM_J2eeURLStats_qualifiers,
 47313 mike  1.1.2.1     /* super */
 47314                   &__root_cimv2_CIM_J2eeStatistic,
 47315                   /* features */
 47316                   _CIM_J2eeURLStats_features,
 47317               };
 47318               
 47319               //==============================================================================
 47320               //
 47321               // Class: CIM_JobSettingData
 47322               //
 47323               //==============================================================================
 47324               
 47325               static const char*
 47326               _CIM_JobSettingData_DeleteOnCompletion_qualifiers[] =
 47327               {
 47328                   /* Write */
 47329                   "\065\001",
 47330                   /* ModelCorrespondence */
 47331                   "\036\000\001CIM_Job.DeleteOnCompletion\000",
 47332                   0,
 47333               };
 47334 mike  1.1.2.1 
 47335               static MetaProperty
 47336               _CIM_JobSettingData_DeleteOnCompletion =
 47337               {
 47338                   /* flags */
 47339                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 47340                   /* name */
 47341                   "DeleteOnCompletion",
 47342                   /* qualifiers */
 47343                   _CIM_JobSettingData_DeleteOnCompletion_qualifiers,
 47344                   /* type */
 47345                   CIMTYPE_BOOLEAN,
 47346                   /* subscript */
 47347                   -1,
 47348                   /* value */
 47349                   0,
 47350               };
 47351               
 47352               static const char*
 47353               _CIM_JobSettingData_RecoveryAction_qualifiers[] =
 47354               {
 47355 mike  1.1.2.1     /* ValueMap */
 47356                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 47357                   /* Values */
 47358                   "\062\000\006Unknown\000Other\000Do Not Continue\000Continue With Next Job\000Re-run Job\000Run Recovery Job\000",
 47359                   /* ModelCorrespondence */
 47360                   "\036\000\002CIM_JobSettingData.OtherRecoveryAction\000CIM_Job.RecoveryAction\000",
 47361                   0,
 47362               };
 47363               
 47364               static MetaProperty
 47365               _CIM_JobSettingData_RecoveryAction =
 47366               {
 47367                   /* flags */
 47368                   META_FLAG_PROPERTY|META_FLAG_READ,
 47369                   /* name */
 47370                   "RecoveryAction",
 47371                   /* qualifiers */
 47372                   _CIM_JobSettingData_RecoveryAction_qualifiers,
 47373                   /* type */
 47374                   CIMTYPE_UINT16,
 47375                   /* subscript */
 47376 mike  1.1.2.1     -1,
 47377                   /* value */
 47378                   0,
 47379               };
 47380               
 47381               static const char*
 47382               _CIM_JobSettingData_OtherRecoveryAction_qualifiers[] =
 47383               {
 47384                   /* ModelCorrespondence */
 47385                   "\036\000\002CIM_JobSettingData.RecoveryAction\000CIM_Job.OtherRecoveryAction\000",
 47386                   0,
 47387               };
 47388               
 47389               static MetaProperty
 47390               _CIM_JobSettingData_OtherRecoveryAction =
 47391               {
 47392                   /* flags */
 47393                   META_FLAG_PROPERTY|META_FLAG_READ,
 47394                   /* name */
 47395                   "OtherRecoveryAction",
 47396                   /* qualifiers */
 47397 mike  1.1.2.1     _CIM_JobSettingData_OtherRecoveryAction_qualifiers,
 47398                   /* type */
 47399                   CIMTYPE_STRING,
 47400                   /* subscript */
 47401                   -1,
 47402                   /* value */
 47403                   0,
 47404               };
 47405               
 47406               static MetaFeature*
 47407               _CIM_JobSettingData_features[] =
 47408               {
 47409                   (MetaFeature*)&_CIM_JobSettingData_DeleteOnCompletion,
 47410                   (MetaFeature*)&_CIM_JobSettingData_RecoveryAction,
 47411                   (MetaFeature*)&_CIM_JobSettingData_OtherRecoveryAction,
 47412                   0,
 47413               };
 47414               
 47415               static const char*
 47416               __root_cimv2_CIM_JobSettingData_qualifiers[] =
 47417               {
 47418 mike  1.1.2.1     /* UMLPackagePath */
 47419                   "\057CIM::System::Processing",
 47420                   /* Version */
 47421                   "\0632.9.0",
 47422                   0,
 47423               };
 47424               
 47425               MetaClass
 47426               __root_cimv2_CIM_JobSettingData =
 47427               {
 47428                   /* flags */
 47429                   META_FLAG_CLASS,
 47430                   /* name */
 47431                   "CIM_JobSettingData",
 47432                   /* qualifiers */
 47433                   __root_cimv2_CIM_JobSettingData_qualifiers,
 47434                   /* super */
 47435                   &__root_cimv2_CIM_SettingData,
 47436                   /* features */
 47437                   _CIM_JobSettingData_features,
 47438               };
 47439 mike  1.1.2.1 
 47440               //==============================================================================
 47441               //
 47442               // Class: CIM_KerberosAuthentication
 47443               //
 47444               //==============================================================================
 47445               
 47446               static const char*
 47447               _CIM_KerberosAuthentication_UserName_qualifiers[] =
 47448               {
 47449                   0,
 47450               };
 47451               
 47452               static MetaProperty
 47453               _CIM_KerberosAuthentication_UserName =
 47454               {
 47455                   /* flags */
 47456                   META_FLAG_PROPERTY|META_FLAG_READ,
 47457                   /* name */
 47458                   "UserName",
 47459                   /* qualifiers */
 47460 mike  1.1.2.1     _CIM_KerberosAuthentication_UserName_qualifiers,
 47461                   /* type */
 47462                   CIMTYPE_STRING,
 47463                   /* subscript */
 47464                   -1,
 47465                   /* value */
 47466                   0,
 47467               };
 47468               
 47469               static MetaFeature*
 47470               _CIM_KerberosAuthentication_features[] =
 47471               {
 47472                   (MetaFeature*)&_CIM_KerberosAuthentication_UserName,
 47473                   0,
 47474               };
 47475               
 47476               static const char*
 47477               __root_cimv2_CIM_KerberosAuthentication_qualifiers[] =
 47478               {
 47479                   /* UMLPackagePath */
 47480                   "\057CIM::Policy",
 47481 mike  1.1.2.1     /* Version */
 47482                   "\0632.8.0",
 47483                   0,
 47484               };
 47485               
 47486               MetaClass
 47487               __root_cimv2_CIM_KerberosAuthentication =
 47488               {
 47489                   /* flags */
 47490                   META_FLAG_CLASS,
 47491                   /* name */
 47492                   "CIM_KerberosAuthentication",
 47493                   /* qualifiers */
 47494                   __root_cimv2_CIM_KerberosAuthentication_qualifiers,
 47495                   /* super */
 47496                   &__root_cimv2_CIM_AuthenticationCondition,
 47497                   /* features */
 47498                   _CIM_KerberosAuthentication_features,
 47499               };
 47500               
 47501               //==============================================================================
 47502 mike  1.1.2.1 //
 47503               // Class: CIM_LabelReaderStatData
 47504               //
 47505               //==============================================================================
 47506               
 47507               static const char*
 47508               _CIM_LabelReaderStatData_ScanSuccesses_qualifiers[] =
 47509               {
 47510                   /* Counter */
 47511                   "\012\001",
 47512                   0,
 47513               };
 47514               
 47515               static MetaProperty
 47516               _CIM_LabelReaderStatData_ScanSuccesses =
 47517               {
 47518                   /* flags */
 47519                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 47520                   /* name */
 47521                   "ScanSuccesses",
 47522                   /* qualifiers */
 47523 mike  1.1.2.1     _CIM_LabelReaderStatData_ScanSuccesses_qualifiers,
 47524                   /* type */
 47525                   CIMTYPE_UINT64,
 47526                   /* subscript */
 47527                   -1,
 47528                   /* value */
 47529                   0,
 47530               };
 47531               
 47532               static const char*
 47533               _CIM_LabelReaderStatData_ScanFailures_qualifiers[] =
 47534               {
 47535                   /* Counter */
 47536                   "\012\001",
 47537                   0,
 47538               };
 47539               
 47540               static MetaProperty
 47541               _CIM_LabelReaderStatData_ScanFailures =
 47542               {
 47543                   /* flags */
 47544 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 47545                   /* name */
 47546                   "ScanFailures",
 47547                   /* qualifiers */
 47548                   _CIM_LabelReaderStatData_ScanFailures_qualifiers,
 47549                   /* type */
 47550                   CIMTYPE_UINT64,
 47551                   /* subscript */
 47552                   -1,
 47553                   /* value */
 47554                   0,
 47555               };
 47556               
 47557               static const char*
 47558               _CIM_LabelReaderStatData_ScanRetries_qualifiers[] =
 47559               {
 47560                   /* Counter */
 47561                   "\012\001",
 47562                   0,
 47563               };
 47564               
 47565 mike  1.1.2.1 static MetaProperty
 47566               _CIM_LabelReaderStatData_ScanRetries =
 47567               {
 47568                   /* flags */
 47569                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 47570                   /* name */
 47571                   "ScanRetries",
 47572                   /* qualifiers */
 47573                   _CIM_LabelReaderStatData_ScanRetries_qualifiers,
 47574                   /* type */
 47575                   CIMTYPE_UINT64,
 47576                   /* subscript */
 47577                   -1,
 47578                   /* value */
 47579                   0,
 47580               };
 47581               
 47582               static MetaFeature*
 47583               _CIM_LabelReaderStatData_features[] =
 47584               {
 47585                   (MetaFeature*)&_CIM_LabelReaderStatData_ScanSuccesses,
 47586 mike  1.1.2.1     (MetaFeature*)&_CIM_LabelReaderStatData_ScanFailures,
 47587                   (MetaFeature*)&_CIM_LabelReaderStatData_ScanRetries,
 47588                   0,
 47589               };
 47590               
 47591               static const char*
 47592               __root_cimv2_CIM_LabelReaderStatData_qualifiers[] =
 47593               {
 47594                   /* UMLPackagePath */
 47595                   "\057CIM::Device::StorageLib",
 47596                   /* Version */
 47597                   "\0632.7.0",
 47598                   0,
 47599               };
 47600               
 47601               MetaClass
 47602               __root_cimv2_CIM_LabelReaderStatData =
 47603               {
 47604                   /* flags */
 47605                   META_FLAG_CLASS,
 47606                   /* name */
 47607 mike  1.1.2.1     "CIM_LabelReaderStatData",
 47608                   /* qualifiers */
 47609                   __root_cimv2_CIM_LabelReaderStatData_qualifiers,
 47610                   /* super */
 47611                   &__root_cimv2_CIM_StatisticalData,
 47612                   /* features */
 47613                   _CIM_LabelReaderStatData_features,
 47614               };
 47615               
 47616               //==============================================================================
 47617               //
 47618               // Class: CIM_LabelReaderStatInfo
 47619               //
 47620               //==============================================================================
 47621               
 47622               static const char*
 47623               _CIM_LabelReaderStatInfo_ScanSuccesses_qualifiers[] =
 47624               {
 47625                   /* Counter */
 47626                   "\012\001",
 47627                   0,
 47628 mike  1.1.2.1 };
 47629               
 47630               static MetaProperty
 47631               _CIM_LabelReaderStatInfo_ScanSuccesses =
 47632               {
 47633                   /* flags */
 47634                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 47635                   /* name */
 47636                   "ScanSuccesses",
 47637                   /* qualifiers */
 47638                   _CIM_LabelReaderStatInfo_ScanSuccesses_qualifiers,
 47639                   /* type */
 47640                   CIMTYPE_UINT64,
 47641                   /* subscript */
 47642                   -1,
 47643                   /* value */
 47644                   0,
 47645               };
 47646               
 47647               static const char*
 47648               _CIM_LabelReaderStatInfo_ScanFailures_qualifiers[] =
 47649 mike  1.1.2.1 {
 47650                   /* Counter */
 47651                   "\012\001",
 47652                   0,
 47653               };
 47654               
 47655               static MetaProperty
 47656               _CIM_LabelReaderStatInfo_ScanFailures =
 47657               {
 47658                   /* flags */
 47659                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 47660                   /* name */
 47661                   "ScanFailures",
 47662                   /* qualifiers */
 47663                   _CIM_LabelReaderStatInfo_ScanFailures_qualifiers,
 47664                   /* type */
 47665                   CIMTYPE_UINT64,
 47666                   /* subscript */
 47667                   -1,
 47668                   /* value */
 47669                   0,
 47670 mike  1.1.2.1 };
 47671               
 47672               static const char*
 47673               _CIM_LabelReaderStatInfo_ScanRetries_qualifiers[] =
 47674               {
 47675                   /* Counter */
 47676                   "\012\001",
 47677                   0,
 47678               };
 47679               
 47680               static MetaProperty
 47681               _CIM_LabelReaderStatInfo_ScanRetries =
 47682               {
 47683                   /* flags */
 47684                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 47685                   /* name */
 47686                   "ScanRetries",
 47687                   /* qualifiers */
 47688                   _CIM_LabelReaderStatInfo_ScanRetries_qualifiers,
 47689                   /* type */
 47690                   CIMTYPE_UINT64,
 47691 mike  1.1.2.1     /* subscript */
 47692                   -1,
 47693                   /* value */
 47694                   0,
 47695               };
 47696               
 47697               static const char*
 47698               _CIM_LabelReaderStatInfo_ResetCounter_SelectedCounter_qualifiers[] =
 47699               {
 47700                   /* IN */
 47701                   "\024\001",
 47702                   /* ValueMap */
 47703                   "\061\000\0040\0001\0002\0003\000",
 47704                   /* Values */
 47705                   "\062\000\004All\000Scan Successes\000Scan Failures\000Scan Retries\000",
 47706                   0,
 47707               };
 47708               
 47709               static MetaProperty
 47710               _CIM_LabelReaderStatInfo_ResetCounter_SelectedCounter =
 47711               {
 47712 mike  1.1.2.1     /* flags */
 47713                   META_FLAG_PROPERTY|META_FLAG_IN,
 47714                   /* name */
 47715                   "SelectedCounter",
 47716                   /* qualifiers */
 47717                   _CIM_LabelReaderStatInfo_ResetCounter_SelectedCounter_qualifiers,
 47718                   /* type */
 47719                   CIMTYPE_UINT16,
 47720                   /* subscript */
 47721                   -1,
 47722                   /* value */
 47723                   0,
 47724               };
 47725               
 47726               static MetaFeature*
 47727               _CIM_LabelReaderStatInfo_ResetCounter_parameters[] =
 47728               {
 47729                   (MetaFeature*)&_CIM_LabelReaderStatInfo_ResetCounter_SelectedCounter,
 47730                   0,
 47731               };
 47732               
 47733 mike  1.1.2.1 static const char*
 47734               _CIM_LabelReaderStatInfo_ResetCounter_qualifiers[] =
 47735               {
 47736                   0,
 47737               };
 47738               
 47739               static MetaMethod
 47740               _CIM_LabelReaderStatInfo_ResetCounter =
 47741               {
 47742                   /* flags */
 47743                   META_FLAG_METHOD,
 47744                   /* name */
 47745                   "CIM_LabelReaderStatInfo",
 47746                   /* qualifiers */
 47747                   _CIM_LabelReaderStatInfo_ResetCounter_qualifiers,
 47748                   /* type */
 47749                   CIMTYPE_UINT32,
 47750                   /* parameters */
 47751                   _CIM_LabelReaderStatInfo_ResetCounter_parameters,
 47752               };
 47753               
 47754 mike  1.1.2.1 static MetaFeature*
 47755               _CIM_LabelReaderStatInfo_features[] =
 47756               {
 47757                   (MetaFeature*)&_CIM_LabelReaderStatInfo_ScanSuccesses,
 47758                   (MetaFeature*)&_CIM_LabelReaderStatInfo_ScanFailures,
 47759                   (MetaFeature*)&_CIM_LabelReaderStatInfo_ScanRetries,
 47760                   (MetaFeature*)&_CIM_LabelReaderStatInfo_ResetCounter,
 47761                   0,
 47762               };
 47763               
 47764               static const char*
 47765               __root_cimv2_CIM_LabelReaderStatInfo_qualifiers[] =
 47766               {
 47767                   /* UMLPackagePath */
 47768                   "\057CIM::Device::StorageLib",
 47769                   /* Version */
 47770                   "\0632.6.0",
 47771                   0,
 47772               };
 47773               
 47774               MetaClass
 47775 mike  1.1.2.1 __root_cimv2_CIM_LabelReaderStatInfo =
 47776               {
 47777                   /* flags */
 47778                   META_FLAG_CLASS,
 47779                   /* name */
 47780                   "CIM_LabelReaderStatInfo",
 47781                   /* qualifiers */
 47782                   __root_cimv2_CIM_LabelReaderStatInfo_qualifiers,
 47783                   /* super */
 47784                   &__root_cimv2_CIM_DeviceStatisticalInformation,
 47785                   /* features */
 47786                   _CIM_LabelReaderStatInfo_features,
 47787               };
 47788               
 47789               //==============================================================================
 47790               //
 47791               // Class: CIM_LANConnectivitySegment
 47792               //
 47793               //==============================================================================
 47794               
 47795               static const char*
 47796 mike  1.1.2.1 _CIM_LANConnectivitySegment_LANID_qualifiers[] =
 47797               {
 47798                   /* MaxLen */
 47799                   "\030\000\000\000\100",
 47800                   /* ModelCorrespondence */
 47801                   "\036\000\001CIM_LANEndpoint.LANID\000",
 47802                   0,
 47803               };
 47804               
 47805               static MetaProperty
 47806               _CIM_LANConnectivitySegment_LANID =
 47807               {
 47808                   /* flags */
 47809                   META_FLAG_PROPERTY|META_FLAG_READ,
 47810                   /* name */
 47811                   "LANID",
 47812                   /* qualifiers */
 47813                   _CIM_LANConnectivitySegment_LANID_qualifiers,
 47814                   /* type */
 47815                   CIMTYPE_STRING,
 47816                   /* subscript */
 47817 mike  1.1.2.1     -1,
 47818                   /* value */
 47819                   0,
 47820               };
 47821               
 47822               static const char*
 47823               _CIM_LANConnectivitySegment_ConnectivityType_qualifiers[] =
 47824               {
 47825                   /* ValueMap */
 47826                   "\061\000\0050\0001\0002\0003\0004\000",
 47827                   /* Values */
 47828                   "\062\000\005Unknown\000Other\000Ethernet\000TokenRing\000FDDI\000",
 47829                   /* ModelCorrespondence */
 47830                   "\036\000\001CIM_LANConnectivitySegment.OtherTypeDescription\000",
 47831                   0,
 47832               };
 47833               
 47834               static MetaProperty
 47835               _CIM_LANConnectivitySegment_ConnectivityType =
 47836               {
 47837                   /* flags */
 47838 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 47839                   /* name */
 47840                   "ConnectivityType",
 47841                   /* qualifiers */
 47842                   _CIM_LANConnectivitySegment_ConnectivityType_qualifiers,
 47843                   /* type */
 47844                   CIMTYPE_UINT16,
 47845                   /* subscript */
 47846                   -1,
 47847                   /* value */
 47848                   0,
 47849               };
 47850               
 47851               static const char*
 47852               _CIM_LANConnectivitySegment_OtherTypeDescription_qualifiers[] =
 47853               {
 47854                   /* ModelCorrespondence */
 47855                   "\036\000\001CIM_LANConnectivitySegment.ConnectivityType\000",
 47856                   0,
 47857               };
 47858               
 47859 mike  1.1.2.1 static MetaProperty
 47860               _CIM_LANConnectivitySegment_OtherTypeDescription =
 47861               {
 47862                   /* flags */
 47863                   META_FLAG_PROPERTY|META_FLAG_READ,
 47864                   /* name */
 47865                   "OtherTypeDescription",
 47866                   /* qualifiers */
 47867                   _CIM_LANConnectivitySegment_OtherTypeDescription_qualifiers,
 47868                   /* type */
 47869                   CIMTYPE_STRING,
 47870                   /* subscript */
 47871                   -1,
 47872                   /* value */
 47873                   0,
 47874               };
 47875               
 47876               static MetaFeature*
 47877               _CIM_LANConnectivitySegment_features[] =
 47878               {
 47879                   (MetaFeature*)&_CIM_LANConnectivitySegment_LANID,
 47880 mike  1.1.2.1     (MetaFeature*)&_CIM_LANConnectivitySegment_ConnectivityType,
 47881                   (MetaFeature*)&_CIM_LANConnectivitySegment_OtherTypeDescription,
 47882                   0,
 47883               };
 47884               
 47885               static const char*
 47886               __root_cimv2_CIM_LANConnectivitySegment_qualifiers[] =
 47887               {
 47888                   /* UMLPackagePath */
 47889                   "\057CIM::Network::Collections",
 47890                   /* Version */
 47891                   "\0632.7.0",
 47892                   0,
 47893               };
 47894               
 47895               MetaClass
 47896               __root_cimv2_CIM_LANConnectivitySegment =
 47897               {
 47898                   /* flags */
 47899                   META_FLAG_CLASS,
 47900                   /* name */
 47901 mike  1.1.2.1     "CIM_LANConnectivitySegment",
 47902                   /* qualifiers */
 47903                   __root_cimv2_CIM_LANConnectivitySegment_qualifiers,
 47904                   /* super */
 47905                   &__root_cimv2_CIM_ConnectivityCollection,
 47906                   /* features */
 47907                   _CIM_LANConnectivitySegment_features,
 47908               };
 47909               
 47910               //==============================================================================
 47911               //
 47912               // Class: CIM_LANSegment
 47913               //
 47914               //==============================================================================
 47915               
 47916               static const char*
 47917               _CIM_LANSegment_LANID_qualifiers[] =
 47918               {
 47919                   /* Deprecated */
 47920                   "\013\000\001CIM_LANConnectivitySegment.LANID\000",
 47921                   /* MaxLen */
 47922 mike  1.1.2.1     "\030\000\000\000\100",
 47923                   /* ModelCorrespondence */
 47924                   "\036\000\001CIM_LANEndpoint.LANID\000",
 47925                   0,
 47926               };
 47927               
 47928               static MetaProperty
 47929               _CIM_LANSegment_LANID =
 47930               {
 47931                   /* flags */
 47932                   META_FLAG_PROPERTY|META_FLAG_READ,
 47933                   /* name */
 47934                   "LANID",
 47935                   /* qualifiers */
 47936                   _CIM_LANSegment_LANID_qualifiers,
 47937                   /* type */
 47938                   CIMTYPE_STRING,
 47939                   /* subscript */
 47940                   -1,
 47941                   /* value */
 47942                   0,
 47943 mike  1.1.2.1 };
 47944               
 47945               static const char*
 47946               _CIM_LANSegment_LANType_qualifiers[] =
 47947               {
 47948                   /* Deprecated */
 47949                   "\013\000\001CIM_LANConnectivitySegment.ConnectivityType\000",
 47950                   /* ValueMap */
 47951                   "\061\000\0050\0001\0002\0003\0004\000",
 47952                   /* Values */
 47953                   "\062\000\005Unknown\000Other\000Ethernet\000TokenRing\000FDDI\000",
 47954                   /* ModelCorrespondence */
 47955                   "\036\000\001CIM_LANEndpoint.LANType\000",
 47956                   0,
 47957               };
 47958               
 47959               static MetaProperty
 47960               _CIM_LANSegment_LANType =
 47961               {
 47962                   /* flags */
 47963                   META_FLAG_PROPERTY|META_FLAG_READ,
 47964 mike  1.1.2.1     /* name */
 47965                   "LANType",
 47966                   /* qualifiers */
 47967                   _CIM_LANSegment_LANType_qualifiers,
 47968                   /* type */
 47969                   CIMTYPE_UINT16,
 47970                   /* subscript */
 47971                   -1,
 47972                   /* value */
 47973                   0,
 47974               };
 47975               
 47976               static const char*
 47977               _CIM_LANSegment_OtherLANType_qualifiers[] =
 47978               {
 47979                   /* Deprecated */
 47980                   "\013\000\001CIM_LANConnectivitySegment.OtherTypeDescription\000",
 47981                   /* MaxLen */
 47982                   "\030\000\000\000\100",
 47983                   /* ModelCorrespondence */
 47984                   "\036\000\001CIM_LANSegment.LANType\000",
 47985 mike  1.1.2.1     0,
 47986               };
 47987               
 47988               static MetaProperty
 47989               _CIM_LANSegment_OtherLANType =
 47990               {
 47991                   /* flags */
 47992                   META_FLAG_PROPERTY|META_FLAG_READ,
 47993                   /* name */
 47994                   "OtherLANType",
 47995                   /* qualifiers */
 47996                   _CIM_LANSegment_OtherLANType_qualifiers,
 47997                   /* type */
 47998                   CIMTYPE_STRING,
 47999                   /* subscript */
 48000                   -1,
 48001                   /* value */
 48002                   0,
 48003               };
 48004               
 48005               static MetaFeature*
 48006 mike  1.1.2.1 _CIM_LANSegment_features[] =
 48007               {
 48008                   (MetaFeature*)&_CIM_LANSegment_LANID,
 48009                   (MetaFeature*)&_CIM_LANSegment_LANType,
 48010                   (MetaFeature*)&_CIM_LANSegment_OtherLANType,
 48011                   0,
 48012               };
 48013               
 48014               static const char*
 48015               __root_cimv2_CIM_LANSegment_qualifiers[] =
 48016               {
 48017                   /* Deprecated */
 48018                   "\013\000\001CIM_LANConnectivitySegment\000",
 48019                   /* UMLPackagePath */
 48020                   "\057CIM::Network::Collections",
 48021                   /* Version */
 48022                   "\0632.7.0",
 48023                   0,
 48024               };
 48025               
 48026               MetaClass
 48027 mike  1.1.2.1 __root_cimv2_CIM_LANSegment =
 48028               {
 48029                   /* flags */
 48030                   META_FLAG_CLASS,
 48031                   /* name */
 48032                   "CIM_LANSegment",
 48033                   /* qualifiers */
 48034                   __root_cimv2_CIM_LANSegment_qualifiers,
 48035                   /* super */
 48036                   &__root_cimv2_CIM_LogicalNetwork,
 48037                   /* features */
 48038                   _CIM_LANSegment_features,
 48039               };
 48040               
 48041               //==============================================================================
 48042               //
 48043               // Class: CIM_LogicalElement
 48044               //
 48045               //==============================================================================
 48046               
 48047               static MetaFeature*
 48048 mike  1.1.2.1 _CIM_LogicalElement_features[] =
 48049               {
 48050                   0,
 48051               };
 48052               
 48053               static const char*
 48054               __root_cimv2_CIM_LogicalElement_qualifiers[] =
 48055               {
 48056                   /* UMLPackagePath */
 48057                   "\057CIM::Core::CoreElements",
 48058                   /* Abstract */
 48059                   "\002\001",
 48060                   /* Version */
 48061                   "\0632.6.0",
 48062                   0,
 48063               };
 48064               
 48065               MetaClass
 48066               __root_cimv2_CIM_LogicalElement =
 48067               {
 48068                   /* flags */
 48069 mike  1.1.2.1     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 48070                   /* name */
 48071                   "CIM_LogicalElement",
 48072                   /* qualifiers */
 48073                   __root_cimv2_CIM_LogicalElement_qualifiers,
 48074                   /* super */
 48075                   &__root_cimv2_CIM_ManagedSystemElement,
 48076                   /* features */
 48077                   _CIM_LogicalElement_features,
 48078               };
 48079               
 48080               //==============================================================================
 48081               //
 48082               // Class: CIM_LogicalElementPerformsUoW
 48083               //
 48084               //==============================================================================
 48085               
 48086               static const char*
 48087               _CIM_LogicalElementPerformsUoW_Antecedent_qualifiers[] =
 48088               {
 48089                   /* Override */
 48090 mike  1.1.2.1     "\044Antecedent",
 48091                   0,
 48092               };
 48093               
 48094               static MetaReference
 48095               _CIM_LogicalElementPerformsUoW_Antecedent =
 48096               {
 48097                   /* flags */
 48098                   META_FLAG_REFERENCE|META_FLAG_READ,
 48099                   /* name */
 48100                   "Antecedent",
 48101                   /* qualifiers */
 48102                   _CIM_LogicalElementPerformsUoW_Antecedent_qualifiers,
 48103                   /* subscript */
 48104                   -1,
 48105                   /* refId */
 48106                   &__root_cimv2_CIM_LogicalElement,
 48107               };
 48108               
 48109               static const char*
 48110               _CIM_LogicalElementPerformsUoW_Dependent_qualifiers[] =
 48111 mike  1.1.2.1 {
 48112                   /* Override */
 48113                   "\044Dependent",
 48114                   0,
 48115               };
 48116               
 48117               static MetaReference
 48118               _CIM_LogicalElementPerformsUoW_Dependent =
 48119               {
 48120                   /* flags */
 48121                   META_FLAG_REFERENCE|META_FLAG_READ,
 48122                   /* name */
 48123                   "Dependent",
 48124                   /* qualifiers */
 48125                   _CIM_LogicalElementPerformsUoW_Dependent_qualifiers,
 48126                   /* subscript */
 48127                   -1,
 48128                   /* refId */
 48129                   &__root_cimv2_CIM_UnitOfWork,
 48130               };
 48131               
 48132 mike  1.1.2.1 static MetaFeature*
 48133               _CIM_LogicalElementPerformsUoW_features[] =
 48134               {
 48135                   (MetaFeature*)&_CIM_LogicalElementPerformsUoW_Antecedent,
 48136                   (MetaFeature*)&_CIM_LogicalElementPerformsUoW_Dependent,
 48137                   0,
 48138               };
 48139               
 48140               static const char*
 48141               __root_cimv2_CIM_LogicalElementPerformsUoW_qualifiers[] =
 48142               {
 48143                   /* ASSOCIATION */
 48144                   "\000\001",
 48145                   /* UMLPackagePath */
 48146                   "\057CIM::Metrics::UnitOfWork",
 48147                   /* Version */
 48148                   "\0632.6.0",
 48149                   0,
 48150               };
 48151               
 48152               MetaClass
 48153 mike  1.1.2.1 __root_cimv2_CIM_LogicalElementPerformsUoW =
 48154               {
 48155                   /* flags */
 48156                   META_FLAG_ASSOCIATION,
 48157                   /* name */
 48158                   "CIM_LogicalElementPerformsUoW",
 48159                   /* qualifiers */
 48160                   __root_cimv2_CIM_LogicalElementPerformsUoW_qualifiers,
 48161                   /* super */
 48162                   &__root_cimv2_CIM_Dependency,
 48163                   /* features */
 48164                   _CIM_LogicalElementPerformsUoW_features,
 48165               };
 48166               
 48167               //==============================================================================
 48168               //
 48169               // Class: CIM_LogicalFile
 48170               //
 48171               //==============================================================================
 48172               
 48173               static const char*
 48174 mike  1.1.2.1 _CIM_LogicalFile_CSCreationClassName_qualifiers[] =
 48175               {
 48176                   /* Key */
 48177                   "\025\001",
 48178                   /* Propagated */
 48179                   "\045CIM_FileSystem.CSCreationClassName",
 48180                   /* MaxLen */
 48181                   "\030\000\000\001\000",
 48182                   0,
 48183               };
 48184               
 48185               static MetaProperty
 48186               _CIM_LogicalFile_CSCreationClassName =
 48187               {
 48188                   /* flags */
 48189                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48190                   /* name */
 48191                   "CSCreationClassName",
 48192                   /* qualifiers */
 48193                   _CIM_LogicalFile_CSCreationClassName_qualifiers,
 48194                   /* type */
 48195 mike  1.1.2.1     CIMTYPE_STRING,
 48196                   /* subscript */
 48197                   -1,
 48198                   /* value */
 48199                   0,
 48200               };
 48201               
 48202               static const char*
 48203               _CIM_LogicalFile_CSName_qualifiers[] =
 48204               {
 48205                   /* Key */
 48206                   "\025\001",
 48207                   /* Propagated */
 48208                   "\045CIM_FileSystem.CSName",
 48209                   /* MaxLen */
 48210                   "\030\000\000\001\000",
 48211                   0,
 48212               };
 48213               
 48214               static MetaProperty
 48215               _CIM_LogicalFile_CSName =
 48216 mike  1.1.2.1 {
 48217                   /* flags */
 48218                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48219                   /* name */
 48220                   "CSName",
 48221                   /* qualifiers */
 48222                   _CIM_LogicalFile_CSName_qualifiers,
 48223                   /* type */
 48224                   CIMTYPE_STRING,
 48225                   /* subscript */
 48226                   -1,
 48227                   /* value */
 48228                   0,
 48229               };
 48230               
 48231               static const char*
 48232               _CIM_LogicalFile_FSCreationClassName_qualifiers[] =
 48233               {
 48234                   /* Key */
 48235                   "\025\001",
 48236                   /* Propagated */
 48237 mike  1.1.2.1     "\045CIM_FileSystem.CreationClassName",
 48238                   /* MaxLen */
 48239                   "\030\000\000\001\000",
 48240                   0,
 48241               };
 48242               
 48243               static MetaProperty
 48244               _CIM_LogicalFile_FSCreationClassName =
 48245               {
 48246                   /* flags */
 48247                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48248                   /* name */
 48249                   "FSCreationClassName",
 48250                   /* qualifiers */
 48251                   _CIM_LogicalFile_FSCreationClassName_qualifiers,
 48252                   /* type */
 48253                   CIMTYPE_STRING,
 48254                   /* subscript */
 48255                   -1,
 48256                   /* value */
 48257                   0,
 48258 mike  1.1.2.1 };
 48259               
 48260               static const char*
 48261               _CIM_LogicalFile_FSName_qualifiers[] =
 48262               {
 48263                   /* Key */
 48264                   "\025\001",
 48265                   /* Propagated */
 48266                   "\045CIM_FileSystem.Name",
 48267                   /* MaxLen */
 48268                   "\030\000\000\001\000",
 48269                   0,
 48270               };
 48271               
 48272               static MetaProperty
 48273               _CIM_LogicalFile_FSName =
 48274               {
 48275                   /* flags */
 48276                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48277                   /* name */
 48278                   "FSName",
 48279 mike  1.1.2.1     /* qualifiers */
 48280                   _CIM_LogicalFile_FSName_qualifiers,
 48281                   /* type */
 48282                   CIMTYPE_STRING,
 48283                   /* subscript */
 48284                   -1,
 48285                   /* value */
 48286                   0,
 48287               };
 48288               
 48289               static const char*
 48290               _CIM_LogicalFile_CreationClassName_qualifiers[] =
 48291               {
 48292                   /* Key */
 48293                   "\025\001",
 48294                   /* MaxLen */
 48295                   "\030\000\000\001\000",
 48296                   0,
 48297               };
 48298               
 48299               static MetaProperty
 48300 mike  1.1.2.1 _CIM_LogicalFile_CreationClassName =
 48301               {
 48302                   /* flags */
 48303                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48304                   /* name */
 48305                   "CreationClassName",
 48306                   /* qualifiers */
 48307                   _CIM_LogicalFile_CreationClassName_qualifiers,
 48308                   /* type */
 48309                   CIMTYPE_STRING,
 48310                   /* subscript */
 48311                   -1,
 48312                   /* value */
 48313                   0,
 48314               };
 48315               
 48316               static const char*
 48317               _CIM_LogicalFile_Name_qualifiers[] =
 48318               {
 48319                   /* Key */
 48320                   "\025\001",
 48321 mike  1.1.2.1     /* Override */
 48322                   "\044Name",
 48323                   /* MaxLen */
 48324                   "\030\000\000\004\000",
 48325                   0,
 48326               };
 48327               
 48328               static MetaProperty
 48329               _CIM_LogicalFile_Name =
 48330               {
 48331                   /* flags */
 48332                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48333                   /* name */
 48334                   "Name",
 48335                   /* qualifiers */
 48336                   _CIM_LogicalFile_Name_qualifiers,
 48337                   /* type */
 48338                   CIMTYPE_STRING,
 48339                   /* subscript */
 48340                   -1,
 48341                   /* value */
 48342 mike  1.1.2.1     0,
 48343               };
 48344               
 48345               static const char*
 48346               _CIM_LogicalFile_FileSize_qualifiers[] =
 48347               {
 48348                   /* Units */
 48349                   "\060Bytes",
 48350                   /* Gauge */
 48351                   "\023\001",
 48352                   0,
 48353               };
 48354               
 48355               static MetaProperty
 48356               _CIM_LogicalFile_FileSize =
 48357               {
 48358                   /* flags */
 48359                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 48360                   /* name */
 48361                   "FileSize",
 48362                   /* qualifiers */
 48363 mike  1.1.2.1     _CIM_LogicalFile_FileSize_qualifiers,
 48364                   /* type */
 48365                   CIMTYPE_UINT64,
 48366                   /* subscript */
 48367                   -1,
 48368                   /* value */
 48369                   0,
 48370               };
 48371               
 48372               static const char*
 48373               _CIM_LogicalFile_CreationDate_qualifiers[] =
 48374               {
 48375                   0,
 48376               };
 48377               
 48378               static MetaProperty
 48379               _CIM_LogicalFile_CreationDate =
 48380               {
 48381                   /* flags */
 48382                   META_FLAG_PROPERTY|META_FLAG_READ,
 48383                   /* name */
 48384 mike  1.1.2.1     "CreationDate",
 48385                   /* qualifiers */
 48386                   _CIM_LogicalFile_CreationDate_qualifiers,
 48387                   /* type */
 48388                   CIMTYPE_DATETIME,
 48389                   /* subscript */
 48390                   -1,
 48391                   /* value */
 48392                   0,
 48393               };
 48394               
 48395               static const char*
 48396               _CIM_LogicalFile_LastModified_qualifiers[] =
 48397               {
 48398                   0,
 48399               };
 48400               
 48401               static MetaProperty
 48402               _CIM_LogicalFile_LastModified =
 48403               {
 48404                   /* flags */
 48405 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 48406                   /* name */
 48407                   "LastModified",
 48408                   /* qualifiers */
 48409                   _CIM_LogicalFile_LastModified_qualifiers,
 48410                   /* type */
 48411                   CIMTYPE_DATETIME,
 48412                   /* subscript */
 48413                   -1,
 48414                   /* value */
 48415                   0,
 48416               };
 48417               
 48418               static const char*
 48419               _CIM_LogicalFile_LastAccessed_qualifiers[] =
 48420               {
 48421                   0,
 48422               };
 48423               
 48424               static MetaProperty
 48425               _CIM_LogicalFile_LastAccessed =
 48426 mike  1.1.2.1 {
 48427                   /* flags */
 48428                   META_FLAG_PROPERTY|META_FLAG_READ,
 48429                   /* name */
 48430                   "LastAccessed",
 48431                   /* qualifiers */
 48432                   _CIM_LogicalFile_LastAccessed_qualifiers,
 48433                   /* type */
 48434                   CIMTYPE_DATETIME,
 48435                   /* subscript */
 48436                   -1,
 48437                   /* value */
 48438                   0,
 48439               };
 48440               
 48441               static const char*
 48442               _CIM_LogicalFile_Readable_qualifiers[] =
 48443               {
 48444                   0,
 48445               };
 48446               
 48447 mike  1.1.2.1 static MetaProperty
 48448               _CIM_LogicalFile_Readable =
 48449               {
 48450                   /* flags */
 48451                   META_FLAG_PROPERTY|META_FLAG_READ,
 48452                   /* name */
 48453                   "Readable",
 48454                   /* qualifiers */
 48455                   _CIM_LogicalFile_Readable_qualifiers,
 48456                   /* type */
 48457                   CIMTYPE_BOOLEAN,
 48458                   /* subscript */
 48459                   -1,
 48460                   /* value */
 48461                   0,
 48462               };
 48463               
 48464               static const char*
 48465               _CIM_LogicalFile_Writeable_qualifiers[] =
 48466               {
 48467                   0,
 48468 mike  1.1.2.1 };
 48469               
 48470               static MetaProperty
 48471               _CIM_LogicalFile_Writeable =
 48472               {
 48473                   /* flags */
 48474                   META_FLAG_PROPERTY|META_FLAG_READ,
 48475                   /* name */
 48476                   "Writeable",
 48477                   /* qualifiers */
 48478                   _CIM_LogicalFile_Writeable_qualifiers,
 48479                   /* type */
 48480                   CIMTYPE_BOOLEAN,
 48481                   /* subscript */
 48482                   -1,
 48483                   /* value */
 48484                   0,
 48485               };
 48486               
 48487               static const char*
 48488               _CIM_LogicalFile_Executable_qualifiers[] =
 48489 mike  1.1.2.1 {
 48490                   0,
 48491               };
 48492               
 48493               static MetaProperty
 48494               _CIM_LogicalFile_Executable =
 48495               {
 48496                   /* flags */
 48497                   META_FLAG_PROPERTY|META_FLAG_READ,
 48498                   /* name */
 48499                   "Executable",
 48500                   /* qualifiers */
 48501                   _CIM_LogicalFile_Executable_qualifiers,
 48502                   /* type */
 48503                   CIMTYPE_BOOLEAN,
 48504                   /* subscript */
 48505                   -1,
 48506                   /* value */
 48507                   0,
 48508               };
 48509               
 48510 mike  1.1.2.1 static const char*
 48511               _CIM_LogicalFile_CompressionMethod_qualifiers[] =
 48512               {
 48513                   0,
 48514               };
 48515               
 48516               static MetaProperty
 48517               _CIM_LogicalFile_CompressionMethod =
 48518               {
 48519                   /* flags */
 48520                   META_FLAG_PROPERTY|META_FLAG_READ,
 48521                   /* name */
 48522                   "CompressionMethod",
 48523                   /* qualifiers */
 48524                   _CIM_LogicalFile_CompressionMethod_qualifiers,
 48525                   /* type */
 48526                   CIMTYPE_STRING,
 48527                   /* subscript */
 48528                   -1,
 48529                   /* value */
 48530                   0,
 48531 mike  1.1.2.1 };
 48532               
 48533               static const char*
 48534               _CIM_LogicalFile_EncryptionMethod_qualifiers[] =
 48535               {
 48536                   0,
 48537               };
 48538               
 48539               static MetaProperty
 48540               _CIM_LogicalFile_EncryptionMethod =
 48541               {
 48542                   /* flags */
 48543                   META_FLAG_PROPERTY|META_FLAG_READ,
 48544                   /* name */
 48545                   "EncryptionMethod",
 48546                   /* qualifiers */
 48547                   _CIM_LogicalFile_EncryptionMethod_qualifiers,
 48548                   /* type */
 48549                   CIMTYPE_STRING,
 48550                   /* subscript */
 48551                   -1,
 48552 mike  1.1.2.1     /* value */
 48553                   0,
 48554               };
 48555               
 48556               static const char*
 48557               _CIM_LogicalFile_InUseCount_qualifiers[] =
 48558               {
 48559                   /* Counter */
 48560                   "\012\001",
 48561                   0,
 48562               };
 48563               
 48564               static MetaProperty
 48565               _CIM_LogicalFile_InUseCount =
 48566               {
 48567                   /* flags */
 48568                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 48569                   /* name */
 48570                   "InUseCount",
 48571                   /* qualifiers */
 48572                   _CIM_LogicalFile_InUseCount_qualifiers,
 48573 mike  1.1.2.1     /* type */
 48574                   CIMTYPE_UINT64,
 48575                   /* subscript */
 48576                   -1,
 48577                   /* value */
 48578                   0,
 48579               };
 48580               
 48581               static MetaFeature*
 48582               _CIM_LogicalFile_features[] =
 48583               {
 48584                   (MetaFeature*)&_CIM_LogicalFile_CSCreationClassName,
 48585                   (MetaFeature*)&_CIM_LogicalFile_CSName,
 48586                   (MetaFeature*)&_CIM_LogicalFile_FSCreationClassName,
 48587                   (MetaFeature*)&_CIM_LogicalFile_FSName,
 48588                   (MetaFeature*)&_CIM_LogicalFile_CreationClassName,
 48589                   (MetaFeature*)&_CIM_LogicalFile_Name,
 48590                   (MetaFeature*)&_CIM_LogicalFile_FileSize,
 48591                   (MetaFeature*)&_CIM_LogicalFile_CreationDate,
 48592                   (MetaFeature*)&_CIM_LogicalFile_LastModified,
 48593                   (MetaFeature*)&_CIM_LogicalFile_LastAccessed,
 48594 mike  1.1.2.1     (MetaFeature*)&_CIM_LogicalFile_Readable,
 48595                   (MetaFeature*)&_CIM_LogicalFile_Writeable,
 48596                   (MetaFeature*)&_CIM_LogicalFile_Executable,
 48597                   (MetaFeature*)&_CIM_LogicalFile_CompressionMethod,
 48598                   (MetaFeature*)&_CIM_LogicalFile_EncryptionMethod,
 48599                   (MetaFeature*)&_CIM_LogicalFile_InUseCount,
 48600                   0,
 48601               };
 48602               
 48603               static const char*
 48604               __root_cimv2_CIM_LogicalFile_qualifiers[] =
 48605               {
 48606                   /* UMLPackagePath */
 48607                   "\057CIM::System::FileElements",
 48608                   /* Version */
 48609                   "\0632.6.0",
 48610                   0,
 48611               };
 48612               
 48613               MetaClass
 48614               __root_cimv2_CIM_LogicalFile =
 48615 mike  1.1.2.1 {
 48616                   /* flags */
 48617                   META_FLAG_CLASS,
 48618                   /* name */
 48619                   "CIM_LogicalFile",
 48620                   /* qualifiers */
 48621                   __root_cimv2_CIM_LogicalFile_qualifiers,
 48622                   /* super */
 48623                   &__root_cimv2_CIM_LogicalElement,
 48624                   /* features */
 48625                   _CIM_LogicalFile_features,
 48626               };
 48627               
 48628               //==============================================================================
 48629               //
 48630               // Class: CIM_LogicalPortGroup
 48631               //
 48632               //==============================================================================
 48633               
 48634               static const char*
 48635               _CIM_LogicalPortGroup_Name_qualifiers[] =
 48636 mike  1.1.2.1 {
 48637                   /* MaxLen */
 48638                   "\030\000\000\001\000",
 48639                   /* ModelCorrespondence */
 48640                   "\036\000\001CIM_LogicalPortGroup.NameFormat\000",
 48641                   0,
 48642               };
 48643               
 48644               static MetaProperty
 48645               _CIM_LogicalPortGroup_Name =
 48646               {
 48647                   /* flags */
 48648                   META_FLAG_PROPERTY|META_FLAG_READ,
 48649                   /* name */
 48650                   "Name",
 48651                   /* qualifiers */
 48652                   _CIM_LogicalPortGroup_Name_qualifiers,
 48653                   /* type */
 48654                   CIMTYPE_STRING,
 48655                   /* subscript */
 48656                   -1,
 48657 mike  1.1.2.1     /* value */
 48658                   0,
 48659               };
 48660               
 48661               static const char*
 48662               _CIM_LogicalPortGroup_NameFormat_qualifiers[] =
 48663               {
 48664                   /* ValueMap */
 48665                   "\061\000\004Unknown\000Other\000WWN\000GUID\000",
 48666                   /* MaxLen */
 48667                   "\030\000\000\000\100",
 48668                   /* ModelCorrespondence */
 48669                   "\036\000\002CIM_LogicalPortGroup.Name\000CIM_LogicalPortGroup.OtherNameFormat\000",
 48670                   0,
 48671               };
 48672               
 48673               static MetaProperty
 48674               _CIM_LogicalPortGroup_NameFormat =
 48675               {
 48676                   /* flags */
 48677                   META_FLAG_PROPERTY|META_FLAG_READ,
 48678 mike  1.1.2.1     /* name */
 48679                   "NameFormat",
 48680                   /* qualifiers */
 48681                   _CIM_LogicalPortGroup_NameFormat_qualifiers,
 48682                   /* type */
 48683                   CIMTYPE_STRING,
 48684                   /* subscript */
 48685                   -1,
 48686                   /* value */
 48687                   0,
 48688               };
 48689               
 48690               static const char*
 48691               _CIM_LogicalPortGroup_OtherNameFormat_qualifiers[] =
 48692               {
 48693                   /* ModelCorrespondence */
 48694                   "\036\000\001CIM_LogicalPortGroup.Name\000",
 48695                   0,
 48696               };
 48697               
 48698               static MetaProperty
 48699 mike  1.1.2.1 _CIM_LogicalPortGroup_OtherNameFormat =
 48700               {
 48701                   /* flags */
 48702                   META_FLAG_PROPERTY|META_FLAG_READ,
 48703                   /* name */
 48704                   "OtherNameFormat",
 48705                   /* qualifiers */
 48706                   _CIM_LogicalPortGroup_OtherNameFormat_qualifiers,
 48707                   /* type */
 48708                   CIMTYPE_STRING,
 48709                   /* subscript */
 48710                   -1,
 48711                   /* value */
 48712                   0,
 48713               };
 48714               
 48715               static MetaFeature*
 48716               _CIM_LogicalPortGroup_features[] =
 48717               {
 48718                   (MetaFeature*)&_CIM_LogicalPortGroup_Name,
 48719                   (MetaFeature*)&_CIM_LogicalPortGroup_NameFormat,
 48720 mike  1.1.2.1     (MetaFeature*)&_CIM_LogicalPortGroup_OtherNameFormat,
 48721                   0,
 48722               };
 48723               
 48724               static const char*
 48725               __root_cimv2_CIM_LogicalPortGroup_qualifiers[] =
 48726               {
 48727                   /* UMLPackagePath */
 48728                   "\057CIM::Device::Ports",
 48729                   /* Version */
 48730                   "\0632.10.0",
 48731                   0,
 48732               };
 48733               
 48734               MetaClass
 48735               __root_cimv2_CIM_LogicalPortGroup =
 48736               {
 48737                   /* flags */
 48738                   META_FLAG_CLASS,
 48739                   /* name */
 48740                   "CIM_LogicalPortGroup",
 48741 mike  1.1.2.1     /* qualifiers */
 48742                   __root_cimv2_CIM_LogicalPortGroup_qualifiers,
 48743                   /* super */
 48744                   &__root_cimv2_CIM_SystemSpecificCollection,
 48745                   /* features */
 48746                   _CIM_LogicalPortGroup_features,
 48747               };
 48748               
 48749               //==============================================================================
 48750               //
 48751               // Class: CIM_LogicalPortSettings
 48752               //
 48753               //==============================================================================
 48754               
 48755               static const char*
 48756               _CIM_LogicalPortSettings_RequestedSpeed_qualifiers[] =
 48757               {
 48758                   /* Write */
 48759                   "\065\001",
 48760                   /* Units */
 48761                   "\060Bits per Second",
 48762 mike  1.1.2.1     /* MappingStrings */
 48763                   "\026\000\001FC-SWAPI.INCITS-T11|UcPortConfigSetLinkSpeed\000",
 48764                   /* ModelCorrespondence */
 48765                   "\036\000\001CIM_LogicalPort.Speed\000",
 48766                   0,
 48767               };
 48768               
 48769               static MetaProperty
 48770               _CIM_LogicalPortSettings_RequestedSpeed =
 48771               {
 48772                   /* flags */
 48773                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 48774                   /* name */
 48775                   "RequestedSpeed",
 48776                   /* qualifiers */
 48777                   _CIM_LogicalPortSettings_RequestedSpeed_qualifiers,
 48778                   /* type */
 48779                   CIMTYPE_UINT64,
 48780                   /* subscript */
 48781                   -1,
 48782                   /* value */
 48783 mike  1.1.2.1     0,
 48784               };
 48785               
 48786               static const char*
 48787               _CIM_LogicalPortSettings_AutoSenseSpeed_qualifiers[] =
 48788               {
 48789                   /* Write */
 48790                   "\065\001",
 48791                   /* MappingStrings */
 48792                   "\026\000\001FC-SWAPI.INCITS-T11|UcPortConfigSetLinkSpeed\000",
 48793                   /* ModelCorrespondence */
 48794                   "\036\000\002CIM_LogicalPort.Speed\000CIM_LogicalPortCapabilities.AutoSenseSpeedConfigurable\000",
 48795                   0,
 48796               };
 48797               
 48798               static MetaProperty
 48799               _CIM_LogicalPortSettings_AutoSenseSpeed =
 48800               {
 48801                   /* flags */
 48802                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 48803                   /* name */
 48804 mike  1.1.2.1     "AutoSenseSpeed",
 48805                   /* qualifiers */
 48806                   _CIM_LogicalPortSettings_AutoSenseSpeed_qualifiers,
 48807                   /* type */
 48808                   CIMTYPE_BOOLEAN,
 48809                   /* subscript */
 48810                   -1,
 48811                   /* value */
 48812                   0,
 48813               };
 48814               
 48815               static MetaFeature*
 48816               _CIM_LogicalPortSettings_features[] =
 48817               {
 48818                   (MetaFeature*)&_CIM_LogicalPortSettings_RequestedSpeed,
 48819                   (MetaFeature*)&_CIM_LogicalPortSettings_AutoSenseSpeed,
 48820                   0,
 48821               };
 48822               
 48823               static const char*
 48824               __root_cimv2_CIM_LogicalPortSettings_qualifiers[] =
 48825 mike  1.1.2.1 {
 48826                   /* UMLPackagePath */
 48827                   "\057CIM::Device::Ports",
 48828                   /* Version */
 48829                   "\0632.11.0",
 48830                   0,
 48831               };
 48832               
 48833               MetaClass
 48834               __root_cimv2_CIM_LogicalPortSettings =
 48835               {
 48836                   /* flags */
 48837                   META_FLAG_CLASS,
 48838                   /* name */
 48839                   "CIM_LogicalPortSettings",
 48840                   /* qualifiers */
 48841                   __root_cimv2_CIM_LogicalPortSettings_qualifiers,
 48842                   /* super */
 48843                   &__root_cimv2_CIM_SettingData,
 48844                   /* features */
 48845                   _CIM_LogicalPortSettings_features,
 48846 mike  1.1.2.1 };
 48847               
 48848               //==============================================================================
 48849               //
 48850               // Class: CIM_LogRecord
 48851               //
 48852               //==============================================================================
 48853               
 48854               static const char*
 48855               _CIM_LogRecord_LogCreationClassName_qualifiers[] =
 48856               {
 48857                   /* Key */
 48858                   "\025\001",
 48859                   /* Propagated */
 48860                   "\045CIM_MessageLog.CreationClassName",
 48861                   /* MaxLen */
 48862                   "\030\000\000\001\000",
 48863                   0,
 48864               };
 48865               
 48866               static MetaProperty
 48867 mike  1.1.2.1 _CIM_LogRecord_LogCreationClassName =
 48868               {
 48869                   /* flags */
 48870                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48871                   /* name */
 48872                   "LogCreationClassName",
 48873                   /* qualifiers */
 48874                   _CIM_LogRecord_LogCreationClassName_qualifiers,
 48875                   /* type */
 48876                   CIMTYPE_STRING,
 48877                   /* subscript */
 48878                   -1,
 48879                   /* value */
 48880                   0,
 48881               };
 48882               
 48883               static const char*
 48884               _CIM_LogRecord_LogName_qualifiers[] =
 48885               {
 48886                   /* Key */
 48887                   "\025\001",
 48888 mike  1.1.2.1     /* Propagated */
 48889                   "\045CIM_MessageLog.Name",
 48890                   /* MaxLen */
 48891                   "\030\000\000\001\000",
 48892                   0,
 48893               };
 48894               
 48895               static MetaProperty
 48896               _CIM_LogRecord_LogName =
 48897               {
 48898                   /* flags */
 48899                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48900                   /* name */
 48901                   "LogName",
 48902                   /* qualifiers */
 48903                   _CIM_LogRecord_LogName_qualifiers,
 48904                   /* type */
 48905                   CIMTYPE_STRING,
 48906                   /* subscript */
 48907                   -1,
 48908                   /* value */
 48909 mike  1.1.2.1     0,
 48910               };
 48911               
 48912               static const char*
 48913               _CIM_LogRecord_CreationClassName_qualifiers[] =
 48914               {
 48915                   /* Key */
 48916                   "\025\001",
 48917                   /* MaxLen */
 48918                   "\030\000\000\001\000",
 48919                   0,
 48920               };
 48921               
 48922               static MetaProperty
 48923               _CIM_LogRecord_CreationClassName =
 48924               {
 48925                   /* flags */
 48926                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48927                   /* name */
 48928                   "CreationClassName",
 48929                   /* qualifiers */
 48930 mike  1.1.2.1     _CIM_LogRecord_CreationClassName_qualifiers,
 48931                   /* type */
 48932                   CIMTYPE_STRING,
 48933                   /* subscript */
 48934                   -1,
 48935                   /* value */
 48936                   0,
 48937               };
 48938               
 48939               static const char*
 48940               _CIM_LogRecord_RecordID_qualifiers[] =
 48941               {
 48942                   /* Key */
 48943                   "\025\001",
 48944                   /* MaxLen */
 48945                   "\030\000\000\001\000",
 48946                   0,
 48947               };
 48948               
 48949               static MetaProperty
 48950               _CIM_LogRecord_RecordID =
 48951 mike  1.1.2.1 {
 48952                   /* flags */
 48953                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48954                   /* name */
 48955                   "RecordID",
 48956                   /* qualifiers */
 48957                   _CIM_LogRecord_RecordID_qualifiers,
 48958                   /* type */
 48959                   CIMTYPE_STRING,
 48960                   /* subscript */
 48961                   -1,
 48962                   /* value */
 48963                   0,
 48964               };
 48965               
 48966               static const char*
 48967               _CIM_LogRecord_MessageTimestamp_qualifiers[] =
 48968               {
 48969                   /* Key */
 48970                   "\025\001",
 48971                   0,
 48972 mike  1.1.2.1 };
 48973               
 48974               static MetaProperty
 48975               _CIM_LogRecord_MessageTimestamp =
 48976               {
 48977                   /* flags */
 48978                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 48979                   /* name */
 48980                   "MessageTimestamp",
 48981                   /* qualifiers */
 48982                   _CIM_LogRecord_MessageTimestamp_qualifiers,
 48983                   /* type */
 48984                   CIMTYPE_DATETIME,
 48985                   /* subscript */
 48986                   -1,
 48987                   /* value */
 48988                   0,
 48989               };
 48990               
 48991               static const char*
 48992               _CIM_LogRecord_DataFormat_qualifiers[] =
 48993 mike  1.1.2.1 {
 48994                   /* Deprecated */
 48995                   "\013\000\001CIM_LogRecord.RecordFormat\000",
 48996                   0,
 48997               };
 48998               
 48999               static MetaProperty
 49000               _CIM_LogRecord_DataFormat =
 49001               {
 49002                   /* flags */
 49003                   META_FLAG_PROPERTY|META_FLAG_READ,
 49004                   /* name */
 49005                   "DataFormat",
 49006                   /* qualifiers */
 49007                   _CIM_LogRecord_DataFormat_qualifiers,
 49008                   /* type */
 49009                   CIMTYPE_STRING,
 49010                   /* subscript */
 49011                   -1,
 49012                   /* value */
 49013                   0,
 49014 mike  1.1.2.1 };
 49015               
 49016               static MetaFeature*
 49017               _CIM_LogRecord_features[] =
 49018               {
 49019                   (MetaFeature*)&_CIM_LogRecord_LogCreationClassName,
 49020                   (MetaFeature*)&_CIM_LogRecord_LogName,
 49021                   (MetaFeature*)&_CIM_LogRecord_CreationClassName,
 49022                   (MetaFeature*)&_CIM_LogRecord_RecordID,
 49023                   (MetaFeature*)&_CIM_LogRecord_MessageTimestamp,
 49024                   (MetaFeature*)&_CIM_LogRecord_DataFormat,
 49025                   0,
 49026               };
 49027               
 49028               static const char*
 49029               __root_cimv2_CIM_LogRecord_qualifiers[] =
 49030               {
 49031                   /* UMLPackagePath */
 49032                   "\057CIM::System::Logs",
 49033                   /* Version */
 49034                   "\0632.11.0",
 49035 mike  1.1.2.1     0,
 49036               };
 49037               
 49038               MetaClass
 49039               __root_cimv2_CIM_LogRecord =
 49040               {
 49041                   /* flags */
 49042                   META_FLAG_CLASS,
 49043                   /* name */
 49044                   "CIM_LogRecord",
 49045                   /* qualifiers */
 49046                   __root_cimv2_CIM_LogRecord_qualifiers,
 49047                   /* super */
 49048                   &__root_cimv2_CIM_RecordForLog,
 49049                   /* features */
 49050                   _CIM_LogRecord_features,
 49051               };
 49052               
 49053               //==============================================================================
 49054               //
 49055               // Class: CIM_MediaAccessStatData
 49056 mike  1.1.2.1 //
 49057               //==============================================================================
 49058               
 49059               static const char*
 49060               _CIM_MediaAccessStatData_ReadOperations_qualifiers[] =
 49061               {
 49062                   /* Counter */
 49063                   "\012\001",
 49064                   0,
 49065               };
 49066               
 49067               static MetaProperty
 49068               _CIM_MediaAccessStatData_ReadOperations =
 49069               {
 49070                   /* flags */
 49071                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49072                   /* name */
 49073                   "ReadOperations",
 49074                   /* qualifiers */
 49075                   _CIM_MediaAccessStatData_ReadOperations_qualifiers,
 49076                   /* type */
 49077 mike  1.1.2.1     CIMTYPE_UINT64,
 49078                   /* subscript */
 49079                   -1,
 49080                   /* value */
 49081                   0,
 49082               };
 49083               
 49084               static const char*
 49085               _CIM_MediaAccessStatData_UnrecoverableReadOperations_qualifiers[] =
 49086               {
 49087                   /* Counter */
 49088                   "\012\001",
 49089                   0,
 49090               };
 49091               
 49092               static MetaProperty
 49093               _CIM_MediaAccessStatData_UnrecoverableReadOperations =
 49094               {
 49095                   /* flags */
 49096                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49097                   /* name */
 49098 mike  1.1.2.1     "UnrecoverableReadOperations",
 49099                   /* qualifiers */
 49100                   _CIM_MediaAccessStatData_UnrecoverableReadOperations_qualifiers,
 49101                   /* type */
 49102                   CIMTYPE_UINT64,
 49103                   /* subscript */
 49104                   -1,
 49105                   /* value */
 49106                   0,
 49107               };
 49108               
 49109               static const char*
 49110               _CIM_MediaAccessStatData_WriteOperations_qualifiers[] =
 49111               {
 49112                   /* Counter */
 49113                   "\012\001",
 49114                   0,
 49115               };
 49116               
 49117               static MetaProperty
 49118               _CIM_MediaAccessStatData_WriteOperations =
 49119 mike  1.1.2.1 {
 49120                   /* flags */
 49121                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49122                   /* name */
 49123                   "WriteOperations",
 49124                   /* qualifiers */
 49125                   _CIM_MediaAccessStatData_WriteOperations_qualifiers,
 49126                   /* type */
 49127                   CIMTYPE_UINT64,
 49128                   /* subscript */
 49129                   -1,
 49130                   /* value */
 49131                   0,
 49132               };
 49133               
 49134               static const char*
 49135               _CIM_MediaAccessStatData_UnrecoverableWriteOperations_qualifiers[] =
 49136               {
 49137                   /* Counter */
 49138                   "\012\001",
 49139                   0,
 49140 mike  1.1.2.1 };
 49141               
 49142               static MetaProperty
 49143               _CIM_MediaAccessStatData_UnrecoverableWriteOperations =
 49144               {
 49145                   /* flags */
 49146                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49147                   /* name */
 49148                   "UnrecoverableWriteOperations",
 49149                   /* qualifiers */
 49150                   _CIM_MediaAccessStatData_UnrecoverableWriteOperations_qualifiers,
 49151                   /* type */
 49152                   CIMTYPE_UINT64,
 49153                   /* subscript */
 49154                   -1,
 49155                   /* value */
 49156                   0,
 49157               };
 49158               
 49159               static const char*
 49160               _CIM_MediaAccessStatData_RecoveredReadOperations_qualifiers[] =
 49161 mike  1.1.2.1 {
 49162                   /* Counter */
 49163                   "\012\001",
 49164                   0,
 49165               };
 49166               
 49167               static MetaProperty
 49168               _CIM_MediaAccessStatData_RecoveredReadOperations =
 49169               {
 49170                   /* flags */
 49171                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49172                   /* name */
 49173                   "RecoveredReadOperations",
 49174                   /* qualifiers */
 49175                   _CIM_MediaAccessStatData_RecoveredReadOperations_qualifiers,
 49176                   /* type */
 49177                   CIMTYPE_UINT64,
 49178                   /* subscript */
 49179                   -1,
 49180                   /* value */
 49181                   0,
 49182 mike  1.1.2.1 };
 49183               
 49184               static const char*
 49185               _CIM_MediaAccessStatData_RecoveredWriteOperations_qualifiers[] =
 49186               {
 49187                   /* Counter */
 49188                   "\012\001",
 49189                   0,
 49190               };
 49191               
 49192               static MetaProperty
 49193               _CIM_MediaAccessStatData_RecoveredWriteOperations =
 49194               {
 49195                   /* flags */
 49196                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49197                   /* name */
 49198                   "RecoveredWriteOperations",
 49199                   /* qualifiers */
 49200                   _CIM_MediaAccessStatData_RecoveredWriteOperations_qualifiers,
 49201                   /* type */
 49202                   CIMTYPE_UINT64,
 49203 mike  1.1.2.1     /* subscript */
 49204                   -1,
 49205                   /* value */
 49206                   0,
 49207               };
 49208               
 49209               static const char*
 49210               _CIM_MediaAccessStatData_RecoveredSeekOperations_qualifiers[] =
 49211               {
 49212                   /* Counter */
 49213                   "\012\001",
 49214                   0,
 49215               };
 49216               
 49217               static MetaProperty
 49218               _CIM_MediaAccessStatData_RecoveredSeekOperations =
 49219               {
 49220                   /* flags */
 49221                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49222                   /* name */
 49223                   "RecoveredSeekOperations",
 49224 mike  1.1.2.1     /* qualifiers */
 49225                   _CIM_MediaAccessStatData_RecoveredSeekOperations_qualifiers,
 49226                   /* type */
 49227                   CIMTYPE_UINT64,
 49228                   /* subscript */
 49229                   -1,
 49230                   /* value */
 49231                   0,
 49232               };
 49233               
 49234               static const char*
 49235               _CIM_MediaAccessStatData_UnrecoverableSeekOperations_qualifiers[] =
 49236               {
 49237                   /* Counter */
 49238                   "\012\001",
 49239                   0,
 49240               };
 49241               
 49242               static MetaProperty
 49243               _CIM_MediaAccessStatData_UnrecoverableSeekOperations =
 49244               {
 49245 mike  1.1.2.1     /* flags */
 49246                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49247                   /* name */
 49248                   "UnrecoverableSeekOperations",
 49249                   /* qualifiers */
 49250                   _CIM_MediaAccessStatData_UnrecoverableSeekOperations_qualifiers,
 49251                   /* type */
 49252                   CIMTYPE_UINT64,
 49253                   /* subscript */
 49254                   -1,
 49255                   /* value */
 49256                   0,
 49257               };
 49258               
 49259               static MetaFeature*
 49260               _CIM_MediaAccessStatData_features[] =
 49261               {
 49262                   (MetaFeature*)&_CIM_MediaAccessStatData_ReadOperations,
 49263                   (MetaFeature*)&_CIM_MediaAccessStatData_UnrecoverableReadOperations,
 49264                   (MetaFeature*)&_CIM_MediaAccessStatData_WriteOperations,
 49265                   (MetaFeature*)&_CIM_MediaAccessStatData_UnrecoverableWriteOperations,
 49266 mike  1.1.2.1     (MetaFeature*)&_CIM_MediaAccessStatData_RecoveredReadOperations,
 49267                   (MetaFeature*)&_CIM_MediaAccessStatData_RecoveredWriteOperations,
 49268                   (MetaFeature*)&_CIM_MediaAccessStatData_RecoveredSeekOperations,
 49269                   (MetaFeature*)&_CIM_MediaAccessStatData_UnrecoverableSeekOperations,
 49270                   0,
 49271               };
 49272               
 49273               static const char*
 49274               __root_cimv2_CIM_MediaAccessStatData_qualifiers[] =
 49275               {
 49276                   /* UMLPackagePath */
 49277                   "\057CIM::Device::StorageDevices",
 49278                   /* Version */
 49279                   "\0632.7.0",
 49280                   0,
 49281               };
 49282               
 49283               MetaClass
 49284               __root_cimv2_CIM_MediaAccessStatData =
 49285               {
 49286                   /* flags */
 49287 mike  1.1.2.1     META_FLAG_CLASS,
 49288                   /* name */
 49289                   "CIM_MediaAccessStatData",
 49290                   /* qualifiers */
 49291                   __root_cimv2_CIM_MediaAccessStatData_qualifiers,
 49292                   /* super */
 49293                   &__root_cimv2_CIM_StatisticalData,
 49294                   /* features */
 49295                   _CIM_MediaAccessStatData_features,
 49296               };
 49297               
 49298               //==============================================================================
 49299               //
 49300               // Class: CIM_MediaAccessStatInfo
 49301               //
 49302               //==============================================================================
 49303               
 49304               static const char*
 49305               _CIM_MediaAccessStatInfo_ReadOperations_qualifiers[] =
 49306               {
 49307                   /* Counter */
 49308 mike  1.1.2.1     "\012\001",
 49309                   0,
 49310               };
 49311               
 49312               static MetaProperty
 49313               _CIM_MediaAccessStatInfo_ReadOperations =
 49314               {
 49315                   /* flags */
 49316                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49317                   /* name */
 49318                   "ReadOperations",
 49319                   /* qualifiers */
 49320                   _CIM_MediaAccessStatInfo_ReadOperations_qualifiers,
 49321                   /* type */
 49322                   CIMTYPE_UINT64,
 49323                   /* subscript */
 49324                   -1,
 49325                   /* value */
 49326                   0,
 49327               };
 49328               
 49329 mike  1.1.2.1 static const char*
 49330               _CIM_MediaAccessStatInfo_UnrecoverableReadOperations_qualifiers[] =
 49331               {
 49332                   /* Counter */
 49333                   "\012\001",
 49334                   0,
 49335               };
 49336               
 49337               static MetaProperty
 49338               _CIM_MediaAccessStatInfo_UnrecoverableReadOperations =
 49339               {
 49340                   /* flags */
 49341                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49342                   /* name */
 49343                   "UnrecoverableReadOperations",
 49344                   /* qualifiers */
 49345                   _CIM_MediaAccessStatInfo_UnrecoverableReadOperations_qualifiers,
 49346                   /* type */
 49347                   CIMTYPE_UINT64,
 49348                   /* subscript */
 49349                   -1,
 49350 mike  1.1.2.1     /* value */
 49351                   0,
 49352               };
 49353               
 49354               static const char*
 49355               _CIM_MediaAccessStatInfo_WriteOperations_qualifiers[] =
 49356               {
 49357                   /* Counter */
 49358                   "\012\001",
 49359                   0,
 49360               };
 49361               
 49362               static MetaProperty
 49363               _CIM_MediaAccessStatInfo_WriteOperations =
 49364               {
 49365                   /* flags */
 49366                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49367                   /* name */
 49368                   "WriteOperations",
 49369                   /* qualifiers */
 49370                   _CIM_MediaAccessStatInfo_WriteOperations_qualifiers,
 49371 mike  1.1.2.1     /* type */
 49372                   CIMTYPE_UINT64,
 49373                   /* subscript */
 49374                   -1,
 49375                   /* value */
 49376                   0,
 49377               };
 49378               
 49379               static const char*
 49380               _CIM_MediaAccessStatInfo_UnrecoverableWriteOperations_qualifiers[] =
 49381               {
 49382                   /* Counter */
 49383                   "\012\001",
 49384                   0,
 49385               };
 49386               
 49387               static MetaProperty
 49388               _CIM_MediaAccessStatInfo_UnrecoverableWriteOperations =
 49389               {
 49390                   /* flags */
 49391                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49392 mike  1.1.2.1     /* name */
 49393                   "UnrecoverableWriteOperations",
 49394                   /* qualifiers */
 49395                   _CIM_MediaAccessStatInfo_UnrecoverableWriteOperations_qualifiers,
 49396                   /* type */
 49397                   CIMTYPE_UINT64,
 49398                   /* subscript */
 49399                   -1,
 49400                   /* value */
 49401                   0,
 49402               };
 49403               
 49404               static const char*
 49405               _CIM_MediaAccessStatInfo_RecoveredReadOperations_qualifiers[] =
 49406               {
 49407                   /* Counter */
 49408                   "\012\001",
 49409                   0,
 49410               };
 49411               
 49412               static MetaProperty
 49413 mike  1.1.2.1 _CIM_MediaAccessStatInfo_RecoveredReadOperations =
 49414               {
 49415                   /* flags */
 49416                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49417                   /* name */
 49418                   "RecoveredReadOperations",
 49419                   /* qualifiers */
 49420                   _CIM_MediaAccessStatInfo_RecoveredReadOperations_qualifiers,
 49421                   /* type */
 49422                   CIMTYPE_UINT64,
 49423                   /* subscript */
 49424                   -1,
 49425                   /* value */
 49426                   0,
 49427               };
 49428               
 49429               static const char*
 49430               _CIM_MediaAccessStatInfo_RecoveredWriteOperations_qualifiers[] =
 49431               {
 49432                   /* Counter */
 49433                   "\012\001",
 49434 mike  1.1.2.1     0,
 49435               };
 49436               
 49437               static MetaProperty
 49438               _CIM_MediaAccessStatInfo_RecoveredWriteOperations =
 49439               {
 49440                   /* flags */
 49441                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49442                   /* name */
 49443                   "RecoveredWriteOperations",
 49444                   /* qualifiers */
 49445                   _CIM_MediaAccessStatInfo_RecoveredWriteOperations_qualifiers,
 49446                   /* type */
 49447                   CIMTYPE_UINT64,
 49448                   /* subscript */
 49449                   -1,
 49450                   /* value */
 49451                   0,
 49452               };
 49453               
 49454               static const char*
 49455 mike  1.1.2.1 _CIM_MediaAccessStatInfo_RecoveredSeekOperations_qualifiers[] =
 49456               {
 49457                   /* Counter */
 49458                   "\012\001",
 49459                   0,
 49460               };
 49461               
 49462               static MetaProperty
 49463               _CIM_MediaAccessStatInfo_RecoveredSeekOperations =
 49464               {
 49465                   /* flags */
 49466                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49467                   /* name */
 49468                   "RecoveredSeekOperations",
 49469                   /* qualifiers */
 49470                   _CIM_MediaAccessStatInfo_RecoveredSeekOperations_qualifiers,
 49471                   /* type */
 49472                   CIMTYPE_UINT64,
 49473                   /* subscript */
 49474                   -1,
 49475                   /* value */
 49476 mike  1.1.2.1     0,
 49477               };
 49478               
 49479               static const char*
 49480               _CIM_MediaAccessStatInfo_UnrecoverableSeekOperations_qualifiers[] =
 49481               {
 49482                   /* Counter */
 49483                   "\012\001",
 49484                   0,
 49485               };
 49486               
 49487               static MetaProperty
 49488               _CIM_MediaAccessStatInfo_UnrecoverableSeekOperations =
 49489               {
 49490                   /* flags */
 49491                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49492                   /* name */
 49493                   "UnrecoverableSeekOperations",
 49494                   /* qualifiers */
 49495                   _CIM_MediaAccessStatInfo_UnrecoverableSeekOperations_qualifiers,
 49496                   /* type */
 49497 mike  1.1.2.1     CIMTYPE_UINT64,
 49498                   /* subscript */
 49499                   -1,
 49500                   /* value */
 49501                   0,
 49502               };
 49503               
 49504               static const char*
 49505               _CIM_MediaAccessStatInfo_ResetCounter_SelectedCounter_qualifiers[] =
 49506               {
 49507                   /* IN */
 49508                   "\024\001",
 49509                   /* ValueMap */
 49510                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
 49511                   /* Values */
 49512                   "\062\000\011All\000Read Operations\000Unrecoverable Read Operations\000Write Operations\000Unrecoverable Write Operations\000Recovered Read Operations\000Recovered Write Operations\000Recovered Seeks\000Unrecoverable Seeks\000",
 49513                   0,
 49514               };
 49515               
 49516               static MetaProperty
 49517               _CIM_MediaAccessStatInfo_ResetCounter_SelectedCounter =
 49518 mike  1.1.2.1 {
 49519                   /* flags */
 49520                   META_FLAG_PROPERTY|META_FLAG_IN,
 49521                   /* name */
 49522                   "SelectedCounter",
 49523                   /* qualifiers */
 49524                   _CIM_MediaAccessStatInfo_ResetCounter_SelectedCounter_qualifiers,
 49525                   /* type */
 49526                   CIMTYPE_UINT16,
 49527                   /* subscript */
 49528                   -1,
 49529                   /* value */
 49530                   0,
 49531               };
 49532               
 49533               static MetaFeature*
 49534               _CIM_MediaAccessStatInfo_ResetCounter_parameters[] =
 49535               {
 49536                   (MetaFeature*)&_CIM_MediaAccessStatInfo_ResetCounter_SelectedCounter,
 49537                   0,
 49538               };
 49539 mike  1.1.2.1 
 49540               static const char*
 49541               _CIM_MediaAccessStatInfo_ResetCounter_qualifiers[] =
 49542               {
 49543                   0,
 49544               };
 49545               
 49546               static MetaMethod
 49547               _CIM_MediaAccessStatInfo_ResetCounter =
 49548               {
 49549                   /* flags */
 49550                   META_FLAG_METHOD,
 49551                   /* name */
 49552                   "CIM_MediaAccessStatInfo",
 49553                   /* qualifiers */
 49554                   _CIM_MediaAccessStatInfo_ResetCounter_qualifiers,
 49555                   /* type */
 49556                   CIMTYPE_UINT32,
 49557                   /* parameters */
 49558                   _CIM_MediaAccessStatInfo_ResetCounter_parameters,
 49559               };
 49560 mike  1.1.2.1 
 49561               static MetaFeature*
 49562               _CIM_MediaAccessStatInfo_features[] =
 49563               {
 49564                   (MetaFeature*)&_CIM_MediaAccessStatInfo_ReadOperations,
 49565                   (MetaFeature*)&_CIM_MediaAccessStatInfo_UnrecoverableReadOperations,
 49566                   (MetaFeature*)&_CIM_MediaAccessStatInfo_WriteOperations,
 49567                   (MetaFeature*)&_CIM_MediaAccessStatInfo_UnrecoverableWriteOperations,
 49568                   (MetaFeature*)&_CIM_MediaAccessStatInfo_RecoveredReadOperations,
 49569                   (MetaFeature*)&_CIM_MediaAccessStatInfo_RecoveredWriteOperations,
 49570                   (MetaFeature*)&_CIM_MediaAccessStatInfo_RecoveredSeekOperations,
 49571                   (MetaFeature*)&_CIM_MediaAccessStatInfo_UnrecoverableSeekOperations,
 49572                   (MetaFeature*)&_CIM_MediaAccessStatInfo_ResetCounter,
 49573                   0,
 49574               };
 49575               
 49576               static const char*
 49577               __root_cimv2_CIM_MediaAccessStatInfo_qualifiers[] =
 49578               {
 49579                   /* UMLPackagePath */
 49580                   "\057CIM::Device::StorageDevices",
 49581 mike  1.1.2.1     /* Version */
 49582                   "\0632.6.0",
 49583                   0,
 49584               };
 49585               
 49586               MetaClass
 49587               __root_cimv2_CIM_MediaAccessStatInfo =
 49588               {
 49589                   /* flags */
 49590                   META_FLAG_CLASS,
 49591                   /* name */
 49592                   "CIM_MediaAccessStatInfo",
 49593                   /* qualifiers */
 49594                   __root_cimv2_CIM_MediaAccessStatInfo_qualifiers,
 49595                   /* super */
 49596                   &__root_cimv2_CIM_DeviceStatisticalInformation,
 49597                   /* features */
 49598                   _CIM_MediaAccessStatInfo_features,
 49599               };
 49600               
 49601               //==============================================================================
 49602 mike  1.1.2.1 //
 49603               // Class: CIM_MediaPhysicalStatData
 49604               //
 49605               //==============================================================================
 49606               
 49607               static const char*
 49608               _CIM_MediaPhysicalStatData_ScanSuccesses_qualifiers[] =
 49609               {
 49610                   /* Counter */
 49611                   "\012\001",
 49612                   0,
 49613               };
 49614               
 49615               static MetaProperty
 49616               _CIM_MediaPhysicalStatData_ScanSuccesses =
 49617               {
 49618                   /* flags */
 49619                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49620                   /* name */
 49621                   "ScanSuccesses",
 49622                   /* qualifiers */
 49623 mike  1.1.2.1     _CIM_MediaPhysicalStatData_ScanSuccesses_qualifiers,
 49624                   /* type */
 49625                   CIMTYPE_UINT64,
 49626                   /* subscript */
 49627                   -1,
 49628                   /* value */
 49629                   0,
 49630               };
 49631               
 49632               static const char*
 49633               _CIM_MediaPhysicalStatData_ScanFailures_qualifiers[] =
 49634               {
 49635                   /* Counter */
 49636                   "\012\001",
 49637                   0,
 49638               };
 49639               
 49640               static MetaProperty
 49641               _CIM_MediaPhysicalStatData_ScanFailures =
 49642               {
 49643                   /* flags */
 49644 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49645                   /* name */
 49646                   "ScanFailures",
 49647                   /* qualifiers */
 49648                   _CIM_MediaPhysicalStatData_ScanFailures_qualifiers,
 49649                   /* type */
 49650                   CIMTYPE_UINT64,
 49651                   /* subscript */
 49652                   -1,
 49653                   /* value */
 49654                   0,
 49655               };
 49656               
 49657               static const char*
 49658               _CIM_MediaPhysicalStatData_ScanRetries_qualifiers[] =
 49659               {
 49660                   /* Counter */
 49661                   "\012\001",
 49662                   0,
 49663               };
 49664               
 49665 mike  1.1.2.1 static MetaProperty
 49666               _CIM_MediaPhysicalStatData_ScanRetries =
 49667               {
 49668                   /* flags */
 49669                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49670                   /* name */
 49671                   "ScanRetries",
 49672                   /* qualifiers */
 49673                   _CIM_MediaPhysicalStatData_ScanRetries_qualifiers,
 49674                   /* type */
 49675                   CIMTYPE_UINT64,
 49676                   /* subscript */
 49677                   -1,
 49678                   /* value */
 49679                   0,
 49680               };
 49681               
 49682               static const char*
 49683               _CIM_MediaPhysicalStatData_PickSuccesses_qualifiers[] =
 49684               {
 49685                   /* Counter */
 49686 mike  1.1.2.1     "\012\001",
 49687                   0,
 49688               };
 49689               
 49690               static MetaProperty
 49691               _CIM_MediaPhysicalStatData_PickSuccesses =
 49692               {
 49693                   /* flags */
 49694                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49695                   /* name */
 49696                   "PickSuccesses",
 49697                   /* qualifiers */
 49698                   _CIM_MediaPhysicalStatData_PickSuccesses_qualifiers,
 49699                   /* type */
 49700                   CIMTYPE_UINT64,
 49701                   /* subscript */
 49702                   -1,
 49703                   /* value */
 49704                   0,
 49705               };
 49706               
 49707 mike  1.1.2.1 static const char*
 49708               _CIM_MediaPhysicalStatData_PickFailures_qualifiers[] =
 49709               {
 49710                   /* Counter */
 49711                   "\012\001",
 49712                   0,
 49713               };
 49714               
 49715               static MetaProperty
 49716               _CIM_MediaPhysicalStatData_PickFailures =
 49717               {
 49718                   /* flags */
 49719                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49720                   /* name */
 49721                   "PickFailures",
 49722                   /* qualifiers */
 49723                   _CIM_MediaPhysicalStatData_PickFailures_qualifiers,
 49724                   /* type */
 49725                   CIMTYPE_UINT64,
 49726                   /* subscript */
 49727                   -1,
 49728 mike  1.1.2.1     /* value */
 49729                   0,
 49730               };
 49731               
 49732               static const char*
 49733               _CIM_MediaPhysicalStatData_PickRetries_qualifiers[] =
 49734               {
 49735                   /* Counter */
 49736                   "\012\001",
 49737                   0,
 49738               };
 49739               
 49740               static MetaProperty
 49741               _CIM_MediaPhysicalStatData_PickRetries =
 49742               {
 49743                   /* flags */
 49744                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49745                   /* name */
 49746                   "PickRetries",
 49747                   /* qualifiers */
 49748                   _CIM_MediaPhysicalStatData_PickRetries_qualifiers,
 49749 mike  1.1.2.1     /* type */
 49750                   CIMTYPE_UINT64,
 49751                   /* subscript */
 49752                   -1,
 49753                   /* value */
 49754                   0,
 49755               };
 49756               
 49757               static const char*
 49758               _CIM_MediaPhysicalStatData_PutSuccesses_qualifiers[] =
 49759               {
 49760                   /* Counter */
 49761                   "\012\001",
 49762                   0,
 49763               };
 49764               
 49765               static MetaProperty
 49766               _CIM_MediaPhysicalStatData_PutSuccesses =
 49767               {
 49768                   /* flags */
 49769                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49770 mike  1.1.2.1     /* name */
 49771                   "PutSuccesses",
 49772                   /* qualifiers */
 49773                   _CIM_MediaPhysicalStatData_PutSuccesses_qualifiers,
 49774                   /* type */
 49775                   CIMTYPE_UINT64,
 49776                   /* subscript */
 49777                   -1,
 49778                   /* value */
 49779                   0,
 49780               };
 49781               
 49782               static const char*
 49783               _CIM_MediaPhysicalStatData_PutFailures_qualifiers[] =
 49784               {
 49785                   /* Counter */
 49786                   "\012\001",
 49787                   0,
 49788               };
 49789               
 49790               static MetaProperty
 49791 mike  1.1.2.1 _CIM_MediaPhysicalStatData_PutFailures =
 49792               {
 49793                   /* flags */
 49794                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49795                   /* name */
 49796                   "PutFailures",
 49797                   /* qualifiers */
 49798                   _CIM_MediaPhysicalStatData_PutFailures_qualifiers,
 49799                   /* type */
 49800                   CIMTYPE_UINT64,
 49801                   /* subscript */
 49802                   -1,
 49803                   /* value */
 49804                   0,
 49805               };
 49806               
 49807               static const char*
 49808               _CIM_MediaPhysicalStatData_PutRetries_qualifiers[] =
 49809               {
 49810                   /* Counter */
 49811                   "\012\001",
 49812 mike  1.1.2.1     0,
 49813               };
 49814               
 49815               static MetaProperty
 49816               _CIM_MediaPhysicalStatData_PutRetries =
 49817               {
 49818                   /* flags */
 49819                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 49820                   /* name */
 49821                   "PutRetries",
 49822                   /* qualifiers */
 49823                   _CIM_MediaPhysicalStatData_PutRetries_qualifiers,
 49824                   /* type */
 49825                   CIMTYPE_UINT64,
 49826                   /* subscript */
 49827                   -1,
 49828                   /* value */
 49829                   0,
 49830               };
 49831               
 49832               static MetaFeature*
 49833 mike  1.1.2.1 _CIM_MediaPhysicalStatData_features[] =
 49834               {
 49835                   (MetaFeature*)&_CIM_MediaPhysicalStatData_ScanSuccesses,
 49836                   (MetaFeature*)&_CIM_MediaPhysicalStatData_ScanFailures,
 49837                   (MetaFeature*)&_CIM_MediaPhysicalStatData_ScanRetries,
 49838                   (MetaFeature*)&_CIM_MediaPhysicalStatData_PickSuccesses,
 49839                   (MetaFeature*)&_CIM_MediaPhysicalStatData_PickFailures,
 49840                   (MetaFeature*)&_CIM_MediaPhysicalStatData_PickRetries,
 49841                   (MetaFeature*)&_CIM_MediaPhysicalStatData_PutSuccesses,
 49842                   (MetaFeature*)&_CIM_MediaPhysicalStatData_PutFailures,
 49843                   (MetaFeature*)&_CIM_MediaPhysicalStatData_PutRetries,
 49844                   0,
 49845               };
 49846               
 49847               static const char*
 49848               __root_cimv2_CIM_MediaPhysicalStatData_qualifiers[] =
 49849               {
 49850                   /* UMLPackagePath */
 49851                   "\057CIM::Physical::StoragePackage",
 49852                   /* Version */
 49853                   "\0632.7.0",
 49854 mike  1.1.2.1     0,
 49855               };
 49856               
 49857               MetaClass
 49858               __root_cimv2_CIM_MediaPhysicalStatData =
 49859               {
 49860                   /* flags */
 49861                   META_FLAG_CLASS,
 49862                   /* name */
 49863                   "CIM_MediaPhysicalStatData",
 49864                   /* qualifiers */
 49865                   __root_cimv2_CIM_MediaPhysicalStatData_qualifiers,
 49866                   /* super */
 49867                   &__root_cimv2_CIM_StatisticalData,
 49868                   /* features */
 49869                   _CIM_MediaPhysicalStatData_features,
 49870               };
 49871               
 49872               //==============================================================================
 49873               //
 49874               // Class: CIM_MemoryCapacity
 49875 mike  1.1.2.1 //
 49876               //==============================================================================
 49877               
 49878               static const char*
 49879               _CIM_MemoryCapacity_Name_qualifiers[] =
 49880               {
 49881                   /* Key */
 49882                   "\025\001",
 49883                   /* Override */
 49884                   "\044Name",
 49885                   0,
 49886               };
 49887               
 49888               static MetaProperty
 49889               _CIM_MemoryCapacity_Name =
 49890               {
 49891                   /* flags */
 49892                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 49893                   /* name */
 49894                   "Name",
 49895                   /* qualifiers */
 49896 mike  1.1.2.1     _CIM_MemoryCapacity_Name_qualifiers,
 49897                   /* type */
 49898                   CIMTYPE_STRING,
 49899                   /* subscript */
 49900                   -1,
 49901                   /* value */
 49902                   0,
 49903               };
 49904               
 49905               static const char*
 49906               _CIM_MemoryCapacity_MemoryType_qualifiers[] =
 49907               {
 49908                   /* Key */
 49909                   "\025\001",
 49910                   /* ValueMap */
 49911                   "\061\000\0260\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\000",
 49912                   /* Values */
 49913                   "\062\000\026Unknown\000Other\000DRAM\000Synchronous DRAM\000Cache DRAM\000EDO\000EDRAM\000VRAM\000SRAM\000RAM\000ROM\000Flash\000EEPROM\000FEPROM\000EPROM\000CDRAM\0003DRAM\000SDRAM\000SGRAM\000RDRAM\000DDR\000DDR2\000",
 49914                   /* ModelCorrespondence */
 49915                   "\036\000\001CIM_PhysicalMemory.MemoryType\000",
 49916                   0,
 49917 mike  1.1.2.1 };
 49918               
 49919               static MetaProperty
 49920               _CIM_MemoryCapacity_MemoryType =
 49921               {
 49922                   /* flags */
 49923                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 49924                   /* name */
 49925                   "MemoryType",
 49926                   /* qualifiers */
 49927                   _CIM_MemoryCapacity_MemoryType_qualifiers,
 49928                   /* type */
 49929                   CIMTYPE_UINT16,
 49930                   /* subscript */
 49931                   -1,
 49932                   /* value */
 49933                   0,
 49934               };
 49935               
 49936               static const char*
 49937               _CIM_MemoryCapacity_MinimumMemoryCapacity_qualifiers[] =
 49938 mike  1.1.2.1 {
 49939                   /* Units */
 49940                   "\060KiloBytes",
 49941                   0,
 49942               };
 49943               
 49944               static MetaProperty
 49945               _CIM_MemoryCapacity_MinimumMemoryCapacity =
 49946               {
 49947                   /* flags */
 49948                   META_FLAG_PROPERTY|META_FLAG_READ,
 49949                   /* name */
 49950                   "MinimumMemoryCapacity",
 49951                   /* qualifiers */
 49952                   _CIM_MemoryCapacity_MinimumMemoryCapacity_qualifiers,
 49953                   /* type */
 49954                   CIMTYPE_UINT64,
 49955                   /* subscript */
 49956                   -1,
 49957                   /* value */
 49958                   0,
 49959 mike  1.1.2.1 };
 49960               
 49961               static const char*
 49962               _CIM_MemoryCapacity_MaximumMemoryCapacity_qualifiers[] =
 49963               {
 49964                   /* Units */
 49965                   "\060KiloBytes",
 49966                   0,
 49967               };
 49968               
 49969               static MetaProperty
 49970               _CIM_MemoryCapacity_MaximumMemoryCapacity =
 49971               {
 49972                   /* flags */
 49973                   META_FLAG_PROPERTY|META_FLAG_READ,
 49974                   /* name */
 49975                   "MaximumMemoryCapacity",
 49976                   /* qualifiers */
 49977                   _CIM_MemoryCapacity_MaximumMemoryCapacity_qualifiers,
 49978                   /* type */
 49979                   CIMTYPE_UINT64,
 49980 mike  1.1.2.1     /* subscript */
 49981                   -1,
 49982                   /* value */
 49983                   0,
 49984               };
 49985               
 49986               static MetaFeature*
 49987               _CIM_MemoryCapacity_features[] =
 49988               {
 49989                   (MetaFeature*)&_CIM_MemoryCapacity_Name,
 49990                   (MetaFeature*)&_CIM_MemoryCapacity_MemoryType,
 49991                   (MetaFeature*)&_CIM_MemoryCapacity_MinimumMemoryCapacity,
 49992                   (MetaFeature*)&_CIM_MemoryCapacity_MaximumMemoryCapacity,
 49993                   0,
 49994               };
 49995               
 49996               static const char*
 49997               __root_cimv2_CIM_MemoryCapacity_qualifiers[] =
 49998               {
 49999                   /* UMLPackagePath */
 50000                   "\057CIM::Physical::Misc",
 50001 mike  1.1.2.1     /* Version */
 50002                   "\0632.9.0",
 50003                   0,
 50004               };
 50005               
 50006               MetaClass
 50007               __root_cimv2_CIM_MemoryCapacity =
 50008               {
 50009                   /* flags */
 50010                   META_FLAG_CLASS,
 50011                   /* name */
 50012                   "CIM_MemoryCapacity",
 50013                   /* qualifiers */
 50014                   __root_cimv2_CIM_MemoryCapacity_qualifiers,
 50015                   /* super */
 50016                   &__root_cimv2_CIM_PhysicalCapacity,
 50017                   /* features */
 50018                   _CIM_MemoryCapacity_features,
 50019               };
 50020               
 50021               //==============================================================================
 50022 mike  1.1.2.1 //
 50023               // Class: CIM_MemoryError
 50024               //
 50025               //==============================================================================
 50026               
 50027               static const char*
 50028               _CIM_MemoryError_StartingAddress_qualifiers[] =
 50029               {
 50030                   /* Override */
 50031                   "\044StartingAddress",
 50032                   /* MappingStrings */
 50033                   "\026\000\002MIF.DMTF|Memory Device|005.19\000MIF.DMTF|Physical Memory Array|001.14\000",
 50034                   0,
 50035               };
 50036               
 50037               static MetaProperty
 50038               _CIM_MemoryError_StartingAddress =
 50039               {
 50040                   /* flags */
 50041                   META_FLAG_PROPERTY|META_FLAG_READ,
 50042                   /* name */
 50043 mike  1.1.2.1     "StartingAddress",
 50044                   /* qualifiers */
 50045                   _CIM_MemoryError_StartingAddress_qualifiers,
 50046                   /* type */
 50047                   CIMTYPE_UINT64,
 50048                   /* subscript */
 50049                   -1,
 50050                   /* value */
 50051                   0,
 50052               };
 50053               
 50054               static const char*
 50055               _CIM_MemoryError_ErrorInfo_qualifiers[] =
 50056               {
 50057                   /* ValueMap */
 50058                   "\061\000\0130\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
 50059                   /* Values */
 50060                   "\062\000\013Unknown\000Other\000OK\000Bad Read\000Parity Error\000Single-Bit Error\000Double-Bit Error\000Multi-Bit Error\000Nibble Error\000Checksum Error\000CRC Error\000",
 50061                   /* MappingStrings */
 50062                   "\026\000\002MIF.DMTF|Memory Device|005.12\000MIF.DMTF|Physical Memory Array|001.8\000",
 50063                   /* ModelCorrespondence */
 50064 mike  1.1.2.1     "\036\000\001CIM_Memory.OtherErrorDescription\000",
 50065                   0,
 50066               };
 50067               
 50068               static MetaProperty
 50069               _CIM_MemoryError_ErrorInfo =
 50070               {
 50071                   /* flags */
 50072                   META_FLAG_PROPERTY|META_FLAG_READ,
 50073                   /* name */
 50074                   "ErrorInfo",
 50075                   /* qualifiers */
 50076                   _CIM_MemoryError_ErrorInfo_qualifiers,
 50077                   /* type */
 50078                   CIMTYPE_UINT16,
 50079                   /* subscript */
 50080                   -1,
 50081                   /* value */
 50082                   0,
 50083               };
 50084               
 50085 mike  1.1.2.1 static const char*
 50086               _CIM_MemoryError_OtherErrorDescription_qualifiers[] =
 50087               {
 50088                   /* ModelCorrespondence */
 50089                   "\036\000\001CIM_Memory.ErrorInfo\000",
 50090                   0,
 50091               };
 50092               
 50093               static MetaProperty
 50094               _CIM_MemoryError_OtherErrorDescription =
 50095               {
 50096                   /* flags */
 50097                   META_FLAG_PROPERTY|META_FLAG_READ,
 50098                   /* name */
 50099                   "OtherErrorDescription",
 50100                   /* qualifiers */
 50101                   _CIM_MemoryError_OtherErrorDescription_qualifiers,
 50102                   /* type */
 50103                   CIMTYPE_STRING,
 50104                   /* subscript */
 50105                   -1,
 50106 mike  1.1.2.1     /* value */
 50107                   0,
 50108               };
 50109               
 50110               static const char*
 50111               _CIM_MemoryError_CorrectableError_qualifiers[] =
 50112               {
 50113                   /* MappingStrings */
 50114                   "\026\000\001MIF.DMTF|Physical Memory Array|001.8\000",
 50115                   0,
 50116               };
 50117               
 50118               static MetaProperty
 50119               _CIM_MemoryError_CorrectableError =
 50120               {
 50121                   /* flags */
 50122                   META_FLAG_PROPERTY|META_FLAG_READ,
 50123                   /* name */
 50124                   "CorrectableError",
 50125                   /* qualifiers */
 50126                   _CIM_MemoryError_CorrectableError_qualifiers,
 50127 mike  1.1.2.1     /* type */
 50128                   CIMTYPE_BOOLEAN,
 50129                   /* subscript */
 50130                   -1,
 50131                   /* value */
 50132                   0,
 50133               };
 50134               
 50135               static const char*
 50136               _CIM_MemoryError_ErrorTime_qualifiers[] =
 50137               {
 50138                   0,
 50139               };
 50140               
 50141               static MetaProperty
 50142               _CIM_MemoryError_ErrorTime =
 50143               {
 50144                   /* flags */
 50145                   META_FLAG_PROPERTY|META_FLAG_READ,
 50146                   /* name */
 50147                   "ErrorTime",
 50148 mike  1.1.2.1     /* qualifiers */
 50149                   _CIM_MemoryError_ErrorTime_qualifiers,
 50150                   /* type */
 50151                   CIMTYPE_DATETIME,
 50152                   /* subscript */
 50153                   -1,
 50154                   /* value */
 50155                   0,
 50156               };
 50157               
 50158               static const char*
 50159               _CIM_MemoryError_ErrorAccess_qualifiers[] =
 50160               {
 50161                   /* ValueMap */
 50162                   "\061\000\0050\0001\0002\0003\0004\000",
 50163                   /* Values */
 50164                   "\062\000\005Unknown\000Other\000Read\000Write\000Partial Write\000",
 50165                   /* MappingStrings */
 50166                   "\026\000\001MIF.DMTF|Physical Memory Array|001.10\000",
 50167                   0,
 50168               };
 50169 mike  1.1.2.1 
 50170               static MetaProperty
 50171               _CIM_MemoryError_ErrorAccess =
 50172               {
 50173                   /* flags */
 50174                   META_FLAG_PROPERTY|META_FLAG_READ,
 50175                   /* name */
 50176                   "ErrorAccess",
 50177                   /* qualifiers */
 50178                   _CIM_MemoryError_ErrorAccess_qualifiers,
 50179                   /* type */
 50180                   CIMTYPE_UINT16,
 50181                   /* subscript */
 50182                   -1,
 50183                   /* value */
 50184                   0,
 50185               };
 50186               
 50187               static const char*
 50188               _CIM_MemoryError_ErrorTransferSize_qualifiers[] =
 50189               {
 50190 mike  1.1.2.1     /* Units */
 50191                   "\060Bits",
 50192                   /* MappingStrings */
 50193                   "\026\000\001MIF.DMTF|Physical Memory Array|001.11\000",
 50194                   0,
 50195               };
 50196               
 50197               static MetaProperty
 50198               _CIM_MemoryError_ErrorTransferSize =
 50199               {
 50200                   /* flags */
 50201                   META_FLAG_PROPERTY|META_FLAG_READ,
 50202                   /* name */
 50203                   "ErrorTransferSize",
 50204                   /* qualifiers */
 50205                   _CIM_MemoryError_ErrorTransferSize_qualifiers,
 50206                   /* type */
 50207                   CIMTYPE_UINT32,
 50208                   /* subscript */
 50209                   -1,
 50210                   /* value */
 50211 mike  1.1.2.1     0,
 50212               };
 50213               
 50214               static const char*
 50215               _CIM_MemoryError_ErrorData_qualifiers[] =
 50216               {
 50217                   /* OctetString */
 50218                   "\042\001",
 50219                   /* MappingStrings */
 50220                   "\026\000\001MIF.DMTF|Physical Memory Array|001.12\000",
 50221                   /* ArrayType */
 50222                   "\005Indexed",
 50223                   0,
 50224               };
 50225               
 50226               static MetaProperty
 50227               _CIM_MemoryError_ErrorData =
 50228               {
 50229                   /* flags */
 50230                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 50231                   /* name */
 50232 mike  1.1.2.1     "ErrorData",
 50233                   /* qualifiers */
 50234                   _CIM_MemoryError_ErrorData_qualifiers,
 50235                   /* type */
 50236                   CIMTYPE_UINT8,
 50237                   /* subscript */
 50238                   64,
 50239                   /* value */
 50240                   0,
 50241               };
 50242               
 50243               static const char*
 50244               _CIM_MemoryError_ErrorDataOrder_qualifiers[] =
 50245               {
 50246                   /* ValueMap */
 50247                   "\061\000\0030\0001\0002\000",
 50248                   /* Values */
 50249                   "\062\000\003Unknown\000Least Significant Byte First\000Most Significant Byte First\000",
 50250                   0,
 50251               };
 50252               
 50253 mike  1.1.2.1 static MetaProperty
 50254               _CIM_MemoryError_ErrorDataOrder =
 50255               {
 50256                   /* flags */
 50257                   META_FLAG_PROPERTY|META_FLAG_READ,
 50258                   /* name */
 50259                   "ErrorDataOrder",
 50260                   /* qualifiers */
 50261                   _CIM_MemoryError_ErrorDataOrder_qualifiers,
 50262                   /* type */
 50263                   CIMTYPE_UINT16,
 50264                   /* subscript */
 50265                   -1,
 50266                   /* value */
 50267                   0,
 50268               };
 50269               
 50270               static const char*
 50271               _CIM_MemoryError_SystemLevelAddress_qualifiers[] =
 50272               {
 50273                   0,
 50274 mike  1.1.2.1 };
 50275               
 50276               static MetaProperty
 50277               _CIM_MemoryError_SystemLevelAddress =
 50278               {
 50279                   /* flags */
 50280                   META_FLAG_PROPERTY|META_FLAG_READ,
 50281                   /* name */
 50282                   "SystemLevelAddress",
 50283                   /* qualifiers */
 50284                   _CIM_MemoryError_SystemLevelAddress_qualifiers,
 50285                   /* type */
 50286                   CIMTYPE_BOOLEAN,
 50287                   /* subscript */
 50288                   -1,
 50289                   /* value */
 50290                   0,
 50291               };
 50292               
 50293               static const char*
 50294               _CIM_MemoryError_ErrorResolution_qualifiers[] =
 50295 mike  1.1.2.1 {
 50296                   /* Units */
 50297                   "\060Bytes",
 50298                   /* MappingStrings */
 50299                   "\026\000\002MIF.DMTF|Memory Device|005.21\000MIF.DMTF|Physical Memory Array|001.15\000",
 50300                   0,
 50301               };
 50302               
 50303               static MetaProperty
 50304               _CIM_MemoryError_ErrorResolution =
 50305               {
 50306                   /* flags */
 50307                   META_FLAG_PROPERTY|META_FLAG_READ,
 50308                   /* name */
 50309                   "ErrorResolution",
 50310                   /* qualifiers */
 50311                   _CIM_MemoryError_ErrorResolution_qualifiers,
 50312                   /* type */
 50313                   CIMTYPE_UINT64,
 50314                   /* subscript */
 50315                   -1,
 50316 mike  1.1.2.1     /* value */
 50317                   0,
 50318               };
 50319               
 50320               static const char*
 50321               _CIM_MemoryError_AdditionalErrorData_qualifiers[] =
 50322               {
 50323                   /* OctetString */
 50324                   "\042\001",
 50325                   /* MappingStrings */
 50326                   "\026\000\002MIF.DMTF|Memory Device|005.18\000MIF.DMTF|Physical Memory Array|001.13\000",
 50327                   0,
 50328               };
 50329               
 50330               static MetaProperty
 50331               _CIM_MemoryError_AdditionalErrorData =
 50332               {
 50333                   /* flags */
 50334                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 50335                   /* name */
 50336                   "AdditionalErrorData",
 50337 mike  1.1.2.1     /* qualifiers */
 50338                   _CIM_MemoryError_AdditionalErrorData_qualifiers,
 50339                   /* type */
 50340                   CIMTYPE_UINT8,
 50341                   /* subscript */
 50342                   64,
 50343                   /* value */
 50344                   0,
 50345               };
 50346               
 50347               static MetaFeature*
 50348               _CIM_MemoryError_features[] =
 50349               {
 50350                   (MetaFeature*)&_CIM_MemoryError_StartingAddress,
 50351                   (MetaFeature*)&_CIM_MemoryError_ErrorInfo,
 50352                   (MetaFeature*)&_CIM_MemoryError_OtherErrorDescription,
 50353                   (MetaFeature*)&_CIM_MemoryError_CorrectableError,
 50354                   (MetaFeature*)&_CIM_MemoryError_ErrorTime,
 50355                   (MetaFeature*)&_CIM_MemoryError_ErrorAccess,
 50356                   (MetaFeature*)&_CIM_MemoryError_ErrorTransferSize,
 50357                   (MetaFeature*)&_CIM_MemoryError_ErrorData,
 50358 mike  1.1.2.1     (MetaFeature*)&_CIM_MemoryError_ErrorDataOrder,
 50359                   (MetaFeature*)&_CIM_MemoryError_SystemLevelAddress,
 50360                   (MetaFeature*)&_CIM_MemoryError_ErrorResolution,
 50361                   (MetaFeature*)&_CIM_MemoryError_AdditionalErrorData,
 50362                   0,
 50363               };
 50364               
 50365               static const char*
 50366               __root_cimv2_CIM_MemoryError_qualifiers[] =
 50367               {
 50368                   /* UMLPackagePath */
 50369                   "\057CIM::Device::Memory",
 50370                   /* Version */
 50371                   "\0632.8.0",
 50372                   0,
 50373               };
 50374               
 50375               MetaClass
 50376               __root_cimv2_CIM_MemoryError =
 50377               {
 50378                   /* flags */
 50379 mike  1.1.2.1     META_FLAG_CLASS,
 50380                   /* name */
 50381                   "CIM_MemoryError",
 50382                   /* qualifiers */
 50383                   __root_cimv2_CIM_MemoryError_qualifiers,
 50384                   /* super */
 50385                   &__root_cimv2_CIM_StorageError,
 50386                   /* features */
 50387                   _CIM_MemoryError_features,
 50388               };
 50389               
 50390               //==============================================================================
 50391               //
 50392               // Class: CIM_MonitorResolution
 50393               //
 50394               //==============================================================================
 50395               
 50396               static const char*
 50397               _CIM_MonitorResolution_SettingID_qualifiers[] =
 50398               {
 50399                   /* Key */
 50400 mike  1.1.2.1     "\025\001",
 50401                   /* Override */
 50402                   "\044SettingID",
 50403                   /* MaxLen */
 50404                   "\030\000\000\001\000",
 50405                   0,
 50406               };
 50407               
 50408               static MetaProperty
 50409               _CIM_MonitorResolution_SettingID =
 50410               {
 50411                   /* flags */
 50412                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 50413                   /* name */
 50414                   "SettingID",
 50415                   /* qualifiers */
 50416                   _CIM_MonitorResolution_SettingID_qualifiers,
 50417                   /* type */
 50418                   CIMTYPE_STRING,
 50419                   /* subscript */
 50420                   -1,
 50421 mike  1.1.2.1     /* value */
 50422                   0,
 50423               };
 50424               
 50425               static const char*
 50426               _CIM_MonitorResolution_HorizontalResolution_qualifiers[] =
 50427               {
 50428                   /* Units */
 50429                   "\060Pixels",
 50430                   /* MappingStrings */
 50431                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.2\000",
 50432                   /* ModelCorrespondence */
 50433                   "\036\000\001CIM_VideoController.CurrentHorizontalResolution\000",
 50434                   0,
 50435               };
 50436               
 50437               static MetaProperty
 50438               _CIM_MonitorResolution_HorizontalResolution =
 50439               {
 50440                   /* flags */
 50441                   META_FLAG_PROPERTY|META_FLAG_READ,
 50442 mike  1.1.2.1     /* name */
 50443                   "HorizontalResolution",
 50444                   /* qualifiers */
 50445                   _CIM_MonitorResolution_HorizontalResolution_qualifiers,
 50446                   /* type */
 50447                   CIMTYPE_UINT32,
 50448                   /* subscript */
 50449                   -1,
 50450                   /* value */
 50451                   0,
 50452               };
 50453               
 50454               static const char*
 50455               _CIM_MonitorResolution_VerticalResolution_qualifiers[] =
 50456               {
 50457                   /* Units */
 50458                   "\060Pixels",
 50459                   /* MappingStrings */
 50460                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.3\000",
 50461                   /* ModelCorrespondence */
 50462                   "\036\000\001CIM_VideoController.CurrentVerticalResolution\000",
 50463 mike  1.1.2.1     0,
 50464               };
 50465               
 50466               static MetaProperty
 50467               _CIM_MonitorResolution_VerticalResolution =
 50468               {
 50469                   /* flags */
 50470                   META_FLAG_PROPERTY|META_FLAG_READ,
 50471                   /* name */
 50472                   "VerticalResolution",
 50473                   /* qualifiers */
 50474                   _CIM_MonitorResolution_VerticalResolution_qualifiers,
 50475                   /* type */
 50476                   CIMTYPE_UINT32,
 50477                   /* subscript */
 50478                   -1,
 50479                   /* value */
 50480                   0,
 50481               };
 50482               
 50483               static const char*
 50484 mike  1.1.2.1 _CIM_MonitorResolution_RefreshRate_qualifiers[] =
 50485               {
 50486                   /* Units */
 50487                   "\060Hertz",
 50488                   /* MappingStrings */
 50489                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.4\000",
 50490                   /* ModelCorrespondence */
 50491                   "\036\000\001CIM_VideoController.CurrentRefreshRate\000",
 50492                   0,
 50493               };
 50494               
 50495               static MetaProperty
 50496               _CIM_MonitorResolution_RefreshRate =
 50497               {
 50498                   /* flags */
 50499                   META_FLAG_PROPERTY|META_FLAG_READ,
 50500                   /* name */
 50501                   "RefreshRate",
 50502                   /* qualifiers */
 50503                   _CIM_MonitorResolution_RefreshRate_qualifiers,
 50504                   /* type */
 50505 mike  1.1.2.1     CIMTYPE_UINT32,
 50506                   /* subscript */
 50507                   -1,
 50508                   /* value */
 50509                   0,
 50510               };
 50511               
 50512               static const char*
 50513               _CIM_MonitorResolution_MinRefreshRate_qualifiers[] =
 50514               {
 50515                   /* Units */
 50516                   "\060Hertz",
 50517                   /* MappingStrings */
 50518                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.6\000",
 50519                   /* ModelCorrespondence */
 50520                   "\036\000\001CIM_VideoController.MinRefreshRate\000",
 50521                   0,
 50522               };
 50523               
 50524               static MetaProperty
 50525               _CIM_MonitorResolution_MinRefreshRate =
 50526 mike  1.1.2.1 {
 50527                   /* flags */
 50528                   META_FLAG_PROPERTY|META_FLAG_READ,
 50529                   /* name */
 50530                   "MinRefreshRate",
 50531                   /* qualifiers */
 50532                   _CIM_MonitorResolution_MinRefreshRate_qualifiers,
 50533                   /* type */
 50534                   CIMTYPE_UINT32,
 50535                   /* subscript */
 50536                   -1,
 50537                   /* value */
 50538                   0,
 50539               };
 50540               
 50541               static const char*
 50542               _CIM_MonitorResolution_MaxRefreshRate_qualifiers[] =
 50543               {
 50544                   /* Units */
 50545                   "\060Hertz",
 50546                   /* MappingStrings */
 50547 mike  1.1.2.1     "\026\000\001MIF.DMTF|Monitor Resolutions|002.7\000",
 50548                   /* ModelCorrespondence */
 50549                   "\036\000\001CIM_VideoController.MaxRefreshRate\000",
 50550                   0,
 50551               };
 50552               
 50553               static MetaProperty
 50554               _CIM_MonitorResolution_MaxRefreshRate =
 50555               {
 50556                   /* flags */
 50557                   META_FLAG_PROPERTY|META_FLAG_READ,
 50558                   /* name */
 50559                   "MaxRefreshRate",
 50560                   /* qualifiers */
 50561                   _CIM_MonitorResolution_MaxRefreshRate_qualifiers,
 50562                   /* type */
 50563                   CIMTYPE_UINT32,
 50564                   /* subscript */
 50565                   -1,
 50566                   /* value */
 50567                   0,
 50568 mike  1.1.2.1 };
 50569               
 50570               static const char*
 50571               _CIM_MonitorResolution_ScanMode_qualifiers[] =
 50572               {
 50573                   /* ValueMap */
 50574                   "\061\000\0051\0002\0003\0004\0005\000",
 50575                   /* Values */
 50576                   "\062\000\005Other\000Unknown\000Not Supported\000Non-Interlaced Operation\000Interlaced Operation\000",
 50577                   /* MappingStrings */
 50578                   "\026\000\001MIF.DMTF|Monitor Resolutions|002.5\000",
 50579                   /* ModelCorrespondence */
 50580                   "\036\000\001CIM_VideoController.CurrentScanMode\000",
 50581                   0,
 50582               };
 50583               
 50584               static MetaProperty
 50585               _CIM_MonitorResolution_ScanMode =
 50586               {
 50587                   /* flags */
 50588                   META_FLAG_PROPERTY|META_FLAG_READ,
 50589 mike  1.1.2.1     /* name */
 50590                   "ScanMode",
 50591                   /* qualifiers */
 50592                   _CIM_MonitorResolution_ScanMode_qualifiers,
 50593                   /* type */
 50594                   CIMTYPE_UINT16,
 50595                   /* subscript */
 50596                   -1,
 50597                   /* value */
 50598                   0,
 50599               };
 50600               
 50601               static MetaFeature*
 50602               _CIM_MonitorResolution_features[] =
 50603               {
 50604                   (MetaFeature*)&_CIM_MonitorResolution_SettingID,
 50605                   (MetaFeature*)&_CIM_MonitorResolution_HorizontalResolution,
 50606                   (MetaFeature*)&_CIM_MonitorResolution_VerticalResolution,
 50607                   (MetaFeature*)&_CIM_MonitorResolution_RefreshRate,
 50608                   (MetaFeature*)&_CIM_MonitorResolution_MinRefreshRate,
 50609                   (MetaFeature*)&_CIM_MonitorResolution_MaxRefreshRate,
 50610 mike  1.1.2.1     (MetaFeature*)&_CIM_MonitorResolution_ScanMode,
 50611                   0,
 50612               };
 50613               
 50614               static const char*
 50615               __root_cimv2_CIM_MonitorResolution_qualifiers[] =
 50616               {
 50617                   /* UMLPackagePath */
 50618                   "\057CIM::Device::UserDevices",
 50619                   /* Version */
 50620                   "\0632.6.0",
 50621                   0,
 50622               };
 50623               
 50624               MetaClass
 50625               __root_cimv2_CIM_MonitorResolution =
 50626               {
 50627                   /* flags */
 50628                   META_FLAG_CLASS,
 50629                   /* name */
 50630                   "CIM_MonitorResolution",
 50631 mike  1.1.2.1     /* qualifiers */
 50632                   __root_cimv2_CIM_MonitorResolution_qualifiers,
 50633                   /* super */
 50634                   &__root_cimv2_CIM_Setting,
 50635                   /* features */
 50636                   _CIM_MonitorResolution_features,
 50637               };
 50638               
 50639               //==============================================================================
 50640               //
 50641               // Class: CIM_MoreGroupInfo
 50642               //
 50643               //==============================================================================
 50644               
 50645               static const char*
 50646               _CIM_MoreGroupInfo_Antecedent_qualifiers[] =
 50647               {
 50648                   /* Override */
 50649                   "\044Antecedent",
 50650                   /* Min */
 50651                   "\033\000\000\000\001",
 50652 mike  1.1.2.1     /* Max */
 50653                   "\027\000\000\000\001",
 50654                   0,
 50655               };
 50656               
 50657               static MetaReference
 50658               _CIM_MoreGroupInfo_Antecedent =
 50659               {
 50660                   /* flags */
 50661                   META_FLAG_REFERENCE|META_FLAG_READ,
 50662                   /* name */
 50663                   "Antecedent",
 50664                   /* qualifiers */
 50665                   _CIM_MoreGroupInfo_Antecedent_qualifiers,
 50666                   /* subscript */
 50667                   -1,
 50668                   /* refId */
 50669                   &__root_cimv2_CIM_Group,
 50670               };
 50671               
 50672               static const char*
 50673 mike  1.1.2.1 _CIM_MoreGroupInfo_Dependent_qualifiers[] =
 50674               {
 50675                   /* Override */
 50676                   "\044Dependent",
 50677                   /* Max */
 50678                   "\027\000\000\000\001",
 50679                   0,
 50680               };
 50681               
 50682               static MetaReference
 50683               _CIM_MoreGroupInfo_Dependent =
 50684               {
 50685                   /* flags */
 50686                   META_FLAG_REFERENCE|META_FLAG_READ,
 50687                   /* name */
 50688                   "Dependent",
 50689                   /* qualifiers */
 50690                   _CIM_MoreGroupInfo_Dependent_qualifiers,
 50691                   /* subscript */
 50692                   -1,
 50693                   /* refId */
 50694 mike  1.1.2.1     &__root_cimv2_CIM_OtherGroupInformation,
 50695               };
 50696               
 50697               static MetaFeature*
 50698               _CIM_MoreGroupInfo_features[] =
 50699               {
 50700                   (MetaFeature*)&_CIM_MoreGroupInfo_Antecedent,
 50701                   (MetaFeature*)&_CIM_MoreGroupInfo_Dependent,
 50702                   0,
 50703               };
 50704               
 50705               static const char*
 50706               __root_cimv2_CIM_MoreGroupInfo_qualifiers[] =
 50707               {
 50708                   /* ASSOCIATION */
 50709                   "\000\001",
 50710                   /* UMLPackagePath */
 50711                   "\057CIM::User::Group",
 50712                   /* Version */
 50713                   "\0632.7.0",
 50714                   0,
 50715 mike  1.1.2.1 };
 50716               
 50717               MetaClass
 50718               __root_cimv2_CIM_MoreGroupInfo =
 50719               {
 50720                   /* flags */
 50721                   META_FLAG_ASSOCIATION,
 50722                   /* name */
 50723                   "CIM_MoreGroupInfo",
 50724                   /* qualifiers */
 50725                   __root_cimv2_CIM_MoreGroupInfo_qualifiers,
 50726                   /* super */
 50727                   &__root_cimv2_CIM_Dependency,
 50728                   /* features */
 50729                   _CIM_MoreGroupInfo_features,
 50730               };
 50731               
 50732               //==============================================================================
 50733               //
 50734               // Class: CIM_MoreOrgUnitInfo
 50735               //
 50736 mike  1.1.2.1 //==============================================================================
 50737               
 50738               static const char*
 50739               _CIM_MoreOrgUnitInfo_Antecedent_qualifiers[] =
 50740               {
 50741                   /* Override */
 50742                   "\044Antecedent",
 50743                   /* Min */
 50744                   "\033\000\000\000\001",
 50745                   /* Max */
 50746                   "\027\000\000\000\001",
 50747                   0,
 50748               };
 50749               
 50750               static MetaReference
 50751               _CIM_MoreOrgUnitInfo_Antecedent =
 50752               {
 50753                   /* flags */
 50754                   META_FLAG_REFERENCE|META_FLAG_READ,
 50755                   /* name */
 50756                   "Antecedent",
 50757 mike  1.1.2.1     /* qualifiers */
 50758                   _CIM_MoreOrgUnitInfo_Antecedent_qualifiers,
 50759                   /* subscript */
 50760                   -1,
 50761                   /* refId */
 50762                   &__root_cimv2_CIM_OrgUnit,
 50763               };
 50764               
 50765               static const char*
 50766               _CIM_MoreOrgUnitInfo_Dependent_qualifiers[] =
 50767               {
 50768                   /* Override */
 50769                   "\044Dependent",
 50770                   /* Max */
 50771                   "\027\000\000\000\001",
 50772                   0,
 50773               };
 50774               
 50775               static MetaReference
 50776               _CIM_MoreOrgUnitInfo_Dependent =
 50777               {
 50778 mike  1.1.2.1     /* flags */
 50779                   META_FLAG_REFERENCE|META_FLAG_READ,
 50780                   /* name */
 50781                   "Dependent",
 50782                   /* qualifiers */
 50783                   _CIM_MoreOrgUnitInfo_Dependent_qualifiers,
 50784                   /* subscript */
 50785                   -1,
 50786                   /* refId */
 50787                   &__root_cimv2_CIM_OtherOrgUnitInformation,
 50788               };
 50789               
 50790               static MetaFeature*
 50791               _CIM_MoreOrgUnitInfo_features[] =
 50792               {
 50793                   (MetaFeature*)&_CIM_MoreOrgUnitInfo_Antecedent,
 50794                   (MetaFeature*)&_CIM_MoreOrgUnitInfo_Dependent,
 50795                   0,
 50796               };
 50797               
 50798               static const char*
 50799 mike  1.1.2.1 __root_cimv2_CIM_MoreOrgUnitInfo_qualifiers[] =
 50800               {
 50801                   /* ASSOCIATION */
 50802                   "\000\001",
 50803                   /* UMLPackagePath */
 50804                   "\057CIM::User::Org",
 50805                   /* Version */
 50806                   "\0632.7.0",
 50807                   0,
 50808               };
 50809               
 50810               MetaClass
 50811               __root_cimv2_CIM_MoreOrgUnitInfo =
 50812               {
 50813                   /* flags */
 50814                   META_FLAG_ASSOCIATION,
 50815                   /* name */
 50816                   "CIM_MoreOrgUnitInfo",
 50817                   /* qualifiers */
 50818                   __root_cimv2_CIM_MoreOrgUnitInfo_qualifiers,
 50819                   /* super */
 50820 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
 50821                   /* features */
 50822                   _CIM_MoreOrgUnitInfo_features,
 50823               };
 50824               
 50825               //==============================================================================
 50826               //
 50827               // Class: CIM_MoreRoleInfo
 50828               //
 50829               //==============================================================================
 50830               
 50831               static const char*
 50832               _CIM_MoreRoleInfo_Antecedent_qualifiers[] =
 50833               {
 50834                   /* Override */
 50835                   "\044Antecedent",
 50836                   /* Min */
 50837                   "\033\000\000\000\001",
 50838                   /* Max */
 50839                   "\027\000\000\000\001",
 50840                   0,
 50841 mike  1.1.2.1 };
 50842               
 50843               static MetaReference
 50844               _CIM_MoreRoleInfo_Antecedent =
 50845               {
 50846                   /* flags */
 50847                   META_FLAG_REFERENCE|META_FLAG_READ,
 50848                   /* name */
 50849                   "Antecedent",
 50850                   /* qualifiers */
 50851                   _CIM_MoreRoleInfo_Antecedent_qualifiers,
 50852                   /* subscript */
 50853                   -1,
 50854                   /* refId */
 50855                   &__root_cimv2_CIM_Role,
 50856               };
 50857               
 50858               static const char*
 50859               _CIM_MoreRoleInfo_Dependent_qualifiers[] =
 50860               {
 50861                   /* Override */
 50862 mike  1.1.2.1     "\044Dependent",
 50863                   /* Max */
 50864                   "\027\000\000\000\001",
 50865                   0,
 50866               };
 50867               
 50868               static MetaReference
 50869               _CIM_MoreRoleInfo_Dependent =
 50870               {
 50871                   /* flags */
 50872                   META_FLAG_REFERENCE|META_FLAG_READ,
 50873                   /* name */
 50874                   "Dependent",
 50875                   /* qualifiers */
 50876                   _CIM_MoreRoleInfo_Dependent_qualifiers,
 50877                   /* subscript */
 50878                   -1,
 50879                   /* refId */
 50880                   &__root_cimv2_CIM_OtherRoleInformation,
 50881               };
 50882               
 50883 mike  1.1.2.1 static MetaFeature*
 50884               _CIM_MoreRoleInfo_features[] =
 50885               {
 50886                   (MetaFeature*)&_CIM_MoreRoleInfo_Antecedent,
 50887                   (MetaFeature*)&_CIM_MoreRoleInfo_Dependent,
 50888                   0,
 50889               };
 50890               
 50891               static const char*
 50892               __root_cimv2_CIM_MoreRoleInfo_qualifiers[] =
 50893               {
 50894                   /* ASSOCIATION */
 50895                   "\000\001",
 50896                   /* UMLPackagePath */
 50897                   "\057CIM::User::Role",
 50898                   /* Version */
 50899                   "\0632.7.0",
 50900                   0,
 50901               };
 50902               
 50903               MetaClass
 50904 mike  1.1.2.1 __root_cimv2_CIM_MoreRoleInfo =
 50905               {
 50906                   /* flags */
 50907                   META_FLAG_ASSOCIATION,
 50908                   /* name */
 50909                   "CIM_MoreRoleInfo",
 50910                   /* qualifiers */
 50911                   __root_cimv2_CIM_MoreRoleInfo_qualifiers,
 50912                   /* super */
 50913                   &__root_cimv2_CIM_Dependency,
 50914                   /* features */
 50915                   _CIM_MoreRoleInfo_features,
 50916               };
 50917               
 50918               //==============================================================================
 50919               //
 50920               // Class: CIM_NamedAddressCollection
 50921               //
 50922               //==============================================================================
 50923               
 50924               static const char*
 50925 mike  1.1.2.1 _CIM_NamedAddressCollection_CollectionAlias_qualifiers[] =
 50926               {
 50927                   /* Required */
 50928                   "\050\001",
 50929                   /* Write */
 50930                   "\065\001",
 50931                   0,
 50932               };
 50933               
 50934               static MetaProperty
 50935               _CIM_NamedAddressCollection_CollectionAlias =
 50936               {
 50937                   /* flags */
 50938                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
 50939                   /* name */
 50940                   "CollectionAlias",
 50941                   /* qualifiers */
 50942                   _CIM_NamedAddressCollection_CollectionAlias_qualifiers,
 50943                   /* type */
 50944                   CIMTYPE_STRING,
 50945                   /* subscript */
 50946 mike  1.1.2.1     -1,
 50947                   /* value */
 50948                   0,
 50949               };
 50950               
 50951               static MetaFeature*
 50952               _CIM_NamedAddressCollection_features[] =
 50953               {
 50954                   (MetaFeature*)&_CIM_NamedAddressCollection_CollectionAlias,
 50955                   0,
 50956               };
 50957               
 50958               static const char*
 50959               __root_cimv2_CIM_NamedAddressCollection_qualifiers[] =
 50960               {
 50961                   /* UMLPackagePath */
 50962                   "\057CIM::Network::Collections",
 50963                   /* Version */
 50964                   "\0632.7.0",
 50965                   0,
 50966               };
 50967 mike  1.1.2.1 
 50968               MetaClass
 50969               __root_cimv2_CIM_NamedAddressCollection =
 50970               {
 50971                   /* flags */
 50972                   META_FLAG_CLASS,
 50973                   /* name */
 50974                   "CIM_NamedAddressCollection",
 50975                   /* qualifiers */
 50976                   __root_cimv2_CIM_NamedAddressCollection_qualifiers,
 50977                   /* super */
 50978                   &__root_cimv2_CIM_SystemSpecificCollection,
 50979                   /* features */
 50980                   _CIM_NamedAddressCollection_features,
 50981               };
 50982               
 50983               //==============================================================================
 50984               //
 50985               // Class: CIM_NetworkingIDAuthentication
 50986               //
 50987               //==============================================================================
 50988 mike  1.1.2.1 
 50989               static const char*
 50990               _CIM_NetworkingIDAuthentication_NetworkingIdentityClassName_qualifiers[] =
 50991               {
 50992                   0,
 50993               };
 50994               
 50995               static MetaProperty
 50996               _CIM_NetworkingIDAuthentication_NetworkingIdentityClassName =
 50997               {
 50998                   /* flags */
 50999                   META_FLAG_PROPERTY|META_FLAG_READ,
 51000                   /* name */
 51001                   "NetworkingIdentityClassName",
 51002                   /* qualifiers */
 51003                   _CIM_NetworkingIDAuthentication_NetworkingIdentityClassName_qualifiers,
 51004                   /* type */
 51005                   CIMTYPE_STRING,
 51006                   /* subscript */
 51007                   -1,
 51008                   /* value */
 51009 mike  1.1.2.1     0,
 51010               };
 51011               
 51012               static MetaFeature*
 51013               _CIM_NetworkingIDAuthentication_features[] =
 51014               {
 51015                   (MetaFeature*)&_CIM_NetworkingIDAuthentication_NetworkingIdentityClassName,
 51016                   0,
 51017               };
 51018               
 51019               static const char*
 51020               __root_cimv2_CIM_NetworkingIDAuthentication_qualifiers[] =
 51021               {
 51022                   /* UMLPackagePath */
 51023                   "\057CIM::Policy",
 51024                   /* Version */
 51025                   "\0632.8.0",
 51026                   0,
 51027               };
 51028               
 51029               MetaClass
 51030 mike  1.1.2.1 __root_cimv2_CIM_NetworkingIDAuthentication =
 51031               {
 51032                   /* flags */
 51033                   META_FLAG_CLASS,
 51034                   /* name */
 51035                   "CIM_NetworkingIDAuthentication",
 51036                   /* qualifiers */
 51037                   __root_cimv2_CIM_NetworkingIDAuthentication_qualifiers,
 51038                   /* super */
 51039                   &__root_cimv2_CIM_AuthenticationCondition,
 51040                   /* features */
 51041                   _CIM_NetworkingIDAuthentication_features,
 51042               };
 51043               
 51044               //==============================================================================
 51045               //
 51046               // Class: CIM_NetworkPacketAction
 51047               //
 51048               //==============================================================================
 51049               
 51050               static const char*
 51051 mike  1.1.2.1 _CIM_NetworkPacketAction_PacketAction_qualifiers[] =
 51052               {
 51053                   /* ValueMap */
 51054                   "\061\000\0041\0002\0003\0004\000",
 51055                   /* Values */
 51056                   "\062\000\004Other\000Processed\000Bypassed\000Discarded\000",
 51057                   /* MappingStrings */
 51058                   "\026\000\002IPSP Policy Model.IETF|IPsecBypassAction\000IPSP Policy Model.IETF|IPsecDiscardAction\000",
 51059                   /* ModelCorrespondence */
 51060                   "\036\000\001CIM_NetworkPacketAction.OtherAction\000",
 51061                   0,
 51062               };
 51063               
 51064               static MetaProperty
 51065               _CIM_NetworkPacketAction_PacketAction =
 51066               {
 51067                   /* flags */
 51068                   META_FLAG_PROPERTY|META_FLAG_READ,
 51069                   /* name */
 51070                   "PacketAction",
 51071                   /* qualifiers */
 51072 mike  1.1.2.1     _CIM_NetworkPacketAction_PacketAction_qualifiers,
 51073                   /* type */
 51074                   CIMTYPE_UINT16,
 51075                   /* subscript */
 51076                   -1,
 51077                   /* value */
 51078                   0,
 51079               };
 51080               
 51081               static const char*
 51082               _CIM_NetworkPacketAction_OtherAction_qualifiers[] =
 51083               {
 51084                   /* ModelCorrespondence */
 51085                   "\036\000\001CIM_NetworkPacketAction.PacketAction\000",
 51086                   0,
 51087               };
 51088               
 51089               static MetaProperty
 51090               _CIM_NetworkPacketAction_OtherAction =
 51091               {
 51092                   /* flags */
 51093 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 51094                   /* name */
 51095                   "OtherAction",
 51096                   /* qualifiers */
 51097                   _CIM_NetworkPacketAction_OtherAction_qualifiers,
 51098                   /* type */
 51099                   CIMTYPE_STRING,
 51100                   /* subscript */
 51101                   -1,
 51102                   /* value */
 51103                   0,
 51104               };
 51105               
 51106               static MetaFeature*
 51107               _CIM_NetworkPacketAction_features[] =
 51108               {
 51109                   (MetaFeature*)&_CIM_NetworkPacketAction_PacketAction,
 51110                   (MetaFeature*)&_CIM_NetworkPacketAction_OtherAction,
 51111                   0,
 51112               };
 51113               
 51114 mike  1.1.2.1 static const char*
 51115               __root_cimv2_CIM_NetworkPacketAction_qualifiers[] =
 51116               {
 51117                   /* UMLPackagePath */
 51118                   "\057CIM::Policy",
 51119                   /* Version */
 51120                   "\0632.8.0",
 51121                   0,
 51122               };
 51123               
 51124               MetaClass
 51125               __root_cimv2_CIM_NetworkPacketAction =
 51126               {
 51127                   /* flags */
 51128                   META_FLAG_CLASS,
 51129                   /* name */
 51130                   "CIM_NetworkPacketAction",
 51131                   /* qualifiers */
 51132                   __root_cimv2_CIM_NetworkPacketAction_qualifiers,
 51133                   /* super */
 51134                   &__root_cimv2_CIM_PolicyAction,
 51135 mike  1.1.2.1     /* features */
 51136                   _CIM_NetworkPacketAction_features,
 51137               };
 51138               
 51139               //==============================================================================
 51140               //
 51141               // Class: CIM_NetworkPortStatistics
 51142               //
 51143               //==============================================================================
 51144               
 51145               static const char*
 51146               _CIM_NetworkPortStatistics_BytesTransmitted_qualifiers[] =
 51147               {
 51148                   /* Units */
 51149                   "\060Bytes",
 51150                   /* Counter */
 51151                   "\012\001",
 51152                   /* MappingStrings */
 51153                   "\026\000\002MIB.IETF|MIB-II.ifOutOctets\000MIF.DMTF|Network Adapter 802 Port|001.7\000",
 51154                   0,
 51155               };
 51156 mike  1.1.2.1 
 51157               static MetaProperty
 51158               _CIM_NetworkPortStatistics_BytesTransmitted =
 51159               {
 51160                   /* flags */
 51161                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 51162                   /* name */
 51163                   "BytesTransmitted",
 51164                   /* qualifiers */
 51165                   _CIM_NetworkPortStatistics_BytesTransmitted_qualifiers,
 51166                   /* type */
 51167                   CIMTYPE_UINT64,
 51168                   /* subscript */
 51169                   -1,
 51170                   /* value */
 51171                   0,
 51172               };
 51173               
 51174               static const char*
 51175               _CIM_NetworkPortStatistics_BytesReceived_qualifiers[] =
 51176               {
 51177 mike  1.1.2.1     /* Units */
 51178                   "\060Bytes",
 51179                   /* Counter */
 51180                   "\012\001",
 51181                   /* MappingStrings */
 51182                   "\026\000\002MIB.IETF|MIB-II.ifInOctets\000MIF.DMTF|Network Adapter 802 Port|001.9\000",
 51183                   0,
 51184               };
 51185               
 51186               static MetaProperty
 51187               _CIM_NetworkPortStatistics_BytesReceived =
 51188               {
 51189                   /* flags */
 51190                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 51191                   /* name */
 51192                   "BytesReceived",
 51193                   /* qualifiers */
 51194                   _CIM_NetworkPortStatistics_BytesReceived_qualifiers,
 51195                   /* type */
 51196                   CIMTYPE_UINT64,
 51197                   /* subscript */
 51198 mike  1.1.2.1     -1,
 51199                   /* value */
 51200                   0,
 51201               };
 51202               
 51203               static const char*
 51204               _CIM_NetworkPortStatistics_PacketsTransmitted_qualifiers[] =
 51205               {
 51206                   /* Counter */
 51207                   "\012\001",
 51208                   0,
 51209               };
 51210               
 51211               static MetaProperty
 51212               _CIM_NetworkPortStatistics_PacketsTransmitted =
 51213               {
 51214                   /* flags */
 51215                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 51216                   /* name */
 51217                   "PacketsTransmitted",
 51218                   /* qualifiers */
 51219 mike  1.1.2.1     _CIM_NetworkPortStatistics_PacketsTransmitted_qualifiers,
 51220                   /* type */
 51221                   CIMTYPE_UINT64,
 51222                   /* subscript */
 51223                   -1,
 51224                   /* value */
 51225                   0,
 51226               };
 51227               
 51228               static const char*
 51229               _CIM_NetworkPortStatistics_PacketsReceived_qualifiers[] =
 51230               {
 51231                   /* Counter */
 51232                   "\012\001",
 51233                   0,
 51234               };
 51235               
 51236               static MetaProperty
 51237               _CIM_NetworkPortStatistics_PacketsReceived =
 51238               {
 51239                   /* flags */
 51240 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 51241                   /* name */
 51242                   "PacketsReceived",
 51243                   /* qualifiers */
 51244                   _CIM_NetworkPortStatistics_PacketsReceived_qualifiers,
 51245                   /* type */
 51246                   CIMTYPE_UINT64,
 51247                   /* subscript */
 51248                   -1,
 51249                   /* value */
 51250                   0,
 51251               };
 51252               
 51253               static MetaFeature*
 51254               _CIM_NetworkPortStatistics_features[] =
 51255               {
 51256                   (MetaFeature*)&_CIM_NetworkPortStatistics_BytesTransmitted,
 51257                   (MetaFeature*)&_CIM_NetworkPortStatistics_BytesReceived,
 51258                   (MetaFeature*)&_CIM_NetworkPortStatistics_PacketsTransmitted,
 51259                   (MetaFeature*)&_CIM_NetworkPortStatistics_PacketsReceived,
 51260                   0,
 51261 mike  1.1.2.1 };
 51262               
 51263               static const char*
 51264               __root_cimv2_CIM_NetworkPortStatistics_qualifiers[] =
 51265               {
 51266                   /* UMLPackagePath */
 51267                   "\057CIM::Device::Ports",
 51268                   /* Version */
 51269                   "\0632.10.0",
 51270                   0,
 51271               };
 51272               
 51273               MetaClass
 51274               __root_cimv2_CIM_NetworkPortStatistics =
 51275               {
 51276                   /* flags */
 51277                   META_FLAG_CLASS,
 51278                   /* name */
 51279                   "CIM_NetworkPortStatistics",
 51280                   /* qualifiers */
 51281                   __root_cimv2_CIM_NetworkPortStatistics_qualifiers,
 51282 mike  1.1.2.1     /* super */
 51283                   &__root_cimv2_CIM_StatisticalData,
 51284                   /* features */
 51285                   _CIM_NetworkPortStatistics_features,
 51286               };
 51287               
 51288               //==============================================================================
 51289               //
 51290               // Class: CIM_NextHopIPRoute
 51291               //
 51292               //==============================================================================
 51293               
 51294               static const char*
 51295               _CIM_NextHopIPRoute_RouteDerivation_qualifiers[] =
 51296               {
 51297                   /* ValueMap */
 51298                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 51299                   /* Values */
 51300                   "\062\000\014Unknown\000Other\000Connected\000User-Defined\000IGRP\000EIGRP\000RIP\000Hello\000EGP\000BGP\000ISIS\000OSPF\000",
 51301                   /* ModelCorrespondence */
 51302                   "\036\000\001CIM_NextHopIPRoute.OtherDerivation\000",
 51303 mike  1.1.2.1     0,
 51304               };
 51305               
 51306               static MetaProperty
 51307               _CIM_NextHopIPRoute_RouteDerivation =
 51308               {
 51309                   /* flags */
 51310                   META_FLAG_PROPERTY|META_FLAG_READ,
 51311                   /* name */
 51312                   "RouteDerivation",
 51313                   /* qualifiers */
 51314                   _CIM_NextHopIPRoute_RouteDerivation_qualifiers,
 51315                   /* type */
 51316                   CIMTYPE_UINT16,
 51317                   /* subscript */
 51318                   -1,
 51319                   /* value */
 51320                   0,
 51321               };
 51322               
 51323               static const char*
 51324 mike  1.1.2.1 _CIM_NextHopIPRoute_OtherDerivation_qualifiers[] =
 51325               {
 51326                   /* ModelCorrespondence */
 51327                   "\036\000\001CIM_NextHopIPRoute.RouteDerivation\000",
 51328                   0,
 51329               };
 51330               
 51331               static MetaProperty
 51332               _CIM_NextHopIPRoute_OtherDerivation =
 51333               {
 51334                   /* flags */
 51335                   META_FLAG_PROPERTY|META_FLAG_READ,
 51336                   /* name */
 51337                   "OtherDerivation",
 51338                   /* qualifiers */
 51339                   _CIM_NextHopIPRoute_OtherDerivation_qualifiers,
 51340                   /* type */
 51341                   CIMTYPE_STRING,
 51342                   /* subscript */
 51343                   -1,
 51344                   /* value */
 51345 mike  1.1.2.1     0,
 51346               };
 51347               
 51348               static const char*
 51349               _CIM_NextHopIPRoute_DestinationMask_qualifiers[] =
 51350               {
 51351                   0,
 51352               };
 51353               
 51354               static MetaProperty
 51355               _CIM_NextHopIPRoute_DestinationMask =
 51356               {
 51357                   /* flags */
 51358                   META_FLAG_PROPERTY|META_FLAG_READ,
 51359                   /* name */
 51360                   "DestinationMask",
 51361                   /* qualifiers */
 51362                   _CIM_NextHopIPRoute_DestinationMask_qualifiers,
 51363                   /* type */
 51364                   CIMTYPE_STRING,
 51365                   /* subscript */
 51366 mike  1.1.2.1     -1,
 51367                   /* value */
 51368                   0,
 51369               };
 51370               
 51371               static const char*
 51372               _CIM_NextHopIPRoute_PrefixLength_qualifiers[] =
 51373               {
 51374                   0,
 51375               };
 51376               
 51377               static MetaProperty
 51378               _CIM_NextHopIPRoute_PrefixLength =
 51379               {
 51380                   /* flags */
 51381                   META_FLAG_PROPERTY|META_FLAG_READ,
 51382                   /* name */
 51383                   "PrefixLength",
 51384                   /* qualifiers */
 51385                   _CIM_NextHopIPRoute_PrefixLength_qualifiers,
 51386                   /* type */
 51387 mike  1.1.2.1     CIMTYPE_UINT8,
 51388                   /* subscript */
 51389                   -1,
 51390                   /* value */
 51391                   0,
 51392               };
 51393               
 51394               static const char*
 51395               _CIM_NextHopIPRoute_AddressType_qualifiers[] =
 51396               {
 51397                   /* ValueMap */
 51398                   "\061\000\0030\0001\0002\000",
 51399                   /* Values */
 51400                   "\062\000\003Unknown\000IPv4\000IPv6\000",
 51401                   0,
 51402               };
 51403               
 51404               static MetaProperty
 51405               _CIM_NextHopIPRoute_AddressType =
 51406               {
 51407                   /* flags */
 51408 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 51409                   /* name */
 51410                   "AddressType",
 51411                   /* qualifiers */
 51412                   _CIM_NextHopIPRoute_AddressType_qualifiers,
 51413                   /* type */
 51414                   CIMTYPE_UINT16,
 51415                   /* subscript */
 51416                   -1,
 51417                   /* value */
 51418                   0,
 51419               };
 51420               
 51421               static MetaFeature*
 51422               _CIM_NextHopIPRoute_features[] =
 51423               {
 51424                   (MetaFeature*)&_CIM_NextHopIPRoute_RouteDerivation,
 51425                   (MetaFeature*)&_CIM_NextHopIPRoute_OtherDerivation,
 51426                   (MetaFeature*)&_CIM_NextHopIPRoute_DestinationMask,
 51427                   (MetaFeature*)&_CIM_NextHopIPRoute_PrefixLength,
 51428                   (MetaFeature*)&_CIM_NextHopIPRoute_AddressType,
 51429 mike  1.1.2.1     0,
 51430               };
 51431               
 51432               static const char*
 51433               __root_cimv2_CIM_NextHopIPRoute_qualifiers[] =
 51434               {
 51435                   /* UMLPackagePath */
 51436                   "\057CIM::Network::Routes",
 51437                   /* Version */
 51438                   "\0632.7.0",
 51439                   0,
 51440               };
 51441               
 51442               MetaClass
 51443               __root_cimv2_CIM_NextHopIPRoute =
 51444               {
 51445                   /* flags */
 51446                   META_FLAG_CLASS,
 51447                   /* name */
 51448                   "CIM_NextHopIPRoute",
 51449                   /* qualifiers */
 51450 mike  1.1.2.1     __root_cimv2_CIM_NextHopIPRoute_qualifiers,
 51451                   /* super */
 51452                   &__root_cimv2_CIM_NextHopRoute,
 51453                   /* features */
 51454                   _CIM_NextHopIPRoute_features,
 51455               };
 51456               
 51457               //==============================================================================
 51458               //
 51459               // Class: CIM_NextHopRouting
 51460               //
 51461               //==============================================================================
 51462               
 51463               static const char*
 51464               _CIM_NextHopRouting_DestinationAddress_qualifiers[] =
 51465               {
 51466                   /* Deprecated */
 51467                   "\013\000\001CIM_NextHopRoute.DestinationAddress\000",
 51468                   0,
 51469               };
 51470               
 51471 mike  1.1.2.1 static MetaProperty
 51472               _CIM_NextHopRouting_DestinationAddress =
 51473               {
 51474                   /* flags */
 51475                   META_FLAG_PROPERTY|META_FLAG_READ,
 51476                   /* name */
 51477                   "DestinationAddress",
 51478                   /* qualifiers */
 51479                   _CIM_NextHopRouting_DestinationAddress_qualifiers,
 51480                   /* type */
 51481                   CIMTYPE_STRING,
 51482                   /* subscript */
 51483                   -1,
 51484                   /* value */
 51485                   0,
 51486               };
 51487               
 51488               static const char*
 51489               _CIM_NextHopRouting_DestinationMask_qualifiers[] =
 51490               {
 51491                   /* Deprecated */
 51492 mike  1.1.2.1     "\013\000\001no value\000",
 51493                   0,
 51494               };
 51495               
 51496               static MetaProperty
 51497               _CIM_NextHopRouting_DestinationMask =
 51498               {
 51499                   /* flags */
 51500                   META_FLAG_PROPERTY|META_FLAG_READ,
 51501                   /* name */
 51502                   "DestinationMask",
 51503                   /* qualifiers */
 51504                   _CIM_NextHopRouting_DestinationMask_qualifiers,
 51505                   /* type */
 51506                   CIMTYPE_STRING,
 51507                   /* subscript */
 51508                   -1,
 51509                   /* value */
 51510                   0,
 51511               };
 51512               
 51513 mike  1.1.2.1 static const char*
 51514               _CIM_NextHopRouting_NextHop_qualifiers[] =
 51515               {
 51516                   /* Deprecated */
 51517                   "\013\000\002CIM_AssociatedNextHop.Antecedent\000CIM_RouteUsesEndpoint.Antecedent\000",
 51518                   0,
 51519               };
 51520               
 51521               static MetaProperty
 51522               _CIM_NextHopRouting_NextHop =
 51523               {
 51524                   /* flags */
 51525                   META_FLAG_PROPERTY|META_FLAG_READ,
 51526                   /* name */
 51527                   "NextHop",
 51528                   /* qualifiers */
 51529                   _CIM_NextHopRouting_NextHop_qualifiers,
 51530                   /* type */
 51531                   CIMTYPE_STRING,
 51532                   /* subscript */
 51533                   -1,
 51534 mike  1.1.2.1     /* value */
 51535                   0,
 51536               };
 51537               
 51538               static const char*
 51539               _CIM_NextHopRouting_IsStatic_qualifiers[] =
 51540               {
 51541                   /* Deprecated */
 51542                   "\013\000\001CIM_NextHopRoute.IsStatic\000",
 51543                   0,
 51544               };
 51545               
 51546               static MetaProperty
 51547               _CIM_NextHopRouting_IsStatic =
 51548               {
 51549                   /* flags */
 51550                   META_FLAG_PROPERTY|META_FLAG_READ,
 51551                   /* name */
 51552                   "IsStatic",
 51553                   /* qualifiers */
 51554                   _CIM_NextHopRouting_IsStatic_qualifiers,
 51555 mike  1.1.2.1     /* type */
 51556                   CIMTYPE_BOOLEAN,
 51557                   /* subscript */
 51558                   -1,
 51559                   /* value */
 51560                   0,
 51561               };
 51562               
 51563               static MetaFeature*
 51564               _CIM_NextHopRouting_features[] =
 51565               {
 51566                   (MetaFeature*)&_CIM_NextHopRouting_DestinationAddress,
 51567                   (MetaFeature*)&_CIM_NextHopRouting_DestinationMask,
 51568                   (MetaFeature*)&_CIM_NextHopRouting_NextHop,
 51569                   (MetaFeature*)&_CIM_NextHopRouting_IsStatic,
 51570                   0,
 51571               };
 51572               
 51573               static const char*
 51574               __root_cimv2_CIM_NextHopRouting_qualifiers[] =
 51575               {
 51576 mike  1.1.2.1     /* Deprecated */
 51577                   "\013\000\001CIM_NextHopRoute\000",
 51578                   /* UMLPackagePath */
 51579                   "\057CIM::Network::Routes",
 51580                   /* Abstract */
 51581                   "\002\001",
 51582                   /* Version */
 51583                   "\0632.7.0",
 51584                   0,
 51585               };
 51586               
 51587               MetaClass
 51588               __root_cimv2_CIM_NextHopRouting =
 51589               {
 51590                   /* flags */
 51591                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 51592                   /* name */
 51593                   "CIM_NextHopRouting",
 51594                   /* qualifiers */
 51595                   __root_cimv2_CIM_NextHopRouting_qualifiers,
 51596                   /* super */
 51597 mike  1.1.2.1     &__root_cimv2_CIM_LogicalElement,
 51598                   /* features */
 51599                   _CIM_NextHopRouting_features,
 51600               };
 51601               
 51602               //==============================================================================
 51603               //
 51604               // Class: CIM_Organization
 51605               //
 51606               //==============================================================================
 51607               
 51608               static const char*
 51609               _CIM_Organization_CreationClassName_qualifiers[] =
 51610               {
 51611                   /* Key */
 51612                   "\025\001",
 51613                   /* MaxLen */
 51614                   "\030\000\000\001\000",
 51615                   0,
 51616               };
 51617               
 51618 mike  1.1.2.1 static MetaProperty
 51619               _CIM_Organization_CreationClassName =
 51620               {
 51621                   /* flags */
 51622                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 51623                   /* name */
 51624                   "CreationClassName",
 51625                   /* qualifiers */
 51626                   _CIM_Organization_CreationClassName_qualifiers,
 51627                   /* type */
 51628                   CIMTYPE_STRING,
 51629                   /* subscript */
 51630                   -1,
 51631                   /* value */
 51632                   0,
 51633               };
 51634               
 51635               static const char*
 51636               _CIM_Organization_Name_qualifiers[] =
 51637               {
 51638                   /* Key */
 51639 mike  1.1.2.1     "\025\001",
 51640                   /* MaxLen */
 51641                   "\030\000\000\004\000",
 51642                   0,
 51643               };
 51644               
 51645               static MetaProperty
 51646               _CIM_Organization_Name =
 51647               {
 51648                   /* flags */
 51649                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 51650                   /* name */
 51651                   "Name",
 51652                   /* qualifiers */
 51653                   _CIM_Organization_Name_qualifiers,
 51654                   /* type */
 51655                   CIMTYPE_STRING,
 51656                   /* subscript */
 51657                   -1,
 51658                   /* value */
 51659                   0,
 51660 mike  1.1.2.1 };
 51661               
 51662               static const char*
 51663               _CIM_Organization_BusinessCategory_qualifiers[] =
 51664               {
 51665                   /* MaxLen */
 51666                   "\030\000\000\000\200",
 51667                   0,
 51668               };
 51669               
 51670               static MetaProperty
 51671               _CIM_Organization_BusinessCategory =
 51672               {
 51673                   /* flags */
 51674                   META_FLAG_PROPERTY|META_FLAG_READ,
 51675                   /* name */
 51676                   "BusinessCategory",
 51677                   /* qualifiers */
 51678                   _CIM_Organization_BusinessCategory_qualifiers,
 51679                   /* type */
 51680                   CIMTYPE_STRING,
 51681 mike  1.1.2.1     /* subscript */
 51682                   -1,
 51683                   /* value */
 51684                   0,
 51685               };
 51686               
 51687               static const char*
 51688               _CIM_Organization_FacsimileTelephoneNumber_qualifiers[] =
 51689               {
 51690                   0,
 51691               };
 51692               
 51693               static MetaProperty
 51694               _CIM_Organization_FacsimileTelephoneNumber =
 51695               {
 51696                   /* flags */
 51697                   META_FLAG_PROPERTY|META_FLAG_READ,
 51698                   /* name */
 51699                   "FacsimileTelephoneNumber",
 51700                   /* qualifiers */
 51701                   _CIM_Organization_FacsimileTelephoneNumber_qualifiers,
 51702 mike  1.1.2.1     /* type */
 51703                   CIMTYPE_STRING,
 51704                   /* subscript */
 51705                   -1,
 51706                   /* value */
 51707                   0,
 51708               };
 51709               
 51710               static const char*
 51711               _CIM_Organization_LocalityName_qualifiers[] =
 51712               {
 51713                   0,
 51714               };
 51715               
 51716               static MetaProperty
 51717               _CIM_Organization_LocalityName =
 51718               {
 51719                   /* flags */
 51720                   META_FLAG_PROPERTY|META_FLAG_READ,
 51721                   /* name */
 51722                   "LocalityName",
 51723 mike  1.1.2.1     /* qualifiers */
 51724                   _CIM_Organization_LocalityName_qualifiers,
 51725                   /* type */
 51726                   CIMTYPE_STRING,
 51727                   /* subscript */
 51728                   -1,
 51729                   /* value */
 51730                   0,
 51731               };
 51732               
 51733               static const char*
 51734               _CIM_Organization_Mail_qualifiers[] =
 51735               {
 51736                   0,
 51737               };
 51738               
 51739               static MetaProperty
 51740               _CIM_Organization_Mail =
 51741               {
 51742                   /* flags */
 51743                   META_FLAG_PROPERTY|META_FLAG_READ,
 51744 mike  1.1.2.1     /* name */
 51745                   "Mail",
 51746                   /* qualifiers */
 51747                   _CIM_Organization_Mail_qualifiers,
 51748                   /* type */
 51749                   CIMTYPE_STRING,
 51750                   /* subscript */
 51751                   -1,
 51752                   /* value */
 51753                   0,
 51754               };
 51755               
 51756               static const char*
 51757               _CIM_Organization_OrganizationName_qualifiers[] =
 51758               {
 51759                   /* Required */
 51760                   "\050\001",
 51761                   0,
 51762               };
 51763               
 51764               static MetaProperty
 51765 mike  1.1.2.1 _CIM_Organization_OrganizationName =
 51766               {
 51767                   /* flags */
 51768                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 51769                   /* name */
 51770                   "OrganizationName",
 51771                   /* qualifiers */
 51772                   _CIM_Organization_OrganizationName_qualifiers,
 51773                   /* type */
 51774                   CIMTYPE_STRING,
 51775                   /* subscript */
 51776                   -1,
 51777                   /* value */
 51778                   0,
 51779               };
 51780               
 51781               static const char*
 51782               _CIM_Organization_PostalAddress_qualifiers[] =
 51783               {
 51784                   0,
 51785               };
 51786 mike  1.1.2.1 
 51787               static MetaProperty
 51788               _CIM_Organization_PostalAddress =
 51789               {
 51790                   /* flags */
 51791                   META_FLAG_PROPERTY|META_FLAG_READ,
 51792                   /* name */
 51793                   "PostalAddress",
 51794                   /* qualifiers */
 51795                   _CIM_Organization_PostalAddress_qualifiers,
 51796                   /* type */
 51797                   CIMTYPE_STRING,
 51798                   /* subscript */
 51799                   0,
 51800                   /* value */
 51801                   0,
 51802               };
 51803               
 51804               static const char*
 51805               _CIM_Organization_PostalCode_qualifiers[] =
 51806               {
 51807 mike  1.1.2.1     /* MaxLen */
 51808                   "\030\000\000\000\050",
 51809                   0,
 51810               };
 51811               
 51812               static MetaProperty
 51813               _CIM_Organization_PostalCode =
 51814               {
 51815                   /* flags */
 51816                   META_FLAG_PROPERTY|META_FLAG_READ,
 51817                   /* name */
 51818                   "PostalCode",
 51819                   /* qualifiers */
 51820                   _CIM_Organization_PostalCode_qualifiers,
 51821                   /* type */
 51822                   CIMTYPE_STRING,
 51823                   /* subscript */
 51824                   -1,
 51825                   /* value */
 51826                   0,
 51827               };
 51828 mike  1.1.2.1 
 51829               static const char*
 51830               _CIM_Organization_StateOrProvince_qualifiers[] =
 51831               {
 51832                   0,
 51833               };
 51834               
 51835               static MetaProperty
 51836               _CIM_Organization_StateOrProvince =
 51837               {
 51838                   /* flags */
 51839                   META_FLAG_PROPERTY|META_FLAG_READ,
 51840                   /* name */
 51841                   "StateOrProvince",
 51842                   /* qualifiers */
 51843                   _CIM_Organization_StateOrProvince_qualifiers,
 51844                   /* type */
 51845                   CIMTYPE_STRING,
 51846                   /* subscript */
 51847                   -1,
 51848                   /* value */
 51849 mike  1.1.2.1     0,
 51850               };
 51851               
 51852               static const char*
 51853               _CIM_Organization_TelephoneNumber_qualifiers[] =
 51854               {
 51855                   /* MaxLen */
 51856                   "\030\000\000\000\040",
 51857                   0,
 51858               };
 51859               
 51860               static MetaProperty
 51861               _CIM_Organization_TelephoneNumber =
 51862               {
 51863                   /* flags */
 51864                   META_FLAG_PROPERTY|META_FLAG_READ,
 51865                   /* name */
 51866                   "TelephoneNumber",
 51867                   /* qualifiers */
 51868                   _CIM_Organization_TelephoneNumber_qualifiers,
 51869                   /* type */
 51870 mike  1.1.2.1     CIMTYPE_STRING,
 51871                   /* subscript */
 51872                   -1,
 51873                   /* value */
 51874                   0,
 51875               };
 51876               
 51877               static MetaFeature*
 51878               _CIM_Organization_features[] =
 51879               {
 51880                   (MetaFeature*)&_CIM_Organization_CreationClassName,
 51881                   (MetaFeature*)&_CIM_Organization_Name,
 51882                   (MetaFeature*)&_CIM_Organization_BusinessCategory,
 51883                   (MetaFeature*)&_CIM_Organization_FacsimileTelephoneNumber,
 51884                   (MetaFeature*)&_CIM_Organization_LocalityName,
 51885                   (MetaFeature*)&_CIM_Organization_Mail,
 51886                   (MetaFeature*)&_CIM_Organization_OrganizationName,
 51887                   (MetaFeature*)&_CIM_Organization_PostalAddress,
 51888                   (MetaFeature*)&_CIM_Organization_PostalCode,
 51889                   (MetaFeature*)&_CIM_Organization_StateOrProvince,
 51890                   (MetaFeature*)&_CIM_Organization_TelephoneNumber,
 51891 mike  1.1.2.1     0,
 51892               };
 51893               
 51894               static const char*
 51895               __root_cimv2_CIM_Organization_qualifiers[] =
 51896               {
 51897                   /* UMLPackagePath */
 51898                   "\057CIM::User::Org",
 51899                   /* Version */
 51900                   "\0632.6.0",
 51901                   0,
 51902               };
 51903               
 51904               MetaClass
 51905               __root_cimv2_CIM_Organization =
 51906               {
 51907                   /* flags */
 51908                   META_FLAG_CLASS,
 51909                   /* name */
 51910                   "CIM_Organization",
 51911                   /* qualifiers */
 51912 mike  1.1.2.1     __root_cimv2_CIM_Organization_qualifiers,
 51913                   /* super */
 51914                   &__root_cimv2_CIM_OrganizationalEntity,
 51915                   /* features */
 51916                   _CIM_Organization_features,
 51917               };
 51918               
 51919               //==============================================================================
 51920               //
 51921               // Class: CIM_OSPFAreaConfiguration
 51922               //
 51923               //==============================================================================
 51924               
 51925               static const char*
 51926               _CIM_OSPFAreaConfiguration_InstanceID_qualifiers[] =
 51927               {
 51928                   /* Key */
 51929                   "\025\001",
 51930                   0,
 51931               };
 51932               
 51933 mike  1.1.2.1 static MetaProperty
 51934               _CIM_OSPFAreaConfiguration_InstanceID =
 51935               {
 51936                   /* flags */
 51937                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 51938                   /* name */
 51939                   "InstanceID",
 51940                   /* qualifiers */
 51941                   _CIM_OSPFAreaConfiguration_InstanceID_qualifiers,
 51942                   /* type */
 51943                   CIMTYPE_STRING,
 51944                   /* subscript */
 51945                   -1,
 51946                   /* value */
 51947                   0,
 51948               };
 51949               
 51950               static const char*
 51951               _CIM_OSPFAreaConfiguration_StubDefaultCost_qualifiers[] =
 51952               {
 51953                   /* MappingStrings */
 51954 mike  1.1.2.1     "\026\000\001MIB.IETF|OSPF-MIB.ospfStubMetric\000",
 51955                   0,
 51956               };
 51957               
 51958               static MetaProperty
 51959               _CIM_OSPFAreaConfiguration_StubDefaultCost =
 51960               {
 51961                   /* flags */
 51962                   META_FLAG_PROPERTY|META_FLAG_READ,
 51963                   /* name */
 51964                   "StubDefaultCost",
 51965                   /* qualifiers */
 51966                   _CIM_OSPFAreaConfiguration_StubDefaultCost_qualifiers,
 51967                   /* type */
 51968                   CIMTYPE_UINT32,
 51969                   /* subscript */
 51970                   -1,
 51971                   /* value */
 51972                   0,
 51973               };
 51974               
 51975 mike  1.1.2.1 static const char*
 51976               _CIM_OSPFAreaConfiguration_StubMetricType_qualifiers[] =
 51977               {
 51978                   /* ValueMap */
 51979                   "\061\000\0032\0003\0004\000",
 51980                   /* Values */
 51981                   "\062\000\003OSPF Metric\000Comparable Cost\000NonComparable\000",
 51982                   /* MappingStrings */
 51983                   "\026\000\001MIB.IETF|OSPF-MIB.ospfStubMetricType\000",
 51984                   0,
 51985               };
 51986               
 51987               static MetaProperty
 51988               _CIM_OSPFAreaConfiguration_StubMetricType =
 51989               {
 51990                   /* flags */
 51991                   META_FLAG_PROPERTY|META_FLAG_READ,
 51992                   /* name */
 51993                   "StubMetricType",
 51994                   /* qualifiers */
 51995                   _CIM_OSPFAreaConfiguration_StubMetricType_qualifiers,
 51996 mike  1.1.2.1     /* type */
 51997                   CIMTYPE_UINT16,
 51998                   /* subscript */
 51999                   -1,
 52000                   /* value */
 52001                   0,
 52002               };
 52003               
 52004               static MetaFeature*
 52005               _CIM_OSPFAreaConfiguration_features[] =
 52006               {
 52007                   (MetaFeature*)&_CIM_OSPFAreaConfiguration_InstanceID,
 52008                   (MetaFeature*)&_CIM_OSPFAreaConfiguration_StubDefaultCost,
 52009                   (MetaFeature*)&_CIM_OSPFAreaConfiguration_StubMetricType,
 52010                   0,
 52011               };
 52012               
 52013               static const char*
 52014               __root_cimv2_CIM_OSPFAreaConfiguration_qualifiers[] =
 52015               {
 52016                   /* UMLPackagePath */
 52017 mike  1.1.2.1     "\057CIM::Network::OSPF",
 52018                   /* Version */
 52019                   "\0632.7.0",
 52020                   0,
 52021               };
 52022               
 52023               MetaClass
 52024               __root_cimv2_CIM_OSPFAreaConfiguration =
 52025               {
 52026                   /* flags */
 52027                   META_FLAG_CLASS,
 52028                   /* name */
 52029                   "CIM_OSPFAreaConfiguration",
 52030                   /* qualifiers */
 52031                   __root_cimv2_CIM_OSPFAreaConfiguration_qualifiers,
 52032                   /* super */
 52033                   &__root_cimv2_CIM_LogicalElement,
 52034                   /* features */
 52035                   _CIM_OSPFAreaConfiguration_features,
 52036               };
 52037               
 52038 mike  1.1.2.1 //==============================================================================
 52039               //
 52040               // Class: CIM_OSPFLink
 52041               //
 52042               //==============================================================================
 52043               
 52044               static const char*
 52045               _CIM_OSPFLink_LinkType_qualifiers[] =
 52046               {
 52047                   /* Required */
 52048                   "\050\001",
 52049                   /* ValueMap */
 52050                   "\061\000\0042\0003\0004\0005\000",
 52051                   /* Values */
 52052                   "\062\000\004Point-To-Point\000Point-To-Multipoint\000Broadcast\000NBMA\000",
 52053                   0,
 52054               };
 52055               
 52056               static MetaProperty
 52057               _CIM_OSPFLink_LinkType =
 52058               {
 52059 mike  1.1.2.1     /* flags */
 52060                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 52061                   /* name */
 52062                   "LinkType",
 52063                   /* qualifiers */
 52064                   _CIM_OSPFLink_LinkType_qualifiers,
 52065                   /* type */
 52066                   CIMTYPE_UINT16,
 52067                   /* subscript */
 52068                   -1,
 52069                   /* value */
 52070                   0,
 52071               };
 52072               
 52073               static const char*
 52074               _CIM_OSPFLink_HelloInterval_qualifiers[] =
 52075               {
 52076                   /* Units */
 52077                   "\060Seconds",
 52078                   /* MappingStrings */
 52079                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfHelloInterval\000",
 52080 mike  1.1.2.1     0,
 52081               };
 52082               
 52083               static MetaProperty
 52084               _CIM_OSPFLink_HelloInterval =
 52085               {
 52086                   /* flags */
 52087                   META_FLAG_PROPERTY|META_FLAG_READ,
 52088                   /* name */
 52089                   "HelloInterval",
 52090                   /* qualifiers */
 52091                   _CIM_OSPFLink_HelloInterval_qualifiers,
 52092                   /* type */
 52093                   CIMTYPE_UINT32,
 52094                   /* subscript */
 52095                   -1,
 52096                   /* value */
 52097                   0,
 52098               };
 52099               
 52100               static const char*
 52101 mike  1.1.2.1 _CIM_OSPFLink_RouterDeadInterval_qualifiers[] =
 52102               {
 52103                   /* Units */
 52104                   "\060Seconds",
 52105                   /* MappingStrings */
 52106                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfRtrDeadInterval\000",
 52107                   0,
 52108               };
 52109               
 52110               static MetaProperty
 52111               _CIM_OSPFLink_RouterDeadInterval =
 52112               {
 52113                   /* flags */
 52114                   META_FLAG_PROPERTY|META_FLAG_READ,
 52115                   /* name */
 52116                   "RouterDeadInterval",
 52117                   /* qualifiers */
 52118                   _CIM_OSPFLink_RouterDeadInterval_qualifiers,
 52119                   /* type */
 52120                   CIMTYPE_UINT32,
 52121                   /* subscript */
 52122 mike  1.1.2.1     -1,
 52123                   /* value */
 52124                   0,
 52125               };
 52126               
 52127               static const char*
 52128               _CIM_OSPFLink_MulticastForwarding_qualifiers[] =
 52129               {
 52130                   /* Required */
 52131                   "\050\001",
 52132                   /* ValueMap */
 52133                   "\061\000\0032\0003\0004\000",
 52134                   /* Values */
 52135                   "\062\000\003Disabled\000Data-link Multicast\000Data-link Unicast\000",
 52136                   /* MappingStrings */
 52137                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfMulticastForwarding\000",
 52138                   0,
 52139               };
 52140               
 52141               static MetaProperty
 52142               _CIM_OSPFLink_MulticastForwarding =
 52143 mike  1.1.2.1 {
 52144                   /* flags */
 52145                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 52146                   /* name */
 52147                   "MulticastForwarding",
 52148                   /* qualifiers */
 52149                   _CIM_OSPFLink_MulticastForwarding_qualifiers,
 52150                   /* type */
 52151                   CIMTYPE_UINT16,
 52152                   /* subscript */
 52153                   -1,
 52154                   /* value */
 52155                   0,
 52156               };
 52157               
 52158               static MetaFeature*
 52159               _CIM_OSPFLink_features[] =
 52160               {
 52161                   (MetaFeature*)&_CIM_OSPFLink_LinkType,
 52162                   (MetaFeature*)&_CIM_OSPFLink_HelloInterval,
 52163                   (MetaFeature*)&_CIM_OSPFLink_RouterDeadInterval,
 52164 mike  1.1.2.1     (MetaFeature*)&_CIM_OSPFLink_MulticastForwarding,
 52165                   0,
 52166               };
 52167               
 52168               static const char*
 52169               __root_cimv2_CIM_OSPFLink_qualifiers[] =
 52170               {
 52171                   /* UMLPackagePath */
 52172                   "\057CIM::Network::OSPF",
 52173                   /* Version */
 52174                   "\0632.7.0",
 52175                   0,
 52176               };
 52177               
 52178               MetaClass
 52179               __root_cimv2_CIM_OSPFLink =
 52180               {
 52181                   /* flags */
 52182                   META_FLAG_CLASS,
 52183                   /* name */
 52184                   "CIM_OSPFLink",
 52185 mike  1.1.2.1     /* qualifiers */
 52186                   __root_cimv2_CIM_OSPFLink_qualifiers,
 52187                   /* super */
 52188                   &__root_cimv2_CIM_ConnectivityCollection,
 52189                   /* features */
 52190                   _CIM_OSPFLink_features,
 52191               };
 52192               
 52193               //==============================================================================
 52194               //
 52195               // Class: CIM_PackageLocation
 52196               //
 52197               //==============================================================================
 52198               
 52199               static const char*
 52200               _CIM_PackageLocation_LocationCoordinates_qualifiers[] =
 52201               {
 52202                   0,
 52203               };
 52204               
 52205               static MetaProperty
 52206 mike  1.1.2.1 _CIM_PackageLocation_LocationCoordinates =
 52207               {
 52208                   /* flags */
 52209                   META_FLAG_PROPERTY|META_FLAG_READ,
 52210                   /* name */
 52211                   "LocationCoordinates",
 52212                   /* qualifiers */
 52213                   _CIM_PackageLocation_LocationCoordinates_qualifiers,
 52214                   /* type */
 52215                   CIMTYPE_STRING,
 52216                   /* subscript */
 52217                   -1,
 52218                   /* value */
 52219                   0,
 52220               };
 52221               
 52222               static MetaFeature*
 52223               _CIM_PackageLocation_features[] =
 52224               {
 52225                   (MetaFeature*)&_CIM_PackageLocation_LocationCoordinates,
 52226                   0,
 52227 mike  1.1.2.1 };
 52228               
 52229               static const char*
 52230               __root_cimv2_CIM_PackageLocation_qualifiers[] =
 52231               {
 52232                   /* UMLPackagePath */
 52233                   "\057CIM::Physical::Package",
 52234                   /* Version */
 52235                   "\0632.8.0",
 52236                   0,
 52237               };
 52238               
 52239               MetaClass
 52240               __root_cimv2_CIM_PackageLocation =
 52241               {
 52242                   /* flags */
 52243                   META_FLAG_CLASS,
 52244                   /* name */
 52245                   "CIM_PackageLocation",
 52246                   /* qualifiers */
 52247                   __root_cimv2_CIM_PackageLocation_qualifiers,
 52248 mike  1.1.2.1     /* super */
 52249                   &__root_cimv2_CIM_PhysicalPackage,
 52250                   /* features */
 52251                   _CIM_PackageLocation_features,
 52252               };
 52253               
 52254               //==============================================================================
 52255               //
 52256               // Class: CIM_PacketFilterCondition
 52257               //
 52258               //==============================================================================
 52259               
 52260               static MetaFeature*
 52261               _CIM_PacketFilterCondition_features[] =
 52262               {
 52263                   0,
 52264               };
 52265               
 52266               static const char*
 52267               __root_cimv2_CIM_PacketFilterCondition_qualifiers[] =
 52268               {
 52269 mike  1.1.2.1     /* UMLPackagePath */
 52270                   "\057CIM::Policy",
 52271                   /* Version */
 52272                   "\0632.8.0",
 52273                   /* MappingStrings */
 52274                   "\026\000\001IPSP Policy Model.IETF|SACondition\000",
 52275                   0,
 52276               };
 52277               
 52278               MetaClass
 52279               __root_cimv2_CIM_PacketFilterCondition =
 52280               {
 52281                   /* flags */
 52282                   META_FLAG_CLASS,
 52283                   /* name */
 52284                   "CIM_PacketFilterCondition",
 52285                   /* qualifiers */
 52286                   __root_cimv2_CIM_PacketFilterCondition_qualifiers,
 52287                   /* super */
 52288                   &__root_cimv2_CIM_PolicyCondition,
 52289                   /* features */
 52290 mike  1.1.2.1     _CIM_PacketFilterCondition_features,
 52291               };
 52292               
 52293               //==============================================================================
 52294               //
 52295               // Class: CIM_ParticipatesInSet
 52296               //
 52297               //==============================================================================
 52298               
 52299               static const char*
 52300               _CIM_ParticipatesInSet_Set_qualifiers[] =
 52301               {
 52302                   /* Key */
 52303                   "\025\001",
 52304                   /* Aggregate */
 52305                   "\003\001",
 52306                   0,
 52307               };
 52308               
 52309               static MetaReference
 52310               _CIM_ParticipatesInSet_Set =
 52311 mike  1.1.2.1 {
 52312                   /* flags */
 52313                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 52314                   /* name */
 52315                   "Set",
 52316                   /* qualifiers */
 52317                   _CIM_ParticipatesInSet_Set_qualifiers,
 52318                   /* subscript */
 52319                   -1,
 52320                   /* refId */
 52321                   &__root_cimv2_CIM_ReplacementSet,
 52322               };
 52323               
 52324               static const char*
 52325               _CIM_ParticipatesInSet_Element_qualifiers[] =
 52326               {
 52327                   /* Key */
 52328                   "\025\001",
 52329                   0,
 52330               };
 52331               
 52332 mike  1.1.2.1 static MetaReference
 52333               _CIM_ParticipatesInSet_Element =
 52334               {
 52335                   /* flags */
 52336                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 52337                   /* name */
 52338                   "Element",
 52339                   /* qualifiers */
 52340                   _CIM_ParticipatesInSet_Element_qualifiers,
 52341                   /* subscript */
 52342                   -1,
 52343                   /* refId */
 52344                   &__root_cimv2_CIM_PhysicalElement,
 52345               };
 52346               
 52347               static MetaFeature*
 52348               _CIM_ParticipatesInSet_features[] =
 52349               {
 52350                   (MetaFeature*)&_CIM_ParticipatesInSet_Set,
 52351                   (MetaFeature*)&_CIM_ParticipatesInSet_Element,
 52352                   0,
 52353 mike  1.1.2.1 };
 52354               
 52355               static const char*
 52356               __root_cimv2_CIM_ParticipatesInSet_qualifiers[] =
 52357               {
 52358                   /* ASSOCIATION */
 52359                   "\000\001",
 52360                   /* UMLPackagePath */
 52361                   "\057CIM::Physical::Misc",
 52362                   /* Aggregation */
 52363                   "\004\001",
 52364                   /* Version */
 52365                   "\0632.6.0",
 52366                   0,
 52367               };
 52368               
 52369               MetaClass
 52370               __root_cimv2_CIM_ParticipatesInSet =
 52371               {
 52372                   /* flags */
 52373                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 52374 mike  1.1.2.1     /* name */
 52375                   "CIM_ParticipatesInSet",
 52376                   /* qualifiers */
 52377                   __root_cimv2_CIM_ParticipatesInSet_qualifiers,
 52378                   /* super */
 52379                   0,
 52380                   /* features */
 52381                   _CIM_ParticipatesInSet_features,
 52382               };
 52383               
 52384               //==============================================================================
 52385               //
 52386               // Class: CIM_PhysicalComponent
 52387               //
 52388               //==============================================================================
 52389               
 52390               static const char*
 52391               _CIM_PhysicalComponent_RemovalConditions_qualifiers[] =
 52392               {
 52393                   /* ValueMap */
 52394                   "\061\000\0040\0002\0003\0004\000",
 52395 mike  1.1.2.1     /* Values */
 52396                   "\062\000\004Unknown\000Not Applicable\000Removable when off\000Removable when on or off\000",
 52397                   0,
 52398               };
 52399               
 52400               static MetaProperty
 52401               _CIM_PhysicalComponent_RemovalConditions =
 52402               {
 52403                   /* flags */
 52404                   META_FLAG_PROPERTY|META_FLAG_READ,
 52405                   /* name */
 52406                   "RemovalConditions",
 52407                   /* qualifiers */
 52408                   _CIM_PhysicalComponent_RemovalConditions_qualifiers,
 52409                   /* type */
 52410                   CIMTYPE_UINT16,
 52411                   /* subscript */
 52412                   -1,
 52413                   /* value */
 52414                   "\000\002",
 52415               };
 52416 mike  1.1.2.1 
 52417               static const char*
 52418               _CIM_PhysicalComponent_Removable_qualifiers[] =
 52419               {
 52420                   /* Deprecated */
 52421                   "\013\000\001CIM_PhysicalComponent.RemovalConditions\000",
 52422                   0,
 52423               };
 52424               
 52425               static MetaProperty
 52426               _CIM_PhysicalComponent_Removable =
 52427               {
 52428                   /* flags */
 52429                   META_FLAG_PROPERTY|META_FLAG_READ,
 52430                   /* name */
 52431                   "Removable",
 52432                   /* qualifiers */
 52433                   _CIM_PhysicalComponent_Removable_qualifiers,
 52434                   /* type */
 52435                   CIMTYPE_BOOLEAN,
 52436                   /* subscript */
 52437 mike  1.1.2.1     -1,
 52438                   /* value */
 52439                   0,
 52440               };
 52441               
 52442               static const char*
 52443               _CIM_PhysicalComponent_Replaceable_qualifiers[] =
 52444               {
 52445                   /* Deprecated */
 52446                   "\013\000\001No Value\000",
 52447                   0,
 52448               };
 52449               
 52450               static MetaProperty
 52451               _CIM_PhysicalComponent_Replaceable =
 52452               {
 52453                   /* flags */
 52454                   META_FLAG_PROPERTY|META_FLAG_READ,
 52455                   /* name */
 52456                   "Replaceable",
 52457                   /* qualifiers */
 52458 mike  1.1.2.1     _CIM_PhysicalComponent_Replaceable_qualifiers,
 52459                   /* type */
 52460                   CIMTYPE_BOOLEAN,
 52461                   /* subscript */
 52462                   -1,
 52463                   /* value */
 52464                   0,
 52465               };
 52466               
 52467               static const char*
 52468               _CIM_PhysicalComponent_HotSwappable_qualifiers[] =
 52469               {
 52470                   /* Deprecated */
 52471                   "\013\000\001CIM_PhysicalComponent.RemovalConditions\000",
 52472                   0,
 52473               };
 52474               
 52475               static MetaProperty
 52476               _CIM_PhysicalComponent_HotSwappable =
 52477               {
 52478                   /* flags */
 52479 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 52480                   /* name */
 52481                   "HotSwappable",
 52482                   /* qualifiers */
 52483                   _CIM_PhysicalComponent_HotSwappable_qualifiers,
 52484                   /* type */
 52485                   CIMTYPE_BOOLEAN,
 52486                   /* subscript */
 52487                   -1,
 52488                   /* value */
 52489                   0,
 52490               };
 52491               
 52492               static MetaFeature*
 52493               _CIM_PhysicalComponent_features[] =
 52494               {
 52495                   (MetaFeature*)&_CIM_PhysicalComponent_RemovalConditions,
 52496                   (MetaFeature*)&_CIM_PhysicalComponent_Removable,
 52497                   (MetaFeature*)&_CIM_PhysicalComponent_Replaceable,
 52498                   (MetaFeature*)&_CIM_PhysicalComponent_HotSwappable,
 52499                   0,
 52500 mike  1.1.2.1 };
 52501               
 52502               static const char*
 52503               __root_cimv2_CIM_PhysicalComponent_qualifiers[] =
 52504               {
 52505                   /* UMLPackagePath */
 52506                   "\057CIM::Physical::Component",
 52507                   /* Version */
 52508                   "\0632.8.0",
 52509                   0,
 52510               };
 52511               
 52512               MetaClass
 52513               __root_cimv2_CIM_PhysicalComponent =
 52514               {
 52515                   /* flags */
 52516                   META_FLAG_CLASS,
 52517                   /* name */
 52518                   "CIM_PhysicalComponent",
 52519                   /* qualifiers */
 52520                   __root_cimv2_CIM_PhysicalComponent_qualifiers,
 52521 mike  1.1.2.1     /* super */
 52522                   &__root_cimv2_CIM_PhysicalElement,
 52523                   /* features */
 52524                   _CIM_PhysicalComponent_features,
 52525               };
 52526               
 52527               //==============================================================================
 52528               //
 52529               // Class: CIM_PhysicalConnector
 52530               //
 52531               //==============================================================================
 52532               
 52533               static const char*
 52534               _CIM_PhysicalConnector_ConnectorPinout_qualifiers[] =
 52535               {
 52536                   /* ModelCorrespondence */
 52537                   "\036\000\001CIM_PhysicalConnector.NumPhysicalPins\000",
 52538                   0,
 52539               };
 52540               
 52541               static MetaProperty
 52542 mike  1.1.2.1 _CIM_PhysicalConnector_ConnectorPinout =
 52543               {
 52544                   /* flags */
 52545                   META_FLAG_PROPERTY|META_FLAG_READ,
 52546                   /* name */
 52547                   "ConnectorPinout",
 52548                   /* qualifiers */
 52549                   _CIM_PhysicalConnector_ConnectorPinout_qualifiers,
 52550                   /* type */
 52551                   CIMTYPE_STRING,
 52552                   /* subscript */
 52553                   -1,
 52554                   /* value */
 52555                   0,
 52556               };
 52557               
 52558               static const char*
 52559               _CIM_PhysicalConnector_ConnectorType_qualifiers[] =
 52560               {
 52561                   /* Deprecated */
 52562                   "\013\000\004CIM_PhysicalConnector.ConnectorGender\000CIM_PhysicalConnector.ConnectorElectricalCharacteristics\000CIM_PhysicalConnector.NumPhysicalPins\000CIM_PhysicalConnector.ConnectorLayout\000",
 52563 mike  1.1.2.1     /* ValueMap */
 52564                   "\061\000\1730\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\00025\00026\00027\00028\00029\00030\00031\00032\00033\00034\00035\00036\00037\00038\00039\00040\00041\00042\00043\00044\00045\00046\00047\00048\00049\00050\00051\00052\00053\00054\00055\00056\00057\00058\00059\00060\00061\00062\00063\00064\00065\00066\00067\00068\00069\00070\00071\00072\00073\00074\00075\00076\00077\00078\00079\00080\00081\00082\00083\00084\00085\00086\00087\00088\00089\00090\00091\00092\00093\00094\00095\00096\00097\00098\00099\000100\000101\000102\000103\000104\000105\000106\000107\000108\000109\000110\000111\000112\000113\000114\000115\000116\000117\000118\000119\000120\000121\000122\000",
 52565                   /* Values */
 52566                   "\062\000\173Unknown\000Other\000Male\000Female\000Shielded\000Unshielded\000SCSI (A) High-Density (50 pins)\000SCSI (A) Low-Density (50 pins)\000SCSI (P) High-Density (68 pins)\000SCSI SCA-I (80 pins)\000SCSI SCA-II (80 pins)\000Fibre Channel (DB-9, Copper)\000Fibre Channel (Optical Fibre)\000Fibre Channel SCA-II (40 pins)\000Fibre Channel SCA-II (20 pins)\000Fibre Channel BNC\000ATA 3-1/2 Inch (40 pins)\000ATA 2-1/2 Inch (44 pins)\000ATA-2\000ATA-3\000ATA/66\000DB-9\000DB-15\000DB-25\000DB-36\000RS-232C\000RS-422\000RS-423\000RS-485\000RS-449\000V.35\000X.21\000IEEE-488\000AUI\000UPT Category 3\000UPT Category 4\000UPT Category 5\000BNC\000RJ11\000RJ45\000Fiber MIC\000Apple AUI\000Apple GeoPort\000PCI\000ISA\000EISA\000VESA\000PCMCIA\000PCMCIA Type I\000PCMCIA Type II\000PCMCIA Type III\000ZV Port\000CardBus\000USB\000IEEE 1394\000HIPPI\000HSSDC (6 pins)\000GBIC\000DIN\000Mini-DIN\000Micro-DIN\000PS/2\000Infrared\000HP-HIL\000Access.bus\000NuBus\000Centronics\000Mini-Centronics\000Mini-Centronics Type-14\000Mini-Centronics Type-20\000Mini-Centronics Type-26\000Bus Mouse\000ADB\000AGP\000VME Bus\000VME64\000Proprietary\000Proprietary Processor Card Slot\000Proprietary Memory Card Slot\000Proprietary I/O Riser Slot\000PCI-66MHZ\000AGP2X\000AGP4X\000PC-98\000PC-98-Hireso\000PC-H98\000PC-98Note\000PC-98Full\000SSA SCSI\000Circular\000On Board IDE Connector\000On Board Floppy Connector\0009 Pin Dual Inline\00025 Pin Dual Inline\00050 Pin Dual Inline\00068 Pin Dual Inline\000On Board Sound Connector\000Mini-jack\000PCI-X\000Sbus IEEE 1396-1993 32 bit\000Sbus IEEE 1396-1993 64 bit\000MCA\000GIO\000XIO\000HIO\000NGIO\000PMC\000MTRJ\000VF-45\000Future I/O\000SC\000SG\000Electrical\000Optical\000Ribbon\000GLM\0001x9\000Mini SG\000LC\000HSSC\000VHDCI Shielded (68 pins)\000InfiniBand\000AGP8X\000",
 52567                   /* MappingStrings */
 52568                   "\026\000\001MIF.DMTF|Bus Port|004.10\000",
 52569                   /* ArrayType */
 52570                   "\005Indexed",
 52571                   /* ModelCorrespondence */
 52572                   "\036\000\001CIM_PhysicalConnector.OtherTypeDescription\000",
 52573                   0,
 52574               };
 52575               
 52576               static MetaProperty
 52577               _CIM_PhysicalConnector_ConnectorType =
 52578               {
 52579                   /* flags */
 52580                   META_FLAG_PROPERTY|META_FLAG_READ,
 52581                   /* name */
 52582                   "ConnectorType",
 52583                   /* qualifiers */
 52584 mike  1.1.2.1     _CIM_PhysicalConnector_ConnectorType_qualifiers,
 52585                   /* type */
 52586                   CIMTYPE_UINT16,
 52587                   /* subscript */
 52588                   0,
 52589                   /* value */
 52590                   0,
 52591               };
 52592               
 52593               static const char*
 52594               _CIM_PhysicalConnector_OtherTypeDescription_qualifiers[] =
 52595               {
 52596                   /* Deprecated */
 52597                   "\013\000\001CIM_PhysicalConnector.ConnectorDescription\000",
 52598                   /* MappingStrings */
 52599                   "\026\000\001MIF.DMTF|Bus Port|004.11\000",
 52600                   /* ModelCorrespondence */
 52601                   "\036\000\001CIM_PhysicalConnector.ConnectorType\000",
 52602                   0,
 52603               };
 52604               
 52605 mike  1.1.2.1 static MetaProperty
 52606               _CIM_PhysicalConnector_OtherTypeDescription =
 52607               {
 52608                   /* flags */
 52609                   META_FLAG_PROPERTY|META_FLAG_READ,
 52610                   /* name */
 52611                   "OtherTypeDescription",
 52612                   /* qualifiers */
 52613                   _CIM_PhysicalConnector_OtherTypeDescription_qualifiers,
 52614                   /* type */
 52615                   CIMTYPE_STRING,
 52616                   /* subscript */
 52617                   -1,
 52618                   /* value */
 52619                   0,
 52620               };
 52621               
 52622               static const char*
 52623               _CIM_PhysicalConnector_ConnectorGender_qualifiers[] =
 52624               {
 52625                   /* ValueMap */
 52626 mike  1.1.2.1     "\061\000\0030\0002\0003\000",
 52627                   /* Values */
 52628                   "\062\000\003Unknown\000Male\000Female\000",
 52629                   0,
 52630               };
 52631               
 52632               static MetaProperty
 52633               _CIM_PhysicalConnector_ConnectorGender =
 52634               {
 52635                   /* flags */
 52636                   META_FLAG_PROPERTY|META_FLAG_READ,
 52637                   /* name */
 52638                   "ConnectorGender",
 52639                   /* qualifiers */
 52640                   _CIM_PhysicalConnector_ConnectorGender_qualifiers,
 52641                   /* type */
 52642                   CIMTYPE_UINT16,
 52643                   /* subscript */
 52644                   -1,
 52645                   /* value */
 52646                   0,
 52647 mike  1.1.2.1 };
 52648               
 52649               static const char*
 52650               _CIM_PhysicalConnector_ConnectorElectricalCharacteristics_qualifiers[] =
 52651               {
 52652                   /* ValueMap */
 52653                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
 52654                   /* Values */
 52655                   "\062\000\011Unknown\000Other\000Single Ended\000Differential\000Low Voltage Differential\000Optical\000Copper\000Shielded\000Unshielded\000",
 52656                   /* ArrayType */
 52657                   "\005Indexed",
 52658                   /* ModelCorrespondence */
 52659                   "\036\000\001CIM_PhysicalConnector.OtherElectricalCharacteristics\000",
 52660                   0,
 52661               };
 52662               
 52663               static MetaProperty
 52664               _CIM_PhysicalConnector_ConnectorElectricalCharacteristics =
 52665               {
 52666                   /* flags */
 52667                   META_FLAG_PROPERTY|META_FLAG_READ,
 52668 mike  1.1.2.1     /* name */
 52669                   "ConnectorElectricalCharacteristics",
 52670                   /* qualifiers */
 52671                   _CIM_PhysicalConnector_ConnectorElectricalCharacteristics_qualifiers,
 52672                   /* type */
 52673                   CIMTYPE_UINT16,
 52674                   /* subscript */
 52675                   0,
 52676                   /* value */
 52677                   0,
 52678               };
 52679               
 52680               static const char*
 52681               _CIM_PhysicalConnector_OtherElectricalCharacteristics_qualifiers[] =
 52682               {
 52683                   /* ArrayType */
 52684                   "\005Indexed",
 52685                   /* ModelCorrespondence */
 52686                   "\036\000\001CIM_PhysicalConnector.ConnectorElectricalCharacteristics\000",
 52687                   0,
 52688               };
 52689 mike  1.1.2.1 
 52690               static MetaProperty
 52691               _CIM_PhysicalConnector_OtherElectricalCharacteristics =
 52692               {
 52693                   /* flags */
 52694                   META_FLAG_PROPERTY|META_FLAG_READ,
 52695                   /* name */
 52696                   "OtherElectricalCharacteristics",
 52697                   /* qualifiers */
 52698                   _CIM_PhysicalConnector_OtherElectricalCharacteristics_qualifiers,
 52699                   /* type */
 52700                   CIMTYPE_STRING,
 52701                   /* subscript */
 52702                   0,
 52703                   /* value */
 52704                   0,
 52705               };
 52706               
 52707               static const char*
 52708               _CIM_PhysicalConnector_NumPhysicalPins_qualifiers[] =
 52709               {
 52710 mike  1.1.2.1     /* ModelCorrespondence */
 52711                   "\036\000\001CIM_PhysicalConnector.ConnectorPinout\000",
 52712                   0,
 52713               };
 52714               
 52715               static MetaProperty
 52716               _CIM_PhysicalConnector_NumPhysicalPins =
 52717               {
 52718                   /* flags */
 52719                   META_FLAG_PROPERTY|META_FLAG_READ,
 52720                   /* name */
 52721                   "NumPhysicalPins",
 52722                   /* qualifiers */
 52723                   _CIM_PhysicalConnector_NumPhysicalPins_qualifiers,
 52724                   /* type */
 52725                   CIMTYPE_UINT32,
 52726                   /* subscript */
 52727                   -1,
 52728                   /* value */
 52729                   0,
 52730               };
 52731 mike  1.1.2.1 
 52732               static const char*
 52733               _CIM_PhysicalConnector_ConnectorLayout_qualifiers[] =
 52734               {
 52735                   /* ValueMap */
 52736                   "\061\000\0220\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00017..32567\00032568..65535\000",
 52737                   /* Values */
 52738                   "\062\000\022Unknown\000Other\000RS232\000BNC\000RJ11\000RJ45\000DB9\000Slot\000SCSI High Density\000SCSI Low Density\000Ribbon\000AUI\000Fiber SC\000Fiber ST\000FDDI-MIC\000Fiber-RTMJ\000DMTF Reserved\000Vendor Reserved\000",
 52739                   /* ModelCorrespondence */
 52740                   "\036\000\001CIM_PhysicalConnector.ConnectorDescription\000",
 52741                   0,
 52742               };
 52743               
 52744               static MetaProperty
 52745               _CIM_PhysicalConnector_ConnectorLayout =
 52746               {
 52747                   /* flags */
 52748                   META_FLAG_PROPERTY|META_FLAG_READ,
 52749                   /* name */
 52750                   "ConnectorLayout",
 52751                   /* qualifiers */
 52752 mike  1.1.2.1     _CIM_PhysicalConnector_ConnectorLayout_qualifiers,
 52753                   /* type */
 52754                   CIMTYPE_UINT16,
 52755                   /* subscript */
 52756                   -1,
 52757                   /* value */
 52758                   0,
 52759               };
 52760               
 52761               static const char*
 52762               _CIM_PhysicalConnector_ConnectorDescription_qualifiers[] =
 52763               {
 52764                   /* MappingStrings */
 52765                   "\026\000\001MIF.DMTF|Bus Port|004.11\000",
 52766                   /* ModelCorrespondence */
 52767                   "\036\000\001CIM_PhysicalConnector.ConnectorLayout\000",
 52768                   0,
 52769               };
 52770               
 52771               static MetaProperty
 52772               _CIM_PhysicalConnector_ConnectorDescription =
 52773 mike  1.1.2.1 {
 52774                   /* flags */
 52775                   META_FLAG_PROPERTY|META_FLAG_READ,
 52776                   /* name */
 52777                   "ConnectorDescription",
 52778                   /* qualifiers */
 52779                   _CIM_PhysicalConnector_ConnectorDescription_qualifiers,
 52780                   /* type */
 52781                   CIMTYPE_STRING,
 52782                   /* subscript */
 52783                   -1,
 52784                   /* value */
 52785                   0,
 52786               };
 52787               
 52788               static MetaFeature*
 52789               _CIM_PhysicalConnector_features[] =
 52790               {
 52791                   (MetaFeature*)&_CIM_PhysicalConnector_ConnectorPinout,
 52792                   (MetaFeature*)&_CIM_PhysicalConnector_ConnectorType,
 52793                   (MetaFeature*)&_CIM_PhysicalConnector_OtherTypeDescription,
 52794 mike  1.1.2.1     (MetaFeature*)&_CIM_PhysicalConnector_ConnectorGender,
 52795                   (MetaFeature*)&_CIM_PhysicalConnector_ConnectorElectricalCharacteristics,
 52796                   (MetaFeature*)&_CIM_PhysicalConnector_OtherElectricalCharacteristics,
 52797                   (MetaFeature*)&_CIM_PhysicalConnector_NumPhysicalPins,
 52798                   (MetaFeature*)&_CIM_PhysicalConnector_ConnectorLayout,
 52799                   (MetaFeature*)&_CIM_PhysicalConnector_ConnectorDescription,
 52800                   0,
 52801               };
 52802               
 52803               static const char*
 52804               __root_cimv2_CIM_PhysicalConnector_qualifiers[] =
 52805               {
 52806                   /* UMLPackagePath */
 52807                   "\057CIM::Physical::Package",
 52808                   /* Version */
 52809                   "\0632.8.1000",
 52810                   0,
 52811               };
 52812               
 52813               MetaClass
 52814               __root_cimv2_CIM_PhysicalConnector =
 52815 mike  1.1.2.1 {
 52816                   /* flags */
 52817                   META_FLAG_CLASS,
 52818                   /* name */
 52819                   "CIM_PhysicalConnector",
 52820                   /* qualifiers */
 52821                   __root_cimv2_CIM_PhysicalConnector_qualifiers,
 52822                   /* super */
 52823                   &__root_cimv2_CIM_PhysicalElement,
 52824                   /* features */
 52825                   _CIM_PhysicalConnector_features,
 52826               };
 52827               
 52828               //==============================================================================
 52829               //
 52830               // Class: CIM_PhysicalCredentialAuthentication
 52831               //
 52832               //==============================================================================
 52833               
 52834               static const char*
 52835               _CIM_PhysicalCredentialAuthentication_TypeOfCredential_qualifiers[] =
 52836 mike  1.1.2.1 {
 52837                   /* ValueMap */
 52838                   "\061\000\0041\0002\0003\0004\000",
 52839                   /* Values */
 52840                   "\062\000\004Other\000Magnetic Stripe Card\000Smart Card\000Password Generator Card\000",
 52841                   /* ModelCorrespondence */
 52842                   "\036\000\001CIM_PhysicalCredentialAuthentication.OtherCredential\000",
 52843                   0,
 52844               };
 52845               
 52846               static MetaProperty
 52847               _CIM_PhysicalCredentialAuthentication_TypeOfCredential =
 52848               {
 52849                   /* flags */
 52850                   META_FLAG_PROPERTY|META_FLAG_READ,
 52851                   /* name */
 52852                   "TypeOfCredential",
 52853                   /* qualifiers */
 52854                   _CIM_PhysicalCredentialAuthentication_TypeOfCredential_qualifiers,
 52855                   /* type */
 52856                   CIMTYPE_UINT16,
 52857 mike  1.1.2.1     /* subscript */
 52858                   -1,
 52859                   /* value */
 52860                   0,
 52861               };
 52862               
 52863               static const char*
 52864               _CIM_PhysicalCredentialAuthentication_OtherCredential_qualifiers[] =
 52865               {
 52866                   /* ModelCorrespondence */
 52867                   "\036\000\001CIM_PhysicalCredentialAuthentication.TypeOfCredential\000",
 52868                   0,
 52869               };
 52870               
 52871               static MetaProperty
 52872               _CIM_PhysicalCredentialAuthentication_OtherCredential =
 52873               {
 52874                   /* flags */
 52875                   META_FLAG_PROPERTY|META_FLAG_READ,
 52876                   /* name */
 52877                   "OtherCredential",
 52878 mike  1.1.2.1     /* qualifiers */
 52879                   _CIM_PhysicalCredentialAuthentication_OtherCredential_qualifiers,
 52880                   /* type */
 52881                   CIMTYPE_STRING,
 52882                   /* subscript */
 52883                   -1,
 52884                   /* value */
 52885                   0,
 52886               };
 52887               
 52888               static const char*
 52889               _CIM_PhysicalCredentialAuthentication_PhysicalIdentifier_qualifiers[] =
 52890               {
 52891                   0,
 52892               };
 52893               
 52894               static MetaProperty
 52895               _CIM_PhysicalCredentialAuthentication_PhysicalIdentifier =
 52896               {
 52897                   /* flags */
 52898                   META_FLAG_PROPERTY|META_FLAG_READ,
 52899 mike  1.1.2.1     /* name */
 52900                   "PhysicalIdentifier",
 52901                   /* qualifiers */
 52902                   _CIM_PhysicalCredentialAuthentication_PhysicalIdentifier_qualifiers,
 52903                   /* type */
 52904                   CIMTYPE_STRING,
 52905                   /* subscript */
 52906                   -1,
 52907                   /* value */
 52908                   0,
 52909               };
 52910               
 52911               static MetaFeature*
 52912               _CIM_PhysicalCredentialAuthentication_features[] =
 52913               {
 52914                   (MetaFeature*)&_CIM_PhysicalCredentialAuthentication_TypeOfCredential,
 52915                   (MetaFeature*)&_CIM_PhysicalCredentialAuthentication_OtherCredential,
 52916                   (MetaFeature*)&_CIM_PhysicalCredentialAuthentication_PhysicalIdentifier,
 52917                   0,
 52918               };
 52919               
 52920 mike  1.1.2.1 static const char*
 52921               __root_cimv2_CIM_PhysicalCredentialAuthentication_qualifiers[] =
 52922               {
 52923                   /* UMLPackagePath */
 52924                   "\057CIM::Policy",
 52925                   /* Version */
 52926                   "\0632.8.0",
 52927                   0,
 52928               };
 52929               
 52930               MetaClass
 52931               __root_cimv2_CIM_PhysicalCredentialAuthentication =
 52932               {
 52933                   /* flags */
 52934                   META_FLAG_CLASS,
 52935                   /* name */
 52936                   "CIM_PhysicalCredentialAuthentication",
 52937                   /* qualifiers */
 52938                   __root_cimv2_CIM_PhysicalCredentialAuthentication_qualifiers,
 52939                   /* super */
 52940                   &__root_cimv2_CIM_AuthenticationCondition,
 52941 mike  1.1.2.1     /* features */
 52942                   _CIM_PhysicalCredentialAuthentication_features,
 52943               };
 52944               
 52945               //==============================================================================
 52946               //
 52947               // Class: CIM_PhysicalElementLocation
 52948               //
 52949               //==============================================================================
 52950               
 52951               static const char*
 52952               _CIM_PhysicalElementLocation_Element_qualifiers[] =
 52953               {
 52954                   /* Override */
 52955                   "\044Element",
 52956                   0,
 52957               };
 52958               
 52959               static MetaReference
 52960               _CIM_PhysicalElementLocation_Element =
 52961               {
 52962 mike  1.1.2.1     /* flags */
 52963                   META_FLAG_REFERENCE|META_FLAG_READ,
 52964                   /* name */
 52965                   "Element",
 52966                   /* qualifiers */
 52967                   _CIM_PhysicalElementLocation_Element_qualifiers,
 52968                   /* subscript */
 52969                   -1,
 52970                   /* refId */
 52971                   &__root_cimv2_CIM_PhysicalElement,
 52972               };
 52973               
 52974               static const char*
 52975               _CIM_PhysicalElementLocation_PhysicalLocation_qualifiers[] =
 52976               {
 52977                   /* Override */
 52978                   "\044PhysicalLocation",
 52979                   /* Max */
 52980                   "\027\000\000\000\001",
 52981                   0,
 52982               };
 52983 mike  1.1.2.1 
 52984               static MetaReference
 52985               _CIM_PhysicalElementLocation_PhysicalLocation =
 52986               {
 52987                   /* flags */
 52988                   META_FLAG_REFERENCE|META_FLAG_READ,
 52989                   /* name */
 52990                   "PhysicalLocation",
 52991                   /* qualifiers */
 52992                   _CIM_PhysicalElementLocation_PhysicalLocation_qualifiers,
 52993                   /* subscript */
 52994                   -1,
 52995                   /* refId */
 52996                   &__root_cimv2_CIM_Location,
 52997               };
 52998               
 52999               static MetaFeature*
 53000               _CIM_PhysicalElementLocation_features[] =
 53001               {
 53002                   (MetaFeature*)&_CIM_PhysicalElementLocation_Element,
 53003                   (MetaFeature*)&_CIM_PhysicalElementLocation_PhysicalLocation,
 53004 mike  1.1.2.1     0,
 53005               };
 53006               
 53007               static const char*
 53008               __root_cimv2_CIM_PhysicalElementLocation_qualifiers[] =
 53009               {
 53010                   /* ASSOCIATION */
 53011                   "\000\001",
 53012                   /* UMLPackagePath */
 53013                   "\057CIM::Core::Physical",
 53014                   /* Version */
 53015                   "\0632.10.0",
 53016                   0,
 53017               };
 53018               
 53019               MetaClass
 53020               __root_cimv2_CIM_PhysicalElementLocation =
 53021               {
 53022                   /* flags */
 53023                   META_FLAG_ASSOCIATION,
 53024                   /* name */
 53025 mike  1.1.2.1     "CIM_PhysicalElementLocation",
 53026                   /* qualifiers */
 53027                   __root_cimv2_CIM_PhysicalElementLocation_qualifiers,
 53028                   /* super */
 53029                   &__root_cimv2_CIM_ElementLocation,
 53030                   /* features */
 53031                   _CIM_PhysicalElementLocation_features,
 53032               };
 53033               
 53034               //==============================================================================
 53035               //
 53036               // Class: CIM_PhysicalFrame
 53037               //
 53038               //==============================================================================
 53039               
 53040               static const char*
 53041               _CIM_PhysicalFrame_CableManagementStrategy_qualifiers[] =
 53042               {
 53043                   0,
 53044               };
 53045               
 53046 mike  1.1.2.1 static MetaProperty
 53047               _CIM_PhysicalFrame_CableManagementStrategy =
 53048               {
 53049                   /* flags */
 53050                   META_FLAG_PROPERTY|META_FLAG_READ,
 53051                   /* name */
 53052                   "CableManagementStrategy",
 53053                   /* qualifiers */
 53054                   _CIM_PhysicalFrame_CableManagementStrategy_qualifiers,
 53055                   /* type */
 53056                   CIMTYPE_STRING,
 53057                   /* subscript */
 53058                   -1,
 53059                   /* value */
 53060                   0,
 53061               };
 53062               
 53063               static const char*
 53064               _CIM_PhysicalFrame_ServicePhilosophy_qualifiers[] =
 53065               {
 53066                   /* ValueMap */
 53067 mike  1.1.2.1     "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
 53068                   /* Values */
 53069                   "\062\000\011Unknown\000Other\000Service From Top\000Service From Front\000Service From Back\000Service From Side\000Sliding Trays\000Removable Sides\000Moveable\000",
 53070                   /* ArrayType */
 53071                   "\005Indexed",
 53072                   /* ModelCorrespondence */
 53073                   "\036\000\001CIM_PhysicalFrame.ServiceDescriptions\000",
 53074                   0,
 53075               };
 53076               
 53077               static MetaProperty
 53078               _CIM_PhysicalFrame_ServicePhilosophy =
 53079               {
 53080                   /* flags */
 53081                   META_FLAG_PROPERTY|META_FLAG_READ,
 53082                   /* name */
 53083                   "ServicePhilosophy",
 53084                   /* qualifiers */
 53085                   _CIM_PhysicalFrame_ServicePhilosophy_qualifiers,
 53086                   /* type */
 53087                   CIMTYPE_UINT16,
 53088 mike  1.1.2.1     /* subscript */
 53089                   0,
 53090                   /* value */
 53091                   0,
 53092               };
 53093               
 53094               static const char*
 53095               _CIM_PhysicalFrame_ServiceDescriptions_qualifiers[] =
 53096               {
 53097                   /* ArrayType */
 53098                   "\005Indexed",
 53099                   /* ModelCorrespondence */
 53100                   "\036\000\001CIM_PhysicalFrame.ServicePhilosophy\000",
 53101                   0,
 53102               };
 53103               
 53104               static MetaProperty
 53105               _CIM_PhysicalFrame_ServiceDescriptions =
 53106               {
 53107                   /* flags */
 53108                   META_FLAG_PROPERTY|META_FLAG_READ,
 53109 mike  1.1.2.1     /* name */
 53110                   "ServiceDescriptions",
 53111                   /* qualifiers */
 53112                   _CIM_PhysicalFrame_ServiceDescriptions_qualifiers,
 53113                   /* type */
 53114                   CIMTYPE_STRING,
 53115                   /* subscript */
 53116                   0,
 53117                   /* value */
 53118                   0,
 53119               };
 53120               
 53121               static const char*
 53122               _CIM_PhysicalFrame_LockPresent_qualifiers[] =
 53123               {
 53124                   0,
 53125               };
 53126               
 53127               static MetaProperty
 53128               _CIM_PhysicalFrame_LockPresent =
 53129               {
 53130 mike  1.1.2.1     /* flags */
 53131                   META_FLAG_PROPERTY|META_FLAG_READ,
 53132                   /* name */
 53133                   "LockPresent",
 53134                   /* qualifiers */
 53135                   _CIM_PhysicalFrame_LockPresent_qualifiers,
 53136                   /* type */
 53137                   CIMTYPE_BOOLEAN,
 53138                   /* subscript */
 53139                   -1,
 53140                   /* value */
 53141                   0,
 53142               };
 53143               
 53144               static const char*
 53145               _CIM_PhysicalFrame_AudibleAlarm_qualifiers[] =
 53146               {
 53147                   0,
 53148               };
 53149               
 53150               static MetaProperty
 53151 mike  1.1.2.1 _CIM_PhysicalFrame_AudibleAlarm =
 53152               {
 53153                   /* flags */
 53154                   META_FLAG_PROPERTY|META_FLAG_READ,
 53155                   /* name */
 53156                   "AudibleAlarm",
 53157                   /* qualifiers */
 53158                   _CIM_PhysicalFrame_AudibleAlarm_qualifiers,
 53159                   /* type */
 53160                   CIMTYPE_BOOLEAN,
 53161                   /* subscript */
 53162                   -1,
 53163                   /* value */
 53164                   0,
 53165               };
 53166               
 53167               static const char*
 53168               _CIM_PhysicalFrame_VisibleAlarm_qualifiers[] =
 53169               {
 53170                   0,
 53171               };
 53172 mike  1.1.2.1 
 53173               static MetaProperty
 53174               _CIM_PhysicalFrame_VisibleAlarm =
 53175               {
 53176                   /* flags */
 53177                   META_FLAG_PROPERTY|META_FLAG_READ,
 53178                   /* name */
 53179                   "VisibleAlarm",
 53180                   /* qualifiers */
 53181                   _CIM_PhysicalFrame_VisibleAlarm_qualifiers,
 53182                   /* type */
 53183                   CIMTYPE_BOOLEAN,
 53184                   /* subscript */
 53185                   -1,
 53186                   /* value */
 53187                   0,
 53188               };
 53189               
 53190               static const char*
 53191               _CIM_PhysicalFrame_SecurityBreach_qualifiers[] =
 53192               {
 53193 mike  1.1.2.1     /* ValueMap */
 53194                   "\061\000\0051\0002\0003\0004\0005\000",
 53195                   /* Values */
 53196                   "\062\000\005Other\000Unknown\000No Breach\000Breach Attempted\000Breach Successful\000",
 53197                   /* MappingStrings */
 53198                   "\026\000\001MIF.DMTF|Physical Container Global Table|004.12\000",
 53199                   /* ModelCorrespondence */
 53200                   "\036\000\001CIM_PhysicalFrame.BreachDescription\000",
 53201                   0,
 53202               };
 53203               
 53204               static MetaProperty
 53205               _CIM_PhysicalFrame_SecurityBreach =
 53206               {
 53207                   /* flags */
 53208                   META_FLAG_PROPERTY|META_FLAG_READ,
 53209                   /* name */
 53210                   "SecurityBreach",
 53211                   /* qualifiers */
 53212                   _CIM_PhysicalFrame_SecurityBreach_qualifiers,
 53213                   /* type */
 53214 mike  1.1.2.1     CIMTYPE_UINT16,
 53215                   /* subscript */
 53216                   -1,
 53217                   /* value */
 53218                   0,
 53219               };
 53220               
 53221               static const char*
 53222               _CIM_PhysicalFrame_BreachDescription_qualifiers[] =
 53223               {
 53224                   /* ModelCorrespondence */
 53225                   "\036\000\001CIM_PhysicalFrame.SecurityBreach\000",
 53226                   0,
 53227               };
 53228               
 53229               static MetaProperty
 53230               _CIM_PhysicalFrame_BreachDescription =
 53231               {
 53232                   /* flags */
 53233                   META_FLAG_PROPERTY|META_FLAG_READ,
 53234                   /* name */
 53235 mike  1.1.2.1     "BreachDescription",
 53236                   /* qualifiers */
 53237                   _CIM_PhysicalFrame_BreachDescription_qualifiers,
 53238                   /* type */
 53239                   CIMTYPE_STRING,
 53240                   /* subscript */
 53241                   -1,
 53242                   /* value */
 53243                   0,
 53244               };
 53245               
 53246               static const char*
 53247               _CIM_PhysicalFrame_IsLocked_qualifiers[] =
 53248               {
 53249                   0,
 53250               };
 53251               
 53252               static MetaProperty
 53253               _CIM_PhysicalFrame_IsLocked =
 53254               {
 53255                   /* flags */
 53256 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 53257                   /* name */
 53258                   "IsLocked",
 53259                   /* qualifiers */
 53260                   _CIM_PhysicalFrame_IsLocked_qualifiers,
 53261                   /* type */
 53262                   CIMTYPE_BOOLEAN,
 53263                   /* subscript */
 53264                   -1,
 53265                   /* value */
 53266                   0,
 53267               };
 53268               
 53269               static MetaFeature*
 53270               _CIM_PhysicalFrame_features[] =
 53271               {
 53272                   (MetaFeature*)&_CIM_PhysicalFrame_CableManagementStrategy,
 53273                   (MetaFeature*)&_CIM_PhysicalFrame_ServicePhilosophy,
 53274                   (MetaFeature*)&_CIM_PhysicalFrame_ServiceDescriptions,
 53275                   (MetaFeature*)&_CIM_PhysicalFrame_LockPresent,
 53276                   (MetaFeature*)&_CIM_PhysicalFrame_AudibleAlarm,
 53277 mike  1.1.2.1     (MetaFeature*)&_CIM_PhysicalFrame_VisibleAlarm,
 53278                   (MetaFeature*)&_CIM_PhysicalFrame_SecurityBreach,
 53279                   (MetaFeature*)&_CIM_PhysicalFrame_BreachDescription,
 53280                   (MetaFeature*)&_CIM_PhysicalFrame_IsLocked,
 53281                   0,
 53282               };
 53283               
 53284               static const char*
 53285               __root_cimv2_CIM_PhysicalFrame_qualifiers[] =
 53286               {
 53287                   /* UMLPackagePath */
 53288                   "\057CIM::Physical::Package",
 53289                   /* Version */
 53290                   "\0632.7.0",
 53291                   0,
 53292               };
 53293               
 53294               MetaClass
 53295               __root_cimv2_CIM_PhysicalFrame =
 53296               {
 53297                   /* flags */
 53298 mike  1.1.2.1     META_FLAG_CLASS,
 53299                   /* name */
 53300                   "CIM_PhysicalFrame",
 53301                   /* qualifiers */
 53302                   __root_cimv2_CIM_PhysicalFrame_qualifiers,
 53303                   /* super */
 53304                   &__root_cimv2_CIM_PhysicalPackage,
 53305                   /* features */
 53306                   _CIM_PhysicalFrame_features,
 53307               };
 53308               
 53309               //==============================================================================
 53310               //
 53311               // Class: CIM_PhysicalMedia
 53312               //
 53313               //==============================================================================
 53314               
 53315               static const char*
 53316               _CIM_PhysicalMedia_Capacity_qualifiers[] =
 53317               {
 53318                   /* Units */
 53319 mike  1.1.2.1     "\060Bytes",
 53320                   0,
 53321               };
 53322               
 53323               static MetaProperty
 53324               _CIM_PhysicalMedia_Capacity =
 53325               {
 53326                   /* flags */
 53327                   META_FLAG_PROPERTY|META_FLAG_READ,
 53328                   /* name */
 53329                   "Capacity",
 53330                   /* qualifiers */
 53331                   _CIM_PhysicalMedia_Capacity_qualifiers,
 53332                   /* type */
 53333                   CIMTYPE_UINT64,
 53334                   /* subscript */
 53335                   -1,
 53336                   /* value */
 53337                   0,
 53338               };
 53339               
 53340 mike  1.1.2.1 static const char*
 53341               _CIM_PhysicalMedia_MediaType_qualifiers[] =
 53342               {
 53343                   /* ValueMap */
 53344                   "\061\000\1030\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\00025\00026\00027\00028\00029\00030\00031\00032\00033\00034\00035\00036\00037\00038\00039\00040\00041\00042\00043\00044\00045\00046\00047\00048\00049\00050\00051\00052\00053\00054\00055\00056\00057\00058\00059\00060\00061\00062\00063\00064\00065\00066\000",
 53345                   /* Values */
 53346                   "\062\000\103Unknown\000Other\000Tape Cartridge\000QIC Cartridge\000AIT Cartridge\000DTF Cartridge\000DAT Cartridge\0008mm Tape Cartridge\00019mm Tape Cartridge\000DLT Cartridge\000Half-Inch Magnetic Tape Cartridge\000Cartridge Disk\000JAZ Disk\000ZIP Disk\000SyQuest Disk\000Winchester Removable Disk\000CD-ROM\000CD-ROM/XA\000CD-I\000CD Recordable\000WORM\000Magneto-Optical\000DVD\000DVD-RW+\000DVD-RAM\000DVD-ROM\000DVD-Video\000Divx\000Floppy/Diskette\000Hard Disk\000Memory Card\000Hard Copy\000Clik Disk\000CD-RW\000CD-DA\000CD+\000DVD Recordable\000DVD-RW\000DVD-Audio\000DVD-5\000DVD-9\000DVD-10\000DVD-18\000Magneto-Optical Rewriteable\000Magneto-Optical Write Once\000Magneto-Optical Rewriteable (LIMDOW)\000Phase Change Write Once\000Phase Change Rewriteable\000Phase Change Dual Rewriteable\000Ablative Write Once\000Near Field Recording\000MiniQic\000Travan\0008mm Metal Particle\0008mm Advanced Metal Evaporate\000NCTP\000LTO Ultrium\000LTO Accelis\0009 Track Tape\00018 Track Tape\00036 Track Tape\000Magstar 3590\000Magstar MP\000D2 Tape\000Tape - DST Small\000Tape - DST Medium\000Tape - DST Large\000",
 53347                   /* ModelCorrespondence */
 53348                   "\036\000\001CIM_PhysicalMedia.MediaDescription\000",
 53349                   0,
 53350               };
 53351               
 53352               static MetaProperty
 53353               _CIM_PhysicalMedia_MediaType =
 53354               {
 53355                   /* flags */
 53356                   META_FLAG_PROPERTY|META_FLAG_READ,
 53357                   /* name */
 53358                   "MediaType",
 53359                   /* qualifiers */
 53360                   _CIM_PhysicalMedia_MediaType_qualifiers,
 53361 mike  1.1.2.1     /* type */
 53362                   CIMTYPE_UINT16,
 53363                   /* subscript */
 53364                   -1,
 53365                   /* value */
 53366                   0,
 53367               };
 53368               
 53369               static const char*
 53370               _CIM_PhysicalMedia_MediaDescription_qualifiers[] =
 53371               {
 53372                   /* ModelCorrespondence */
 53373                   "\036\000\001CIM_PhysicalMedia.MediaType\000",
 53374                   0,
 53375               };
 53376               
 53377               static MetaProperty
 53378               _CIM_PhysicalMedia_MediaDescription =
 53379               {
 53380                   /* flags */
 53381                   META_FLAG_PROPERTY|META_FLAG_READ,
 53382 mike  1.1.2.1     /* name */
 53383                   "MediaDescription",
 53384                   /* qualifiers */
 53385                   _CIM_PhysicalMedia_MediaDescription_qualifiers,
 53386                   /* type */
 53387                   CIMTYPE_STRING,
 53388                   /* subscript */
 53389                   -1,
 53390                   /* value */
 53391                   0,
 53392               };
 53393               
 53394               static const char*
 53395               _CIM_PhysicalMedia_WriteProtectOn_qualifiers[] =
 53396               {
 53397                   0,
 53398               };
 53399               
 53400               static MetaProperty
 53401               _CIM_PhysicalMedia_WriteProtectOn =
 53402               {
 53403 mike  1.1.2.1     /* flags */
 53404                   META_FLAG_PROPERTY|META_FLAG_READ,
 53405                   /* name */
 53406                   "WriteProtectOn",
 53407                   /* qualifiers */
 53408                   _CIM_PhysicalMedia_WriteProtectOn_qualifiers,
 53409                   /* type */
 53410                   CIMTYPE_BOOLEAN,
 53411                   /* subscript */
 53412                   -1,
 53413                   /* value */
 53414                   0,
 53415               };
 53416               
 53417               static const char*
 53418               _CIM_PhysicalMedia_CleanerMedia_qualifiers[] =
 53419               {
 53420                   0,
 53421               };
 53422               
 53423               static MetaProperty
 53424 mike  1.1.2.1 _CIM_PhysicalMedia_CleanerMedia =
 53425               {
 53426                   /* flags */
 53427                   META_FLAG_PROPERTY|META_FLAG_READ,
 53428                   /* name */
 53429                   "CleanerMedia",
 53430                   /* qualifiers */
 53431                   _CIM_PhysicalMedia_CleanerMedia_qualifiers,
 53432                   /* type */
 53433                   CIMTYPE_BOOLEAN,
 53434                   /* subscript */
 53435                   -1,
 53436                   /* value */
 53437                   0,
 53438               };
 53439               
 53440               static const char*
 53441               _CIM_PhysicalMedia_MediaSize_qualifiers[] =
 53442               {
 53443                   /* Units */
 53444                   "\060Inches",
 53445 mike  1.1.2.1     0,
 53446               };
 53447               
 53448               static MetaProperty
 53449               _CIM_PhysicalMedia_MediaSize =
 53450               {
 53451                   /* flags */
 53452                   META_FLAG_PROPERTY|META_FLAG_READ,
 53453                   /* name */
 53454                   "MediaSize",
 53455                   /* qualifiers */
 53456                   _CIM_PhysicalMedia_MediaSize_qualifiers,
 53457                   /* type */
 53458                   CIMTYPE_REAL32,
 53459                   /* subscript */
 53460                   -1,
 53461                   /* value */
 53462                   0,
 53463               };
 53464               
 53465               static const char*
 53466 mike  1.1.2.1 _CIM_PhysicalMedia_MaxMounts_qualifiers[] =
 53467               {
 53468                   0,
 53469               };
 53470               
 53471               static MetaProperty
 53472               _CIM_PhysicalMedia_MaxMounts =
 53473               {
 53474                   /* flags */
 53475                   META_FLAG_PROPERTY|META_FLAG_READ,
 53476                   /* name */
 53477                   "MaxMounts",
 53478                   /* qualifiers */
 53479                   _CIM_PhysicalMedia_MaxMounts_qualifiers,
 53480                   /* type */
 53481                   CIMTYPE_UINT64,
 53482                   /* subscript */
 53483                   -1,
 53484                   /* value */
 53485                   0,
 53486               };
 53487 mike  1.1.2.1 
 53488               static const char*
 53489               _CIM_PhysicalMedia_MountCount_qualifiers[] =
 53490               {
 53491                   /* Counter */
 53492                   "\012\001",
 53493                   /* ModelCorrespondence */
 53494                   "\036\000\001CIM_PhysicalMedia.MaxMounts\000",
 53495                   0,
 53496               };
 53497               
 53498               static MetaProperty
 53499               _CIM_PhysicalMedia_MountCount =
 53500               {
 53501                   /* flags */
 53502                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 53503                   /* name */
 53504                   "MountCount",
 53505                   /* qualifiers */
 53506                   _CIM_PhysicalMedia_MountCount_qualifiers,
 53507                   /* type */
 53508 mike  1.1.2.1     CIMTYPE_UINT64,
 53509                   /* subscript */
 53510                   -1,
 53511                   /* value */
 53512                   0,
 53513               };
 53514               
 53515               static const char*
 53516               _CIM_PhysicalMedia_DualSided_qualifiers[] =
 53517               {
 53518                   0,
 53519               };
 53520               
 53521               static MetaProperty
 53522               _CIM_PhysicalMedia_DualSided =
 53523               {
 53524                   /* flags */
 53525                   META_FLAG_PROPERTY|META_FLAG_READ,
 53526                   /* name */
 53527                   "DualSided",
 53528                   /* qualifiers */
 53529 mike  1.1.2.1     _CIM_PhysicalMedia_DualSided_qualifiers,
 53530                   /* type */
 53531                   CIMTYPE_BOOLEAN,
 53532                   /* subscript */
 53533                   -1,
 53534                   /* value */
 53535                   0,
 53536               };
 53537               
 53538               static const char*
 53539               _CIM_PhysicalMedia_PhysicalLabels_qualifiers[] =
 53540               {
 53541                   /* ArrayType */
 53542                   "\005Indexed",
 53543                   /* ModelCorrespondence */
 53544                   "\036\000\002CIM_PhysicalMedia.LabelStates\000CIM_PhysicalMedia.LabelFormats\000",
 53545                   0,
 53546               };
 53547               
 53548               static MetaProperty
 53549               _CIM_PhysicalMedia_PhysicalLabels =
 53550 mike  1.1.2.1 {
 53551                   /* flags */
 53552                   META_FLAG_PROPERTY|META_FLAG_READ,
 53553                   /* name */
 53554                   "PhysicalLabels",
 53555                   /* qualifiers */
 53556                   _CIM_PhysicalMedia_PhysicalLabels_qualifiers,
 53557                   /* type */
 53558                   CIMTYPE_STRING,
 53559                   /* subscript */
 53560                   0,
 53561                   /* value */
 53562                   0,
 53563               };
 53564               
 53565               static const char*
 53566               _CIM_PhysicalMedia_LabelStates_qualifiers[] =
 53567               {
 53568                   /* ValueMap */
 53569                   "\061\000\0030\0001\0002\000",
 53570                   /* Values */
 53571 mike  1.1.2.1     "\062\000\003OK/Readable\000Unreadable\000Upside Down\000",
 53572                   /* ArrayType */
 53573                   "\005Indexed",
 53574                   /* ModelCorrespondence */
 53575                   "\036\000\001CIM_PhysicalMedia.PhysicalLabels\000",
 53576                   0,
 53577               };
 53578               
 53579               static MetaProperty
 53580               _CIM_PhysicalMedia_LabelStates =
 53581               {
 53582                   /* flags */
 53583                   META_FLAG_PROPERTY|META_FLAG_READ,
 53584                   /* name */
 53585                   "LabelStates",
 53586                   /* qualifiers */
 53587                   _CIM_PhysicalMedia_LabelStates_qualifiers,
 53588                   /* type */
 53589                   CIMTYPE_UINT16,
 53590                   /* subscript */
 53591                   0,
 53592 mike  1.1.2.1     /* value */
 53593                   0,
 53594               };
 53595               
 53596               static const char*
 53597               _CIM_PhysicalMedia_LabelFormats_qualifiers[] =
 53598               {
 53599                   /* ValueMap */
 53600                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 53601                   /* Values */
 53602                   "\062\000\006Barcode\000Radio Frequency Identification\000OCR (Optical Character Recognition)\000MICR (Magnetic Ink Character Recognition)\0007 Character Barcode\0009 Character Barcode\000",
 53603                   /* ArrayType */
 53604                   "\005Indexed",
 53605                   /* ModelCorrespondence */
 53606                   "\036\000\001CIM_PhysicalMedia.PhysicalLabels\000",
 53607                   0,
 53608               };
 53609               
 53610               static MetaProperty
 53611               _CIM_PhysicalMedia_LabelFormats =
 53612               {
 53613 mike  1.1.2.1     /* flags */
 53614                   META_FLAG_PROPERTY|META_FLAG_READ,
 53615                   /* name */
 53616                   "LabelFormats",
 53617                   /* qualifiers */
 53618                   _CIM_PhysicalMedia_LabelFormats_qualifiers,
 53619                   /* type */
 53620                   CIMTYPE_UINT16,
 53621                   /* subscript */
 53622                   0,
 53623                   /* value */
 53624                   0,
 53625               };
 53626               
 53627               static const char*
 53628               _CIM_PhysicalMedia_TimeOfLastMount_qualifiers[] =
 53629               {
 53630                   0,
 53631               };
 53632               
 53633               static MetaProperty
 53634 mike  1.1.2.1 _CIM_PhysicalMedia_TimeOfLastMount =
 53635               {
 53636                   /* flags */
 53637                   META_FLAG_PROPERTY|META_FLAG_READ,
 53638                   /* name */
 53639                   "TimeOfLastMount",
 53640                   /* qualifiers */
 53641                   _CIM_PhysicalMedia_TimeOfLastMount_qualifiers,
 53642                   /* type */
 53643                   CIMTYPE_DATETIME,
 53644                   /* subscript */
 53645                   -1,
 53646                   /* value */
 53647                   0,
 53648               };
 53649               
 53650               static const char*
 53651               _CIM_PhysicalMedia_TotalMountTime_qualifiers[] =
 53652               {
 53653                   /* Units */
 53654                   "\060Seconds",
 53655 mike  1.1.2.1     0,
 53656               };
 53657               
 53658               static MetaProperty
 53659               _CIM_PhysicalMedia_TotalMountTime =
 53660               {
 53661                   /* flags */
 53662                   META_FLAG_PROPERTY|META_FLAG_READ,
 53663                   /* name */
 53664                   "TotalMountTime",
 53665                   /* qualifiers */
 53666                   _CIM_PhysicalMedia_TotalMountTime_qualifiers,
 53667                   /* type */
 53668                   CIMTYPE_UINT64,
 53669                   /* subscript */
 53670                   -1,
 53671                   /* value */
 53672                   0,
 53673               };
 53674               
 53675               static MetaFeature*
 53676 mike  1.1.2.1 _CIM_PhysicalMedia_features[] =
 53677               {
 53678                   (MetaFeature*)&_CIM_PhysicalMedia_Capacity,
 53679                   (MetaFeature*)&_CIM_PhysicalMedia_MediaType,
 53680                   (MetaFeature*)&_CIM_PhysicalMedia_MediaDescription,
 53681                   (MetaFeature*)&_CIM_PhysicalMedia_WriteProtectOn,
 53682                   (MetaFeature*)&_CIM_PhysicalMedia_CleanerMedia,
 53683                   (MetaFeature*)&_CIM_PhysicalMedia_MediaSize,
 53684                   (MetaFeature*)&_CIM_PhysicalMedia_MaxMounts,
 53685                   (MetaFeature*)&_CIM_PhysicalMedia_MountCount,
 53686                   (MetaFeature*)&_CIM_PhysicalMedia_DualSided,
 53687                   (MetaFeature*)&_CIM_PhysicalMedia_PhysicalLabels,
 53688                   (MetaFeature*)&_CIM_PhysicalMedia_LabelStates,
 53689                   (MetaFeature*)&_CIM_PhysicalMedia_LabelFormats,
 53690                   (MetaFeature*)&_CIM_PhysicalMedia_TimeOfLastMount,
 53691                   (MetaFeature*)&_CIM_PhysicalMedia_TotalMountTime,
 53692                   0,
 53693               };
 53694               
 53695               static const char*
 53696               __root_cimv2_CIM_PhysicalMedia_qualifiers[] =
 53697 mike  1.1.2.1 {
 53698                   /* UMLPackagePath */
 53699                   "\057CIM::Physical::PhysicalMedia",
 53700                   /* Version */
 53701                   "\0632.6.0",
 53702                   0,
 53703               };
 53704               
 53705               MetaClass
 53706               __root_cimv2_CIM_PhysicalMedia =
 53707               {
 53708                   /* flags */
 53709                   META_FLAG_CLASS,
 53710                   /* name */
 53711                   "CIM_PhysicalMedia",
 53712                   /* qualifiers */
 53713                   __root_cimv2_CIM_PhysicalMedia_qualifiers,
 53714                   /* super */
 53715                   &__root_cimv2_CIM_PhysicalComponent,
 53716                   /* features */
 53717                   _CIM_PhysicalMedia_features,
 53718 mike  1.1.2.1 };
 53719               
 53720               //==============================================================================
 53721               //
 53722               // Class: CIM_PhysicalStatisticalInformation
 53723               //
 53724               //==============================================================================
 53725               
 53726               static const char*
 53727               _CIM_PhysicalStatisticalInformation_PhysicalCreationClassName_qualifiers[] =
 53728               {
 53729                   /* Key */
 53730                   "\025\001",
 53731                   /* Propagated */
 53732                   "\045CIM_PhysicalElement.CreationClassName",
 53733                   /* MaxLen */
 53734                   "\030\000\000\001\000",
 53735                   0,
 53736               };
 53737               
 53738               static MetaProperty
 53739 mike  1.1.2.1 _CIM_PhysicalStatisticalInformation_PhysicalCreationClassName =
 53740               {
 53741                   /* flags */
 53742                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 53743                   /* name */
 53744                   "PhysicalCreationClassName",
 53745                   /* qualifiers */
 53746                   _CIM_PhysicalStatisticalInformation_PhysicalCreationClassName_qualifiers,
 53747                   /* type */
 53748                   CIMTYPE_STRING,
 53749                   /* subscript */
 53750                   -1,
 53751                   /* value */
 53752                   0,
 53753               };
 53754               
 53755               static const char*
 53756               _CIM_PhysicalStatisticalInformation_Tag_qualifiers[] =
 53757               {
 53758                   /* Key */
 53759                   "\025\001",
 53760 mike  1.1.2.1     /* Propagated */
 53761                   "\045CIM_PhysicalElement.Tag",
 53762                   /* MaxLen */
 53763                   "\030\000\000\001\000",
 53764                   0,
 53765               };
 53766               
 53767               static MetaProperty
 53768               _CIM_PhysicalStatisticalInformation_Tag =
 53769               {
 53770                   /* flags */
 53771                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 53772                   /* name */
 53773                   "Tag",
 53774                   /* qualifiers */
 53775                   _CIM_PhysicalStatisticalInformation_Tag_qualifiers,
 53776                   /* type */
 53777                   CIMTYPE_STRING,
 53778                   /* subscript */
 53779                   -1,
 53780                   /* value */
 53781 mike  1.1.2.1     0,
 53782               };
 53783               
 53784               static const char*
 53785               _CIM_PhysicalStatisticalInformation_CreationClassName_qualifiers[] =
 53786               {
 53787                   /* Key */
 53788                   "\025\001",
 53789                   /* MaxLen */
 53790                   "\030\000\000\001\000",
 53791                   0,
 53792               };
 53793               
 53794               static MetaProperty
 53795               _CIM_PhysicalStatisticalInformation_CreationClassName =
 53796               {
 53797                   /* flags */
 53798                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 53799                   /* name */
 53800                   "CreationClassName",
 53801                   /* qualifiers */
 53802 mike  1.1.2.1     _CIM_PhysicalStatisticalInformation_CreationClassName_qualifiers,
 53803                   /* type */
 53804                   CIMTYPE_STRING,
 53805                   /* subscript */
 53806                   -1,
 53807                   /* value */
 53808                   0,
 53809               };
 53810               
 53811               static const char*
 53812               _CIM_PhysicalStatisticalInformation_Name_qualifiers[] =
 53813               {
 53814                   /* Key */
 53815                   "\025\001",
 53816                   /* Override */
 53817                   "\044Name",
 53818                   /* MaxLen */
 53819                   "\030\000\000\001\000",
 53820                   0,
 53821               };
 53822               
 53823 mike  1.1.2.1 static MetaProperty
 53824               _CIM_PhysicalStatisticalInformation_Name =
 53825               {
 53826                   /* flags */
 53827                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 53828                   /* name */
 53829                   "Name",
 53830                   /* qualifiers */
 53831                   _CIM_PhysicalStatisticalInformation_Name_qualifiers,
 53832                   /* type */
 53833                   CIMTYPE_STRING,
 53834                   /* subscript */
 53835                   -1,
 53836                   /* value */
 53837                   0,
 53838               };
 53839               
 53840               static MetaFeature*
 53841               _CIM_PhysicalStatisticalInformation_features[] =
 53842               {
 53843                   (MetaFeature*)&_CIM_PhysicalStatisticalInformation_PhysicalCreationClassName,
 53844 mike  1.1.2.1     (MetaFeature*)&_CIM_PhysicalStatisticalInformation_Tag,
 53845                   (MetaFeature*)&_CIM_PhysicalStatisticalInformation_CreationClassName,
 53846                   (MetaFeature*)&_CIM_PhysicalStatisticalInformation_Name,
 53847                   0,
 53848               };
 53849               
 53850               static const char*
 53851               __root_cimv2_CIM_PhysicalStatisticalInformation_qualifiers[] =
 53852               {
 53853                   /* UMLPackagePath */
 53854                   "\057CIM::Core::Statistics",
 53855                   /* Version */
 53856                   "\0632.6.0",
 53857                   0,
 53858               };
 53859               
 53860               MetaClass
 53861               __root_cimv2_CIM_PhysicalStatisticalInformation =
 53862               {
 53863                   /* flags */
 53864                   META_FLAG_CLASS,
 53865 mike  1.1.2.1     /* name */
 53866                   "CIM_PhysicalStatisticalInformation",
 53867                   /* qualifiers */
 53868                   __root_cimv2_CIM_PhysicalStatisticalInformation_qualifiers,
 53869                   /* super */
 53870                   &__root_cimv2_CIM_StatisticalInformation,
 53871                   /* features */
 53872                   _CIM_PhysicalStatisticalInformation_features,
 53873               };
 53874               
 53875               //==============================================================================
 53876               //
 53877               // Class: CIM_PhysicalStatistics
 53878               //
 53879               //==============================================================================
 53880               
 53881               static const char*
 53882               _CIM_PhysicalStatistics_Stats_qualifiers[] =
 53883               {
 53884                   /* Override */
 53885                   "\044Stats",
 53886 mike  1.1.2.1     /* Weak */
 53887                   "\064\001",
 53888                   0,
 53889               };
 53890               
 53891               static MetaReference
 53892               _CIM_PhysicalStatistics_Stats =
 53893               {
 53894                   /* flags */
 53895                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
 53896                   /* name */
 53897                   "Stats",
 53898                   /* qualifiers */
 53899                   _CIM_PhysicalStatistics_Stats_qualifiers,
 53900                   /* subscript */
 53901                   -1,
 53902                   /* refId */
 53903                   &__root_cimv2_CIM_PhysicalStatisticalInformation,
 53904               };
 53905               
 53906               static const char*
 53907 mike  1.1.2.1 _CIM_PhysicalStatistics_Element_qualifiers[] =
 53908               {
 53909                   /* Override */
 53910                   "\044Element",
 53911                   /* Min */
 53912                   "\033\000\000\000\001",
 53913                   /* Max */
 53914                   "\027\000\000\000\001",
 53915                   0,
 53916               };
 53917               
 53918               static MetaReference
 53919               _CIM_PhysicalStatistics_Element =
 53920               {
 53921                   /* flags */
 53922                   META_FLAG_REFERENCE|META_FLAG_READ,
 53923                   /* name */
 53924                   "Element",
 53925                   /* qualifiers */
 53926                   _CIM_PhysicalStatistics_Element_qualifiers,
 53927                   /* subscript */
 53928 mike  1.1.2.1     -1,
 53929                   /* refId */
 53930                   &__root_cimv2_CIM_PhysicalElement,
 53931               };
 53932               
 53933               static MetaFeature*
 53934               _CIM_PhysicalStatistics_features[] =
 53935               {
 53936                   (MetaFeature*)&_CIM_PhysicalStatistics_Stats,
 53937                   (MetaFeature*)&_CIM_PhysicalStatistics_Element,
 53938                   0,
 53939               };
 53940               
 53941               static const char*
 53942               __root_cimv2_CIM_PhysicalStatistics_qualifiers[] =
 53943               {
 53944                   /* ASSOCIATION */
 53945                   "\000\001",
 53946                   /* UMLPackagePath */
 53947                   "\057CIM::Core::Statistics",
 53948                   /* Version */
 53949 mike  1.1.2.1     "\0632.6.0",
 53950                   0,
 53951               };
 53952               
 53953               MetaClass
 53954               __root_cimv2_CIM_PhysicalStatistics =
 53955               {
 53956                   /* flags */
 53957                   META_FLAG_ASSOCIATION,
 53958                   /* name */
 53959                   "CIM_PhysicalStatistics",
 53960                   /* qualifiers */
 53961                   __root_cimv2_CIM_PhysicalStatistics_qualifiers,
 53962                   /* super */
 53963                   &__root_cimv2_CIM_Statistics,
 53964                   /* features */
 53965                   _CIM_PhysicalStatistics_features,
 53966               };
 53967               
 53968               //==============================================================================
 53969               //
 53970 mike  1.1.2.1 // Class: CIM_PhysicalTape
 53971               //
 53972               //==============================================================================
 53973               
 53974               static const char*
 53975               _CIM_PhysicalTape_TapeLength_qualifiers[] =
 53976               {
 53977                   /* Units */
 53978                   "\060Feet",
 53979                   0,
 53980               };
 53981               
 53982               static MetaProperty
 53983               _CIM_PhysicalTape_TapeLength =
 53984               {
 53985                   /* flags */
 53986                   META_FLAG_PROPERTY|META_FLAG_READ,
 53987                   /* name */
 53988                   "TapeLength",
 53989                   /* qualifiers */
 53990                   _CIM_PhysicalTape_TapeLength_qualifiers,
 53991 mike  1.1.2.1     /* type */
 53992                   CIMTYPE_REAL32,
 53993                   /* subscript */
 53994                   -1,
 53995                   /* value */
 53996                   0,
 53997               };
 53998               
 53999               static const char*
 54000               _CIM_PhysicalTape_UnloadAnywhere_qualifiers[] =
 54001               {
 54002                   0,
 54003               };
 54004               
 54005               static MetaProperty
 54006               _CIM_PhysicalTape_UnloadAnywhere =
 54007               {
 54008                   /* flags */
 54009                   META_FLAG_PROPERTY|META_FLAG_READ,
 54010                   /* name */
 54011                   "UnloadAnywhere",
 54012 mike  1.1.2.1     /* qualifiers */
 54013                   _CIM_PhysicalTape_UnloadAnywhere_qualifiers,
 54014                   /* type */
 54015                   CIMTYPE_BOOLEAN,
 54016                   /* subscript */
 54017                   -1,
 54018                   /* value */
 54019                   0,
 54020               };
 54021               
 54022               static MetaFeature*
 54023               _CIM_PhysicalTape_features[] =
 54024               {
 54025                   (MetaFeature*)&_CIM_PhysicalTape_TapeLength,
 54026                   (MetaFeature*)&_CIM_PhysicalTape_UnloadAnywhere,
 54027                   0,
 54028               };
 54029               
 54030               static const char*
 54031               __root_cimv2_CIM_PhysicalTape_qualifiers[] =
 54032               {
 54033 mike  1.1.2.1     /* UMLPackagePath */
 54034                   "\057CIM::Physical::PhysicalMedia",
 54035                   /* Version */
 54036                   "\0632.6.0",
 54037                   0,
 54038               };
 54039               
 54040               MetaClass
 54041               __root_cimv2_CIM_PhysicalTape =
 54042               {
 54043                   /* flags */
 54044                   META_FLAG_CLASS,
 54045                   /* name */
 54046                   "CIM_PhysicalTape",
 54047                   /* qualifiers */
 54048                   __root_cimv2_CIM_PhysicalTape_qualifiers,
 54049                   /* super */
 54050                   &__root_cimv2_CIM_PhysicalMedia,
 54051                   /* features */
 54052                   _CIM_PhysicalTape_features,
 54053               };
 54054 mike  1.1.2.1 
 54055               //==============================================================================
 54056               //
 54057               // Class: CIM_PickerStatData
 54058               //
 54059               //==============================================================================
 54060               
 54061               static const char*
 54062               _CIM_PickerStatData_PickSuccesses_qualifiers[] =
 54063               {
 54064                   /* Counter */
 54065                   "\012\001",
 54066                   0,
 54067               };
 54068               
 54069               static MetaProperty
 54070               _CIM_PickerStatData_PickSuccesses =
 54071               {
 54072                   /* flags */
 54073                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54074                   /* name */
 54075 mike  1.1.2.1     "PickSuccesses",
 54076                   /* qualifiers */
 54077                   _CIM_PickerStatData_PickSuccesses_qualifiers,
 54078                   /* type */
 54079                   CIMTYPE_UINT64,
 54080                   /* subscript */
 54081                   -1,
 54082                   /* value */
 54083                   0,
 54084               };
 54085               
 54086               static const char*
 54087               _CIM_PickerStatData_PickFailures_qualifiers[] =
 54088               {
 54089                   /* Counter */
 54090                   "\012\001",
 54091                   0,
 54092               };
 54093               
 54094               static MetaProperty
 54095               _CIM_PickerStatData_PickFailures =
 54096 mike  1.1.2.1 {
 54097                   /* flags */
 54098                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54099                   /* name */
 54100                   "PickFailures",
 54101                   /* qualifiers */
 54102                   _CIM_PickerStatData_PickFailures_qualifiers,
 54103                   /* type */
 54104                   CIMTYPE_UINT64,
 54105                   /* subscript */
 54106                   -1,
 54107                   /* value */
 54108                   0,
 54109               };
 54110               
 54111               static const char*
 54112               _CIM_PickerStatData_PickRetries_qualifiers[] =
 54113               {
 54114                   /* Counter */
 54115                   "\012\001",
 54116                   0,
 54117 mike  1.1.2.1 };
 54118               
 54119               static MetaProperty
 54120               _CIM_PickerStatData_PickRetries =
 54121               {
 54122                   /* flags */
 54123                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54124                   /* name */
 54125                   "PickRetries",
 54126                   /* qualifiers */
 54127                   _CIM_PickerStatData_PickRetries_qualifiers,
 54128                   /* type */
 54129                   CIMTYPE_UINT64,
 54130                   /* subscript */
 54131                   -1,
 54132                   /* value */
 54133                   0,
 54134               };
 54135               
 54136               static const char*
 54137               _CIM_PickerStatData_PutSuccesses_qualifiers[] =
 54138 mike  1.1.2.1 {
 54139                   /* Counter */
 54140                   "\012\001",
 54141                   0,
 54142               };
 54143               
 54144               static MetaProperty
 54145               _CIM_PickerStatData_PutSuccesses =
 54146               {
 54147                   /* flags */
 54148                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54149                   /* name */
 54150                   "PutSuccesses",
 54151                   /* qualifiers */
 54152                   _CIM_PickerStatData_PutSuccesses_qualifiers,
 54153                   /* type */
 54154                   CIMTYPE_UINT64,
 54155                   /* subscript */
 54156                   -1,
 54157                   /* value */
 54158                   0,
 54159 mike  1.1.2.1 };
 54160               
 54161               static const char*
 54162               _CIM_PickerStatData_PutFailures_qualifiers[] =
 54163               {
 54164                   /* Counter */
 54165                   "\012\001",
 54166                   0,
 54167               };
 54168               
 54169               static MetaProperty
 54170               _CIM_PickerStatData_PutFailures =
 54171               {
 54172                   /* flags */
 54173                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54174                   /* name */
 54175                   "PutFailures",
 54176                   /* qualifiers */
 54177                   _CIM_PickerStatData_PutFailures_qualifiers,
 54178                   /* type */
 54179                   CIMTYPE_UINT64,
 54180 mike  1.1.2.1     /* subscript */
 54181                   -1,
 54182                   /* value */
 54183                   0,
 54184               };
 54185               
 54186               static const char*
 54187               _CIM_PickerStatData_PutRetries_qualifiers[] =
 54188               {
 54189                   /* Counter */
 54190                   "\012\001",
 54191                   0,
 54192               };
 54193               
 54194               static MetaProperty
 54195               _CIM_PickerStatData_PutRetries =
 54196               {
 54197                   /* flags */
 54198                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54199                   /* name */
 54200                   "PutRetries",
 54201 mike  1.1.2.1     /* qualifiers */
 54202                   _CIM_PickerStatData_PutRetries_qualifiers,
 54203                   /* type */
 54204                   CIMTYPE_UINT64,
 54205                   /* subscript */
 54206                   -1,
 54207                   /* value */
 54208                   0,
 54209               };
 54210               
 54211               static MetaFeature*
 54212               _CIM_PickerStatData_features[] =
 54213               {
 54214                   (MetaFeature*)&_CIM_PickerStatData_PickSuccesses,
 54215                   (MetaFeature*)&_CIM_PickerStatData_PickFailures,
 54216                   (MetaFeature*)&_CIM_PickerStatData_PickRetries,
 54217                   (MetaFeature*)&_CIM_PickerStatData_PutSuccesses,
 54218                   (MetaFeature*)&_CIM_PickerStatData_PutFailures,
 54219                   (MetaFeature*)&_CIM_PickerStatData_PutRetries,
 54220                   0,
 54221               };
 54222 mike  1.1.2.1 
 54223               static const char*
 54224               __root_cimv2_CIM_PickerStatData_qualifiers[] =
 54225               {
 54226                   /* UMLPackagePath */
 54227                   "\057CIM::Device::StorageLib",
 54228                   /* Version */
 54229                   "\0632.7.0",
 54230                   0,
 54231               };
 54232               
 54233               MetaClass
 54234               __root_cimv2_CIM_PickerStatData =
 54235               {
 54236                   /* flags */
 54237                   META_FLAG_CLASS,
 54238                   /* name */
 54239                   "CIM_PickerStatData",
 54240                   /* qualifiers */
 54241                   __root_cimv2_CIM_PickerStatData_qualifiers,
 54242                   /* super */
 54243 mike  1.1.2.1     &__root_cimv2_CIM_StatisticalData,
 54244                   /* features */
 54245                   _CIM_PickerStatData_features,
 54246               };
 54247               
 54248               //==============================================================================
 54249               //
 54250               // Class: CIM_PickerStatInfo
 54251               //
 54252               //==============================================================================
 54253               
 54254               static const char*
 54255               _CIM_PickerStatInfo_PickSuccesses_qualifiers[] =
 54256               {
 54257                   /* Counter */
 54258                   "\012\001",
 54259                   0,
 54260               };
 54261               
 54262               static MetaProperty
 54263               _CIM_PickerStatInfo_PickSuccesses =
 54264 mike  1.1.2.1 {
 54265                   /* flags */
 54266                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54267                   /* name */
 54268                   "PickSuccesses",
 54269                   /* qualifiers */
 54270                   _CIM_PickerStatInfo_PickSuccesses_qualifiers,
 54271                   /* type */
 54272                   CIMTYPE_UINT64,
 54273                   /* subscript */
 54274                   -1,
 54275                   /* value */
 54276                   0,
 54277               };
 54278               
 54279               static const char*
 54280               _CIM_PickerStatInfo_PickFailures_qualifiers[] =
 54281               {
 54282                   /* Counter */
 54283                   "\012\001",
 54284                   0,
 54285 mike  1.1.2.1 };
 54286               
 54287               static MetaProperty
 54288               _CIM_PickerStatInfo_PickFailures =
 54289               {
 54290                   /* flags */
 54291                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54292                   /* name */
 54293                   "PickFailures",
 54294                   /* qualifiers */
 54295                   _CIM_PickerStatInfo_PickFailures_qualifiers,
 54296                   /* type */
 54297                   CIMTYPE_UINT64,
 54298                   /* subscript */
 54299                   -1,
 54300                   /* value */
 54301                   0,
 54302               };
 54303               
 54304               static const char*
 54305               _CIM_PickerStatInfo_PickRetries_qualifiers[] =
 54306 mike  1.1.2.1 {
 54307                   /* Counter */
 54308                   "\012\001",
 54309                   0,
 54310               };
 54311               
 54312               static MetaProperty
 54313               _CIM_PickerStatInfo_PickRetries =
 54314               {
 54315                   /* flags */
 54316                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54317                   /* name */
 54318                   "PickRetries",
 54319                   /* qualifiers */
 54320                   _CIM_PickerStatInfo_PickRetries_qualifiers,
 54321                   /* type */
 54322                   CIMTYPE_UINT64,
 54323                   /* subscript */
 54324                   -1,
 54325                   /* value */
 54326                   0,
 54327 mike  1.1.2.1 };
 54328               
 54329               static const char*
 54330               _CIM_PickerStatInfo_PutSuccesses_qualifiers[] =
 54331               {
 54332                   /* Counter */
 54333                   "\012\001",
 54334                   0,
 54335               };
 54336               
 54337               static MetaProperty
 54338               _CIM_PickerStatInfo_PutSuccesses =
 54339               {
 54340                   /* flags */
 54341                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54342                   /* name */
 54343                   "PutSuccesses",
 54344                   /* qualifiers */
 54345                   _CIM_PickerStatInfo_PutSuccesses_qualifiers,
 54346                   /* type */
 54347                   CIMTYPE_UINT64,
 54348 mike  1.1.2.1     /* subscript */
 54349                   -1,
 54350                   /* value */
 54351                   0,
 54352               };
 54353               
 54354               static const char*
 54355               _CIM_PickerStatInfo_PutFailures_qualifiers[] =
 54356               {
 54357                   /* Counter */
 54358                   "\012\001",
 54359                   0,
 54360               };
 54361               
 54362               static MetaProperty
 54363               _CIM_PickerStatInfo_PutFailures =
 54364               {
 54365                   /* flags */
 54366                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54367                   /* name */
 54368                   "PutFailures",
 54369 mike  1.1.2.1     /* qualifiers */
 54370                   _CIM_PickerStatInfo_PutFailures_qualifiers,
 54371                   /* type */
 54372                   CIMTYPE_UINT64,
 54373                   /* subscript */
 54374                   -1,
 54375                   /* value */
 54376                   0,
 54377               };
 54378               
 54379               static const char*
 54380               _CIM_PickerStatInfo_PutRetries_qualifiers[] =
 54381               {
 54382                   /* Counter */
 54383                   "\012\001",
 54384                   0,
 54385               };
 54386               
 54387               static MetaProperty
 54388               _CIM_PickerStatInfo_PutRetries =
 54389               {
 54390 mike  1.1.2.1     /* flags */
 54391                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 54392                   /* name */
 54393                   "PutRetries",
 54394                   /* qualifiers */
 54395                   _CIM_PickerStatInfo_PutRetries_qualifiers,
 54396                   /* type */
 54397                   CIMTYPE_UINT64,
 54398                   /* subscript */
 54399                   -1,
 54400                   /* value */
 54401                   0,
 54402               };
 54403               
 54404               static const char*
 54405               _CIM_PickerStatInfo_ResetCounter_SelectedCounter_qualifiers[] =
 54406               {
 54407                   /* IN */
 54408                   "\024\001",
 54409                   /* ValueMap */
 54410                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
 54411 mike  1.1.2.1     /* Values */
 54412                   "\062\000\007All\000Pick Successes\000Pick Failures\000Pick Retries\000Put Successes\000Put Failures\000Put Retries\000",
 54413                   0,
 54414               };
 54415               
 54416               static MetaProperty
 54417               _CIM_PickerStatInfo_ResetCounter_SelectedCounter =
 54418               {
 54419                   /* flags */
 54420                   META_FLAG_PROPERTY|META_FLAG_IN,
 54421                   /* name */
 54422                   "SelectedCounter",
 54423                   /* qualifiers */
 54424                   _CIM_PickerStatInfo_ResetCounter_SelectedCounter_qualifiers,
 54425                   /* type */
 54426                   CIMTYPE_UINT16,
 54427                   /* subscript */
 54428                   -1,
 54429                   /* value */
 54430                   0,
 54431               };
 54432 mike  1.1.2.1 
 54433               static MetaFeature*
 54434               _CIM_PickerStatInfo_ResetCounter_parameters[] =
 54435               {
 54436                   (MetaFeature*)&_CIM_PickerStatInfo_ResetCounter_SelectedCounter,
 54437                   0,
 54438               };
 54439               
 54440               static const char*
 54441               _CIM_PickerStatInfo_ResetCounter_qualifiers[] =
 54442               {
 54443                   0,
 54444               };
 54445               
 54446               static MetaMethod
 54447               _CIM_PickerStatInfo_ResetCounter =
 54448               {
 54449                   /* flags */
 54450                   META_FLAG_METHOD,
 54451                   /* name */
 54452                   "CIM_PickerStatInfo",
 54453 mike  1.1.2.1     /* qualifiers */
 54454                   _CIM_PickerStatInfo_ResetCounter_qualifiers,
 54455                   /* type */
 54456                   CIMTYPE_UINT32,
 54457                   /* parameters */
 54458                   _CIM_PickerStatInfo_ResetCounter_parameters,
 54459               };
 54460               
 54461               static MetaFeature*
 54462               _CIM_PickerStatInfo_features[] =
 54463               {
 54464                   (MetaFeature*)&_CIM_PickerStatInfo_PickSuccesses,
 54465                   (MetaFeature*)&_CIM_PickerStatInfo_PickFailures,
 54466                   (MetaFeature*)&_CIM_PickerStatInfo_PickRetries,
 54467                   (MetaFeature*)&_CIM_PickerStatInfo_PutSuccesses,
 54468                   (MetaFeature*)&_CIM_PickerStatInfo_PutFailures,
 54469                   (MetaFeature*)&_CIM_PickerStatInfo_PutRetries,
 54470                   (MetaFeature*)&_CIM_PickerStatInfo_ResetCounter,
 54471                   0,
 54472               };
 54473               
 54474 mike  1.1.2.1 static const char*
 54475               __root_cimv2_CIM_PickerStatInfo_qualifiers[] =
 54476               {
 54477                   /* UMLPackagePath */
 54478                   "\057CIM::Device::StorageLib",
 54479                   /* Version */
 54480                   "\0632.6.0",
 54481                   0,
 54482               };
 54483               
 54484               MetaClass
 54485               __root_cimv2_CIM_PickerStatInfo =
 54486               {
 54487                   /* flags */
 54488                   META_FLAG_CLASS,
 54489                   /* name */
 54490                   "CIM_PickerStatInfo",
 54491                   /* qualifiers */
 54492                   __root_cimv2_CIM_PickerStatInfo_qualifiers,
 54493                   /* super */
 54494                   &__root_cimv2_CIM_DeviceStatisticalInformation,
 54495 mike  1.1.2.1     /* features */
 54496                   _CIM_PickerStatInfo_features,
 54497               };
 54498               
 54499               //==============================================================================
 54500               //
 54501               // Class: CIM_PolicyActionStructure
 54502               //
 54503               //==============================================================================
 54504               
 54505               static const char*
 54506               _CIM_PolicyActionStructure_GroupComponent_qualifiers[] =
 54507               {
 54508                   /* Aggregate */
 54509                   "\003\001",
 54510                   /* Override */
 54511                   "\044GroupComponent",
 54512                   0,
 54513               };
 54514               
 54515               static MetaReference
 54516 mike  1.1.2.1 _CIM_PolicyActionStructure_GroupComponent =
 54517               {
 54518                   /* flags */
 54519                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 54520                   /* name */
 54521                   "GroupComponent",
 54522                   /* qualifiers */
 54523                   _CIM_PolicyActionStructure_GroupComponent_qualifiers,
 54524                   /* subscript */
 54525                   -1,
 54526                   /* refId */
 54527                   &__root_cimv2_CIM_Policy,
 54528               };
 54529               
 54530               static const char*
 54531               _CIM_PolicyActionStructure_PartComponent_qualifiers[] =
 54532               {
 54533                   /* Override */
 54534                   "\044PartComponent",
 54535                   0,
 54536               };
 54537 mike  1.1.2.1 
 54538               static MetaReference
 54539               _CIM_PolicyActionStructure_PartComponent =
 54540               {
 54541                   /* flags */
 54542                   META_FLAG_REFERENCE|META_FLAG_READ,
 54543                   /* name */
 54544                   "PartComponent",
 54545                   /* qualifiers */
 54546                   _CIM_PolicyActionStructure_PartComponent_qualifiers,
 54547                   /* subscript */
 54548                   -1,
 54549                   /* refId */
 54550                   &__root_cimv2_CIM_PolicyAction,
 54551               };
 54552               
 54553               static const char*
 54554               _CIM_PolicyActionStructure_ActionOrder_qualifiers[] =
 54555               {
 54556                   0,
 54557               };
 54558 mike  1.1.2.1 
 54559               static MetaProperty
 54560               _CIM_PolicyActionStructure_ActionOrder =
 54561               {
 54562                   /* flags */
 54563                   META_FLAG_PROPERTY|META_FLAG_READ,
 54564                   /* name */
 54565                   "ActionOrder",
 54566                   /* qualifiers */
 54567                   _CIM_PolicyActionStructure_ActionOrder_qualifiers,
 54568                   /* type */
 54569                   CIMTYPE_UINT16,
 54570                   /* subscript */
 54571                   -1,
 54572                   /* value */
 54573                   0,
 54574               };
 54575               
 54576               static MetaFeature*
 54577               _CIM_PolicyActionStructure_features[] =
 54578               {
 54579 mike  1.1.2.1     (MetaFeature*)&_CIM_PolicyActionStructure_GroupComponent,
 54580                   (MetaFeature*)&_CIM_PolicyActionStructure_PartComponent,
 54581                   (MetaFeature*)&_CIM_PolicyActionStructure_ActionOrder,
 54582                   0,
 54583               };
 54584               
 54585               static const char*
 54586               __root_cimv2_CIM_PolicyActionStructure_qualifiers[] =
 54587               {
 54588                   /* ASSOCIATION */
 54589                   "\000\001",
 54590                   /* UMLPackagePath */
 54591                   "\057CIM::Policy",
 54592                   /* Abstract */
 54593                   "\002\001",
 54594                   /* Aggregation */
 54595                   "\004\001",
 54596                   /* Version */
 54597                   "\0632.6.0",
 54598                   0,
 54599               };
 54600 mike  1.1.2.1 
 54601               MetaClass
 54602               __root_cimv2_CIM_PolicyActionStructure =
 54603               {
 54604                   /* flags */
 54605                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT|META_FLAG_AGGREGATION,
 54606                   /* name */
 54607                   "CIM_PolicyActionStructure",
 54608                   /* qualifiers */
 54609                   __root_cimv2_CIM_PolicyActionStructure_qualifiers,
 54610                   /* super */
 54611                   &__root_cimv2_CIM_PolicyComponent,
 54612                   /* features */
 54613                   _CIM_PolicyActionStructure_features,
 54614               };
 54615               
 54616               //==============================================================================
 54617               //
 54618               // Class: CIM_PolicyConditionInPolicyCondition
 54619               //
 54620               //==============================================================================
 54621 mike  1.1.2.1 
 54622               static const char*
 54623               _CIM_PolicyConditionInPolicyCondition_GroupComponent_qualifiers[] =
 54624               {
 54625                   /* Aggregate */
 54626                   "\003\001",
 54627                   /* Override */
 54628                   "\044GroupComponent",
 54629                   0,
 54630               };
 54631               
 54632               static MetaReference
 54633               _CIM_PolicyConditionInPolicyCondition_GroupComponent =
 54634               {
 54635                   /* flags */
 54636                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 54637                   /* name */
 54638                   "GroupComponent",
 54639                   /* qualifiers */
 54640                   _CIM_PolicyConditionInPolicyCondition_GroupComponent_qualifiers,
 54641                   /* subscript */
 54642 mike  1.1.2.1     -1,
 54643                   /* refId */
 54644                   &__root_cimv2_CIM_CompoundPolicyCondition,
 54645               };
 54646               
 54647               static const char*
 54648               _CIM_PolicyConditionInPolicyCondition_PartComponent_qualifiers[] =
 54649               {
 54650                   /* Override */
 54651                   "\044PartComponent",
 54652                   0,
 54653               };
 54654               
 54655               static MetaReference
 54656               _CIM_PolicyConditionInPolicyCondition_PartComponent =
 54657               {
 54658                   /* flags */
 54659                   META_FLAG_REFERENCE|META_FLAG_READ,
 54660                   /* name */
 54661                   "PartComponent",
 54662                   /* qualifiers */
 54663 mike  1.1.2.1     _CIM_PolicyConditionInPolicyCondition_PartComponent_qualifiers,
 54664                   /* subscript */
 54665                   -1,
 54666                   /* refId */
 54667                   &__root_cimv2_CIM_PolicyCondition,
 54668               };
 54669               
 54670               static MetaFeature*
 54671               _CIM_PolicyConditionInPolicyCondition_features[] =
 54672               {
 54673                   (MetaFeature*)&_CIM_PolicyConditionInPolicyCondition_GroupComponent,
 54674                   (MetaFeature*)&_CIM_PolicyConditionInPolicyCondition_PartComponent,
 54675                   0,
 54676               };
 54677               
 54678               static const char*
 54679               __root_cimv2_CIM_PolicyConditionInPolicyCondition_qualifiers[] =
 54680               {
 54681                   /* ASSOCIATION */
 54682                   "\000\001",
 54683                   /* UMLPackagePath */
 54684 mike  1.1.2.1     "\057CIM::Policy",
 54685                   /* Aggregation */
 54686                   "\004\001",
 54687                   /* Version */
 54688                   "\0632.7.0",
 54689                   0,
 54690               };
 54691               
 54692               MetaClass
 54693               __root_cimv2_CIM_PolicyConditionInPolicyCondition =
 54694               {
 54695                   /* flags */
 54696                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 54697                   /* name */
 54698                   "CIM_PolicyConditionInPolicyCondition",
 54699                   /* qualifiers */
 54700                   __root_cimv2_CIM_PolicyConditionInPolicyCondition_qualifiers,
 54701                   /* super */
 54702                   &__root_cimv2_CIM_PolicyConditionStructure,
 54703                   /* features */
 54704                   _CIM_PolicyConditionInPolicyCondition_features,
 54705 mike  1.1.2.1 };
 54706               
 54707               //==============================================================================
 54708               //
 54709               // Class: CIM_PolicyGroup
 54710               //
 54711               //==============================================================================
 54712               
 54713               static const char*
 54714               _CIM_PolicyGroup_SystemCreationClassName_qualifiers[] =
 54715               {
 54716                   /* Key */
 54717                   "\025\001",
 54718                   /* Propagated */
 54719                   "\045CIM_System.CreationClassName",
 54720                   /* MaxLen */
 54721                   "\030\000\000\001\000",
 54722                   0,
 54723               };
 54724               
 54725               static MetaProperty
 54726 mike  1.1.2.1 _CIM_PolicyGroup_SystemCreationClassName =
 54727               {
 54728                   /* flags */
 54729                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 54730                   /* name */
 54731                   "SystemCreationClassName",
 54732                   /* qualifiers */
 54733                   _CIM_PolicyGroup_SystemCreationClassName_qualifiers,
 54734                   /* type */
 54735                   CIMTYPE_STRING,
 54736                   /* subscript */
 54737                   -1,
 54738                   /* value */
 54739                   0,
 54740               };
 54741               
 54742               static const char*
 54743               _CIM_PolicyGroup_SystemName_qualifiers[] =
 54744               {
 54745                   /* Key */
 54746                   "\025\001",
 54747 mike  1.1.2.1     /* Propagated */
 54748                   "\045CIM_System.Name",
 54749                   /* MaxLen */
 54750                   "\030\000\000\001\000",
 54751                   0,
 54752               };
 54753               
 54754               static MetaProperty
 54755               _CIM_PolicyGroup_SystemName =
 54756               {
 54757                   /* flags */
 54758                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 54759                   /* name */
 54760                   "SystemName",
 54761                   /* qualifiers */
 54762                   _CIM_PolicyGroup_SystemName_qualifiers,
 54763                   /* type */
 54764                   CIMTYPE_STRING,
 54765                   /* subscript */
 54766                   -1,
 54767                   /* value */
 54768 mike  1.1.2.1     0,
 54769               };
 54770               
 54771               static const char*
 54772               _CIM_PolicyGroup_CreationClassName_qualifiers[] =
 54773               {
 54774                   /* Key */
 54775                   "\025\001",
 54776                   /* MaxLen */
 54777                   "\030\000\000\001\000",
 54778                   0,
 54779               };
 54780               
 54781               static MetaProperty
 54782               _CIM_PolicyGroup_CreationClassName =
 54783               {
 54784                   /* flags */
 54785                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 54786                   /* name */
 54787                   "CreationClassName",
 54788                   /* qualifiers */
 54789 mike  1.1.2.1     _CIM_PolicyGroup_CreationClassName_qualifiers,
 54790                   /* type */
 54791                   CIMTYPE_STRING,
 54792                   /* subscript */
 54793                   -1,
 54794                   /* value */
 54795                   0,
 54796               };
 54797               
 54798               static const char*
 54799               _CIM_PolicyGroup_PolicyGroupName_qualifiers[] =
 54800               {
 54801                   /* Key */
 54802                   "\025\001",
 54803                   /* MaxLen */
 54804                   "\030\000\000\001\000",
 54805                   0,
 54806               };
 54807               
 54808               static MetaProperty
 54809               _CIM_PolicyGroup_PolicyGroupName =
 54810 mike  1.1.2.1 {
 54811                   /* flags */
 54812                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 54813                   /* name */
 54814                   "PolicyGroupName",
 54815                   /* qualifiers */
 54816                   _CIM_PolicyGroup_PolicyGroupName_qualifiers,
 54817                   /* type */
 54818                   CIMTYPE_STRING,
 54819                   /* subscript */
 54820                   -1,
 54821                   /* value */
 54822                   0,
 54823               };
 54824               
 54825               static MetaFeature*
 54826               _CIM_PolicyGroup_features[] =
 54827               {
 54828                   (MetaFeature*)&_CIM_PolicyGroup_SystemCreationClassName,
 54829                   (MetaFeature*)&_CIM_PolicyGroup_SystemName,
 54830                   (MetaFeature*)&_CIM_PolicyGroup_CreationClassName,
 54831 mike  1.1.2.1     (MetaFeature*)&_CIM_PolicyGroup_PolicyGroupName,
 54832                   0,
 54833               };
 54834               
 54835               static const char*
 54836               __root_cimv2_CIM_PolicyGroup_qualifiers[] =
 54837               {
 54838                   /* UMLPackagePath */
 54839                   "\057CIM::Policy",
 54840                   /* Version */
 54841                   "\0632.6.0",
 54842                   0,
 54843               };
 54844               
 54845               MetaClass
 54846               __root_cimv2_CIM_PolicyGroup =
 54847               {
 54848                   /* flags */
 54849                   META_FLAG_CLASS,
 54850                   /* name */
 54851                   "CIM_PolicyGroup",
 54852 mike  1.1.2.1     /* qualifiers */
 54853                   __root_cimv2_CIM_PolicyGroup_qualifiers,
 54854                   /* super */
 54855                   &__root_cimv2_CIM_PolicySet,
 54856                   /* features */
 54857                   _CIM_PolicyGroup_features,
 54858               };
 54859               
 54860               //==============================================================================
 54861               //
 54862               // Class: CIM_PolicyGroupInPolicyGroup
 54863               //
 54864               //==============================================================================
 54865               
 54866               static const char*
 54867               _CIM_PolicyGroupInPolicyGroup_GroupComponent_qualifiers[] =
 54868               {
 54869                   /* Deprecated */
 54870                   "\013\000\001CIM_PolicySetComponent.GroupComponent\000",
 54871                   /* Aggregate */
 54872                   "\003\001",
 54873 mike  1.1.2.1     /* Override */
 54874                   "\044GroupComponent",
 54875                   0,
 54876               };
 54877               
 54878               static MetaReference
 54879               _CIM_PolicyGroupInPolicyGroup_GroupComponent =
 54880               {
 54881                   /* flags */
 54882                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 54883                   /* name */
 54884                   "GroupComponent",
 54885                   /* qualifiers */
 54886                   _CIM_PolicyGroupInPolicyGroup_GroupComponent_qualifiers,
 54887                   /* subscript */
 54888                   -1,
 54889                   /* refId */
 54890                   &__root_cimv2_CIM_PolicyGroup,
 54891               };
 54892               
 54893               static const char*
 54894 mike  1.1.2.1 _CIM_PolicyGroupInPolicyGroup_PartComponent_qualifiers[] =
 54895               {
 54896                   /* Deprecated */
 54897                   "\013\000\001CIM_PolicySetComponent.PartComponent\000",
 54898                   /* Override */
 54899                   "\044PartComponent",
 54900                   0,
 54901               };
 54902               
 54903               static MetaReference
 54904               _CIM_PolicyGroupInPolicyGroup_PartComponent =
 54905               {
 54906                   /* flags */
 54907                   META_FLAG_REFERENCE|META_FLAG_READ,
 54908                   /* name */
 54909                   "PartComponent",
 54910                   /* qualifiers */
 54911                   _CIM_PolicyGroupInPolicyGroup_PartComponent_qualifiers,
 54912                   /* subscript */
 54913                   -1,
 54914                   /* refId */
 54915 mike  1.1.2.1     &__root_cimv2_CIM_PolicyGroup,
 54916               };
 54917               
 54918               static MetaFeature*
 54919               _CIM_PolicyGroupInPolicyGroup_features[] =
 54920               {
 54921                   (MetaFeature*)&_CIM_PolicyGroupInPolicyGroup_GroupComponent,
 54922                   (MetaFeature*)&_CIM_PolicyGroupInPolicyGroup_PartComponent,
 54923                   0,
 54924               };
 54925               
 54926               static const char*
 54927               __root_cimv2_CIM_PolicyGroupInPolicyGroup_qualifiers[] =
 54928               {
 54929                   /* ASSOCIATION */
 54930                   "\000\001",
 54931                   /* Deprecated */
 54932                   "\013\000\001CIM_PolicySetComponent\000",
 54933                   /* UMLPackagePath */
 54934                   "\057CIM::Policy",
 54935                   /* Aggregation */
 54936 mike  1.1.2.1     "\004\001",
 54937                   /* Version */
 54938                   "\0632.7.0",
 54939                   0,
 54940               };
 54941               
 54942               MetaClass
 54943               __root_cimv2_CIM_PolicyGroupInPolicyGroup =
 54944               {
 54945                   /* flags */
 54946                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 54947                   /* name */
 54948                   "CIM_PolicyGroupInPolicyGroup",
 54949                   /* qualifiers */
 54950                   __root_cimv2_CIM_PolicyGroupInPolicyGroup_qualifiers,
 54951                   /* super */
 54952                   &__root_cimv2_CIM_PolicyComponent,
 54953                   /* features */
 54954                   _CIM_PolicyGroupInPolicyGroup_features,
 54955               };
 54956               
 54957 mike  1.1.2.1 //==============================================================================
 54958               //
 54959               // Class: CIM_PolicyRoleCollection
 54960               //
 54961               //==============================================================================
 54962               
 54963               static const char*
 54964               _CIM_PolicyRoleCollection_PolicyRole_qualifiers[] =
 54965               {
 54966                   /* Required */
 54967                   "\050\001",
 54968                   0,
 54969               };
 54970               
 54971               static MetaProperty
 54972               _CIM_PolicyRoleCollection_PolicyRole =
 54973               {
 54974                   /* flags */
 54975                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 54976                   /* name */
 54977                   "PolicyRole",
 54978 mike  1.1.2.1     /* qualifiers */
 54979                   _CIM_PolicyRoleCollection_PolicyRole_qualifiers,
 54980                   /* type */
 54981                   CIMTYPE_STRING,
 54982                   /* subscript */
 54983                   -1,
 54984                   /* value */
 54985                   0,
 54986               };
 54987               
 54988               static const char*
 54989               _CIM_PolicyRoleCollection_ActivatePolicySet_Element_qualifiers[] =
 54990               {
 54991                   /* IN */
 54992                   "\024\001",
 54993                   0,
 54994               };
 54995               
 54996               static MetaReference
 54997               _CIM_PolicyRoleCollection_ActivatePolicySet_Element =
 54998               {
 54999 mike  1.1.2.1     /* flags */
 55000                   META_FLAG_REFERENCE|META_FLAG_IN,
 55001                   /* name */
 55002                   "Element",
 55003                   /* qualifiers */
 55004                   _CIM_PolicyRoleCollection_ActivatePolicySet_Element_qualifiers,
 55005                   /* subscript */
 55006                   -1,
 55007                   /* ref */
 55008                   &__root_cimv2_CIM_ManagedElement,
 55009               };
 55010               
 55011               static MetaFeature*
 55012               _CIM_PolicyRoleCollection_ActivatePolicySet_parameters[] =
 55013               {
 55014                   (MetaFeature*)&_CIM_PolicyRoleCollection_ActivatePolicySet_Element,
 55015                   0,
 55016               };
 55017               
 55018               static const char*
 55019               _CIM_PolicyRoleCollection_ActivatePolicySet_qualifiers[] =
 55020 mike  1.1.2.1 {
 55021                   /* ValueMap */
 55022                   "\061\000\0070\0001\0002\0003\0004\000..\0000x8000..\000",
 55023                   /* Values */
 55024                   "\062\000\007Success\000Not Supported\000Unknown\000Timeout\000Failed\000DMTF Reserved\000Vendor Specific\000",
 55025                   0,
 55026               };
 55027               
 55028               static MetaMethod
 55029               _CIM_PolicyRoleCollection_ActivatePolicySet =
 55030               {
 55031                   /* flags */
 55032                   META_FLAG_METHOD,
 55033                   /* name */
 55034                   "CIM_PolicyRoleCollection",
 55035                   /* qualifiers */
 55036                   _CIM_PolicyRoleCollection_ActivatePolicySet_qualifiers,
 55037                   /* type */
 55038                   CIMTYPE_UINT32,
 55039                   /* parameters */
 55040                   _CIM_PolicyRoleCollection_ActivatePolicySet_parameters,
 55041 mike  1.1.2.1 };
 55042               
 55043               static const char*
 55044               _CIM_PolicyRoleCollection_DeactivatePolicySet_Element_qualifiers[] =
 55045               {
 55046                   /* IN */
 55047                   "\024\001",
 55048                   0,
 55049               };
 55050               
 55051               static MetaReference
 55052               _CIM_PolicyRoleCollection_DeactivatePolicySet_Element =
 55053               {
 55054                   /* flags */
 55055                   META_FLAG_REFERENCE|META_FLAG_IN,
 55056                   /* name */
 55057                   "Element",
 55058                   /* qualifiers */
 55059                   _CIM_PolicyRoleCollection_DeactivatePolicySet_Element_qualifiers,
 55060                   /* subscript */
 55061                   -1,
 55062 mike  1.1.2.1     /* ref */
 55063                   &__root_cimv2_CIM_ManagedElement,
 55064               };
 55065               
 55066               static MetaFeature*
 55067               _CIM_PolicyRoleCollection_DeactivatePolicySet_parameters[] =
 55068               {
 55069                   (MetaFeature*)&_CIM_PolicyRoleCollection_DeactivatePolicySet_Element,
 55070                   0,
 55071               };
 55072               
 55073               static const char*
 55074               _CIM_PolicyRoleCollection_DeactivatePolicySet_qualifiers[] =
 55075               {
 55076                   /* ValueMap */
 55077                   "\061\000\0070\0001\0002\0003\0004\000..\0000x8000..0xFFFF\000",
 55078                   /* Values */
 55079                   "\062\000\007Success\000Not Supported\000Unknown\000Timeout\000Failed\000DMTF Reserved\000Vendor Specific\000",
 55080                   0,
 55081               };
 55082               
 55083 mike  1.1.2.1 static MetaMethod
 55084               _CIM_PolicyRoleCollection_DeactivatePolicySet =
 55085               {
 55086                   /* flags */
 55087                   META_FLAG_METHOD,
 55088                   /* name */
 55089                   "CIM_PolicyRoleCollection",
 55090                   /* qualifiers */
 55091                   _CIM_PolicyRoleCollection_DeactivatePolicySet_qualifiers,
 55092                   /* type */
 55093                   CIMTYPE_UINT32,
 55094                   /* parameters */
 55095                   _CIM_PolicyRoleCollection_DeactivatePolicySet_parameters,
 55096               };
 55097               
 55098               static MetaFeature*
 55099               _CIM_PolicyRoleCollection_features[] =
 55100               {
 55101                   (MetaFeature*)&_CIM_PolicyRoleCollection_PolicyRole,
 55102                   (MetaFeature*)&_CIM_PolicyRoleCollection_ActivatePolicySet,
 55103                   (MetaFeature*)&_CIM_PolicyRoleCollection_DeactivatePolicySet,
 55104 mike  1.1.2.1     0,
 55105               };
 55106               
 55107               static const char*
 55108               __root_cimv2_CIM_PolicyRoleCollection_qualifiers[] =
 55109               {
 55110                   /* UMLPackagePath */
 55111                   "\057CIM::Policy",
 55112                   /* Version */
 55113                   "\0632.8.0",
 55114                   0,
 55115               };
 55116               
 55117               MetaClass
 55118               __root_cimv2_CIM_PolicyRoleCollection =
 55119               {
 55120                   /* flags */
 55121                   META_FLAG_CLASS,
 55122                   /* name */
 55123                   "CIM_PolicyRoleCollection",
 55124                   /* qualifiers */
 55125 mike  1.1.2.1     __root_cimv2_CIM_PolicyRoleCollection_qualifiers,
 55126                   /* super */
 55127                   &__root_cimv2_CIM_SystemSpecificCollection,
 55128                   /* features */
 55129                   _CIM_PolicyRoleCollection_features,
 55130               };
 55131               
 55132               //==============================================================================
 55133               //
 55134               // Class: CIM_PolicyRule
 55135               //
 55136               //==============================================================================
 55137               
 55138               static const char*
 55139               _CIM_PolicyRule_SystemCreationClassName_qualifiers[] =
 55140               {
 55141                   /* Key */
 55142                   "\025\001",
 55143                   /* Propagated */
 55144                   "\045CIM_System.CreationClassName",
 55145                   /* MaxLen */
 55146 mike  1.1.2.1     "\030\000\000\001\000",
 55147                   0,
 55148               };
 55149               
 55150               static MetaProperty
 55151               _CIM_PolicyRule_SystemCreationClassName =
 55152               {
 55153                   /* flags */
 55154                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 55155                   /* name */
 55156                   "SystemCreationClassName",
 55157                   /* qualifiers */
 55158                   _CIM_PolicyRule_SystemCreationClassName_qualifiers,
 55159                   /* type */
 55160                   CIMTYPE_STRING,
 55161                   /* subscript */
 55162                   -1,
 55163                   /* value */
 55164                   0,
 55165               };
 55166               
 55167 mike  1.1.2.1 static const char*
 55168               _CIM_PolicyRule_SystemName_qualifiers[] =
 55169               {
 55170                   /* Key */
 55171                   "\025\001",
 55172                   /* Propagated */
 55173                   "\045CIM_System.Name",
 55174                   /* MaxLen */
 55175                   "\030\000\000\001\000",
 55176                   0,
 55177               };
 55178               
 55179               static MetaProperty
 55180               _CIM_PolicyRule_SystemName =
 55181               {
 55182                   /* flags */
 55183                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 55184                   /* name */
 55185                   "SystemName",
 55186                   /* qualifiers */
 55187                   _CIM_PolicyRule_SystemName_qualifiers,
 55188 mike  1.1.2.1     /* type */
 55189                   CIMTYPE_STRING,
 55190                   /* subscript */
 55191                   -1,
 55192                   /* value */
 55193                   0,
 55194               };
 55195               
 55196               static const char*
 55197               _CIM_PolicyRule_CreationClassName_qualifiers[] =
 55198               {
 55199                   /* Key */
 55200                   "\025\001",
 55201                   /* MaxLen */
 55202                   "\030\000\000\001\000",
 55203                   0,
 55204               };
 55205               
 55206               static MetaProperty
 55207               _CIM_PolicyRule_CreationClassName =
 55208               {
 55209 mike  1.1.2.1     /* flags */
 55210                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 55211                   /* name */
 55212                   "CreationClassName",
 55213                   /* qualifiers */
 55214                   _CIM_PolicyRule_CreationClassName_qualifiers,
 55215                   /* type */
 55216                   CIMTYPE_STRING,
 55217                   /* subscript */
 55218                   -1,
 55219                   /* value */
 55220                   0,
 55221               };
 55222               
 55223               static const char*
 55224               _CIM_PolicyRule_PolicyRuleName_qualifiers[] =
 55225               {
 55226                   /* Key */
 55227                   "\025\001",
 55228                   /* MaxLen */
 55229                   "\030\000\000\001\000",
 55230 mike  1.1.2.1     0,
 55231               };
 55232               
 55233               static MetaProperty
 55234               _CIM_PolicyRule_PolicyRuleName =
 55235               {
 55236                   /* flags */
 55237                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 55238                   /* name */
 55239                   "PolicyRuleName",
 55240                   /* qualifiers */
 55241                   _CIM_PolicyRule_PolicyRuleName_qualifiers,
 55242                   /* type */
 55243                   CIMTYPE_STRING,
 55244                   /* subscript */
 55245                   -1,
 55246                   /* value */
 55247                   0,
 55248               };
 55249               
 55250               static const char*
 55251 mike  1.1.2.1 _CIM_PolicyRule_ConditionListType_qualifiers[] =
 55252               {
 55253                   /* ValueMap */
 55254                   "\061\000\0030\0001\0002\000",
 55255                   /* Values */
 55256                   "\062\000\003Unconditional Rule\000DNF\000CNF\000",
 55257                   0,
 55258               };
 55259               
 55260               static MetaProperty
 55261               _CIM_PolicyRule_ConditionListType =
 55262               {
 55263                   /* flags */
 55264                   META_FLAG_PROPERTY|META_FLAG_READ,
 55265                   /* name */
 55266                   "ConditionListType",
 55267                   /* qualifiers */
 55268                   _CIM_PolicyRule_ConditionListType_qualifiers,
 55269                   /* type */
 55270                   CIMTYPE_UINT16,
 55271                   /* subscript */
 55272 mike  1.1.2.1     -1,
 55273                   /* value */
 55274                   "\000\001",
 55275               };
 55276               
 55277               static const char*
 55278               _CIM_PolicyRule_RuleUsage_qualifiers[] =
 55279               {
 55280                   0,
 55281               };
 55282               
 55283               static MetaProperty
 55284               _CIM_PolicyRule_RuleUsage =
 55285               {
 55286                   /* flags */
 55287                   META_FLAG_PROPERTY|META_FLAG_READ,
 55288                   /* name */
 55289                   "RuleUsage",
 55290                   /* qualifiers */
 55291                   _CIM_PolicyRule_RuleUsage_qualifiers,
 55292                   /* type */
 55293 mike  1.1.2.1     CIMTYPE_STRING,
 55294                   /* subscript */
 55295                   -1,
 55296                   /* value */
 55297                   0,
 55298               };
 55299               
 55300               static const char*
 55301               _CIM_PolicyRule_Priority_qualifiers[] =
 55302               {
 55303                   /* Deprecated */
 55304                   "\013\000\001CIM_PolicySetComponent.Priority\000",
 55305                   0,
 55306               };
 55307               
 55308               static MetaProperty
 55309               _CIM_PolicyRule_Priority =
 55310               {
 55311                   /* flags */
 55312                   META_FLAG_PROPERTY|META_FLAG_READ,
 55313                   /* name */
 55314 mike  1.1.2.1     "Priority",
 55315                   /* qualifiers */
 55316                   _CIM_PolicyRule_Priority_qualifiers,
 55317                   /* type */
 55318                   CIMTYPE_UINT16,
 55319                   /* subscript */
 55320                   -1,
 55321                   /* value */
 55322                   "\000\000",
 55323               };
 55324               
 55325               static const char*
 55326               _CIM_PolicyRule_Mandatory_qualifiers[] =
 55327               {
 55328                   /* Deprecated */
 55329                   "\013\000\001No Value\000",
 55330                   0,
 55331               };
 55332               
 55333               static MetaProperty
 55334               _CIM_PolicyRule_Mandatory =
 55335 mike  1.1.2.1 {
 55336                   /* flags */
 55337                   META_FLAG_PROPERTY|META_FLAG_READ,
 55338                   /* name */
 55339                   "Mandatory",
 55340                   /* qualifiers */
 55341                   _CIM_PolicyRule_Mandatory_qualifiers,
 55342                   /* type */
 55343                   CIMTYPE_BOOLEAN,
 55344                   /* subscript */
 55345                   -1,
 55346                   /* value */
 55347                   0,
 55348               };
 55349               
 55350               static const char*
 55351               _CIM_PolicyRule_SequencedActions_qualifiers[] =
 55352               {
 55353                   /* ValueMap */
 55354                   "\061\000\0031\0002\0003\000",
 55355                   /* Values */
 55356 mike  1.1.2.1     "\062\000\003Mandatory\000Recommended\000Dont Care\000",
 55357                   0,
 55358               };
 55359               
 55360               static MetaProperty
 55361               _CIM_PolicyRule_SequencedActions =
 55362               {
 55363                   /* flags */
 55364                   META_FLAG_PROPERTY|META_FLAG_READ,
 55365                   /* name */
 55366                   "SequencedActions",
 55367                   /* qualifiers */
 55368                   _CIM_PolicyRule_SequencedActions_qualifiers,
 55369                   /* type */
 55370                   CIMTYPE_UINT16,
 55371                   /* subscript */
 55372                   -1,
 55373                   /* value */
 55374                   "\000\003",
 55375               };
 55376               
 55377 mike  1.1.2.1 static const char*
 55378               _CIM_PolicyRule_ExecutionStrategy_qualifiers[] =
 55379               {
 55380                   /* ValueMap */
 55381                   "\061\000\0031\0002\0003\000",
 55382                   /* Values */
 55383                   "\062\000\003Do Until Success\000Do All\000Do Until Failure\000",
 55384                   0,
 55385               };
 55386               
 55387               static MetaProperty
 55388               _CIM_PolicyRule_ExecutionStrategy =
 55389               {
 55390                   /* flags */
 55391                   META_FLAG_PROPERTY|META_FLAG_READ,
 55392                   /* name */
 55393                   "ExecutionStrategy",
 55394                   /* qualifiers */
 55395                   _CIM_PolicyRule_ExecutionStrategy_qualifiers,
 55396                   /* type */
 55397                   CIMTYPE_UINT16,
 55398 mike  1.1.2.1     /* subscript */
 55399                   -1,
 55400                   /* value */
 55401                   0,
 55402               };
 55403               
 55404               static MetaFeature*
 55405               _CIM_PolicyRule_features[] =
 55406               {
 55407                   (MetaFeature*)&_CIM_PolicyRule_SystemCreationClassName,
 55408                   (MetaFeature*)&_CIM_PolicyRule_SystemName,
 55409                   (MetaFeature*)&_CIM_PolicyRule_CreationClassName,
 55410                   (MetaFeature*)&_CIM_PolicyRule_PolicyRuleName,
 55411                   (MetaFeature*)&_CIM_PolicyRule_ConditionListType,
 55412                   (MetaFeature*)&_CIM_PolicyRule_RuleUsage,
 55413                   (MetaFeature*)&_CIM_PolicyRule_Priority,
 55414                   (MetaFeature*)&_CIM_PolicyRule_Mandatory,
 55415                   (MetaFeature*)&_CIM_PolicyRule_SequencedActions,
 55416                   (MetaFeature*)&_CIM_PolicyRule_ExecutionStrategy,
 55417                   0,
 55418               };
 55419 mike  1.1.2.1 
 55420               static const char*
 55421               __root_cimv2_CIM_PolicyRule_qualifiers[] =
 55422               {
 55423                   /* UMLPackagePath */
 55424                   "\057CIM::Policy",
 55425                   /* Version */
 55426                   "\0632.7.0",
 55427                   0,
 55428               };
 55429               
 55430               MetaClass
 55431               __root_cimv2_CIM_PolicyRule =
 55432               {
 55433                   /* flags */
 55434                   META_FLAG_CLASS,
 55435                   /* name */
 55436                   "CIM_PolicyRule",
 55437                   /* qualifiers */
 55438                   __root_cimv2_CIM_PolicyRule_qualifiers,
 55439                   /* super */
 55440 mike  1.1.2.1     &__root_cimv2_CIM_PolicySet,
 55441                   /* features */
 55442                   _CIM_PolicyRule_features,
 55443               };
 55444               
 55445               //==============================================================================
 55446               //
 55447               // Class: CIM_PolicyRuleInPolicyGroup
 55448               //
 55449               //==============================================================================
 55450               
 55451               static const char*
 55452               _CIM_PolicyRuleInPolicyGroup_GroupComponent_qualifiers[] =
 55453               {
 55454                   /* Deprecated */
 55455                   "\013\000\001CIM_PolicySetComponent.GroupComponent\000",
 55456                   /* Aggregate */
 55457                   "\003\001",
 55458                   /* Override */
 55459                   "\044GroupComponent",
 55460                   0,
 55461 mike  1.1.2.1 };
 55462               
 55463               static MetaReference
 55464               _CIM_PolicyRuleInPolicyGroup_GroupComponent =
 55465               {
 55466                   /* flags */
 55467                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 55468                   /* name */
 55469                   "GroupComponent",
 55470                   /* qualifiers */
 55471                   _CIM_PolicyRuleInPolicyGroup_GroupComponent_qualifiers,
 55472                   /* subscript */
 55473                   -1,
 55474                   /* refId */
 55475                   &__root_cimv2_CIM_PolicyGroup,
 55476               };
 55477               
 55478               static const char*
 55479               _CIM_PolicyRuleInPolicyGroup_PartComponent_qualifiers[] =
 55480               {
 55481                   /* Deprecated */
 55482 mike  1.1.2.1     "\013\000\001CIM_PolicySetComponent.PartComponent\000",
 55483                   /* Override */
 55484                   "\044PartComponent",
 55485                   0,
 55486               };
 55487               
 55488               static MetaReference
 55489               _CIM_PolicyRuleInPolicyGroup_PartComponent =
 55490               {
 55491                   /* flags */
 55492                   META_FLAG_REFERENCE|META_FLAG_READ,
 55493                   /* name */
 55494                   "PartComponent",
 55495                   /* qualifiers */
 55496                   _CIM_PolicyRuleInPolicyGroup_PartComponent_qualifiers,
 55497                   /* subscript */
 55498                   -1,
 55499                   /* refId */
 55500                   &__root_cimv2_CIM_PolicyRule,
 55501               };
 55502               
 55503 mike  1.1.2.1 static MetaFeature*
 55504               _CIM_PolicyRuleInPolicyGroup_features[] =
 55505               {
 55506                   (MetaFeature*)&_CIM_PolicyRuleInPolicyGroup_GroupComponent,
 55507                   (MetaFeature*)&_CIM_PolicyRuleInPolicyGroup_PartComponent,
 55508                   0,
 55509               };
 55510               
 55511               static const char*
 55512               __root_cimv2_CIM_PolicyRuleInPolicyGroup_qualifiers[] =
 55513               {
 55514                   /* ASSOCIATION */
 55515                   "\000\001",
 55516                   /* Deprecated */
 55517                   "\013\000\001CIM_PolicySetComponent\000",
 55518                   /* UMLPackagePath */
 55519                   "\057CIM::Policy",
 55520                   /* Aggregation */
 55521                   "\004\001",
 55522                   /* Version */
 55523                   "\0632.7.0",
 55524 mike  1.1.2.1     0,
 55525               };
 55526               
 55527               MetaClass
 55528               __root_cimv2_CIM_PolicyRuleInPolicyGroup =
 55529               {
 55530                   /* flags */
 55531                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 55532                   /* name */
 55533                   "CIM_PolicyRuleInPolicyGroup",
 55534                   /* qualifiers */
 55535                   __root_cimv2_CIM_PolicyRuleInPolicyGroup_qualifiers,
 55536                   /* super */
 55537                   &__root_cimv2_CIM_PolicyComponent,
 55538                   /* features */
 55539                   _CIM_PolicyRuleInPolicyGroup_features,
 55540               };
 55541               
 55542               //==============================================================================
 55543               //
 55544               // Class: CIM_PolicyRuleValidityPeriod
 55545 mike  1.1.2.1 //
 55546               //==============================================================================
 55547               
 55548               static const char*
 55549               _CIM_PolicyRuleValidityPeriod_GroupComponent_qualifiers[] =
 55550               {
 55551                   /* Deprecated */
 55552                   "\013\000\001CIM_PolicySetValidityPeriod.GroupComponent\000",
 55553                   /* Aggregate */
 55554                   "\003\001",
 55555                   /* Override */
 55556                   "\044GroupComponent",
 55557                   0,
 55558               };
 55559               
 55560               static MetaReference
 55561               _CIM_PolicyRuleValidityPeriod_GroupComponent =
 55562               {
 55563                   /* flags */
 55564                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 55565                   /* name */
 55566 mike  1.1.2.1     "GroupComponent",
 55567                   /* qualifiers */
 55568                   _CIM_PolicyRuleValidityPeriod_GroupComponent_qualifiers,
 55569                   /* subscript */
 55570                   -1,
 55571                   /* refId */
 55572                   &__root_cimv2_CIM_PolicyRule,
 55573               };
 55574               
 55575               static const char*
 55576               _CIM_PolicyRuleValidityPeriod_PartComponent_qualifiers[] =
 55577               {
 55578                   /* Deprecated */
 55579                   "\013\000\001CIM_PolicySetValidityPeriod.PartComponent\000",
 55580                   /* Override */
 55581                   "\044PartComponent",
 55582                   0,
 55583               };
 55584               
 55585               static MetaReference
 55586               _CIM_PolicyRuleValidityPeriod_PartComponent =
 55587 mike  1.1.2.1 {
 55588                   /* flags */
 55589                   META_FLAG_REFERENCE|META_FLAG_READ,
 55590                   /* name */
 55591                   "PartComponent",
 55592                   /* qualifiers */
 55593                   _CIM_PolicyRuleValidityPeriod_PartComponent_qualifiers,
 55594                   /* subscript */
 55595                   -1,
 55596                   /* refId */
 55597                   &__root_cimv2_CIM_PolicyTimePeriodCondition,
 55598               };
 55599               
 55600               static MetaFeature*
 55601               _CIM_PolicyRuleValidityPeriod_features[] =
 55602               {
 55603                   (MetaFeature*)&_CIM_PolicyRuleValidityPeriod_GroupComponent,
 55604                   (MetaFeature*)&_CIM_PolicyRuleValidityPeriod_PartComponent,
 55605                   0,
 55606               };
 55607               
 55608 mike  1.1.2.1 static const char*
 55609               __root_cimv2_CIM_PolicyRuleValidityPeriod_qualifiers[] =
 55610               {
 55611                   /* ASSOCIATION */
 55612                   "\000\001",
 55613                   /* Deprecated */
 55614                   "\013\000\001CIM_PolicySetValidityPeriod\000",
 55615                   /* UMLPackagePath */
 55616                   "\057CIM::Policy",
 55617                   /* Aggregation */
 55618                   "\004\001",
 55619                   /* Version */
 55620                   "\0632.7.0",
 55621                   0,
 55622               };
 55623               
 55624               MetaClass
 55625               __root_cimv2_CIM_PolicyRuleValidityPeriod =
 55626               {
 55627                   /* flags */
 55628                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 55629 mike  1.1.2.1     /* name */
 55630                   "CIM_PolicyRuleValidityPeriod",
 55631                   /* qualifiers */
 55632                   __root_cimv2_CIM_PolicyRuleValidityPeriod_qualifiers,
 55633                   /* super */
 55634                   &__root_cimv2_CIM_PolicyComponent,
 55635                   /* features */
 55636                   _CIM_PolicyRuleValidityPeriod_features,
 55637               };
 55638               
 55639               //==============================================================================
 55640               //
 55641               // Class: CIM_PolicySetInRoleCollection
 55642               //
 55643               //==============================================================================
 55644               
 55645               static const char*
 55646               _CIM_PolicySetInRoleCollection_Collection_qualifiers[] =
 55647               {
 55648                   /* Aggregate */
 55649                   "\003\001",
 55650 mike  1.1.2.1     /* Override */
 55651                   "\044Collection",
 55652                   0,
 55653               };
 55654               
 55655               static MetaReference
 55656               _CIM_PolicySetInRoleCollection_Collection =
 55657               {
 55658                   /* flags */
 55659                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 55660                   /* name */
 55661                   "Collection",
 55662                   /* qualifiers */
 55663                   _CIM_PolicySetInRoleCollection_Collection_qualifiers,
 55664                   /* subscript */
 55665                   -1,
 55666                   /* refId */
 55667                   &__root_cimv2_CIM_PolicyRoleCollection,
 55668               };
 55669               
 55670               static const char*
 55671 mike  1.1.2.1 _CIM_PolicySetInRoleCollection_Member_qualifiers[] =
 55672               {
 55673                   /* Override */
 55674                   "\044Member",
 55675                   0,
 55676               };
 55677               
 55678               static MetaReference
 55679               _CIM_PolicySetInRoleCollection_Member =
 55680               {
 55681                   /* flags */
 55682                   META_FLAG_REFERENCE|META_FLAG_READ,
 55683                   /* name */
 55684                   "Member",
 55685                   /* qualifiers */
 55686                   _CIM_PolicySetInRoleCollection_Member_qualifiers,
 55687                   /* subscript */
 55688                   -1,
 55689                   /* refId */
 55690                   &__root_cimv2_CIM_PolicySet,
 55691               };
 55692 mike  1.1.2.1 
 55693               static MetaFeature*
 55694               _CIM_PolicySetInRoleCollection_features[] =
 55695               {
 55696                   (MetaFeature*)&_CIM_PolicySetInRoleCollection_Collection,
 55697                   (MetaFeature*)&_CIM_PolicySetInRoleCollection_Member,
 55698                   0,
 55699               };
 55700               
 55701               static const char*
 55702               __root_cimv2_CIM_PolicySetInRoleCollection_qualifiers[] =
 55703               {
 55704                   /* ASSOCIATION */
 55705                   "\000\001",
 55706                   /* UMLPackagePath */
 55707                   "\057CIM::Policy",
 55708                   /* Aggregation */
 55709                   "\004\001",
 55710                   /* Version */
 55711                   "\0632.8.0",
 55712                   0,
 55713 mike  1.1.2.1 };
 55714               
 55715               MetaClass
 55716               __root_cimv2_CIM_PolicySetInRoleCollection =
 55717               {
 55718                   /* flags */
 55719                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 55720                   /* name */
 55721                   "CIM_PolicySetInRoleCollection",
 55722                   /* qualifiers */
 55723                   __root_cimv2_CIM_PolicySetInRoleCollection_qualifiers,
 55724                   /* super */
 55725                   &__root_cimv2_CIM_MemberOfCollection,
 55726                   /* features */
 55727                   _CIM_PolicySetInRoleCollection_features,
 55728               };
 55729               
 55730               //==============================================================================
 55731               //
 55732               // Class: CIM_PolicySetValidityPeriod
 55733               //
 55734 mike  1.1.2.1 //==============================================================================
 55735               
 55736               static const char*
 55737               _CIM_PolicySetValidityPeriod_GroupComponent_qualifiers[] =
 55738               {
 55739                   /* Aggregate */
 55740                   "\003\001",
 55741                   /* Override */
 55742                   "\044GroupComponent",
 55743                   0,
 55744               };
 55745               
 55746               static MetaReference
 55747               _CIM_PolicySetValidityPeriod_GroupComponent =
 55748               {
 55749                   /* flags */
 55750                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 55751                   /* name */
 55752                   "GroupComponent",
 55753                   /* qualifiers */
 55754                   _CIM_PolicySetValidityPeriod_GroupComponent_qualifiers,
 55755 mike  1.1.2.1     /* subscript */
 55756                   -1,
 55757                   /* refId */
 55758                   &__root_cimv2_CIM_PolicySet,
 55759               };
 55760               
 55761               static const char*
 55762               _CIM_PolicySetValidityPeriod_PartComponent_qualifiers[] =
 55763               {
 55764                   /* Override */
 55765                   "\044PartComponent",
 55766                   0,
 55767               };
 55768               
 55769               static MetaReference
 55770               _CIM_PolicySetValidityPeriod_PartComponent =
 55771               {
 55772                   /* flags */
 55773                   META_FLAG_REFERENCE|META_FLAG_READ,
 55774                   /* name */
 55775                   "PartComponent",
 55776 mike  1.1.2.1     /* qualifiers */
 55777                   _CIM_PolicySetValidityPeriod_PartComponent_qualifiers,
 55778                   /* subscript */
 55779                   -1,
 55780                   /* refId */
 55781                   &__root_cimv2_CIM_PolicyTimePeriodCondition,
 55782               };
 55783               
 55784               static MetaFeature*
 55785               _CIM_PolicySetValidityPeriod_features[] =
 55786               {
 55787                   (MetaFeature*)&_CIM_PolicySetValidityPeriod_GroupComponent,
 55788                   (MetaFeature*)&_CIM_PolicySetValidityPeriod_PartComponent,
 55789                   0,
 55790               };
 55791               
 55792               static const char*
 55793               __root_cimv2_CIM_PolicySetValidityPeriod_qualifiers[] =
 55794               {
 55795                   /* ASSOCIATION */
 55796                   "\000\001",
 55797 mike  1.1.2.1     /* UMLPackagePath */
 55798                   "\057CIM::Policy",
 55799                   /* Aggregation */
 55800                   "\004\001",
 55801                   /* Version */
 55802                   "\0632.7.0",
 55803                   0,
 55804               };
 55805               
 55806               MetaClass
 55807               __root_cimv2_CIM_PolicySetValidityPeriod =
 55808               {
 55809                   /* flags */
 55810                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 55811                   /* name */
 55812                   "CIM_PolicySetValidityPeriod",
 55813                   /* qualifiers */
 55814                   __root_cimv2_CIM_PolicySetValidityPeriod_qualifiers,
 55815                   /* super */
 55816                   &__root_cimv2_CIM_PolicyComponent,
 55817                   /* features */
 55818 mike  1.1.2.1     _CIM_PolicySetValidityPeriod_features,
 55819               };
 55820               
 55821               //==============================================================================
 55822               //
 55823               // Class: CIM_PreconfiguredSAAction
 55824               //
 55825               //==============================================================================
 55826               
 55827               static const char*
 55828               _CIM_PreconfiguredSAAction_LifetimeKilobytes_qualifiers[] =
 55829               {
 55830                   /* Units */
 55831                   "\060KiloBytes",
 55832                   /* MappingStrings */
 55833                   "\026\000\001IPSP Policy Model.IETF|PreconfiguredSAAction.LifetimeKilobytes\000",
 55834                   /* ModelCorrespondence */
 55835                   "\036\000\001CIM_SecurityAssociationEndpoint.LifetimeKilobytes\000",
 55836                   0,
 55837               };
 55838               
 55839 mike  1.1.2.1 static MetaProperty
 55840               _CIM_PreconfiguredSAAction_LifetimeKilobytes =
 55841               {
 55842                   /* flags */
 55843                   META_FLAG_PROPERTY|META_FLAG_READ,
 55844                   /* name */
 55845                   "LifetimeKilobytes",
 55846                   /* qualifiers */
 55847                   _CIM_PreconfiguredSAAction_LifetimeKilobytes_qualifiers,
 55848                   /* type */
 55849                   CIMTYPE_UINT64,
 55850                   /* subscript */
 55851                   -1,
 55852                   /* value */
 55853                   0,
 55854               };
 55855               
 55856               static MetaFeature*
 55857               _CIM_PreconfiguredSAAction_features[] =
 55858               {
 55859                   (MetaFeature*)&_CIM_PreconfiguredSAAction_LifetimeKilobytes,
 55860 mike  1.1.2.1     0,
 55861               };
 55862               
 55863               static const char*
 55864               __root_cimv2_CIM_PreconfiguredSAAction_qualifiers[] =
 55865               {
 55866                   /* UMLPackagePath */
 55867                   "\057CIM::IPsecPolicy",
 55868                   /* Version */
 55869                   "\0632.8.0",
 55870                   /* MappingStrings */
 55871                   "\026\000\001IPSP Policy Model.IETF|PreconfiguredSAAction\000",
 55872                   0,
 55873               };
 55874               
 55875               MetaClass
 55876               __root_cimv2_CIM_PreconfiguredSAAction =
 55877               {
 55878                   /* flags */
 55879                   META_FLAG_CLASS,
 55880                   /* name */
 55881 mike  1.1.2.1     "CIM_PreconfiguredSAAction",
 55882                   /* qualifiers */
 55883                   __root_cimv2_CIM_PreconfiguredSAAction_qualifiers,
 55884                   /* super */
 55885                   &__root_cimv2_CIM_SAStaticAction,
 55886                   /* features */
 55887                   _CIM_PreconfiguredSAAction_features,
 55888               };
 55889               
 55890               //==============================================================================
 55891               //
 55892               // Class: CIM_PreconfiguredTransportAction
 55893               //
 55894               //==============================================================================
 55895               
 55896               static MetaFeature*
 55897               _CIM_PreconfiguredTransportAction_features[] =
 55898               {
 55899                   0,
 55900               };
 55901               
 55902 mike  1.1.2.1 static const char*
 55903               __root_cimv2_CIM_PreconfiguredTransportAction_qualifiers[] =
 55904               {
 55905                   /* UMLPackagePath */
 55906                   "\057CIM::IPsecPolicy",
 55907                   /* Version */
 55908                   "\0632.8.0",
 55909                   /* MappingStrings */
 55910                   "\026\000\001IPSP Policy Model.IETF|PreconfiguredTransportAction\000",
 55911                   0,
 55912               };
 55913               
 55914               MetaClass
 55915               __root_cimv2_CIM_PreconfiguredTransportAction =
 55916               {
 55917                   /* flags */
 55918                   META_FLAG_CLASS,
 55919                   /* name */
 55920                   "CIM_PreconfiguredTransportAction",
 55921                   /* qualifiers */
 55922                   __root_cimv2_CIM_PreconfiguredTransportAction_qualifiers,
 55923 mike  1.1.2.1     /* super */
 55924                   &__root_cimv2_CIM_PreconfiguredSAAction,
 55925                   /* features */
 55926                   _CIM_PreconfiguredTransportAction_features,
 55927               };
 55928               
 55929               //==============================================================================
 55930               //
 55931               // Class: CIM_PreconfiguredTunnelAction
 55932               //
 55933               //==============================================================================
 55934               
 55935               static const char*
 55936               _CIM_PreconfiguredTunnelAction_DFHandling_qualifiers[] =
 55937               {
 55938                   /* ValueMap */
 55939                   "\061\000\0032\0003\0004\000",
 55940                   /* Values */
 55941                   "\062\000\003Copy from Internal to External IP Header\000Set DF Bit in External Header to 1\000Set DF Bit in External Header to 0\000",
 55942                   /* MappingStrings */
 55943                   "\026\000\001IPSP Policy Model.IETF|PreconfiguredTunnelAction.DFHandling\000",
 55944 mike  1.1.2.1     /* ModelCorrespondence */
 55945                   "\036\000\001CIM_IPsecSAEndpoint.DFHandling\000",
 55946                   0,
 55947               };
 55948               
 55949               static MetaProperty
 55950               _CIM_PreconfiguredTunnelAction_DFHandling =
 55951               {
 55952                   /* flags */
 55953                   META_FLAG_PROPERTY|META_FLAG_READ,
 55954                   /* name */
 55955                   "DFHandling",
 55956                   /* qualifiers */
 55957                   _CIM_PreconfiguredTunnelAction_DFHandling_qualifiers,
 55958                   /* type */
 55959                   CIMTYPE_UINT16,
 55960                   /* subscript */
 55961                   -1,
 55962                   /* value */
 55963                   0,
 55964               };
 55965 mike  1.1.2.1 
 55966               static MetaFeature*
 55967               _CIM_PreconfiguredTunnelAction_features[] =
 55968               {
 55969                   (MetaFeature*)&_CIM_PreconfiguredTunnelAction_DFHandling,
 55970                   0,
 55971               };
 55972               
 55973               static const char*
 55974               __root_cimv2_CIM_PreconfiguredTunnelAction_qualifiers[] =
 55975               {
 55976                   /* UMLPackagePath */
 55977                   "\057CIM::IPsecPolicy",
 55978                   /* Version */
 55979                   "\0632.8.0",
 55980                   /* MappingStrings */
 55981                   "\026\000\001IPSP Policy Model.IETF|PreconfiguredTunnelAction\000",
 55982                   0,
 55983               };
 55984               
 55985               MetaClass
 55986 mike  1.1.2.1 __root_cimv2_CIM_PreconfiguredTunnelAction =
 55987               {
 55988                   /* flags */
 55989                   META_FLAG_CLASS,
 55990                   /* name */
 55991                   "CIM_PreconfiguredTunnelAction",
 55992                   /* qualifiers */
 55993                   __root_cimv2_CIM_PreconfiguredTunnelAction_qualifiers,
 55994                   /* super */
 55995                   &__root_cimv2_CIM_PreconfiguredSAAction,
 55996                   /* features */
 55997                   _CIM_PreconfiguredTunnelAction_features,
 55998               };
 55999               
 56000               //==============================================================================
 56001               //
 56002               // Class: CIM_PrioritySchedulingElement
 56003               //
 56004               //==============================================================================
 56005               
 56006               static const char*
 56007 mike  1.1.2.1 _CIM_PrioritySchedulingElement_WorkConserving_qualifiers[] =
 56008               {
 56009                   /* Override */
 56010                   "\044WorkConserving",
 56011                   0,
 56012               };
 56013               
 56014               static MetaProperty
 56015               _CIM_PrioritySchedulingElement_WorkConserving =
 56016               {
 56017                   /* flags */
 56018                   META_FLAG_PROPERTY|META_FLAG_READ,
 56019                   /* name */
 56020                   "WorkConserving",
 56021                   /* qualifiers */
 56022                   _CIM_PrioritySchedulingElement_WorkConserving_qualifiers,
 56023                   /* type */
 56024                   CIMTYPE_BOOLEAN,
 56025                   /* subscript */
 56026                   -1,
 56027                   /* value */
 56028 mike  1.1.2.1     "\001",
 56029               };
 56030               
 56031               static const char*
 56032               _CIM_PrioritySchedulingElement_Priority_qualifiers[] =
 56033               {
 56034                   0,
 56035               };
 56036               
 56037               static MetaProperty
 56038               _CIM_PrioritySchedulingElement_Priority =
 56039               {
 56040                   /* flags */
 56041                   META_FLAG_PROPERTY|META_FLAG_READ,
 56042                   /* name */
 56043                   "Priority",
 56044                   /* qualifiers */
 56045                   _CIM_PrioritySchedulingElement_Priority_qualifiers,
 56046                   /* type */
 56047                   CIMTYPE_UINT16,
 56048                   /* subscript */
 56049 mike  1.1.2.1     -1,
 56050                   /* value */
 56051                   0,
 56052               };
 56053               
 56054               static MetaFeature*
 56055               _CIM_PrioritySchedulingElement_features[] =
 56056               {
 56057                   (MetaFeature*)&_CIM_PrioritySchedulingElement_WorkConserving,
 56058                   (MetaFeature*)&_CIM_PrioritySchedulingElement_Priority,
 56059                   0,
 56060               };
 56061               
 56062               static const char*
 56063               __root_cimv2_CIM_PrioritySchedulingElement_qualifiers[] =
 56064               {
 56065                   /* UMLPackagePath */
 56066                   "\057CIM::Network::QoS",
 56067                   /* Version */
 56068                   "\0632.7.0",
 56069                   0,
 56070 mike  1.1.2.1 };
 56071               
 56072               MetaClass
 56073               __root_cimv2_CIM_PrioritySchedulingElement =
 56074               {
 56075                   /* flags */
 56076                   META_FLAG_CLASS,
 56077                   /* name */
 56078                   "CIM_PrioritySchedulingElement",
 56079                   /* qualifiers */
 56080                   __root_cimv2_CIM_PrioritySchedulingElement_qualifiers,
 56081                   /* super */
 56082                   &__root_cimv2_CIM_SchedulingElement,
 56083                   /* features */
 56084                   _CIM_PrioritySchedulingElement_features,
 56085               };
 56086               
 56087               //==============================================================================
 56088               //
 56089               // Class: CIM_ProductSupport
 56090               //
 56091 mike  1.1.2.1 //==============================================================================
 56092               
 56093               static const char*
 56094               _CIM_ProductSupport_Product_qualifiers[] =
 56095               {
 56096                   /* Key */
 56097                   "\025\001",
 56098                   0,
 56099               };
 56100               
 56101               static MetaReference
 56102               _CIM_ProductSupport_Product =
 56103               {
 56104                   /* flags */
 56105                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 56106                   /* name */
 56107                   "Product",
 56108                   /* qualifiers */
 56109                   _CIM_ProductSupport_Product_qualifiers,
 56110                   /* subscript */
 56111                   -1,
 56112 mike  1.1.2.1     /* refId */
 56113                   &__root_cimv2_CIM_Product,
 56114               };
 56115               
 56116               static const char*
 56117               _CIM_ProductSupport_Support_qualifiers[] =
 56118               {
 56119                   /* Key */
 56120                   "\025\001",
 56121                   0,
 56122               };
 56123               
 56124               static MetaReference
 56125               _CIM_ProductSupport_Support =
 56126               {
 56127                   /* flags */
 56128                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 56129                   /* name */
 56130                   "Support",
 56131                   /* qualifiers */
 56132                   _CIM_ProductSupport_Support_qualifiers,
 56133 mike  1.1.2.1     /* subscript */
 56134                   -1,
 56135                   /* refId */
 56136                   &__root_cimv2_CIM_SupportAccess,
 56137               };
 56138               
 56139               static MetaFeature*
 56140               _CIM_ProductSupport_features[] =
 56141               {
 56142                   (MetaFeature*)&_CIM_ProductSupport_Product,
 56143                   (MetaFeature*)&_CIM_ProductSupport_Support,
 56144                   0,
 56145               };
 56146               
 56147               static const char*
 56148               __root_cimv2_CIM_ProductSupport_qualifiers[] =
 56149               {
 56150                   /* ASSOCIATION */
 56151                   "\000\001",
 56152                   /* UMLPackagePath */
 56153                   "\057CIM::Core::ProductFRU",
 56154 mike  1.1.2.1     /* Version */
 56155                   "\0632.6.0",
 56156                   0,
 56157               };
 56158               
 56159               MetaClass
 56160               __root_cimv2_CIM_ProductSupport =
 56161               {
 56162                   /* flags */
 56163                   META_FLAG_ASSOCIATION,
 56164                   /* name */
 56165                   "CIM_ProductSupport",
 56166                   /* qualifiers */
 56167                   __root_cimv2_CIM_ProductSupport_qualifiers,
 56168                   /* super */
 56169                   0,
 56170                   /* features */
 56171                   _CIM_ProductSupport_features,
 56172               };
 56173               
 56174               //==============================================================================
 56175 mike  1.1.2.1 //
 56176               // Class: CIM_PublicPrivateKeyAuthentication
 56177               //
 56178               //==============================================================================
 56179               
 56180               static const char*
 56181               _CIM_PublicPrivateKeyAuthentication_SelfIssuedKey_qualifiers[] =
 56182               {
 56183                   0,
 56184               };
 56185               
 56186               static MetaProperty
 56187               _CIM_PublicPrivateKeyAuthentication_SelfIssuedKey =
 56188               {
 56189                   /* flags */
 56190                   META_FLAG_PROPERTY|META_FLAG_READ,
 56191                   /* name */
 56192                   "SelfIssuedKey",
 56193                   /* qualifiers */
 56194                   _CIM_PublicPrivateKeyAuthentication_SelfIssuedKey_qualifiers,
 56195                   /* type */
 56196 mike  1.1.2.1     CIMTYPE_BOOLEAN,
 56197                   /* subscript */
 56198                   -1,
 56199                   /* value */
 56200                   0,
 56201               };
 56202               
 56203               static const char*
 56204               _CIM_PublicPrivateKeyAuthentication_DistinguishedName_qualifiers[] =
 56205               {
 56206                   0,
 56207               };
 56208               
 56209               static MetaProperty
 56210               _CIM_PublicPrivateKeyAuthentication_DistinguishedName =
 56211               {
 56212                   /* flags */
 56213                   META_FLAG_PROPERTY|META_FLAG_READ,
 56214                   /* name */
 56215                   "DistinguishedName",
 56216                   /* qualifiers */
 56217 mike  1.1.2.1     _CIM_PublicPrivateKeyAuthentication_DistinguishedName_qualifiers,
 56218                   /* type */
 56219                   CIMTYPE_STRING,
 56220                   /* subscript */
 56221                   -1,
 56222                   /* value */
 56223                   0,
 56224               };
 56225               
 56226               static const char*
 56227               _CIM_PublicPrivateKeyAuthentication_PublicKey_qualifiers[] =
 56228               {
 56229                   0,
 56230               };
 56231               
 56232               static MetaProperty
 56233               _CIM_PublicPrivateKeyAuthentication_PublicKey =
 56234               {
 56235                   /* flags */
 56236                   META_FLAG_PROPERTY|META_FLAG_READ,
 56237                   /* name */
 56238 mike  1.1.2.1     "PublicKey",
 56239                   /* qualifiers */
 56240                   _CIM_PublicPrivateKeyAuthentication_PublicKey_qualifiers,
 56241                   /* type */
 56242                   CIMTYPE_STRING,
 56243                   /* subscript */
 56244                   -1,
 56245                   /* value */
 56246                   0,
 56247               };
 56248               
 56249               static MetaFeature*
 56250               _CIM_PublicPrivateKeyAuthentication_features[] =
 56251               {
 56252                   (MetaFeature*)&_CIM_PublicPrivateKeyAuthentication_SelfIssuedKey,
 56253                   (MetaFeature*)&_CIM_PublicPrivateKeyAuthentication_DistinguishedName,
 56254                   (MetaFeature*)&_CIM_PublicPrivateKeyAuthentication_PublicKey,
 56255                   0,
 56256               };
 56257               
 56258               static const char*
 56259 mike  1.1.2.1 __root_cimv2_CIM_PublicPrivateKeyAuthentication_qualifiers[] =
 56260               {
 56261                   /* UMLPackagePath */
 56262                   "\057CIM::Policy",
 56263                   /* Version */
 56264                   "\0632.8.0",
 56265                   0,
 56266               };
 56267               
 56268               MetaClass
 56269               __root_cimv2_CIM_PublicPrivateKeyAuthentication =
 56270               {
 56271                   /* flags */
 56272                   META_FLAG_CLASS,
 56273                   /* name */
 56274                   "CIM_PublicPrivateKeyAuthentication",
 56275                   /* qualifiers */
 56276                   __root_cimv2_CIM_PublicPrivateKeyAuthentication_qualifiers,
 56277                   /* super */
 56278                   &__root_cimv2_CIM_AuthenticationCondition,
 56279                   /* features */
 56280 mike  1.1.2.1     _CIM_PublicPrivateKeyAuthentication_features,
 56281               };
 56282               
 56283               //==============================================================================
 56284               //
 56285               // Class: CIM_PublicPrivateKeyPair
 56286               //
 56287               //==============================================================================
 56288               
 56289               static const char*
 56290               _CIM_PublicPrivateKeyPair_Antecedent_qualifiers[] =
 56291               {
 56292                   /* Deprecated */
 56293                   "\013\000\001CIM_AuthenticationCondition\000",
 56294                   /* Override */
 56295                   "\044Antecedent",
 56296                   0,
 56297               };
 56298               
 56299               static MetaReference
 56300               _CIM_PublicPrivateKeyPair_Antecedent =
 56301 mike  1.1.2.1 {
 56302                   /* flags */
 56303                   META_FLAG_REFERENCE|META_FLAG_READ,
 56304                   /* name */
 56305                   "Antecedent",
 56306                   /* qualifiers */
 56307                   _CIM_PublicPrivateKeyPair_Antecedent_qualifiers,
 56308                   /* subscript */
 56309                   -1,
 56310                   /* refId */
 56311                   &__root_cimv2_CIM_PublicKeyCertificate,
 56312               };
 56313               
 56314               static const char*
 56315               _CIM_PublicPrivateKeyPair_Dependent_qualifiers[] =
 56316               {
 56317                   /* Deprecated */
 56318                   "\013\000\001CIM_Identity\000",
 56319                   /* Override */
 56320                   "\044Dependent",
 56321                   0,
 56322 mike  1.1.2.1 };
 56323               
 56324               static MetaReference
 56325               _CIM_PublicPrivateKeyPair_Dependent =
 56326               {
 56327                   /* flags */
 56328                   META_FLAG_REFERENCE|META_FLAG_READ,
 56329                   /* name */
 56330                   "Dependent",
 56331                   /* qualifiers */
 56332                   _CIM_PublicPrivateKeyPair_Dependent_qualifiers,
 56333                   /* subscript */
 56334                   -1,
 56335                   /* refId */
 56336                   &__root_cimv2_CIM_UsersAccess,
 56337               };
 56338               
 56339               static const char*
 56340               _CIM_PublicPrivateKeyPair_Use_qualifiers[] =
 56341               {
 56342                   /* Deprecated */
 56343 mike  1.1.2.1     "\013\000\001No value\000",
 56344                   /* ValueMap */
 56345                   "\061\000\0020\0001\000",
 56346                   /* Values */
 56347                   "\062\000\002SignOnly\000ConfidentialityOrSignature\000",
 56348                   0,
 56349               };
 56350               
 56351               static MetaProperty
 56352               _CIM_PublicPrivateKeyPair_Use =
 56353               {
 56354                   /* flags */
 56355                   META_FLAG_PROPERTY|META_FLAG_READ,
 56356                   /* name */
 56357                   "Use",
 56358                   /* qualifiers */
 56359                   _CIM_PublicPrivateKeyPair_Use_qualifiers,
 56360                   /* type */
 56361                   CIMTYPE_UINT16,
 56362                   /* subscript */
 56363                   -1,
 56364 mike  1.1.2.1     /* value */
 56365                   0,
 56366               };
 56367               
 56368               static const char*
 56369               _CIM_PublicPrivateKeyPair_NonRepudiation_qualifiers[] =
 56370               {
 56371                   /* Deprecated */
 56372                   "\013\000\001No value\000",
 56373                   0,
 56374               };
 56375               
 56376               static MetaProperty
 56377               _CIM_PublicPrivateKeyPair_NonRepudiation =
 56378               {
 56379                   /* flags */
 56380                   META_FLAG_PROPERTY|META_FLAG_READ,
 56381                   /* name */
 56382                   "NonRepudiation",
 56383                   /* qualifiers */
 56384                   _CIM_PublicPrivateKeyPair_NonRepudiation_qualifiers,
 56385 mike  1.1.2.1     /* type */
 56386                   CIMTYPE_BOOLEAN,
 56387                   /* subscript */
 56388                   -1,
 56389                   /* value */
 56390                   0,
 56391               };
 56392               
 56393               static const char*
 56394               _CIM_PublicPrivateKeyPair_BackedUp_qualifiers[] =
 56395               {
 56396                   /* Deprecated */
 56397                   "\013\000\001No value\000",
 56398                   0,
 56399               };
 56400               
 56401               static MetaProperty
 56402               _CIM_PublicPrivateKeyPair_BackedUp =
 56403               {
 56404                   /* flags */
 56405                   META_FLAG_PROPERTY|META_FLAG_READ,
 56406 mike  1.1.2.1     /* name */
 56407                   "BackedUp",
 56408                   /* qualifiers */
 56409                   _CIM_PublicPrivateKeyPair_BackedUp_qualifiers,
 56410                   /* type */
 56411                   CIMTYPE_BOOLEAN,
 56412                   /* subscript */
 56413                   -1,
 56414                   /* value */
 56415                   0,
 56416               };
 56417               
 56418               static const char*
 56419               _CIM_PublicPrivateKeyPair_Repository_qualifiers[] =
 56420               {
 56421                   /* Deprecated */
 56422                   "\013\000\001No value\000",
 56423                   0,
 56424               };
 56425               
 56426               static MetaProperty
 56427 mike  1.1.2.1 _CIM_PublicPrivateKeyPair_Repository =
 56428               {
 56429                   /* flags */
 56430                   META_FLAG_PROPERTY|META_FLAG_READ,
 56431                   /* name */
 56432                   "Repository",
 56433                   /* qualifiers */
 56434                   _CIM_PublicPrivateKeyPair_Repository_qualifiers,
 56435                   /* type */
 56436                   CIMTYPE_STRING,
 56437                   /* subscript */
 56438                   -1,
 56439                   /* value */
 56440                   0,
 56441               };
 56442               
 56443               static MetaFeature*
 56444               _CIM_PublicPrivateKeyPair_features[] =
 56445               {
 56446                   (MetaFeature*)&_CIM_PublicPrivateKeyPair_Antecedent,
 56447                   (MetaFeature*)&_CIM_PublicPrivateKeyPair_Dependent,
 56448 mike  1.1.2.1     (MetaFeature*)&_CIM_PublicPrivateKeyPair_Use,
 56449                   (MetaFeature*)&_CIM_PublicPrivateKeyPair_NonRepudiation,
 56450                   (MetaFeature*)&_CIM_PublicPrivateKeyPair_BackedUp,
 56451                   (MetaFeature*)&_CIM_PublicPrivateKeyPair_Repository,
 56452                   0,
 56453               };
 56454               
 56455               static const char*
 56456               __root_cimv2_CIM_PublicPrivateKeyPair_qualifiers[] =
 56457               {
 56458                   /* ASSOCIATION */
 56459                   "\000\001",
 56460                   /* Deprecated */
 56461                   "\013\000\001CIM_AuthenticationCondition\000",
 56462                   /* UMLPackagePath */
 56463                   "\057CIM::User::UsersAccess",
 56464                   /* Version */
 56465                   "\0632.8.0",
 56466                   0,
 56467               };
 56468               
 56469 mike  1.1.2.1 MetaClass
 56470               __root_cimv2_CIM_PublicPrivateKeyPair =
 56471               {
 56472                   /* flags */
 56473                   META_FLAG_ASSOCIATION,
 56474                   /* name */
 56475                   "CIM_PublicPrivateKeyPair",
 56476                   /* qualifiers */
 56477                   __root_cimv2_CIM_PublicPrivateKeyPair_qualifiers,
 56478                   /* super */
 56479                   &__root_cimv2_CIM_UsersCredential,
 56480                   /* features */
 56481                   _CIM_PublicPrivateKeyPair_features,
 56482               };
 56483               
 56484               //==============================================================================
 56485               //
 56486               // Class: CIM_Rack
 56487               //
 56488               //==============================================================================
 56489               
 56490 mike  1.1.2.1 static const char*
 56491               _CIM_Rack_Height_qualifiers[] =
 56492               {
 56493                   /* Override */
 56494                   "\044Height",
 56495                   /* Units */
 56496                   "\060Us",
 56497                   0,
 56498               };
 56499               
 56500               static MetaProperty
 56501               _CIM_Rack_Height =
 56502               {
 56503                   /* flags */
 56504                   META_FLAG_PROPERTY|META_FLAG_READ,
 56505                   /* name */
 56506                   "Height",
 56507                   /* qualifiers */
 56508                   _CIM_Rack_Height_qualifiers,
 56509                   /* type */
 56510                   CIMTYPE_REAL32,
 56511 mike  1.1.2.1     /* subscript */
 56512                   -1,
 56513                   /* value */
 56514                   0,
 56515               };
 56516               
 56517               static const char*
 56518               _CIM_Rack_TypeOfRack_qualifiers[] =
 56519               {
 56520                   /* ValueMap */
 56521                   "\061\000\0050\0001\0002\0003\0004\000",
 56522                   /* Values */
 56523                   "\062\000\005Unknown\000Standard 19 Inch\000Telco\000Equipment Shelf\000Non-Standard\000",
 56524                   /* ModelCorrespondence */
 56525                   "\036\000\001CIM_Rack.CountryDesignation\000",
 56526                   0,
 56527               };
 56528               
 56529               static MetaProperty
 56530               _CIM_Rack_TypeOfRack =
 56531               {
 56532 mike  1.1.2.1     /* flags */
 56533                   META_FLAG_PROPERTY|META_FLAG_READ,
 56534                   /* name */
 56535                   "TypeOfRack",
 56536                   /* qualifiers */
 56537                   _CIM_Rack_TypeOfRack_qualifiers,
 56538                   /* type */
 56539                   CIMTYPE_UINT16,
 56540                   /* subscript */
 56541                   -1,
 56542                   /* value */
 56543                   0,
 56544               };
 56545               
 56546               static const char*
 56547               _CIM_Rack_CountryDesignation_qualifiers[] =
 56548               {
 56549                   /* ModelCorrespondence */
 56550                   "\036\000\001CIM_Rack.TypeOfRack\000",
 56551                   0,
 56552               };
 56553 mike  1.1.2.1 
 56554               static MetaProperty
 56555               _CIM_Rack_CountryDesignation =
 56556               {
 56557                   /* flags */
 56558                   META_FLAG_PROPERTY|META_FLAG_READ,
 56559                   /* name */
 56560                   "CountryDesignation",
 56561                   /* qualifiers */
 56562                   _CIM_Rack_CountryDesignation_qualifiers,
 56563                   /* type */
 56564                   CIMTYPE_STRING,
 56565                   /* subscript */
 56566                   -1,
 56567                   /* value */
 56568                   0,
 56569               };
 56570               
 56571               static MetaFeature*
 56572               _CIM_Rack_features[] =
 56573               {
 56574 mike  1.1.2.1     (MetaFeature*)&_CIM_Rack_Height,
 56575                   (MetaFeature*)&_CIM_Rack_TypeOfRack,
 56576                   (MetaFeature*)&_CIM_Rack_CountryDesignation,
 56577                   0,
 56578               };
 56579               
 56580               static const char*
 56581               __root_cimv2_CIM_Rack_qualifiers[] =
 56582               {
 56583                   /* UMLPackagePath */
 56584                   "\057CIM::Physical::Package",
 56585                   /* Version */
 56586                   "\0632.6.0",
 56587                   0,
 56588               };
 56589               
 56590               MetaClass
 56591               __root_cimv2_CIM_Rack =
 56592               {
 56593                   /* flags */
 56594                   META_FLAG_CLASS,
 56595 mike  1.1.2.1     /* name */
 56596                   "CIM_Rack",
 56597                   /* qualifiers */
 56598                   __root_cimv2_CIM_Rack_qualifiers,
 56599                   /* super */
 56600                   &__root_cimv2_CIM_PhysicalFrame,
 56601                   /* features */
 56602                   _CIM_Rack_features,
 56603               };
 56604               
 56605               //==============================================================================
 56606               //
 56607               // Class: CIM_RangeOfIPAddresses
 56608               //
 56609               //==============================================================================
 56610               
 56611               static const char*
 56612               _CIM_RangeOfIPAddresses_StartAddress_qualifiers[] =
 56613               {
 56614                   /* ModelCorrespondence */
 56615                   "\036\000\001CIM_RangeOfIPAddresses.AddressType\000",
 56616 mike  1.1.2.1     0,
 56617               };
 56618               
 56619               static MetaProperty
 56620               _CIM_RangeOfIPAddresses_StartAddress =
 56621               {
 56622                   /* flags */
 56623                   META_FLAG_PROPERTY|META_FLAG_READ,
 56624                   /* name */
 56625                   "StartAddress",
 56626                   /* qualifiers */
 56627                   _CIM_RangeOfIPAddresses_StartAddress_qualifiers,
 56628                   /* type */
 56629                   CIMTYPE_STRING,
 56630                   /* subscript */
 56631                   -1,
 56632                   /* value */
 56633                   0,
 56634               };
 56635               
 56636               static const char*
 56637 mike  1.1.2.1 _CIM_RangeOfIPAddresses_EndAddress_qualifiers[] =
 56638               {
 56639                   /* ModelCorrespondence */
 56640                   "\036\000\001CIM_RangeOfIPAddresses.AddressType\000",
 56641                   0,
 56642               };
 56643               
 56644               static MetaProperty
 56645               _CIM_RangeOfIPAddresses_EndAddress =
 56646               {
 56647                   /* flags */
 56648                   META_FLAG_PROPERTY|META_FLAG_READ,
 56649                   /* name */
 56650                   "EndAddress",
 56651                   /* qualifiers */
 56652                   _CIM_RangeOfIPAddresses_EndAddress_qualifiers,
 56653                   /* type */
 56654                   CIMTYPE_STRING,
 56655                   /* subscript */
 56656                   -1,
 56657                   /* value */
 56658 mike  1.1.2.1     0,
 56659               };
 56660               
 56661               static const char*
 56662               _CIM_RangeOfIPAddresses_AddressType_qualifiers[] =
 56663               {
 56664                   /* ValueMap */
 56665                   "\061\000\0030\0001\0002\000",
 56666                   /* Values */
 56667                   "\062\000\003Unknown\000IPv4\000IPv6\000",
 56668                   0,
 56669               };
 56670               
 56671               static MetaProperty
 56672               _CIM_RangeOfIPAddresses_AddressType =
 56673               {
 56674                   /* flags */
 56675                   META_FLAG_PROPERTY|META_FLAG_READ,
 56676                   /* name */
 56677                   "AddressType",
 56678                   /* qualifiers */
 56679 mike  1.1.2.1     _CIM_RangeOfIPAddresses_AddressType_qualifiers,
 56680                   /* type */
 56681                   CIMTYPE_UINT16,
 56682                   /* subscript */
 56683                   -1,
 56684                   /* value */
 56685                   0,
 56686               };
 56687               
 56688               static MetaFeature*
 56689               _CIM_RangeOfIPAddresses_features[] =
 56690               {
 56691                   (MetaFeature*)&_CIM_RangeOfIPAddresses_StartAddress,
 56692                   (MetaFeature*)&_CIM_RangeOfIPAddresses_EndAddress,
 56693                   (MetaFeature*)&_CIM_RangeOfIPAddresses_AddressType,
 56694                   0,
 56695               };
 56696               
 56697               static const char*
 56698               __root_cimv2_CIM_RangeOfIPAddresses_qualifiers[] =
 56699               {
 56700 mike  1.1.2.1     /* UMLPackagePath */
 56701                   "\057CIM::Network::Collections",
 56702                   /* Version */
 56703                   "\0632.7.0",
 56704                   0,
 56705               };
 56706               
 56707               MetaClass
 56708               __root_cimv2_CIM_RangeOfIPAddresses =
 56709               {
 56710                   /* flags */
 56711                   META_FLAG_CLASS,
 56712                   /* name */
 56713                   "CIM_RangeOfIPAddresses",
 56714                   /* qualifiers */
 56715                   __root_cimv2_CIM_RangeOfIPAddresses_qualifiers,
 56716                   /* super */
 56717                   &__root_cimv2_CIM_SystemSpecificCollection,
 56718                   /* features */
 56719                   _CIM_RangeOfIPAddresses_features,
 56720               };
 56721 mike  1.1.2.1 
 56722               //==============================================================================
 56723               //
 56724               // Class: CIM_RangesOfConfiguration
 56725               //
 56726               //==============================================================================
 56727               
 56728               static const char*
 56729               _CIM_RangesOfConfiguration_Antecedent_qualifiers[] =
 56730               {
 56731                   /* Override */
 56732                   "\044Antecedent",
 56733                   0,
 56734               };
 56735               
 56736               static MetaReference
 56737               _CIM_RangesOfConfiguration_Antecedent =
 56738               {
 56739                   /* flags */
 56740                   META_FLAG_REFERENCE|META_FLAG_READ,
 56741                   /* name */
 56742 mike  1.1.2.1     "Antecedent",
 56743                   /* qualifiers */
 56744                   _CIM_RangesOfConfiguration_Antecedent_qualifiers,
 56745                   /* subscript */
 56746                   -1,
 56747                   /* refId */
 56748                   &__root_cimv2_CIM_RangeOfIPAddresses,
 56749               };
 56750               
 56751               static const char*
 56752               _CIM_RangesOfConfiguration_Dependent_qualifiers[] =
 56753               {
 56754                   /* Override */
 56755                   "\044Dependent",
 56756                   0,
 56757               };
 56758               
 56759               static MetaReference
 56760               _CIM_RangesOfConfiguration_Dependent =
 56761               {
 56762                   /* flags */
 56763 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 56764                   /* name */
 56765                   "Dependent",
 56766                   /* qualifiers */
 56767                   _CIM_RangesOfConfiguration_Dependent_qualifiers,
 56768                   /* subscript */
 56769                   -1,
 56770                   /* refId */
 56771                   &__root_cimv2_CIM_OSPFAreaConfiguration,
 56772               };
 56773               
 56774               static const char*
 56775               _CIM_RangesOfConfiguration_EnableAdvertise_qualifiers[] =
 56776               {
 56777                   0,
 56778               };
 56779               
 56780               static MetaProperty
 56781               _CIM_RangesOfConfiguration_EnableAdvertise =
 56782               {
 56783                   /* flags */
 56784 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 56785                   /* name */
 56786                   "EnableAdvertise",
 56787                   /* qualifiers */
 56788                   _CIM_RangesOfConfiguration_EnableAdvertise_qualifiers,
 56789                   /* type */
 56790                   CIMTYPE_BOOLEAN,
 56791                   /* subscript */
 56792                   -1,
 56793                   /* value */
 56794                   0,
 56795               };
 56796               
 56797               static MetaFeature*
 56798               _CIM_RangesOfConfiguration_features[] =
 56799               {
 56800                   (MetaFeature*)&_CIM_RangesOfConfiguration_Antecedent,
 56801                   (MetaFeature*)&_CIM_RangesOfConfiguration_Dependent,
 56802                   (MetaFeature*)&_CIM_RangesOfConfiguration_EnableAdvertise,
 56803                   0,
 56804               };
 56805 mike  1.1.2.1 
 56806               static const char*
 56807               __root_cimv2_CIM_RangesOfConfiguration_qualifiers[] =
 56808               {
 56809                   /* ASSOCIATION */
 56810                   "\000\001",
 56811                   /* UMLPackagePath */
 56812                   "\057CIM::Network::OSPF",
 56813                   /* Version */
 56814                   "\0632.7.0",
 56815                   0,
 56816               };
 56817               
 56818               MetaClass
 56819               __root_cimv2_CIM_RangesOfConfiguration =
 56820               {
 56821                   /* flags */
 56822                   META_FLAG_ASSOCIATION,
 56823                   /* name */
 56824                   "CIM_RangesOfConfiguration",
 56825                   /* qualifiers */
 56826 mike  1.1.2.1     __root_cimv2_CIM_RangesOfConfiguration_qualifiers,
 56827                   /* super */
 56828                   &__root_cimv2_CIM_Dependency,
 56829                   /* features */
 56830                   _CIM_RangesOfConfiguration_features,
 56831               };
 56832               
 56833               //==============================================================================
 56834               //
 56835               // Class: CIM_RecordAppliesToElement
 56836               //
 56837               //==============================================================================
 56838               
 56839               static const char*
 56840               _CIM_RecordAppliesToElement_Antecedent_qualifiers[] =
 56841               {
 56842                   /* Override */
 56843                   "\044Antecedent",
 56844                   0,
 56845               };
 56846               
 56847 mike  1.1.2.1 static MetaReference
 56848               _CIM_RecordAppliesToElement_Antecedent =
 56849               {
 56850                   /* flags */
 56851                   META_FLAG_REFERENCE|META_FLAG_READ,
 56852                   /* name */
 56853                   "Antecedent",
 56854                   /* qualifiers */
 56855                   _CIM_RecordAppliesToElement_Antecedent_qualifiers,
 56856                   /* subscript */
 56857                   -1,
 56858                   /* refId */
 56859                   &__root_cimv2_CIM_RecordForLog,
 56860               };
 56861               
 56862               static const char*
 56863               _CIM_RecordAppliesToElement_Dependent_qualifiers[] =
 56864               {
 56865                   /* Override */
 56866                   "\044Dependent",
 56867                   0,
 56868 mike  1.1.2.1 };
 56869               
 56870               static MetaReference
 56871               _CIM_RecordAppliesToElement_Dependent =
 56872               {
 56873                   /* flags */
 56874                   META_FLAG_REFERENCE|META_FLAG_READ,
 56875                   /* name */
 56876                   "Dependent",
 56877                   /* qualifiers */
 56878                   _CIM_RecordAppliesToElement_Dependent_qualifiers,
 56879                   /* subscript */
 56880                   -1,
 56881                   /* refId */
 56882                   &__root_cimv2_CIM_ManagedElement,
 56883               };
 56884               
 56885               static MetaFeature*
 56886               _CIM_RecordAppliesToElement_features[] =
 56887               {
 56888                   (MetaFeature*)&_CIM_RecordAppliesToElement_Antecedent,
 56889 mike  1.1.2.1     (MetaFeature*)&_CIM_RecordAppliesToElement_Dependent,
 56890                   0,
 56891               };
 56892               
 56893               static const char*
 56894               __root_cimv2_CIM_RecordAppliesToElement_qualifiers[] =
 56895               {
 56896                   /* ASSOCIATION */
 56897                   "\000\001",
 56898                   /* UMLPackagePath */
 56899                   "\057CIM::System::Logs",
 56900                   /* Version */
 56901                   "\0632.9.0",
 56902                   0,
 56903               };
 56904               
 56905               MetaClass
 56906               __root_cimv2_CIM_RecordAppliesToElement =
 56907               {
 56908                   /* flags */
 56909                   META_FLAG_ASSOCIATION,
 56910 mike  1.1.2.1     /* name */
 56911                   "CIM_RecordAppliesToElement",
 56912                   /* qualifiers */
 56913                   __root_cimv2_CIM_RecordAppliesToElement_qualifiers,
 56914                   /* super */
 56915                   &__root_cimv2_CIM_Dependency,
 56916                   /* features */
 56917                   _CIM_RecordAppliesToElement_features,
 56918               };
 56919               
 56920               //==============================================================================
 56921               //
 56922               // Class: CIM_RedundancyGroup
 56923               //
 56924               //==============================================================================
 56925               
 56926               static const char*
 56927               _CIM_RedundancyGroup_CreationClassName_qualifiers[] =
 56928               {
 56929                   /* Deprecated */
 56930                   "\013\000\001No Value\000",
 56931 mike  1.1.2.1     /* Key */
 56932                   "\025\001",
 56933                   /* MaxLen */
 56934                   "\030\000\000\001\000",
 56935                   0,
 56936               };
 56937               
 56938               static MetaProperty
 56939               _CIM_RedundancyGroup_CreationClassName =
 56940               {
 56941                   /* flags */
 56942                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 56943                   /* name */
 56944                   "CreationClassName",
 56945                   /* qualifiers */
 56946                   _CIM_RedundancyGroup_CreationClassName_qualifiers,
 56947                   /* type */
 56948                   CIMTYPE_STRING,
 56949                   /* subscript */
 56950                   -1,
 56951                   /* value */
 56952 mike  1.1.2.1     0,
 56953               };
 56954               
 56955               static const char*
 56956               _CIM_RedundancyGroup_Name_qualifiers[] =
 56957               {
 56958                   /* Deprecated */
 56959                   "\013\000\001CIM_RedundancySet.InstanceID\000",
 56960                   /* Key */
 56961                   "\025\001",
 56962                   /* Override */
 56963                   "\044Name",
 56964                   /* MaxLen */
 56965                   "\030\000\000\001\000",
 56966                   0,
 56967               };
 56968               
 56969               static MetaProperty
 56970               _CIM_RedundancyGroup_Name =
 56971               {
 56972                   /* flags */
 56973 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 56974                   /* name */
 56975                   "Name",
 56976                   /* qualifiers */
 56977                   _CIM_RedundancyGroup_Name_qualifiers,
 56978                   /* type */
 56979                   CIMTYPE_STRING,
 56980                   /* subscript */
 56981                   -1,
 56982                   /* value */
 56983                   0,
 56984               };
 56985               
 56986               static const char*
 56987               _CIM_RedundancyGroup_RedundancyStatus_qualifiers[] =
 56988               {
 56989                   /* Deprecated */
 56990                   "\013\000\001CIM_RedundancySet.RedundancyStatus\000",
 56991                   /* ValueMap */
 56992                   "\061\000\0050\0001\0002\0003\0004\000",
 56993                   /* Values */
 56994 mike  1.1.2.1     "\062\000\005Unknown\000Other\000Fully Redundant\000Degraded Redundancy\000Redundancy Lost\000",
 56995                   0,
 56996               };
 56997               
 56998               static MetaProperty
 56999               _CIM_RedundancyGroup_RedundancyStatus =
 57000               {
 57001                   /* flags */
 57002                   META_FLAG_PROPERTY|META_FLAG_READ,
 57003                   /* name */
 57004                   "RedundancyStatus",
 57005                   /* qualifiers */
 57006                   _CIM_RedundancyGroup_RedundancyStatus_qualifiers,
 57007                   /* type */
 57008                   CIMTYPE_UINT16,
 57009                   /* subscript */
 57010                   -1,
 57011                   /* value */
 57012                   0,
 57013               };
 57014               
 57015 mike  1.1.2.1 static MetaFeature*
 57016               _CIM_RedundancyGroup_features[] =
 57017               {
 57018                   (MetaFeature*)&_CIM_RedundancyGroup_CreationClassName,
 57019                   (MetaFeature*)&_CIM_RedundancyGroup_Name,
 57020                   (MetaFeature*)&_CIM_RedundancyGroup_RedundancyStatus,
 57021                   0,
 57022               };
 57023               
 57024               static const char*
 57025               __root_cimv2_CIM_RedundancyGroup_qualifiers[] =
 57026               {
 57027                   /* Deprecated */
 57028                   "\013\000\001CIM_RedundancySet\000",
 57029                   /* UMLPackagePath */
 57030                   "\057CIM::Core::Redundancy",
 57031                   /* Version */
 57032                   "\0632.13.0",
 57033                   0,
 57034               };
 57035               
 57036 mike  1.1.2.1 MetaClass
 57037               __root_cimv2_CIM_RedundancyGroup =
 57038               {
 57039                   /* flags */
 57040                   META_FLAG_CLASS,
 57041                   /* name */
 57042                   "CIM_RedundancyGroup",
 57043                   /* qualifiers */
 57044                   __root_cimv2_CIM_RedundancyGroup_qualifiers,
 57045                   /* super */
 57046                   &__root_cimv2_CIM_LogicalElement,
 57047                   /* features */
 57048                   _CIM_RedundancyGroup_features,
 57049               };
 57050               
 57051               //==============================================================================
 57052               //
 57053               // Class: CIM_RedundancySet
 57054               //
 57055               //==============================================================================
 57056               
 57057 mike  1.1.2.1 static const char*
 57058               _CIM_RedundancySet_RedundancyStatus_qualifiers[] =
 57059               {
 57060                   /* ValueMap */
 57061                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 57062                   /* Values */
 57063                   "\062\000\006Unknown\000DMTF Reserved\000Fully Redundant\000Degraded Redundancy\000Redundancy Lost\000Overall Failure\000",
 57064                   /* ModelCorrespondence */
 57065                   "\036\000\001CIM_RedundancySet.MinNumberNeeded\000",
 57066                   0,
 57067               };
 57068               
 57069               static MetaProperty
 57070               _CIM_RedundancySet_RedundancyStatus =
 57071               {
 57072                   /* flags */
 57073                   META_FLAG_PROPERTY|META_FLAG_READ,
 57074                   /* name */
 57075                   "RedundancyStatus",
 57076                   /* qualifiers */
 57077                   _CIM_RedundancySet_RedundancyStatus_qualifiers,
 57078 mike  1.1.2.1     /* type */
 57079                   CIMTYPE_UINT16,
 57080                   /* subscript */
 57081                   -1,
 57082                   /* value */
 57083                   0,
 57084               };
 57085               
 57086               static const char*
 57087               _CIM_RedundancySet_TypeOfSet_qualifiers[] =
 57088               {
 57089                   /* ValueMap */
 57090                   "\061\000\0100\0001\0002\0003\0004\0005\000..\0000x8000..\000",
 57091                   /* Values */
 57092                   "\062\000\010Unknown\000Other\000N+1\000Load Balanced\000Sparing\000Limited Sparing\000DMTF Reserved\000Vendor Reserved\000",
 57093                   /* ArrayType */
 57094                   "\005Indexed",
 57095                   /* ModelCorrespondence */
 57096                   "\036\000\001CIM_RedundancySet.OtherTypeOfSet\000",
 57097                   0,
 57098               };
 57099 mike  1.1.2.1 
 57100               static MetaProperty
 57101               _CIM_RedundancySet_TypeOfSet =
 57102               {
 57103                   /* flags */
 57104                   META_FLAG_PROPERTY|META_FLAG_READ,
 57105                   /* name */
 57106                   "TypeOfSet",
 57107                   /* qualifiers */
 57108                   _CIM_RedundancySet_TypeOfSet_qualifiers,
 57109                   /* type */
 57110                   CIMTYPE_UINT16,
 57111                   /* subscript */
 57112                   0,
 57113                   /* value */
 57114                   0,
 57115               };
 57116               
 57117               static const char*
 57118               _CIM_RedundancySet_MinNumberNeeded_qualifiers[] =
 57119               {
 57120 mike  1.1.2.1     /* MinValue */
 57121                   "\035\000\000\000\000\000\000\000\000",
 57122                   0,
 57123               };
 57124               
 57125               static MetaProperty
 57126               _CIM_RedundancySet_MinNumberNeeded =
 57127               {
 57128                   /* flags */
 57129                   META_FLAG_PROPERTY|META_FLAG_READ,
 57130                   /* name */
 57131                   "MinNumberNeeded",
 57132                   /* qualifiers */
 57133                   _CIM_RedundancySet_MinNumberNeeded_qualifiers,
 57134                   /* type */
 57135                   CIMTYPE_UINT32,
 57136                   /* subscript */
 57137                   -1,
 57138                   /* value */
 57139                   0,
 57140               };
 57141 mike  1.1.2.1 
 57142               static const char*
 57143               _CIM_RedundancySet_MaxNumberSupported_qualifiers[] =
 57144               {
 57145                   0,
 57146               };
 57147               
 57148               static MetaProperty
 57149               _CIM_RedundancySet_MaxNumberSupported =
 57150               {
 57151                   /* flags */
 57152                   META_FLAG_PROPERTY|META_FLAG_READ,
 57153                   /* name */
 57154                   "MaxNumberSupported",
 57155                   /* qualifiers */
 57156                   _CIM_RedundancySet_MaxNumberSupported_qualifiers,
 57157                   /* type */
 57158                   CIMTYPE_UINT32,
 57159                   /* subscript */
 57160                   -1,
 57161                   /* value */
 57162 mike  1.1.2.1     0,
 57163               };
 57164               
 57165               static const char*
 57166               _CIM_RedundancySet_VendorIdentifyingInfo_qualifiers[] =
 57167               {
 57168                   0,
 57169               };
 57170               
 57171               static MetaProperty
 57172               _CIM_RedundancySet_VendorIdentifyingInfo =
 57173               {
 57174                   /* flags */
 57175                   META_FLAG_PROPERTY|META_FLAG_READ,
 57176                   /* name */
 57177                   "VendorIdentifyingInfo",
 57178                   /* qualifiers */
 57179                   _CIM_RedundancySet_VendorIdentifyingInfo_qualifiers,
 57180                   /* type */
 57181                   CIMTYPE_STRING,
 57182                   /* subscript */
 57183 mike  1.1.2.1     -1,
 57184                   /* value */
 57185                   0,
 57186               };
 57187               
 57188               static const char*
 57189               _CIM_RedundancySet_OtherTypeOfSet_qualifiers[] =
 57190               {
 57191                   /* ArrayType */
 57192                   "\005Indexed",
 57193                   /* ModelCorrespondence */
 57194                   "\036\000\001CIM_RedundancySet.TypeOfSet\000",
 57195                   0,
 57196               };
 57197               
 57198               static MetaProperty
 57199               _CIM_RedundancySet_OtherTypeOfSet =
 57200               {
 57201                   /* flags */
 57202                   META_FLAG_PROPERTY|META_FLAG_READ,
 57203                   /* name */
 57204 mike  1.1.2.1     "OtherTypeOfSet",
 57205                   /* qualifiers */
 57206                   _CIM_RedundancySet_OtherTypeOfSet_qualifiers,
 57207                   /* type */
 57208                   CIMTYPE_STRING,
 57209                   /* subscript */
 57210                   0,
 57211                   /* value */
 57212                   0,
 57213               };
 57214               
 57215               static const char*
 57216               _CIM_RedundancySet_LoadBalanceAlgorithm_qualifiers[] =
 57217               {
 57218                   /* Write */
 57219                   "\065\001",
 57220                   /* ValueMap */
 57221                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
 57222                   /* Values */
 57223                   "\062\000\010Unknown\000Other\000No Load Balancing\000Round Robin\000Least Blocks\000Least IO\000Address Region\000Product Specific\000",
 57224                   /* ModelCorrespondence */
 57225 mike  1.1.2.1     "\036\000\001CIM_RedundancySet.OtherLoadBalanceAlgorithm\000",
 57226                   0,
 57227               };
 57228               
 57229               static MetaProperty
 57230               _CIM_RedundancySet_LoadBalanceAlgorithm =
 57231               {
 57232                   /* flags */
 57233                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 57234                   /* name */
 57235                   "LoadBalanceAlgorithm",
 57236                   /* qualifiers */
 57237                   _CIM_RedundancySet_LoadBalanceAlgorithm_qualifiers,
 57238                   /* type */
 57239                   CIMTYPE_UINT16,
 57240                   /* subscript */
 57241                   -1,
 57242                   /* value */
 57243                   "\000\002",
 57244               };
 57245               
 57246 mike  1.1.2.1 static const char*
 57247               _CIM_RedundancySet_OtherLoadBalanceAlgorithm_qualifiers[] =
 57248               {
 57249                   /* Write */
 57250                   "\065\001",
 57251                   /* ModelCorrespondence */
 57252                   "\036\000\001CIM_RedundancySet.LoadBalanceAlgorithm\000",
 57253                   0,
 57254               };
 57255               
 57256               static MetaProperty
 57257               _CIM_RedundancySet_OtherLoadBalanceAlgorithm =
 57258               {
 57259                   /* flags */
 57260                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 57261                   /* name */
 57262                   "OtherLoadBalanceAlgorithm",
 57263                   /* qualifiers */
 57264                   _CIM_RedundancySet_OtherLoadBalanceAlgorithm_qualifiers,
 57265                   /* type */
 57266                   CIMTYPE_STRING,
 57267 mike  1.1.2.1     /* subscript */
 57268                   -1,
 57269                   /* value */
 57270                   0,
 57271               };
 57272               
 57273               static const char*
 57274               _CIM_RedundancySet_Failover_FailoverFrom_qualifiers[] =
 57275               {
 57276                   /* IN */
 57277                   "\024\001",
 57278                   0,
 57279               };
 57280               
 57281               static MetaReference
 57282               _CIM_RedundancySet_Failover_FailoverFrom =
 57283               {
 57284                   /* flags */
 57285                   META_FLAG_REFERENCE|META_FLAG_IN,
 57286                   /* name */
 57287                   "FailoverFrom",
 57288 mike  1.1.2.1     /* qualifiers */
 57289                   _CIM_RedundancySet_Failover_FailoverFrom_qualifiers,
 57290                   /* subscript */
 57291                   -1,
 57292                   /* ref */
 57293                   &__root_cimv2_CIM_ManagedElement,
 57294               };
 57295               
 57296               static const char*
 57297               _CIM_RedundancySet_Failover_FailoverTo_qualifiers[] =
 57298               {
 57299                   /* IN */
 57300                   "\024\001",
 57301                   0,
 57302               };
 57303               
 57304               static MetaReference
 57305               _CIM_RedundancySet_Failover_FailoverTo =
 57306               {
 57307                   /* flags */
 57308                   META_FLAG_REFERENCE|META_FLAG_IN,
 57309 mike  1.1.2.1     /* name */
 57310                   "FailoverTo",
 57311                   /* qualifiers */
 57312                   _CIM_RedundancySet_Failover_FailoverTo_qualifiers,
 57313                   /* subscript */
 57314                   -1,
 57315                   /* ref */
 57316                   &__root_cimv2_CIM_ManagedElement,
 57317               };
 57318               
 57319               static MetaFeature*
 57320               _CIM_RedundancySet_Failover_parameters[] =
 57321               {
 57322                   (MetaFeature*)&_CIM_RedundancySet_Failover_FailoverFrom,
 57323                   (MetaFeature*)&_CIM_RedundancySet_Failover_FailoverTo,
 57324                   0,
 57325               };
 57326               
 57327               static const char*
 57328               _CIM_RedundancySet_Failover_qualifiers[] =
 57329               {
 57330 mike  1.1.2.1     /* ValueMap */
 57331                   "\061\000\0070\0001\0002\0003\0004\000..\00032768..65535\000",
 57332                   /* Values */
 57333                   "\062\000\007Completed with No Error\000Not Supported\000Unknown/Unspecified Error\000Busy/In Use\000Paramter Error\000DMTF Reserved\000Vendor Reserved\000",
 57334                   0,
 57335               };
 57336               
 57337               static MetaMethod
 57338               _CIM_RedundancySet_Failover =
 57339               {
 57340                   /* flags */
 57341                   META_FLAG_METHOD,
 57342                   /* name */
 57343                   "CIM_RedundancySet",
 57344                   /* qualifiers */
 57345                   _CIM_RedundancySet_Failover_qualifiers,
 57346                   /* type */
 57347                   CIMTYPE_UINT32,
 57348                   /* parameters */
 57349                   _CIM_RedundancySet_Failover_parameters,
 57350               };
 57351 mike  1.1.2.1 
 57352               static MetaFeature*
 57353               _CIM_RedundancySet_features[] =
 57354               {
 57355                   (MetaFeature*)&_CIM_RedundancySet_RedundancyStatus,
 57356                   (MetaFeature*)&_CIM_RedundancySet_TypeOfSet,
 57357                   (MetaFeature*)&_CIM_RedundancySet_MinNumberNeeded,
 57358                   (MetaFeature*)&_CIM_RedundancySet_MaxNumberSupported,
 57359                   (MetaFeature*)&_CIM_RedundancySet_VendorIdentifyingInfo,
 57360                   (MetaFeature*)&_CIM_RedundancySet_OtherTypeOfSet,
 57361                   (MetaFeature*)&_CIM_RedundancySet_LoadBalanceAlgorithm,
 57362                   (MetaFeature*)&_CIM_RedundancySet_OtherLoadBalanceAlgorithm,
 57363                   (MetaFeature*)&_CIM_RedundancySet_Failover,
 57364                   0,
 57365               };
 57366               
 57367               static const char*
 57368               __root_cimv2_CIM_RedundancySet_qualifiers[] =
 57369               {
 57370                   /* UMLPackagePath */
 57371                   "\057CIM::Core::Redundancy",
 57372 mike  1.1.2.1     /* Version */
 57373                   "\0632.10.0",
 57374                   0,
 57375               };
 57376               
 57377               MetaClass
 57378               __root_cimv2_CIM_RedundancySet =
 57379               {
 57380                   /* flags */
 57381                   META_FLAG_CLASS,
 57382                   /* name */
 57383                   "CIM_RedundancySet",
 57384                   /* qualifiers */
 57385                   __root_cimv2_CIM_RedundancySet_qualifiers,
 57386                   /* super */
 57387                   &__root_cimv2_CIM_SystemSpecificCollection,
 57388                   /* features */
 57389                   _CIM_RedundancySet_features,
 57390               };
 57391               
 57392               //==============================================================================
 57393 mike  1.1.2.1 //
 57394               // Class: CIM_ReferencedProfile
 57395               //
 57396               //==============================================================================
 57397               
 57398               static const char*
 57399               _CIM_ReferencedProfile_Antecedent_qualifiers[] =
 57400               {
 57401                   /* Override */
 57402                   "\044Antecedent",
 57403                   0,
 57404               };
 57405               
 57406               static MetaReference
 57407               _CIM_ReferencedProfile_Antecedent =
 57408               {
 57409                   /* flags */
 57410                   META_FLAG_REFERENCE|META_FLAG_READ,
 57411                   /* name */
 57412                   "Antecedent",
 57413                   /* qualifiers */
 57414 mike  1.1.2.1     _CIM_ReferencedProfile_Antecedent_qualifiers,
 57415                   /* subscript */
 57416                   -1,
 57417                   /* refId */
 57418                   &__root_cimv2_CIM_RegisteredProfile,
 57419               };
 57420               
 57421               static const char*
 57422               _CIM_ReferencedProfile_Dependent_qualifiers[] =
 57423               {
 57424                   /* Override */
 57425                   "\044Dependent",
 57426                   0,
 57427               };
 57428               
 57429               static MetaReference
 57430               _CIM_ReferencedProfile_Dependent =
 57431               {
 57432                   /* flags */
 57433                   META_FLAG_REFERENCE|META_FLAG_READ,
 57434                   /* name */
 57435 mike  1.1.2.1     "Dependent",
 57436                   /* qualifiers */
 57437                   _CIM_ReferencedProfile_Dependent_qualifiers,
 57438                   /* subscript */
 57439                   -1,
 57440                   /* refId */
 57441                   &__root_cimv2_CIM_RegisteredProfile,
 57442               };
 57443               
 57444               static MetaFeature*
 57445               _CIM_ReferencedProfile_features[] =
 57446               {
 57447                   (MetaFeature*)&_CIM_ReferencedProfile_Antecedent,
 57448                   (MetaFeature*)&_CIM_ReferencedProfile_Dependent,
 57449                   0,
 57450               };
 57451               
 57452               static const char*
 57453               __root_cimv2_CIM_ReferencedProfile_qualifiers[] =
 57454               {
 57455                   /* ASSOCIATION */
 57456 mike  1.1.2.1     "\000\001",
 57457                   /* UMLPackagePath */
 57458                   "\057CIM::Interop",
 57459                   /* Version */
 57460                   "\0632.8.0",
 57461                   0,
 57462               };
 57463               
 57464               MetaClass
 57465               __root_cimv2_CIM_ReferencedProfile =
 57466               {
 57467                   /* flags */
 57468                   META_FLAG_ASSOCIATION,
 57469                   /* name */
 57470                   "CIM_ReferencedProfile",
 57471                   /* qualifiers */
 57472                   __root_cimv2_CIM_ReferencedProfile_qualifiers,
 57473                   /* super */
 57474                   &__root_cimv2_CIM_Dependency,
 57475                   /* features */
 57476                   _CIM_ReferencedProfile_features,
 57477 mike  1.1.2.1 };
 57478               
 57479               //==============================================================================
 57480               //
 57481               // Class: CIM_RelatedStatisticalData
 57482               //
 57483               //==============================================================================
 57484               
 57485               static const char*
 57486               _CIM_RelatedStatisticalData_Stats_qualifiers[] =
 57487               {
 57488                   /* Key */
 57489                   "\025\001",
 57490                   0,
 57491               };
 57492               
 57493               static MetaReference
 57494               _CIM_RelatedStatisticalData_Stats =
 57495               {
 57496                   /* flags */
 57497                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 57498 mike  1.1.2.1     /* name */
 57499                   "Stats",
 57500                   /* qualifiers */
 57501                   _CIM_RelatedStatisticalData_Stats_qualifiers,
 57502                   /* subscript */
 57503                   -1,
 57504                   /* refId */
 57505                   &__root_cimv2_CIM_StatisticalData,
 57506               };
 57507               
 57508               static const char*
 57509               _CIM_RelatedStatisticalData_RelatedStats_qualifiers[] =
 57510               {
 57511                   /* Key */
 57512                   "\025\001",
 57513                   0,
 57514               };
 57515               
 57516               static MetaReference
 57517               _CIM_RelatedStatisticalData_RelatedStats =
 57518               {
 57519 mike  1.1.2.1     /* flags */
 57520                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 57521                   /* name */
 57522                   "RelatedStats",
 57523                   /* qualifiers */
 57524                   _CIM_RelatedStatisticalData_RelatedStats_qualifiers,
 57525                   /* subscript */
 57526                   -1,
 57527                   /* refId */
 57528                   &__root_cimv2_CIM_StatisticalData,
 57529               };
 57530               
 57531               static const char*
 57532               _CIM_RelatedStatisticalData_Description_qualifiers[] =
 57533               {
 57534                   0,
 57535               };
 57536               
 57537               static MetaProperty
 57538               _CIM_RelatedStatisticalData_Description =
 57539               {
 57540 mike  1.1.2.1     /* flags */
 57541                   META_FLAG_PROPERTY|META_FLAG_READ,
 57542                   /* name */
 57543                   "Description",
 57544                   /* qualifiers */
 57545                   _CIM_RelatedStatisticalData_Description_qualifiers,
 57546                   /* type */
 57547                   CIMTYPE_STRING,
 57548                   /* subscript */
 57549                   -1,
 57550                   /* value */
 57551                   0,
 57552               };
 57553               
 57554               static MetaFeature*
 57555               _CIM_RelatedStatisticalData_features[] =
 57556               {
 57557                   (MetaFeature*)&_CIM_RelatedStatisticalData_Stats,
 57558                   (MetaFeature*)&_CIM_RelatedStatisticalData_RelatedStats,
 57559                   (MetaFeature*)&_CIM_RelatedStatisticalData_Description,
 57560                   0,
 57561 mike  1.1.2.1 };
 57562               
 57563               static const char*
 57564               __root_cimv2_CIM_RelatedStatisticalData_qualifiers[] =
 57565               {
 57566                   /* ASSOCIATION */
 57567                   "\000\001",
 57568                   /* UMLPackagePath */
 57569                   "\057CIM::Core::Statistics",
 57570                   /* Version */
 57571                   "\0632.7.0",
 57572                   0,
 57573               };
 57574               
 57575               MetaClass
 57576               __root_cimv2_CIM_RelatedStatisticalData =
 57577               {
 57578                   /* flags */
 57579                   META_FLAG_ASSOCIATION,
 57580                   /* name */
 57581                   "CIM_RelatedStatisticalData",
 57582 mike  1.1.2.1     /* qualifiers */
 57583                   __root_cimv2_CIM_RelatedStatisticalData_qualifiers,
 57584                   /* super */
 57585                   0,
 57586                   /* features */
 57587                   _CIM_RelatedStatisticalData_features,
 57588               };
 57589               
 57590               //==============================================================================
 57591               //
 57592               // Class: CIM_RelatedStatistics
 57593               //
 57594               //==============================================================================
 57595               
 57596               static const char*
 57597               _CIM_RelatedStatistics_Stats_qualifiers[] =
 57598               {
 57599                   /* Key */
 57600                   "\025\001",
 57601                   0,
 57602               };
 57603 mike  1.1.2.1 
 57604               static MetaReference
 57605               _CIM_RelatedStatistics_Stats =
 57606               {
 57607                   /* flags */
 57608                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 57609                   /* name */
 57610                   "Stats",
 57611                   /* qualifiers */
 57612                   _CIM_RelatedStatistics_Stats_qualifiers,
 57613                   /* subscript */
 57614                   -1,
 57615                   /* refId */
 57616                   &__root_cimv2_CIM_StatisticalInformation,
 57617               };
 57618               
 57619               static const char*
 57620               _CIM_RelatedStatistics_RelatedStats_qualifiers[] =
 57621               {
 57622                   /* Key */
 57623                   "\025\001",
 57624 mike  1.1.2.1     0,
 57625               };
 57626               
 57627               static MetaReference
 57628               _CIM_RelatedStatistics_RelatedStats =
 57629               {
 57630                   /* flags */
 57631                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 57632                   /* name */
 57633                   "RelatedStats",
 57634                   /* qualifiers */
 57635                   _CIM_RelatedStatistics_RelatedStats_qualifiers,
 57636                   /* subscript */
 57637                   -1,
 57638                   /* refId */
 57639                   &__root_cimv2_CIM_StatisticalInformation,
 57640               };
 57641               
 57642               static MetaFeature*
 57643               _CIM_RelatedStatistics_features[] =
 57644               {
 57645 mike  1.1.2.1     (MetaFeature*)&_CIM_RelatedStatistics_Stats,
 57646                   (MetaFeature*)&_CIM_RelatedStatistics_RelatedStats,
 57647                   0,
 57648               };
 57649               
 57650               static const char*
 57651               __root_cimv2_CIM_RelatedStatistics_qualifiers[] =
 57652               {
 57653                   /* ASSOCIATION */
 57654                   "\000\001",
 57655                   /* UMLPackagePath */
 57656                   "\057CIM::Core::Statistics",
 57657                   /* Version */
 57658                   "\0632.6.0",
 57659                   0,
 57660               };
 57661               
 57662               MetaClass
 57663               __root_cimv2_CIM_RelatedStatistics =
 57664               {
 57665                   /* flags */
 57666 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 57667                   /* name */
 57668                   "CIM_RelatedStatistics",
 57669                   /* qualifiers */
 57670                   __root_cimv2_CIM_RelatedStatistics_qualifiers,
 57671                   /* super */
 57672                   0,
 57673                   /* features */
 57674                   _CIM_RelatedStatistics_features,
 57675               };
 57676               
 57677               //==============================================================================
 57678               //
 57679               // Class: CIM_RoutingPolicy
 57680               //
 57681               //==============================================================================
 57682               
 57683               static const char*
 57684               _CIM_RoutingPolicy_SystemCreationClassName_qualifiers[] =
 57685               {
 57686                   /* Key */
 57687 mike  1.1.2.1     "\025\001",
 57688                   /* Propagated */
 57689                   "\045CIM_ComputerSystem.CreationClassName",
 57690                   /* MaxLen */
 57691                   "\030\000\000\001\000",
 57692                   0,
 57693               };
 57694               
 57695               static MetaProperty
 57696               _CIM_RoutingPolicy_SystemCreationClassName =
 57697               {
 57698                   /* flags */
 57699                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 57700                   /* name */
 57701                   "SystemCreationClassName",
 57702                   /* qualifiers */
 57703                   _CIM_RoutingPolicy_SystemCreationClassName_qualifiers,
 57704                   /* type */
 57705                   CIMTYPE_STRING,
 57706                   /* subscript */
 57707                   -1,
 57708 mike  1.1.2.1     /* value */
 57709                   0,
 57710               };
 57711               
 57712               static const char*
 57713               _CIM_RoutingPolicy_SystemName_qualifiers[] =
 57714               {
 57715                   /* Key */
 57716                   "\025\001",
 57717                   /* Propagated */
 57718                   "\045CIM_ComputerSystem.Name",
 57719                   /* MaxLen */
 57720                   "\030\000\000\001\000",
 57721                   0,
 57722               };
 57723               
 57724               static MetaProperty
 57725               _CIM_RoutingPolicy_SystemName =
 57726               {
 57727                   /* flags */
 57728                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 57729 mike  1.1.2.1     /* name */
 57730                   "SystemName",
 57731                   /* qualifiers */
 57732                   _CIM_RoutingPolicy_SystemName_qualifiers,
 57733                   /* type */
 57734                   CIMTYPE_STRING,
 57735                   /* subscript */
 57736                   -1,
 57737                   /* value */
 57738                   0,
 57739               };
 57740               
 57741               static const char*
 57742               _CIM_RoutingPolicy_CreationClassName_qualifiers[] =
 57743               {
 57744                   /* Key */
 57745                   "\025\001",
 57746                   /* MaxLen */
 57747                   "\030\000\000\001\000",
 57748                   0,
 57749               };
 57750 mike  1.1.2.1 
 57751               static MetaProperty
 57752               _CIM_RoutingPolicy_CreationClassName =
 57753               {
 57754                   /* flags */
 57755                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 57756                   /* name */
 57757                   "CreationClassName",
 57758                   /* qualifiers */
 57759                   _CIM_RoutingPolicy_CreationClassName_qualifiers,
 57760                   /* type */
 57761                   CIMTYPE_STRING,
 57762                   /* subscript */
 57763                   -1,
 57764                   /* value */
 57765                   0,
 57766               };
 57767               
 57768               static const char*
 57769               _CIM_RoutingPolicy_Name_qualifiers[] =
 57770               {
 57771 mike  1.1.2.1     /* Key */
 57772                   "\025\001",
 57773                   /* Override */
 57774                   "\044Name",
 57775                   /* MaxLen */
 57776                   "\030\000\000\001\000",
 57777                   0,
 57778               };
 57779               
 57780               static MetaProperty
 57781               _CIM_RoutingPolicy_Name =
 57782               {
 57783                   /* flags */
 57784                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 57785                   /* name */
 57786                   "Name",
 57787                   /* qualifiers */
 57788                   _CIM_RoutingPolicy_Name_qualifiers,
 57789                   /* type */
 57790                   CIMTYPE_STRING,
 57791                   /* subscript */
 57792 mike  1.1.2.1     -1,
 57793                   /* value */
 57794                   0,
 57795               };
 57796               
 57797               static const char*
 57798               _CIM_RoutingPolicy_Action_qualifiers[] =
 57799               {
 57800                   /* ValueMap */
 57801                   "\061\000\0111\0002\0003\0004\0005\0006\0007\0008\0009\000",
 57802                   /* Values */
 57803                   "\062\000\011Accept As Is\000Accept With Protocol Attribute Changes\000Accept and Remark Packet\000Accept With Protocol Attribute Changes and Remark\000Accept With Other Action\000Accept With Protocol Attribute Changes and Other Action\000Accept with Remark and Other Action\000Accept with Protocol Attribute Changes, Remark and Other Action\000Deny\000",
 57804                   0,
 57805               };
 57806               
 57807               static MetaProperty
 57808               _CIM_RoutingPolicy_Action =
 57809               {
 57810                   /* flags */
 57811                   META_FLAG_PROPERTY|META_FLAG_READ,
 57812                   /* name */
 57813 mike  1.1.2.1     "Action",
 57814                   /* qualifiers */
 57815                   _CIM_RoutingPolicy_Action_qualifiers,
 57816                   /* type */
 57817                   CIMTYPE_UINT16,
 57818                   /* subscript */
 57819                   -1,
 57820                   /* value */
 57821                   0,
 57822               };
 57823               
 57824               static const char*
 57825               _CIM_RoutingPolicy_AttributeAction_qualifiers[] =
 57826               {
 57827                   /* ValueMap */
 57828                   "\061\000\0031\0002\0003\000",
 57829                   /* Values */
 57830                   "\062\000\003Replace\000Prepend\000Append\000",
 57831                   /* ModelCorrespondence */
 57832                   "\036\000\001CIM_RoutingPolicy.BGPAction\000",
 57833                   0,
 57834 mike  1.1.2.1 };
 57835               
 57836               static MetaProperty
 57837               _CIM_RoutingPolicy_AttributeAction =
 57838               {
 57839                   /* flags */
 57840                   META_FLAG_PROPERTY|META_FLAG_READ,
 57841                   /* name */
 57842                   "AttributeAction",
 57843                   /* qualifiers */
 57844                   _CIM_RoutingPolicy_AttributeAction_qualifiers,
 57845                   /* type */
 57846                   CIMTYPE_UINT16,
 57847                   /* subscript */
 57848                   -1,
 57849                   /* value */
 57850                   0,
 57851               };
 57852               
 57853               static const char*
 57854               _CIM_RoutingPolicy_BGPAction_qualifiers[] =
 57855 mike  1.1.2.1 {
 57856                   /* ValueMap */
 57857                   "\061\000\0121\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
 57858                   /* Values */
 57859                   "\062\000\012Origin\000AS_Path\000NEXT_HOP\000Multi_Exit_Disc\000Local_Pref\000Atomic_Aggregate\000Aggregator\000Community\000Originator_ID\000Cluster_List\000",
 57860                   /* ModelCorrespondence */
 57861                   "\036\000\001CIM_RoutingPolicy.BGPValue\000",
 57862                   0,
 57863               };
 57864               
 57865               static MetaProperty
 57866               _CIM_RoutingPolicy_BGPAction =
 57867               {
 57868                   /* flags */
 57869                   META_FLAG_PROPERTY|META_FLAG_READ,
 57870                   /* name */
 57871                   "BGPAction",
 57872                   /* qualifiers */
 57873                   _CIM_RoutingPolicy_BGPAction_qualifiers,
 57874                   /* type */
 57875                   CIMTYPE_UINT16,
 57876 mike  1.1.2.1     /* subscript */
 57877                   -1,
 57878                   /* value */
 57879                   0,
 57880               };
 57881               
 57882               static const char*
 57883               _CIM_RoutingPolicy_BGPValue_qualifiers[] =
 57884               {
 57885                   /* ModelCorrespondence */
 57886                   "\036\000\001CIM_RoutingPolicy.BGPAction\000",
 57887                   0,
 57888               };
 57889               
 57890               static MetaProperty
 57891               _CIM_RoutingPolicy_BGPValue =
 57892               {
 57893                   /* flags */
 57894                   META_FLAG_PROPERTY|META_FLAG_READ,
 57895                   /* name */
 57896                   "BGPValue",
 57897 mike  1.1.2.1     /* qualifiers */
 57898                   _CIM_RoutingPolicy_BGPValue_qualifiers,
 57899                   /* type */
 57900                   CIMTYPE_STRING,
 57901                   /* subscript */
 57902                   -1,
 57903                   /* value */
 57904                   0,
 57905               };
 57906               
 57907               static const char*
 57908               _CIM_RoutingPolicy_RemarkAction_qualifiers[] =
 57909               {
 57910                   /* ValueMap */
 57911                   "\061\000\0071\0002\0003\0004\0005\0006\0007\000",
 57912                   /* Values */
 57913                   "\062\000\007Change DSCP\000Change ToS\000Change 802.1Q Value\000Change CIR\000Change CBR\000Change ABR\000Change VBR\000",
 57914                   /* ModelCorrespondence */
 57915                   "\036\000\001CIM_RoutingPolicy.RemarkValue\000",
 57916                   0,
 57917               };
 57918 mike  1.1.2.1 
 57919               static MetaProperty
 57920               _CIM_RoutingPolicy_RemarkAction =
 57921               {
 57922                   /* flags */
 57923                   META_FLAG_PROPERTY|META_FLAG_READ,
 57924                   /* name */
 57925                   "RemarkAction",
 57926                   /* qualifiers */
 57927                   _CIM_RoutingPolicy_RemarkAction_qualifiers,
 57928                   /* type */
 57929                   CIMTYPE_UINT16,
 57930                   /* subscript */
 57931                   -1,
 57932                   /* value */
 57933                   0,
 57934               };
 57935               
 57936               static const char*
 57937               _CIM_RoutingPolicy_RemarkValue_qualifiers[] =
 57938               {
 57939 mike  1.1.2.1     /* ModelCorrespondence */
 57940                   "\036\000\001CIM_RoutingPolicy.RemarkAction\000",
 57941                   0,
 57942               };
 57943               
 57944               static MetaProperty
 57945               _CIM_RoutingPolicy_RemarkValue =
 57946               {
 57947                   /* flags */
 57948                   META_FLAG_PROPERTY|META_FLAG_READ,
 57949                   /* name */
 57950                   "RemarkValue",
 57951                   /* qualifiers */
 57952                   _CIM_RoutingPolicy_RemarkValue_qualifiers,
 57953                   /* type */
 57954                   CIMTYPE_STRING,
 57955                   /* subscript */
 57956                   -1,
 57957                   /* value */
 57958                   0,
 57959               };
 57960 mike  1.1.2.1 
 57961               static const char*
 57962               _CIM_RoutingPolicy_ConditioningAction_qualifiers[] =
 57963               {
 57964                   /* ValueMap */
 57965                   "\061\000\0071\0002\0003\0004\0005\0006\0007\000",
 57966                   /* Values */
 57967                   "\062\000\007Other\000Input Flow Policing\000Output Flow Policing\000Input Aggregate Policing\000Output Aggregate Policing\000Police By Marking Down\000Police By Dropping Down\000",
 57968                   /* ModelCorrespondence */
 57969                   "\036\000\002CIM_RoutingPolicy.ConditioningValue\000CIM_RoutingPolicy.OtherConditioningAction\000",
 57970                   0,
 57971               };
 57972               
 57973               static MetaProperty
 57974               _CIM_RoutingPolicy_ConditioningAction =
 57975               {
 57976                   /* flags */
 57977                   META_FLAG_PROPERTY|META_FLAG_READ,
 57978                   /* name */
 57979                   "ConditioningAction",
 57980                   /* qualifiers */
 57981 mike  1.1.2.1     _CIM_RoutingPolicy_ConditioningAction_qualifiers,
 57982                   /* type */
 57983                   CIMTYPE_UINT16,
 57984                   /* subscript */
 57985                   -1,
 57986                   /* value */
 57987                   0,
 57988               };
 57989               
 57990               static const char*
 57991               _CIM_RoutingPolicy_OtherConditioningAction_qualifiers[] =
 57992               {
 57993                   /* ModelCorrespondence */
 57994                   "\036\000\001CIM_RoutingPolicy.ConditioningAction\000",
 57995                   0,
 57996               };
 57997               
 57998               static MetaProperty
 57999               _CIM_RoutingPolicy_OtherConditioningAction =
 58000               {
 58001                   /* flags */
 58002 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 58003                   /* name */
 58004                   "OtherConditioningAction",
 58005                   /* qualifiers */
 58006                   _CIM_RoutingPolicy_OtherConditioningAction_qualifiers,
 58007                   /* type */
 58008                   CIMTYPE_STRING,
 58009                   /* subscript */
 58010                   -1,
 58011                   /* value */
 58012                   0,
 58013               };
 58014               
 58015               static const char*
 58016               _CIM_RoutingPolicy_ConditioningValue_qualifiers[] =
 58017               {
 58018                   /* ModelCorrespondence */
 58019                   "\036\000\001CIM_RoutingPolicy.ConditioningAction\000",
 58020                   0,
 58021               };
 58022               
 58023 mike  1.1.2.1 static MetaProperty
 58024               _CIM_RoutingPolicy_ConditioningValue =
 58025               {
 58026                   /* flags */
 58027                   META_FLAG_PROPERTY|META_FLAG_READ,
 58028                   /* name */
 58029                   "ConditioningValue",
 58030                   /* qualifiers */
 58031                   _CIM_RoutingPolicy_ConditioningValue_qualifiers,
 58032                   /* type */
 58033                   CIMTYPE_STRING,
 58034                   /* subscript */
 58035                   -1,
 58036                   /* value */
 58037                   0,
 58038               };
 58039               
 58040               static MetaFeature*
 58041               _CIM_RoutingPolicy_features[] =
 58042               {
 58043                   (MetaFeature*)&_CIM_RoutingPolicy_SystemCreationClassName,
 58044 mike  1.1.2.1     (MetaFeature*)&_CIM_RoutingPolicy_SystemName,
 58045                   (MetaFeature*)&_CIM_RoutingPolicy_CreationClassName,
 58046                   (MetaFeature*)&_CIM_RoutingPolicy_Name,
 58047                   (MetaFeature*)&_CIM_RoutingPolicy_Action,
 58048                   (MetaFeature*)&_CIM_RoutingPolicy_AttributeAction,
 58049                   (MetaFeature*)&_CIM_RoutingPolicy_BGPAction,
 58050                   (MetaFeature*)&_CIM_RoutingPolicy_BGPValue,
 58051                   (MetaFeature*)&_CIM_RoutingPolicy_RemarkAction,
 58052                   (MetaFeature*)&_CIM_RoutingPolicy_RemarkValue,
 58053                   (MetaFeature*)&_CIM_RoutingPolicy_ConditioningAction,
 58054                   (MetaFeature*)&_CIM_RoutingPolicy_OtherConditioningAction,
 58055                   (MetaFeature*)&_CIM_RoutingPolicy_ConditioningValue,
 58056                   0,
 58057               };
 58058               
 58059               static const char*
 58060               __root_cimv2_CIM_RoutingPolicy_qualifiers[] =
 58061               {
 58062                   /* UMLPackagePath */
 58063                   "\057CIM::Network::RoutingForwarding",
 58064                   /* Version */
 58065 mike  1.1.2.1     "\0632.7.0",
 58066                   0,
 58067               };
 58068               
 58069               MetaClass
 58070               __root_cimv2_CIM_RoutingPolicy =
 58071               {
 58072                   /* flags */
 58073                   META_FLAG_CLASS,
 58074                   /* name */
 58075                   "CIM_RoutingPolicy",
 58076                   /* qualifiers */
 58077                   __root_cimv2_CIM_RoutingPolicy_qualifiers,
 58078                   /* super */
 58079                   &__root_cimv2_CIM_LogicalElement,
 58080                   /* features */
 58081                   _CIM_RoutingPolicy_features,
 58082               };
 58083               
 58084               //==============================================================================
 58085               //
 58086 mike  1.1.2.1 // Class: CIM_SAEndpointConnectionStatistics
 58087               //
 58088               //==============================================================================
 58089               
 58090               static const char*
 58091               _CIM_SAEndpointConnectionStatistics_ByteCount_qualifiers[] =
 58092               {
 58093                   /* Units */
 58094                   "\060Bytes",
 58095                   /* Counter */
 58096                   "\012\001",
 58097                   0,
 58098               };
 58099               
 58100               static MetaProperty
 58101               _CIM_SAEndpointConnectionStatistics_ByteCount =
 58102               {
 58103                   /* flags */
 58104                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 58105                   /* name */
 58106                   "ByteCount",
 58107 mike  1.1.2.1     /* qualifiers */
 58108                   _CIM_SAEndpointConnectionStatistics_ByteCount_qualifiers,
 58109                   /* type */
 58110                   CIMTYPE_UINT64,
 58111                   /* subscript */
 58112                   -1,
 58113                   /* value */
 58114                   0,
 58115               };
 58116               
 58117               static const char*
 58118               _CIM_SAEndpointConnectionStatistics_LastAccessed_qualifiers[] =
 58119               {
 58120                   0,
 58121               };
 58122               
 58123               static MetaProperty
 58124               _CIM_SAEndpointConnectionStatistics_LastAccessed =
 58125               {
 58126                   /* flags */
 58127                   META_FLAG_PROPERTY|META_FLAG_READ,
 58128 mike  1.1.2.1     /* name */
 58129                   "LastAccessed",
 58130                   /* qualifiers */
 58131                   _CIM_SAEndpointConnectionStatistics_LastAccessed_qualifiers,
 58132                   /* type */
 58133                   CIMTYPE_DATETIME,
 58134                   /* subscript */
 58135                   -1,
 58136                   /* value */
 58137                   0,
 58138               };
 58139               
 58140               static MetaFeature*
 58141               _CIM_SAEndpointConnectionStatistics_features[] =
 58142               {
 58143                   (MetaFeature*)&_CIM_SAEndpointConnectionStatistics_ByteCount,
 58144                   (MetaFeature*)&_CIM_SAEndpointConnectionStatistics_LastAccessed,
 58145                   0,
 58146               };
 58147               
 58148               static const char*
 58149 mike  1.1.2.1 __root_cimv2_CIM_SAEndpointConnectionStatistics_qualifiers[] =
 58150               {
 58151                   /* UMLPackagePath */
 58152                   "\057CIM::Network::IPsec",
 58153                   /* Version */
 58154                   "\0632.8.0",
 58155                   0,
 58156               };
 58157               
 58158               MetaClass
 58159               __root_cimv2_CIM_SAEndpointConnectionStatistics =
 58160               {
 58161                   /* flags */
 58162                   META_FLAG_CLASS,
 58163                   /* name */
 58164                   "CIM_SAEndpointConnectionStatistics",
 58165                   /* qualifiers */
 58166                   __root_cimv2_CIM_SAEndpointConnectionStatistics_qualifiers,
 58167                   /* super */
 58168                   &__root_cimv2_CIM_StatisticalData,
 58169                   /* features */
 58170 mike  1.1.2.1     _CIM_SAEndpointConnectionStatistics_features,
 58171               };
 58172               
 58173               //==============================================================================
 58174               //
 58175               // Class: CIM_SAEndpointRefreshSettings
 58176               //
 58177               //==============================================================================
 58178               
 58179               static const char*
 58180               _CIM_SAEndpointRefreshSettings_RefreshThresholdSecondsPercentage_qualifiers[] =
 58181               {
 58182                   /* Write */
 58183                   "\065\001",
 58184                   /* Units */
 58185                   "\060Percent",
 58186                   /* MinValue */
 58187                   "\035\000\000\000\000\000\000\000\000",
 58188                   /* MaxValue */
 58189                   "\031\000\000\000\000\000\000\000\144",
 58190                   /* ModelCorrespondence */
 58191 mike  1.1.2.1     "\036\000\001CIM_SecurityAssociationEndpoint.RefreshThresholdSecondsPercentage\000",
 58192                   0,
 58193               };
 58194               
 58195               static MetaProperty
 58196               _CIM_SAEndpointRefreshSettings_RefreshThresholdSecondsPercentage =
 58197               {
 58198                   /* flags */
 58199                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 58200                   /* name */
 58201                   "RefreshThresholdSecondsPercentage",
 58202                   /* qualifiers */
 58203                   _CIM_SAEndpointRefreshSettings_RefreshThresholdSecondsPercentage_qualifiers,
 58204                   /* type */
 58205                   CIMTYPE_UINT8,
 58206                   /* subscript */
 58207                   -1,
 58208                   /* value */
 58209                   0,
 58210               };
 58211               
 58212 mike  1.1.2.1 static const char*
 58213               _CIM_SAEndpointRefreshSettings_RefreshThresholdKbytesPercentage_qualifiers[] =
 58214               {
 58215                   /* Write */
 58216                   "\065\001",
 58217                   /* Units */
 58218                   "\060Percent",
 58219                   /* MinValue */
 58220                   "\035\000\000\000\000\000\000\000\000",
 58221                   /* MaxValue */
 58222                   "\031\000\000\000\000\000\000\000\144",
 58223                   /* ModelCorrespondence */
 58224                   "\036\000\001CIM_SecurityAssociationEndpoint.RefreshThresholdKbytesPercentage\000",
 58225                   0,
 58226               };
 58227               
 58228               static MetaProperty
 58229               _CIM_SAEndpointRefreshSettings_RefreshThresholdKbytesPercentage =
 58230               {
 58231                   /* flags */
 58232                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 58233 mike  1.1.2.1     /* name */
 58234                   "RefreshThresholdKbytesPercentage",
 58235                   /* qualifiers */
 58236                   _CIM_SAEndpointRefreshSettings_RefreshThresholdKbytesPercentage_qualifiers,
 58237                   /* type */
 58238                   CIMTYPE_UINT8,
 58239                   /* subscript */
 58240                   -1,
 58241                   /* value */
 58242                   0,
 58243               };
 58244               
 58245               static MetaFeature*
 58246               _CIM_SAEndpointRefreshSettings_features[] =
 58247               {
 58248                   (MetaFeature*)&_CIM_SAEndpointRefreshSettings_RefreshThresholdSecondsPercentage,
 58249                   (MetaFeature*)&_CIM_SAEndpointRefreshSettings_RefreshThresholdKbytesPercentage,
 58250                   0,
 58251               };
 58252               
 58253               static const char*
 58254 mike  1.1.2.1 __root_cimv2_CIM_SAEndpointRefreshSettings_qualifiers[] =
 58255               {
 58256                   /* UMLPackagePath */
 58257                   "\057CIM::Network::IPsec",
 58258                   /* Version */
 58259                   "\0632.8.0",
 58260                   0,
 58261               };
 58262               
 58263               MetaClass
 58264               __root_cimv2_CIM_SAEndpointRefreshSettings =
 58265               {
 58266                   /* flags */
 58267                   META_FLAG_CLASS,
 58268                   /* name */
 58269                   "CIM_SAEndpointRefreshSettings",
 58270                   /* qualifiers */
 58271                   __root_cimv2_CIM_SAEndpointRefreshSettings_qualifiers,
 58272                   /* super */
 58273                   &__root_cimv2_CIM_SettingData,
 58274                   /* features */
 58275 mike  1.1.2.1     _CIM_SAEndpointRefreshSettings_features,
 58276               };
 58277               
 58278               //==============================================================================
 58279               //
 58280               // Class: CIM_SAPStatisticalInformation
 58281               //
 58282               //==============================================================================
 58283               
 58284               static const char*
 58285               _CIM_SAPStatisticalInformation_SystemCreationClassName_qualifiers[] =
 58286               {
 58287                   /* Key */
 58288                   "\025\001",
 58289                   /* Propagated */
 58290                   "\045CIM_ServiceAccessPoint.SystemCreationClassName",
 58291                   /* MaxLen */
 58292                   "\030\000\000\001\000",
 58293                   0,
 58294               };
 58295               
 58296 mike  1.1.2.1 static MetaProperty
 58297               _CIM_SAPStatisticalInformation_SystemCreationClassName =
 58298               {
 58299                   /* flags */
 58300                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58301                   /* name */
 58302                   "SystemCreationClassName",
 58303                   /* qualifiers */
 58304                   _CIM_SAPStatisticalInformation_SystemCreationClassName_qualifiers,
 58305                   /* type */
 58306                   CIMTYPE_STRING,
 58307                   /* subscript */
 58308                   -1,
 58309                   /* value */
 58310                   0,
 58311               };
 58312               
 58313               static const char*
 58314               _CIM_SAPStatisticalInformation_SystemName_qualifiers[] =
 58315               {
 58316                   /* Key */
 58317 mike  1.1.2.1     "\025\001",
 58318                   /* Propagated */
 58319                   "\045CIM_ServiceAccessPoint.SystemName",
 58320                   /* MaxLen */
 58321                   "\030\000\000\001\000",
 58322                   0,
 58323               };
 58324               
 58325               static MetaProperty
 58326               _CIM_SAPStatisticalInformation_SystemName =
 58327               {
 58328                   /* flags */
 58329                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58330                   /* name */
 58331                   "SystemName",
 58332                   /* qualifiers */
 58333                   _CIM_SAPStatisticalInformation_SystemName_qualifiers,
 58334                   /* type */
 58335                   CIMTYPE_STRING,
 58336                   /* subscript */
 58337                   -1,
 58338 mike  1.1.2.1     /* value */
 58339                   0,
 58340               };
 58341               
 58342               static const char*
 58343               _CIM_SAPStatisticalInformation_SAPCreationClassName_qualifiers[] =
 58344               {
 58345                   /* Key */
 58346                   "\025\001",
 58347                   /* Propagated */
 58348                   "\045CIM_ServiceAccessPoint.CreationClassName",
 58349                   /* MaxLen */
 58350                   "\030\000\000\001\000",
 58351                   0,
 58352               };
 58353               
 58354               static MetaProperty
 58355               _CIM_SAPStatisticalInformation_SAPCreationClassName =
 58356               {
 58357                   /* flags */
 58358                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58359 mike  1.1.2.1     /* name */
 58360                   "SAPCreationClassName",
 58361                   /* qualifiers */
 58362                   _CIM_SAPStatisticalInformation_SAPCreationClassName_qualifiers,
 58363                   /* type */
 58364                   CIMTYPE_STRING,
 58365                   /* subscript */
 58366                   -1,
 58367                   /* value */
 58368                   0,
 58369               };
 58370               
 58371               static const char*
 58372               _CIM_SAPStatisticalInformation_SAPName_qualifiers[] =
 58373               {
 58374                   /* Key */
 58375                   "\025\001",
 58376                   /* Propagated */
 58377                   "\045CIM_ServiceAccessPoint.Name",
 58378                   /* MaxLen */
 58379                   "\030\000\000\001\000",
 58380 mike  1.1.2.1     0,
 58381               };
 58382               
 58383               static MetaProperty
 58384               _CIM_SAPStatisticalInformation_SAPName =
 58385               {
 58386                   /* flags */
 58387                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58388                   /* name */
 58389                   "SAPName",
 58390                   /* qualifiers */
 58391                   _CIM_SAPStatisticalInformation_SAPName_qualifiers,
 58392                   /* type */
 58393                   CIMTYPE_STRING,
 58394                   /* subscript */
 58395                   -1,
 58396                   /* value */
 58397                   0,
 58398               };
 58399               
 58400               static const char*
 58401 mike  1.1.2.1 _CIM_SAPStatisticalInformation_CreationClassName_qualifiers[] =
 58402               {
 58403                   /* Key */
 58404                   "\025\001",
 58405                   /* MaxLen */
 58406                   "\030\000\000\001\000",
 58407                   0,
 58408               };
 58409               
 58410               static MetaProperty
 58411               _CIM_SAPStatisticalInformation_CreationClassName =
 58412               {
 58413                   /* flags */
 58414                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58415                   /* name */
 58416                   "CreationClassName",
 58417                   /* qualifiers */
 58418                   _CIM_SAPStatisticalInformation_CreationClassName_qualifiers,
 58419                   /* type */
 58420                   CIMTYPE_STRING,
 58421                   /* subscript */
 58422 mike  1.1.2.1     -1,
 58423                   /* value */
 58424                   0,
 58425               };
 58426               
 58427               static const char*
 58428               _CIM_SAPStatisticalInformation_Name_qualifiers[] =
 58429               {
 58430                   /* Key */
 58431                   "\025\001",
 58432                   /* Override */
 58433                   "\044Name",
 58434                   /* MaxLen */
 58435                   "\030\000\000\001\000",
 58436                   0,
 58437               };
 58438               
 58439               static MetaProperty
 58440               _CIM_SAPStatisticalInformation_Name =
 58441               {
 58442                   /* flags */
 58443 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58444                   /* name */
 58445                   "Name",
 58446                   /* qualifiers */
 58447                   _CIM_SAPStatisticalInformation_Name_qualifiers,
 58448                   /* type */
 58449                   CIMTYPE_STRING,
 58450                   /* subscript */
 58451                   -1,
 58452                   /* value */
 58453                   0,
 58454               };
 58455               
 58456               static MetaFeature*
 58457               _CIM_SAPStatisticalInformation_features[] =
 58458               {
 58459                   (MetaFeature*)&_CIM_SAPStatisticalInformation_SystemCreationClassName,
 58460                   (MetaFeature*)&_CIM_SAPStatisticalInformation_SystemName,
 58461                   (MetaFeature*)&_CIM_SAPStatisticalInformation_SAPCreationClassName,
 58462                   (MetaFeature*)&_CIM_SAPStatisticalInformation_SAPName,
 58463                   (MetaFeature*)&_CIM_SAPStatisticalInformation_CreationClassName,
 58464 mike  1.1.2.1     (MetaFeature*)&_CIM_SAPStatisticalInformation_Name,
 58465                   0,
 58466               };
 58467               
 58468               static const char*
 58469               __root_cimv2_CIM_SAPStatisticalInformation_qualifiers[] =
 58470               {
 58471                   /* UMLPackagePath */
 58472                   "\057CIM::Core::Statistics",
 58473                   /* Version */
 58474                   "\0632.6.0",
 58475                   0,
 58476               };
 58477               
 58478               MetaClass
 58479               __root_cimv2_CIM_SAPStatisticalInformation =
 58480               {
 58481                   /* flags */
 58482                   META_FLAG_CLASS,
 58483                   /* name */
 58484                   "CIM_SAPStatisticalInformation",
 58485 mike  1.1.2.1     /* qualifiers */
 58486                   __root_cimv2_CIM_SAPStatisticalInformation_qualifiers,
 58487                   /* super */
 58488                   &__root_cimv2_CIM_StatisticalInformation,
 58489                   /* features */
 58490                   _CIM_SAPStatisticalInformation_features,
 58491               };
 58492               
 58493               //==============================================================================
 58494               //
 58495               // Class: CIM_SARule
 58496               //
 58497               //==============================================================================
 58498               
 58499               static const char*
 58500               _CIM_SARule_LimitNegotiation_qualifiers[] =
 58501               {
 58502                   /* ValueMap */
 58503                   "\061\000\0031\0002\0003\000",
 58504                   /* Values */
 58505                   "\062\000\003Initiator-Only\000Responder-Only\000Either\000",
 58506 mike  1.1.2.1     /* MappingStrings */
 58507                   "\026\000\001IPSP Policy Model.IETF|SARule.LimitNegotiation\000",
 58508                   0,
 58509               };
 58510               
 58511               static MetaProperty
 58512               _CIM_SARule_LimitNegotiation =
 58513               {
 58514                   /* flags */
 58515                   META_FLAG_PROPERTY|META_FLAG_READ,
 58516                   /* name */
 58517                   "LimitNegotiation",
 58518                   /* qualifiers */
 58519                   _CIM_SARule_LimitNegotiation_qualifiers,
 58520                   /* type */
 58521                   CIMTYPE_UINT16,
 58522                   /* subscript */
 58523                   -1,
 58524                   /* value */
 58525                   0,
 58526               };
 58527 mike  1.1.2.1 
 58528               static MetaFeature*
 58529               _CIM_SARule_features[] =
 58530               {
 58531                   (MetaFeature*)&_CIM_SARule_LimitNegotiation,
 58532                   0,
 58533               };
 58534               
 58535               static const char*
 58536               __root_cimv2_CIM_SARule_qualifiers[] =
 58537               {
 58538                   /* UMLPackagePath */
 58539                   "\057CIM::IPsecPolicy",
 58540                   /* Version */
 58541                   "\0632.8.0",
 58542                   /* MappingStrings */
 58543                   "\026\000\001IPSP Policy Model.IETF|SARule\000",
 58544                   0,
 58545               };
 58546               
 58547               MetaClass
 58548 mike  1.1.2.1 __root_cimv2_CIM_SARule =
 58549               {
 58550                   /* flags */
 58551                   META_FLAG_CLASS,
 58552                   /* name */
 58553                   "CIM_SARule",
 58554                   /* qualifiers */
 58555                   __root_cimv2_CIM_SARule_qualifiers,
 58556                   /* super */
 58557                   &__root_cimv2_CIM_PolicyRule,
 58558                   /* features */
 58559                   _CIM_SARule_features,
 58560               };
 58561               
 58562               //==============================================================================
 58563               //
 58564               // Class: CIM_ScopedSettingData
 58565               //
 58566               //==============================================================================
 58567               
 58568               static MetaFeature*
 58569 mike  1.1.2.1 _CIM_ScopedSettingData_features[] =
 58570               {
 58571                   0,
 58572               };
 58573               
 58574               static const char*
 58575               __root_cimv2_CIM_ScopedSettingData_qualifiers[] =
 58576               {
 58577                   /* UMLPackagePath */
 58578                   "\057CIM::Core::Settings",
 58579                   /* Abstract */
 58580                   "\002\001",
 58581                   /* Version */
 58582                   "\0632.10.0",
 58583                   0,
 58584               };
 58585               
 58586               MetaClass
 58587               __root_cimv2_CIM_ScopedSettingData =
 58588               {
 58589                   /* flags */
 58590 mike  1.1.2.1     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 58591                   /* name */
 58592                   "CIM_ScopedSettingData",
 58593                   /* qualifiers */
 58594                   __root_cimv2_CIM_ScopedSettingData_qualifiers,
 58595                   /* super */
 58596                   &__root_cimv2_CIM_SettingData,
 58597                   /* features */
 58598                   _CIM_ScopedSettingData_features,
 58599               };
 58600               
 58601               //==============================================================================
 58602               //
 58603               // Class: CIM_ServiceStatisticalInformation
 58604               //
 58605               //==============================================================================
 58606               
 58607               static const char*
 58608               _CIM_ServiceStatisticalInformation_SystemCreationClassName_qualifiers[] =
 58609               {
 58610                   /* Key */
 58611 mike  1.1.2.1     "\025\001",
 58612                   /* Propagated */
 58613                   "\045CIM_Service.SystemCreationClassName",
 58614                   /* MaxLen */
 58615                   "\030\000\000\001\000",
 58616                   0,
 58617               };
 58618               
 58619               static MetaProperty
 58620               _CIM_ServiceStatisticalInformation_SystemCreationClassName =
 58621               {
 58622                   /* flags */
 58623                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58624                   /* name */
 58625                   "SystemCreationClassName",
 58626                   /* qualifiers */
 58627                   _CIM_ServiceStatisticalInformation_SystemCreationClassName_qualifiers,
 58628                   /* type */
 58629                   CIMTYPE_STRING,
 58630                   /* subscript */
 58631                   -1,
 58632 mike  1.1.2.1     /* value */
 58633                   0,
 58634               };
 58635               
 58636               static const char*
 58637               _CIM_ServiceStatisticalInformation_SystemName_qualifiers[] =
 58638               {
 58639                   /* Key */
 58640                   "\025\001",
 58641                   /* Propagated */
 58642                   "\045CIM_Service.SystemName",
 58643                   /* MaxLen */
 58644                   "\030\000\000\001\000",
 58645                   0,
 58646               };
 58647               
 58648               static MetaProperty
 58649               _CIM_ServiceStatisticalInformation_SystemName =
 58650               {
 58651                   /* flags */
 58652                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58653 mike  1.1.2.1     /* name */
 58654                   "SystemName",
 58655                   /* qualifiers */
 58656                   _CIM_ServiceStatisticalInformation_SystemName_qualifiers,
 58657                   /* type */
 58658                   CIMTYPE_STRING,
 58659                   /* subscript */
 58660                   -1,
 58661                   /* value */
 58662                   0,
 58663               };
 58664               
 58665               static const char*
 58666               _CIM_ServiceStatisticalInformation_ServiceCreationClassName_qualifiers[] =
 58667               {
 58668                   /* Key */
 58669                   "\025\001",
 58670                   /* Propagated */
 58671                   "\045CIM_Service.CreationClassName",
 58672                   /* MaxLen */
 58673                   "\030\000\000\001\000",
 58674 mike  1.1.2.1     0,
 58675               };
 58676               
 58677               static MetaProperty
 58678               _CIM_ServiceStatisticalInformation_ServiceCreationClassName =
 58679               {
 58680                   /* flags */
 58681                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58682                   /* name */
 58683                   "ServiceCreationClassName",
 58684                   /* qualifiers */
 58685                   _CIM_ServiceStatisticalInformation_ServiceCreationClassName_qualifiers,
 58686                   /* type */
 58687                   CIMTYPE_STRING,
 58688                   /* subscript */
 58689                   -1,
 58690                   /* value */
 58691                   0,
 58692               };
 58693               
 58694               static const char*
 58695 mike  1.1.2.1 _CIM_ServiceStatisticalInformation_ServiceName_qualifiers[] =
 58696               {
 58697                   /* Key */
 58698                   "\025\001",
 58699                   /* Propagated */
 58700                   "\045CIM_Service.Name",
 58701                   /* MaxLen */
 58702                   "\030\000\000\001\000",
 58703                   0,
 58704               };
 58705               
 58706               static MetaProperty
 58707               _CIM_ServiceStatisticalInformation_ServiceName =
 58708               {
 58709                   /* flags */
 58710                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58711                   /* name */
 58712                   "ServiceName",
 58713                   /* qualifiers */
 58714                   _CIM_ServiceStatisticalInformation_ServiceName_qualifiers,
 58715                   /* type */
 58716 mike  1.1.2.1     CIMTYPE_STRING,
 58717                   /* subscript */
 58718                   -1,
 58719                   /* value */
 58720                   0,
 58721               };
 58722               
 58723               static const char*
 58724               _CIM_ServiceStatisticalInformation_CreationClassName_qualifiers[] =
 58725               {
 58726                   /* Key */
 58727                   "\025\001",
 58728                   /* MaxLen */
 58729                   "\030\000\000\001\000",
 58730                   0,
 58731               };
 58732               
 58733               static MetaProperty
 58734               _CIM_ServiceStatisticalInformation_CreationClassName =
 58735               {
 58736                   /* flags */
 58737 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58738                   /* name */
 58739                   "CreationClassName",
 58740                   /* qualifiers */
 58741                   _CIM_ServiceStatisticalInformation_CreationClassName_qualifiers,
 58742                   /* type */
 58743                   CIMTYPE_STRING,
 58744                   /* subscript */
 58745                   -1,
 58746                   /* value */
 58747                   0,
 58748               };
 58749               
 58750               static const char*
 58751               _CIM_ServiceStatisticalInformation_Name_qualifiers[] =
 58752               {
 58753                   /* Key */
 58754                   "\025\001",
 58755                   /* Override */
 58756                   "\044Name",
 58757                   /* MaxLen */
 58758 mike  1.1.2.1     "\030\000\000\001\000",
 58759                   0,
 58760               };
 58761               
 58762               static MetaProperty
 58763               _CIM_ServiceStatisticalInformation_Name =
 58764               {
 58765                   /* flags */
 58766                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 58767                   /* name */
 58768                   "Name",
 58769                   /* qualifiers */
 58770                   _CIM_ServiceStatisticalInformation_Name_qualifiers,
 58771                   /* type */
 58772                   CIMTYPE_STRING,
 58773                   /* subscript */
 58774                   -1,
 58775                   /* value */
 58776                   0,
 58777               };
 58778               
 58779 mike  1.1.2.1 static MetaFeature*
 58780               _CIM_ServiceStatisticalInformation_features[] =
 58781               {
 58782                   (MetaFeature*)&_CIM_ServiceStatisticalInformation_SystemCreationClassName,
 58783                   (MetaFeature*)&_CIM_ServiceStatisticalInformation_SystemName,
 58784                   (MetaFeature*)&_CIM_ServiceStatisticalInformation_ServiceCreationClassName,
 58785                   (MetaFeature*)&_CIM_ServiceStatisticalInformation_ServiceName,
 58786                   (MetaFeature*)&_CIM_ServiceStatisticalInformation_CreationClassName,
 58787                   (MetaFeature*)&_CIM_ServiceStatisticalInformation_Name,
 58788                   0,
 58789               };
 58790               
 58791               static const char*
 58792               __root_cimv2_CIM_ServiceStatisticalInformation_qualifiers[] =
 58793               {
 58794                   /* UMLPackagePath */
 58795                   "\057CIM::Core::Statistics",
 58796                   /* Version */
 58797                   "\0632.6.0",
 58798                   0,
 58799               };
 58800 mike  1.1.2.1 
 58801               MetaClass
 58802               __root_cimv2_CIM_ServiceStatisticalInformation =
 58803               {
 58804                   /* flags */
 58805                   META_FLAG_CLASS,
 58806                   /* name */
 58807                   "CIM_ServiceStatisticalInformation",
 58808                   /* qualifiers */
 58809                   __root_cimv2_CIM_ServiceStatisticalInformation_qualifiers,
 58810                   /* super */
 58811                   &__root_cimv2_CIM_StatisticalInformation,
 58812                   /* features */
 58813                   _CIM_ServiceStatisticalInformation_features,
 58814               };
 58815               
 58816               //==============================================================================
 58817               //
 58818               // Class: CIM_SettingAssociatedToCapabilities
 58819               //
 58820               //==============================================================================
 58821 mike  1.1.2.1 
 58822               static const char*
 58823               _CIM_SettingAssociatedToCapabilities_Antecedent_qualifiers[] =
 58824               {
 58825                   /* Override */
 58826                   "\044Antecedent",
 58827                   0,
 58828               };
 58829               
 58830               static MetaReference
 58831               _CIM_SettingAssociatedToCapabilities_Antecedent =
 58832               {
 58833                   /* flags */
 58834                   META_FLAG_REFERENCE|META_FLAG_READ,
 58835                   /* name */
 58836                   "Antecedent",
 58837                   /* qualifiers */
 58838                   _CIM_SettingAssociatedToCapabilities_Antecedent_qualifiers,
 58839                   /* subscript */
 58840                   -1,
 58841                   /* refId */
 58842 mike  1.1.2.1     &__root_cimv2_CIM_Capabilities,
 58843               };
 58844               
 58845               static const char*
 58846               _CIM_SettingAssociatedToCapabilities_Dependent_qualifiers[] =
 58847               {
 58848                   /* Override */
 58849                   "\044Dependent",
 58850                   0,
 58851               };
 58852               
 58853               static MetaReference
 58854               _CIM_SettingAssociatedToCapabilities_Dependent =
 58855               {
 58856                   /* flags */
 58857                   META_FLAG_REFERENCE|META_FLAG_READ,
 58858                   /* name */
 58859                   "Dependent",
 58860                   /* qualifiers */
 58861                   _CIM_SettingAssociatedToCapabilities_Dependent_qualifiers,
 58862                   /* subscript */
 58863 mike  1.1.2.1     -1,
 58864                   /* refId */
 58865                   &__root_cimv2_CIM_SettingData,
 58866               };
 58867               
 58868               static const char*
 58869               _CIM_SettingAssociatedToCapabilities_DefaultSetting_qualifiers[] =
 58870               {
 58871                   /* Required */
 58872                   "\050\001",
 58873                   0,
 58874               };
 58875               
 58876               static MetaProperty
 58877               _CIM_SettingAssociatedToCapabilities_DefaultSetting =
 58878               {
 58879                   /* flags */
 58880                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 58881                   /* name */
 58882                   "DefaultSetting",
 58883                   /* qualifiers */
 58884 mike  1.1.2.1     _CIM_SettingAssociatedToCapabilities_DefaultSetting_qualifiers,
 58885                   /* type */
 58886                   CIMTYPE_BOOLEAN,
 58887                   /* subscript */
 58888                   -1,
 58889                   /* value */
 58890                   "\000",
 58891               };
 58892               
 58893               static MetaFeature*
 58894               _CIM_SettingAssociatedToCapabilities_features[] =
 58895               {
 58896                   (MetaFeature*)&_CIM_SettingAssociatedToCapabilities_Antecedent,
 58897                   (MetaFeature*)&_CIM_SettingAssociatedToCapabilities_Dependent,
 58898                   (MetaFeature*)&_CIM_SettingAssociatedToCapabilities_DefaultSetting,
 58899                   0,
 58900               };
 58901               
 58902               static const char*
 58903               __root_cimv2_CIM_SettingAssociatedToCapabilities_qualifiers[] =
 58904               {
 58905 mike  1.1.2.1     /* ASSOCIATION */
 58906                   "\000\001",
 58907                   /* UMLPackagePath */
 58908                   "\057CIM::System::FilesystemServices",
 58909                   /* Version */
 58910                   "\0632.11.0",
 58911                   0,
 58912               };
 58913               
 58914               MetaClass
 58915               __root_cimv2_CIM_SettingAssociatedToCapabilities =
 58916               {
 58917                   /* flags */
 58918                   META_FLAG_ASSOCIATION,
 58919                   /* name */
 58920                   "CIM_SettingAssociatedToCapabilities",
 58921                   /* qualifiers */
 58922                   __root_cimv2_CIM_SettingAssociatedToCapabilities_qualifiers,
 58923                   /* super */
 58924                   &__root_cimv2_CIM_Dependency,
 58925                   /* features */
 58926 mike  1.1.2.1     _CIM_SettingAssociatedToCapabilities_features,
 58927               };
 58928               
 58929               //==============================================================================
 58930               //
 58931               // Class: CIM_SharedSecretAuthentication
 58932               //
 58933               //==============================================================================
 58934               
 58935               static const char*
 58936               _CIM_SharedSecretAuthentication_IDOfPrincipal_qualifiers[] =
 58937               {
 58938                   0,
 58939               };
 58940               
 58941               static MetaProperty
 58942               _CIM_SharedSecretAuthentication_IDOfPrincipal =
 58943               {
 58944                   /* flags */
 58945                   META_FLAG_PROPERTY|META_FLAG_READ,
 58946                   /* name */
 58947 mike  1.1.2.1     "IDOfPrincipal",
 58948                   /* qualifiers */
 58949                   _CIM_SharedSecretAuthentication_IDOfPrincipal_qualifiers,
 58950                   /* type */
 58951                   CIMTYPE_STRING,
 58952                   /* subscript */
 58953                   -1,
 58954                   /* value */
 58955                   0,
 58956               };
 58957               
 58958               static const char*
 58959               _CIM_SharedSecretAuthentication_ContextOfSecret_qualifiers[] =
 58960               {
 58961                   0,
 58962               };
 58963               
 58964               static MetaProperty
 58965               _CIM_SharedSecretAuthentication_ContextOfSecret =
 58966               {
 58967                   /* flags */
 58968 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 58969                   /* name */
 58970                   "ContextOfSecret",
 58971                   /* qualifiers */
 58972                   _CIM_SharedSecretAuthentication_ContextOfSecret_qualifiers,
 58973                   /* type */
 58974                   CIMTYPE_STRING,
 58975                   /* subscript */
 58976                   -1,
 58977                   /* value */
 58978                   0,
 58979               };
 58980               
 58981               static MetaFeature*
 58982               _CIM_SharedSecretAuthentication_features[] =
 58983               {
 58984                   (MetaFeature*)&_CIM_SharedSecretAuthentication_IDOfPrincipal,
 58985                   (MetaFeature*)&_CIM_SharedSecretAuthentication_ContextOfSecret,
 58986                   0,
 58987               };
 58988               
 58989 mike  1.1.2.1 static const char*
 58990               __root_cimv2_CIM_SharedSecretAuthentication_qualifiers[] =
 58991               {
 58992                   /* UMLPackagePath */
 58993                   "\057CIM::Policy",
 58994                   /* Version */
 58995                   "\0632.8.0",
 58996                   0,
 58997               };
 58998               
 58999               MetaClass
 59000               __root_cimv2_CIM_SharedSecretAuthentication =
 59001               {
 59002                   /* flags */
 59003                   META_FLAG_CLASS,
 59004                   /* name */
 59005                   "CIM_SharedSecretAuthentication",
 59006                   /* qualifiers */
 59007                   __root_cimv2_CIM_SharedSecretAuthentication_qualifiers,
 59008                   /* super */
 59009                   &__root_cimv2_CIM_AuthenticationCondition,
 59010 mike  1.1.2.1     /* features */
 59011                   _CIM_SharedSecretAuthentication_features,
 59012               };
 59013               
 59014               //==============================================================================
 59015               //
 59016               // Class: CIM_Slot
 59017               //
 59018               //==============================================================================
 59019               
 59020               static const char*
 59021               _CIM_Slot_ConnectorType_qualifiers[] =
 59022               {
 59023                   /* Override */
 59024                   "\044ConnectorType",
 59025                   /* MappingStrings */
 59026                   "\026\000\001MIF.DMTF|System Slot|005.2\000",
 59027                   0,
 59028               };
 59029               
 59030               static MetaProperty
 59031 mike  1.1.2.1 _CIM_Slot_ConnectorType =
 59032               {
 59033                   /* flags */
 59034                   META_FLAG_PROPERTY|META_FLAG_READ,
 59035                   /* name */
 59036                   "ConnectorType",
 59037                   /* qualifiers */
 59038                   _CIM_Slot_ConnectorType_qualifiers,
 59039                   /* type */
 59040                   CIMTYPE_UINT16,
 59041                   /* subscript */
 59042                   0,
 59043                   /* value */
 59044                   0,
 59045               };
 59046               
 59047               static const char*
 59048               _CIM_Slot_PoweredOn_qualifiers[] =
 59049               {
 59050                   /* Override */
 59051                   "\044PoweredOn",
 59052 mike  1.1.2.1     /* MappingStrings */
 59053                   "\026\000\001MIF.DMTF|System Slot|005.13\000",
 59054                   0,
 59055               };
 59056               
 59057               static MetaProperty
 59058               _CIM_Slot_PoweredOn =
 59059               {
 59060                   /* flags */
 59061                   META_FLAG_PROPERTY|META_FLAG_READ,
 59062                   /* name */
 59063                   "PoweredOn",
 59064                   /* qualifiers */
 59065                   _CIM_Slot_PoweredOn_qualifiers,
 59066                   /* type */
 59067                   CIMTYPE_BOOLEAN,
 59068                   /* subscript */
 59069                   -1,
 59070                   /* value */
 59071                   0,
 59072               };
 59073 mike  1.1.2.1 
 59074               static const char*
 59075               _CIM_Slot_SupportsHotPlug_qualifiers[] =
 59076               {
 59077                   0,
 59078               };
 59079               
 59080               static MetaProperty
 59081               _CIM_Slot_SupportsHotPlug =
 59082               {
 59083                   /* flags */
 59084                   META_FLAG_PROPERTY|META_FLAG_READ,
 59085                   /* name */
 59086                   "SupportsHotPlug",
 59087                   /* qualifiers */
 59088                   _CIM_Slot_SupportsHotPlug_qualifiers,
 59089                   /* type */
 59090                   CIMTYPE_BOOLEAN,
 59091                   /* subscript */
 59092                   -1,
 59093                   /* value */
 59094 mike  1.1.2.1     0,
 59095               };
 59096               
 59097               static const char*
 59098               _CIM_Slot_HeightAllowed_qualifiers[] =
 59099               {
 59100                   /* Units */
 59101                   "\060Inches",
 59102                   0,
 59103               };
 59104               
 59105               static MetaProperty
 59106               _CIM_Slot_HeightAllowed =
 59107               {
 59108                   /* flags */
 59109                   META_FLAG_PROPERTY|META_FLAG_READ,
 59110                   /* name */
 59111                   "HeightAllowed",
 59112                   /* qualifiers */
 59113                   _CIM_Slot_HeightAllowed_qualifiers,
 59114                   /* type */
 59115 mike  1.1.2.1     CIMTYPE_REAL32,
 59116                   /* subscript */
 59117                   -1,
 59118                   /* value */
 59119                   0,
 59120               };
 59121               
 59122               static const char*
 59123               _CIM_Slot_LengthAllowed_qualifiers[] =
 59124               {
 59125                   /* Units */
 59126                   "\060Inches",
 59127                   0,
 59128               };
 59129               
 59130               static MetaProperty
 59131               _CIM_Slot_LengthAllowed =
 59132               {
 59133                   /* flags */
 59134                   META_FLAG_PROPERTY|META_FLAG_READ,
 59135                   /* name */
 59136 mike  1.1.2.1     "LengthAllowed",
 59137                   /* qualifiers */
 59138                   _CIM_Slot_LengthAllowed_qualifiers,
 59139                   /* type */
 59140                   CIMTYPE_REAL32,
 59141                   /* subscript */
 59142                   -1,
 59143                   /* value */
 59144                   0,
 59145               };
 59146               
 59147               static const char*
 59148               _CIM_Slot_MaxDataWidth_qualifiers[] =
 59149               {
 59150                   /* Units */
 59151                   "\060Bits",
 59152                   /* ValueMap */
 59153                   "\061\000\0070\0001\0008\00016\00032\00064\000128\000",
 59154                   /* MappingStrings */
 59155                   "\026\000\001MIF.DMTF|System Slot|005.3\000",
 59156                   0,
 59157 mike  1.1.2.1 };
 59158               
 59159               static MetaProperty
 59160               _CIM_Slot_MaxDataWidth =
 59161               {
 59162                   /* flags */
 59163                   META_FLAG_PROPERTY|META_FLAG_READ,
 59164                   /* name */
 59165                   "MaxDataWidth",
 59166                   /* qualifiers */
 59167                   _CIM_Slot_MaxDataWidth_qualifiers,
 59168                   /* type */
 59169                   CIMTYPE_UINT16,
 59170                   /* subscript */
 59171                   -1,
 59172                   /* value */
 59173                   0,
 59174               };
 59175               
 59176               static const char*
 59177               _CIM_Slot_VccMixedVoltageSupport_qualifiers[] =
 59178 mike  1.1.2.1 {
 59179                   /* ValueMap */
 59180                   "\061\000\0040\0001\0002\0003\000",
 59181                   /* Values */
 59182                   "\062\000\004Unknown\000Other\0003.3V\0005V\000",
 59183                   /* MappingStrings */
 59184                   "\026\000\001MIF.DMTF|System Slot|005.9\000",
 59185                   0,
 59186               };
 59187               
 59188               static MetaProperty
 59189               _CIM_Slot_VccMixedVoltageSupport =
 59190               {
 59191                   /* flags */
 59192                   META_FLAG_PROPERTY|META_FLAG_READ,
 59193                   /* name */
 59194                   "VccMixedVoltageSupport",
 59195                   /* qualifiers */
 59196                   _CIM_Slot_VccMixedVoltageSupport_qualifiers,
 59197                   /* type */
 59198                   CIMTYPE_UINT16,
 59199 mike  1.1.2.1     /* subscript */
 59200                   0,
 59201                   /* value */
 59202                   0,
 59203               };
 59204               
 59205               static const char*
 59206               _CIM_Slot_VppMixedVoltageSupport_qualifiers[] =
 59207               {
 59208                   /* ValueMap */
 59209                   "\061\000\0050\0001\0002\0003\0004\000",
 59210                   /* Values */
 59211                   "\062\000\005Unknown\000Other\0003.3V\0005V\00012V\000",
 59212                   /* MappingStrings */
 59213                   "\026\000\001MIF.DMTF|System Slot|005.10\000",
 59214                   0,
 59215               };
 59216               
 59217               static MetaProperty
 59218               _CIM_Slot_VppMixedVoltageSupport =
 59219               {
 59220 mike  1.1.2.1     /* flags */
 59221                   META_FLAG_PROPERTY|META_FLAG_READ,
 59222                   /* name */
 59223                   "VppMixedVoltageSupport",
 59224                   /* qualifiers */
 59225                   _CIM_Slot_VppMixedVoltageSupport_qualifiers,
 59226                   /* type */
 59227                   CIMTYPE_UINT16,
 59228                   /* subscript */
 59229                   0,
 59230                   /* value */
 59231                   0,
 59232               };
 59233               
 59234               static const char*
 59235               _CIM_Slot_ThermalRating_qualifiers[] =
 59236               {
 59237                   /* Units */
 59238                   "\060MilliWatts",
 59239                   /* MappingStrings */
 59240                   "\026\000\001MIF.DMTF|System Slot|005.11\000",
 59241 mike  1.1.2.1     0,
 59242               };
 59243               
 59244               static MetaProperty
 59245               _CIM_Slot_ThermalRating =
 59246               {
 59247                   /* flags */
 59248                   META_FLAG_PROPERTY|META_FLAG_READ,
 59249                   /* name */
 59250                   "ThermalRating",
 59251                   /* qualifiers */
 59252                   _CIM_Slot_ThermalRating_qualifiers,
 59253                   /* type */
 59254                   CIMTYPE_UINT32,
 59255                   /* subscript */
 59256                   -1,
 59257                   /* value */
 59258                   0,
 59259               };
 59260               
 59261               static const char*
 59262 mike  1.1.2.1 _CIM_Slot_SpecialPurpose_qualifiers[] =
 59263               {
 59264                   /* ModelCorrespondence */
 59265                   "\036\000\001CIM_Slot.PurposeDescription\000",
 59266                   0,
 59267               };
 59268               
 59269               static MetaProperty
 59270               _CIM_Slot_SpecialPurpose =
 59271               {
 59272                   /* flags */
 59273                   META_FLAG_PROPERTY|META_FLAG_READ,
 59274                   /* name */
 59275                   "SpecialPurpose",
 59276                   /* qualifiers */
 59277                   _CIM_Slot_SpecialPurpose_qualifiers,
 59278                   /* type */
 59279                   CIMTYPE_BOOLEAN,
 59280                   /* subscript */
 59281                   -1,
 59282                   /* value */
 59283 mike  1.1.2.1     0,
 59284               };
 59285               
 59286               static const char*
 59287               _CIM_Slot_PurposeDescription_qualifiers[] =
 59288               {
 59289                   /* ModelCorrespondence */
 59290                   "\036\000\001CIM_Slot.SpecialPurpose\000",
 59291                   0,
 59292               };
 59293               
 59294               static MetaProperty
 59295               _CIM_Slot_PurposeDescription =
 59296               {
 59297                   /* flags */
 59298                   META_FLAG_PROPERTY|META_FLAG_READ,
 59299                   /* name */
 59300                   "PurposeDescription",
 59301                   /* qualifiers */
 59302                   _CIM_Slot_PurposeDescription_qualifiers,
 59303                   /* type */
 59304 mike  1.1.2.1     CIMTYPE_STRING,
 59305                   /* subscript */
 59306                   -1,
 59307                   /* value */
 59308                   0,
 59309               };
 59310               
 59311               static const char*
 59312               _CIM_Slot_Number_qualifiers[] =
 59313               {
 59314                   /* MappingStrings */
 59315                   "\026\000\001MIF.DMTF|System Slot|005.1\000",
 59316                   0,
 59317               };
 59318               
 59319               static MetaProperty
 59320               _CIM_Slot_Number =
 59321               {
 59322                   /* flags */
 59323                   META_FLAG_PROPERTY|META_FLAG_READ,
 59324                   /* name */
 59325 mike  1.1.2.1     "Number",
 59326                   /* qualifiers */
 59327                   _CIM_Slot_Number_qualifiers,
 59328                   /* type */
 59329                   CIMTYPE_UINT16,
 59330                   /* subscript */
 59331                   -1,
 59332                   /* value */
 59333                   0,
 59334               };
 59335               
 59336               static const char*
 59337               _CIM_Slot_Powered_qualifiers[] =
 59338               {
 59339                   /* Deprecated */
 59340                   "\013\000\001CIM_PhysicalElement.PoweredOn\000",
 59341                   /* MappingStrings */
 59342                   "\026\000\001MIF.DMTF|System Slot|005.13\000",
 59343                   0,
 59344               };
 59345               
 59346 mike  1.1.2.1 static MetaProperty
 59347               _CIM_Slot_Powered =
 59348               {
 59349                   /* flags */
 59350                   META_FLAG_PROPERTY|META_FLAG_READ,
 59351                   /* name */
 59352                   "Powered",
 59353                   /* qualifiers */
 59354                   _CIM_Slot_Powered_qualifiers,
 59355                   /* type */
 59356                   CIMTYPE_BOOLEAN,
 59357                   /* subscript */
 59358                   -1,
 59359                   /* value */
 59360                   0,
 59361               };
 59362               
 59363               static const char*
 59364               _CIM_Slot_OpenSwitch_qualifiers[] =
 59365               {
 59366                   /* MappingStrings */
 59367 mike  1.1.2.1     "\026\000\001MIF.DMTF|System Slot|005.15\000",
 59368                   0,
 59369               };
 59370               
 59371               static MetaProperty
 59372               _CIM_Slot_OpenSwitch =
 59373               {
 59374                   /* flags */
 59375                   META_FLAG_PROPERTY|META_FLAG_READ,
 59376                   /* name */
 59377                   "OpenSwitch",
 59378                   /* qualifiers */
 59379                   _CIM_Slot_OpenSwitch_qualifiers,
 59380                   /* type */
 59381                   CIMTYPE_BOOLEAN,
 59382                   /* subscript */
 59383                   -1,
 59384                   /* value */
 59385                   0,
 59386               };
 59387               
 59388 mike  1.1.2.1 static MetaFeature*
 59389               _CIM_Slot_features[] =
 59390               {
 59391                   (MetaFeature*)&_CIM_Slot_ConnectorType,
 59392                   (MetaFeature*)&_CIM_Slot_PoweredOn,
 59393                   (MetaFeature*)&_CIM_Slot_SupportsHotPlug,
 59394                   (MetaFeature*)&_CIM_Slot_HeightAllowed,
 59395                   (MetaFeature*)&_CIM_Slot_LengthAllowed,
 59396                   (MetaFeature*)&_CIM_Slot_MaxDataWidth,
 59397                   (MetaFeature*)&_CIM_Slot_VccMixedVoltageSupport,
 59398                   (MetaFeature*)&_CIM_Slot_VppMixedVoltageSupport,
 59399                   (MetaFeature*)&_CIM_Slot_ThermalRating,
 59400                   (MetaFeature*)&_CIM_Slot_SpecialPurpose,
 59401                   (MetaFeature*)&_CIM_Slot_PurposeDescription,
 59402                   (MetaFeature*)&_CIM_Slot_Number,
 59403                   (MetaFeature*)&_CIM_Slot_Powered,
 59404                   (MetaFeature*)&_CIM_Slot_OpenSwitch,
 59405                   0,
 59406               };
 59407               
 59408               static const char*
 59409 mike  1.1.2.1 __root_cimv2_CIM_Slot_qualifiers[] =
 59410               {
 59411                   /* UMLPackagePath */
 59412                   "\057CIM::Physical::Connector",
 59413                   /* Version */
 59414                   "\0632.7.0",
 59415                   0,
 59416               };
 59417               
 59418               MetaClass
 59419               __root_cimv2_CIM_Slot =
 59420               {
 59421                   /* flags */
 59422                   META_FLAG_CLASS,
 59423                   /* name */
 59424                   "CIM_Slot",
 59425                   /* qualifiers */
 59426                   __root_cimv2_CIM_Slot_qualifiers,
 59427                   /* super */
 59428                   &__root_cimv2_CIM_PhysicalConnector,
 59429                   /* features */
 59430 mike  1.1.2.1     _CIM_Slot_features,
 59431               };
 59432               
 59433               //==============================================================================
 59434               //
 59435               // Class: CIM_SoftwareElement
 59436               //
 59437               //==============================================================================
 59438               
 59439               static const char*
 59440               _CIM_SoftwareElement_Name_qualifiers[] =
 59441               {
 59442                   /* Key */
 59443                   "\025\001",
 59444                   /* Override */
 59445                   "\044Name",
 59446                   /* MaxLen */
 59447                   "\030\000\000\001\000",
 59448                   0,
 59449               };
 59450               
 59451 mike  1.1.2.1 static MetaProperty
 59452               _CIM_SoftwareElement_Name =
 59453               {
 59454                   /* flags */
 59455                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 59456                   /* name */
 59457                   "Name",
 59458                   /* qualifiers */
 59459                   _CIM_SoftwareElement_Name_qualifiers,
 59460                   /* type */
 59461                   CIMTYPE_STRING,
 59462                   /* subscript */
 59463                   -1,
 59464                   /* value */
 59465                   0,
 59466               };
 59467               
 59468               static const char*
 59469               _CIM_SoftwareElement_Version_qualifiers[] =
 59470               {
 59471                   /* Key */
 59472 mike  1.1.2.1     "\025\001",
 59473                   /* MaxLen */
 59474                   "\030\000\000\000\100",
 59475                   /* MappingStrings */
 59476                   "\026\000\001MIF.DMTF|SubComponent Software |001.4\000",
 59477                   0,
 59478               };
 59479               
 59480               static MetaProperty
 59481               _CIM_SoftwareElement_Version =
 59482               {
 59483                   /* flags */
 59484                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 59485                   /* name */
 59486                   "Version",
 59487                   /* qualifiers */
 59488                   _CIM_SoftwareElement_Version_qualifiers,
 59489                   /* type */
 59490                   CIMTYPE_STRING,
 59491                   /* subscript */
 59492                   -1,
 59493 mike  1.1.2.1     /* value */
 59494                   0,
 59495               };
 59496               
 59497               static const char*
 59498               _CIM_SoftwareElement_SoftwareElementState_qualifiers[] =
 59499               {
 59500                   /* Key */
 59501                   "\025\001",
 59502                   /* ValueMap */
 59503                   "\061\000\0040\0001\0002\0003\000",
 59504                   /* Values */
 59505                   "\062\000\004Deployable\000Installable\000Executable\000Running\000",
 59506                   0,
 59507               };
 59508               
 59509               static MetaProperty
 59510               _CIM_SoftwareElement_SoftwareElementState =
 59511               {
 59512                   /* flags */
 59513                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 59514 mike  1.1.2.1     /* name */
 59515                   "SoftwareElementState",
 59516                   /* qualifiers */
 59517                   _CIM_SoftwareElement_SoftwareElementState_qualifiers,
 59518                   /* type */
 59519                   CIMTYPE_UINT16,
 59520                   /* subscript */
 59521                   -1,
 59522                   /* value */
 59523                   0,
 59524               };
 59525               
 59526               static const char*
 59527               _CIM_SoftwareElement_SoftwareElementID_qualifiers[] =
 59528               {
 59529                   /* Key */
 59530                   "\025\001",
 59531                   /* MaxLen */
 59532                   "\030\000\000\001\000",
 59533                   0,
 59534               };
 59535 mike  1.1.2.1 
 59536               static MetaProperty
 59537               _CIM_SoftwareElement_SoftwareElementID =
 59538               {
 59539                   /* flags */
 59540                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 59541                   /* name */
 59542                   "SoftwareElementID",
 59543                   /* qualifiers */
 59544                   _CIM_SoftwareElement_SoftwareElementID_qualifiers,
 59545                   /* type */
 59546                   CIMTYPE_STRING,
 59547                   /* subscript */
 59548                   -1,
 59549                   /* value */
 59550                   0,
 59551               };
 59552               
 59553               static const char*
 59554               _CIM_SoftwareElement_TargetOperatingSystem_qualifiers[] =
 59555               {
 59556 mike  1.1.2.1     /* Key */
 59557                   "\025\001",
 59558                   /* ValueMap */
 59559                   "\061\000\1070\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\00025\00026\00027\00028\00029\00030\00031\00032\00033\00034\00035\00036\00037\00038\00039\00040\00041\00042\00043\00044\00045\00046\00047\00048\00049\00050\00051\00052\00053\00054\00055\00056\00057\00058\00059\00060\00061\00062\00063\00064\00065\00066\00067\00068\00069\00070\000",
 59560                   /* Values */
 59561                   "\062\000\107Unknown\000Other\000MACOS\000ATTUNIX\000DGUX\000DECNT\000Tru64 UNIX\000OpenVMS\000HPUX\000AIX\000MVS\000OS400\000OS/2\000JavaVM\000MSDOS\000WIN3x\000WIN95\000WIN98\000WINNT\000WINCE\000NCR3000\000NetWare\000OSF\000DC/OS\000Reliant UNIX\000SCO UnixWare\000SCO OpenServer\000Sequent\000IRIX\000Solaris\000SunOS\000U6000\000ASERIES\000HP NonStop OS\000HP NonStop OSS\000BS2000\000LINUX\000Lynx\000XENIX\000VM\000Interactive UNIX\000BSDUNIX\000FreeBSD\000NetBSD\000GNU Hurd\000OS9\000MACH Kernel\000Inferno\000QNX\000EPOC\000IxWorks\000VxWorks\000MiNT\000BeOS\000HP MPE\000NextStep\000PalmPilot\000Rhapsody\000Windows 2000\000Dedicated\000OS/390\000VSE\000TPF\000Windows (R) Me\000Caldera Open UNIX\000OpenBSD\000Not Applicable\000Windows XP\000z/OS\000Microsoft Windows Server 2003\000Microsoft Windows Server 2003 64-Bit\000",
 59562                   /* MappingStrings */
 59563                   "\026\000\001MIF.DMTF|SubComponent Software|001.8\000",
 59564                   /* ModelCorrespondence */
 59565                   "\036\000\001CIM_OperatingSystem.OSType\000",
 59566                   0,
 59567               };
 59568               
 59569               static MetaProperty
 59570               _CIM_SoftwareElement_TargetOperatingSystem =
 59571               {
 59572                   /* flags */
 59573                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 59574                   /* name */
 59575                   "TargetOperatingSystem",
 59576                   /* qualifiers */
 59577 mike  1.1.2.1     _CIM_SoftwareElement_TargetOperatingSystem_qualifiers,
 59578                   /* type */
 59579                   CIMTYPE_UINT16,
 59580                   /* subscript */
 59581                   -1,
 59582                   /* value */
 59583                   0,
 59584               };
 59585               
 59586               static const char*
 59587               _CIM_SoftwareElement_OtherTargetOS_qualifiers[] =
 59588               {
 59589                   /* MaxLen */
 59590                   "\030\000\000\000\100",
 59591                   /* ModelCorrespondence */
 59592                   "\036\000\001CIM_OperatingSystem.OtherTypeDescription\000",
 59593                   0,
 59594               };
 59595               
 59596               static MetaProperty
 59597               _CIM_SoftwareElement_OtherTargetOS =
 59598 mike  1.1.2.1 {
 59599                   /* flags */
 59600                   META_FLAG_PROPERTY|META_FLAG_READ,
 59601                   /* name */
 59602                   "OtherTargetOS",
 59603                   /* qualifiers */
 59604                   _CIM_SoftwareElement_OtherTargetOS_qualifiers,
 59605                   /* type */
 59606                   CIMTYPE_STRING,
 59607                   /* subscript */
 59608                   -1,
 59609                   /* value */
 59610                   0,
 59611               };
 59612               
 59613               static const char*
 59614               _CIM_SoftwareElement_Manufacturer_qualifiers[] =
 59615               {
 59616                   /* MaxLen */
 59617                   "\030\000\000\001\000",
 59618                   /* MappingStrings */
 59619 mike  1.1.2.1     "\026\000\001MIF.DMTF|SubComponent Software|001.3\000",
 59620                   0,
 59621               };
 59622               
 59623               static MetaProperty
 59624               _CIM_SoftwareElement_Manufacturer =
 59625               {
 59626                   /* flags */
 59627                   META_FLAG_PROPERTY|META_FLAG_READ,
 59628                   /* name */
 59629                   "Manufacturer",
 59630                   /* qualifiers */
 59631                   _CIM_SoftwareElement_Manufacturer_qualifiers,
 59632                   /* type */
 59633                   CIMTYPE_STRING,
 59634                   /* subscript */
 59635                   -1,
 59636                   /* value */
 59637                   0,
 59638               };
 59639               
 59640 mike  1.1.2.1 static const char*
 59641               _CIM_SoftwareElement_BuildNumber_qualifiers[] =
 59642               {
 59643                   /* MaxLen */
 59644                   "\030\000\000\000\100",
 59645                   /* MappingStrings */
 59646                   "\026\000\001MIF.DMTF|Software Component Information|002.4\000",
 59647                   0,
 59648               };
 59649               
 59650               static MetaProperty
 59651               _CIM_SoftwareElement_BuildNumber =
 59652               {
 59653                   /* flags */
 59654                   META_FLAG_PROPERTY|META_FLAG_READ,
 59655                   /* name */
 59656                   "BuildNumber",
 59657                   /* qualifiers */
 59658                   _CIM_SoftwareElement_BuildNumber_qualifiers,
 59659                   /* type */
 59660                   CIMTYPE_STRING,
 59661 mike  1.1.2.1     /* subscript */
 59662                   -1,
 59663                   /* value */
 59664                   0,
 59665               };
 59666               
 59667               static const char*
 59668               _CIM_SoftwareElement_SerialNumber_qualifiers[] =
 59669               {
 59670                   /* MaxLen */
 59671                   "\030\000\000\000\100",
 59672                   /* MappingStrings */
 59673                   "\026\000\001MIF.DMTF|ComponentID|001.4\000",
 59674                   0,
 59675               };
 59676               
 59677               static MetaProperty
 59678               _CIM_SoftwareElement_SerialNumber =
 59679               {
 59680                   /* flags */
 59681                   META_FLAG_PROPERTY|META_FLAG_READ,
 59682 mike  1.1.2.1     /* name */
 59683                   "SerialNumber",
 59684                   /* qualifiers */
 59685                   _CIM_SoftwareElement_SerialNumber_qualifiers,
 59686                   /* type */
 59687                   CIMTYPE_STRING,
 59688                   /* subscript */
 59689                   -1,
 59690                   /* value */
 59691                   0,
 59692               };
 59693               
 59694               static const char*
 59695               _CIM_SoftwareElement_CodeSet_qualifiers[] =
 59696               {
 59697                   /* MaxLen */
 59698                   "\030\000\000\000\100",
 59699                   0,
 59700               };
 59701               
 59702               static MetaProperty
 59703 mike  1.1.2.1 _CIM_SoftwareElement_CodeSet =
 59704               {
 59705                   /* flags */
 59706                   META_FLAG_PROPERTY|META_FLAG_READ,
 59707                   /* name */
 59708                   "CodeSet",
 59709                   /* qualifiers */
 59710                   _CIM_SoftwareElement_CodeSet_qualifiers,
 59711                   /* type */
 59712                   CIMTYPE_STRING,
 59713                   /* subscript */
 59714                   -1,
 59715                   /* value */
 59716                   0,
 59717               };
 59718               
 59719               static const char*
 59720               _CIM_SoftwareElement_IdentificationCode_qualifiers[] =
 59721               {
 59722                   /* MaxLen */
 59723                   "\030\000\000\000\100",
 59724 mike  1.1.2.1     /* MappingStrings */
 59725                   "\026\000\001MIF.DMTF|SubComponent Software|001.6\000",
 59726                   0,
 59727               };
 59728               
 59729               static MetaProperty
 59730               _CIM_SoftwareElement_IdentificationCode =
 59731               {
 59732                   /* flags */
 59733                   META_FLAG_PROPERTY|META_FLAG_READ,
 59734                   /* name */
 59735                   "IdentificationCode",
 59736                   /* qualifiers */
 59737                   _CIM_SoftwareElement_IdentificationCode_qualifiers,
 59738                   /* type */
 59739                   CIMTYPE_STRING,
 59740                   /* subscript */
 59741                   -1,
 59742                   /* value */
 59743                   0,
 59744               };
 59745 mike  1.1.2.1 
 59746               static const char*
 59747               _CIM_SoftwareElement_LanguageEdition_qualifiers[] =
 59748               {
 59749                   /* MaxLen */
 59750                   "\030\000\000\000\040",
 59751                   /* MappingStrings */
 59752                   "\026\000\001MIF.DMTF|SubComponent Software|001.7\000",
 59753                   0,
 59754               };
 59755               
 59756               static MetaProperty
 59757               _CIM_SoftwareElement_LanguageEdition =
 59758               {
 59759                   /* flags */
 59760                   META_FLAG_PROPERTY|META_FLAG_READ,
 59761                   /* name */
 59762                   "LanguageEdition",
 59763                   /* qualifiers */
 59764                   _CIM_SoftwareElement_LanguageEdition_qualifiers,
 59765                   /* type */
 59766 mike  1.1.2.1     CIMTYPE_STRING,
 59767                   /* subscript */
 59768                   -1,
 59769                   /* value */
 59770                   0,
 59771               };
 59772               
 59773               static MetaFeature*
 59774               _CIM_SoftwareElement_features[] =
 59775               {
 59776                   (MetaFeature*)&_CIM_SoftwareElement_Name,
 59777                   (MetaFeature*)&_CIM_SoftwareElement_Version,
 59778                   (MetaFeature*)&_CIM_SoftwareElement_SoftwareElementState,
 59779                   (MetaFeature*)&_CIM_SoftwareElement_SoftwareElementID,
 59780                   (MetaFeature*)&_CIM_SoftwareElement_TargetOperatingSystem,
 59781                   (MetaFeature*)&_CIM_SoftwareElement_OtherTargetOS,
 59782                   (MetaFeature*)&_CIM_SoftwareElement_Manufacturer,
 59783                   (MetaFeature*)&_CIM_SoftwareElement_BuildNumber,
 59784                   (MetaFeature*)&_CIM_SoftwareElement_SerialNumber,
 59785                   (MetaFeature*)&_CIM_SoftwareElement_CodeSet,
 59786                   (MetaFeature*)&_CIM_SoftwareElement_IdentificationCode,
 59787 mike  1.1.2.1     (MetaFeature*)&_CIM_SoftwareElement_LanguageEdition,
 59788                   0,
 59789               };
 59790               
 59791               static const char*
 59792               __root_cimv2_CIM_SoftwareElement_qualifiers[] =
 59793               {
 59794                   /* UMLPackagePath */
 59795                   "\057CIM::Application::DeploymentModel",
 59796                   /* Version */
 59797                   "\0632.7.0",
 59798                   0,
 59799               };
 59800               
 59801               MetaClass
 59802               __root_cimv2_CIM_SoftwareElement =
 59803               {
 59804                   /* flags */
 59805                   META_FLAG_CLASS,
 59806                   /* name */
 59807                   "CIM_SoftwareElement",
 59808 mike  1.1.2.1     /* qualifiers */
 59809                   __root_cimv2_CIM_SoftwareElement_qualifiers,
 59810                   /* super */
 59811                   &__root_cimv2_CIM_LogicalElement,
 59812                   /* features */
 59813                   _CIM_SoftwareElement_features,
 59814               };
 59815               
 59816               //==============================================================================
 59817               //
 59818               // Class: CIM_SoftwareElementComponent
 59819               //
 59820               //==============================================================================
 59821               
 59822               static const char*
 59823               _CIM_SoftwareElementComponent_GroupComponent_qualifiers[] =
 59824               {
 59825                   /* Aggregate */
 59826                   "\003\001",
 59827                   /* Override */
 59828                   "\044GroupComponent",
 59829 mike  1.1.2.1     /* Min */
 59830                   "\033\000\000\000\001",
 59831                   /* Max */
 59832                   "\027\000\000\000\001",
 59833                   0,
 59834               };
 59835               
 59836               static MetaReference
 59837               _CIM_SoftwareElementComponent_GroupComponent =
 59838               {
 59839                   /* flags */
 59840                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 59841                   /* name */
 59842                   "GroupComponent",
 59843                   /* qualifiers */
 59844                   _CIM_SoftwareElementComponent_GroupComponent_qualifiers,
 59845                   /* subscript */
 59846                   -1,
 59847                   /* refId */
 59848                   &__root_cimv2_CIM_SoftwareElement,
 59849               };
 59850 mike  1.1.2.1 
 59851               static const char*
 59852               _CIM_SoftwareElementComponent_PartComponent_qualifiers[] =
 59853               {
 59854                   /* Override */
 59855                   "\044PartComponent",
 59856                   0,
 59857               };
 59858               
 59859               static MetaReference
 59860               _CIM_SoftwareElementComponent_PartComponent =
 59861               {
 59862                   /* flags */
 59863                   META_FLAG_REFERENCE|META_FLAG_READ,
 59864                   /* name */
 59865                   "PartComponent",
 59866                   /* qualifiers */
 59867                   _CIM_SoftwareElementComponent_PartComponent_qualifiers,
 59868                   /* subscript */
 59869                   -1,
 59870                   /* refId */
 59871 mike  1.1.2.1     &__root_cimv2_CIM_SoftwareElement,
 59872               };
 59873               
 59874               static MetaFeature*
 59875               _CIM_SoftwareElementComponent_features[] =
 59876               {
 59877                   (MetaFeature*)&_CIM_SoftwareElementComponent_GroupComponent,
 59878                   (MetaFeature*)&_CIM_SoftwareElementComponent_PartComponent,
 59879                   0,
 59880               };
 59881               
 59882               static const char*
 59883               __root_cimv2_CIM_SoftwareElementComponent_qualifiers[] =
 59884               {
 59885                   /* ASSOCIATION */
 59886                   "\000\001",
 59887                   /* UMLPackagePath */
 59888                   "\057CIM::Application::DeploymentModel",
 59889                   /* Aggregation */
 59890                   "\004\001",
 59891                   /* Version */
 59892 mike  1.1.2.1     "\0632.8.0",
 59893                   0,
 59894               };
 59895               
 59896               MetaClass
 59897               __root_cimv2_CIM_SoftwareElementComponent =
 59898               {
 59899                   /* flags */
 59900                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 59901                   /* name */
 59902                   "CIM_SoftwareElementComponent",
 59903                   /* qualifiers */
 59904                   __root_cimv2_CIM_SoftwareElementComponent_qualifiers,
 59905                   /* super */
 59906                   &__root_cimv2_CIM_Component,
 59907                   /* features */
 59908                   _CIM_SoftwareElementComponent_features,
 59909               };
 59910               
 59911               //==============================================================================
 59912               //
 59913 mike  1.1.2.1 // Class: CIM_SoftwareFeature
 59914               //
 59915               //==============================================================================
 59916               
 59917               static const char*
 59918               _CIM_SoftwareFeature_IdentifyingNumber_qualifiers[] =
 59919               {
 59920                   /* Key */
 59921                   "\025\001",
 59922                   /* Propagated */
 59923                   "\045CIM_Product.IdentifyingNumber",
 59924                   /* MaxLen */
 59925                   "\030\000\000\000\100",
 59926                   0,
 59927               };
 59928               
 59929               static MetaProperty
 59930               _CIM_SoftwareFeature_IdentifyingNumber =
 59931               {
 59932                   /* flags */
 59933                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 59934 mike  1.1.2.1     /* name */
 59935                   "IdentifyingNumber",
 59936                   /* qualifiers */
 59937                   _CIM_SoftwareFeature_IdentifyingNumber_qualifiers,
 59938                   /* type */
 59939                   CIMTYPE_STRING,
 59940                   /* subscript */
 59941                   -1,
 59942                   /* value */
 59943                   0,
 59944               };
 59945               
 59946               static const char*
 59947               _CIM_SoftwareFeature_ProductName_qualifiers[] =
 59948               {
 59949                   /* Key */
 59950                   "\025\001",
 59951                   /* Propagated */
 59952                   "\045CIM_Product.Name",
 59953                   /* MaxLen */
 59954                   "\030\000\000\001\000",
 59955 mike  1.1.2.1     0,
 59956               };
 59957               
 59958               static MetaProperty
 59959               _CIM_SoftwareFeature_ProductName =
 59960               {
 59961                   /* flags */
 59962                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 59963                   /* name */
 59964                   "ProductName",
 59965                   /* qualifiers */
 59966                   _CIM_SoftwareFeature_ProductName_qualifiers,
 59967                   /* type */
 59968                   CIMTYPE_STRING,
 59969                   /* subscript */
 59970                   -1,
 59971                   /* value */
 59972                   0,
 59973               };
 59974               
 59975               static const char*
 59976 mike  1.1.2.1 _CIM_SoftwareFeature_Vendor_qualifiers[] =
 59977               {
 59978                   /* Key */
 59979                   "\025\001",
 59980                   /* Propagated */
 59981                   "\045CIM_Product.Vendor",
 59982                   /* MaxLen */
 59983                   "\030\000\000\001\000",
 59984                   0,
 59985               };
 59986               
 59987               static MetaProperty
 59988               _CIM_SoftwareFeature_Vendor =
 59989               {
 59990                   /* flags */
 59991                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 59992                   /* name */
 59993                   "Vendor",
 59994                   /* qualifiers */
 59995                   _CIM_SoftwareFeature_Vendor_qualifiers,
 59996                   /* type */
 59997 mike  1.1.2.1     CIMTYPE_STRING,
 59998                   /* subscript */
 59999                   -1,
 60000                   /* value */
 60001                   0,
 60002               };
 60003               
 60004               static const char*
 60005               _CIM_SoftwareFeature_Version_qualifiers[] =
 60006               {
 60007                   /* Key */
 60008                   "\025\001",
 60009                   /* Propagated */
 60010                   "\045CIM_Product.Version",
 60011                   /* MaxLen */
 60012                   "\030\000\000\000\100",
 60013                   0,
 60014               };
 60015               
 60016               static MetaProperty
 60017               _CIM_SoftwareFeature_Version =
 60018 mike  1.1.2.1 {
 60019                   /* flags */
 60020                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 60021                   /* name */
 60022                   "Version",
 60023                   /* qualifiers */
 60024                   _CIM_SoftwareFeature_Version_qualifiers,
 60025                   /* type */
 60026                   CIMTYPE_STRING,
 60027                   /* subscript */
 60028                   -1,
 60029                   /* value */
 60030                   0,
 60031               };
 60032               
 60033               static const char*
 60034               _CIM_SoftwareFeature_Name_qualifiers[] =
 60035               {
 60036                   /* Key */
 60037                   "\025\001",
 60038                   /* Override */
 60039 mike  1.1.2.1     "\044Name",
 60040                   /* MaxLen */
 60041                   "\030\000\000\001\000",
 60042                   0,
 60043               };
 60044               
 60045               static MetaProperty
 60046               _CIM_SoftwareFeature_Name =
 60047               {
 60048                   /* flags */
 60049                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 60050                   /* name */
 60051                   "Name",
 60052                   /* qualifiers */
 60053                   _CIM_SoftwareFeature_Name_qualifiers,
 60054                   /* type */
 60055                   CIMTYPE_STRING,
 60056                   /* subscript */
 60057                   -1,
 60058                   /* value */
 60059                   0,
 60060 mike  1.1.2.1 };
 60061               
 60062               static MetaFeature*
 60063               _CIM_SoftwareFeature_features[] =
 60064               {
 60065                   (MetaFeature*)&_CIM_SoftwareFeature_IdentifyingNumber,
 60066                   (MetaFeature*)&_CIM_SoftwareFeature_ProductName,
 60067                   (MetaFeature*)&_CIM_SoftwareFeature_Vendor,
 60068                   (MetaFeature*)&_CIM_SoftwareFeature_Version,
 60069                   (MetaFeature*)&_CIM_SoftwareFeature_Name,
 60070                   0,
 60071               };
 60072               
 60073               static const char*
 60074               __root_cimv2_CIM_SoftwareFeature_qualifiers[] =
 60075               {
 60076                   /* UMLPackagePath */
 60077                   "\057CIM::Application::DeploymentModel",
 60078                   /* Version */
 60079                   "\0632.6.0",
 60080                   0,
 60081 mike  1.1.2.1 };
 60082               
 60083               MetaClass
 60084               __root_cimv2_CIM_SoftwareFeature =
 60085               {
 60086                   /* flags */
 60087                   META_FLAG_CLASS,
 60088                   /* name */
 60089                   "CIM_SoftwareFeature",
 60090                   /* qualifiers */
 60091                   __root_cimv2_CIM_SoftwareFeature_qualifiers,
 60092                   /* super */
 60093                   &__root_cimv2_CIM_LogicalElement,
 60094                   /* features */
 60095                   _CIM_SoftwareFeature_features,
 60096               };
 60097               
 60098               //==============================================================================
 60099               //
 60100               // Class: CIM_SoftwareFeatureComponent
 60101               //
 60102 mike  1.1.2.1 //==============================================================================
 60103               
 60104               static const char*
 60105               _CIM_SoftwareFeatureComponent_GroupComponent_qualifiers[] =
 60106               {
 60107                   /* Aggregate */
 60108                   "\003\001",
 60109                   /* Override */
 60110                   "\044GroupComponent",
 60111                   0,
 60112               };
 60113               
 60114               static MetaReference
 60115               _CIM_SoftwareFeatureComponent_GroupComponent =
 60116               {
 60117                   /* flags */
 60118                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 60119                   /* name */
 60120                   "GroupComponent",
 60121                   /* qualifiers */
 60122                   _CIM_SoftwareFeatureComponent_GroupComponent_qualifiers,
 60123 mike  1.1.2.1     /* subscript */
 60124                   -1,
 60125                   /* refId */
 60126                   &__root_cimv2_CIM_SoftwareFeature,
 60127               };
 60128               
 60129               static const char*
 60130               _CIM_SoftwareFeatureComponent_PartComponent_qualifiers[] =
 60131               {
 60132                   /* Override */
 60133                   "\044PartComponent",
 60134                   0,
 60135               };
 60136               
 60137               static MetaReference
 60138               _CIM_SoftwareFeatureComponent_PartComponent =
 60139               {
 60140                   /* flags */
 60141                   META_FLAG_REFERENCE|META_FLAG_READ,
 60142                   /* name */
 60143                   "PartComponent",
 60144 mike  1.1.2.1     /* qualifiers */
 60145                   _CIM_SoftwareFeatureComponent_PartComponent_qualifiers,
 60146                   /* subscript */
 60147                   -1,
 60148                   /* refId */
 60149                   &__root_cimv2_CIM_SoftwareFeature,
 60150               };
 60151               
 60152               static MetaFeature*
 60153               _CIM_SoftwareFeatureComponent_features[] =
 60154               {
 60155                   (MetaFeature*)&_CIM_SoftwareFeatureComponent_GroupComponent,
 60156                   (MetaFeature*)&_CIM_SoftwareFeatureComponent_PartComponent,
 60157                   0,
 60158               };
 60159               
 60160               static const char*
 60161               __root_cimv2_CIM_SoftwareFeatureComponent_qualifiers[] =
 60162               {
 60163                   /* ASSOCIATION */
 60164                   "\000\001",
 60165 mike  1.1.2.1     /* UMLPackagePath */
 60166                   "\057CIM::Application::DeploymentModel",
 60167                   /* Aggregation */
 60168                   "\004\001",
 60169                   /* Version */
 60170                   "\0632.6.0",
 60171                   0,
 60172               };
 60173               
 60174               MetaClass
 60175               __root_cimv2_CIM_SoftwareFeatureComponent =
 60176               {
 60177                   /* flags */
 60178                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 60179                   /* name */
 60180                   "CIM_SoftwareFeatureComponent",
 60181                   /* qualifiers */
 60182                   __root_cimv2_CIM_SoftwareFeatureComponent_qualifiers,
 60183                   /* super */
 60184                   &__root_cimv2_CIM_Component,
 60185                   /* features */
 60186 mike  1.1.2.1     _CIM_SoftwareFeatureComponent_features,
 60187               };
 60188               
 60189               //==============================================================================
 60190               //
 60191               // Class: CIM_SoftwareFeatureSoftwareElements
 60192               //
 60193               //==============================================================================
 60194               
 60195               static const char*
 60196               _CIM_SoftwareFeatureSoftwareElements_GroupComponent_qualifiers[] =
 60197               {
 60198                   /* Aggregate */
 60199                   "\003\001",
 60200                   /* Override */
 60201                   "\044GroupComponent",
 60202                   0,
 60203               };
 60204               
 60205               static MetaReference
 60206               _CIM_SoftwareFeatureSoftwareElements_GroupComponent =
 60207 mike  1.1.2.1 {
 60208                   /* flags */
 60209                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 60210                   /* name */
 60211                   "GroupComponent",
 60212                   /* qualifiers */
 60213                   _CIM_SoftwareFeatureSoftwareElements_GroupComponent_qualifiers,
 60214                   /* subscript */
 60215                   -1,
 60216                   /* refId */
 60217                   &__root_cimv2_CIM_SoftwareFeature,
 60218               };
 60219               
 60220               static const char*
 60221               _CIM_SoftwareFeatureSoftwareElements_PartComponent_qualifiers[] =
 60222               {
 60223                   /* Override */
 60224                   "\044PartComponent",
 60225                   0,
 60226               };
 60227               
 60228 mike  1.1.2.1 static MetaReference
 60229               _CIM_SoftwareFeatureSoftwareElements_PartComponent =
 60230               {
 60231                   /* flags */
 60232                   META_FLAG_REFERENCE|META_FLAG_READ,
 60233                   /* name */
 60234                   "PartComponent",
 60235                   /* qualifiers */
 60236                   _CIM_SoftwareFeatureSoftwareElements_PartComponent_qualifiers,
 60237                   /* subscript */
 60238                   -1,
 60239                   /* refId */
 60240                   &__root_cimv2_CIM_SoftwareElement,
 60241               };
 60242               
 60243               static MetaFeature*
 60244               _CIM_SoftwareFeatureSoftwareElements_features[] =
 60245               {
 60246                   (MetaFeature*)&_CIM_SoftwareFeatureSoftwareElements_GroupComponent,
 60247                   (MetaFeature*)&_CIM_SoftwareFeatureSoftwareElements_PartComponent,
 60248                   0,
 60249 mike  1.1.2.1 };
 60250               
 60251               static const char*
 60252               __root_cimv2_CIM_SoftwareFeatureSoftwareElements_qualifiers[] =
 60253               {
 60254                   /* ASSOCIATION */
 60255                   "\000\001",
 60256                   /* UMLPackagePath */
 60257                   "\057CIM::Application::DeploymentModel",
 60258                   /* Aggregation */
 60259                   "\004\001",
 60260                   /* Version */
 60261                   "\0632.6.0",
 60262                   0,
 60263               };
 60264               
 60265               MetaClass
 60266               __root_cimv2_CIM_SoftwareFeatureSoftwareElements =
 60267               {
 60268                   /* flags */
 60269                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 60270 mike  1.1.2.1     /* name */
 60271                   "CIM_SoftwareFeatureSoftwareElements",
 60272                   /* qualifiers */
 60273                   __root_cimv2_CIM_SoftwareFeatureSoftwareElements_qualifiers,
 60274                   /* super */
 60275                   &__root_cimv2_CIM_Component,
 60276                   /* features */
 60277                   _CIM_SoftwareFeatureSoftwareElements_features,
 60278               };
 60279               
 60280               //==============================================================================
 60281               //
 60282               // Class: CIM_SoftwareIdentity
 60283               //
 60284               //==============================================================================
 60285               
 60286               static const char*
 60287               _CIM_SoftwareIdentity_InstanceID_qualifiers[] =
 60288               {
 60289                   /* Key */
 60290                   "\025\001",
 60291 mike  1.1.2.1     0,
 60292               };
 60293               
 60294               static MetaProperty
 60295               _CIM_SoftwareIdentity_InstanceID =
 60296               {
 60297                   /* flags */
 60298                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 60299                   /* name */
 60300                   "InstanceID",
 60301                   /* qualifiers */
 60302                   _CIM_SoftwareIdentity_InstanceID_qualifiers,
 60303                   /* type */
 60304                   CIMTYPE_STRING,
 60305                   /* subscript */
 60306                   -1,
 60307                   /* value */
 60308                   0,
 60309               };
 60310               
 60311               static const char*
 60312 mike  1.1.2.1 _CIM_SoftwareIdentity_MajorVersion_qualifiers[] =
 60313               {
 60314                   0,
 60315               };
 60316               
 60317               static MetaProperty
 60318               _CIM_SoftwareIdentity_MajorVersion =
 60319               {
 60320                   /* flags */
 60321                   META_FLAG_PROPERTY|META_FLAG_READ,
 60322                   /* name */
 60323                   "MajorVersion",
 60324                   /* qualifiers */
 60325                   _CIM_SoftwareIdentity_MajorVersion_qualifiers,
 60326                   /* type */
 60327                   CIMTYPE_UINT16,
 60328                   /* subscript */
 60329                   -1,
 60330                   /* value */
 60331                   0,
 60332               };
 60333 mike  1.1.2.1 
 60334               static const char*
 60335               _CIM_SoftwareIdentity_MinorVersion_qualifiers[] =
 60336               {
 60337                   0,
 60338               };
 60339               
 60340               static MetaProperty
 60341               _CIM_SoftwareIdentity_MinorVersion =
 60342               {
 60343                   /* flags */
 60344                   META_FLAG_PROPERTY|META_FLAG_READ,
 60345                   /* name */
 60346                   "MinorVersion",
 60347                   /* qualifiers */
 60348                   _CIM_SoftwareIdentity_MinorVersion_qualifiers,
 60349                   /* type */
 60350                   CIMTYPE_UINT16,
 60351                   /* subscript */
 60352                   -1,
 60353                   /* value */
 60354 mike  1.1.2.1     0,
 60355               };
 60356               
 60357               static const char*
 60358               _CIM_SoftwareIdentity_RevisionNumber_qualifiers[] =
 60359               {
 60360                   0,
 60361               };
 60362               
 60363               static MetaProperty
 60364               _CIM_SoftwareIdentity_RevisionNumber =
 60365               {
 60366                   /* flags */
 60367                   META_FLAG_PROPERTY|META_FLAG_READ,
 60368                   /* name */
 60369                   "RevisionNumber",
 60370                   /* qualifiers */
 60371                   _CIM_SoftwareIdentity_RevisionNumber_qualifiers,
 60372                   /* type */
 60373                   CIMTYPE_UINT16,
 60374                   /* subscript */
 60375 mike  1.1.2.1     -1,
 60376                   /* value */
 60377                   0,
 60378               };
 60379               
 60380               static const char*
 60381               _CIM_SoftwareIdentity_BuildNumber_qualifiers[] =
 60382               {
 60383                   0,
 60384               };
 60385               
 60386               static MetaProperty
 60387               _CIM_SoftwareIdentity_BuildNumber =
 60388               {
 60389                   /* flags */
 60390                   META_FLAG_PROPERTY|META_FLAG_READ,
 60391                   /* name */
 60392                   "BuildNumber",
 60393                   /* qualifiers */
 60394                   _CIM_SoftwareIdentity_BuildNumber_qualifiers,
 60395                   /* type */
 60396 mike  1.1.2.1     CIMTYPE_UINT16,
 60397                   /* subscript */
 60398                   -1,
 60399                   /* value */
 60400                   0,
 60401               };
 60402               
 60403               static const char*
 60404               _CIM_SoftwareIdentity_VersionString_qualifiers[] =
 60405               {
 60406                   0,
 60407               };
 60408               
 60409               static MetaProperty
 60410               _CIM_SoftwareIdentity_VersionString =
 60411               {
 60412                   /* flags */
 60413                   META_FLAG_PROPERTY|META_FLAG_READ,
 60414                   /* name */
 60415                   "VersionString",
 60416                   /* qualifiers */
 60417 mike  1.1.2.1     _CIM_SoftwareIdentity_VersionString_qualifiers,
 60418                   /* type */
 60419                   CIMTYPE_STRING,
 60420                   /* subscript */
 60421                   -1,
 60422                   /* value */
 60423                   0,
 60424               };
 60425               
 60426               static const char*
 60427               _CIM_SoftwareIdentity_TargetOperatingSystems_qualifiers[] =
 60428               {
 60429                   0,
 60430               };
 60431               
 60432               static MetaProperty
 60433               _CIM_SoftwareIdentity_TargetOperatingSystems =
 60434               {
 60435                   /* flags */
 60436                   META_FLAG_PROPERTY|META_FLAG_READ,
 60437                   /* name */
 60438 mike  1.1.2.1     "TargetOperatingSystems",
 60439                   /* qualifiers */
 60440                   _CIM_SoftwareIdentity_TargetOperatingSystems_qualifiers,
 60441                   /* type */
 60442                   CIMTYPE_STRING,
 60443                   /* subscript */
 60444                   0,
 60445                   /* value */
 60446                   0,
 60447               };
 60448               
 60449               static const char*
 60450               _CIM_SoftwareIdentity_Manufacturer_qualifiers[] =
 60451               {
 60452                   0,
 60453               };
 60454               
 60455               static MetaProperty
 60456               _CIM_SoftwareIdentity_Manufacturer =
 60457               {
 60458                   /* flags */
 60459 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 60460                   /* name */
 60461                   "Manufacturer",
 60462                   /* qualifiers */
 60463                   _CIM_SoftwareIdentity_Manufacturer_qualifiers,
 60464                   /* type */
 60465                   CIMTYPE_STRING,
 60466                   /* subscript */
 60467                   -1,
 60468                   /* value */
 60469                   0,
 60470               };
 60471               
 60472               static const char*
 60473               _CIM_SoftwareIdentity_Languages_qualifiers[] =
 60474               {
 60475                   0,
 60476               };
 60477               
 60478               static MetaProperty
 60479               _CIM_SoftwareIdentity_Languages =
 60480 mike  1.1.2.1 {
 60481                   /* flags */
 60482                   META_FLAG_PROPERTY|META_FLAG_READ,
 60483                   /* name */
 60484                   "Languages",
 60485                   /* qualifiers */
 60486                   _CIM_SoftwareIdentity_Languages_qualifiers,
 60487                   /* type */
 60488                   CIMTYPE_STRING,
 60489                   /* subscript */
 60490                   0,
 60491                   /* value */
 60492                   0,
 60493               };
 60494               
 60495               static const char*
 60496               _CIM_SoftwareIdentity_Classifications_qualifiers[] =
 60497               {
 60498                   /* ValueMap */
 60499                   "\061\000\0160\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000..\0000x8000..0xFFFF\000",
 60500                   /* Values */
 60501 mike  1.1.2.1     "\062\000\016Unknown\000Other\000Driver\000Configuration Software\000Application Software\000Instrumentation\000Firmware/BIOS\000Diagnostic Software\000Operating System\000Middleware\000Firmware\000BIOS/FCode\000DMTF Reserved\000Vendor Reserved\000",
 60502                   /* ArrayType */
 60503                   "\005Indexed",
 60504                   /* ModelCorrespondence */
 60505                   "\036\000\001CIM_SoftwareIdentity.ClassificationDescriptions\000",
 60506                   0,
 60507               };
 60508               
 60509               static MetaProperty
 60510               _CIM_SoftwareIdentity_Classifications =
 60511               {
 60512                   /* flags */
 60513                   META_FLAG_PROPERTY|META_FLAG_READ,
 60514                   /* name */
 60515                   "Classifications",
 60516                   /* qualifiers */
 60517                   _CIM_SoftwareIdentity_Classifications_qualifiers,
 60518                   /* type */
 60519                   CIMTYPE_UINT16,
 60520                   /* subscript */
 60521                   0,
 60522 mike  1.1.2.1     /* value */
 60523                   0,
 60524               };
 60525               
 60526               static const char*
 60527               _CIM_SoftwareIdentity_ClassificationDescriptions_qualifiers[] =
 60528               {
 60529                   /* ArrayType */
 60530                   "\005Indexed",
 60531                   /* ModelCorrespondence */
 60532                   "\036\000\001CIM_SoftwareIdentity.Classifications\000",
 60533                   0,
 60534               };
 60535               
 60536               static MetaProperty
 60537               _CIM_SoftwareIdentity_ClassificationDescriptions =
 60538               {
 60539                   /* flags */
 60540                   META_FLAG_PROPERTY|META_FLAG_READ,
 60541                   /* name */
 60542                   "ClassificationDescriptions",
 60543 mike  1.1.2.1     /* qualifiers */
 60544                   _CIM_SoftwareIdentity_ClassificationDescriptions_qualifiers,
 60545                   /* type */
 60546                   CIMTYPE_STRING,
 60547                   /* subscript */
 60548                   0,
 60549                   /* value */
 60550                   0,
 60551               };
 60552               
 60553               static const char*
 60554               _CIM_SoftwareIdentity_SerialNumber_qualifiers[] =
 60555               {
 60556                   0,
 60557               };
 60558               
 60559               static MetaProperty
 60560               _CIM_SoftwareIdentity_SerialNumber =
 60561               {
 60562                   /* flags */
 60563                   META_FLAG_PROPERTY|META_FLAG_READ,
 60564 mike  1.1.2.1     /* name */
 60565                   "SerialNumber",
 60566                   /* qualifiers */
 60567                   _CIM_SoftwareIdentity_SerialNumber_qualifiers,
 60568                   /* type */
 60569                   CIMTYPE_STRING,
 60570                   /* subscript */
 60571                   -1,
 60572                   /* value */
 60573                   0,
 60574               };
 60575               
 60576               static const char*
 60577               _CIM_SoftwareIdentity_ReleaseDate_qualifiers[] =
 60578               {
 60579                   0,
 60580               };
 60581               
 60582               static MetaProperty
 60583               _CIM_SoftwareIdentity_ReleaseDate =
 60584               {
 60585 mike  1.1.2.1     /* flags */
 60586                   META_FLAG_PROPERTY|META_FLAG_READ,
 60587                   /* name */
 60588                   "ReleaseDate",
 60589                   /* qualifiers */
 60590                   _CIM_SoftwareIdentity_ReleaseDate_qualifiers,
 60591                   /* type */
 60592                   CIMTYPE_DATETIME,
 60593                   /* subscript */
 60594                   -1,
 60595                   /* value */
 60596                   0,
 60597               };
 60598               
 60599               static MetaFeature*
 60600               _CIM_SoftwareIdentity_features[] =
 60601               {
 60602                   (MetaFeature*)&_CIM_SoftwareIdentity_InstanceID,
 60603                   (MetaFeature*)&_CIM_SoftwareIdentity_MajorVersion,
 60604                   (MetaFeature*)&_CIM_SoftwareIdentity_MinorVersion,
 60605                   (MetaFeature*)&_CIM_SoftwareIdentity_RevisionNumber,
 60606 mike  1.1.2.1     (MetaFeature*)&_CIM_SoftwareIdentity_BuildNumber,
 60607                   (MetaFeature*)&_CIM_SoftwareIdentity_VersionString,
 60608                   (MetaFeature*)&_CIM_SoftwareIdentity_TargetOperatingSystems,
 60609                   (MetaFeature*)&_CIM_SoftwareIdentity_Manufacturer,
 60610                   (MetaFeature*)&_CIM_SoftwareIdentity_Languages,
 60611                   (MetaFeature*)&_CIM_SoftwareIdentity_Classifications,
 60612                   (MetaFeature*)&_CIM_SoftwareIdentity_ClassificationDescriptions,
 60613                   (MetaFeature*)&_CIM_SoftwareIdentity_SerialNumber,
 60614                   (MetaFeature*)&_CIM_SoftwareIdentity_ReleaseDate,
 60615                   0,
 60616               };
 60617               
 60618               static const char*
 60619               __root_cimv2_CIM_SoftwareIdentity_qualifiers[] =
 60620               {
 60621                   /* UMLPackagePath */
 60622                   "\057CIM::Core::Software",
 60623                   /* Version */
 60624                   "\0632.13.0",
 60625                   0,
 60626               };
 60627 mike  1.1.2.1 
 60628               MetaClass
 60629               __root_cimv2_CIM_SoftwareIdentity =
 60630               {
 60631                   /* flags */
 60632                   META_FLAG_CLASS,
 60633                   /* name */
 60634                   "CIM_SoftwareIdentity",
 60635                   /* qualifiers */
 60636                   __root_cimv2_CIM_SoftwareIdentity_qualifiers,
 60637                   /* super */
 60638                   &__root_cimv2_CIM_LogicalElement,
 60639                   /* features */
 60640                   _CIM_SoftwareIdentity_features,
 60641               };
 60642               
 60643               //==============================================================================
 60644               //
 60645               // Class: CIM_SpanningTreeStatistics
 60646               //
 60647               //==============================================================================
 60648 mike  1.1.2.1 
 60649               static const char*
 60650               _CIM_SpanningTreeStatistics_TimeSinceTopologyChange_qualifiers[] =
 60651               {
 60652                   /* Units */
 60653                   "\060Hundredths of Seconds",
 60654                   /* MappingStrings */
 60655                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpTimeSinceTopologyChange\000",
 60656                   0,
 60657               };
 60658               
 60659               static MetaProperty
 60660               _CIM_SpanningTreeStatistics_TimeSinceTopologyChange =
 60661               {
 60662                   /* flags */
 60663                   META_FLAG_PROPERTY|META_FLAG_READ,
 60664                   /* name */
 60665                   "TimeSinceTopologyChange",
 60666                   /* qualifiers */
 60667                   _CIM_SpanningTreeStatistics_TimeSinceTopologyChange_qualifiers,
 60668                   /* type */
 60669 mike  1.1.2.1     CIMTYPE_UINT32,
 60670                   /* subscript */
 60671                   -1,
 60672                   /* value */
 60673                   0,
 60674               };
 60675               
 60676               static const char*
 60677               _CIM_SpanningTreeStatistics_TopChanges_qualifiers[] =
 60678               {
 60679                   /* Counter */
 60680                   "\012\001",
 60681                   /* MappingStrings */
 60682                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpTopChanges\000",
 60683                   0,
 60684               };
 60685               
 60686               static MetaProperty
 60687               _CIM_SpanningTreeStatistics_TopChanges =
 60688               {
 60689                   /* flags */
 60690 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 60691                   /* name */
 60692                   "TopChanges",
 60693                   /* qualifiers */
 60694                   _CIM_SpanningTreeStatistics_TopChanges_qualifiers,
 60695                   /* type */
 60696                   CIMTYPE_UINT32,
 60697                   /* subscript */
 60698                   -1,
 60699                   /* value */
 60700                   0,
 60701               };
 60702               
 60703               static MetaFeature*
 60704               _CIM_SpanningTreeStatistics_features[] =
 60705               {
 60706                   (MetaFeature*)&_CIM_SpanningTreeStatistics_TimeSinceTopologyChange,
 60707                   (MetaFeature*)&_CIM_SpanningTreeStatistics_TopChanges,
 60708                   0,
 60709               };
 60710               
 60711 mike  1.1.2.1 static const char*
 60712               __root_cimv2_CIM_SpanningTreeStatistics_qualifiers[] =
 60713               {
 60714                   /* UMLPackagePath */
 60715                   "\057CIM::Network::SwitchingBridging",
 60716                   /* Version */
 60717                   "\0632.7.0",
 60718                   0,
 60719               };
 60720               
 60721               MetaClass
 60722               __root_cimv2_CIM_SpanningTreeStatistics =
 60723               {
 60724                   /* flags */
 60725                   META_FLAG_CLASS,
 60726                   /* name */
 60727                   "CIM_SpanningTreeStatistics",
 60728                   /* qualifiers */
 60729                   __root_cimv2_CIM_SpanningTreeStatistics_qualifiers,
 60730                   /* super */
 60731                   &__root_cimv2_CIM_ServiceStatisticalInformation,
 60732 mike  1.1.2.1     /* features */
 60733                   _CIM_SpanningTreeStatistics_features,
 60734               };
 60735               
 60736               //==============================================================================
 60737               //
 60738               // Class: CIM_SpareGroup
 60739               //
 60740               //==============================================================================
 60741               
 60742               static const char*
 60743               _CIM_SpareGroup_Failover_FailoverFrom_qualifiers[] =
 60744               {
 60745                   /* IN */
 60746                   "\024\001",
 60747                   0,
 60748               };
 60749               
 60750               static MetaReference
 60751               _CIM_SpareGroup_Failover_FailoverFrom =
 60752               {
 60753 mike  1.1.2.1     /* flags */
 60754                   META_FLAG_REFERENCE|META_FLAG_IN,
 60755                   /* name */
 60756                   "FailoverFrom",
 60757                   /* qualifiers */
 60758                   _CIM_SpareGroup_Failover_FailoverFrom_qualifiers,
 60759                   /* subscript */
 60760                   -1,
 60761                   /* ref */
 60762                   &__root_cimv2_CIM_ManagedSystemElement,
 60763               };
 60764               
 60765               static const char*
 60766               _CIM_SpareGroup_Failover_FailoverTo_qualifiers[] =
 60767               {
 60768                   /* IN */
 60769                   "\024\001",
 60770                   0,
 60771               };
 60772               
 60773               static MetaReference
 60774 mike  1.1.2.1 _CIM_SpareGroup_Failover_FailoverTo =
 60775               {
 60776                   /* flags */
 60777                   META_FLAG_REFERENCE|META_FLAG_IN,
 60778                   /* name */
 60779                   "FailoverTo",
 60780                   /* qualifiers */
 60781                   _CIM_SpareGroup_Failover_FailoverTo_qualifiers,
 60782                   /* subscript */
 60783                   -1,
 60784                   /* ref */
 60785                   &__root_cimv2_CIM_ManagedSystemElement,
 60786               };
 60787               
 60788               static MetaFeature*
 60789               _CIM_SpareGroup_Failover_parameters[] =
 60790               {
 60791                   (MetaFeature*)&_CIM_SpareGroup_Failover_FailoverFrom,
 60792                   (MetaFeature*)&_CIM_SpareGroup_Failover_FailoverTo,
 60793                   0,
 60794               };
 60795 mike  1.1.2.1 
 60796               static const char*
 60797               _CIM_SpareGroup_Failover_qualifiers[] =
 60798               {
 60799                   /* Deprecated */
 60800                   "\013\000\001CIM_RedundancySet.FailOver()\000",
 60801                   0,
 60802               };
 60803               
 60804               static MetaMethod
 60805               _CIM_SpareGroup_Failover =
 60806               {
 60807                   /* flags */
 60808                   META_FLAG_METHOD,
 60809                   /* name */
 60810                   "CIM_SpareGroup",
 60811                   /* qualifiers */
 60812                   _CIM_SpareGroup_Failover_qualifiers,
 60813                   /* type */
 60814                   CIMTYPE_UINT32,
 60815                   /* parameters */
 60816 mike  1.1.2.1     _CIM_SpareGroup_Failover_parameters,
 60817               };
 60818               
 60819               static MetaFeature*
 60820               _CIM_SpareGroup_features[] =
 60821               {
 60822                   (MetaFeature*)&_CIM_SpareGroup_Failover,
 60823                   0,
 60824               };
 60825               
 60826               static const char*
 60827               __root_cimv2_CIM_SpareGroup_qualifiers[] =
 60828               {
 60829                   /* Deprecated */
 60830                   "\013\000\001CIM_RedundancySet\000",
 60831                   /* UMLPackagePath */
 60832                   "\057CIM::Core::Redundancy",
 60833                   /* Version */
 60834                   "\0632.13.0",
 60835                   0,
 60836               };
 60837 mike  1.1.2.1 
 60838               MetaClass
 60839               __root_cimv2_CIM_SpareGroup =
 60840               {
 60841                   /* flags */
 60842                   META_FLAG_CLASS,
 60843                   /* name */
 60844                   "CIM_SpareGroup",
 60845                   /* qualifiers */
 60846                   __root_cimv2_CIM_SpareGroup_qualifiers,
 60847                   /* super */
 60848                   &__root_cimv2_CIM_RedundancyGroup,
 60849                   /* features */
 60850                   _CIM_SpareGroup_features,
 60851               };
 60852               
 60853               //==============================================================================
 60854               //
 60855               // Class: CIM_StaticForwardingEntry
 60856               //
 60857               //==============================================================================
 60858 mike  1.1.2.1 
 60859               static const char*
 60860               _CIM_StaticForwardingEntry_SystemCreationClassName_qualifiers[] =
 60861               {
 60862                   /* Key */
 60863                   "\025\001",
 60864                   /* Propagated */
 60865                   "\045CIM_System.CreationClassName",
 60866                   /* MaxLen */
 60867                   "\030\000\000\001\000",
 60868                   0,
 60869               };
 60870               
 60871               static MetaProperty
 60872               _CIM_StaticForwardingEntry_SystemCreationClassName =
 60873               {
 60874                   /* flags */
 60875                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 60876                   /* name */
 60877                   "SystemCreationClassName",
 60878                   /* qualifiers */
 60879 mike  1.1.2.1     _CIM_StaticForwardingEntry_SystemCreationClassName_qualifiers,
 60880                   /* type */
 60881                   CIMTYPE_STRING,
 60882                   /* subscript */
 60883                   -1,
 60884                   /* value */
 60885                   0,
 60886               };
 60887               
 60888               static const char*
 60889               _CIM_StaticForwardingEntry_SystemName_qualifiers[] =
 60890               {
 60891                   /* Key */
 60892                   "\025\001",
 60893                   /* Propagated */
 60894                   "\045CIM_System.Name",
 60895                   /* MaxLen */
 60896                   "\030\000\000\001\000",
 60897                   0,
 60898               };
 60899               
 60900 mike  1.1.2.1 static MetaProperty
 60901               _CIM_StaticForwardingEntry_SystemName =
 60902               {
 60903                   /* flags */
 60904                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 60905                   /* name */
 60906                   "SystemName",
 60907                   /* qualifiers */
 60908                   _CIM_StaticForwardingEntry_SystemName_qualifiers,
 60909                   /* type */
 60910                   CIMTYPE_STRING,
 60911                   /* subscript */
 60912                   -1,
 60913                   /* value */
 60914                   0,
 60915               };
 60916               
 60917               static const char*
 60918               _CIM_StaticForwardingEntry_ServiceCreationClassName_qualifiers[] =
 60919               {
 60920                   /* Key */
 60921 mike  1.1.2.1     "\025\001",
 60922                   /* Propagated */
 60923                   "\045CIM_Service.CreationClassName",
 60924                   /* MaxLen */
 60925                   "\030\000\000\001\000",
 60926                   0,
 60927               };
 60928               
 60929               static MetaProperty
 60930               _CIM_StaticForwardingEntry_ServiceCreationClassName =
 60931               {
 60932                   /* flags */
 60933                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 60934                   /* name */
 60935                   "ServiceCreationClassName",
 60936                   /* qualifiers */
 60937                   _CIM_StaticForwardingEntry_ServiceCreationClassName_qualifiers,
 60938                   /* type */
 60939                   CIMTYPE_STRING,
 60940                   /* subscript */
 60941                   -1,
 60942 mike  1.1.2.1     /* value */
 60943                   0,
 60944               };
 60945               
 60946               static const char*
 60947               _CIM_StaticForwardingEntry_ServiceName_qualifiers[] =
 60948               {
 60949                   /* Key */
 60950                   "\025\001",
 60951                   /* Propagated */
 60952                   "\045CIM_Service.Name",
 60953                   /* MaxLen */
 60954                   "\030\000\000\001\000",
 60955                   0,
 60956               };
 60957               
 60958               static MetaProperty
 60959               _CIM_StaticForwardingEntry_ServiceName =
 60960               {
 60961                   /* flags */
 60962                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 60963 mike  1.1.2.1     /* name */
 60964                   "ServiceName",
 60965                   /* qualifiers */
 60966                   _CIM_StaticForwardingEntry_ServiceName_qualifiers,
 60967                   /* type */
 60968                   CIMTYPE_STRING,
 60969                   /* subscript */
 60970                   -1,
 60971                   /* value */
 60972                   0,
 60973               };
 60974               
 60975               static const char*
 60976               _CIM_StaticForwardingEntry_CreationClassName_qualifiers[] =
 60977               {
 60978                   /* Key */
 60979                   "\025\001",
 60980                   /* MaxLen */
 60981                   "\030\000\000\001\000",
 60982                   0,
 60983               };
 60984 mike  1.1.2.1 
 60985               static MetaProperty
 60986               _CIM_StaticForwardingEntry_CreationClassName =
 60987               {
 60988                   /* flags */
 60989                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 60990                   /* name */
 60991                   "CreationClassName",
 60992                   /* qualifiers */
 60993                   _CIM_StaticForwardingEntry_CreationClassName_qualifiers,
 60994                   /* type */
 60995                   CIMTYPE_STRING,
 60996                   /* subscript */
 60997                   -1,
 60998                   /* value */
 60999                   0,
 61000               };
 61001               
 61002               static const char*
 61003               _CIM_StaticForwardingEntry_MACAddress_qualifiers[] =
 61004               {
 61005 mike  1.1.2.1     /* Key */
 61006                   "\025\001",
 61007                   /* MaxLen */
 61008                   "\030\000\000\000\014",
 61009                   /* MappingStrings */
 61010                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStaticAddress\000",
 61011                   0,
 61012               };
 61013               
 61014               static MetaProperty
 61015               _CIM_StaticForwardingEntry_MACAddress =
 61016               {
 61017                   /* flags */
 61018                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 61019                   /* name */
 61020                   "MACAddress",
 61021                   /* qualifiers */
 61022                   _CIM_StaticForwardingEntry_MACAddress_qualifiers,
 61023                   /* type */
 61024                   CIMTYPE_STRING,
 61025                   /* subscript */
 61026 mike  1.1.2.1     -1,
 61027                   /* value */
 61028                   0,
 61029               };
 61030               
 61031               static const char*
 61032               _CIM_StaticForwardingEntry_StaticStatus_qualifiers[] =
 61033               {
 61034                   /* ValueMap */
 61035                   "\061\000\0051\0002\0003\0004\0005\000",
 61036                   /* Values */
 61037                   "\062\000\005Other\000Invalid\000Permanent\000DeleteOnReset\000DeleteOnTimeout\000",
 61038                   /* MappingStrings */
 61039                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStaticStatus\000",
 61040                   0,
 61041               };
 61042               
 61043               static MetaProperty
 61044               _CIM_StaticForwardingEntry_StaticStatus =
 61045               {
 61046                   /* flags */
 61047 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 61048                   /* name */
 61049                   "StaticStatus",
 61050                   /* qualifiers */
 61051                   _CIM_StaticForwardingEntry_StaticStatus_qualifiers,
 61052                   /* type */
 61053                   CIMTYPE_UINT16,
 61054                   /* subscript */
 61055                   -1,
 61056                   /* value */
 61057                   0,
 61058               };
 61059               
 61060               static const char*
 61061               _CIM_StaticForwardingEntry_AllowedToGo_qualifiers[] =
 61062               {
 61063                   0,
 61064               };
 61065               
 61066               static MetaProperty
 61067               _CIM_StaticForwardingEntry_AllowedToGo =
 61068 mike  1.1.2.1 {
 61069                   /* flags */
 61070                   META_FLAG_PROPERTY|META_FLAG_READ,
 61071                   /* name */
 61072                   "AllowedToGo",
 61073                   /* qualifiers */
 61074                   _CIM_StaticForwardingEntry_AllowedToGo_qualifiers,
 61075                   /* type */
 61076                   CIMTYPE_UINT16,
 61077                   /* subscript */
 61078                   0,
 61079                   /* value */
 61080                   0,
 61081               };
 61082               
 61083               static MetaFeature*
 61084               _CIM_StaticForwardingEntry_features[] =
 61085               {
 61086                   (MetaFeature*)&_CIM_StaticForwardingEntry_SystemCreationClassName,
 61087                   (MetaFeature*)&_CIM_StaticForwardingEntry_SystemName,
 61088                   (MetaFeature*)&_CIM_StaticForwardingEntry_ServiceCreationClassName,
 61089 mike  1.1.2.1     (MetaFeature*)&_CIM_StaticForwardingEntry_ServiceName,
 61090                   (MetaFeature*)&_CIM_StaticForwardingEntry_CreationClassName,
 61091                   (MetaFeature*)&_CIM_StaticForwardingEntry_MACAddress,
 61092                   (MetaFeature*)&_CIM_StaticForwardingEntry_StaticStatus,
 61093                   (MetaFeature*)&_CIM_StaticForwardingEntry_AllowedToGo,
 61094                   0,
 61095               };
 61096               
 61097               static const char*
 61098               __root_cimv2_CIM_StaticForwardingEntry_qualifiers[] =
 61099               {
 61100                   /* UMLPackagePath */
 61101                   "\057CIM::Network::SwitchingBridging",
 61102                   /* Version */
 61103                   "\0632.7.0",
 61104                   0,
 61105               };
 61106               
 61107               MetaClass
 61108               __root_cimv2_CIM_StaticForwardingEntry =
 61109               {
 61110 mike  1.1.2.1     /* flags */
 61111                   META_FLAG_CLASS,
 61112                   /* name */
 61113                   "CIM_StaticForwardingEntry",
 61114                   /* qualifiers */
 61115                   __root_cimv2_CIM_StaticForwardingEntry_qualifiers,
 61116                   /* super */
 61117                   &__root_cimv2_CIM_LogicalElement,
 61118                   /* features */
 61119                   _CIM_StaticForwardingEntry_features,
 61120               };
 61121               
 61122               //==============================================================================
 61123               //
 61124               // Class: CIM_StatisticsCollection
 61125               //
 61126               //==============================================================================
 61127               
 61128               static const char*
 61129               _CIM_StatisticsCollection_SampleInterval_qualifiers[] =
 61130               {
 61131 mike  1.1.2.1     0,
 61132               };
 61133               
 61134               static MetaProperty
 61135               _CIM_StatisticsCollection_SampleInterval =
 61136               {
 61137                   /* flags */
 61138                   META_FLAG_PROPERTY|META_FLAG_READ,
 61139                   /* name */
 61140                   "SampleInterval",
 61141                   /* qualifiers */
 61142                   _CIM_StatisticsCollection_SampleInterval_qualifiers,
 61143                   /* type */
 61144                   CIMTYPE_DATETIME,
 61145                   /* subscript */
 61146                   -1,
 61147                   /* value */
 61148                   "00000000000000.000000:000",
 61149               };
 61150               
 61151               static const char*
 61152 mike  1.1.2.1 _CIM_StatisticsCollection_TimeLastSampled_qualifiers[] =
 61153               {
 61154                   0,
 61155               };
 61156               
 61157               static MetaProperty
 61158               _CIM_StatisticsCollection_TimeLastSampled =
 61159               {
 61160                   /* flags */
 61161                   META_FLAG_PROPERTY|META_FLAG_READ,
 61162                   /* name */
 61163                   "TimeLastSampled",
 61164                   /* qualifiers */
 61165                   _CIM_StatisticsCollection_TimeLastSampled_qualifiers,
 61166                   /* type */
 61167                   CIMTYPE_DATETIME,
 61168                   /* subscript */
 61169                   -1,
 61170                   /* value */
 61171                   0,
 61172               };
 61173 mike  1.1.2.1 
 61174               static MetaFeature*
 61175               _CIM_StatisticsCollection_features[] =
 61176               {
 61177                   (MetaFeature*)&_CIM_StatisticsCollection_SampleInterval,
 61178                   (MetaFeature*)&_CIM_StatisticsCollection_TimeLastSampled,
 61179                   0,
 61180               };
 61181               
 61182               static const char*
 61183               __root_cimv2_CIM_StatisticsCollection_qualifiers[] =
 61184               {
 61185                   /* UMLPackagePath */
 61186                   "\057CIM::Core::Statistics",
 61187                   /* Version */
 61188                   "\0632.8.1000",
 61189                   0,
 61190               };
 61191               
 61192               MetaClass
 61193               __root_cimv2_CIM_StatisticsCollection =
 61194 mike  1.1.2.1 {
 61195                   /* flags */
 61196                   META_FLAG_CLASS,
 61197                   /* name */
 61198                   "CIM_StatisticsCollection",
 61199                   /* qualifiers */
 61200                   __root_cimv2_CIM_StatisticsCollection_qualifiers,
 61201                   /* super */
 61202                   &__root_cimv2_CIM_SystemSpecificCollection,
 61203                   /* features */
 61204                   _CIM_StatisticsCollection_features,
 61205               };
 61206               
 61207               //==============================================================================
 61208               //
 61209               // Class: CIM_StorageCapabilities
 61210               //
 61211               //==============================================================================
 61212               
 61213               static const char*
 61214               _CIM_StorageCapabilities_ElementType_qualifiers[] =
 61215 mike  1.1.2.1 {
 61216                   /* ValueMap */
 61217                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
 61218                   /* Values */
 61219                   "\062\000\010Unknown\000Reserved\000Any Type\000StorageVolume\000StorageExtent\000StoragePool\000StorageConfigurationService\000LogicalDisk\000",
 61220                   0,
 61221               };
 61222               
 61223               static MetaProperty
 61224               _CIM_StorageCapabilities_ElementType =
 61225               {
 61226                   /* flags */
 61227                   META_FLAG_PROPERTY|META_FLAG_READ,
 61228                   /* name */
 61229                   "ElementType",
 61230                   /* qualifiers */
 61231                   _CIM_StorageCapabilities_ElementType_qualifiers,
 61232                   /* type */
 61233                   CIMTYPE_UINT16,
 61234                   /* subscript */
 61235                   -1,
 61236 mike  1.1.2.1     /* value */
 61237                   0,
 61238               };
 61239               
 61240               static const char*
 61241               _CIM_StorageCapabilities_NoSinglePointOfFailure_qualifiers[] =
 61242               {
 61243                   /* ModelCorrespondence */
 61244                   "\036\000\001CIM_StorageCapabilities.NoSinglePointOfFailureDefault\000",
 61245                   0,
 61246               };
 61247               
 61248               static MetaProperty
 61249               _CIM_StorageCapabilities_NoSinglePointOfFailure =
 61250               {
 61251                   /* flags */
 61252                   META_FLAG_PROPERTY|META_FLAG_READ,
 61253                   /* name */
 61254                   "NoSinglePointOfFailure",
 61255                   /* qualifiers */
 61256                   _CIM_StorageCapabilities_NoSinglePointOfFailure_qualifiers,
 61257 mike  1.1.2.1     /* type */
 61258                   CIMTYPE_BOOLEAN,
 61259                   /* subscript */
 61260                   -1,
 61261                   /* value */
 61262                   0,
 61263               };
 61264               
 61265               static const char*
 61266               _CIM_StorageCapabilities_NoSinglePointOfFailureDefault_qualifiers[] =
 61267               {
 61268                   /* ModelCorrespondence */
 61269                   "\036\000\001CIM_StorageCapabilities.NoSinglePointOfFailure\000",
 61270                   0,
 61271               };
 61272               
 61273               static MetaProperty
 61274               _CIM_StorageCapabilities_NoSinglePointOfFailureDefault =
 61275               {
 61276                   /* flags */
 61277                   META_FLAG_PROPERTY|META_FLAG_READ,
 61278 mike  1.1.2.1     /* name */
 61279                   "NoSinglePointOfFailureDefault",
 61280                   /* qualifiers */
 61281                   _CIM_StorageCapabilities_NoSinglePointOfFailureDefault_qualifiers,
 61282                   /* type */
 61283                   CIMTYPE_BOOLEAN,
 61284                   /* subscript */
 61285                   -1,
 61286                   /* value */
 61287                   0,
 61288               };
 61289               
 61290               static const char*
 61291               _CIM_StorageCapabilities_DataRedundancyMax_qualifiers[] =
 61292               {
 61293                   /* MinValue */
 61294                   "\035\000\000\000\000\000\000\000\001",
 61295                   /* ModelCorrespondence */
 61296                   "\036\000\002CIM_StorageCapabilities.DataRedundancyMin\000CIM_StorageCapabilities.DataRedundancyDefault\000",
 61297                   0,
 61298               };
 61299 mike  1.1.2.1 
 61300               static MetaProperty
 61301               _CIM_StorageCapabilities_DataRedundancyMax =
 61302               {
 61303                   /* flags */
 61304                   META_FLAG_PROPERTY|META_FLAG_READ,
 61305                   /* name */
 61306                   "DataRedundancyMax",
 61307                   /* qualifiers */
 61308                   _CIM_StorageCapabilities_DataRedundancyMax_qualifiers,
 61309                   /* type */
 61310                   CIMTYPE_UINT16,
 61311                   /* subscript */
 61312                   -1,
 61313                   /* value */
 61314                   0,
 61315               };
 61316               
 61317               static const char*
 61318               _CIM_StorageCapabilities_DataRedundancyMin_qualifiers[] =
 61319               {
 61320 mike  1.1.2.1     /* MinValue */
 61321                   "\035\000\000\000\000\000\000\000\001",
 61322                   /* ModelCorrespondence */
 61323                   "\036\000\002CIM_StorageCapabilities.DataRedundancyMax\000CIM_StorageCapabilities.DataRedundancyDefault\000",
 61324                   0,
 61325               };
 61326               
 61327               static MetaProperty
 61328               _CIM_StorageCapabilities_DataRedundancyMin =
 61329               {
 61330                   /* flags */
 61331                   META_FLAG_PROPERTY|META_FLAG_READ,
 61332                   /* name */
 61333                   "DataRedundancyMin",
 61334                   /* qualifiers */
 61335                   _CIM_StorageCapabilities_DataRedundancyMin_qualifiers,
 61336                   /* type */
 61337                   CIMTYPE_UINT16,
 61338                   /* subscript */
 61339                   -1,
 61340                   /* value */
 61341 mike  1.1.2.1     0,
 61342               };
 61343               
 61344               static const char*
 61345               _CIM_StorageCapabilities_DataRedundancyDefault_qualifiers[] =
 61346               {
 61347                   /* MinValue */
 61348                   "\035\000\000\000\000\000\000\000\001",
 61349                   /* ModelCorrespondence */
 61350                   "\036\000\002CIM_StorageCapabilities.DataRedundancyMax\000CIM_StorageCapabilities.DataRedundancyMin\000",
 61351                   0,
 61352               };
 61353               
 61354               static MetaProperty
 61355               _CIM_StorageCapabilities_DataRedundancyDefault =
 61356               {
 61357                   /* flags */
 61358                   META_FLAG_PROPERTY|META_FLAG_READ,
 61359                   /* name */
 61360                   "DataRedundancyDefault",
 61361                   /* qualifiers */
 61362 mike  1.1.2.1     _CIM_StorageCapabilities_DataRedundancyDefault_qualifiers,
 61363                   /* type */
 61364                   CIMTYPE_UINT16,
 61365                   /* subscript */
 61366                   -1,
 61367                   /* value */
 61368                   0,
 61369               };
 61370               
 61371               static const char*
 61372               _CIM_StorageCapabilities_PackageRedundancyMax_qualifiers[] =
 61373               {
 61374                   /* ModelCorrespondence */
 61375                   "\036\000\002CIM_StorageCapabilities.PackageRedundancyMin\000CIM_StorageCapabilities.PackageRedundancyDefault\000",
 61376                   0,
 61377               };
 61378               
 61379               static MetaProperty
 61380               _CIM_StorageCapabilities_PackageRedundancyMax =
 61381               {
 61382                   /* flags */
 61383 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 61384                   /* name */
 61385                   "PackageRedundancyMax",
 61386                   /* qualifiers */
 61387                   _CIM_StorageCapabilities_PackageRedundancyMax_qualifiers,
 61388                   /* type */
 61389                   CIMTYPE_UINT16,
 61390                   /* subscript */
 61391                   -1,
 61392                   /* value */
 61393                   0,
 61394               };
 61395               
 61396               static const char*
 61397               _CIM_StorageCapabilities_PackageRedundancyMin_qualifiers[] =
 61398               {
 61399                   /* ModelCorrespondence */
 61400                   "\036\000\002CIM_StorageCapabilities.PackageRedundancyMax\000CIM_StorageCapabilities.PackageRedundancyDefault\000",
 61401                   0,
 61402               };
 61403               
 61404 mike  1.1.2.1 static MetaProperty
 61405               _CIM_StorageCapabilities_PackageRedundancyMin =
 61406               {
 61407                   /* flags */
 61408                   META_FLAG_PROPERTY|META_FLAG_READ,
 61409                   /* name */
 61410                   "PackageRedundancyMin",
 61411                   /* qualifiers */
 61412                   _CIM_StorageCapabilities_PackageRedundancyMin_qualifiers,
 61413                   /* type */
 61414                   CIMTYPE_UINT16,
 61415                   /* subscript */
 61416                   -1,
 61417                   /* value */
 61418                   0,
 61419               };
 61420               
 61421               static const char*
 61422               _CIM_StorageCapabilities_PackageRedundancyDefault_qualifiers[] =
 61423               {
 61424                   /* ModelCorrespondence */
 61425 mike  1.1.2.1     "\036\000\002CIM_StorageCapabilities.PackageRedundancyMin\000CIM_StorageCapabilities.PackageRedundancyMax\000",
 61426                   0,
 61427               };
 61428               
 61429               static MetaProperty
 61430               _CIM_StorageCapabilities_PackageRedundancyDefault =
 61431               {
 61432                   /* flags */
 61433                   META_FLAG_PROPERTY|META_FLAG_READ,
 61434                   /* name */
 61435                   "PackageRedundancyDefault",
 61436                   /* qualifiers */
 61437                   _CIM_StorageCapabilities_PackageRedundancyDefault_qualifiers,
 61438                   /* type */
 61439                   CIMTYPE_UINT16,
 61440                   /* subscript */
 61441                   -1,
 61442                   /* value */
 61443                   0,
 61444               };
 61445               
 61446 mike  1.1.2.1 static const char*
 61447               _CIM_StorageCapabilities_DeltaReservationMax_qualifiers[] =
 61448               {
 61449                   /* Units */
 61450                   "\060Percentage",
 61451                   /* MinValue */
 61452                   "\035\000\000\000\000\000\000\000\000",
 61453                   /* MaxValue */
 61454                   "\031\000\000\000\000\000\000\000\144",
 61455                   /* ModelCorrespondence */
 61456                   "\036\000\002CIM_StorageCapabilities.DeltaReservationMin\000CIM_StorageCapabilities.DeltaReservationDefault\000",
 61457                   0,
 61458               };
 61459               
 61460               static MetaProperty
 61461               _CIM_StorageCapabilities_DeltaReservationMax =
 61462               {
 61463                   /* flags */
 61464                   META_FLAG_PROPERTY|META_FLAG_READ,
 61465                   /* name */
 61466                   "DeltaReservationMax",
 61467 mike  1.1.2.1     /* qualifiers */
 61468                   _CIM_StorageCapabilities_DeltaReservationMax_qualifiers,
 61469                   /* type */
 61470                   CIMTYPE_UINT16,
 61471                   /* subscript */
 61472                   -1,
 61473                   /* value */
 61474                   0,
 61475               };
 61476               
 61477               static const char*
 61478               _CIM_StorageCapabilities_DeltaReservationMin_qualifiers[] =
 61479               {
 61480                   /* Units */
 61481                   "\060Percentage",
 61482                   /* MinValue */
 61483                   "\035\000\000\000\000\000\000\000\000",
 61484                   /* MaxValue */
 61485                   "\031\000\000\000\000\000\000\000\144",
 61486                   /* ModelCorrespondence */
 61487                   "\036\000\002CIM_StorageCapabilities.DeltaReservationMax\000CIM_StorageCapabilities.DeltaReservationDefault\000",
 61488 mike  1.1.2.1     0,
 61489               };
 61490               
 61491               static MetaProperty
 61492               _CIM_StorageCapabilities_DeltaReservationMin =
 61493               {
 61494                   /* flags */
 61495                   META_FLAG_PROPERTY|META_FLAG_READ,
 61496                   /* name */
 61497                   "DeltaReservationMin",
 61498                   /* qualifiers */
 61499                   _CIM_StorageCapabilities_DeltaReservationMin_qualifiers,
 61500                   /* type */
 61501                   CIMTYPE_UINT16,
 61502                   /* subscript */
 61503                   -1,
 61504                   /* value */
 61505                   0,
 61506               };
 61507               
 61508               static const char*
 61509 mike  1.1.2.1 _CIM_StorageCapabilities_DeltaReservationDefault_qualifiers[] =
 61510               {
 61511                   /* Units */
 61512                   "\060Percentage",
 61513                   /* MinValue */
 61514                   "\035\000\000\000\000\000\000\000\000",
 61515                   /* MaxValue */
 61516                   "\031\000\000\000\000\000\000\000\144",
 61517                   /* ModelCorrespondence */
 61518                   "\036\000\002CIM_StorageCapabilities.DeltaReservationMax\000CIM_StorageCapabilities.DeltaReservationMin\000",
 61519                   0,
 61520               };
 61521               
 61522               static MetaProperty
 61523               _CIM_StorageCapabilities_DeltaReservationDefault =
 61524               {
 61525                   /* flags */
 61526                   META_FLAG_PROPERTY|META_FLAG_READ,
 61527                   /* name */
 61528                   "DeltaReservationDefault",
 61529                   /* qualifiers */
 61530 mike  1.1.2.1     _CIM_StorageCapabilities_DeltaReservationDefault_qualifiers,
 61531                   /* type */
 61532                   CIMTYPE_UINT16,
 61533                   /* subscript */
 61534                   -1,
 61535                   /* value */
 61536                   0,
 61537               };
 61538               
 61539               static const char*
 61540               _CIM_StorageCapabilities_ExtentStripeLengthDefault_qualifiers[] =
 61541               {
 61542                   /* MinValue */
 61543                   "\035\000\000\000\000\000\000\000\001",
 61544                   0,
 61545               };
 61546               
 61547               static MetaProperty
 61548               _CIM_StorageCapabilities_ExtentStripeLengthDefault =
 61549               {
 61550                   /* flags */
 61551 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 61552                   /* name */
 61553                   "ExtentStripeLengthDefault",
 61554                   /* qualifiers */
 61555                   _CIM_StorageCapabilities_ExtentStripeLengthDefault_qualifiers,
 61556                   /* type */
 61557                   CIMTYPE_UINT16,
 61558                   /* subscript */
 61559                   -1,
 61560                   /* value */
 61561                   0,
 61562               };
 61563               
 61564               static const char*
 61565               _CIM_StorageCapabilities_ParityLayoutDefault_qualifiers[] =
 61566               {
 61567                   /* ValueMap */
 61568                   "\061\000\0022\0003\000",
 61569                   /* Values */
 61570                   "\062\000\002Non-Rotated Parity\000Rotated Parity\000",
 61571                   0,
 61572 mike  1.1.2.1 };
 61573               
 61574               static MetaProperty
 61575               _CIM_StorageCapabilities_ParityLayoutDefault =
 61576               {
 61577                   /* flags */
 61578                   META_FLAG_PROPERTY|META_FLAG_READ,
 61579                   /* name */
 61580                   "ParityLayoutDefault",
 61581                   /* qualifiers */
 61582                   _CIM_StorageCapabilities_ParityLayoutDefault_qualifiers,
 61583                   /* type */
 61584                   CIMTYPE_UINT16,
 61585                   /* subscript */
 61586                   -1,
 61587                   /* value */
 61588                   0,
 61589               };
 61590               
 61591               static const char*
 61592               _CIM_StorageCapabilities_UserDataStripeDepthDefault_qualifiers[] =
 61593 mike  1.1.2.1 {
 61594                   /* Units */
 61595                   "\060Bytes",
 61596                   /* MinValue */
 61597                   "\035\000\000\000\000\000\000\000\001",
 61598                   0,
 61599               };
 61600               
 61601               static MetaProperty
 61602               _CIM_StorageCapabilities_UserDataStripeDepthDefault =
 61603               {
 61604                   /* flags */
 61605                   META_FLAG_PROPERTY|META_FLAG_READ,
 61606                   /* name */
 61607                   "UserDataStripeDepthDefault",
 61608                   /* qualifiers */
 61609                   _CIM_StorageCapabilities_UserDataStripeDepthDefault_qualifiers,
 61610                   /* type */
 61611                   CIMTYPE_UINT64,
 61612                   /* subscript */
 61613                   -1,
 61614 mike  1.1.2.1     /* value */
 61615                   0,
 61616               };
 61617               
 61618               static const char*
 61619               _CIM_StorageCapabilities_CreateSetting_SettingType_qualifiers[] =
 61620               {
 61621                   /* IN */
 61622                   "\024\001",
 61623                   /* ValueMap */
 61624                   "\061\000\0022\0003\000",
 61625                   /* Values */
 61626                   "\062\000\002Default\000Goal\000",
 61627                   0,
 61628               };
 61629               
 61630               static MetaProperty
 61631               _CIM_StorageCapabilities_CreateSetting_SettingType =
 61632               {
 61633                   /* flags */
 61634                   META_FLAG_PROPERTY|META_FLAG_IN,
 61635 mike  1.1.2.1     /* name */
 61636                   "SettingType",
 61637                   /* qualifiers */
 61638                   _CIM_StorageCapabilities_CreateSetting_SettingType_qualifiers,
 61639                   /* type */
 61640                   CIMTYPE_UINT16,
 61641                   /* subscript */
 61642                   -1,
 61643                   /* value */
 61644                   0,
 61645               };
 61646               
 61647               static const char*
 61648               _CIM_StorageCapabilities_CreateSetting_NewSetting_qualifiers[] =
 61649               {
 61650                   /* IN */
 61651                   "\024\000",
 61652                   /* OUT */
 61653                   "\043\001",
 61654                   0,
 61655               };
 61656 mike  1.1.2.1 
 61657               static MetaReference
 61658               _CIM_StorageCapabilities_CreateSetting_NewSetting =
 61659               {
 61660                   /* flags */
 61661                   META_FLAG_REFERENCE|META_FLAG_OUT,
 61662                   /* name */
 61663                   "NewSetting",
 61664                   /* qualifiers */
 61665                   _CIM_StorageCapabilities_CreateSetting_NewSetting_qualifiers,
 61666                   /* subscript */
 61667                   -1,
 61668                   /* ref */
 61669                   &__root_cimv2_CIM_StorageSetting,
 61670               };
 61671               
 61672               static MetaFeature*
 61673               _CIM_StorageCapabilities_CreateSetting_parameters[] =
 61674               {
 61675                   (MetaFeature*)&_CIM_StorageCapabilities_CreateSetting_SettingType,
 61676                   (MetaFeature*)&_CIM_StorageCapabilities_CreateSetting_NewSetting,
 61677 mike  1.1.2.1     0,
 61678               };
 61679               
 61680               static const char*
 61681               _CIM_StorageCapabilities_CreateSetting_qualifiers[] =
 61682               {
 61683                   /* ValueMap */
 61684                   "\061\000\0100\0001\0002\0003\0004\0005\000..\00032768..65535\000",
 61685                   /* Values */
 61686                   "\062\000\010Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000DMTF Reserved\000Vendor Specific\000",
 61687                   0,
 61688               };
 61689               
 61690               static MetaMethod
 61691               _CIM_StorageCapabilities_CreateSetting =
 61692               {
 61693                   /* flags */
 61694                   META_FLAG_METHOD,
 61695                   /* name */
 61696                   "CIM_StorageCapabilities",
 61697                   /* qualifiers */
 61698 mike  1.1.2.1     _CIM_StorageCapabilities_CreateSetting_qualifiers,
 61699                   /* type */
 61700                   CIMTYPE_UINT32,
 61701                   /* parameters */
 61702                   _CIM_StorageCapabilities_CreateSetting_parameters,
 61703               };
 61704               
 61705               static const char*
 61706               _CIM_StorageCapabilities_GetSupportedParityLayouts_ParityLayout_qualifiers[] =
 61707               {
 61708                   /* IN */
 61709                   "\024\000",
 61710                   /* OUT */
 61711                   "\043\001",
 61712                   /* ValueMap */
 61713                   "\061\000\0022\0003\000",
 61714                   /* Values */
 61715                   "\062\000\002Non-Rotated Parity\000Rotated Parity\000",
 61716                   /* ArrayType */
 61717                   "\005Indexed",
 61718                   0,
 61719 mike  1.1.2.1 };
 61720               
 61721               static MetaProperty
 61722               _CIM_StorageCapabilities_GetSupportedParityLayouts_ParityLayout =
 61723               {
 61724                   /* flags */
 61725                   META_FLAG_PROPERTY|META_FLAG_OUT,
 61726                   /* name */
 61727                   "ParityLayout",
 61728                   /* qualifiers */
 61729                   _CIM_StorageCapabilities_GetSupportedParityLayouts_ParityLayout_qualifiers,
 61730                   /* type */
 61731                   CIMTYPE_UINT16,
 61732                   /* subscript */
 61733                   0,
 61734                   /* value */
 61735                   0,
 61736               };
 61737               
 61738               static MetaFeature*
 61739               _CIM_StorageCapabilities_GetSupportedParityLayouts_parameters[] =
 61740 mike  1.1.2.1 {
 61741                   (MetaFeature*)&_CIM_StorageCapabilities_GetSupportedParityLayouts_ParityLayout,
 61742                   0,
 61743               };
 61744               
 61745               static const char*
 61746               _CIM_StorageCapabilities_GetSupportedParityLayouts_qualifiers[] =
 61747               {
 61748                   /* ValueMap */
 61749                   "\061\000\0030\0001\0002\000",
 61750                   /* Values */
 61751                   "\062\000\003Method completed OK\000Method not supported\000Choice not aavailable for this capability\000",
 61752                   0,
 61753               };
 61754               
 61755               static MetaMethod
 61756               _CIM_StorageCapabilities_GetSupportedParityLayouts =
 61757               {
 61758                   /* flags */
 61759                   META_FLAG_METHOD,
 61760                   /* name */
 61761 mike  1.1.2.1     "CIM_StorageCapabilities",
 61762                   /* qualifiers */
 61763                   _CIM_StorageCapabilities_GetSupportedParityLayouts_qualifiers,
 61764                   /* type */
 61765                   CIMTYPE_UINT32,
 61766                   /* parameters */
 61767                   _CIM_StorageCapabilities_GetSupportedParityLayouts_parameters,
 61768               };
 61769               
 61770               static MetaFeature*
 61771               _CIM_StorageCapabilities_features[] =
 61772               {
 61773                   (MetaFeature*)&_CIM_StorageCapabilities_ElementType,
 61774                   (MetaFeature*)&_CIM_StorageCapabilities_NoSinglePointOfFailure,
 61775                   (MetaFeature*)&_CIM_StorageCapabilities_NoSinglePointOfFailureDefault,
 61776                   (MetaFeature*)&_CIM_StorageCapabilities_DataRedundancyMax,
 61777                   (MetaFeature*)&_CIM_StorageCapabilities_DataRedundancyMin,
 61778                   (MetaFeature*)&_CIM_StorageCapabilities_DataRedundancyDefault,
 61779                   (MetaFeature*)&_CIM_StorageCapabilities_PackageRedundancyMax,
 61780                   (MetaFeature*)&_CIM_StorageCapabilities_PackageRedundancyMin,
 61781                   (MetaFeature*)&_CIM_StorageCapabilities_PackageRedundancyDefault,
 61782 mike  1.1.2.1     (MetaFeature*)&_CIM_StorageCapabilities_DeltaReservationMax,
 61783                   (MetaFeature*)&_CIM_StorageCapabilities_DeltaReservationMin,
 61784                   (MetaFeature*)&_CIM_StorageCapabilities_DeltaReservationDefault,
 61785                   (MetaFeature*)&_CIM_StorageCapabilities_ExtentStripeLengthDefault,
 61786                   (MetaFeature*)&_CIM_StorageCapabilities_ParityLayoutDefault,
 61787                   (MetaFeature*)&_CIM_StorageCapabilities_UserDataStripeDepthDefault,
 61788                   (MetaFeature*)&_CIM_StorageCapabilities_CreateSetting,
 61789                   (MetaFeature*)&_CIM_StorageCapabilities_GetSupportedParityLayouts,
 61790                   0,
 61791               };
 61792               
 61793               static const char*
 61794               __root_cimv2_CIM_StorageCapabilities_qualifiers[] =
 61795               {
 61796                   /* UMLPackagePath */
 61797                   "\057CIM::Device::StorageServices",
 61798                   /* Version */
 61799                   "\0632.11.0",
 61800                   0,
 61801               };
 61802               
 61803 mike  1.1.2.1 MetaClass
 61804               __root_cimv2_CIM_StorageCapabilities =
 61805               {
 61806                   /* flags */
 61807                   META_FLAG_CLASS,
 61808                   /* name */
 61809                   "CIM_StorageCapabilities",
 61810                   /* qualifiers */
 61811                   __root_cimv2_CIM_StorageCapabilities_qualifiers,
 61812                   /* super */
 61813                   &__root_cimv2_CIM_Capabilities,
 61814                   /* features */
 61815                   _CIM_StorageCapabilities_features,
 61816               };
 61817               
 61818               //==============================================================================
 61819               //
 61820               // Class: CIM_StorageMediaLocation
 61821               //
 61822               //==============================================================================
 61823               
 61824 mike  1.1.2.1 static const char*
 61825               _CIM_StorageMediaLocation_LocationType_qualifiers[] =
 61826               {
 61827                   /* ValueMap */
 61828                   "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\0009\000",
 61829                   /* Values */
 61830                   "\062\000\012Unknown\000Other\000Slot\000Magazine\000MediaAccessDevice\000InterLibrary Port\000Limited Access Port\000Door\000Shelf\000Vault\000",
 61831                   0,
 61832               };
 61833               
 61834               static MetaProperty
 61835               _CIM_StorageMediaLocation_LocationType =
 61836               {
 61837                   /* flags */
 61838                   META_FLAG_PROPERTY|META_FLAG_READ,
 61839                   /* name */
 61840                   "LocationType",
 61841                   /* qualifiers */
 61842                   _CIM_StorageMediaLocation_LocationType_qualifiers,
 61843                   /* type */
 61844                   CIMTYPE_UINT16,
 61845 mike  1.1.2.1     /* subscript */
 61846                   -1,
 61847                   /* value */
 61848                   0,
 61849               };
 61850               
 61851               static const char*
 61852               _CIM_StorageMediaLocation_MediaTypesSupported_qualifiers[] =
 61853               {
 61854                   /* ValueMap */
 61855                   "\061\000\1030\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\00025\00026\00027\00028\00029\00030\00031\00032\00033\00034\00035\00036\00037\00038\00039\00040\00041\00042\00043\00044\00045\00046\00047\00048\00049\00050\00051\00052\00053\00054\00055\00056\00057\00058\00059\00060\00061\00062\00063\00064\00065\00066\000",
 61856                   /* Values */
 61857                   "\062\000\103Unknown\000Other\000Tape Cartridge\000QIC Cartridge\000AIT Cartridge\000DTF Cartridge\000DAT Cartridge\0008mm Tape Cartridge\00019mm Tape Cartridge\000DLT Cartridge\000Half-Inch Magnetic Tape Cartridge\000Cartridge Disk\000JAZ Disk\000ZIP Disk\000SyQuest Disk\000Winchester Removable Disk\000CD-ROM\000CD-ROM/XA\000CD-I\000CD Recordable\000WORM\000Magneto-Optical\000DVD\000DVD-RW+\000DVD-RAM\000DVD-ROM\000DVD-Video\000Divx\000Floppy/Diskette\000Hard Disk\000Memory Card\000Hard Copy\000Clik Disk\000CD-RW\000CD-DA\000CD+\000DVD Recordable\000DVD-RW\000DVD-Audio\000DVD-5\000DVD-9\000DVD-10\000DVD-18\000Magneto-Optical Rewriteable\000Magneto-Optical Write Once\000Magneto-Optical Rewriteable (LIMDOW)\000Phase Change Write Once\000Phase Change Rewriteable\000Phase Change Dual Rewriteable\000Ablative Write Once\000Near Field Recording\000MiniQic\000Travan\0008mm Metal Particle\0008mm Advanced Metal Evaporate\000NCTP\000LTO Ultrium\000LTO Accelis\0009 Track Tape\00018 Track Tape\00036 Track Tape\000Magstar 3590\000Magstar MP\000D2 Tape\000Tape - DST Small\000Tape - DST Medium\000Tape - DST Large\000",
 61858                   /* ArrayType */
 61859                   "\005Indexed",
 61860                   /* ModelCorrespondence */
 61861                   "\036\000\002CIM_PhysicalMedia.MediaType\000CIM_StorageMediaLocation.MediaSizesSupported\000",
 61862                   0,
 61863               };
 61864               
 61865               static MetaProperty
 61866 mike  1.1.2.1 _CIM_StorageMediaLocation_MediaTypesSupported =
 61867               {
 61868                   /* flags */
 61869                   META_FLAG_PROPERTY|META_FLAG_READ,
 61870                   /* name */
 61871                   "MediaTypesSupported",
 61872                   /* qualifiers */
 61873                   _CIM_StorageMediaLocation_MediaTypesSupported_qualifiers,
 61874                   /* type */
 61875                   CIMTYPE_UINT16,
 61876                   /* subscript */
 61877                   0,
 61878                   /* value */
 61879                   0,
 61880               };
 61881               
 61882               static const char*
 61883               _CIM_StorageMediaLocation_MediaSizesSupported_qualifiers[] =
 61884               {
 61885                   /* Units */
 61886                   "\060Inches",
 61887 mike  1.1.2.1     /* ArrayType */
 61888                   "\005Indexed",
 61889                   /* ModelCorrespondence */
 61890                   "\036\000\003CIM_PhysicalMedia.MediaType\000CIM_StorageMediaLocation.MediaSizesSupported\000CIM_StorageMediaLocation.TypeDescriptions\000",
 61891                   0,
 61892               };
 61893               
 61894               static MetaProperty
 61895               _CIM_StorageMediaLocation_MediaSizesSupported =
 61896               {
 61897                   /* flags */
 61898                   META_FLAG_PROPERTY|META_FLAG_READ,
 61899                   /* name */
 61900                   "MediaSizesSupported",
 61901                   /* qualifiers */
 61902                   _CIM_StorageMediaLocation_MediaSizesSupported_qualifiers,
 61903                   /* type */
 61904                   CIMTYPE_REAL32,
 61905                   /* subscript */
 61906                   0,
 61907                   /* value */
 61908 mike  1.1.2.1     0,
 61909               };
 61910               
 61911               static const char*
 61912               _CIM_StorageMediaLocation_MediaCapacity_qualifiers[] =
 61913               {
 61914                   0,
 61915               };
 61916               
 61917               static MetaProperty
 61918               _CIM_StorageMediaLocation_MediaCapacity =
 61919               {
 61920                   /* flags */
 61921                   META_FLAG_PROPERTY|META_FLAG_READ,
 61922                   /* name */
 61923                   "MediaCapacity",
 61924                   /* qualifiers */
 61925                   _CIM_StorageMediaLocation_MediaCapacity_qualifiers,
 61926                   /* type */
 61927                   CIMTYPE_UINT32,
 61928                   /* subscript */
 61929 mike  1.1.2.1     -1,
 61930                   /* value */
 61931                   0,
 61932               };
 61933               
 61934               static const char*
 61935               _CIM_StorageMediaLocation_TypeDescriptions_qualifiers[] =
 61936               {
 61937                   /* ArrayType */
 61938                   "\005Indexed",
 61939                   /* ModelCorrespondence */
 61940                   "\036\000\001CIM_StorageMediaLocation.MediaTypesSupported\000",
 61941                   0,
 61942               };
 61943               
 61944               static MetaProperty
 61945               _CIM_StorageMediaLocation_TypeDescriptions =
 61946               {
 61947                   /* flags */
 61948                   META_FLAG_PROPERTY|META_FLAG_READ,
 61949                   /* name */
 61950 mike  1.1.2.1     "TypeDescriptions",
 61951                   /* qualifiers */
 61952                   _CIM_StorageMediaLocation_TypeDescriptions_qualifiers,
 61953                   /* type */
 61954                   CIMTYPE_STRING,
 61955                   /* subscript */
 61956                   0,
 61957                   /* value */
 61958                   0,
 61959               };
 61960               
 61961               static MetaFeature*
 61962               _CIM_StorageMediaLocation_features[] =
 61963               {
 61964                   (MetaFeature*)&_CIM_StorageMediaLocation_LocationType,
 61965                   (MetaFeature*)&_CIM_StorageMediaLocation_MediaTypesSupported,
 61966                   (MetaFeature*)&_CIM_StorageMediaLocation_MediaSizesSupported,
 61967                   (MetaFeature*)&_CIM_StorageMediaLocation_MediaCapacity,
 61968                   (MetaFeature*)&_CIM_StorageMediaLocation_TypeDescriptions,
 61969                   0,
 61970               };
 61971 mike  1.1.2.1 
 61972               static const char*
 61973               __root_cimv2_CIM_StorageMediaLocation_qualifiers[] =
 61974               {
 61975                   /* UMLPackagePath */
 61976                   "\057CIM::Physical::StoragePackage",
 61977                   /* Version */
 61978                   "\0632.8.0",
 61979                   0,
 61980               };
 61981               
 61982               MetaClass
 61983               __root_cimv2_CIM_StorageMediaLocation =
 61984               {
 61985                   /* flags */
 61986                   META_FLAG_CLASS,
 61987                   /* name */
 61988                   "CIM_StorageMediaLocation",
 61989                   /* qualifiers */
 61990                   __root_cimv2_CIM_StorageMediaLocation_qualifiers,
 61991                   /* super */
 61992 mike  1.1.2.1     &__root_cimv2_CIM_PackageLocation,
 61993                   /* features */
 61994                   _CIM_StorageMediaLocation_features,
 61995               };
 61996               
 61997               //==============================================================================
 61998               //
 61999               // Class: CIM_StorageRedundancyGroup
 62000               //
 62001               //==============================================================================
 62002               
 62003               static const char*
 62004               _CIM_StorageRedundancyGroup_TypeOfAlgorithm_qualifiers[] =
 62005               {
 62006                   /* Deprecated */
 62007                   "\013\000\001CIM_StorageRedundancySet.TypeOfAlgorithm\000",
 62008                   /* ValueMap */
 62009                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
 62010                   /* Values */
 62011                   "\062\000\010None\000Other\000Unknown\000Copy\000XOR\000P+Q\000S\000P+S\000",
 62012                   /* MappingStrings */
 62013 mike  1.1.2.1     "\026\000\001MIF.DMTF|Redundancy Group|001.2\000",
 62014                   0,
 62015               };
 62016               
 62017               static MetaProperty
 62018               _CIM_StorageRedundancyGroup_TypeOfAlgorithm =
 62019               {
 62020                   /* flags */
 62021                   META_FLAG_PROPERTY|META_FLAG_READ,
 62022                   /* name */
 62023                   "TypeOfAlgorithm",
 62024                   /* qualifiers */
 62025                   _CIM_StorageRedundancyGroup_TypeOfAlgorithm_qualifiers,
 62026                   /* type */
 62027                   CIMTYPE_UINT16,
 62028                   /* subscript */
 62029                   -1,
 62030                   /* value */
 62031                   0,
 62032               };
 62033               
 62034 mike  1.1.2.1 static const char*
 62035               _CIM_StorageRedundancyGroup_StorageRedundancy_qualifiers[] =
 62036               {
 62037                   /* Deprecated */
 62038                   "\013\000\001No Value\000",
 62039                   /* ValueMap */
 62040                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
 62041                   /* Values */
 62042                   "\062\000\011No Additional Status\000Reconfig In Progress\000Data Lost\000Not Currently Configured\000Protected Rebuild\000Redundancy Disabled\000Unprotected Rebuild\000Recalculating\000Verifying\000",
 62043                   0,
 62044               };
 62045               
 62046               static MetaProperty
 62047               _CIM_StorageRedundancyGroup_StorageRedundancy =
 62048               {
 62049                   /* flags */
 62050                   META_FLAG_PROPERTY|META_FLAG_READ,
 62051                   /* name */
 62052                   "StorageRedundancy",
 62053                   /* qualifiers */
 62054                   _CIM_StorageRedundancyGroup_StorageRedundancy_qualifiers,
 62055 mike  1.1.2.1     /* type */
 62056                   CIMTYPE_UINT16,
 62057                   /* subscript */
 62058                   -1,
 62059                   /* value */
 62060                   0,
 62061               };
 62062               
 62063               static const char*
 62064               _CIM_StorageRedundancyGroup_IsStriped_qualifiers[] =
 62065               {
 62066                   /* Deprecated */
 62067                   "\013\000\001CIM_CompositeExtent.ExtentStripeLength\000",
 62068                   0,
 62069               };
 62070               
 62071               static MetaProperty
 62072               _CIM_StorageRedundancyGroup_IsStriped =
 62073               {
 62074                   /* flags */
 62075                   META_FLAG_PROPERTY|META_FLAG_READ,
 62076 mike  1.1.2.1     /* name */
 62077                   "IsStriped",
 62078                   /* qualifiers */
 62079                   _CIM_StorageRedundancyGroup_IsStriped_qualifiers,
 62080                   /* type */
 62081                   CIMTYPE_BOOLEAN,
 62082                   /* subscript */
 62083                   -1,
 62084                   /* value */
 62085                   0,
 62086               };
 62087               
 62088               static const char*
 62089               _CIM_StorageRedundancyGroup_IsConcatenated_qualifiers[] =
 62090               {
 62091                   /* Deprecated */
 62092                   "\013\000\001CIM_CompositeExtent.IsConcatenated\000",
 62093                   0,
 62094               };
 62095               
 62096               static MetaProperty
 62097 mike  1.1.2.1 _CIM_StorageRedundancyGroup_IsConcatenated =
 62098               {
 62099                   /* flags */
 62100                   META_FLAG_PROPERTY|META_FLAG_READ,
 62101                   /* name */
 62102                   "IsConcatenated",
 62103                   /* qualifiers */
 62104                   _CIM_StorageRedundancyGroup_IsConcatenated_qualifiers,
 62105                   /* type */
 62106                   CIMTYPE_BOOLEAN,
 62107                   /* subscript */
 62108                   -1,
 62109                   /* value */
 62110                   0,
 62111               };
 62112               
 62113               static MetaFeature*
 62114               _CIM_StorageRedundancyGroup_features[] =
 62115               {
 62116                   (MetaFeature*)&_CIM_StorageRedundancyGroup_TypeOfAlgorithm,
 62117                   (MetaFeature*)&_CIM_StorageRedundancyGroup_StorageRedundancy,
 62118 mike  1.1.2.1     (MetaFeature*)&_CIM_StorageRedundancyGroup_IsStriped,
 62119                   (MetaFeature*)&_CIM_StorageRedundancyGroup_IsConcatenated,
 62120                   0,
 62121               };
 62122               
 62123               static const char*
 62124               __root_cimv2_CIM_StorageRedundancyGroup_qualifiers[] =
 62125               {
 62126                   /* Deprecated */
 62127                   "\013\000\001CIM_StorageRedundancySet\000",
 62128                   /* UMLPackagePath */
 62129                   "\057CIM::Core::Redundancy",
 62130                   /* Version */
 62131                   "\0632.13.0",
 62132                   0,
 62133               };
 62134               
 62135               MetaClass
 62136               __root_cimv2_CIM_StorageRedundancyGroup =
 62137               {
 62138                   /* flags */
 62139 mike  1.1.2.1     META_FLAG_CLASS,
 62140                   /* name */
 62141                   "CIM_StorageRedundancyGroup",
 62142                   /* qualifiers */
 62143                   __root_cimv2_CIM_StorageRedundancyGroup_qualifiers,
 62144                   /* super */
 62145                   &__root_cimv2_CIM_RedundancyGroup,
 62146                   /* features */
 62147                   _CIM_StorageRedundancyGroup_features,
 62148               };
 62149               
 62150               //==============================================================================
 62151               //
 62152               // Class: CIM_StorageRedundancySet
 62153               //
 62154               //==============================================================================
 62155               
 62156               static const char*
 62157               _CIM_StorageRedundancySet_TypeOfAlgorithm_qualifiers[] =
 62158               {
 62159                   /* ValueMap */
 62160 mike  1.1.2.1     "\061\000\0070\0001\0003\0004\0005\0006\0007\000",
 62161                   /* Values */
 62162                   "\062\000\007Unknown\000Other\000Copy\000XOR\000P+Q\000S\000P+S\000",
 62163                   /* MappingStrings */
 62164                   "\026\000\001MIF.DMTF|Redundancy Group|001.2\000",
 62165                   /* ModelCorrespondence */
 62166                   "\036\000\001CIM_StorageRedundancySet.OtherAlgorithm\000",
 62167                   0,
 62168               };
 62169               
 62170               static MetaProperty
 62171               _CIM_StorageRedundancySet_TypeOfAlgorithm =
 62172               {
 62173                   /* flags */
 62174                   META_FLAG_PROPERTY|META_FLAG_READ,
 62175                   /* name */
 62176                   "TypeOfAlgorithm",
 62177                   /* qualifiers */
 62178                   _CIM_StorageRedundancySet_TypeOfAlgorithm_qualifiers,
 62179                   /* type */
 62180                   CIMTYPE_UINT16,
 62181 mike  1.1.2.1     /* subscript */
 62182                   -1,
 62183                   /* value */
 62184                   0,
 62185               };
 62186               
 62187               static const char*
 62188               _CIM_StorageRedundancySet_OtherAlgorithm_qualifiers[] =
 62189               {
 62190                   /* ModelCorrespondence */
 62191                   "\036\000\001CIM_StorageRedundancySet.TypeOfAlgorithm\000",
 62192                   0,
 62193               };
 62194               
 62195               static MetaProperty
 62196               _CIM_StorageRedundancySet_OtherAlgorithm =
 62197               {
 62198                   /* flags */
 62199                   META_FLAG_PROPERTY|META_FLAG_READ,
 62200                   /* name */
 62201                   "OtherAlgorithm",
 62202 mike  1.1.2.1     /* qualifiers */
 62203                   _CIM_StorageRedundancySet_OtherAlgorithm_qualifiers,
 62204                   /* type */
 62205                   CIMTYPE_STRING,
 62206                   /* subscript */
 62207                   -1,
 62208                   /* value */
 62209                   0,
 62210               };
 62211               
 62212               static MetaFeature*
 62213               _CIM_StorageRedundancySet_features[] =
 62214               {
 62215                   (MetaFeature*)&_CIM_StorageRedundancySet_TypeOfAlgorithm,
 62216                   (MetaFeature*)&_CIM_StorageRedundancySet_OtherAlgorithm,
 62217                   0,
 62218               };
 62219               
 62220               static const char*
 62221               __root_cimv2_CIM_StorageRedundancySet_qualifiers[] =
 62222               {
 62223 mike  1.1.2.1     /* UMLPackagePath */
 62224                   "\057CIM::Core::Redundancy",
 62225                   /* Version */
 62226                   "\0632.8.1000",
 62227                   0,
 62228               };
 62229               
 62230               MetaClass
 62231               __root_cimv2_CIM_StorageRedundancySet =
 62232               {
 62233                   /* flags */
 62234                   META_FLAG_CLASS,
 62235                   /* name */
 62236                   "CIM_StorageRedundancySet",
 62237                   /* qualifiers */
 62238                   __root_cimv2_CIM_StorageRedundancySet_qualifiers,
 62239                   /* super */
 62240                   &__root_cimv2_CIM_RedundancySet,
 62241                   /* features */
 62242                   _CIM_StorageRedundancySet_features,
 62243               };
 62244 mike  1.1.2.1 
 62245               //==============================================================================
 62246               //
 62247               // Class: CIM_StorageSettingsGeneratedFromCapabilities
 62248               //
 62249               //==============================================================================
 62250               
 62251               static const char*
 62252               _CIM_StorageSettingsGeneratedFromCapabilities_Antecedent_qualifiers[] =
 62253               {
 62254                   /* Override */
 62255                   "\044Antecedent",
 62256                   /* Max */
 62257                   "\027\000\000\000\001",
 62258                   0,
 62259               };
 62260               
 62261               static MetaReference
 62262               _CIM_StorageSettingsGeneratedFromCapabilities_Antecedent =
 62263               {
 62264                   /* flags */
 62265 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 62266                   /* name */
 62267                   "Antecedent",
 62268                   /* qualifiers */
 62269                   _CIM_StorageSettingsGeneratedFromCapabilities_Antecedent_qualifiers,
 62270                   /* subscript */
 62271                   -1,
 62272                   /* refId */
 62273                   &__root_cimv2_CIM_StorageCapabilities,
 62274               };
 62275               
 62276               static const char*
 62277               _CIM_StorageSettingsGeneratedFromCapabilities_Dependent_qualifiers[] =
 62278               {
 62279                   /* Override */
 62280                   "\044Dependent",
 62281                   0,
 62282               };
 62283               
 62284               static MetaReference
 62285               _CIM_StorageSettingsGeneratedFromCapabilities_Dependent =
 62286 mike  1.1.2.1 {
 62287                   /* flags */
 62288                   META_FLAG_REFERENCE|META_FLAG_READ,
 62289                   /* name */
 62290                   "Dependent",
 62291                   /* qualifiers */
 62292                   _CIM_StorageSettingsGeneratedFromCapabilities_Dependent_qualifiers,
 62293                   /* subscript */
 62294                   -1,
 62295                   /* refId */
 62296                   &__root_cimv2_CIM_StorageSetting,
 62297               };
 62298               
 62299               static MetaFeature*
 62300               _CIM_StorageSettingsGeneratedFromCapabilities_features[] =
 62301               {
 62302                   (MetaFeature*)&_CIM_StorageSettingsGeneratedFromCapabilities_Antecedent,
 62303                   (MetaFeature*)&_CIM_StorageSettingsGeneratedFromCapabilities_Dependent,
 62304                   0,
 62305               };
 62306               
 62307 mike  1.1.2.1 static const char*
 62308               __root_cimv2_CIM_StorageSettingsGeneratedFromCapabilities_qualifiers[] =
 62309               {
 62310                   /* ASSOCIATION */
 62311                   "\000\001",
 62312                   /* UMLPackagePath */
 62313                   "\057CIM::Device::StorageServices",
 62314                   /* Version */
 62315                   "\0632.10.0",
 62316                   0,
 62317               };
 62318               
 62319               MetaClass
 62320               __root_cimv2_CIM_StorageSettingsGeneratedFromCapabilities =
 62321               {
 62322                   /* flags */
 62323                   META_FLAG_ASSOCIATION,
 62324                   /* name */
 62325                   "CIM_StorageSettingsGeneratedFromCapabilities",
 62326                   /* qualifiers */
 62327                   __root_cimv2_CIM_StorageSettingsGeneratedFromCapabilities_qualifiers,
 62328 mike  1.1.2.1     /* super */
 62329                   &__root_cimv2_CIM_SettingAssociatedToCapabilities,
 62330                   /* features */
 62331                   _CIM_StorageSettingsGeneratedFromCapabilities_features,
 62332               };
 62333               
 62334               //==============================================================================
 62335               //
 62336               // Class: CIM_StorageSynchronized
 62337               //
 62338               //==============================================================================
 62339               
 62340               static const char*
 62341               _CIM_StorageSynchronized_SystemElement_qualifiers[] =
 62342               {
 62343                   /* Override */
 62344                   "\044SystemElement",
 62345                   0,
 62346               };
 62347               
 62348               static MetaReference
 62349 mike  1.1.2.1 _CIM_StorageSynchronized_SystemElement =
 62350               {
 62351                   /* flags */
 62352                   META_FLAG_REFERENCE|META_FLAG_READ,
 62353                   /* name */
 62354                   "SystemElement",
 62355                   /* qualifiers */
 62356                   _CIM_StorageSynchronized_SystemElement_qualifiers,
 62357                   /* subscript */
 62358                   -1,
 62359                   /* refId */
 62360                   &__root_cimv2_CIM_ManagedElement,
 62361               };
 62362               
 62363               static const char*
 62364               _CIM_StorageSynchronized_SyncedElement_qualifiers[] =
 62365               {
 62366                   /* Override */
 62367                   "\044SyncedElement",
 62368                   0,
 62369               };
 62370 mike  1.1.2.1 
 62371               static MetaReference
 62372               _CIM_StorageSynchronized_SyncedElement =
 62373               {
 62374                   /* flags */
 62375                   META_FLAG_REFERENCE|META_FLAG_READ,
 62376                   /* name */
 62377                   "SyncedElement",
 62378                   /* qualifiers */
 62379                   _CIM_StorageSynchronized_SyncedElement_qualifiers,
 62380                   /* subscript */
 62381                   -1,
 62382                   /* refId */
 62383                   &__root_cimv2_CIM_ManagedElement,
 62384               };
 62385               
 62386               static const char*
 62387               _CIM_StorageSynchronized_CopyType_qualifiers[] =
 62388               {
 62389                   /* ValueMap */
 62390                   "\061\000\0052\0003\0004\000..\0000x8000..\000",
 62391 mike  1.1.2.1     /* Values */
 62392                   "\062\000\005Async\000Sync\000UnSyncAssoc\000DMTF Reserved\000Vendor Specific\000",
 62393                   0,
 62394               };
 62395               
 62396               static MetaProperty
 62397               _CIM_StorageSynchronized_CopyType =
 62398               {
 62399                   /* flags */
 62400                   META_FLAG_PROPERTY|META_FLAG_READ,
 62401                   /* name */
 62402                   "CopyType",
 62403                   /* qualifiers */
 62404                   _CIM_StorageSynchronized_CopyType_qualifiers,
 62405                   /* type */
 62406                   CIMTYPE_UINT16,
 62407                   /* subscript */
 62408                   -1,
 62409                   /* value */
 62410                   0,
 62411               };
 62412 mike  1.1.2.1 
 62413               static const char*
 62414               _CIM_StorageSynchronized_ReplicaType_qualifiers[] =
 62415               {
 62416                   /* ValueMap */
 62417                   "\061\000\0070\0002\0003\0004\0005\000..\0000x8000..\000",
 62418                   /* Values */
 62419                   "\062\000\007Not Specified\000Full Copy\000Before Delta\000After Delta\000Log\000DMTF Reserved\000Vendor Specific\000",
 62420                   0,
 62421               };
 62422               
 62423               static MetaProperty
 62424               _CIM_StorageSynchronized_ReplicaType =
 62425               {
 62426                   /* flags */
 62427                   META_FLAG_PROPERTY|META_FLAG_READ,
 62428                   /* name */
 62429                   "ReplicaType",
 62430                   /* qualifiers */
 62431                   _CIM_StorageSynchronized_ReplicaType_qualifiers,
 62432                   /* type */
 62433 mike  1.1.2.1     CIMTYPE_UINT16,
 62434                   /* subscript */
 62435                   -1,
 62436                   /* value */
 62437                   0,
 62438               };
 62439               
 62440               static const char*
 62441               _CIM_StorageSynchronized_SyncState_qualifiers[] =
 62442               {
 62443                   /* ValueMap */
 62444                   "\061\000\0162\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\000..\0000x8000..\000",
 62445                   /* Values */
 62446                   "\062\000\016Initialized\000PrepareInProgress\000Prepared\000ResyncInProgress\000Synchronized\000Fracture In Progress\000QuiesceInProgress\000Quiesced\000Restore In Progresss\000Idle\000Broken\000Fractured\000DMTF Reserved\000Vendor Specific\000",
 62447                   0,
 62448               };
 62449               
 62450               static MetaProperty
 62451               _CIM_StorageSynchronized_SyncState =
 62452               {
 62453                   /* flags */
 62454 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 62455                   /* name */
 62456                   "SyncState",
 62457                   /* qualifiers */
 62458                   _CIM_StorageSynchronized_SyncState_qualifiers,
 62459                   /* type */
 62460                   CIMTYPE_UINT16,
 62461                   /* subscript */
 62462                   -1,
 62463                   /* value */
 62464                   0,
 62465               };
 62466               
 62467               static MetaFeature*
 62468               _CIM_StorageSynchronized_features[] =
 62469               {
 62470                   (MetaFeature*)&_CIM_StorageSynchronized_SystemElement,
 62471                   (MetaFeature*)&_CIM_StorageSynchronized_SyncedElement,
 62472                   (MetaFeature*)&_CIM_StorageSynchronized_CopyType,
 62473                   (MetaFeature*)&_CIM_StorageSynchronized_ReplicaType,
 62474                   (MetaFeature*)&_CIM_StorageSynchronized_SyncState,
 62475 mike  1.1.2.1     0,
 62476               };
 62477               
 62478               static const char*
 62479               __root_cimv2_CIM_StorageSynchronized_qualifiers[] =
 62480               {
 62481                   /* ASSOCIATION */
 62482                   "\000\001",
 62483                   /* UMLPackagePath */
 62484                   "\057CIM::Device::StorageServices",
 62485                   /* Version */
 62486                   "\0632.8.0",
 62487                   0,
 62488               };
 62489               
 62490               MetaClass
 62491               __root_cimv2_CIM_StorageSynchronized =
 62492               {
 62493                   /* flags */
 62494                   META_FLAG_ASSOCIATION,
 62495                   /* name */
 62496 mike  1.1.2.1     "CIM_StorageSynchronized",
 62497                   /* qualifiers */
 62498                   __root_cimv2_CIM_StorageSynchronized_qualifiers,
 62499                   /* super */
 62500                   &__root_cimv2_CIM_Synchronized,
 62501                   /* features */
 62502                   _CIM_StorageSynchronized_features,
 62503               };
 62504               
 62505               //==============================================================================
 62506               //
 62507               // Class: CIM_SubProfileRequiresProfile
 62508               //
 62509               //==============================================================================
 62510               
 62511               static const char*
 62512               _CIM_SubProfileRequiresProfile_Antecedent_qualifiers[] =
 62513               {
 62514                   /* Override */
 62515                   "\044Antecedent",
 62516                   /* Min */
 62517 mike  1.1.2.1     "\033\000\000\000\001",
 62518                   0,
 62519               };
 62520               
 62521               static MetaReference
 62522               _CIM_SubProfileRequiresProfile_Antecedent =
 62523               {
 62524                   /* flags */
 62525                   META_FLAG_REFERENCE|META_FLAG_READ,
 62526                   /* name */
 62527                   "Antecedent",
 62528                   /* qualifiers */
 62529                   _CIM_SubProfileRequiresProfile_Antecedent_qualifiers,
 62530                   /* subscript */
 62531                   -1,
 62532                   /* refId */
 62533                   &__root_cimv2_CIM_RegisteredProfile,
 62534               };
 62535               
 62536               static const char*
 62537               _CIM_SubProfileRequiresProfile_Dependent_qualifiers[] =
 62538 mike  1.1.2.1 {
 62539                   /* Override */
 62540                   "\044Dependent",
 62541                   0,
 62542               };
 62543               
 62544               static MetaReference
 62545               _CIM_SubProfileRequiresProfile_Dependent =
 62546               {
 62547                   /* flags */
 62548                   META_FLAG_REFERENCE|META_FLAG_READ,
 62549                   /* name */
 62550                   "Dependent",
 62551                   /* qualifiers */
 62552                   _CIM_SubProfileRequiresProfile_Dependent_qualifiers,
 62553                   /* subscript */
 62554                   -1,
 62555                   /* refId */
 62556                   &__root_cimv2_CIM_RegisteredSubProfile,
 62557               };
 62558               
 62559 mike  1.1.2.1 static MetaFeature*
 62560               _CIM_SubProfileRequiresProfile_features[] =
 62561               {
 62562                   (MetaFeature*)&_CIM_SubProfileRequiresProfile_Antecedent,
 62563                   (MetaFeature*)&_CIM_SubProfileRequiresProfile_Dependent,
 62564                   0,
 62565               };
 62566               
 62567               static const char*
 62568               __root_cimv2_CIM_SubProfileRequiresProfile_qualifiers[] =
 62569               {
 62570                   /* ASSOCIATION */
 62571                   "\000\001",
 62572                   /* UMLPackagePath */
 62573                   "\057CIM::Interop",
 62574                   /* Version */
 62575                   "\0632.8.0",
 62576                   0,
 62577               };
 62578               
 62579               MetaClass
 62580 mike  1.1.2.1 __root_cimv2_CIM_SubProfileRequiresProfile =
 62581               {
 62582                   /* flags */
 62583                   META_FLAG_ASSOCIATION,
 62584                   /* name */
 62585                   "CIM_SubProfileRequiresProfile",
 62586                   /* qualifiers */
 62587                   __root_cimv2_CIM_SubProfileRequiresProfile_qualifiers,
 62588                   /* super */
 62589                   &__root_cimv2_CIM_ReferencedProfile,
 62590                   /* features */
 62591                   _CIM_SubProfileRequiresProfile_features,
 62592               };
 62593               
 62594               //==============================================================================
 62595               //
 62596               // Class: CIM_SubUoW
 62597               //
 62598               //==============================================================================
 62599               
 62600               static const char*
 62601 mike  1.1.2.1 _CIM_SubUoW_Antecedent_qualifiers[] =
 62602               {
 62603                   /* Override */
 62604                   "\044Antecedent",
 62605                   /* Max */
 62606                   "\027\000\000\000\001",
 62607                   0,
 62608               };
 62609               
 62610               static MetaReference
 62611               _CIM_SubUoW_Antecedent =
 62612               {
 62613                   /* flags */
 62614                   META_FLAG_REFERENCE|META_FLAG_READ,
 62615                   /* name */
 62616                   "Antecedent",
 62617                   /* qualifiers */
 62618                   _CIM_SubUoW_Antecedent_qualifiers,
 62619                   /* subscript */
 62620                   -1,
 62621                   /* refId */
 62622 mike  1.1.2.1     &__root_cimv2_CIM_UnitOfWork,
 62623               };
 62624               
 62625               static const char*
 62626               _CIM_SubUoW_Dependent_qualifiers[] =
 62627               {
 62628                   /* Override */
 62629                   "\044Dependent",
 62630                   0,
 62631               };
 62632               
 62633               static MetaReference
 62634               _CIM_SubUoW_Dependent =
 62635               {
 62636                   /* flags */
 62637                   META_FLAG_REFERENCE|META_FLAG_READ,
 62638                   /* name */
 62639                   "Dependent",
 62640                   /* qualifiers */
 62641                   _CIM_SubUoW_Dependent_qualifiers,
 62642                   /* subscript */
 62643 mike  1.1.2.1     -1,
 62644                   /* refId */
 62645                   &__root_cimv2_CIM_UnitOfWork,
 62646               };
 62647               
 62648               static MetaFeature*
 62649               _CIM_SubUoW_features[] =
 62650               {
 62651                   (MetaFeature*)&_CIM_SubUoW_Antecedent,
 62652                   (MetaFeature*)&_CIM_SubUoW_Dependent,
 62653                   0,
 62654               };
 62655               
 62656               static const char*
 62657               __root_cimv2_CIM_SubUoW_qualifiers[] =
 62658               {
 62659                   /* ASSOCIATION */
 62660                   "\000\001",
 62661                   /* UMLPackagePath */
 62662                   "\057CIM::Metrics::UnitOfWork",
 62663                   /* Version */
 62664 mike  1.1.2.1     "\0632.6.0",
 62665                   0,
 62666               };
 62667               
 62668               MetaClass
 62669               __root_cimv2_CIM_SubUoW =
 62670               {
 62671                   /* flags */
 62672                   META_FLAG_ASSOCIATION,
 62673                   /* name */
 62674                   "CIM_SubUoW",
 62675                   /* qualifiers */
 62676                   __root_cimv2_CIM_SubUoW_qualifiers,
 62677                   /* super */
 62678                   &__root_cimv2_CIM_Dependency,
 62679                   /* features */
 62680                   _CIM_SubUoW_features,
 62681               };
 62682               
 62683               //==============================================================================
 62684               //
 62685 mike  1.1.2.1 // Class: CIM_SwitchPortSourceRoutingStatistics
 62686               //
 62687               //==============================================================================
 62688               
 62689               static const char*
 62690               _CIM_SwitchPortSourceRoutingStatistics_SpecInFrames_qualifiers[] =
 62691               {
 62692                   /* Counter */
 62693                   "\012\001",
 62694                   /* MappingStrings */
 62695                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortSpecInFrames\000",
 62696                   0,
 62697               };
 62698               
 62699               static MetaProperty
 62700               _CIM_SwitchPortSourceRoutingStatistics_SpecInFrames =
 62701               {
 62702                   /* flags */
 62703                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62704                   /* name */
 62705                   "SpecInFrames",
 62706 mike  1.1.2.1     /* qualifiers */
 62707                   _CIM_SwitchPortSourceRoutingStatistics_SpecInFrames_qualifiers,
 62708                   /* type */
 62709                   CIMTYPE_UINT32,
 62710                   /* subscript */
 62711                   -1,
 62712                   /* value */
 62713                   0,
 62714               };
 62715               
 62716               static const char*
 62717               _CIM_SwitchPortSourceRoutingStatistics_SpecOutFrames_qualifiers[] =
 62718               {
 62719                   /* Counter */
 62720                   "\012\001",
 62721                   /* MappingStrings */
 62722                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortSpecOutFrames\000",
 62723                   0,
 62724               };
 62725               
 62726               static MetaProperty
 62727 mike  1.1.2.1 _CIM_SwitchPortSourceRoutingStatistics_SpecOutFrames =
 62728               {
 62729                   /* flags */
 62730                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62731                   /* name */
 62732                   "SpecOutFrames",
 62733                   /* qualifiers */
 62734                   _CIM_SwitchPortSourceRoutingStatistics_SpecOutFrames_qualifiers,
 62735                   /* type */
 62736                   CIMTYPE_UINT32,
 62737                   /* subscript */
 62738                   -1,
 62739                   /* value */
 62740                   0,
 62741               };
 62742               
 62743               static const char*
 62744               _CIM_SwitchPortSourceRoutingStatistics_ApeInFrames_qualifiers[] =
 62745               {
 62746                   /* Counter */
 62747                   "\012\001",
 62748 mike  1.1.2.1     /* MappingStrings */
 62749                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortApeInFrames\000",
 62750                   0,
 62751               };
 62752               
 62753               static MetaProperty
 62754               _CIM_SwitchPortSourceRoutingStatistics_ApeInFrames =
 62755               {
 62756                   /* flags */
 62757                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62758                   /* name */
 62759                   "ApeInFrames",
 62760                   /* qualifiers */
 62761                   _CIM_SwitchPortSourceRoutingStatistics_ApeInFrames_qualifiers,
 62762                   /* type */
 62763                   CIMTYPE_UINT32,
 62764                   /* subscript */
 62765                   -1,
 62766                   /* value */
 62767                   0,
 62768               };
 62769 mike  1.1.2.1 
 62770               static const char*
 62771               _CIM_SwitchPortSourceRoutingStatistics_ApeOutFrames_qualifiers[] =
 62772               {
 62773                   /* Counter */
 62774                   "\012\001",
 62775                   /* MappingStrings */
 62776                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortApeOutFrames\000",
 62777                   0,
 62778               };
 62779               
 62780               static MetaProperty
 62781               _CIM_SwitchPortSourceRoutingStatistics_ApeOutFrames =
 62782               {
 62783                   /* flags */
 62784                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62785                   /* name */
 62786                   "ApeOutFrames",
 62787                   /* qualifiers */
 62788                   _CIM_SwitchPortSourceRoutingStatistics_ApeOutFrames_qualifiers,
 62789                   /* type */
 62790 mike  1.1.2.1     CIMTYPE_UINT32,
 62791                   /* subscript */
 62792                   -1,
 62793                   /* value */
 62794                   0,
 62795               };
 62796               
 62797               static const char*
 62798               _CIM_SwitchPortSourceRoutingStatistics_SteInFrames_qualifiers[] =
 62799               {
 62800                   /* Counter */
 62801                   "\012\001",
 62802                   /* MappingStrings */
 62803                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortSteInFrames\000",
 62804                   0,
 62805               };
 62806               
 62807               static MetaProperty
 62808               _CIM_SwitchPortSourceRoutingStatistics_SteInFrames =
 62809               {
 62810                   /* flags */
 62811 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62812                   /* name */
 62813                   "SteInFrames",
 62814                   /* qualifiers */
 62815                   _CIM_SwitchPortSourceRoutingStatistics_SteInFrames_qualifiers,
 62816                   /* type */
 62817                   CIMTYPE_UINT32,
 62818                   /* subscript */
 62819                   -1,
 62820                   /* value */
 62821                   0,
 62822               };
 62823               
 62824               static const char*
 62825               _CIM_SwitchPortSourceRoutingStatistics_SteOutFrames_qualifiers[] =
 62826               {
 62827                   /* Counter */
 62828                   "\012\001",
 62829                   /* MappingStrings */
 62830                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortSteOutFrames\000",
 62831                   0,
 62832 mike  1.1.2.1 };
 62833               
 62834               static MetaProperty
 62835               _CIM_SwitchPortSourceRoutingStatistics_SteOutFrames =
 62836               {
 62837                   /* flags */
 62838                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62839                   /* name */
 62840                   "SteOutFrames",
 62841                   /* qualifiers */
 62842                   _CIM_SwitchPortSourceRoutingStatistics_SteOutFrames_qualifiers,
 62843                   /* type */
 62844                   CIMTYPE_UINT32,
 62845                   /* subscript */
 62846                   -1,
 62847                   /* value */
 62848                   0,
 62849               };
 62850               
 62851               static const char*
 62852               _CIM_SwitchPortSourceRoutingStatistics_SegmentMismatchDiscards_qualifiers[] =
 62853 mike  1.1.2.1 {
 62854                   /* Counter */
 62855                   "\012\001",
 62856                   /* MappingStrings */
 62857                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortSegmentMismatchDiscards\000",
 62858                   0,
 62859               };
 62860               
 62861               static MetaProperty
 62862               _CIM_SwitchPortSourceRoutingStatistics_SegmentMismatchDiscards =
 62863               {
 62864                   /* flags */
 62865                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62866                   /* name */
 62867                   "SegmentMismatchDiscards",
 62868                   /* qualifiers */
 62869                   _CIM_SwitchPortSourceRoutingStatistics_SegmentMismatchDiscards_qualifiers,
 62870                   /* type */
 62871                   CIMTYPE_UINT32,
 62872                   /* subscript */
 62873                   -1,
 62874 mike  1.1.2.1     /* value */
 62875                   0,
 62876               };
 62877               
 62878               static const char*
 62879               _CIM_SwitchPortSourceRoutingStatistics_DuplicateSegmentDiscards_qualifiers[] =
 62880               {
 62881                   /* Counter */
 62882                   "\012\001",
 62883                   /* MappingStrings */
 62884                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortDuplicateSegmentDiscards\000",
 62885                   0,
 62886               };
 62887               
 62888               static MetaProperty
 62889               _CIM_SwitchPortSourceRoutingStatistics_DuplicateSegmentDiscards =
 62890               {
 62891                   /* flags */
 62892                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62893                   /* name */
 62894                   "DuplicateSegmentDiscards",
 62895 mike  1.1.2.1     /* qualifiers */
 62896                   _CIM_SwitchPortSourceRoutingStatistics_DuplicateSegmentDiscards_qualifiers,
 62897                   /* type */
 62898                   CIMTYPE_UINT32,
 62899                   /* subscript */
 62900                   -1,
 62901                   /* value */
 62902                   0,
 62903               };
 62904               
 62905               static const char*
 62906               _CIM_SwitchPortSourceRoutingStatistics_HopCountExceedsDiscards_qualifiers[] =
 62907               {
 62908                   /* Counter */
 62909                   "\012\001",
 62910                   /* MappingStrings */
 62911                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortHopCountExceedsDiscards\000",
 62912                   0,
 62913               };
 62914               
 62915               static MetaProperty
 62916 mike  1.1.2.1 _CIM_SwitchPortSourceRoutingStatistics_HopCountExceedsDiscards =
 62917               {
 62918                   /* flags */
 62919                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62920                   /* name */
 62921                   "HopCountExceedsDiscards",
 62922                   /* qualifiers */
 62923                   _CIM_SwitchPortSourceRoutingStatistics_HopCountExceedsDiscards_qualifiers,
 62924                   /* type */
 62925                   CIMTYPE_UINT32,
 62926                   /* subscript */
 62927                   -1,
 62928                   /* value */
 62929                   0,
 62930               };
 62931               
 62932               static const char*
 62933               _CIM_SwitchPortSourceRoutingStatistics_DupLanIdOrTreeErrors_qualifiers[] =
 62934               {
 62935                   /* Counter */
 62936                   "\012\001",
 62937 mike  1.1.2.1     /* MappingStrings */
 62938                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortDupLanIdOrTreeErrors\000",
 62939                   0,
 62940               };
 62941               
 62942               static MetaProperty
 62943               _CIM_SwitchPortSourceRoutingStatistics_DupLanIdOrTreeErrors =
 62944               {
 62945                   /* flags */
 62946                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62947                   /* name */
 62948                   "DupLanIdOrTreeErrors",
 62949                   /* qualifiers */
 62950                   _CIM_SwitchPortSourceRoutingStatistics_DupLanIdOrTreeErrors_qualifiers,
 62951                   /* type */
 62952                   CIMTYPE_UINT32,
 62953                   /* subscript */
 62954                   -1,
 62955                   /* value */
 62956                   0,
 62957               };
 62958 mike  1.1.2.1 
 62959               static const char*
 62960               _CIM_SwitchPortSourceRoutingStatistics_LanIdMismatches_qualifiers[] =
 62961               {
 62962                   /* Counter */
 62963                   "\012\001",
 62964                   /* MappingStrings */
 62965                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortLanIdMismatches\000",
 62966                   0,
 62967               };
 62968               
 62969               static MetaProperty
 62970               _CIM_SwitchPortSourceRoutingStatistics_LanIdMismatches =
 62971               {
 62972                   /* flags */
 62973                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 62974                   /* name */
 62975                   "LanIdMismatches",
 62976                   /* qualifiers */
 62977                   _CIM_SwitchPortSourceRoutingStatistics_LanIdMismatches_qualifiers,
 62978                   /* type */
 62979 mike  1.1.2.1     CIMTYPE_UINT32,
 62980                   /* subscript */
 62981                   -1,
 62982                   /* value */
 62983                   0,
 62984               };
 62985               
 62986               static MetaFeature*
 62987               _CIM_SwitchPortSourceRoutingStatistics_features[] =
 62988               {
 62989                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_SpecInFrames,
 62990                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_SpecOutFrames,
 62991                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_ApeInFrames,
 62992                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_ApeOutFrames,
 62993                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_SteInFrames,
 62994                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_SteOutFrames,
 62995                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_SegmentMismatchDiscards,
 62996                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_DuplicateSegmentDiscards,
 62997                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_HopCountExceedsDiscards,
 62998                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_DupLanIdOrTreeErrors,
 62999                   (MetaFeature*)&_CIM_SwitchPortSourceRoutingStatistics_LanIdMismatches,
 63000 mike  1.1.2.1     0,
 63001               };
 63002               
 63003               static const char*
 63004               __root_cimv2_CIM_SwitchPortSourceRoutingStatistics_qualifiers[] =
 63005               {
 63006                   /* UMLPackagePath */
 63007                   "\057CIM::Network::SwitchingBridging",
 63008                   /* Version */
 63009                   "\0632.7.0",
 63010                   0,
 63011               };
 63012               
 63013               MetaClass
 63014               __root_cimv2_CIM_SwitchPortSourceRoutingStatistics =
 63015               {
 63016                   /* flags */
 63017                   META_FLAG_CLASS,
 63018                   /* name */
 63019                   "CIM_SwitchPortSourceRoutingStatistics",
 63020                   /* qualifiers */
 63021 mike  1.1.2.1     __root_cimv2_CIM_SwitchPortSourceRoutingStatistics_qualifiers,
 63022                   /* super */
 63023                   &__root_cimv2_CIM_SAPStatisticalInformation,
 63024                   /* features */
 63025                   _CIM_SwitchPortSourceRoutingStatistics_features,
 63026               };
 63027               
 63028               //==============================================================================
 63029               //
 63030               // Class: CIM_SwitchPortSpanningTreeStatistics
 63031               //
 63032               //==============================================================================
 63033               
 63034               static const char*
 63035               _CIM_SwitchPortSpanningTreeStatistics_ForwardTransitions_qualifiers[] =
 63036               {
 63037                   /* Counter */
 63038                   "\012\001",
 63039                   /* MappingStrings */
 63040                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPortForwardTransitions\000",
 63041                   0,
 63042 mike  1.1.2.1 };
 63043               
 63044               static MetaProperty
 63045               _CIM_SwitchPortSpanningTreeStatistics_ForwardTransitions =
 63046               {
 63047                   /* flags */
 63048                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63049                   /* name */
 63050                   "ForwardTransitions",
 63051                   /* qualifiers */
 63052                   _CIM_SwitchPortSpanningTreeStatistics_ForwardTransitions_qualifiers,
 63053                   /* type */
 63054                   CIMTYPE_UINT32,
 63055                   /* subscript */
 63056                   -1,
 63057                   /* value */
 63058                   0,
 63059               };
 63060               
 63061               static MetaFeature*
 63062               _CIM_SwitchPortSpanningTreeStatistics_features[] =
 63063 mike  1.1.2.1 {
 63064                   (MetaFeature*)&_CIM_SwitchPortSpanningTreeStatistics_ForwardTransitions,
 63065                   0,
 63066               };
 63067               
 63068               static const char*
 63069               __root_cimv2_CIM_SwitchPortSpanningTreeStatistics_qualifiers[] =
 63070               {
 63071                   /* UMLPackagePath */
 63072                   "\057CIM::Network::SwitchingBridging",
 63073                   /* Version */
 63074                   "\0632.7.0",
 63075                   0,
 63076               };
 63077               
 63078               MetaClass
 63079               __root_cimv2_CIM_SwitchPortSpanningTreeStatistics =
 63080               {
 63081                   /* flags */
 63082                   META_FLAG_CLASS,
 63083                   /* name */
 63084 mike  1.1.2.1     "CIM_SwitchPortSpanningTreeStatistics",
 63085                   /* qualifiers */
 63086                   __root_cimv2_CIM_SwitchPortSpanningTreeStatistics_qualifiers,
 63087                   /* super */
 63088                   &__root_cimv2_CIM_SAPStatisticalInformation,
 63089                   /* features */
 63090                   _CIM_SwitchPortSpanningTreeStatistics_features,
 63091               };
 63092               
 63093               //==============================================================================
 63094               //
 63095               // Class: CIM_SwitchPortStatistics
 63096               //
 63097               //==============================================================================
 63098               
 63099               static const char*
 63100               _CIM_SwitchPortStatistics_DelayExceededDiscards_qualifiers[] =
 63101               {
 63102                   /* Counter */
 63103                   "\012\001",
 63104                   /* MappingStrings */
 63105 mike  1.1.2.1     "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dBasePortDelayExceededDiscards\000",
 63106                   0,
 63107               };
 63108               
 63109               static MetaProperty
 63110               _CIM_SwitchPortStatistics_DelayExceededDiscards =
 63111               {
 63112                   /* flags */
 63113                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63114                   /* name */
 63115                   "DelayExceededDiscards",
 63116                   /* qualifiers */
 63117                   _CIM_SwitchPortStatistics_DelayExceededDiscards_qualifiers,
 63118                   /* type */
 63119                   CIMTYPE_UINT32,
 63120                   /* subscript */
 63121                   -1,
 63122                   /* value */
 63123                   0,
 63124               };
 63125               
 63126 mike  1.1.2.1 static const char*
 63127               _CIM_SwitchPortStatistics_MtuExceededDiscards_qualifiers[] =
 63128               {
 63129                   /* Counter */
 63130                   "\012\001",
 63131                   /* MappingStrings */
 63132                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dBasePortMtuExceededDiscards\000",
 63133                   0,
 63134               };
 63135               
 63136               static MetaProperty
 63137               _CIM_SwitchPortStatistics_MtuExceededDiscards =
 63138               {
 63139                   /* flags */
 63140                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63141                   /* name */
 63142                   "MtuExceededDiscards",
 63143                   /* qualifiers */
 63144                   _CIM_SwitchPortStatistics_MtuExceededDiscards_qualifiers,
 63145                   /* type */
 63146                   CIMTYPE_UINT32,
 63147 mike  1.1.2.1     /* subscript */
 63148                   -1,
 63149                   /* value */
 63150                   0,
 63151               };
 63152               
 63153               static MetaFeature*
 63154               _CIM_SwitchPortStatistics_features[] =
 63155               {
 63156                   (MetaFeature*)&_CIM_SwitchPortStatistics_DelayExceededDiscards,
 63157                   (MetaFeature*)&_CIM_SwitchPortStatistics_MtuExceededDiscards,
 63158                   0,
 63159               };
 63160               
 63161               static const char*
 63162               __root_cimv2_CIM_SwitchPortStatistics_qualifiers[] =
 63163               {
 63164                   /* UMLPackagePath */
 63165                   "\057CIM::Network::SwitchingBridging",
 63166                   /* Version */
 63167                   "\0632.7.0",
 63168 mike  1.1.2.1     0,
 63169               };
 63170               
 63171               MetaClass
 63172               __root_cimv2_CIM_SwitchPortStatistics =
 63173               {
 63174                   /* flags */
 63175                   META_FLAG_CLASS,
 63176                   /* name */
 63177                   "CIM_SwitchPortStatistics",
 63178                   /* qualifiers */
 63179                   __root_cimv2_CIM_SwitchPortStatistics_qualifiers,
 63180                   /* super */
 63181                   &__root_cimv2_CIM_SAPStatisticalInformation,
 63182                   /* features */
 63183                   _CIM_SwitchPortStatistics_features,
 63184               };
 63185               
 63186               //==============================================================================
 63187               //
 63188               // Class: CIM_SwitchPortTransparentBridgingStatistics
 63189 mike  1.1.2.1 //
 63190               //==============================================================================
 63191               
 63192               static const char*
 63193               _CIM_SwitchPortTransparentBridgingStatistics_InFrames_qualifiers[] =
 63194               {
 63195                   /* Counter */
 63196                   "\012\001",
 63197                   /* MappingStrings */
 63198                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpPortInFrames\000",
 63199                   0,
 63200               };
 63201               
 63202               static MetaProperty
 63203               _CIM_SwitchPortTransparentBridgingStatistics_InFrames =
 63204               {
 63205                   /* flags */
 63206                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63207                   /* name */
 63208                   "InFrames",
 63209                   /* qualifiers */
 63210 mike  1.1.2.1     _CIM_SwitchPortTransparentBridgingStatistics_InFrames_qualifiers,
 63211                   /* type */
 63212                   CIMTYPE_UINT32,
 63213                   /* subscript */
 63214                   -1,
 63215                   /* value */
 63216                   0,
 63217               };
 63218               
 63219               static const char*
 63220               _CIM_SwitchPortTransparentBridgingStatistics_OutFrames_qualifiers[] =
 63221               {
 63222                   /* Counter */
 63223                   "\012\001",
 63224                   /* MappingStrings */
 63225                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpPortOutFrames\000",
 63226                   0,
 63227               };
 63228               
 63229               static MetaProperty
 63230               _CIM_SwitchPortTransparentBridgingStatistics_OutFrames =
 63231 mike  1.1.2.1 {
 63232                   /* flags */
 63233                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63234                   /* name */
 63235                   "OutFrames",
 63236                   /* qualifiers */
 63237                   _CIM_SwitchPortTransparentBridgingStatistics_OutFrames_qualifiers,
 63238                   /* type */
 63239                   CIMTYPE_UINT32,
 63240                   /* subscript */
 63241                   -1,
 63242                   /* value */
 63243                   0,
 63244               };
 63245               
 63246               static const char*
 63247               _CIM_SwitchPortTransparentBridgingStatistics_InDiscards_qualifiers[] =
 63248               {
 63249                   /* Counter */
 63250                   "\012\001",
 63251                   /* MappingStrings */
 63252 mike  1.1.2.1     "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpPortInDiscards\000",
 63253                   0,
 63254               };
 63255               
 63256               static MetaProperty
 63257               _CIM_SwitchPortTransparentBridgingStatistics_InDiscards =
 63258               {
 63259                   /* flags */
 63260                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63261                   /* name */
 63262                   "InDiscards",
 63263                   /* qualifiers */
 63264                   _CIM_SwitchPortTransparentBridgingStatistics_InDiscards_qualifiers,
 63265                   /* type */
 63266                   CIMTYPE_UINT32,
 63267                   /* subscript */
 63268                   -1,
 63269                   /* value */
 63270                   0,
 63271               };
 63272               
 63273 mike  1.1.2.1 static MetaFeature*
 63274               _CIM_SwitchPortTransparentBridgingStatistics_features[] =
 63275               {
 63276                   (MetaFeature*)&_CIM_SwitchPortTransparentBridgingStatistics_InFrames,
 63277                   (MetaFeature*)&_CIM_SwitchPortTransparentBridgingStatistics_OutFrames,
 63278                   (MetaFeature*)&_CIM_SwitchPortTransparentBridgingStatistics_InDiscards,
 63279                   0,
 63280               };
 63281               
 63282               static const char*
 63283               __root_cimv2_CIM_SwitchPortTransparentBridgingStatistics_qualifiers[] =
 63284               {
 63285                   /* UMLPackagePath */
 63286                   "\057CIM::Network::SwitchingBridging",
 63287                   /* Version */
 63288                   "\0632.7.0",
 63289                   0,
 63290               };
 63291               
 63292               MetaClass
 63293               __root_cimv2_CIM_SwitchPortTransparentBridgingStatistics =
 63294 mike  1.1.2.1 {
 63295                   /* flags */
 63296                   META_FLAG_CLASS,
 63297                   /* name */
 63298                   "CIM_SwitchPortTransparentBridgingStatistics",
 63299                   /* qualifiers */
 63300                   __root_cimv2_CIM_SwitchPortTransparentBridgingStatistics_qualifiers,
 63301                   /* super */
 63302                   &__root_cimv2_CIM_SAPStatisticalInformation,
 63303                   /* features */
 63304                   _CIM_SwitchPortTransparentBridgingStatistics_features,
 63305               };
 63306               
 63307               //==============================================================================
 63308               //
 63309               // Class: CIM_SymbolicLink
 63310               //
 63311               //==============================================================================
 63312               
 63313               static const char*
 63314               _CIM_SymbolicLink_TargetFile_qualifiers[] =
 63315 mike  1.1.2.1 {
 63316                   /* Required */
 63317                   "\050\001",
 63318                   0,
 63319               };
 63320               
 63321               static MetaProperty
 63322               _CIM_SymbolicLink_TargetFile =
 63323               {
 63324                   /* flags */
 63325                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 63326                   /* name */
 63327                   "TargetFile",
 63328                   /* qualifiers */
 63329                   _CIM_SymbolicLink_TargetFile_qualifiers,
 63330                   /* type */
 63331                   CIMTYPE_STRING,
 63332                   /* subscript */
 63333                   -1,
 63334                   /* value */
 63335                   0,
 63336 mike  1.1.2.1 };
 63337               
 63338               static MetaFeature*
 63339               _CIM_SymbolicLink_features[] =
 63340               {
 63341                   (MetaFeature*)&_CIM_SymbolicLink_TargetFile,
 63342                   0,
 63343               };
 63344               
 63345               static const char*
 63346               __root_cimv2_CIM_SymbolicLink_qualifiers[] =
 63347               {
 63348                   /* UMLPackagePath */
 63349                   "\057CIM::System::FileElements",
 63350                   /* Version */
 63351                   "\0632.6.0",
 63352                   0,
 63353               };
 63354               
 63355               MetaClass
 63356               __root_cimv2_CIM_SymbolicLink =
 63357 mike  1.1.2.1 {
 63358                   /* flags */
 63359                   META_FLAG_CLASS,
 63360                   /* name */
 63361                   "CIM_SymbolicLink",
 63362                   /* qualifiers */
 63363                   __root_cimv2_CIM_SymbolicLink_qualifiers,
 63364                   /* super */
 63365                   &__root_cimv2_CIM_LogicalFile,
 63366                   /* features */
 63367                   _CIM_SymbolicLink_features,
 63368               };
 63369               
 63370               //==============================================================================
 63371               //
 63372               // Class: CIM_ThresholdIndication
 63373               //
 63374               //==============================================================================
 63375               
 63376               static const char*
 63377               _CIM_ThresholdIndication_ThresholdIdentifier_qualifiers[] =
 63378 mike  1.1.2.1 {
 63379                   /* MappingStrings */
 63380                   "\026\000\001Recommendation.ITU|X733.Threshold information\000",
 63381                   0,
 63382               };
 63383               
 63384               static MetaProperty
 63385               _CIM_ThresholdIndication_ThresholdIdentifier =
 63386               {
 63387                   /* flags */
 63388                   META_FLAG_PROPERTY|META_FLAG_READ,
 63389                   /* name */
 63390                   "ThresholdIdentifier",
 63391                   /* qualifiers */
 63392                   _CIM_ThresholdIndication_ThresholdIdentifier_qualifiers,
 63393                   /* type */
 63394                   CIMTYPE_STRING,
 63395                   /* subscript */
 63396                   -1,
 63397                   /* value */
 63398                   0,
 63399 mike  1.1.2.1 };
 63400               
 63401               static const char*
 63402               _CIM_ThresholdIndication_ThresholdValue_qualifiers[] =
 63403               {
 63404                   /* MappingStrings */
 63405                   "\026\000\001Recommendation.ITU|X733.Threshold information\000",
 63406                   0,
 63407               };
 63408               
 63409               static MetaProperty
 63410               _CIM_ThresholdIndication_ThresholdValue =
 63411               {
 63412                   /* flags */
 63413                   META_FLAG_PROPERTY|META_FLAG_READ,
 63414                   /* name */
 63415                   "ThresholdValue",
 63416                   /* qualifiers */
 63417                   _CIM_ThresholdIndication_ThresholdValue_qualifiers,
 63418                   /* type */
 63419                   CIMTYPE_STRING,
 63420 mike  1.1.2.1     /* subscript */
 63421                   -1,
 63422                   /* value */
 63423                   0,
 63424               };
 63425               
 63426               static const char*
 63427               _CIM_ThresholdIndication_ObservedValue_qualifiers[] =
 63428               {
 63429                   /* MappingStrings */
 63430                   "\026\000\001Recommendation.ITU|X733.Threshold information\000",
 63431                   0,
 63432               };
 63433               
 63434               static MetaProperty
 63435               _CIM_ThresholdIndication_ObservedValue =
 63436               {
 63437                   /* flags */
 63438                   META_FLAG_PROPERTY|META_FLAG_READ,
 63439                   /* name */
 63440                   "ObservedValue",
 63441 mike  1.1.2.1     /* qualifiers */
 63442                   _CIM_ThresholdIndication_ObservedValue_qualifiers,
 63443                   /* type */
 63444                   CIMTYPE_STRING,
 63445                   /* subscript */
 63446                   -1,
 63447                   /* value */
 63448                   0,
 63449               };
 63450               
 63451               static MetaFeature*
 63452               _CIM_ThresholdIndication_features[] =
 63453               {
 63454                   (MetaFeature*)&_CIM_ThresholdIndication_ThresholdIdentifier,
 63455                   (MetaFeature*)&_CIM_ThresholdIndication_ThresholdValue,
 63456                   (MetaFeature*)&_CIM_ThresholdIndication_ObservedValue,
 63457                   0,
 63458               };
 63459               
 63460               static const char*
 63461               __root_cimv2_CIM_ThresholdIndication_qualifiers[] =
 63462 mike  1.1.2.1 {
 63463                   /* INDICATION */
 63464                   "\001\001",
 63465                   /* UMLPackagePath */
 63466                   "\057CIM::Event",
 63467                   /* Version */
 63468                   "\0632.6.0",
 63469                   0,
 63470               };
 63471               
 63472               MetaClass
 63473               __root_cimv2_CIM_ThresholdIndication =
 63474               {
 63475                   /* flags */
 63476                   META_FLAG_INDICATION,
 63477                   /* name */
 63478                   "CIM_ThresholdIndication",
 63479                   /* qualifiers */
 63480                   __root_cimv2_CIM_ThresholdIndication_qualifiers,
 63481                   /* super */
 63482                   &__root_cimv2_CIM_AlertIndication,
 63483 mike  1.1.2.1     /* features */
 63484                   _CIM_ThresholdIndication_features,
 63485               };
 63486               
 63487               //==============================================================================
 63488               //
 63489               // Class: CIM_TokenRingPortStatistics
 63490               //
 63491               //==============================================================================
 63492               
 63493               static const char*
 63494               _CIM_TokenRingPortStatistics_BurstErrors_qualifiers[] =
 63495               {
 63496                   /* Counter */
 63497                   "\012\001",
 63498                   /* MappingStrings */
 63499                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsBurstErrors\000",
 63500                   0,
 63501               };
 63502               
 63503               static MetaProperty
 63504 mike  1.1.2.1 _CIM_TokenRingPortStatistics_BurstErrors =
 63505               {
 63506                   /* flags */
 63507                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63508                   /* name */
 63509                   "BurstErrors",
 63510                   /* qualifiers */
 63511                   _CIM_TokenRingPortStatistics_BurstErrors_qualifiers,
 63512                   /* type */
 63513                   CIMTYPE_UINT32,
 63514                   /* subscript */
 63515                   -1,
 63516                   /* value */
 63517                   0,
 63518               };
 63519               
 63520               static const char*
 63521               _CIM_TokenRingPortStatistics_ACErrors_qualifiers[] =
 63522               {
 63523                   /* Counter */
 63524                   "\012\001",
 63525 mike  1.1.2.1     /* MappingStrings */
 63526                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsACErrors\000",
 63527                   0,
 63528               };
 63529               
 63530               static MetaProperty
 63531               _CIM_TokenRingPortStatistics_ACErrors =
 63532               {
 63533                   /* flags */
 63534                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63535                   /* name */
 63536                   "ACErrors",
 63537                   /* qualifiers */
 63538                   _CIM_TokenRingPortStatistics_ACErrors_qualifiers,
 63539                   /* type */
 63540                   CIMTYPE_UINT32,
 63541                   /* subscript */
 63542                   -1,
 63543                   /* value */
 63544                   0,
 63545               };
 63546 mike  1.1.2.1 
 63547               static const char*
 63548               _CIM_TokenRingPortStatistics_AbortTransErrors_qualifiers[] =
 63549               {
 63550                   /* Counter */
 63551                   "\012\001",
 63552                   /* MappingStrings */
 63553                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsAbortTransErrors\000",
 63554                   0,
 63555               };
 63556               
 63557               static MetaProperty
 63558               _CIM_TokenRingPortStatistics_AbortTransErrors =
 63559               {
 63560                   /* flags */
 63561                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63562                   /* name */
 63563                   "AbortTransErrors",
 63564                   /* qualifiers */
 63565                   _CIM_TokenRingPortStatistics_AbortTransErrors_qualifiers,
 63566                   /* type */
 63567 mike  1.1.2.1     CIMTYPE_UINT32,
 63568                   /* subscript */
 63569                   -1,
 63570                   /* value */
 63571                   0,
 63572               };
 63573               
 63574               static const char*
 63575               _CIM_TokenRingPortStatistics_InternalErrors_qualifiers[] =
 63576               {
 63577                   /* Counter */
 63578                   "\012\001",
 63579                   /* MappingStrings */
 63580                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsInternalErrors\000",
 63581                   0,
 63582               };
 63583               
 63584               static MetaProperty
 63585               _CIM_TokenRingPortStatistics_InternalErrors =
 63586               {
 63587                   /* flags */
 63588 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63589                   /* name */
 63590                   "InternalErrors",
 63591                   /* qualifiers */
 63592                   _CIM_TokenRingPortStatistics_InternalErrors_qualifiers,
 63593                   /* type */
 63594                   CIMTYPE_UINT32,
 63595                   /* subscript */
 63596                   -1,
 63597                   /* value */
 63598                   0,
 63599               };
 63600               
 63601               static const char*
 63602               _CIM_TokenRingPortStatistics_LostFrameErrors_qualifiers[] =
 63603               {
 63604                   /* Counter */
 63605                   "\012\001",
 63606                   /* MappingStrings */
 63607                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsLostFrameErrors\000",
 63608                   0,
 63609 mike  1.1.2.1 };
 63610               
 63611               static MetaProperty
 63612               _CIM_TokenRingPortStatistics_LostFrameErrors =
 63613               {
 63614                   /* flags */
 63615                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63616                   /* name */
 63617                   "LostFrameErrors",
 63618                   /* qualifiers */
 63619                   _CIM_TokenRingPortStatistics_LostFrameErrors_qualifiers,
 63620                   /* type */
 63621                   CIMTYPE_UINT32,
 63622                   /* subscript */
 63623                   -1,
 63624                   /* value */
 63625                   0,
 63626               };
 63627               
 63628               static const char*
 63629               _CIM_TokenRingPortStatistics_ReceiveCongestions_qualifiers[] =
 63630 mike  1.1.2.1 {
 63631                   /* Counter */
 63632                   "\012\001",
 63633                   /* MappingStrings */
 63634                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsReceiveCongestions\000",
 63635                   0,
 63636               };
 63637               
 63638               static MetaProperty
 63639               _CIM_TokenRingPortStatistics_ReceiveCongestions =
 63640               {
 63641                   /* flags */
 63642                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63643                   /* name */
 63644                   "ReceiveCongestions",
 63645                   /* qualifiers */
 63646                   _CIM_TokenRingPortStatistics_ReceiveCongestions_qualifiers,
 63647                   /* type */
 63648                   CIMTYPE_UINT32,
 63649                   /* subscript */
 63650                   -1,
 63651 mike  1.1.2.1     /* value */
 63652                   0,
 63653               };
 63654               
 63655               static const char*
 63656               _CIM_TokenRingPortStatistics_FrameCopiedErrors_qualifiers[] =
 63657               {
 63658                   /* Counter */
 63659                   "\012\001",
 63660                   /* MappingStrings */
 63661                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsFrameCopiedErrors\000",
 63662                   0,
 63663               };
 63664               
 63665               static MetaProperty
 63666               _CIM_TokenRingPortStatistics_FrameCopiedErrors =
 63667               {
 63668                   /* flags */
 63669                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63670                   /* name */
 63671                   "FrameCopiedErrors",
 63672 mike  1.1.2.1     /* qualifiers */
 63673                   _CIM_TokenRingPortStatistics_FrameCopiedErrors_qualifiers,
 63674                   /* type */
 63675                   CIMTYPE_UINT32,
 63676                   /* subscript */
 63677                   -1,
 63678                   /* value */
 63679                   0,
 63680               };
 63681               
 63682               static const char*
 63683               _CIM_TokenRingPortStatistics_TokenErrors_qualifiers[] =
 63684               {
 63685                   /* Counter */
 63686                   "\012\001",
 63687                   /* MappingStrings */
 63688                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsTokenErrors\000",
 63689                   0,
 63690               };
 63691               
 63692               static MetaProperty
 63693 mike  1.1.2.1 _CIM_TokenRingPortStatistics_TokenErrors =
 63694               {
 63695                   /* flags */
 63696                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63697                   /* name */
 63698                   "TokenErrors",
 63699                   /* qualifiers */
 63700                   _CIM_TokenRingPortStatistics_TokenErrors_qualifiers,
 63701                   /* type */
 63702                   CIMTYPE_UINT32,
 63703                   /* subscript */
 63704                   -1,
 63705                   /* value */
 63706                   0,
 63707               };
 63708               
 63709               static const char*
 63710               _CIM_TokenRingPortStatistics_SoftErrors_qualifiers[] =
 63711               {
 63712                   /* Counter */
 63713                   "\012\001",
 63714 mike  1.1.2.1     /* MappingStrings */
 63715                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsSoftErrors\000",
 63716                   0,
 63717               };
 63718               
 63719               static MetaProperty
 63720               _CIM_TokenRingPortStatistics_SoftErrors =
 63721               {
 63722                   /* flags */
 63723                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63724                   /* name */
 63725                   "SoftErrors",
 63726                   /* qualifiers */
 63727                   _CIM_TokenRingPortStatistics_SoftErrors_qualifiers,
 63728                   /* type */
 63729                   CIMTYPE_UINT32,
 63730                   /* subscript */
 63731                   -1,
 63732                   /* value */
 63733                   0,
 63734               };
 63735 mike  1.1.2.1 
 63736               static const char*
 63737               _CIM_TokenRingPortStatistics_HardErrors_qualifiers[] =
 63738               {
 63739                   /* Counter */
 63740                   "\012\001",
 63741                   /* MappingStrings */
 63742                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsHardErrors\000",
 63743                   0,
 63744               };
 63745               
 63746               static MetaProperty
 63747               _CIM_TokenRingPortStatistics_HardErrors =
 63748               {
 63749                   /* flags */
 63750                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63751                   /* name */
 63752                   "HardErrors",
 63753                   /* qualifiers */
 63754                   _CIM_TokenRingPortStatistics_HardErrors_qualifiers,
 63755                   /* type */
 63756 mike  1.1.2.1     CIMTYPE_UINT32,
 63757                   /* subscript */
 63758                   -1,
 63759                   /* value */
 63760                   0,
 63761               };
 63762               
 63763               static const char*
 63764               _CIM_TokenRingPortStatistics_SignalLossCount_qualifiers[] =
 63765               {
 63766                   /* Counter */
 63767                   "\012\001",
 63768                   /* MappingStrings */
 63769                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsSignalLoss\000",
 63770                   0,
 63771               };
 63772               
 63773               static MetaProperty
 63774               _CIM_TokenRingPortStatistics_SignalLossCount =
 63775               {
 63776                   /* flags */
 63777 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63778                   /* name */
 63779                   "SignalLossCount",
 63780                   /* qualifiers */
 63781                   _CIM_TokenRingPortStatistics_SignalLossCount_qualifiers,
 63782                   /* type */
 63783                   CIMTYPE_UINT32,
 63784                   /* subscript */
 63785                   -1,
 63786                   /* value */
 63787                   0,
 63788               };
 63789               
 63790               static const char*
 63791               _CIM_TokenRingPortStatistics_TransmittedBeacons_qualifiers[] =
 63792               {
 63793                   /* Counter */
 63794                   "\012\001",
 63795                   /* MappingStrings */
 63796                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsTransmitBeacons\000",
 63797                   0,
 63798 mike  1.1.2.1 };
 63799               
 63800               static MetaProperty
 63801               _CIM_TokenRingPortStatistics_TransmittedBeacons =
 63802               {
 63803                   /* flags */
 63804                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63805                   /* name */
 63806                   "TransmittedBeacons",
 63807                   /* qualifiers */
 63808                   _CIM_TokenRingPortStatistics_TransmittedBeacons_qualifiers,
 63809                   /* type */
 63810                   CIMTYPE_UINT32,
 63811                   /* subscript */
 63812                   -1,
 63813                   /* value */
 63814                   0,
 63815               };
 63816               
 63817               static const char*
 63818               _CIM_TokenRingPortStatistics_Recoverys_qualifiers[] =
 63819 mike  1.1.2.1 {
 63820                   /* Counter */
 63821                   "\012\001",
 63822                   /* MappingStrings */
 63823                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsRecoverys\000",
 63824                   0,
 63825               };
 63826               
 63827               static MetaProperty
 63828               _CIM_TokenRingPortStatistics_Recoverys =
 63829               {
 63830                   /* flags */
 63831                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63832                   /* name */
 63833                   "Recoverys",
 63834                   /* qualifiers */
 63835                   _CIM_TokenRingPortStatistics_Recoverys_qualifiers,
 63836                   /* type */
 63837                   CIMTYPE_UINT32,
 63838                   /* subscript */
 63839                   -1,
 63840 mike  1.1.2.1     /* value */
 63841                   0,
 63842               };
 63843               
 63844               static const char*
 63845               _CIM_TokenRingPortStatistics_LobeWires_qualifiers[] =
 63846               {
 63847                   /* Counter */
 63848                   "\012\001",
 63849                   /* MappingStrings */
 63850                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsLobeWires\000",
 63851                   0,
 63852               };
 63853               
 63854               static MetaProperty
 63855               _CIM_TokenRingPortStatistics_LobeWires =
 63856               {
 63857                   /* flags */
 63858                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63859                   /* name */
 63860                   "LobeWires",
 63861 mike  1.1.2.1     /* qualifiers */
 63862                   _CIM_TokenRingPortStatistics_LobeWires_qualifiers,
 63863                   /* type */
 63864                   CIMTYPE_UINT32,
 63865                   /* subscript */
 63866                   -1,
 63867                   /* value */
 63868                   0,
 63869               };
 63870               
 63871               static const char*
 63872               _CIM_TokenRingPortStatistics_Removes_qualifiers[] =
 63873               {
 63874                   /* Counter */
 63875                   "\012\001",
 63876                   /* MappingStrings */
 63877                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsRemoves\000",
 63878                   0,
 63879               };
 63880               
 63881               static MetaProperty
 63882 mike  1.1.2.1 _CIM_TokenRingPortStatistics_Removes =
 63883               {
 63884                   /* flags */
 63885                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63886                   /* name */
 63887                   "Removes",
 63888                   /* qualifiers */
 63889                   _CIM_TokenRingPortStatistics_Removes_qualifiers,
 63890                   /* type */
 63891                   CIMTYPE_UINT32,
 63892                   /* subscript */
 63893                   -1,
 63894                   /* value */
 63895                   0,
 63896               };
 63897               
 63898               static const char*
 63899               _CIM_TokenRingPortStatistics_Singles_qualifiers[] =
 63900               {
 63901                   /* Counter */
 63902                   "\012\001",
 63903 mike  1.1.2.1     /* MappingStrings */
 63904                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsSingles\000",
 63905                   0,
 63906               };
 63907               
 63908               static MetaProperty
 63909               _CIM_TokenRingPortStatistics_Singles =
 63910               {
 63911                   /* flags */
 63912                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63913                   /* name */
 63914                   "Singles",
 63915                   /* qualifiers */
 63916                   _CIM_TokenRingPortStatistics_Singles_qualifiers,
 63917                   /* type */
 63918                   CIMTYPE_UINT32,
 63919                   /* subscript */
 63920                   -1,
 63921                   /* value */
 63922                   0,
 63923               };
 63924 mike  1.1.2.1 
 63925               static const char*
 63926               _CIM_TokenRingPortStatistics_FrequencyErrors_qualifiers[] =
 63927               {
 63928                   /* Counter */
 63929                   "\012\001",
 63930                   /* MappingStrings */
 63931                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsFreqErrors\000",
 63932                   0,
 63933               };
 63934               
 63935               static MetaProperty
 63936               _CIM_TokenRingPortStatistics_FrequencyErrors =
 63937               {
 63938                   /* flags */
 63939                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 63940                   /* name */
 63941                   "FrequencyErrors",
 63942                   /* qualifiers */
 63943                   _CIM_TokenRingPortStatistics_FrequencyErrors_qualifiers,
 63944                   /* type */
 63945 mike  1.1.2.1     CIMTYPE_UINT32,
 63946                   /* subscript */
 63947                   -1,
 63948                   /* value */
 63949                   0,
 63950               };
 63951               
 63952               static MetaFeature*
 63953               _CIM_TokenRingPortStatistics_features[] =
 63954               {
 63955                   (MetaFeature*)&_CIM_TokenRingPortStatistics_BurstErrors,
 63956                   (MetaFeature*)&_CIM_TokenRingPortStatistics_ACErrors,
 63957                   (MetaFeature*)&_CIM_TokenRingPortStatistics_AbortTransErrors,
 63958                   (MetaFeature*)&_CIM_TokenRingPortStatistics_InternalErrors,
 63959                   (MetaFeature*)&_CIM_TokenRingPortStatistics_LostFrameErrors,
 63960                   (MetaFeature*)&_CIM_TokenRingPortStatistics_ReceiveCongestions,
 63961                   (MetaFeature*)&_CIM_TokenRingPortStatistics_FrameCopiedErrors,
 63962                   (MetaFeature*)&_CIM_TokenRingPortStatistics_TokenErrors,
 63963                   (MetaFeature*)&_CIM_TokenRingPortStatistics_SoftErrors,
 63964                   (MetaFeature*)&_CIM_TokenRingPortStatistics_HardErrors,
 63965                   (MetaFeature*)&_CIM_TokenRingPortStatistics_SignalLossCount,
 63966 mike  1.1.2.1     (MetaFeature*)&_CIM_TokenRingPortStatistics_TransmittedBeacons,
 63967                   (MetaFeature*)&_CIM_TokenRingPortStatistics_Recoverys,
 63968                   (MetaFeature*)&_CIM_TokenRingPortStatistics_LobeWires,
 63969                   (MetaFeature*)&_CIM_TokenRingPortStatistics_Removes,
 63970                   (MetaFeature*)&_CIM_TokenRingPortStatistics_Singles,
 63971                   (MetaFeature*)&_CIM_TokenRingPortStatistics_FrequencyErrors,
 63972                   0,
 63973               };
 63974               
 63975               static const char*
 63976               __root_cimv2_CIM_TokenRingPortStatistics_qualifiers[] =
 63977               {
 63978                   /* UMLPackagePath */
 63979                   "\057CIM::Device::Ports",
 63980                   /* Version */
 63981                   "\0632.10.0",
 63982                   0,
 63983               };
 63984               
 63985               MetaClass
 63986               __root_cimv2_CIM_TokenRingPortStatistics =
 63987 mike  1.1.2.1 {
 63988                   /* flags */
 63989                   META_FLAG_CLASS,
 63990                   /* name */
 63991                   "CIM_TokenRingPortStatistics",
 63992                   /* qualifiers */
 63993                   __root_cimv2_CIM_TokenRingPortStatistics_qualifiers,
 63994                   /* super */
 63995                   &__root_cimv2_CIM_NetworkPortStatistics,
 63996                   /* features */
 63997                   _CIM_TokenRingPortStatistics_features,
 63998               };
 63999               
 64000               //==============================================================================
 64001               //
 64002               // Class: CIM_TransparentBridgingStatistics
 64003               //
 64004               //==============================================================================
 64005               
 64006               static const char*
 64007               _CIM_TransparentBridgingStatistics_LearnedEntryDiscards_qualifiers[] =
 64008 mike  1.1.2.1 {
 64009                   /* Counter */
 64010                   "\012\001",
 64011                   /* MappingStrings */
 64012                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpLearnedEntryDiscards\000",
 64013                   0,
 64014               };
 64015               
 64016               static MetaProperty
 64017               _CIM_TransparentBridgingStatistics_LearnedEntryDiscards =
 64018               {
 64019                   /* flags */
 64020                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 64021                   /* name */
 64022                   "LearnedEntryDiscards",
 64023                   /* qualifiers */
 64024                   _CIM_TransparentBridgingStatistics_LearnedEntryDiscards_qualifiers,
 64025                   /* type */
 64026                   CIMTYPE_UINT32,
 64027                   /* subscript */
 64028                   -1,
 64029 mike  1.1.2.1     /* value */
 64030                   0,
 64031               };
 64032               
 64033               static MetaFeature*
 64034               _CIM_TransparentBridgingStatistics_features[] =
 64035               {
 64036                   (MetaFeature*)&_CIM_TransparentBridgingStatistics_LearnedEntryDiscards,
 64037                   0,
 64038               };
 64039               
 64040               static const char*
 64041               __root_cimv2_CIM_TransparentBridgingStatistics_qualifiers[] =
 64042               {
 64043                   /* UMLPackagePath */
 64044                   "\057CIM::Network::SwitchingBridging",
 64045                   /* Version */
 64046                   "\0632.7.0",
 64047                   0,
 64048               };
 64049               
 64050 mike  1.1.2.1 MetaClass
 64051               __root_cimv2_CIM_TransparentBridgingStatistics =
 64052               {
 64053                   /* flags */
 64054                   META_FLAG_CLASS,
 64055                   /* name */
 64056                   "CIM_TransparentBridgingStatistics",
 64057                   /* qualifiers */
 64058                   __root_cimv2_CIM_TransparentBridgingStatistics_qualifiers,
 64059                   /* super */
 64060                   &__root_cimv2_CIM_ServiceStatisticalInformation,
 64061                   /* features */
 64062                   _CIM_TransparentBridgingStatistics_features,
 64063               };
 64064               
 64065               //==============================================================================
 64066               //
 64067               // Class: CIM_UnitOfWorkDefinition
 64068               //
 64069               //==============================================================================
 64070               
 64071 mike  1.1.2.1 static const char*
 64072               _CIM_UnitOfWorkDefinition_Name_qualifiers[] =
 64073               {
 64074                   /* Override */
 64075                   "\044Name",
 64076                   0,
 64077               };
 64078               
 64079               static MetaProperty
 64080               _CIM_UnitOfWorkDefinition_Name =
 64081               {
 64082                   /* flags */
 64083                   META_FLAG_PROPERTY|META_FLAG_READ,
 64084                   /* name */
 64085                   "Name",
 64086                   /* qualifiers */
 64087                   _CIM_UnitOfWorkDefinition_Name_qualifiers,
 64088                   /* type */
 64089                   CIMTYPE_STRING,
 64090                   /* subscript */
 64091                   -1,
 64092 mike  1.1.2.1     /* value */
 64093                   0,
 64094               };
 64095               
 64096               static const char*
 64097               _CIM_UnitOfWorkDefinition_Context_qualifiers[] =
 64098               {
 64099                   0,
 64100               };
 64101               
 64102               static MetaProperty
 64103               _CIM_UnitOfWorkDefinition_Context =
 64104               {
 64105                   /* flags */
 64106                   META_FLAG_PROPERTY|META_FLAG_READ,
 64107                   /* name */
 64108                   "Context",
 64109                   /* qualifiers */
 64110                   _CIM_UnitOfWorkDefinition_Context_qualifiers,
 64111                   /* type */
 64112                   CIMTYPE_STRING,
 64113 mike  1.1.2.1     /* subscript */
 64114                   -1,
 64115                   /* value */
 64116                   0,
 64117               };
 64118               
 64119               static const char*
 64120               _CIM_UnitOfWorkDefinition_Id_qualifiers[] =
 64121               {
 64122                   /* Key */
 64123                   "\025\001",
 64124                   /* MaxLen */
 64125                   "\030\000\000\000\020",
 64126                   0,
 64127               };
 64128               
 64129               static MetaProperty
 64130               _CIM_UnitOfWorkDefinition_Id =
 64131               {
 64132                   /* flags */
 64133                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 64134 mike  1.1.2.1     /* name */
 64135                   "Id",
 64136                   /* qualifiers */
 64137                   _CIM_UnitOfWorkDefinition_Id_qualifiers,
 64138                   /* type */
 64139                   CIMTYPE_STRING,
 64140                   /* subscript */
 64141                   -1,
 64142                   /* value */
 64143                   0,
 64144               };
 64145               
 64146               static const char*
 64147               _CIM_UnitOfWorkDefinition_TraceLevelTypeId_qualifiers[] =
 64148               {
 64149                   /* MaxLen */
 64150                   "\030\000\000\000\020",
 64151                   /* ModelCorrespondence */
 64152                   "\036\000\001CIM_TraceLevelType.InstanceID\000",
 64153                   0,
 64154               };
 64155 mike  1.1.2.1 
 64156               static MetaProperty
 64157               _CIM_UnitOfWorkDefinition_TraceLevelTypeId =
 64158               {
 64159                   /* flags */
 64160                   META_FLAG_PROPERTY|META_FLAG_READ,
 64161                   /* name */
 64162                   "TraceLevelTypeId",
 64163                   /* qualifiers */
 64164                   _CIM_UnitOfWorkDefinition_TraceLevelTypeId_qualifiers,
 64165                   /* type */
 64166                   CIMTYPE_STRING,
 64167                   /* subscript */
 64168                   -1,
 64169                   /* value */
 64170                   0,
 64171               };
 64172               
 64173               static MetaFeature*
 64174               _CIM_UnitOfWorkDefinition_features[] =
 64175               {
 64176 mike  1.1.2.1     (MetaFeature*)&_CIM_UnitOfWorkDefinition_Name,
 64177                   (MetaFeature*)&_CIM_UnitOfWorkDefinition_Context,
 64178                   (MetaFeature*)&_CIM_UnitOfWorkDefinition_Id,
 64179                   (MetaFeature*)&_CIM_UnitOfWorkDefinition_TraceLevelTypeId,
 64180                   0,
 64181               };
 64182               
 64183               static const char*
 64184               __root_cimv2_CIM_UnitOfWorkDefinition_qualifiers[] =
 64185               {
 64186                   /* UMLPackagePath */
 64187                   "\057CIM::Metrics::UnitOfWork",
 64188                   /* Version */
 64189                   "\0632.7.0",
 64190                   0,
 64191               };
 64192               
 64193               MetaClass
 64194               __root_cimv2_CIM_UnitOfWorkDefinition =
 64195               {
 64196                   /* flags */
 64197 mike  1.1.2.1     META_FLAG_CLASS,
 64198                   /* name */
 64199                   "CIM_UnitOfWorkDefinition",
 64200                   /* qualifiers */
 64201                   __root_cimv2_CIM_UnitOfWorkDefinition_qualifiers,
 64202                   /* super */
 64203                   &__root_cimv2_CIM_LogicalElement,
 64204                   /* features */
 64205                   _CIM_UnitOfWorkDefinition_features,
 64206               };
 64207               
 64208               //==============================================================================
 64209               //
 64210               // Class: CIM_UnixFile
 64211               //
 64212               //==============================================================================
 64213               
 64214               static const char*
 64215               _CIM_UnixFile_CSCreationClassName_qualifiers[] =
 64216               {
 64217                   /* Key */
 64218 mike  1.1.2.1     "\025\001",
 64219                   /* Propagated */
 64220                   "\045CIM_LogicalFile.CSCreationClassName",
 64221                   /* MaxLen */
 64222                   "\030\000\000\001\000",
 64223                   0,
 64224               };
 64225               
 64226               static MetaProperty
 64227               _CIM_UnixFile_CSCreationClassName =
 64228               {
 64229                   /* flags */
 64230                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 64231                   /* name */
 64232                   "CSCreationClassName",
 64233                   /* qualifiers */
 64234                   _CIM_UnixFile_CSCreationClassName_qualifiers,
 64235                   /* type */
 64236                   CIMTYPE_STRING,
 64237                   /* subscript */
 64238                   -1,
 64239 mike  1.1.2.1     /* value */
 64240                   0,
 64241               };
 64242               
 64243               static const char*
 64244               _CIM_UnixFile_CSName_qualifiers[] =
 64245               {
 64246                   /* Key */
 64247                   "\025\001",
 64248                   /* Propagated */
 64249                   "\045CIM_LogicalFile.CSName",
 64250                   /* MaxLen */
 64251                   "\030\000\000\001\000",
 64252                   0,
 64253               };
 64254               
 64255               static MetaProperty
 64256               _CIM_UnixFile_CSName =
 64257               {
 64258                   /* flags */
 64259                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 64260 mike  1.1.2.1     /* name */
 64261                   "CSName",
 64262                   /* qualifiers */
 64263                   _CIM_UnixFile_CSName_qualifiers,
 64264                   /* type */
 64265                   CIMTYPE_STRING,
 64266                   /* subscript */
 64267                   -1,
 64268                   /* value */
 64269                   0,
 64270               };
 64271               
 64272               static const char*
 64273               _CIM_UnixFile_FSCreationClassName_qualifiers[] =
 64274               {
 64275                   /* Key */
 64276                   "\025\001",
 64277                   /* Propagated */
 64278                   "\045CIM_LogicalFile.FSCreationClassName",
 64279                   /* MaxLen */
 64280                   "\030\000\000\001\000",
 64281 mike  1.1.2.1     0,
 64282               };
 64283               
 64284               static MetaProperty
 64285               _CIM_UnixFile_FSCreationClassName =
 64286               {
 64287                   /* flags */
 64288                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 64289                   /* name */
 64290                   "FSCreationClassName",
 64291                   /* qualifiers */
 64292                   _CIM_UnixFile_FSCreationClassName_qualifiers,
 64293                   /* type */
 64294                   CIMTYPE_STRING,
 64295                   /* subscript */
 64296                   -1,
 64297                   /* value */
 64298                   0,
 64299               };
 64300               
 64301               static const char*
 64302 mike  1.1.2.1 _CIM_UnixFile_FSName_qualifiers[] =
 64303               {
 64304                   /* Key */
 64305                   "\025\001",
 64306                   /* Propagated */
 64307                   "\045CIM_LogicalFile.FSName",
 64308                   /* MaxLen */
 64309                   "\030\000\000\001\000",
 64310                   0,
 64311               };
 64312               
 64313               static MetaProperty
 64314               _CIM_UnixFile_FSName =
 64315               {
 64316                   /* flags */
 64317                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 64318                   /* name */
 64319                   "FSName",
 64320                   /* qualifiers */
 64321                   _CIM_UnixFile_FSName_qualifiers,
 64322                   /* type */
 64323 mike  1.1.2.1     CIMTYPE_STRING,
 64324                   /* subscript */
 64325                   -1,
 64326                   /* value */
 64327                   0,
 64328               };
 64329               
 64330               static const char*
 64331               _CIM_UnixFile_LFCreationClassName_qualifiers[] =
 64332               {
 64333                   /* Key */
 64334                   "\025\001",
 64335                   /* Propagated */
 64336                   "\045CIM_LogicalFile.CreationClassName",
 64337                   /* MaxLen */
 64338                   "\030\000\000\001\000",
 64339                   0,
 64340               };
 64341               
 64342               static MetaProperty
 64343               _CIM_UnixFile_LFCreationClassName =
 64344 mike  1.1.2.1 {
 64345                   /* flags */
 64346                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 64347                   /* name */
 64348                   "LFCreationClassName",
 64349                   /* qualifiers */
 64350                   _CIM_UnixFile_LFCreationClassName_qualifiers,
 64351                   /* type */
 64352                   CIMTYPE_STRING,
 64353                   /* subscript */
 64354                   -1,
 64355                   /* value */
 64356                   0,
 64357               };
 64358               
 64359               static const char*
 64360               _CIM_UnixFile_LFName_qualifiers[] =
 64361               {
 64362                   /* Key */
 64363                   "\025\001",
 64364                   /* Propagated */
 64365 mike  1.1.2.1     "\045CIM_LogicalFile.Name",
 64366                   /* MaxLen */
 64367                   "\030\000\000\004\000",
 64368                   0,
 64369               };
 64370               
 64371               static MetaProperty
 64372               _CIM_UnixFile_LFName =
 64373               {
 64374                   /* flags */
 64375                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 64376                   /* name */
 64377                   "LFName",
 64378                   /* qualifiers */
 64379                   _CIM_UnixFile_LFName_qualifiers,
 64380                   /* type */
 64381                   CIMTYPE_STRING,
 64382                   /* subscript */
 64383                   -1,
 64384                   /* value */
 64385                   0,
 64386 mike  1.1.2.1 };
 64387               
 64388               static const char*
 64389               _CIM_UnixFile_UserID_qualifiers[] =
 64390               {
 64391                   /* Required */
 64392                   "\050\001",
 64393                   0,
 64394               };
 64395               
 64396               static MetaProperty
 64397               _CIM_UnixFile_UserID =
 64398               {
 64399                   /* flags */
 64400                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 64401                   /* name */
 64402                   "UserID",
 64403                   /* qualifiers */
 64404                   _CIM_UnixFile_UserID_qualifiers,
 64405                   /* type */
 64406                   CIMTYPE_STRING,
 64407 mike  1.1.2.1     /* subscript */
 64408                   -1,
 64409                   /* value */
 64410                   0,
 64411               };
 64412               
 64413               static const char*
 64414               _CIM_UnixFile_GroupID_qualifiers[] =
 64415               {
 64416                   /* Required */
 64417                   "\050\001",
 64418                   0,
 64419               };
 64420               
 64421               static MetaProperty
 64422               _CIM_UnixFile_GroupID =
 64423               {
 64424                   /* flags */
 64425                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 64426                   /* name */
 64427                   "GroupID",
 64428 mike  1.1.2.1     /* qualifiers */
 64429                   _CIM_UnixFile_GroupID_qualifiers,
 64430                   /* type */
 64431                   CIMTYPE_STRING,
 64432                   /* subscript */
 64433                   -1,
 64434                   /* value */
 64435                   0,
 64436               };
 64437               
 64438               static const char*
 64439               _CIM_UnixFile_SaveText_qualifiers[] =
 64440               {
 64441                   0,
 64442               };
 64443               
 64444               static MetaProperty
 64445               _CIM_UnixFile_SaveText =
 64446               {
 64447                   /* flags */
 64448                   META_FLAG_PROPERTY|META_FLAG_READ,
 64449 mike  1.1.2.1     /* name */
 64450                   "SaveText",
 64451                   /* qualifiers */
 64452                   _CIM_UnixFile_SaveText_qualifiers,
 64453                   /* type */
 64454                   CIMTYPE_BOOLEAN,
 64455                   /* subscript */
 64456                   -1,
 64457                   /* value */
 64458                   0,
 64459               };
 64460               
 64461               static const char*
 64462               _CIM_UnixFile_LinkCount_qualifiers[] =
 64463               {
 64464                   /* Counter */
 64465                   "\012\001",
 64466                   0,
 64467               };
 64468               
 64469               static MetaProperty
 64470 mike  1.1.2.1 _CIM_UnixFile_LinkCount =
 64471               {
 64472                   /* flags */
 64473                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 64474                   /* name */
 64475                   "LinkCount",
 64476                   /* qualifiers */
 64477                   _CIM_UnixFile_LinkCount_qualifiers,
 64478                   /* type */
 64479                   CIMTYPE_UINT64,
 64480                   /* subscript */
 64481                   -1,
 64482                   /* value */
 64483                   0,
 64484               };
 64485               
 64486               static const char*
 64487               _CIM_UnixFile_FileInodeNumber_qualifiers[] =
 64488               {
 64489                   /* MappingStrings */
 64490                   "\026\000\001UNIX.TOG|ls -i\000",
 64491 mike  1.1.2.1     0,
 64492               };
 64493               
 64494               static MetaProperty
 64495               _CIM_UnixFile_FileInodeNumber =
 64496               {
 64497                   /* flags */
 64498                   META_FLAG_PROPERTY|META_FLAG_READ,
 64499                   /* name */
 64500                   "FileInodeNumber",
 64501                   /* qualifiers */
 64502                   _CIM_UnixFile_FileInodeNumber_qualifiers,
 64503                   /* type */
 64504                   CIMTYPE_STRING,
 64505                   /* subscript */
 64506                   -1,
 64507                   /* value */
 64508                   0,
 64509               };
 64510               
 64511               static const char*
 64512 mike  1.1.2.1 _CIM_UnixFile_SetUid_qualifiers[] =
 64513               {
 64514                   0,
 64515               };
 64516               
 64517               static MetaProperty
 64518               _CIM_UnixFile_SetUid =
 64519               {
 64520                   /* flags */
 64521                   META_FLAG_PROPERTY|META_FLAG_READ,
 64522                   /* name */
 64523                   "SetUid",
 64524                   /* qualifiers */
 64525                   _CIM_UnixFile_SetUid_qualifiers,
 64526                   /* type */
 64527                   CIMTYPE_BOOLEAN,
 64528                   /* subscript */
 64529                   -1,
 64530                   /* value */
 64531                   0,
 64532               };
 64533 mike  1.1.2.1 
 64534               static const char*
 64535               _CIM_UnixFile_SetGid_qualifiers[] =
 64536               {
 64537                   0,
 64538               };
 64539               
 64540               static MetaProperty
 64541               _CIM_UnixFile_SetGid =
 64542               {
 64543                   /* flags */
 64544                   META_FLAG_PROPERTY|META_FLAG_READ,
 64545                   /* name */
 64546                   "SetGid",
 64547                   /* qualifiers */
 64548                   _CIM_UnixFile_SetGid_qualifiers,
 64549                   /* type */
 64550                   CIMTYPE_BOOLEAN,
 64551                   /* subscript */
 64552                   -1,
 64553                   /* value */
 64554 mike  1.1.2.1     0,
 64555               };
 64556               
 64557               static const char*
 64558               _CIM_UnixFile_LastModifiedInode_qualifiers[] =
 64559               {
 64560                   0,
 64561               };
 64562               
 64563               static MetaProperty
 64564               _CIM_UnixFile_LastModifiedInode =
 64565               {
 64566                   /* flags */
 64567                   META_FLAG_PROPERTY|META_FLAG_READ,
 64568                   /* name */
 64569                   "LastModifiedInode",
 64570                   /* qualifiers */
 64571                   _CIM_UnixFile_LastModifiedInode_qualifiers,
 64572                   /* type */
 64573                   CIMTYPE_DATETIME,
 64574                   /* subscript */
 64575 mike  1.1.2.1     -1,
 64576                   /* value */
 64577                   0,
 64578               };
 64579               
 64580               static const char*
 64581               _CIM_UnixFile_LinkMax_qualifiers[] =
 64582               {
 64583                   /* MinValue */
 64584                   "\035\000\000\000\000\000\000\000\010",
 64585                   /* MappingStrings */
 64586                   "\026\000\001POSIX.TOG|pathconf|_PC_LINK_MAX\000",
 64587                   0,
 64588               };
 64589               
 64590               static MetaProperty
 64591               _CIM_UnixFile_LinkMax =
 64592               {
 64593                   /* flags */
 64594                   META_FLAG_PROPERTY|META_FLAG_READ,
 64595                   /* name */
 64596 mike  1.1.2.1     "LinkMax",
 64597                   /* qualifiers */
 64598                   _CIM_UnixFile_LinkMax_qualifiers,
 64599                   /* type */
 64600                   CIMTYPE_UINT64,
 64601                   /* subscript */
 64602                   -1,
 64603                   /* value */
 64604                   0,
 64605               };
 64606               
 64607               static const char*
 64608               _CIM_UnixFile_NameMax_qualifiers[] =
 64609               {
 64610                   /* Units */
 64611                   "\060Bytes",
 64612                   /* MinValue */
 64613                   "\035\000\000\000\000\000\000\000\016",
 64614                   /* MappingStrings */
 64615                   "\026\000\001POSIX.TOG|pathconf|_POSIX_NAME_MAX\000",
 64616                   0,
 64617 mike  1.1.2.1 };
 64618               
 64619               static MetaProperty
 64620               _CIM_UnixFile_NameMax =
 64621               {
 64622                   /* flags */
 64623                   META_FLAG_PROPERTY|META_FLAG_READ,
 64624                   /* name */
 64625                   "NameMax",
 64626                   /* qualifiers */
 64627                   _CIM_UnixFile_NameMax_qualifiers,
 64628                   /* type */
 64629                   CIMTYPE_UINT64,
 64630                   /* subscript */
 64631                   -1,
 64632                   /* value */
 64633                   0,
 64634               };
 64635               
 64636               static const char*
 64637               _CIM_UnixFile_PathMax_qualifiers[] =
 64638 mike  1.1.2.1 {
 64639                   /* Units */
 64640                   "\060Bytes",
 64641                   /* MinValue */
 64642                   "\035\000\000\000\000\000\000\000\377",
 64643                   /* MappingStrings */
 64644                   "\026\000\001POSIX.TOG|pathconf|_POSIX_PATH_MAX\000",
 64645                   0,
 64646               };
 64647               
 64648               static MetaProperty
 64649               _CIM_UnixFile_PathMax =
 64650               {
 64651                   /* flags */
 64652                   META_FLAG_PROPERTY|META_FLAG_READ,
 64653                   /* name */
 64654                   "PathMax",
 64655                   /* qualifiers */
 64656                   _CIM_UnixFile_PathMax_qualifiers,
 64657                   /* type */
 64658                   CIMTYPE_UINT64,
 64659 mike  1.1.2.1     /* subscript */
 64660                   -1,
 64661                   /* value */
 64662                   0,
 64663               };
 64664               
 64665               static const char*
 64666               _CIM_UnixFile_PosixChownRestricted_qualifiers[] =
 64667               {
 64668                   /* MappingStrings */
 64669                   "\026\000\001POSIX.TOG|pathconf|_PC_CHOWN_RESTRICTED\000",
 64670                   0,
 64671               };
 64672               
 64673               static MetaProperty
 64674               _CIM_UnixFile_PosixChownRestricted =
 64675               {
 64676                   /* flags */
 64677                   META_FLAG_PROPERTY|META_FLAG_READ,
 64678                   /* name */
 64679                   "PosixChownRestricted",
 64680 mike  1.1.2.1     /* qualifiers */
 64681                   _CIM_UnixFile_PosixChownRestricted_qualifiers,
 64682                   /* type */
 64683                   CIMTYPE_UINT64,
 64684                   /* subscript */
 64685                   -1,
 64686                   /* value */
 64687                   0,
 64688               };
 64689               
 64690               static const char*
 64691               _CIM_UnixFile_PosixNoTrunc_qualifiers[] =
 64692               {
 64693                   /* MappingStrings */
 64694                   "\026\000\001POSIX.TOG|pathconf|_PC_NO_TRUNC\000",
 64695                   /* ModelCorrespondence */
 64696                   "\036\000\001CIM_UnixFile.NameMax\000",
 64697                   0,
 64698               };
 64699               
 64700               static MetaProperty
 64701 mike  1.1.2.1 _CIM_UnixFile_PosixNoTrunc =
 64702               {
 64703                   /* flags */
 64704                   META_FLAG_PROPERTY|META_FLAG_READ,
 64705                   /* name */
 64706                   "PosixNoTrunc",
 64707                   /* qualifiers */
 64708                   _CIM_UnixFile_PosixNoTrunc_qualifiers,
 64709                   /* type */
 64710                   CIMTYPE_UINT64,
 64711                   /* subscript */
 64712                   -1,
 64713                   /* value */
 64714                   0,
 64715               };
 64716               
 64717               static const char*
 64718               _CIM_UnixFile_PosixAsyncIo_qualifiers[] =
 64719               {
 64720                   /* MappingStrings */
 64721                   "\026\000\001POSIX.TOG|pathconf|_PC_ASYNC_IO\000",
 64722 mike  1.1.2.1     0,
 64723               };
 64724               
 64725               static MetaProperty
 64726               _CIM_UnixFile_PosixAsyncIo =
 64727               {
 64728                   /* flags */
 64729                   META_FLAG_PROPERTY|META_FLAG_READ,
 64730                   /* name */
 64731                   "PosixAsyncIo",
 64732                   /* qualifiers */
 64733                   _CIM_UnixFile_PosixAsyncIo_qualifiers,
 64734                   /* type */
 64735                   CIMTYPE_UINT64,
 64736                   /* subscript */
 64737                   -1,
 64738                   /* value */
 64739                   0,
 64740               };
 64741               
 64742               static const char*
 64743 mike  1.1.2.1 _CIM_UnixFile_PosixPrioIo_qualifiers[] =
 64744               {
 64745                   /* MappingStrings */
 64746                   "\026\000\001POSIX.TOG|pathconf|_PC_PRIO_IO\000",
 64747                   0,
 64748               };
 64749               
 64750               static MetaProperty
 64751               _CIM_UnixFile_PosixPrioIo =
 64752               {
 64753                   /* flags */
 64754                   META_FLAG_PROPERTY|META_FLAG_READ,
 64755                   /* name */
 64756                   "PosixPrioIo",
 64757                   /* qualifiers */
 64758                   _CIM_UnixFile_PosixPrioIo_qualifiers,
 64759                   /* type */
 64760                   CIMTYPE_UINT64,
 64761                   /* subscript */
 64762                   -1,
 64763                   /* value */
 64764 mike  1.1.2.1     0,
 64765               };
 64766               
 64767               static const char*
 64768               _CIM_UnixFile_PosixSyncIo_qualifiers[] =
 64769               {
 64770                   /* MappingStrings */
 64771                   "\026\000\001POSIX.TOG|pathconf|_PC_SYNC_IO\000",
 64772                   0,
 64773               };
 64774               
 64775               static MetaProperty
 64776               _CIM_UnixFile_PosixSyncIo =
 64777               {
 64778                   /* flags */
 64779                   META_FLAG_PROPERTY|META_FLAG_READ,
 64780                   /* name */
 64781                   "PosixSyncIo",
 64782                   /* qualifiers */
 64783                   _CIM_UnixFile_PosixSyncIo_qualifiers,
 64784                   /* type */
 64785 mike  1.1.2.1     CIMTYPE_UINT64,
 64786                   /* subscript */
 64787                   -1,
 64788                   /* value */
 64789                   0,
 64790               };
 64791               
 64792               static MetaFeature*
 64793               _CIM_UnixFile_features[] =
 64794               {
 64795                   (MetaFeature*)&_CIM_UnixFile_CSCreationClassName,
 64796                   (MetaFeature*)&_CIM_UnixFile_CSName,
 64797                   (MetaFeature*)&_CIM_UnixFile_FSCreationClassName,
 64798                   (MetaFeature*)&_CIM_UnixFile_FSName,
 64799                   (MetaFeature*)&_CIM_UnixFile_LFCreationClassName,
 64800                   (MetaFeature*)&_CIM_UnixFile_LFName,
 64801                   (MetaFeature*)&_CIM_UnixFile_UserID,
 64802                   (MetaFeature*)&_CIM_UnixFile_GroupID,
 64803                   (MetaFeature*)&_CIM_UnixFile_SaveText,
 64804                   (MetaFeature*)&_CIM_UnixFile_LinkCount,
 64805                   (MetaFeature*)&_CIM_UnixFile_FileInodeNumber,
 64806 mike  1.1.2.1     (MetaFeature*)&_CIM_UnixFile_SetUid,
 64807                   (MetaFeature*)&_CIM_UnixFile_SetGid,
 64808                   (MetaFeature*)&_CIM_UnixFile_LastModifiedInode,
 64809                   (MetaFeature*)&_CIM_UnixFile_LinkMax,
 64810                   (MetaFeature*)&_CIM_UnixFile_NameMax,
 64811                   (MetaFeature*)&_CIM_UnixFile_PathMax,
 64812                   (MetaFeature*)&_CIM_UnixFile_PosixChownRestricted,
 64813                   (MetaFeature*)&_CIM_UnixFile_PosixNoTrunc,
 64814                   (MetaFeature*)&_CIM_UnixFile_PosixAsyncIo,
 64815                   (MetaFeature*)&_CIM_UnixFile_PosixPrioIo,
 64816                   (MetaFeature*)&_CIM_UnixFile_PosixSyncIo,
 64817                   0,
 64818               };
 64819               
 64820               static const char*
 64821               __root_cimv2_CIM_UnixFile_qualifiers[] =
 64822               {
 64823                   /* UMLPackagePath */
 64824                   "\057CIM::System::Unix",
 64825                   /* Version */
 64826                   "\0632.6.0",
 64827 mike  1.1.2.1     0,
 64828               };
 64829               
 64830               MetaClass
 64831               __root_cimv2_CIM_UnixFile =
 64832               {
 64833                   /* flags */
 64834                   META_FLAG_CLASS,
 64835                   /* name */
 64836                   "CIM_UnixFile",
 64837                   /* qualifiers */
 64838                   __root_cimv2_CIM_UnixFile_qualifiers,
 64839                   /* super */
 64840                   &__root_cimv2_CIM_LogicalElement,
 64841                   /* features */
 64842                   _CIM_UnixFile_features,
 64843               };
 64844               
 64845               //==============================================================================
 64846               //
 64847               // Class: CIM_UoWDefTraceLevelType
 64848 mike  1.1.2.1 //
 64849               //==============================================================================
 64850               
 64851               static const char*
 64852               _CIM_UoWDefTraceLevelType_TraceLevelType_qualifiers[] =
 64853               {
 64854                   /* Key */
 64855                   "\025\001",
 64856                   /* Max */
 64857                   "\027\000\000\000\001",
 64858                   0,
 64859               };
 64860               
 64861               static MetaReference
 64862               _CIM_UoWDefTraceLevelType_TraceLevelType =
 64863               {
 64864                   /* flags */
 64865                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 64866                   /* name */
 64867                   "TraceLevelType",
 64868                   /* qualifiers */
 64869 mike  1.1.2.1     _CIM_UoWDefTraceLevelType_TraceLevelType_qualifiers,
 64870                   /* subscript */
 64871                   -1,
 64872                   /* refId */
 64873                   &__root_cimv2_CIM_TraceLevelType,
 64874               };
 64875               
 64876               static const char*
 64877               _CIM_UoWDefTraceLevelType_UoWDefn_qualifiers[] =
 64878               {
 64879                   /* Key */
 64880                   "\025\001",
 64881                   0,
 64882               };
 64883               
 64884               static MetaReference
 64885               _CIM_UoWDefTraceLevelType_UoWDefn =
 64886               {
 64887                   /* flags */
 64888                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 64889                   /* name */
 64890 mike  1.1.2.1     "UoWDefn",
 64891                   /* qualifiers */
 64892                   _CIM_UoWDefTraceLevelType_UoWDefn_qualifiers,
 64893                   /* subscript */
 64894                   -1,
 64895                   /* refId */
 64896                   &__root_cimv2_CIM_UnitOfWorkDefinition,
 64897               };
 64898               
 64899               static MetaFeature*
 64900               _CIM_UoWDefTraceLevelType_features[] =
 64901               {
 64902                   (MetaFeature*)&_CIM_UoWDefTraceLevelType_TraceLevelType,
 64903                   (MetaFeature*)&_CIM_UoWDefTraceLevelType_UoWDefn,
 64904                   0,
 64905               };
 64906               
 64907               static const char*
 64908               __root_cimv2_CIM_UoWDefTraceLevelType_qualifiers[] =
 64909               {
 64910                   /* ASSOCIATION */
 64911 mike  1.1.2.1     "\000\001",
 64912                   /* UMLPackagePath */
 64913                   "\057CIM::Metrics::UnitOfWork",
 64914                   /* Version */
 64915                   "\0632.7.0",
 64916                   0,
 64917               };
 64918               
 64919               MetaClass
 64920               __root_cimv2_CIM_UoWDefTraceLevelType =
 64921               {
 64922                   /* flags */
 64923                   META_FLAG_ASSOCIATION,
 64924                   /* name */
 64925                   "CIM_UoWDefTraceLevelType",
 64926                   /* qualifiers */
 64927                   __root_cimv2_CIM_UoWDefTraceLevelType_qualifiers,
 64928                   /* super */
 64929                   0,
 64930                   /* features */
 64931                   _CIM_UoWDefTraceLevelType_features,
 64932 mike  1.1.2.1 };
 64933               
 64934               //==============================================================================
 64935               //
 64936               // Class: CIM_UoWMetricDefinition
 64937               //
 64938               //==============================================================================
 64939               
 64940               static const char*
 64941               _CIM_UoWMetricDefinition_Antecedent_qualifiers[] =
 64942               {
 64943                   /* Override */
 64944                   "\044Antecedent",
 64945                   /* Min */
 64946                   "\033\000\000\000\001",
 64947                   0,
 64948               };
 64949               
 64950               static MetaReference
 64951               _CIM_UoWMetricDefinition_Antecedent =
 64952               {
 64953 mike  1.1.2.1     /* flags */
 64954                   META_FLAG_REFERENCE|META_FLAG_READ,
 64955                   /* name */
 64956                   "Antecedent",
 64957                   /* qualifiers */
 64958                   _CIM_UoWMetricDefinition_Antecedent_qualifiers,
 64959                   /* subscript */
 64960                   -1,
 64961                   /* refId */
 64962                   &__root_cimv2_CIM_UnitOfWorkDefinition,
 64963               };
 64964               
 64965               static const char*
 64966               _CIM_UoWMetricDefinition_Dependent_qualifiers[] =
 64967               {
 64968                   /* Override */
 64969                   "\044Dependent",
 64970                   0,
 64971               };
 64972               
 64973               static MetaReference
 64974 mike  1.1.2.1 _CIM_UoWMetricDefinition_Dependent =
 64975               {
 64976                   /* flags */
 64977                   META_FLAG_REFERENCE|META_FLAG_READ,
 64978                   /* name */
 64979                   "Dependent",
 64980                   /* qualifiers */
 64981                   _CIM_UoWMetricDefinition_Dependent_qualifiers,
 64982                   /* subscript */
 64983                   -1,
 64984                   /* refId */
 64985                   &__root_cimv2_CIM_MetricDefinition,
 64986               };
 64987               
 64988               static MetaFeature*
 64989               _CIM_UoWMetricDefinition_features[] =
 64990               {
 64991                   (MetaFeature*)&_CIM_UoWMetricDefinition_Antecedent,
 64992                   (MetaFeature*)&_CIM_UoWMetricDefinition_Dependent,
 64993                   0,
 64994               };
 64995 mike  1.1.2.1 
 64996               static const char*
 64997               __root_cimv2_CIM_UoWMetricDefinition_qualifiers[] =
 64998               {
 64999                   /* ASSOCIATION */
 65000                   "\000\001",
 65001                   /* UMLPackagePath */
 65002                   "\057CIM::Metrics::UnitOfWork",
 65003                   /* Version */
 65004                   "\0632.6.0",
 65005                   0,
 65006               };
 65007               
 65008               MetaClass
 65009               __root_cimv2_CIM_UoWMetricDefinition =
 65010               {
 65011                   /* flags */
 65012                   META_FLAG_ASSOCIATION,
 65013                   /* name */
 65014                   "CIM_UoWMetricDefinition",
 65015                   /* qualifiers */
 65016 mike  1.1.2.1     __root_cimv2_CIM_UoWMetricDefinition_qualifiers,
 65017                   /* super */
 65018                   &__root_cimv2_CIM_Dependency,
 65019                   /* features */
 65020                   _CIM_UoWMetricDefinition_features,
 65021               };
 65022               
 65023               //==============================================================================
 65024               //
 65025               // Class: CIM_UserContact
 65026               //
 65027               //==============================================================================
 65028               
 65029               static const char*
 65030               _CIM_UserContact_CreationClassName_qualifiers[] =
 65031               {
 65032                   /* Key */
 65033                   "\025\001",
 65034                   /* MaxLen */
 65035                   "\030\000\000\001\000",
 65036                   0,
 65037 mike  1.1.2.1 };
 65038               
 65039               static MetaProperty
 65040               _CIM_UserContact_CreationClassName =
 65041               {
 65042                   /* flags */
 65043                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 65044                   /* name */
 65045                   "CreationClassName",
 65046                   /* qualifiers */
 65047                   _CIM_UserContact_CreationClassName_qualifiers,
 65048                   /* type */
 65049                   CIMTYPE_STRING,
 65050                   /* subscript */
 65051                   -1,
 65052                   /* value */
 65053                   0,
 65054               };
 65055               
 65056               static const char*
 65057               _CIM_UserContact_Name_qualifiers[] =
 65058 mike  1.1.2.1 {
 65059                   /* Key */
 65060                   "\025\001",
 65061                   /* MaxLen */
 65062                   "\030\000\000\004\000",
 65063                   0,
 65064               };
 65065               
 65066               static MetaProperty
 65067               _CIM_UserContact_Name =
 65068               {
 65069                   /* flags */
 65070                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 65071                   /* name */
 65072                   "Name",
 65073                   /* qualifiers */
 65074                   _CIM_UserContact_Name_qualifiers,
 65075                   /* type */
 65076                   CIMTYPE_STRING,
 65077                   /* subscript */
 65078                   -1,
 65079 mike  1.1.2.1     /* value */
 65080                   0,
 65081               };
 65082               
 65083               static const char*
 65084               _CIM_UserContact_GivenName_qualifiers[] =
 65085               {
 65086                   0,
 65087               };
 65088               
 65089               static MetaProperty
 65090               _CIM_UserContact_GivenName =
 65091               {
 65092                   /* flags */
 65093                   META_FLAG_PROPERTY|META_FLAG_READ,
 65094                   /* name */
 65095                   "GivenName",
 65096                   /* qualifiers */
 65097                   _CIM_UserContact_GivenName_qualifiers,
 65098                   /* type */
 65099                   CIMTYPE_STRING,
 65100 mike  1.1.2.1     /* subscript */
 65101                   -1,
 65102                   /* value */
 65103                   0,
 65104               };
 65105               
 65106               static const char*
 65107               _CIM_UserContact_Surname_qualifiers[] =
 65108               {
 65109                   /* Required */
 65110                   "\050\001",
 65111                   0,
 65112               };
 65113               
 65114               static MetaProperty
 65115               _CIM_UserContact_Surname =
 65116               {
 65117                   /* flags */
 65118                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 65119                   /* name */
 65120                   "Surname",
 65121 mike  1.1.2.1     /* qualifiers */
 65122                   _CIM_UserContact_Surname_qualifiers,
 65123                   /* type */
 65124                   CIMTYPE_STRING,
 65125                   /* subscript */
 65126                   -1,
 65127                   /* value */
 65128                   0,
 65129               };
 65130               
 65131               static const char*
 65132               _CIM_UserContact_Mail_qualifiers[] =
 65133               {
 65134                   0,
 65135               };
 65136               
 65137               static MetaProperty
 65138               _CIM_UserContact_Mail =
 65139               {
 65140                   /* flags */
 65141                   META_FLAG_PROPERTY|META_FLAG_READ,
 65142 mike  1.1.2.1     /* name */
 65143                   "Mail",
 65144                   /* qualifiers */
 65145                   _CIM_UserContact_Mail_qualifiers,
 65146                   /* type */
 65147                   CIMTYPE_STRING,
 65148                   /* subscript */
 65149                   -1,
 65150                   /* value */
 65151                   0,
 65152               };
 65153               
 65154               static const char*
 65155               _CIM_UserContact_UserID_qualifiers[] =
 65156               {
 65157                   0,
 65158               };
 65159               
 65160               static MetaProperty
 65161               _CIM_UserContact_UserID =
 65162               {
 65163 mike  1.1.2.1     /* flags */
 65164                   META_FLAG_PROPERTY|META_FLAG_READ,
 65165                   /* name */
 65166                   "UserID",
 65167                   /* qualifiers */
 65168                   _CIM_UserContact_UserID_qualifiers,
 65169                   /* type */
 65170                   CIMTYPE_STRING,
 65171                   /* subscript */
 65172                   -1,
 65173                   /* value */
 65174                   0,
 65175               };
 65176               
 65177               static const char*
 65178               _CIM_UserContact_LocalityName_qualifiers[] =
 65179               {
 65180                   0,
 65181               };
 65182               
 65183               static MetaProperty
 65184 mike  1.1.2.1 _CIM_UserContact_LocalityName =
 65185               {
 65186                   /* flags */
 65187                   META_FLAG_PROPERTY|META_FLAG_READ,
 65188                   /* name */
 65189                   "LocalityName",
 65190                   /* qualifiers */
 65191                   _CIM_UserContact_LocalityName_qualifiers,
 65192                   /* type */
 65193                   CIMTYPE_STRING,
 65194                   /* subscript */
 65195                   -1,
 65196                   /* value */
 65197                   0,
 65198               };
 65199               
 65200               static const char*
 65201               _CIM_UserContact_PostalAddress_qualifiers[] =
 65202               {
 65203                   0,
 65204               };
 65205 mike  1.1.2.1 
 65206               static MetaProperty
 65207               _CIM_UserContact_PostalAddress =
 65208               {
 65209                   /* flags */
 65210                   META_FLAG_PROPERTY|META_FLAG_READ,
 65211                   /* name */
 65212                   "PostalAddress",
 65213                   /* qualifiers */
 65214                   _CIM_UserContact_PostalAddress_qualifiers,
 65215                   /* type */
 65216                   CIMTYPE_STRING,
 65217                   /* subscript */
 65218                   0,
 65219                   /* value */
 65220                   0,
 65221               };
 65222               
 65223               static const char*
 65224               _CIM_UserContact_StateOrProvince_qualifiers[] =
 65225               {
 65226 mike  1.1.2.1     0,
 65227               };
 65228               
 65229               static MetaProperty
 65230               _CIM_UserContact_StateOrProvince =
 65231               {
 65232                   /* flags */
 65233                   META_FLAG_PROPERTY|META_FLAG_READ,
 65234                   /* name */
 65235                   "StateOrProvince",
 65236                   /* qualifiers */
 65237                   _CIM_UserContact_StateOrProvince_qualifiers,
 65238                   /* type */
 65239                   CIMTYPE_STRING,
 65240                   /* subscript */
 65241                   -1,
 65242                   /* value */
 65243                   0,
 65244               };
 65245               
 65246               static const char*
 65247 mike  1.1.2.1 _CIM_UserContact_PostalCode_qualifiers[] =
 65248               {
 65249                   /* MaxLen */
 65250                   "\030\000\000\000\050",
 65251                   0,
 65252               };
 65253               
 65254               static MetaProperty
 65255               _CIM_UserContact_PostalCode =
 65256               {
 65257                   /* flags */
 65258                   META_FLAG_PROPERTY|META_FLAG_READ,
 65259                   /* name */
 65260                   "PostalCode",
 65261                   /* qualifiers */
 65262                   _CIM_UserContact_PostalCode_qualifiers,
 65263                   /* type */
 65264                   CIMTYPE_STRING,
 65265                   /* subscript */
 65266                   -1,
 65267                   /* value */
 65268 mike  1.1.2.1     0,
 65269               };
 65270               
 65271               static const char*
 65272               _CIM_UserContact_TelephoneNumber_qualifiers[] =
 65273               {
 65274                   /* MaxLen */
 65275                   "\030\000\000\000\040",
 65276                   0,
 65277               };
 65278               
 65279               static MetaProperty
 65280               _CIM_UserContact_TelephoneNumber =
 65281               {
 65282                   /* flags */
 65283                   META_FLAG_PROPERTY|META_FLAG_READ,
 65284                   /* name */
 65285                   "TelephoneNumber",
 65286                   /* qualifiers */
 65287                   _CIM_UserContact_TelephoneNumber_qualifiers,
 65288                   /* type */
 65289 mike  1.1.2.1     CIMTYPE_STRING,
 65290                   /* subscript */
 65291                   -1,
 65292                   /* value */
 65293                   0,
 65294               };
 65295               
 65296               static MetaFeature*
 65297               _CIM_UserContact_features[] =
 65298               {
 65299                   (MetaFeature*)&_CIM_UserContact_CreationClassName,
 65300                   (MetaFeature*)&_CIM_UserContact_Name,
 65301                   (MetaFeature*)&_CIM_UserContact_GivenName,
 65302                   (MetaFeature*)&_CIM_UserContact_Surname,
 65303                   (MetaFeature*)&_CIM_UserContact_Mail,
 65304                   (MetaFeature*)&_CIM_UserContact_UserID,
 65305                   (MetaFeature*)&_CIM_UserContact_LocalityName,
 65306                   (MetaFeature*)&_CIM_UserContact_PostalAddress,
 65307                   (MetaFeature*)&_CIM_UserContact_StateOrProvince,
 65308                   (MetaFeature*)&_CIM_UserContact_PostalCode,
 65309                   (MetaFeature*)&_CIM_UserContact_TelephoneNumber,
 65310 mike  1.1.2.1     0,
 65311               };
 65312               
 65313               static const char*
 65314               __root_cimv2_CIM_UserContact_qualifiers[] =
 65315               {
 65316                   /* UMLPackagePath */
 65317                   "\057CIM::User::Org",
 65318                   /* Version */
 65319                   "\0632.8.0",
 65320                   0,
 65321               };
 65322               
 65323               MetaClass
 65324               __root_cimv2_CIM_UserContact =
 65325               {
 65326                   /* flags */
 65327                   META_FLAG_CLASS,
 65328                   /* name */
 65329                   "CIM_UserContact",
 65330                   /* qualifiers */
 65331 mike  1.1.2.1     __root_cimv2_CIM_UserContact_qualifiers,
 65332                   /* super */
 65333                   &__root_cimv2_CIM_UserEntity,
 65334                   /* features */
 65335                   _CIM_UserContact_features,
 65336               };
 65337               
 65338               //==============================================================================
 65339               //
 65340               // Class: CIM_VideoBIOSElement
 65341               //
 65342               //==============================================================================
 65343               
 65344               static const char*
 65345               _CIM_VideoBIOSElement_Version_qualifiers[] =
 65346               {
 65347                   /* Override */
 65348                   "\044Version",
 65349                   /* MappingStrings */
 65350                   "\026\000\001MIF.DMTF|Video BIOS|001.3\000",
 65351                   0,
 65352 mike  1.1.2.1 };
 65353               
 65354               static MetaProperty
 65355               _CIM_VideoBIOSElement_Version =
 65356               {
 65357                   /* flags */
 65358                   META_FLAG_PROPERTY|META_FLAG_READ,
 65359                   /* name */
 65360                   "Version",
 65361                   /* qualifiers */
 65362                   _CIM_VideoBIOSElement_Version_qualifiers,
 65363                   /* type */
 65364                   CIMTYPE_STRING,
 65365                   /* subscript */
 65366                   -1,
 65367                   /* value */
 65368                   0,
 65369               };
 65370               
 65371               static const char*
 65372               _CIM_VideoBIOSElement_Manufacturer_qualifiers[] =
 65373 mike  1.1.2.1 {
 65374                   /* Override */
 65375                   "\044Manufacturer",
 65376                   /* MappingStrings */
 65377                   "\026\000\001MIF.DMTF|Video BIOS|001.2\000",
 65378                   0,
 65379               };
 65380               
 65381               static MetaProperty
 65382               _CIM_VideoBIOSElement_Manufacturer =
 65383               {
 65384                   /* flags */
 65385                   META_FLAG_PROPERTY|META_FLAG_READ,
 65386                   /* name */
 65387                   "Manufacturer",
 65388                   /* qualifiers */
 65389                   _CIM_VideoBIOSElement_Manufacturer_qualifiers,
 65390                   /* type */
 65391                   CIMTYPE_STRING,
 65392                   /* subscript */
 65393                   -1,
 65394 mike  1.1.2.1     /* value */
 65395                   0,
 65396               };
 65397               
 65398               static const char*
 65399               _CIM_VideoBIOSElement_IsShadowed_qualifiers[] =
 65400               {
 65401                   /* MappingStrings */
 65402                   "\026\000\001MIF.DMTF|Video BIOS|001.5\000",
 65403                   0,
 65404               };
 65405               
 65406               static MetaProperty
 65407               _CIM_VideoBIOSElement_IsShadowed =
 65408               {
 65409                   /* flags */
 65410                   META_FLAG_PROPERTY|META_FLAG_READ,
 65411                   /* name */
 65412                   "IsShadowed",
 65413                   /* qualifiers */
 65414                   _CIM_VideoBIOSElement_IsShadowed_qualifiers,
 65415 mike  1.1.2.1     /* type */
 65416                   CIMTYPE_BOOLEAN,
 65417                   /* subscript */
 65418                   -1,
 65419                   /* value */
 65420                   0,
 65421               };
 65422               
 65423               static const char*
 65424               _CIM_VideoBIOSElement_ReleaseDate_qualifiers[] =
 65425               {
 65426                   /* MappingStrings */
 65427                   "\026\000\001MIF.DMTF|Video BIOS|001.4\000",
 65428                   0,
 65429               };
 65430               
 65431               static MetaProperty
 65432               _CIM_VideoBIOSElement_ReleaseDate =
 65433               {
 65434                   /* flags */
 65435                   META_FLAG_PROPERTY|META_FLAG_READ,
 65436 mike  1.1.2.1     /* name */
 65437                   "ReleaseDate",
 65438                   /* qualifiers */
 65439                   _CIM_VideoBIOSElement_ReleaseDate_qualifiers,
 65440                   /* type */
 65441                   CIMTYPE_DATETIME,
 65442                   /* subscript */
 65443                   -1,
 65444                   /* value */
 65445                   0,
 65446               };
 65447               
 65448               static MetaFeature*
 65449               _CIM_VideoBIOSElement_features[] =
 65450               {
 65451                   (MetaFeature*)&_CIM_VideoBIOSElement_Version,
 65452                   (MetaFeature*)&_CIM_VideoBIOSElement_Manufacturer,
 65453                   (MetaFeature*)&_CIM_VideoBIOSElement_IsShadowed,
 65454                   (MetaFeature*)&_CIM_VideoBIOSElement_ReleaseDate,
 65455                   0,
 65456               };
 65457 mike  1.1.2.1 
 65458               static const char*
 65459               __root_cimv2_CIM_VideoBIOSElement_qualifiers[] =
 65460               {
 65461                   /* UMLPackagePath */
 65462                   "\057CIM::Application::BIOS",
 65463                   /* Version */
 65464                   "\0632.6.0",
 65465                   0,
 65466               };
 65467               
 65468               MetaClass
 65469               __root_cimv2_CIM_VideoBIOSElement =
 65470               {
 65471                   /* flags */
 65472                   META_FLAG_CLASS,
 65473                   /* name */
 65474                   "CIM_VideoBIOSElement",
 65475                   /* qualifiers */
 65476                   __root_cimv2_CIM_VideoBIOSElement_qualifiers,
 65477                   /* super */
 65478 mike  1.1.2.1     &__root_cimv2_CIM_SoftwareElement,
 65479                   /* features */
 65480                   _CIM_VideoBIOSElement_features,
 65481               };
 65482               
 65483               //==============================================================================
 65484               //
 65485               // Class: CIM_VideoBIOSFeature
 65486               //
 65487               //==============================================================================
 65488               
 65489               static const char*
 65490               _CIM_VideoBIOSFeature_Characteristics_qualifiers[] =
 65491               {
 65492                   /* ValueMap */
 65493                   "\061\000\0111\0002\0003\0004\0005\0006\0007\0008\0009\000",
 65494                   /* Values */
 65495                   "\062\000\011Other\000Unknown\000Undefined\000Standard Video BIOS\000VESA BIOS Extensions Supported\000VESA Power Management Supported\000VESA Display Data Channel Supported\000Video BIOS Shadowing Allowed\000Video BIOS Upgradeable\000",
 65496                   /* MappingStrings */
 65497                   "\026\000\001MIF.DMTF|Video BIOS Characteristic|001.3\000",
 65498                   /* ArrayType */
 65499 mike  1.1.2.1     "\005Indexed",
 65500                   /* ModelCorrespondence */
 65501                   "\036\000\001CIM_VideoBIOSFeature.CharacteristicDescriptions\000",
 65502                   0,
 65503               };
 65504               
 65505               static MetaProperty
 65506               _CIM_VideoBIOSFeature_Characteristics =
 65507               {
 65508                   /* flags */
 65509                   META_FLAG_PROPERTY|META_FLAG_READ,
 65510                   /* name */
 65511                   "Characteristics",
 65512                   /* qualifiers */
 65513                   _CIM_VideoBIOSFeature_Characteristics_qualifiers,
 65514                   /* type */
 65515                   CIMTYPE_UINT16,
 65516                   /* subscript */
 65517                   0,
 65518                   /* value */
 65519                   0,
 65520 mike  1.1.2.1 };
 65521               
 65522               static const char*
 65523               _CIM_VideoBIOSFeature_CharacteristicDescriptions_qualifiers[] =
 65524               {
 65525                   /* MappingStrings */
 65526                   "\026\000\001MIF.DMTF|Video BIOS Characteristic|001.4\000",
 65527                   /* ArrayType */
 65528                   "\005Indexed",
 65529                   /* ModelCorrespondence */
 65530                   "\036\000\001CIM_VideoBIOSFeature.Characteristics\000",
 65531                   0,
 65532               };
 65533               
 65534               static MetaProperty
 65535               _CIM_VideoBIOSFeature_CharacteristicDescriptions =
 65536               {
 65537                   /* flags */
 65538                   META_FLAG_PROPERTY|META_FLAG_READ,
 65539                   /* name */
 65540                   "CharacteristicDescriptions",
 65541 mike  1.1.2.1     /* qualifiers */
 65542                   _CIM_VideoBIOSFeature_CharacteristicDescriptions_qualifiers,
 65543                   /* type */
 65544                   CIMTYPE_STRING,
 65545                   /* subscript */
 65546                   0,
 65547                   /* value */
 65548                   0,
 65549               };
 65550               
 65551               static MetaFeature*
 65552               _CIM_VideoBIOSFeature_features[] =
 65553               {
 65554                   (MetaFeature*)&_CIM_VideoBIOSFeature_Characteristics,
 65555                   (MetaFeature*)&_CIM_VideoBIOSFeature_CharacteristicDescriptions,
 65556                   0,
 65557               };
 65558               
 65559               static const char*
 65560               __root_cimv2_CIM_VideoBIOSFeature_qualifiers[] =
 65561               {
 65562 mike  1.1.2.1     /* UMLPackagePath */
 65563                   "\057CIM::Application::BIOS",
 65564                   /* Version */
 65565                   "\0632.6.0",
 65566                   0,
 65567               };
 65568               
 65569               MetaClass
 65570               __root_cimv2_CIM_VideoBIOSFeature =
 65571               {
 65572                   /* flags */
 65573                   META_FLAG_CLASS,
 65574                   /* name */
 65575                   "CIM_VideoBIOSFeature",
 65576                   /* qualifiers */
 65577                   __root_cimv2_CIM_VideoBIOSFeature_qualifiers,
 65578                   /* super */
 65579                   &__root_cimv2_CIM_SoftwareFeature,
 65580                   /* features */
 65581                   _CIM_VideoBIOSFeature_features,
 65582               };
 65583 mike  1.1.2.1 
 65584               //==============================================================================
 65585               //
 65586               // Class: CIM_VideoBIOSFeatureVideoBIOSElements
 65587               //
 65588               //==============================================================================
 65589               
 65590               static const char*
 65591               _CIM_VideoBIOSFeatureVideoBIOSElements_GroupComponent_qualifiers[] =
 65592               {
 65593                   /* Aggregate */
 65594                   "\003\001",
 65595                   /* Override */
 65596                   "\044GroupComponent",
 65597                   0,
 65598               };
 65599               
 65600               static MetaReference
 65601               _CIM_VideoBIOSFeatureVideoBIOSElements_GroupComponent =
 65602               {
 65603                   /* flags */
 65604 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 65605                   /* name */
 65606                   "GroupComponent",
 65607                   /* qualifiers */
 65608                   _CIM_VideoBIOSFeatureVideoBIOSElements_GroupComponent_qualifiers,
 65609                   /* subscript */
 65610                   -1,
 65611                   /* refId */
 65612                   &__root_cimv2_CIM_VideoBIOSFeature,
 65613               };
 65614               
 65615               static const char*
 65616               _CIM_VideoBIOSFeatureVideoBIOSElements_PartComponent_qualifiers[] =
 65617               {
 65618                   /* Override */
 65619                   "\044PartComponent",
 65620                   0,
 65621               };
 65622               
 65623               static MetaReference
 65624               _CIM_VideoBIOSFeatureVideoBIOSElements_PartComponent =
 65625 mike  1.1.2.1 {
 65626                   /* flags */
 65627                   META_FLAG_REFERENCE|META_FLAG_READ,
 65628                   /* name */
 65629                   "PartComponent",
 65630                   /* qualifiers */
 65631                   _CIM_VideoBIOSFeatureVideoBIOSElements_PartComponent_qualifiers,
 65632                   /* subscript */
 65633                   -1,
 65634                   /* refId */
 65635                   &__root_cimv2_CIM_VideoBIOSElement,
 65636               };
 65637               
 65638               static MetaFeature*
 65639               _CIM_VideoBIOSFeatureVideoBIOSElements_features[] =
 65640               {
 65641                   (MetaFeature*)&_CIM_VideoBIOSFeatureVideoBIOSElements_GroupComponent,
 65642                   (MetaFeature*)&_CIM_VideoBIOSFeatureVideoBIOSElements_PartComponent,
 65643                   0,
 65644               };
 65645               
 65646 mike  1.1.2.1 static const char*
 65647               __root_cimv2_CIM_VideoBIOSFeatureVideoBIOSElements_qualifiers[] =
 65648               {
 65649                   /* ASSOCIATION */
 65650                   "\000\001",
 65651                   /* UMLPackagePath */
 65652                   "\057CIM::Application::BIOS",
 65653                   /* Aggregation */
 65654                   "\004\001",
 65655                   /* Version */
 65656                   "\0632.6.0",
 65657                   0,
 65658               };
 65659               
 65660               MetaClass
 65661               __root_cimv2_CIM_VideoBIOSFeatureVideoBIOSElements =
 65662               {
 65663                   /* flags */
 65664                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 65665                   /* name */
 65666                   "CIM_VideoBIOSFeatureVideoBIOSElements",
 65667 mike  1.1.2.1     /* qualifiers */
 65668                   __root_cimv2_CIM_VideoBIOSFeatureVideoBIOSElements_qualifiers,
 65669                   /* super */
 65670                   &__root_cimv2_CIM_SoftwareFeatureSoftwareElements,
 65671                   /* features */
 65672                   _CIM_VideoBIOSFeatureVideoBIOSElements_features,
 65673               };
 65674               
 65675               //==============================================================================
 65676               //
 65677               // Class: CIM_Zone
 65678               //
 65679               //==============================================================================
 65680               
 65681               static const char*
 65682               _CIM_Zone_ElementName_qualifiers[] =
 65683               {
 65684                   /* Required */
 65685                   "\050\001",
 65686                   /* Override */
 65687                   "\044ElementName",
 65688 mike  1.1.2.1     /* Write */
 65689                   "\065\001",
 65690                   0,
 65691               };
 65692               
 65693               static MetaProperty
 65694               _CIM_Zone_ElementName =
 65695               {
 65696                   /* flags */
 65697                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
 65698                   /* name */
 65699                   "ElementName",
 65700                   /* qualifiers */
 65701                   _CIM_Zone_ElementName_qualifiers,
 65702                   /* type */
 65703                   CIMTYPE_STRING,
 65704                   /* subscript */
 65705                   -1,
 65706                   /* value */
 65707                   0,
 65708               };
 65709 mike  1.1.2.1 
 65710               static const char*
 65711               _CIM_Zone_Active_qualifiers[] =
 65712               {
 65713                   /* Required */
 65714                   "\050\001",
 65715                   0,
 65716               };
 65717               
 65718               static MetaProperty
 65719               _CIM_Zone_Active =
 65720               {
 65721                   /* flags */
 65722                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 65723                   /* name */
 65724                   "Active",
 65725                   /* qualifiers */
 65726                   _CIM_Zone_Active_qualifiers,
 65727                   /* type */
 65728                   CIMTYPE_BOOLEAN,
 65729                   /* subscript */
 65730 mike  1.1.2.1     -1,
 65731                   /* value */
 65732                   0,
 65733               };
 65734               
 65735               static const char*
 65736               _CIM_Zone_ZoneType_qualifiers[] =
 65737               {
 65738                   /* Required */
 65739                   "\050\001",
 65740                   /* ValueMap */
 65741                   "\061\000\0060\0001\0002\0003\000..\00032768..65535\000",
 65742                   /* Values */
 65743                   "\062\000\006Unknown\000Other\000Default\000Protocol\000DMTF Reserved\000Vendor Reserved\000",
 65744                   /* ModelCorrespondence */
 65745                   "\036\000\001CIM_Zone.OtherZoneTypeDescription\000",
 65746                   0,
 65747               };
 65748               
 65749               static MetaProperty
 65750               _CIM_Zone_ZoneType =
 65751 mike  1.1.2.1 {
 65752                   /* flags */
 65753                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 65754                   /* name */
 65755                   "ZoneType",
 65756                   /* qualifiers */
 65757                   _CIM_Zone_ZoneType_qualifiers,
 65758                   /* type */
 65759                   CIMTYPE_UINT16,
 65760                   /* subscript */
 65761                   -1,
 65762                   /* value */
 65763                   0,
 65764               };
 65765               
 65766               static const char*
 65767               _CIM_Zone_OtherZoneTypeDescription_qualifiers[] =
 65768               {
 65769                   /* ModelCorrespondence */
 65770                   "\036\000\001CIM_Zone.ZoneType\000",
 65771                   0,
 65772 mike  1.1.2.1 };
 65773               
 65774               static MetaProperty
 65775               _CIM_Zone_OtherZoneTypeDescription =
 65776               {
 65777                   /* flags */
 65778                   META_FLAG_PROPERTY|META_FLAG_READ,
 65779                   /* name */
 65780                   "OtherZoneTypeDescription",
 65781                   /* qualifiers */
 65782                   _CIM_Zone_OtherZoneTypeDescription_qualifiers,
 65783                   /* type */
 65784                   CIMTYPE_STRING,
 65785                   /* subscript */
 65786                   -1,
 65787                   /* value */
 65788                   0,
 65789               };
 65790               
 65791               static const char*
 65792               _CIM_Zone_ZoneSubType_qualifiers[] =
 65793 mike  1.1.2.1 {
 65794                   /* ValueMap */
 65795                   "\061\000\0070\0001\0002\0003\0004\000..\00032768..65535\000",
 65796                   /* Values */
 65797                   "\062\000\007Unknown\000Other\000SCSI\000VI\000IP\000DMTF Reserved\000Vendor Reserved\000",
 65798                   /* ModelCorrespondence */
 65799                   "\036\000\001CIM_Zone.OtherZoneSubTypeDescription\000",
 65800                   0,
 65801               };
 65802               
 65803               static MetaProperty
 65804               _CIM_Zone_ZoneSubType =
 65805               {
 65806                   /* flags */
 65807                   META_FLAG_PROPERTY|META_FLAG_READ,
 65808                   /* name */
 65809                   "ZoneSubType",
 65810                   /* qualifiers */
 65811                   _CIM_Zone_ZoneSubType_qualifiers,
 65812                   /* type */
 65813                   CIMTYPE_UINT16,
 65814 mike  1.1.2.1     /* subscript */
 65815                   -1,
 65816                   /* value */
 65817                   0,
 65818               };
 65819               
 65820               static const char*
 65821               _CIM_Zone_OtherZoneSubTypeDescription_qualifiers[] =
 65822               {
 65823                   /* ModelCorrespondence */
 65824                   "\036\000\001CIM_Zone.ZoneSubType\000",
 65825                   0,
 65826               };
 65827               
 65828               static MetaProperty
 65829               _CIM_Zone_OtherZoneSubTypeDescription =
 65830               {
 65831                   /* flags */
 65832                   META_FLAG_PROPERTY|META_FLAG_READ,
 65833                   /* name */
 65834                   "OtherZoneSubTypeDescription",
 65835 mike  1.1.2.1     /* qualifiers */
 65836                   _CIM_Zone_OtherZoneSubTypeDescription_qualifiers,
 65837                   /* type */
 65838                   CIMTYPE_STRING,
 65839                   /* subscript */
 65840                   -1,
 65841                   /* value */
 65842                   0,
 65843               };
 65844               
 65845               static MetaFeature*
 65846               _CIM_Zone_features[] =
 65847               {
 65848                   (MetaFeature*)&_CIM_Zone_ElementName,
 65849                   (MetaFeature*)&_CIM_Zone_Active,
 65850                   (MetaFeature*)&_CIM_Zone_ZoneType,
 65851                   (MetaFeature*)&_CIM_Zone_OtherZoneTypeDescription,
 65852                   (MetaFeature*)&_CIM_Zone_ZoneSubType,
 65853                   (MetaFeature*)&_CIM_Zone_OtherZoneSubTypeDescription,
 65854                   0,
 65855               };
 65856 mike  1.1.2.1 
 65857               static const char*
 65858               __root_cimv2_CIM_Zone_qualifiers[] =
 65859               {
 65860                   /* UMLPackagePath */
 65861                   "\057CIM::Device::FC",
 65862                   /* Version */
 65863                   "\0632.10.0",
 65864                   0,
 65865               };
 65866               
 65867               MetaClass
 65868               __root_cimv2_CIM_Zone =
 65869               {
 65870                   /* flags */
 65871                   META_FLAG_CLASS,
 65872                   /* name */
 65873                   "CIM_Zone",
 65874                   /* qualifiers */
 65875                   __root_cimv2_CIM_Zone_qualifiers,
 65876                   /* super */
 65877 mike  1.1.2.1     &__root_cimv2_CIM_ConnectivityCollection,
 65878                   /* features */
 65879                   _CIM_Zone_features,
 65880               };
 65881               
 65882               //==============================================================================
 65883               //
 65884               // Class: CIM_ZoneMembershipSettingData
 65885               //
 65886               //==============================================================================
 65887               
 65888               static const char*
 65889               _CIM_ZoneMembershipSettingData_ConnectivityMemberType_qualifiers[] =
 65890               {
 65891                   /* Override */
 65892                   "\044ConnectivityMemberType",
 65893                   0,
 65894               };
 65895               
 65896               static MetaProperty
 65897               _CIM_ZoneMembershipSettingData_ConnectivityMemberType =
 65898 mike  1.1.2.1 {
 65899                   /* flags */
 65900                   META_FLAG_PROPERTY|META_FLAG_READ,
 65901                   /* name */
 65902                   "ConnectivityMemberType",
 65903                   /* qualifiers */
 65904                   _CIM_ZoneMembershipSettingData_ConnectivityMemberType_qualifiers,
 65905                   /* type */
 65906                   CIMTYPE_UINT16,
 65907                   /* subscript */
 65908                   -1,
 65909                   /* value */
 65910                   0,
 65911               };
 65912               
 65913               static MetaFeature*
 65914               _CIM_ZoneMembershipSettingData_features[] =
 65915               {
 65916                   (MetaFeature*)&_CIM_ZoneMembershipSettingData_ConnectivityMemberType,
 65917                   0,
 65918               };
 65919 mike  1.1.2.1 
 65920               static const char*
 65921               __root_cimv2_CIM_ZoneMembershipSettingData_qualifiers[] =
 65922               {
 65923                   /* UMLPackagePath */
 65924                   "\057CIM::Device::FC",
 65925                   /* Version */
 65926                   "\0632.10.0",
 65927                   0,
 65928               };
 65929               
 65930               MetaClass
 65931               __root_cimv2_CIM_ZoneMembershipSettingData =
 65932               {
 65933                   /* flags */
 65934                   META_FLAG_CLASS,
 65935                   /* name */
 65936                   "CIM_ZoneMembershipSettingData",
 65937                   /* qualifiers */
 65938                   __root_cimv2_CIM_ZoneMembershipSettingData_qualifiers,
 65939                   /* super */
 65940 mike  1.1.2.1     &__root_cimv2_CIM_ConnectivityMembershipSettingData,
 65941                   /* features */
 65942                   _CIM_ZoneMembershipSettingData_features,
 65943               };
 65944               
 65945               //==============================================================================
 65946               //
 65947               // Class: CIM_ZoneSet
 65948               //
 65949               //==============================================================================
 65950               
 65951               static const char*
 65952               _CIM_ZoneSet_ElementName_qualifiers[] =
 65953               {
 65954                   /* Required */
 65955                   "\050\001",
 65956                   /* Override */
 65957                   "\044ElementName",
 65958                   /* Write */
 65959                   "\065\001",
 65960                   0,
 65961 mike  1.1.2.1 };
 65962               
 65963               static MetaProperty
 65964               _CIM_ZoneSet_ElementName =
 65965               {
 65966                   /* flags */
 65967                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
 65968                   /* name */
 65969                   "ElementName",
 65970                   /* qualifiers */
 65971                   _CIM_ZoneSet_ElementName_qualifiers,
 65972                   /* type */
 65973                   CIMTYPE_STRING,
 65974                   /* subscript */
 65975                   -1,
 65976                   /* value */
 65977                   0,
 65978               };
 65979               
 65980               static const char*
 65981               _CIM_ZoneSet_Active_qualifiers[] =
 65982 mike  1.1.2.1 {
 65983                   /* Required */
 65984                   "\050\001",
 65985                   /* Write */
 65986                   "\065\001",
 65987                   0,
 65988               };
 65989               
 65990               static MetaProperty
 65991               _CIM_ZoneSet_Active =
 65992               {
 65993                   /* flags */
 65994                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
 65995                   /* name */
 65996                   "Active",
 65997                   /* qualifiers */
 65998                   _CIM_ZoneSet_Active_qualifiers,
 65999                   /* type */
 66000                   CIMTYPE_BOOLEAN,
 66001                   /* subscript */
 66002                   -1,
 66003 mike  1.1.2.1     /* value */
 66004                   0,
 66005               };
 66006               
 66007               static MetaFeature*
 66008               _CIM_ZoneSet_features[] =
 66009               {
 66010                   (MetaFeature*)&_CIM_ZoneSet_ElementName,
 66011                   (MetaFeature*)&_CIM_ZoneSet_Active,
 66012                   0,
 66013               };
 66014               
 66015               static const char*
 66016               __root_cimv2_CIM_ZoneSet_qualifiers[] =
 66017               {
 66018                   /* UMLPackagePath */
 66019                   "\057CIM::Device::FC",
 66020                   /* Version */
 66021                   "\0632.10.0",
 66022                   0,
 66023               };
 66024 mike  1.1.2.1 
 66025               MetaClass
 66026               __root_cimv2_CIM_ZoneSet =
 66027               {
 66028                   /* flags */
 66029                   META_FLAG_CLASS,
 66030                   /* name */
 66031                   "CIM_ZoneSet",
 66032                   /* qualifiers */
 66033                   __root_cimv2_CIM_ZoneSet_qualifiers,
 66034                   /* super */
 66035                   &__root_cimv2_CIM_ConnectivityCollection,
 66036                   /* features */
 66037                   _CIM_ZoneSet_features,
 66038               };
 66039               
 66040               //==============================================================================
 66041               //
 66042               // Class: PRS_Activity
 66043               //
 66044               //==============================================================================
 66045 mike  1.1.2.1 
 66046               static const char*
 66047               _PRS_Activity_ParameterList_qualifiers[] =
 66048               {
 66049                   /* Deprecated */
 66050                   "\013\000\003PRS_Activity.NewKeys\000PRS_Activity.Deleted\000PRS_Activity.Modified\000",
 66051                   0,
 66052               };
 66053               
 66054               static MetaProperty
 66055               _PRS_Activity_ParameterList =
 66056               {
 66057                   /* flags */
 66058                   META_FLAG_PROPERTY|META_FLAG_READ,
 66059                   /* name */
 66060                   "ParameterList",
 66061                   /* qualifiers */
 66062                   _PRS_Activity_ParameterList_qualifiers,
 66063                   /* type */
 66064                   CIMTYPE_STRING,
 66065                   /* subscript */
 66066 mike  1.1.2.1     -1,
 66067                   /* value */
 66068                   0,
 66069               };
 66070               
 66071               static const char*
 66072               _PRS_Activity_NewKeys_qualifiers[] =
 66073               {
 66074                   0,
 66075               };
 66076               
 66077               static MetaProperty
 66078               _PRS_Activity_NewKeys =
 66079               {
 66080                   /* flags */
 66081                   META_FLAG_PROPERTY|META_FLAG_READ,
 66082                   /* name */
 66083                   "NewKeys",
 66084                   /* qualifiers */
 66085                   _PRS_Activity_NewKeys_qualifiers,
 66086                   /* type */
 66087 mike  1.1.2.1     CIMTYPE_STRING,
 66088                   /* subscript */
 66089                   -1,
 66090                   /* value */
 66091                   0,
 66092               };
 66093               
 66094               static const char*
 66095               _PRS_Activity_Deleted_qualifiers[] =
 66096               {
 66097                   0,
 66098               };
 66099               
 66100               static MetaProperty
 66101               _PRS_Activity_Deleted =
 66102               {
 66103                   /* flags */
 66104                   META_FLAG_PROPERTY|META_FLAG_READ,
 66105                   /* name */
 66106                   "Deleted",
 66107                   /* qualifiers */
 66108 mike  1.1.2.1     _PRS_Activity_Deleted_qualifiers,
 66109                   /* type */
 66110                   CIMTYPE_STRING,
 66111                   /* subscript */
 66112                   -1,
 66113                   /* value */
 66114                   0,
 66115               };
 66116               
 66117               static const char*
 66118               _PRS_Activity_Modified_qualifiers[] =
 66119               {
 66120                   0,
 66121               };
 66122               
 66123               static MetaProperty
 66124               _PRS_Activity_Modified =
 66125               {
 66126                   /* flags */
 66127                   META_FLAG_PROPERTY|META_FLAG_READ,
 66128                   /* name */
 66129 mike  1.1.2.1     "Modified",
 66130                   /* qualifiers */
 66131                   _PRS_Activity_Modified_qualifiers,
 66132                   /* type */
 66133                   CIMTYPE_STRING,
 66134                   /* subscript */
 66135                   -1,
 66136                   /* value */
 66137                   0,
 66138               };
 66139               
 66140               static const char*
 66141               _PRS_Activity_LocalDate_qualifiers[] =
 66142               {
 66143                   0,
 66144               };
 66145               
 66146               static MetaProperty
 66147               _PRS_Activity_LocalDate =
 66148               {
 66149                   /* flags */
 66150 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 66151                   /* name */
 66152                   "LocalDate",
 66153                   /* qualifiers */
 66154                   _PRS_Activity_LocalDate_qualifiers,
 66155                   /* type */
 66156                   CIMTYPE_DATETIME,
 66157                   /* subscript */
 66158                   -1,
 66159                   /* value */
 66160                   0,
 66161               };
 66162               
 66163               static const char*
 66164               _PRS_Activity_ActionLog_qualifiers[] =
 66165               {
 66166                   0,
 66167               };
 66168               
 66169               static MetaProperty
 66170               _PRS_Activity_ActionLog =
 66171 mike  1.1.2.1 {
 66172                   /* flags */
 66173                   META_FLAG_PROPERTY|META_FLAG_READ,
 66174                   /* name */
 66175                   "ActionLog",
 66176                   /* qualifiers */
 66177                   _PRS_Activity_ActionLog_qualifiers,
 66178                   /* type */
 66179                   CIMTYPE_STRING,
 66180                   /* subscript */
 66181                   -1,
 66182                   /* value */
 66183                   0,
 66184               };
 66185               
 66186               static MetaFeature*
 66187               _PRS_Activity_features[] =
 66188               {
 66189                   (MetaFeature*)&_PRS_Activity_ParameterList,
 66190                   (MetaFeature*)&_PRS_Activity_NewKeys,
 66191                   (MetaFeature*)&_PRS_Activity_Deleted,
 66192 mike  1.1.2.1     (MetaFeature*)&_PRS_Activity_Modified,
 66193                   (MetaFeature*)&_PRS_Activity_LocalDate,
 66194                   (MetaFeature*)&_PRS_Activity_ActionLog,
 66195                   0,
 66196               };
 66197               
 66198               static const char*
 66199               __root_cimv2_PRS_Activity_qualifiers[] =
 66200               {
 66201                   /* UMLPackagePath */
 66202                   "\057PRS::Support",
 66203                   /* Version */
 66204                   "\0632.6.0",
 66205                   0,
 66206               };
 66207               
 66208               MetaClass
 66209               __root_cimv2_PRS_Activity =
 66210               {
 66211                   /* flags */
 66212                   META_FLAG_CLASS,
 66213 mike  1.1.2.1     /* name */
 66214                   "PRS_Activity",
 66215                   /* qualifiers */
 66216                   __root_cimv2_PRS_Activity_qualifiers,
 66217                   /* super */
 66218                   &__root_cimv2_PRS_ExchangeElement,
 66219                   /* features */
 66220                   _PRS_Activity_features,
 66221               };
 66222               
 66223               //==============================================================================
 66224               //
 66225               // Class: PRS_ActivityResource
 66226               //
 66227               //==============================================================================
 66228               
 66229               static const char*
 66230               _PRS_ActivityResource_Antecedent_qualifiers[] =
 66231               {
 66232                   /* Aggregate */
 66233                   "\003\001",
 66234 mike  1.1.2.1     /* Override */
 66235                   "\044Antecedent",
 66236                   /* Min */
 66237                   "\033\000\000\000\001",
 66238                   /* Max */
 66239                   "\027\000\000\000\001",
 66240                   0,
 66241               };
 66242               
 66243               static MetaReference
 66244               _PRS_ActivityResource_Antecedent =
 66245               {
 66246                   /* flags */
 66247                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 66248                   /* name */
 66249                   "Antecedent",
 66250                   /* qualifiers */
 66251                   _PRS_ActivityResource_Antecedent_qualifiers,
 66252                   /* subscript */
 66253                   -1,
 66254                   /* refId */
 66255 mike  1.1.2.1     &__root_cimv2_PRS_Activity,
 66256               };
 66257               
 66258               static const char*
 66259               _PRS_ActivityResource_Dependent_qualifiers[] =
 66260               {
 66261                   /* Override */
 66262                   "\044Dependent",
 66263                   0,
 66264               };
 66265               
 66266               static MetaReference
 66267               _PRS_ActivityResource_Dependent =
 66268               {
 66269                   /* flags */
 66270                   META_FLAG_REFERENCE|META_FLAG_READ,
 66271                   /* name */
 66272                   "Dependent",
 66273                   /* qualifiers */
 66274                   _PRS_ActivityResource_Dependent_qualifiers,
 66275                   /* subscript */
 66276 mike  1.1.2.1     -1,
 66277                   /* refId */
 66278                   &__root_cimv2_PRS_Resource,
 66279               };
 66280               
 66281               static MetaFeature*
 66282               _PRS_ActivityResource_features[] =
 66283               {
 66284                   (MetaFeature*)&_PRS_ActivityResource_Antecedent,
 66285                   (MetaFeature*)&_PRS_ActivityResource_Dependent,
 66286                   0,
 66287               };
 66288               
 66289               static const char*
 66290               __root_cimv2_PRS_ActivityResource_qualifiers[] =
 66291               {
 66292                   /* ASSOCIATION */
 66293                   "\000\001",
 66294                   /* UMLPackagePath */
 66295                   "\057PRS::Support",
 66296                   /* Aggregation */
 66297 mike  1.1.2.1     "\004\001",
 66298                   /* Version */
 66299                   "\0632.6.0",
 66300                   0,
 66301               };
 66302               
 66303               MetaClass
 66304               __root_cimv2_PRS_ActivityResource =
 66305               {
 66306                   /* flags */
 66307                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 66308                   /* name */
 66309                   "PRS_ActivityResource",
 66310                   /* qualifiers */
 66311                   __root_cimv2_PRS_ActivityResource_qualifiers,
 66312                   /* super */
 66313                   &__root_cimv2_CIM_Dependency,
 66314                   /* features */
 66315                   _PRS_ActivityResource_features,
 66316               };
 66317               
 66318 mike  1.1.2.1 //==============================================================================
 66319               //
 66320               // Class: PRS_ActivityTransaction
 66321               //
 66322               //==============================================================================
 66323               
 66324               static const char*
 66325               _PRS_ActivityTransaction_Antecedent_qualifiers[] =
 66326               {
 66327                   /* Override */
 66328                   "\044Antecedent",
 66329                   /* Min */
 66330                   "\033\000\000\000\001",
 66331                   /* Max */
 66332                   "\027\000\000\000\001",
 66333                   0,
 66334               };
 66335               
 66336               static MetaReference
 66337               _PRS_ActivityTransaction_Antecedent =
 66338               {
 66339 mike  1.1.2.1     /* flags */
 66340                   META_FLAG_REFERENCE|META_FLAG_READ,
 66341                   /* name */
 66342                   "Antecedent",
 66343                   /* qualifiers */
 66344                   _PRS_ActivityTransaction_Antecedent_qualifiers,
 66345                   /* subscript */
 66346                   -1,
 66347                   /* refId */
 66348                   &__root_cimv2_PRS_Activity,
 66349               };
 66350               
 66351               static const char*
 66352               _PRS_ActivityTransaction_Dependent_qualifiers[] =
 66353               {
 66354                   /* Override */
 66355                   "\044Dependent",
 66356                   /* Min */
 66357                   "\033\000\000\000\001",
 66358                   /* Max */
 66359                   "\027\000\000\000\001",
 66360 mike  1.1.2.1     0,
 66361               };
 66362               
 66363               static MetaReference
 66364               _PRS_ActivityTransaction_Dependent =
 66365               {
 66366                   /* flags */
 66367                   META_FLAG_REFERENCE|META_FLAG_READ,
 66368                   /* name */
 66369                   "Dependent",
 66370                   /* qualifiers */
 66371                   _PRS_ActivityTransaction_Dependent_qualifiers,
 66372                   /* subscript */
 66373                   -1,
 66374                   /* refId */
 66375                   &__root_cimv2_PRS_Transaction,
 66376               };
 66377               
 66378               static MetaFeature*
 66379               _PRS_ActivityTransaction_features[] =
 66380               {
 66381 mike  1.1.2.1     (MetaFeature*)&_PRS_ActivityTransaction_Antecedent,
 66382                   (MetaFeature*)&_PRS_ActivityTransaction_Dependent,
 66383                   0,
 66384               };
 66385               
 66386               static const char*
 66387               __root_cimv2_PRS_ActivityTransaction_qualifiers[] =
 66388               {
 66389                   /* ASSOCIATION */
 66390                   "\000\001",
 66391                   /* UMLPackagePath */
 66392                   "\057PRS::Support",
 66393                   /* Version */
 66394                   "\0632.6.0",
 66395                   0,
 66396               };
 66397               
 66398               MetaClass
 66399               __root_cimv2_PRS_ActivityTransaction =
 66400               {
 66401                   /* flags */
 66402 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 66403                   /* name */
 66404                   "PRS_ActivityTransaction",
 66405                   /* qualifiers */
 66406                   __root_cimv2_PRS_ActivityTransaction_qualifiers,
 66407                   /* super */
 66408                   &__root_cimv2_CIM_Dependency,
 66409                   /* features */
 66410                   _PRS_ActivityTransaction_features,
 66411               };
 66412               
 66413               //==============================================================================
 66414               //
 66415               // Class: PRS_Address
 66416               //
 66417               //==============================================================================
 66418               
 66419               static const char*
 66420               _PRS_Address_AddressType_qualifiers[] =
 66421               {
 66422                   /* ValueMap */
 66423 mike  1.1.2.1     "\061\000\0060\0001\0002\0003\000254\000255\000",
 66424                   /* Values */
 66425                   "\062\000\006Primary\000Shipping\000Billing\000Service\000Other\000Unknown\000",
 66426                   0,
 66427               };
 66428               
 66429               static MetaProperty
 66430               _PRS_Address_AddressType =
 66431               {
 66432                   /* flags */
 66433                   META_FLAG_PROPERTY|META_FLAG_READ,
 66434                   /* name */
 66435                   "AddressType",
 66436                   /* qualifiers */
 66437                   _PRS_Address_AddressType_qualifiers,
 66438                   /* type */
 66439                   CIMTYPE_UINT8,
 66440                   /* subscript */
 66441                   -1,
 66442                   /* value */
 66443                   0,
 66444 mike  1.1.2.1 };
 66445               
 66446               static const char*
 66447               _PRS_Address_Address1_qualifiers[] =
 66448               {
 66449                   0,
 66450               };
 66451               
 66452               static MetaProperty
 66453               _PRS_Address_Address1 =
 66454               {
 66455                   /* flags */
 66456                   META_FLAG_PROPERTY|META_FLAG_READ,
 66457                   /* name */
 66458                   "Address1",
 66459                   /* qualifiers */
 66460                   _PRS_Address_Address1_qualifiers,
 66461                   /* type */
 66462                   CIMTYPE_STRING,
 66463                   /* subscript */
 66464                   -1,
 66465 mike  1.1.2.1     /* value */
 66466                   0,
 66467               };
 66468               
 66469               static const char*
 66470               _PRS_Address_Address2_qualifiers[] =
 66471               {
 66472                   0,
 66473               };
 66474               
 66475               static MetaProperty
 66476               _PRS_Address_Address2 =
 66477               {
 66478                   /* flags */
 66479                   META_FLAG_PROPERTY|META_FLAG_READ,
 66480                   /* name */
 66481                   "Address2",
 66482                   /* qualifiers */
 66483                   _PRS_Address_Address2_qualifiers,
 66484                   /* type */
 66485                   CIMTYPE_STRING,
 66486 mike  1.1.2.1     /* subscript */
 66487                   -1,
 66488                   /* value */
 66489                   0,
 66490               };
 66491               
 66492               static const char*
 66493               _PRS_Address_Address3_qualifiers[] =
 66494               {
 66495                   0,
 66496               };
 66497               
 66498               static MetaProperty
 66499               _PRS_Address_Address3 =
 66500               {
 66501                   /* flags */
 66502                   META_FLAG_PROPERTY|META_FLAG_READ,
 66503                   /* name */
 66504                   "Address3",
 66505                   /* qualifiers */
 66506                   _PRS_Address_Address3_qualifiers,
 66507 mike  1.1.2.1     /* type */
 66508                   CIMTYPE_STRING,
 66509                   /* subscript */
 66510                   -1,
 66511                   /* value */
 66512                   0,
 66513               };
 66514               
 66515               static const char*
 66516               _PRS_Address_Address4_qualifiers[] =
 66517               {
 66518                   0,
 66519               };
 66520               
 66521               static MetaProperty
 66522               _PRS_Address_Address4 =
 66523               {
 66524                   /* flags */
 66525                   META_FLAG_PROPERTY|META_FLAG_READ,
 66526                   /* name */
 66527                   "Address4",
 66528 mike  1.1.2.1     /* qualifiers */
 66529                   _PRS_Address_Address4_qualifiers,
 66530                   /* type */
 66531                   CIMTYPE_STRING,
 66532                   /* subscript */
 66533                   -1,
 66534                   /* value */
 66535                   0,
 66536               };
 66537               
 66538               static const char*
 66539               _PRS_Address_City_qualifiers[] =
 66540               {
 66541                   0,
 66542               };
 66543               
 66544               static MetaProperty
 66545               _PRS_Address_City =
 66546               {
 66547                   /* flags */
 66548                   META_FLAG_PROPERTY|META_FLAG_READ,
 66549 mike  1.1.2.1     /* name */
 66550                   "City",
 66551                   /* qualifiers */
 66552                   _PRS_Address_City_qualifiers,
 66553                   /* type */
 66554                   CIMTYPE_STRING,
 66555                   /* subscript */
 66556                   -1,
 66557                   /* value */
 66558                   0,
 66559               };
 66560               
 66561               static const char*
 66562               _PRS_Address_Region_qualifiers[] =
 66563               {
 66564                   0,
 66565               };
 66566               
 66567               static MetaProperty
 66568               _PRS_Address_Region =
 66569               {
 66570 mike  1.1.2.1     /* flags */
 66571                   META_FLAG_PROPERTY|META_FLAG_READ,
 66572                   /* name */
 66573                   "Region",
 66574                   /* qualifiers */
 66575                   _PRS_Address_Region_qualifiers,
 66576                   /* type */
 66577                   CIMTYPE_STRING,
 66578                   /* subscript */
 66579                   -1,
 66580                   /* value */
 66581                   0,
 66582               };
 66583               
 66584               static const char*
 66585               _PRS_Address_PostalCode_qualifiers[] =
 66586               {
 66587                   0,
 66588               };
 66589               
 66590               static MetaProperty
 66591 mike  1.1.2.1 _PRS_Address_PostalCode =
 66592               {
 66593                   /* flags */
 66594                   META_FLAG_PROPERTY|META_FLAG_READ,
 66595                   /* name */
 66596                   "PostalCode",
 66597                   /* qualifiers */
 66598                   _PRS_Address_PostalCode_qualifiers,
 66599                   /* type */
 66600                   CIMTYPE_STRING,
 66601                   /* subscript */
 66602                   -1,
 66603                   /* value */
 66604                   0,
 66605               };
 66606               
 66607               static const char*
 66608               _PRS_Address_TimeZone_qualifiers[] =
 66609               {
 66610                   0,
 66611               };
 66612 mike  1.1.2.1 
 66613               static MetaProperty
 66614               _PRS_Address_TimeZone =
 66615               {
 66616                   /* flags */
 66617                   META_FLAG_PROPERTY|META_FLAG_READ,
 66618                   /* name */
 66619                   "TimeZone",
 66620                   /* qualifiers */
 66621                   _PRS_Address_TimeZone_qualifiers,
 66622                   /* type */
 66623                   CIMTYPE_STRING,
 66624                   /* subscript */
 66625                   -1,
 66626                   /* value */
 66627                   0,
 66628               };
 66629               
 66630               static const char*
 66631               _PRS_Address_Country_qualifiers[] =
 66632               {
 66633 mike  1.1.2.1     0,
 66634               };
 66635               
 66636               static MetaProperty
 66637               _PRS_Address_Country =
 66638               {
 66639                   /* flags */
 66640                   META_FLAG_PROPERTY|META_FLAG_READ,
 66641                   /* name */
 66642                   "Country",
 66643                   /* qualifiers */
 66644                   _PRS_Address_Country_qualifiers,
 66645                   /* type */
 66646                   CIMTYPE_STRING,
 66647                   /* subscript */
 66648                   -1,
 66649                   /* value */
 66650                   0,
 66651               };
 66652               
 66653               static MetaFeature*
 66654 mike  1.1.2.1 _PRS_Address_features[] =
 66655               {
 66656                   (MetaFeature*)&_PRS_Address_AddressType,
 66657                   (MetaFeature*)&_PRS_Address_Address1,
 66658                   (MetaFeature*)&_PRS_Address_Address2,
 66659                   (MetaFeature*)&_PRS_Address_Address3,
 66660                   (MetaFeature*)&_PRS_Address_Address4,
 66661                   (MetaFeature*)&_PRS_Address_City,
 66662                   (MetaFeature*)&_PRS_Address_Region,
 66663                   (MetaFeature*)&_PRS_Address_PostalCode,
 66664                   (MetaFeature*)&_PRS_Address_TimeZone,
 66665                   (MetaFeature*)&_PRS_Address_Country,
 66666                   0,
 66667               };
 66668               
 66669               static const char*
 66670               __root_cimv2_PRS_Address_qualifiers[] =
 66671               {
 66672                   /* UMLPackagePath */
 66673                   "\057PRS::Support",
 66674                   /* Version */
 66675 mike  1.1.2.1     "\0632.6.0",
 66676                   0,
 66677               };
 66678               
 66679               MetaClass
 66680               __root_cimv2_PRS_Address =
 66681               {
 66682                   /* flags */
 66683                   META_FLAG_CLASS,
 66684                   /* name */
 66685                   "PRS_Address",
 66686                   /* qualifiers */
 66687                   __root_cimv2_PRS_Address_qualifiers,
 66688                   /* super */
 66689                   &__root_cimv2_PRS_ExchangeElement,
 66690                   /* features */
 66691                   _PRS_Address_features,
 66692               };
 66693               
 66694               //==============================================================================
 66695               //
 66696 mike  1.1.2.1 // Class: PRS_AddressLocation
 66697               //
 66698               //==============================================================================
 66699               
 66700               static const char*
 66701               _PRS_AddressLocation_Antecedent_qualifiers[] =
 66702               {
 66703                   /* Override */
 66704                   "\044Antecedent",
 66705                   /* Min */
 66706                   "\033\000\000\000\001",
 66707                   0,
 66708               };
 66709               
 66710               static MetaReference
 66711               _PRS_AddressLocation_Antecedent =
 66712               {
 66713                   /* flags */
 66714                   META_FLAG_REFERENCE|META_FLAG_READ,
 66715                   /* name */
 66716                   "Antecedent",
 66717 mike  1.1.2.1     /* qualifiers */
 66718                   _PRS_AddressLocation_Antecedent_qualifiers,
 66719                   /* subscript */
 66720                   -1,
 66721                   /* refId */
 66722                   &__root_cimv2_PRS_Address,
 66723               };
 66724               
 66725               static const char*
 66726               _PRS_AddressLocation_Dependent_qualifiers[] =
 66727               {
 66728                   /* Override */
 66729                   "\044Dependent",
 66730                   0,
 66731               };
 66732               
 66733               static MetaReference
 66734               _PRS_AddressLocation_Dependent =
 66735               {
 66736                   /* flags */
 66737                   META_FLAG_REFERENCE|META_FLAG_READ,
 66738 mike  1.1.2.1     /* name */
 66739                   "Dependent",
 66740                   /* qualifiers */
 66741                   _PRS_AddressLocation_Dependent_qualifiers,
 66742                   /* subscript */
 66743                   -1,
 66744                   /* refId */
 66745                   &__root_cimv2_PRS_Location,
 66746               };
 66747               
 66748               static MetaFeature*
 66749               _PRS_AddressLocation_features[] =
 66750               {
 66751                   (MetaFeature*)&_PRS_AddressLocation_Antecedent,
 66752                   (MetaFeature*)&_PRS_AddressLocation_Dependent,
 66753                   0,
 66754               };
 66755               
 66756               static const char*
 66757               __root_cimv2_PRS_AddressLocation_qualifiers[] =
 66758               {
 66759 mike  1.1.2.1     /* ASSOCIATION */
 66760                   "\000\001",
 66761                   /* UMLPackagePath */
 66762                   "\057PRS::Support",
 66763                   /* Version */
 66764                   "\0632.6.0",
 66765                   0,
 66766               };
 66767               
 66768               MetaClass
 66769               __root_cimv2_PRS_AddressLocation =
 66770               {
 66771                   /* flags */
 66772                   META_FLAG_ASSOCIATION,
 66773                   /* name */
 66774                   "PRS_AddressLocation",
 66775                   /* qualifiers */
 66776                   __root_cimv2_PRS_AddressLocation_qualifiers,
 66777                   /* super */
 66778                   &__root_cimv2_CIM_Dependency,
 66779                   /* features */
 66780 mike  1.1.2.1     _PRS_AddressLocation_features,
 66781               };
 66782               
 66783               //==============================================================================
 66784               //
 66785               // Class: PRS_Administrative
 66786               //
 66787               //==============================================================================
 66788               
 66789               static const char*
 66790               _PRS_Administrative_ComplianceLevel_qualifiers[] =
 66791               {
 66792                   /* ValueMap */
 66793                   "\061\000\0030\0001\0002\000",
 66794                   0,
 66795               };
 66796               
 66797               static MetaProperty
 66798               _PRS_Administrative_ComplianceLevel =
 66799               {
 66800                   /* flags */
 66801 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 66802                   /* name */
 66803                   "ComplianceLevel",
 66804                   /* qualifiers */
 66805                   _PRS_Administrative_ComplianceLevel_qualifiers,
 66806                   /* type */
 66807                   CIMTYPE_UINT16,
 66808                   /* subscript */
 66809                   -1,
 66810                   /* value */
 66811                   0,
 66812               };
 66813               
 66814               static const char*
 66815               _PRS_Administrative_DocumentStatus_qualifiers[] =
 66816               {
 66817                   /* ValueMap */
 66818                   "\061\000\0050\0001\0002\000254\000255\000",
 66819                   /* Values */
 66820                   "\062\000\005Draft\000Reviewed\000Published\000Other\000Unknown\000",
 66821                   0,
 66822 mike  1.1.2.1 };
 66823               
 66824               static MetaProperty
 66825               _PRS_Administrative_DocumentStatus =
 66826               {
 66827                   /* flags */
 66828                   META_FLAG_PROPERTY|META_FLAG_READ,
 66829                   /* name */
 66830                   "DocumentStatus",
 66831                   /* qualifiers */
 66832                   _PRS_Administrative_DocumentStatus_qualifiers,
 66833                   /* type */
 66834                   CIMTYPE_UINT8,
 66835                   /* subscript */
 66836                   -1,
 66837                   /* value */
 66838                   0,
 66839               };
 66840               
 66841               static const char*
 66842               _PRS_Administrative_Distribution_qualifiers[] =
 66843 mike  1.1.2.1 {
 66844                   /* ValueMap */
 66845                   "\061\000\0060\0001\0002\0003\000254\000255\000",
 66846                   /* Values */
 66847                   "\062\000\006Proprietary\000Internal\000Partner\000Public\000Other\000Unknown\000",
 66848                   0,
 66849               };
 66850               
 66851               static MetaProperty
 66852               _PRS_Administrative_Distribution =
 66853               {
 66854                   /* flags */
 66855                   META_FLAG_PROPERTY|META_FLAG_READ,
 66856                   /* name */
 66857                   "Distribution",
 66858                   /* qualifiers */
 66859                   _PRS_Administrative_Distribution_qualifiers,
 66860                   /* type */
 66861                   CIMTYPE_UINT8,
 66862                   /* subscript */
 66863                   -1,
 66864 mike  1.1.2.1     /* value */
 66865                   0,
 66866               };
 66867               
 66868               static const char*
 66869               _PRS_Administrative_Language_qualifiers[] =
 66870               {
 66871                   0,
 66872               };
 66873               
 66874               static MetaProperty
 66875               _PRS_Administrative_Language =
 66876               {
 66877                   /* flags */
 66878                   META_FLAG_PROPERTY|META_FLAG_READ,
 66879                   /* name */
 66880                   "Language",
 66881                   /* qualifiers */
 66882                   _PRS_Administrative_Language_qualifiers,
 66883                   /* type */
 66884                   CIMTYPE_STRING,
 66885 mike  1.1.2.1     /* subscript */
 66886                   -1,
 66887                   /* value */
 66888                   0,
 66889               };
 66890               
 66891               static const char*
 66892               _PRS_Administrative_Copyright_qualifiers[] =
 66893               {
 66894                   0,
 66895               };
 66896               
 66897               static MetaProperty
 66898               _PRS_Administrative_Copyright =
 66899               {
 66900                   /* flags */
 66901                   META_FLAG_PROPERTY|META_FLAG_READ,
 66902                   /* name */
 66903                   "Copyright",
 66904                   /* qualifiers */
 66905                   _PRS_Administrative_Copyright_qualifiers,
 66906 mike  1.1.2.1     /* type */
 66907                   CIMTYPE_STRING,
 66908                   /* subscript */
 66909                   -1,
 66910                   /* value */
 66911                   0,
 66912               };
 66913               
 66914               static const char*
 66915               _PRS_Administrative_Disclaimer_qualifiers[] =
 66916               {
 66917                   0,
 66918               };
 66919               
 66920               static MetaProperty
 66921               _PRS_Administrative_Disclaimer =
 66922               {
 66923                   /* flags */
 66924                   META_FLAG_PROPERTY|META_FLAG_READ,
 66925                   /* name */
 66926                   "Disclaimer",
 66927 mike  1.1.2.1     /* qualifiers */
 66928                   _PRS_Administrative_Disclaimer_qualifiers,
 66929                   /* type */
 66930                   CIMTYPE_STRING,
 66931                   /* subscript */
 66932                   -1,
 66933                   /* value */
 66934                   0,
 66935               };
 66936               
 66937               static const char*
 66938               _PRS_Administrative_Rights_qualifiers[] =
 66939               {
 66940                   0,
 66941               };
 66942               
 66943               static MetaProperty
 66944               _PRS_Administrative_Rights =
 66945               {
 66946                   /* flags */
 66947                   META_FLAG_PROPERTY|META_FLAG_READ,
 66948 mike  1.1.2.1     /* name */
 66949                   "Rights",
 66950                   /* qualifiers */
 66951                   _PRS_Administrative_Rights_qualifiers,
 66952                   /* type */
 66953                   CIMTYPE_STRING,
 66954                   /* subscript */
 66955                   -1,
 66956                   /* value */
 66957                   0,
 66958               };
 66959               
 66960               static MetaFeature*
 66961               _PRS_Administrative_features[] =
 66962               {
 66963                   (MetaFeature*)&_PRS_Administrative_ComplianceLevel,
 66964                   (MetaFeature*)&_PRS_Administrative_DocumentStatus,
 66965                   (MetaFeature*)&_PRS_Administrative_Distribution,
 66966                   (MetaFeature*)&_PRS_Administrative_Language,
 66967                   (MetaFeature*)&_PRS_Administrative_Copyright,
 66968                   (MetaFeature*)&_PRS_Administrative_Disclaimer,
 66969 mike  1.1.2.1     (MetaFeature*)&_PRS_Administrative_Rights,
 66970                   0,
 66971               };
 66972               
 66973               static const char*
 66974               __root_cimv2_PRS_Administrative_qualifiers[] =
 66975               {
 66976                   /* UMLPackagePath */
 66977                   "\057PRS::Support",
 66978                   /* Version */
 66979                   "\0632.6.0",
 66980                   0,
 66981               };
 66982               
 66983               MetaClass
 66984               __root_cimv2_PRS_Administrative =
 66985               {
 66986                   /* flags */
 66987                   META_FLAG_CLASS,
 66988                   /* name */
 66989                   "PRS_Administrative",
 66990 mike  1.1.2.1     /* qualifiers */
 66991                   __root_cimv2_PRS_Administrative_qualifiers,
 66992                   /* super */
 66993                   &__root_cimv2_PRS_ExchangeElement,
 66994                   /* features */
 66995                   _PRS_Administrative_features,
 66996               };
 66997               
 66998               //==============================================================================
 66999               //
 67000               // Class: PRS_AdministrativeRevision
 67001               //
 67002               //==============================================================================
 67003               
 67004               static const char*
 67005               _PRS_AdministrativeRevision_Antecedent_qualifiers[] =
 67006               {
 67007                   /* Aggregate */
 67008                   "\003\001",
 67009                   /* Override */
 67010                   "\044Antecedent",
 67011 mike  1.1.2.1     /* Min */
 67012                   "\033\000\000\000\001",
 67013                   /* Max */
 67014                   "\027\000\000\000\001",
 67015                   0,
 67016               };
 67017               
 67018               static MetaReference
 67019               _PRS_AdministrativeRevision_Antecedent =
 67020               {
 67021                   /* flags */
 67022                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 67023                   /* name */
 67024                   "Antecedent",
 67025                   /* qualifiers */
 67026                   _PRS_AdministrativeRevision_Antecedent_qualifiers,
 67027                   /* subscript */
 67028                   -1,
 67029                   /* refId */
 67030                   &__root_cimv2_PRS_Administrative,
 67031               };
 67032 mike  1.1.2.1 
 67033               static const char*
 67034               _PRS_AdministrativeRevision_Dependent_qualifiers[] =
 67035               {
 67036                   /* Override */
 67037                   "\044Dependent",
 67038                   0,
 67039               };
 67040               
 67041               static MetaReference
 67042               _PRS_AdministrativeRevision_Dependent =
 67043               {
 67044                   /* flags */
 67045                   META_FLAG_REFERENCE|META_FLAG_READ,
 67046                   /* name */
 67047                   "Dependent",
 67048                   /* qualifiers */
 67049                   _PRS_AdministrativeRevision_Dependent_qualifiers,
 67050                   /* subscript */
 67051                   -1,
 67052                   /* refId */
 67053 mike  1.1.2.1     &__root_cimv2_PRS_Revision,
 67054               };
 67055               
 67056               static MetaFeature*
 67057               _PRS_AdministrativeRevision_features[] =
 67058               {
 67059                   (MetaFeature*)&_PRS_AdministrativeRevision_Antecedent,
 67060                   (MetaFeature*)&_PRS_AdministrativeRevision_Dependent,
 67061                   0,
 67062               };
 67063               
 67064               static const char*
 67065               __root_cimv2_PRS_AdministrativeRevision_qualifiers[] =
 67066               {
 67067                   /* ASSOCIATION */
 67068                   "\000\001",
 67069                   /* UMLPackagePath */
 67070                   "\057PRS::Support",
 67071                   /* Aggregation */
 67072                   "\004\001",
 67073                   /* Version */
 67074 mike  1.1.2.1     "\0632.8.0",
 67075                   0,
 67076               };
 67077               
 67078               MetaClass
 67079               __root_cimv2_PRS_AdministrativeRevision =
 67080               {
 67081                   /* flags */
 67082                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 67083                   /* name */
 67084                   "PRS_AdministrativeRevision",
 67085                   /* qualifiers */
 67086                   __root_cimv2_PRS_AdministrativeRevision_qualifiers,
 67087                   /* super */
 67088                   &__root_cimv2_CIM_HostedDependency,
 67089                   /* features */
 67090                   _PRS_AdministrativeRevision_features,
 67091               };
 67092               
 67093               //==============================================================================
 67094               //
 67095 mike  1.1.2.1 // Class: PRS_Agreement
 67096               //
 67097               //==============================================================================
 67098               
 67099               static const char*
 67100               _PRS_Agreement_ContractID_qualifiers[] =
 67101               {
 67102                   0,
 67103               };
 67104               
 67105               static MetaProperty
 67106               _PRS_Agreement_ContractID =
 67107               {
 67108                   /* flags */
 67109                   META_FLAG_PROPERTY|META_FLAG_READ,
 67110                   /* name */
 67111                   "ContractID",
 67112                   /* qualifiers */
 67113                   _PRS_Agreement_ContractID_qualifiers,
 67114                   /* type */
 67115                   CIMTYPE_STRING,
 67116 mike  1.1.2.1     /* subscript */
 67117                   -1,
 67118                   /* value */
 67119                   0,
 67120               };
 67121               
 67122               static const char*
 67123               _PRS_Agreement_AgreementType_qualifiers[] =
 67124               {
 67125                   0,
 67126               };
 67127               
 67128               static MetaProperty
 67129               _PRS_Agreement_AgreementType =
 67130               {
 67131                   /* flags */
 67132                   META_FLAG_PROPERTY|META_FLAG_READ,
 67133                   /* name */
 67134                   "AgreementType",
 67135                   /* qualifiers */
 67136                   _PRS_Agreement_AgreementType_qualifiers,
 67137 mike  1.1.2.1     /* type */
 67138                   CIMTYPE_STRING,
 67139                   /* subscript */
 67140                   -1,
 67141                   /* value */
 67142                   0,
 67143               };
 67144               
 67145               static MetaFeature*
 67146               _PRS_Agreement_features[] =
 67147               {
 67148                   (MetaFeature*)&_PRS_Agreement_ContractID,
 67149                   (MetaFeature*)&_PRS_Agreement_AgreementType,
 67150                   0,
 67151               };
 67152               
 67153               static const char*
 67154               __root_cimv2_PRS_Agreement_qualifiers[] =
 67155               {
 67156                   /* UMLPackagePath */
 67157                   "\057PRS::Support",
 67158 mike  1.1.2.1     /* Version */
 67159                   "\0632.6.0",
 67160                   0,
 67161               };
 67162               
 67163               MetaClass
 67164               __root_cimv2_PRS_Agreement =
 67165               {
 67166                   /* flags */
 67167                   META_FLAG_CLASS,
 67168                   /* name */
 67169                   "PRS_Agreement",
 67170                   /* qualifiers */
 67171                   __root_cimv2_PRS_Agreement_qualifiers,
 67172                   /* super */
 67173                   &__root_cimv2_PRS_ExchangeElement,
 67174                   /* features */
 67175                   _PRS_Agreement_features,
 67176               };
 67177               
 67178               //==============================================================================
 67179 mike  1.1.2.1 //
 67180               // Class: PRS_Attachment
 67181               //
 67182               //==============================================================================
 67183               
 67184               static const char*
 67185               _PRS_Attachment_AttachmentReference_qualifiers[] =
 67186               {
 67187                   0,
 67188               };
 67189               
 67190               static MetaProperty
 67191               _PRS_Attachment_AttachmentReference =
 67192               {
 67193                   /* flags */
 67194                   META_FLAG_PROPERTY|META_FLAG_READ,
 67195                   /* name */
 67196                   "AttachmentReference",
 67197                   /* qualifiers */
 67198                   _PRS_Attachment_AttachmentReference_qualifiers,
 67199                   /* type */
 67200 mike  1.1.2.1     CIMTYPE_STRING,
 67201                   /* subscript */
 67202                   -1,
 67203                   /* value */
 67204                   0,
 67205               };
 67206               
 67207               static const char*
 67208               _PRS_Attachment_Protocol_qualifiers[] =
 67209               {
 67210                   0,
 67211               };
 67212               
 67213               static MetaProperty
 67214               _PRS_Attachment_Protocol =
 67215               {
 67216                   /* flags */
 67217                   META_FLAG_PROPERTY|META_FLAG_READ,
 67218                   /* name */
 67219                   "Protocol",
 67220                   /* qualifiers */
 67221 mike  1.1.2.1     _PRS_Attachment_Protocol_qualifiers,
 67222                   /* type */
 67223                   CIMTYPE_STRING,
 67224                   /* subscript */
 67225                   -1,
 67226                   /* value */
 67227                   0,
 67228               };
 67229               
 67230               static const char*
 67231               _PRS_Attachment_Format_qualifiers[] =
 67232               {
 67233                   0,
 67234               };
 67235               
 67236               static MetaProperty
 67237               _PRS_Attachment_Format =
 67238               {
 67239                   /* flags */
 67240                   META_FLAG_PROPERTY|META_FLAG_READ,
 67241                   /* name */
 67242 mike  1.1.2.1     "Format",
 67243                   /* qualifiers */
 67244                   _PRS_Attachment_Format_qualifiers,
 67245                   /* type */
 67246                   CIMTYPE_STRING,
 67247                   /* subscript */
 67248                   -1,
 67249                   /* value */
 67250                   0,
 67251               };
 67252               
 67253               static const char*
 67254               _PRS_Attachment_AttachmentSize_qualifiers[] =
 67255               {
 67256                   0,
 67257               };
 67258               
 67259               static MetaProperty
 67260               _PRS_Attachment_AttachmentSize =
 67261               {
 67262                   /* flags */
 67263 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 67264                   /* name */
 67265                   "AttachmentSize",
 67266                   /* qualifiers */
 67267                   _PRS_Attachment_AttachmentSize_qualifiers,
 67268                   /* type */
 67269                   CIMTYPE_STRING,
 67270                   /* subscript */
 67271                   -1,
 67272                   /* value */
 67273                   0,
 67274               };
 67275               
 67276               static const char*
 67277               _PRS_Attachment_AttachmentObject_qualifiers[] =
 67278               {
 67279                   0,
 67280               };
 67281               
 67282               static MetaProperty
 67283               _PRS_Attachment_AttachmentObject =
 67284 mike  1.1.2.1 {
 67285                   /* flags */
 67286                   META_FLAG_PROPERTY|META_FLAG_READ,
 67287                   /* name */
 67288                   "AttachmentObject",
 67289                   /* qualifiers */
 67290                   _PRS_Attachment_AttachmentObject_qualifiers,
 67291                   /* type */
 67292                   CIMTYPE_STRING,
 67293                   /* subscript */
 67294                   -1,
 67295                   /* value */
 67296                   0,
 67297               };
 67298               
 67299               static const char*
 67300               _PRS_Attachment_AttachmentType_qualifiers[] =
 67301               {
 67302                   /* ValueMap */
 67303                   "\061\000\0050\0001\0002\000254\000255\000",
 67304                   /* Values */
 67305 mike  1.1.2.1     "\062\000\005Instructions\000Background\000Log\000Unknown\000Undefined\000",
 67306                   0,
 67307               };
 67308               
 67309               static MetaProperty
 67310               _PRS_Attachment_AttachmentType =
 67311               {
 67312                   /* flags */
 67313                   META_FLAG_PROPERTY|META_FLAG_READ,
 67314                   /* name */
 67315                   "AttachmentType",
 67316                   /* qualifiers */
 67317                   _PRS_Attachment_AttachmentType_qualifiers,
 67318                   /* type */
 67319                   CIMTYPE_UINT8,
 67320                   /* subscript */
 67321                   -1,
 67322                   /* value */
 67323                   0,
 67324               };
 67325               
 67326 mike  1.1.2.1 static const char*
 67327               _PRS_Attachment_AttachmentName_qualifiers[] =
 67328               {
 67329                   0,
 67330               };
 67331               
 67332               static MetaProperty
 67333               _PRS_Attachment_AttachmentName =
 67334               {
 67335                   /* flags */
 67336                   META_FLAG_PROPERTY|META_FLAG_READ,
 67337                   /* name */
 67338                   "AttachmentName",
 67339                   /* qualifiers */
 67340                   _PRS_Attachment_AttachmentName_qualifiers,
 67341                   /* type */
 67342                   CIMTYPE_STRING,
 67343                   /* subscript */
 67344                   -1,
 67345                   /* value */
 67346                   0,
 67347 mike  1.1.2.1 };
 67348               
 67349               static MetaFeature*
 67350               _PRS_Attachment_features[] =
 67351               {
 67352                   (MetaFeature*)&_PRS_Attachment_AttachmentReference,
 67353                   (MetaFeature*)&_PRS_Attachment_Protocol,
 67354                   (MetaFeature*)&_PRS_Attachment_Format,
 67355                   (MetaFeature*)&_PRS_Attachment_AttachmentSize,
 67356                   (MetaFeature*)&_PRS_Attachment_AttachmentObject,
 67357                   (MetaFeature*)&_PRS_Attachment_AttachmentType,
 67358                   (MetaFeature*)&_PRS_Attachment_AttachmentName,
 67359                   0,
 67360               };
 67361               
 67362               static const char*
 67363               __root_cimv2_PRS_Attachment_qualifiers[] =
 67364               {
 67365                   /* UMLPackagePath */
 67366                   "\057PRS::Support",
 67367                   /* Version */
 67368 mike  1.1.2.1     "\0632.6.0",
 67369                   0,
 67370               };
 67371               
 67372               MetaClass
 67373               __root_cimv2_PRS_Attachment =
 67374               {
 67375                   /* flags */
 67376                   META_FLAG_CLASS,
 67377                   /* name */
 67378                   "PRS_Attachment",
 67379                   /* qualifiers */
 67380                   __root_cimv2_PRS_Attachment_qualifiers,
 67381                   /* super */
 67382                   &__root_cimv2_PRS_ExchangeElement,
 67383                   /* features */
 67384                   _PRS_Attachment_features,
 67385               };
 67386               
 67387               //==============================================================================
 67388               //
 67389 mike  1.1.2.1 // Class: PRS_Category
 67390               //
 67391               //==============================================================================
 67392               
 67393               static const char*
 67394               _PRS_Category_CategoryContents_qualifiers[] =
 67395               {
 67396                   0,
 67397               };
 67398               
 67399               static MetaProperty
 67400               _PRS_Category_CategoryContents =
 67401               {
 67402                   /* flags */
 67403                   META_FLAG_PROPERTY|META_FLAG_READ,
 67404                   /* name */
 67405                   "CategoryContents",
 67406                   /* qualifiers */
 67407                   _PRS_Category_CategoryContents_qualifiers,
 67408                   /* type */
 67409                   CIMTYPE_STRING,
 67410 mike  1.1.2.1     /* subscript */
 67411                   -1,
 67412                   /* value */
 67413                   0,
 67414               };
 67415               
 67416               static const char*
 67417               _PRS_Category_CategoryType_qualifiers[] =
 67418               {
 67419                   0,
 67420               };
 67421               
 67422               static MetaProperty
 67423               _PRS_Category_CategoryType =
 67424               {
 67425                   /* flags */
 67426                   META_FLAG_PROPERTY|META_FLAG_READ,
 67427                   /* name */
 67428                   "CategoryType",
 67429                   /* qualifiers */
 67430                   _PRS_Category_CategoryType_qualifiers,
 67431 mike  1.1.2.1     /* type */
 67432                   CIMTYPE_STRING,
 67433                   /* subscript */
 67434                   -1,
 67435                   /* value */
 67436                   0,
 67437               };
 67438               
 67439               static MetaFeature*
 67440               _PRS_Category_features[] =
 67441               {
 67442                   (MetaFeature*)&_PRS_Category_CategoryContents,
 67443                   (MetaFeature*)&_PRS_Category_CategoryType,
 67444                   0,
 67445               };
 67446               
 67447               static const char*
 67448               __root_cimv2_PRS_Category_qualifiers[] =
 67449               {
 67450                   /* UMLPackagePath */
 67451                   "\057PRS::Support",
 67452 mike  1.1.2.1     /* Version */
 67453                   "\0632.6.0",
 67454                   0,
 67455               };
 67456               
 67457               MetaClass
 67458               __root_cimv2_PRS_Category =
 67459               {
 67460                   /* flags */
 67461                   META_FLAG_CLASS,
 67462                   /* name */
 67463                   "PRS_Category",
 67464                   /* qualifiers */
 67465                   __root_cimv2_PRS_Category_qualifiers,
 67466                   /* super */
 67467                   &__root_cimv2_PRS_ExchangeElement,
 67468                   /* features */
 67469                   _PRS_Category_features,
 67470               };
 67471               
 67472               //==============================================================================
 67473 mike  1.1.2.1 //
 67474               // Class: PRS_CategoryParentChild
 67475               //
 67476               //==============================================================================
 67477               
 67478               static const char*
 67479               _PRS_CategoryParentChild_Antecedent_qualifiers[] =
 67480               {
 67481                   /* Override */
 67482                   "\044Antecedent",
 67483                   0,
 67484               };
 67485               
 67486               static MetaReference
 67487               _PRS_CategoryParentChild_Antecedent =
 67488               {
 67489                   /* flags */
 67490                   META_FLAG_REFERENCE|META_FLAG_READ,
 67491                   /* name */
 67492                   "Antecedent",
 67493                   /* qualifiers */
 67494 mike  1.1.2.1     _PRS_CategoryParentChild_Antecedent_qualifiers,
 67495                   /* subscript */
 67496                   -1,
 67497                   /* refId */
 67498                   &__root_cimv2_PRS_Category,
 67499               };
 67500               
 67501               static const char*
 67502               _PRS_CategoryParentChild_Dependent_qualifiers[] =
 67503               {
 67504                   /* Override */
 67505                   "\044Dependent",
 67506                   0,
 67507               };
 67508               
 67509               static MetaReference
 67510               _PRS_CategoryParentChild_Dependent =
 67511               {
 67512                   /* flags */
 67513                   META_FLAG_REFERENCE|META_FLAG_READ,
 67514                   /* name */
 67515 mike  1.1.2.1     "Dependent",
 67516                   /* qualifiers */
 67517                   _PRS_CategoryParentChild_Dependent_qualifiers,
 67518                   /* subscript */
 67519                   -1,
 67520                   /* refId */
 67521                   &__root_cimv2_PRS_Category,
 67522               };
 67523               
 67524               static MetaFeature*
 67525               _PRS_CategoryParentChild_features[] =
 67526               {
 67527                   (MetaFeature*)&_PRS_CategoryParentChild_Antecedent,
 67528                   (MetaFeature*)&_PRS_CategoryParentChild_Dependent,
 67529                   0,
 67530               };
 67531               
 67532               static const char*
 67533               __root_cimv2_PRS_CategoryParentChild_qualifiers[] =
 67534               {
 67535                   /* ASSOCIATION */
 67536 mike  1.1.2.1     "\000\001",
 67537                   /* UMLPackagePath */
 67538                   "\057PRS::Support",
 67539                   /* Version */
 67540                   "\0632.8.0",
 67541                   0,
 67542               };
 67543               
 67544               MetaClass
 67545               __root_cimv2_PRS_CategoryParentChild =
 67546               {
 67547                   /* flags */
 67548                   META_FLAG_ASSOCIATION,
 67549                   /* name */
 67550                   "PRS_CategoryParentChild",
 67551                   /* qualifiers */
 67552                   __root_cimv2_PRS_CategoryParentChild_qualifiers,
 67553                   /* super */
 67554                   &__root_cimv2_CIM_HostedDependency,
 67555                   /* features */
 67556                   _PRS_CategoryParentChild_features,
 67557 mike  1.1.2.1 };
 67558               
 67559               //==============================================================================
 67560               //
 67561               // Class: PRS_Contact
 67562               //
 67563               //==============================================================================
 67564               
 67565               static MetaFeature*
 67566               _PRS_Contact_features[] =
 67567               {
 67568                   0,
 67569               };
 67570               
 67571               static const char*
 67572               __root_cimv2_PRS_Contact_qualifiers[] =
 67573               {
 67574                   /* UMLPackagePath */
 67575                   "\057PRS::Support",
 67576                   /* Version */
 67577                   "\0632.6.0",
 67578 mike  1.1.2.1     0,
 67579               };
 67580               
 67581               MetaClass
 67582               __root_cimv2_PRS_Contact =
 67583               {
 67584                   /* flags */
 67585                   META_FLAG_CLASS,
 67586                   /* name */
 67587                   "PRS_Contact",
 67588                   /* qualifiers */
 67589                   __root_cimv2_PRS_Contact_qualifiers,
 67590                   /* super */
 67591                   &__root_cimv2_PRS_ExchangeElement,
 67592                   /* features */
 67593                   _PRS_Contact_features,
 67594               };
 67595               
 67596               //==============================================================================
 67597               //
 67598               // Class: PRS_ContactItem
 67599 mike  1.1.2.1 //
 67600               //==============================================================================
 67601               
 67602               static MetaFeature*
 67603               _PRS_ContactItem_features[] =
 67604               {
 67605                   0,
 67606               };
 67607               
 67608               static const char*
 67609               __root_cimv2_PRS_ContactItem_qualifiers[] =
 67610               {
 67611                   /* UMLPackagePath */
 67612                   "\057PRS::Support",
 67613                   /* Abstract */
 67614                   "\002\001",
 67615                   /* Version */
 67616                   "\0632.6.0",
 67617                   0,
 67618               };
 67619               
 67620 mike  1.1.2.1 MetaClass
 67621               __root_cimv2_PRS_ContactItem =
 67622               {
 67623                   /* flags */
 67624                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 67625                   /* name */
 67626                   "PRS_ContactItem",
 67627                   /* qualifiers */
 67628                   __root_cimv2_PRS_ContactItem_qualifiers,
 67629                   /* super */
 67630                   &__root_cimv2_PRS_ExchangeElement,
 67631                   /* features */
 67632                   _PRS_ContactItem_features,
 67633               };
 67634               
 67635               //==============================================================================
 67636               //
 67637               // Class: PRS_ContactItemAddress
 67638               //
 67639               //==============================================================================
 67640               
 67641 mike  1.1.2.1 static const char*
 67642               _PRS_ContactItemAddress_Antecedent_qualifiers[] =
 67643               {
 67644                   /* Override */
 67645                   "\044Antecedent",
 67646                   /* Min */
 67647                   "\033\000\000\000\001",
 67648                   0,
 67649               };
 67650               
 67651               static MetaReference
 67652               _PRS_ContactItemAddress_Antecedent =
 67653               {
 67654                   /* flags */
 67655                   META_FLAG_REFERENCE|META_FLAG_READ,
 67656                   /* name */
 67657                   "Antecedent",
 67658                   /* qualifiers */
 67659                   _PRS_ContactItemAddress_Antecedent_qualifiers,
 67660                   /* subscript */
 67661                   -1,
 67662 mike  1.1.2.1     /* refId */
 67663                   &__root_cimv2_PRS_ContactItem,
 67664               };
 67665               
 67666               static const char*
 67667               _PRS_ContactItemAddress_Dependent_qualifiers[] =
 67668               {
 67669                   /* Override */
 67670                   "\044Dependent",
 67671                   0,
 67672               };
 67673               
 67674               static MetaReference
 67675               _PRS_ContactItemAddress_Dependent =
 67676               {
 67677                   /* flags */
 67678                   META_FLAG_REFERENCE|META_FLAG_READ,
 67679                   /* name */
 67680                   "Dependent",
 67681                   /* qualifiers */
 67682                   _PRS_ContactItemAddress_Dependent_qualifiers,
 67683 mike  1.1.2.1     /* subscript */
 67684                   -1,
 67685                   /* refId */
 67686                   &__root_cimv2_PRS_Address,
 67687               };
 67688               
 67689               static MetaFeature*
 67690               _PRS_ContactItemAddress_features[] =
 67691               {
 67692                   (MetaFeature*)&_PRS_ContactItemAddress_Antecedent,
 67693                   (MetaFeature*)&_PRS_ContactItemAddress_Dependent,
 67694                   0,
 67695               };
 67696               
 67697               static const char*
 67698               __root_cimv2_PRS_ContactItemAddress_qualifiers[] =
 67699               {
 67700                   /* ASSOCIATION */
 67701                   "\000\001",
 67702                   /* UMLPackagePath */
 67703                   "\057PRS::Support",
 67704 mike  1.1.2.1     /* Version */
 67705                   "\0632.6.0",
 67706                   0,
 67707               };
 67708               
 67709               MetaClass
 67710               __root_cimv2_PRS_ContactItemAddress =
 67711               {
 67712                   /* flags */
 67713                   META_FLAG_ASSOCIATION,
 67714                   /* name */
 67715                   "PRS_ContactItemAddress",
 67716                   /* qualifiers */
 67717                   __root_cimv2_PRS_ContactItemAddress_qualifiers,
 67718                   /* super */
 67719                   &__root_cimv2_CIM_Dependency,
 67720                   /* features */
 67721                   _PRS_ContactItemAddress_features,
 67722               };
 67723               
 67724               //==============================================================================
 67725 mike  1.1.2.1 //
 67726               // Class: PRS_Expression
 67727               //
 67728               //==============================================================================
 67729               
 67730               static const char*
 67731               _PRS_Expression_Relation_qualifiers[] =
 67732               {
 67733                   0,
 67734               };
 67735               
 67736               static MetaProperty
 67737               _PRS_Expression_Relation =
 67738               {
 67739                   /* flags */
 67740                   META_FLAG_PROPERTY|META_FLAG_READ,
 67741                   /* name */
 67742                   "Relation",
 67743                   /* qualifiers */
 67744                   _PRS_Expression_Relation_qualifiers,
 67745                   /* type */
 67746 mike  1.1.2.1     CIMTYPE_STRING,
 67747                   /* subscript */
 67748                   -1,
 67749                   /* value */
 67750                   0,
 67751               };
 67752               
 67753               static MetaFeature*
 67754               _PRS_Expression_features[] =
 67755               {
 67756                   (MetaFeature*)&_PRS_Expression_Relation,
 67757                   0,
 67758               };
 67759               
 67760               static const char*
 67761               __root_cimv2_PRS_Expression_qualifiers[] =
 67762               {
 67763                   /* UMLPackagePath */
 67764                   "\057PRS::Support",
 67765                   /* Version */
 67766                   "\0632.6.0",
 67767 mike  1.1.2.1     0,
 67768               };
 67769               
 67770               MetaClass
 67771               __root_cimv2_PRS_Expression =
 67772               {
 67773                   /* flags */
 67774                   META_FLAG_CLASS,
 67775                   /* name */
 67776                   "PRS_Expression",
 67777                   /* qualifiers */
 67778                   __root_cimv2_PRS_Expression_qualifiers,
 67779                   /* super */
 67780                   &__root_cimv2_PRS_ExpressionElement,
 67781                   /* features */
 67782                   _PRS_Expression_features,
 67783               };
 67784               
 67785               //==============================================================================
 67786               //
 67787               // Class: PRS_ExpressionLink
 67788 mike  1.1.2.1 //
 67789               //==============================================================================
 67790               
 67791               static const char*
 67792               _PRS_ExpressionLink_Antecedent_qualifiers[] =
 67793               {
 67794                   /* Aggregate */
 67795                   "\003\001",
 67796                   /* Override */
 67797                   "\044Antecedent",
 67798                   /* Min */
 67799                   "\033\000\000\000\001",
 67800                   0,
 67801               };
 67802               
 67803               static MetaReference
 67804               _PRS_ExpressionLink_Antecedent =
 67805               {
 67806                   /* flags */
 67807                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 67808                   /* name */
 67809 mike  1.1.2.1     "Antecedent",
 67810                   /* qualifiers */
 67811                   _PRS_ExpressionLink_Antecedent_qualifiers,
 67812                   /* subscript */
 67813                   -1,
 67814                   /* refId */
 67815                   &__root_cimv2_PRS_Expression,
 67816               };
 67817               
 67818               static const char*
 67819               _PRS_ExpressionLink_Dependent_qualifiers[] =
 67820               {
 67821                   /* Override */
 67822                   "\044Dependent",
 67823                   /* Min */
 67824                   "\033\000\000\000\001",
 67825                   0,
 67826               };
 67827               
 67828               static MetaReference
 67829               _PRS_ExpressionLink_Dependent =
 67830 mike  1.1.2.1 {
 67831                   /* flags */
 67832                   META_FLAG_REFERENCE|META_FLAG_READ,
 67833                   /* name */
 67834                   "Dependent",
 67835                   /* qualifiers */
 67836                   _PRS_ExpressionLink_Dependent_qualifiers,
 67837                   /* subscript */
 67838                   -1,
 67839                   /* refId */
 67840                   &__root_cimv2_PRS_ExpressionElement,
 67841               };
 67842               
 67843               static MetaFeature*
 67844               _PRS_ExpressionLink_features[] =
 67845               {
 67846                   (MetaFeature*)&_PRS_ExpressionLink_Antecedent,
 67847                   (MetaFeature*)&_PRS_ExpressionLink_Dependent,
 67848                   0,
 67849               };
 67850               
 67851 mike  1.1.2.1 static const char*
 67852               __root_cimv2_PRS_ExpressionLink_qualifiers[] =
 67853               {
 67854                   /* ASSOCIATION */
 67855                   "\000\001",
 67856                   /* UMLPackagePath */
 67857                   "\057PRS::Support",
 67858                   /* Aggregation */
 67859                   "\004\001",
 67860                   /* Version */
 67861                   "\0632.8.0",
 67862                   0,
 67863               };
 67864               
 67865               MetaClass
 67866               __root_cimv2_PRS_ExpressionLink =
 67867               {
 67868                   /* flags */
 67869                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 67870                   /* name */
 67871                   "PRS_ExpressionLink",
 67872 mike  1.1.2.1     /* qualifiers */
 67873                   __root_cimv2_PRS_ExpressionLink_qualifiers,
 67874                   /* super */
 67875                   &__root_cimv2_CIM_HostedDependency,
 67876                   /* features */
 67877                   _PRS_ExpressionLink_features,
 67878               };
 67879               
 67880               //==============================================================================
 67881               //
 67882               // Class: PRS_FeatureResource
 67883               //
 67884               //==============================================================================
 67885               
 67886               static const char*
 67887               _PRS_FeatureResource_Antecedent_qualifiers[] =
 67888               {
 67889                   /* Override */
 67890                   "\044Antecedent",
 67891                   0,
 67892               };
 67893 mike  1.1.2.1 
 67894               static MetaReference
 67895               _PRS_FeatureResource_Antecedent =
 67896               {
 67897                   /* flags */
 67898                   META_FLAG_REFERENCE|META_FLAG_READ,
 67899                   /* name */
 67900                   "Antecedent",
 67901                   /* qualifiers */
 67902                   _PRS_FeatureResource_Antecedent_qualifiers,
 67903                   /* subscript */
 67904                   -1,
 67905                   /* refId */
 67906                   &__root_cimv2_PRS_Feature,
 67907               };
 67908               
 67909               static const char*
 67910               _PRS_FeatureResource_Dependent_qualifiers[] =
 67911               {
 67912                   /* Override */
 67913                   "\044Dependent",
 67914 mike  1.1.2.1     0,
 67915               };
 67916               
 67917               static MetaReference
 67918               _PRS_FeatureResource_Dependent =
 67919               {
 67920                   /* flags */
 67921                   META_FLAG_REFERENCE|META_FLAG_READ,
 67922                   /* name */
 67923                   "Dependent",
 67924                   /* qualifiers */
 67925                   _PRS_FeatureResource_Dependent_qualifiers,
 67926                   /* subscript */
 67927                   -1,
 67928                   /* refId */
 67929                   &__root_cimv2_PRS_Resource,
 67930               };
 67931               
 67932               static MetaFeature*
 67933               _PRS_FeatureResource_features[] =
 67934               {
 67935 mike  1.1.2.1     (MetaFeature*)&_PRS_FeatureResource_Antecedent,
 67936                   (MetaFeature*)&_PRS_FeatureResource_Dependent,
 67937                   0,
 67938               };
 67939               
 67940               static const char*
 67941               __root_cimv2_PRS_FeatureResource_qualifiers[] =
 67942               {
 67943                   /* ASSOCIATION */
 67944                   "\000\001",
 67945                   /* UMLPackagePath */
 67946                   "\057PRS::Support",
 67947                   /* Version */
 67948                   "\0632.6.0",
 67949                   0,
 67950               };
 67951               
 67952               MetaClass
 67953               __root_cimv2_PRS_FeatureResource =
 67954               {
 67955                   /* flags */
 67956 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 67957                   /* name */
 67958                   "PRS_FeatureResource",
 67959                   /* qualifiers */
 67960                   __root_cimv2_PRS_FeatureResource_qualifiers,
 67961                   /* super */
 67962                   &__root_cimv2_CIM_Dependency,
 67963                   /* features */
 67964                   _PRS_FeatureResource_features,
 67965               };
 67966               
 67967               //==============================================================================
 67968               //
 67969               // Class: PRS_Organization
 67970               //
 67971               //==============================================================================
 67972               
 67973               static const char*
 67974               _PRS_Organization_Name_qualifiers[] =
 67975               {
 67976                   0,
 67977 mike  1.1.2.1 };
 67978               
 67979               static MetaProperty
 67980               _PRS_Organization_Name =
 67981               {
 67982                   /* flags */
 67983                   META_FLAG_PROPERTY|META_FLAG_READ,
 67984                   /* name */
 67985                   "Name",
 67986                   /* qualifiers */
 67987                   _PRS_Organization_Name_qualifiers,
 67988                   /* type */
 67989                   CIMTYPE_STRING,
 67990                   /* subscript */
 67991                   -1,
 67992                   /* value */
 67993                   0,
 67994               };
 67995               
 67996               static const char*
 67997               _PRS_Organization_Business_qualifiers[] =
 67998 mike  1.1.2.1 {
 67999                   0,
 68000               };
 68001               
 68002               static MetaProperty
 68003               _PRS_Organization_Business =
 68004               {
 68005                   /* flags */
 68006                   META_FLAG_PROPERTY|META_FLAG_READ,
 68007                   /* name */
 68008                   "Business",
 68009                   /* qualifiers */
 68010                   _PRS_Organization_Business_qualifiers,
 68011                   /* type */
 68012                   CIMTYPE_STRING,
 68013                   /* subscript */
 68014                   -1,
 68015                   /* value */
 68016                   0,
 68017               };
 68018               
 68019 mike  1.1.2.1 static MetaFeature*
 68020               _PRS_Organization_features[] =
 68021               {
 68022                   (MetaFeature*)&_PRS_Organization_Name,
 68023                   (MetaFeature*)&_PRS_Organization_Business,
 68024                   0,
 68025               };
 68026               
 68027               static const char*
 68028               __root_cimv2_PRS_Organization_qualifiers[] =
 68029               {
 68030                   /* UMLPackagePath */
 68031                   "\057PRS::Support",
 68032                   /* Version */
 68033                   "\0632.6.0",
 68034                   0,
 68035               };
 68036               
 68037               MetaClass
 68038               __root_cimv2_PRS_Organization =
 68039               {
 68040 mike  1.1.2.1     /* flags */
 68041                   META_FLAG_CLASS,
 68042                   /* name */
 68043                   "PRS_Organization",
 68044                   /* qualifiers */
 68045                   __root_cimv2_PRS_Organization_qualifiers,
 68046                   /* super */
 68047                   &__root_cimv2_PRS_ContactItem,
 68048                   /* features */
 68049                   _PRS_Organization_features,
 68050               };
 68051               
 68052               //==============================================================================
 68053               //
 68054               // Class: PRS_Person
 68055               //
 68056               //==============================================================================
 68057               
 68058               static const char*
 68059               _PRS_Person_FirstName_qualifiers[] =
 68060               {
 68061 mike  1.1.2.1     0,
 68062               };
 68063               
 68064               static MetaProperty
 68065               _PRS_Person_FirstName =
 68066               {
 68067                   /* flags */
 68068                   META_FLAG_PROPERTY|META_FLAG_READ,
 68069                   /* name */
 68070                   "FirstName",
 68071                   /* qualifiers */
 68072                   _PRS_Person_FirstName_qualifiers,
 68073                   /* type */
 68074                   CIMTYPE_STRING,
 68075                   /* subscript */
 68076                   -1,
 68077                   /* value */
 68078                   0,
 68079               };
 68080               
 68081               static const char*
 68082 mike  1.1.2.1 _PRS_Person_LastName_qualifiers[] =
 68083               {
 68084                   0,
 68085               };
 68086               
 68087               static MetaProperty
 68088               _PRS_Person_LastName =
 68089               {
 68090                   /* flags */
 68091                   META_FLAG_PROPERTY|META_FLAG_READ,
 68092                   /* name */
 68093                   "LastName",
 68094                   /* qualifiers */
 68095                   _PRS_Person_LastName_qualifiers,
 68096                   /* type */
 68097                   CIMTYPE_STRING,
 68098                   /* subscript */
 68099                   -1,
 68100                   /* value */
 68101                   0,
 68102               };
 68103 mike  1.1.2.1 
 68104               static const char*
 68105               _PRS_Person_Salutation_qualifiers[] =
 68106               {
 68107                   0,
 68108               };
 68109               
 68110               static MetaProperty
 68111               _PRS_Person_Salutation =
 68112               {
 68113                   /* flags */
 68114                   META_FLAG_PROPERTY|META_FLAG_READ,
 68115                   /* name */
 68116                   "Salutation",
 68117                   /* qualifiers */
 68118                   _PRS_Person_Salutation_qualifiers,
 68119                   /* type */
 68120                   CIMTYPE_STRING,
 68121                   /* subscript */
 68122                   -1,
 68123                   /* value */
 68124 mike  1.1.2.1     0,
 68125               };
 68126               
 68127               static const char*
 68128               _PRS_Person_Title_qualifiers[] =
 68129               {
 68130                   0,
 68131               };
 68132               
 68133               static MetaProperty
 68134               _PRS_Person_Title =
 68135               {
 68136                   /* flags */
 68137                   META_FLAG_PROPERTY|META_FLAG_READ,
 68138                   /* name */
 68139                   "Title",
 68140                   /* qualifiers */
 68141                   _PRS_Person_Title_qualifiers,
 68142                   /* type */
 68143                   CIMTYPE_STRING,
 68144                   /* subscript */
 68145 mike  1.1.2.1     -1,
 68146                   /* value */
 68147                   0,
 68148               };
 68149               
 68150               static const char*
 68151               _PRS_Person_ContactType_qualifiers[] =
 68152               {
 68153                   0,
 68154               };
 68155               
 68156               static MetaProperty
 68157               _PRS_Person_ContactType =
 68158               {
 68159                   /* flags */
 68160                   META_FLAG_PROPERTY|META_FLAG_READ,
 68161                   /* name */
 68162                   "ContactType",
 68163                   /* qualifiers */
 68164                   _PRS_Person_ContactType_qualifiers,
 68165                   /* type */
 68166 mike  1.1.2.1     CIMTYPE_STRING,
 68167                   /* subscript */
 68168                   -1,
 68169                   /* value */
 68170                   0,
 68171               };
 68172               
 68173               static const char*
 68174               _PRS_Person_CommunicationMode_qualifiers[] =
 68175               {
 68176                   /* ValueMap */
 68177                   "\061\000\0070\0001\0002\0003\0004\000254\000255\000",
 68178                   /* Values */
 68179                   "\062\000\007Primary_Voice\000Alternate_Voice\000Fax\000Email\000URL\000Other\000Unknown\000",
 68180                   0,
 68181               };
 68182               
 68183               static MetaProperty
 68184               _PRS_Person_CommunicationMode =
 68185               {
 68186                   /* flags */
 68187 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 68188                   /* name */
 68189                   "CommunicationMode",
 68190                   /* qualifiers */
 68191                   _PRS_Person_CommunicationMode_qualifiers,
 68192                   /* type */
 68193                   CIMTYPE_UINT8,
 68194                   /* subscript */
 68195                   -1,
 68196                   /* value */
 68197                   0,
 68198               };
 68199               
 68200               static MetaFeature*
 68201               _PRS_Person_features[] =
 68202               {
 68203                   (MetaFeature*)&_PRS_Person_FirstName,
 68204                   (MetaFeature*)&_PRS_Person_LastName,
 68205                   (MetaFeature*)&_PRS_Person_Salutation,
 68206                   (MetaFeature*)&_PRS_Person_Title,
 68207                   (MetaFeature*)&_PRS_Person_ContactType,
 68208 mike  1.1.2.1     (MetaFeature*)&_PRS_Person_CommunicationMode,
 68209                   0,
 68210               };
 68211               
 68212               static const char*
 68213               __root_cimv2_PRS_Person_qualifiers[] =
 68214               {
 68215                   /* UMLPackagePath */
 68216                   "\057PRS::Support",
 68217                   /* Version */
 68218                   "\0632.6.0",
 68219                   0,
 68220               };
 68221               
 68222               MetaClass
 68223               __root_cimv2_PRS_Person =
 68224               {
 68225                   /* flags */
 68226                   META_FLAG_CLASS,
 68227                   /* name */
 68228                   "PRS_Person",
 68229 mike  1.1.2.1     /* qualifiers */
 68230                   __root_cimv2_PRS_Person_qualifiers,
 68231                   /* super */
 68232                   &__root_cimv2_PRS_ContactItem,
 68233                   /* features */
 68234                   _PRS_Person_features,
 68235               };
 68236               
 68237               //==============================================================================
 68238               //
 68239               // Class: PRS_Problem
 68240               //
 68241               //==============================================================================
 68242               
 68243               static const char*
 68244               _PRS_Problem_Likelihood_qualifiers[] =
 68245               {
 68246                   /* MinValue */
 68247                   "\035\000\000\000\000\000\000\000\000",
 68248                   /* MaxValue */
 68249                   "\031\000\000\000\000\000\000\000\144",
 68250 mike  1.1.2.1     0,
 68251               };
 68252               
 68253               static MetaProperty
 68254               _PRS_Problem_Likelihood =
 68255               {
 68256                   /* flags */
 68257                   META_FLAG_PROPERTY|META_FLAG_READ,
 68258                   /* name */
 68259                   "Likelihood",
 68260                   /* qualifiers */
 68261                   _PRS_Problem_Likelihood_qualifiers,
 68262                   /* type */
 68263                   CIMTYPE_UINT16,
 68264                   /* subscript */
 68265                   -1,
 68266                   /* value */
 68267                   0,
 68268               };
 68269               
 68270               static const char*
 68271 mike  1.1.2.1 _PRS_Problem_Impact_qualifiers[] =
 68272               {
 68273                   /* MinValue */
 68274                   "\035\000\000\000\000\000\000\000\000",
 68275                   /* MaxValue */
 68276                   "\031\000\000\000\000\000\000\000\144",
 68277                   0,
 68278               };
 68279               
 68280               static MetaProperty
 68281               _PRS_Problem_Impact =
 68282               {
 68283                   /* flags */
 68284                   META_FLAG_PROPERTY|META_FLAG_READ,
 68285                   /* name */
 68286                   "Impact",
 68287                   /* qualifiers */
 68288                   _PRS_Problem_Impact_qualifiers,
 68289                   /* type */
 68290                   CIMTYPE_UINT16,
 68291                   /* subscript */
 68292 mike  1.1.2.1     -1,
 68293                   /* value */
 68294                   0,
 68295               };
 68296               
 68297               static MetaFeature*
 68298               _PRS_Problem_features[] =
 68299               {
 68300                   (MetaFeature*)&_PRS_Problem_Likelihood,
 68301                   (MetaFeature*)&_PRS_Problem_Impact,
 68302                   0,
 68303               };
 68304               
 68305               static const char*
 68306               __root_cimv2_PRS_Problem_qualifiers[] =
 68307               {
 68308                   /* UMLPackagePath */
 68309                   "\057PRS::Support",
 68310                   /* Version */
 68311                   "\0632.6.0",
 68312                   0,
 68313 mike  1.1.2.1 };
 68314               
 68315               MetaClass
 68316               __root_cimv2_PRS_Problem =
 68317               {
 68318                   /* flags */
 68319                   META_FLAG_CLASS,
 68320                   /* name */
 68321                   "PRS_Problem",
 68322                   /* qualifiers */
 68323                   __root_cimv2_PRS_Problem_qualifiers,
 68324                   /* super */
 68325                   &__root_cimv2_PRS_SolutionElement,
 68326                   /* features */
 68327                   _PRS_Problem_features,
 68328               };
 68329               
 68330               //==============================================================================
 68331               //
 68332               // Class: PRS_ProductAsset
 68333               //
 68334 mike  1.1.2.1 //==============================================================================
 68335               
 68336               static const char*
 68337               _PRS_ProductAsset_Antecedent_qualifiers[] =
 68338               {
 68339                   /* Override */
 68340                   "\044Antecedent",
 68341                   0,
 68342               };
 68343               
 68344               static MetaReference
 68345               _PRS_ProductAsset_Antecedent =
 68346               {
 68347                   /* flags */
 68348                   META_FLAG_REFERENCE|META_FLAG_READ,
 68349                   /* name */
 68350                   "Antecedent",
 68351                   /* qualifiers */
 68352                   _PRS_ProductAsset_Antecedent_qualifiers,
 68353                   /* subscript */
 68354                   -1,
 68355 mike  1.1.2.1     /* refId */
 68356                   &__root_cimv2_PRS_Product,
 68357               };
 68358               
 68359               static const char*
 68360               _PRS_ProductAsset_Dependent_qualifiers[] =
 68361               {
 68362                   /* Override */
 68363                   "\044Dependent",
 68364                   0,
 68365               };
 68366               
 68367               static MetaReference
 68368               _PRS_ProductAsset_Dependent =
 68369               {
 68370                   /* flags */
 68371                   META_FLAG_REFERENCE|META_FLAG_READ,
 68372                   /* name */
 68373                   "Dependent",
 68374                   /* qualifiers */
 68375                   _PRS_ProductAsset_Dependent_qualifiers,
 68376 mike  1.1.2.1     /* subscript */
 68377                   -1,
 68378                   /* refId */
 68379                   &__root_cimv2_PRS_Expression,
 68380               };
 68381               
 68382               static MetaFeature*
 68383               _PRS_ProductAsset_features[] =
 68384               {
 68385                   (MetaFeature*)&_PRS_ProductAsset_Antecedent,
 68386                   (MetaFeature*)&_PRS_ProductAsset_Dependent,
 68387                   0,
 68388               };
 68389               
 68390               static const char*
 68391               __root_cimv2_PRS_ProductAsset_qualifiers[] =
 68392               {
 68393                   /* ASSOCIATION */
 68394                   "\000\001",
 68395                   /* UMLPackagePath */
 68396                   "\057PRS::Support",
 68397 mike  1.1.2.1     /* Version */
 68398                   "\0632.6.0",
 68399                   0,
 68400               };
 68401               
 68402               MetaClass
 68403               __root_cimv2_PRS_ProductAsset =
 68404               {
 68405                   /* flags */
 68406                   META_FLAG_ASSOCIATION,
 68407                   /* name */
 68408                   "PRS_ProductAsset",
 68409                   /* qualifiers */
 68410                   __root_cimv2_PRS_ProductAsset_qualifiers,
 68411                   /* super */
 68412                   &__root_cimv2_CIM_Dependency,
 68413                   /* features */
 68414                   _PRS_ProductAsset_features,
 68415               };
 68416               
 68417               //==============================================================================
 68418 mike  1.1.2.1 //
 68419               // Class: PRS_Reference
 68420               //
 68421               //==============================================================================
 68422               
 68423               static MetaFeature*
 68424               _PRS_Reference_features[] =
 68425               {
 68426                   0,
 68427               };
 68428               
 68429               static const char*
 68430               __root_cimv2_PRS_Reference_qualifiers[] =
 68431               {
 68432                   /* UMLPackagePath */
 68433                   "\057PRS::Support",
 68434                   /* Version */
 68435                   "\0632.6.0",
 68436                   0,
 68437               };
 68438               
 68439 mike  1.1.2.1 MetaClass
 68440               __root_cimv2_PRS_Reference =
 68441               {
 68442                   /* flags */
 68443                   META_FLAG_CLASS,
 68444                   /* name */
 68445                   "PRS_Reference",
 68446                   /* qualifiers */
 68447                   __root_cimv2_PRS_Reference_qualifiers,
 68448                   /* super */
 68449                   &__root_cimv2_PRS_SolutionElement,
 68450                   /* features */
 68451                   _PRS_Reference_features,
 68452               };
 68453               
 68454               //==============================================================================
 68455               //
 68456               // Class: PRS_Resolution
 68457               //
 68458               //==============================================================================
 68459               
 68460 mike  1.1.2.1 static const char*
 68461               _PRS_Resolution_Confidence_qualifiers[] =
 68462               {
 68463                   /* MinValue */
 68464                   "\035\000\000\000\000\000\000\000\000",
 68465                   /* MaxValue */
 68466                   "\031\000\000\000\000\000\000\000\144",
 68467                   0,
 68468               };
 68469               
 68470               static MetaProperty
 68471               _PRS_Resolution_Confidence =
 68472               {
 68473                   /* flags */
 68474                   META_FLAG_PROPERTY|META_FLAG_READ,
 68475                   /* name */
 68476                   "Confidence",
 68477                   /* qualifiers */
 68478                   _PRS_Resolution_Confidence_qualifiers,
 68479                   /* type */
 68480                   CIMTYPE_UINT16,
 68481 mike  1.1.2.1     /* subscript */
 68482                   -1,
 68483                   /* value */
 68484                   0,
 68485               };
 68486               
 68487               static MetaFeature*
 68488               _PRS_Resolution_features[] =
 68489               {
 68490                   (MetaFeature*)&_PRS_Resolution_Confidence,
 68491                   0,
 68492               };
 68493               
 68494               static const char*
 68495               __root_cimv2_PRS_Resolution_qualifiers[] =
 68496               {
 68497                   /* UMLPackagePath */
 68498                   "\057PRS::Support",
 68499                   /* Version */
 68500                   "\0632.6.0",
 68501                   0,
 68502 mike  1.1.2.1 };
 68503               
 68504               MetaClass
 68505               __root_cimv2_PRS_Resolution =
 68506               {
 68507                   /* flags */
 68508                   META_FLAG_CLASS,
 68509                   /* name */
 68510                   "PRS_Resolution",
 68511                   /* qualifiers */
 68512                   __root_cimv2_PRS_Resolution_qualifiers,
 68513                   /* super */
 68514                   &__root_cimv2_PRS_SolutionElement,
 68515                   /* features */
 68516                   _PRS_Resolution_features,
 68517               };
 68518               
 68519               //==============================================================================
 68520               //
 68521               // Class: PRS_ResolutionResource
 68522               //
 68523 mike  1.1.2.1 //==============================================================================
 68524               
 68525               static const char*
 68526               _PRS_ResolutionResource_Antecedent_qualifiers[] =
 68527               {
 68528                   /* Override */
 68529                   "\044Antecedent",
 68530                   0,
 68531               };
 68532               
 68533               static MetaReference
 68534               _PRS_ResolutionResource_Antecedent =
 68535               {
 68536                   /* flags */
 68537                   META_FLAG_REFERENCE|META_FLAG_READ,
 68538                   /* name */
 68539                   "Antecedent",
 68540                   /* qualifiers */
 68541                   _PRS_ResolutionResource_Antecedent_qualifiers,
 68542                   /* subscript */
 68543                   -1,
 68544 mike  1.1.2.1     /* refId */
 68545                   &__root_cimv2_PRS_Resource,
 68546               };
 68547               
 68548               static const char*
 68549               _PRS_ResolutionResource_Dependent_qualifiers[] =
 68550               {
 68551                   /* Override */
 68552                   "\044Dependent",
 68553                   0,
 68554               };
 68555               
 68556               static MetaReference
 68557               _PRS_ResolutionResource_Dependent =
 68558               {
 68559                   /* flags */
 68560                   META_FLAG_REFERENCE|META_FLAG_READ,
 68561                   /* name */
 68562                   "Dependent",
 68563                   /* qualifiers */
 68564                   _PRS_ResolutionResource_Dependent_qualifiers,
 68565 mike  1.1.2.1     /* subscript */
 68566                   -1,
 68567                   /* refId */
 68568                   &__root_cimv2_PRS_Resolution,
 68569               };
 68570               
 68571               static MetaFeature*
 68572               _PRS_ResolutionResource_features[] =
 68573               {
 68574                   (MetaFeature*)&_PRS_ResolutionResource_Antecedent,
 68575                   (MetaFeature*)&_PRS_ResolutionResource_Dependent,
 68576                   0,
 68577               };
 68578               
 68579               static const char*
 68580               __root_cimv2_PRS_ResolutionResource_qualifiers[] =
 68581               {
 68582                   /* ASSOCIATION */
 68583                   "\000\001",
 68584                   /* UMLPackagePath */
 68585                   "\057PRS::Support",
 68586 mike  1.1.2.1     /* Version */
 68587                   "\0632.6.0",
 68588                   0,
 68589               };
 68590               
 68591               MetaClass
 68592               __root_cimv2_PRS_ResolutionResource =
 68593               {
 68594                   /* flags */
 68595                   META_FLAG_ASSOCIATION,
 68596                   /* name */
 68597                   "PRS_ResolutionResource",
 68598                   /* qualifiers */
 68599                   __root_cimv2_PRS_ResolutionResource_qualifiers,
 68600                   /* super */
 68601                   &__root_cimv2_CIM_Dependency,
 68602                   /* features */
 68603                   _PRS_ResolutionResource_features,
 68604               };
 68605               
 68606               //==============================================================================
 68607 mike  1.1.2.1 //
 68608               // Class: PRS_RevisionContact
 68609               //
 68610               //==============================================================================
 68611               
 68612               static const char*
 68613               _PRS_RevisionContact_Antecedent_qualifiers[] =
 68614               {
 68615                   /* Aggregate */
 68616                   "\003\001",
 68617                   /* Override */
 68618                   "\044Antecedent",
 68619                   0,
 68620               };
 68621               
 68622               static MetaReference
 68623               _PRS_RevisionContact_Antecedent =
 68624               {
 68625                   /* flags */
 68626                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 68627                   /* name */
 68628 mike  1.1.2.1     "Antecedent",
 68629                   /* qualifiers */
 68630                   _PRS_RevisionContact_Antecedent_qualifiers,
 68631                   /* subscript */
 68632                   -1,
 68633                   /* refId */
 68634                   &__root_cimv2_PRS_Revision,
 68635               };
 68636               
 68637               static const char*
 68638               _PRS_RevisionContact_Dependent_qualifiers[] =
 68639               {
 68640                   /* Override */
 68641                   "\044Dependent",
 68642                   /* Min */
 68643                   "\033\000\000\000\001",
 68644                   0,
 68645               };
 68646               
 68647               static MetaReference
 68648               _PRS_RevisionContact_Dependent =
 68649 mike  1.1.2.1 {
 68650                   /* flags */
 68651                   META_FLAG_REFERENCE|META_FLAG_READ,
 68652                   /* name */
 68653                   "Dependent",
 68654                   /* qualifiers */
 68655                   _PRS_RevisionContact_Dependent_qualifiers,
 68656                   /* subscript */
 68657                   -1,
 68658                   /* refId */
 68659                   &__root_cimv2_PRS_Contact,
 68660               };
 68661               
 68662               static MetaFeature*
 68663               _PRS_RevisionContact_features[] =
 68664               {
 68665                   (MetaFeature*)&_PRS_RevisionContact_Antecedent,
 68666                   (MetaFeature*)&_PRS_RevisionContact_Dependent,
 68667                   0,
 68668               };
 68669               
 68670 mike  1.1.2.1 static const char*
 68671               __root_cimv2_PRS_RevisionContact_qualifiers[] =
 68672               {
 68673                   /* ASSOCIATION */
 68674                   "\000\001",
 68675                   /* UMLPackagePath */
 68676                   "\057PRS::Support",
 68677                   /* Aggregation */
 68678                   "\004\001",
 68679                   /* Version */
 68680                   "\0632.6.0",
 68681                   0,
 68682               };
 68683               
 68684               MetaClass
 68685               __root_cimv2_PRS_RevisionContact =
 68686               {
 68687                   /* flags */
 68688                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 68689                   /* name */
 68690                   "PRS_RevisionContact",
 68691 mike  1.1.2.1     /* qualifiers */
 68692                   __root_cimv2_PRS_RevisionContact_qualifiers,
 68693                   /* super */
 68694                   &__root_cimv2_CIM_Dependency,
 68695                   /* features */
 68696                   _PRS_RevisionContact_features,
 68697               };
 68698               
 68699               //==============================================================================
 68700               //
 68701               // Class: PRS_ServiceActivity
 68702               //
 68703               //==============================================================================
 68704               
 68705               static const char*
 68706               _PRS_ServiceActivity_Antecedent_qualifiers[] =
 68707               {
 68708                   /* Aggregate */
 68709                   "\003\001",
 68710                   /* Override */
 68711                   "\044Antecedent",
 68712 mike  1.1.2.1     /* Min */
 68713                   "\033\000\000\000\001",
 68714                   /* Max */
 68715                   "\027\000\000\000\001",
 68716                   0,
 68717               };
 68718               
 68719               static MetaReference
 68720               _PRS_ServiceActivity_Antecedent =
 68721               {
 68722                   /* flags */
 68723                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 68724                   /* name */
 68725                   "Antecedent",
 68726                   /* qualifiers */
 68727                   _PRS_ServiceActivity_Antecedent_qualifiers,
 68728                   /* subscript */
 68729                   -1,
 68730                   /* refId */
 68731                   &__root_cimv2_PRS_ServiceIncident,
 68732               };
 68733 mike  1.1.2.1 
 68734               static const char*
 68735               _PRS_ServiceActivity_Dependent_qualifiers[] =
 68736               {
 68737                   /* Override */
 68738                   "\044Dependent",
 68739                   0,
 68740               };
 68741               
 68742               static MetaReference
 68743               _PRS_ServiceActivity_Dependent =
 68744               {
 68745                   /* flags */
 68746                   META_FLAG_REFERENCE|META_FLAG_READ,
 68747                   /* name */
 68748                   "Dependent",
 68749                   /* qualifiers */
 68750                   _PRS_ServiceActivity_Dependent_qualifiers,
 68751                   /* subscript */
 68752                   -1,
 68753                   /* refId */
 68754 mike  1.1.2.1     &__root_cimv2_PRS_Activity,
 68755               };
 68756               
 68757               static MetaFeature*
 68758               _PRS_ServiceActivity_features[] =
 68759               {
 68760                   (MetaFeature*)&_PRS_ServiceActivity_Antecedent,
 68761                   (MetaFeature*)&_PRS_ServiceActivity_Dependent,
 68762                   0,
 68763               };
 68764               
 68765               static const char*
 68766               __root_cimv2_PRS_ServiceActivity_qualifiers[] =
 68767               {
 68768                   /* ASSOCIATION */
 68769                   "\000\001",
 68770                   /* UMLPackagePath */
 68771                   "\057PRS::Support",
 68772                   /* Aggregation */
 68773                   "\004\001",
 68774                   /* Version */
 68775 mike  1.1.2.1     "\0632.6.0",
 68776                   0,
 68777               };
 68778               
 68779               MetaClass
 68780               __root_cimv2_PRS_ServiceActivity =
 68781               {
 68782                   /* flags */
 68783                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 68784                   /* name */
 68785                   "PRS_ServiceActivity",
 68786                   /* qualifiers */
 68787                   __root_cimv2_PRS_ServiceActivity_qualifiers,
 68788                   /* super */
 68789                   &__root_cimv2_CIM_Dependency,
 68790                   /* features */
 68791                   _PRS_ServiceActivity_features,
 68792               };
 68793               
 68794               //==============================================================================
 68795               //
 68796 mike  1.1.2.1 // Class: PRS_ServiceAgreement
 68797               //
 68798               //==============================================================================
 68799               
 68800               static const char*
 68801               _PRS_ServiceAgreement_Antecedent_qualifiers[] =
 68802               {
 68803                   /* Override */
 68804                   "\044Antecedent",
 68805                   0,
 68806               };
 68807               
 68808               static MetaReference
 68809               _PRS_ServiceAgreement_Antecedent =
 68810               {
 68811                   /* flags */
 68812                   META_FLAG_REFERENCE|META_FLAG_READ,
 68813                   /* name */
 68814                   "Antecedent",
 68815                   /* qualifiers */
 68816                   _PRS_ServiceAgreement_Antecedent_qualifiers,
 68817 mike  1.1.2.1     /* subscript */
 68818                   -1,
 68819                   /* refId */
 68820                   &__root_cimv2_PRS_ServiceIncident,
 68821               };
 68822               
 68823               static const char*
 68824               _PRS_ServiceAgreement_Dependent_qualifiers[] =
 68825               {
 68826                   /* Override */
 68827                   "\044Dependent",
 68828                   /* Min */
 68829                   "\033\000\000\000\001",
 68830                   /* Max */
 68831                   "\027\000\000\000\001",
 68832                   0,
 68833               };
 68834               
 68835               static MetaReference
 68836               _PRS_ServiceAgreement_Dependent =
 68837               {
 68838 mike  1.1.2.1     /* flags */
 68839                   META_FLAG_REFERENCE|META_FLAG_READ,
 68840                   /* name */
 68841                   "Dependent",
 68842                   /* qualifiers */
 68843                   _PRS_ServiceAgreement_Dependent_qualifiers,
 68844                   /* subscript */
 68845                   -1,
 68846                   /* refId */
 68847                   &__root_cimv2_PRS_Agreement,
 68848               };
 68849               
 68850               static MetaFeature*
 68851               _PRS_ServiceAgreement_features[] =
 68852               {
 68853                   (MetaFeature*)&_PRS_ServiceAgreement_Antecedent,
 68854                   (MetaFeature*)&_PRS_ServiceAgreement_Dependent,
 68855                   0,
 68856               };
 68857               
 68858               static const char*
 68859 mike  1.1.2.1 __root_cimv2_PRS_ServiceAgreement_qualifiers[] =
 68860               {
 68861                   /* ASSOCIATION */
 68862                   "\000\001",
 68863                   /* UMLPackagePath */
 68864                   "\057PRS::Support",
 68865                   /* Version */
 68866                   "\0632.6.0",
 68867                   0,
 68868               };
 68869               
 68870               MetaClass
 68871               __root_cimv2_PRS_ServiceAgreement =
 68872               {
 68873                   /* flags */
 68874                   META_FLAG_ASSOCIATION,
 68875                   /* name */
 68876                   "PRS_ServiceAgreement",
 68877                   /* qualifiers */
 68878                   __root_cimv2_PRS_ServiceAgreement_qualifiers,
 68879                   /* super */
 68880 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
 68881                   /* features */
 68882                   _PRS_ServiceAgreement_features,
 68883               };
 68884               
 68885               //==============================================================================
 68886               //
 68887               // Class: PRS_ServiceProblem
 68888               //
 68889               //==============================================================================
 68890               
 68891               static const char*
 68892               _PRS_ServiceProblem_Antecedent_qualifiers[] =
 68893               {
 68894                   /* Override */
 68895                   "\044Antecedent",
 68896                   /* Min */
 68897                   "\033\000\000\000\001",
 68898                   0,
 68899               };
 68900               
 68901 mike  1.1.2.1 static MetaReference
 68902               _PRS_ServiceProblem_Antecedent =
 68903               {
 68904                   /* flags */
 68905                   META_FLAG_REFERENCE|META_FLAG_READ,
 68906                   /* name */
 68907                   "Antecedent",
 68908                   /* qualifiers */
 68909                   _PRS_ServiceProblem_Antecedent_qualifiers,
 68910                   /* subscript */
 68911                   -1,
 68912                   /* refId */
 68913                   &__root_cimv2_PRS_ServiceIncident,
 68914               };
 68915               
 68916               static const char*
 68917               _PRS_ServiceProblem_Dependent_qualifiers[] =
 68918               {
 68919                   /* Override */
 68920                   "\044Dependent",
 68921                   /* Max */
 68922 mike  1.1.2.1     "\027\000\000\000\001",
 68923                   0,
 68924               };
 68925               
 68926               static MetaReference
 68927               _PRS_ServiceProblem_Dependent =
 68928               {
 68929                   /* flags */
 68930                   META_FLAG_REFERENCE|META_FLAG_READ,
 68931                   /* name */
 68932                   "Dependent",
 68933                   /* qualifiers */
 68934                   _PRS_ServiceProblem_Dependent_qualifiers,
 68935                   /* subscript */
 68936                   -1,
 68937                   /* refId */
 68938                   &__root_cimv2_PRS_Problem,
 68939               };
 68940               
 68941               static MetaFeature*
 68942               _PRS_ServiceProblem_features[] =
 68943 mike  1.1.2.1 {
 68944                   (MetaFeature*)&_PRS_ServiceProblem_Antecedent,
 68945                   (MetaFeature*)&_PRS_ServiceProblem_Dependent,
 68946                   0,
 68947               };
 68948               
 68949               static const char*
 68950               __root_cimv2_PRS_ServiceProblem_qualifiers[] =
 68951               {
 68952                   /* ASSOCIATION */
 68953                   "\000\001",
 68954                   /* UMLPackagePath */
 68955                   "\057PRS::Support",
 68956                   /* Version */
 68957                   "\0632.6.0",
 68958                   0,
 68959               };
 68960               
 68961               MetaClass
 68962               __root_cimv2_PRS_ServiceProblem =
 68963               {
 68964 mike  1.1.2.1     /* flags */
 68965                   META_FLAG_ASSOCIATION,
 68966                   /* name */
 68967                   "PRS_ServiceProblem",
 68968                   /* qualifiers */
 68969                   __root_cimv2_PRS_ServiceProblem_qualifiers,
 68970                   /* super */
 68971                   &__root_cimv2_CIM_Dependency,
 68972                   /* features */
 68973                   _PRS_ServiceProblem_features,
 68974               };
 68975               
 68976               //==============================================================================
 68977               //
 68978               // Class: PRS_ServiceProvider
 68979               //
 68980               //==============================================================================
 68981               
 68982               static const char*
 68983               _PRS_ServiceProvider_Antecedent_qualifiers[] =
 68984               {
 68985 mike  1.1.2.1     /* Override */
 68986                   "\044Antecedent",
 68987                   0,
 68988               };
 68989               
 68990               static MetaReference
 68991               _PRS_ServiceProvider_Antecedent =
 68992               {
 68993                   /* flags */
 68994                   META_FLAG_REFERENCE|META_FLAG_READ,
 68995                   /* name */
 68996                   "Antecedent",
 68997                   /* qualifiers */
 68998                   _PRS_ServiceProvider_Antecedent_qualifiers,
 68999                   /* subscript */
 69000                   -1,
 69001                   /* refId */
 69002                   &__root_cimv2_PRS_ServiceIncident,
 69003               };
 69004               
 69005               static const char*
 69006 mike  1.1.2.1 _PRS_ServiceProvider_Dependent_qualifiers[] =
 69007               {
 69008                   /* Override */
 69009                   "\044Dependent",
 69010                   /* Min */
 69011                   "\033\000\000\000\001",
 69012                   /* Max */
 69013                   "\027\000\000\000\001",
 69014                   0,
 69015               };
 69016               
 69017               static MetaReference
 69018               _PRS_ServiceProvider_Dependent =
 69019               {
 69020                   /* flags */
 69021                   META_FLAG_REFERENCE|META_FLAG_READ,
 69022                   /* name */
 69023                   "Dependent",
 69024                   /* qualifiers */
 69025                   _PRS_ServiceProvider_Dependent_qualifiers,
 69026                   /* subscript */
 69027 mike  1.1.2.1     -1,
 69028                   /* refId */
 69029                   &__root_cimv2_PRS_Contact,
 69030               };
 69031               
 69032               static MetaFeature*
 69033               _PRS_ServiceProvider_features[] =
 69034               {
 69035                   (MetaFeature*)&_PRS_ServiceProvider_Antecedent,
 69036                   (MetaFeature*)&_PRS_ServiceProvider_Dependent,
 69037                   0,
 69038               };
 69039               
 69040               static const char*
 69041               __root_cimv2_PRS_ServiceProvider_qualifiers[] =
 69042               {
 69043                   /* ASSOCIATION */
 69044                   "\000\001",
 69045                   /* UMLPackagePath */
 69046                   "\057PRS::Support",
 69047                   /* Version */
 69048 mike  1.1.2.1     "\0632.6.0",
 69049                   0,
 69050               };
 69051               
 69052               MetaClass
 69053               __root_cimv2_PRS_ServiceProvider =
 69054               {
 69055                   /* flags */
 69056                   META_FLAG_ASSOCIATION,
 69057                   /* name */
 69058                   "PRS_ServiceProvider",
 69059                   /* qualifiers */
 69060                   __root_cimv2_PRS_ServiceProvider_qualifiers,
 69061                   /* super */
 69062                   &__root_cimv2_CIM_Dependency,
 69063                   /* features */
 69064                   _PRS_ServiceProvider_features,
 69065               };
 69066               
 69067               //==============================================================================
 69068               //
 69069 mike  1.1.2.1 // Class: PRS_ServiceRequester
 69070               //
 69071               //==============================================================================
 69072               
 69073               static const char*
 69074               _PRS_ServiceRequester_Antecedent_qualifiers[] =
 69075               {
 69076                   /* Override */
 69077                   "\044Antecedent",
 69078                   0,
 69079               };
 69080               
 69081               static MetaReference
 69082               _PRS_ServiceRequester_Antecedent =
 69083               {
 69084                   /* flags */
 69085                   META_FLAG_REFERENCE|META_FLAG_READ,
 69086                   /* name */
 69087                   "Antecedent",
 69088                   /* qualifiers */
 69089                   _PRS_ServiceRequester_Antecedent_qualifiers,
 69090 mike  1.1.2.1     /* subscript */
 69091                   -1,
 69092                   /* refId */
 69093                   &__root_cimv2_PRS_ServiceIncident,
 69094               };
 69095               
 69096               static const char*
 69097               _PRS_ServiceRequester_Dependent_qualifiers[] =
 69098               {
 69099                   /* Override */
 69100                   "\044Dependent",
 69101                   /* Min */
 69102                   "\033\000\000\000\001",
 69103                   /* Max */
 69104                   "\027\000\000\000\001",
 69105                   0,
 69106               };
 69107               
 69108               static MetaReference
 69109               _PRS_ServiceRequester_Dependent =
 69110               {
 69111 mike  1.1.2.1     /* flags */
 69112                   META_FLAG_REFERENCE|META_FLAG_READ,
 69113                   /* name */
 69114                   "Dependent",
 69115                   /* qualifiers */
 69116                   _PRS_ServiceRequester_Dependent_qualifiers,
 69117                   /* subscript */
 69118                   -1,
 69119                   /* refId */
 69120                   &__root_cimv2_PRS_Contact,
 69121               };
 69122               
 69123               static MetaFeature*
 69124               _PRS_ServiceRequester_features[] =
 69125               {
 69126                   (MetaFeature*)&_PRS_ServiceRequester_Antecedent,
 69127                   (MetaFeature*)&_PRS_ServiceRequester_Dependent,
 69128                   0,
 69129               };
 69130               
 69131               static const char*
 69132 mike  1.1.2.1 __root_cimv2_PRS_ServiceRequester_qualifiers[] =
 69133               {
 69134                   /* ASSOCIATION */
 69135                   "\000\001",
 69136                   /* UMLPackagePath */
 69137                   "\057PRS::Support",
 69138                   /* Version */
 69139                   "\0632.6.0",
 69140                   0,
 69141               };
 69142               
 69143               MetaClass
 69144               __root_cimv2_PRS_ServiceRequester =
 69145               {
 69146                   /* flags */
 69147                   META_FLAG_ASSOCIATION,
 69148                   /* name */
 69149                   "PRS_ServiceRequester",
 69150                   /* qualifiers */
 69151                   __root_cimv2_PRS_ServiceRequester_qualifiers,
 69152                   /* super */
 69153 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
 69154                   /* features */
 69155                   _PRS_ServiceRequester_features,
 69156               };
 69157               
 69158               //==============================================================================
 69159               //
 69160               // Class: PRS_ServiceResolutionSolution
 69161               //
 69162               //==============================================================================
 69163               
 69164               static const char*
 69165               _PRS_ServiceResolutionSolution_Antecedent_qualifiers[] =
 69166               {
 69167                   /* Aggregate */
 69168                   "\003\001",
 69169                   /* Override */
 69170                   "\044Antecedent",
 69171                   0,
 69172               };
 69173               
 69174 mike  1.1.2.1 static MetaReference
 69175               _PRS_ServiceResolutionSolution_Antecedent =
 69176               {
 69177                   /* flags */
 69178                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 69179                   /* name */
 69180                   "Antecedent",
 69181                   /* qualifiers */
 69182                   _PRS_ServiceResolutionSolution_Antecedent_qualifiers,
 69183                   /* subscript */
 69184                   -1,
 69185                   /* refId */
 69186                   &__root_cimv2_PRS_ServiceIncident,
 69187               };
 69188               
 69189               static const char*
 69190               _PRS_ServiceResolutionSolution_Dependent_qualifiers[] =
 69191               {
 69192                   /* Override */
 69193                   "\044Dependent",
 69194                   0,
 69195 mike  1.1.2.1 };
 69196               
 69197               static MetaReference
 69198               _PRS_ServiceResolutionSolution_Dependent =
 69199               {
 69200                   /* flags */
 69201                   META_FLAG_REFERENCE|META_FLAG_READ,
 69202                   /* name */
 69203                   "Dependent",
 69204                   /* qualifiers */
 69205                   _PRS_ServiceResolutionSolution_Dependent_qualifiers,
 69206                   /* subscript */
 69207                   -1,
 69208                   /* refId */
 69209                   &__root_cimv2_PRS_Solution,
 69210               };
 69211               
 69212               static MetaFeature*
 69213               _PRS_ServiceResolutionSolution_features[] =
 69214               {
 69215                   (MetaFeature*)&_PRS_ServiceResolutionSolution_Antecedent,
 69216 mike  1.1.2.1     (MetaFeature*)&_PRS_ServiceResolutionSolution_Dependent,
 69217                   0,
 69218               };
 69219               
 69220               static const char*
 69221               __root_cimv2_PRS_ServiceResolutionSolution_qualifiers[] =
 69222               {
 69223                   /* ASSOCIATION */
 69224                   "\000\001",
 69225                   /* UMLPackagePath */
 69226                   "\057PRS::Support",
 69227                   /* Aggregation */
 69228                   "\004\001",
 69229                   /* Version */
 69230                   "\0632.6.0",
 69231                   0,
 69232               };
 69233               
 69234               MetaClass
 69235               __root_cimv2_PRS_ServiceResolutionSolution =
 69236               {
 69237 mike  1.1.2.1     /* flags */
 69238                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 69239                   /* name */
 69240                   "PRS_ServiceResolutionSolution",
 69241                   /* qualifiers */
 69242                   __root_cimv2_PRS_ServiceResolutionSolution_qualifiers,
 69243                   /* super */
 69244                   &__root_cimv2_CIM_Dependency,
 69245                   /* features */
 69246                   _PRS_ServiceResolutionSolution_features,
 69247               };
 69248               
 69249               //==============================================================================
 69250               //
 69251               // Class: PRS_SolutionCategory
 69252               //
 69253               //==============================================================================
 69254               
 69255               static const char*
 69256               _PRS_SolutionCategory_Antecedent_qualifiers[] =
 69257               {
 69258 mike  1.1.2.1     /* Override */
 69259                   "\044Antecedent",
 69260                   /* Min */
 69261                   "\033\000\000\000\001",
 69262                   0,
 69263               };
 69264               
 69265               static MetaReference
 69266               _PRS_SolutionCategory_Antecedent =
 69267               {
 69268                   /* flags */
 69269                   META_FLAG_REFERENCE|META_FLAG_READ,
 69270                   /* name */
 69271                   "Antecedent",
 69272                   /* qualifiers */
 69273                   _PRS_SolutionCategory_Antecedent_qualifiers,
 69274                   /* subscript */
 69275                   -1,
 69276                   /* refId */
 69277                   &__root_cimv2_PRS_Solution,
 69278               };
 69279 mike  1.1.2.1 
 69280               static const char*
 69281               _PRS_SolutionCategory_Dependent_qualifiers[] =
 69282               {
 69283                   /* Override */
 69284                   "\044Dependent",
 69285                   0,
 69286               };
 69287               
 69288               static MetaReference
 69289               _PRS_SolutionCategory_Dependent =
 69290               {
 69291                   /* flags */
 69292                   META_FLAG_REFERENCE|META_FLAG_READ,
 69293                   /* name */
 69294                   "Dependent",
 69295                   /* qualifiers */
 69296                   _PRS_SolutionCategory_Dependent_qualifiers,
 69297                   /* subscript */
 69298                   -1,
 69299                   /* refId */
 69300 mike  1.1.2.1     &__root_cimv2_PRS_Category,
 69301               };
 69302               
 69303               static MetaFeature*
 69304               _PRS_SolutionCategory_features[] =
 69305               {
 69306                   (MetaFeature*)&_PRS_SolutionCategory_Antecedent,
 69307                   (MetaFeature*)&_PRS_SolutionCategory_Dependent,
 69308                   0,
 69309               };
 69310               
 69311               static const char*
 69312               __root_cimv2_PRS_SolutionCategory_qualifiers[] =
 69313               {
 69314                   /* ASSOCIATION */
 69315                   "\000\001",
 69316                   /* UMLPackagePath */
 69317                   "\057PRS::Support",
 69318                   /* Version */
 69319                   "\0632.6.0",
 69320                   0,
 69321 mike  1.1.2.1 };
 69322               
 69323               MetaClass
 69324               __root_cimv2_PRS_SolutionCategory =
 69325               {
 69326                   /* flags */
 69327                   META_FLAG_ASSOCIATION,
 69328                   /* name */
 69329                   "PRS_SolutionCategory",
 69330                   /* qualifiers */
 69331                   __root_cimv2_PRS_SolutionCategory_qualifiers,
 69332                   /* super */
 69333                   &__root_cimv2_CIM_Dependency,
 69334                   /* features */
 69335                   _PRS_SolutionCategory_features,
 69336               };
 69337               
 69338               //==============================================================================
 69339               //
 69340               // Class: PRS_SolutionExpression
 69341               //
 69342 mike  1.1.2.1 //==============================================================================
 69343               
 69344               static const char*
 69345               _PRS_SolutionExpression_Antecedent_qualifiers[] =
 69346               {
 69347                   /* Aggregate */
 69348                   "\003\001",
 69349                   /* Override */
 69350                   "\044Antecedent",
 69351                   /* Min */
 69352                   "\033\000\000\000\001",
 69353                   0,
 69354               };
 69355               
 69356               static MetaReference
 69357               _PRS_SolutionExpression_Antecedent =
 69358               {
 69359                   /* flags */
 69360                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 69361                   /* name */
 69362                   "Antecedent",
 69363 mike  1.1.2.1     /* qualifiers */
 69364                   _PRS_SolutionExpression_Antecedent_qualifiers,
 69365                   /* subscript */
 69366                   -1,
 69367                   /* refId */
 69368                   &__root_cimv2_PRS_SolutionElement,
 69369               };
 69370               
 69371               static const char*
 69372               _PRS_SolutionExpression_Dependent_qualifiers[] =
 69373               {
 69374                   /* Override */
 69375                   "\044Dependent",
 69376                   /* Min */
 69377                   "\033\000\000\000\001",
 69378                   0,
 69379               };
 69380               
 69381               static MetaReference
 69382               _PRS_SolutionExpression_Dependent =
 69383               {
 69384 mike  1.1.2.1     /* flags */
 69385                   META_FLAG_REFERENCE|META_FLAG_READ,
 69386                   /* name */
 69387                   "Dependent",
 69388                   /* qualifiers */
 69389                   _PRS_SolutionExpression_Dependent_qualifiers,
 69390                   /* subscript */
 69391                   -1,
 69392                   /* refId */
 69393                   &__root_cimv2_PRS_Expression,
 69394               };
 69395               
 69396               static MetaFeature*
 69397               _PRS_SolutionExpression_features[] =
 69398               {
 69399                   (MetaFeature*)&_PRS_SolutionExpression_Antecedent,
 69400                   (MetaFeature*)&_PRS_SolutionExpression_Dependent,
 69401                   0,
 69402               };
 69403               
 69404               static const char*
 69405 mike  1.1.2.1 __root_cimv2_PRS_SolutionExpression_qualifiers[] =
 69406               {
 69407                   /* ASSOCIATION */
 69408                   "\000\001",
 69409                   /* UMLPackagePath */
 69410                   "\057PRS::Support",
 69411                   /* Aggregation */
 69412                   "\004\001",
 69413                   /* Version */
 69414                   "\0632.6.0",
 69415                   0,
 69416               };
 69417               
 69418               MetaClass
 69419               __root_cimv2_PRS_SolutionExpression =
 69420               {
 69421                   /* flags */
 69422                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 69423                   /* name */
 69424                   "PRS_SolutionExpression",
 69425                   /* qualifiers */
 69426 mike  1.1.2.1     __root_cimv2_PRS_SolutionExpression_qualifiers,
 69427                   /* super */
 69428                   &__root_cimv2_CIM_Dependency,
 69429                   /* features */
 69430                   _PRS_SolutionExpression_features,
 69431               };
 69432               
 69433               //==============================================================================
 69434               //
 69435               // Class: PRS_SolutionProblem
 69436               //
 69437               //==============================================================================
 69438               
 69439               static const char*
 69440               _PRS_SolutionProblem_Antecedent_qualifiers[] =
 69441               {
 69442                   /* Aggregate */
 69443                   "\003\001",
 69444                   /* Override */
 69445                   "\044Antecedent",
 69446                   /* Min */
 69447 mike  1.1.2.1     "\033\000\000\000\001",
 69448                   0,
 69449               };
 69450               
 69451               static MetaReference
 69452               _PRS_SolutionProblem_Antecedent =
 69453               {
 69454                   /* flags */
 69455                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 69456                   /* name */
 69457                   "Antecedent",
 69458                   /* qualifiers */
 69459                   _PRS_SolutionProblem_Antecedent_qualifiers,
 69460                   /* subscript */
 69461                   -1,
 69462                   /* refId */
 69463                   &__root_cimv2_PRS_Solution,
 69464               };
 69465               
 69466               static const char*
 69467               _PRS_SolutionProblem_Dependent_qualifiers[] =
 69468 mike  1.1.2.1 {
 69469                   /* Override */
 69470                   "\044Dependent",
 69471                   0,
 69472               };
 69473               
 69474               static MetaReference
 69475               _PRS_SolutionProblem_Dependent =
 69476               {
 69477                   /* flags */
 69478                   META_FLAG_REFERENCE|META_FLAG_READ,
 69479                   /* name */
 69480                   "Dependent",
 69481                   /* qualifiers */
 69482                   _PRS_SolutionProblem_Dependent_qualifiers,
 69483                   /* subscript */
 69484                   -1,
 69485                   /* refId */
 69486                   &__root_cimv2_PRS_Problem,
 69487               };
 69488               
 69489 mike  1.1.2.1 static MetaFeature*
 69490               _PRS_SolutionProblem_features[] =
 69491               {
 69492                   (MetaFeature*)&_PRS_SolutionProblem_Antecedent,
 69493                   (MetaFeature*)&_PRS_SolutionProblem_Dependent,
 69494                   0,
 69495               };
 69496               
 69497               static const char*
 69498               __root_cimv2_PRS_SolutionProblem_qualifiers[] =
 69499               {
 69500                   /* ASSOCIATION */
 69501                   "\000\001",
 69502                   /* UMLPackagePath */
 69503                   "\057PRS::Support",
 69504                   /* Aggregation */
 69505                   "\004\001",
 69506                   /* Version */
 69507                   "\0632.6.0",
 69508                   0,
 69509               };
 69510 mike  1.1.2.1 
 69511               MetaClass
 69512               __root_cimv2_PRS_SolutionProblem =
 69513               {
 69514                   /* flags */
 69515                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 69516                   /* name */
 69517                   "PRS_SolutionProblem",
 69518                   /* qualifiers */
 69519                   __root_cimv2_PRS_SolutionProblem_qualifiers,
 69520                   /* super */
 69521                   &__root_cimv2_PRS_SolutionHasElement,
 69522                   /* features */
 69523                   _PRS_SolutionProblem_features,
 69524               };
 69525               
 69526               //==============================================================================
 69527               //
 69528               // Class: PRS_SolutionReference
 69529               //
 69530               //==============================================================================
 69531 mike  1.1.2.1 
 69532               static const char*
 69533               _PRS_SolutionReference_Antecedent_qualifiers[] =
 69534               {
 69535                   /* Aggregate */
 69536                   "\003\001",
 69537                   /* Override */
 69538                   "\044Antecedent",
 69539                   /* Min */
 69540                   "\033\000\000\000\001",
 69541                   0,
 69542               };
 69543               
 69544               static MetaReference
 69545               _PRS_SolutionReference_Antecedent =
 69546               {
 69547                   /* flags */
 69548                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 69549                   /* name */
 69550                   "Antecedent",
 69551                   /* qualifiers */
 69552 mike  1.1.2.1     _PRS_SolutionReference_Antecedent_qualifiers,
 69553                   /* subscript */
 69554                   -1,
 69555                   /* refId */
 69556                   &__root_cimv2_PRS_Solution,
 69557               };
 69558               
 69559               static const char*
 69560               _PRS_SolutionReference_Dependent_qualifiers[] =
 69561               {
 69562                   /* Override */
 69563                   "\044Dependent",
 69564                   0,
 69565               };
 69566               
 69567               static MetaReference
 69568               _PRS_SolutionReference_Dependent =
 69569               {
 69570                   /* flags */
 69571                   META_FLAG_REFERENCE|META_FLAG_READ,
 69572                   /* name */
 69573 mike  1.1.2.1     "Dependent",
 69574                   /* qualifiers */
 69575                   _PRS_SolutionReference_Dependent_qualifiers,
 69576                   /* subscript */
 69577                   -1,
 69578                   /* refId */
 69579                   &__root_cimv2_PRS_Reference,
 69580               };
 69581               
 69582               static MetaFeature*
 69583               _PRS_SolutionReference_features[] =
 69584               {
 69585                   (MetaFeature*)&_PRS_SolutionReference_Antecedent,
 69586                   (MetaFeature*)&_PRS_SolutionReference_Dependent,
 69587                   0,
 69588               };
 69589               
 69590               static const char*
 69591               __root_cimv2_PRS_SolutionReference_qualifiers[] =
 69592               {
 69593                   /* ASSOCIATION */
 69594 mike  1.1.2.1     "\000\001",
 69595                   /* UMLPackagePath */
 69596                   "\057PRS::Support",
 69597                   /* Aggregation */
 69598                   "\004\001",
 69599                   /* Version */
 69600                   "\0632.6.0",
 69601                   0,
 69602               };
 69603               
 69604               MetaClass
 69605               __root_cimv2_PRS_SolutionReference =
 69606               {
 69607                   /* flags */
 69608                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 69609                   /* name */
 69610                   "PRS_SolutionReference",
 69611                   /* qualifiers */
 69612                   __root_cimv2_PRS_SolutionReference_qualifiers,
 69613                   /* super */
 69614                   &__root_cimv2_PRS_SolutionHasElement,
 69615 mike  1.1.2.1     /* features */
 69616                   _PRS_SolutionReference_features,
 69617               };
 69618               
 69619               //==============================================================================
 69620               //
 69621               // Class: PRS_SolutionResolution
 69622               //
 69623               //==============================================================================
 69624               
 69625               static const char*
 69626               _PRS_SolutionResolution_Antecedent_qualifiers[] =
 69627               {
 69628                   /* Aggregate */
 69629                   "\003\001",
 69630                   /* Override */
 69631                   "\044Antecedent",
 69632                   /* Min */
 69633                   "\033\000\000\000\001",
 69634                   0,
 69635               };
 69636 mike  1.1.2.1 
 69637               static MetaReference
 69638               _PRS_SolutionResolution_Antecedent =
 69639               {
 69640                   /* flags */
 69641                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 69642                   /* name */
 69643                   "Antecedent",
 69644                   /* qualifiers */
 69645                   _PRS_SolutionResolution_Antecedent_qualifiers,
 69646                   /* subscript */
 69647                   -1,
 69648                   /* refId */
 69649                   &__root_cimv2_PRS_Solution,
 69650               };
 69651               
 69652               static const char*
 69653               _PRS_SolutionResolution_Dependent_qualifiers[] =
 69654               {
 69655                   /* Override */
 69656                   "\044Dependent",
 69657 mike  1.1.2.1     0,
 69658               };
 69659               
 69660               static MetaReference
 69661               _PRS_SolutionResolution_Dependent =
 69662               {
 69663                   /* flags */
 69664                   META_FLAG_REFERENCE|META_FLAG_READ,
 69665                   /* name */
 69666                   "Dependent",
 69667                   /* qualifiers */
 69668                   _PRS_SolutionResolution_Dependent_qualifiers,
 69669                   /* subscript */
 69670                   -1,
 69671                   /* refId */
 69672                   &__root_cimv2_PRS_Resolution,
 69673               };
 69674               
 69675               static MetaFeature*
 69676               _PRS_SolutionResolution_features[] =
 69677               {
 69678 mike  1.1.2.1     (MetaFeature*)&_PRS_SolutionResolution_Antecedent,
 69679                   (MetaFeature*)&_PRS_SolutionResolution_Dependent,
 69680                   0,
 69681               };
 69682               
 69683               static const char*
 69684               __root_cimv2_PRS_SolutionResolution_qualifiers[] =
 69685               {
 69686                   /* ASSOCIATION */
 69687                   "\000\001",
 69688                   /* UMLPackagePath */
 69689                   "\057PRS::Support",
 69690                   /* Aggregation */
 69691                   "\004\001",
 69692                   /* Version */
 69693                   "\0632.6.0",
 69694                   0,
 69695               };
 69696               
 69697               MetaClass
 69698               __root_cimv2_PRS_SolutionResolution =
 69699 mike  1.1.2.1 {
 69700                   /* flags */
 69701                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 69702                   /* name */
 69703                   "PRS_SolutionResolution",
 69704                   /* qualifiers */
 69705                   __root_cimv2_PRS_SolutionResolution_qualifiers,
 69706                   /* super */
 69707                   &__root_cimv2_PRS_SolutionHasElement,
 69708                   /* features */
 69709                   _PRS_SolutionResolution_features,
 69710               };
 69711               
 69712               //==============================================================================
 69713               //
 69714               // Class: CIM_AccessControlInformation
 69715               //
 69716               //==============================================================================
 69717               
 69718               static const char*
 69719               _CIM_AccessControlInformation_SystemCreationClassName_qualifiers[] =
 69720 mike  1.1.2.1 {
 69721                   /* Deprecated */
 69722                   "\013\000\001No value\000",
 69723                   /* Key */
 69724                   "\025\001",
 69725                   /* Propagated */
 69726                   "\045CIM_System.CreationClassName",
 69727                   /* MaxLen */
 69728                   "\030\000\000\001\000",
 69729                   0,
 69730               };
 69731               
 69732               static MetaProperty
 69733               _CIM_AccessControlInformation_SystemCreationClassName =
 69734               {
 69735                   /* flags */
 69736                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 69737                   /* name */
 69738                   "SystemCreationClassName",
 69739                   /* qualifiers */
 69740                   _CIM_AccessControlInformation_SystemCreationClassName_qualifiers,
 69741 mike  1.1.2.1     /* type */
 69742                   CIMTYPE_STRING,
 69743                   /* subscript */
 69744                   -1,
 69745                   /* value */
 69746                   0,
 69747               };
 69748               
 69749               static const char*
 69750               _CIM_AccessControlInformation_SystemName_qualifiers[] =
 69751               {
 69752                   /* Deprecated */
 69753                   "\013\000\001No value\000",
 69754                   /* Key */
 69755                   "\025\001",
 69756                   /* Propagated */
 69757                   "\045CIM_System.Name",
 69758                   /* MaxLen */
 69759                   "\030\000\000\001\000",
 69760                   0,
 69761               };
 69762 mike  1.1.2.1 
 69763               static MetaProperty
 69764               _CIM_AccessControlInformation_SystemName =
 69765               {
 69766                   /* flags */
 69767                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 69768                   /* name */
 69769                   "SystemName",
 69770                   /* qualifiers */
 69771                   _CIM_AccessControlInformation_SystemName_qualifiers,
 69772                   /* type */
 69773                   CIMTYPE_STRING,
 69774                   /* subscript */
 69775                   -1,
 69776                   /* value */
 69777                   0,
 69778               };
 69779               
 69780               static const char*
 69781               _CIM_AccessControlInformation_CreationClassName_qualifiers[] =
 69782               {
 69783 mike  1.1.2.1     /* Deprecated */
 69784                   "\013\000\001No value\000",
 69785                   /* Key */
 69786                   "\025\001",
 69787                   /* MaxLen */
 69788                   "\030\000\000\001\000",
 69789                   0,
 69790               };
 69791               
 69792               static MetaProperty
 69793               _CIM_AccessControlInformation_CreationClassName =
 69794               {
 69795                   /* flags */
 69796                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 69797                   /* name */
 69798                   "CreationClassName",
 69799                   /* qualifiers */
 69800                   _CIM_AccessControlInformation_CreationClassName_qualifiers,
 69801                   /* type */
 69802                   CIMTYPE_STRING,
 69803                   /* subscript */
 69804 mike  1.1.2.1     -1,
 69805                   /* value */
 69806                   0,
 69807               };
 69808               
 69809               static const char*
 69810               _CIM_AccessControlInformation_Name_qualifiers[] =
 69811               {
 69812                   /* Deprecated */
 69813                   "\013\000\001CIM_AuthorizedPrivilege.InstanceID\000",
 69814                   /* Key */
 69815                   "\025\001",
 69816                   /* Override */
 69817                   "\044Name",
 69818                   /* MaxLen */
 69819                   "\030\000\000\001\000",
 69820                   0,
 69821               };
 69822               
 69823               static MetaProperty
 69824               _CIM_AccessControlInformation_Name =
 69825 mike  1.1.2.1 {
 69826                   /* flags */
 69827                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 69828                   /* name */
 69829                   "Name",
 69830                   /* qualifiers */
 69831                   _CIM_AccessControlInformation_Name_qualifiers,
 69832                   /* type */
 69833                   CIMTYPE_STRING,
 69834                   /* subscript */
 69835                   -1,
 69836                   /* value */
 69837                   0,
 69838               };
 69839               
 69840               static const char*
 69841               _CIM_AccessControlInformation_SecurityClassification_qualifiers[] =
 69842               {
 69843                   /* Deprecated */
 69844                   "\013\000\001CIM_SecuritySensitivity.SecurityLevel\000",
 69845                   0,
 69846 mike  1.1.2.1 };
 69847               
 69848               static MetaProperty
 69849               _CIM_AccessControlInformation_SecurityClassification =
 69850               {
 69851                   /* flags */
 69852                   META_FLAG_PROPERTY|META_FLAG_READ,
 69853                   /* name */
 69854                   "SecurityClassification",
 69855                   /* qualifiers */
 69856                   _CIM_AccessControlInformation_SecurityClassification_qualifiers,
 69857                   /* type */
 69858                   CIMTYPE_STRING,
 69859                   /* subscript */
 69860                   -1,
 69861                   /* value */
 69862                   0,
 69863               };
 69864               
 69865               static const char*
 69866               _CIM_AccessControlInformation_AccessType_qualifiers[] =
 69867 mike  1.1.2.1 {
 69868                   /* Deprecated */
 69869                   "\013\000\001CIM_AuthorizedPrivilege.Activities\000",
 69870                   /* ArrayType */
 69871                   "\005Indexed",
 69872                   /* ModelCorrespondence */
 69873                   "\036\000\002CIM_AccessControlInformation.AccessQualifier\000CIM_AccessControlInformation.Permission\000",
 69874                   0,
 69875               };
 69876               
 69877               static MetaProperty
 69878               _CIM_AccessControlInformation_AccessType =
 69879               {
 69880                   /* flags */
 69881                   META_FLAG_PROPERTY|META_FLAG_READ,
 69882                   /* name */
 69883                   "AccessType",
 69884                   /* qualifiers */
 69885                   _CIM_AccessControlInformation_AccessType_qualifiers,
 69886                   /* type */
 69887                   CIMTYPE_STRING,
 69888 mike  1.1.2.1     /* subscript */
 69889                   0,
 69890                   /* value */
 69891                   0,
 69892               };
 69893               
 69894               static const char*
 69895               _CIM_AccessControlInformation_AccessQualifier_qualifiers[] =
 69896               {
 69897                   /* Deprecated */
 69898                   "\013\000\001CIM_AuthorizedPrivilege.ActivityQualifiers\000",
 69899                   /* ArrayType */
 69900                   "\005Indexed",
 69901                   /* ModelCorrespondence */
 69902                   "\036\000\002CIM_AccessControlInformation.AccessType\000CIM_AccessControlInformation.Permission\000",
 69903                   0,
 69904               };
 69905               
 69906               static MetaProperty
 69907               _CIM_AccessControlInformation_AccessQualifier =
 69908               {
 69909 mike  1.1.2.1     /* flags */
 69910                   META_FLAG_PROPERTY|META_FLAG_READ,
 69911                   /* name */
 69912                   "AccessQualifier",
 69913                   /* qualifiers */
 69914                   _CIM_AccessControlInformation_AccessQualifier_qualifiers,
 69915                   /* type */
 69916                   CIMTYPE_STRING,
 69917                   /* subscript */
 69918                   0,
 69919                   /* value */
 69920                   0,
 69921               };
 69922               
 69923               static const char*
 69924               _CIM_AccessControlInformation_Permission_qualifiers[] =
 69925               {
 69926                   /* Deprecated */
 69927                   "\013\000\001CIM_AuthorizedPrivilege\000",
 69928                   /* ValueMap */
 69929                   "\061\000\004Unknown\000Allow\000Deny\000Manage\000",
 69930 mike  1.1.2.1     /* ArrayType */
 69931                   "\005Indexed",
 69932                   /* ModelCorrespondence */
 69933                   "\036\000\002CIM_AccessControlInformation.AccessType\000CIM_AccessControlInformation.AccessQualifier\000",
 69934                   0,
 69935               };
 69936               
 69937               static MetaProperty
 69938               _CIM_AccessControlInformation_Permission =
 69939               {
 69940                   /* flags */
 69941                   META_FLAG_PROPERTY|META_FLAG_READ,
 69942                   /* name */
 69943                   "Permission",
 69944                   /* qualifiers */
 69945                   _CIM_AccessControlInformation_Permission_qualifiers,
 69946                   /* type */
 69947                   CIMTYPE_STRING,
 69948                   /* subscript */
 69949                   0,
 69950                   /* value */
 69951 mike  1.1.2.1     0,
 69952               };
 69953               
 69954               static MetaFeature*
 69955               _CIM_AccessControlInformation_features[] =
 69956               {
 69957                   (MetaFeature*)&_CIM_AccessControlInformation_SystemCreationClassName,
 69958                   (MetaFeature*)&_CIM_AccessControlInformation_SystemName,
 69959                   (MetaFeature*)&_CIM_AccessControlInformation_CreationClassName,
 69960                   (MetaFeature*)&_CIM_AccessControlInformation_Name,
 69961                   (MetaFeature*)&_CIM_AccessControlInformation_SecurityClassification,
 69962                   (MetaFeature*)&_CIM_AccessControlInformation_AccessType,
 69963                   (MetaFeature*)&_CIM_AccessControlInformation_AccessQualifier,
 69964                   (MetaFeature*)&_CIM_AccessControlInformation_Permission,
 69965                   0,
 69966               };
 69967               
 69968               static const char*
 69969               __root_cimv2_CIM_AccessControlInformation_qualifiers[] =
 69970               {
 69971                   /* Deprecated */
 69972 mike  1.1.2.1     "\013\000\002CIM_AuthorizedPrivilege\000CIM_SecuritySensitivity\000",
 69973                   /* UMLPackagePath */
 69974                   "\057CIM::User::AccessControl",
 69975                   /* Version */
 69976                   "\0632.8.0",
 69977                   0,
 69978               };
 69979               
 69980               MetaClass
 69981               __root_cimv2_CIM_AccessControlInformation =
 69982               {
 69983                   /* flags */
 69984                   META_FLAG_CLASS,
 69985                   /* name */
 69986                   "CIM_AccessControlInformation",
 69987                   /* qualifiers */
 69988                   __root_cimv2_CIM_AccessControlInformation_qualifiers,
 69989                   /* super */
 69990                   &__root_cimv2_CIM_LogicalElement,
 69991                   /* features */
 69992                   _CIM_AccessControlInformation_features,
 69993 mike  1.1.2.1 };
 69994               
 69995               //==============================================================================
 69996               //
 69997               // Class: CIM_Account
 69998               //
 69999               //==============================================================================
 70000               
 70001               static const char*
 70002               _CIM_Account_SystemCreationClassName_qualifiers[] =
 70003               {
 70004                   /* Key */
 70005                   "\025\001",
 70006                   /* Propagated */
 70007                   "\045CIM_System.CreationClassName",
 70008                   /* MaxLen */
 70009                   "\030\000\000\001\000",
 70010                   0,
 70011               };
 70012               
 70013               static MetaProperty
 70014 mike  1.1.2.1 _CIM_Account_SystemCreationClassName =
 70015               {
 70016                   /* flags */
 70017                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 70018                   /* name */
 70019                   "SystemCreationClassName",
 70020                   /* qualifiers */
 70021                   _CIM_Account_SystemCreationClassName_qualifiers,
 70022                   /* type */
 70023                   CIMTYPE_STRING,
 70024                   /* subscript */
 70025                   -1,
 70026                   /* value */
 70027                   0,
 70028               };
 70029               
 70030               static const char*
 70031               _CIM_Account_SystemName_qualifiers[] =
 70032               {
 70033                   /* Key */
 70034                   "\025\001",
 70035 mike  1.1.2.1     /* Propagated */
 70036                   "\045CIM_System.Name",
 70037                   /* MaxLen */
 70038                   "\030\000\000\001\000",
 70039                   0,
 70040               };
 70041               
 70042               static MetaProperty
 70043               _CIM_Account_SystemName =
 70044               {
 70045                   /* flags */
 70046                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 70047                   /* name */
 70048                   "SystemName",
 70049                   /* qualifiers */
 70050                   _CIM_Account_SystemName_qualifiers,
 70051                   /* type */
 70052                   CIMTYPE_STRING,
 70053                   /* subscript */
 70054                   -1,
 70055                   /* value */
 70056 mike  1.1.2.1     0,
 70057               };
 70058               
 70059               static const char*
 70060               _CIM_Account_CreationClassName_qualifiers[] =
 70061               {
 70062                   /* Key */
 70063                   "\025\001",
 70064                   /* MaxLen */
 70065                   "\030\000\000\001\000",
 70066                   0,
 70067               };
 70068               
 70069               static MetaProperty
 70070               _CIM_Account_CreationClassName =
 70071               {
 70072                   /* flags */
 70073                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 70074                   /* name */
 70075                   "CreationClassName",
 70076                   /* qualifiers */
 70077 mike  1.1.2.1     _CIM_Account_CreationClassName_qualifiers,
 70078                   /* type */
 70079                   CIMTYPE_STRING,
 70080                   /* subscript */
 70081                   -1,
 70082                   /* value */
 70083                   0,
 70084               };
 70085               
 70086               static const char*
 70087               _CIM_Account_Name_qualifiers[] =
 70088               {
 70089                   /* Key */
 70090                   "\025\001",
 70091                   /* Override */
 70092                   "\044Name",
 70093                   /* MaxLen */
 70094                   "\030\000\000\004\000",
 70095                   0,
 70096               };
 70097               
 70098 mike  1.1.2.1 static MetaProperty
 70099               _CIM_Account_Name =
 70100               {
 70101                   /* flags */
 70102                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 70103                   /* name */
 70104                   "Name",
 70105                   /* qualifiers */
 70106                   _CIM_Account_Name_qualifiers,
 70107                   /* type */
 70108                   CIMTYPE_STRING,
 70109                   /* subscript */
 70110                   -1,
 70111                   /* value */
 70112                   0,
 70113               };
 70114               
 70115               static const char*
 70116               _CIM_Account_UserID_qualifiers[] =
 70117               {
 70118                   /* MaxLen */
 70119 mike  1.1.2.1     "\030\000\000\001\000",
 70120                   0,
 70121               };
 70122               
 70123               static MetaProperty
 70124               _CIM_Account_UserID =
 70125               {
 70126                   /* flags */
 70127                   META_FLAG_PROPERTY|META_FLAG_READ,
 70128                   /* name */
 70129                   "UserID",
 70130                   /* qualifiers */
 70131                   _CIM_Account_UserID_qualifiers,
 70132                   /* type */
 70133                   CIMTYPE_STRING,
 70134                   /* subscript */
 70135                   -1,
 70136                   /* value */
 70137                   0,
 70138               };
 70139               
 70140 mike  1.1.2.1 static const char*
 70141               _CIM_Account_ObjectClass_qualifiers[] =
 70142               {
 70143                   0,
 70144               };
 70145               
 70146               static MetaProperty
 70147               _CIM_Account_ObjectClass =
 70148               {
 70149                   /* flags */
 70150                   META_FLAG_PROPERTY|META_FLAG_READ,
 70151                   /* name */
 70152                   "ObjectClass",
 70153                   /* qualifiers */
 70154                   _CIM_Account_ObjectClass_qualifiers,
 70155                   /* type */
 70156                   CIMTYPE_STRING,
 70157                   /* subscript */
 70158                   0,
 70159                   /* value */
 70160                   0,
 70161 mike  1.1.2.1 };
 70162               
 70163               static const char*
 70164               _CIM_Account_Descriptions_qualifiers[] =
 70165               {
 70166                   /* MaxLen */
 70167                   "\030\000\000\004\000",
 70168                   0,
 70169               };
 70170               
 70171               static MetaProperty
 70172               _CIM_Account_Descriptions =
 70173               {
 70174                   /* flags */
 70175                   META_FLAG_PROPERTY|META_FLAG_READ,
 70176                   /* name */
 70177                   "Descriptions",
 70178                   /* qualifiers */
 70179                   _CIM_Account_Descriptions_qualifiers,
 70180                   /* type */
 70181                   CIMTYPE_STRING,
 70182 mike  1.1.2.1     /* subscript */
 70183                   0,
 70184                   /* value */
 70185                   0,
 70186               };
 70187               
 70188               static const char*
 70189               _CIM_Account_Host_qualifiers[] =
 70190               {
 70191                   0,
 70192               };
 70193               
 70194               static MetaProperty
 70195               _CIM_Account_Host =
 70196               {
 70197                   /* flags */
 70198                   META_FLAG_PROPERTY|META_FLAG_READ,
 70199                   /* name */
 70200                   "Host",
 70201                   /* qualifiers */
 70202                   _CIM_Account_Host_qualifiers,
 70203 mike  1.1.2.1     /* type */
 70204                   CIMTYPE_STRING,
 70205                   /* subscript */
 70206                   0,
 70207                   /* value */
 70208                   0,
 70209               };
 70210               
 70211               static const char*
 70212               _CIM_Account_LocalityName_qualifiers[] =
 70213               {
 70214                   0,
 70215               };
 70216               
 70217               static MetaProperty
 70218               _CIM_Account_LocalityName =
 70219               {
 70220                   /* flags */
 70221                   META_FLAG_PROPERTY|META_FLAG_READ,
 70222                   /* name */
 70223                   "LocalityName",
 70224 mike  1.1.2.1     /* qualifiers */
 70225                   _CIM_Account_LocalityName_qualifiers,
 70226                   /* type */
 70227                   CIMTYPE_STRING,
 70228                   /* subscript */
 70229                   0,
 70230                   /* value */
 70231                   0,
 70232               };
 70233               
 70234               static const char*
 70235               _CIM_Account_OrganizationName_qualifiers[] =
 70236               {
 70237                   /* Required */
 70238                   "\050\001",
 70239                   0,
 70240               };
 70241               
 70242               static MetaProperty
 70243               _CIM_Account_OrganizationName =
 70244               {
 70245 mike  1.1.2.1     /* flags */
 70246                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 70247                   /* name */
 70248                   "OrganizationName",
 70249                   /* qualifiers */
 70250                   _CIM_Account_OrganizationName_qualifiers,
 70251                   /* type */
 70252                   CIMTYPE_STRING,
 70253                   /* subscript */
 70254                   0,
 70255                   /* value */
 70256                   0,
 70257               };
 70258               
 70259               static const char*
 70260               _CIM_Account_OU_qualifiers[] =
 70261               {
 70262                   0,
 70263               };
 70264               
 70265               static MetaProperty
 70266 mike  1.1.2.1 _CIM_Account_OU =
 70267               {
 70268                   /* flags */
 70269                   META_FLAG_PROPERTY|META_FLAG_READ,
 70270                   /* name */
 70271                   "OU",
 70272                   /* qualifiers */
 70273                   _CIM_Account_OU_qualifiers,
 70274                   /* type */
 70275                   CIMTYPE_STRING,
 70276                   /* subscript */
 70277                   0,
 70278                   /* value */
 70279                   0,
 70280               };
 70281               
 70282               static const char*
 70283               _CIM_Account_SeeAlso_qualifiers[] =
 70284               {
 70285                   0,
 70286               };
 70287 mike  1.1.2.1 
 70288               static MetaProperty
 70289               _CIM_Account_SeeAlso =
 70290               {
 70291                   /* flags */
 70292                   META_FLAG_PROPERTY|META_FLAG_READ,
 70293                   /* name */
 70294                   "SeeAlso",
 70295                   /* qualifiers */
 70296                   _CIM_Account_SeeAlso_qualifiers,
 70297                   /* type */
 70298                   CIMTYPE_STRING,
 70299                   /* subscript */
 70300                   0,
 70301                   /* value */
 70302                   0,
 70303               };
 70304               
 70305               static const char*
 70306               _CIM_Account_UserCertificate_qualifiers[] =
 70307               {
 70308 mike  1.1.2.1     /* OctetString */
 70309                   "\042\001",
 70310                   0,
 70311               };
 70312               
 70313               static MetaProperty
 70314               _CIM_Account_UserCertificate =
 70315               {
 70316                   /* flags */
 70317                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 70318                   /* name */
 70319                   "UserCertificate",
 70320                   /* qualifiers */
 70321                   _CIM_Account_UserCertificate_qualifiers,
 70322                   /* type */
 70323                   CIMTYPE_STRING,
 70324                   /* subscript */
 70325                   0,
 70326                   /* value */
 70327                   0,
 70328               };
 70329 mike  1.1.2.1 
 70330               static const char*
 70331               _CIM_Account_UserPassword_qualifiers[] =
 70332               {
 70333                   /* OctetString */
 70334                   "\042\001",
 70335                   0,
 70336               };
 70337               
 70338               static MetaProperty
 70339               _CIM_Account_UserPassword =
 70340               {
 70341                   /* flags */
 70342                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 70343                   /* name */
 70344                   "UserPassword",
 70345                   /* qualifiers */
 70346                   _CIM_Account_UserPassword_qualifiers,
 70347                   /* type */
 70348                   CIMTYPE_STRING,
 70349                   /* subscript */
 70350 mike  1.1.2.1     0,
 70351                   /* value */
 70352                   0,
 70353               };
 70354               
 70355               static MetaFeature*
 70356               _CIM_Account_features[] =
 70357               {
 70358                   (MetaFeature*)&_CIM_Account_SystemCreationClassName,
 70359                   (MetaFeature*)&_CIM_Account_SystemName,
 70360                   (MetaFeature*)&_CIM_Account_CreationClassName,
 70361                   (MetaFeature*)&_CIM_Account_Name,
 70362                   (MetaFeature*)&_CIM_Account_UserID,
 70363                   (MetaFeature*)&_CIM_Account_ObjectClass,
 70364                   (MetaFeature*)&_CIM_Account_Descriptions,
 70365                   (MetaFeature*)&_CIM_Account_Host,
 70366                   (MetaFeature*)&_CIM_Account_LocalityName,
 70367                   (MetaFeature*)&_CIM_Account_OrganizationName,
 70368                   (MetaFeature*)&_CIM_Account_OU,
 70369                   (MetaFeature*)&_CIM_Account_SeeAlso,
 70370                   (MetaFeature*)&_CIM_Account_UserCertificate,
 70371 mike  1.1.2.1     (MetaFeature*)&_CIM_Account_UserPassword,
 70372                   0,
 70373               };
 70374               
 70375               static const char*
 70376               __root_cimv2_CIM_Account_qualifiers[] =
 70377               {
 70378                   /* UMLPackagePath */
 70379                   "\057CIM::User::Account",
 70380                   /* Version */
 70381                   "\0632.8.0",
 70382                   0,
 70383               };
 70384               
 70385               MetaClass
 70386               __root_cimv2_CIM_Account =
 70387               {
 70388                   /* flags */
 70389                   META_FLAG_CLASS,
 70390                   /* name */
 70391                   "CIM_Account",
 70392 mike  1.1.2.1     /* qualifiers */
 70393                   __root_cimv2_CIM_Account_qualifiers,
 70394                   /* super */
 70395                   &__root_cimv2_CIM_LogicalElement,
 70396                   /* features */
 70397                   _CIM_Account_features,
 70398               };
 70399               
 70400               //==============================================================================
 70401               //
 70402               // Class: CIM_AccountAuthentication
 70403               //
 70404               //==============================================================================
 70405               
 70406               static const char*
 70407               _CIM_AccountAuthentication_AccountID_qualifiers[] =
 70408               {
 70409                   0,
 70410               };
 70411               
 70412               static MetaProperty
 70413 mike  1.1.2.1 _CIM_AccountAuthentication_AccountID =
 70414               {
 70415                   /* flags */
 70416                   META_FLAG_PROPERTY|META_FLAG_READ,
 70417                   /* name */
 70418                   "AccountID",
 70419                   /* qualifiers */
 70420                   _CIM_AccountAuthentication_AccountID_qualifiers,
 70421                   /* type */
 70422                   CIMTYPE_STRING,
 70423                   /* subscript */
 70424                   -1,
 70425                   /* value */
 70426                   0,
 70427               };
 70428               
 70429               static const char*
 70430               _CIM_AccountAuthentication_AccountContext_qualifiers[] =
 70431               {
 70432                   0,
 70433               };
 70434 mike  1.1.2.1 
 70435               static MetaProperty
 70436               _CIM_AccountAuthentication_AccountContext =
 70437               {
 70438                   /* flags */
 70439                   META_FLAG_PROPERTY|META_FLAG_READ,
 70440                   /* name */
 70441                   "AccountContext",
 70442                   /* qualifiers */
 70443                   _CIM_AccountAuthentication_AccountContext_qualifiers,
 70444                   /* type */
 70445                   CIMTYPE_STRING,
 70446                   /* subscript */
 70447                   -1,
 70448                   /* value */
 70449                   0,
 70450               };
 70451               
 70452               static MetaFeature*
 70453               _CIM_AccountAuthentication_features[] =
 70454               {
 70455 mike  1.1.2.1     (MetaFeature*)&_CIM_AccountAuthentication_AccountID,
 70456                   (MetaFeature*)&_CIM_AccountAuthentication_AccountContext,
 70457                   0,
 70458               };
 70459               
 70460               static const char*
 70461               __root_cimv2_CIM_AccountAuthentication_qualifiers[] =
 70462               {
 70463                   /* UMLPackagePath */
 70464                   "\057CIM::Policy",
 70465                   /* Version */
 70466                   "\0632.8.0",
 70467                   0,
 70468               };
 70469               
 70470               MetaClass
 70471               __root_cimv2_CIM_AccountAuthentication =
 70472               {
 70473                   /* flags */
 70474                   META_FLAG_CLASS,
 70475                   /* name */
 70476 mike  1.1.2.1     "CIM_AccountAuthentication",
 70477                   /* qualifiers */
 70478                   __root_cimv2_CIM_AccountAuthentication_qualifiers,
 70479                   /* super */
 70480                   &__root_cimv2_CIM_AuthenticationCondition,
 70481                   /* features */
 70482                   _CIM_AccountAuthentication_features,
 70483               };
 70484               
 70485               //==============================================================================
 70486               //
 70487               // Class: CIM_AccountIdentity
 70488               //
 70489               //==============================================================================
 70490               
 70491               static const char*
 70492               _CIM_AccountIdentity_SystemElement_qualifiers[] =
 70493               {
 70494                   /* Override */
 70495                   "\044SystemElement",
 70496                   0,
 70497 mike  1.1.2.1 };
 70498               
 70499               static MetaReference
 70500               _CIM_AccountIdentity_SystemElement =
 70501               {
 70502                   /* flags */
 70503                   META_FLAG_REFERENCE|META_FLAG_READ,
 70504                   /* name */
 70505                   "SystemElement",
 70506                   /* qualifiers */
 70507                   _CIM_AccountIdentity_SystemElement_qualifiers,
 70508                   /* subscript */
 70509                   -1,
 70510                   /* refId */
 70511                   &__root_cimv2_CIM_Account,
 70512               };
 70513               
 70514               static const char*
 70515               _CIM_AccountIdentity_SameElement_qualifiers[] =
 70516               {
 70517                   /* Override */
 70518 mike  1.1.2.1     "\044SameElement",
 70519                   0,
 70520               };
 70521               
 70522               static MetaReference
 70523               _CIM_AccountIdentity_SameElement =
 70524               {
 70525                   /* flags */
 70526                   META_FLAG_REFERENCE|META_FLAG_READ,
 70527                   /* name */
 70528                   "SameElement",
 70529                   /* qualifiers */
 70530                   _CIM_AccountIdentity_SameElement_qualifiers,
 70531                   /* subscript */
 70532                   -1,
 70533                   /* refId */
 70534                   &__root_cimv2_CIM_Identity,
 70535               };
 70536               
 70537               static MetaFeature*
 70538               _CIM_AccountIdentity_features[] =
 70539 mike  1.1.2.1 {
 70540                   (MetaFeature*)&_CIM_AccountIdentity_SystemElement,
 70541                   (MetaFeature*)&_CIM_AccountIdentity_SameElement,
 70542                   0,
 70543               };
 70544               
 70545               static const char*
 70546               __root_cimv2_CIM_AccountIdentity_qualifiers[] =
 70547               {
 70548                   /* ASSOCIATION */
 70549                   "\000\001",
 70550                   /* UMLPackagePath */
 70551                   "\057CIM::User::Account",
 70552                   /* Version */
 70553                   "\0632.8.0",
 70554                   0,
 70555               };
 70556               
 70557               MetaClass
 70558               __root_cimv2_CIM_AccountIdentity =
 70559               {
 70560 mike  1.1.2.1     /* flags */
 70561                   META_FLAG_ASSOCIATION,
 70562                   /* name */
 70563                   "CIM_AccountIdentity",
 70564                   /* qualifiers */
 70565                   __root_cimv2_CIM_AccountIdentity_qualifiers,
 70566                   /* super */
 70567                   &__root_cimv2_CIM_LogicalIdentity,
 70568                   /* features */
 70569                   _CIM_AccountIdentity_features,
 70570               };
 70571               
 70572               //==============================================================================
 70573               //
 70574               // Class: CIM_AccountMapsToAccount
 70575               //
 70576               //==============================================================================
 70577               
 70578               static const char*
 70579               _CIM_AccountMapsToAccount_Antecedent_qualifiers[] =
 70580               {
 70581 mike  1.1.2.1     /* Override */
 70582                   "\044Antecedent",
 70583                   0,
 70584               };
 70585               
 70586               static MetaReference
 70587               _CIM_AccountMapsToAccount_Antecedent =
 70588               {
 70589                   /* flags */
 70590                   META_FLAG_REFERENCE|META_FLAG_READ,
 70591                   /* name */
 70592                   "Antecedent",
 70593                   /* qualifiers */
 70594                   _CIM_AccountMapsToAccount_Antecedent_qualifiers,
 70595                   /* subscript */
 70596                   -1,
 70597                   /* refId */
 70598                   &__root_cimv2_CIM_Account,
 70599               };
 70600               
 70601               static const char*
 70602 mike  1.1.2.1 _CIM_AccountMapsToAccount_Dependent_qualifiers[] =
 70603               {
 70604                   /* Override */
 70605                   "\044Dependent",
 70606                   0,
 70607               };
 70608               
 70609               static MetaReference
 70610               _CIM_AccountMapsToAccount_Dependent =
 70611               {
 70612                   /* flags */
 70613                   META_FLAG_REFERENCE|META_FLAG_READ,
 70614                   /* name */
 70615                   "Dependent",
 70616                   /* qualifiers */
 70617                   _CIM_AccountMapsToAccount_Dependent_qualifiers,
 70618                   /* subscript */
 70619                   -1,
 70620                   /* refId */
 70621                   &__root_cimv2_CIM_Account,
 70622               };
 70623 mike  1.1.2.1 
 70624               static MetaFeature*
 70625               _CIM_AccountMapsToAccount_features[] =
 70626               {
 70627                   (MetaFeature*)&_CIM_AccountMapsToAccount_Antecedent,
 70628                   (MetaFeature*)&_CIM_AccountMapsToAccount_Dependent,
 70629                   0,
 70630               };
 70631               
 70632               static const char*
 70633               __root_cimv2_CIM_AccountMapsToAccount_qualifiers[] =
 70634               {
 70635                   /* ASSOCIATION */
 70636                   "\000\001",
 70637                   /* UMLPackagePath */
 70638                   "\057CIM::User::Account",
 70639                   /* Version */
 70640                   "\0632.6.0",
 70641                   0,
 70642               };
 70643               
 70644 mike  1.1.2.1 MetaClass
 70645               __root_cimv2_CIM_AccountMapsToAccount =
 70646               {
 70647                   /* flags */
 70648                   META_FLAG_ASSOCIATION,
 70649                   /* name */
 70650                   "CIM_AccountMapsToAccount",
 70651                   /* qualifiers */
 70652                   __root_cimv2_CIM_AccountMapsToAccount_qualifiers,
 70653                   /* super */
 70654                   &__root_cimv2_CIM_Dependency,
 70655                   /* features */
 70656                   _CIM_AccountMapsToAccount_features,
 70657               };
 70658               
 70659               //==============================================================================
 70660               //
 70661               // Class: CIM_ActsAsSpare
 70662               //
 70663               //==============================================================================
 70664               
 70665 mike  1.1.2.1 static const char*
 70666               _CIM_ActsAsSpare_Group_qualifiers[] =
 70667               {
 70668                   /* Deprecated */
 70669                   "\013\000\001CIM_IsSpare.Dependent\000",
 70670                   /* Key */
 70671                   "\025\001",
 70672                   0,
 70673               };
 70674               
 70675               static MetaReference
 70676               _CIM_ActsAsSpare_Group =
 70677               {
 70678                   /* flags */
 70679                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 70680                   /* name */
 70681                   "Group",
 70682                   /* qualifiers */
 70683                   _CIM_ActsAsSpare_Group_qualifiers,
 70684                   /* subscript */
 70685                   -1,
 70686 mike  1.1.2.1     /* refId */
 70687                   &__root_cimv2_CIM_SpareGroup,
 70688               };
 70689               
 70690               static const char*
 70691               _CIM_ActsAsSpare_Spare_qualifiers[] =
 70692               {
 70693                   /* Deprecated */
 70694                   "\013\000\001CIM_IsSpare.Antecedent\000",
 70695                   /* Key */
 70696                   "\025\001",
 70697                   0,
 70698               };
 70699               
 70700               static MetaReference
 70701               _CIM_ActsAsSpare_Spare =
 70702               {
 70703                   /* flags */
 70704                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 70705                   /* name */
 70706                   "Spare",
 70707 mike  1.1.2.1     /* qualifiers */
 70708                   _CIM_ActsAsSpare_Spare_qualifiers,
 70709                   /* subscript */
 70710                   -1,
 70711                   /* refId */
 70712                   &__root_cimv2_CIM_ManagedSystemElement,
 70713               };
 70714               
 70715               static const char*
 70716               _CIM_ActsAsSpare_HotStandby_qualifiers[] =
 70717               {
 70718                   /* Deprecated */
 70719                   "\013\000\001CIM_IsSpare.SpareStatus\000",
 70720                   0,
 70721               };
 70722               
 70723               static MetaProperty
 70724               _CIM_ActsAsSpare_HotStandby =
 70725               {
 70726                   /* flags */
 70727                   META_FLAG_PROPERTY|META_FLAG_READ,
 70728 mike  1.1.2.1     /* name */
 70729                   "HotStandby",
 70730                   /* qualifiers */
 70731                   _CIM_ActsAsSpare_HotStandby_qualifiers,
 70732                   /* type */
 70733                   CIMTYPE_BOOLEAN,
 70734                   /* subscript */
 70735                   -1,
 70736                   /* value */
 70737                   0,
 70738               };
 70739               
 70740               static MetaFeature*
 70741               _CIM_ActsAsSpare_features[] =
 70742               {
 70743                   (MetaFeature*)&_CIM_ActsAsSpare_Group,
 70744                   (MetaFeature*)&_CIM_ActsAsSpare_Spare,
 70745                   (MetaFeature*)&_CIM_ActsAsSpare_HotStandby,
 70746                   0,
 70747               };
 70748               
 70749 mike  1.1.2.1 static const char*
 70750               __root_cimv2_CIM_ActsAsSpare_qualifiers[] =
 70751               {
 70752                   /* ASSOCIATION */
 70753                   "\000\001",
 70754                   /* Deprecated */
 70755                   "\013\000\001CIM_IsSpare\000",
 70756                   /* UMLPackagePath */
 70757                   "\057CIM::Core::Redundancy",
 70758                   /* Version */
 70759                   "\0632.13.0",
 70760                   0,
 70761               };
 70762               
 70763               MetaClass
 70764               __root_cimv2_CIM_ActsAsSpare =
 70765               {
 70766                   /* flags */
 70767                   META_FLAG_ASSOCIATION,
 70768                   /* name */
 70769                   "CIM_ActsAsSpare",
 70770 mike  1.1.2.1     /* qualifiers */
 70771                   __root_cimv2_CIM_ActsAsSpare_qualifiers,
 70772                   /* super */
 70773                   0,
 70774                   /* features */
 70775                   _CIM_ActsAsSpare_features,
 70776               };
 70777               
 70778               //==============================================================================
 70779               //
 70780               // Class: CIM_AdjacentSlots
 70781               //
 70782               //==============================================================================
 70783               
 70784               static const char*
 70785               _CIM_AdjacentSlots_SlotA_qualifiers[] =
 70786               {
 70787                   /* Key */
 70788                   "\025\001",
 70789                   0,
 70790               };
 70791 mike  1.1.2.1 
 70792               static MetaReference
 70793               _CIM_AdjacentSlots_SlotA =
 70794               {
 70795                   /* flags */
 70796                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 70797                   /* name */
 70798                   "SlotA",
 70799                   /* qualifiers */
 70800                   _CIM_AdjacentSlots_SlotA_qualifiers,
 70801                   /* subscript */
 70802                   -1,
 70803                   /* refId */
 70804                   &__root_cimv2_CIM_Slot,
 70805               };
 70806               
 70807               static const char*
 70808               _CIM_AdjacentSlots_SlotB_qualifiers[] =
 70809               {
 70810                   /* Key */
 70811                   "\025\001",
 70812 mike  1.1.2.1     0,
 70813               };
 70814               
 70815               static MetaReference
 70816               _CIM_AdjacentSlots_SlotB =
 70817               {
 70818                   /* flags */
 70819                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 70820                   /* name */
 70821                   "SlotB",
 70822                   /* qualifiers */
 70823                   _CIM_AdjacentSlots_SlotB_qualifiers,
 70824                   /* subscript */
 70825                   -1,
 70826                   /* refId */
 70827                   &__root_cimv2_CIM_Slot,
 70828               };
 70829               
 70830               static const char*
 70831               _CIM_AdjacentSlots_DistanceBetweenSlots_qualifiers[] =
 70832               {
 70833 mike  1.1.2.1     /* Units */
 70834                   "\060Inches",
 70835                   0,
 70836               };
 70837               
 70838               static MetaProperty
 70839               _CIM_AdjacentSlots_DistanceBetweenSlots =
 70840               {
 70841                   /* flags */
 70842                   META_FLAG_PROPERTY|META_FLAG_READ,
 70843                   /* name */
 70844                   "DistanceBetweenSlots",
 70845                   /* qualifiers */
 70846                   _CIM_AdjacentSlots_DistanceBetweenSlots_qualifiers,
 70847                   /* type */
 70848                   CIMTYPE_REAL32,
 70849                   /* subscript */
 70850                   -1,
 70851                   /* value */
 70852                   0,
 70853               };
 70854 mike  1.1.2.1 
 70855               static const char*
 70856               _CIM_AdjacentSlots_SharedSlots_qualifiers[] =
 70857               {
 70858                   0,
 70859               };
 70860               
 70861               static MetaProperty
 70862               _CIM_AdjacentSlots_SharedSlots =
 70863               {
 70864                   /* flags */
 70865                   META_FLAG_PROPERTY|META_FLAG_READ,
 70866                   /* name */
 70867                   "SharedSlots",
 70868                   /* qualifiers */
 70869                   _CIM_AdjacentSlots_SharedSlots_qualifiers,
 70870                   /* type */
 70871                   CIMTYPE_BOOLEAN,
 70872                   /* subscript */
 70873                   -1,
 70874                   /* value */
 70875 mike  1.1.2.1     0,
 70876               };
 70877               
 70878               static MetaFeature*
 70879               _CIM_AdjacentSlots_features[] =
 70880               {
 70881                   (MetaFeature*)&_CIM_AdjacentSlots_SlotA,
 70882                   (MetaFeature*)&_CIM_AdjacentSlots_SlotB,
 70883                   (MetaFeature*)&_CIM_AdjacentSlots_DistanceBetweenSlots,
 70884                   (MetaFeature*)&_CIM_AdjacentSlots_SharedSlots,
 70885                   0,
 70886               };
 70887               
 70888               static const char*
 70889               __root_cimv2_CIM_AdjacentSlots_qualifiers[] =
 70890               {
 70891                   /* ASSOCIATION */
 70892                   "\000\001",
 70893                   /* UMLPackagePath */
 70894                   "\057CIM::Physical::Connector",
 70895                   /* Version */
 70896 mike  1.1.2.1     "\0632.6.0",
 70897                   0,
 70898               };
 70899               
 70900               MetaClass
 70901               __root_cimv2_CIM_AdjacentSlots =
 70902               {
 70903                   /* flags */
 70904                   META_FLAG_ASSOCIATION,
 70905                   /* name */
 70906                   "CIM_AdjacentSlots",
 70907                   /* qualifiers */
 70908                   __root_cimv2_CIM_AdjacentSlots_qualifiers,
 70909                   /* super */
 70910                   0,
 70911                   /* features */
 70912                   _CIM_AdjacentSlots_features,
 70913               };
 70914               
 70915               //==============================================================================
 70916               //
 70917 mike  1.1.2.1 // Class: CIM_AdministrativeDistance
 70918               //
 70919               //==============================================================================
 70920               
 70921               static const char*
 70922               _CIM_AdministrativeDistance_SystemCreationClassName_qualifiers[] =
 70923               {
 70924                   /* Key */
 70925                   "\025\001",
 70926                   /* Propagated */
 70927                   "\045CIM_AdminDomain.CreationClassName",
 70928                   /* MaxLen */
 70929                   "\030\000\000\001\000",
 70930                   0,
 70931               };
 70932               
 70933               static MetaProperty
 70934               _CIM_AdministrativeDistance_SystemCreationClassName =
 70935               {
 70936                   /* flags */
 70937                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 70938 mike  1.1.2.1     /* name */
 70939                   "SystemCreationClassName",
 70940                   /* qualifiers */
 70941                   _CIM_AdministrativeDistance_SystemCreationClassName_qualifiers,
 70942                   /* type */
 70943                   CIMTYPE_STRING,
 70944                   /* subscript */
 70945                   -1,
 70946                   /* value */
 70947                   0,
 70948               };
 70949               
 70950               static const char*
 70951               _CIM_AdministrativeDistance_SystemName_qualifiers[] =
 70952               {
 70953                   /* Key */
 70954                   "\025\001",
 70955                   /* Propagated */
 70956                   "\045CIM_AdminDomain.Name",
 70957                   /* MaxLen */
 70958                   "\030\000\000\001\000",
 70959 mike  1.1.2.1     0,
 70960               };
 70961               
 70962               static MetaProperty
 70963               _CIM_AdministrativeDistance_SystemName =
 70964               {
 70965                   /* flags */
 70966                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 70967                   /* name */
 70968                   "SystemName",
 70969                   /* qualifiers */
 70970                   _CIM_AdministrativeDistance_SystemName_qualifiers,
 70971                   /* type */
 70972                   CIMTYPE_STRING,
 70973                   /* subscript */
 70974                   -1,
 70975                   /* value */
 70976                   0,
 70977               };
 70978               
 70979               static const char*
 70980 mike  1.1.2.1 _CIM_AdministrativeDistance_CreationClassName_qualifiers[] =
 70981               {
 70982                   /* Key */
 70983                   "\025\001",
 70984                   0,
 70985               };
 70986               
 70987               static MetaProperty
 70988               _CIM_AdministrativeDistance_CreationClassName =
 70989               {
 70990                   /* flags */
 70991                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 70992                   /* name */
 70993                   "CreationClassName",
 70994                   /* qualifiers */
 70995                   _CIM_AdministrativeDistance_CreationClassName_qualifiers,
 70996                   /* type */
 70997                   CIMTYPE_STRING,
 70998                   /* subscript */
 70999                   -1,
 71000                   /* value */
 71001 mike  1.1.2.1     0,
 71002               };
 71003               
 71004               static const char*
 71005               _CIM_AdministrativeDistance_Name_qualifiers[] =
 71006               {
 71007                   /* Key */
 71008                   "\025\001",
 71009                   /* Override */
 71010                   "\044Name",
 71011                   /* MaxLen */
 71012                   "\030\000\000\001\000",
 71013                   0,
 71014               };
 71015               
 71016               static MetaProperty
 71017               _CIM_AdministrativeDistance_Name =
 71018               {
 71019                   /* flags */
 71020                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 71021                   /* name */
 71022 mike  1.1.2.1     "Name",
 71023                   /* qualifiers */
 71024                   _CIM_AdministrativeDistance_Name_qualifiers,
 71025                   /* type */
 71026                   CIMTYPE_STRING,
 71027                   /* subscript */
 71028                   -1,
 71029                   /* value */
 71030                   0,
 71031               };
 71032               
 71033               static const char*
 71034               _CIM_AdministrativeDistance_DirectConnect_qualifiers[] =
 71035               {
 71036                   0,
 71037               };
 71038               
 71039               static MetaProperty
 71040               _CIM_AdministrativeDistance_DirectConnect =
 71041               {
 71042                   /* flags */
 71043 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 71044                   /* name */
 71045                   "DirectConnect",
 71046                   /* qualifiers */
 71047                   _CIM_AdministrativeDistance_DirectConnect_qualifiers,
 71048                   /* type */
 71049                   CIMTYPE_UINT8,
 71050                   /* subscript */
 71051                   -1,
 71052                   /* value */
 71053                   "\000",
 71054               };
 71055               
 71056               static const char*
 71057               _CIM_AdministrativeDistance_Static_qualifiers[] =
 71058               {
 71059                   0,
 71060               };
 71061               
 71062               static MetaProperty
 71063               _CIM_AdministrativeDistance_Static =
 71064 mike  1.1.2.1 {
 71065                   /* flags */
 71066                   META_FLAG_PROPERTY|META_FLAG_READ,
 71067                   /* name */
 71068                   "Static",
 71069                   /* qualifiers */
 71070                   _CIM_AdministrativeDistance_Static_qualifiers,
 71071                   /* type */
 71072                   CIMTYPE_UINT8,
 71073                   /* subscript */
 71074                   -1,
 71075                   /* value */
 71076                   "\001",
 71077               };
 71078               
 71079               static const char*
 71080               _CIM_AdministrativeDistance_EBGP_qualifiers[] =
 71081               {
 71082                   0,
 71083               };
 71084               
 71085 mike  1.1.2.1 static MetaProperty
 71086               _CIM_AdministrativeDistance_EBGP =
 71087               {
 71088                   /* flags */
 71089                   META_FLAG_PROPERTY|META_FLAG_READ,
 71090                   /* name */
 71091                   "EBGP",
 71092                   /* qualifiers */
 71093                   _CIM_AdministrativeDistance_EBGP_qualifiers,
 71094                   /* type */
 71095                   CIMTYPE_UINT8,
 71096                   /* subscript */
 71097                   -1,
 71098                   /* value */
 71099                   "\024",
 71100               };
 71101               
 71102               static const char*
 71103               _CIM_AdministrativeDistance_EIGRPInternal_qualifiers[] =
 71104               {
 71105                   0,
 71106 mike  1.1.2.1 };
 71107               
 71108               static MetaProperty
 71109               _CIM_AdministrativeDistance_EIGRPInternal =
 71110               {
 71111                   /* flags */
 71112                   META_FLAG_PROPERTY|META_FLAG_READ,
 71113                   /* name */
 71114                   "EIGRPInternal",
 71115                   /* qualifiers */
 71116                   _CIM_AdministrativeDistance_EIGRPInternal_qualifiers,
 71117                   /* type */
 71118                   CIMTYPE_UINT8,
 71119                   /* subscript */
 71120                   -1,
 71121                   /* value */
 71122                   "\132",
 71123               };
 71124               
 71125               static const char*
 71126               _CIM_AdministrativeDistance_IGRP_qualifiers[] =
 71127 mike  1.1.2.1 {
 71128                   0,
 71129               };
 71130               
 71131               static MetaProperty
 71132               _CIM_AdministrativeDistance_IGRP =
 71133               {
 71134                   /* flags */
 71135                   META_FLAG_PROPERTY|META_FLAG_READ,
 71136                   /* name */
 71137                   "IGRP",
 71138                   /* qualifiers */
 71139                   _CIM_AdministrativeDistance_IGRP_qualifiers,
 71140                   /* type */
 71141                   CIMTYPE_UINT8,
 71142                   /* subscript */
 71143                   -1,
 71144                   /* value */
 71145                   "\144",
 71146               };
 71147               
 71148 mike  1.1.2.1 static const char*
 71149               _CIM_AdministrativeDistance_OSPF_qualifiers[] =
 71150               {
 71151                   0,
 71152               };
 71153               
 71154               static MetaProperty
 71155               _CIM_AdministrativeDistance_OSPF =
 71156               {
 71157                   /* flags */
 71158                   META_FLAG_PROPERTY|META_FLAG_READ,
 71159                   /* name */
 71160                   "OSPF",
 71161                   /* qualifiers */
 71162                   _CIM_AdministrativeDistance_OSPF_qualifiers,
 71163                   /* type */
 71164                   CIMTYPE_UINT8,
 71165                   /* subscript */
 71166                   -1,
 71167                   /* value */
 71168                   "\156",
 71169 mike  1.1.2.1 };
 71170               
 71171               static const char*
 71172               _CIM_AdministrativeDistance_ISIS_qualifiers[] =
 71173               {
 71174                   0,
 71175               };
 71176               
 71177               static MetaProperty
 71178               _CIM_AdministrativeDistance_ISIS =
 71179               {
 71180                   /* flags */
 71181                   META_FLAG_PROPERTY|META_FLAG_READ,
 71182                   /* name */
 71183                   "ISIS",
 71184                   /* qualifiers */
 71185                   _CIM_AdministrativeDistance_ISIS_qualifiers,
 71186                   /* type */
 71187                   CIMTYPE_UINT8,
 71188                   /* subscript */
 71189                   -1,
 71190 mike  1.1.2.1     /* value */
 71191                   "\163",
 71192               };
 71193               
 71194               static const char*
 71195               _CIM_AdministrativeDistance_RIP_qualifiers[] =
 71196               {
 71197                   0,
 71198               };
 71199               
 71200               static MetaProperty
 71201               _CIM_AdministrativeDistance_RIP =
 71202               {
 71203                   /* flags */
 71204                   META_FLAG_PROPERTY|META_FLAG_READ,
 71205                   /* name */
 71206                   "RIP",
 71207                   /* qualifiers */
 71208                   _CIM_AdministrativeDistance_RIP_qualifiers,
 71209                   /* type */
 71210                   CIMTYPE_UINT8,
 71211 mike  1.1.2.1     /* subscript */
 71212                   -1,
 71213                   /* value */
 71214                   "\170",
 71215               };
 71216               
 71217               static const char*
 71218               _CIM_AdministrativeDistance_EGP_qualifiers[] =
 71219               {
 71220                   0,
 71221               };
 71222               
 71223               static MetaProperty
 71224               _CIM_AdministrativeDistance_EGP =
 71225               {
 71226                   /* flags */
 71227                   META_FLAG_PROPERTY|META_FLAG_READ,
 71228                   /* name */
 71229                   "EGP",
 71230                   /* qualifiers */
 71231                   _CIM_AdministrativeDistance_EGP_qualifiers,
 71232 mike  1.1.2.1     /* type */
 71233                   CIMTYPE_UINT8,
 71234                   /* subscript */
 71235                   -1,
 71236                   /* value */
 71237                   "\214",
 71238               };
 71239               
 71240               static const char*
 71241               _CIM_AdministrativeDistance_EIGRPExternal_qualifiers[] =
 71242               {
 71243                   0,
 71244               };
 71245               
 71246               static MetaProperty
 71247               _CIM_AdministrativeDistance_EIGRPExternal =
 71248               {
 71249                   /* flags */
 71250                   META_FLAG_PROPERTY|META_FLAG_READ,
 71251                   /* name */
 71252                   "EIGRPExternal",
 71253 mike  1.1.2.1     /* qualifiers */
 71254                   _CIM_AdministrativeDistance_EIGRPExternal_qualifiers,
 71255                   /* type */
 71256                   CIMTYPE_UINT8,
 71257                   /* subscript */
 71258                   -1,
 71259                   /* value */
 71260                   "\252",
 71261               };
 71262               
 71263               static const char*
 71264               _CIM_AdministrativeDistance_IBGP_qualifiers[] =
 71265               {
 71266                   0,
 71267               };
 71268               
 71269               static MetaProperty
 71270               _CIM_AdministrativeDistance_IBGP =
 71271               {
 71272                   /* flags */
 71273                   META_FLAG_PROPERTY|META_FLAG_READ,
 71274 mike  1.1.2.1     /* name */
 71275                   "IBGP",
 71276                   /* qualifiers */
 71277                   _CIM_AdministrativeDistance_IBGP_qualifiers,
 71278                   /* type */
 71279                   CIMTYPE_UINT8,
 71280                   /* subscript */
 71281                   -1,
 71282                   /* value */
 71283                   "\310",
 71284               };
 71285               
 71286               static const char*
 71287               _CIM_AdministrativeDistance_BGPLocal_qualifiers[] =
 71288               {
 71289                   0,
 71290               };
 71291               
 71292               static MetaProperty
 71293               _CIM_AdministrativeDistance_BGPLocal =
 71294               {
 71295 mike  1.1.2.1     /* flags */
 71296                   META_FLAG_PROPERTY|META_FLAG_READ,
 71297                   /* name */
 71298                   "BGPLocal",
 71299                   /* qualifiers */
 71300                   _CIM_AdministrativeDistance_BGPLocal_qualifiers,
 71301                   /* type */
 71302                   CIMTYPE_UINT8,
 71303                   /* subscript */
 71304                   -1,
 71305                   /* value */
 71306                   "\310",
 71307               };
 71308               
 71309               static const char*
 71310               _CIM_AdministrativeDistance_Unknown_qualifiers[] =
 71311               {
 71312                   0,
 71313               };
 71314               
 71315               static MetaProperty
 71316 mike  1.1.2.1 _CIM_AdministrativeDistance_Unknown =
 71317               {
 71318                   /* flags */
 71319                   META_FLAG_PROPERTY|META_FLAG_READ,
 71320                   /* name */
 71321                   "Unknown",
 71322                   /* qualifiers */
 71323                   _CIM_AdministrativeDistance_Unknown_qualifiers,
 71324                   /* type */
 71325                   CIMTYPE_UINT8,
 71326                   /* subscript */
 71327                   -1,
 71328                   /* value */
 71329                   "\377",
 71330               };
 71331               
 71332               static MetaFeature*
 71333               _CIM_AdministrativeDistance_features[] =
 71334               {
 71335                   (MetaFeature*)&_CIM_AdministrativeDistance_SystemCreationClassName,
 71336                   (MetaFeature*)&_CIM_AdministrativeDistance_SystemName,
 71337 mike  1.1.2.1     (MetaFeature*)&_CIM_AdministrativeDistance_CreationClassName,
 71338                   (MetaFeature*)&_CIM_AdministrativeDistance_Name,
 71339                   (MetaFeature*)&_CIM_AdministrativeDistance_DirectConnect,
 71340                   (MetaFeature*)&_CIM_AdministrativeDistance_Static,
 71341                   (MetaFeature*)&_CIM_AdministrativeDistance_EBGP,
 71342                   (MetaFeature*)&_CIM_AdministrativeDistance_EIGRPInternal,
 71343                   (MetaFeature*)&_CIM_AdministrativeDistance_IGRP,
 71344                   (MetaFeature*)&_CIM_AdministrativeDistance_OSPF,
 71345                   (MetaFeature*)&_CIM_AdministrativeDistance_ISIS,
 71346                   (MetaFeature*)&_CIM_AdministrativeDistance_RIP,
 71347                   (MetaFeature*)&_CIM_AdministrativeDistance_EGP,
 71348                   (MetaFeature*)&_CIM_AdministrativeDistance_EIGRPExternal,
 71349                   (MetaFeature*)&_CIM_AdministrativeDistance_IBGP,
 71350                   (MetaFeature*)&_CIM_AdministrativeDistance_BGPLocal,
 71351                   (MetaFeature*)&_CIM_AdministrativeDistance_Unknown,
 71352                   0,
 71353               };
 71354               
 71355               static const char*
 71356               __root_cimv2_CIM_AdministrativeDistance_qualifiers[] =
 71357               {
 71358 mike  1.1.2.1     /* UMLPackagePath */
 71359                   "\057CIM::Network::Routes",
 71360                   /* Version */
 71361                   "\0632.7.0",
 71362                   0,
 71363               };
 71364               
 71365               MetaClass
 71366               __root_cimv2_CIM_AdministrativeDistance =
 71367               {
 71368                   /* flags */
 71369                   META_FLAG_CLASS,
 71370                   /* name */
 71371                   "CIM_AdministrativeDistance",
 71372                   /* qualifiers */
 71373                   __root_cimv2_CIM_AdministrativeDistance_qualifiers,
 71374                   /* super */
 71375                   &__root_cimv2_CIM_LogicalElement,
 71376                   /* features */
 71377                   _CIM_AdministrativeDistance_features,
 71378               };
 71379 mike  1.1.2.1 
 71380               //==============================================================================
 71381               //
 71382               // Class: CIM_AGPSoftwareFeature
 71383               //
 71384               //==============================================================================
 71385               
 71386               static const char*
 71387               _CIM_AGPSoftwareFeature_Characteristics_qualifiers[] =
 71388               {
 71389                   /* ValueMap */
 71390                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
 71391                   /* Values */
 71392                   "\062\000\007Unknown\000Other\000OS support\000Hardware Acceleration\000Hardware Blit\000OpenGL Support\000Cache Coherency\000",
 71393                   /* ArrayType */
 71394                   "\005Indexed",
 71395                   /* ModelCorrespondence */
 71396                   "\036\000\001CIM_AGPSoftwareFeature.CharacteristicDescriptions\000",
 71397                   0,
 71398               };
 71399               
 71400 mike  1.1.2.1 static MetaProperty
 71401               _CIM_AGPSoftwareFeature_Characteristics =
 71402               {
 71403                   /* flags */
 71404                   META_FLAG_PROPERTY|META_FLAG_READ,
 71405                   /* name */
 71406                   "Characteristics",
 71407                   /* qualifiers */
 71408                   _CIM_AGPSoftwareFeature_Characteristics_qualifiers,
 71409                   /* type */
 71410                   CIMTYPE_UINT16,
 71411                   /* subscript */
 71412                   0,
 71413                   /* value */
 71414                   0,
 71415               };
 71416               
 71417               static const char*
 71418               _CIM_AGPSoftwareFeature_CharacteristicDescriptions_qualifiers[] =
 71419               {
 71420                   /* ArrayType */
 71421 mike  1.1.2.1     "\005Indexed",
 71422                   /* ModelCorrespondence */
 71423                   "\036\000\001CIM_AGPSoftwareFeature.Characteristics\000",
 71424                   0,
 71425               };
 71426               
 71427               static MetaProperty
 71428               _CIM_AGPSoftwareFeature_CharacteristicDescriptions =
 71429               {
 71430                   /* flags */
 71431                   META_FLAG_PROPERTY|META_FLAG_READ,
 71432                   /* name */
 71433                   "CharacteristicDescriptions",
 71434                   /* qualifiers */
 71435                   _CIM_AGPSoftwareFeature_CharacteristicDescriptions_qualifiers,
 71436                   /* type */
 71437                   CIMTYPE_STRING,
 71438                   /* subscript */
 71439                   0,
 71440                   /* value */
 71441                   0,
 71442 mike  1.1.2.1 };
 71443               
 71444               static MetaFeature*
 71445               _CIM_AGPSoftwareFeature_features[] =
 71446               {
 71447                   (MetaFeature*)&_CIM_AGPSoftwareFeature_Characteristics,
 71448                   (MetaFeature*)&_CIM_AGPSoftwareFeature_CharacteristicDescriptions,
 71449                   0,
 71450               };
 71451               
 71452               static const char*
 71453               __root_cimv2_CIM_AGPSoftwareFeature_qualifiers[] =
 71454               {
 71455                   /* UMLPackagePath */
 71456                   "\057CIM::Application::BIOS",
 71457                   /* Version */
 71458                   "\0632.6.0",
 71459                   0,
 71460               };
 71461               
 71462               MetaClass
 71463 mike  1.1.2.1 __root_cimv2_CIM_AGPSoftwareFeature =
 71464               {
 71465                   /* flags */
 71466                   META_FLAG_CLASS,
 71467                   /* name */
 71468                   "CIM_AGPSoftwareFeature",
 71469                   /* qualifiers */
 71470                   __root_cimv2_CIM_AGPSoftwareFeature_qualifiers,
 71471                   /* super */
 71472                   &__root_cimv2_CIM_SoftwareFeature,
 71473                   /* features */
 71474                   _CIM_AGPSoftwareFeature_features,
 71475               };
 71476               
 71477               //==============================================================================
 71478               //
 71479               // Class: CIM_AssociatedBlockStatisticsManifestCollection
 71480               //
 71481               //==============================================================================
 71482               
 71483               static const char*
 71484 mike  1.1.2.1 _CIM_AssociatedBlockStatisticsManifestCollection_Statistics_qualifiers[] =
 71485               {
 71486                   /* Key */
 71487                   "\025\001",
 71488                   /* Min */
 71489                   "\033\000\000\000\001",
 71490                   /* Max */
 71491                   "\027\000\000\000\001",
 71492                   0,
 71493               };
 71494               
 71495               static MetaReference
 71496               _CIM_AssociatedBlockStatisticsManifestCollection_Statistics =
 71497               {
 71498                   /* flags */
 71499                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 71500                   /* name */
 71501                   "Statistics",
 71502                   /* qualifiers */
 71503                   _CIM_AssociatedBlockStatisticsManifestCollection_Statistics_qualifiers,
 71504                   /* subscript */
 71505 mike  1.1.2.1     -1,
 71506                   /* refId */
 71507                   &__root_cimv2_CIM_StatisticsCollection,
 71508               };
 71509               
 71510               static const char*
 71511               _CIM_AssociatedBlockStatisticsManifestCollection_ManifestCollection_qualifiers[] =
 71512               {
 71513                   /* Key */
 71514                   "\025\001",
 71515                   0,
 71516               };
 71517               
 71518               static MetaReference
 71519               _CIM_AssociatedBlockStatisticsManifestCollection_ManifestCollection =
 71520               {
 71521                   /* flags */
 71522                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 71523                   /* name */
 71524                   "ManifestCollection",
 71525                   /* qualifiers */
 71526 mike  1.1.2.1     _CIM_AssociatedBlockStatisticsManifestCollection_ManifestCollection_qualifiers,
 71527                   /* subscript */
 71528                   -1,
 71529                   /* refId */
 71530                   &__root_cimv2_CIM_BlockStatisticsManifestCollection,
 71531               };
 71532               
 71533               static MetaFeature*
 71534               _CIM_AssociatedBlockStatisticsManifestCollection_features[] =
 71535               {
 71536                   (MetaFeature*)&_CIM_AssociatedBlockStatisticsManifestCollection_Statistics,
 71537                   (MetaFeature*)&_CIM_AssociatedBlockStatisticsManifestCollection_ManifestCollection,
 71538                   0,
 71539               };
 71540               
 71541               static const char*
 71542               __root_cimv2_CIM_AssociatedBlockStatisticsManifestCollection_qualifiers[] =
 71543               {
 71544                   /* ASSOCIATION */
 71545                   "\000\001",
 71546                   /* UMLPackagePath */
 71547 mike  1.1.2.1     "\057CIM::Device::StorageStatistics",
 71548                   /* Version */
 71549                   "\0632.10.0",
 71550                   0,
 71551               };
 71552               
 71553               MetaClass
 71554               __root_cimv2_CIM_AssociatedBlockStatisticsManifestCollection =
 71555               {
 71556                   /* flags */
 71557                   META_FLAG_ASSOCIATION,
 71558                   /* name */
 71559                   "CIM_AssociatedBlockStatisticsManifestCollection",
 71560                   /* qualifiers */
 71561                   __root_cimv2_CIM_AssociatedBlockStatisticsManifestCollection_qualifiers,
 71562                   /* super */
 71563                   0,
 71564                   /* features */
 71565                   _CIM_AssociatedBlockStatisticsManifestCollection_features,
 71566               };
 71567               
 71568 mike  1.1.2.1 //==============================================================================
 71569               //
 71570               // Class: CIM_AuthenticationRequirement
 71571               //
 71572               //==============================================================================
 71573               
 71574               static const char*
 71575               _CIM_AuthenticationRequirement_SystemCreationClassName_qualifiers[] =
 71576               {
 71577                   /* Deprecated */
 71578                   "\013\000\001CIM_AuthenticationRule.SystemCreationClassName\000",
 71579                   /* Key */
 71580                   "\025\001",
 71581                   /* Propagated */
 71582                   "\045CIM_System.CreationClassName",
 71583                   /* MaxLen */
 71584                   "\030\000\000\001\000",
 71585                   0,
 71586               };
 71587               
 71588               static MetaProperty
 71589 mike  1.1.2.1 _CIM_AuthenticationRequirement_SystemCreationClassName =
 71590               {
 71591                   /* flags */
 71592                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 71593                   /* name */
 71594                   "SystemCreationClassName",
 71595                   /* qualifiers */
 71596                   _CIM_AuthenticationRequirement_SystemCreationClassName_qualifiers,
 71597                   /* type */
 71598                   CIMTYPE_STRING,
 71599                   /* subscript */
 71600                   -1,
 71601                   /* value */
 71602                   0,
 71603               };
 71604               
 71605               static const char*
 71606               _CIM_AuthenticationRequirement_SystemName_qualifiers[] =
 71607               {
 71608                   /* Deprecated */
 71609                   "\013\000\001CIM_AuthenticationRule.SystemName\000",
 71610 mike  1.1.2.1     /* Key */
 71611                   "\025\001",
 71612                   /* Propagated */
 71613                   "\045CIM_System.Name",
 71614                   /* MaxLen */
 71615                   "\030\000\000\001\000",
 71616                   0,
 71617               };
 71618               
 71619               static MetaProperty
 71620               _CIM_AuthenticationRequirement_SystemName =
 71621               {
 71622                   /* flags */
 71623                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 71624                   /* name */
 71625                   "SystemName",
 71626                   /* qualifiers */
 71627                   _CIM_AuthenticationRequirement_SystemName_qualifiers,
 71628                   /* type */
 71629                   CIMTYPE_STRING,
 71630                   /* subscript */
 71631 mike  1.1.2.1     -1,
 71632                   /* value */
 71633                   0,
 71634               };
 71635               
 71636               static const char*
 71637               _CIM_AuthenticationRequirement_CreationClassName_qualifiers[] =
 71638               {
 71639                   /* Deprecated */
 71640                   "\013\000\001CIM_AuthenticationRule.CreationClassName\000",
 71641                   /* Key */
 71642                   "\025\001",
 71643                   /* MaxLen */
 71644                   "\030\000\000\001\000",
 71645                   0,
 71646               };
 71647               
 71648               static MetaProperty
 71649               _CIM_AuthenticationRequirement_CreationClassName =
 71650               {
 71651                   /* flags */
 71652 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 71653                   /* name */
 71654                   "CreationClassName",
 71655                   /* qualifiers */
 71656                   _CIM_AuthenticationRequirement_CreationClassName_qualifiers,
 71657                   /* type */
 71658                   CIMTYPE_STRING,
 71659                   /* subscript */
 71660                   -1,
 71661                   /* value */
 71662                   0,
 71663               };
 71664               
 71665               static const char*
 71666               _CIM_AuthenticationRequirement_Name_qualifiers[] =
 71667               {
 71668                   /* Deprecated */
 71669                   "\013\000\001CIM_AuthenticationRule.PolicyRuleName\000",
 71670                   /* Key */
 71671                   "\025\001",
 71672                   /* Override */
 71673 mike  1.1.2.1     "\044Name",
 71674                   /* MaxLen */
 71675                   "\030\000\000\001\000",
 71676                   0,
 71677               };
 71678               
 71679               static MetaProperty
 71680               _CIM_AuthenticationRequirement_Name =
 71681               {
 71682                   /* flags */
 71683                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 71684                   /* name */
 71685                   "Name",
 71686                   /* qualifiers */
 71687                   _CIM_AuthenticationRequirement_Name_qualifiers,
 71688                   /* type */
 71689                   CIMTYPE_STRING,
 71690                   /* subscript */
 71691                   -1,
 71692                   /* value */
 71693                   0,
 71694 mike  1.1.2.1 };
 71695               
 71696               static const char*
 71697               _CIM_AuthenticationRequirement_SecurityClassification_qualifiers[] =
 71698               {
 71699                   /* Deprecated */
 71700                   "\013\000\001CIM_SecuritySensitivity.SecurityLevel\000",
 71701                   0,
 71702               };
 71703               
 71704               static MetaProperty
 71705               _CIM_AuthenticationRequirement_SecurityClassification =
 71706               {
 71707                   /* flags */
 71708                   META_FLAG_PROPERTY|META_FLAG_READ,
 71709                   /* name */
 71710                   "SecurityClassification",
 71711                   /* qualifiers */
 71712                   _CIM_AuthenticationRequirement_SecurityClassification_qualifiers,
 71713                   /* type */
 71714                   CIMTYPE_STRING,
 71715 mike  1.1.2.1     /* subscript */
 71716                   -1,
 71717                   /* value */
 71718                   0,
 71719               };
 71720               
 71721               static MetaFeature*
 71722               _CIM_AuthenticationRequirement_features[] =
 71723               {
 71724                   (MetaFeature*)&_CIM_AuthenticationRequirement_SystemCreationClassName,
 71725                   (MetaFeature*)&_CIM_AuthenticationRequirement_SystemName,
 71726                   (MetaFeature*)&_CIM_AuthenticationRequirement_CreationClassName,
 71727                   (MetaFeature*)&_CIM_AuthenticationRequirement_Name,
 71728                   (MetaFeature*)&_CIM_AuthenticationRequirement_SecurityClassification,
 71729                   0,
 71730               };
 71731               
 71732               static const char*
 71733               __root_cimv2_CIM_AuthenticationRequirement_qualifiers[] =
 71734               {
 71735                   /* Deprecated */
 71736 mike  1.1.2.1     "\013\000\003CIM_AuthenticationCondition\000CIM_AuthenticationRule\000CIM_SecuritySensitivity\000",
 71737                   /* UMLPackagePath */
 71738                   "\057CIM::User::AuthenticationReqmt",
 71739                   /* Version */
 71740                   "\0632.8.0",
 71741                   0,
 71742               };
 71743               
 71744               MetaClass
 71745               __root_cimv2_CIM_AuthenticationRequirement =
 71746               {
 71747                   /* flags */
 71748                   META_FLAG_CLASS,
 71749                   /* name */
 71750                   "CIM_AuthenticationRequirement",
 71751                   /* qualifiers */
 71752                   __root_cimv2_CIM_AuthenticationRequirement_qualifiers,
 71753                   /* super */
 71754                   &__root_cimv2_CIM_LogicalElement,
 71755                   /* features */
 71756                   _CIM_AuthenticationRequirement_features,
 71757 mike  1.1.2.1 };
 71758               
 71759               //==============================================================================
 71760               //
 71761               // Class: CIM_AuthenticationRule
 71762               //
 71763               //==============================================================================
 71764               
 71765               static MetaFeature*
 71766               _CIM_AuthenticationRule_features[] =
 71767               {
 71768                   0,
 71769               };
 71770               
 71771               static const char*
 71772               __root_cimv2_CIM_AuthenticationRule_qualifiers[] =
 71773               {
 71774                   /* UMLPackagePath */
 71775                   "\057CIM::Policy",
 71776                   /* Version */
 71777                   "\0632.8.0",
 71778 mike  1.1.2.1     0,
 71779               };
 71780               
 71781               MetaClass
 71782               __root_cimv2_CIM_AuthenticationRule =
 71783               {
 71784                   /* flags */
 71785                   META_FLAG_CLASS,
 71786                   /* name */
 71787                   "CIM_AuthenticationRule",
 71788                   /* qualifiers */
 71789                   __root_cimv2_CIM_AuthenticationRule_qualifiers,
 71790                   /* super */
 71791                   &__root_cimv2_CIM_PolicyRule,
 71792                   /* features */
 71793                   _CIM_AuthenticationRule_features,
 71794               };
 71795               
 71796               //==============================================================================
 71797               //
 71798               // Class: CIM_AuthenticationTarget
 71799 mike  1.1.2.1 //
 71800               //==============================================================================
 71801               
 71802               static const char*
 71803               _CIM_AuthenticationTarget_Antecedent_qualifiers[] =
 71804               {
 71805                   /* Deprecated */
 71806                   "\013\000\001CIM_PolicySetAppliesToElement.PolicySet\000",
 71807                   /* Override */
 71808                   "\044Antecedent",
 71809                   0,
 71810               };
 71811               
 71812               static MetaReference
 71813               _CIM_AuthenticationTarget_Antecedent =
 71814               {
 71815                   /* flags */
 71816                   META_FLAG_REFERENCE|META_FLAG_READ,
 71817                   /* name */
 71818                   "Antecedent",
 71819                   /* qualifiers */
 71820 mike  1.1.2.1     _CIM_AuthenticationTarget_Antecedent_qualifiers,
 71821                   /* subscript */
 71822                   -1,
 71823                   /* refId */
 71824                   &__root_cimv2_CIM_AuthenticationRequirement,
 71825               };
 71826               
 71827               static const char*
 71828               _CIM_AuthenticationTarget_Dependent_qualifiers[] =
 71829               {
 71830                   /* Deprecated */
 71831                   "\013\000\001CIM_PolicySetAppliesToElement.ManagedElement\000",
 71832                   /* Override */
 71833                   "\044Dependent",
 71834                   0,
 71835               };
 71836               
 71837               static MetaReference
 71838               _CIM_AuthenticationTarget_Dependent =
 71839               {
 71840                   /* flags */
 71841 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 71842                   /* name */
 71843                   "Dependent",
 71844                   /* qualifiers */
 71845                   _CIM_AuthenticationTarget_Dependent_qualifiers,
 71846                   /* subscript */
 71847                   -1,
 71848                   /* refId */
 71849                   &__root_cimv2_CIM_ManagedElement,
 71850               };
 71851               
 71852               static MetaFeature*
 71853               _CIM_AuthenticationTarget_features[] =
 71854               {
 71855                   (MetaFeature*)&_CIM_AuthenticationTarget_Antecedent,
 71856                   (MetaFeature*)&_CIM_AuthenticationTarget_Dependent,
 71857                   0,
 71858               };
 71859               
 71860               static const char*
 71861               __root_cimv2_CIM_AuthenticationTarget_qualifiers[] =
 71862 mike  1.1.2.1 {
 71863                   /* ASSOCIATION */
 71864                   "\000\001",
 71865                   /* Deprecated */
 71866                   "\013\000\001CIM_PolicySetAppliesToElement\000",
 71867                   /* UMLPackagePath */
 71868                   "\057CIM::User::AuthenticationReqmt",
 71869                   /* Version */
 71870                   "\0632.8.0",
 71871                   0,
 71872               };
 71873               
 71874               MetaClass
 71875               __root_cimv2_CIM_AuthenticationTarget =
 71876               {
 71877                   /* flags */
 71878                   META_FLAG_ASSOCIATION,
 71879                   /* name */
 71880                   "CIM_AuthenticationTarget",
 71881                   /* qualifiers */
 71882                   __root_cimv2_CIM_AuthenticationTarget_qualifiers,
 71883 mike  1.1.2.1     /* super */
 71884                   &__root_cimv2_CIM_Dependency,
 71885                   /* features */
 71886                   _CIM_AuthenticationTarget_features,
 71887               };
 71888               
 71889               //==============================================================================
 71890               //
 71891               // Class: CIM_AuthorizationSubject
 71892               //
 71893               //==============================================================================
 71894               
 71895               static const char*
 71896               _CIM_AuthorizationSubject_Antecedent_qualifiers[] =
 71897               {
 71898                   /* Deprecated */
 71899                   "\013\000\001CIM_AuthorizedSubject.Privilege\000",
 71900                   /* Override */
 71901                   "\044Antecedent",
 71902                   0,
 71903               };
 71904 mike  1.1.2.1 
 71905               static MetaReference
 71906               _CIM_AuthorizationSubject_Antecedent =
 71907               {
 71908                   /* flags */
 71909                   META_FLAG_REFERENCE|META_FLAG_READ,
 71910                   /* name */
 71911                   "Antecedent",
 71912                   /* qualifiers */
 71913                   _CIM_AuthorizationSubject_Antecedent_qualifiers,
 71914                   /* subscript */
 71915                   -1,
 71916                   /* refId */
 71917                   &__root_cimv2_CIM_AccessControlInformation,
 71918               };
 71919               
 71920               static const char*
 71921               _CIM_AuthorizationSubject_Dependent_qualifiers[] =
 71922               {
 71923                   /* Deprecated */
 71924                   "\013\000\001CIM_AuthorizedSubject.PrivilegedElement\000",
 71925 mike  1.1.2.1     /* Override */
 71926                   "\044Dependent",
 71927                   0,
 71928               };
 71929               
 71930               static MetaReference
 71931               _CIM_AuthorizationSubject_Dependent =
 71932               {
 71933                   /* flags */
 71934                   META_FLAG_REFERENCE|META_FLAG_READ,
 71935                   /* name */
 71936                   "Dependent",
 71937                   /* qualifiers */
 71938                   _CIM_AuthorizationSubject_Dependent_qualifiers,
 71939                   /* subscript */
 71940                   -1,
 71941                   /* refId */
 71942                   &__root_cimv2_CIM_ManagedElement,
 71943               };
 71944               
 71945               static MetaFeature*
 71946 mike  1.1.2.1 _CIM_AuthorizationSubject_features[] =
 71947               {
 71948                   (MetaFeature*)&_CIM_AuthorizationSubject_Antecedent,
 71949                   (MetaFeature*)&_CIM_AuthorizationSubject_Dependent,
 71950                   0,
 71951               };
 71952               
 71953               static const char*
 71954               __root_cimv2_CIM_AuthorizationSubject_qualifiers[] =
 71955               {
 71956                   /* ASSOCIATION */
 71957                   "\000\001",
 71958                   /* Deprecated */
 71959                   "\013\000\001CIM_AuthorizedSubject\000",
 71960                   /* UMLPackagePath */
 71961                   "\057CIM::User::AccessControl",
 71962                   /* Version */
 71963                   "\0632.8.0",
 71964                   0,
 71965               };
 71966               
 71967 mike  1.1.2.1 MetaClass
 71968               __root_cimv2_CIM_AuthorizationSubject =
 71969               {
 71970                   /* flags */
 71971                   META_FLAG_ASSOCIATION,
 71972                   /* name */
 71973                   "CIM_AuthorizationSubject",
 71974                   /* qualifiers */
 71975                   __root_cimv2_CIM_AuthorizationSubject_qualifiers,
 71976                   /* super */
 71977                   &__root_cimv2_CIM_Dependency,
 71978                   /* features */
 71979                   _CIM_AuthorizationSubject_features,
 71980               };
 71981               
 71982               //==============================================================================
 71983               //
 71984               // Class: CIM_AuthorizationTarget
 71985               //
 71986               //==============================================================================
 71987               
 71988 mike  1.1.2.1 static const char*
 71989               _CIM_AuthorizationTarget_Antecedent_qualifiers[] =
 71990               {
 71991                   /* Deprecated */
 71992                   "\013\000\001CIM_AuthorizedTarget.Privilege\000",
 71993                   /* Override */
 71994                   "\044Antecedent",
 71995                   0,
 71996               };
 71997               
 71998               static MetaReference
 71999               _CIM_AuthorizationTarget_Antecedent =
 72000               {
 72001                   /* flags */
 72002                   META_FLAG_REFERENCE|META_FLAG_READ,
 72003                   /* name */
 72004                   "Antecedent",
 72005                   /* qualifiers */
 72006                   _CIM_AuthorizationTarget_Antecedent_qualifiers,
 72007                   /* subscript */
 72008                   -1,
 72009 mike  1.1.2.1     /* refId */
 72010                   &__root_cimv2_CIM_AccessControlInformation,
 72011               };
 72012               
 72013               static const char*
 72014               _CIM_AuthorizationTarget_Dependent_qualifiers[] =
 72015               {
 72016                   /* Deprecated */
 72017                   "\013\000\001CIM_AuthorizedTarget.TargetElement\000",
 72018                   /* Override */
 72019                   "\044Dependent",
 72020                   0,
 72021               };
 72022               
 72023               static MetaReference
 72024               _CIM_AuthorizationTarget_Dependent =
 72025               {
 72026                   /* flags */
 72027                   META_FLAG_REFERENCE|META_FLAG_READ,
 72028                   /* name */
 72029                   "Dependent",
 72030 mike  1.1.2.1     /* qualifiers */
 72031                   _CIM_AuthorizationTarget_Dependent_qualifiers,
 72032                   /* subscript */
 72033                   -1,
 72034                   /* refId */
 72035                   &__root_cimv2_CIM_ManagedElement,
 72036               };
 72037               
 72038               static MetaFeature*
 72039               _CIM_AuthorizationTarget_features[] =
 72040               {
 72041                   (MetaFeature*)&_CIM_AuthorizationTarget_Antecedent,
 72042                   (MetaFeature*)&_CIM_AuthorizationTarget_Dependent,
 72043                   0,
 72044               };
 72045               
 72046               static const char*
 72047               __root_cimv2_CIM_AuthorizationTarget_qualifiers[] =
 72048               {
 72049                   /* ASSOCIATION */
 72050                   "\000\001",
 72051 mike  1.1.2.1     /* Deprecated */
 72052                   "\013\000\001CIM_AuthorizedTarget\000",
 72053                   /* UMLPackagePath */
 72054                   "\057CIM::User::AccessControl",
 72055                   /* Version */
 72056                   "\0632.8.0",
 72057                   0,
 72058               };
 72059               
 72060               MetaClass
 72061               __root_cimv2_CIM_AuthorizationTarget =
 72062               {
 72063                   /* flags */
 72064                   META_FLAG_ASSOCIATION,
 72065                   /* name */
 72066                   "CIM_AuthorizationTarget",
 72067                   /* qualifiers */
 72068                   __root_cimv2_CIM_AuthorizationTarget_qualifiers,
 72069                   /* super */
 72070                   &__root_cimv2_CIM_Dependency,
 72071                   /* features */
 72072 mike  1.1.2.1     _CIM_AuthorizationTarget_features,
 72073               };
 72074               
 72075               //==============================================================================
 72076               //
 72077               // Class: CIM_BGPAttributes
 72078               //
 72079               //==============================================================================
 72080               
 72081               static const char*
 72082               _CIM_BGPAttributes_SystemCreationClassName_qualifiers[] =
 72083               {
 72084                   /* Key */
 72085                   "\025\001",
 72086                   /* Propagated */
 72087                   "\045CIM_AutonomousSystem.CreationClassName",
 72088                   /* MaxLen */
 72089                   "\030\000\000\001\000",
 72090                   0,
 72091               };
 72092               
 72093 mike  1.1.2.1 static MetaProperty
 72094               _CIM_BGPAttributes_SystemCreationClassName =
 72095               {
 72096                   /* flags */
 72097                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 72098                   /* name */
 72099                   "SystemCreationClassName",
 72100                   /* qualifiers */
 72101                   _CIM_BGPAttributes_SystemCreationClassName_qualifiers,
 72102                   /* type */
 72103                   CIMTYPE_STRING,
 72104                   /* subscript */
 72105                   -1,
 72106                   /* value */
 72107                   0,
 72108               };
 72109               
 72110               static const char*
 72111               _CIM_BGPAttributes_SystemName_qualifiers[] =
 72112               {
 72113                   /* Key */
 72114 mike  1.1.2.1     "\025\001",
 72115                   /* Propagated */
 72116                   "\045CIM_AutonomousSystem.Name",
 72117                   /* MaxLen */
 72118                   "\030\000\000\001\000",
 72119                   0,
 72120               };
 72121               
 72122               static MetaProperty
 72123               _CIM_BGPAttributes_SystemName =
 72124               {
 72125                   /* flags */
 72126                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 72127                   /* name */
 72128                   "SystemName",
 72129                   /* qualifiers */
 72130                   _CIM_BGPAttributes_SystemName_qualifiers,
 72131                   /* type */
 72132                   CIMTYPE_STRING,
 72133                   /* subscript */
 72134                   -1,
 72135 mike  1.1.2.1     /* value */
 72136                   0,
 72137               };
 72138               
 72139               static const char*
 72140               _CIM_BGPAttributes_Version_qualifiers[] =
 72141               {
 72142                   /* Key */
 72143                   "\025\001",
 72144                   0,
 72145               };
 72146               
 72147               static MetaProperty
 72148               _CIM_BGPAttributes_Version =
 72149               {
 72150                   /* flags */
 72151                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 72152                   /* name */
 72153                   "Version",
 72154                   /* qualifiers */
 72155                   _CIM_BGPAttributes_Version_qualifiers,
 72156 mike  1.1.2.1     /* type */
 72157                   CIMTYPE_STRING,
 72158                   /* subscript */
 72159                   -1,
 72160                   /* value */
 72161                   0,
 72162               };
 72163               
 72164               static const char*
 72165               _CIM_BGPAttributes_LocalPreference_qualifiers[] =
 72166               {
 72167                   /* MappingStrings */
 72168                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrLocalPref\000",
 72169                   0,
 72170               };
 72171               
 72172               static MetaProperty
 72173               _CIM_BGPAttributes_LocalPreference =
 72174               {
 72175                   /* flags */
 72176                   META_FLAG_PROPERTY|META_FLAG_READ,
 72177 mike  1.1.2.1     /* name */
 72178                   "LocalPreference",
 72179                   /* qualifiers */
 72180                   _CIM_BGPAttributes_LocalPreference_qualifiers,
 72181                   /* type */
 72182                   CIMTYPE_UINT16,
 72183                   /* subscript */
 72184                   -1,
 72185                   /* value */
 72186                   0,
 72187               };
 72188               
 72189               static const char*
 72190               _CIM_BGPAttributes_ASPath_qualifiers[] =
 72191               {
 72192                   /* MappingStrings */
 72193                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrASPath\000",
 72194                   0,
 72195               };
 72196               
 72197               static MetaProperty
 72198 mike  1.1.2.1 _CIM_BGPAttributes_ASPath =
 72199               {
 72200                   /* flags */
 72201                   META_FLAG_PROPERTY|META_FLAG_READ,
 72202                   /* name */
 72203                   "ASPath",
 72204                   /* qualifiers */
 72205                   _CIM_BGPAttributes_ASPath_qualifiers,
 72206                   /* type */
 72207                   CIMTYPE_STRING,
 72208                   /* subscript */
 72209                   -1,
 72210                   /* value */
 72211                   0,
 72212               };
 72213               
 72214               static const char*
 72215               _CIM_BGPAttributes_AsSet_qualifiers[] =
 72216               {
 72217                   0,
 72218               };
 72219 mike  1.1.2.1 
 72220               static MetaProperty
 72221               _CIM_BGPAttributes_AsSet =
 72222               {
 72223                   /* flags */
 72224                   META_FLAG_PROPERTY|META_FLAG_READ,
 72225                   /* name */
 72226                   "AsSet",
 72227                   /* qualifiers */
 72228                   _CIM_BGPAttributes_AsSet_qualifiers,
 72229                   /* type */
 72230                   CIMTYPE_STRING,
 72231                   /* subscript */
 72232                   -1,
 72233                   /* value */
 72234                   0,
 72235               };
 72236               
 72237               static const char*
 72238               _CIM_BGPAttributes_NextHop_qualifiers[] =
 72239               {
 72240 mike  1.1.2.1     /* MappingStrings */
 72241                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrNextHop\000",
 72242                   0,
 72243               };
 72244               
 72245               static MetaProperty
 72246               _CIM_BGPAttributes_NextHop =
 72247               {
 72248                   /* flags */
 72249                   META_FLAG_PROPERTY|META_FLAG_READ,
 72250                   /* name */
 72251                   "NextHop",
 72252                   /* qualifiers */
 72253                   _CIM_BGPAttributes_NextHop_qualifiers,
 72254                   /* type */
 72255                   CIMTYPE_STRING,
 72256                   /* subscript */
 72257                   -1,
 72258                   /* value */
 72259                   0,
 72260               };
 72261 mike  1.1.2.1 
 72262               static const char*
 72263               _CIM_BGPAttributes_NextHopSelf_qualifiers[] =
 72264               {
 72265                   0,
 72266               };
 72267               
 72268               static MetaProperty
 72269               _CIM_BGPAttributes_NextHopSelf =
 72270               {
 72271                   /* flags */
 72272                   META_FLAG_PROPERTY|META_FLAG_READ,
 72273                   /* name */
 72274                   "NextHopSelf",
 72275                   /* qualifiers */
 72276                   _CIM_BGPAttributes_NextHopSelf_qualifiers,
 72277                   /* type */
 72278                   CIMTYPE_STRING,
 72279                   /* subscript */
 72280                   -1,
 72281                   /* value */
 72282 mike  1.1.2.1     0,
 72283               };
 72284               
 72285               static const char*
 72286               _CIM_BGPAttributes_MED_qualifiers[] =
 72287               {
 72288                   /* MappingStrings */
 72289                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrMultiExitDisc\000",
 72290                   0,
 72291               };
 72292               
 72293               static MetaProperty
 72294               _CIM_BGPAttributes_MED =
 72295               {
 72296                   /* flags */
 72297                   META_FLAG_PROPERTY|META_FLAG_READ,
 72298                   /* name */
 72299                   "MED",
 72300                   /* qualifiers */
 72301                   _CIM_BGPAttributes_MED_qualifiers,
 72302                   /* type */
 72303 mike  1.1.2.1     CIMTYPE_UINT32,
 72304                   /* subscript */
 72305                   -1,
 72306                   /* value */
 72307                   0,
 72308               };
 72309               
 72310               static const char*
 72311               _CIM_BGPAttributes_BGPCommunityValue_qualifiers[] =
 72312               {
 72313                   0,
 72314               };
 72315               
 72316               static MetaProperty
 72317               _CIM_BGPAttributes_BGPCommunityValue =
 72318               {
 72319                   /* flags */
 72320                   META_FLAG_PROPERTY|META_FLAG_READ,
 72321                   /* name */
 72322                   "BGPCommunityValue",
 72323                   /* qualifiers */
 72324 mike  1.1.2.1     _CIM_BGPAttributes_BGPCommunityValue_qualifiers,
 72325                   /* type */
 72326                   CIMTYPE_UINT32,
 72327                   /* subscript */
 72328                   -1,
 72329                   /* value */
 72330                   0,
 72331               };
 72332               
 72333               static const char*
 72334               _CIM_BGPAttributes_AtomicAggregate_qualifiers[] =
 72335               {
 72336                   /* MappingStrings */
 72337                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrAtomicAggregate\000",
 72338                   0,
 72339               };
 72340               
 72341               static MetaProperty
 72342               _CIM_BGPAttributes_AtomicAggregate =
 72343               {
 72344                   /* flags */
 72345 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 72346                   /* name */
 72347                   "AtomicAggregate",
 72348                   /* qualifiers */
 72349                   _CIM_BGPAttributes_AtomicAggregate_qualifiers,
 72350                   /* type */
 72351                   CIMTYPE_BOOLEAN,
 72352                   /* subscript */
 72353                   -1,
 72354                   /* value */
 72355                   0,
 72356               };
 72357               
 72358               static const char*
 72359               _CIM_BGPAttributes_Aggregator_qualifiers[] =
 72360               {
 72361                   /* MappingStrings */
 72362                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrAggregatorAS\000",
 72363                   0,
 72364               };
 72365               
 72366 mike  1.1.2.1 static MetaProperty
 72367               _CIM_BGPAttributes_Aggregator =
 72368               {
 72369                   /* flags */
 72370                   META_FLAG_PROPERTY|META_FLAG_READ,
 72371                   /* name */
 72372                   "Aggregator",
 72373                   /* qualifiers */
 72374                   _CIM_BGPAttributes_Aggregator_qualifiers,
 72375                   /* type */
 72376                   CIMTYPE_STRING,
 72377                   /* subscript */
 72378                   -1,
 72379                   /* value */
 72380                   0,
 72381               };
 72382               
 72383               static const char*
 72384               _CIM_BGPAttributes_Origin_qualifiers[] =
 72385               {
 72386                   /* ValueMap */
 72387 mike  1.1.2.1     "\061\000\0031\0002\0003\000",
 72388                   /* Values */
 72389                   "\062\000\003IGP\000EGP\000INCOMPLETE\000",
 72390                   /* MappingStrings */
 72391                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrOrigin\000",
 72392                   0,
 72393               };
 72394               
 72395               static MetaProperty
 72396               _CIM_BGPAttributes_Origin =
 72397               {
 72398                   /* flags */
 72399                   META_FLAG_PROPERTY|META_FLAG_READ,
 72400                   /* name */
 72401                   "Origin",
 72402                   /* qualifiers */
 72403                   _CIM_BGPAttributes_Origin_qualifiers,
 72404                   /* type */
 72405                   CIMTYPE_UINT16,
 72406                   /* subscript */
 72407                   -1,
 72408 mike  1.1.2.1     /* value */
 72409                   0,
 72410               };
 72411               
 72412               static const char*
 72413               _CIM_BGPAttributes_OriginatorID_qualifiers[] =
 72414               {
 72415                   0,
 72416               };
 72417               
 72418               static MetaProperty
 72419               _CIM_BGPAttributes_OriginatorID =
 72420               {
 72421                   /* flags */
 72422                   META_FLAG_PROPERTY|META_FLAG_READ,
 72423                   /* name */
 72424                   "OriginatorID",
 72425                   /* qualifiers */
 72426                   _CIM_BGPAttributes_OriginatorID_qualifiers,
 72427                   /* type */
 72428                   CIMTYPE_STRING,
 72429 mike  1.1.2.1     /* subscript */
 72430                   -1,
 72431                   /* value */
 72432                   0,
 72433               };
 72434               
 72435               static MetaFeature*
 72436               _CIM_BGPAttributes_features[] =
 72437               {
 72438                   (MetaFeature*)&_CIM_BGPAttributes_SystemCreationClassName,
 72439                   (MetaFeature*)&_CIM_BGPAttributes_SystemName,
 72440                   (MetaFeature*)&_CIM_BGPAttributes_Version,
 72441                   (MetaFeature*)&_CIM_BGPAttributes_LocalPreference,
 72442                   (MetaFeature*)&_CIM_BGPAttributes_ASPath,
 72443                   (MetaFeature*)&_CIM_BGPAttributes_AsSet,
 72444                   (MetaFeature*)&_CIM_BGPAttributes_NextHop,
 72445                   (MetaFeature*)&_CIM_BGPAttributes_NextHopSelf,
 72446                   (MetaFeature*)&_CIM_BGPAttributes_MED,
 72447                   (MetaFeature*)&_CIM_BGPAttributes_BGPCommunityValue,
 72448                   (MetaFeature*)&_CIM_BGPAttributes_AtomicAggregate,
 72449                   (MetaFeature*)&_CIM_BGPAttributes_Aggregator,
 72450 mike  1.1.2.1     (MetaFeature*)&_CIM_BGPAttributes_Origin,
 72451                   (MetaFeature*)&_CIM_BGPAttributes_OriginatorID,
 72452                   0,
 72453               };
 72454               
 72455               static const char*
 72456               __root_cimv2_CIM_BGPAttributes_qualifiers[] =
 72457               {
 72458                   /* UMLPackagePath */
 72459                   "\057CIM::Network::BGP",
 72460                   /* Version */
 72461                   "\0632.7.0",
 72462                   0,
 72463               };
 72464               
 72465               MetaClass
 72466               __root_cimv2_CIM_BGPAttributes =
 72467               {
 72468                   /* flags */
 72469                   META_FLAG_CLASS,
 72470                   /* name */
 72471 mike  1.1.2.1     "CIM_BGPAttributes",
 72472                   /* qualifiers */
 72473                   __root_cimv2_CIM_BGPAttributes_qualifiers,
 72474                   /* super */
 72475                   &__root_cimv2_CIM_LogicalElement,
 72476                   /* features */
 72477                   _CIM_BGPAttributes_features,
 72478               };
 72479               
 72480               //==============================================================================
 72481               //
 72482               // Class: CIM_BGPPathAttributes
 72483               //
 72484               //==============================================================================
 72485               
 72486               static const char*
 72487               _CIM_BGPPathAttributes_ASNumbers_qualifiers[] =
 72488               {
 72489                   /* Key */
 72490                   "\025\001",
 72491                   /* MaxLen */
 72492 mike  1.1.2.1     "\030\000\000\002\000",
 72493                   0,
 72494               };
 72495               
 72496               static MetaProperty
 72497               _CIM_BGPPathAttributes_ASNumbers =
 72498               {
 72499                   /* flags */
 72500                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 72501                   /* name */
 72502                   "ASNumbers",
 72503                   /* qualifiers */
 72504                   _CIM_BGPPathAttributes_ASNumbers_qualifiers,
 72505                   /* type */
 72506                   CIMTYPE_STRING,
 72507                   /* subscript */
 72508                   -1,
 72509                   /* value */
 72510                   0,
 72511               };
 72512               
 72513 mike  1.1.2.1 static const char*
 72514               _CIM_BGPPathAttributes_PathAttrNextHop_qualifiers[] =
 72515               {
 72516                   /* Key */
 72517                   "\025\001",
 72518                   /* MaxLen */
 72519                   "\030\000\000\000\040",
 72520                   /* MappingStrings */
 72521                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrNextHop\000",
 72522                   0,
 72523               };
 72524               
 72525               static MetaProperty
 72526               _CIM_BGPPathAttributes_PathAttrNextHop =
 72527               {
 72528                   /* flags */
 72529                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 72530                   /* name */
 72531                   "PathAttrNextHop",
 72532                   /* qualifiers */
 72533                   _CIM_BGPPathAttributes_PathAttrNextHop_qualifiers,
 72534 mike  1.1.2.1     /* type */
 72535                   CIMTYPE_STRING,
 72536                   /* subscript */
 72537                   -1,
 72538                   /* value */
 72539                   0,
 72540               };
 72541               
 72542               static const char*
 72543               _CIM_BGPPathAttributes_PathAttrASPathSegment_qualifiers[] =
 72544               {
 72545                   /* OctetString */
 72546                   "\042\001",
 72547                   /* MappingStrings */
 72548                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrASPathSegment\000",
 72549                   0,
 72550               };
 72551               
 72552               static MetaProperty
 72553               _CIM_BGPPathAttributes_PathAttrASPathSegment =
 72554               {
 72555 mike  1.1.2.1     /* flags */
 72556                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 72557                   /* name */
 72558                   "PathAttrASPathSegment",
 72559                   /* qualifiers */
 72560                   _CIM_BGPPathAttributes_PathAttrASPathSegment_qualifiers,
 72561                   /* type */
 72562                   CIMTYPE_UINT8,
 72563                   /* subscript */
 72564                   0,
 72565                   /* value */
 72566                   0,
 72567               };
 72568               
 72569               static const char*
 72570               _CIM_BGPPathAttributes_PathAttrOrigin_qualifiers[] =
 72571               {
 72572                   /* ValueMap */
 72573                   "\061\000\0031\0002\0003\000",
 72574                   /* Values */
 72575                   "\062\000\003IGP\000EGP\000Incomplete\000",
 72576 mike  1.1.2.1     /* MappingStrings */
 72577                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrOrigin\000",
 72578                   0,
 72579               };
 72580               
 72581               static MetaProperty
 72582               _CIM_BGPPathAttributes_PathAttrOrigin =
 72583               {
 72584                   /* flags */
 72585                   META_FLAG_PROPERTY|META_FLAG_READ,
 72586                   /* name */
 72587                   "PathAttrOrigin",
 72588                   /* qualifiers */
 72589                   _CIM_BGPPathAttributes_PathAttrOrigin_qualifiers,
 72590                   /* type */
 72591                   CIMTYPE_UINT16,
 72592                   /* subscript */
 72593                   -1,
 72594                   /* value */
 72595                   0,
 72596               };
 72597 mike  1.1.2.1 
 72598               static const char*
 72599               _CIM_BGPPathAttributes_PathAttrMultiExitDisc_qualifiers[] =
 72600               {
 72601                   /* MappingStrings */
 72602                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrMultiExitDisc\000",
 72603                   0,
 72604               };
 72605               
 72606               static MetaProperty
 72607               _CIM_BGPPathAttributes_PathAttrMultiExitDisc =
 72608               {
 72609                   /* flags */
 72610                   META_FLAG_PROPERTY|META_FLAG_READ,
 72611                   /* name */
 72612                   "PathAttrMultiExitDisc",
 72613                   /* qualifiers */
 72614                   _CIM_BGPPathAttributes_PathAttrMultiExitDisc_qualifiers,
 72615                   /* type */
 72616                   CIMTYPE_SINT32,
 72617                   /* subscript */
 72618 mike  1.1.2.1     -1,
 72619                   /* value */
 72620                   0,
 72621               };
 72622               
 72623               static const char*
 72624               _CIM_BGPPathAttributes_PathAttrLocalPref_qualifiers[] =
 72625               {
 72626                   /* MappingStrings */
 72627                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrLocalPref\000",
 72628                   0,
 72629               };
 72630               
 72631               static MetaProperty
 72632               _CIM_BGPPathAttributes_PathAttrLocalPref =
 72633               {
 72634                   /* flags */
 72635                   META_FLAG_PROPERTY|META_FLAG_READ,
 72636                   /* name */
 72637                   "PathAttrLocalPref",
 72638                   /* qualifiers */
 72639 mike  1.1.2.1     _CIM_BGPPathAttributes_PathAttrLocalPref_qualifiers,
 72640                   /* type */
 72641                   CIMTYPE_SINT32,
 72642                   /* subscript */
 72643                   -1,
 72644                   /* value */
 72645                   0,
 72646               };
 72647               
 72648               static const char*
 72649               _CIM_BGPPathAttributes_PathAttrAtomicAggregate_qualifiers[] =
 72650               {
 72651                   /* ValueMap */
 72652                   "\061\000\0030\0001\0002\000",
 72653                   /* Values */
 72654                   "\062\000\003Unknown\000Less Specific Not Selected\000Less Specific Selected\000",
 72655                   /* MappingStrings */
 72656                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrAtomicAggregate\000",
 72657                   0,
 72658               };
 72659               
 72660 mike  1.1.2.1 static MetaProperty
 72661               _CIM_BGPPathAttributes_PathAttrAtomicAggregate =
 72662               {
 72663                   /* flags */
 72664                   META_FLAG_PROPERTY|META_FLAG_READ,
 72665                   /* name */
 72666                   "PathAttrAtomicAggregate",
 72667                   /* qualifiers */
 72668                   _CIM_BGPPathAttributes_PathAttrAtomicAggregate_qualifiers,
 72669                   /* type */
 72670                   CIMTYPE_UINT32,
 72671                   /* subscript */
 72672                   -1,
 72673                   /* value */
 72674                   0,
 72675               };
 72676               
 72677               static const char*
 72678               _CIM_BGPPathAttributes_PathAttrAggregatorAS_qualifiers[] =
 72679               {
 72680                   /* MappingStrings */
 72681 mike  1.1.2.1     "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrAggregatorAS\000",
 72682                   0,
 72683               };
 72684               
 72685               static MetaProperty
 72686               _CIM_BGPPathAttributes_PathAttrAggregatorAS =
 72687               {
 72688                   /* flags */
 72689                   META_FLAG_PROPERTY|META_FLAG_READ,
 72690                   /* name */
 72691                   "PathAttrAggregatorAS",
 72692                   /* qualifiers */
 72693                   _CIM_BGPPathAttributes_PathAttrAggregatorAS_qualifiers,
 72694                   /* type */
 72695                   CIMTYPE_UINT16,
 72696                   /* subscript */
 72697                   -1,
 72698                   /* value */
 72699                   0,
 72700               };
 72701               
 72702 mike  1.1.2.1 static const char*
 72703               _CIM_BGPPathAttributes_PathAttrAggregatorAddr_qualifiers[] =
 72704               {
 72705                   /* MappingStrings */
 72706                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrAggregatorAddr\000",
 72707                   0,
 72708               };
 72709               
 72710               static MetaProperty
 72711               _CIM_BGPPathAttributes_PathAttrAggregatorAddr =
 72712               {
 72713                   /* flags */
 72714                   META_FLAG_PROPERTY|META_FLAG_READ,
 72715                   /* name */
 72716                   "PathAttrAggregatorAddr",
 72717                   /* qualifiers */
 72718                   _CIM_BGPPathAttributes_PathAttrAggregatorAddr_qualifiers,
 72719                   /* type */
 72720                   CIMTYPE_STRING,
 72721                   /* subscript */
 72722                   -1,
 72723 mike  1.1.2.1     /* value */
 72724                   0,
 72725               };
 72726               
 72727               static const char*
 72728               _CIM_BGPPathAttributes_PathAttrCalcLocalPref_qualifiers[] =
 72729               {
 72730                   /* MappingStrings */
 72731                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrCalcLocalPref\000",
 72732                   0,
 72733               };
 72734               
 72735               static MetaProperty
 72736               _CIM_BGPPathAttributes_PathAttrCalcLocalPref =
 72737               {
 72738                   /* flags */
 72739                   META_FLAG_PROPERTY|META_FLAG_READ,
 72740                   /* name */
 72741                   "PathAttrCalcLocalPref",
 72742                   /* qualifiers */
 72743                   _CIM_BGPPathAttributes_PathAttrCalcLocalPref_qualifiers,
 72744 mike  1.1.2.1     /* type */
 72745                   CIMTYPE_SINT16,
 72746                   /* subscript */
 72747                   -1,
 72748                   /* value */
 72749                   0,
 72750               };
 72751               
 72752               static const char*
 72753               _CIM_BGPPathAttributes_PathAttrBest_qualifiers[] =
 72754               {
 72755                   /* ValueMap */
 72756                   "\061\000\0030\0001\0002\000",
 72757                   /* Values */
 72758                   "\062\000\003Unknown\000False\000True\000",
 72759                   /* MappingStrings */
 72760                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrBest\000",
 72761                   0,
 72762               };
 72763               
 72764               static MetaProperty
 72765 mike  1.1.2.1 _CIM_BGPPathAttributes_PathAttrBest =
 72766               {
 72767                   /* flags */
 72768                   META_FLAG_PROPERTY|META_FLAG_READ,
 72769                   /* name */
 72770                   "PathAttrBest",
 72771                   /* qualifiers */
 72772                   _CIM_BGPPathAttributes_PathAttrBest_qualifiers,
 72773                   /* type */
 72774                   CIMTYPE_UINT16,
 72775                   /* subscript */
 72776                   -1,
 72777                   /* value */
 72778                   0,
 72779               };
 72780               
 72781               static const char*
 72782               _CIM_BGPPathAttributes_PathAttrUnknown_qualifiers[] =
 72783               {
 72784                   /* OctetString */
 72785                   "\042\001",
 72786 mike  1.1.2.1     /* MappingStrings */
 72787                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrUnknown\000",
 72788                   /* ModelCorrespondence */
 72789                   "\036\000\001CIM_BGPPathAttributes.PathAttrUnknownNumber\000",
 72790                   0,
 72791               };
 72792               
 72793               static MetaProperty
 72794               _CIM_BGPPathAttributes_PathAttrUnknown =
 72795               {
 72796                   /* flags */
 72797                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 72798                   /* name */
 72799                   "PathAttrUnknown",
 72800                   /* qualifiers */
 72801                   _CIM_BGPPathAttributes_PathAttrUnknown_qualifiers,
 72802                   /* type */
 72803                   CIMTYPE_STRING,
 72804                   /* subscript */
 72805                   0,
 72806                   /* value */
 72807 mike  1.1.2.1     0,
 72808               };
 72809               
 72810               static const char*
 72811               _CIM_BGPPathAttributes_PathAttrUnknownNumber_qualifiers[] =
 72812               {
 72813                   /* MappingStrings */
 72814                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrUnknown\000",
 72815                   /* ModelCorrespondence */
 72816                   "\036\000\001CIM_BGPPathAttributes.PathAttrUnknown\000",
 72817                   0,
 72818               };
 72819               
 72820               static MetaProperty
 72821               _CIM_BGPPathAttributes_PathAttrUnknownNumber =
 72822               {
 72823                   /* flags */
 72824                   META_FLAG_PROPERTY|META_FLAG_READ,
 72825                   /* name */
 72826                   "PathAttrUnknownNumber",
 72827                   /* qualifiers */
 72828 mike  1.1.2.1     _CIM_BGPPathAttributes_PathAttrUnknownNumber_qualifiers,
 72829                   /* type */
 72830                   CIMTYPE_UINT16,
 72831                   /* subscript */
 72832                   -1,
 72833                   /* value */
 72834                   0,
 72835               };
 72836               
 72837               static MetaFeature*
 72838               _CIM_BGPPathAttributes_features[] =
 72839               {
 72840                   (MetaFeature*)&_CIM_BGPPathAttributes_ASNumbers,
 72841                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrNextHop,
 72842                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrASPathSegment,
 72843                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrOrigin,
 72844                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrMultiExitDisc,
 72845                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrLocalPref,
 72846                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrAtomicAggregate,
 72847                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrAggregatorAS,
 72848                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrAggregatorAddr,
 72849 mike  1.1.2.1     (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrCalcLocalPref,
 72850                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrBest,
 72851                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrUnknown,
 72852                   (MetaFeature*)&_CIM_BGPPathAttributes_PathAttrUnknownNumber,
 72853                   0,
 72854               };
 72855               
 72856               static const char*
 72857               __root_cimv2_CIM_BGPPathAttributes_qualifiers[] =
 72858               {
 72859                   /* UMLPackagePath */
 72860                   "\057CIM::Network::BGP",
 72861                   /* Version */
 72862                   "\0632.7.0",
 72863                   0,
 72864               };
 72865               
 72866               MetaClass
 72867               __root_cimv2_CIM_BGPPathAttributes =
 72868               {
 72869                   /* flags */
 72870 mike  1.1.2.1     META_FLAG_CLASS,
 72871                   /* name */
 72872                   "CIM_BGPPathAttributes",
 72873                   /* qualifiers */
 72874                   __root_cimv2_CIM_BGPPathAttributes_qualifiers,
 72875                   /* super */
 72876                   &__root_cimv2_CIM_LogicalElement,
 72877                   /* features */
 72878                   _CIM_BGPPathAttributes_features,
 72879               };
 72880               
 72881               //==============================================================================
 72882               //
 72883               // Class: CIM_BGPRouteMap
 72884               //
 72885               //==============================================================================
 72886               
 72887               static const char*
 72888               _CIM_BGPRouteMap_SystemCreationClassName_qualifiers[] =
 72889               {
 72890                   /* Key */
 72891 mike  1.1.2.1     "\025\001",
 72892                   /* Propagated */
 72893                   "\045CIM_AutonomousSystem.CreationClassName",
 72894                   /* MaxLen */
 72895                   "\030\000\000\001\000",
 72896                   0,
 72897               };
 72898               
 72899               static MetaProperty
 72900               _CIM_BGPRouteMap_SystemCreationClassName =
 72901               {
 72902                   /* flags */
 72903                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 72904                   /* name */
 72905                   "SystemCreationClassName",
 72906                   /* qualifiers */
 72907                   _CIM_BGPRouteMap_SystemCreationClassName_qualifiers,
 72908                   /* type */
 72909                   CIMTYPE_STRING,
 72910                   /* subscript */
 72911                   -1,
 72912 mike  1.1.2.1     /* value */
 72913                   0,
 72914               };
 72915               
 72916               static const char*
 72917               _CIM_BGPRouteMap_SystemName_qualifiers[] =
 72918               {
 72919                   /* Key */
 72920                   "\025\001",
 72921                   /* Propagated */
 72922                   "\045CIM_AutonomousSystem.Name",
 72923                   /* MaxLen */
 72924                   "\030\000\000\001\000",
 72925                   0,
 72926               };
 72927               
 72928               static MetaProperty
 72929               _CIM_BGPRouteMap_SystemName =
 72930               {
 72931                   /* flags */
 72932                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 72933 mike  1.1.2.1     /* name */
 72934                   "SystemName",
 72935                   /* qualifiers */
 72936                   _CIM_BGPRouteMap_SystemName_qualifiers,
 72937                   /* type */
 72938                   CIMTYPE_STRING,
 72939                   /* subscript */
 72940                   -1,
 72941                   /* value */
 72942                   0,
 72943               };
 72944               
 72945               static const char*
 72946               _CIM_BGPRouteMap_CreationClassName_qualifiers[] =
 72947               {
 72948                   /* Key */
 72949                   "\025\001",
 72950                   0,
 72951               };
 72952               
 72953               static MetaProperty
 72954 mike  1.1.2.1 _CIM_BGPRouteMap_CreationClassName =
 72955               {
 72956                   /* flags */
 72957                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 72958                   /* name */
 72959                   "CreationClassName",
 72960                   /* qualifiers */
 72961                   _CIM_BGPRouteMap_CreationClassName_qualifiers,
 72962                   /* type */
 72963                   CIMTYPE_STRING,
 72964                   /* subscript */
 72965                   -1,
 72966                   /* value */
 72967                   0,
 72968               };
 72969               
 72970               static const char*
 72971               _CIM_BGPRouteMap_Name_qualifiers[] =
 72972               {
 72973                   /* Key */
 72974                   "\025\001",
 72975 mike  1.1.2.1     /* Override */
 72976                   "\044Name",
 72977                   /* MaxLen */
 72978                   "\030\000\000\001\000",
 72979                   0,
 72980               };
 72981               
 72982               static MetaProperty
 72983               _CIM_BGPRouteMap_Name =
 72984               {
 72985                   /* flags */
 72986                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 72987                   /* name */
 72988                   "Name",
 72989                   /* qualifiers */
 72990                   _CIM_BGPRouteMap_Name_qualifiers,
 72991                   /* type */
 72992                   CIMTYPE_STRING,
 72993                   /* subscript */
 72994                   -1,
 72995                   /* value */
 72996 mike  1.1.2.1     0,
 72997               };
 72998               
 72999               static const char*
 73000               _CIM_BGPRouteMap_Direction_qualifiers[] =
 73001               {
 73002                   /* ValueMap */
 73003                   "\061\000\0031\0002\0003\000",
 73004                   /* Values */
 73005                   "\062\000\003Input\000Output\000Both\000",
 73006                   0,
 73007               };
 73008               
 73009               static MetaProperty
 73010               _CIM_BGPRouteMap_Direction =
 73011               {
 73012                   /* flags */
 73013                   META_FLAG_PROPERTY|META_FLAG_READ,
 73014                   /* name */
 73015                   "Direction",
 73016                   /* qualifiers */
 73017 mike  1.1.2.1     _CIM_BGPRouteMap_Direction_qualifiers,
 73018                   /* type */
 73019                   CIMTYPE_UINT16,
 73020                   /* subscript */
 73021                   -1,
 73022                   /* value */
 73023                   0,
 73024               };
 73025               
 73026               static const char*
 73027               _CIM_BGPRouteMap_Action_qualifiers[] =
 73028               {
 73029                   /* ValueMap */
 73030                   "\061\000\0021\0002\000",
 73031                   /* Values */
 73032                   "\062\000\002Permit\000Deny\000",
 73033                   0,
 73034               };
 73035               
 73036               static MetaProperty
 73037               _CIM_BGPRouteMap_Action =
 73038 mike  1.1.2.1 {
 73039                   /* flags */
 73040                   META_FLAG_PROPERTY|META_FLAG_READ,
 73041                   /* name */
 73042                   "Action",
 73043                   /* qualifiers */
 73044                   _CIM_BGPRouteMap_Action_qualifiers,
 73045                   /* type */
 73046                   CIMTYPE_UINT16,
 73047                   /* subscript */
 73048                   -1,
 73049                   /* value */
 73050                   0,
 73051               };
 73052               
 73053               static const char*
 73054               _CIM_BGPRouteMap_MatchConditionType_qualifiers[] =
 73055               {
 73056                   /* ValueMap */
 73057                   "\061\000\0111\0002\0003\0004\0005\0006\0007\0008\0009\000",
 73058                   /* Values */
 73059 mike  1.1.2.1     "\062\000\011Other\000Source Address and Mask\000Destination Address and Mask\000Source Port\000Source Port Range\000Destination Port\000Destination Port Range\000Protocol Type\000Protocol Type and Option\000",
 73060                   /* ModelCorrespondence */
 73061                   "\036\000\001CIM_BGPRouteMap.OtherMatchConditionType\000",
 73062                   0,
 73063               };
 73064               
 73065               static MetaProperty
 73066               _CIM_BGPRouteMap_MatchConditionType =
 73067               {
 73068                   /* flags */
 73069                   META_FLAG_PROPERTY|META_FLAG_READ,
 73070                   /* name */
 73071                   "MatchConditionType",
 73072                   /* qualifiers */
 73073                   _CIM_BGPRouteMap_MatchConditionType_qualifiers,
 73074                   /* type */
 73075                   CIMTYPE_UINT16,
 73076                   /* subscript */
 73077                   -1,
 73078                   /* value */
 73079                   0,
 73080 mike  1.1.2.1 };
 73081               
 73082               static const char*
 73083               _CIM_BGPRouteMap_OtherMatchConditionType_qualifiers[] =
 73084               {
 73085                   /* ModelCorrespondence */
 73086                   "\036\000\001CIM_BGPRouteMap.MatchConditionType\000",
 73087                   0,
 73088               };
 73089               
 73090               static MetaProperty
 73091               _CIM_BGPRouteMap_OtherMatchConditionType =
 73092               {
 73093                   /* flags */
 73094                   META_FLAG_PROPERTY|META_FLAG_READ,
 73095                   /* name */
 73096                   "OtherMatchConditionType",
 73097                   /* qualifiers */
 73098                   _CIM_BGPRouteMap_OtherMatchConditionType_qualifiers,
 73099                   /* type */
 73100                   CIMTYPE_STRING,
 73101 mike  1.1.2.1     /* subscript */
 73102                   -1,
 73103                   /* value */
 73104                   0,
 73105               };
 73106               
 73107               static const char*
 73108               _CIM_BGPRouteMap_SetMetricType_qualifiers[] =
 73109               {
 73110                   /* ValueMap */
 73111                   "\061\000\0111\0002\0003\0004\0005\0006\0007\0008\0009\000",
 73112                   /* Values */
 73113                   "\062\000\011Origin\000AS_Path\000NEXT_HOP\000Multi_Exit_Disc\000Local_Pref\000Atomic_Aggregate\000Aggregator\000Community\000Originator_ID\000",
 73114                   /* ModelCorrespondence */
 73115                   "\036\000\001CIM_BGPRouteMap.SetMetricValue\000",
 73116                   0,
 73117               };
 73118               
 73119               static MetaProperty
 73120               _CIM_BGPRouteMap_SetMetricType =
 73121               {
 73122 mike  1.1.2.1     /* flags */
 73123                   META_FLAG_PROPERTY|META_FLAG_READ,
 73124                   /* name */
 73125                   "SetMetricType",
 73126                   /* qualifiers */
 73127                   _CIM_BGPRouteMap_SetMetricType_qualifiers,
 73128                   /* type */
 73129                   CIMTYPE_UINT16,
 73130                   /* subscript */
 73131                   -1,
 73132                   /* value */
 73133                   0,
 73134               };
 73135               
 73136               static const char*
 73137               _CIM_BGPRouteMap_SetMetricValue_qualifiers[] =
 73138               {
 73139                   0,
 73140               };
 73141               
 73142               static MetaProperty
 73143 mike  1.1.2.1 _CIM_BGPRouteMap_SetMetricValue =
 73144               {
 73145                   /* flags */
 73146                   META_FLAG_PROPERTY|META_FLAG_READ,
 73147                   /* name */
 73148                   "SetMetricValue",
 73149                   /* qualifiers */
 73150                   _CIM_BGPRouteMap_SetMetricValue_qualifiers,
 73151                   /* type */
 73152                   CIMTYPE_STRING,
 73153                   /* subscript */
 73154                   -1,
 73155                   /* value */
 73156                   0,
 73157               };
 73158               
 73159               static MetaFeature*
 73160               _CIM_BGPRouteMap_features[] =
 73161               {
 73162                   (MetaFeature*)&_CIM_BGPRouteMap_SystemCreationClassName,
 73163                   (MetaFeature*)&_CIM_BGPRouteMap_SystemName,
 73164 mike  1.1.2.1     (MetaFeature*)&_CIM_BGPRouteMap_CreationClassName,
 73165                   (MetaFeature*)&_CIM_BGPRouteMap_Name,
 73166                   (MetaFeature*)&_CIM_BGPRouteMap_Direction,
 73167                   (MetaFeature*)&_CIM_BGPRouteMap_Action,
 73168                   (MetaFeature*)&_CIM_BGPRouteMap_MatchConditionType,
 73169                   (MetaFeature*)&_CIM_BGPRouteMap_OtherMatchConditionType,
 73170                   (MetaFeature*)&_CIM_BGPRouteMap_SetMetricType,
 73171                   (MetaFeature*)&_CIM_BGPRouteMap_SetMetricValue,
 73172                   0,
 73173               };
 73174               
 73175               static const char*
 73176               __root_cimv2_CIM_BGPRouteMap_qualifiers[] =
 73177               {
 73178                   /* UMLPackagePath */
 73179                   "\057CIM::Network::BGP",
 73180                   /* Version */
 73181                   "\0632.7.0",
 73182                   0,
 73183               };
 73184               
 73185 mike  1.1.2.1 MetaClass
 73186               __root_cimv2_CIM_BGPRouteMap =
 73187               {
 73188                   /* flags */
 73189                   META_FLAG_CLASS,
 73190                   /* name */
 73191                   "CIM_BGPRouteMap",
 73192                   /* qualifiers */
 73193                   __root_cimv2_CIM_BGPRouteMap_qualifiers,
 73194                   /* super */
 73195                   &__root_cimv2_CIM_LogicalElement,
 73196                   /* features */
 73197                   _CIM_BGPRouteMap_features,
 73198               };
 73199               
 73200               //==============================================================================
 73201               //
 73202               // Class: CIM_BGPRouteMapsInRoutingPolicy
 73203               //
 73204               //==============================================================================
 73205               
 73206 mike  1.1.2.1 static const char*
 73207               _CIM_BGPRouteMapsInRoutingPolicy_GroupComponent_qualifiers[] =
 73208               {
 73209                   /* Aggregate */
 73210                   "\003\001",
 73211                   /* Override */
 73212                   "\044GroupComponent",
 73213                   0,
 73214               };
 73215               
 73216               static MetaReference
 73217               _CIM_BGPRouteMapsInRoutingPolicy_GroupComponent =
 73218               {
 73219                   /* flags */
 73220                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 73221                   /* name */
 73222                   "GroupComponent",
 73223                   /* qualifiers */
 73224                   _CIM_BGPRouteMapsInRoutingPolicy_GroupComponent_qualifiers,
 73225                   /* subscript */
 73226                   -1,
 73227 mike  1.1.2.1     /* refId */
 73228                   &__root_cimv2_CIM_RoutingPolicy,
 73229               };
 73230               
 73231               static const char*
 73232               _CIM_BGPRouteMapsInRoutingPolicy_PartComponent_qualifiers[] =
 73233               {
 73234                   /* Override */
 73235                   "\044PartComponent",
 73236                   0,
 73237               };
 73238               
 73239               static MetaReference
 73240               _CIM_BGPRouteMapsInRoutingPolicy_PartComponent =
 73241               {
 73242                   /* flags */
 73243                   META_FLAG_REFERENCE|META_FLAG_READ,
 73244                   /* name */
 73245                   "PartComponent",
 73246                   /* qualifiers */
 73247                   _CIM_BGPRouteMapsInRoutingPolicy_PartComponent_qualifiers,
 73248 mike  1.1.2.1     /* subscript */
 73249                   -1,
 73250                   /* refId */
 73251                   &__root_cimv2_CIM_BGPRouteMap,
 73252               };
 73253               
 73254               static const char*
 73255               _CIM_BGPRouteMapsInRoutingPolicy_MapSequence_qualifiers[] =
 73256               {
 73257                   0,
 73258               };
 73259               
 73260               static MetaProperty
 73261               _CIM_BGPRouteMapsInRoutingPolicy_MapSequence =
 73262               {
 73263                   /* flags */
 73264                   META_FLAG_PROPERTY|META_FLAG_READ,
 73265                   /* name */
 73266                   "MapSequence",
 73267                   /* qualifiers */
 73268                   _CIM_BGPRouteMapsInRoutingPolicy_MapSequence_qualifiers,
 73269 mike  1.1.2.1     /* type */
 73270                   CIMTYPE_UINT16,
 73271                   /* subscript */
 73272                   -1,
 73273                   /* value */
 73274                   0,
 73275               };
 73276               
 73277               static MetaFeature*
 73278               _CIM_BGPRouteMapsInRoutingPolicy_features[] =
 73279               {
 73280                   (MetaFeature*)&_CIM_BGPRouteMapsInRoutingPolicy_GroupComponent,
 73281                   (MetaFeature*)&_CIM_BGPRouteMapsInRoutingPolicy_PartComponent,
 73282                   (MetaFeature*)&_CIM_BGPRouteMapsInRoutingPolicy_MapSequence,
 73283                   0,
 73284               };
 73285               
 73286               static const char*
 73287               __root_cimv2_CIM_BGPRouteMapsInRoutingPolicy_qualifiers[] =
 73288               {
 73289                   /* ASSOCIATION */
 73290 mike  1.1.2.1     "\000\001",
 73291                   /* UMLPackagePath */
 73292                   "\057CIM::Network::BGP",
 73293                   /* Aggregation */
 73294                   "\004\001",
 73295                   /* Version */
 73296                   "\0632.6.0",
 73297                   0,
 73298               };
 73299               
 73300               MetaClass
 73301               __root_cimv2_CIM_BGPRouteMapsInRoutingPolicy =
 73302               {
 73303                   /* flags */
 73304                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 73305                   /* name */
 73306                   "CIM_BGPRouteMapsInRoutingPolicy",
 73307                   /* qualifiers */
 73308                   __root_cimv2_CIM_BGPRouteMapsInRoutingPolicy_qualifiers,
 73309                   /* super */
 73310                   &__root_cimv2_CIM_Component,
 73311 mike  1.1.2.1     /* features */
 73312                   _CIM_BGPRouteMapsInRoutingPolicy_features,
 73313               };
 73314               
 73315               //==============================================================================
 73316               //
 73317               // Class: CIM_BGPStatistics
 73318               //
 73319               //==============================================================================
 73320               
 73321               static const char*
 73322               _CIM_BGPStatistics_InUpdates_qualifiers[] =
 73323               {
 73324                   /* Deprecated */
 73325                   "\013\000\001CIM_BGPEndpointStatistics.InUpdates\000",
 73326                   /* Counter */
 73327                   "\012\001",
 73328                   /* MappingStrings */
 73329                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerInUpdates\000",
 73330                   0,
 73331               };
 73332 mike  1.1.2.1 
 73333               static MetaProperty
 73334               _CIM_BGPStatistics_InUpdates =
 73335               {
 73336                   /* flags */
 73337                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 73338                   /* name */
 73339                   "InUpdates",
 73340                   /* qualifiers */
 73341                   _CIM_BGPStatistics_InUpdates_qualifiers,
 73342                   /* type */
 73343                   CIMTYPE_UINT32,
 73344                   /* subscript */
 73345                   -1,
 73346                   /* value */
 73347                   0,
 73348               };
 73349               
 73350               static const char*
 73351               _CIM_BGPStatistics_OutUpdates_qualifiers[] =
 73352               {
 73353 mike  1.1.2.1     /* Deprecated */
 73354                   "\013\000\001CIM_BGPEndpointStatistics.OutUpdates\000",
 73355                   /* Counter */
 73356                   "\012\001",
 73357                   /* MappingStrings */
 73358                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerOutUpdates\000",
 73359                   0,
 73360               };
 73361               
 73362               static MetaProperty
 73363               _CIM_BGPStatistics_OutUpdates =
 73364               {
 73365                   /* flags */
 73366                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 73367                   /* name */
 73368                   "OutUpdates",
 73369                   /* qualifiers */
 73370                   _CIM_BGPStatistics_OutUpdates_qualifiers,
 73371                   /* type */
 73372                   CIMTYPE_UINT32,
 73373                   /* subscript */
 73374 mike  1.1.2.1     -1,
 73375                   /* value */
 73376                   0,
 73377               };
 73378               
 73379               static const char*
 73380               _CIM_BGPStatistics_InTotalMessages_qualifiers[] =
 73381               {
 73382                   /* Deprecated */
 73383                   "\013\000\001CIM_BGPEndpointStatistics.InTotalMessages\000",
 73384                   /* Counter */
 73385                   "\012\001",
 73386                   /* MappingStrings */
 73387                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerInTotalMessages\000",
 73388                   0,
 73389               };
 73390               
 73391               static MetaProperty
 73392               _CIM_BGPStatistics_InTotalMessages =
 73393               {
 73394                   /* flags */
 73395 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 73396                   /* name */
 73397                   "InTotalMessages",
 73398                   /* qualifiers */
 73399                   _CIM_BGPStatistics_InTotalMessages_qualifiers,
 73400                   /* type */
 73401                   CIMTYPE_UINT32,
 73402                   /* subscript */
 73403                   -1,
 73404                   /* value */
 73405                   0,
 73406               };
 73407               
 73408               static const char*
 73409               _CIM_BGPStatistics_OutTotalMessages_qualifiers[] =
 73410               {
 73411                   /* Deprecated */
 73412                   "\013\000\001CIM_BGPEndpointStatistics.OutTotalMessages\000",
 73413                   /* Counter */
 73414                   "\012\001",
 73415                   /* MappingStrings */
 73416 mike  1.1.2.1     "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerOutTotalMessages\000",
 73417                   0,
 73418               };
 73419               
 73420               static MetaProperty
 73421               _CIM_BGPStatistics_OutTotalMessages =
 73422               {
 73423                   /* flags */
 73424                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 73425                   /* name */
 73426                   "OutTotalMessages",
 73427                   /* qualifiers */
 73428                   _CIM_BGPStatistics_OutTotalMessages_qualifiers,
 73429                   /* type */
 73430                   CIMTYPE_UINT32,
 73431                   /* subscript */
 73432                   -1,
 73433                   /* value */
 73434                   0,
 73435               };
 73436               
 73437 mike  1.1.2.1 static const char*
 73438               _CIM_BGPStatistics_LastError_qualifiers[] =
 73439               {
 73440                   /* Deprecated */
 73441                   "\013\000\001CIM_BGPEndpointStatistics.LastError\000",
 73442                   /* MappingStrings */
 73443                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerLastError\000",
 73444                   0,
 73445               };
 73446               
 73447               static MetaProperty
 73448               _CIM_BGPStatistics_LastError =
 73449               {
 73450                   /* flags */
 73451                   META_FLAG_PROPERTY|META_FLAG_READ,
 73452                   /* name */
 73453                   "LastError",
 73454                   /* qualifiers */
 73455                   _CIM_BGPStatistics_LastError_qualifiers,
 73456                   /* type */
 73457                   CIMTYPE_UINT8,
 73458 mike  1.1.2.1     /* subscript */
 73459                   2,
 73460                   /* value */
 73461                   0,
 73462               };
 73463               
 73464               static const char*
 73465               _CIM_BGPStatistics_FsmEstablishedTransitions_qualifiers[] =
 73466               {
 73467                   /* Deprecated */
 73468                   "\013\000\001CIM_BGPEndpointStatistics.FsmEstablishedTransitions\000",
 73469                   /* Counter */
 73470                   "\012\001",
 73471                   /* MappingStrings */
 73472                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerFsmEstablishedTransitions\000",
 73473                   0,
 73474               };
 73475               
 73476               static MetaProperty
 73477               _CIM_BGPStatistics_FsmEstablishedTransitions =
 73478               {
 73479 mike  1.1.2.1     /* flags */
 73480                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 73481                   /* name */
 73482                   "FsmEstablishedTransitions",
 73483                   /* qualifiers */
 73484                   _CIM_BGPStatistics_FsmEstablishedTransitions_qualifiers,
 73485                   /* type */
 73486                   CIMTYPE_UINT32,
 73487                   /* subscript */
 73488                   -1,
 73489                   /* value */
 73490                   0,
 73491               };
 73492               
 73493               static const char*
 73494               _CIM_BGPStatistics_FsmEstablishedTime_qualifiers[] =
 73495               {
 73496                   /* Deprecated */
 73497                   "\013\000\001CIM_BGPEndpointStatistics.FsmEstablishedTime\000",
 73498                   /* Units */
 73499                   "\060Seconds",
 73500 mike  1.1.2.1     /* Gauge */
 73501                   "\023\001",
 73502                   /* MappingStrings */
 73503                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerFsmEstablishedTime\000",
 73504                   0,
 73505               };
 73506               
 73507               static MetaProperty
 73508               _CIM_BGPStatistics_FsmEstablishedTime =
 73509               {
 73510                   /* flags */
 73511                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 73512                   /* name */
 73513                   "FsmEstablishedTime",
 73514                   /* qualifiers */
 73515                   _CIM_BGPStatistics_FsmEstablishedTime_qualifiers,
 73516                   /* type */
 73517                   CIMTYPE_UINT32,
 73518                   /* subscript */
 73519                   -1,
 73520                   /* value */
 73521 mike  1.1.2.1     0,
 73522               };
 73523               
 73524               static const char*
 73525               _CIM_BGPStatistics_InUpdateElapsedTime_qualifiers[] =
 73526               {
 73527                   /* Deprecated */
 73528                   "\013\000\001CIM_BGPEndpointStatistics.InUpdateElapsedTime\000",
 73529                   /* Units */
 73530                   "\060Seconds",
 73531                   /* Gauge */
 73532                   "\023\001",
 73533                   /* MappingStrings */
 73534                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerInUpdateElapsedTime\000",
 73535                   0,
 73536               };
 73537               
 73538               static MetaProperty
 73539               _CIM_BGPStatistics_InUpdateElapsedTime =
 73540               {
 73541                   /* flags */
 73542 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 73543                   /* name */
 73544                   "InUpdateElapsedTime",
 73545                   /* qualifiers */
 73546                   _CIM_BGPStatistics_InUpdateElapsedTime_qualifiers,
 73547                   /* type */
 73548                   CIMTYPE_UINT32,
 73549                   /* subscript */
 73550                   -1,
 73551                   /* value */
 73552                   0,
 73553               };
 73554               
 73555               static MetaFeature*
 73556               _CIM_BGPStatistics_features[] =
 73557               {
 73558                   (MetaFeature*)&_CIM_BGPStatistics_InUpdates,
 73559                   (MetaFeature*)&_CIM_BGPStatistics_OutUpdates,
 73560                   (MetaFeature*)&_CIM_BGPStatistics_InTotalMessages,
 73561                   (MetaFeature*)&_CIM_BGPStatistics_OutTotalMessages,
 73562                   (MetaFeature*)&_CIM_BGPStatistics_LastError,
 73563 mike  1.1.2.1     (MetaFeature*)&_CIM_BGPStatistics_FsmEstablishedTransitions,
 73564                   (MetaFeature*)&_CIM_BGPStatistics_FsmEstablishedTime,
 73565                   (MetaFeature*)&_CIM_BGPStatistics_InUpdateElapsedTime,
 73566                   0,
 73567               };
 73568               
 73569               static const char*
 73570               __root_cimv2_CIM_BGPStatistics_qualifiers[] =
 73571               {
 73572                   /* Deprecated */
 73573                   "\013\000\001CIM_BGPEndpointStatistics\000",
 73574                   /* UMLPackagePath */
 73575                   "\057CIM::Network::BGP",
 73576                   /* Version */
 73577                   "\0632.7.0",
 73578                   0,
 73579               };
 73580               
 73581               MetaClass
 73582               __root_cimv2_CIM_BGPStatistics =
 73583               {
 73584 mike  1.1.2.1     /* flags */
 73585                   META_FLAG_CLASS,
 73586                   /* name */
 73587                   "CIM_BGPStatistics",
 73588                   /* qualifiers */
 73589                   __root_cimv2_CIM_BGPStatistics_qualifiers,
 73590                   /* super */
 73591                   &__root_cimv2_CIM_ServiceStatisticalInformation,
 73592                   /* features */
 73593                   _CIM_BGPStatistics_features,
 73594               };
 73595               
 73596               //==============================================================================
 73597               //
 73598               // Class: CIM_BIOSElement
 73599               //
 73600               //==============================================================================
 73601               
 73602               static const char*
 73603               _CIM_BIOSElement_Version_qualifiers[] =
 73604               {
 73605 mike  1.1.2.1     /* Override */
 73606                   "\044Version",
 73607                   /* MappingStrings */
 73608                   "\026\000\001MIF.DMTF|System BIOS|001.3\000",
 73609                   0,
 73610               };
 73611               
 73612               static MetaProperty
 73613               _CIM_BIOSElement_Version =
 73614               {
 73615                   /* flags */
 73616                   META_FLAG_PROPERTY|META_FLAG_READ,
 73617                   /* name */
 73618                   "Version",
 73619                   /* qualifiers */
 73620                   _CIM_BIOSElement_Version_qualifiers,
 73621                   /* type */
 73622                   CIMTYPE_STRING,
 73623                   /* subscript */
 73624                   -1,
 73625                   /* value */
 73626 mike  1.1.2.1     0,
 73627               };
 73628               
 73629               static const char*
 73630               _CIM_BIOSElement_Manufacturer_qualifiers[] =
 73631               {
 73632                   /* Override */
 73633                   "\044Manufacturer",
 73634                   /* MappingStrings */
 73635                   "\026\000\001MIF.DMTF|System BIOS|001.2\000",
 73636                   0,
 73637               };
 73638               
 73639               static MetaProperty
 73640               _CIM_BIOSElement_Manufacturer =
 73641               {
 73642                   /* flags */
 73643                   META_FLAG_PROPERTY|META_FLAG_READ,
 73644                   /* name */
 73645                   "Manufacturer",
 73646                   /* qualifiers */
 73647 mike  1.1.2.1     _CIM_BIOSElement_Manufacturer_qualifiers,
 73648                   /* type */
 73649                   CIMTYPE_STRING,
 73650                   /* subscript */
 73651                   -1,
 73652                   /* value */
 73653                   0,
 73654               };
 73655               
 73656               static const char*
 73657               _CIM_BIOSElement_PrimaryBIOS_qualifiers[] =
 73658               {
 73659                   /* MappingStrings */
 73660                   "\026\000\001MIF.DMTF|System BIOS|001.9\000",
 73661                   0,
 73662               };
 73663               
 73664               static MetaProperty
 73665               _CIM_BIOSElement_PrimaryBIOS =
 73666               {
 73667                   /* flags */
 73668 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 73669                   /* name */
 73670                   "PrimaryBIOS",
 73671                   /* qualifiers */
 73672                   _CIM_BIOSElement_PrimaryBIOS_qualifiers,
 73673                   /* type */
 73674                   CIMTYPE_BOOLEAN,
 73675                   /* subscript */
 73676                   -1,
 73677                   /* value */
 73678                   0,
 73679               };
 73680               
 73681               static const char*
 73682               _CIM_BIOSElement_ListOfLanguages_qualifiers[] =
 73683               {
 73684                   0,
 73685               };
 73686               
 73687               static MetaProperty
 73688               _CIM_BIOSElement_ListOfLanguages =
 73689 mike  1.1.2.1 {
 73690                   /* flags */
 73691                   META_FLAG_PROPERTY|META_FLAG_READ,
 73692                   /* name */
 73693                   "ListOfLanguages",
 73694                   /* qualifiers */
 73695                   _CIM_BIOSElement_ListOfLanguages_qualifiers,
 73696                   /* type */
 73697                   CIMTYPE_STRING,
 73698                   /* subscript */
 73699                   0,
 73700                   /* value */
 73701                   0,
 73702               };
 73703               
 73704               static const char*
 73705               _CIM_BIOSElement_CurrentLanguage_qualifiers[] =
 73706               {
 73707                   /* ModelCorrespondence */
 73708                   "\036\000\001CIM_BIOSElement.ListOfLanguages\000",
 73709                   0,
 73710 mike  1.1.2.1 };
 73711               
 73712               static MetaProperty
 73713               _CIM_BIOSElement_CurrentLanguage =
 73714               {
 73715                   /* flags */
 73716                   META_FLAG_PROPERTY|META_FLAG_READ,
 73717                   /* name */
 73718                   "CurrentLanguage",
 73719                   /* qualifiers */
 73720                   _CIM_BIOSElement_CurrentLanguage_qualifiers,
 73721                   /* type */
 73722                   CIMTYPE_STRING,
 73723                   /* subscript */
 73724                   -1,
 73725                   /* value */
 73726                   0,
 73727               };
 73728               
 73729               static const char*
 73730               _CIM_BIOSElement_LoadedStartingAddress_qualifiers[] =
 73731 mike  1.1.2.1 {
 73732                   /* MappingStrings */
 73733                   "\026\000\001MIF.DMTF|System BIOS|001.5\000",
 73734                   0,
 73735               };
 73736               
 73737               static MetaProperty
 73738               _CIM_BIOSElement_LoadedStartingAddress =
 73739               {
 73740                   /* flags */
 73741                   META_FLAG_PROPERTY|META_FLAG_READ,
 73742                   /* name */
 73743                   "LoadedStartingAddress",
 73744                   /* qualifiers */
 73745                   _CIM_BIOSElement_LoadedStartingAddress_qualifiers,
 73746                   /* type */
 73747                   CIMTYPE_UINT64,
 73748                   /* subscript */
 73749                   -1,
 73750                   /* value */
 73751                   0,
 73752 mike  1.1.2.1 };
 73753               
 73754               static const char*
 73755               _CIM_BIOSElement_LoadedEndingAddress_qualifiers[] =
 73756               {
 73757                   /* MappingStrings */
 73758                   "\026\000\001MIF.DMTF|System BIOS|001.6\000",
 73759                   0,
 73760               };
 73761               
 73762               static MetaProperty
 73763               _CIM_BIOSElement_LoadedEndingAddress =
 73764               {
 73765                   /* flags */
 73766                   META_FLAG_PROPERTY|META_FLAG_READ,
 73767                   /* name */
 73768                   "LoadedEndingAddress",
 73769                   /* qualifiers */
 73770                   _CIM_BIOSElement_LoadedEndingAddress_qualifiers,
 73771                   /* type */
 73772                   CIMTYPE_UINT64,
 73773 mike  1.1.2.1     /* subscript */
 73774                   -1,
 73775                   /* value */
 73776                   0,
 73777               };
 73778               
 73779               static const char*
 73780               _CIM_BIOSElement_LoadUtilityInformation_qualifiers[] =
 73781               {
 73782                   /* MaxLen */
 73783                   "\030\000\000\000\100",
 73784                   /* MappingStrings */
 73785                   "\026\000\001MIF.DMTF|System BIOS|001.7\000",
 73786                   0,
 73787               };
 73788               
 73789               static MetaProperty
 73790               _CIM_BIOSElement_LoadUtilityInformation =
 73791               {
 73792                   /* flags */
 73793                   META_FLAG_PROPERTY|META_FLAG_READ,
 73794 mike  1.1.2.1     /* name */
 73795                   "LoadUtilityInformation",
 73796                   /* qualifiers */
 73797                   _CIM_BIOSElement_LoadUtilityInformation_qualifiers,
 73798                   /* type */
 73799                   CIMTYPE_STRING,
 73800                   /* subscript */
 73801                   -1,
 73802                   /* value */
 73803                   0,
 73804               };
 73805               
 73806               static const char*
 73807               _CIM_BIOSElement_ReleaseDate_qualifiers[] =
 73808               {
 73809                   /* MappingStrings */
 73810                   "\026\000\001MIF.DMTF|System BIOS|001.8\000",
 73811                   0,
 73812               };
 73813               
 73814               static MetaProperty
 73815 mike  1.1.2.1 _CIM_BIOSElement_ReleaseDate =
 73816               {
 73817                   /* flags */
 73818                   META_FLAG_PROPERTY|META_FLAG_READ,
 73819                   /* name */
 73820                   "ReleaseDate",
 73821                   /* qualifiers */
 73822                   _CIM_BIOSElement_ReleaseDate_qualifiers,
 73823                   /* type */
 73824                   CIMTYPE_DATETIME,
 73825                   /* subscript */
 73826                   -1,
 73827                   /* value */
 73828                   0,
 73829               };
 73830               
 73831               static MetaFeature*
 73832               _CIM_BIOSElement_features[] =
 73833               {
 73834                   (MetaFeature*)&_CIM_BIOSElement_Version,
 73835                   (MetaFeature*)&_CIM_BIOSElement_Manufacturer,
 73836 mike  1.1.2.1     (MetaFeature*)&_CIM_BIOSElement_PrimaryBIOS,
 73837                   (MetaFeature*)&_CIM_BIOSElement_ListOfLanguages,
 73838                   (MetaFeature*)&_CIM_BIOSElement_CurrentLanguage,
 73839                   (MetaFeature*)&_CIM_BIOSElement_LoadedStartingAddress,
 73840                   (MetaFeature*)&_CIM_BIOSElement_LoadedEndingAddress,
 73841                   (MetaFeature*)&_CIM_BIOSElement_LoadUtilityInformation,
 73842                   (MetaFeature*)&_CIM_BIOSElement_ReleaseDate,
 73843                   0,
 73844               };
 73845               
 73846               static const char*
 73847               __root_cimv2_CIM_BIOSElement_qualifiers[] =
 73848               {
 73849                   /* UMLPackagePath */
 73850                   "\057CIM::Application::BIOS",
 73851                   /* Version */
 73852                   "\0632.6.0",
 73853                   0,
 73854               };
 73855               
 73856               MetaClass
 73857 mike  1.1.2.1 __root_cimv2_CIM_BIOSElement =
 73858               {
 73859                   /* flags */
 73860                   META_FLAG_CLASS,
 73861                   /* name */
 73862                   "CIM_BIOSElement",
 73863                   /* qualifiers */
 73864                   __root_cimv2_CIM_BIOSElement_qualifiers,
 73865                   /* super */
 73866                   &__root_cimv2_CIM_SoftwareElement,
 73867                   /* features */
 73868                   _CIM_BIOSElement_features,
 73869               };
 73870               
 73871               //==============================================================================
 73872               //
 73873               // Class: CIM_BIOSFeature
 73874               //
 73875               //==============================================================================
 73876               
 73877               static const char*
 73878 mike  1.1.2.1 _CIM_BIOSFeature_Characteristics_qualifiers[] =
 73879               {
 73880                   /* ValueMap */
 73881                   "\061\000\0401\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\00025\00026\00027\00028\00029\00030\00031\000160\000",
 73882                   /* Values */
 73883                   "\062\000\040Other\000Unknown\000Undefined\000ISA Support\000MCA Support\000EISA Support\000PCI Support\000PCMCIA Support\000PnP Support\000APM Support\000Upgradeable BIOS\000BIOS Shadowing Allowed\000VL VESA Support\000ESCD Support\000LS-120 Boot Support\000ACPI Support\000I2O Boot Support\000USB Legacy Support\000AGP Support\000PC Card\000IR\0001394\000I2C\000Smart Battery\000ATAPI ZIP Drive Boot Support\0001394 Boot Support\000Boot from CD\000Selectable Boot\000BIOS ROM is Socketed\000Boot from PCMCIA\000EDD Specification Support\000PC-98\000",
 73884                   /* MappingStrings */
 73885                   "\026\000\001MIF.DMTF|BIOS Characteristic|004.3\000",
 73886                   /* ArrayType */
 73887                   "\005Indexed",
 73888                   /* ModelCorrespondence */
 73889                   "\036\000\001CIM_BIOSFeature.CharacteristicDescriptions\000",
 73890                   0,
 73891               };
 73892               
 73893               static MetaProperty
 73894               _CIM_BIOSFeature_Characteristics =
 73895               {
 73896                   /* flags */
 73897                   META_FLAG_PROPERTY|META_FLAG_READ,
 73898                   /* name */
 73899 mike  1.1.2.1     "Characteristics",
 73900                   /* qualifiers */
 73901                   _CIM_BIOSFeature_Characteristics_qualifiers,
 73902                   /* type */
 73903                   CIMTYPE_UINT16,
 73904                   /* subscript */
 73905                   0,
 73906                   /* value */
 73907                   0,
 73908               };
 73909               
 73910               static const char*
 73911               _CIM_BIOSFeature_CharacteristicDescriptions_qualifiers[] =
 73912               {
 73913                   /* MappingStrings */
 73914                   "\026\000\001MIF.DMTF|BIOS Characteristic|004.4\000",
 73915                   /* ArrayType */
 73916                   "\005Indexed",
 73917                   /* ModelCorrespondence */
 73918                   "\036\000\001CIM_BIOSFeature.Characteristics\000",
 73919                   0,
 73920 mike  1.1.2.1 };
 73921               
 73922               static MetaProperty
 73923               _CIM_BIOSFeature_CharacteristicDescriptions =
 73924               {
 73925                   /* flags */
 73926                   META_FLAG_PROPERTY|META_FLAG_READ,
 73927                   /* name */
 73928                   "CharacteristicDescriptions",
 73929                   /* qualifiers */
 73930                   _CIM_BIOSFeature_CharacteristicDescriptions_qualifiers,
 73931                   /* type */
 73932                   CIMTYPE_STRING,
 73933                   /* subscript */
 73934                   0,
 73935                   /* value */
 73936                   0,
 73937               };
 73938               
 73939               static MetaFeature*
 73940               _CIM_BIOSFeature_features[] =
 73941 mike  1.1.2.1 {
 73942                   (MetaFeature*)&_CIM_BIOSFeature_Characteristics,
 73943                   (MetaFeature*)&_CIM_BIOSFeature_CharacteristicDescriptions,
 73944                   0,
 73945               };
 73946               
 73947               static const char*
 73948               __root_cimv2_CIM_BIOSFeature_qualifiers[] =
 73949               {
 73950                   /* UMLPackagePath */
 73951                   "\057CIM::Application::BIOS",
 73952                   /* Version */
 73953                   "\0632.6.0",
 73954                   0,
 73955               };
 73956               
 73957               MetaClass
 73958               __root_cimv2_CIM_BIOSFeature =
 73959               {
 73960                   /* flags */
 73961                   META_FLAG_CLASS,
 73962 mike  1.1.2.1     /* name */
 73963                   "CIM_BIOSFeature",
 73964                   /* qualifiers */
 73965                   __root_cimv2_CIM_BIOSFeature_qualifiers,
 73966                   /* super */
 73967                   &__root_cimv2_CIM_SoftwareFeature,
 73968                   /* features */
 73969                   _CIM_BIOSFeature_features,
 73970               };
 73971               
 73972               //==============================================================================
 73973               //
 73974               // Class: CIM_BIOSFeatureBIOSElements
 73975               //
 73976               //==============================================================================
 73977               
 73978               static const char*
 73979               _CIM_BIOSFeatureBIOSElements_GroupComponent_qualifiers[] =
 73980               {
 73981                   /* Aggregate */
 73982                   "\003\001",
 73983 mike  1.1.2.1     /* Override */
 73984                   "\044GroupComponent",
 73985                   0,
 73986               };
 73987               
 73988               static MetaReference
 73989               _CIM_BIOSFeatureBIOSElements_GroupComponent =
 73990               {
 73991                   /* flags */
 73992                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 73993                   /* name */
 73994                   "GroupComponent",
 73995                   /* qualifiers */
 73996                   _CIM_BIOSFeatureBIOSElements_GroupComponent_qualifiers,
 73997                   /* subscript */
 73998                   -1,
 73999                   /* refId */
 74000                   &__root_cimv2_CIM_BIOSFeature,
 74001               };
 74002               
 74003               static const char*
 74004 mike  1.1.2.1 _CIM_BIOSFeatureBIOSElements_PartComponent_qualifiers[] =
 74005               {
 74006                   /* Override */
 74007                   "\044PartComponent",
 74008                   0,
 74009               };
 74010               
 74011               static MetaReference
 74012               _CIM_BIOSFeatureBIOSElements_PartComponent =
 74013               {
 74014                   /* flags */
 74015                   META_FLAG_REFERENCE|META_FLAG_READ,
 74016                   /* name */
 74017                   "PartComponent",
 74018                   /* qualifiers */
 74019                   _CIM_BIOSFeatureBIOSElements_PartComponent_qualifiers,
 74020                   /* subscript */
 74021                   -1,
 74022                   /* refId */
 74023                   &__root_cimv2_CIM_BIOSElement,
 74024               };
 74025 mike  1.1.2.1 
 74026               static MetaFeature*
 74027               _CIM_BIOSFeatureBIOSElements_features[] =
 74028               {
 74029                   (MetaFeature*)&_CIM_BIOSFeatureBIOSElements_GroupComponent,
 74030                   (MetaFeature*)&_CIM_BIOSFeatureBIOSElements_PartComponent,
 74031                   0,
 74032               };
 74033               
 74034               static const char*
 74035               __root_cimv2_CIM_BIOSFeatureBIOSElements_qualifiers[] =
 74036               {
 74037                   /* ASSOCIATION */
 74038                   "\000\001",
 74039                   /* UMLPackagePath */
 74040                   "\057CIM::Application::BIOS",
 74041                   /* Aggregation */
 74042                   "\004\001",
 74043                   /* Version */
 74044                   "\0632.6.0",
 74045                   0,
 74046 mike  1.1.2.1 };
 74047               
 74048               MetaClass
 74049               __root_cimv2_CIM_BIOSFeatureBIOSElements =
 74050               {
 74051                   /* flags */
 74052                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 74053                   /* name */
 74054                   "CIM_BIOSFeatureBIOSElements",
 74055                   /* qualifiers */
 74056                   __root_cimv2_CIM_BIOSFeatureBIOSElements_qualifiers,
 74057                   /* super */
 74058                   &__root_cimv2_CIM_SoftwareFeatureSoftwareElements,
 74059                   /* features */
 74060                   _CIM_BIOSFeatureBIOSElements_features,
 74061               };
 74062               
 74063               //==============================================================================
 74064               //
 74065               // Class: CIM_BoundedPrioritySchedulingElement
 74066               //
 74067 mike  1.1.2.1 //==============================================================================
 74068               
 74069               static const char*
 74070               _CIM_BoundedPrioritySchedulingElement_WorkConserving_qualifiers[] =
 74071               {
 74072                   /* Override */
 74073                   "\044WorkConserving",
 74074                   0,
 74075               };
 74076               
 74077               static MetaProperty
 74078               _CIM_BoundedPrioritySchedulingElement_WorkConserving =
 74079               {
 74080                   /* flags */
 74081                   META_FLAG_PROPERTY|META_FLAG_READ,
 74082                   /* name */
 74083                   "WorkConserving",
 74084                   /* qualifiers */
 74085                   _CIM_BoundedPrioritySchedulingElement_WorkConserving_qualifiers,
 74086                   /* type */
 74087                   CIMTYPE_BOOLEAN,
 74088 mike  1.1.2.1     /* subscript */
 74089                   -1,
 74090                   /* value */
 74091                   "\001",
 74092               };
 74093               
 74094               static const char*
 74095               _CIM_BoundedPrioritySchedulingElement_BandwidthBound_qualifiers[] =
 74096               {
 74097                   /* Units */
 74098                   "\060KiloBits per Second",
 74099                   0,
 74100               };
 74101               
 74102               static MetaProperty
 74103               _CIM_BoundedPrioritySchedulingElement_BandwidthBound =
 74104               {
 74105                   /* flags */
 74106                   META_FLAG_PROPERTY|META_FLAG_READ,
 74107                   /* name */
 74108                   "BandwidthBound",
 74109 mike  1.1.2.1     /* qualifiers */
 74110                   _CIM_BoundedPrioritySchedulingElement_BandwidthBound_qualifiers,
 74111                   /* type */
 74112                   CIMTYPE_UINT32,
 74113                   /* subscript */
 74114                   -1,
 74115                   /* value */
 74116                   0,
 74117               };
 74118               
 74119               static MetaFeature*
 74120               _CIM_BoundedPrioritySchedulingElement_features[] =
 74121               {
 74122                   (MetaFeature*)&_CIM_BoundedPrioritySchedulingElement_WorkConserving,
 74123                   (MetaFeature*)&_CIM_BoundedPrioritySchedulingElement_BandwidthBound,
 74124                   0,
 74125               };
 74126               
 74127               static const char*
 74128               __root_cimv2_CIM_BoundedPrioritySchedulingElement_qualifiers[] =
 74129               {
 74130 mike  1.1.2.1     /* UMLPackagePath */
 74131                   "\057CIM::Network::QoS",
 74132                   /* Version */
 74133                   "\0632.7.0",
 74134                   0,
 74135               };
 74136               
 74137               MetaClass
 74138               __root_cimv2_CIM_BoundedPrioritySchedulingElement =
 74139               {
 74140                   /* flags */
 74141                   META_FLAG_CLASS,
 74142                   /* name */
 74143                   "CIM_BoundedPrioritySchedulingElement",
 74144                   /* qualifiers */
 74145                   __root_cimv2_CIM_BoundedPrioritySchedulingElement_qualifiers,
 74146                   /* super */
 74147                   &__root_cimv2_CIM_PrioritySchedulingElement,
 74148                   /* features */
 74149                   _CIM_BoundedPrioritySchedulingElement_features,
 74150               };
 74151 mike  1.1.2.1 
 74152               //==============================================================================
 74153               //
 74154               // Class: CIM_Card
 74155               //
 74156               //==============================================================================
 74157               
 74158               static const char*
 74159               _CIM_Card_HostingBoard_qualifiers[] =
 74160               {
 74161                   0,
 74162               };
 74163               
 74164               static MetaProperty
 74165               _CIM_Card_HostingBoard =
 74166               {
 74167                   /* flags */
 74168                   META_FLAG_PROPERTY|META_FLAG_READ,
 74169                   /* name */
 74170                   "HostingBoard",
 74171                   /* qualifiers */
 74172 mike  1.1.2.1     _CIM_Card_HostingBoard_qualifiers,
 74173                   /* type */
 74174                   CIMTYPE_BOOLEAN,
 74175                   /* subscript */
 74176                   -1,
 74177                   /* value */
 74178                   0,
 74179               };
 74180               
 74181               static const char*
 74182               _CIM_Card_SlotLayout_qualifiers[] =
 74183               {
 74184                   0,
 74185               };
 74186               
 74187               static MetaProperty
 74188               _CIM_Card_SlotLayout =
 74189               {
 74190                   /* flags */
 74191                   META_FLAG_PROPERTY|META_FLAG_READ,
 74192                   /* name */
 74193 mike  1.1.2.1     "SlotLayout",
 74194                   /* qualifiers */
 74195                   _CIM_Card_SlotLayout_qualifiers,
 74196                   /* type */
 74197                   CIMTYPE_STRING,
 74198                   /* subscript */
 74199                   -1,
 74200                   /* value */
 74201                   0,
 74202               };
 74203               
 74204               static const char*
 74205               _CIM_Card_RequiresDaughterBoard_qualifiers[] =
 74206               {
 74207                   0,
 74208               };
 74209               
 74210               static MetaProperty
 74211               _CIM_Card_RequiresDaughterBoard =
 74212               {
 74213                   /* flags */
 74214 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 74215                   /* name */
 74216                   "RequiresDaughterBoard",
 74217                   /* qualifiers */
 74218                   _CIM_Card_RequiresDaughterBoard_qualifiers,
 74219                   /* type */
 74220                   CIMTYPE_BOOLEAN,
 74221                   /* subscript */
 74222                   -1,
 74223                   /* value */
 74224                   0,
 74225               };
 74226               
 74227               static const char*
 74228               _CIM_Card_SpecialRequirements_qualifiers[] =
 74229               {
 74230                   /* ModelCorrespondence */
 74231                   "\036\000\001CIM_Card.RequirementsDescription\000",
 74232                   0,
 74233               };
 74234               
 74235 mike  1.1.2.1 static MetaProperty
 74236               _CIM_Card_SpecialRequirements =
 74237               {
 74238                   /* flags */
 74239                   META_FLAG_PROPERTY|META_FLAG_READ,
 74240                   /* name */
 74241                   "SpecialRequirements",
 74242                   /* qualifiers */
 74243                   _CIM_Card_SpecialRequirements_qualifiers,
 74244                   /* type */
 74245                   CIMTYPE_BOOLEAN,
 74246                   /* subscript */
 74247                   -1,
 74248                   /* value */
 74249                   0,
 74250               };
 74251               
 74252               static const char*
 74253               _CIM_Card_RequirementsDescription_qualifiers[] =
 74254               {
 74255                   /* ModelCorrespondence */
 74256 mike  1.1.2.1     "\036\000\001CIM_Card.SpecialRequirements\000",
 74257                   0,
 74258               };
 74259               
 74260               static MetaProperty
 74261               _CIM_Card_RequirementsDescription =
 74262               {
 74263                   /* flags */
 74264                   META_FLAG_PROPERTY|META_FLAG_READ,
 74265                   /* name */
 74266                   "RequirementsDescription",
 74267                   /* qualifiers */
 74268                   _CIM_Card_RequirementsDescription_qualifiers,
 74269                   /* type */
 74270                   CIMTYPE_STRING,
 74271                   /* subscript */
 74272                   -1,
 74273                   /* value */
 74274                   0,
 74275               };
 74276               
 74277 mike  1.1.2.1 static const char*
 74278               _CIM_Card_OperatingVoltages_qualifiers[] =
 74279               {
 74280                   /* Units */
 74281                   "\060MilliVolts",
 74282                   0,
 74283               };
 74284               
 74285               static MetaProperty
 74286               _CIM_Card_OperatingVoltages =
 74287               {
 74288                   /* flags */
 74289                   META_FLAG_PROPERTY|META_FLAG_READ,
 74290                   /* name */
 74291                   "OperatingVoltages",
 74292                   /* qualifiers */
 74293                   _CIM_Card_OperatingVoltages_qualifiers,
 74294                   /* type */
 74295                   CIMTYPE_SINT16,
 74296                   /* subscript */
 74297                   0,
 74298 mike  1.1.2.1     /* value */
 74299                   0,
 74300               };
 74301               
 74302               static const char*
 74303               _CIM_Card_ConnectorPower_Connector_qualifiers[] =
 74304               {
 74305                   /* IN */
 74306                   "\024\001",
 74307                   0,
 74308               };
 74309               
 74310               static MetaReference
 74311               _CIM_Card_ConnectorPower_Connector =
 74312               {
 74313                   /* flags */
 74314                   META_FLAG_REFERENCE|META_FLAG_IN,
 74315                   /* name */
 74316                   "Connector",
 74317                   /* qualifiers */
 74318                   _CIM_Card_ConnectorPower_Connector_qualifiers,
 74319 mike  1.1.2.1     /* subscript */
 74320                   -1,
 74321                   /* ref */
 74322                   &__root_cimv2_CIM_PhysicalConnector,
 74323               };
 74324               
 74325               static const char*
 74326               _CIM_Card_ConnectorPower_PoweredOn_qualifiers[] =
 74327               {
 74328                   /* IN */
 74329                   "\024\001",
 74330                   0,
 74331               };
 74332               
 74333               static MetaProperty
 74334               _CIM_Card_ConnectorPower_PoweredOn =
 74335               {
 74336                   /* flags */
 74337                   META_FLAG_PROPERTY|META_FLAG_IN,
 74338                   /* name */
 74339                   "PoweredOn",
 74340 mike  1.1.2.1     /* qualifiers */
 74341                   _CIM_Card_ConnectorPower_PoweredOn_qualifiers,
 74342                   /* type */
 74343                   CIMTYPE_BOOLEAN,
 74344                   /* subscript */
 74345                   -1,
 74346                   /* value */
 74347                   0,
 74348               };
 74349               
 74350               static MetaFeature*
 74351               _CIM_Card_ConnectorPower_parameters[] =
 74352               {
 74353                   (MetaFeature*)&_CIM_Card_ConnectorPower_Connector,
 74354                   (MetaFeature*)&_CIM_Card_ConnectorPower_PoweredOn,
 74355                   0,
 74356               };
 74357               
 74358               static const char*
 74359               _CIM_Card_ConnectorPower_qualifiers[] =
 74360               {
 74361 mike  1.1.2.1     0,
 74362               };
 74363               
 74364               static MetaMethod
 74365               _CIM_Card_ConnectorPower =
 74366               {
 74367                   /* flags */
 74368                   META_FLAG_METHOD,
 74369                   /* name */
 74370                   "CIM_Card",
 74371                   /* qualifiers */
 74372                   _CIM_Card_ConnectorPower_qualifiers,
 74373                   /* type */
 74374                   CIMTYPE_UINT32,
 74375                   /* parameters */
 74376                   _CIM_Card_ConnectorPower_parameters,
 74377               };
 74378               
 74379               static MetaFeature*
 74380               _CIM_Card_features[] =
 74381               {
 74382 mike  1.1.2.1     (MetaFeature*)&_CIM_Card_HostingBoard,
 74383                   (MetaFeature*)&_CIM_Card_SlotLayout,
 74384                   (MetaFeature*)&_CIM_Card_RequiresDaughterBoard,
 74385                   (MetaFeature*)&_CIM_Card_SpecialRequirements,
 74386                   (MetaFeature*)&_CIM_Card_RequirementsDescription,
 74387                   (MetaFeature*)&_CIM_Card_OperatingVoltages,
 74388                   (MetaFeature*)&_CIM_Card_ConnectorPower,
 74389                   0,
 74390               };
 74391               
 74392               static const char*
 74393               __root_cimv2_CIM_Card_qualifiers[] =
 74394               {
 74395                   /* UMLPackagePath */
 74396                   "\057CIM::Physical::Package",
 74397                   /* Version */
 74398                   "\0632.8.0",
 74399                   0,
 74400               };
 74401               
 74402               MetaClass
 74403 mike  1.1.2.1 __root_cimv2_CIM_Card =
 74404               {
 74405                   /* flags */
 74406                   META_FLAG_CLASS,
 74407                   /* name */
 74408                   "CIM_Card",
 74409                   /* qualifiers */
 74410                   __root_cimv2_CIM_Card_qualifiers,
 74411                   /* super */
 74412                   &__root_cimv2_CIM_PhysicalPackage,
 74413                   /* features */
 74414                   _CIM_Card_features,
 74415               };
 74416               
 74417               //==============================================================================
 74418               //
 74419               // Class: CIM_CardOnCard
 74420               //
 74421               //==============================================================================
 74422               
 74423               static const char*
 74424 mike  1.1.2.1 _CIM_CardOnCard_GroupComponent_qualifiers[] =
 74425               {
 74426                   /* Aggregate */
 74427                   "\003\001",
 74428                   /* Override */
 74429                   "\044GroupComponent",
 74430                   /* Max */
 74431                   "\027\000\000\000\001",
 74432                   0,
 74433               };
 74434               
 74435               static MetaReference
 74436               _CIM_CardOnCard_GroupComponent =
 74437               {
 74438                   /* flags */
 74439                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 74440                   /* name */
 74441                   "GroupComponent",
 74442                   /* qualifiers */
 74443                   _CIM_CardOnCard_GroupComponent_qualifiers,
 74444                   /* subscript */
 74445 mike  1.1.2.1     -1,
 74446                   /* refId */
 74447                   &__root_cimv2_CIM_Card,
 74448               };
 74449               
 74450               static const char*
 74451               _CIM_CardOnCard_PartComponent_qualifiers[] =
 74452               {
 74453                   /* Override */
 74454                   "\044PartComponent",
 74455                   0,
 74456               };
 74457               
 74458               static MetaReference
 74459               _CIM_CardOnCard_PartComponent =
 74460               {
 74461                   /* flags */
 74462                   META_FLAG_REFERENCE|META_FLAG_READ,
 74463                   /* name */
 74464                   "PartComponent",
 74465                   /* qualifiers */
 74466 mike  1.1.2.1     _CIM_CardOnCard_PartComponent_qualifiers,
 74467                   /* subscript */
 74468                   -1,
 74469                   /* refId */
 74470                   &__root_cimv2_CIM_Card,
 74471               };
 74472               
 74473               static const char*
 74474               _CIM_CardOnCard_MountOrSlotDescription_qualifiers[] =
 74475               {
 74476                   0,
 74477               };
 74478               
 74479               static MetaProperty
 74480               _CIM_CardOnCard_MountOrSlotDescription =
 74481               {
 74482                   /* flags */
 74483                   META_FLAG_PROPERTY|META_FLAG_READ,
 74484                   /* name */
 74485                   "MountOrSlotDescription",
 74486                   /* qualifiers */
 74487 mike  1.1.2.1     _CIM_CardOnCard_MountOrSlotDescription_qualifiers,
 74488                   /* type */
 74489                   CIMTYPE_STRING,
 74490                   /* subscript */
 74491                   -1,
 74492                   /* value */
 74493                   0,
 74494               };
 74495               
 74496               static MetaFeature*
 74497               _CIM_CardOnCard_features[] =
 74498               {
 74499                   (MetaFeature*)&_CIM_CardOnCard_GroupComponent,
 74500                   (MetaFeature*)&_CIM_CardOnCard_PartComponent,
 74501                   (MetaFeature*)&_CIM_CardOnCard_MountOrSlotDescription,
 74502                   0,
 74503               };
 74504               
 74505               static const char*
 74506               __root_cimv2_CIM_CardOnCard_qualifiers[] =
 74507               {
 74508 mike  1.1.2.1     /* ASSOCIATION */
 74509                   "\000\001",
 74510                   /* UMLPackagePath */
 74511                   "\057CIM::Physical::Package",
 74512                   /* Aggregation */
 74513                   "\004\001",
 74514                   /* Version */
 74515                   "\0632.6.0",
 74516                   0,
 74517               };
 74518               
 74519               MetaClass
 74520               __root_cimv2_CIM_CardOnCard =
 74521               {
 74522                   /* flags */
 74523                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 74524                   /* name */
 74525                   "CIM_CardOnCard",
 74526                   /* qualifiers */
 74527                   __root_cimv2_CIM_CardOnCard_qualifiers,
 74528                   /* super */
 74529 mike  1.1.2.1     &__root_cimv2_CIM_Container,
 74530                   /* features */
 74531                   _CIM_CardOnCard_features,
 74532               };
 74533               
 74534               //==============================================================================
 74535               //
 74536               // Class: CIM_Chassis
 74537               //
 74538               //==============================================================================
 74539               
 74540               static const char*
 74541               _CIM_Chassis_NumberOfPowerCords_qualifiers[] =
 74542               {
 74543                   0,
 74544               };
 74545               
 74546               static MetaProperty
 74547               _CIM_Chassis_NumberOfPowerCords =
 74548               {
 74549                   /* flags */
 74550 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 74551                   /* name */
 74552                   "NumberOfPowerCords",
 74553                   /* qualifiers */
 74554                   _CIM_Chassis_NumberOfPowerCords_qualifiers,
 74555                   /* type */
 74556                   CIMTYPE_UINT16,
 74557                   /* subscript */
 74558                   -1,
 74559                   /* value */
 74560                   0,
 74561               };
 74562               
 74563               static const char*
 74564               _CIM_Chassis_CurrentRequiredOrProduced_qualifiers[] =
 74565               {
 74566                   /* Units */
 74567                   "\060Amps at 120 Volts",
 74568                   0,
 74569               };
 74570               
 74571 mike  1.1.2.1 static MetaProperty
 74572               _CIM_Chassis_CurrentRequiredOrProduced =
 74573               {
 74574                   /* flags */
 74575                   META_FLAG_PROPERTY|META_FLAG_READ,
 74576                   /* name */
 74577                   "CurrentRequiredOrProduced",
 74578                   /* qualifiers */
 74579                   _CIM_Chassis_CurrentRequiredOrProduced_qualifiers,
 74580                   /* type */
 74581                   CIMTYPE_SINT16,
 74582                   /* subscript */
 74583                   -1,
 74584                   /* value */
 74585                   0,
 74586               };
 74587               
 74588               static const char*
 74589               _CIM_Chassis_HeatGeneration_qualifiers[] =
 74590               {
 74591                   /* Units */
 74592 mike  1.1.2.1     "\060BTU per Hour",
 74593                   0,
 74594               };
 74595               
 74596               static MetaProperty
 74597               _CIM_Chassis_HeatGeneration =
 74598               {
 74599                   /* flags */
 74600                   META_FLAG_PROPERTY|META_FLAG_READ,
 74601                   /* name */
 74602                   "HeatGeneration",
 74603                   /* qualifiers */
 74604                   _CIM_Chassis_HeatGeneration_qualifiers,
 74605                   /* type */
 74606                   CIMTYPE_UINT16,
 74607                   /* subscript */
 74608                   -1,
 74609                   /* value */
 74610                   0,
 74611               };
 74612               
 74613 mike  1.1.2.1 static const char*
 74614               _CIM_Chassis_ChassisTypes_qualifiers[] =
 74615               {
 74616                   /* Deprecated */
 74617                   "\013\000\002CIM_Chassis.ChassisPackageType\000CIM_Chassis.MultipleSystemSupport\000",
 74618                   /* ValueMap */
 74619                   "\061\000\0311\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\00025\000",
 74620                   /* Values */
 74621                   "\062\000\031Other\000Unknown\000Desktop\000Low Profile Desktop\000Pizza Box\000Mini Tower\000Tower\000Portable\000LapTop\000Notebook\000Hand Held\000Docking Station\000All in One\000Sub Notebook\000Space-Saving\000Lunch Box\000Main System Chassis\000Expansion Chassis\000SubChassis\000Bus Expansion Chassis\000Peripheral Chassis\000Storage Chassis\000Rack Mount Chassis\000Sealed-Case PC\000Multi-system Chassis\000",
 74622                   /* MappingStrings */
 74623                   "\026\000\001MIF.DMTF|Physical Container Global Table|004.1\000",
 74624                   /* ArrayType */
 74625                   "\005Indexed",
 74626                   /* ModelCorrespondence */
 74627                   "\036\000\001CIM_Chassis.TypeDescriptions\000",
 74628                   0,
 74629               };
 74630               
 74631               static MetaProperty
 74632               _CIM_Chassis_ChassisTypes =
 74633               {
 74634 mike  1.1.2.1     /* flags */
 74635                   META_FLAG_PROPERTY|META_FLAG_READ,
 74636                   /* name */
 74637                   "ChassisTypes",
 74638                   /* qualifiers */
 74639                   _CIM_Chassis_ChassisTypes_qualifiers,
 74640                   /* type */
 74641                   CIMTYPE_UINT16,
 74642                   /* subscript */
 74643                   0,
 74644                   /* value */
 74645                   0,
 74646               };
 74647               
 74648               static const char*
 74649               _CIM_Chassis_TypeDescriptions_qualifiers[] =
 74650               {
 74651                   /* Deprecated */
 74652                   "\013\000\001CIM_Chassis.ChassisTypeDescription\000",
 74653                   /* ArrayType */
 74654                   "\005Indexed",
 74655 mike  1.1.2.1     /* ModelCorrespondence */
 74656                   "\036\000\001CIM_Chassis.ChassisTypes\000",
 74657                   0,
 74658               };
 74659               
 74660               static MetaProperty
 74661               _CIM_Chassis_TypeDescriptions =
 74662               {
 74663                   /* flags */
 74664                   META_FLAG_PROPERTY|META_FLAG_READ,
 74665                   /* name */
 74666                   "TypeDescriptions",
 74667                   /* qualifiers */
 74668                   _CIM_Chassis_TypeDescriptions_qualifiers,
 74669                   /* type */
 74670                   CIMTYPE_STRING,
 74671                   /* subscript */
 74672                   0,
 74673                   /* value */
 74674                   0,
 74675               };
 74676 mike  1.1.2.1 
 74677               static const char*
 74678               _CIM_Chassis_ChassisPackageType_qualifiers[] =
 74679               {
 74680                   /* ValueMap */
 74681                   "\061\000\0340\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\00025\000..\0000x8000..0xFFFF\000",
 74682                   /* Values */
 74683                   "\062\000\034Unknown\000Other\000SMBIOS Reserved\000Desktop\000Low Profile Desktop\000Pizza Box\000Mini Tower\000Tower\000Portable\000LapTop\000Notebook\000Hand Held\000Docking Station\000All in One\000Sub Notebook\000Space-Saving\000Lunch Box\000Main System Chassis\000Expansion Chassis\000SubChassis\000Bus Expansion Chassis\000Peripheral Chassis\000Storage Chassis\000SMBIOS Reseved\000Sealed-Case PC\000SMBIOS Reserved\000DMTF Reserved\000Vendor Reserved\000",
 74684                   /* MappingStrings */
 74685                   "\026\000\001MIF.DMTF|Physical Container Global Table|004.1\000",
 74686                   /* ModelCorrespondence */
 74687                   "\036\000\001CIM_Chassis.ChassisTypeDescription\000",
 74688                   0,
 74689               };
 74690               
 74691               static MetaProperty
 74692               _CIM_Chassis_ChassisPackageType =
 74693               {
 74694                   /* flags */
 74695                   META_FLAG_PROPERTY|META_FLAG_READ,
 74696                   /* name */
 74697 mike  1.1.2.1     "ChassisPackageType",
 74698                   /* qualifiers */
 74699                   _CIM_Chassis_ChassisPackageType_qualifiers,
 74700                   /* type */
 74701                   CIMTYPE_UINT16,
 74702                   /* subscript */
 74703                   -1,
 74704                   /* value */
 74705                   0,
 74706               };
 74707               
 74708               static const char*
 74709               _CIM_Chassis_ChassisTypeDescription_qualifiers[] =
 74710               {
 74711                   /* ModelCorrespondence */
 74712                   "\036\000\001CIM_Chassis.ChassisPackageType\000",
 74713                   0,
 74714               };
 74715               
 74716               static MetaProperty
 74717               _CIM_Chassis_ChassisTypeDescription =
 74718 mike  1.1.2.1 {
 74719                   /* flags */
 74720                   META_FLAG_PROPERTY|META_FLAG_READ,
 74721                   /* name */
 74722                   "ChassisTypeDescription",
 74723                   /* qualifiers */
 74724                   _CIM_Chassis_ChassisTypeDescription_qualifiers,
 74725                   /* type */
 74726                   CIMTYPE_STRING,
 74727                   /* subscript */
 74728                   -1,
 74729                   /* value */
 74730                   0,
 74731               };
 74732               
 74733               static const char*
 74734               _CIM_Chassis_MultipleSystemSupport_qualifiers[] =
 74735               {
 74736                   /* ValueMap */
 74737                   "\061\000\0030\0001\0002\000",
 74738                   /* Values */
 74739 mike  1.1.2.1     "\062\000\003Unknown\000True\000False\000",
 74740                   0,
 74741               };
 74742               
 74743               static MetaProperty
 74744               _CIM_Chassis_MultipleSystemSupport =
 74745               {
 74746                   /* flags */
 74747                   META_FLAG_PROPERTY|META_FLAG_READ,
 74748                   /* name */
 74749                   "MultipleSystemSupport",
 74750                   /* qualifiers */
 74751                   _CIM_Chassis_MultipleSystemSupport_qualifiers,
 74752                   /* type */
 74753                   CIMTYPE_UINT16,
 74754                   /* subscript */
 74755                   -1,
 74756                   /* value */
 74757                   0,
 74758               };
 74759               
 74760 mike  1.1.2.1 static const char*
 74761               _CIM_Chassis_RackMountable_qualifiers[] =
 74762               {
 74763                   /* ValueMap */
 74764                   "\061\000\0030\0001\0002\000",
 74765                   /* Values */
 74766                   "\062\000\003Unknown\000True\000False\000",
 74767                   0,
 74768               };
 74769               
 74770               static MetaProperty
 74771               _CIM_Chassis_RackMountable =
 74772               {
 74773                   /* flags */
 74774                   META_FLAG_PROPERTY|META_FLAG_READ,
 74775                   /* name */
 74776                   "RackMountable",
 74777                   /* qualifiers */
 74778                   _CIM_Chassis_RackMountable_qualifiers,
 74779                   /* type */
 74780                   CIMTYPE_UINT16,
 74781 mike  1.1.2.1     /* subscript */
 74782                   -1,
 74783                   /* value */
 74784                   0,
 74785               };
 74786               
 74787               static MetaFeature*
 74788               _CIM_Chassis_features[] =
 74789               {
 74790                   (MetaFeature*)&_CIM_Chassis_NumberOfPowerCords,
 74791                   (MetaFeature*)&_CIM_Chassis_CurrentRequiredOrProduced,
 74792                   (MetaFeature*)&_CIM_Chassis_HeatGeneration,
 74793                   (MetaFeature*)&_CIM_Chassis_ChassisTypes,
 74794                   (MetaFeature*)&_CIM_Chassis_TypeDescriptions,
 74795                   (MetaFeature*)&_CIM_Chassis_ChassisPackageType,
 74796                   (MetaFeature*)&_CIM_Chassis_ChassisTypeDescription,
 74797                   (MetaFeature*)&_CIM_Chassis_MultipleSystemSupport,
 74798                   (MetaFeature*)&_CIM_Chassis_RackMountable,
 74799                   0,
 74800               };
 74801               
 74802 mike  1.1.2.1 static const char*
 74803               __root_cimv2_CIM_Chassis_qualifiers[] =
 74804               {
 74805                   /* UMLPackagePath */
 74806                   "\057CIM::Physical::Package",
 74807                   /* Version */
 74808                   "\0632.8.0",
 74809                   0,
 74810               };
 74811               
 74812               MetaClass
 74813               __root_cimv2_CIM_Chassis =
 74814               {
 74815                   /* flags */
 74816                   META_FLAG_CLASS,
 74817                   /* name */
 74818                   "CIM_Chassis",
 74819                   /* qualifiers */
 74820                   __root_cimv2_CIM_Chassis_qualifiers,
 74821                   /* super */
 74822                   &__root_cimv2_CIM_PhysicalFrame,
 74823 mike  1.1.2.1     /* features */
 74824                   _CIM_Chassis_features,
 74825               };
 74826               
 74827               //==============================================================================
 74828               //
 74829               // Class: CIM_ChassisInRack
 74830               //
 74831               //==============================================================================
 74832               
 74833               static const char*
 74834               _CIM_ChassisInRack_GroupComponent_qualifiers[] =
 74835               {
 74836                   /* Aggregate */
 74837                   "\003\001",
 74838                   /* Override */
 74839                   "\044GroupComponent",
 74840                   /* Max */
 74841                   "\027\000\000\000\001",
 74842                   0,
 74843               };
 74844 mike  1.1.2.1 
 74845               static MetaReference
 74846               _CIM_ChassisInRack_GroupComponent =
 74847               {
 74848                   /* flags */
 74849                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 74850                   /* name */
 74851                   "GroupComponent",
 74852                   /* qualifiers */
 74853                   _CIM_ChassisInRack_GroupComponent_qualifiers,
 74854                   /* subscript */
 74855                   -1,
 74856                   /* refId */
 74857                   &__root_cimv2_CIM_Rack,
 74858               };
 74859               
 74860               static const char*
 74861               _CIM_ChassisInRack_PartComponent_qualifiers[] =
 74862               {
 74863                   /* Override */
 74864                   "\044PartComponent",
 74865 mike  1.1.2.1     0,
 74866               };
 74867               
 74868               static MetaReference
 74869               _CIM_ChassisInRack_PartComponent =
 74870               {
 74871                   /* flags */
 74872                   META_FLAG_REFERENCE|META_FLAG_READ,
 74873                   /* name */
 74874                   "PartComponent",
 74875                   /* qualifiers */
 74876                   _CIM_ChassisInRack_PartComponent_qualifiers,
 74877                   /* subscript */
 74878                   -1,
 74879                   /* refId */
 74880                   &__root_cimv2_CIM_Chassis,
 74881               };
 74882               
 74883               static const char*
 74884               _CIM_ChassisInRack_BottomU_qualifiers[] =
 74885               {
 74886 mike  1.1.2.1     /* Units */
 74887                   "\060Us",
 74888                   0,
 74889               };
 74890               
 74891               static MetaProperty
 74892               _CIM_ChassisInRack_BottomU =
 74893               {
 74894                   /* flags */
 74895                   META_FLAG_PROPERTY|META_FLAG_READ,
 74896                   /* name */
 74897                   "BottomU",
 74898                   /* qualifiers */
 74899                   _CIM_ChassisInRack_BottomU_qualifiers,
 74900                   /* type */
 74901                   CIMTYPE_UINT16,
 74902                   /* subscript */
 74903                   -1,
 74904                   /* value */
 74905                   0,
 74906               };
 74907 mike  1.1.2.1 
 74908               static MetaFeature*
 74909               _CIM_ChassisInRack_features[] =
 74910               {
 74911                   (MetaFeature*)&_CIM_ChassisInRack_GroupComponent,
 74912                   (MetaFeature*)&_CIM_ChassisInRack_PartComponent,
 74913                   (MetaFeature*)&_CIM_ChassisInRack_BottomU,
 74914                   0,
 74915               };
 74916               
 74917               static const char*
 74918               __root_cimv2_CIM_ChassisInRack_qualifiers[] =
 74919               {
 74920                   /* ASSOCIATION */
 74921                   "\000\001",
 74922                   /* UMLPackagePath */
 74923                   "\057CIM::Physical::Package",
 74924                   /* Aggregation */
 74925                   "\004\001",
 74926                   /* Version */
 74927                   "\0632.6.0",
 74928 mike  1.1.2.1     0,
 74929               };
 74930               
 74931               MetaClass
 74932               __root_cimv2_CIM_ChassisInRack =
 74933               {
 74934                   /* flags */
 74935                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 74936                   /* name */
 74937                   "CIM_ChassisInRack",
 74938                   /* qualifiers */
 74939                   __root_cimv2_CIM_ChassisInRack_qualifiers,
 74940                   /* super */
 74941                   &__root_cimv2_CIM_Container,
 74942                   /* features */
 74943                   _CIM_ChassisInRack_features,
 74944               };
 74945               
 74946               //==============================================================================
 74947               //
 74948               // Class: CIM_Chip
 74949 mike  1.1.2.1 //
 74950               //==============================================================================
 74951               
 74952               static const char*
 74953               _CIM_Chip_FormFactor_qualifiers[] =
 74954               {
 74955                   /* ValueMap */
 74956                   "\061\000\0300\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\000",
 74957                   /* Values */
 74958                   "\062\000\030Unknown\000Other\000SIP\000DIP\000ZIP\000SOJ\000Proprietary\000SIMM\000DIMM\000TSOP\000PGA\000RIMM\000SODIMM\000SRIMM\000SMD\000SSMP\000QFP\000TQFP\000SOIC\000LCC\000PLCC\000BGA\000FPBGA\000LGA\000",
 74959                   0,
 74960               };
 74961               
 74962               static MetaProperty
 74963               _CIM_Chip_FormFactor =
 74964               {
 74965                   /* flags */
 74966                   META_FLAG_PROPERTY|META_FLAG_READ,
 74967                   /* name */
 74968                   "FormFactor",
 74969                   /* qualifiers */
 74970 mike  1.1.2.1     _CIM_Chip_FormFactor_qualifiers,
 74971                   /* type */
 74972                   CIMTYPE_UINT16,
 74973                   /* subscript */
 74974                   -1,
 74975                   /* value */
 74976                   0,
 74977               };
 74978               
 74979               static MetaFeature*
 74980               _CIM_Chip_features[] =
 74981               {
 74982                   (MetaFeature*)&_CIM_Chip_FormFactor,
 74983                   0,
 74984               };
 74985               
 74986               static const char*
 74987               __root_cimv2_CIM_Chip_qualifiers[] =
 74988               {
 74989                   /* UMLPackagePath */
 74990                   "\057CIM::Physical::Component",
 74991 mike  1.1.2.1     /* Version */
 74992                   "\0632.6.0",
 74993                   0,
 74994               };
 74995               
 74996               MetaClass
 74997               __root_cimv2_CIM_Chip =
 74998               {
 74999                   /* flags */
 75000                   META_FLAG_CLASS,
 75001                   /* name */
 75002                   "CIM_Chip",
 75003                   /* qualifiers */
 75004                   __root_cimv2_CIM_Chip_qualifiers,
 75005                   /* super */
 75006                   &__root_cimv2_CIM_PhysicalComponent,
 75007                   /* features */
 75008                   _CIM_Chip_features,
 75009               };
 75010               
 75011               //==============================================================================
 75012 mike  1.1.2.1 //
 75013               // Class: CIM_CollectedSoftwareElements
 75014               //
 75015               //==============================================================================
 75016               
 75017               static const char*
 75018               _CIM_CollectedSoftwareElements_Collection_qualifiers[] =
 75019               {
 75020                   /* Aggregate */
 75021                   "\003\001",
 75022                   /* Override */
 75023                   "\044Collection",
 75024                   0,
 75025               };
 75026               
 75027               static MetaReference
 75028               _CIM_CollectedSoftwareElements_Collection =
 75029               {
 75030                   /* flags */
 75031                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 75032                   /* name */
 75033 mike  1.1.2.1     "Collection",
 75034                   /* qualifiers */
 75035                   _CIM_CollectedSoftwareElements_Collection_qualifiers,
 75036                   /* subscript */
 75037                   -1,
 75038                   /* refId */
 75039                   &__root_cimv2_CIM_InstalledProduct,
 75040               };
 75041               
 75042               static const char*
 75043               _CIM_CollectedSoftwareElements_Member_qualifiers[] =
 75044               {
 75045                   /* Override */
 75046                   "\044Member",
 75047                   0,
 75048               };
 75049               
 75050               static MetaReference
 75051               _CIM_CollectedSoftwareElements_Member =
 75052               {
 75053                   /* flags */
 75054 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 75055                   /* name */
 75056                   "Member",
 75057                   /* qualifiers */
 75058                   _CIM_CollectedSoftwareElements_Member_qualifiers,
 75059                   /* subscript */
 75060                   -1,
 75061                   /* refId */
 75062                   &__root_cimv2_CIM_SoftwareElement,
 75063               };
 75064               
 75065               static MetaFeature*
 75066               _CIM_CollectedSoftwareElements_features[] =
 75067               {
 75068                   (MetaFeature*)&_CIM_CollectedSoftwareElements_Collection,
 75069                   (MetaFeature*)&_CIM_CollectedSoftwareElements_Member,
 75070                   0,
 75071               };
 75072               
 75073               static const char*
 75074               __root_cimv2_CIM_CollectedSoftwareElements_qualifiers[] =
 75075 mike  1.1.2.1 {
 75076                   /* ASSOCIATION */
 75077                   "\000\001",
 75078                   /* UMLPackagePath */
 75079                   "\057CIM::Application::InstalledProduct",
 75080                   /* Aggregation */
 75081                   "\004\001",
 75082                   /* Version */
 75083                   "\0632.6.0",
 75084                   0,
 75085               };
 75086               
 75087               MetaClass
 75088               __root_cimv2_CIM_CollectedSoftwareElements =
 75089               {
 75090                   /* flags */
 75091                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 75092                   /* name */
 75093                   "CIM_CollectedSoftwareElements",
 75094                   /* qualifiers */
 75095                   __root_cimv2_CIM_CollectedSoftwareElements_qualifiers,
 75096 mike  1.1.2.1     /* super */
 75097                   &__root_cimv2_CIM_MemberOfCollection,
 75098                   /* features */
 75099                   _CIM_CollectedSoftwareElements_features,
 75100               };
 75101               
 75102               //==============================================================================
 75103               //
 75104               // Class: CIM_CollectedSoftwareFeatures
 75105               //
 75106               //==============================================================================
 75107               
 75108               static const char*
 75109               _CIM_CollectedSoftwareFeatures_Collection_qualifiers[] =
 75110               {
 75111                   /* Aggregate */
 75112                   "\003\001",
 75113                   /* Override */
 75114                   "\044Collection",
 75115                   0,
 75116               };
 75117 mike  1.1.2.1 
 75118               static MetaReference
 75119               _CIM_CollectedSoftwareFeatures_Collection =
 75120               {
 75121                   /* flags */
 75122                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 75123                   /* name */
 75124                   "Collection",
 75125                   /* qualifiers */
 75126                   _CIM_CollectedSoftwareFeatures_Collection_qualifiers,
 75127                   /* subscript */
 75128                   -1,
 75129                   /* refId */
 75130                   &__root_cimv2_CIM_InstalledProduct,
 75131               };
 75132               
 75133               static const char*
 75134               _CIM_CollectedSoftwareFeatures_Member_qualifiers[] =
 75135               {
 75136                   /* Override */
 75137                   "\044Member",
 75138 mike  1.1.2.1     0,
 75139               };
 75140               
 75141               static MetaReference
 75142               _CIM_CollectedSoftwareFeatures_Member =
 75143               {
 75144                   /* flags */
 75145                   META_FLAG_REFERENCE|META_FLAG_READ,
 75146                   /* name */
 75147                   "Member",
 75148                   /* qualifiers */
 75149                   _CIM_CollectedSoftwareFeatures_Member_qualifiers,
 75150                   /* subscript */
 75151                   -1,
 75152                   /* refId */
 75153                   &__root_cimv2_CIM_SoftwareFeature,
 75154               };
 75155               
 75156               static MetaFeature*
 75157               _CIM_CollectedSoftwareFeatures_features[] =
 75158               {
 75159 mike  1.1.2.1     (MetaFeature*)&_CIM_CollectedSoftwareFeatures_Collection,
 75160                   (MetaFeature*)&_CIM_CollectedSoftwareFeatures_Member,
 75161                   0,
 75162               };
 75163               
 75164               static const char*
 75165               __root_cimv2_CIM_CollectedSoftwareFeatures_qualifiers[] =
 75166               {
 75167                   /* ASSOCIATION */
 75168                   "\000\001",
 75169                   /* UMLPackagePath */
 75170                   "\057CIM::Application::InstalledProduct",
 75171                   /* Aggregation */
 75172                   "\004\001",
 75173                   /* Version */
 75174                   "\0632.6.0",
 75175                   0,
 75176               };
 75177               
 75178               MetaClass
 75179               __root_cimv2_CIM_CollectedSoftwareFeatures =
 75180 mike  1.1.2.1 {
 75181                   /* flags */
 75182                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 75183                   /* name */
 75184                   "CIM_CollectedSoftwareFeatures",
 75185                   /* qualifiers */
 75186                   __root_cimv2_CIM_CollectedSoftwareFeatures_qualifiers,
 75187                   /* super */
 75188                   &__root_cimv2_CIM_MemberOfCollection,
 75189                   /* features */
 75190                   _CIM_CollectedSoftwareFeatures_features,
 75191               };
 75192               
 75193               //==============================================================================
 75194               //
 75195               // Class: CIM_ConnectedTo
 75196               //
 75197               //==============================================================================
 75198               
 75199               static const char*
 75200               _CIM_ConnectedTo_Antecedent_qualifiers[] =
 75201 mike  1.1.2.1 {
 75202                   /* Override */
 75203                   "\044Antecedent",
 75204                   0,
 75205               };
 75206               
 75207               static MetaReference
 75208               _CIM_ConnectedTo_Antecedent =
 75209               {
 75210                   /* flags */
 75211                   META_FLAG_REFERENCE|META_FLAG_READ,
 75212                   /* name */
 75213                   "Antecedent",
 75214                   /* qualifiers */
 75215                   _CIM_ConnectedTo_Antecedent_qualifiers,
 75216                   /* subscript */
 75217                   -1,
 75218                   /* refId */
 75219                   &__root_cimv2_CIM_PhysicalConnector,
 75220               };
 75221               
 75222 mike  1.1.2.1 static const char*
 75223               _CIM_ConnectedTo_Dependent_qualifiers[] =
 75224               {
 75225                   /* Override */
 75226                   "\044Dependent",
 75227                   0,
 75228               };
 75229               
 75230               static MetaReference
 75231               _CIM_ConnectedTo_Dependent =
 75232               {
 75233                   /* flags */
 75234                   META_FLAG_REFERENCE|META_FLAG_READ,
 75235                   /* name */
 75236                   "Dependent",
 75237                   /* qualifiers */
 75238                   _CIM_ConnectedTo_Dependent_qualifiers,
 75239                   /* subscript */
 75240                   -1,
 75241                   /* refId */
 75242                   &__root_cimv2_CIM_PhysicalConnector,
 75243 mike  1.1.2.1 };
 75244               
 75245               static MetaFeature*
 75246               _CIM_ConnectedTo_features[] =
 75247               {
 75248                   (MetaFeature*)&_CIM_ConnectedTo_Antecedent,
 75249                   (MetaFeature*)&_CIM_ConnectedTo_Dependent,
 75250                   0,
 75251               };
 75252               
 75253               static const char*
 75254               __root_cimv2_CIM_ConnectedTo_qualifiers[] =
 75255               {
 75256                   /* ASSOCIATION */
 75257                   "\000\001",
 75258                   /* UMLPackagePath */
 75259                   "\057CIM::Physical::Connector",
 75260                   /* Version */
 75261                   "\0632.6.0",
 75262                   0,
 75263               };
 75264 mike  1.1.2.1 
 75265               MetaClass
 75266               __root_cimv2_CIM_ConnectedTo =
 75267               {
 75268                   /* flags */
 75269                   META_FLAG_ASSOCIATION,
 75270                   /* name */
 75271                   "CIM_ConnectedTo",
 75272                   /* qualifiers */
 75273                   __root_cimv2_CIM_ConnectedTo_qualifiers,
 75274                   /* super */
 75275                   &__root_cimv2_CIM_Dependency,
 75276                   /* features */
 75277                   _CIM_ConnectedTo_features,
 75278               };
 75279               
 75280               //==============================================================================
 75281               //
 75282               // Class: CIM_ConnectorOnPackage
 75283               //
 75284               //==============================================================================
 75285 mike  1.1.2.1 
 75286               static const char*
 75287               _CIM_ConnectorOnPackage_GroupComponent_qualifiers[] =
 75288               {
 75289                   /* Aggregate */
 75290                   "\003\001",
 75291                   /* Override */
 75292                   "\044GroupComponent",
 75293                   /* Max */
 75294                   "\027\000\000\000\001",
 75295                   0,
 75296               };
 75297               
 75298               static MetaReference
 75299               _CIM_ConnectorOnPackage_GroupComponent =
 75300               {
 75301                   /* flags */
 75302                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 75303                   /* name */
 75304                   "GroupComponent",
 75305                   /* qualifiers */
 75306 mike  1.1.2.1     _CIM_ConnectorOnPackage_GroupComponent_qualifiers,
 75307                   /* subscript */
 75308                   -1,
 75309                   /* refId */
 75310                   &__root_cimv2_CIM_PhysicalPackage,
 75311               };
 75312               
 75313               static const char*
 75314               _CIM_ConnectorOnPackage_PartComponent_qualifiers[] =
 75315               {
 75316                   /* Override */
 75317                   "\044PartComponent",
 75318                   0,
 75319               };
 75320               
 75321               static MetaReference
 75322               _CIM_ConnectorOnPackage_PartComponent =
 75323               {
 75324                   /* flags */
 75325                   META_FLAG_REFERENCE|META_FLAG_READ,
 75326                   /* name */
 75327 mike  1.1.2.1     "PartComponent",
 75328                   /* qualifiers */
 75329                   _CIM_ConnectorOnPackage_PartComponent_qualifiers,
 75330                   /* subscript */
 75331                   -1,
 75332                   /* refId */
 75333                   &__root_cimv2_CIM_PhysicalConnector,
 75334               };
 75335               
 75336               static MetaFeature*
 75337               _CIM_ConnectorOnPackage_features[] =
 75338               {
 75339                   (MetaFeature*)&_CIM_ConnectorOnPackage_GroupComponent,
 75340                   (MetaFeature*)&_CIM_ConnectorOnPackage_PartComponent,
 75341                   0,
 75342               };
 75343               
 75344               static const char*
 75345               __root_cimv2_CIM_ConnectorOnPackage_qualifiers[] =
 75346               {
 75347                   /* ASSOCIATION */
 75348 mike  1.1.2.1     "\000\001",
 75349                   /* UMLPackagePath */
 75350                   "\057CIM::Physical::Connector",
 75351                   /* Aggregation */
 75352                   "\004\001",
 75353                   /* Version */
 75354                   "\0632.6.0",
 75355                   0,
 75356               };
 75357               
 75358               MetaClass
 75359               __root_cimv2_CIM_ConnectorOnPackage =
 75360               {
 75361                   /* flags */
 75362                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 75363                   /* name */
 75364                   "CIM_ConnectorOnPackage",
 75365                   /* qualifiers */
 75366                   __root_cimv2_CIM_ConnectorOnPackage_qualifiers,
 75367                   /* super */
 75368                   &__root_cimv2_CIM_Container,
 75369 mike  1.1.2.1     /* features */
 75370                   _CIM_ConnectorOnPackage_features,
 75371               };
 75372               
 75373               //==============================================================================
 75374               //
 75375               // Class: CIM_CorrespondingSettingsRecord
 75376               //
 75377               //==============================================================================
 75378               
 75379               static const char*
 75380               _CIM_CorrespondingSettingsRecord_DataRecord_qualifiers[] =
 75381               {
 75382                   /* Key */
 75383                   "\025\001",
 75384                   0,
 75385               };
 75386               
 75387               static MetaReference
 75388               _CIM_CorrespondingSettingsRecord_DataRecord =
 75389               {
 75390 mike  1.1.2.1     /* flags */
 75391                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 75392                   /* name */
 75393                   "DataRecord",
 75394                   /* qualifiers */
 75395                   _CIM_CorrespondingSettingsRecord_DataRecord_qualifiers,
 75396                   /* subscript */
 75397                   -1,
 75398                   /* refId */
 75399                   &__root_cimv2_CIM_DiagnosticRecord,
 75400               };
 75401               
 75402               static const char*
 75403               _CIM_CorrespondingSettingsRecord_SettingsRecord_qualifiers[] =
 75404               {
 75405                   /* Key */
 75406                   "\025\001",
 75407                   0,
 75408               };
 75409               
 75410               static MetaReference
 75411 mike  1.1.2.1 _CIM_CorrespondingSettingsRecord_SettingsRecord =
 75412               {
 75413                   /* flags */
 75414                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 75415                   /* name */
 75416                   "SettingsRecord",
 75417                   /* qualifiers */
 75418                   _CIM_CorrespondingSettingsRecord_SettingsRecord_qualifiers,
 75419                   /* subscript */
 75420                   -1,
 75421                   /* refId */
 75422                   &__root_cimv2_CIM_DiagnosticSettingRecord,
 75423               };
 75424               
 75425               static MetaFeature*
 75426               _CIM_CorrespondingSettingsRecord_features[] =
 75427               {
 75428                   (MetaFeature*)&_CIM_CorrespondingSettingsRecord_DataRecord,
 75429                   (MetaFeature*)&_CIM_CorrespondingSettingsRecord_SettingsRecord,
 75430                   0,
 75431               };
 75432 mike  1.1.2.1 
 75433               static const char*
 75434               __root_cimv2_CIM_CorrespondingSettingsRecord_qualifiers[] =
 75435               {
 75436                   /* ASSOCIATION */
 75437                   "\000\001",
 75438                   /* UMLPackagePath */
 75439                   "\057CIM::System::Diagnostics",
 75440                   /* Version */
 75441                   "\0632.9.0",
 75442                   0,
 75443               };
 75444               
 75445               MetaClass
 75446               __root_cimv2_CIM_CorrespondingSettingsRecord =
 75447               {
 75448                   /* flags */
 75449                   META_FLAG_ASSOCIATION,
 75450                   /* name */
 75451                   "CIM_CorrespondingSettingsRecord",
 75452                   /* qualifiers */
 75453 mike  1.1.2.1     __root_cimv2_CIM_CorrespondingSettingsRecord_qualifiers,
 75454                   /* super */
 75455                   0,
 75456                   /* features */
 75457                   _CIM_CorrespondingSettingsRecord_features,
 75458               };
 75459               
 75460               //==============================================================================
 75461               //
 75462               // Class: CIM_DatabaseParameter
 75463               //
 75464               //==============================================================================
 75465               
 75466               static MetaFeature*
 75467               _CIM_DatabaseParameter_features[] =
 75468               {
 75469                   0,
 75470               };
 75471               
 75472               static const char*
 75473               __root_cimv2_CIM_DatabaseParameter_qualifiers[] =
 75474 mike  1.1.2.1 {
 75475                   /* UMLPackagePath */
 75476                   "\057CIM::Database::System",
 75477                   /* Abstract */
 75478                   "\002\001",
 75479                   /* Version */
 75480                   "\0632.7.0",
 75481                   0,
 75482               };
 75483               
 75484               MetaClass
 75485               __root_cimv2_CIM_DatabaseParameter =
 75486               {
 75487                   /* flags */
 75488                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 75489                   /* name */
 75490                   "CIM_DatabaseParameter",
 75491                   /* qualifiers */
 75492                   __root_cimv2_CIM_DatabaseParameter_qualifiers,
 75493                   /* super */
 75494                   &__root_cimv2_CIM_ScopedSettingData,
 75495 mike  1.1.2.1     /* features */
 75496                   _CIM_DatabaseParameter_features,
 75497               };
 75498               
 75499               //==============================================================================
 75500               //
 75501               // Class: CIM_DatabaseSegmentSettingData
 75502               //
 75503               //==============================================================================
 75504               
 75505               static const char*
 75506               _CIM_DatabaseSegmentSettingData_InitialExtentSize_qualifiers[] =
 75507               {
 75508                   /* Write */
 75509                   "\065\001",
 75510                   /* Units */
 75511                   "\060Bytes",
 75512                   0,
 75513               };
 75514               
 75515               static MetaProperty
 75516 mike  1.1.2.1 _CIM_DatabaseSegmentSettingData_InitialExtentSize =
 75517               {
 75518                   /* flags */
 75519                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 75520                   /* name */
 75521                   "InitialExtentSize",
 75522                   /* qualifiers */
 75523                   _CIM_DatabaseSegmentSettingData_InitialExtentSize_qualifiers,
 75524                   /* type */
 75525                   CIMTYPE_UINT64,
 75526                   /* subscript */
 75527                   -1,
 75528                   /* value */
 75529                   0,
 75530               };
 75531               
 75532               static const char*
 75533               _CIM_DatabaseSegmentSettingData_MinimumExtents_qualifiers[] =
 75534               {
 75535                   /* Write */
 75536                   "\065\001",
 75537 mike  1.1.2.1     0,
 75538               };
 75539               
 75540               static MetaProperty
 75541               _CIM_DatabaseSegmentSettingData_MinimumExtents =
 75542               {
 75543                   /* flags */
 75544                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 75545                   /* name */
 75546                   "MinimumExtents",
 75547                   /* qualifiers */
 75548                   _CIM_DatabaseSegmentSettingData_MinimumExtents_qualifiers,
 75549                   /* type */
 75550                   CIMTYPE_UINT64,
 75551                   /* subscript */
 75552                   -1,
 75553                   /* value */
 75554                   0,
 75555               };
 75556               
 75557               static const char*
 75558 mike  1.1.2.1 _CIM_DatabaseSegmentSettingData_MaximumExtents_qualifiers[] =
 75559               {
 75560                   /* Write */
 75561                   "\065\001",
 75562                   0,
 75563               };
 75564               
 75565               static MetaProperty
 75566               _CIM_DatabaseSegmentSettingData_MaximumExtents =
 75567               {
 75568                   /* flags */
 75569                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 75570                   /* name */
 75571                   "MaximumExtents",
 75572                   /* qualifiers */
 75573                   _CIM_DatabaseSegmentSettingData_MaximumExtents_qualifiers,
 75574                   /* type */
 75575                   CIMTYPE_UINT64,
 75576                   /* subscript */
 75577                   -1,
 75578                   /* value */
 75579 mike  1.1.2.1     0,
 75580               };
 75581               
 75582               static const char*
 75583               _CIM_DatabaseSegmentSettingData_NextExtentSize_qualifiers[] =
 75584               {
 75585                   /* Write */
 75586                   "\065\001",
 75587                   /* Units */
 75588                   "\060Bytes",
 75589                   /* MinValue */
 75590                   "\035\000\000\000\000\000\000\000\000",
 75591                   /* ModelCorrespondence */
 75592                   "\036\000\001CIM_DatabaseSegmentSettingData.PercentIncrease\000",
 75593                   0,
 75594               };
 75595               
 75596               static MetaProperty
 75597               _CIM_DatabaseSegmentSettingData_NextExtentSize =
 75598               {
 75599                   /* flags */
 75600 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 75601                   /* name */
 75602                   "NextExtentSize",
 75603                   /* qualifiers */
 75604                   _CIM_DatabaseSegmentSettingData_NextExtentSize_qualifiers,
 75605                   /* type */
 75606                   CIMTYPE_UINT64,
 75607                   /* subscript */
 75608                   -1,
 75609                   /* value */
 75610                   0,
 75611               };
 75612               
 75613               static const char*
 75614               _CIM_DatabaseSegmentSettingData_PercentIncrease_qualifiers[] =
 75615               {
 75616                   /* Write */
 75617                   "\065\001",
 75618                   /* MinValue */
 75619                   "\035\000\000\000\000\000\000\000\000",
 75620                   /* ModelCorrespondence */
 75621 mike  1.1.2.1     "\036\000\001CIM_DatabaseSegmentSettingData.NextExtentSize\000",
 75622                   0,
 75623               };
 75624               
 75625               static MetaProperty
 75626               _CIM_DatabaseSegmentSettingData_PercentIncrease =
 75627               {
 75628                   /* flags */
 75629                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 75630                   /* name */
 75631                   "PercentIncrease",
 75632                   /* qualifiers */
 75633                   _CIM_DatabaseSegmentSettingData_PercentIncrease_qualifiers,
 75634                   /* type */
 75635                   CIMTYPE_UINT16,
 75636                   /* subscript */
 75637                   -1,
 75638                   /* value */
 75639                   0,
 75640               };
 75641               
 75642 mike  1.1.2.1 static const char*
 75643               _CIM_DatabaseSegmentSettingData_NumberOfFreeLists_qualifiers[] =
 75644               {
 75645                   /* Write */
 75646                   "\065\001",
 75647                   0,
 75648               };
 75649               
 75650               static MetaProperty
 75651               _CIM_DatabaseSegmentSettingData_NumberOfFreeLists =
 75652               {
 75653                   /* flags */
 75654                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 75655                   /* name */
 75656                   "NumberOfFreeLists",
 75657                   /* qualifiers */
 75658                   _CIM_DatabaseSegmentSettingData_NumberOfFreeLists_qualifiers,
 75659                   /* type */
 75660                   CIMTYPE_UINT32,
 75661                   /* subscript */
 75662                   -1,
 75663 mike  1.1.2.1     /* value */
 75664                   0,
 75665               };
 75666               
 75667               static MetaFeature*
 75668               _CIM_DatabaseSegmentSettingData_features[] =
 75669               {
 75670                   (MetaFeature*)&_CIM_DatabaseSegmentSettingData_InitialExtentSize,
 75671                   (MetaFeature*)&_CIM_DatabaseSegmentSettingData_MinimumExtents,
 75672                   (MetaFeature*)&_CIM_DatabaseSegmentSettingData_MaximumExtents,
 75673                   (MetaFeature*)&_CIM_DatabaseSegmentSettingData_NextExtentSize,
 75674                   (MetaFeature*)&_CIM_DatabaseSegmentSettingData_PercentIncrease,
 75675                   (MetaFeature*)&_CIM_DatabaseSegmentSettingData_NumberOfFreeLists,
 75676                   0,
 75677               };
 75678               
 75679               static const char*
 75680               __root_cimv2_CIM_DatabaseSegmentSettingData_qualifiers[] =
 75681               {
 75682                   /* UMLPackagePath */
 75683                   "\057CIM::Database::Storage",
 75684 mike  1.1.2.1     /* Version */
 75685                   "\0632.8.0",
 75686                   0,
 75687               };
 75688               
 75689               MetaClass
 75690               __root_cimv2_CIM_DatabaseSegmentSettingData =
 75691               {
 75692                   /* flags */
 75693                   META_FLAG_CLASS,
 75694                   /* name */
 75695                   "CIM_DatabaseSegmentSettingData",
 75696                   /* qualifiers */
 75697                   __root_cimv2_CIM_DatabaseSegmentSettingData_qualifiers,
 75698                   /* super */
 75699                   &__root_cimv2_CIM_ScopedSettingData,
 75700                   /* features */
 75701                   _CIM_DatabaseSegmentSettingData_features,
 75702               };
 75703               
 75704               //==============================================================================
 75705 mike  1.1.2.1 //
 75706               // Class: CIM_DataFile
 75707               //
 75708               //==============================================================================
 75709               
 75710               static MetaFeature*
 75711               _CIM_DataFile_features[] =
 75712               {
 75713                   0,
 75714               };
 75715               
 75716               static const char*
 75717               __root_cimv2_CIM_DataFile_qualifiers[] =
 75718               {
 75719                   /* UMLPackagePath */
 75720                   "\057CIM::System::FileElements",
 75721                   /* Version */
 75722                   "\0632.6.0",
 75723                   0,
 75724               };
 75725               
 75726 mike  1.1.2.1 MetaClass
 75727               __root_cimv2_CIM_DataFile =
 75728               {
 75729                   /* flags */
 75730                   META_FLAG_CLASS,
 75731                   /* name */
 75732                   "CIM_DataFile",
 75733                   /* qualifiers */
 75734                   __root_cimv2_CIM_DataFile_qualifiers,
 75735                   /* super */
 75736                   &__root_cimv2_CIM_LogicalFile,
 75737                   /* features */
 75738                   _CIM_DataFile_features,
 75739               };
 75740               
 75741               //==============================================================================
 75742               //
 75743               // Class: CIM_DefaultSetting
 75744               //
 75745               //==============================================================================
 75746               
 75747 mike  1.1.2.1 static const char*
 75748               _CIM_DefaultSetting_Setting_qualifiers[] =
 75749               {
 75750                   /* Override */
 75751                   "\044Setting",
 75752                   /* Max */
 75753                   "\027\000\000\000\001",
 75754                   0,
 75755               };
 75756               
 75757               static MetaReference
 75758               _CIM_DefaultSetting_Setting =
 75759               {
 75760                   /* flags */
 75761                   META_FLAG_REFERENCE|META_FLAG_READ,
 75762                   /* name */
 75763                   "Setting",
 75764                   /* qualifiers */
 75765                   _CIM_DefaultSetting_Setting_qualifiers,
 75766                   /* subscript */
 75767                   -1,
 75768 mike  1.1.2.1     /* refId */
 75769                   &__root_cimv2_CIM_Setting,
 75770               };
 75771               
 75772               static MetaFeature*
 75773               _CIM_DefaultSetting_features[] =
 75774               {
 75775                   (MetaFeature*)&_CIM_DefaultSetting_Setting,
 75776                   0,
 75777               };
 75778               
 75779               static const char*
 75780               __root_cimv2_CIM_DefaultSetting_qualifiers[] =
 75781               {
 75782                   /* ASSOCIATION */
 75783                   "\000\001",
 75784                   /* UMLPackagePath */
 75785                   "\057CIM::Core::Settings",
 75786                   /* Version */
 75787                   "\0632.10.0",
 75788                   0,
 75789 mike  1.1.2.1 };
 75790               
 75791               MetaClass
 75792               __root_cimv2_CIM_DefaultSetting =
 75793               {
 75794                   /* flags */
 75795                   META_FLAG_ASSOCIATION,
 75796                   /* name */
 75797                   "CIM_DefaultSetting",
 75798                   /* qualifiers */
 75799                   __root_cimv2_CIM_DefaultSetting_qualifiers,
 75800                   /* super */
 75801                   &__root_cimv2_CIM_ElementSetting,
 75802                   /* features */
 75803                   _CIM_DefaultSetting_features,
 75804               };
 75805               
 75806               //==============================================================================
 75807               //
 75808               // Class: CIM_DeviceFile
 75809               //
 75810 mike  1.1.2.1 //==============================================================================
 75811               
 75812               static MetaFeature*
 75813               _CIM_DeviceFile_features[] =
 75814               {
 75815                   0,
 75816               };
 75817               
 75818               static const char*
 75819               __root_cimv2_CIM_DeviceFile_qualifiers[] =
 75820               {
 75821                   /* UMLPackagePath */
 75822                   "\057CIM::System::FileElements",
 75823                   /* Version */
 75824                   "\0632.6.0",
 75825                   0,
 75826               };
 75827               
 75828               MetaClass
 75829               __root_cimv2_CIM_DeviceFile =
 75830               {
 75831 mike  1.1.2.1     /* flags */
 75832                   META_FLAG_CLASS,
 75833                   /* name */
 75834                   "CIM_DeviceFile",
 75835                   /* qualifiers */
 75836                   __root_cimv2_CIM_DeviceFile_qualifiers,
 75837                   /* super */
 75838                   &__root_cimv2_CIM_LogicalFile,
 75839                   /* features */
 75840                   _CIM_DeviceFile_features,
 75841               };
 75842               
 75843               //==============================================================================
 75844               //
 75845               // Class: CIM_DiagnosticCompletionRecord
 75846               //
 75847               //==============================================================================
 75848               
 75849               static const char*
 75850               _CIM_DiagnosticCompletionRecord_CompletionState_qualifiers[] =
 75851               {
 75852 mike  1.1.2.1     /* ValueMap */
 75853                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
 75854                   /* Values */
 75855                   "\062\000\010Unknown\000Other\000OK\000Warning\000Incomplete\000Failed\000Aborted\000Stopped\000",
 75856                   /* ModelCorrespondence */
 75857                   "\036\000\001CIM_DiagnosticCompletionRecord.OtherCompletionStateDescription\000",
 75858                   0,
 75859               };
 75860               
 75861               static MetaProperty
 75862               _CIM_DiagnosticCompletionRecord_CompletionState =
 75863               {
 75864                   /* flags */
 75865                   META_FLAG_PROPERTY|META_FLAG_READ,
 75866                   /* name */
 75867                   "CompletionState",
 75868                   /* qualifiers */
 75869                   _CIM_DiagnosticCompletionRecord_CompletionState_qualifiers,
 75870                   /* type */
 75871                   CIMTYPE_UINT16,
 75872                   /* subscript */
 75873 mike  1.1.2.1     -1,
 75874                   /* value */
 75875                   0,
 75876               };
 75877               
 75878               static const char*
 75879               _CIM_DiagnosticCompletionRecord_OtherCompletionStateDescription_qualifiers[] =
 75880               {
 75881                   /* ModelCorrespondence */
 75882                   "\036\000\001CIM_DiagnosticCompletionRecord.CompletionState\000",
 75883                   0,
 75884               };
 75885               
 75886               static MetaProperty
 75887               _CIM_DiagnosticCompletionRecord_OtherCompletionStateDescription =
 75888               {
 75889                   /* flags */
 75890                   META_FLAG_PROPERTY|META_FLAG_READ,
 75891                   /* name */
 75892                   "OtherCompletionStateDescription",
 75893                   /* qualifiers */
 75894 mike  1.1.2.1     _CIM_DiagnosticCompletionRecord_OtherCompletionStateDescription_qualifiers,
 75895                   /* type */
 75896                   CIMTYPE_STRING,
 75897                   /* subscript */
 75898                   -1,
 75899                   /* value */
 75900                   0,
 75901               };
 75902               
 75903               static MetaFeature*
 75904               _CIM_DiagnosticCompletionRecord_features[] =
 75905               {
 75906                   (MetaFeature*)&_CIM_DiagnosticCompletionRecord_CompletionState,
 75907                   (MetaFeature*)&_CIM_DiagnosticCompletionRecord_OtherCompletionStateDescription,
 75908                   0,
 75909               };
 75910               
 75911               static const char*
 75912               __root_cimv2_CIM_DiagnosticCompletionRecord_qualifiers[] =
 75913               {
 75914                   /* UMLPackagePath */
 75915 mike  1.1.2.1     "\057CIM::System::Diagnostics",
 75916                   /* Version */
 75917                   "\0632.11.0",
 75918                   0,
 75919               };
 75920               
 75921               MetaClass
 75922               __root_cimv2_CIM_DiagnosticCompletionRecord =
 75923               {
 75924                   /* flags */
 75925                   META_FLAG_CLASS,
 75926                   /* name */
 75927                   "CIM_DiagnosticCompletionRecord",
 75928                   /* qualifiers */
 75929                   __root_cimv2_CIM_DiagnosticCompletionRecord_qualifiers,
 75930                   /* super */
 75931                   &__root_cimv2_CIM_DiagnosticServiceRecord,
 75932                   /* features */
 75933                   _CIM_DiagnosticCompletionRecord_features,
 75934               };
 75935               
 75936 mike  1.1.2.1 //==============================================================================
 75937               //
 75938               // Class: CIM_Directory
 75939               //
 75940               //==============================================================================
 75941               
 75942               static MetaFeature*
 75943               _CIM_Directory_features[] =
 75944               {
 75945                   0,
 75946               };
 75947               
 75948               static const char*
 75949               __root_cimv2_CIM_Directory_qualifiers[] =
 75950               {
 75951                   /* UMLPackagePath */
 75952                   "\057CIM::System::FileElements",
 75953                   /* Version */
 75954                   "\0632.6.0",
 75955                   0,
 75956               };
 75957 mike  1.1.2.1 
 75958               MetaClass
 75959               __root_cimv2_CIM_Directory =
 75960               {
 75961                   /* flags */
 75962                   META_FLAG_CLASS,
 75963                   /* name */
 75964                   "CIM_Directory",
 75965                   /* qualifiers */
 75966                   __root_cimv2_CIM_Directory_qualifiers,
 75967                   /* super */
 75968                   &__root_cimv2_CIM_LogicalFile,
 75969                   /* features */
 75970                   _CIM_Directory_features,
 75971               };
 75972               
 75973               //==============================================================================
 75974               //
 75975               // Class: CIM_DirectoryContainsFile
 75976               //
 75977               //==============================================================================
 75978 mike  1.1.2.1 
 75979               static const char*
 75980               _CIM_DirectoryContainsFile_GroupComponent_qualifiers[] =
 75981               {
 75982                   /* Aggregate */
 75983                   "\003\001",
 75984                   /* Override */
 75985                   "\044GroupComponent",
 75986                   /* Max */
 75987                   "\027\000\000\000\001",
 75988                   0,
 75989               };
 75990               
 75991               static MetaReference
 75992               _CIM_DirectoryContainsFile_GroupComponent =
 75993               {
 75994                   /* flags */
 75995                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 75996                   /* name */
 75997                   "GroupComponent",
 75998                   /* qualifiers */
 75999 mike  1.1.2.1     _CIM_DirectoryContainsFile_GroupComponent_qualifiers,
 76000                   /* subscript */
 76001                   -1,
 76002                   /* refId */
 76003                   &__root_cimv2_CIM_Directory,
 76004               };
 76005               
 76006               static const char*
 76007               _CIM_DirectoryContainsFile_PartComponent_qualifiers[] =
 76008               {
 76009                   /* Override */
 76010                   "\044PartComponent",
 76011                   0,
 76012               };
 76013               
 76014               static MetaReference
 76015               _CIM_DirectoryContainsFile_PartComponent =
 76016               {
 76017                   /* flags */
 76018                   META_FLAG_REFERENCE|META_FLAG_READ,
 76019                   /* name */
 76020 mike  1.1.2.1     "PartComponent",
 76021                   /* qualifiers */
 76022                   _CIM_DirectoryContainsFile_PartComponent_qualifiers,
 76023                   /* subscript */
 76024                   -1,
 76025                   /* refId */
 76026                   &__root_cimv2_CIM_LogicalFile,
 76027               };
 76028               
 76029               static MetaFeature*
 76030               _CIM_DirectoryContainsFile_features[] =
 76031               {
 76032                   (MetaFeature*)&_CIM_DirectoryContainsFile_GroupComponent,
 76033                   (MetaFeature*)&_CIM_DirectoryContainsFile_PartComponent,
 76034                   0,
 76035               };
 76036               
 76037               static const char*
 76038               __root_cimv2_CIM_DirectoryContainsFile_qualifiers[] =
 76039               {
 76040                   /* ASSOCIATION */
 76041 mike  1.1.2.1     "\000\001",
 76042                   /* UMLPackagePath */
 76043                   "\057CIM::System::FileElements",
 76044                   /* Aggregation */
 76045                   "\004\001",
 76046                   /* Composition */
 76047                   "\011\001",
 76048                   /* Version */
 76049                   "\0632.7.0",
 76050                   0,
 76051               };
 76052               
 76053               MetaClass
 76054               __root_cimv2_CIM_DirectoryContainsFile =
 76055               {
 76056                   /* flags */
 76057                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 76058                   /* name */
 76059                   "CIM_DirectoryContainsFile",
 76060                   /* qualifiers */
 76061                   __root_cimv2_CIM_DirectoryContainsFile_qualifiers,
 76062 mike  1.1.2.1     /* super */
 76063                   &__root_cimv2_CIM_Component,
 76064                   /* features */
 76065                   _CIM_DirectoryContainsFile_features,
 76066               };
 76067               
 76068               //==============================================================================
 76069               //
 76070               // Class: CIM_Docked
 76071               //
 76072               //==============================================================================
 76073               
 76074               static const char*
 76075               _CIM_Docked_Antecedent_qualifiers[] =
 76076               {
 76077                   /* Override */
 76078                   "\044Antecedent",
 76079                   /* Max */
 76080                   "\027\000\000\000\001",
 76081                   0,
 76082               };
 76083 mike  1.1.2.1 
 76084               static MetaReference
 76085               _CIM_Docked_Antecedent =
 76086               {
 76087                   /* flags */
 76088                   META_FLAG_REFERENCE|META_FLAG_READ,
 76089                   /* name */
 76090                   "Antecedent",
 76091                   /* qualifiers */
 76092                   _CIM_Docked_Antecedent_qualifiers,
 76093                   /* subscript */
 76094                   -1,
 76095                   /* refId */
 76096                   &__root_cimv2_CIM_Chassis,
 76097               };
 76098               
 76099               static const char*
 76100               _CIM_Docked_Dependent_qualifiers[] =
 76101               {
 76102                   /* Override */
 76103                   "\044Dependent",
 76104 mike  1.1.2.1     /* Max */
 76105                   "\027\000\000\000\001",
 76106                   0,
 76107               };
 76108               
 76109               static MetaReference
 76110               _CIM_Docked_Dependent =
 76111               {
 76112                   /* flags */
 76113                   META_FLAG_REFERENCE|META_FLAG_READ,
 76114                   /* name */
 76115                   "Dependent",
 76116                   /* qualifiers */
 76117                   _CIM_Docked_Dependent_qualifiers,
 76118                   /* subscript */
 76119                   -1,
 76120                   /* refId */
 76121                   &__root_cimv2_CIM_Chassis,
 76122               };
 76123               
 76124               static MetaFeature*
 76125 mike  1.1.2.1 _CIM_Docked_features[] =
 76126               {
 76127                   (MetaFeature*)&_CIM_Docked_Antecedent,
 76128                   (MetaFeature*)&_CIM_Docked_Dependent,
 76129                   0,
 76130               };
 76131               
 76132               static const char*
 76133               __root_cimv2_CIM_Docked_qualifiers[] =
 76134               {
 76135                   /* ASSOCIATION */
 76136                   "\000\001",
 76137                   /* UMLPackagePath */
 76138                   "\057CIM::Physical::Package",
 76139                   /* Version */
 76140                   "\0632.6.0",
 76141                   /* MappingStrings */
 76142                   "\026\000\001MIF.DMTF|Dynamic States|001.2\000",
 76143                   0,
 76144               };
 76145               
 76146 mike  1.1.2.1 MetaClass
 76147               __root_cimv2_CIM_Docked =
 76148               {
 76149                   /* flags */
 76150                   META_FLAG_ASSOCIATION,
 76151                   /* name */
 76152                   "CIM_Docked",
 76153                   /* qualifiers */
 76154                   __root_cimv2_CIM_Docked_qualifiers,
 76155                   /* super */
 76156                   &__root_cimv2_CIM_Dependency,
 76157                   /* features */
 76158                   _CIM_Docked_features,
 76159               };
 76160               
 76161               //==============================================================================
 76162               //
 76163               // Class: CIM_DynamicForwardingEntry
 76164               //
 76165               //==============================================================================
 76166               
 76167 mike  1.1.2.1 static const char*
 76168               _CIM_DynamicForwardingEntry_SystemCreationClassName_qualifiers[] =
 76169               {
 76170                   /* Key */
 76171                   "\025\001",
 76172                   /* Propagated */
 76173                   "\045CIM_System.CreationClassName",
 76174                   /* MaxLen */
 76175                   "\030\000\000\001\000",
 76176                   0,
 76177               };
 76178               
 76179               static MetaProperty
 76180               _CIM_DynamicForwardingEntry_SystemCreationClassName =
 76181               {
 76182                   /* flags */
 76183                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 76184                   /* name */
 76185                   "SystemCreationClassName",
 76186                   /* qualifiers */
 76187                   _CIM_DynamicForwardingEntry_SystemCreationClassName_qualifiers,
 76188 mike  1.1.2.1     /* type */
 76189                   CIMTYPE_STRING,
 76190                   /* subscript */
 76191                   -1,
 76192                   /* value */
 76193                   0,
 76194               };
 76195               
 76196               static const char*
 76197               _CIM_DynamicForwardingEntry_SystemName_qualifiers[] =
 76198               {
 76199                   /* Key */
 76200                   "\025\001",
 76201                   /* Propagated */
 76202                   "\045CIM_System.Name",
 76203                   /* MaxLen */
 76204                   "\030\000\000\001\000",
 76205                   0,
 76206               };
 76207               
 76208               static MetaProperty
 76209 mike  1.1.2.1 _CIM_DynamicForwardingEntry_SystemName =
 76210               {
 76211                   /* flags */
 76212                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 76213                   /* name */
 76214                   "SystemName",
 76215                   /* qualifiers */
 76216                   _CIM_DynamicForwardingEntry_SystemName_qualifiers,
 76217                   /* type */
 76218                   CIMTYPE_STRING,
 76219                   /* subscript */
 76220                   -1,
 76221                   /* value */
 76222                   0,
 76223               };
 76224               
 76225               static const char*
 76226               _CIM_DynamicForwardingEntry_ServiceCreationClassName_qualifiers[] =
 76227               {
 76228                   /* Key */
 76229                   "\025\001",
 76230 mike  1.1.2.1     /* Propagated */
 76231                   "\045CIM_Service.CreationClassName",
 76232                   /* MaxLen */
 76233                   "\030\000\000\001\000",
 76234                   0,
 76235               };
 76236               
 76237               static MetaProperty
 76238               _CIM_DynamicForwardingEntry_ServiceCreationClassName =
 76239               {
 76240                   /* flags */
 76241                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 76242                   /* name */
 76243                   "ServiceCreationClassName",
 76244                   /* qualifiers */
 76245                   _CIM_DynamicForwardingEntry_ServiceCreationClassName_qualifiers,
 76246                   /* type */
 76247                   CIMTYPE_STRING,
 76248                   /* subscript */
 76249                   -1,
 76250                   /* value */
 76251 mike  1.1.2.1     0,
 76252               };
 76253               
 76254               static const char*
 76255               _CIM_DynamicForwardingEntry_ServiceName_qualifiers[] =
 76256               {
 76257                   /* Key */
 76258                   "\025\001",
 76259                   /* Propagated */
 76260                   "\045CIM_Service.Name",
 76261                   /* MaxLen */
 76262                   "\030\000\000\001\000",
 76263                   0,
 76264               };
 76265               
 76266               static MetaProperty
 76267               _CIM_DynamicForwardingEntry_ServiceName =
 76268               {
 76269                   /* flags */
 76270                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 76271                   /* name */
 76272 mike  1.1.2.1     "ServiceName",
 76273                   /* qualifiers */
 76274                   _CIM_DynamicForwardingEntry_ServiceName_qualifiers,
 76275                   /* type */
 76276                   CIMTYPE_STRING,
 76277                   /* subscript */
 76278                   -1,
 76279                   /* value */
 76280                   0,
 76281               };
 76282               
 76283               static const char*
 76284               _CIM_DynamicForwardingEntry_CreationClassName_qualifiers[] =
 76285               {
 76286                   /* Key */
 76287                   "\025\001",
 76288                   /* MaxLen */
 76289                   "\030\000\000\001\000",
 76290                   0,
 76291               };
 76292               
 76293 mike  1.1.2.1 static MetaProperty
 76294               _CIM_DynamicForwardingEntry_CreationClassName =
 76295               {
 76296                   /* flags */
 76297                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 76298                   /* name */
 76299                   "CreationClassName",
 76300                   /* qualifiers */
 76301                   _CIM_DynamicForwardingEntry_CreationClassName_qualifiers,
 76302                   /* type */
 76303                   CIMTYPE_STRING,
 76304                   /* subscript */
 76305                   -1,
 76306                   /* value */
 76307                   0,
 76308               };
 76309               
 76310               static const char*
 76311               _CIM_DynamicForwardingEntry_MACAddress_qualifiers[] =
 76312               {
 76313                   /* Key */
 76314 mike  1.1.2.1     "\025\001",
 76315                   /* MaxLen */
 76316                   "\030\000\000\000\014",
 76317                   /* MappingStrings */
 76318                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpFdbAddress\000",
 76319                   0,
 76320               };
 76321               
 76322               static MetaProperty
 76323               _CIM_DynamicForwardingEntry_MACAddress =
 76324               {
 76325                   /* flags */
 76326                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 76327                   /* name */
 76328                   "MACAddress",
 76329                   /* qualifiers */
 76330                   _CIM_DynamicForwardingEntry_MACAddress_qualifiers,
 76331                   /* type */
 76332                   CIMTYPE_STRING,
 76333                   /* subscript */
 76334                   -1,
 76335 mike  1.1.2.1     /* value */
 76336                   0,
 76337               };
 76338               
 76339               static const char*
 76340               _CIM_DynamicForwardingEntry_DynamicStatus_qualifiers[] =
 76341               {
 76342                   /* ValueMap */
 76343                   "\061\000\0051\0002\0003\0004\0005\000",
 76344                   /* Values */
 76345                   "\062\000\005Other\000Invalid\000Learned\000Self\000Mgmt\000",
 76346                   /* MappingStrings */
 76347                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpFdbStatus\000",
 76348                   0,
 76349               };
 76350               
 76351               static MetaProperty
 76352               _CIM_DynamicForwardingEntry_DynamicStatus =
 76353               {
 76354                   /* flags */
 76355                   META_FLAG_PROPERTY|META_FLAG_READ,
 76356 mike  1.1.2.1     /* name */
 76357                   "DynamicStatus",
 76358                   /* qualifiers */
 76359                   _CIM_DynamicForwardingEntry_DynamicStatus_qualifiers,
 76360                   /* type */
 76361                   CIMTYPE_UINT16,
 76362                   /* subscript */
 76363                   -1,
 76364                   /* value */
 76365                   0,
 76366               };
 76367               
 76368               static MetaFeature*
 76369               _CIM_DynamicForwardingEntry_features[] =
 76370               {
 76371                   (MetaFeature*)&_CIM_DynamicForwardingEntry_SystemCreationClassName,
 76372                   (MetaFeature*)&_CIM_DynamicForwardingEntry_SystemName,
 76373                   (MetaFeature*)&_CIM_DynamicForwardingEntry_ServiceCreationClassName,
 76374                   (MetaFeature*)&_CIM_DynamicForwardingEntry_ServiceName,
 76375                   (MetaFeature*)&_CIM_DynamicForwardingEntry_CreationClassName,
 76376                   (MetaFeature*)&_CIM_DynamicForwardingEntry_MACAddress,
 76377 mike  1.1.2.1     (MetaFeature*)&_CIM_DynamicForwardingEntry_DynamicStatus,
 76378                   0,
 76379               };
 76380               
 76381               static const char*
 76382               __root_cimv2_CIM_DynamicForwardingEntry_qualifiers[] =
 76383               {
 76384                   /* UMLPackagePath */
 76385                   "\057CIM::Network::SwitchingBridging",
 76386                   /* Version */
 76387                   "\0632.7.0",
 76388                   0,
 76389               };
 76390               
 76391               MetaClass
 76392               __root_cimv2_CIM_DynamicForwardingEntry =
 76393               {
 76394                   /* flags */
 76395                   META_FLAG_CLASS,
 76396                   /* name */
 76397                   "CIM_DynamicForwardingEntry",
 76398 mike  1.1.2.1     /* qualifiers */
 76399                   __root_cimv2_CIM_DynamicForwardingEntry_qualifiers,
 76400                   /* super */
 76401                   &__root_cimv2_CIM_LogicalElement,
 76402                   /* features */
 76403                   _CIM_DynamicForwardingEntry_features,
 76404               };
 76405               
 76406               //==============================================================================
 76407               //
 76408               // Class: CIM_ElementInPolicyRoleCollection
 76409               //
 76410               //==============================================================================
 76411               
 76412               static const char*
 76413               _CIM_ElementInPolicyRoleCollection_Collection_qualifiers[] =
 76414               {
 76415                   /* Aggregate */
 76416                   "\003\001",
 76417                   /* Override */
 76418                   "\044Collection",
 76419 mike  1.1.2.1     0,
 76420               };
 76421               
 76422               static MetaReference
 76423               _CIM_ElementInPolicyRoleCollection_Collection =
 76424               {
 76425                   /* flags */
 76426                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 76427                   /* name */
 76428                   "Collection",
 76429                   /* qualifiers */
 76430                   _CIM_ElementInPolicyRoleCollection_Collection_qualifiers,
 76431                   /* subscript */
 76432                   -1,
 76433                   /* refId */
 76434                   &__root_cimv2_CIM_PolicyRoleCollection,
 76435               };
 76436               
 76437               static const char*
 76438               _CIM_ElementInPolicyRoleCollection_Member_qualifiers[] =
 76439               {
 76440 mike  1.1.2.1     /* Override */
 76441                   "\044Member",
 76442                   0,
 76443               };
 76444               
 76445               static MetaReference
 76446               _CIM_ElementInPolicyRoleCollection_Member =
 76447               {
 76448                   /* flags */
 76449                   META_FLAG_REFERENCE|META_FLAG_READ,
 76450                   /* name */
 76451                   "Member",
 76452                   /* qualifiers */
 76453                   _CIM_ElementInPolicyRoleCollection_Member_qualifiers,
 76454                   /* subscript */
 76455                   -1,
 76456                   /* refId */
 76457                   &__root_cimv2_CIM_ManagedElement,
 76458               };
 76459               
 76460               static MetaFeature*
 76461 mike  1.1.2.1 _CIM_ElementInPolicyRoleCollection_features[] =
 76462               {
 76463                   (MetaFeature*)&_CIM_ElementInPolicyRoleCollection_Collection,
 76464                   (MetaFeature*)&_CIM_ElementInPolicyRoleCollection_Member,
 76465                   0,
 76466               };
 76467               
 76468               static const char*
 76469               __root_cimv2_CIM_ElementInPolicyRoleCollection_qualifiers[] =
 76470               {
 76471                   /* ASSOCIATION */
 76472                   "\000\001",
 76473                   /* UMLPackagePath */
 76474                   "\057CIM::Policy",
 76475                   /* Aggregation */
 76476                   "\004\001",
 76477                   /* Version */
 76478                   "\0632.8.0",
 76479                   0,
 76480               };
 76481               
 76482 mike  1.1.2.1 MetaClass
 76483               __root_cimv2_CIM_ElementInPolicyRoleCollection =
 76484               {
 76485                   /* flags */
 76486                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 76487                   /* name */
 76488                   "CIM_ElementInPolicyRoleCollection",
 76489                   /* qualifiers */
 76490                   __root_cimv2_CIM_ElementInPolicyRoleCollection_qualifiers,
 76491                   /* super */
 76492                   &__root_cimv2_CIM_MemberOfCollection,
 76493                   /* features */
 76494                   _CIM_ElementInPolicyRoleCollection_features,
 76495               };
 76496               
 76497               //==============================================================================
 76498               //
 76499               // Class: CIM_ElementSoftwareIdentity
 76500               //
 76501               //==============================================================================
 76502               
 76503 mike  1.1.2.1 static const char*
 76504               _CIM_ElementSoftwareIdentity_Antecedent_qualifiers[] =
 76505               {
 76506                   /* Override */
 76507                   "\044Antecedent",
 76508                   0,
 76509               };
 76510               
 76511               static MetaReference
 76512               _CIM_ElementSoftwareIdentity_Antecedent =
 76513               {
 76514                   /* flags */
 76515                   META_FLAG_REFERENCE|META_FLAG_READ,
 76516                   /* name */
 76517                   "Antecedent",
 76518                   /* qualifiers */
 76519                   _CIM_ElementSoftwareIdentity_Antecedent_qualifiers,
 76520                   /* subscript */
 76521                   -1,
 76522                   /* refId */
 76523                   &__root_cimv2_CIM_SoftwareIdentity,
 76524 mike  1.1.2.1 };
 76525               
 76526               static const char*
 76527               _CIM_ElementSoftwareIdentity_Dependent_qualifiers[] =
 76528               {
 76529                   /* Override */
 76530                   "\044Dependent",
 76531                   0,
 76532               };
 76533               
 76534               static MetaReference
 76535               _CIM_ElementSoftwareIdentity_Dependent =
 76536               {
 76537                   /* flags */
 76538                   META_FLAG_REFERENCE|META_FLAG_READ,
 76539                   /* name */
 76540                   "Dependent",
 76541                   /* qualifiers */
 76542                   _CIM_ElementSoftwareIdentity_Dependent_qualifiers,
 76543                   /* subscript */
 76544                   -1,
 76545 mike  1.1.2.1     /* refId */
 76546                   &__root_cimv2_CIM_ManagedElement,
 76547               };
 76548               
 76549               static const char*
 76550               _CIM_ElementSoftwareIdentity_UpgradeCondition_qualifiers[] =
 76551               {
 76552                   /* ValueMap */
 76553                   "\061\000\0100\0001\0002\0003\0004\0005\000..\0000x8000..0xFFFF\000",
 76554                   /* Values */
 76555                   "\062\000\010Unknown\000Other\000Resides off device\000Owner Upgradeable\000Factory Upgradeable\000Not Upgradeable\000DMTF Reserved\000Vendor Reserved\000",
 76556                   /* ModelCorrespondence */
 76557                   "\036\000\001CIM_ElementSoftwareIdentity.OtherUpgradeCondition\000",
 76558                   0,
 76559               };
 76560               
 76561               static MetaProperty
 76562               _CIM_ElementSoftwareIdentity_UpgradeCondition =
 76563               {
 76564                   /* flags */
 76565                   META_FLAG_PROPERTY|META_FLAG_READ,
 76566 mike  1.1.2.1     /* name */
 76567                   "UpgradeCondition",
 76568                   /* qualifiers */
 76569                   _CIM_ElementSoftwareIdentity_UpgradeCondition_qualifiers,
 76570                   /* type */
 76571                   CIMTYPE_UINT16,
 76572                   /* subscript */
 76573                   -1,
 76574                   /* value */
 76575                   0,
 76576               };
 76577               
 76578               static const char*
 76579               _CIM_ElementSoftwareIdentity_OtherUpgradeCondition_qualifiers[] =
 76580               {
 76581                   /* ModelCorrespondence */
 76582                   "\036\000\001CIM_ElementSoftwareIdentity.UpgradeCondition\000",
 76583                   0,
 76584               };
 76585               
 76586               static MetaProperty
 76587 mike  1.1.2.1 _CIM_ElementSoftwareIdentity_OtherUpgradeCondition =
 76588               {
 76589                   /* flags */
 76590                   META_FLAG_PROPERTY|META_FLAG_READ,
 76591                   /* name */
 76592                   "OtherUpgradeCondition",
 76593                   /* qualifiers */
 76594                   _CIM_ElementSoftwareIdentity_OtherUpgradeCondition_qualifiers,
 76595                   /* type */
 76596                   CIMTYPE_STRING,
 76597                   /* subscript */
 76598                   -1,
 76599                   /* value */
 76600                   0,
 76601               };
 76602               
 76603               static MetaFeature*
 76604               _CIM_ElementSoftwareIdentity_features[] =
 76605               {
 76606                   (MetaFeature*)&_CIM_ElementSoftwareIdentity_Antecedent,
 76607                   (MetaFeature*)&_CIM_ElementSoftwareIdentity_Dependent,
 76608 mike  1.1.2.1     (MetaFeature*)&_CIM_ElementSoftwareIdentity_UpgradeCondition,
 76609                   (MetaFeature*)&_CIM_ElementSoftwareIdentity_OtherUpgradeCondition,
 76610                   0,
 76611               };
 76612               
 76613               static const char*
 76614               __root_cimv2_CIM_ElementSoftwareIdentity_qualifiers[] =
 76615               {
 76616                   /* ASSOCIATION */
 76617                   "\000\001",
 76618                   /* UMLPackagePath */
 76619                   "\057CIM::Core::Software",
 76620                   /* Version */
 76621                   "\0632.8.0",
 76622                   0,
 76623               };
 76624               
 76625               MetaClass
 76626               __root_cimv2_CIM_ElementSoftwareIdentity =
 76627               {
 76628                   /* flags */
 76629 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 76630                   /* name */
 76631                   "CIM_ElementSoftwareIdentity",
 76632                   /* qualifiers */
 76633                   __root_cimv2_CIM_ElementSoftwareIdentity_qualifiers,
 76634                   /* super */
 76635                   &__root_cimv2_CIM_Dependency,
 76636                   /* features */
 76637                   _CIM_ElementSoftwareIdentity_features,
 76638               };
 76639               
 76640               //==============================================================================
 76641               //
 76642               // Class: CIM_EthernetPortStatistics
 76643               //
 76644               //==============================================================================
 76645               
 76646               static const char*
 76647               _CIM_EthernetPortStatistics_PacketsTransmitted_qualifiers[] =
 76648               {
 76649                   /* Override */
 76650 mike  1.1.2.1     "\044PacketsTransmitted",
 76651                   /* Counter */
 76652                   "\012\001",
 76653                   /* MappingStrings */
 76654                   "\026\000\001MIF.DMTF|Network Adapter 802 Port|001.6\000",
 76655                   0,
 76656               };
 76657               
 76658               static MetaProperty
 76659               _CIM_EthernetPortStatistics_PacketsTransmitted =
 76660               {
 76661                   /* flags */
 76662                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76663                   /* name */
 76664                   "PacketsTransmitted",
 76665                   /* qualifiers */
 76666                   _CIM_EthernetPortStatistics_PacketsTransmitted_qualifiers,
 76667                   /* type */
 76668                   CIMTYPE_UINT64,
 76669                   /* subscript */
 76670                   -1,
 76671 mike  1.1.2.1     /* value */
 76672                   0,
 76673               };
 76674               
 76675               static const char*
 76676               _CIM_EthernetPortStatistics_PacketsReceived_qualifiers[] =
 76677               {
 76678                   /* Override */
 76679                   "\044PacketsReceived",
 76680                   /* Counter */
 76681                   "\012\001",
 76682                   /* MappingStrings */
 76683                   "\026\000\001MIF.DMTF|Network Adapter 802 Port|001.8\000",
 76684                   0,
 76685               };
 76686               
 76687               static MetaProperty
 76688               _CIM_EthernetPortStatistics_PacketsReceived =
 76689               {
 76690                   /* flags */
 76691                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76692 mike  1.1.2.1     /* name */
 76693                   "PacketsReceived",
 76694                   /* qualifiers */
 76695                   _CIM_EthernetPortStatistics_PacketsReceived_qualifiers,
 76696                   /* type */
 76697                   CIMTYPE_UINT64,
 76698                   /* subscript */
 76699                   -1,
 76700                   /* value */
 76701                   0,
 76702               };
 76703               
 76704               static const char*
 76705               _CIM_EthernetPortStatistics_SymbolErrors_qualifiers[] =
 76706               {
 76707                   /* Counter */
 76708                   "\012\001",
 76709                   /* MappingStrings */
 76710                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsSymbolErrors\000",
 76711                   0,
 76712               };
 76713 mike  1.1.2.1 
 76714               static MetaProperty
 76715               _CIM_EthernetPortStatistics_SymbolErrors =
 76716               {
 76717                   /* flags */
 76718                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76719                   /* name */
 76720                   "SymbolErrors",
 76721                   /* qualifiers */
 76722                   _CIM_EthernetPortStatistics_SymbolErrors_qualifiers,
 76723                   /* type */
 76724                   CIMTYPE_UINT32,
 76725                   /* subscript */
 76726                   -1,
 76727                   /* value */
 76728                   0,
 76729               };
 76730               
 76731               static const char*
 76732               _CIM_EthernetPortStatistics_AlignmentErrors_qualifiers[] =
 76733               {
 76734 mike  1.1.2.1     /* Counter */
 76735                   "\012\001",
 76736                   /* MappingStrings */
 76737                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsAlignmentErrors\000",
 76738                   0,
 76739               };
 76740               
 76741               static MetaProperty
 76742               _CIM_EthernetPortStatistics_AlignmentErrors =
 76743               {
 76744                   /* flags */
 76745                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76746                   /* name */
 76747                   "AlignmentErrors",
 76748                   /* qualifiers */
 76749                   _CIM_EthernetPortStatistics_AlignmentErrors_qualifiers,
 76750                   /* type */
 76751                   CIMTYPE_UINT32,
 76752                   /* subscript */
 76753                   -1,
 76754                   /* value */
 76755 mike  1.1.2.1     0,
 76756               };
 76757               
 76758               static const char*
 76759               _CIM_EthernetPortStatistics_FCSErrors_qualifiers[] =
 76760               {
 76761                   /* Counter */
 76762                   "\012\001",
 76763                   /* MappingStrings */
 76764                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsFCSErrors\000",
 76765                   0,
 76766               };
 76767               
 76768               static MetaProperty
 76769               _CIM_EthernetPortStatistics_FCSErrors =
 76770               {
 76771                   /* flags */
 76772                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76773                   /* name */
 76774                   "FCSErrors",
 76775                   /* qualifiers */
 76776 mike  1.1.2.1     _CIM_EthernetPortStatistics_FCSErrors_qualifiers,
 76777                   /* type */
 76778                   CIMTYPE_UINT32,
 76779                   /* subscript */
 76780                   -1,
 76781                   /* value */
 76782                   0,
 76783               };
 76784               
 76785               static const char*
 76786               _CIM_EthernetPortStatistics_SingleCollisionFrames_qualifiers[] =
 76787               {
 76788                   /* Counter */
 76789                   "\012\001",
 76790                   /* MappingStrings */
 76791                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsSingleCollisionFrames\000",
 76792                   0,
 76793               };
 76794               
 76795               static MetaProperty
 76796               _CIM_EthernetPortStatistics_SingleCollisionFrames =
 76797 mike  1.1.2.1 {
 76798                   /* flags */
 76799                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76800                   /* name */
 76801                   "SingleCollisionFrames",
 76802                   /* qualifiers */
 76803                   _CIM_EthernetPortStatistics_SingleCollisionFrames_qualifiers,
 76804                   /* type */
 76805                   CIMTYPE_UINT32,
 76806                   /* subscript */
 76807                   -1,
 76808                   /* value */
 76809                   0,
 76810               };
 76811               
 76812               static const char*
 76813               _CIM_EthernetPortStatistics_MultipleCollisionFrames_qualifiers[] =
 76814               {
 76815                   /* Counter */
 76816                   "\012\001",
 76817                   /* MappingStrings */
 76818 mike  1.1.2.1     "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsMultipleCollisionFrames\000",
 76819                   0,
 76820               };
 76821               
 76822               static MetaProperty
 76823               _CIM_EthernetPortStatistics_MultipleCollisionFrames =
 76824               {
 76825                   /* flags */
 76826                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76827                   /* name */
 76828                   "MultipleCollisionFrames",
 76829                   /* qualifiers */
 76830                   _CIM_EthernetPortStatistics_MultipleCollisionFrames_qualifiers,
 76831                   /* type */
 76832                   CIMTYPE_UINT32,
 76833                   /* subscript */
 76834                   -1,
 76835                   /* value */
 76836                   0,
 76837               };
 76838               
 76839 mike  1.1.2.1 static const char*
 76840               _CIM_EthernetPortStatistics_SQETestErrors_qualifiers[] =
 76841               {
 76842                   /* Counter */
 76843                   "\012\001",
 76844                   /* MappingStrings */
 76845                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsSQETestErrors\000",
 76846                   0,
 76847               };
 76848               
 76849               static MetaProperty
 76850               _CIM_EthernetPortStatistics_SQETestErrors =
 76851               {
 76852                   /* flags */
 76853                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76854                   /* name */
 76855                   "SQETestErrors",
 76856                   /* qualifiers */
 76857                   _CIM_EthernetPortStatistics_SQETestErrors_qualifiers,
 76858                   /* type */
 76859                   CIMTYPE_UINT32,
 76860 mike  1.1.2.1     /* subscript */
 76861                   -1,
 76862                   /* value */
 76863                   0,
 76864               };
 76865               
 76866               static const char*
 76867               _CIM_EthernetPortStatistics_DeferredTransmissions_qualifiers[] =
 76868               {
 76869                   /* Counter */
 76870                   "\012\001",
 76871                   /* MappingStrings */
 76872                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsDeferredTransmissions\000",
 76873                   0,
 76874               };
 76875               
 76876               static MetaProperty
 76877               _CIM_EthernetPortStatistics_DeferredTransmissions =
 76878               {
 76879                   /* flags */
 76880                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76881 mike  1.1.2.1     /* name */
 76882                   "DeferredTransmissions",
 76883                   /* qualifiers */
 76884                   _CIM_EthernetPortStatistics_DeferredTransmissions_qualifiers,
 76885                   /* type */
 76886                   CIMTYPE_UINT32,
 76887                   /* subscript */
 76888                   -1,
 76889                   /* value */
 76890                   0,
 76891               };
 76892               
 76893               static const char*
 76894               _CIM_EthernetPortStatistics_LateCollisions_qualifiers[] =
 76895               {
 76896                   /* Counter */
 76897                   "\012\001",
 76898                   /* MappingStrings */
 76899                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsLateCollisions\000",
 76900                   0,
 76901               };
 76902 mike  1.1.2.1 
 76903               static MetaProperty
 76904               _CIM_EthernetPortStatistics_LateCollisions =
 76905               {
 76906                   /* flags */
 76907                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76908                   /* name */
 76909                   "LateCollisions",
 76910                   /* qualifiers */
 76911                   _CIM_EthernetPortStatistics_LateCollisions_qualifiers,
 76912                   /* type */
 76913                   CIMTYPE_UINT32,
 76914                   /* subscript */
 76915                   -1,
 76916                   /* value */
 76917                   0,
 76918               };
 76919               
 76920               static const char*
 76921               _CIM_EthernetPortStatistics_ExcessiveCollisions_qualifiers[] =
 76922               {
 76923 mike  1.1.2.1     /* Counter */
 76924                   "\012\001",
 76925                   /* MappingStrings */
 76926                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsExcessiveCollisions\000",
 76927                   0,
 76928               };
 76929               
 76930               static MetaProperty
 76931               _CIM_EthernetPortStatistics_ExcessiveCollisions =
 76932               {
 76933                   /* flags */
 76934                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76935                   /* name */
 76936                   "ExcessiveCollisions",
 76937                   /* qualifiers */
 76938                   _CIM_EthernetPortStatistics_ExcessiveCollisions_qualifiers,
 76939                   /* type */
 76940                   CIMTYPE_UINT32,
 76941                   /* subscript */
 76942                   -1,
 76943                   /* value */
 76944 mike  1.1.2.1     0,
 76945               };
 76946               
 76947               static const char*
 76948               _CIM_EthernetPortStatistics_InternalMACTransmitErrors_qualifiers[] =
 76949               {
 76950                   /* Counter */
 76951                   "\012\001",
 76952                   /* MappingStrings */
 76953                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsInternalMacTransmitErrors\000",
 76954                   0,
 76955               };
 76956               
 76957               static MetaProperty
 76958               _CIM_EthernetPortStatistics_InternalMACTransmitErrors =
 76959               {
 76960                   /* flags */
 76961                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76962                   /* name */
 76963                   "InternalMACTransmitErrors",
 76964                   /* qualifiers */
 76965 mike  1.1.2.1     _CIM_EthernetPortStatistics_InternalMACTransmitErrors_qualifiers,
 76966                   /* type */
 76967                   CIMTYPE_UINT32,
 76968                   /* subscript */
 76969                   -1,
 76970                   /* value */
 76971                   0,
 76972               };
 76973               
 76974               static const char*
 76975               _CIM_EthernetPortStatistics_InternalMACReceiveErrors_qualifiers[] =
 76976               {
 76977                   /* Counter */
 76978                   "\012\001",
 76979                   /* MappingStrings */
 76980                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsInternalMacReceiveErrors\000",
 76981                   0,
 76982               };
 76983               
 76984               static MetaProperty
 76985               _CIM_EthernetPortStatistics_InternalMACReceiveErrors =
 76986 mike  1.1.2.1 {
 76987                   /* flags */
 76988                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 76989                   /* name */
 76990                   "InternalMACReceiveErrors",
 76991                   /* qualifiers */
 76992                   _CIM_EthernetPortStatistics_InternalMACReceiveErrors_qualifiers,
 76993                   /* type */
 76994                   CIMTYPE_UINT32,
 76995                   /* subscript */
 76996                   -1,
 76997                   /* value */
 76998                   0,
 76999               };
 77000               
 77001               static const char*
 77002               _CIM_EthernetPortStatistics_CarrierSenseErrors_qualifiers[] =
 77003               {
 77004                   /* Counter */
 77005                   "\012\001",
 77006                   /* MappingStrings */
 77007 mike  1.1.2.1     "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsCarrierSenseErrors\000",
 77008                   0,
 77009               };
 77010               
 77011               static MetaProperty
 77012               _CIM_EthernetPortStatistics_CarrierSenseErrors =
 77013               {
 77014                   /* flags */
 77015                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77016                   /* name */
 77017                   "CarrierSenseErrors",
 77018                   /* qualifiers */
 77019                   _CIM_EthernetPortStatistics_CarrierSenseErrors_qualifiers,
 77020                   /* type */
 77021                   CIMTYPE_UINT32,
 77022                   /* subscript */
 77023                   -1,
 77024                   /* value */
 77025                   0,
 77026               };
 77027               
 77028 mike  1.1.2.1 static const char*
 77029               _CIM_EthernetPortStatistics_FrameTooLongs_qualifiers[] =
 77030               {
 77031                   /* Counter */
 77032                   "\012\001",
 77033                   /* MappingStrings */
 77034                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsFrameTooLongs\000",
 77035                   0,
 77036               };
 77037               
 77038               static MetaProperty
 77039               _CIM_EthernetPortStatistics_FrameTooLongs =
 77040               {
 77041                   /* flags */
 77042                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77043                   /* name */
 77044                   "FrameTooLongs",
 77045                   /* qualifiers */
 77046                   _CIM_EthernetPortStatistics_FrameTooLongs_qualifiers,
 77047                   /* type */
 77048                   CIMTYPE_UINT32,
 77049 mike  1.1.2.1     /* subscript */
 77050                   -1,
 77051                   /* value */
 77052                   0,
 77053               };
 77054               
 77055               static MetaFeature*
 77056               _CIM_EthernetPortStatistics_features[] =
 77057               {
 77058                   (MetaFeature*)&_CIM_EthernetPortStatistics_PacketsTransmitted,
 77059                   (MetaFeature*)&_CIM_EthernetPortStatistics_PacketsReceived,
 77060                   (MetaFeature*)&_CIM_EthernetPortStatistics_SymbolErrors,
 77061                   (MetaFeature*)&_CIM_EthernetPortStatistics_AlignmentErrors,
 77062                   (MetaFeature*)&_CIM_EthernetPortStatistics_FCSErrors,
 77063                   (MetaFeature*)&_CIM_EthernetPortStatistics_SingleCollisionFrames,
 77064                   (MetaFeature*)&_CIM_EthernetPortStatistics_MultipleCollisionFrames,
 77065                   (MetaFeature*)&_CIM_EthernetPortStatistics_SQETestErrors,
 77066                   (MetaFeature*)&_CIM_EthernetPortStatistics_DeferredTransmissions,
 77067                   (MetaFeature*)&_CIM_EthernetPortStatistics_LateCollisions,
 77068                   (MetaFeature*)&_CIM_EthernetPortStatistics_ExcessiveCollisions,
 77069                   (MetaFeature*)&_CIM_EthernetPortStatistics_InternalMACTransmitErrors,
 77070 mike  1.1.2.1     (MetaFeature*)&_CIM_EthernetPortStatistics_InternalMACReceiveErrors,
 77071                   (MetaFeature*)&_CIM_EthernetPortStatistics_CarrierSenseErrors,
 77072                   (MetaFeature*)&_CIM_EthernetPortStatistics_FrameTooLongs,
 77073                   0,
 77074               };
 77075               
 77076               static const char*
 77077               __root_cimv2_CIM_EthernetPortStatistics_qualifiers[] =
 77078               {
 77079                   /* UMLPackagePath */
 77080                   "\057CIM::Device::Ports",
 77081                   /* Version */
 77082                   "\0632.10.0",
 77083                   0,
 77084               };
 77085               
 77086               MetaClass
 77087               __root_cimv2_CIM_EthernetPortStatistics =
 77088               {
 77089                   /* flags */
 77090                   META_FLAG_CLASS,
 77091 mike  1.1.2.1     /* name */
 77092                   "CIM_EthernetPortStatistics",
 77093                   /* qualifiers */
 77094                   __root_cimv2_CIM_EthernetPortStatistics_qualifiers,
 77095                   /* super */
 77096                   &__root_cimv2_CIM_NetworkPortStatistics,
 77097                   /* features */
 77098                   _CIM_EthernetPortStatistics_features,
 77099               };
 77100               
 77101               //==============================================================================
 77102               //
 77103               // Class: CIM_ExtraCapacityGroup
 77104               //
 77105               //==============================================================================
 77106               
 77107               static const char*
 77108               _CIM_ExtraCapacityGroup_MinNumberNeeded_qualifiers[] =
 77109               {
 77110                   /* Deprecated */
 77111                   "\013\000\001CIM_RedundancySet.MinNumberNeeded\000",
 77112 mike  1.1.2.1     0,
 77113               };
 77114               
 77115               static MetaProperty
 77116               _CIM_ExtraCapacityGroup_MinNumberNeeded =
 77117               {
 77118                   /* flags */
 77119                   META_FLAG_PROPERTY|META_FLAG_READ,
 77120                   /* name */
 77121                   "MinNumberNeeded",
 77122                   /* qualifiers */
 77123                   _CIM_ExtraCapacityGroup_MinNumberNeeded_qualifiers,
 77124                   /* type */
 77125                   CIMTYPE_UINT32,
 77126                   /* subscript */
 77127                   -1,
 77128                   /* value */
 77129                   0,
 77130               };
 77131               
 77132               static const char*
 77133 mike  1.1.2.1 _CIM_ExtraCapacityGroup_LoadBalancedGroup_qualifiers[] =
 77134               {
 77135                   /* Deprecated */
 77136                   "\013\000\001CIM_RedundancySet.TypeOfSet\000",
 77137                   0,
 77138               };
 77139               
 77140               static MetaProperty
 77141               _CIM_ExtraCapacityGroup_LoadBalancedGroup =
 77142               {
 77143                   /* flags */
 77144                   META_FLAG_PROPERTY|META_FLAG_READ,
 77145                   /* name */
 77146                   "LoadBalancedGroup",
 77147                   /* qualifiers */
 77148                   _CIM_ExtraCapacityGroup_LoadBalancedGroup_qualifiers,
 77149                   /* type */
 77150                   CIMTYPE_BOOLEAN,
 77151                   /* subscript */
 77152                   -1,
 77153                   /* value */
 77154 mike  1.1.2.1     0,
 77155               };
 77156               
 77157               static MetaFeature*
 77158               _CIM_ExtraCapacityGroup_features[] =
 77159               {
 77160                   (MetaFeature*)&_CIM_ExtraCapacityGroup_MinNumberNeeded,
 77161                   (MetaFeature*)&_CIM_ExtraCapacityGroup_LoadBalancedGroup,
 77162                   0,
 77163               };
 77164               
 77165               static const char*
 77166               __root_cimv2_CIM_ExtraCapacityGroup_qualifiers[] =
 77167               {
 77168                   /* Deprecated */
 77169                   "\013\000\001CIM_RedundancySet\000",
 77170                   /* UMLPackagePath */
 77171                   "\057CIM::Core::Redundancy",
 77172                   /* Version */
 77173                   "\0632.13.0",
 77174                   0,
 77175 mike  1.1.2.1 };
 77176               
 77177               MetaClass
 77178               __root_cimv2_CIM_ExtraCapacityGroup =
 77179               {
 77180                   /* flags */
 77181                   META_FLAG_CLASS,
 77182                   /* name */
 77183                   "CIM_ExtraCapacityGroup",
 77184                   /* qualifiers */
 77185                   __root_cimv2_CIM_ExtraCapacityGroup_qualifiers,
 77186                   /* super */
 77187                   &__root_cimv2_CIM_RedundancyGroup,
 77188                   /* features */
 77189                   _CIM_ExtraCapacityGroup_features,
 77190               };
 77191               
 77192               //==============================================================================
 77193               //
 77194               // Class: CIM_FCPortStatistics
 77195               //
 77196 mike  1.1.2.1 //==============================================================================
 77197               
 77198               static const char*
 77199               _CIM_FCPortStatistics_LIPCount_qualifiers[] =
 77200               {
 77201                   /* Counter */
 77202                   "\012\001",
 77203                   0,
 77204               };
 77205               
 77206               static MetaProperty
 77207               _CIM_FCPortStatistics_LIPCount =
 77208               {
 77209                   /* flags */
 77210                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77211                   /* name */
 77212                   "LIPCount",
 77213                   /* qualifiers */
 77214                   _CIM_FCPortStatistics_LIPCount_qualifiers,
 77215                   /* type */
 77216                   CIMTYPE_UINT64,
 77217 mike  1.1.2.1     /* subscript */
 77218                   -1,
 77219                   /* value */
 77220                   0,
 77221               };
 77222               
 77223               static const char*
 77224               _CIM_FCPortStatistics_NOSCount_qualifiers[] =
 77225               {
 77226                   /* Counter */
 77227                   "\012\001",
 77228                   0,
 77229               };
 77230               
 77231               static MetaProperty
 77232               _CIM_FCPortStatistics_NOSCount =
 77233               {
 77234                   /* flags */
 77235                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77236                   /* name */
 77237                   "NOSCount",
 77238 mike  1.1.2.1     /* qualifiers */
 77239                   _CIM_FCPortStatistics_NOSCount_qualifiers,
 77240                   /* type */
 77241                   CIMTYPE_UINT64,
 77242                   /* subscript */
 77243                   -1,
 77244                   /* value */
 77245                   0,
 77246               };
 77247               
 77248               static const char*
 77249               _CIM_FCPortStatistics_ErrorFrames_qualifiers[] =
 77250               {
 77251                   /* Counter */
 77252                   "\012\001",
 77253                   0,
 77254               };
 77255               
 77256               static MetaProperty
 77257               _CIM_FCPortStatistics_ErrorFrames =
 77258               {
 77259 mike  1.1.2.1     /* flags */
 77260                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77261                   /* name */
 77262                   "ErrorFrames",
 77263                   /* qualifiers */
 77264                   _CIM_FCPortStatistics_ErrorFrames_qualifiers,
 77265                   /* type */
 77266                   CIMTYPE_UINT64,
 77267                   /* subscript */
 77268                   -1,
 77269                   /* value */
 77270                   0,
 77271               };
 77272               
 77273               static const char*
 77274               _CIM_FCPortStatistics_DumpedFrames_qualifiers[] =
 77275               {
 77276                   /* Counter */
 77277                   "\012\001",
 77278                   0,
 77279               };
 77280 mike  1.1.2.1 
 77281               static MetaProperty
 77282               _CIM_FCPortStatistics_DumpedFrames =
 77283               {
 77284                   /* flags */
 77285                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77286                   /* name */
 77287                   "DumpedFrames",
 77288                   /* qualifiers */
 77289                   _CIM_FCPortStatistics_DumpedFrames_qualifiers,
 77290                   /* type */
 77291                   CIMTYPE_UINT64,
 77292                   /* subscript */
 77293                   -1,
 77294                   /* value */
 77295                   0,
 77296               };
 77297               
 77298               static const char*
 77299               _CIM_FCPortStatistics_LinkFailures_qualifiers[] =
 77300               {
 77301 mike  1.1.2.1     /* Counter */
 77302                   "\012\001",
 77303                   0,
 77304               };
 77305               
 77306               static MetaProperty
 77307               _CIM_FCPortStatistics_LinkFailures =
 77308               {
 77309                   /* flags */
 77310                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77311                   /* name */
 77312                   "LinkFailures",
 77313                   /* qualifiers */
 77314                   _CIM_FCPortStatistics_LinkFailures_qualifiers,
 77315                   /* type */
 77316                   CIMTYPE_UINT64,
 77317                   /* subscript */
 77318                   -1,
 77319                   /* value */
 77320                   0,
 77321               };
 77322 mike  1.1.2.1 
 77323               static const char*
 77324               _CIM_FCPortStatistics_LossOfSignalCounter_qualifiers[] =
 77325               {
 77326                   /* Counter */
 77327                   "\012\001",
 77328                   0,
 77329               };
 77330               
 77331               static MetaProperty
 77332               _CIM_FCPortStatistics_LossOfSignalCounter =
 77333               {
 77334                   /* flags */
 77335                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77336                   /* name */
 77337                   "LossOfSignalCounter",
 77338                   /* qualifiers */
 77339                   _CIM_FCPortStatistics_LossOfSignalCounter_qualifiers,
 77340                   /* type */
 77341                   CIMTYPE_UINT64,
 77342                   /* subscript */
 77343 mike  1.1.2.1     -1,
 77344                   /* value */
 77345                   0,
 77346               };
 77347               
 77348               static const char*
 77349               _CIM_FCPortStatistics_LossOfSyncCounter_qualifiers[] =
 77350               {
 77351                   /* Counter */
 77352                   "\012\001",
 77353                   0,
 77354               };
 77355               
 77356               static MetaProperty
 77357               _CIM_FCPortStatistics_LossOfSyncCounter =
 77358               {
 77359                   /* flags */
 77360                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77361                   /* name */
 77362                   "LossOfSyncCounter",
 77363                   /* qualifiers */
 77364 mike  1.1.2.1     _CIM_FCPortStatistics_LossOfSyncCounter_qualifiers,
 77365                   /* type */
 77366                   CIMTYPE_UINT64,
 77367                   /* subscript */
 77368                   -1,
 77369                   /* value */
 77370                   0,
 77371               };
 77372               
 77373               static const char*
 77374               _CIM_FCPortStatistics_PrimitiveSeqProtocolErrCount_qualifiers[] =
 77375               {
 77376                   /* Counter */
 77377                   "\012\001",
 77378                   0,
 77379               };
 77380               
 77381               static MetaProperty
 77382               _CIM_FCPortStatistics_PrimitiveSeqProtocolErrCount =
 77383               {
 77384                   /* flags */
 77385 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77386                   /* name */
 77387                   "PrimitiveSeqProtocolErrCount",
 77388                   /* qualifiers */
 77389                   _CIM_FCPortStatistics_PrimitiveSeqProtocolErrCount_qualifiers,
 77390                   /* type */
 77391                   CIMTYPE_UINT64,
 77392                   /* subscript */
 77393                   -1,
 77394                   /* value */
 77395                   0,
 77396               };
 77397               
 77398               static const char*
 77399               _CIM_FCPortStatistics_CRCErrors_qualifiers[] =
 77400               {
 77401                   /* Counter */
 77402                   "\012\001",
 77403                   0,
 77404               };
 77405               
 77406 mike  1.1.2.1 static MetaProperty
 77407               _CIM_FCPortStatistics_CRCErrors =
 77408               {
 77409                   /* flags */
 77410                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77411                   /* name */
 77412                   "CRCErrors",
 77413                   /* qualifiers */
 77414                   _CIM_FCPortStatistics_CRCErrors_qualifiers,
 77415                   /* type */
 77416                   CIMTYPE_UINT64,
 77417                   /* subscript */
 77418                   -1,
 77419                   /* value */
 77420                   0,
 77421               };
 77422               
 77423               static const char*
 77424               _CIM_FCPortStatistics_InvalidTransmissionWords_qualifiers[] =
 77425               {
 77426                   /* Counter */
 77427 mike  1.1.2.1     "\012\001",
 77428                   0,
 77429               };
 77430               
 77431               static MetaProperty
 77432               _CIM_FCPortStatistics_InvalidTransmissionWords =
 77433               {
 77434                   /* flags */
 77435                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77436                   /* name */
 77437                   "InvalidTransmissionWords",
 77438                   /* qualifiers */
 77439                   _CIM_FCPortStatistics_InvalidTransmissionWords_qualifiers,
 77440                   /* type */
 77441                   CIMTYPE_UINT64,
 77442                   /* subscript */
 77443                   -1,
 77444                   /* value */
 77445                   0,
 77446               };
 77447               
 77448 mike  1.1.2.1 static const char*
 77449               _CIM_FCPortStatistics_FramesTooShort_qualifiers[] =
 77450               {
 77451                   /* Counter */
 77452                   "\012\001",
 77453                   0,
 77454               };
 77455               
 77456               static MetaProperty
 77457               _CIM_FCPortStatistics_FramesTooShort =
 77458               {
 77459                   /* flags */
 77460                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77461                   /* name */
 77462                   "FramesTooShort",
 77463                   /* qualifiers */
 77464                   _CIM_FCPortStatistics_FramesTooShort_qualifiers,
 77465                   /* type */
 77466                   CIMTYPE_UINT64,
 77467                   /* subscript */
 77468                   -1,
 77469 mike  1.1.2.1     /* value */
 77470                   0,
 77471               };
 77472               
 77473               static const char*
 77474               _CIM_FCPortStatistics_FramesTooLong_qualifiers[] =
 77475               {
 77476                   /* Counter */
 77477                   "\012\001",
 77478                   0,
 77479               };
 77480               
 77481               static MetaProperty
 77482               _CIM_FCPortStatistics_FramesTooLong =
 77483               {
 77484                   /* flags */
 77485                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77486                   /* name */
 77487                   "FramesTooLong",
 77488                   /* qualifiers */
 77489                   _CIM_FCPortStatistics_FramesTooLong_qualifiers,
 77490 mike  1.1.2.1     /* type */
 77491                   CIMTYPE_UINT64,
 77492                   /* subscript */
 77493                   -1,
 77494                   /* value */
 77495                   0,
 77496               };
 77497               
 77498               static const char*
 77499               _CIM_FCPortStatistics_AddressErrors_qualifiers[] =
 77500               {
 77501                   /* Counter */
 77502                   "\012\001",
 77503                   0,
 77504               };
 77505               
 77506               static MetaProperty
 77507               _CIM_FCPortStatistics_AddressErrors =
 77508               {
 77509                   /* flags */
 77510                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77511 mike  1.1.2.1     /* name */
 77512                   "AddressErrors",
 77513                   /* qualifiers */
 77514                   _CIM_FCPortStatistics_AddressErrors_qualifiers,
 77515                   /* type */
 77516                   CIMTYPE_UINT64,
 77517                   /* subscript */
 77518                   -1,
 77519                   /* value */
 77520                   0,
 77521               };
 77522               
 77523               static const char*
 77524               _CIM_FCPortStatistics_BufferCreditNotProvided_qualifiers[] =
 77525               {
 77526                   /* Counter */
 77527                   "\012\001",
 77528                   0,
 77529               };
 77530               
 77531               static MetaProperty
 77532 mike  1.1.2.1 _CIM_FCPortStatistics_BufferCreditNotProvided =
 77533               {
 77534                   /* flags */
 77535                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77536                   /* name */
 77537                   "BufferCreditNotProvided",
 77538                   /* qualifiers */
 77539                   _CIM_FCPortStatistics_BufferCreditNotProvided_qualifiers,
 77540                   /* type */
 77541                   CIMTYPE_UINT64,
 77542                   /* subscript */
 77543                   -1,
 77544                   /* value */
 77545                   0,
 77546               };
 77547               
 77548               static const char*
 77549               _CIM_FCPortStatistics_BufferCreditNotReceived_qualifiers[] =
 77550               {
 77551                   /* Counter */
 77552                   "\012\001",
 77553 mike  1.1.2.1     0,
 77554               };
 77555               
 77556               static MetaProperty
 77557               _CIM_FCPortStatistics_BufferCreditNotReceived =
 77558               {
 77559                   /* flags */
 77560                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77561                   /* name */
 77562                   "BufferCreditNotReceived",
 77563                   /* qualifiers */
 77564                   _CIM_FCPortStatistics_BufferCreditNotReceived_qualifiers,
 77565                   /* type */
 77566                   CIMTYPE_UINT64,
 77567                   /* subscript */
 77568                   -1,
 77569                   /* value */
 77570                   0,
 77571               };
 77572               
 77573               static const char*
 77574 mike  1.1.2.1 _CIM_FCPortStatistics_DelimiterErrors_qualifiers[] =
 77575               {
 77576                   /* Counter */
 77577                   "\012\001",
 77578                   0,
 77579               };
 77580               
 77581               static MetaProperty
 77582               _CIM_FCPortStatistics_DelimiterErrors =
 77583               {
 77584                   /* flags */
 77585                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77586                   /* name */
 77587                   "DelimiterErrors",
 77588                   /* qualifiers */
 77589                   _CIM_FCPortStatistics_DelimiterErrors_qualifiers,
 77590                   /* type */
 77591                   CIMTYPE_UINT64,
 77592                   /* subscript */
 77593                   -1,
 77594                   /* value */
 77595 mike  1.1.2.1     0,
 77596               };
 77597               
 77598               static const char*
 77599               _CIM_FCPortStatistics_EncodingDisparityErrors_qualifiers[] =
 77600               {
 77601                   /* Counter */
 77602                   "\012\001",
 77603                   0,
 77604               };
 77605               
 77606               static MetaProperty
 77607               _CIM_FCPortStatistics_EncodingDisparityErrors =
 77608               {
 77609                   /* flags */
 77610                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77611                   /* name */
 77612                   "EncodingDisparityErrors",
 77613                   /* qualifiers */
 77614                   _CIM_FCPortStatistics_EncodingDisparityErrors_qualifiers,
 77615                   /* type */
 77616 mike  1.1.2.1     CIMTYPE_UINT64,
 77617                   /* subscript */
 77618                   -1,
 77619                   /* value */
 77620                   0,
 77621               };
 77622               
 77623               static const char*
 77624               _CIM_FCPortStatistics_LinkResetsReceived_qualifiers[] =
 77625               {
 77626                   /* Counter */
 77627                   "\012\001",
 77628                   0,
 77629               };
 77630               
 77631               static MetaProperty
 77632               _CIM_FCPortStatistics_LinkResetsReceived =
 77633               {
 77634                   /* flags */
 77635                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77636                   /* name */
 77637 mike  1.1.2.1     "LinkResetsReceived",
 77638                   /* qualifiers */
 77639                   _CIM_FCPortStatistics_LinkResetsReceived_qualifiers,
 77640                   /* type */
 77641                   CIMTYPE_UINT64,
 77642                   /* subscript */
 77643                   -1,
 77644                   /* value */
 77645                   0,
 77646               };
 77647               
 77648               static const char*
 77649               _CIM_FCPortStatistics_LinkResetsTransmitted_qualifiers[] =
 77650               {
 77651                   /* Counter */
 77652                   "\012\001",
 77653                   0,
 77654               };
 77655               
 77656               static MetaProperty
 77657               _CIM_FCPortStatistics_LinkResetsTransmitted =
 77658 mike  1.1.2.1 {
 77659                   /* flags */
 77660                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77661                   /* name */
 77662                   "LinkResetsTransmitted",
 77663                   /* qualifiers */
 77664                   _CIM_FCPortStatistics_LinkResetsTransmitted_qualifiers,
 77665                   /* type */
 77666                   CIMTYPE_UINT64,
 77667                   /* subscript */
 77668                   -1,
 77669                   /* value */
 77670                   0,
 77671               };
 77672               
 77673               static const char*
 77674               _CIM_FCPortStatistics_MulticastFramesReceived_qualifiers[] =
 77675               {
 77676                   /* Counter */
 77677                   "\012\001",
 77678                   0,
 77679 mike  1.1.2.1 };
 77680               
 77681               static MetaProperty
 77682               _CIM_FCPortStatistics_MulticastFramesReceived =
 77683               {
 77684                   /* flags */
 77685                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77686                   /* name */
 77687                   "MulticastFramesReceived",
 77688                   /* qualifiers */
 77689                   _CIM_FCPortStatistics_MulticastFramesReceived_qualifiers,
 77690                   /* type */
 77691                   CIMTYPE_UINT64,
 77692                   /* subscript */
 77693                   -1,
 77694                   /* value */
 77695                   0,
 77696               };
 77697               
 77698               static const char*
 77699               _CIM_FCPortStatistics_MulticastFramesTransmitted_qualifiers[] =
 77700 mike  1.1.2.1 {
 77701                   /* Counter */
 77702                   "\012\001",
 77703                   0,
 77704               };
 77705               
 77706               static MetaProperty
 77707               _CIM_FCPortStatistics_MulticastFramesTransmitted =
 77708               {
 77709                   /* flags */
 77710                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77711                   /* name */
 77712                   "MulticastFramesTransmitted",
 77713                   /* qualifiers */
 77714                   _CIM_FCPortStatistics_MulticastFramesTransmitted_qualifiers,
 77715                   /* type */
 77716                   CIMTYPE_UINT64,
 77717                   /* subscript */
 77718                   -1,
 77719                   /* value */
 77720                   0,
 77721 mike  1.1.2.1 };
 77722               
 77723               static const char*
 77724               _CIM_FCPortStatistics_FBSYFrames_qualifiers[] =
 77725               {
 77726                   /* Counter */
 77727                   "\012\001",
 77728                   /* MappingStrings */
 77729                   "\026\000\001FC-SWAPI.T11|ErrorCounters|1.SWAPI_STATS_LBL_FBSY\000",
 77730                   0,
 77731               };
 77732               
 77733               static MetaProperty
 77734               _CIM_FCPortStatistics_FBSYFrames =
 77735               {
 77736                   /* flags */
 77737                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77738                   /* name */
 77739                   "FBSYFrames",
 77740                   /* qualifiers */
 77741                   _CIM_FCPortStatistics_FBSYFrames_qualifiers,
 77742 mike  1.1.2.1     /* type */
 77743                   CIMTYPE_UINT64,
 77744                   /* subscript */
 77745                   -1,
 77746                   /* value */
 77747                   0,
 77748               };
 77749               
 77750               static const char*
 77751               _CIM_FCPortStatistics_PBSYFrames_qualifiers[] =
 77752               {
 77753                   /* Counter */
 77754                   "\012\001",
 77755                   /* MappingStrings */
 77756                   "\026\000\001FC-SWAPI.T11|ErrorCounters|1.SWAPI_STATS_LBL_PBSY\000",
 77757                   0,
 77758               };
 77759               
 77760               static MetaProperty
 77761               _CIM_FCPortStatistics_PBSYFrames =
 77762               {
 77763 mike  1.1.2.1     /* flags */
 77764                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77765                   /* name */
 77766                   "PBSYFrames",
 77767                   /* qualifiers */
 77768                   _CIM_FCPortStatistics_PBSYFrames_qualifiers,
 77769                   /* type */
 77770                   CIMTYPE_UINT64,
 77771                   /* subscript */
 77772                   -1,
 77773                   /* value */
 77774                   0,
 77775               };
 77776               
 77777               static const char*
 77778               _CIM_FCPortStatistics_FRJTFrames_qualifiers[] =
 77779               {
 77780                   /* Counter */
 77781                   "\012\001",
 77782                   /* MappingStrings */
 77783                   "\026\000\001FC-SWAPI.T11|ErrorCounters|1.SWAPI_STATS_LBL_FRJT\000",
 77784 mike  1.1.2.1     0,
 77785               };
 77786               
 77787               static MetaProperty
 77788               _CIM_FCPortStatistics_FRJTFrames =
 77789               {
 77790                   /* flags */
 77791                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77792                   /* name */
 77793                   "FRJTFrames",
 77794                   /* qualifiers */
 77795                   _CIM_FCPortStatistics_FRJTFrames_qualifiers,
 77796                   /* type */
 77797                   CIMTYPE_UINT64,
 77798                   /* subscript */
 77799                   -1,
 77800                   /* value */
 77801                   0,
 77802               };
 77803               
 77804               static const char*
 77805 mike  1.1.2.1 _CIM_FCPortStatistics_PRJTFrames_qualifiers[] =
 77806               {
 77807                   /* Counter */
 77808                   "\012\001",
 77809                   /* MappingStrings */
 77810                   "\026\000\001FC-SWAPI.T11|ErrorCounters|1.SWAPI_STATS_LBL_PRJT\000",
 77811                   0,
 77812               };
 77813               
 77814               static MetaProperty
 77815               _CIM_FCPortStatistics_PRJTFrames =
 77816               {
 77817                   /* flags */
 77818                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77819                   /* name */
 77820                   "PRJTFrames",
 77821                   /* qualifiers */
 77822                   _CIM_FCPortStatistics_PRJTFrames_qualifiers,
 77823                   /* type */
 77824                   CIMTYPE_UINT64,
 77825                   /* subscript */
 77826 mike  1.1.2.1     -1,
 77827                   /* value */
 77828                   0,
 77829               };
 77830               
 77831               static const char*
 77832               _CIM_FCPortStatistics_RXClass1Frames_qualifiers[] =
 77833               {
 77834                   /* Counter */
 77835                   "\012\001",
 77836                   /* MappingStrings */
 77837                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C1RF\000",
 77838                   0,
 77839               };
 77840               
 77841               static MetaProperty
 77842               _CIM_FCPortStatistics_RXClass1Frames =
 77843               {
 77844                   /* flags */
 77845                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77846                   /* name */
 77847 mike  1.1.2.1     "RXClass1Frames",
 77848                   /* qualifiers */
 77849                   _CIM_FCPortStatistics_RXClass1Frames_qualifiers,
 77850                   /* type */
 77851                   CIMTYPE_UINT64,
 77852                   /* subscript */
 77853                   -1,
 77854                   /* value */
 77855                   0,
 77856               };
 77857               
 77858               static const char*
 77859               _CIM_FCPortStatistics_TXClass1Frames_qualifiers[] =
 77860               {
 77861                   /* Counter */
 77862                   "\012\001",
 77863                   /* MappingStrings */
 77864                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C1TF\000",
 77865                   0,
 77866               };
 77867               
 77868 mike  1.1.2.1 static MetaProperty
 77869               _CIM_FCPortStatistics_TXClass1Frames =
 77870               {
 77871                   /* flags */
 77872                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77873                   /* name */
 77874                   "TXClass1Frames",
 77875                   /* qualifiers */
 77876                   _CIM_FCPortStatistics_TXClass1Frames_qualifiers,
 77877                   /* type */
 77878                   CIMTYPE_UINT64,
 77879                   /* subscript */
 77880                   -1,
 77881                   /* value */
 77882                   0,
 77883               };
 77884               
 77885               static const char*
 77886               _CIM_FCPortStatistics_Class1FBSY_qualifiers[] =
 77887               {
 77888                   /* Counter */
 77889 mike  1.1.2.1     "\012\001",
 77890                   /* MappingStrings */
 77891                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C1FB\000",
 77892                   0,
 77893               };
 77894               
 77895               static MetaProperty
 77896               _CIM_FCPortStatistics_Class1FBSY =
 77897               {
 77898                   /* flags */
 77899                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77900                   /* name */
 77901                   "Class1FBSY",
 77902                   /* qualifiers */
 77903                   _CIM_FCPortStatistics_Class1FBSY_qualifiers,
 77904                   /* type */
 77905                   CIMTYPE_UINT64,
 77906                   /* subscript */
 77907                   -1,
 77908                   /* value */
 77909                   0,
 77910 mike  1.1.2.1 };
 77911               
 77912               static const char*
 77913               _CIM_FCPortStatistics_Class1PBSY_qualifiers[] =
 77914               {
 77915                   /* Counter */
 77916                   "\012\001",
 77917                   /* MappingStrings */
 77918                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C1PB\000",
 77919                   0,
 77920               };
 77921               
 77922               static MetaProperty
 77923               _CIM_FCPortStatistics_Class1PBSY =
 77924               {
 77925                   /* flags */
 77926                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77927                   /* name */
 77928                   "Class1PBSY",
 77929                   /* qualifiers */
 77930                   _CIM_FCPortStatistics_Class1PBSY_qualifiers,
 77931 mike  1.1.2.1     /* type */
 77932                   CIMTYPE_UINT64,
 77933                   /* subscript */
 77934                   -1,
 77935                   /* value */
 77936                   0,
 77937               };
 77938               
 77939               static const char*
 77940               _CIM_FCPortStatistics_Class1FRJT_qualifiers[] =
 77941               {
 77942                   /* Counter */
 77943                   "\012\001",
 77944                   /* MappingStrings */
 77945                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C1FR\000",
 77946                   0,
 77947               };
 77948               
 77949               static MetaProperty
 77950               _CIM_FCPortStatistics_Class1FRJT =
 77951               {
 77952 mike  1.1.2.1     /* flags */
 77953                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77954                   /* name */
 77955                   "Class1FRJT",
 77956                   /* qualifiers */
 77957                   _CIM_FCPortStatistics_Class1FRJT_qualifiers,
 77958                   /* type */
 77959                   CIMTYPE_UINT64,
 77960                   /* subscript */
 77961                   -1,
 77962                   /* value */
 77963                   0,
 77964               };
 77965               
 77966               static const char*
 77967               _CIM_FCPortStatistics_Class1PRJT_qualifiers[] =
 77968               {
 77969                   /* Counter */
 77970                   "\012\001",
 77971                   /* MappingStrings */
 77972                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C1PR\000",
 77973 mike  1.1.2.1     0,
 77974               };
 77975               
 77976               static MetaProperty
 77977               _CIM_FCPortStatistics_Class1PRJT =
 77978               {
 77979                   /* flags */
 77980                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 77981                   /* name */
 77982                   "Class1PRJT",
 77983                   /* qualifiers */
 77984                   _CIM_FCPortStatistics_Class1PRJT_qualifiers,
 77985                   /* type */
 77986                   CIMTYPE_UINT64,
 77987                   /* subscript */
 77988                   -1,
 77989                   /* value */
 77990                   0,
 77991               };
 77992               
 77993               static const char*
 77994 mike  1.1.2.1 _CIM_FCPortStatistics_RXClass2Frames_qualifiers[] =
 77995               {
 77996                   /* Counter */
 77997                   "\012\001",
 77998                   /* MappingStrings */
 77999                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C2RF\000",
 78000                   0,
 78001               };
 78002               
 78003               static MetaProperty
 78004               _CIM_FCPortStatistics_RXClass2Frames =
 78005               {
 78006                   /* flags */
 78007                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78008                   /* name */
 78009                   "RXClass2Frames",
 78010                   /* qualifiers */
 78011                   _CIM_FCPortStatistics_RXClass2Frames_qualifiers,
 78012                   /* type */
 78013                   CIMTYPE_UINT64,
 78014                   /* subscript */
 78015 mike  1.1.2.1     -1,
 78016                   /* value */
 78017                   0,
 78018               };
 78019               
 78020               static const char*
 78021               _CIM_FCPortStatistics_TXClass2Frames_qualifiers[] =
 78022               {
 78023                   /* Counter */
 78024                   "\012\001",
 78025                   /* MappingStrings */
 78026                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C2LF\000",
 78027                   0,
 78028               };
 78029               
 78030               static MetaProperty
 78031               _CIM_FCPortStatistics_TXClass2Frames =
 78032               {
 78033                   /* flags */
 78034                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78035                   /* name */
 78036 mike  1.1.2.1     "TXClass2Frames",
 78037                   /* qualifiers */
 78038                   _CIM_FCPortStatistics_TXClass2Frames_qualifiers,
 78039                   /* type */
 78040                   CIMTYPE_UINT64,
 78041                   /* subscript */
 78042                   -1,
 78043                   /* value */
 78044                   0,
 78045               };
 78046               
 78047               static const char*
 78048               _CIM_FCPortStatistics_Class2FBSY_qualifiers[] =
 78049               {
 78050                   /* Counter */
 78051                   "\012\001",
 78052                   /* MappingStrings */
 78053                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C2FB\000",
 78054                   0,
 78055               };
 78056               
 78057 mike  1.1.2.1 static MetaProperty
 78058               _CIM_FCPortStatistics_Class2FBSY =
 78059               {
 78060                   /* flags */
 78061                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78062                   /* name */
 78063                   "Class2FBSY",
 78064                   /* qualifiers */
 78065                   _CIM_FCPortStatistics_Class2FBSY_qualifiers,
 78066                   /* type */
 78067                   CIMTYPE_UINT64,
 78068                   /* subscript */
 78069                   -1,
 78070                   /* value */
 78071                   0,
 78072               };
 78073               
 78074               static const char*
 78075               _CIM_FCPortStatistics_Class2PBSY_qualifiers[] =
 78076               {
 78077                   /* Counter */
 78078 mike  1.1.2.1     "\012\001",
 78079                   /* MappingStrings */
 78080                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C2PB\000",
 78081                   0,
 78082               };
 78083               
 78084               static MetaProperty
 78085               _CIM_FCPortStatistics_Class2PBSY =
 78086               {
 78087                   /* flags */
 78088                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78089                   /* name */
 78090                   "Class2PBSY",
 78091                   /* qualifiers */
 78092                   _CIM_FCPortStatistics_Class2PBSY_qualifiers,
 78093                   /* type */
 78094                   CIMTYPE_UINT64,
 78095                   /* subscript */
 78096                   -1,
 78097                   /* value */
 78098                   0,
 78099 mike  1.1.2.1 };
 78100               
 78101               static const char*
 78102               _CIM_FCPortStatistics_Class2FRJT_qualifiers[] =
 78103               {
 78104                   /* Counter */
 78105                   "\012\001",
 78106                   /* MappingStrings */
 78107                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C2FR\000",
 78108                   0,
 78109               };
 78110               
 78111               static MetaProperty
 78112               _CIM_FCPortStatistics_Class2FRJT =
 78113               {
 78114                   /* flags */
 78115                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78116                   /* name */
 78117                   "Class2FRJT",
 78118                   /* qualifiers */
 78119                   _CIM_FCPortStatistics_Class2FRJT_qualifiers,
 78120 mike  1.1.2.1     /* type */
 78121                   CIMTYPE_UINT64,
 78122                   /* subscript */
 78123                   -1,
 78124                   /* value */
 78125                   0,
 78126               };
 78127               
 78128               static const char*
 78129               _CIM_FCPortStatistics_Class2PRJT_qualifiers[] =
 78130               {
 78131                   /* Counter */
 78132                   "\012\001",
 78133                   /* MappingStrings */
 78134                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C2PR\000",
 78135                   0,
 78136               };
 78137               
 78138               static MetaProperty
 78139               _CIM_FCPortStatistics_Class2PRJT =
 78140               {
 78141 mike  1.1.2.1     /* flags */
 78142                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78143                   /* name */
 78144                   "Class2PRJT",
 78145                   /* qualifiers */
 78146                   _CIM_FCPortStatistics_Class2PRJT_qualifiers,
 78147                   /* type */
 78148                   CIMTYPE_UINT64,
 78149                   /* subscript */
 78150                   -1,
 78151                   /* value */
 78152                   0,
 78153               };
 78154               
 78155               static const char*
 78156               _CIM_FCPortStatistics_RXClass3Frames_qualifiers[] =
 78157               {
 78158                   /* Counter */
 78159                   "\012\001",
 78160                   /* MappingStrings */
 78161                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C3RF\000",
 78162 mike  1.1.2.1     0,
 78163               };
 78164               
 78165               static MetaProperty
 78166               _CIM_FCPortStatistics_RXClass3Frames =
 78167               {
 78168                   /* flags */
 78169                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78170                   /* name */
 78171                   "RXClass3Frames",
 78172                   /* qualifiers */
 78173                   _CIM_FCPortStatistics_RXClass3Frames_qualifiers,
 78174                   /* type */
 78175                   CIMTYPE_UINT64,
 78176                   /* subscript */
 78177                   -1,
 78178                   /* value */
 78179                   0,
 78180               };
 78181               
 78182               static const char*
 78183 mike  1.1.2.1 _CIM_FCPortStatistics_TXClass3Frames_qualifiers[] =
 78184               {
 78185                   /* Counter */
 78186                   "\012\001",
 78187                   /* MappingStrings */
 78188                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C3TF\000",
 78189                   0,
 78190               };
 78191               
 78192               static MetaProperty
 78193               _CIM_FCPortStatistics_TXClass3Frames =
 78194               {
 78195                   /* flags */
 78196                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78197                   /* name */
 78198                   "TXClass3Frames",
 78199                   /* qualifiers */
 78200                   _CIM_FCPortStatistics_TXClass3Frames_qualifiers,
 78201                   /* type */
 78202                   CIMTYPE_UINT64,
 78203                   /* subscript */
 78204 mike  1.1.2.1     -1,
 78205                   /* value */
 78206                   0,
 78207               };
 78208               
 78209               static const char*
 78210               _CIM_FCPortStatistics_Class3FramesDiscarded_qualifiers[] =
 78211               {
 78212                   /* Counter */
 78213                   "\012\001",
 78214                   /* MappingStrings */
 78215                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_C3DC\000",
 78216                   0,
 78217               };
 78218               
 78219               static MetaProperty
 78220               _CIM_FCPortStatistics_Class3FramesDiscarded =
 78221               {
 78222                   /* flags */
 78223                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78224                   /* name */
 78225 mike  1.1.2.1     "Class3FramesDiscarded",
 78226                   /* qualifiers */
 78227                   _CIM_FCPortStatistics_Class3FramesDiscarded_qualifiers,
 78228                   /* type */
 78229                   CIMTYPE_UINT64,
 78230                   /* subscript */
 78231                   -1,
 78232                   /* value */
 78233                   0,
 78234               };
 78235               
 78236               static const char*
 78237               _CIM_FCPortStatistics_RXBroadcastFrames_qualifiers[] =
 78238               {
 78239                   /* Counter */
 78240                   "\012\001",
 78241                   /* MappingStrings */
 78242                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_RBCO\000",
 78243                   0,
 78244               };
 78245               
 78246 mike  1.1.2.1 static MetaProperty
 78247               _CIM_FCPortStatistics_RXBroadcastFrames =
 78248               {
 78249                   /* flags */
 78250                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78251                   /* name */
 78252                   "RXBroadcastFrames",
 78253                   /* qualifiers */
 78254                   _CIM_FCPortStatistics_RXBroadcastFrames_qualifiers,
 78255                   /* type */
 78256                   CIMTYPE_UINT64,
 78257                   /* subscript */
 78258                   -1,
 78259                   /* value */
 78260                   0,
 78261               };
 78262               
 78263               static const char*
 78264               _CIM_FCPortStatistics_TXBroadcastFrames_qualifiers[] =
 78265               {
 78266                   /* Counter */
 78267 mike  1.1.2.1     "\012\001",
 78268                   /* MappingStrings */
 78269                   "\026\000\001FC-SWAPI.T11|PerformanceCounters|1.SWAPI_STATS_LBL_TBCO\000",
 78270                   0,
 78271               };
 78272               
 78273               static MetaProperty
 78274               _CIM_FCPortStatistics_TXBroadcastFrames =
 78275               {
 78276                   /* flags */
 78277                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 78278                   /* name */
 78279                   "TXBroadcastFrames",
 78280                   /* qualifiers */
 78281                   _CIM_FCPortStatistics_TXBroadcastFrames_qualifiers,
 78282                   /* type */
 78283                   CIMTYPE_UINT64,
 78284                   /* subscript */
 78285                   -1,
 78286                   /* value */
 78287                   0,
 78288 mike  1.1.2.1 };
 78289               
 78290               static MetaFeature*
 78291               _CIM_FCPortStatistics_features[] =
 78292               {
 78293                   (MetaFeature*)&_CIM_FCPortStatistics_LIPCount,
 78294                   (MetaFeature*)&_CIM_FCPortStatistics_NOSCount,
 78295                   (MetaFeature*)&_CIM_FCPortStatistics_ErrorFrames,
 78296                   (MetaFeature*)&_CIM_FCPortStatistics_DumpedFrames,
 78297                   (MetaFeature*)&_CIM_FCPortStatistics_LinkFailures,
 78298                   (MetaFeature*)&_CIM_FCPortStatistics_LossOfSignalCounter,
 78299                   (MetaFeature*)&_CIM_FCPortStatistics_LossOfSyncCounter,
 78300                   (MetaFeature*)&_CIM_FCPortStatistics_PrimitiveSeqProtocolErrCount,
 78301                   (MetaFeature*)&_CIM_FCPortStatistics_CRCErrors,
 78302                   (MetaFeature*)&_CIM_FCPortStatistics_InvalidTransmissionWords,
 78303                   (MetaFeature*)&_CIM_FCPortStatistics_FramesTooShort,
 78304                   (MetaFeature*)&_CIM_FCPortStatistics_FramesTooLong,
 78305                   (MetaFeature*)&_CIM_FCPortStatistics_AddressErrors,
 78306                   (MetaFeature*)&_CIM_FCPortStatistics_BufferCreditNotProvided,
 78307                   (MetaFeature*)&_CIM_FCPortStatistics_BufferCreditNotReceived,
 78308                   (MetaFeature*)&_CIM_FCPortStatistics_DelimiterErrors,
 78309 mike  1.1.2.1     (MetaFeature*)&_CIM_FCPortStatistics_EncodingDisparityErrors,
 78310                   (MetaFeature*)&_CIM_FCPortStatistics_LinkResetsReceived,
 78311                   (MetaFeature*)&_CIM_FCPortStatistics_LinkResetsTransmitted,
 78312                   (MetaFeature*)&_CIM_FCPortStatistics_MulticastFramesReceived,
 78313                   (MetaFeature*)&_CIM_FCPortStatistics_MulticastFramesTransmitted,
 78314                   (MetaFeature*)&_CIM_FCPortStatistics_FBSYFrames,
 78315                   (MetaFeature*)&_CIM_FCPortStatistics_PBSYFrames,
 78316                   (MetaFeature*)&_CIM_FCPortStatistics_FRJTFrames,
 78317                   (MetaFeature*)&_CIM_FCPortStatistics_PRJTFrames,
 78318                   (MetaFeature*)&_CIM_FCPortStatistics_RXClass1Frames,
 78319                   (MetaFeature*)&_CIM_FCPortStatistics_TXClass1Frames,
 78320                   (MetaFeature*)&_CIM_FCPortStatistics_Class1FBSY,
 78321                   (MetaFeature*)&_CIM_FCPortStatistics_Class1PBSY,
 78322                   (MetaFeature*)&_CIM_FCPortStatistics_Class1FRJT,
 78323                   (MetaFeature*)&_CIM_FCPortStatistics_Class1PRJT,
 78324                   (MetaFeature*)&_CIM_FCPortStatistics_RXClass2Frames,
 78325                   (MetaFeature*)&_CIM_FCPortStatistics_TXClass2Frames,
 78326                   (MetaFeature*)&_CIM_FCPortStatistics_Class2FBSY,
 78327                   (MetaFeature*)&_CIM_FCPortStatistics_Class2PBSY,
 78328                   (MetaFeature*)&_CIM_FCPortStatistics_Class2FRJT,
 78329                   (MetaFeature*)&_CIM_FCPortStatistics_Class2PRJT,
 78330 mike  1.1.2.1     (MetaFeature*)&_CIM_FCPortStatistics_RXClass3Frames,
 78331                   (MetaFeature*)&_CIM_FCPortStatistics_TXClass3Frames,
 78332                   (MetaFeature*)&_CIM_FCPortStatistics_Class3FramesDiscarded,
 78333                   (MetaFeature*)&_CIM_FCPortStatistics_RXBroadcastFrames,
 78334                   (MetaFeature*)&_CIM_FCPortStatistics_TXBroadcastFrames,
 78335                   0,
 78336               };
 78337               
 78338               static const char*
 78339               __root_cimv2_CIM_FCPortStatistics_qualifiers[] =
 78340               {
 78341                   /* UMLPackagePath */
 78342                   "\057CIM::Device::FC",
 78343                   /* Version */
 78344                   "\0632.10.0",
 78345                   0,
 78346               };
 78347               
 78348               MetaClass
 78349               __root_cimv2_CIM_FCPortStatistics =
 78350               {
 78351 mike  1.1.2.1     /* flags */
 78352                   META_FLAG_CLASS,
 78353                   /* name */
 78354                   "CIM_FCPortStatistics",
 78355                   /* qualifiers */
 78356                   __root_cimv2_CIM_FCPortStatistics_qualifiers,
 78357                   /* super */
 78358                   &__root_cimv2_CIM_NetworkPortStatistics,
 78359                   /* features */
 78360                   _CIM_FCPortStatistics_features,
 78361               };
 78362               
 78363               //==============================================================================
 78364               //
 78365               // Class: CIM_FIFOPipeFile
 78366               //
 78367               //==============================================================================
 78368               
 78369               static MetaFeature*
 78370               _CIM_FIFOPipeFile_features[] =
 78371               {
 78372 mike  1.1.2.1     0,
 78373               };
 78374               
 78375               static const char*
 78376               __root_cimv2_CIM_FIFOPipeFile_qualifiers[] =
 78377               {
 78378                   /* UMLPackagePath */
 78379                   "\057CIM::System::FileElements",
 78380                   /* Version */
 78381                   "\0632.6.0",
 78382                   0,
 78383               };
 78384               
 78385               MetaClass
 78386               __root_cimv2_CIM_FIFOPipeFile =
 78387               {
 78388                   /* flags */
 78389                   META_FLAG_CLASS,
 78390                   /* name */
 78391                   "CIM_FIFOPipeFile",
 78392                   /* qualifiers */
 78393 mike  1.1.2.1     __root_cimv2_CIM_FIFOPipeFile_qualifiers,
 78394                   /* super */
 78395                   &__root_cimv2_CIM_LogicalFile,
 78396                   /* features */
 78397                   _CIM_FIFOPipeFile_features,
 78398               };
 78399               
 78400               //==============================================================================
 78401               //
 78402               // Class: CIM_FileIdentity
 78403               //
 78404               //==============================================================================
 78405               
 78406               static const char*
 78407               _CIM_FileIdentity_SystemElement_qualifiers[] =
 78408               {
 78409                   /* Override */
 78410                   "\044SystemElement",
 78411                   /* Min */
 78412                   "\033\000\000\000\001",
 78413                   /* Max */
 78414 mike  1.1.2.1     "\027\000\000\000\001",
 78415                   0,
 78416               };
 78417               
 78418               static MetaReference
 78419               _CIM_FileIdentity_SystemElement =
 78420               {
 78421                   /* flags */
 78422                   META_FLAG_REFERENCE|META_FLAG_READ,
 78423                   /* name */
 78424                   "SystemElement",
 78425                   /* qualifiers */
 78426                   _CIM_FileIdentity_SystemElement_qualifiers,
 78427                   /* subscript */
 78428                   -1,
 78429                   /* refId */
 78430                   &__root_cimv2_CIM_LogicalFile,
 78431               };
 78432               
 78433               static const char*
 78434               _CIM_FileIdentity_SameElement_qualifiers[] =
 78435 mike  1.1.2.1 {
 78436                   /* Override */
 78437                   "\044SameElement",
 78438                   /* Weak */
 78439                   "\064\001",
 78440                   /* Max */
 78441                   "\027\000\000\000\001",
 78442                   0,
 78443               };
 78444               
 78445               static MetaReference
 78446               _CIM_FileIdentity_SameElement =
 78447               {
 78448                   /* flags */
 78449                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
 78450                   /* name */
 78451                   "SameElement",
 78452                   /* qualifiers */
 78453                   _CIM_FileIdentity_SameElement_qualifiers,
 78454                   /* subscript */
 78455                   -1,
 78456 mike  1.1.2.1     /* refId */
 78457                   &__root_cimv2_CIM_UnixFile,
 78458               };
 78459               
 78460               static MetaFeature*
 78461               _CIM_FileIdentity_features[] =
 78462               {
 78463                   (MetaFeature*)&_CIM_FileIdentity_SystemElement,
 78464                   (MetaFeature*)&_CIM_FileIdentity_SameElement,
 78465                   0,
 78466               };
 78467               
 78468               static const char*
 78469               __root_cimv2_CIM_FileIdentity_qualifiers[] =
 78470               {
 78471                   /* ASSOCIATION */
 78472                   "\000\001",
 78473                   /* UMLPackagePath */
 78474                   "\057CIM::System::Unix",
 78475                   /* Version */
 78476                   "\0632.6.0",
 78477 mike  1.1.2.1     0,
 78478               };
 78479               
 78480               MetaClass
 78481               __root_cimv2_CIM_FileIdentity =
 78482               {
 78483                   /* flags */
 78484                   META_FLAG_ASSOCIATION,
 78485                   /* name */
 78486                   "CIM_FileIdentity",
 78487                   /* qualifiers */
 78488                   __root_cimv2_CIM_FileIdentity_qualifiers,
 78489                   /* super */
 78490                   &__root_cimv2_CIM_LogicalIdentity,
 78491                   /* features */
 78492                   _CIM_FileIdentity_features,
 78493               };
 78494               
 78495               //==============================================================================
 78496               //
 78497               // Class: CIM_FileSystemSettingData
 78498 mike  1.1.2.1 //
 78499               //==============================================================================
 78500               
 78501               static const char*
 78502               _CIM_FileSystemSettingData_PersistenceType_qualifiers[] =
 78503               {
 78504                   /* Write */
 78505                   "\065\001",
 78506                   /* ValueMap */
 78507                   "\061\000\0041\0002\0003\0004\000",
 78508                   /* Values */
 78509                   "\062\000\004Other\000Persistent\000Temporary\000External\000",
 78510                   /* ModelCorrespondence */
 78511                   "\036\000\002CIM_FileSystemSettingData.OtherPersistenceType\000CIM_FileSystem.PersistenceType\000",
 78512                   0,
 78513               };
 78514               
 78515               static MetaProperty
 78516               _CIM_FileSystemSettingData_PersistenceType =
 78517               {
 78518                   /* flags */
 78519 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 78520                   /* name */
 78521                   "PersistenceType",
 78522                   /* qualifiers */
 78523                   _CIM_FileSystemSettingData_PersistenceType_qualifiers,
 78524                   /* type */
 78525                   CIMTYPE_UINT16,
 78526                   /* subscript */
 78527                   -1,
 78528                   /* value */
 78529                   0,
 78530               };
 78531               
 78532               static const char*
 78533               _CIM_FileSystemSettingData_OtherPersistenceType_qualifiers[] =
 78534               {
 78535                   /* Write */
 78536                   "\065\001",
 78537                   /* ModelCorrespondence */
 78538                   "\036\000\002CIM_FileSystemSettingData.PersistenceType\000CIM_FileSystem.OtherPersistenceType\000",
 78539                   0,
 78540 mike  1.1.2.1 };
 78541               
 78542               static MetaProperty
 78543               _CIM_FileSystemSettingData_OtherPersistenceType =
 78544               {
 78545                   /* flags */
 78546                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 78547                   /* name */
 78548                   "OtherPersistenceType",
 78549                   /* qualifiers */
 78550                   _CIM_FileSystemSettingData_OtherPersistenceType_qualifiers,
 78551                   /* type */
 78552                   CIMTYPE_STRING,
 78553                   /* subscript */
 78554                   -1,
 78555                   /* value */
 78556                   0,
 78557               };
 78558               
 78559               static MetaFeature*
 78560               _CIM_FileSystemSettingData_features[] =
 78561 mike  1.1.2.1 {
 78562                   (MetaFeature*)&_CIM_FileSystemSettingData_PersistenceType,
 78563                   (MetaFeature*)&_CIM_FileSystemSettingData_OtherPersistenceType,
 78564                   0,
 78565               };
 78566               
 78567               static const char*
 78568               __root_cimv2_CIM_FileSystemSettingData_qualifiers[] =
 78569               {
 78570                   /* UMLPackagePath */
 78571                   "\057CIM::System::FileElements",
 78572                   /* Version */
 78573                   "\0632.8.0",
 78574                   0,
 78575               };
 78576               
 78577               MetaClass
 78578               __root_cimv2_CIM_FileSystemSettingData =
 78579               {
 78580                   /* flags */
 78581                   META_FLAG_CLASS,
 78582 mike  1.1.2.1     /* name */
 78583                   "CIM_FileSystemSettingData",
 78584                   /* qualifiers */
 78585                   __root_cimv2_CIM_FileSystemSettingData_qualifiers,
 78586                   /* super */
 78587                   &__root_cimv2_CIM_ScopedSettingData,
 78588                   /* features */
 78589                   _CIM_FileSystemSettingData_features,
 78590               };
 78591               
 78592               //==============================================================================
 78593               //
 78594               // Class: CIM_FilteredBGPAttributes
 78595               //
 78596               //==============================================================================
 78597               
 78598               static const char*
 78599               _CIM_FilteredBGPAttributes_GroupComponent_qualifiers[] =
 78600               {
 78601                   /* Aggregate */
 78602                   "\003\001",
 78603 mike  1.1.2.1     /* Override */
 78604                   "\044GroupComponent",
 78605                   0,
 78606               };
 78607               
 78608               static MetaReference
 78609               _CIM_FilteredBGPAttributes_GroupComponent =
 78610               {
 78611                   /* flags */
 78612                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 78613                   /* name */
 78614                   "GroupComponent",
 78615                   /* qualifiers */
 78616                   _CIM_FilteredBGPAttributes_GroupComponent_qualifiers,
 78617                   /* subscript */
 78618                   -1,
 78619                   /* refId */
 78620                   &__root_cimv2_CIM_RoutingPolicy,
 78621               };
 78622               
 78623               static const char*
 78624 mike  1.1.2.1 _CIM_FilteredBGPAttributes_PartComponent_qualifiers[] =
 78625               {
 78626                   /* Override */
 78627                   "\044PartComponent",
 78628                   0,
 78629               };
 78630               
 78631               static MetaReference
 78632               _CIM_FilteredBGPAttributes_PartComponent =
 78633               {
 78634                   /* flags */
 78635                   META_FLAG_REFERENCE|META_FLAG_READ,
 78636                   /* name */
 78637                   "PartComponent",
 78638                   /* qualifiers */
 78639                   _CIM_FilteredBGPAttributes_PartComponent_qualifiers,
 78640                   /* subscript */
 78641                   -1,
 78642                   /* refId */
 78643                   &__root_cimv2_CIM_BGPAttributes,
 78644               };
 78645 mike  1.1.2.1 
 78646               static MetaFeature*
 78647               _CIM_FilteredBGPAttributes_features[] =
 78648               {
 78649                   (MetaFeature*)&_CIM_FilteredBGPAttributes_GroupComponent,
 78650                   (MetaFeature*)&_CIM_FilteredBGPAttributes_PartComponent,
 78651                   0,
 78652               };
 78653               
 78654               static const char*
 78655               __root_cimv2_CIM_FilteredBGPAttributes_qualifiers[] =
 78656               {
 78657                   /* ASSOCIATION */
 78658                   "\000\001",
 78659                   /* UMLPackagePath */
 78660                   "\057CIM::Network::BGP",
 78661                   /* Aggregation */
 78662                   "\004\001",
 78663                   /* Version */
 78664                   "\0632.7.0",
 78665                   0,
 78666 mike  1.1.2.1 };
 78667               
 78668               MetaClass
 78669               __root_cimv2_CIM_FilteredBGPAttributes =
 78670               {
 78671                   /* flags */
 78672                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 78673                   /* name */
 78674                   "CIM_FilteredBGPAttributes",
 78675                   /* qualifiers */
 78676                   __root_cimv2_CIM_FilteredBGPAttributes_qualifiers,
 78677                   /* super */
 78678                   &__root_cimv2_CIM_Component,
 78679                   /* features */
 78680                   _CIM_FilteredBGPAttributes_features,
 78681               };
 78682               
 78683               //==============================================================================
 78684               //
 78685               // Class: CIM_FilterEntryBase
 78686               //
 78687 mike  1.1.2.1 //==============================================================================
 78688               
 78689               static const char*
 78690               _CIM_FilterEntryBase_SystemCreationClassName_qualifiers[] =
 78691               {
 78692                   /* Key */
 78693                   "\025\001",
 78694                   /* Propagated */
 78695                   "\045CIM_ComputerSystem.CreationClassName",
 78696                   /* MaxLen */
 78697                   "\030\000\000\001\000",
 78698                   0,
 78699               };
 78700               
 78701               static MetaProperty
 78702               _CIM_FilterEntryBase_SystemCreationClassName =
 78703               {
 78704                   /* flags */
 78705                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 78706                   /* name */
 78707                   "SystemCreationClassName",
 78708 mike  1.1.2.1     /* qualifiers */
 78709                   _CIM_FilterEntryBase_SystemCreationClassName_qualifiers,
 78710                   /* type */
 78711                   CIMTYPE_STRING,
 78712                   /* subscript */
 78713                   -1,
 78714                   /* value */
 78715                   0,
 78716               };
 78717               
 78718               static const char*
 78719               _CIM_FilterEntryBase_SystemName_qualifiers[] =
 78720               {
 78721                   /* Key */
 78722                   "\025\001",
 78723                   /* Propagated */
 78724                   "\045CIM_ComputerSystem.Name",
 78725                   /* MaxLen */
 78726                   "\030\000\000\001\000",
 78727                   0,
 78728               };
 78729 mike  1.1.2.1 
 78730               static MetaProperty
 78731               _CIM_FilterEntryBase_SystemName =
 78732               {
 78733                   /* flags */
 78734                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 78735                   /* name */
 78736                   "SystemName",
 78737                   /* qualifiers */
 78738                   _CIM_FilterEntryBase_SystemName_qualifiers,
 78739                   /* type */
 78740                   CIMTYPE_STRING,
 78741                   /* subscript */
 78742                   -1,
 78743                   /* value */
 78744                   0,
 78745               };
 78746               
 78747               static const char*
 78748               _CIM_FilterEntryBase_CreationClassName_qualifiers[] =
 78749               {
 78750 mike  1.1.2.1     /* Key */
 78751                   "\025\001",
 78752                   /* MaxLen */
 78753                   "\030\000\000\001\000",
 78754                   0,
 78755               };
 78756               
 78757               static MetaProperty
 78758               _CIM_FilterEntryBase_CreationClassName =
 78759               {
 78760                   /* flags */
 78761                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 78762                   /* name */
 78763                   "CreationClassName",
 78764                   /* qualifiers */
 78765                   _CIM_FilterEntryBase_CreationClassName_qualifiers,
 78766                   /* type */
 78767                   CIMTYPE_STRING,
 78768                   /* subscript */
 78769                   -1,
 78770                   /* value */
 78771 mike  1.1.2.1     0,
 78772               };
 78773               
 78774               static const char*
 78775               _CIM_FilterEntryBase_Name_qualifiers[] =
 78776               {
 78777                   /* Key */
 78778                   "\025\001",
 78779                   /* Override */
 78780                   "\044Name",
 78781                   /* MaxLen */
 78782                   "\030\000\000\001\000",
 78783                   0,
 78784               };
 78785               
 78786               static MetaProperty
 78787               _CIM_FilterEntryBase_Name =
 78788               {
 78789                   /* flags */
 78790                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 78791                   /* name */
 78792 mike  1.1.2.1     "Name",
 78793                   /* qualifiers */
 78794                   _CIM_FilterEntryBase_Name_qualifiers,
 78795                   /* type */
 78796                   CIMTYPE_STRING,
 78797                   /* subscript */
 78798                   -1,
 78799                   /* value */
 78800                   0,
 78801               };
 78802               
 78803               static const char*
 78804               _CIM_FilterEntryBase_IsNegated_qualifiers[] =
 78805               {
 78806                   0,
 78807               };
 78808               
 78809               static MetaProperty
 78810               _CIM_FilterEntryBase_IsNegated =
 78811               {
 78812                   /* flags */
 78813 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 78814                   /* name */
 78815                   "IsNegated",
 78816                   /* qualifiers */
 78817                   _CIM_FilterEntryBase_IsNegated_qualifiers,
 78818                   /* type */
 78819                   CIMTYPE_BOOLEAN,
 78820                   /* subscript */
 78821                   -1,
 78822                   /* value */
 78823                   0,
 78824               };
 78825               
 78826               static MetaFeature*
 78827               _CIM_FilterEntryBase_features[] =
 78828               {
 78829                   (MetaFeature*)&_CIM_FilterEntryBase_SystemCreationClassName,
 78830                   (MetaFeature*)&_CIM_FilterEntryBase_SystemName,
 78831                   (MetaFeature*)&_CIM_FilterEntryBase_CreationClassName,
 78832                   (MetaFeature*)&_CIM_FilterEntryBase_Name,
 78833                   (MetaFeature*)&_CIM_FilterEntryBase_IsNegated,
 78834 mike  1.1.2.1     0,
 78835               };
 78836               
 78837               static const char*
 78838               __root_cimv2_CIM_FilterEntryBase_qualifiers[] =
 78839               {
 78840                   /* UMLPackagePath */
 78841                   "\057CIM::Network::Filtering",
 78842                   /* Abstract */
 78843                   "\002\001",
 78844                   /* Version */
 78845                   "\0632.7.0",
 78846                   0,
 78847               };
 78848               
 78849               MetaClass
 78850               __root_cimv2_CIM_FilterEntryBase =
 78851               {
 78852                   /* flags */
 78853                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 78854                   /* name */
 78855 mike  1.1.2.1     "CIM_FilterEntryBase",
 78856                   /* qualifiers */
 78857                   __root_cimv2_CIM_FilterEntryBase_qualifiers,
 78858                   /* super */
 78859                   &__root_cimv2_CIM_LogicalElement,
 78860                   /* features */
 78861                   _CIM_FilterEntryBase_features,
 78862               };
 78863               
 78864               //==============================================================================
 78865               //
 78866               // Class: CIM_FilterList
 78867               //
 78868               //==============================================================================
 78869               
 78870               static const char*
 78871               _CIM_FilterList_SystemCreationClassName_qualifiers[] =
 78872               {
 78873                   /* Key */
 78874                   "\025\001",
 78875                   /* Propagated */
 78876 mike  1.1.2.1     "\045CIM_ComputerSystem.CreationClassName",
 78877                   /* MaxLen */
 78878                   "\030\000\000\001\000",
 78879                   0,
 78880               };
 78881               
 78882               static MetaProperty
 78883               _CIM_FilterList_SystemCreationClassName =
 78884               {
 78885                   /* flags */
 78886                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 78887                   /* name */
 78888                   "SystemCreationClassName",
 78889                   /* qualifiers */
 78890                   _CIM_FilterList_SystemCreationClassName_qualifiers,
 78891                   /* type */
 78892                   CIMTYPE_STRING,
 78893                   /* subscript */
 78894                   -1,
 78895                   /* value */
 78896                   0,
 78897 mike  1.1.2.1 };
 78898               
 78899               static const char*
 78900               _CIM_FilterList_SystemName_qualifiers[] =
 78901               {
 78902                   /* Key */
 78903                   "\025\001",
 78904                   /* Propagated */
 78905                   "\045CIM_ComputerSystem.Name",
 78906                   /* MaxLen */
 78907                   "\030\000\000\001\000",
 78908                   0,
 78909               };
 78910               
 78911               static MetaProperty
 78912               _CIM_FilterList_SystemName =
 78913               {
 78914                   /* flags */
 78915                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 78916                   /* name */
 78917                   "SystemName",
 78918 mike  1.1.2.1     /* qualifiers */
 78919                   _CIM_FilterList_SystemName_qualifiers,
 78920                   /* type */
 78921                   CIMTYPE_STRING,
 78922                   /* subscript */
 78923                   -1,
 78924                   /* value */
 78925                   0,
 78926               };
 78927               
 78928               static const char*
 78929               _CIM_FilterList_CreationClassName_qualifiers[] =
 78930               {
 78931                   /* Key */
 78932                   "\025\001",
 78933                   0,
 78934               };
 78935               
 78936               static MetaProperty
 78937               _CIM_FilterList_CreationClassName =
 78938               {
 78939 mike  1.1.2.1     /* flags */
 78940                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 78941                   /* name */
 78942                   "CreationClassName",
 78943                   /* qualifiers */
 78944                   _CIM_FilterList_CreationClassName_qualifiers,
 78945                   /* type */
 78946                   CIMTYPE_STRING,
 78947                   /* subscript */
 78948                   -1,
 78949                   /* value */
 78950                   0,
 78951               };
 78952               
 78953               static const char*
 78954               _CIM_FilterList_Name_qualifiers[] =
 78955               {
 78956                   /* Key */
 78957                   "\025\001",
 78958                   /* Override */
 78959                   "\044Name",
 78960 mike  1.1.2.1     /* MaxLen */
 78961                   "\030\000\000\001\000",
 78962                   0,
 78963               };
 78964               
 78965               static MetaProperty
 78966               _CIM_FilterList_Name =
 78967               {
 78968                   /* flags */
 78969                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 78970                   /* name */
 78971                   "Name",
 78972                   /* qualifiers */
 78973                   _CIM_FilterList_Name_qualifiers,
 78974                   /* type */
 78975                   CIMTYPE_STRING,
 78976                   /* subscript */
 78977                   -1,
 78978                   /* value */
 78979                   0,
 78980               };
 78981 mike  1.1.2.1 
 78982               static const char*
 78983               _CIM_FilterList_Direction_qualifiers[] =
 78984               {
 78985                   /* ValueMap */
 78986                   "\061\000\0050\0001\0002\0003\0004\000",
 78987                   /* Values */
 78988                   "\062\000\005Not Applicable\000Input\000Output\000Both\000Mirrored\000",
 78989                   0,
 78990               };
 78991               
 78992               static MetaProperty
 78993               _CIM_FilterList_Direction =
 78994               {
 78995                   /* flags */
 78996                   META_FLAG_PROPERTY|META_FLAG_READ,
 78997                   /* name */
 78998                   "Direction",
 78999                   /* qualifiers */
 79000                   _CIM_FilterList_Direction_qualifiers,
 79001                   /* type */
 79002 mike  1.1.2.1     CIMTYPE_UINT16,
 79003                   /* subscript */
 79004                   -1,
 79005                   /* value */
 79006                   0,
 79007               };
 79008               
 79009               static MetaFeature*
 79010               _CIM_FilterList_features[] =
 79011               {
 79012                   (MetaFeature*)&_CIM_FilterList_SystemCreationClassName,
 79013                   (MetaFeature*)&_CIM_FilterList_SystemName,
 79014                   (MetaFeature*)&_CIM_FilterList_CreationClassName,
 79015                   (MetaFeature*)&_CIM_FilterList_Name,
 79016                   (MetaFeature*)&_CIM_FilterList_Direction,
 79017                   0,
 79018               };
 79019               
 79020               static const char*
 79021               __root_cimv2_CIM_FilterList_qualifiers[] =
 79022               {
 79023 mike  1.1.2.1     /* UMLPackagePath */
 79024                   "\057CIM::Network::Filtering",
 79025                   /* Version */
 79026                   "\0632.7.0",
 79027                   0,
 79028               };
 79029               
 79030               MetaClass
 79031               __root_cimv2_CIM_FilterList =
 79032               {
 79033                   /* flags */
 79034                   META_FLAG_CLASS,
 79035                   /* name */
 79036                   "CIM_FilterList",
 79037                   /* qualifiers */
 79038                   __root_cimv2_CIM_FilterList_qualifiers,
 79039                   /* super */
 79040                   &__root_cimv2_CIM_LogicalElement,
 79041                   /* features */
 79042                   _CIM_FilterList_features,
 79043               };
 79044 mike  1.1.2.1 
 79045               //==============================================================================
 79046               //
 79047               // Class: CIM_FilterListsInBGPRouteMap
 79048               //
 79049               //==============================================================================
 79050               
 79051               static const char*
 79052               _CIM_FilterListsInBGPRouteMap_Antecedent_qualifiers[] =
 79053               {
 79054                   /* Override */
 79055                   "\044Antecedent",
 79056                   0,
 79057               };
 79058               
 79059               static MetaReference
 79060               _CIM_FilterListsInBGPRouteMap_Antecedent =
 79061               {
 79062                   /* flags */
 79063                   META_FLAG_REFERENCE|META_FLAG_READ,
 79064                   /* name */
 79065 mike  1.1.2.1     "Antecedent",
 79066                   /* qualifiers */
 79067                   _CIM_FilterListsInBGPRouteMap_Antecedent_qualifiers,
 79068                   /* subscript */
 79069                   -1,
 79070                   /* refId */
 79071                   &__root_cimv2_CIM_FilterList,
 79072               };
 79073               
 79074               static const char*
 79075               _CIM_FilterListsInBGPRouteMap_Dependent_qualifiers[] =
 79076               {
 79077                   /* Override */
 79078                   "\044Dependent",
 79079                   0,
 79080               };
 79081               
 79082               static MetaReference
 79083               _CIM_FilterListsInBGPRouteMap_Dependent =
 79084               {
 79085                   /* flags */
 79086 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 79087                   /* name */
 79088                   "Dependent",
 79089                   /* qualifiers */
 79090                   _CIM_FilterListsInBGPRouteMap_Dependent_qualifiers,
 79091                   /* subscript */
 79092                   -1,
 79093                   /* refId */
 79094                   &__root_cimv2_CIM_BGPRouteMap,
 79095               };
 79096               
 79097               static MetaFeature*
 79098               _CIM_FilterListsInBGPRouteMap_features[] =
 79099               {
 79100                   (MetaFeature*)&_CIM_FilterListsInBGPRouteMap_Antecedent,
 79101                   (MetaFeature*)&_CIM_FilterListsInBGPRouteMap_Dependent,
 79102                   0,
 79103               };
 79104               
 79105               static const char*
 79106               __root_cimv2_CIM_FilterListsInBGPRouteMap_qualifiers[] =
 79107 mike  1.1.2.1 {
 79108                   /* ASSOCIATION */
 79109                   "\000\001",
 79110                   /* UMLPackagePath */
 79111                   "\057CIM::Network::BGP",
 79112                   /* Version */
 79113                   "\0632.6.0",
 79114                   0,
 79115               };
 79116               
 79117               MetaClass
 79118               __root_cimv2_CIM_FilterListsInBGPRouteMap =
 79119               {
 79120                   /* flags */
 79121                   META_FLAG_ASSOCIATION,
 79122                   /* name */
 79123                   "CIM_FilterListsInBGPRouteMap",
 79124                   /* qualifiers */
 79125                   __root_cimv2_CIM_FilterListsInBGPRouteMap_qualifiers,
 79126                   /* super */
 79127                   &__root_cimv2_CIM_Dependency,
 79128 mike  1.1.2.1     /* features */
 79129                   _CIM_FilterListsInBGPRouteMap_features,
 79130               };
 79131               
 79132               //==============================================================================
 79133               //
 79134               // Class: CIM_FilterOfPacketCondition
 79135               //
 79136               //==============================================================================
 79137               
 79138               static const char*
 79139               _CIM_FilterOfPacketCondition_Antecedent_qualifiers[] =
 79140               {
 79141                   /* Override */
 79142                   "\044Antecedent",
 79143                   /* Min */
 79144                   "\033\000\000\000\001",
 79145                   /* Max */
 79146                   "\027\000\000\000\001",
 79147                   /* MappingStrings */
 79148                   "\026\000\001IPSP Policy Model.IETF|FilterOfSACondition.Antecedent\000",
 79149 mike  1.1.2.1     0,
 79150               };
 79151               
 79152               static MetaReference
 79153               _CIM_FilterOfPacketCondition_Antecedent =
 79154               {
 79155                   /* flags */
 79156                   META_FLAG_REFERENCE|META_FLAG_READ,
 79157                   /* name */
 79158                   "Antecedent",
 79159                   /* qualifiers */
 79160                   _CIM_FilterOfPacketCondition_Antecedent_qualifiers,
 79161                   /* subscript */
 79162                   -1,
 79163                   /* refId */
 79164                   &__root_cimv2_CIM_FilterList,
 79165               };
 79166               
 79167               static const char*
 79168               _CIM_FilterOfPacketCondition_Dependent_qualifiers[] =
 79169               {
 79170 mike  1.1.2.1     /* Override */
 79171                   "\044Dependent",
 79172                   /* MappingStrings */
 79173                   "\026\000\001IPSP Policy Model.IETF|FilterOfSACondition.Dependent\000",
 79174                   0,
 79175               };
 79176               
 79177               static MetaReference
 79178               _CIM_FilterOfPacketCondition_Dependent =
 79179               {
 79180                   /* flags */
 79181                   META_FLAG_REFERENCE|META_FLAG_READ,
 79182                   /* name */
 79183                   "Dependent",
 79184                   /* qualifiers */
 79185                   _CIM_FilterOfPacketCondition_Dependent_qualifiers,
 79186                   /* subscript */
 79187                   -1,
 79188                   /* refId */
 79189                   &__root_cimv2_CIM_PacketFilterCondition,
 79190               };
 79191 mike  1.1.2.1 
 79192               static MetaFeature*
 79193               _CIM_FilterOfPacketCondition_features[] =
 79194               {
 79195                   (MetaFeature*)&_CIM_FilterOfPacketCondition_Antecedent,
 79196                   (MetaFeature*)&_CIM_FilterOfPacketCondition_Dependent,
 79197                   0,
 79198               };
 79199               
 79200               static const char*
 79201               __root_cimv2_CIM_FilterOfPacketCondition_qualifiers[] =
 79202               {
 79203                   /* ASSOCIATION */
 79204                   "\000\001",
 79205                   /* UMLPackagePath */
 79206                   "\057CIM::Policy",
 79207                   /* Version */
 79208                   "\0632.8.0",
 79209                   /* MappingStrings */
 79210                   "\026\000\001IPSP Policy Model.IETF|FilterOfSACondition\000",
 79211                   0,
 79212 mike  1.1.2.1 };
 79213               
 79214               MetaClass
 79215               __root_cimv2_CIM_FilterOfPacketCondition =
 79216               {
 79217                   /* flags */
 79218                   META_FLAG_ASSOCIATION,
 79219                   /* name */
 79220                   "CIM_FilterOfPacketCondition",
 79221                   /* qualifiers */
 79222                   __root_cimv2_CIM_FilterOfPacketCondition_qualifiers,
 79223                   /* super */
 79224                   &__root_cimv2_CIM_Dependency,
 79225                   /* features */
 79226                   _CIM_FilterOfPacketCondition_features,
 79227               };
 79228               
 79229               //==============================================================================
 79230               //
 79231               // Class: CIM_FormattedIndicationSubscription
 79232               //
 79233 mike  1.1.2.1 //==============================================================================
 79234               
 79235               static const char*
 79236               _CIM_FormattedIndicationSubscription_TextFormatOwningEntity_qualifiers[] =
 79237               {
 79238                   /* ModelCorrespondence */
 79239                   "\036\000\003CIM_FormattedIndicationSubscription.TextFormatID\000CIM_FormattedIndicationSubscription.TextFormat\000CIM_FormattedIndicationSubscription.TextFormatParameters\000",
 79240                   0,
 79241               };
 79242               
 79243               static MetaProperty
 79244               _CIM_FormattedIndicationSubscription_TextFormatOwningEntity =
 79245               {
 79246                   /* flags */
 79247                   META_FLAG_PROPERTY|META_FLAG_READ,
 79248                   /* name */
 79249                   "TextFormatOwningEntity",
 79250                   /* qualifiers */
 79251                   _CIM_FormattedIndicationSubscription_TextFormatOwningEntity_qualifiers,
 79252                   /* type */
 79253                   CIMTYPE_STRING,
 79254 mike  1.1.2.1     /* subscript */
 79255                   -1,
 79256                   /* value */
 79257                   0,
 79258               };
 79259               
 79260               static const char*
 79261               _CIM_FormattedIndicationSubscription_TextFormatID_qualifiers[] =
 79262               {
 79263                   /* ModelCorrespondence */
 79264                   "\036\000\003CIM_FormattedIndicationSubscription.TextFormatOwningEntity\000CIM_FormattedIndicationSubscription.TextFormat\000CIM_FormattedIndicationSubscription.TextFormatParameters\000",
 79265                   0,
 79266               };
 79267               
 79268               static MetaProperty
 79269               _CIM_FormattedIndicationSubscription_TextFormatID =
 79270               {
 79271                   /* flags */
 79272                   META_FLAG_PROPERTY|META_FLAG_READ,
 79273                   /* name */
 79274                   "TextFormatID",
 79275 mike  1.1.2.1     /* qualifiers */
 79276                   _CIM_FormattedIndicationSubscription_TextFormatID_qualifiers,
 79277                   /* type */
 79278                   CIMTYPE_STRING,
 79279                   /* subscript */
 79280                   -1,
 79281                   /* value */
 79282                   0,
 79283               };
 79284               
 79285               static const char*
 79286               _CIM_FormattedIndicationSubscription_TextFormat_qualifiers[] =
 79287               {
 79288                   0,
 79289               };
 79290               
 79291               static MetaProperty
 79292               _CIM_FormattedIndicationSubscription_TextFormat =
 79293               {
 79294                   /* flags */
 79295                   META_FLAG_PROPERTY|META_FLAG_READ,
 79296 mike  1.1.2.1     /* name */
 79297                   "TextFormat",
 79298                   /* qualifiers */
 79299                   _CIM_FormattedIndicationSubscription_TextFormat_qualifiers,
 79300                   /* type */
 79301                   CIMTYPE_STRING,
 79302                   /* subscript */
 79303                   -1,
 79304                   /* value */
 79305                   0,
 79306               };
 79307               
 79308               static const char*
 79309               _CIM_FormattedIndicationSubscription_TextFormatParameters_qualifiers[] =
 79310               {
 79311                   /* ArrayType */
 79312                   "\005Indexed",
 79313                   /* ModelCorrespondence */
 79314                   "\036\000\003CIM_FormattedIndicationSubscription.TextFormatOwningEntity\000CIM_FormattedIndicationSubscription.TextFormatID\000CIM_FormattedIndicationSubscription.TextFormat\000",
 79315                   0,
 79316               };
 79317 mike  1.1.2.1 
 79318               static MetaProperty
 79319               _CIM_FormattedIndicationSubscription_TextFormatParameters =
 79320               {
 79321                   /* flags */
 79322                   META_FLAG_PROPERTY|META_FLAG_READ,
 79323                   /* name */
 79324                   "TextFormatParameters",
 79325                   /* qualifiers */
 79326                   _CIM_FormattedIndicationSubscription_TextFormatParameters_qualifiers,
 79327                   /* type */
 79328                   CIMTYPE_STRING,
 79329                   /* subscript */
 79330                   0,
 79331                   /* value */
 79332                   0,
 79333               };
 79334               
 79335               static MetaFeature*
 79336               _CIM_FormattedIndicationSubscription_features[] =
 79337               {
 79338 mike  1.1.2.1     (MetaFeature*)&_CIM_FormattedIndicationSubscription_TextFormatOwningEntity,
 79339                   (MetaFeature*)&_CIM_FormattedIndicationSubscription_TextFormatID,
 79340                   (MetaFeature*)&_CIM_FormattedIndicationSubscription_TextFormat,
 79341                   (MetaFeature*)&_CIM_FormattedIndicationSubscription_TextFormatParameters,
 79342                   0,
 79343               };
 79344               
 79345               static const char*
 79346               __root_cimv2_CIM_FormattedIndicationSubscription_qualifiers[] =
 79347               {
 79348                   /* ASSOCIATION */
 79349                   "\000\001",
 79350                   /* UMLPackagePath */
 79351                   "\057CIM::Event",
 79352                   /* Version */
 79353                   "\0632.10.0",
 79354                   0,
 79355               };
 79356               
 79357               MetaClass
 79358               __root_cimv2_CIM_FormattedIndicationSubscription =
 79359 mike  1.1.2.1 {
 79360                   /* flags */
 79361                   META_FLAG_ASSOCIATION,
 79362                   /* name */
 79363                   "CIM_FormattedIndicationSubscription",
 79364                   /* qualifiers */
 79365                   __root_cimv2_CIM_FormattedIndicationSubscription_qualifiers,
 79366                   /* super */
 79367                   &__root_cimv2_CIM_IndicationSubscription,
 79368                   /* features */
 79369                   _CIM_FormattedIndicationSubscription_features,
 79370               };
 79371               
 79372               //==============================================================================
 79373               //
 79374               // Class: CIM_FRUIncludesSoftwareFeature
 79375               //
 79376               //==============================================================================
 79377               
 79378               static const char*
 79379               _CIM_FRUIncludesSoftwareFeature_FRU_qualifiers[] =
 79380 mike  1.1.2.1 {
 79381                   /* Key */
 79382                   "\025\001",
 79383                   /* Aggregate */
 79384                   "\003\001",
 79385                   /* Max */
 79386                   "\027\000\000\000\001",
 79387                   0,
 79388               };
 79389               
 79390               static MetaReference
 79391               _CIM_FRUIncludesSoftwareFeature_FRU =
 79392               {
 79393                   /* flags */
 79394                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 79395                   /* name */
 79396                   "FRU",
 79397                   /* qualifiers */
 79398                   _CIM_FRUIncludesSoftwareFeature_FRU_qualifiers,
 79399                   /* subscript */
 79400                   -1,
 79401 mike  1.1.2.1     /* refId */
 79402                   &__root_cimv2_CIM_FRU,
 79403               };
 79404               
 79405               static const char*
 79406               _CIM_FRUIncludesSoftwareFeature_Component_qualifiers[] =
 79407               {
 79408                   /* Key */
 79409                   "\025\001",
 79410                   0,
 79411               };
 79412               
 79413               static MetaReference
 79414               _CIM_FRUIncludesSoftwareFeature_Component =
 79415               {
 79416                   /* flags */
 79417                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 79418                   /* name */
 79419                   "Component",
 79420                   /* qualifiers */
 79421                   _CIM_FRUIncludesSoftwareFeature_Component_qualifiers,
 79422 mike  1.1.2.1     /* subscript */
 79423                   -1,
 79424                   /* refId */
 79425                   &__root_cimv2_CIM_SoftwareFeature,
 79426               };
 79427               
 79428               static MetaFeature*
 79429               _CIM_FRUIncludesSoftwareFeature_features[] =
 79430               {
 79431                   (MetaFeature*)&_CIM_FRUIncludesSoftwareFeature_FRU,
 79432                   (MetaFeature*)&_CIM_FRUIncludesSoftwareFeature_Component,
 79433                   0,
 79434               };
 79435               
 79436               static const char*
 79437               __root_cimv2_CIM_FRUIncludesSoftwareFeature_qualifiers[] =
 79438               {
 79439                   /* ASSOCIATION */
 79440                   "\000\001",
 79441                   /* UMLPackagePath */
 79442                   "\057CIM::Application::DeploymentModel",
 79443 mike  1.1.2.1     /* Aggregation */
 79444                   "\004\001",
 79445                   /* Version */
 79446                   "\0632.6.0",
 79447                   0,
 79448               };
 79449               
 79450               MetaClass
 79451               __root_cimv2_CIM_FRUIncludesSoftwareFeature =
 79452               {
 79453                   /* flags */
 79454                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 79455                   /* name */
 79456                   "CIM_FRUIncludesSoftwareFeature",
 79457                   /* qualifiers */
 79458                   __root_cimv2_CIM_FRUIncludesSoftwareFeature_qualifiers,
 79459                   /* super */
 79460                   0,
 79461                   /* features */
 79462                   _CIM_FRUIncludesSoftwareFeature_features,
 79463               };
 79464 mike  1.1.2.1 
 79465               //==============================================================================
 79466               //
 79467               // Class: CIM_Hdr8021Filter
 79468               //
 79469               //==============================================================================
 79470               
 79471               static const char*
 79472               _CIM_Hdr8021Filter_HdrSrcMACAddr8021_qualifiers[] =
 79473               {
 79474                   /* OctetString */
 79475                   "\042\001",
 79476                   0,
 79477               };
 79478               
 79479               static MetaProperty
 79480               _CIM_Hdr8021Filter_HdrSrcMACAddr8021 =
 79481               {
 79482                   /* flags */
 79483                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 79484                   /* name */
 79485 mike  1.1.2.1     "HdrSrcMACAddr8021",
 79486                   /* qualifiers */
 79487                   _CIM_Hdr8021Filter_HdrSrcMACAddr8021_qualifiers,
 79488                   /* type */
 79489                   CIMTYPE_UINT8,
 79490                   /* subscript */
 79491                   6,
 79492                   /* value */
 79493                   0,
 79494               };
 79495               
 79496               static const char*
 79497               _CIM_Hdr8021Filter_HdrSrcMACMask8021_qualifiers[] =
 79498               {
 79499                   /* OctetString */
 79500                   "\042\001",
 79501                   0,
 79502               };
 79503               
 79504               static MetaProperty
 79505               _CIM_Hdr8021Filter_HdrSrcMACMask8021 =
 79506 mike  1.1.2.1 {
 79507                   /* flags */
 79508                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 79509                   /* name */
 79510                   "HdrSrcMACMask8021",
 79511                   /* qualifiers */
 79512                   _CIM_Hdr8021Filter_HdrSrcMACMask8021_qualifiers,
 79513                   /* type */
 79514                   CIMTYPE_UINT8,
 79515                   /* subscript */
 79516                   6,
 79517                   /* value */
 79518                   0,
 79519               };
 79520               
 79521               static const char*
 79522               _CIM_Hdr8021Filter_HdrDestMACAddr8021_qualifiers[] =
 79523               {
 79524                   /* OctetString */
 79525                   "\042\001",
 79526                   0,
 79527 mike  1.1.2.1 };
 79528               
 79529               static MetaProperty
 79530               _CIM_Hdr8021Filter_HdrDestMACAddr8021 =
 79531               {
 79532                   /* flags */
 79533                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 79534                   /* name */
 79535                   "HdrDestMACAddr8021",
 79536                   /* qualifiers */
 79537                   _CIM_Hdr8021Filter_HdrDestMACAddr8021_qualifiers,
 79538                   /* type */
 79539                   CIMTYPE_UINT8,
 79540                   /* subscript */
 79541                   6,
 79542                   /* value */
 79543                   0,
 79544               };
 79545               
 79546               static const char*
 79547               _CIM_Hdr8021Filter_HdrDestMACMask8021_qualifiers[] =
 79548 mike  1.1.2.1 {
 79549                   /* OctetString */
 79550                   "\042\001",
 79551                   0,
 79552               };
 79553               
 79554               static MetaProperty
 79555               _CIM_Hdr8021Filter_HdrDestMACMask8021 =
 79556               {
 79557                   /* flags */
 79558                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 79559                   /* name */
 79560                   "HdrDestMACMask8021",
 79561                   /* qualifiers */
 79562                   _CIM_Hdr8021Filter_HdrDestMACMask8021_qualifiers,
 79563                   /* type */
 79564                   CIMTYPE_UINT8,
 79565                   /* subscript */
 79566                   6,
 79567                   /* value */
 79568                   0,
 79569 mike  1.1.2.1 };
 79570               
 79571               static const char*
 79572               _CIM_Hdr8021Filter_HdrProtocolID8021_qualifiers[] =
 79573               {
 79574                   0,
 79575               };
 79576               
 79577               static MetaProperty
 79578               _CIM_Hdr8021Filter_HdrProtocolID8021 =
 79579               {
 79580                   /* flags */
 79581                   META_FLAG_PROPERTY|META_FLAG_READ,
 79582                   /* name */
 79583                   "HdrProtocolID8021",
 79584                   /* qualifiers */
 79585                   _CIM_Hdr8021Filter_HdrProtocolID8021_qualifiers,
 79586                   /* type */
 79587                   CIMTYPE_UINT16,
 79588                   /* subscript */
 79589                   -1,
 79590 mike  1.1.2.1     /* value */
 79591                   0,
 79592               };
 79593               
 79594               static const char*
 79595               _CIM_Hdr8021Filter_HdrPriorityValue8021_qualifiers[] =
 79596               {
 79597                   /* MinValue */
 79598                   "\035\000\000\000\000\000\000\000\000",
 79599                   /* MaxValue */
 79600                   "\031\000\000\000\000\000\000\000\007",
 79601                   0,
 79602               };
 79603               
 79604               static MetaProperty
 79605               _CIM_Hdr8021Filter_HdrPriorityValue8021 =
 79606               {
 79607                   /* flags */
 79608                   META_FLAG_PROPERTY|META_FLAG_READ,
 79609                   /* name */
 79610                   "HdrPriorityValue8021",
 79611 mike  1.1.2.1     /* qualifiers */
 79612                   _CIM_Hdr8021Filter_HdrPriorityValue8021_qualifiers,
 79613                   /* type */
 79614                   CIMTYPE_UINT8,
 79615                   /* subscript */
 79616                   -1,
 79617                   /* value */
 79618                   0,
 79619               };
 79620               
 79621               static const char*
 79622               _CIM_Hdr8021Filter_HdrVLANID8021_qualifiers[] =
 79623               {
 79624                   /* MinValue */
 79625                   "\035\000\000\000\000\000\000\000\000",
 79626                   /* MaxValue */
 79627                   "\031\000\000\000\000\000\000\017\377",
 79628                   0,
 79629               };
 79630               
 79631               static MetaProperty
 79632 mike  1.1.2.1 _CIM_Hdr8021Filter_HdrVLANID8021 =
 79633               {
 79634                   /* flags */
 79635                   META_FLAG_PROPERTY|META_FLAG_READ,
 79636                   /* name */
 79637                   "HdrVLANID8021",
 79638                   /* qualifiers */
 79639                   _CIM_Hdr8021Filter_HdrVLANID8021_qualifiers,
 79640                   /* type */
 79641                   CIMTYPE_UINT32,
 79642                   /* subscript */
 79643                   -1,
 79644                   /* value */
 79645                   0,
 79646               };
 79647               
 79648               static MetaFeature*
 79649               _CIM_Hdr8021Filter_features[] =
 79650               {
 79651                   (MetaFeature*)&_CIM_Hdr8021Filter_HdrSrcMACAddr8021,
 79652                   (MetaFeature*)&_CIM_Hdr8021Filter_HdrSrcMACMask8021,
 79653 mike  1.1.2.1     (MetaFeature*)&_CIM_Hdr8021Filter_HdrDestMACAddr8021,
 79654                   (MetaFeature*)&_CIM_Hdr8021Filter_HdrDestMACMask8021,
 79655                   (MetaFeature*)&_CIM_Hdr8021Filter_HdrProtocolID8021,
 79656                   (MetaFeature*)&_CIM_Hdr8021Filter_HdrPriorityValue8021,
 79657                   (MetaFeature*)&_CIM_Hdr8021Filter_HdrVLANID8021,
 79658                   0,
 79659               };
 79660               
 79661               static const char*
 79662               __root_cimv2_CIM_Hdr8021Filter_qualifiers[] =
 79663               {
 79664                   /* UMLPackagePath */
 79665                   "\057CIM::Network::Filtering",
 79666                   /* Version */
 79667                   "\0632.7.0",
 79668                   0,
 79669               };
 79670               
 79671               MetaClass
 79672               __root_cimv2_CIM_Hdr8021Filter =
 79673               {
 79674 mike  1.1.2.1     /* flags */
 79675                   META_FLAG_CLASS,
 79676                   /* name */
 79677                   "CIM_Hdr8021Filter",
 79678                   /* qualifiers */
 79679                   __root_cimv2_CIM_Hdr8021Filter_qualifiers,
 79680                   /* super */
 79681                   &__root_cimv2_CIM_FilterEntryBase,
 79682                   /* features */
 79683                   _CIM_Hdr8021Filter_features,
 79684               };
 79685               
 79686               //==============================================================================
 79687               //
 79688               // Class: CIM_HomeForMedia
 79689               //
 79690               //==============================================================================
 79691               
 79692               static const char*
 79693               _CIM_HomeForMedia_Antecedent_qualifiers[] =
 79694               {
 79695 mike  1.1.2.1     /* Override */
 79696                   "\044Antecedent",
 79697                   /* Max */
 79698                   "\027\000\000\000\001",
 79699                   0,
 79700               };
 79701               
 79702               static MetaReference
 79703               _CIM_HomeForMedia_Antecedent =
 79704               {
 79705                   /* flags */
 79706                   META_FLAG_REFERENCE|META_FLAG_READ,
 79707                   /* name */
 79708                   "Antecedent",
 79709                   /* qualifiers */
 79710                   _CIM_HomeForMedia_Antecedent_qualifiers,
 79711                   /* subscript */
 79712                   -1,
 79713                   /* refId */
 79714                   &__root_cimv2_CIM_StorageMediaLocation,
 79715               };
 79716 mike  1.1.2.1 
 79717               static const char*
 79718               _CIM_HomeForMedia_Dependent_qualifiers[] =
 79719               {
 79720                   /* Override */
 79721                   "\044Dependent",
 79722                   /* Max */
 79723                   "\027\000\000\000\001",
 79724                   0,
 79725               };
 79726               
 79727               static MetaReference
 79728               _CIM_HomeForMedia_Dependent =
 79729               {
 79730                   /* flags */
 79731                   META_FLAG_REFERENCE|META_FLAG_READ,
 79732                   /* name */
 79733                   "Dependent",
 79734                   /* qualifiers */
 79735                   _CIM_HomeForMedia_Dependent_qualifiers,
 79736                   /* subscript */
 79737 mike  1.1.2.1     -1,
 79738                   /* refId */
 79739                   &__root_cimv2_CIM_PhysicalMedia,
 79740               };
 79741               
 79742               static MetaFeature*
 79743               _CIM_HomeForMedia_features[] =
 79744               {
 79745                   (MetaFeature*)&_CIM_HomeForMedia_Antecedent,
 79746                   (MetaFeature*)&_CIM_HomeForMedia_Dependent,
 79747                   0,
 79748               };
 79749               
 79750               static const char*
 79751               __root_cimv2_CIM_HomeForMedia_qualifiers[] =
 79752               {
 79753                   /* ASSOCIATION */
 79754                   "\000\001",
 79755                   /* UMLPackagePath */
 79756                   "\057CIM::Physical::PhysicalMedia",
 79757                   /* Version */
 79758 mike  1.1.2.1     "\0632.6.0",
 79759                   0,
 79760               };
 79761               
 79762               MetaClass
 79763               __root_cimv2_CIM_HomeForMedia =
 79764               {
 79765                   /* flags */
 79766                   META_FLAG_ASSOCIATION,
 79767                   /* name */
 79768                   "CIM_HomeForMedia",
 79769                   /* qualifiers */
 79770                   __root_cimv2_CIM_HomeForMedia_qualifiers,
 79771                   /* super */
 79772                   &__root_cimv2_CIM_Dependency,
 79773                   /* features */
 79774                   _CIM_HomeForMedia_features,
 79775               };
 79776               
 79777               //==============================================================================
 79778               //
 79779 mike  1.1.2.1 // Class: CIM_IKERule
 79780               //
 79781               //==============================================================================
 79782               
 79783               static const char*
 79784               _CIM_IKERule_IdentityContexts_qualifiers[] =
 79785               {
 79786                   /* MappingStrings */
 79787                   "\026\000\001IPSP Policy Model.IETF|IKERule.IdentityContexts\000",
 79788                   /* ModelCorrespondence */
 79789                   "\036\000\001CIM_IdentityContext\000",
 79790                   0,
 79791               };
 79792               
 79793               static MetaProperty
 79794               _CIM_IKERule_IdentityContexts =
 79795               {
 79796                   /* flags */
 79797                   META_FLAG_PROPERTY|META_FLAG_READ,
 79798                   /* name */
 79799                   "IdentityContexts",
 79800 mike  1.1.2.1     /* qualifiers */
 79801                   _CIM_IKERule_IdentityContexts_qualifiers,
 79802                   /* type */
 79803                   CIMTYPE_STRING,
 79804                   /* subscript */
 79805                   0,
 79806                   /* value */
 79807                   0,
 79808               };
 79809               
 79810               static MetaFeature*
 79811               _CIM_IKERule_features[] =
 79812               {
 79813                   (MetaFeature*)&_CIM_IKERule_IdentityContexts,
 79814                   0,
 79815               };
 79816               
 79817               static const char*
 79818               __root_cimv2_CIM_IKERule_qualifiers[] =
 79819               {
 79820                   /* UMLPackagePath */
 79821 mike  1.1.2.1     "\057CIM::IPsecPolicy",
 79822                   /* Version */
 79823                   "\0632.8.0",
 79824                   /* MappingStrings */
 79825                   "\026\000\001IPSP Policy Model.IETF|IKERule\000",
 79826                   0,
 79827               };
 79828               
 79829               MetaClass
 79830               __root_cimv2_CIM_IKERule =
 79831               {
 79832                   /* flags */
 79833                   META_FLAG_CLASS,
 79834                   /* name */
 79835                   "CIM_IKERule",
 79836                   /* qualifiers */
 79837                   __root_cimv2_CIM_IKERule_qualifiers,
 79838                   /* super */
 79839                   &__root_cimv2_CIM_SARule,
 79840                   /* features */
 79841                   _CIM_IKERule_features,
 79842 mike  1.1.2.1 };
 79843               
 79844               //==============================================================================
 79845               //
 79846               // Class: CIM_IPHeadersFilter
 79847               //
 79848               //==============================================================================
 79849               
 79850               static const char*
 79851               _CIM_IPHeadersFilter_HdrIPVersion_qualifiers[] =
 79852               {
 79853                   /* ValueMap */
 79854                   "\061\000\0024\0006\000",
 79855                   /* Values */
 79856                   "\062\000\002IPv4\000IPv6\000",
 79857                   /* ModelCorrespondence */
 79858                   "\036\000\006CIM_IPHeadersFilter.HdrSrcAddress\000CIM_IPHeadersFilter.HdrSrcAddressEndOfRange\000CIM_IPHeadersFilter.HdrSrcMask\000CIM_IPHeadersFilter.HdrDestAddress\000CIM_IPHeadersFilter.HdrDestAddressEndOfRange\000CIM_IPHeadersFilter.HdrDestMask\000",
 79859                   0,
 79860               };
 79861               
 79862               static MetaProperty
 79863 mike  1.1.2.1 _CIM_IPHeadersFilter_HdrIPVersion =
 79864               {
 79865                   /* flags */
 79866                   META_FLAG_PROPERTY|META_FLAG_READ,
 79867                   /* name */
 79868                   "HdrIPVersion",
 79869                   /* qualifiers */
 79870                   _CIM_IPHeadersFilter_HdrIPVersion_qualifiers,
 79871                   /* type */
 79872                   CIMTYPE_UINT8,
 79873                   /* subscript */
 79874                   -1,
 79875                   /* value */
 79876                   0,
 79877               };
 79878               
 79879               static const char*
 79880               _CIM_IPHeadersFilter_HdrSrcAddress_qualifiers[] =
 79881               {
 79882                   /* OctetString */
 79883                   "\042\001",
 79884 mike  1.1.2.1     /* ModelCorrespondence */
 79885                   "\036\000\001CIM_IPHeadersFilter.HdrIPVersion\000",
 79886                   0,
 79887               };
 79888               
 79889               static MetaProperty
 79890               _CIM_IPHeadersFilter_HdrSrcAddress =
 79891               {
 79892                   /* flags */
 79893                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 79894                   /* name */
 79895                   "HdrSrcAddress",
 79896                   /* qualifiers */
 79897                   _CIM_IPHeadersFilter_HdrSrcAddress_qualifiers,
 79898                   /* type */
 79899                   CIMTYPE_UINT8,
 79900                   /* subscript */
 79901                   0,
 79902                   /* value */
 79903                   0,
 79904               };
 79905 mike  1.1.2.1 
 79906               static const char*
 79907               _CIM_IPHeadersFilter_HdrSrcAddressEndOfRange_qualifiers[] =
 79908               {
 79909                   /* OctetString */
 79910                   "\042\001",
 79911                   /* ModelCorrespondence */
 79912                   "\036\000\001CIM_IPHeadersFilter.HdrIPVersion\000",
 79913                   0,
 79914               };
 79915               
 79916               static MetaProperty
 79917               _CIM_IPHeadersFilter_HdrSrcAddressEndOfRange =
 79918               {
 79919                   /* flags */
 79920                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 79921                   /* name */
 79922                   "HdrSrcAddressEndOfRange",
 79923                   /* qualifiers */
 79924                   _CIM_IPHeadersFilter_HdrSrcAddressEndOfRange_qualifiers,
 79925                   /* type */
 79926 mike  1.1.2.1     CIMTYPE_UINT8,
 79927                   /* subscript */
 79928                   0,
 79929                   /* value */
 79930                   0,
 79931               };
 79932               
 79933               static const char*
 79934               _CIM_IPHeadersFilter_HdrSrcMask_qualifiers[] =
 79935               {
 79936                   /* OctetString */
 79937                   "\042\001",
 79938                   /* ModelCorrespondence */
 79939                   "\036\000\001CIM_IPHeadersFilter.HdrIPVersion\000",
 79940                   0,
 79941               };
 79942               
 79943               static MetaProperty
 79944               _CIM_IPHeadersFilter_HdrSrcMask =
 79945               {
 79946                   /* flags */
 79947 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 79948                   /* name */
 79949                   "HdrSrcMask",
 79950                   /* qualifiers */
 79951                   _CIM_IPHeadersFilter_HdrSrcMask_qualifiers,
 79952                   /* type */
 79953                   CIMTYPE_UINT8,
 79954                   /* subscript */
 79955                   0,
 79956                   /* value */
 79957                   0,
 79958               };
 79959               
 79960               static const char*
 79961               _CIM_IPHeadersFilter_HdrDestAddress_qualifiers[] =
 79962               {
 79963                   /* OctetString */
 79964                   "\042\001",
 79965                   /* ModelCorrespondence */
 79966                   "\036\000\001CIM_IPHeadersFilter.HdrIPVersion\000",
 79967                   0,
 79968 mike  1.1.2.1 };
 79969               
 79970               static MetaProperty
 79971               _CIM_IPHeadersFilter_HdrDestAddress =
 79972               {
 79973                   /* flags */
 79974                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 79975                   /* name */
 79976                   "HdrDestAddress",
 79977                   /* qualifiers */
 79978                   _CIM_IPHeadersFilter_HdrDestAddress_qualifiers,
 79979                   /* type */
 79980                   CIMTYPE_UINT8,
 79981                   /* subscript */
 79982                   0,
 79983                   /* value */
 79984                   0,
 79985               };
 79986               
 79987               static const char*
 79988               _CIM_IPHeadersFilter_HdrDestAddressEndOfRange_qualifiers[] =
 79989 mike  1.1.2.1 {
 79990                   /* OctetString */
 79991                   "\042\001",
 79992                   /* ModelCorrespondence */
 79993                   "\036\000\001CIM_IPHeadersFilter.HdrIPVersion\000",
 79994                   0,
 79995               };
 79996               
 79997               static MetaProperty
 79998               _CIM_IPHeadersFilter_HdrDestAddressEndOfRange =
 79999               {
 80000                   /* flags */
 80001                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 80002                   /* name */
 80003                   "HdrDestAddressEndOfRange",
 80004                   /* qualifiers */
 80005                   _CIM_IPHeadersFilter_HdrDestAddressEndOfRange_qualifiers,
 80006                   /* type */
 80007                   CIMTYPE_UINT8,
 80008                   /* subscript */
 80009                   0,
 80010 mike  1.1.2.1     /* value */
 80011                   0,
 80012               };
 80013               
 80014               static const char*
 80015               _CIM_IPHeadersFilter_HdrDestMask_qualifiers[] =
 80016               {
 80017                   /* OctetString */
 80018                   "\042\001",
 80019                   /* ModelCorrespondence */
 80020                   "\036\000\001CIM_IPHeadersFilter.HdrIPVersion\000",
 80021                   0,
 80022               };
 80023               
 80024               static MetaProperty
 80025               _CIM_IPHeadersFilter_HdrDestMask =
 80026               {
 80027                   /* flags */
 80028                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 80029                   /* name */
 80030                   "HdrDestMask",
 80031 mike  1.1.2.1     /* qualifiers */
 80032                   _CIM_IPHeadersFilter_HdrDestMask_qualifiers,
 80033                   /* type */
 80034                   CIMTYPE_UINT8,
 80035                   /* subscript */
 80036                   0,
 80037                   /* value */
 80038                   0,
 80039               };
 80040               
 80041               static const char*
 80042               _CIM_IPHeadersFilter_HdrProtocolID_qualifiers[] =
 80043               {
 80044                   0,
 80045               };
 80046               
 80047               static MetaProperty
 80048               _CIM_IPHeadersFilter_HdrProtocolID =
 80049               {
 80050                   /* flags */
 80051                   META_FLAG_PROPERTY|META_FLAG_READ,
 80052 mike  1.1.2.1     /* name */
 80053                   "HdrProtocolID",
 80054                   /* qualifiers */
 80055                   _CIM_IPHeadersFilter_HdrProtocolID_qualifiers,
 80056                   /* type */
 80057                   CIMTYPE_UINT8,
 80058                   /* subscript */
 80059                   -1,
 80060                   /* value */
 80061                   0,
 80062               };
 80063               
 80064               static const char*
 80065               _CIM_IPHeadersFilter_HdrSrcPortStart_qualifiers[] =
 80066               {
 80067                   0,
 80068               };
 80069               
 80070               static MetaProperty
 80071               _CIM_IPHeadersFilter_HdrSrcPortStart =
 80072               {
 80073 mike  1.1.2.1     /* flags */
 80074                   META_FLAG_PROPERTY|META_FLAG_READ,
 80075                   /* name */
 80076                   "HdrSrcPortStart",
 80077                   /* qualifiers */
 80078                   _CIM_IPHeadersFilter_HdrSrcPortStart_qualifiers,
 80079                   /* type */
 80080                   CIMTYPE_UINT16,
 80081                   /* subscript */
 80082                   -1,
 80083                   /* value */
 80084                   0,
 80085               };
 80086               
 80087               static const char*
 80088               _CIM_IPHeadersFilter_HdrSrcPortEnd_qualifiers[] =
 80089               {
 80090                   0,
 80091               };
 80092               
 80093               static MetaProperty
 80094 mike  1.1.2.1 _CIM_IPHeadersFilter_HdrSrcPortEnd =
 80095               {
 80096                   /* flags */
 80097                   META_FLAG_PROPERTY|META_FLAG_READ,
 80098                   /* name */
 80099                   "HdrSrcPortEnd",
 80100                   /* qualifiers */
 80101                   _CIM_IPHeadersFilter_HdrSrcPortEnd_qualifiers,
 80102                   /* type */
 80103                   CIMTYPE_UINT16,
 80104                   /* subscript */
 80105                   -1,
 80106                   /* value */
 80107                   0,
 80108               };
 80109               
 80110               static const char*
 80111               _CIM_IPHeadersFilter_HdrDestPortStart_qualifiers[] =
 80112               {
 80113                   0,
 80114               };
 80115 mike  1.1.2.1 
 80116               static MetaProperty
 80117               _CIM_IPHeadersFilter_HdrDestPortStart =
 80118               {
 80119                   /* flags */
 80120                   META_FLAG_PROPERTY|META_FLAG_READ,
 80121                   /* name */
 80122                   "HdrDestPortStart",
 80123                   /* qualifiers */
 80124                   _CIM_IPHeadersFilter_HdrDestPortStart_qualifiers,
 80125                   /* type */
 80126                   CIMTYPE_UINT16,
 80127                   /* subscript */
 80128                   -1,
 80129                   /* value */
 80130                   0,
 80131               };
 80132               
 80133               static const char*
 80134               _CIM_IPHeadersFilter_HdrDestPortEnd_qualifiers[] =
 80135               {
 80136 mike  1.1.2.1     0,
 80137               };
 80138               
 80139               static MetaProperty
 80140               _CIM_IPHeadersFilter_HdrDestPortEnd =
 80141               {
 80142                   /* flags */
 80143                   META_FLAG_PROPERTY|META_FLAG_READ,
 80144                   /* name */
 80145                   "HdrDestPortEnd",
 80146                   /* qualifiers */
 80147                   _CIM_IPHeadersFilter_HdrDestPortEnd_qualifiers,
 80148                   /* type */
 80149                   CIMTYPE_UINT16,
 80150                   /* subscript */
 80151                   -1,
 80152                   /* value */
 80153                   0,
 80154               };
 80155               
 80156               static const char*
 80157 mike  1.1.2.1 _CIM_IPHeadersFilter_HdrDSCP_qualifiers[] =
 80158               {
 80159                   /* MaxValue */
 80160                   "\031\000\000\000\000\000\000\000\077",
 80161                   0,
 80162               };
 80163               
 80164               static MetaProperty
 80165               _CIM_IPHeadersFilter_HdrDSCP =
 80166               {
 80167                   /* flags */
 80168                   META_FLAG_PROPERTY|META_FLAG_READ,
 80169                   /* name */
 80170                   "HdrDSCP",
 80171                   /* qualifiers */
 80172                   _CIM_IPHeadersFilter_HdrDSCP_qualifiers,
 80173                   /* type */
 80174                   CIMTYPE_UINT8,
 80175                   /* subscript */
 80176                   0,
 80177                   /* value */
 80178 mike  1.1.2.1     0,
 80179               };
 80180               
 80181               static const char*
 80182               _CIM_IPHeadersFilter_HdrFlowLabel_qualifiers[] =
 80183               {
 80184                   /* OctetString */
 80185                   "\042\001",
 80186                   0,
 80187               };
 80188               
 80189               static MetaProperty
 80190               _CIM_IPHeadersFilter_HdrFlowLabel =
 80191               {
 80192                   /* flags */
 80193                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
 80194                   /* name */
 80195                   "HdrFlowLabel",
 80196                   /* qualifiers */
 80197                   _CIM_IPHeadersFilter_HdrFlowLabel_qualifiers,
 80198                   /* type */
 80199 mike  1.1.2.1     CIMTYPE_UINT8,
 80200                   /* subscript */
 80201                   0,
 80202                   /* value */
 80203                   0,
 80204               };
 80205               
 80206               static MetaFeature*
 80207               _CIM_IPHeadersFilter_features[] =
 80208               {
 80209                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrIPVersion,
 80210                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrSrcAddress,
 80211                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrSrcAddressEndOfRange,
 80212                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrSrcMask,
 80213                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrDestAddress,
 80214                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrDestAddressEndOfRange,
 80215                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrDestMask,
 80216                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrProtocolID,
 80217                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrSrcPortStart,
 80218                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrSrcPortEnd,
 80219                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrDestPortStart,
 80220 mike  1.1.2.1     (MetaFeature*)&_CIM_IPHeadersFilter_HdrDestPortEnd,
 80221                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrDSCP,
 80222                   (MetaFeature*)&_CIM_IPHeadersFilter_HdrFlowLabel,
 80223                   0,
 80224               };
 80225               
 80226               static const char*
 80227               __root_cimv2_CIM_IPHeadersFilter_qualifiers[] =
 80228               {
 80229                   /* UMLPackagePath */
 80230                   "\057CIM::Network::Filtering",
 80231                   /* Version */
 80232                   "\0632.6.0",
 80233                   0,
 80234               };
 80235               
 80236               MetaClass
 80237               __root_cimv2_CIM_IPHeadersFilter =
 80238               {
 80239                   /* flags */
 80240                   META_FLAG_CLASS,
 80241 mike  1.1.2.1     /* name */
 80242                   "CIM_IPHeadersFilter",
 80243                   /* qualifiers */
 80244                   __root_cimv2_CIM_IPHeadersFilter_qualifiers,
 80245                   /* super */
 80246                   &__root_cimv2_CIM_FilterEntryBase,
 80247                   /* features */
 80248                   _CIM_IPHeadersFilter_features,
 80249               };
 80250               
 80251               //==============================================================================
 80252               //
 80253               // Class: CIM_IPRoute
 80254               //
 80255               //==============================================================================
 80256               
 80257               static const char*
 80258               _CIM_IPRoute_SystemCreationClassName_qualifiers[] =
 80259               {
 80260                   /* Deprecated */
 80261                   "\013\000\001No value\000",
 80262 mike  1.1.2.1     /* Key */
 80263                   "\025\001",
 80264                   /* Propagated */
 80265                   "\045CIM_ForwardingService.SystemCreationClassName",
 80266                   /* MaxLen */
 80267                   "\030\000\000\001\000",
 80268                   0,
 80269               };
 80270               
 80271               static MetaProperty
 80272               _CIM_IPRoute_SystemCreationClassName =
 80273               {
 80274                   /* flags */
 80275                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 80276                   /* name */
 80277                   "SystemCreationClassName",
 80278                   /* qualifiers */
 80279                   _CIM_IPRoute_SystemCreationClassName_qualifiers,
 80280                   /* type */
 80281                   CIMTYPE_STRING,
 80282                   /* subscript */
 80283 mike  1.1.2.1     -1,
 80284                   /* value */
 80285                   0,
 80286               };
 80287               
 80288               static const char*
 80289               _CIM_IPRoute_SystemName_qualifiers[] =
 80290               {
 80291                   /* Deprecated */
 80292                   "\013\000\001No value\000",
 80293                   /* Key */
 80294                   "\025\001",
 80295                   /* Propagated */
 80296                   "\045CIM_ForwardingService.SystemName",
 80297                   /* MaxLen */
 80298                   "\030\000\000\001\000",
 80299                   0,
 80300               };
 80301               
 80302               static MetaProperty
 80303               _CIM_IPRoute_SystemName =
 80304 mike  1.1.2.1 {
 80305                   /* flags */
 80306                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 80307                   /* name */
 80308                   "SystemName",
 80309                   /* qualifiers */
 80310                   _CIM_IPRoute_SystemName_qualifiers,
 80311                   /* type */
 80312                   CIMTYPE_STRING,
 80313                   /* subscript */
 80314                   -1,
 80315                   /* value */
 80316                   0,
 80317               };
 80318               
 80319               static const char*
 80320               _CIM_IPRoute_ServiceCreationClassName_qualifiers[] =
 80321               {
 80322                   /* Deprecated */
 80323                   "\013\000\001No value\000",
 80324                   /* Key */
 80325 mike  1.1.2.1     "\025\001",
 80326                   /* Propagated */
 80327                   "\045CIM_ForwardingService.CreationClassName",
 80328                   /* MaxLen */
 80329                   "\030\000\000\001\000",
 80330                   0,
 80331               };
 80332               
 80333               static MetaProperty
 80334               _CIM_IPRoute_ServiceCreationClassName =
 80335               {
 80336                   /* flags */
 80337                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 80338                   /* name */
 80339                   "ServiceCreationClassName",
 80340                   /* qualifiers */
 80341                   _CIM_IPRoute_ServiceCreationClassName_qualifiers,
 80342                   /* type */
 80343                   CIMTYPE_STRING,
 80344                   /* subscript */
 80345                   -1,
 80346 mike  1.1.2.1     /* value */
 80347                   0,
 80348               };
 80349               
 80350               static const char*
 80351               _CIM_IPRoute_ServiceName_qualifiers[] =
 80352               {
 80353                   /* Deprecated */
 80354                   "\013\000\001No value\000",
 80355                   /* Key */
 80356                   "\025\001",
 80357                   /* Propagated */
 80358                   "\045CIM_ForwardingService.Name",
 80359                   /* MaxLen */
 80360                   "\030\000\000\001\000",
 80361                   0,
 80362               };
 80363               
 80364               static MetaProperty
 80365               _CIM_IPRoute_ServiceName =
 80366               {
 80367 mike  1.1.2.1     /* flags */
 80368                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 80369                   /* name */
 80370                   "ServiceName",
 80371                   /* qualifiers */
 80372                   _CIM_IPRoute_ServiceName_qualifiers,
 80373                   /* type */
 80374                   CIMTYPE_STRING,
 80375                   /* subscript */
 80376                   -1,
 80377                   /* value */
 80378                   0,
 80379               };
 80380               
 80381               static const char*
 80382               _CIM_IPRoute_CreationClassName_qualifiers[] =
 80383               {
 80384                   /* Deprecated */
 80385                   "\013\000\001No value\000",
 80386                   /* Key */
 80387                   "\025\001",
 80388 mike  1.1.2.1     /* MaxLen */
 80389                   "\030\000\000\001\000",
 80390                   0,
 80391               };
 80392               
 80393               static MetaProperty
 80394               _CIM_IPRoute_CreationClassName =
 80395               {
 80396                   /* flags */
 80397                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 80398                   /* name */
 80399                   "CreationClassName",
 80400                   /* qualifiers */
 80401                   _CIM_IPRoute_CreationClassName_qualifiers,
 80402                   /* type */
 80403                   CIMTYPE_STRING,
 80404                   /* subscript */
 80405                   -1,
 80406                   /* value */
 80407                   0,
 80408               };
 80409 mike  1.1.2.1 
 80410               static const char*
 80411               _CIM_IPRoute_IPDestinationAddress_qualifiers[] =
 80412               {
 80413                   /* Deprecated */
 80414                   "\013\000\001CIM_NextHopIPRoute.DestinationAddress\000",
 80415                   /* Key */
 80416                   "\025\001",
 80417                   /* ModelCorrespondence */
 80418                   "\036\000\001CIM_IPRoute.DestinationAddress\000",
 80419                   0,
 80420               };
 80421               
 80422               static MetaProperty
 80423               _CIM_IPRoute_IPDestinationAddress =
 80424               {
 80425                   /* flags */
 80426                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 80427                   /* name */
 80428                   "IPDestinationAddress",
 80429                   /* qualifiers */
 80430 mike  1.1.2.1     _CIM_IPRoute_IPDestinationAddress_qualifiers,
 80431                   /* type */
 80432                   CIMTYPE_STRING,
 80433                   /* subscript */
 80434                   -1,
 80435                   /* value */
 80436                   0,
 80437               };
 80438               
 80439               static const char*
 80440               _CIM_IPRoute_IPDestinationMask_qualifiers[] =
 80441               {
 80442                   /* Deprecated */
 80443                   "\013\000\001CIM_NextHopIPRoute.DestinationMask\000",
 80444                   /* Key */
 80445                   "\025\001",
 80446                   /* ModelCorrespondence */
 80447                   "\036\000\001CIM_IPRoute.DestinationMask\000",
 80448                   0,
 80449               };
 80450               
 80451 mike  1.1.2.1 static MetaProperty
 80452               _CIM_IPRoute_IPDestinationMask =
 80453               {
 80454                   /* flags */
 80455                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 80456                   /* name */
 80457                   "IPDestinationMask",
 80458                   /* qualifiers */
 80459                   _CIM_IPRoute_IPDestinationMask_qualifiers,
 80460                   /* type */
 80461                   CIMTYPE_STRING,
 80462                   /* subscript */
 80463                   -1,
 80464                   /* value */
 80465                   0,
 80466               };
 80467               
 80468               static const char*
 80469               _CIM_IPRoute_AddressType_qualifiers[] =
 80470               {
 80471                   /* Deprecated */
 80472 mike  1.1.2.1     "\013\000\001CIM_NextHopIPRoute.AddressType\000",
 80473                   /* Key */
 80474                   "\025\001",
 80475                   /* ValueMap */
 80476                   "\061\000\0030\0001\0002\000",
 80477                   /* Values */
 80478                   "\062\000\003Unknown\000IPv4\000IPv6\000",
 80479                   0,
 80480               };
 80481               
 80482               static MetaProperty
 80483               _CIM_IPRoute_AddressType =
 80484               {
 80485                   /* flags */
 80486                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 80487                   /* name */
 80488                   "AddressType",
 80489                   /* qualifiers */
 80490                   _CIM_IPRoute_AddressType_qualifiers,
 80491                   /* type */
 80492                   CIMTYPE_UINT16,
 80493 mike  1.1.2.1     /* subscript */
 80494                   -1,
 80495                   /* value */
 80496                   0,
 80497               };
 80498               
 80499               static const char*
 80500               _CIM_IPRoute_DestinationAddress_qualifiers[] =
 80501               {
 80502                   /* Deprecated */
 80503                   "\013\000\001No Value\000",
 80504                   /* Override */
 80505                   "\044DestinationAddress",
 80506                   /* ModelCorrespondence */
 80507                   "\036\000\001CIM_IPRoute.IPDestinationAddress\000",
 80508                   0,
 80509               };
 80510               
 80511               static MetaProperty
 80512               _CIM_IPRoute_DestinationAddress =
 80513               {
 80514 mike  1.1.2.1     /* flags */
 80515                   META_FLAG_PROPERTY|META_FLAG_READ,
 80516                   /* name */
 80517                   "DestinationAddress",
 80518                   /* qualifiers */
 80519                   _CIM_IPRoute_DestinationAddress_qualifiers,
 80520                   /* type */
 80521                   CIMTYPE_STRING,
 80522                   /* subscript */
 80523                   -1,
 80524                   /* value */
 80525                   0,
 80526               };
 80527               
 80528               static const char*
 80529               _CIM_IPRoute_DestinationMask_qualifiers[] =
 80530               {
 80531                   /* Deprecated */
 80532                   "\013\000\001No Value\000",
 80533                   /* Override */
 80534                   "\044DestinationMask",
 80535 mike  1.1.2.1     /* ModelCorrespondence */
 80536                   "\036\000\001CIM_IPRoute.IPDestinationMask\000",
 80537                   0,
 80538               };
 80539               
 80540               static MetaProperty
 80541               _CIM_IPRoute_DestinationMask =
 80542               {
 80543                   /* flags */
 80544                   META_FLAG_PROPERTY|META_FLAG_READ,
 80545                   /* name */
 80546                   "DestinationMask",
 80547                   /* qualifiers */
 80548                   _CIM_IPRoute_DestinationMask_qualifiers,
 80549                   /* type */
 80550                   CIMTYPE_STRING,
 80551                   /* subscript */
 80552                   -1,
 80553                   /* value */
 80554                   0,
 80555               };
 80556 mike  1.1.2.1 
 80557               static MetaFeature*
 80558               _CIM_IPRoute_features[] =
 80559               {
 80560                   (MetaFeature*)&_CIM_IPRoute_SystemCreationClassName,
 80561                   (MetaFeature*)&_CIM_IPRoute_SystemName,
 80562                   (MetaFeature*)&_CIM_IPRoute_ServiceCreationClassName,
 80563                   (MetaFeature*)&_CIM_IPRoute_ServiceName,
 80564                   (MetaFeature*)&_CIM_IPRoute_CreationClassName,
 80565                   (MetaFeature*)&_CIM_IPRoute_IPDestinationAddress,
 80566                   (MetaFeature*)&_CIM_IPRoute_IPDestinationMask,
 80567                   (MetaFeature*)&_CIM_IPRoute_AddressType,
 80568                   (MetaFeature*)&_CIM_IPRoute_DestinationAddress,
 80569                   (MetaFeature*)&_CIM_IPRoute_DestinationMask,
 80570                   0,
 80571               };
 80572               
 80573               static const char*
 80574               __root_cimv2_CIM_IPRoute_qualifiers[] =
 80575               {
 80576                   /* Deprecated */
 80577 mike  1.1.2.1     "\013\000\001CIM_NextHopIPRoute\000",
 80578                   /* UMLPackagePath */
 80579                   "\057CIM::Network::Routes",
 80580                   /* Abstract */
 80581                   "\002\001",
 80582                   /* Version */
 80583                   "\0632.7.0",
 80584                   0,
 80585               };
 80586               
 80587               MetaClass
 80588               __root_cimv2_CIM_IPRoute =
 80589               {
 80590                   /* flags */
 80591                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 80592                   /* name */
 80593                   "CIM_IPRoute",
 80594                   /* qualifiers */
 80595                   __root_cimv2_CIM_IPRoute_qualifiers,
 80596                   /* super */
 80597                   &__root_cimv2_CIM_NextHopRouting,
 80598 mike  1.1.2.1     /* features */
 80599                   _CIM_IPRoute_features,
 80600               };
 80601               
 80602               //==============================================================================
 80603               //
 80604               // Class: CIM_IPsecRule
 80605               //
 80606               //==============================================================================
 80607               
 80608               static MetaFeature*
 80609               _CIM_IPsecRule_features[] =
 80610               {
 80611                   0,
 80612               };
 80613               
 80614               static const char*
 80615               __root_cimv2_CIM_IPsecRule_qualifiers[] =
 80616               {
 80617                   /* UMLPackagePath */
 80618                   "\057CIM::IPsecPolicy",
 80619 mike  1.1.2.1     /* Version */
 80620                   "\0632.8.0",
 80621                   /* MappingStrings */
 80622                   "\026\000\001IPSP Policy Model.IETF|IPsecRule\000",
 80623                   0,
 80624               };
 80625               
 80626               MetaClass
 80627               __root_cimv2_CIM_IPsecRule =
 80628               {
 80629                   /* flags */
 80630                   META_FLAG_CLASS,
 80631                   /* name */
 80632                   "CIM_IPsecRule",
 80633                   /* qualifiers */
 80634                   __root_cimv2_CIM_IPsecRule_qualifiers,
 80635                   /* super */
 80636                   &__root_cimv2_CIM_SARule,
 80637                   /* features */
 80638                   _CIM_IPsecRule_features,
 80639               };
 80640 mike  1.1.2.1 
 80641               //==============================================================================
 80642               //
 80643               // Class: CIM_IPSOFilterEntry
 80644               //
 80645               //==============================================================================
 80646               
 80647               static const char*
 80648               _CIM_IPSOFilterEntry_MatchConditionType_qualifiers[] =
 80649               {
 80650                   /* Required */
 80651                   "\050\001",
 80652                   /* ValueMap */
 80653                   "\061\000\0032\0003\0004\000",
 80654                   /* Values */
 80655                   "\062\000\003Classification Level\000Protection Authority\000Both Classification Level and Protection Authority\000",
 80656                   /* MappingStrings */
 80657                   "\026\000\001IPSP Policy Model.IETF|IPSOFilterEntry.MatchConditionType\000",
 80658                   /* ModelCorrespondence */
 80659                   "\036\000\002CIM_IPSOFilterEntry.ClassificationLevel\000CIM_IPSOFilterEntry.ProtectionAuthorities\000",
 80660                   0,
 80661 mike  1.1.2.1 };
 80662               
 80663               static MetaProperty
 80664               _CIM_IPSOFilterEntry_MatchConditionType =
 80665               {
 80666                   /* flags */
 80667                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 80668                   /* name */
 80669                   "MatchConditionType",
 80670                   /* qualifiers */
 80671                   _CIM_IPSOFilterEntry_MatchConditionType_qualifiers,
 80672                   /* type */
 80673                   CIMTYPE_UINT16,
 80674                   /* subscript */
 80675                   -1,
 80676                   /* value */
 80677                   0,
 80678               };
 80679               
 80680               static const char*
 80681               _CIM_IPSOFilterEntry_ClassificationLevel_qualifiers[] =
 80682 mike  1.1.2.1 {
 80683                   /* Required */
 80684                   "\050\001",
 80685                   /* ValueMap */
 80686                   "\061\000\0101\0002\0003\0004\0005\0006\000..\0000x8000..\000",
 80687                   /* Values */
 80688                   "\062\000\010Other\000No Filtering on Classification Level\000Top Secret\000Secret\000Confidential\000Unclassified\000DMTF Reserved\000Vendor Reserved\000",
 80689                   /* MappingStrings */
 80690                   "\026\000\002IPSP Policy Model.IETF|IPSOFilterEntry.MatchConditionValue\000RFC1108.IETF|Section 2.3\000",
 80691                   /* ModelCorrespondence */
 80692                   "\036\000\002CIM_IPSOFilterEntry.MatchConditionType\000CIM_IPSOFilterEntry.OtherClassificationLevel\000",
 80693                   0,
 80694               };
 80695               
 80696               static MetaProperty
 80697               _CIM_IPSOFilterEntry_ClassificationLevel =
 80698               {
 80699                   /* flags */
 80700                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 80701                   /* name */
 80702                   "ClassificationLevel",
 80703 mike  1.1.2.1     /* qualifiers */
 80704                   _CIM_IPSOFilterEntry_ClassificationLevel_qualifiers,
 80705                   /* type */
 80706                   CIMTYPE_UINT16,
 80707                   /* subscript */
 80708                   -1,
 80709                   /* value */
 80710                   0,
 80711               };
 80712               
 80713               static const char*
 80714               _CIM_IPSOFilterEntry_OtherClassificationLevel_qualifiers[] =
 80715               {
 80716                   /* ModelCorrespondence */
 80717                   "\036\000\001CIM_IPSOFilterEntry.ClassificationLevel\000",
 80718                   0,
 80719               };
 80720               
 80721               static MetaProperty
 80722               _CIM_IPSOFilterEntry_OtherClassificationLevel =
 80723               {
 80724 mike  1.1.2.1     /* flags */
 80725                   META_FLAG_PROPERTY|META_FLAG_READ,
 80726                   /* name */
 80727                   "OtherClassificationLevel",
 80728                   /* qualifiers */
 80729                   _CIM_IPSOFilterEntry_OtherClassificationLevel_qualifiers,
 80730                   /* type */
 80731                   CIMTYPE_STRING,
 80732                   /* subscript */
 80733                   -1,
 80734                   /* value */
 80735                   0,
 80736               };
 80737               
 80738               static const char*
 80739               _CIM_IPSOFilterEntry_ProtectionAuthorities_qualifiers[] =
 80740               {
 80741                   /* Required */
 80742                   "\050\001",
 80743                   /* ValueMap */
 80744                   "\061\000\0111\0002\0003\0004\0005\0006\0007\000..\0000x8000..\000",
 80745 mike  1.1.2.1     /* Values */
 80746                   "\062\000\011Other\000No Filtering on Protection Authority\000GENSER\000SIOP-ESI\000SCI\000NSA\000DOE\000DMTF Reserved\000Vendor Reserved\000",
 80747                   /* MappingStrings */
 80748                   "\026\000\002IPSP Policy Model.IETF|IPSOFilterEntry.MatchConditionValue\000RFC1108.IETF|Section 2.4\000",
 80749                   /* ModelCorrespondence */
 80750                   "\036\000\002CIM_IPSOFilterEntry.MatchConditionType\000CIM_IPSOFilterEntry.OtherProtectionAuthorities\000",
 80751                   0,
 80752               };
 80753               
 80754               static MetaProperty
 80755               _CIM_IPSOFilterEntry_ProtectionAuthorities =
 80756               {
 80757                   /* flags */
 80758                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 80759                   /* name */
 80760                   "ProtectionAuthorities",
 80761                   /* qualifiers */
 80762                   _CIM_IPSOFilterEntry_ProtectionAuthorities_qualifiers,
 80763                   /* type */
 80764                   CIMTYPE_UINT16,
 80765                   /* subscript */
 80766 mike  1.1.2.1     0,
 80767                   /* value */
 80768                   0,
 80769               };
 80770               
 80771               static const char*
 80772               _CIM_IPSOFilterEntry_OtherProtectionAuthorities_qualifiers[] =
 80773               {
 80774                   /* ModelCorrespondence */
 80775                   "\036\000\001CIM_IPSOFilterEntry.ProtectionAuthorities\000",
 80776                   0,
 80777               };
 80778               
 80779               static MetaProperty
 80780               _CIM_IPSOFilterEntry_OtherProtectionAuthorities =
 80781               {
 80782                   /* flags */
 80783                   META_FLAG_PROPERTY|META_FLAG_READ,
 80784                   /* name */
 80785                   "OtherProtectionAuthorities",
 80786                   /* qualifiers */
 80787 mike  1.1.2.1     _CIM_IPSOFilterEntry_OtherProtectionAuthorities_qualifiers,
 80788                   /* type */
 80789                   CIMTYPE_STRING,
 80790                   /* subscript */
 80791                   0,
 80792                   /* value */
 80793                   0,
 80794               };
 80795               
 80796               static MetaFeature*
 80797               _CIM_IPSOFilterEntry_features[] =
 80798               {
 80799                   (MetaFeature*)&_CIM_IPSOFilterEntry_MatchConditionType,
 80800                   (MetaFeature*)&_CIM_IPSOFilterEntry_ClassificationLevel,
 80801                   (MetaFeature*)&_CIM_IPSOFilterEntry_OtherClassificationLevel,
 80802                   (MetaFeature*)&_CIM_IPSOFilterEntry_ProtectionAuthorities,
 80803                   (MetaFeature*)&_CIM_IPSOFilterEntry_OtherProtectionAuthorities,
 80804                   0,
 80805               };
 80806               
 80807               static const char*
 80808 mike  1.1.2.1 __root_cimv2_CIM_IPSOFilterEntry_qualifiers[] =
 80809               {
 80810                   /* UMLPackagePath */
 80811                   "\057CIM::Network::Filtering",
 80812                   /* Version */
 80813                   "\0632.8.0",
 80814                   /* MappingStrings */
 80815                   "\026\000\001IPSP Policy Model.IETF|IPSOFilterEntry\000",
 80816                   0,
 80817               };
 80818               
 80819               MetaClass
 80820               __root_cimv2_CIM_IPSOFilterEntry =
 80821               {
 80822                   /* flags */
 80823                   META_FLAG_CLASS,
 80824                   /* name */
 80825                   "CIM_IPSOFilterEntry",
 80826                   /* qualifiers */
 80827                   __root_cimv2_CIM_IPSOFilterEntry_qualifiers,
 80828                   /* super */
 80829 mike  1.1.2.1     &__root_cimv2_CIM_FilterEntryBase,
 80830                   /* features */
 80831                   _CIM_IPSOFilterEntry_features,
 80832               };
 80833               
 80834               //==============================================================================
 80835               //
 80836               // Class: CIM_IsSpare
 80837               //
 80838               //==============================================================================
 80839               
 80840               static const char*
 80841               _CIM_IsSpare_Antecedent_qualifiers[] =
 80842               {
 80843                   /* Override */
 80844                   "\044Antecedent",
 80845                   0,
 80846               };
 80847               
 80848               static MetaReference
 80849               _CIM_IsSpare_Antecedent =
 80850 mike  1.1.2.1 {
 80851                   /* flags */
 80852                   META_FLAG_REFERENCE|META_FLAG_READ,
 80853                   /* name */
 80854                   "Antecedent",
 80855                   /* qualifiers */
 80856                   _CIM_IsSpare_Antecedent_qualifiers,
 80857                   /* subscript */
 80858                   -1,
 80859                   /* refId */
 80860                   &__root_cimv2_CIM_ManagedElement,
 80861               };
 80862               
 80863               static const char*
 80864               _CIM_IsSpare_Dependent_qualifiers[] =
 80865               {
 80866                   /* Override */
 80867                   "\044Dependent",
 80868                   0,
 80869               };
 80870               
 80871 mike  1.1.2.1 static MetaReference
 80872               _CIM_IsSpare_Dependent =
 80873               {
 80874                   /* flags */
 80875                   META_FLAG_REFERENCE|META_FLAG_READ,
 80876                   /* name */
 80877                   "Dependent",
 80878                   /* qualifiers */
 80879                   _CIM_IsSpare_Dependent_qualifiers,
 80880                   /* subscript */
 80881                   -1,
 80882                   /* refId */
 80883                   &__root_cimv2_CIM_RedundancySet,
 80884               };
 80885               
 80886               static const char*
 80887               _CIM_IsSpare_SpareStatus_qualifiers[] =
 80888               {
 80889                   /* ValueMap */
 80890                   "\061\000\0030\0002\0003\000",
 80891                   /* Values */
 80892 mike  1.1.2.1     "\062\000\003Unknown\000Hot Standby\000Cold Standby\000",
 80893                   0,
 80894               };
 80895               
 80896               static MetaProperty
 80897               _CIM_IsSpare_SpareStatus =
 80898               {
 80899                   /* flags */
 80900                   META_FLAG_PROPERTY|META_FLAG_READ,
 80901                   /* name */
 80902                   "SpareStatus",
 80903                   /* qualifiers */
 80904                   _CIM_IsSpare_SpareStatus_qualifiers,
 80905                   /* type */
 80906                   CIMTYPE_UINT16,
 80907                   /* subscript */
 80908                   -1,
 80909                   /* value */
 80910                   0,
 80911               };
 80912               
 80913 mike  1.1.2.1 static const char*
 80914               _CIM_IsSpare_FailoverSupported_qualifiers[] =
 80915               {
 80916                   /* ValueMap */
 80917                   "\061\000\0040\0002\0003\0004\000",
 80918                   /* Values */
 80919                   "\062\000\004Unknown\000Automatic\000Manual\000Both Manual and Automatic\000",
 80920                   0,
 80921               };
 80922               
 80923               static MetaProperty
 80924               _CIM_IsSpare_FailoverSupported =
 80925               {
 80926                   /* flags */
 80927                   META_FLAG_PROPERTY|META_FLAG_READ,
 80928                   /* name */
 80929                   "FailoverSupported",
 80930                   /* qualifiers */
 80931                   _CIM_IsSpare_FailoverSupported_qualifiers,
 80932                   /* type */
 80933                   CIMTYPE_UINT16,
 80934 mike  1.1.2.1     /* subscript */
 80935                   -1,
 80936                   /* value */
 80937                   0,
 80938               };
 80939               
 80940               static MetaFeature*
 80941               _CIM_IsSpare_features[] =
 80942               {
 80943                   (MetaFeature*)&_CIM_IsSpare_Antecedent,
 80944                   (MetaFeature*)&_CIM_IsSpare_Dependent,
 80945                   (MetaFeature*)&_CIM_IsSpare_SpareStatus,
 80946                   (MetaFeature*)&_CIM_IsSpare_FailoverSupported,
 80947                   0,
 80948               };
 80949               
 80950               static const char*
 80951               __root_cimv2_CIM_IsSpare_qualifiers[] =
 80952               {
 80953                   /* ASSOCIATION */
 80954                   "\000\001",
 80955 mike  1.1.2.1     /* UMLPackagePath */
 80956                   "\057CIM::Core::Redundancy",
 80957                   /* Version */
 80958                   "\0632.10.0",
 80959                   0,
 80960               };
 80961               
 80962               MetaClass
 80963               __root_cimv2_CIM_IsSpare =
 80964               {
 80965                   /* flags */
 80966                   META_FLAG_ASSOCIATION,
 80967                   /* name */
 80968                   "CIM_IsSpare",
 80969                   /* qualifiers */
 80970                   __root_cimv2_CIM_IsSpare_qualifiers,
 80971                   /* super */
 80972                   &__root_cimv2_CIM_Dependency,
 80973                   /* features */
 80974                   _CIM_IsSpare_features,
 80975               };
 80976 mike  1.1.2.1 
 80977               //==============================================================================
 80978               //
 80979               // Class: CIM_J2eeConnectionStats
 80980               //
 80981               //==============================================================================
 80982               
 80983               static const char*
 80984               _CIM_J2eeConnectionStats_WaitTime_qualifiers[] =
 80985               {
 80986                   /* MappingStrings */
 80987                   "\026\000\001JSR77.JCP|JSR77.6.19.1.3 getWaitTime|V1.0\000",
 80988                   0,
 80989               };
 80990               
 80991               static MetaProperty
 80992               _CIM_J2eeConnectionStats_WaitTime =
 80993               {
 80994                   /* flags */
 80995                   META_FLAG_PROPERTY|META_FLAG_READ,
 80996                   /* name */
 80997 mike  1.1.2.1     "WaitTime",
 80998                   /* qualifiers */
 80999                   _CIM_J2eeConnectionStats_WaitTime_qualifiers,
 81000                   /* type */
 81001                   CIMTYPE_DATETIME,
 81002                   /* subscript */
 81003                   -1,
 81004                   /* value */
 81005                   0,
 81006               };
 81007               
 81008               static const char*
 81009               _CIM_J2eeConnectionStats_WaitTimeMaxTime_qualifiers[] =
 81010               {
 81011                   /* MappingStrings */
 81012                   "\026\000\001JSR77.JCP|JSR77.6.6.1.2 getMaxTime|V1.0\000",
 81013                   0,
 81014               };
 81015               
 81016               static MetaProperty
 81017               _CIM_J2eeConnectionStats_WaitTimeMaxTime =
 81018 mike  1.1.2.1 {
 81019                   /* flags */
 81020                   META_FLAG_PROPERTY|META_FLAG_READ,
 81021                   /* name */
 81022                   "WaitTimeMaxTime",
 81023                   /* qualifiers */
 81024                   _CIM_J2eeConnectionStats_WaitTimeMaxTime_qualifiers,
 81025                   /* type */
 81026                   CIMTYPE_DATETIME,
 81027                   /* subscript */
 81028                   -1,
 81029                   /* value */
 81030                   0,
 81031               };
 81032               
 81033               static const char*
 81034               _CIM_J2eeConnectionStats_WaitTimeMinTime_qualifiers[] =
 81035               {
 81036                   /* MappingStrings */
 81037                   "\026\000\001JSR77.JCP|JSR77.6.6.1.3 getMinTime|V1.0\000",
 81038                   0,
 81039 mike  1.1.2.1 };
 81040               
 81041               static MetaProperty
 81042               _CIM_J2eeConnectionStats_WaitTimeMinTime =
 81043               {
 81044                   /* flags */
 81045                   META_FLAG_PROPERTY|META_FLAG_READ,
 81046                   /* name */
 81047                   "WaitTimeMinTime",
 81048                   /* qualifiers */
 81049                   _CIM_J2eeConnectionStats_WaitTimeMinTime_qualifiers,
 81050                   /* type */
 81051                   CIMTYPE_DATETIME,
 81052                   /* subscript */
 81053                   -1,
 81054                   /* value */
 81055                   0,
 81056               };
 81057               
 81058               static const char*
 81059               _CIM_J2eeConnectionStats_WaitTimeTotalTime_qualifiers[] =
 81060 mike  1.1.2.1 {
 81061                   /* MappingStrings */
 81062                   "\026\000\001JSR77.JCP|JSR77.6.6.1.4 getTotalTime|V1.0\000",
 81063                   0,
 81064               };
 81065               
 81066               static MetaProperty
 81067               _CIM_J2eeConnectionStats_WaitTimeTotalTime =
 81068               {
 81069                   /* flags */
 81070                   META_FLAG_PROPERTY|META_FLAG_READ,
 81071                   /* name */
 81072                   "WaitTimeTotalTime",
 81073                   /* qualifiers */
 81074                   _CIM_J2eeConnectionStats_WaitTimeTotalTime_qualifiers,
 81075                   /* type */
 81076                   CIMTYPE_DATETIME,
 81077                   /* subscript */
 81078                   -1,
 81079                   /* value */
 81080                   0,
 81081 mike  1.1.2.1 };
 81082               
 81083               static const char*
 81084               _CIM_J2eeConnectionStats_UseTime_qualifiers[] =
 81085               {
 81086                   /* MappingStrings */
 81087                   "\026\000\001JSR77.JCP|JSR77.6.19.1.3 getUseTime|V1.0\000",
 81088                   0,
 81089               };
 81090               
 81091               static MetaProperty
 81092               _CIM_J2eeConnectionStats_UseTime =
 81093               {
 81094                   /* flags */
 81095                   META_FLAG_PROPERTY|META_FLAG_READ,
 81096                   /* name */
 81097                   "UseTime",
 81098                   /* qualifiers */
 81099                   _CIM_J2eeConnectionStats_UseTime_qualifiers,
 81100                   /* type */
 81101                   CIMTYPE_DATETIME,
 81102 mike  1.1.2.1     /* subscript */
 81103                   -1,
 81104                   /* value */
 81105                   0,
 81106               };
 81107               
 81108               static const char*
 81109               _CIM_J2eeConnectionStats_UseTimeMaxTime_qualifiers[] =
 81110               {
 81111                   /* MappingStrings */
 81112                   "\026\000\001JSR77.JCP|JSR77.6.6.1.2 getMaxTime|V1.0\000",
 81113                   0,
 81114               };
 81115               
 81116               static MetaProperty
 81117               _CIM_J2eeConnectionStats_UseTimeMaxTime =
 81118               {
 81119                   /* flags */
 81120                   META_FLAG_PROPERTY|META_FLAG_READ,
 81121                   /* name */
 81122                   "UseTimeMaxTime",
 81123 mike  1.1.2.1     /* qualifiers */
 81124                   _CIM_J2eeConnectionStats_UseTimeMaxTime_qualifiers,
 81125                   /* type */
 81126                   CIMTYPE_DATETIME,
 81127                   /* subscript */
 81128                   -1,
 81129                   /* value */
 81130                   0,
 81131               };
 81132               
 81133               static const char*
 81134               _CIM_J2eeConnectionStats_UseTimeMinTime_qualifiers[] =
 81135               {
 81136                   /* MappingStrings */
 81137                   "\026\000\001JSR77.JCP|JSR77.6.6.1.3 getMinTime|V1.0\000",
 81138                   0,
 81139               };
 81140               
 81141               static MetaProperty
 81142               _CIM_J2eeConnectionStats_UseTimeMinTime =
 81143               {
 81144 mike  1.1.2.1     /* flags */
 81145                   META_FLAG_PROPERTY|META_FLAG_READ,
 81146                   /* name */
 81147                   "UseTimeMinTime",
 81148                   /* qualifiers */
 81149                   _CIM_J2eeConnectionStats_UseTimeMinTime_qualifiers,
 81150                   /* type */
 81151                   CIMTYPE_DATETIME,
 81152                   /* subscript */
 81153                   -1,
 81154                   /* value */
 81155                   0,
 81156               };
 81157               
 81158               static const char*
 81159               _CIM_J2eeConnectionStats_UseTimeTotalTime_qualifiers[] =
 81160               {
 81161                   /* MappingStrings */
 81162                   "\026\000\001JSR77.JCP|JSR77.6.6.1.4 getTotalTime|V1.0\000",
 81163                   0,
 81164               };
 81165 mike  1.1.2.1 
 81166               static MetaProperty
 81167               _CIM_J2eeConnectionStats_UseTimeTotalTime =
 81168               {
 81169                   /* flags */
 81170                   META_FLAG_PROPERTY|META_FLAG_READ,
 81171                   /* name */
 81172                   "UseTimeTotalTime",
 81173                   /* qualifiers */
 81174                   _CIM_J2eeConnectionStats_UseTimeTotalTime_qualifiers,
 81175                   /* type */
 81176                   CIMTYPE_DATETIME,
 81177                   /* subscript */
 81178                   -1,
 81179                   /* value */
 81180                   0,
 81181               };
 81182               
 81183               static MetaFeature*
 81184               _CIM_J2eeConnectionStats_features[] =
 81185               {
 81186 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeConnectionStats_WaitTime,
 81187                   (MetaFeature*)&_CIM_J2eeConnectionStats_WaitTimeMaxTime,
 81188                   (MetaFeature*)&_CIM_J2eeConnectionStats_WaitTimeMinTime,
 81189                   (MetaFeature*)&_CIM_J2eeConnectionStats_WaitTimeTotalTime,
 81190                   (MetaFeature*)&_CIM_J2eeConnectionStats_UseTime,
 81191                   (MetaFeature*)&_CIM_J2eeConnectionStats_UseTimeMaxTime,
 81192                   (MetaFeature*)&_CIM_J2eeConnectionStats_UseTimeMinTime,
 81193                   (MetaFeature*)&_CIM_J2eeConnectionStats_UseTimeTotalTime,
 81194                   0,
 81195               };
 81196               
 81197               static const char*
 81198               __root_cimv2_CIM_J2eeConnectionStats_qualifiers[] =
 81199               {
 81200                   /* UMLPackagePath */
 81201                   "\057CIM::Application::J2eeAppServerStats",
 81202                   /* Version */
 81203                   "\0632.8.0",
 81204                   0,
 81205               };
 81206               
 81207 mike  1.1.2.1 MetaClass
 81208               __root_cimv2_CIM_J2eeConnectionStats =
 81209               {
 81210                   /* flags */
 81211                   META_FLAG_CLASS,
 81212                   /* name */
 81213                   "CIM_J2eeConnectionStats",
 81214                   /* qualifiers */
 81215                   __root_cimv2_CIM_J2eeConnectionStats_qualifiers,
 81216                   /* super */
 81217                   &__root_cimv2_CIM_J2eeStatistic,
 81218                   /* features */
 81219                   _CIM_J2eeConnectionStats_features,
 81220               };
 81221               
 81222               //==============================================================================
 81223               //
 81224               // Class: CIM_J2eeEJBStats
 81225               //
 81226               //==============================================================================
 81227               
 81228 mike  1.1.2.1 static const char*
 81229               _CIM_J2eeEJBStats_CreateCount_qualifiers[] =
 81230               {
 81231                   /* Counter */
 81232                   "\012\001",
 81233                   /* MappingStrings */
 81234                   "\026\000\001JSR77.JCP|JSR77.6.11.1.1 getCreateCount|V1.0\000",
 81235                   0,
 81236               };
 81237               
 81238               static MetaProperty
 81239               _CIM_J2eeEJBStats_CreateCount =
 81240               {
 81241                   /* flags */
 81242                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 81243                   /* name */
 81244                   "CreateCount",
 81245                   /* qualifiers */
 81246                   _CIM_J2eeEJBStats_CreateCount_qualifiers,
 81247                   /* type */
 81248                   CIMTYPE_UINT64,
 81249 mike  1.1.2.1     /* subscript */
 81250                   -1,
 81251                   /* value */
 81252                   0,
 81253               };
 81254               
 81255               static const char*
 81256               _CIM_J2eeEJBStats_RemoveCount_qualifiers[] =
 81257               {
 81258                   /* Counter */
 81259                   "\012\001",
 81260                   /* MappingStrings */
 81261                   "\026\000\001JSR77.JCP|JSR77.6.11.1.2 getRemoveCount|V1.0\000",
 81262                   0,
 81263               };
 81264               
 81265               static MetaProperty
 81266               _CIM_J2eeEJBStats_RemoveCount =
 81267               {
 81268                   /* flags */
 81269                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 81270 mike  1.1.2.1     /* name */
 81271                   "RemoveCount",
 81272                   /* qualifiers */
 81273                   _CIM_J2eeEJBStats_RemoveCount_qualifiers,
 81274                   /* type */
 81275                   CIMTYPE_UINT64,
 81276                   /* subscript */
 81277                   -1,
 81278                   /* value */
 81279                   0,
 81280               };
 81281               
 81282               static MetaFeature*
 81283               _CIM_J2eeEJBStats_features[] =
 81284               {
 81285                   (MetaFeature*)&_CIM_J2eeEJBStats_CreateCount,
 81286                   (MetaFeature*)&_CIM_J2eeEJBStats_RemoveCount,
 81287                   0,
 81288               };
 81289               
 81290               static const char*
 81291 mike  1.1.2.1 __root_cimv2_CIM_J2eeEJBStats_qualifiers[] =
 81292               {
 81293                   /* UMLPackagePath */
 81294                   "\057CIM::Application::J2eeAppServerStats",
 81295                   /* Abstract */
 81296                   "\002\001",
 81297                   /* Version */
 81298                   "\0632.8.0",
 81299                   0,
 81300               };
 81301               
 81302               MetaClass
 81303               __root_cimv2_CIM_J2eeEJBStats =
 81304               {
 81305                   /* flags */
 81306                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 81307                   /* name */
 81308                   "CIM_J2eeEJBStats",
 81309                   /* qualifiers */
 81310                   __root_cimv2_CIM_J2eeEJBStats_qualifiers,
 81311                   /* super */
 81312 mike  1.1.2.1     &__root_cimv2_CIM_J2eeStatistic,
 81313                   /* features */
 81314                   _CIM_J2eeEJBStats_features,
 81315               };
 81316               
 81317               //==============================================================================
 81318               //
 81319               // Class: CIM_J2eeEntityBeanStats
 81320               //
 81321               //==============================================================================
 81322               
 81323               static const char*
 81324               _CIM_J2eeEntityBeanStats_ReadyCount_qualifiers[] =
 81325               {
 81326                   /* Counter */
 81327                   "\012\001",
 81328                   /* MappingStrings */
 81329                   "\026\000\001JSR77.JCP|JSR77.6.12.1.1 getReadyCount|V1.0\000",
 81330                   0,
 81331               };
 81332               
 81333 mike  1.1.2.1 static MetaProperty
 81334               _CIM_J2eeEntityBeanStats_ReadyCount =
 81335               {
 81336                   /* flags */
 81337                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 81338                   /* name */
 81339                   "ReadyCount",
 81340                   /* qualifiers */
 81341                   _CIM_J2eeEntityBeanStats_ReadyCount_qualifiers,
 81342                   /* type */
 81343                   CIMTYPE_UINT64,
 81344                   /* subscript */
 81345                   -1,
 81346                   /* value */
 81347                   0,
 81348               };
 81349               
 81350               static const char*
 81351               _CIM_J2eeEntityBeanStats_ReadyLowWaterMark_qualifiers[] =
 81352               {
 81353                   /* MappingStrings */
 81354 mike  1.1.2.1     "\026\000\001JSR77.JCP|JSR77.6.7.1.2 getLowWaterMark|V1.0\000",
 81355                   0,
 81356               };
 81357               
 81358               static MetaProperty
 81359               _CIM_J2eeEntityBeanStats_ReadyLowWaterMark =
 81360               {
 81361                   /* flags */
 81362                   META_FLAG_PROPERTY|META_FLAG_READ,
 81363                   /* name */
 81364                   "ReadyLowWaterMark",
 81365                   /* qualifiers */
 81366                   _CIM_J2eeEntityBeanStats_ReadyLowWaterMark_qualifiers,
 81367                   /* type */
 81368                   CIMTYPE_UINT64,
 81369                   /* subscript */
 81370                   -1,
 81371                   /* value */
 81372                   0,
 81373               };
 81374               
 81375 mike  1.1.2.1 static const char*
 81376               _CIM_J2eeEntityBeanStats_ReadyHighWaterMark_qualifiers[] =
 81377               {
 81378                   /* MappingStrings */
 81379                   "\026\000\001JSR77.JCP|JSR77.6.7.1.1 getHighWaterMark|V1.0\000",
 81380                   0,
 81381               };
 81382               
 81383               static MetaProperty
 81384               _CIM_J2eeEntityBeanStats_ReadyHighWaterMark =
 81385               {
 81386                   /* flags */
 81387                   META_FLAG_PROPERTY|META_FLAG_READ,
 81388                   /* name */
 81389                   "ReadyHighWaterMark",
 81390                   /* qualifiers */
 81391                   _CIM_J2eeEntityBeanStats_ReadyHighWaterMark_qualifiers,
 81392                   /* type */
 81393                   CIMTYPE_UINT64,
 81394                   /* subscript */
 81395                   -1,
 81396 mike  1.1.2.1     /* value */
 81397                   0,
 81398               };
 81399               
 81400               static const char*
 81401               _CIM_J2eeEntityBeanStats_PooledCount_qualifiers[] =
 81402               {
 81403                   /* Counter */
 81404                   "\012\001",
 81405                   /* MappingStrings */
 81406                   "\026\000\001JSR77.JCP|JSR77.6.12.1.2 getPooledCount|V1.0\000",
 81407                   0,
 81408               };
 81409               
 81410               static MetaProperty
 81411               _CIM_J2eeEntityBeanStats_PooledCount =
 81412               {
 81413                   /* flags */
 81414                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 81415                   /* name */
 81416                   "PooledCount",
 81417 mike  1.1.2.1     /* qualifiers */
 81418                   _CIM_J2eeEntityBeanStats_PooledCount_qualifiers,
 81419                   /* type */
 81420                   CIMTYPE_UINT64,
 81421                   /* subscript */
 81422                   -1,
 81423                   /* value */
 81424                   0,
 81425               };
 81426               
 81427               static const char*
 81428               _CIM_J2eeEntityBeanStats_PooledLowWaterMark_qualifiers[] =
 81429               {
 81430                   /* MappingStrings */
 81431                   "\026\000\001JSR77.JCP|JSR77.6.7.1.2 getLowWaterMark|V1.0\000",
 81432                   0,
 81433               };
 81434               
 81435               static MetaProperty
 81436               _CIM_J2eeEntityBeanStats_PooledLowWaterMark =
 81437               {
 81438 mike  1.1.2.1     /* flags */
 81439                   META_FLAG_PROPERTY|META_FLAG_READ,
 81440                   /* name */
 81441                   "PooledLowWaterMark",
 81442                   /* qualifiers */
 81443                   _CIM_J2eeEntityBeanStats_PooledLowWaterMark_qualifiers,
 81444                   /* type */
 81445                   CIMTYPE_UINT64,
 81446                   /* subscript */
 81447                   -1,
 81448                   /* value */
 81449                   0,
 81450               };
 81451               
 81452               static const char*
 81453               _CIM_J2eeEntityBeanStats_PooledHighWaterMark_qualifiers[] =
 81454               {
 81455                   /* MappingStrings */
 81456                   "\026\000\001JSR77.JCP|JSR77.6.7.1.1 getHighWaterMark|V1.0\000",
 81457                   0,
 81458               };
 81459 mike  1.1.2.1 
 81460               static MetaProperty
 81461               _CIM_J2eeEntityBeanStats_PooledHighWaterMark =
 81462               {
 81463                   /* flags */
 81464                   META_FLAG_PROPERTY|META_FLAG_READ,
 81465                   /* name */
 81466                   "PooledHighWaterMark",
 81467                   /* qualifiers */
 81468                   _CIM_J2eeEntityBeanStats_PooledHighWaterMark_qualifiers,
 81469                   /* type */
 81470                   CIMTYPE_UINT64,
 81471                   /* subscript */
 81472                   -1,
 81473                   /* value */
 81474                   0,
 81475               };
 81476               
 81477               static MetaFeature*
 81478               _CIM_J2eeEntityBeanStats_features[] =
 81479               {
 81480 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeEntityBeanStats_ReadyCount,
 81481                   (MetaFeature*)&_CIM_J2eeEntityBeanStats_ReadyLowWaterMark,
 81482                   (MetaFeature*)&_CIM_J2eeEntityBeanStats_ReadyHighWaterMark,
 81483                   (MetaFeature*)&_CIM_J2eeEntityBeanStats_PooledCount,
 81484                   (MetaFeature*)&_CIM_J2eeEntityBeanStats_PooledLowWaterMark,
 81485                   (MetaFeature*)&_CIM_J2eeEntityBeanStats_PooledHighWaterMark,
 81486                   0,
 81487               };
 81488               
 81489               static const char*
 81490               __root_cimv2_CIM_J2eeEntityBeanStats_qualifiers[] =
 81491               {
 81492                   /* UMLPackagePath */
 81493                   "\057CIM::Application::J2eeAppServerStats",
 81494                   /* Version */
 81495                   "\0632.8.0",
 81496                   0,
 81497               };
 81498               
 81499               MetaClass
 81500               __root_cimv2_CIM_J2eeEntityBeanStats =
 81501 mike  1.1.2.1 {
 81502                   /* flags */
 81503                   META_FLAG_CLASS,
 81504                   /* name */
 81505                   "CIM_J2eeEntityBeanStats",
 81506                   /* qualifiers */
 81507                   __root_cimv2_CIM_J2eeEntityBeanStats_qualifiers,
 81508                   /* super */
 81509                   &__root_cimv2_CIM_J2eeEJBStats,
 81510                   /* features */
 81511                   _CIM_J2eeEntityBeanStats_features,
 81512               };
 81513               
 81514               //==============================================================================
 81515               //
 81516               // Class: CIM_J2eeJavaMailStats
 81517               //
 81518               //==============================================================================
 81519               
 81520               static const char*
 81521               _CIM_J2eeJavaMailStats_SentMailCount_qualifiers[] =
 81522 mike  1.1.2.1 {
 81523                   /* Counter */
 81524                   "\012\001",
 81525                   /* MappingStrings */
 81526                   "\026\000\001JSR77.JCP|JSR77.6.13.1.1 getSentMailCount|V1.0\000",
 81527                   0,
 81528               };
 81529               
 81530               static MetaProperty
 81531               _CIM_J2eeJavaMailStats_SentMailCount =
 81532               {
 81533                   /* flags */
 81534                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 81535                   /* name */
 81536                   "SentMailCount",
 81537                   /* qualifiers */
 81538                   _CIM_J2eeJavaMailStats_SentMailCount_qualifiers,
 81539                   /* type */
 81540                   CIMTYPE_UINT64,
 81541                   /* subscript */
 81542                   -1,
 81543 mike  1.1.2.1     /* value */
 81544                   0,
 81545               };
 81546               
 81547               static MetaFeature*
 81548               _CIM_J2eeJavaMailStats_features[] =
 81549               {
 81550                   (MetaFeature*)&_CIM_J2eeJavaMailStats_SentMailCount,
 81551                   0,
 81552               };
 81553               
 81554               static const char*
 81555               __root_cimv2_CIM_J2eeJavaMailStats_qualifiers[] =
 81556               {
 81557                   /* UMLPackagePath */
 81558                   "\057CIM::Application::J2eeAppServerStats",
 81559                   /* Version */
 81560                   "\0632.8.0",
 81561                   0,
 81562               };
 81563               
 81564 mike  1.1.2.1 MetaClass
 81565               __root_cimv2_CIM_J2eeJavaMailStats =
 81566               {
 81567                   /* flags */
 81568                   META_FLAG_CLASS,
 81569                   /* name */
 81570                   "CIM_J2eeJavaMailStats",
 81571                   /* qualifiers */
 81572                   __root_cimv2_CIM_J2eeJavaMailStats_qualifiers,
 81573                   /* super */
 81574                   &__root_cimv2_CIM_J2eeStatistic,
 81575                   /* features */
 81576                   _CIM_J2eeJavaMailStats_features,
 81577               };
 81578               
 81579               //==============================================================================
 81580               //
 81581               // Class: CIM_J2eeJCAStats
 81582               //
 81583               //==============================================================================
 81584               
 81585 mike  1.1.2.1 static MetaFeature*
 81586               _CIM_J2eeJCAStats_features[] =
 81587               {
 81588                   0,
 81589               };
 81590               
 81591               static const char*
 81592               __root_cimv2_CIM_J2eeJCAStats_qualifiers[] =
 81593               {
 81594                   /* UMLPackagePath */
 81595                   "\057CIM::Application::J2eeAppServerStats",
 81596                   /* Version */
 81597                   "\0632.8.0",
 81598                   0,
 81599               };
 81600               
 81601               MetaClass
 81602               __root_cimv2_CIM_J2eeJCAStats =
 81603               {
 81604                   /* flags */
 81605                   META_FLAG_CLASS,
 81606 mike  1.1.2.1     /* name */
 81607                   "CIM_J2eeJCAStats",
 81608                   /* qualifiers */
 81609                   __root_cimv2_CIM_J2eeJCAStats_qualifiers,
 81610                   /* super */
 81611                   &__root_cimv2_CIM_J2eeStatistic,
 81612                   /* features */
 81613                   _CIM_J2eeJCAStats_features,
 81614               };
 81615               
 81616               //==============================================================================
 81617               //
 81618               // Class: CIM_J2eeJDBCStats
 81619               //
 81620               //==============================================================================
 81621               
 81622               static MetaFeature*
 81623               _CIM_J2eeJDBCStats_features[] =
 81624               {
 81625                   0,
 81626               };
 81627 mike  1.1.2.1 
 81628               static const char*
 81629               __root_cimv2_CIM_J2eeJDBCStats_qualifiers[] =
 81630               {
 81631                   /* UMLPackagePath */
 81632                   "\057CIM::Application::J2eeAppServerStats",
 81633                   /* Version */
 81634                   "\0632.8.0",
 81635                   0,
 81636               };
 81637               
 81638               MetaClass
 81639               __root_cimv2_CIM_J2eeJDBCStats =
 81640               {
 81641                   /* flags */
 81642                   META_FLAG_CLASS,
 81643                   /* name */
 81644                   "CIM_J2eeJDBCStats",
 81645                   /* qualifiers */
 81646                   __root_cimv2_CIM_J2eeJDBCStats_qualifiers,
 81647                   /* super */
 81648 mike  1.1.2.1     &__root_cimv2_CIM_J2eeStatistic,
 81649                   /* features */
 81650                   _CIM_J2eeJDBCStats_features,
 81651               };
 81652               
 81653               //==============================================================================
 81654               //
 81655               // Class: CIM_J2eeJMSConnectionStats
 81656               //
 81657               //==============================================================================
 81658               
 81659               static const char*
 81660               _CIM_J2eeJMSConnectionStats_IsTransactional_qualifiers[] =
 81661               {
 81662                   /* MappingStrings */
 81663                   "\026\000\001JSR77.JCP|JSR77.6.25.1.2 isTransactional|V1.0\000",
 81664                   0,
 81665               };
 81666               
 81667               static MetaProperty
 81668               _CIM_J2eeJMSConnectionStats_IsTransactional =
 81669 mike  1.1.2.1 {
 81670                   /* flags */
 81671                   META_FLAG_PROPERTY|META_FLAG_READ,
 81672                   /* name */
 81673                   "IsTransactional",
 81674                   /* qualifiers */
 81675                   _CIM_J2eeJMSConnectionStats_IsTransactional_qualifiers,
 81676                   /* type */
 81677                   CIMTYPE_BOOLEAN,
 81678                   /* subscript */
 81679                   -1,
 81680                   /* value */
 81681                   0,
 81682               };
 81683               
 81684               static MetaFeature*
 81685               _CIM_J2eeJMSConnectionStats_features[] =
 81686               {
 81687                   (MetaFeature*)&_CIM_J2eeJMSConnectionStats_IsTransactional,
 81688                   0,
 81689               };
 81690 mike  1.1.2.1 
 81691               static const char*
 81692               __root_cimv2_CIM_J2eeJMSConnectionStats_qualifiers[] =
 81693               {
 81694                   /* UMLPackagePath */
 81695                   "\057CIM::Application::J2eeAppServerStats",
 81696                   /* Version */
 81697                   "\0632.8.0",
 81698                   0,
 81699               };
 81700               
 81701               MetaClass
 81702               __root_cimv2_CIM_J2eeJMSConnectionStats =
 81703               {
 81704                   /* flags */
 81705                   META_FLAG_CLASS,
 81706                   /* name */
 81707                   "CIM_J2eeJMSConnectionStats",
 81708                   /* qualifiers */
 81709                   __root_cimv2_CIM_J2eeJMSConnectionStats_qualifiers,
 81710                   /* super */
 81711 mike  1.1.2.1     &__root_cimv2_CIM_J2eeStatistic,
 81712                   /* features */
 81713                   _CIM_J2eeJMSConnectionStats_features,
 81714               };
 81715               
 81716               //==============================================================================
 81717               //
 81718               // Class: CIM_J2eeJMSEndpointStats
 81719               //
 81720               //==============================================================================
 81721               
 81722               static const char*
 81723               _CIM_J2eeJMSEndpointStats_ExpiredMessageCount_qualifiers[] =
 81724               {
 81725                   /* Counter */
 81726                   "\012\001",
 81727                   /* MappingStrings */
 81728                   "\026\000\001JSR77.JCP|JSR77.6.27.1.1 getExpiredMessageCount|V1.0\000",
 81729                   0,
 81730               };
 81731               
 81732 mike  1.1.2.1 static MetaProperty
 81733               _CIM_J2eeJMSEndpointStats_ExpiredMessageCount =
 81734               {
 81735                   /* flags */
 81736                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 81737                   /* name */
 81738                   "ExpiredMessageCount",
 81739                   /* qualifiers */
 81740                   _CIM_J2eeJMSEndpointStats_ExpiredMessageCount_qualifiers,
 81741                   /* type */
 81742                   CIMTYPE_UINT64,
 81743                   /* subscript */
 81744                   -1,
 81745                   /* value */
 81746                   0,
 81747               };
 81748               
 81749               static const char*
 81750               _CIM_J2eeJMSEndpointStats_MessageCount_qualifiers[] =
 81751               {
 81752                   /* Counter */
 81753 mike  1.1.2.1     "\012\001",
 81754                   /* MappingStrings */
 81755                   "\026\000\001JSR77.JCP|JSR77.6.27.1.2 getMessageCount|V1.0\000",
 81756                   0,
 81757               };
 81758               
 81759               static MetaProperty
 81760               _CIM_J2eeJMSEndpointStats_MessageCount =
 81761               {
 81762                   /* flags */
 81763                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 81764                   /* name */
 81765                   "MessageCount",
 81766                   /* qualifiers */
 81767                   _CIM_J2eeJMSEndpointStats_MessageCount_qualifiers,
 81768                   /* type */
 81769                   CIMTYPE_UINT64,
 81770                   /* subscript */
 81771                   -1,
 81772                   /* value */
 81773                   0,
 81774 mike  1.1.2.1 };
 81775               
 81776               static const char*
 81777               _CIM_J2eeJMSEndpointStats_MessageWaitTime_qualifiers[] =
 81778               {
 81779                   /* MappingStrings */
 81780                   "\026\000\001JSR77.JCP|JSR77.6.27.1.3 getMessageWaitTime|V1.0\000",
 81781                   0,
 81782               };
 81783               
 81784               static MetaProperty
 81785               _CIM_J2eeJMSEndpointStats_MessageWaitTime =
 81786               {
 81787                   /* flags */
 81788                   META_FLAG_PROPERTY|META_FLAG_READ,
 81789                   /* name */
 81790                   "MessageWaitTime",
 81791                   /* qualifiers */
 81792                   _CIM_J2eeJMSEndpointStats_MessageWaitTime_qualifiers,
 81793                   /* type */
 81794                   CIMTYPE_DATETIME,
 81795 mike  1.1.2.1     /* subscript */
 81796                   -1,
 81797                   /* value */
 81798                   0,
 81799               };
 81800               
 81801               static const char*
 81802               _CIM_J2eeJMSEndpointStats_MessageWaitTimeMaxTime_qualifiers[] =
 81803               {
 81804                   /* MappingStrings */
 81805                   "\026\000\001JSR77.JCP|JSR77.6.6.1.2 getMaxTime|V1.0\000",
 81806                   0,
 81807               };
 81808               
 81809               static MetaProperty
 81810               _CIM_J2eeJMSEndpointStats_MessageWaitTimeMaxTime =
 81811               {
 81812                   /* flags */
 81813                   META_FLAG_PROPERTY|META_FLAG_READ,
 81814                   /* name */
 81815                   "MessageWaitTimeMaxTime",
 81816 mike  1.1.2.1     /* qualifiers */
 81817                   _CIM_J2eeJMSEndpointStats_MessageWaitTimeMaxTime_qualifiers,
 81818                   /* type */
 81819                   CIMTYPE_DATETIME,
 81820                   /* subscript */
 81821                   -1,
 81822                   /* value */
 81823                   0,
 81824               };
 81825               
 81826               static const char*
 81827               _CIM_J2eeJMSEndpointStats_MessageWaitTimeMinTime_qualifiers[] =
 81828               {
 81829                   /* MappingStrings */
 81830                   "\026\000\001JSR77.JCP|JSR77.6.6.1.3 getMinTime|V1.0\000",
 81831                   0,
 81832               };
 81833               
 81834               static MetaProperty
 81835               _CIM_J2eeJMSEndpointStats_MessageWaitTimeMinTime =
 81836               {
 81837 mike  1.1.2.1     /* flags */
 81838                   META_FLAG_PROPERTY|META_FLAG_READ,
 81839                   /* name */
 81840                   "MessageWaitTimeMinTime",
 81841                   /* qualifiers */
 81842                   _CIM_J2eeJMSEndpointStats_MessageWaitTimeMinTime_qualifiers,
 81843                   /* type */
 81844                   CIMTYPE_DATETIME,
 81845                   /* subscript */
 81846                   -1,
 81847                   /* value */
 81848                   0,
 81849               };
 81850               
 81851               static const char*
 81852               _CIM_J2eeJMSEndpointStats_MessageWaitTimeTotalTime_qualifiers[] =
 81853               {
 81854                   /* MappingStrings */
 81855                   "\026\000\001JSR77.JCP|JSR77.6.6.1.4 getTotalTime|V1.0\000",
 81856                   0,
 81857               };
 81858 mike  1.1.2.1 
 81859               static MetaProperty
 81860               _CIM_J2eeJMSEndpointStats_MessageWaitTimeTotalTime =
 81861               {
 81862                   /* flags */
 81863                   META_FLAG_PROPERTY|META_FLAG_READ,
 81864                   /* name */
 81865                   "MessageWaitTimeTotalTime",
 81866                   /* qualifiers */
 81867                   _CIM_J2eeJMSEndpointStats_MessageWaitTimeTotalTime_qualifiers,
 81868                   /* type */
 81869                   CIMTYPE_DATETIME,
 81870                   /* subscript */
 81871                   -1,
 81872                   /* value */
 81873                   0,
 81874               };
 81875               
 81876               static const char*
 81877               _CIM_J2eeJMSEndpointStats_PendingMessageCount_qualifiers[] =
 81878               {
 81879 mike  1.1.2.1     /* Counter */
 81880                   "\012\001",
 81881                   /* MappingStrings */
 81882                   "\026\000\001JSR77.JCP|JSR77.6.27.1.4 getPendingMessageCount|V1.0\000",
 81883                   0,
 81884               };
 81885               
 81886               static MetaProperty
 81887               _CIM_J2eeJMSEndpointStats_PendingMessageCount =
 81888               {
 81889                   /* flags */
 81890                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 81891                   /* name */
 81892                   "PendingMessageCount",
 81893                   /* qualifiers */
 81894                   _CIM_J2eeJMSEndpointStats_PendingMessageCount_qualifiers,
 81895                   /* type */
 81896                   CIMTYPE_UINT64,
 81897                   /* subscript */
 81898                   -1,
 81899                   /* value */
 81900 mike  1.1.2.1     0,
 81901               };
 81902               
 81903               static MetaFeature*
 81904               _CIM_J2eeJMSEndpointStats_features[] =
 81905               {
 81906                   (MetaFeature*)&_CIM_J2eeJMSEndpointStats_ExpiredMessageCount,
 81907                   (MetaFeature*)&_CIM_J2eeJMSEndpointStats_MessageCount,
 81908                   (MetaFeature*)&_CIM_J2eeJMSEndpointStats_MessageWaitTime,
 81909                   (MetaFeature*)&_CIM_J2eeJMSEndpointStats_MessageWaitTimeMaxTime,
 81910                   (MetaFeature*)&_CIM_J2eeJMSEndpointStats_MessageWaitTimeMinTime,
 81911                   (MetaFeature*)&_CIM_J2eeJMSEndpointStats_MessageWaitTimeTotalTime,
 81912                   (MetaFeature*)&_CIM_J2eeJMSEndpointStats_PendingMessageCount,
 81913                   0,
 81914               };
 81915               
 81916               static const char*
 81917               __root_cimv2_CIM_J2eeJMSEndpointStats_qualifiers[] =
 81918               {
 81919                   /* UMLPackagePath */
 81920                   "\057CIM::Application::J2eeAppServerStats",
 81921 mike  1.1.2.1     /* Abstract */
 81922                   "\002\001",
 81923                   /* Version */
 81924                   "\0632.8.0",
 81925                   0,
 81926               };
 81927               
 81928               MetaClass
 81929               __root_cimv2_CIM_J2eeJMSEndpointStats =
 81930               {
 81931                   /* flags */
 81932                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 81933                   /* name */
 81934                   "CIM_J2eeJMSEndpointStats",
 81935                   /* qualifiers */
 81936                   __root_cimv2_CIM_J2eeJMSEndpointStats_qualifiers,
 81937                   /* super */
 81938                   &__root_cimv2_CIM_J2eeStatistic,
 81939                   /* features */
 81940                   _CIM_J2eeJMSEndpointStats_features,
 81941               };
 81942 mike  1.1.2.1 
 81943               //==============================================================================
 81944               //
 81945               // Class: CIM_J2eeJMSProducerStats
 81946               //
 81947               //==============================================================================
 81948               
 81949               static const char*
 81950               _CIM_J2eeJMSProducerStats_Destination_qualifiers[] =
 81951               {
 81952                   /* MappingStrings */
 81953                   "\026\000\001JSR77.JCP|JSR77.6.28.1.1 getDestination|V1.0\000",
 81954                   0,
 81955               };
 81956               
 81957               static MetaProperty
 81958               _CIM_J2eeJMSProducerStats_Destination =
 81959               {
 81960                   /* flags */
 81961                   META_FLAG_PROPERTY|META_FLAG_READ,
 81962                   /* name */
 81963 mike  1.1.2.1     "Destination",
 81964                   /* qualifiers */
 81965                   _CIM_J2eeJMSProducerStats_Destination_qualifiers,
 81966                   /* type */
 81967                   CIMTYPE_STRING,
 81968                   /* subscript */
 81969                   -1,
 81970                   /* value */
 81971                   0,
 81972               };
 81973               
 81974               static MetaFeature*
 81975               _CIM_J2eeJMSProducerStats_features[] =
 81976               {
 81977                   (MetaFeature*)&_CIM_J2eeJMSProducerStats_Destination,
 81978                   0,
 81979               };
 81980               
 81981               static const char*
 81982               __root_cimv2_CIM_J2eeJMSProducerStats_qualifiers[] =
 81983               {
 81984 mike  1.1.2.1     /* UMLPackagePath */
 81985                   "\057CIM::Application::J2eeAppServerStats",
 81986                   /* Version */
 81987                   "\0632.8.0",
 81988                   0,
 81989               };
 81990               
 81991               MetaClass
 81992               __root_cimv2_CIM_J2eeJMSProducerStats =
 81993               {
 81994                   /* flags */
 81995                   META_FLAG_CLASS,
 81996                   /* name */
 81997                   "CIM_J2eeJMSProducerStats",
 81998                   /* qualifiers */
 81999                   __root_cimv2_CIM_J2eeJMSProducerStats_qualifiers,
 82000                   /* super */
 82001                   &__root_cimv2_CIM_J2eeJMSEndpointStats,
 82002                   /* features */
 82003                   _CIM_J2eeJMSProducerStats_features,
 82004               };
 82005 mike  1.1.2.1 
 82006               //==============================================================================
 82007               //
 82008               // Class: CIM_J2eeJMSSessionStats
 82009               //
 82010               //==============================================================================
 82011               
 82012               static const char*
 82013               _CIM_J2eeJMSSessionStats_DurableSubscriptionCount_qualifiers[] =
 82014               {
 82015                   /* Counter */
 82016                   "\012\001",
 82017                   /* MappingStrings */
 82018                   "\026\000\001JSR77.JCP|JSR77.6.26.1.3 getDurableSubscriptionCount|V1.0\000",
 82019                   0,
 82020               };
 82021               
 82022               static MetaProperty
 82023               _CIM_J2eeJMSSessionStats_DurableSubscriptionCount =
 82024               {
 82025                   /* flags */
 82026 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82027                   /* name */
 82028                   "DurableSubscriptionCount",
 82029                   /* qualifiers */
 82030                   _CIM_J2eeJMSSessionStats_DurableSubscriptionCount_qualifiers,
 82031                   /* type */
 82032                   CIMTYPE_UINT64,
 82033                   /* subscript */
 82034                   -1,
 82035                   /* value */
 82036                   0,
 82037               };
 82038               
 82039               static const char*
 82040               _CIM_J2eeJMSSessionStats_ExpiredMessageCount_qualifiers[] =
 82041               {
 82042                   /* Counter */
 82043                   "\012\001",
 82044                   /* MappingStrings */
 82045                   "\026\000\001JSR77.JCP|JSR77.6.26.1.4 getExpiredMessageCount|V1.0\000",
 82046                   0,
 82047 mike  1.1.2.1 };
 82048               
 82049               static MetaProperty
 82050               _CIM_J2eeJMSSessionStats_ExpiredMessageCount =
 82051               {
 82052                   /* flags */
 82053                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82054                   /* name */
 82055                   "ExpiredMessageCount",
 82056                   /* qualifiers */
 82057                   _CIM_J2eeJMSSessionStats_ExpiredMessageCount_qualifiers,
 82058                   /* type */
 82059                   CIMTYPE_UINT64,
 82060                   /* subscript */
 82061                   -1,
 82062                   /* value */
 82063                   0,
 82064               };
 82065               
 82066               static const char*
 82067               _CIM_J2eeJMSSessionStats_MessageCount_qualifiers[] =
 82068 mike  1.1.2.1 {
 82069                   /* Counter */
 82070                   "\012\001",
 82071                   /* MappingStrings */
 82072                   "\026\000\001JSR77.JCP|JSR77.6.26.1.5 getMessageCount|V1.0\000",
 82073                   0,
 82074               };
 82075               
 82076               static MetaProperty
 82077               _CIM_J2eeJMSSessionStats_MessageCount =
 82078               {
 82079                   /* flags */
 82080                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82081                   /* name */
 82082                   "MessageCount",
 82083                   /* qualifiers */
 82084                   _CIM_J2eeJMSSessionStats_MessageCount_qualifiers,
 82085                   /* type */
 82086                   CIMTYPE_UINT64,
 82087                   /* subscript */
 82088                   -1,
 82089 mike  1.1.2.1     /* value */
 82090                   0,
 82091               };
 82092               
 82093               static const char*
 82094               _CIM_J2eeJMSSessionStats_MessageWaitTime_qualifiers[] =
 82095               {
 82096                   /* MappingStrings */
 82097                   "\026\000\001JSR77.JCP|JSR77.6.26.1.6 getMessageWaitTime|V1.0\000",
 82098                   0,
 82099               };
 82100               
 82101               static MetaProperty
 82102               _CIM_J2eeJMSSessionStats_MessageWaitTime =
 82103               {
 82104                   /* flags */
 82105                   META_FLAG_PROPERTY|META_FLAG_READ,
 82106                   /* name */
 82107                   "MessageWaitTime",
 82108                   /* qualifiers */
 82109                   _CIM_J2eeJMSSessionStats_MessageWaitTime_qualifiers,
 82110 mike  1.1.2.1     /* type */
 82111                   CIMTYPE_DATETIME,
 82112                   /* subscript */
 82113                   -1,
 82114                   /* value */
 82115                   0,
 82116               };
 82117               
 82118               static const char*
 82119               _CIM_J2eeJMSSessionStats_MessageWaitTimeMaxTime_qualifiers[] =
 82120               {
 82121                   /* MappingStrings */
 82122                   "\026\000\001JSR77.JCP|JSR77.6.6.1.2 getMaxTime|V1.0\000",
 82123                   0,
 82124               };
 82125               
 82126               static MetaProperty
 82127               _CIM_J2eeJMSSessionStats_MessageWaitTimeMaxTime =
 82128               {
 82129                   /* flags */
 82130                   META_FLAG_PROPERTY|META_FLAG_READ,
 82131 mike  1.1.2.1     /* name */
 82132                   "MessageWaitTimeMaxTime",
 82133                   /* qualifiers */
 82134                   _CIM_J2eeJMSSessionStats_MessageWaitTimeMaxTime_qualifiers,
 82135                   /* type */
 82136                   CIMTYPE_DATETIME,
 82137                   /* subscript */
 82138                   -1,
 82139                   /* value */
 82140                   0,
 82141               };
 82142               
 82143               static const char*
 82144               _CIM_J2eeJMSSessionStats_MessageWaitTimeMinTime_qualifiers[] =
 82145               {
 82146                   /* MappingStrings */
 82147                   "\026\000\001JSR77.JCP|JSR77.6.6.1.3 getMinTime|V1.0\000",
 82148                   0,
 82149               };
 82150               
 82151               static MetaProperty
 82152 mike  1.1.2.1 _CIM_J2eeJMSSessionStats_MessageWaitTimeMinTime =
 82153               {
 82154                   /* flags */
 82155                   META_FLAG_PROPERTY|META_FLAG_READ,
 82156                   /* name */
 82157                   "MessageWaitTimeMinTime",
 82158                   /* qualifiers */
 82159                   _CIM_J2eeJMSSessionStats_MessageWaitTimeMinTime_qualifiers,
 82160                   /* type */
 82161                   CIMTYPE_DATETIME,
 82162                   /* subscript */
 82163                   -1,
 82164                   /* value */
 82165                   0,
 82166               };
 82167               
 82168               static const char*
 82169               _CIM_J2eeJMSSessionStats_MessageWaitTimeTotalTime_qualifiers[] =
 82170               {
 82171                   /* MappingStrings */
 82172                   "\026\000\001JSR77.JCP|JSR77.6.6.1.4 getTotalTime|V1.0\000",
 82173 mike  1.1.2.1     0,
 82174               };
 82175               
 82176               static MetaProperty
 82177               _CIM_J2eeJMSSessionStats_MessageWaitTimeTotalTime =
 82178               {
 82179                   /* flags */
 82180                   META_FLAG_PROPERTY|META_FLAG_READ,
 82181                   /* name */
 82182                   "MessageWaitTimeTotalTime",
 82183                   /* qualifiers */
 82184                   _CIM_J2eeJMSSessionStats_MessageWaitTimeTotalTime_qualifiers,
 82185                   /* type */
 82186                   CIMTYPE_DATETIME,
 82187                   /* subscript */
 82188                   -1,
 82189                   /* value */
 82190                   0,
 82191               };
 82192               
 82193               static const char*
 82194 mike  1.1.2.1 _CIM_J2eeJMSSessionStats_PendingMessageCount_qualifiers[] =
 82195               {
 82196                   /* Counter */
 82197                   "\012\001",
 82198                   /* MappingStrings */
 82199                   "\026\000\001JSR77.JCP|JSR77.6.26.1.7 getPendingMessageCount|V1.0\000",
 82200                   0,
 82201               };
 82202               
 82203               static MetaProperty
 82204               _CIM_J2eeJMSSessionStats_PendingMessageCount =
 82205               {
 82206                   /* flags */
 82207                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82208                   /* name */
 82209                   "PendingMessageCount",
 82210                   /* qualifiers */
 82211                   _CIM_J2eeJMSSessionStats_PendingMessageCount_qualifiers,
 82212                   /* type */
 82213                   CIMTYPE_UINT64,
 82214                   /* subscript */
 82215 mike  1.1.2.1     -1,
 82216                   /* value */
 82217                   0,
 82218               };
 82219               
 82220               static MetaFeature*
 82221               _CIM_J2eeJMSSessionStats_features[] =
 82222               {
 82223                   (MetaFeature*)&_CIM_J2eeJMSSessionStats_DurableSubscriptionCount,
 82224                   (MetaFeature*)&_CIM_J2eeJMSSessionStats_ExpiredMessageCount,
 82225                   (MetaFeature*)&_CIM_J2eeJMSSessionStats_MessageCount,
 82226                   (MetaFeature*)&_CIM_J2eeJMSSessionStats_MessageWaitTime,
 82227                   (MetaFeature*)&_CIM_J2eeJMSSessionStats_MessageWaitTimeMaxTime,
 82228                   (MetaFeature*)&_CIM_J2eeJMSSessionStats_MessageWaitTimeMinTime,
 82229                   (MetaFeature*)&_CIM_J2eeJMSSessionStats_MessageWaitTimeTotalTime,
 82230                   (MetaFeature*)&_CIM_J2eeJMSSessionStats_PendingMessageCount,
 82231                   0,
 82232               };
 82233               
 82234               static const char*
 82235               __root_cimv2_CIM_J2eeJMSSessionStats_qualifiers[] =
 82236 mike  1.1.2.1 {
 82237                   /* UMLPackagePath */
 82238                   "\057CIM::Application::J2eeAppServerStats",
 82239                   /* Version */
 82240                   "\0632.8.0",
 82241                   0,
 82242               };
 82243               
 82244               MetaClass
 82245               __root_cimv2_CIM_J2eeJMSSessionStats =
 82246               {
 82247                   /* flags */
 82248                   META_FLAG_CLASS,
 82249                   /* name */
 82250                   "CIM_J2eeJMSSessionStats",
 82251                   /* qualifiers */
 82252                   __root_cimv2_CIM_J2eeJMSSessionStats_qualifiers,
 82253                   /* super */
 82254                   &__root_cimv2_CIM_J2eeStatistic,
 82255                   /* features */
 82256                   _CIM_J2eeJMSSessionStats_features,
 82257 mike  1.1.2.1 };
 82258               
 82259               //==============================================================================
 82260               //
 82261               // Class: CIM_J2eeJMSStats
 82262               //
 82263               //==============================================================================
 82264               
 82265               static MetaFeature*
 82266               _CIM_J2eeJMSStats_features[] =
 82267               {
 82268                   0,
 82269               };
 82270               
 82271               static const char*
 82272               __root_cimv2_CIM_J2eeJMSStats_qualifiers[] =
 82273               {
 82274                   /* UMLPackagePath */
 82275                   "\057CIM::Application::J2eeAppServerStats",
 82276                   /* Version */
 82277                   "\0632.8.0",
 82278 mike  1.1.2.1     0,
 82279               };
 82280               
 82281               MetaClass
 82282               __root_cimv2_CIM_J2eeJMSStats =
 82283               {
 82284                   /* flags */
 82285                   META_FLAG_CLASS,
 82286                   /* name */
 82287                   "CIM_J2eeJMSStats",
 82288                   /* qualifiers */
 82289                   __root_cimv2_CIM_J2eeJMSStats_qualifiers,
 82290                   /* super */
 82291                   &__root_cimv2_CIM_J2eeStatistic,
 82292                   /* features */
 82293                   _CIM_J2eeJMSStats_features,
 82294               };
 82295               
 82296               //==============================================================================
 82297               //
 82298               // Class: CIM_J2eeJTAStats
 82299 mike  1.1.2.1 //
 82300               //==============================================================================
 82301               
 82302               static const char*
 82303               _CIM_J2eeJTAStats_ActiveCount_qualifiers[] =
 82304               {
 82305                   /* Counter */
 82306                   "\012\001",
 82307                   /* MappingStrings */
 82308                   "\026\000\001JSR77.JCP|JSR77.6.30.1.1 getActiveCount|V1.0\000",
 82309                   0,
 82310               };
 82311               
 82312               static MetaProperty
 82313               _CIM_J2eeJTAStats_ActiveCount =
 82314               {
 82315                   /* flags */
 82316                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82317                   /* name */
 82318                   "ActiveCount",
 82319                   /* qualifiers */
 82320 mike  1.1.2.1     _CIM_J2eeJTAStats_ActiveCount_qualifiers,
 82321                   /* type */
 82322                   CIMTYPE_UINT64,
 82323                   /* subscript */
 82324                   -1,
 82325                   /* value */
 82326                   0,
 82327               };
 82328               
 82329               static const char*
 82330               _CIM_J2eeJTAStats_CommittedCount_qualifiers[] =
 82331               {
 82332                   /* Counter */
 82333                   "\012\001",
 82334                   /* MappingStrings */
 82335                   "\026\000\001JSR77.JCP|JSR77.6.30.1.2 getCommittedCount|V1.0\000",
 82336                   0,
 82337               };
 82338               
 82339               static MetaProperty
 82340               _CIM_J2eeJTAStats_CommittedCount =
 82341 mike  1.1.2.1 {
 82342                   /* flags */
 82343                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82344                   /* name */
 82345                   "CommittedCount",
 82346                   /* qualifiers */
 82347                   _CIM_J2eeJTAStats_CommittedCount_qualifiers,
 82348                   /* type */
 82349                   CIMTYPE_UINT64,
 82350                   /* subscript */
 82351                   -1,
 82352                   /* value */
 82353                   0,
 82354               };
 82355               
 82356               static const char*
 82357               _CIM_J2eeJTAStats_RolledbackCount_qualifiers[] =
 82358               {
 82359                   /* Counter */
 82360                   "\012\001",
 82361                   /* MappingStrings */
 82362 mike  1.1.2.1     "\026\000\001JSR77.JCP|JSR77.6.30.1.3 getRolledbackCount|V1.0\000",
 82363                   0,
 82364               };
 82365               
 82366               static MetaProperty
 82367               _CIM_J2eeJTAStats_RolledbackCount =
 82368               {
 82369                   /* flags */
 82370                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82371                   /* name */
 82372                   "RolledbackCount",
 82373                   /* qualifiers */
 82374                   _CIM_J2eeJTAStats_RolledbackCount_qualifiers,
 82375                   /* type */
 82376                   CIMTYPE_UINT64,
 82377                   /* subscript */
 82378                   -1,
 82379                   /* value */
 82380                   0,
 82381               };
 82382               
 82383 mike  1.1.2.1 static MetaFeature*
 82384               _CIM_J2eeJTAStats_features[] =
 82385               {
 82386                   (MetaFeature*)&_CIM_J2eeJTAStats_ActiveCount,
 82387                   (MetaFeature*)&_CIM_J2eeJTAStats_CommittedCount,
 82388                   (MetaFeature*)&_CIM_J2eeJTAStats_RolledbackCount,
 82389                   0,
 82390               };
 82391               
 82392               static const char*
 82393               __root_cimv2_CIM_J2eeJTAStats_qualifiers[] =
 82394               {
 82395                   /* UMLPackagePath */
 82396                   "\057CIM::Application::J2eeAppServerStats",
 82397                   /* Version */
 82398                   "\0632.8.0",
 82399                   0,
 82400               };
 82401               
 82402               MetaClass
 82403               __root_cimv2_CIM_J2eeJTAStats =
 82404 mike  1.1.2.1 {
 82405                   /* flags */
 82406                   META_FLAG_CLASS,
 82407                   /* name */
 82408                   "CIM_J2eeJTAStats",
 82409                   /* qualifiers */
 82410                   __root_cimv2_CIM_J2eeJTAStats_qualifiers,
 82411                   /* super */
 82412                   &__root_cimv2_CIM_J2eeStatistic,
 82413                   /* features */
 82414                   _CIM_J2eeJTAStats_features,
 82415               };
 82416               
 82417               //==============================================================================
 82418               //
 82419               // Class: CIM_J2eeJVMStats
 82420               //
 82421               //==============================================================================
 82422               
 82423               static const char*
 82424               _CIM_J2eeJVMStats_HeapSize_qualifiers[] =
 82425 mike  1.1.2.1 {
 82426                   /* Units */
 82427                   "\060Bytes",
 82428                   /* Gauge */
 82429                   "\023\001",
 82430                   /* MappingStrings */
 82431                   "\026\000\001JSR77.JCP|JSR77.6.31.1.1 getHeapSize|V1.0\000",
 82432                   0,
 82433               };
 82434               
 82435               static MetaProperty
 82436               _CIM_J2eeJVMStats_HeapSize =
 82437               {
 82438                   /* flags */
 82439                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 82440                   /* name */
 82441                   "HeapSize",
 82442                   /* qualifiers */
 82443                   _CIM_J2eeJVMStats_HeapSize_qualifiers,
 82444                   /* type */
 82445                   CIMTYPE_UINT64,
 82446 mike  1.1.2.1     /* subscript */
 82447                   -1,
 82448                   /* value */
 82449                   0,
 82450               };
 82451               
 82452               static const char*
 82453               _CIM_J2eeJVMStats_HeapSizeUpperBound_qualifiers[] =
 82454               {
 82455                   /* Units */
 82456                   "\060Bytes",
 82457                   /* MappingStrings */
 82458                   "\026\000\001JSR77.JCP|JSR77.6.8.1.1 getUpperBound|V1.0\000",
 82459                   0,
 82460               };
 82461               
 82462               static MetaProperty
 82463               _CIM_J2eeJVMStats_HeapSizeUpperBound =
 82464               {
 82465                   /* flags */
 82466                   META_FLAG_PROPERTY|META_FLAG_READ,
 82467 mike  1.1.2.1     /* name */
 82468                   "HeapSizeUpperBound",
 82469                   /* qualifiers */
 82470                   _CIM_J2eeJVMStats_HeapSizeUpperBound_qualifiers,
 82471                   /* type */
 82472                   CIMTYPE_UINT64,
 82473                   /* subscript */
 82474                   -1,
 82475                   /* value */
 82476                   0,
 82477               };
 82478               
 82479               static const char*
 82480               _CIM_J2eeJVMStats_HeapSizeLowerBound_qualifiers[] =
 82481               {
 82482                   /* Units */
 82483                   "\060Bytes",
 82484                   /* MappingStrings */
 82485                   "\026\000\001JSR77.JCP|JSR77.6.8.1.2 getLowerBound|V1.0\000",
 82486                   0,
 82487               };
 82488 mike  1.1.2.1 
 82489               static MetaProperty
 82490               _CIM_J2eeJVMStats_HeapSizeLowerBound =
 82491               {
 82492                   /* flags */
 82493                   META_FLAG_PROPERTY|META_FLAG_READ,
 82494                   /* name */
 82495                   "HeapSizeLowerBound",
 82496                   /* qualifiers */
 82497                   _CIM_J2eeJVMStats_HeapSizeLowerBound_qualifiers,
 82498                   /* type */
 82499                   CIMTYPE_UINT64,
 82500                   /* subscript */
 82501                   -1,
 82502                   /* value */
 82503                   0,
 82504               };
 82505               
 82506               static const char*
 82507               _CIM_J2eeJVMStats_HeapSizeLowWaterMark_qualifiers[] =
 82508               {
 82509 mike  1.1.2.1     /* Units */
 82510                   "\060Bytes",
 82511                   /* MappingStrings */
 82512                   "\026\000\001JSR77.JCP|JSR77.6.7.1.2 getLowWaterMark|V1.0\000",
 82513                   0,
 82514               };
 82515               
 82516               static MetaProperty
 82517               _CIM_J2eeJVMStats_HeapSizeLowWaterMark =
 82518               {
 82519                   /* flags */
 82520                   META_FLAG_PROPERTY|META_FLAG_READ,
 82521                   /* name */
 82522                   "HeapSizeLowWaterMark",
 82523                   /* qualifiers */
 82524                   _CIM_J2eeJVMStats_HeapSizeLowWaterMark_qualifiers,
 82525                   /* type */
 82526                   CIMTYPE_UINT64,
 82527                   /* subscript */
 82528                   -1,
 82529                   /* value */
 82530 mike  1.1.2.1     0,
 82531               };
 82532               
 82533               static const char*
 82534               _CIM_J2eeJVMStats_HeapSizeHighWaterMark_qualifiers[] =
 82535               {
 82536                   /* Units */
 82537                   "\060Bytes",
 82538                   /* MappingStrings */
 82539                   "\026\000\001JSR77.JCP|JSR77.6.7.1.1 getHighWaterMark|V1.0\000",
 82540                   0,
 82541               };
 82542               
 82543               static MetaProperty
 82544               _CIM_J2eeJVMStats_HeapSizeHighWaterMark =
 82545               {
 82546                   /* flags */
 82547                   META_FLAG_PROPERTY|META_FLAG_READ,
 82548                   /* name */
 82549                   "HeapSizeHighWaterMark",
 82550                   /* qualifiers */
 82551 mike  1.1.2.1     _CIM_J2eeJVMStats_HeapSizeHighWaterMark_qualifiers,
 82552                   /* type */
 82553                   CIMTYPE_UINT64,
 82554                   /* subscript */
 82555                   -1,
 82556                   /* value */
 82557                   0,
 82558               };
 82559               
 82560               static const char*
 82561               _CIM_J2eeJVMStats_UpTime_qualifiers[] =
 82562               {
 82563                   /* MappingStrings */
 82564                   "\026\000\001JSR77.JCP|JSR77.6.31.1.2 getUpTime|V1.0\000",
 82565                   0,
 82566               };
 82567               
 82568               static MetaProperty
 82569               _CIM_J2eeJVMStats_UpTime =
 82570               {
 82571                   /* flags */
 82572 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 82573                   /* name */
 82574                   "UpTime",
 82575                   /* qualifiers */
 82576                   _CIM_J2eeJVMStats_UpTime_qualifiers,
 82577                   /* type */
 82578                   CIMTYPE_DATETIME,
 82579                   /* subscript */
 82580                   -1,
 82581                   /* value */
 82582                   0,
 82583               };
 82584               
 82585               static MetaFeature*
 82586               _CIM_J2eeJVMStats_features[] =
 82587               {
 82588                   (MetaFeature*)&_CIM_J2eeJVMStats_HeapSize,
 82589                   (MetaFeature*)&_CIM_J2eeJVMStats_HeapSizeUpperBound,
 82590                   (MetaFeature*)&_CIM_J2eeJVMStats_HeapSizeLowerBound,
 82591                   (MetaFeature*)&_CIM_J2eeJVMStats_HeapSizeLowWaterMark,
 82592                   (MetaFeature*)&_CIM_J2eeJVMStats_HeapSizeHighWaterMark,
 82593 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeJVMStats_UpTime,
 82594                   0,
 82595               };
 82596               
 82597               static const char*
 82598               __root_cimv2_CIM_J2eeJVMStats_qualifiers[] =
 82599               {
 82600                   /* UMLPackagePath */
 82601                   "\057CIM::Application::J2eeAppServerStats",
 82602                   /* Version */
 82603                   "\0632.8.2",
 82604                   0,
 82605               };
 82606               
 82607               MetaClass
 82608               __root_cimv2_CIM_J2eeJVMStats =
 82609               {
 82610                   /* flags */
 82611                   META_FLAG_CLASS,
 82612                   /* name */
 82613                   "CIM_J2eeJVMStats",
 82614 mike  1.1.2.1     /* qualifiers */
 82615                   __root_cimv2_CIM_J2eeJVMStats_qualifiers,
 82616                   /* super */
 82617                   &__root_cimv2_CIM_J2eeStatistic,
 82618                   /* features */
 82619                   _CIM_J2eeJVMStats_features,
 82620               };
 82621               
 82622               //==============================================================================
 82623               //
 82624               // Class: CIM_J2eeMessageDrivenBeanStats
 82625               //
 82626               //==============================================================================
 82627               
 82628               static const char*
 82629               _CIM_J2eeMessageDrivenBeanStats_MessageCount_qualifiers[] =
 82630               {
 82631                   /* Counter */
 82632                   "\012\001",
 82633                   /* MappingStrings */
 82634                   "\026\000\001JSR77.JCP|JSR77.6.13.1.1 getMessageCount|V1.0\000",
 82635 mike  1.1.2.1     0,
 82636               };
 82637               
 82638               static MetaProperty
 82639               _CIM_J2eeMessageDrivenBeanStats_MessageCount =
 82640               {
 82641                   /* flags */
 82642                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82643                   /* name */
 82644                   "MessageCount",
 82645                   /* qualifiers */
 82646                   _CIM_J2eeMessageDrivenBeanStats_MessageCount_qualifiers,
 82647                   /* type */
 82648                   CIMTYPE_UINT64,
 82649                   /* subscript */
 82650                   -1,
 82651                   /* value */
 82652                   0,
 82653               };
 82654               
 82655               static MetaFeature*
 82656 mike  1.1.2.1 _CIM_J2eeMessageDrivenBeanStats_features[] =
 82657               {
 82658                   (MetaFeature*)&_CIM_J2eeMessageDrivenBeanStats_MessageCount,
 82659                   0,
 82660               };
 82661               
 82662               static const char*
 82663               __root_cimv2_CIM_J2eeMessageDrivenBeanStats_qualifiers[] =
 82664               {
 82665                   /* UMLPackagePath */
 82666                   "\057CIM::Application::J2eeAppServerStats",
 82667                   /* Version */
 82668                   "\0632.8.0",
 82669                   0,
 82670               };
 82671               
 82672               MetaClass
 82673               __root_cimv2_CIM_J2eeMessageDrivenBeanStats =
 82674               {
 82675                   /* flags */
 82676                   META_FLAG_CLASS,
 82677 mike  1.1.2.1     /* name */
 82678                   "CIM_J2eeMessageDrivenBeanStats",
 82679                   /* qualifiers */
 82680                   __root_cimv2_CIM_J2eeMessageDrivenBeanStats_qualifiers,
 82681                   /* super */
 82682                   &__root_cimv2_CIM_J2eeEJBStats,
 82683                   /* features */
 82684                   _CIM_J2eeMessageDrivenBeanStats_features,
 82685               };
 82686               
 82687               //==============================================================================
 82688               //
 82689               // Class: CIM_J2eeServletStats
 82690               //
 82691               //==============================================================================
 82692               
 82693               static const char*
 82694               _CIM_J2eeServletStats_ServiceTime_qualifiers[] =
 82695               {
 82696                   /* MappingStrings */
 82697                   "\026\000\001JSR77.JCP|JSR77.6.32.1.1 getServiceTime|V1.0\000",
 82698 mike  1.1.2.1     0,
 82699               };
 82700               
 82701               static MetaProperty
 82702               _CIM_J2eeServletStats_ServiceTime =
 82703               {
 82704                   /* flags */
 82705                   META_FLAG_PROPERTY|META_FLAG_READ,
 82706                   /* name */
 82707                   "ServiceTime",
 82708                   /* qualifiers */
 82709                   _CIM_J2eeServletStats_ServiceTime_qualifiers,
 82710                   /* type */
 82711                   CIMTYPE_DATETIME,
 82712                   /* subscript */
 82713                   -1,
 82714                   /* value */
 82715                   0,
 82716               };
 82717               
 82718               static const char*
 82719 mike  1.1.2.1 _CIM_J2eeServletStats_ServletTimeMaxTime_qualifiers[] =
 82720               {
 82721                   /* MappingStrings */
 82722                   "\026\000\001JSR77.JCP|JSR77.6.6.1.2 getMaxTime|V1.0\000",
 82723                   0,
 82724               };
 82725               
 82726               static MetaProperty
 82727               _CIM_J2eeServletStats_ServletTimeMaxTime =
 82728               {
 82729                   /* flags */
 82730                   META_FLAG_PROPERTY|META_FLAG_READ,
 82731                   /* name */
 82732                   "ServletTimeMaxTime",
 82733                   /* qualifiers */
 82734                   _CIM_J2eeServletStats_ServletTimeMaxTime_qualifiers,
 82735                   /* type */
 82736                   CIMTYPE_DATETIME,
 82737                   /* subscript */
 82738                   -1,
 82739                   /* value */
 82740 mike  1.1.2.1     0,
 82741               };
 82742               
 82743               static const char*
 82744               _CIM_J2eeServletStats_ServiceTimeMinTime_qualifiers[] =
 82745               {
 82746                   /* MappingStrings */
 82747                   "\026\000\001JSR77.JCP|JSR77.6.6.1.3 getMinTime|V1.0\000",
 82748                   0,
 82749               };
 82750               
 82751               static MetaProperty
 82752               _CIM_J2eeServletStats_ServiceTimeMinTime =
 82753               {
 82754                   /* flags */
 82755                   META_FLAG_PROPERTY|META_FLAG_READ,
 82756                   /* name */
 82757                   "ServiceTimeMinTime",
 82758                   /* qualifiers */
 82759                   _CIM_J2eeServletStats_ServiceTimeMinTime_qualifiers,
 82760                   /* type */
 82761 mike  1.1.2.1     CIMTYPE_DATETIME,
 82762                   /* subscript */
 82763                   -1,
 82764                   /* value */
 82765                   0,
 82766               };
 82767               
 82768               static const char*
 82769               _CIM_J2eeServletStats_ServletTimeTotalTime_qualifiers[] =
 82770               {
 82771                   /* MappingStrings */
 82772                   "\026\000\001JSR77.JCP|JSR77.6.6.1.4 getTotalTime|V1.0\000",
 82773                   0,
 82774               };
 82775               
 82776               static MetaProperty
 82777               _CIM_J2eeServletStats_ServletTimeTotalTime =
 82778               {
 82779                   /* flags */
 82780                   META_FLAG_PROPERTY|META_FLAG_READ,
 82781                   /* name */
 82782 mike  1.1.2.1     "ServletTimeTotalTime",
 82783                   /* qualifiers */
 82784                   _CIM_J2eeServletStats_ServletTimeTotalTime_qualifiers,
 82785                   /* type */
 82786                   CIMTYPE_DATETIME,
 82787                   /* subscript */
 82788                   -1,
 82789                   /* value */
 82790                   0,
 82791               };
 82792               
 82793               static MetaFeature*
 82794               _CIM_J2eeServletStats_features[] =
 82795               {
 82796                   (MetaFeature*)&_CIM_J2eeServletStats_ServiceTime,
 82797                   (MetaFeature*)&_CIM_J2eeServletStats_ServletTimeMaxTime,
 82798                   (MetaFeature*)&_CIM_J2eeServletStats_ServiceTimeMinTime,
 82799                   (MetaFeature*)&_CIM_J2eeServletStats_ServletTimeTotalTime,
 82800                   0,
 82801               };
 82802               
 82803 mike  1.1.2.1 static const char*
 82804               __root_cimv2_CIM_J2eeServletStats_qualifiers[] =
 82805               {
 82806                   /* UMLPackagePath */
 82807                   "\057CIM::Application::J2eeAppServerStats",
 82808                   /* Version */
 82809                   "\0632.8.0",
 82810                   0,
 82811               };
 82812               
 82813               MetaClass
 82814               __root_cimv2_CIM_J2eeServletStats =
 82815               {
 82816                   /* flags */
 82817                   META_FLAG_CLASS,
 82818                   /* name */
 82819                   "CIM_J2eeServletStats",
 82820                   /* qualifiers */
 82821                   __root_cimv2_CIM_J2eeServletStats_qualifiers,
 82822                   /* super */
 82823                   &__root_cimv2_CIM_J2eeStatistic,
 82824 mike  1.1.2.1     /* features */
 82825                   _CIM_J2eeServletStats_features,
 82826               };
 82827               
 82828               //==============================================================================
 82829               //
 82830               // Class: CIM_J2eeSessionBeanStats
 82831               //
 82832               //==============================================================================
 82833               
 82834               static const char*
 82835               _CIM_J2eeSessionBeanStats_MethodReadyCount_qualifiers[] =
 82836               {
 82837                   /* Counter */
 82838                   "\012\001",
 82839                   /* MappingStrings */
 82840                   "\026\000\001JSR77.JCP|JSR77.6.14.1.1 getMethodReadyCount|V1.0\000",
 82841                   0,
 82842               };
 82843               
 82844               static MetaProperty
 82845 mike  1.1.2.1 _CIM_J2eeSessionBeanStats_MethodReadyCount =
 82846               {
 82847                   /* flags */
 82848                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82849                   /* name */
 82850                   "MethodReadyCount",
 82851                   /* qualifiers */
 82852                   _CIM_J2eeSessionBeanStats_MethodReadyCount_qualifiers,
 82853                   /* type */
 82854                   CIMTYPE_UINT64,
 82855                   /* subscript */
 82856                   -1,
 82857                   /* value */
 82858                   0,
 82859               };
 82860               
 82861               static const char*
 82862               _CIM_J2eeSessionBeanStats_MethodReadyLowWaterMark_qualifiers[] =
 82863               {
 82864                   /* MappingStrings */
 82865                   "\026\000\001JSR77.JCP|JSR77.6.7.1.2 getLowWaterMark|V1.0\000",
 82866 mike  1.1.2.1     0,
 82867               };
 82868               
 82869               static MetaProperty
 82870               _CIM_J2eeSessionBeanStats_MethodReadyLowWaterMark =
 82871               {
 82872                   /* flags */
 82873                   META_FLAG_PROPERTY|META_FLAG_READ,
 82874                   /* name */
 82875                   "MethodReadyLowWaterMark",
 82876                   /* qualifiers */
 82877                   _CIM_J2eeSessionBeanStats_MethodReadyLowWaterMark_qualifiers,
 82878                   /* type */
 82879                   CIMTYPE_UINT64,
 82880                   /* subscript */
 82881                   -1,
 82882                   /* value */
 82883                   0,
 82884               };
 82885               
 82886               static const char*
 82887 mike  1.1.2.1 _CIM_J2eeSessionBeanStats_MethodReadyHighWaterMark_qualifiers[] =
 82888               {
 82889                   /* MappingStrings */
 82890                   "\026\000\001JSR77.JCP|JSR77.6.7.1.1 getHighWaterMark|V1.0\000",
 82891                   0,
 82892               };
 82893               
 82894               static MetaProperty
 82895               _CIM_J2eeSessionBeanStats_MethodReadyHighWaterMark =
 82896               {
 82897                   /* flags */
 82898                   META_FLAG_PROPERTY|META_FLAG_READ,
 82899                   /* name */
 82900                   "MethodReadyHighWaterMark",
 82901                   /* qualifiers */
 82902                   _CIM_J2eeSessionBeanStats_MethodReadyHighWaterMark_qualifiers,
 82903                   /* type */
 82904                   CIMTYPE_UINT64,
 82905                   /* subscript */
 82906                   -1,
 82907                   /* value */
 82908 mike  1.1.2.1     0,
 82909               };
 82910               
 82911               static MetaFeature*
 82912               _CIM_J2eeSessionBeanStats_features[] =
 82913               {
 82914                   (MetaFeature*)&_CIM_J2eeSessionBeanStats_MethodReadyCount,
 82915                   (MetaFeature*)&_CIM_J2eeSessionBeanStats_MethodReadyLowWaterMark,
 82916                   (MetaFeature*)&_CIM_J2eeSessionBeanStats_MethodReadyHighWaterMark,
 82917                   0,
 82918               };
 82919               
 82920               static const char*
 82921               __root_cimv2_CIM_J2eeSessionBeanStats_qualifiers[] =
 82922               {
 82923                   /* UMLPackagePath */
 82924                   "\057CIM::Application::J2eeAppServerStats",
 82925                   /* Abstract */
 82926                   "\002\001",
 82927                   /* Version */
 82928                   "\0632.8.0",
 82929 mike  1.1.2.1     0,
 82930               };
 82931               
 82932               MetaClass
 82933               __root_cimv2_CIM_J2eeSessionBeanStats =
 82934               {
 82935                   /* flags */
 82936                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 82937                   /* name */
 82938                   "CIM_J2eeSessionBeanStats",
 82939                   /* qualifiers */
 82940                   __root_cimv2_CIM_J2eeSessionBeanStats_qualifiers,
 82941                   /* super */
 82942                   &__root_cimv2_CIM_J2eeEJBStats,
 82943                   /* features */
 82944                   _CIM_J2eeSessionBeanStats_features,
 82945               };
 82946               
 82947               //==============================================================================
 82948               //
 82949               // Class: CIM_J2eeStatefulSessionBeanStats
 82950 mike  1.1.2.1 //
 82951               //==============================================================================
 82952               
 82953               static const char*
 82954               _CIM_J2eeStatefulSessionBeanStats_PassiveCount_qualifiers[] =
 82955               {
 82956                   /* Counter */
 82957                   "\012\001",
 82958                   /* MappingStrings */
 82959                   "\026\000\001JSR77.JCP|JSR77.6.15.1.1 getPassiveCount|V1.0\000",
 82960                   0,
 82961               };
 82962               
 82963               static MetaProperty
 82964               _CIM_J2eeStatefulSessionBeanStats_PassiveCount =
 82965               {
 82966                   /* flags */
 82967                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 82968                   /* name */
 82969                   "PassiveCount",
 82970                   /* qualifiers */
 82971 mike  1.1.2.1     _CIM_J2eeStatefulSessionBeanStats_PassiveCount_qualifiers,
 82972                   /* type */
 82973                   CIMTYPE_UINT64,
 82974                   /* subscript */
 82975                   -1,
 82976                   /* value */
 82977                   0,
 82978               };
 82979               
 82980               static const char*
 82981               _CIM_J2eeStatefulSessionBeanStats_PassiveLowWaterMark_qualifiers[] =
 82982               {
 82983                   /* MappingStrings */
 82984                   "\026\000\001JSR77.JCP|JSR77.6.7.1.2 getLowWaterMark|V1.0\000",
 82985                   0,
 82986               };
 82987               
 82988               static MetaProperty
 82989               _CIM_J2eeStatefulSessionBeanStats_PassiveLowWaterMark =
 82990               {
 82991                   /* flags */
 82992 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 82993                   /* name */
 82994                   "PassiveLowWaterMark",
 82995                   /* qualifiers */
 82996                   _CIM_J2eeStatefulSessionBeanStats_PassiveLowWaterMark_qualifiers,
 82997                   /* type */
 82998                   CIMTYPE_UINT64,
 82999                   /* subscript */
 83000                   -1,
 83001                   /* value */
 83002                   0,
 83003               };
 83004               
 83005               static const char*
 83006               _CIM_J2eeStatefulSessionBeanStats_PassiveHighWaterMark_qualifiers[] =
 83007               {
 83008                   /* MappingStrings */
 83009                   "\026\000\001JSR77.JCP|JSR77.6.7.1.1 getHighWaterMark|V1.0\000",
 83010                   0,
 83011               };
 83012               
 83013 mike  1.1.2.1 static MetaProperty
 83014               _CIM_J2eeStatefulSessionBeanStats_PassiveHighWaterMark =
 83015               {
 83016                   /* flags */
 83017                   META_FLAG_PROPERTY|META_FLAG_READ,
 83018                   /* name */
 83019                   "PassiveHighWaterMark",
 83020                   /* qualifiers */
 83021                   _CIM_J2eeStatefulSessionBeanStats_PassiveHighWaterMark_qualifiers,
 83022                   /* type */
 83023                   CIMTYPE_UINT64,
 83024                   /* subscript */
 83025                   -1,
 83026                   /* value */
 83027                   0,
 83028               };
 83029               
 83030               static MetaFeature*
 83031               _CIM_J2eeStatefulSessionBeanStats_features[] =
 83032               {
 83033                   (MetaFeature*)&_CIM_J2eeStatefulSessionBeanStats_PassiveCount,
 83034 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeStatefulSessionBeanStats_PassiveLowWaterMark,
 83035                   (MetaFeature*)&_CIM_J2eeStatefulSessionBeanStats_PassiveHighWaterMark,
 83036                   0,
 83037               };
 83038               
 83039               static const char*
 83040               __root_cimv2_CIM_J2eeStatefulSessionBeanStats_qualifiers[] =
 83041               {
 83042                   /* UMLPackagePath */
 83043                   "\057CIM::Application::J2eeAppServerStats",
 83044                   /* Version */
 83045                   "\0632.8.0",
 83046                   0,
 83047               };
 83048               
 83049               MetaClass
 83050               __root_cimv2_CIM_J2eeStatefulSessionBeanStats =
 83051               {
 83052                   /* flags */
 83053                   META_FLAG_CLASS,
 83054                   /* name */
 83055 mike  1.1.2.1     "CIM_J2eeStatefulSessionBeanStats",
 83056                   /* qualifiers */
 83057                   __root_cimv2_CIM_J2eeStatefulSessionBeanStats_qualifiers,
 83058                   /* super */
 83059                   &__root_cimv2_CIM_J2eeSessionBeanStats,
 83060                   /* features */
 83061                   _CIM_J2eeStatefulSessionBeanStats_features,
 83062               };
 83063               
 83064               //==============================================================================
 83065               //
 83066               // Class: CIM_J2eeStatelessSessionBeanStats
 83067               //
 83068               //==============================================================================
 83069               
 83070               static MetaFeature*
 83071               _CIM_J2eeStatelessSessionBeanStats_features[] =
 83072               {
 83073                   0,
 83074               };
 83075               
 83076 mike  1.1.2.1 static const char*
 83077               __root_cimv2_CIM_J2eeStatelessSessionBeanStats_qualifiers[] =
 83078               {
 83079                   /* UMLPackagePath */
 83080                   "\057CIM::Application::J2eeAppServerStats",
 83081                   /* Version */
 83082                   "\0632.8.0",
 83083                   0,
 83084               };
 83085               
 83086               MetaClass
 83087               __root_cimv2_CIM_J2eeStatelessSessionBeanStats =
 83088               {
 83089                   /* flags */
 83090                   META_FLAG_CLASS,
 83091                   /* name */
 83092                   "CIM_J2eeStatelessSessionBeanStats",
 83093                   /* qualifiers */
 83094                   __root_cimv2_CIM_J2eeStatelessSessionBeanStats_qualifiers,
 83095                   /* super */
 83096                   &__root_cimv2_CIM_J2eeSessionBeanStats,
 83097 mike  1.1.2.1     /* features */
 83098                   _CIM_J2eeStatelessSessionBeanStats_features,
 83099               };
 83100               
 83101               //==============================================================================
 83102               //
 83103               // Class: CIM_Job
 83104               //
 83105               //==============================================================================
 83106               
 83107               static const char*
 83108               _CIM_Job_JobStatus_qualifiers[] =
 83109               {
 83110                   /* ModelCorrespondence */
 83111                   "\036\000\001CIM_ManagedSystemElement.OperationalStatus\000",
 83112                   0,
 83113               };
 83114               
 83115               static MetaProperty
 83116               _CIM_Job_JobStatus =
 83117               {
 83118 mike  1.1.2.1     /* flags */
 83119                   META_FLAG_PROPERTY|META_FLAG_READ,
 83120                   /* name */
 83121                   "JobStatus",
 83122                   /* qualifiers */
 83123                   _CIM_Job_JobStatus_qualifiers,
 83124                   /* type */
 83125                   CIMTYPE_STRING,
 83126                   /* subscript */
 83127                   -1,
 83128                   /* value */
 83129                   0,
 83130               };
 83131               
 83132               static const char*
 83133               _CIM_Job_TimeSubmitted_qualifiers[] =
 83134               {
 83135                   0,
 83136               };
 83137               
 83138               static MetaProperty
 83139 mike  1.1.2.1 _CIM_Job_TimeSubmitted =
 83140               {
 83141                   /* flags */
 83142                   META_FLAG_PROPERTY|META_FLAG_READ,
 83143                   /* name */
 83144                   "TimeSubmitted",
 83145                   /* qualifiers */
 83146                   _CIM_Job_TimeSubmitted_qualifiers,
 83147                   /* type */
 83148                   CIMTYPE_DATETIME,
 83149                   /* subscript */
 83150                   -1,
 83151                   /* value */
 83152                   0,
 83153               };
 83154               
 83155               static const char*
 83156               _CIM_Job_ScheduledStartTime_qualifiers[] =
 83157               {
 83158                   /* Deprecated */
 83159                   "\013\000\004CIM_Job.RunMonth\000CIM_Job.RunDay\000CIM_Job.RunDayOfWeek\000CIM_Job.RunStartInterval\000",
 83160 mike  1.1.2.1     /* Write */
 83161                   "\065\001",
 83162                   0,
 83163               };
 83164               
 83165               static MetaProperty
 83166               _CIM_Job_ScheduledStartTime =
 83167               {
 83168                   /* flags */
 83169                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83170                   /* name */
 83171                   "ScheduledStartTime",
 83172                   /* qualifiers */
 83173                   _CIM_Job_ScheduledStartTime_qualifiers,
 83174                   /* type */
 83175                   CIMTYPE_DATETIME,
 83176                   /* subscript */
 83177                   -1,
 83178                   /* value */
 83179                   0,
 83180               };
 83181 mike  1.1.2.1 
 83182               static const char*
 83183               _CIM_Job_StartTime_qualifiers[] =
 83184               {
 83185                   0,
 83186               };
 83187               
 83188               static MetaProperty
 83189               _CIM_Job_StartTime =
 83190               {
 83191                   /* flags */
 83192                   META_FLAG_PROPERTY|META_FLAG_READ,
 83193                   /* name */
 83194                   "StartTime",
 83195                   /* qualifiers */
 83196                   _CIM_Job_StartTime_qualifiers,
 83197                   /* type */
 83198                   CIMTYPE_DATETIME,
 83199                   /* subscript */
 83200                   -1,
 83201                   /* value */
 83202 mike  1.1.2.1     0,
 83203               };
 83204               
 83205               static const char*
 83206               _CIM_Job_ElapsedTime_qualifiers[] =
 83207               {
 83208                   0,
 83209               };
 83210               
 83211               static MetaProperty
 83212               _CIM_Job_ElapsedTime =
 83213               {
 83214                   /* flags */
 83215                   META_FLAG_PROPERTY|META_FLAG_READ,
 83216                   /* name */
 83217                   "ElapsedTime",
 83218                   /* qualifiers */
 83219                   _CIM_Job_ElapsedTime_qualifiers,
 83220                   /* type */
 83221                   CIMTYPE_DATETIME,
 83222                   /* subscript */
 83223 mike  1.1.2.1     -1,
 83224                   /* value */
 83225                   0,
 83226               };
 83227               
 83228               static const char*
 83229               _CIM_Job_JobRunTimes_qualifiers[] =
 83230               {
 83231                   /* Write */
 83232                   "\065\001",
 83233                   0,
 83234               };
 83235               
 83236               static MetaProperty
 83237               _CIM_Job_JobRunTimes =
 83238               {
 83239                   /* flags */
 83240                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83241                   /* name */
 83242                   "JobRunTimes",
 83243                   /* qualifiers */
 83244 mike  1.1.2.1     _CIM_Job_JobRunTimes_qualifiers,
 83245                   /* type */
 83246                   CIMTYPE_UINT32,
 83247                   /* subscript */
 83248                   -1,
 83249                   /* value */
 83250                   "\000\000\000\001",
 83251               };
 83252               
 83253               static const char*
 83254               _CIM_Job_RunMonth_qualifiers[] =
 83255               {
 83256                   /* Write */
 83257                   "\065\001",
 83258                   /* ValueMap */
 83259                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 83260                   /* Values */
 83261                   "\062\000\014January\000February\000March\000April\000May\000June\000July\000August\000September\000October\000November\000December\000",
 83262                   /* ModelCorrespondence */
 83263                   "\036\000\003CIM_Job.RunDay\000CIM_Job.RunDayOfWeek\000CIM_Job.RunStartInterval\000",
 83264                   0,
 83265 mike  1.1.2.1 };
 83266               
 83267               static MetaProperty
 83268               _CIM_Job_RunMonth =
 83269               {
 83270                   /* flags */
 83271                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83272                   /* name */
 83273                   "RunMonth",
 83274                   /* qualifiers */
 83275                   _CIM_Job_RunMonth_qualifiers,
 83276                   /* type */
 83277                   CIMTYPE_UINT8,
 83278                   /* subscript */
 83279                   -1,
 83280                   /* value */
 83281                   0,
 83282               };
 83283               
 83284               static const char*
 83285               _CIM_Job_RunDay_qualifiers[] =
 83286 mike  1.1.2.1 {
 83287                   /* Write */
 83288                   "\065\001",
 83289                   /* MinValue */
 83290                   "\035\377\377\377\377\377\377\377\341",
 83291                   /* MaxValue */
 83292                   "\031\000\000\000\000\000\000\000\037",
 83293                   /* ModelCorrespondence */
 83294                   "\036\000\003CIM_Job.RunMonth\000CIM_Job.RunDayOfWeek\000CIM_Job.RunStartInterval\000",
 83295                   0,
 83296               };
 83297               
 83298               static MetaProperty
 83299               _CIM_Job_RunDay =
 83300               {
 83301                   /* flags */
 83302                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83303                   /* name */
 83304                   "RunDay",
 83305                   /* qualifiers */
 83306                   _CIM_Job_RunDay_qualifiers,
 83307 mike  1.1.2.1     /* type */
 83308                   CIMTYPE_SINT8,
 83309                   /* subscript */
 83310                   -1,
 83311                   /* value */
 83312                   0,
 83313               };
 83314               
 83315               static const char*
 83316               _CIM_Job_RunDayOfWeek_qualifiers[] =
 83317               {
 83318                   /* Write */
 83319                   "\065\001",
 83320                   /* ValueMap */
 83321                   "\061\000\017-7\000-6\000-5\000-4\000-3\000-2\000-1\0000\0001\0002\0003\0004\0005\0006\0007\000",
 83322                   /* Values */
 83323                   "\062\000\017-Saturday\000-Friday\000-Thursday\000-Wednesday\000-Tuesday\000-Monday\000-Sunday\000ExactDayOfMonth\000Sunday\000Monday\000Tuesday\000Wednesday\000Thursday\000Friday\000Saturday\000",
 83324                   /* ModelCorrespondence */
 83325                   "\036\000\003CIM_Job.RunMonth\000CIM_Job.RunDay\000CIM_Job.RunStartInterval\000",
 83326                   0,
 83327               };
 83328 mike  1.1.2.1 
 83329               static MetaProperty
 83330               _CIM_Job_RunDayOfWeek =
 83331               {
 83332                   /* flags */
 83333                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83334                   /* name */
 83335                   "RunDayOfWeek",
 83336                   /* qualifiers */
 83337                   _CIM_Job_RunDayOfWeek_qualifiers,
 83338                   /* type */
 83339                   CIMTYPE_SINT8,
 83340                   /* subscript */
 83341                   -1,
 83342                   /* value */
 83343                   0,
 83344               };
 83345               
 83346               static const char*
 83347               _CIM_Job_RunStartInterval_qualifiers[] =
 83348               {
 83349 mike  1.1.2.1     /* Write */
 83350                   "\065\001",
 83351                   /* ModelCorrespondence */
 83352                   "\036\000\004CIM_Job.RunMonth\000CIM_Job.RunDay\000CIM_Job.RunDayOfWeek\000CIM_Job.RunStartInterval\000",
 83353                   0,
 83354               };
 83355               
 83356               static MetaProperty
 83357               _CIM_Job_RunStartInterval =
 83358               {
 83359                   /* flags */
 83360                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83361                   /* name */
 83362                   "RunStartInterval",
 83363                   /* qualifiers */
 83364                   _CIM_Job_RunStartInterval_qualifiers,
 83365                   /* type */
 83366                   CIMTYPE_DATETIME,
 83367                   /* subscript */
 83368                   -1,
 83369                   /* value */
 83370 mike  1.1.2.1     0,
 83371               };
 83372               
 83373               static const char*
 83374               _CIM_Job_LocalOrUtcTime_qualifiers[] =
 83375               {
 83376                   /* Write */
 83377                   "\065\001",
 83378                   /* ValueMap */
 83379                   "\061\000\0021\0002\000",
 83380                   /* Values */
 83381                   "\062\000\002Local Time\000UTC Time\000",
 83382                   0,
 83383               };
 83384               
 83385               static MetaProperty
 83386               _CIM_Job_LocalOrUtcTime =
 83387               {
 83388                   /* flags */
 83389                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83390                   /* name */
 83391 mike  1.1.2.1     "LocalOrUtcTime",
 83392                   /* qualifiers */
 83393                   _CIM_Job_LocalOrUtcTime_qualifiers,
 83394                   /* type */
 83395                   CIMTYPE_UINT16,
 83396                   /* subscript */
 83397                   -1,
 83398                   /* value */
 83399                   0,
 83400               };
 83401               
 83402               static const char*
 83403               _CIM_Job_UntilTime_qualifiers[] =
 83404               {
 83405                   /* Write */
 83406                   "\065\001",
 83407                   /* ModelCorrespondence */
 83408                   "\036\000\001CIM_Job.LocalOrUtcTime\000",
 83409                   0,
 83410               };
 83411               
 83412 mike  1.1.2.1 static MetaProperty
 83413               _CIM_Job_UntilTime =
 83414               {
 83415                   /* flags */
 83416                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83417                   /* name */
 83418                   "UntilTime",
 83419                   /* qualifiers */
 83420                   _CIM_Job_UntilTime_qualifiers,
 83421                   /* type */
 83422                   CIMTYPE_DATETIME,
 83423                   /* subscript */
 83424                   -1,
 83425                   /* value */
 83426                   0,
 83427               };
 83428               
 83429               static const char*
 83430               _CIM_Job_Notify_qualifiers[] =
 83431               {
 83432                   /* Write */
 83433 mike  1.1.2.1     "\065\001",
 83434                   0,
 83435               };
 83436               
 83437               static MetaProperty
 83438               _CIM_Job_Notify =
 83439               {
 83440                   /* flags */
 83441                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83442                   /* name */
 83443                   "Notify",
 83444                   /* qualifiers */
 83445                   _CIM_Job_Notify_qualifiers,
 83446                   /* type */
 83447                   CIMTYPE_STRING,
 83448                   /* subscript */
 83449                   -1,
 83450                   /* value */
 83451                   0,
 83452               };
 83453               
 83454 mike  1.1.2.1 static const char*
 83455               _CIM_Job_Owner_qualifiers[] =
 83456               {
 83457                   /* ModelCorrespondence */
 83458                   "\036\000\001CIM_OwningJobElement\000",
 83459                   0,
 83460               };
 83461               
 83462               static MetaProperty
 83463               _CIM_Job_Owner =
 83464               {
 83465                   /* flags */
 83466                   META_FLAG_PROPERTY|META_FLAG_READ,
 83467                   /* name */
 83468                   "Owner",
 83469                   /* qualifiers */
 83470                   _CIM_Job_Owner_qualifiers,
 83471                   /* type */
 83472                   CIMTYPE_STRING,
 83473                   /* subscript */
 83474                   -1,
 83475 mike  1.1.2.1     /* value */
 83476                   0,
 83477               };
 83478               
 83479               static const char*
 83480               _CIM_Job_Priority_qualifiers[] =
 83481               {
 83482                   /* Write */
 83483                   "\065\001",
 83484                   0,
 83485               };
 83486               
 83487               static MetaProperty
 83488               _CIM_Job_Priority =
 83489               {
 83490                   /* flags */
 83491                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83492                   /* name */
 83493                   "Priority",
 83494                   /* qualifiers */
 83495                   _CIM_Job_Priority_qualifiers,
 83496 mike  1.1.2.1     /* type */
 83497                   CIMTYPE_UINT32,
 83498                   /* subscript */
 83499                   -1,
 83500                   /* value */
 83501                   0,
 83502               };
 83503               
 83504               static const char*
 83505               _CIM_Job_PercentComplete_qualifiers[] =
 83506               {
 83507                   /* Units */
 83508                   "\060Percent",
 83509                   /* MinValue */
 83510                   "\035\000\000\000\000\000\000\000\000",
 83511                   /* MaxValue */
 83512                   "\031\000\000\000\000\000\000\000\145",
 83513                   0,
 83514               };
 83515               
 83516               static MetaProperty
 83517 mike  1.1.2.1 _CIM_Job_PercentComplete =
 83518               {
 83519                   /* flags */
 83520                   META_FLAG_PROPERTY|META_FLAG_READ,
 83521                   /* name */
 83522                   "PercentComplete",
 83523                   /* qualifiers */
 83524                   _CIM_Job_PercentComplete_qualifiers,
 83525                   /* type */
 83526                   CIMTYPE_UINT16,
 83527                   /* subscript */
 83528                   -1,
 83529                   /* value */
 83530                   0,
 83531               };
 83532               
 83533               static const char*
 83534               _CIM_Job_DeleteOnCompletion_qualifiers[] =
 83535               {
 83536                   /* Write */
 83537                   "\065\001",
 83538 mike  1.1.2.1     0,
 83539               };
 83540               
 83541               static MetaProperty
 83542               _CIM_Job_DeleteOnCompletion =
 83543               {
 83544                   /* flags */
 83545                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 83546                   /* name */
 83547                   "DeleteOnCompletion",
 83548                   /* qualifiers */
 83549                   _CIM_Job_DeleteOnCompletion_qualifiers,
 83550                   /* type */
 83551                   CIMTYPE_BOOLEAN,
 83552                   /* subscript */
 83553                   -1,
 83554                   /* value */
 83555                   0,
 83556               };
 83557               
 83558               static const char*
 83559 mike  1.1.2.1 _CIM_Job_ErrorCode_qualifiers[] =
 83560               {
 83561                   /* ModelCorrespondence */
 83562                   "\036\000\001CIM_Job.ErrorDescription\000",
 83563                   0,
 83564               };
 83565               
 83566               static MetaProperty
 83567               _CIM_Job_ErrorCode =
 83568               {
 83569                   /* flags */
 83570                   META_FLAG_PROPERTY|META_FLAG_READ,
 83571                   /* name */
 83572                   "ErrorCode",
 83573                   /* qualifiers */
 83574                   _CIM_Job_ErrorCode_qualifiers,
 83575                   /* type */
 83576                   CIMTYPE_UINT16,
 83577                   /* subscript */
 83578                   -1,
 83579                   /* value */
 83580 mike  1.1.2.1     0,
 83581               };
 83582               
 83583               static const char*
 83584               _CIM_Job_ErrorDescription_qualifiers[] =
 83585               {
 83586                   /* ModelCorrespondence */
 83587                   "\036\000\001CIM_Job.ErrorCode\000",
 83588                   0,
 83589               };
 83590               
 83591               static MetaProperty
 83592               _CIM_Job_ErrorDescription =
 83593               {
 83594                   /* flags */
 83595                   META_FLAG_PROPERTY|META_FLAG_READ,
 83596                   /* name */
 83597                   "ErrorDescription",
 83598                   /* qualifiers */
 83599                   _CIM_Job_ErrorDescription_qualifiers,
 83600                   /* type */
 83601 mike  1.1.2.1     CIMTYPE_STRING,
 83602                   /* subscript */
 83603                   -1,
 83604                   /* value */
 83605                   0,
 83606               };
 83607               
 83608               static const char*
 83609               _CIM_Job_RecoveryAction_qualifiers[] =
 83610               {
 83611                   /* ValueMap */
 83612                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 83613                   /* Values */
 83614                   "\062\000\006Unknown\000Other\000Do Not Continue\000Continue With Next Job\000Re-run Job\000Run Recovery Job\000",
 83615                   /* ModelCorrespondence */
 83616                   "\036\000\001CIM_Job.OtherRecoveryAction\000",
 83617                   0,
 83618               };
 83619               
 83620               static MetaProperty
 83621               _CIM_Job_RecoveryAction =
 83622 mike  1.1.2.1 {
 83623                   /* flags */
 83624                   META_FLAG_PROPERTY|META_FLAG_READ,
 83625                   /* name */
 83626                   "RecoveryAction",
 83627                   /* qualifiers */
 83628                   _CIM_Job_RecoveryAction_qualifiers,
 83629                   /* type */
 83630                   CIMTYPE_UINT16,
 83631                   /* subscript */
 83632                   -1,
 83633                   /* value */
 83634                   0,
 83635               };
 83636               
 83637               static const char*
 83638               _CIM_Job_OtherRecoveryAction_qualifiers[] =
 83639               {
 83640                   /* ModelCorrespondence */
 83641                   "\036\000\001CIM_Job.RecoveryAction\000",
 83642                   0,
 83643 mike  1.1.2.1 };
 83644               
 83645               static MetaProperty
 83646               _CIM_Job_OtherRecoveryAction =
 83647               {
 83648                   /* flags */
 83649                   META_FLAG_PROPERTY|META_FLAG_READ,
 83650                   /* name */
 83651                   "OtherRecoveryAction",
 83652                   /* qualifiers */
 83653                   _CIM_Job_OtherRecoveryAction_qualifiers,
 83654                   /* type */
 83655                   CIMTYPE_STRING,
 83656                   /* subscript */
 83657                   -1,
 83658                   /* value */
 83659                   0,
 83660               };
 83661               
 83662               static const char*
 83663               _CIM_Job_KillJob_DeleteOnKill_qualifiers[] =
 83664 mike  1.1.2.1 {
 83665                   /* IN */
 83666                   "\024\001",
 83667                   0,
 83668               };
 83669               
 83670               static MetaProperty
 83671               _CIM_Job_KillJob_DeleteOnKill =
 83672               {
 83673                   /* flags */
 83674                   META_FLAG_PROPERTY|META_FLAG_IN,
 83675                   /* name */
 83676                   "DeleteOnKill",
 83677                   /* qualifiers */
 83678                   _CIM_Job_KillJob_DeleteOnKill_qualifiers,
 83679                   /* type */
 83680                   CIMTYPE_BOOLEAN,
 83681                   /* subscript */
 83682                   -1,
 83683                   /* value */
 83684                   0,
 83685 mike  1.1.2.1 };
 83686               
 83687               static MetaFeature*
 83688               _CIM_Job_KillJob_parameters[] =
 83689               {
 83690                   (MetaFeature*)&_CIM_Job_KillJob_DeleteOnKill,
 83691                   0,
 83692               };
 83693               
 83694               static const char*
 83695               _CIM_Job_KillJob_qualifiers[] =
 83696               {
 83697                   /* Deprecated */
 83698                   "\013\000\001CIM_ConcreteJob.RequestStateChange()\000",
 83699                   /* ValueMap */
 83700                   "\061\000\0110\0001\0002\0003\0004\0006\0007\000..\00032768..65535\000",
 83701                   /* Values */
 83702                   "\062\000\011Success\000Not Supported\000Unknown\000Timeout\000Failed\000Access Denied\000Not Found\000DMTF Reserved\000Vendor Specific\000",
 83703                   0,
 83704               };
 83705               
 83706 mike  1.1.2.1 static MetaMethod
 83707               _CIM_Job_KillJob =
 83708               {
 83709                   /* flags */
 83710                   META_FLAG_METHOD,
 83711                   /* name */
 83712                   "CIM_Job",
 83713                   /* qualifiers */
 83714                   _CIM_Job_KillJob_qualifiers,
 83715                   /* type */
 83716                   CIMTYPE_UINT32,
 83717                   /* parameters */
 83718                   _CIM_Job_KillJob_parameters,
 83719               };
 83720               
 83721               static MetaFeature*
 83722               _CIM_Job_features[] =
 83723               {
 83724                   (MetaFeature*)&_CIM_Job_JobStatus,
 83725                   (MetaFeature*)&_CIM_Job_TimeSubmitted,
 83726                   (MetaFeature*)&_CIM_Job_ScheduledStartTime,
 83727 mike  1.1.2.1     (MetaFeature*)&_CIM_Job_StartTime,
 83728                   (MetaFeature*)&_CIM_Job_ElapsedTime,
 83729                   (MetaFeature*)&_CIM_Job_JobRunTimes,
 83730                   (MetaFeature*)&_CIM_Job_RunMonth,
 83731                   (MetaFeature*)&_CIM_Job_RunDay,
 83732                   (MetaFeature*)&_CIM_Job_RunDayOfWeek,
 83733                   (MetaFeature*)&_CIM_Job_RunStartInterval,
 83734                   (MetaFeature*)&_CIM_Job_LocalOrUtcTime,
 83735                   (MetaFeature*)&_CIM_Job_UntilTime,
 83736                   (MetaFeature*)&_CIM_Job_Notify,
 83737                   (MetaFeature*)&_CIM_Job_Owner,
 83738                   (MetaFeature*)&_CIM_Job_Priority,
 83739                   (MetaFeature*)&_CIM_Job_PercentComplete,
 83740                   (MetaFeature*)&_CIM_Job_DeleteOnCompletion,
 83741                   (MetaFeature*)&_CIM_Job_ErrorCode,
 83742                   (MetaFeature*)&_CIM_Job_ErrorDescription,
 83743                   (MetaFeature*)&_CIM_Job_RecoveryAction,
 83744                   (MetaFeature*)&_CIM_Job_OtherRecoveryAction,
 83745                   (MetaFeature*)&_CIM_Job_KillJob,
 83746                   0,
 83747               };
 83748 mike  1.1.2.1 
 83749               static const char*
 83750               __root_cimv2_CIM_Job_qualifiers[] =
 83751               {
 83752                   /* UMLPackagePath */
 83753                   "\057CIM::Core::CoreElements",
 83754                   /* Abstract */
 83755                   "\002\001",
 83756                   /* Version */
 83757                   "\0632.10.0",
 83758                   0,
 83759               };
 83760               
 83761               MetaClass
 83762               __root_cimv2_CIM_Job =
 83763               {
 83764                   /* flags */
 83765                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 83766                   /* name */
 83767                   "CIM_Job",
 83768                   /* qualifiers */
 83769 mike  1.1.2.1     __root_cimv2_CIM_Job_qualifiers,
 83770                   /* super */
 83771                   &__root_cimv2_CIM_LogicalElement,
 83772                   /* features */
 83773                   _CIM_Job_features,
 83774               };
 83775               
 83776               //==============================================================================
 83777               //
 83778               // Class: CIM_LinkHasConnector
 83779               //
 83780               //==============================================================================
 83781               
 83782               static const char*
 83783               _CIM_LinkHasConnector_GroupComponent_qualifiers[] =
 83784               {
 83785                   /* Aggregate */
 83786                   "\003\001",
 83787                   /* Override */
 83788                   "\044GroupComponent",
 83789                   /* Max */
 83790 mike  1.1.2.1     "\027\000\000\000\001",
 83791                   0,
 83792               };
 83793               
 83794               static MetaReference
 83795               _CIM_LinkHasConnector_GroupComponent =
 83796               {
 83797                   /* flags */
 83798                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 83799                   /* name */
 83800                   "GroupComponent",
 83801                   /* qualifiers */
 83802                   _CIM_LinkHasConnector_GroupComponent_qualifiers,
 83803                   /* subscript */
 83804                   -1,
 83805                   /* refId */
 83806                   &__root_cimv2_CIM_PhysicalLink,
 83807               };
 83808               
 83809               static const char*
 83810               _CIM_LinkHasConnector_PartComponent_qualifiers[] =
 83811 mike  1.1.2.1 {
 83812                   /* Override */
 83813                   "\044PartComponent",
 83814                   0,
 83815               };
 83816               
 83817               static MetaReference
 83818               _CIM_LinkHasConnector_PartComponent =
 83819               {
 83820                   /* flags */
 83821                   META_FLAG_REFERENCE|META_FLAG_READ,
 83822                   /* name */
 83823                   "PartComponent",
 83824                   /* qualifiers */
 83825                   _CIM_LinkHasConnector_PartComponent_qualifiers,
 83826                   /* subscript */
 83827                   -1,
 83828                   /* refId */
 83829                   &__root_cimv2_CIM_PhysicalConnector,
 83830               };
 83831               
 83832 mike  1.1.2.1 static MetaFeature*
 83833               _CIM_LinkHasConnector_features[] =
 83834               {
 83835                   (MetaFeature*)&_CIM_LinkHasConnector_GroupComponent,
 83836                   (MetaFeature*)&_CIM_LinkHasConnector_PartComponent,
 83837                   0,
 83838               };
 83839               
 83840               static const char*
 83841               __root_cimv2_CIM_LinkHasConnector_qualifiers[] =
 83842               {
 83843                   /* ASSOCIATION */
 83844                   "\000\001",
 83845                   /* UMLPackagePath */
 83846                   "\057CIM::Physical::Link",
 83847                   /* Aggregation */
 83848                   "\004\001",
 83849                   /* Version */
 83850                   "\0632.6.0",
 83851                   0,
 83852               };
 83853 mike  1.1.2.1 
 83854               MetaClass
 83855               __root_cimv2_CIM_LinkHasConnector =
 83856               {
 83857                   /* flags */
 83858                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 83859                   /* name */
 83860                   "CIM_LinkHasConnector",
 83861                   /* qualifiers */
 83862                   __root_cimv2_CIM_LinkHasConnector_qualifiers,
 83863                   /* super */
 83864                   &__root_cimv2_CIM_Component,
 83865                   /* features */
 83866                   _CIM_LinkHasConnector_features,
 83867               };
 83868               
 83869               //==============================================================================
 83870               //
 83871               // Class: CIM_ListsInRoutingPolicy
 83872               //
 83873               //==============================================================================
 83874 mike  1.1.2.1 
 83875               static const char*
 83876               _CIM_ListsInRoutingPolicy_GroupComponent_qualifiers[] =
 83877               {
 83878                   /* Aggregate */
 83879                   "\003\001",
 83880                   /* Override */
 83881                   "\044GroupComponent",
 83882                   0,
 83883               };
 83884               
 83885               static MetaReference
 83886               _CIM_ListsInRoutingPolicy_GroupComponent =
 83887               {
 83888                   /* flags */
 83889                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 83890                   /* name */
 83891                   "GroupComponent",
 83892                   /* qualifiers */
 83893                   _CIM_ListsInRoutingPolicy_GroupComponent_qualifiers,
 83894                   /* subscript */
 83895 mike  1.1.2.1     -1,
 83896                   /* refId */
 83897                   &__root_cimv2_CIM_RoutingPolicy,
 83898               };
 83899               
 83900               static const char*
 83901               _CIM_ListsInRoutingPolicy_PartComponent_qualifiers[] =
 83902               {
 83903                   /* Override */
 83904                   "\044PartComponent",
 83905                   0,
 83906               };
 83907               
 83908               static MetaReference
 83909               _CIM_ListsInRoutingPolicy_PartComponent =
 83910               {
 83911                   /* flags */
 83912                   META_FLAG_REFERENCE|META_FLAG_READ,
 83913                   /* name */
 83914                   "PartComponent",
 83915                   /* qualifiers */
 83916 mike  1.1.2.1     _CIM_ListsInRoutingPolicy_PartComponent_qualifiers,
 83917                   /* subscript */
 83918                   -1,
 83919                   /* refId */
 83920                   &__root_cimv2_CIM_FilterList,
 83921               };
 83922               
 83923               static const char*
 83924               _CIM_ListsInRoutingPolicy_ListSequence_qualifiers[] =
 83925               {
 83926                   0,
 83927               };
 83928               
 83929               static MetaProperty
 83930               _CIM_ListsInRoutingPolicy_ListSequence =
 83931               {
 83932                   /* flags */
 83933                   META_FLAG_PROPERTY|META_FLAG_READ,
 83934                   /* name */
 83935                   "ListSequence",
 83936                   /* qualifiers */
 83937 mike  1.1.2.1     _CIM_ListsInRoutingPolicy_ListSequence_qualifiers,
 83938                   /* type */
 83939                   CIMTYPE_UINT16,
 83940                   /* subscript */
 83941                   -1,
 83942                   /* value */
 83943                   0,
 83944               };
 83945               
 83946               static MetaFeature*
 83947               _CIM_ListsInRoutingPolicy_features[] =
 83948               {
 83949                   (MetaFeature*)&_CIM_ListsInRoutingPolicy_GroupComponent,
 83950                   (MetaFeature*)&_CIM_ListsInRoutingPolicy_PartComponent,
 83951                   (MetaFeature*)&_CIM_ListsInRoutingPolicy_ListSequence,
 83952                   0,
 83953               };
 83954               
 83955               static const char*
 83956               __root_cimv2_CIM_ListsInRoutingPolicy_qualifiers[] =
 83957               {
 83958 mike  1.1.2.1     /* ASSOCIATION */
 83959                   "\000\001",
 83960                   /* UMLPackagePath */
 83961                   "\057CIM::Network::RoutingForwarding",
 83962                   /* Aggregation */
 83963                   "\004\001",
 83964                   /* Version */
 83965                   "\0632.6.0",
 83966                   0,
 83967               };
 83968               
 83969               MetaClass
 83970               __root_cimv2_CIM_ListsInRoutingPolicy =
 83971               {
 83972                   /* flags */
 83973                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 83974                   /* name */
 83975                   "CIM_ListsInRoutingPolicy",
 83976                   /* qualifiers */
 83977                   __root_cimv2_CIM_ListsInRoutingPolicy_qualifiers,
 83978                   /* super */
 83979 mike  1.1.2.1     &__root_cimv2_CIM_Component,
 83980                   /* features */
 83981                   _CIM_ListsInRoutingPolicy_features,
 83982               };
 83983               
 83984               //==============================================================================
 83985               //
 83986               // Class: CIM_LogicalElementUnitOfWorkDef
 83987               //
 83988               //==============================================================================
 83989               
 83990               static const char*
 83991               _CIM_LogicalElementUnitOfWorkDef_Antecedent_qualifiers[] =
 83992               {
 83993                   /* Override */
 83994                   "\044Antecedent",
 83995                   0,
 83996               };
 83997               
 83998               static MetaReference
 83999               _CIM_LogicalElementUnitOfWorkDef_Antecedent =
 84000 mike  1.1.2.1 {
 84001                   /* flags */
 84002                   META_FLAG_REFERENCE|META_FLAG_READ,
 84003                   /* name */
 84004                   "Antecedent",
 84005                   /* qualifiers */
 84006                   _CIM_LogicalElementUnitOfWorkDef_Antecedent_qualifiers,
 84007                   /* subscript */
 84008                   -1,
 84009                   /* refId */
 84010                   &__root_cimv2_CIM_LogicalElement,
 84011               };
 84012               
 84013               static const char*
 84014               _CIM_LogicalElementUnitOfWorkDef_Dependent_qualifiers[] =
 84015               {
 84016                   /* Override */
 84017                   "\044Dependent",
 84018                   0,
 84019               };
 84020               
 84021 mike  1.1.2.1 static MetaReference
 84022               _CIM_LogicalElementUnitOfWorkDef_Dependent =
 84023               {
 84024                   /* flags */
 84025                   META_FLAG_REFERENCE|META_FLAG_READ,
 84026                   /* name */
 84027                   "Dependent",
 84028                   /* qualifiers */
 84029                   _CIM_LogicalElementUnitOfWorkDef_Dependent_qualifiers,
 84030                   /* subscript */
 84031                   -1,
 84032                   /* refId */
 84033                   &__root_cimv2_CIM_UnitOfWorkDefinition,
 84034               };
 84035               
 84036               static MetaFeature*
 84037               _CIM_LogicalElementUnitOfWorkDef_features[] =
 84038               {
 84039                   (MetaFeature*)&_CIM_LogicalElementUnitOfWorkDef_Antecedent,
 84040                   (MetaFeature*)&_CIM_LogicalElementUnitOfWorkDef_Dependent,
 84041                   0,
 84042 mike  1.1.2.1 };
 84043               
 84044               static const char*
 84045               __root_cimv2_CIM_LogicalElementUnitOfWorkDef_qualifiers[] =
 84046               {
 84047                   /* ASSOCIATION */
 84048                   "\000\001",
 84049                   /* UMLPackagePath */
 84050                   "\057CIM::Metrics::UnitOfWork",
 84051                   /* Version */
 84052                   "\0632.6.0",
 84053                   0,
 84054               };
 84055               
 84056               MetaClass
 84057               __root_cimv2_CIM_LogicalElementUnitOfWorkDef =
 84058               {
 84059                   /* flags */
 84060                   META_FLAG_ASSOCIATION,
 84061                   /* name */
 84062                   "CIM_LogicalElementUnitOfWorkDef",
 84063 mike  1.1.2.1     /* qualifiers */
 84064                   __root_cimv2_CIM_LogicalElementUnitOfWorkDef_qualifiers,
 84065                   /* super */
 84066                   &__root_cimv2_CIM_Dependency,
 84067                   /* features */
 84068                   _CIM_LogicalElementUnitOfWorkDef_features,
 84069               };
 84070               
 84071               //==============================================================================
 84072               //
 84073               // Class: CIM_Magazine
 84074               //
 84075               //==============================================================================
 84076               
 84077               static const char*
 84078               _CIM_Magazine_PhysicalLabels_qualifiers[] =
 84079               {
 84080                   /* ArrayType */
 84081                   "\005Indexed",
 84082                   /* ModelCorrespondence */
 84083                   "\036\000\002CIM_Magazine.LabelStates\000CIM_Magazine.LabelFormats\000",
 84084 mike  1.1.2.1     0,
 84085               };
 84086               
 84087               static MetaProperty
 84088               _CIM_Magazine_PhysicalLabels =
 84089               {
 84090                   /* flags */
 84091                   META_FLAG_PROPERTY|META_FLAG_READ,
 84092                   /* name */
 84093                   "PhysicalLabels",
 84094                   /* qualifiers */
 84095                   _CIM_Magazine_PhysicalLabels_qualifiers,
 84096                   /* type */
 84097                   CIMTYPE_STRING,
 84098                   /* subscript */
 84099                   0,
 84100                   /* value */
 84101                   0,
 84102               };
 84103               
 84104               static const char*
 84105 mike  1.1.2.1 _CIM_Magazine_LabelStates_qualifiers[] =
 84106               {
 84107                   /* ValueMap */
 84108                   "\061\000\0030\0001\0002\000",
 84109                   /* Values */
 84110                   "\062\000\003OK/Readable\000Unreadable\000Upside Down\000",
 84111                   /* ArrayType */
 84112                   "\005Indexed",
 84113                   /* ModelCorrespondence */
 84114                   "\036\000\001CIM_Magazine.PhysicalLabels\000",
 84115                   0,
 84116               };
 84117               
 84118               static MetaProperty
 84119               _CIM_Magazine_LabelStates =
 84120               {
 84121                   /* flags */
 84122                   META_FLAG_PROPERTY|META_FLAG_READ,
 84123                   /* name */
 84124                   "LabelStates",
 84125                   /* qualifiers */
 84126 mike  1.1.2.1     _CIM_Magazine_LabelStates_qualifiers,
 84127                   /* type */
 84128                   CIMTYPE_UINT16,
 84129                   /* subscript */
 84130                   0,
 84131                   /* value */
 84132                   0,
 84133               };
 84134               
 84135               static const char*
 84136               _CIM_Magazine_LabelFormats_qualifiers[] =
 84137               {
 84138                   /* ValueMap */
 84139                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 84140                   /* Values */
 84141                   "\062\000\006Barcode\000Radio Frequency Identification\000OCR (Optical Character Recognition)\000MICR (Magnetic Ink Character Recognition)\0007 Character Barcode\0009 Character Barcode\000",
 84142                   /* ArrayType */
 84143                   "\005Indexed",
 84144                   /* ModelCorrespondence */
 84145                   "\036\000\001CIM_Magazine.PhysicalLabels\000",
 84146                   0,
 84147 mike  1.1.2.1 };
 84148               
 84149               static MetaProperty
 84150               _CIM_Magazine_LabelFormats =
 84151               {
 84152                   /* flags */
 84153                   META_FLAG_PROPERTY|META_FLAG_READ,
 84154                   /* name */
 84155                   "LabelFormats",
 84156                   /* qualifiers */
 84157                   _CIM_Magazine_LabelFormats_qualifiers,
 84158                   /* type */
 84159                   CIMTYPE_UINT16,
 84160                   /* subscript */
 84161                   0,
 84162                   /* value */
 84163                   0,
 84164               };
 84165               
 84166               static MetaFeature*
 84167               _CIM_Magazine_features[] =
 84168 mike  1.1.2.1 {
 84169                   (MetaFeature*)&_CIM_Magazine_PhysicalLabels,
 84170                   (MetaFeature*)&_CIM_Magazine_LabelStates,
 84171                   (MetaFeature*)&_CIM_Magazine_LabelFormats,
 84172                   0,
 84173               };
 84174               
 84175               static const char*
 84176               __root_cimv2_CIM_Magazine_qualifiers[] =
 84177               {
 84178                   /* UMLPackagePath */
 84179                   "\057CIM::Physical::StoragePackage",
 84180                   /* Version */
 84181                   "\0632.6.0",
 84182                   0,
 84183               };
 84184               
 84185               MetaClass
 84186               __root_cimv2_CIM_Magazine =
 84187               {
 84188                   /* flags */
 84189 mike  1.1.2.1     META_FLAG_CLASS,
 84190                   /* name */
 84191                   "CIM_Magazine",
 84192                   /* qualifiers */
 84193                   __root_cimv2_CIM_Magazine_qualifiers,
 84194                   /* super */
 84195                   &__root_cimv2_CIM_StorageMediaLocation,
 84196                   /* features */
 84197                   _CIM_Magazine_features,
 84198               };
 84199               
 84200               //==============================================================================
 84201               //
 84202               // Class: CIM_MediaPhysicalStatInfo
 84203               //
 84204               //==============================================================================
 84205               
 84206               static const char*
 84207               _CIM_MediaPhysicalStatInfo_ScanSuccesses_qualifiers[] =
 84208               {
 84209                   /* Deprecated */
 84210 mike  1.1.2.1     "\013\000\001CIM_MediaPhysicalStatData.ScanSuccesses\000",
 84211                   /* Counter */
 84212                   "\012\001",
 84213                   0,
 84214               };
 84215               
 84216               static MetaProperty
 84217               _CIM_MediaPhysicalStatInfo_ScanSuccesses =
 84218               {
 84219                   /* flags */
 84220                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 84221                   /* name */
 84222                   "ScanSuccesses",
 84223                   /* qualifiers */
 84224                   _CIM_MediaPhysicalStatInfo_ScanSuccesses_qualifiers,
 84225                   /* type */
 84226                   CIMTYPE_UINT64,
 84227                   /* subscript */
 84228                   -1,
 84229                   /* value */
 84230                   0,
 84231 mike  1.1.2.1 };
 84232               
 84233               static const char*
 84234               _CIM_MediaPhysicalStatInfo_ScanFailures_qualifiers[] =
 84235               {
 84236                   /* Deprecated */
 84237                   "\013\000\001CIM_MediaPhysicalStatData.ScanFailures\000",
 84238                   /* Counter */
 84239                   "\012\001",
 84240                   0,
 84241               };
 84242               
 84243               static MetaProperty
 84244               _CIM_MediaPhysicalStatInfo_ScanFailures =
 84245               {
 84246                   /* flags */
 84247                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 84248                   /* name */
 84249                   "ScanFailures",
 84250                   /* qualifiers */
 84251                   _CIM_MediaPhysicalStatInfo_ScanFailures_qualifiers,
 84252 mike  1.1.2.1     /* type */
 84253                   CIMTYPE_UINT64,
 84254                   /* subscript */
 84255                   -1,
 84256                   /* value */
 84257                   0,
 84258               };
 84259               
 84260               static const char*
 84261               _CIM_MediaPhysicalStatInfo_ScanRetries_qualifiers[] =
 84262               {
 84263                   /* Deprecated */
 84264                   "\013\000\001CIM_MediaPhysicalStatData.ScanRetries\000",
 84265                   /* Counter */
 84266                   "\012\001",
 84267                   0,
 84268               };
 84269               
 84270               static MetaProperty
 84271               _CIM_MediaPhysicalStatInfo_ScanRetries =
 84272               {
 84273 mike  1.1.2.1     /* flags */
 84274                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 84275                   /* name */
 84276                   "ScanRetries",
 84277                   /* qualifiers */
 84278                   _CIM_MediaPhysicalStatInfo_ScanRetries_qualifiers,
 84279                   /* type */
 84280                   CIMTYPE_UINT64,
 84281                   /* subscript */
 84282                   -1,
 84283                   /* value */
 84284                   0,
 84285               };
 84286               
 84287               static const char*
 84288               _CIM_MediaPhysicalStatInfo_PickSuccesses_qualifiers[] =
 84289               {
 84290                   /* Deprecated */
 84291                   "\013\000\001CIM_MediaPhysicalStatData.PickSuccesses\000",
 84292                   /* Counter */
 84293                   "\012\001",
 84294 mike  1.1.2.1     0,
 84295               };
 84296               
 84297               static MetaProperty
 84298               _CIM_MediaPhysicalStatInfo_PickSuccesses =
 84299               {
 84300                   /* flags */
 84301                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 84302                   /* name */
 84303                   "PickSuccesses",
 84304                   /* qualifiers */
 84305                   _CIM_MediaPhysicalStatInfo_PickSuccesses_qualifiers,
 84306                   /* type */
 84307                   CIMTYPE_UINT64,
 84308                   /* subscript */
 84309                   -1,
 84310                   /* value */
 84311                   0,
 84312               };
 84313               
 84314               static const char*
 84315 mike  1.1.2.1 _CIM_MediaPhysicalStatInfo_PickFailures_qualifiers[] =
 84316               {
 84317                   /* Deprecated */
 84318                   "\013\000\001CIM_MediaPhysicalStatData.PickFailures\000",
 84319                   /* Counter */
 84320                   "\012\001",
 84321                   0,
 84322               };
 84323               
 84324               static MetaProperty
 84325               _CIM_MediaPhysicalStatInfo_PickFailures =
 84326               {
 84327                   /* flags */
 84328                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 84329                   /* name */
 84330                   "PickFailures",
 84331                   /* qualifiers */
 84332                   _CIM_MediaPhysicalStatInfo_PickFailures_qualifiers,
 84333                   /* type */
 84334                   CIMTYPE_UINT64,
 84335                   /* subscript */
 84336 mike  1.1.2.1     -1,
 84337                   /* value */
 84338                   0,
 84339               };
 84340               
 84341               static const char*
 84342               _CIM_MediaPhysicalStatInfo_PickRetries_qualifiers[] =
 84343               {
 84344                   /* Deprecated */
 84345                   "\013\000\001CIM_MediaPhysicalStatData.PickRetries\000",
 84346                   /* Counter */
 84347                   "\012\001",
 84348                   0,
 84349               };
 84350               
 84351               static MetaProperty
 84352               _CIM_MediaPhysicalStatInfo_PickRetries =
 84353               {
 84354                   /* flags */
 84355                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 84356                   /* name */
 84357 mike  1.1.2.1     "PickRetries",
 84358                   /* qualifiers */
 84359                   _CIM_MediaPhysicalStatInfo_PickRetries_qualifiers,
 84360                   /* type */
 84361                   CIMTYPE_UINT64,
 84362                   /* subscript */
 84363                   -1,
 84364                   /* value */
 84365                   0,
 84366               };
 84367               
 84368               static const char*
 84369               _CIM_MediaPhysicalStatInfo_PutSuccesses_qualifiers[] =
 84370               {
 84371                   /* Deprecated */
 84372                   "\013\000\001CIM_MediaPhysicalStatData.PutSuccesses\000",
 84373                   /* Counter */
 84374                   "\012\001",
 84375                   0,
 84376               };
 84377               
 84378 mike  1.1.2.1 static MetaProperty
 84379               _CIM_MediaPhysicalStatInfo_PutSuccesses =
 84380               {
 84381                   /* flags */
 84382                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 84383                   /* name */
 84384                   "PutSuccesses",
 84385                   /* qualifiers */
 84386                   _CIM_MediaPhysicalStatInfo_PutSuccesses_qualifiers,
 84387                   /* type */
 84388                   CIMTYPE_UINT64,
 84389                   /* subscript */
 84390                   -1,
 84391                   /* value */
 84392                   0,
 84393               };
 84394               
 84395               static const char*
 84396               _CIM_MediaPhysicalStatInfo_PutFailures_qualifiers[] =
 84397               {
 84398                   /* Deprecated */
 84399 mike  1.1.2.1     "\013\000\001CIM_MediaPhysicalStatData.PutFailures\000",
 84400                   /* Counter */
 84401                   "\012\001",
 84402                   0,
 84403               };
 84404               
 84405               static MetaProperty
 84406               _CIM_MediaPhysicalStatInfo_PutFailures =
 84407               {
 84408                   /* flags */
 84409                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 84410                   /* name */
 84411                   "PutFailures",
 84412                   /* qualifiers */
 84413                   _CIM_MediaPhysicalStatInfo_PutFailures_qualifiers,
 84414                   /* type */
 84415                   CIMTYPE_UINT64,
 84416                   /* subscript */
 84417                   -1,
 84418                   /* value */
 84419                   0,
 84420 mike  1.1.2.1 };
 84421               
 84422               static const char*
 84423               _CIM_MediaPhysicalStatInfo_PutRetries_qualifiers[] =
 84424               {
 84425                   /* Deprecated */
 84426                   "\013\000\001CIM_MediaPhysicalStatData.PutRetries\000",
 84427                   /* Counter */
 84428                   "\012\001",
 84429                   0,
 84430               };
 84431               
 84432               static MetaProperty
 84433               _CIM_MediaPhysicalStatInfo_PutRetries =
 84434               {
 84435                   /* flags */
 84436                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 84437                   /* name */
 84438                   "PutRetries",
 84439                   /* qualifiers */
 84440                   _CIM_MediaPhysicalStatInfo_PutRetries_qualifiers,
 84441 mike  1.1.2.1     /* type */
 84442                   CIMTYPE_UINT64,
 84443                   /* subscript */
 84444                   -1,
 84445                   /* value */
 84446                   0,
 84447               };
 84448               
 84449               static const char*
 84450               _CIM_MediaPhysicalStatInfo_ResetCounter_SelectedCounter_qualifiers[] =
 84451               {
 84452                   /* IN */
 84453                   "\024\001",
 84454                   /* ValueMap */
 84455                   "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\0009\000",
 84456                   /* Values */
 84457                   "\062\000\012All\000Scan Successes\000Scan Failures\000Scan Retries\000Pick Successes\000Pick Failures\000Pick Retries\000Put Successes\000Put Failures\000Put Retries\000",
 84458                   0,
 84459               };
 84460               
 84461               static MetaProperty
 84462 mike  1.1.2.1 _CIM_MediaPhysicalStatInfo_ResetCounter_SelectedCounter =
 84463               {
 84464                   /* flags */
 84465                   META_FLAG_PROPERTY|META_FLAG_IN,
 84466                   /* name */
 84467                   "SelectedCounter",
 84468                   /* qualifiers */
 84469                   _CIM_MediaPhysicalStatInfo_ResetCounter_SelectedCounter_qualifiers,
 84470                   /* type */
 84471                   CIMTYPE_UINT16,
 84472                   /* subscript */
 84473                   -1,
 84474                   /* value */
 84475                   0,
 84476               };
 84477               
 84478               static MetaFeature*
 84479               _CIM_MediaPhysicalStatInfo_ResetCounter_parameters[] =
 84480               {
 84481                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_ResetCounter_SelectedCounter,
 84482                   0,
 84483 mike  1.1.2.1 };
 84484               
 84485               static const char*
 84486               _CIM_MediaPhysicalStatInfo_ResetCounter_qualifiers[] =
 84487               {
 84488                   /* Deprecated */
 84489                   "\013\000\001CIM_StatisticalData.ResetSelectedStats\000",
 84490                   0,
 84491               };
 84492               
 84493               static MetaMethod
 84494               _CIM_MediaPhysicalStatInfo_ResetCounter =
 84495               {
 84496                   /* flags */
 84497                   META_FLAG_METHOD,
 84498                   /* name */
 84499                   "CIM_MediaPhysicalStatInfo",
 84500                   /* qualifiers */
 84501                   _CIM_MediaPhysicalStatInfo_ResetCounter_qualifiers,
 84502                   /* type */
 84503                   CIMTYPE_UINT32,
 84504 mike  1.1.2.1     /* parameters */
 84505                   _CIM_MediaPhysicalStatInfo_ResetCounter_parameters,
 84506               };
 84507               
 84508               static MetaFeature*
 84509               _CIM_MediaPhysicalStatInfo_features[] =
 84510               {
 84511                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_ScanSuccesses,
 84512                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_ScanFailures,
 84513                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_ScanRetries,
 84514                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_PickSuccesses,
 84515                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_PickFailures,
 84516                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_PickRetries,
 84517                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_PutSuccesses,
 84518                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_PutFailures,
 84519                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_PutRetries,
 84520                   (MetaFeature*)&_CIM_MediaPhysicalStatInfo_ResetCounter,
 84521                   0,
 84522               };
 84523               
 84524               static const char*
 84525 mike  1.1.2.1 __root_cimv2_CIM_MediaPhysicalStatInfo_qualifiers[] =
 84526               {
 84527                   /* Deprecated */
 84528                   "\013\000\001CIM_MediaPhysicalStatData\000",
 84529                   /* UMLPackagePath */
 84530                   "\057CIM::Physical::StoragePackage",
 84531                   /* Version */
 84532                   "\0632.7.0",
 84533                   0,
 84534               };
 84535               
 84536               MetaClass
 84537               __root_cimv2_CIM_MediaPhysicalStatInfo =
 84538               {
 84539                   /* flags */
 84540                   META_FLAG_CLASS,
 84541                   /* name */
 84542                   "CIM_MediaPhysicalStatInfo",
 84543                   /* qualifiers */
 84544                   __root_cimv2_CIM_MediaPhysicalStatInfo_qualifiers,
 84545                   /* super */
 84546 mike  1.1.2.1     &__root_cimv2_CIM_PhysicalStatisticalInformation,
 84547                   /* features */
 84548                   _CIM_MediaPhysicalStatInfo_features,
 84549               };
 84550               
 84551               //==============================================================================
 84552               //
 84553               // Class: CIM_MoreOrganizationInfo
 84554               //
 84555               //==============================================================================
 84556               
 84557               static const char*
 84558               _CIM_MoreOrganizationInfo_Antecedent_qualifiers[] =
 84559               {
 84560                   /* Override */
 84561                   "\044Antecedent",
 84562                   /* Min */
 84563                   "\033\000\000\000\001",
 84564                   /* Max */
 84565                   "\027\000\000\000\001",
 84566                   0,
 84567 mike  1.1.2.1 };
 84568               
 84569               static MetaReference
 84570               _CIM_MoreOrganizationInfo_Antecedent =
 84571               {
 84572                   /* flags */
 84573                   META_FLAG_REFERENCE|META_FLAG_READ,
 84574                   /* name */
 84575                   "Antecedent",
 84576                   /* qualifiers */
 84577                   _CIM_MoreOrganizationInfo_Antecedent_qualifiers,
 84578                   /* subscript */
 84579                   -1,
 84580                   /* refId */
 84581                   &__root_cimv2_CIM_Organization,
 84582               };
 84583               
 84584               static const char*
 84585               _CIM_MoreOrganizationInfo_Dependent_qualifiers[] =
 84586               {
 84587                   /* Override */
 84588 mike  1.1.2.1     "\044Dependent",
 84589                   /* Max */
 84590                   "\027\000\000\000\001",
 84591                   0,
 84592               };
 84593               
 84594               static MetaReference
 84595               _CIM_MoreOrganizationInfo_Dependent =
 84596               {
 84597                   /* flags */
 84598                   META_FLAG_REFERENCE|META_FLAG_READ,
 84599                   /* name */
 84600                   "Dependent",
 84601                   /* qualifiers */
 84602                   _CIM_MoreOrganizationInfo_Dependent_qualifiers,
 84603                   /* subscript */
 84604                   -1,
 84605                   /* refId */
 84606                   &__root_cimv2_CIM_OtherOrganizationInformation,
 84607               };
 84608               
 84609 mike  1.1.2.1 static MetaFeature*
 84610               _CIM_MoreOrganizationInfo_features[] =
 84611               {
 84612                   (MetaFeature*)&_CIM_MoreOrganizationInfo_Antecedent,
 84613                   (MetaFeature*)&_CIM_MoreOrganizationInfo_Dependent,
 84614                   0,
 84615               };
 84616               
 84617               static const char*
 84618               __root_cimv2_CIM_MoreOrganizationInfo_qualifiers[] =
 84619               {
 84620                   /* ASSOCIATION */
 84621                   "\000\001",
 84622                   /* UMLPackagePath */
 84623                   "\057CIM::User::Org",
 84624                   /* Version */
 84625                   "\0632.7.0",
 84626                   0,
 84627               };
 84628               
 84629               MetaClass
 84630 mike  1.1.2.1 __root_cimv2_CIM_MoreOrganizationInfo =
 84631               {
 84632                   /* flags */
 84633                   META_FLAG_ASSOCIATION,
 84634                   /* name */
 84635                   "CIM_MoreOrganizationInfo",
 84636                   /* qualifiers */
 84637                   __root_cimv2_CIM_MoreOrganizationInfo_qualifiers,
 84638                   /* super */
 84639                   &__root_cimv2_CIM_Dependency,
 84640                   /* features */
 84641                   _CIM_MoreOrganizationInfo_features,
 84642               };
 84643               
 84644               //==============================================================================
 84645               //
 84646               // Class: CIM_OwningJobElement
 84647               //
 84648               //==============================================================================
 84649               
 84650               static const char*
 84651 mike  1.1.2.1 _CIM_OwningJobElement_OwningElement_qualifiers[] =
 84652               {
 84653                   /* Key */
 84654                   "\025\001",
 84655                   /* Max */
 84656                   "\027\000\000\000\001",
 84657                   0,
 84658               };
 84659               
 84660               static MetaReference
 84661               _CIM_OwningJobElement_OwningElement =
 84662               {
 84663                   /* flags */
 84664                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 84665                   /* name */
 84666                   "OwningElement",
 84667                   /* qualifiers */
 84668                   _CIM_OwningJobElement_OwningElement_qualifiers,
 84669                   /* subscript */
 84670                   -1,
 84671                   /* refId */
 84672 mike  1.1.2.1     &__root_cimv2_CIM_ManagedElement,
 84673               };
 84674               
 84675               static const char*
 84676               _CIM_OwningJobElement_OwnedElement_qualifiers[] =
 84677               {
 84678                   /* Key */
 84679                   "\025\001",
 84680                   0,
 84681               };
 84682               
 84683               static MetaReference
 84684               _CIM_OwningJobElement_OwnedElement =
 84685               {
 84686                   /* flags */
 84687                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 84688                   /* name */
 84689                   "OwnedElement",
 84690                   /* qualifiers */
 84691                   _CIM_OwningJobElement_OwnedElement_qualifiers,
 84692                   /* subscript */
 84693 mike  1.1.2.1     -1,
 84694                   /* refId */
 84695                   &__root_cimv2_CIM_Job,
 84696               };
 84697               
 84698               static MetaFeature*
 84699               _CIM_OwningJobElement_features[] =
 84700               {
 84701                   (MetaFeature*)&_CIM_OwningJobElement_OwningElement,
 84702                   (MetaFeature*)&_CIM_OwningJobElement_OwnedElement,
 84703                   0,
 84704               };
 84705               
 84706               static const char*
 84707               __root_cimv2_CIM_OwningJobElement_qualifiers[] =
 84708               {
 84709                   /* ASSOCIATION */
 84710                   "\000\001",
 84711                   /* UMLPackagePath */
 84712                   "\057CIM::System::Processing",
 84713                   /* Version */
 84714 mike  1.1.2.1     "\0632.7.0",
 84715                   /* ModelCorrespondence */
 84716                   "\036\000\001CIM_Job.Owner\000",
 84717                   0,
 84718               };
 84719               
 84720               MetaClass
 84721               __root_cimv2_CIM_OwningJobElement =
 84722               {
 84723                   /* flags */
 84724                   META_FLAG_ASSOCIATION,
 84725                   /* name */
 84726                   "CIM_OwningJobElement",
 84727                   /* qualifiers */
 84728                   __root_cimv2_CIM_OwningJobElement_qualifiers,
 84729                   /* super */
 84730                   0,
 84731                   /* features */
 84732                   _CIM_OwningJobElement_features,
 84733               };
 84734               
 84735 mike  1.1.2.1 //==============================================================================
 84736               //
 84737               // Class: CIM_PackagedComponent
 84738               //
 84739               //==============================================================================
 84740               
 84741               static const char*
 84742               _CIM_PackagedComponent_GroupComponent_qualifiers[] =
 84743               {
 84744                   /* Aggregate */
 84745                   "\003\001",
 84746                   /* Override */
 84747                   "\044GroupComponent",
 84748                   /* Max */
 84749                   "\027\000\000\000\001",
 84750                   0,
 84751               };
 84752               
 84753               static MetaReference
 84754               _CIM_PackagedComponent_GroupComponent =
 84755               {
 84756 mike  1.1.2.1     /* flags */
 84757                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 84758                   /* name */
 84759                   "GroupComponent",
 84760                   /* qualifiers */
 84761                   _CIM_PackagedComponent_GroupComponent_qualifiers,
 84762                   /* subscript */
 84763                   -1,
 84764                   /* refId */
 84765                   &__root_cimv2_CIM_PhysicalPackage,
 84766               };
 84767               
 84768               static const char*
 84769               _CIM_PackagedComponent_PartComponent_qualifiers[] =
 84770               {
 84771                   /* Override */
 84772                   "\044PartComponent",
 84773                   0,
 84774               };
 84775               
 84776               static MetaReference
 84777 mike  1.1.2.1 _CIM_PackagedComponent_PartComponent =
 84778               {
 84779                   /* flags */
 84780                   META_FLAG_REFERENCE|META_FLAG_READ,
 84781                   /* name */
 84782                   "PartComponent",
 84783                   /* qualifiers */
 84784                   _CIM_PackagedComponent_PartComponent_qualifiers,
 84785                   /* subscript */
 84786                   -1,
 84787                   /* refId */
 84788                   &__root_cimv2_CIM_PhysicalComponent,
 84789               };
 84790               
 84791               static MetaFeature*
 84792               _CIM_PackagedComponent_features[] =
 84793               {
 84794                   (MetaFeature*)&_CIM_PackagedComponent_GroupComponent,
 84795                   (MetaFeature*)&_CIM_PackagedComponent_PartComponent,
 84796                   0,
 84797               };
 84798 mike  1.1.2.1 
 84799               static const char*
 84800               __root_cimv2_CIM_PackagedComponent_qualifiers[] =
 84801               {
 84802                   /* ASSOCIATION */
 84803                   "\000\001",
 84804                   /* UMLPackagePath */
 84805                   "\057CIM::Physical::Component",
 84806                   /* Aggregation */
 84807                   "\004\001",
 84808                   /* Version */
 84809                   "\0632.6.0",
 84810                   0,
 84811               };
 84812               
 84813               MetaClass
 84814               __root_cimv2_CIM_PackagedComponent =
 84815               {
 84816                   /* flags */
 84817                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 84818                   /* name */
 84819 mike  1.1.2.1     "CIM_PackagedComponent",
 84820                   /* qualifiers */
 84821                   __root_cimv2_CIM_PackagedComponent_qualifiers,
 84822                   /* super */
 84823                   &__root_cimv2_CIM_Container,
 84824                   /* features */
 84825                   _CIM_PackagedComponent_features,
 84826               };
 84827               
 84828               //==============================================================================
 84829               //
 84830               // Class: CIM_PackageInChassis
 84831               //
 84832               //==============================================================================
 84833               
 84834               static const char*
 84835               _CIM_PackageInChassis_GroupComponent_qualifiers[] =
 84836               {
 84837                   /* Aggregate */
 84838                   "\003\001",
 84839                   /* Override */
 84840 mike  1.1.2.1     "\044GroupComponent",
 84841                   /* Max */
 84842                   "\027\000\000\000\001",
 84843                   0,
 84844               };
 84845               
 84846               static MetaReference
 84847               _CIM_PackageInChassis_GroupComponent =
 84848               {
 84849                   /* flags */
 84850                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 84851                   /* name */
 84852                   "GroupComponent",
 84853                   /* qualifiers */
 84854                   _CIM_PackageInChassis_GroupComponent_qualifiers,
 84855                   /* subscript */
 84856                   -1,
 84857                   /* refId */
 84858                   &__root_cimv2_CIM_Chassis,
 84859               };
 84860               
 84861 mike  1.1.2.1 static const char*
 84862               _CIM_PackageInChassis_PartComponent_qualifiers[] =
 84863               {
 84864                   /* Override */
 84865                   "\044PartComponent",
 84866                   0,
 84867               };
 84868               
 84869               static MetaReference
 84870               _CIM_PackageInChassis_PartComponent =
 84871               {
 84872                   /* flags */
 84873                   META_FLAG_REFERENCE|META_FLAG_READ,
 84874                   /* name */
 84875                   "PartComponent",
 84876                   /* qualifiers */
 84877                   _CIM_PackageInChassis_PartComponent_qualifiers,
 84878                   /* subscript */
 84879                   -1,
 84880                   /* refId */
 84881                   &__root_cimv2_CIM_PhysicalPackage,
 84882 mike  1.1.2.1 };
 84883               
 84884               static MetaFeature*
 84885               _CIM_PackageInChassis_features[] =
 84886               {
 84887                   (MetaFeature*)&_CIM_PackageInChassis_GroupComponent,
 84888                   (MetaFeature*)&_CIM_PackageInChassis_PartComponent,
 84889                   0,
 84890               };
 84891               
 84892               static const char*
 84893               __root_cimv2_CIM_PackageInChassis_qualifiers[] =
 84894               {
 84895                   /* ASSOCIATION */
 84896                   "\000\001",
 84897                   /* UMLPackagePath */
 84898                   "\057CIM::Physical::Package",
 84899                   /* Aggregation */
 84900                   "\004\001",
 84901                   /* Version */
 84902                   "\0632.6.0",
 84903 mike  1.1.2.1     0,
 84904               };
 84905               
 84906               MetaClass
 84907               __root_cimv2_CIM_PackageInChassis =
 84908               {
 84909                   /* flags */
 84910                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 84911                   /* name */
 84912                   "CIM_PackageInChassis",
 84913                   /* qualifiers */
 84914                   __root_cimv2_CIM_PackageInChassis_qualifiers,
 84915                   /* super */
 84916                   &__root_cimv2_CIM_Container,
 84917                   /* features */
 84918                   _CIM_PackageInChassis_features,
 84919               };
 84920               
 84921               //==============================================================================
 84922               //
 84923               // Class: CIM_PackageInConnector
 84924 mike  1.1.2.1 //
 84925               //==============================================================================
 84926               
 84927               static const char*
 84928               _CIM_PackageInConnector_Antecedent_qualifiers[] =
 84929               {
 84930                   /* Override */
 84931                   "\044Antecedent",
 84932                   0,
 84933               };
 84934               
 84935               static MetaReference
 84936               _CIM_PackageInConnector_Antecedent =
 84937               {
 84938                   /* flags */
 84939                   META_FLAG_REFERENCE|META_FLAG_READ,
 84940                   /* name */
 84941                   "Antecedent",
 84942                   /* qualifiers */
 84943                   _CIM_PackageInConnector_Antecedent_qualifiers,
 84944                   /* subscript */
 84945 mike  1.1.2.1     -1,
 84946                   /* refId */
 84947                   &__root_cimv2_CIM_PhysicalConnector,
 84948               };
 84949               
 84950               static const char*
 84951               _CIM_PackageInConnector_Dependent_qualifiers[] =
 84952               {
 84953                   /* Override */
 84954                   "\044Dependent",
 84955                   /* Max */
 84956                   "\027\000\000\000\001",
 84957                   0,
 84958               };
 84959               
 84960               static MetaReference
 84961               _CIM_PackageInConnector_Dependent =
 84962               {
 84963                   /* flags */
 84964                   META_FLAG_REFERENCE|META_FLAG_READ,
 84965                   /* name */
 84966 mike  1.1.2.1     "Dependent",
 84967                   /* qualifiers */
 84968                   _CIM_PackageInConnector_Dependent_qualifiers,
 84969                   /* subscript */
 84970                   -1,
 84971                   /* refId */
 84972                   &__root_cimv2_CIM_PhysicalPackage,
 84973               };
 84974               
 84975               static MetaFeature*
 84976               _CIM_PackageInConnector_features[] =
 84977               {
 84978                   (MetaFeature*)&_CIM_PackageInConnector_Antecedent,
 84979                   (MetaFeature*)&_CIM_PackageInConnector_Dependent,
 84980                   0,
 84981               };
 84982               
 84983               static const char*
 84984               __root_cimv2_CIM_PackageInConnector_qualifiers[] =
 84985               {
 84986                   /* ASSOCIATION */
 84987 mike  1.1.2.1     "\000\001",
 84988                   /* UMLPackagePath */
 84989                   "\057CIM::Physical::Connector",
 84990                   /* Version */
 84991                   "\0632.6.0",
 84992                   0,
 84993               };
 84994               
 84995               MetaClass
 84996               __root_cimv2_CIM_PackageInConnector =
 84997               {
 84998                   /* flags */
 84999                   META_FLAG_ASSOCIATION,
 85000                   /* name */
 85001                   "CIM_PackageInConnector",
 85002                   /* qualifiers */
 85003                   __root_cimv2_CIM_PackageInConnector_qualifiers,
 85004                   /* super */
 85005                   &__root_cimv2_CIM_Dependency,
 85006                   /* features */
 85007                   _CIM_PackageInConnector_features,
 85008 mike  1.1.2.1 };
 85009               
 85010               //==============================================================================
 85011               //
 85012               // Class: CIM_PackageInSlot
 85013               //
 85014               //==============================================================================
 85015               
 85016               static const char*
 85017               _CIM_PackageInSlot_Antecedent_qualifiers[] =
 85018               {
 85019                   /* Override */
 85020                   "\044Antecedent",
 85021                   0,
 85022               };
 85023               
 85024               static MetaReference
 85025               _CIM_PackageInSlot_Antecedent =
 85026               {
 85027                   /* flags */
 85028                   META_FLAG_REFERENCE|META_FLAG_READ,
 85029 mike  1.1.2.1     /* name */
 85030                   "Antecedent",
 85031                   /* qualifiers */
 85032                   _CIM_PackageInSlot_Antecedent_qualifiers,
 85033                   /* subscript */
 85034                   -1,
 85035                   /* refId */
 85036                   &__root_cimv2_CIM_Slot,
 85037               };
 85038               
 85039               static const char*
 85040               _CIM_PackageInSlot_Dependent_qualifiers[] =
 85041               {
 85042                   /* Override */
 85043                   "\044Dependent",
 85044                   /* Max */
 85045                   "\027\000\000\000\001",
 85046                   0,
 85047               };
 85048               
 85049               static MetaReference
 85050 mike  1.1.2.1 _CIM_PackageInSlot_Dependent =
 85051               {
 85052                   /* flags */
 85053                   META_FLAG_REFERENCE|META_FLAG_READ,
 85054                   /* name */
 85055                   "Dependent",
 85056                   /* qualifiers */
 85057                   _CIM_PackageInSlot_Dependent_qualifiers,
 85058                   /* subscript */
 85059                   -1,
 85060                   /* refId */
 85061                   &__root_cimv2_CIM_PhysicalPackage,
 85062               };
 85063               
 85064               static MetaFeature*
 85065               _CIM_PackageInSlot_features[] =
 85066               {
 85067                   (MetaFeature*)&_CIM_PackageInSlot_Antecedent,
 85068                   (MetaFeature*)&_CIM_PackageInSlot_Dependent,
 85069                   0,
 85070               };
 85071 mike  1.1.2.1 
 85072               static const char*
 85073               __root_cimv2_CIM_PackageInSlot_qualifiers[] =
 85074               {
 85075                   /* ASSOCIATION */
 85076                   "\000\001",
 85077                   /* UMLPackagePath */
 85078                   "\057CIM::Physical::Connector",
 85079                   /* Version */
 85080                   "\0632.6.0",
 85081                   0,
 85082               };
 85083               
 85084               MetaClass
 85085               __root_cimv2_CIM_PackageInSlot =
 85086               {
 85087                   /* flags */
 85088                   META_FLAG_ASSOCIATION,
 85089                   /* name */
 85090                   "CIM_PackageInSlot",
 85091                   /* qualifiers */
 85092 mike  1.1.2.1     __root_cimv2_CIM_PackageInSlot_qualifiers,
 85093                   /* super */
 85094                   &__root_cimv2_CIM_PackageInConnector,
 85095                   /* features */
 85096                   _CIM_PackageInSlot_features,
 85097               };
 85098               
 85099               //==============================================================================
 85100               //
 85101               // Class: CIM_PeerIDPayloadFilterEntry
 85102               //
 85103               //==============================================================================
 85104               
 85105               static const char*
 85106               _CIM_PeerIDPayloadFilterEntry_MatchIdentityType_qualifiers[] =
 85107               {
 85108                   /* Required */
 85109                   "\050\001",
 85110                   /* ValueMap */
 85111                   "\061\000\0161\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\0000x8000..\000",
 85112                   /* Values */
 85113 mike  1.1.2.1     "\062\000\016Other\000IPV4 Address\000FQDN\000User FQDN\000IPV4 Subnet Address\000IPV6 Address\000IPV6 Subnet Address\000IPV4 Address Range\000IPV6 Address Range\000DER ASN1 DN\000DER ASN1 GN\000KEY ID\000DMTF Reserved\000Vendor Reserved\000",
 85114                   /* MappingStrings */
 85115                   "\026\000\002IPSP Policy Model.IETF|PeerIDPayloadFilterEntry.MatchIdentityType\000RFC2407.IETF|Section 4.6.2.1\000",
 85116                   /* ModelCorrespondence */
 85117                   "\036\000\001CIM_PeerIDPayloadFilterEntry.MatchIdentityValue\000",
 85118                   0,
 85119               };
 85120               
 85121               static MetaProperty
 85122               _CIM_PeerIDPayloadFilterEntry_MatchIdentityType =
 85123               {
 85124                   /* flags */
 85125                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 85126                   /* name */
 85127                   "MatchIdentityType",
 85128                   /* qualifiers */
 85129                   _CIM_PeerIDPayloadFilterEntry_MatchIdentityType_qualifiers,
 85130                   /* type */
 85131                   CIMTYPE_UINT16,
 85132                   /* subscript */
 85133                   -1,
 85134 mike  1.1.2.1     /* value */
 85135                   0,
 85136               };
 85137               
 85138               static const char*
 85139               _CIM_PeerIDPayloadFilterEntry_MatchIdentityValue_qualifiers[] =
 85140               {
 85141                   /* Required */
 85142                   "\050\001",
 85143                   /* MappingStrings */
 85144                   "\026\000\001IPSP Policy Model.IETF|PeerIDPayloadFilterEntry.MatchIdentityValue\000",
 85145                   /* ModelCorrespondence */
 85146                   "\036\000\001CIM_PeerIDPayloadFilterEntry.MatchIdentityType\000",
 85147                   0,
 85148               };
 85149               
 85150               static MetaProperty
 85151               _CIM_PeerIDPayloadFilterEntry_MatchIdentityValue =
 85152               {
 85153                   /* flags */
 85154                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 85155 mike  1.1.2.1     /* name */
 85156                   "MatchIdentityValue",
 85157                   /* qualifiers */
 85158                   _CIM_PeerIDPayloadFilterEntry_MatchIdentityValue_qualifiers,
 85159                   /* type */
 85160                   CIMTYPE_STRING,
 85161                   /* subscript */
 85162                   -1,
 85163                   /* value */
 85164                   0,
 85165               };
 85166               
 85167               static MetaFeature*
 85168               _CIM_PeerIDPayloadFilterEntry_features[] =
 85169               {
 85170                   (MetaFeature*)&_CIM_PeerIDPayloadFilterEntry_MatchIdentityType,
 85171                   (MetaFeature*)&_CIM_PeerIDPayloadFilterEntry_MatchIdentityValue,
 85172                   0,
 85173               };
 85174               
 85175               static const char*
 85176 mike  1.1.2.1 __root_cimv2_CIM_PeerIDPayloadFilterEntry_qualifiers[] =
 85177               {
 85178                   /* UMLPackagePath */
 85179                   "\057CIM::Network::Filtering",
 85180                   /* Version */
 85181                   "\0632.8.0",
 85182                   /* MappingStrings */
 85183                   "\026\000\001IPSP Policy Model.IETF|PeerIDPayloadFilterEntry\000",
 85184                   0,
 85185               };
 85186               
 85187               MetaClass
 85188               __root_cimv2_CIM_PeerIDPayloadFilterEntry =
 85189               {
 85190                   /* flags */
 85191                   META_FLAG_CLASS,
 85192                   /* name */
 85193                   "CIM_PeerIDPayloadFilterEntry",
 85194                   /* qualifiers */
 85195                   __root_cimv2_CIM_PeerIDPayloadFilterEntry_qualifiers,
 85196                   /* super */
 85197 mike  1.1.2.1     &__root_cimv2_CIM_FilterEntryBase,
 85198                   /* features */
 85199                   _CIM_PeerIDPayloadFilterEntry_features,
 85200               };
 85201               
 85202               //==============================================================================
 85203               //
 85204               // Class: CIM_Person
 85205               //
 85206               //==============================================================================
 85207               
 85208               static const char*
 85209               _CIM_Person_BusinessCategory_qualifiers[] =
 85210               {
 85211                   /* MaxLen */
 85212                   "\030\000\000\000\200",
 85213                   0,
 85214               };
 85215               
 85216               static MetaProperty
 85217               _CIM_Person_BusinessCategory =
 85218 mike  1.1.2.1 {
 85219                   /* flags */
 85220                   META_FLAG_PROPERTY|META_FLAG_READ,
 85221                   /* name */
 85222                   "BusinessCategory",
 85223                   /* qualifiers */
 85224                   _CIM_Person_BusinessCategory_qualifiers,
 85225                   /* type */
 85226                   CIMTYPE_STRING,
 85227                   /* subscript */
 85228                   -1,
 85229                   /* value */
 85230                   0,
 85231               };
 85232               
 85233               static const char*
 85234               _CIM_Person_CommonName_qualifiers[] =
 85235               {
 85236                   /* Required */
 85237                   "\050\001",
 85238                   0,
 85239 mike  1.1.2.1 };
 85240               
 85241               static MetaProperty
 85242               _CIM_Person_CommonName =
 85243               {
 85244                   /* flags */
 85245                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 85246                   /* name */
 85247                   "CommonName",
 85248                   /* qualifiers */
 85249                   _CIM_Person_CommonName_qualifiers,
 85250                   /* type */
 85251                   CIMTYPE_STRING,
 85252                   /* subscript */
 85253                   -1,
 85254                   /* value */
 85255                   0,
 85256               };
 85257               
 85258               static const char*
 85259               _CIM_Person_EmployeeNumber_qualifiers[] =
 85260 mike  1.1.2.1 {
 85261                   0,
 85262               };
 85263               
 85264               static MetaProperty
 85265               _CIM_Person_EmployeeNumber =
 85266               {
 85267                   /* flags */
 85268                   META_FLAG_PROPERTY|META_FLAG_READ,
 85269                   /* name */
 85270                   "EmployeeNumber",
 85271                   /* qualifiers */
 85272                   _CIM_Person_EmployeeNumber_qualifiers,
 85273                   /* type */
 85274                   CIMTYPE_STRING,
 85275                   /* subscript */
 85276                   -1,
 85277                   /* value */
 85278                   0,
 85279               };
 85280               
 85281 mike  1.1.2.1 static const char*
 85282               _CIM_Person_EmployeeType_qualifiers[] =
 85283               {
 85284                   0,
 85285               };
 85286               
 85287               static MetaProperty
 85288               _CIM_Person_EmployeeType =
 85289               {
 85290                   /* flags */
 85291                   META_FLAG_PROPERTY|META_FLAG_READ,
 85292                   /* name */
 85293                   "EmployeeType",
 85294                   /* qualifiers */
 85295                   _CIM_Person_EmployeeType_qualifiers,
 85296                   /* type */
 85297                   CIMTYPE_STRING,
 85298                   /* subscript */
 85299                   -1,
 85300                   /* value */
 85301                   0,
 85302 mike  1.1.2.1 };
 85303               
 85304               static const char*
 85305               _CIM_Person_FacsimileTelephoneNumber_qualifiers[] =
 85306               {
 85307                   0,
 85308               };
 85309               
 85310               static MetaProperty
 85311               _CIM_Person_FacsimileTelephoneNumber =
 85312               {
 85313                   /* flags */
 85314                   META_FLAG_PROPERTY|META_FLAG_READ,
 85315                   /* name */
 85316                   "FacsimileTelephoneNumber",
 85317                   /* qualifiers */
 85318                   _CIM_Person_FacsimileTelephoneNumber_qualifiers,
 85319                   /* type */
 85320                   CIMTYPE_STRING,
 85321                   /* subscript */
 85322                   -1,
 85323 mike  1.1.2.1     /* value */
 85324                   0,
 85325               };
 85326               
 85327               static const char*
 85328               _CIM_Person_HomePhone_qualifiers[] =
 85329               {
 85330                   /* MaxLen */
 85331                   "\030\000\000\000\040",
 85332                   0,
 85333               };
 85334               
 85335               static MetaProperty
 85336               _CIM_Person_HomePhone =
 85337               {
 85338                   /* flags */
 85339                   META_FLAG_PROPERTY|META_FLAG_READ,
 85340                   /* name */
 85341                   "HomePhone",
 85342                   /* qualifiers */
 85343                   _CIM_Person_HomePhone_qualifiers,
 85344 mike  1.1.2.1     /* type */
 85345                   CIMTYPE_STRING,
 85346                   /* subscript */
 85347                   -1,
 85348                   /* value */
 85349                   0,
 85350               };
 85351               
 85352               static const char*
 85353               _CIM_Person_HomePostalAddress_qualifiers[] =
 85354               {
 85355                   0,
 85356               };
 85357               
 85358               static MetaProperty
 85359               _CIM_Person_HomePostalAddress =
 85360               {
 85361                   /* flags */
 85362                   META_FLAG_PROPERTY|META_FLAG_READ,
 85363                   /* name */
 85364                   "HomePostalAddress",
 85365 mike  1.1.2.1     /* qualifiers */
 85366                   _CIM_Person_HomePostalAddress_qualifiers,
 85367                   /* type */
 85368                   CIMTYPE_STRING,
 85369                   /* subscript */
 85370                   0,
 85371                   /* value */
 85372                   0,
 85373               };
 85374               
 85375               static const char*
 85376               _CIM_Person_JPEGPhoto_qualifiers[] =
 85377               {
 85378                   0,
 85379               };
 85380               
 85381               static MetaProperty
 85382               _CIM_Person_JPEGPhoto =
 85383               {
 85384                   /* flags */
 85385                   META_FLAG_PROPERTY|META_FLAG_READ,
 85386 mike  1.1.2.1     /* name */
 85387                   "JPEGPhoto",
 85388                   /* qualifiers */
 85389                   _CIM_Person_JPEGPhoto_qualifiers,
 85390                   /* type */
 85391                   CIMTYPE_STRING,
 85392                   /* subscript */
 85393                   -1,
 85394                   /* value */
 85395                   0,
 85396               };
 85397               
 85398               static const char*
 85399               _CIM_Person_Manager_qualifiers[] =
 85400               {
 85401                   0,
 85402               };
 85403               
 85404               static MetaProperty
 85405               _CIM_Person_Manager =
 85406               {
 85407 mike  1.1.2.1     /* flags */
 85408                   META_FLAG_PROPERTY|META_FLAG_READ,
 85409                   /* name */
 85410                   "Manager",
 85411                   /* qualifiers */
 85412                   _CIM_Person_Manager_qualifiers,
 85413                   /* type */
 85414                   CIMTYPE_STRING,
 85415                   /* subscript */
 85416                   -1,
 85417                   /* value */
 85418                   0,
 85419               };
 85420               
 85421               static const char*
 85422               _CIM_Person_Mobile_qualifiers[] =
 85423               {
 85424                   /* MaxLen */
 85425                   "\030\000\000\000\040",
 85426                   0,
 85427               };
 85428 mike  1.1.2.1 
 85429               static MetaProperty
 85430               _CIM_Person_Mobile =
 85431               {
 85432                   /* flags */
 85433                   META_FLAG_PROPERTY|META_FLAG_READ,
 85434                   /* name */
 85435                   "Mobile",
 85436                   /* qualifiers */
 85437                   _CIM_Person_Mobile_qualifiers,
 85438                   /* type */
 85439                   CIMTYPE_STRING,
 85440                   /* subscript */
 85441                   -1,
 85442                   /* value */
 85443                   0,
 85444               };
 85445               
 85446               static const char*
 85447               _CIM_Person_OU_qualifiers[] =
 85448               {
 85449 mike  1.1.2.1     0,
 85450               };
 85451               
 85452               static MetaProperty
 85453               _CIM_Person_OU =
 85454               {
 85455                   /* flags */
 85456                   META_FLAG_PROPERTY|META_FLAG_READ,
 85457                   /* name */
 85458                   "OU",
 85459                   /* qualifiers */
 85460                   _CIM_Person_OU_qualifiers,
 85461                   /* type */
 85462                   CIMTYPE_STRING,
 85463                   /* subscript */
 85464                   -1,
 85465                   /* value */
 85466                   0,
 85467               };
 85468               
 85469               static const char*
 85470 mike  1.1.2.1 _CIM_Person_Pager_qualifiers[] =
 85471               {
 85472                   /* MaxLen */
 85473                   "\030\000\000\000\040",
 85474                   0,
 85475               };
 85476               
 85477               static MetaProperty
 85478               _CIM_Person_Pager =
 85479               {
 85480                   /* flags */
 85481                   META_FLAG_PROPERTY|META_FLAG_READ,
 85482                   /* name */
 85483                   "Pager",
 85484                   /* qualifiers */
 85485                   _CIM_Person_Pager_qualifiers,
 85486                   /* type */
 85487                   CIMTYPE_STRING,
 85488                   /* subscript */
 85489                   -1,
 85490                   /* value */
 85491 mike  1.1.2.1     0,
 85492               };
 85493               
 85494               static const char*
 85495               _CIM_Person_PreferredLanguage_qualifiers[] =
 85496               {
 85497                   0,
 85498               };
 85499               
 85500               static MetaProperty
 85501               _CIM_Person_PreferredLanguage =
 85502               {
 85503                   /* flags */
 85504                   META_FLAG_PROPERTY|META_FLAG_READ,
 85505                   /* name */
 85506                   "PreferredLanguage",
 85507                   /* qualifiers */
 85508                   _CIM_Person_PreferredLanguage_qualifiers,
 85509                   /* type */
 85510                   CIMTYPE_STRING,
 85511                   /* subscript */
 85512 mike  1.1.2.1     -1,
 85513                   /* value */
 85514                   0,
 85515               };
 85516               
 85517               static const char*
 85518               _CIM_Person_Secretary_qualifiers[] =
 85519               {
 85520                   0,
 85521               };
 85522               
 85523               static MetaProperty
 85524               _CIM_Person_Secretary =
 85525               {
 85526                   /* flags */
 85527                   META_FLAG_PROPERTY|META_FLAG_READ,
 85528                   /* name */
 85529                   "Secretary",
 85530                   /* qualifiers */
 85531                   _CIM_Person_Secretary_qualifiers,
 85532                   /* type */
 85533 mike  1.1.2.1     CIMTYPE_STRING,
 85534                   /* subscript */
 85535                   -1,
 85536                   /* value */
 85537                   0,
 85538               };
 85539               
 85540               static const char*
 85541               _CIM_Person_Title_qualifiers[] =
 85542               {
 85543                   0,
 85544               };
 85545               
 85546               static MetaProperty
 85547               _CIM_Person_Title =
 85548               {
 85549                   /* flags */
 85550                   META_FLAG_PROPERTY|META_FLAG_READ,
 85551                   /* name */
 85552                   "Title",
 85553                   /* qualifiers */
 85554 mike  1.1.2.1     _CIM_Person_Title_qualifiers,
 85555                   /* type */
 85556                   CIMTYPE_STRING,
 85557                   /* subscript */
 85558                   -1,
 85559                   /* value */
 85560                   0,
 85561               };
 85562               
 85563               static MetaFeature*
 85564               _CIM_Person_features[] =
 85565               {
 85566                   (MetaFeature*)&_CIM_Person_BusinessCategory,
 85567                   (MetaFeature*)&_CIM_Person_CommonName,
 85568                   (MetaFeature*)&_CIM_Person_EmployeeNumber,
 85569                   (MetaFeature*)&_CIM_Person_EmployeeType,
 85570                   (MetaFeature*)&_CIM_Person_FacsimileTelephoneNumber,
 85571                   (MetaFeature*)&_CIM_Person_HomePhone,
 85572                   (MetaFeature*)&_CIM_Person_HomePostalAddress,
 85573                   (MetaFeature*)&_CIM_Person_JPEGPhoto,
 85574                   (MetaFeature*)&_CIM_Person_Manager,
 85575 mike  1.1.2.1     (MetaFeature*)&_CIM_Person_Mobile,
 85576                   (MetaFeature*)&_CIM_Person_OU,
 85577                   (MetaFeature*)&_CIM_Person_Pager,
 85578                   (MetaFeature*)&_CIM_Person_PreferredLanguage,
 85579                   (MetaFeature*)&_CIM_Person_Secretary,
 85580                   (MetaFeature*)&_CIM_Person_Title,
 85581                   0,
 85582               };
 85583               
 85584               static const char*
 85585               __root_cimv2_CIM_Person_qualifiers[] =
 85586               {
 85587                   /* UMLPackagePath */
 85588                   "\057CIM::User::Org",
 85589                   /* Version */
 85590                   "\0632.8.0",
 85591                   0,
 85592               };
 85593               
 85594               MetaClass
 85595               __root_cimv2_CIM_Person =
 85596 mike  1.1.2.1 {
 85597                   /* flags */
 85598                   META_FLAG_CLASS,
 85599                   /* name */
 85600                   "CIM_Person",
 85601                   /* qualifiers */
 85602                   __root_cimv2_CIM_Person_qualifiers,
 85603                   /* super */
 85604                   &__root_cimv2_CIM_UserContact,
 85605                   /* features */
 85606                   _CIM_Person_features,
 85607               };
 85608               
 85609               //==============================================================================
 85610               //
 85611               // Class: CIM_PhysicalMediaInLocation
 85612               //
 85613               //==============================================================================
 85614               
 85615               static const char*
 85616               _CIM_PhysicalMediaInLocation_Antecedent_qualifiers[] =
 85617 mike  1.1.2.1 {
 85618                   /* Override */
 85619                   "\044Antecedent",
 85620                   /* Max */
 85621                   "\027\000\000\000\001",
 85622                   0,
 85623               };
 85624               
 85625               static MetaReference
 85626               _CIM_PhysicalMediaInLocation_Antecedent =
 85627               {
 85628                   /* flags */
 85629                   META_FLAG_REFERENCE|META_FLAG_READ,
 85630                   /* name */
 85631                   "Antecedent",
 85632                   /* qualifiers */
 85633                   _CIM_PhysicalMediaInLocation_Antecedent_qualifiers,
 85634                   /* subscript */
 85635                   -1,
 85636                   /* refId */
 85637                   &__root_cimv2_CIM_StorageMediaLocation,
 85638 mike  1.1.2.1 };
 85639               
 85640               static const char*
 85641               _CIM_PhysicalMediaInLocation_Dependent_qualifiers[] =
 85642               {
 85643                   /* Override */
 85644                   "\044Dependent",
 85645                   0,
 85646               };
 85647               
 85648               static MetaReference
 85649               _CIM_PhysicalMediaInLocation_Dependent =
 85650               {
 85651                   /* flags */
 85652                   META_FLAG_REFERENCE|META_FLAG_READ,
 85653                   /* name */
 85654                   "Dependent",
 85655                   /* qualifiers */
 85656                   _CIM_PhysicalMediaInLocation_Dependent_qualifiers,
 85657                   /* subscript */
 85658                   -1,
 85659 mike  1.1.2.1     /* refId */
 85660                   &__root_cimv2_CIM_PhysicalMedia,
 85661               };
 85662               
 85663               static const char*
 85664               _CIM_PhysicalMediaInLocation_Orientation_qualifiers[] =
 85665               {
 85666                   /* ValueMap */
 85667                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 85668                   /* Values */
 85669                   "\062\000\006Unknown\000Side 0\000Side 1\000Side A\000Side B\000Not Applicable\000",
 85670                   0,
 85671               };
 85672               
 85673               static MetaProperty
 85674               _CIM_PhysicalMediaInLocation_Orientation =
 85675               {
 85676                   /* flags */
 85677                   META_FLAG_PROPERTY|META_FLAG_READ,
 85678                   /* name */
 85679                   "Orientation",
 85680 mike  1.1.2.1     /* qualifiers */
 85681                   _CIM_PhysicalMediaInLocation_Orientation_qualifiers,
 85682                   /* type */
 85683                   CIMTYPE_UINT16,
 85684                   /* subscript */
 85685                   -1,
 85686                   /* value */
 85687                   0,
 85688               };
 85689               
 85690               static const char*
 85691               _CIM_PhysicalMediaInLocation_TimeOfLastPlacement_qualifiers[] =
 85692               {
 85693                   0,
 85694               };
 85695               
 85696               static MetaProperty
 85697               _CIM_PhysicalMediaInLocation_TimeOfLastPlacement =
 85698               {
 85699                   /* flags */
 85700                   META_FLAG_PROPERTY|META_FLAG_READ,
 85701 mike  1.1.2.1     /* name */
 85702                   "TimeOfLastPlacement",
 85703                   /* qualifiers */
 85704                   _CIM_PhysicalMediaInLocation_TimeOfLastPlacement_qualifiers,
 85705                   /* type */
 85706                   CIMTYPE_DATETIME,
 85707                   /* subscript */
 85708                   -1,
 85709                   /* value */
 85710                   0,
 85711               };
 85712               
 85713               static MetaFeature*
 85714               _CIM_PhysicalMediaInLocation_features[] =
 85715               {
 85716                   (MetaFeature*)&_CIM_PhysicalMediaInLocation_Antecedent,
 85717                   (MetaFeature*)&_CIM_PhysicalMediaInLocation_Dependent,
 85718                   (MetaFeature*)&_CIM_PhysicalMediaInLocation_Orientation,
 85719                   (MetaFeature*)&_CIM_PhysicalMediaInLocation_TimeOfLastPlacement,
 85720                   0,
 85721               };
 85722 mike  1.1.2.1 
 85723               static const char*
 85724               __root_cimv2_CIM_PhysicalMediaInLocation_qualifiers[] =
 85725               {
 85726                   /* ASSOCIATION */
 85727                   "\000\001",
 85728                   /* UMLPackagePath */
 85729                   "\057CIM::Physical::PhysicalMedia",
 85730                   /* Version */
 85731                   "\0632.6.0",
 85732                   0,
 85733               };
 85734               
 85735               MetaClass
 85736               __root_cimv2_CIM_PhysicalMediaInLocation =
 85737               {
 85738                   /* flags */
 85739                   META_FLAG_ASSOCIATION,
 85740                   /* name */
 85741                   "CIM_PhysicalMediaInLocation",
 85742                   /* qualifiers */
 85743 mike  1.1.2.1     __root_cimv2_CIM_PhysicalMediaInLocation_qualifiers,
 85744                   /* super */
 85745                   &__root_cimv2_CIM_Dependency,
 85746                   /* features */
 85747                   _CIM_PhysicalMediaInLocation_features,
 85748               };
 85749               
 85750               //==============================================================================
 85751               //
 85752               // Class: CIM_PhysicalMemory
 85753               //
 85754               //==============================================================================
 85755               
 85756               static const char*
 85757               _CIM_PhysicalMemory_FormFactor_qualifiers[] =
 85758               {
 85759                   /* Override */
 85760                   "\044FormFactor",
 85761                   /* MappingStrings */
 85762                   "\026\000\001MIF.DMTF|Memory Device|005.6\000",
 85763                   0,
 85764 mike  1.1.2.1 };
 85765               
 85766               static MetaProperty
 85767               _CIM_PhysicalMemory_FormFactor =
 85768               {
 85769                   /* flags */
 85770                   META_FLAG_PROPERTY|META_FLAG_READ,
 85771                   /* name */
 85772                   "FormFactor",
 85773                   /* qualifiers */
 85774                   _CIM_PhysicalMemory_FormFactor_qualifiers,
 85775                   /* type */
 85776                   CIMTYPE_UINT16,
 85777                   /* subscript */
 85778                   -1,
 85779                   /* value */
 85780                   0,
 85781               };
 85782               
 85783               static const char*
 85784               _CIM_PhysicalMemory_MemoryType_qualifiers[] =
 85785 mike  1.1.2.1 {
 85786                   /* ValueMap */
 85787                   "\061\000\0310\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023..32567\00032568..65535\000",
 85788                   /* Values */
 85789                   "\062\000\031Unknown\000Other\000DRAM\000Synchronous DRAM\000Cache DRAM\000EDO\000EDRAM\000VRAM\000SRAM\000RAM\000ROM\000Flash\000EEPROM\000FEPROM\000EPROM\000CDRAM\0003DRAM\000SDRAM\000SGRAM\000RDRAM\000DDR\000DDR-2\000BRAM\000DMTF Reserved\000Vendor Reserved\000",
 85790                   /* MappingStrings */
 85791                   "\026\000\001MIF.DMTF|Memory Device|005.9\000",
 85792                   0,
 85793               };
 85794               
 85795               static MetaProperty
 85796               _CIM_PhysicalMemory_MemoryType =
 85797               {
 85798                   /* flags */
 85799                   META_FLAG_PROPERTY|META_FLAG_READ,
 85800                   /* name */
 85801                   "MemoryType",
 85802                   /* qualifiers */
 85803                   _CIM_PhysicalMemory_MemoryType_qualifiers,
 85804                   /* type */
 85805                   CIMTYPE_UINT16,
 85806 mike  1.1.2.1     /* subscript */
 85807                   -1,
 85808                   /* value */
 85809                   0,
 85810               };
 85811               
 85812               static const char*
 85813               _CIM_PhysicalMemory_TotalWidth_qualifiers[] =
 85814               {
 85815                   /* Units */
 85816                   "\060Bits",
 85817                   /* MappingStrings */
 85818                   "\026\000\001MIF.DMTF|Memory Device|005.7\000",
 85819                   0,
 85820               };
 85821               
 85822               static MetaProperty
 85823               _CIM_PhysicalMemory_TotalWidth =
 85824               {
 85825                   /* flags */
 85826                   META_FLAG_PROPERTY|META_FLAG_READ,
 85827 mike  1.1.2.1     /* name */
 85828                   "TotalWidth",
 85829                   /* qualifiers */
 85830                   _CIM_PhysicalMemory_TotalWidth_qualifiers,
 85831                   /* type */
 85832                   CIMTYPE_UINT16,
 85833                   /* subscript */
 85834                   -1,
 85835                   /* value */
 85836                   0,
 85837               };
 85838               
 85839               static const char*
 85840               _CIM_PhysicalMemory_DataWidth_qualifiers[] =
 85841               {
 85842                   /* Units */
 85843                   "\060Bits",
 85844                   /* MappingStrings */
 85845                   "\026\000\001MIF.DMTF|Memory Device|005.8\000",
 85846                   0,
 85847               };
 85848 mike  1.1.2.1 
 85849               static MetaProperty
 85850               _CIM_PhysicalMemory_DataWidth =
 85851               {
 85852                   /* flags */
 85853                   META_FLAG_PROPERTY|META_FLAG_READ,
 85854                   /* name */
 85855                   "DataWidth",
 85856                   /* qualifiers */
 85857                   _CIM_PhysicalMemory_DataWidth_qualifiers,
 85858                   /* type */
 85859                   CIMTYPE_UINT16,
 85860                   /* subscript */
 85861                   -1,
 85862                   /* value */
 85863                   0,
 85864               };
 85865               
 85866               static const char*
 85867               _CIM_PhysicalMemory_Speed_qualifiers[] =
 85868               {
 85869 mike  1.1.2.1     /* Units */
 85870                   "\060NanoSeconds",
 85871                   /* MappingStrings */
 85872                   "\026\000\001MIF.DMTF|Memory Device|005.24\000",
 85873                   0,
 85874               };
 85875               
 85876               static MetaProperty
 85877               _CIM_PhysicalMemory_Speed =
 85878               {
 85879                   /* flags */
 85880                   META_FLAG_PROPERTY|META_FLAG_READ,
 85881                   /* name */
 85882                   "Speed",
 85883                   /* qualifiers */
 85884                   _CIM_PhysicalMemory_Speed_qualifiers,
 85885                   /* type */
 85886                   CIMTYPE_UINT32,
 85887                   /* subscript */
 85888                   -1,
 85889                   /* value */
 85890 mike  1.1.2.1     0,
 85891               };
 85892               
 85893               static const char*
 85894               _CIM_PhysicalMemory_Capacity_qualifiers[] =
 85895               {
 85896                   /* Units */
 85897                   "\060Bytes",
 85898                   /* MappingStrings */
 85899                   "\026\000\001MIF.DMTF|Memory Device|005.5\000",
 85900                   0,
 85901               };
 85902               
 85903               static MetaProperty
 85904               _CIM_PhysicalMemory_Capacity =
 85905               {
 85906                   /* flags */
 85907                   META_FLAG_PROPERTY|META_FLAG_READ,
 85908                   /* name */
 85909                   "Capacity",
 85910                   /* qualifiers */
 85911 mike  1.1.2.1     _CIM_PhysicalMemory_Capacity_qualifiers,
 85912                   /* type */
 85913                   CIMTYPE_UINT64,
 85914                   /* subscript */
 85915                   -1,
 85916                   /* value */
 85917                   0,
 85918               };
 85919               
 85920               static const char*
 85921               _CIM_PhysicalMemory_BankLabel_qualifiers[] =
 85922               {
 85923                   /* MaxLen */
 85924                   "\030\000\000\000\100",
 85925                   /* MappingStrings */
 85926                   "\026\000\001MIF.DMTF|Memory Device|005.4\000",
 85927                   0,
 85928               };
 85929               
 85930               static MetaProperty
 85931               _CIM_PhysicalMemory_BankLabel =
 85932 mike  1.1.2.1 {
 85933                   /* flags */
 85934                   META_FLAG_PROPERTY|META_FLAG_READ,
 85935                   /* name */
 85936                   "BankLabel",
 85937                   /* qualifiers */
 85938                   _CIM_PhysicalMemory_BankLabel_qualifiers,
 85939                   /* type */
 85940                   CIMTYPE_STRING,
 85941                   /* subscript */
 85942                   -1,
 85943                   /* value */
 85944                   0,
 85945               };
 85946               
 85947               static const char*
 85948               _CIM_PhysicalMemory_PositionInRow_qualifiers[] =
 85949               {
 85950                   /* MappingStrings */
 85951                   "\026\000\001MIF.DMTF|Memory Device Mapped Addresses|001.6\000",
 85952                   0,
 85953 mike  1.1.2.1 };
 85954               
 85955               static MetaProperty
 85956               _CIM_PhysicalMemory_PositionInRow =
 85957               {
 85958                   /* flags */
 85959                   META_FLAG_PROPERTY|META_FLAG_READ,
 85960                   /* name */
 85961                   "PositionInRow",
 85962                   /* qualifiers */
 85963                   _CIM_PhysicalMemory_PositionInRow_qualifiers,
 85964                   /* type */
 85965                   CIMTYPE_UINT32,
 85966                   /* subscript */
 85967                   -1,
 85968                   /* value */
 85969                   0,
 85970               };
 85971               
 85972               static const char*
 85973               _CIM_PhysicalMemory_InterleavePosition_qualifiers[] =
 85974 mike  1.1.2.1 {
 85975                   /* MappingStrings */
 85976                   "\026\000\001MIF.DMTF|Memory Device Mapped Addresses|001.7\000",
 85977                   0,
 85978               };
 85979               
 85980               static MetaProperty
 85981               _CIM_PhysicalMemory_InterleavePosition =
 85982               {
 85983                   /* flags */
 85984                   META_FLAG_PROPERTY|META_FLAG_READ,
 85985                   /* name */
 85986                   "InterleavePosition",
 85987                   /* qualifiers */
 85988                   _CIM_PhysicalMemory_InterleavePosition_qualifiers,
 85989                   /* type */
 85990                   CIMTYPE_UINT32,
 85991                   /* subscript */
 85992                   -1,
 85993                   /* value */
 85994                   0,
 85995 mike  1.1.2.1 };
 85996               
 85997               static MetaFeature*
 85998               _CIM_PhysicalMemory_features[] =
 85999               {
 86000                   (MetaFeature*)&_CIM_PhysicalMemory_FormFactor,
 86001                   (MetaFeature*)&_CIM_PhysicalMemory_MemoryType,
 86002                   (MetaFeature*)&_CIM_PhysicalMemory_TotalWidth,
 86003                   (MetaFeature*)&_CIM_PhysicalMemory_DataWidth,
 86004                   (MetaFeature*)&_CIM_PhysicalMemory_Speed,
 86005                   (MetaFeature*)&_CIM_PhysicalMemory_Capacity,
 86006                   (MetaFeature*)&_CIM_PhysicalMemory_BankLabel,
 86007                   (MetaFeature*)&_CIM_PhysicalMemory_PositionInRow,
 86008                   (MetaFeature*)&_CIM_PhysicalMemory_InterleavePosition,
 86009                   0,
 86010               };
 86011               
 86012               static const char*
 86013               __root_cimv2_CIM_PhysicalMemory_qualifiers[] =
 86014               {
 86015                   /* UMLPackagePath */
 86016 mike  1.1.2.1     "\057CIM::Physical::Component",
 86017                   /* Version */
 86018                   "\0632.9.0",
 86019                   0,
 86020               };
 86021               
 86022               MetaClass
 86023               __root_cimv2_CIM_PhysicalMemory =
 86024               {
 86025                   /* flags */
 86026                   META_FLAG_CLASS,
 86027                   /* name */
 86028                   "CIM_PhysicalMemory",
 86029                   /* qualifiers */
 86030                   __root_cimv2_CIM_PhysicalMemory_qualifiers,
 86031                   /* super */
 86032                   &__root_cimv2_CIM_Chip,
 86033                   /* features */
 86034                   _CIM_PhysicalMemory_features,
 86035               };
 86036               
 86037 mike  1.1.2.1 //==============================================================================
 86038               //
 86039               // Class: CIM_PolicyActionInPolicyAction
 86040               //
 86041               //==============================================================================
 86042               
 86043               static const char*
 86044               _CIM_PolicyActionInPolicyAction_GroupComponent_qualifiers[] =
 86045               {
 86046                   /* Aggregate */
 86047                   "\003\001",
 86048                   /* Override */
 86049                   "\044GroupComponent",
 86050                   0,
 86051               };
 86052               
 86053               static MetaReference
 86054               _CIM_PolicyActionInPolicyAction_GroupComponent =
 86055               {
 86056                   /* flags */
 86057                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 86058 mike  1.1.2.1     /* name */
 86059                   "GroupComponent",
 86060                   /* qualifiers */
 86061                   _CIM_PolicyActionInPolicyAction_GroupComponent_qualifiers,
 86062                   /* subscript */
 86063                   -1,
 86064                   /* refId */
 86065                   &__root_cimv2_CIM_CompoundPolicyAction,
 86066               };
 86067               
 86068               static const char*
 86069               _CIM_PolicyActionInPolicyAction_PartComponent_qualifiers[] =
 86070               {
 86071                   /* Override */
 86072                   "\044PartComponent",
 86073                   0,
 86074               };
 86075               
 86076               static MetaReference
 86077               _CIM_PolicyActionInPolicyAction_PartComponent =
 86078               {
 86079 mike  1.1.2.1     /* flags */
 86080                   META_FLAG_REFERENCE|META_FLAG_READ,
 86081                   /* name */
 86082                   "PartComponent",
 86083                   /* qualifiers */
 86084                   _CIM_PolicyActionInPolicyAction_PartComponent_qualifiers,
 86085                   /* subscript */
 86086                   -1,
 86087                   /* refId */
 86088                   &__root_cimv2_CIM_PolicyAction,
 86089               };
 86090               
 86091               static MetaFeature*
 86092               _CIM_PolicyActionInPolicyAction_features[] =
 86093               {
 86094                   (MetaFeature*)&_CIM_PolicyActionInPolicyAction_GroupComponent,
 86095                   (MetaFeature*)&_CIM_PolicyActionInPolicyAction_PartComponent,
 86096                   0,
 86097               };
 86098               
 86099               static const char*
 86100 mike  1.1.2.1 __root_cimv2_CIM_PolicyActionInPolicyAction_qualifiers[] =
 86101               {
 86102                   /* ASSOCIATION */
 86103                   "\000\001",
 86104                   /* UMLPackagePath */
 86105                   "\057CIM::Policy",
 86106                   /* Aggregation */
 86107                   "\004\001",
 86108                   /* Version */
 86109                   "\0632.6.0",
 86110                   0,
 86111               };
 86112               
 86113               MetaClass
 86114               __root_cimv2_CIM_PolicyActionInPolicyAction =
 86115               {
 86116                   /* flags */
 86117                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 86118                   /* name */
 86119                   "CIM_PolicyActionInPolicyAction",
 86120                   /* qualifiers */
 86121 mike  1.1.2.1     __root_cimv2_CIM_PolicyActionInPolicyAction_qualifiers,
 86122                   /* super */
 86123                   &__root_cimv2_CIM_PolicyActionStructure,
 86124                   /* features */
 86125                   _CIM_PolicyActionInPolicyAction_features,
 86126               };
 86127               
 86128               //==============================================================================
 86129               //
 86130               // Class: CIM_PolicyActionInPolicyRule
 86131               //
 86132               //==============================================================================
 86133               
 86134               static const char*
 86135               _CIM_PolicyActionInPolicyRule_GroupComponent_qualifiers[] =
 86136               {
 86137                   /* Aggregate */
 86138                   "\003\001",
 86139                   /* Override */
 86140                   "\044GroupComponent",
 86141                   0,
 86142 mike  1.1.2.1 };
 86143               
 86144               static MetaReference
 86145               _CIM_PolicyActionInPolicyRule_GroupComponent =
 86146               {
 86147                   /* flags */
 86148                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 86149                   /* name */
 86150                   "GroupComponent",
 86151                   /* qualifiers */
 86152                   _CIM_PolicyActionInPolicyRule_GroupComponent_qualifiers,
 86153                   /* subscript */
 86154                   -1,
 86155                   /* refId */
 86156                   &__root_cimv2_CIM_PolicyRule,
 86157               };
 86158               
 86159               static const char*
 86160               _CIM_PolicyActionInPolicyRule_PartComponent_qualifiers[] =
 86161               {
 86162                   /* Override */
 86163 mike  1.1.2.1     "\044PartComponent",
 86164                   0,
 86165               };
 86166               
 86167               static MetaReference
 86168               _CIM_PolicyActionInPolicyRule_PartComponent =
 86169               {
 86170                   /* flags */
 86171                   META_FLAG_REFERENCE|META_FLAG_READ,
 86172                   /* name */
 86173                   "PartComponent",
 86174                   /* qualifiers */
 86175                   _CIM_PolicyActionInPolicyRule_PartComponent_qualifiers,
 86176                   /* subscript */
 86177                   -1,
 86178                   /* refId */
 86179                   &__root_cimv2_CIM_PolicyAction,
 86180               };
 86181               
 86182               static MetaFeature*
 86183               _CIM_PolicyActionInPolicyRule_features[] =
 86184 mike  1.1.2.1 {
 86185                   (MetaFeature*)&_CIM_PolicyActionInPolicyRule_GroupComponent,
 86186                   (MetaFeature*)&_CIM_PolicyActionInPolicyRule_PartComponent,
 86187                   0,
 86188               };
 86189               
 86190               static const char*
 86191               __root_cimv2_CIM_PolicyActionInPolicyRule_qualifiers[] =
 86192               {
 86193                   /* ASSOCIATION */
 86194                   "\000\001",
 86195                   /* UMLPackagePath */
 86196                   "\057CIM::Policy",
 86197                   /* Aggregation */
 86198                   "\004\001",
 86199                   /* Version */
 86200                   "\0632.6.0",
 86201                   0,
 86202               };
 86203               
 86204               MetaClass
 86205 mike  1.1.2.1 __root_cimv2_CIM_PolicyActionInPolicyRule =
 86206               {
 86207                   /* flags */
 86208                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 86209                   /* name */
 86210                   "CIM_PolicyActionInPolicyRule",
 86211                   /* qualifiers */
 86212                   __root_cimv2_CIM_PolicyActionInPolicyRule_qualifiers,
 86213                   /* super */
 86214                   &__root_cimv2_CIM_PolicyActionStructure,
 86215                   /* features */
 86216                   _CIM_PolicyActionInPolicyRule_features,
 86217               };
 86218               
 86219               //==============================================================================
 86220               //
 86221               // Class: CIM_PolicyConditionInPolicyRule
 86222               //
 86223               //==============================================================================
 86224               
 86225               static const char*
 86226 mike  1.1.2.1 _CIM_PolicyConditionInPolicyRule_GroupComponent_qualifiers[] =
 86227               {
 86228                   /* Aggregate */
 86229                   "\003\001",
 86230                   /* Override */
 86231                   "\044GroupComponent",
 86232                   0,
 86233               };
 86234               
 86235               static MetaReference
 86236               _CIM_PolicyConditionInPolicyRule_GroupComponent =
 86237               {
 86238                   /* flags */
 86239                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 86240                   /* name */
 86241                   "GroupComponent",
 86242                   /* qualifiers */
 86243                   _CIM_PolicyConditionInPolicyRule_GroupComponent_qualifiers,
 86244                   /* subscript */
 86245                   -1,
 86246                   /* refId */
 86247 mike  1.1.2.1     &__root_cimv2_CIM_PolicyRule,
 86248               };
 86249               
 86250               static const char*
 86251               _CIM_PolicyConditionInPolicyRule_PartComponent_qualifiers[] =
 86252               {
 86253                   /* Override */
 86254                   "\044PartComponent",
 86255                   0,
 86256               };
 86257               
 86258               static MetaReference
 86259               _CIM_PolicyConditionInPolicyRule_PartComponent =
 86260               {
 86261                   /* flags */
 86262                   META_FLAG_REFERENCE|META_FLAG_READ,
 86263                   /* name */
 86264                   "PartComponent",
 86265                   /* qualifiers */
 86266                   _CIM_PolicyConditionInPolicyRule_PartComponent_qualifiers,
 86267                   /* subscript */
 86268 mike  1.1.2.1     -1,
 86269                   /* refId */
 86270                   &__root_cimv2_CIM_PolicyCondition,
 86271               };
 86272               
 86273               static MetaFeature*
 86274               _CIM_PolicyConditionInPolicyRule_features[] =
 86275               {
 86276                   (MetaFeature*)&_CIM_PolicyConditionInPolicyRule_GroupComponent,
 86277                   (MetaFeature*)&_CIM_PolicyConditionInPolicyRule_PartComponent,
 86278                   0,
 86279               };
 86280               
 86281               static const char*
 86282               __root_cimv2_CIM_PolicyConditionInPolicyRule_qualifiers[] =
 86283               {
 86284                   /* ASSOCIATION */
 86285                   "\000\001",
 86286                   /* UMLPackagePath */
 86287                   "\057CIM::Policy",
 86288                   /* Aggregation */
 86289 mike  1.1.2.1     "\004\001",
 86290                   /* Version */
 86291                   "\0632.7.0",
 86292                   0,
 86293               };
 86294               
 86295               MetaClass
 86296               __root_cimv2_CIM_PolicyConditionInPolicyRule =
 86297               {
 86298                   /* flags */
 86299                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 86300                   /* name */
 86301                   "CIM_PolicyConditionInPolicyRule",
 86302                   /* qualifiers */
 86303                   __root_cimv2_CIM_PolicyConditionInPolicyRule_qualifiers,
 86304                   /* super */
 86305                   &__root_cimv2_CIM_PolicyConditionStructure,
 86306                   /* features */
 86307                   _CIM_PolicyConditionInPolicyRule_features,
 86308               };
 86309               
 86310 mike  1.1.2.1 //==============================================================================
 86311               //
 86312               // Class: CIM_PreambleFilter
 86313               //
 86314               //==============================================================================
 86315               
 86316               static const char*
 86317               _CIM_PreambleFilter_FilterItemList_qualifiers[] =
 86318               {
 86319                   /* ArrayType */
 86320                   "\005Ordered",
 86321                   0,
 86322               };
 86323               
 86324               static MetaProperty
 86325               _CIM_PreambleFilter_FilterItemList =
 86326               {
 86327                   /* flags */
 86328                   META_FLAG_PROPERTY|META_FLAG_READ,
 86329                   /* name */
 86330                   "FilterItemList",
 86331 mike  1.1.2.1     /* qualifiers */
 86332                   _CIM_PreambleFilter_FilterItemList_qualifiers,
 86333                   /* type */
 86334                   CIMTYPE_STRING,
 86335                   /* subscript */
 86336                   0,
 86337                   /* value */
 86338                   0,
 86339               };
 86340               
 86341               static MetaFeature*
 86342               _CIM_PreambleFilter_features[] =
 86343               {
 86344                   (MetaFeature*)&_CIM_PreambleFilter_FilterItemList,
 86345                   0,
 86346               };
 86347               
 86348               static const char*
 86349               __root_cimv2_CIM_PreambleFilter_qualifiers[] =
 86350               {
 86351                   /* UMLPackagePath */
 86352 mike  1.1.2.1     "\057CIM::Network::Filtering",
 86353                   /* Version */
 86354                   "\0632.7.0",
 86355                   0,
 86356               };
 86357               
 86358               MetaClass
 86359               __root_cimv2_CIM_PreambleFilter =
 86360               {
 86361                   /* flags */
 86362                   META_FLAG_CLASS,
 86363                   /* name */
 86364                   "CIM_PreambleFilter",
 86365                   /* qualifiers */
 86366                   __root_cimv2_CIM_PreambleFilter_qualifiers,
 86367                   /* super */
 86368                   &__root_cimv2_CIM_FilterEntryBase,
 86369                   /* features */
 86370                   _CIM_PreambleFilter_features,
 86371               };
 86372               
 86373 mike  1.1.2.1 //==============================================================================
 86374               //
 86375               // Class: CIM_PrintJob
 86376               //
 86377               //==============================================================================
 86378               
 86379               static const char*
 86380               _CIM_PrintJob_SystemCreationClassName_qualifiers[] =
 86381               {
 86382                   /* Key */
 86383                   "\025\001",
 86384                   /* Propagated */
 86385                   "\045CIM_PrintQueue.SystemCreationClassName",
 86386                   /* MaxLen */
 86387                   "\030\000\000\001\000",
 86388                   0,
 86389               };
 86390               
 86391               static MetaProperty
 86392               _CIM_PrintJob_SystemCreationClassName =
 86393               {
 86394 mike  1.1.2.1     /* flags */
 86395                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 86396                   /* name */
 86397                   "SystemCreationClassName",
 86398                   /* qualifiers */
 86399                   _CIM_PrintJob_SystemCreationClassName_qualifiers,
 86400                   /* type */
 86401                   CIMTYPE_STRING,
 86402                   /* subscript */
 86403                   -1,
 86404                   /* value */
 86405                   0,
 86406               };
 86407               
 86408               static const char*
 86409               _CIM_PrintJob_SystemName_qualifiers[] =
 86410               {
 86411                   /* Key */
 86412                   "\025\001",
 86413                   /* Propagated */
 86414                   "\045CIM_PrintQueue.SystemName",
 86415 mike  1.1.2.1     /* MaxLen */
 86416                   "\030\000\000\001\000",
 86417                   0,
 86418               };
 86419               
 86420               static MetaProperty
 86421               _CIM_PrintJob_SystemName =
 86422               {
 86423                   /* flags */
 86424                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 86425                   /* name */
 86426                   "SystemName",
 86427                   /* qualifiers */
 86428                   _CIM_PrintJob_SystemName_qualifiers,
 86429                   /* type */
 86430                   CIMTYPE_STRING,
 86431                   /* subscript */
 86432                   -1,
 86433                   /* value */
 86434                   0,
 86435               };
 86436 mike  1.1.2.1 
 86437               static const char*
 86438               _CIM_PrintJob_QueueCreationClassName_qualifiers[] =
 86439               {
 86440                   /* Key */
 86441                   "\025\001",
 86442                   /* Propagated */
 86443                   "\045CIM_PrintQueue.CreationClassName",
 86444                   /* MaxLen */
 86445                   "\030\000\000\001\000",
 86446                   0,
 86447               };
 86448               
 86449               static MetaProperty
 86450               _CIM_PrintJob_QueueCreationClassName =
 86451               {
 86452                   /* flags */
 86453                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 86454                   /* name */
 86455                   "QueueCreationClassName",
 86456                   /* qualifiers */
 86457 mike  1.1.2.1     _CIM_PrintJob_QueueCreationClassName_qualifiers,
 86458                   /* type */
 86459                   CIMTYPE_STRING,
 86460                   /* subscript */
 86461                   -1,
 86462                   /* value */
 86463                   0,
 86464               };
 86465               
 86466               static const char*
 86467               _CIM_PrintJob_QueueName_qualifiers[] =
 86468               {
 86469                   /* Key */
 86470                   "\025\001",
 86471                   /* Propagated */
 86472                   "\045CIM_PrintQueue.Name",
 86473                   /* MaxLen */
 86474                   "\030\000\000\001\000",
 86475                   0,
 86476               };
 86477               
 86478 mike  1.1.2.1 static MetaProperty
 86479               _CIM_PrintJob_QueueName =
 86480               {
 86481                   /* flags */
 86482                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 86483                   /* name */
 86484                   "QueueName",
 86485                   /* qualifiers */
 86486                   _CIM_PrintJob_QueueName_qualifiers,
 86487                   /* type */
 86488                   CIMTYPE_STRING,
 86489                   /* subscript */
 86490                   -1,
 86491                   /* value */
 86492                   0,
 86493               };
 86494               
 86495               static const char*
 86496               _CIM_PrintJob_JobStatus_qualifiers[] =
 86497               {
 86498                   /* Override */
 86499 mike  1.1.2.1     "\044JobStatus",
 86500                   /* ModelCorrespondence */
 86501                   "\036\000\001CIM_PrintJob.PrintJobStatus\000",
 86502                   0,
 86503               };
 86504               
 86505               static MetaProperty
 86506               _CIM_PrintJob_JobStatus =
 86507               {
 86508                   /* flags */
 86509                   META_FLAG_PROPERTY|META_FLAG_READ,
 86510                   /* name */
 86511                   "JobStatus",
 86512                   /* qualifiers */
 86513                   _CIM_PrintJob_JobStatus_qualifiers,
 86514                   /* type */
 86515                   CIMTYPE_STRING,
 86516                   /* subscript */
 86517                   -1,
 86518                   /* value */
 86519                   0,
 86520 mike  1.1.2.1 };
 86521               
 86522               static const char*
 86523               _CIM_PrintJob_JobID_qualifiers[] =
 86524               {
 86525                   /* Key */
 86526                   "\025\001",
 86527                   0,
 86528               };
 86529               
 86530               static MetaProperty
 86531               _CIM_PrintJob_JobID =
 86532               {
 86533                   /* flags */
 86534                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 86535                   /* name */
 86536                   "JobID",
 86537                   /* qualifiers */
 86538                   _CIM_PrintJob_JobID_qualifiers,
 86539                   /* type */
 86540                   CIMTYPE_STRING,
 86541 mike  1.1.2.1     /* subscript */
 86542                   -1,
 86543                   /* value */
 86544                   0,
 86545               };
 86546               
 86547               static const char*
 86548               _CIM_PrintJob_SchedulingInformation_qualifiers[] =
 86549               {
 86550                   /* Deprecated */
 86551                   "\013\000\001No Value\000",
 86552                   0,
 86553               };
 86554               
 86555               static MetaProperty
 86556               _CIM_PrintJob_SchedulingInformation =
 86557               {
 86558                   /* flags */
 86559                   META_FLAG_PROPERTY|META_FLAG_READ,
 86560                   /* name */
 86561                   "SchedulingInformation",
 86562 mike  1.1.2.1     /* qualifiers */
 86563                   _CIM_PrintJob_SchedulingInformation_qualifiers,
 86564                   /* type */
 86565                   CIMTYPE_STRING,
 86566                   /* subscript */
 86567                   -1,
 86568                   /* value */
 86569                   0,
 86570               };
 86571               
 86572               static const char*
 86573               _CIM_PrintJob_JobSize_qualifiers[] =
 86574               {
 86575                   /* Units */
 86576                   "\060KiloBytes",
 86577                   /* ModelCorrespondence */
 86578                   "\036\000\002CIM_Printer.MaxSizeSupported\000CIM_PrintQueue.MaxJobSize\000",
 86579                   0,
 86580               };
 86581               
 86582               static MetaProperty
 86583 mike  1.1.2.1 _CIM_PrintJob_JobSize =
 86584               {
 86585                   /* flags */
 86586                   META_FLAG_PROPERTY|META_FLAG_READ,
 86587                   /* name */
 86588                   "JobSize",
 86589                   /* qualifiers */
 86590                   _CIM_PrintJob_JobSize_qualifiers,
 86591                   /* type */
 86592                   CIMTYPE_UINT32,
 86593                   /* subscript */
 86594                   -1,
 86595                   /* value */
 86596                   0,
 86597               };
 86598               
 86599               static const char*
 86600               _CIM_PrintJob_Language_qualifiers[] =
 86601               {
 86602                   /* ValueMap */
 86603                   "\061\000\0731\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\00025\00026\00027\00028\00029\00030\00031\00032\00033\00034\00035\00036\00037\00038\00039\00040\00041\00042\00043\00044\00045\00046\00047\00048\00050\00051\00052\00053\00054\00055\00056\00057\00058\00059\00060\000",
 86604 mike  1.1.2.1     /* Values */
 86605                   "\062\000\073Other\000Unknown\000PCL\000HPGL\000PJL\000PS\000PSPrinter\000IPDS\000PPDS\000EscapeP\000Epson\000DDIF\000Interpress\000ISO6429\000Line Data\000MODCA\000REGIS\000SCS\000SPDL\000TEK4014\000PDS\000IGP\000CodeV\000DSCDSE\000WPS\000LN03\000CCITT\000QUIC\000CPAP\000DecPPL\000Simple Text\000NPAP\000DOC\000imPress\000Pinwriter\000NPDL\000NEC201PL\000Automatic\000Pages\000LIPS\000TIFF\000Diagnostic\000CaPSL\000EXCL\000LCDS\000XES\000MIME\000TIPSI\000Prescribe\000LinePrinter\000IDP\000XJCL\000PDF\000RPDL\000IntermecIPL\000UBIFingerprint\000UBIDirectProtocol\000Fujitsu\000PCLXL\000",
 86606                   /* MappingStrings */
 86607                   "\026\000\001MIB.IETF|Printer-MIB.prtInterpreterLangFamily\000",
 86608                   /* ModelCorrespondence */
 86609                   "\036\000\003CIM_Printer.LanguagesSupported\000CIM_PrintService.LanguagesSupported\000CIM_PrintJob.MimeTypes\000",
 86610                   0,
 86611               };
 86612               
 86613               static MetaProperty
 86614               _CIM_PrintJob_Language =
 86615               {
 86616                   /* flags */
 86617                   META_FLAG_PROPERTY|META_FLAG_READ,
 86618                   /* name */
 86619                   "Language",
 86620                   /* qualifiers */
 86621                   _CIM_PrintJob_Language_qualifiers,
 86622                   /* type */
 86623                   CIMTYPE_UINT16,
 86624                   /* subscript */
 86625 mike  1.1.2.1     -1,
 86626                   /* value */
 86627                   0,
 86628               };
 86629               
 86630               static const char*
 86631               _CIM_PrintJob_MimeTypes_qualifiers[] =
 86632               {
 86633                   /* ModelCorrespondence */
 86634                   "\036\000\003CIM_PrintJob.Language\000CIM_Printer.MimeTypesSupported\000CIM_PrintService.MimeTypesSupported\000",
 86635                   0,
 86636               };
 86637               
 86638               static MetaProperty
 86639               _CIM_PrintJob_MimeTypes =
 86640               {
 86641                   /* flags */
 86642                   META_FLAG_PROPERTY|META_FLAG_READ,
 86643                   /* name */
 86644                   "MimeTypes",
 86645                   /* qualifiers */
 86646 mike  1.1.2.1     _CIM_PrintJob_MimeTypes_qualifiers,
 86647                   /* type */
 86648                   CIMTYPE_STRING,
 86649                   /* subscript */
 86650                   0,
 86651                   /* value */
 86652                   0,
 86653               };
 86654               
 86655               static const char*
 86656               _CIM_PrintJob_RequiredPaperType_qualifiers[] =
 86657               {
 86658                   /* ModelCorrespondence */
 86659                   "\036\000\002CIM_Printer.PaperTypesAvailable\000CIM_PrintService.PaperTypesAvailable\000",
 86660                   0,
 86661               };
 86662               
 86663               static MetaProperty
 86664               _CIM_PrintJob_RequiredPaperType =
 86665               {
 86666                   /* flags */
 86667 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 86668                   /* name */
 86669                   "RequiredPaperType",
 86670                   /* qualifiers */
 86671                   _CIM_PrintJob_RequiredPaperType_qualifiers,
 86672                   /* type */
 86673                   CIMTYPE_STRING,
 86674                   /* subscript */
 86675                   -1,
 86676                   /* value */
 86677                   0,
 86678               };
 86679               
 86680               static const char*
 86681               _CIM_PrintJob_Finishing_qualifiers[] =
 86682               {
 86683                   /* ValueMap */
 86684                   "\061\000\0260\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\000",
 86685                   /* Values */
 86686                   "\062\000\026Unknown\000Other\000Color Printing\000Duplex Printing\000Copies\000Collation\000Stapling\000Transparency Printing\000Punch\000Cover\000Bind\000Black and White Printing\000One Sided\000Two Sided Long Edge\000Two Sided Short Edge\000Portrait\000Landscape\000Reverse Portrait\000Reverse Landscape\000Quality High\000Quality Normal\000Quality Low\000",
 86687                   /* ArrayType */
 86688 mike  1.1.2.1     "\005Indexed",
 86689                   /* ModelCorrespondence */
 86690                   "\036\000\002CIM_Printer.Capabilities\000CIM_PrintService.Capabilities\000",
 86691                   0,
 86692               };
 86693               
 86694               static MetaProperty
 86695               _CIM_PrintJob_Finishing =
 86696               {
 86697                   /* flags */
 86698                   META_FLAG_PROPERTY|META_FLAG_READ,
 86699                   /* name */
 86700                   "Finishing",
 86701                   /* qualifiers */
 86702                   _CIM_PrintJob_Finishing_qualifiers,
 86703                   /* type */
 86704                   CIMTYPE_UINT16,
 86705                   /* subscript */
 86706                   0,
 86707                   /* value */
 86708                   0,
 86709 mike  1.1.2.1 };
 86710               
 86711               static const char*
 86712               _CIM_PrintJob_Copies_qualifiers[] =
 86713               {
 86714                   /* ModelCorrespondence */
 86715                   "\036\000\001CIM_Printer.MaxCopies\000",
 86716                   0,
 86717               };
 86718               
 86719               static MetaProperty
 86720               _CIM_PrintJob_Copies =
 86721               {
 86722                   /* flags */
 86723                   META_FLAG_PROPERTY|META_FLAG_READ,
 86724                   /* name */
 86725                   "Copies",
 86726                   /* qualifiers */
 86727                   _CIM_PrintJob_Copies_qualifiers,
 86728                   /* type */
 86729                   CIMTYPE_UINT32,
 86730 mike  1.1.2.1     /* subscript */
 86731                   -1,
 86732                   /* value */
 86733                   0,
 86734               };
 86735               
 86736               static const char*
 86737               _CIM_PrintJob_HorizontalResolution_qualifiers[] =
 86738               {
 86739                   /* Units */
 86740                   "\060Pixels per Inch",
 86741                   /* ModelCorrespondence */
 86742                   "\036\000\001CIM_Printer.HorizontalResolution\000",
 86743                   0,
 86744               };
 86745               
 86746               static MetaProperty
 86747               _CIM_PrintJob_HorizontalResolution =
 86748               {
 86749                   /* flags */
 86750                   META_FLAG_PROPERTY|META_FLAG_READ,
 86751 mike  1.1.2.1     /* name */
 86752                   "HorizontalResolution",
 86753                   /* qualifiers */
 86754                   _CIM_PrintJob_HorizontalResolution_qualifiers,
 86755                   /* type */
 86756                   CIMTYPE_UINT32,
 86757                   /* subscript */
 86758                   -1,
 86759                   /* value */
 86760                   0,
 86761               };
 86762               
 86763               static const char*
 86764               _CIM_PrintJob_VerticalResolution_qualifiers[] =
 86765               {
 86766                   /* Units */
 86767                   "\060Pixels per Inch",
 86768                   /* ModelCorrespondence */
 86769                   "\036\000\001CIM_Printer.VerticalResolution\000",
 86770                   0,
 86771               };
 86772 mike  1.1.2.1 
 86773               static MetaProperty
 86774               _CIM_PrintJob_VerticalResolution =
 86775               {
 86776                   /* flags */
 86777                   META_FLAG_PROPERTY|META_FLAG_READ,
 86778                   /* name */
 86779                   "VerticalResolution",
 86780                   /* qualifiers */
 86781                   _CIM_PrintJob_VerticalResolution_qualifiers,
 86782                   /* type */
 86783                   CIMTYPE_UINT32,
 86784                   /* subscript */
 86785                   -1,
 86786                   /* value */
 86787                   0,
 86788               };
 86789               
 86790               static const char*
 86791               _CIM_PrintJob_CharSet_qualifiers[] =
 86792               {
 86793 mike  1.1.2.1     /* ModelCorrespondence */
 86794                   "\036\000\001CIM_Printer.CharSetsSupported\000",
 86795                   0,
 86796               };
 86797               
 86798               static MetaProperty
 86799               _CIM_PrintJob_CharSet =
 86800               {
 86801                   /* flags */
 86802                   META_FLAG_PROPERTY|META_FLAG_READ,
 86803                   /* name */
 86804                   "CharSet",
 86805                   /* qualifiers */
 86806                   _CIM_PrintJob_CharSet_qualifiers,
 86807                   /* type */
 86808                   CIMTYPE_STRING,
 86809                   /* subscript */
 86810                   -1,
 86811                   /* value */
 86812                   0,
 86813               };
 86814 mike  1.1.2.1 
 86815               static const char*
 86816               _CIM_PrintJob_NaturalLanguage_qualifiers[] =
 86817               {
 86818                   /* ModelCorrespondence */
 86819                   "\036\000\001CIM_Printer.NaturalLanguagesSupported\000",
 86820                   0,
 86821               };
 86822               
 86823               static MetaProperty
 86824               _CIM_PrintJob_NaturalLanguage =
 86825               {
 86826                   /* flags */
 86827                   META_FLAG_PROPERTY|META_FLAG_READ,
 86828                   /* name */
 86829                   "NaturalLanguage",
 86830                   /* qualifiers */
 86831                   _CIM_PrintJob_NaturalLanguage_qualifiers,
 86832                   /* type */
 86833                   CIMTYPE_STRING,
 86834                   /* subscript */
 86835 mike  1.1.2.1     -1,
 86836                   /* value */
 86837                   0,
 86838               };
 86839               
 86840               static const char*
 86841               _CIM_PrintJob_NumberUp_qualifiers[] =
 86842               {
 86843                   /* ModelCorrespondence */
 86844                   "\036\000\001CIM_Printer.MaxNumberUp\000",
 86845                   0,
 86846               };
 86847               
 86848               static MetaProperty
 86849               _CIM_PrintJob_NumberUp =
 86850               {
 86851                   /* flags */
 86852                   META_FLAG_PROPERTY|META_FLAG_READ,
 86853                   /* name */
 86854                   "NumberUp",
 86855                   /* qualifiers */
 86856 mike  1.1.2.1     _CIM_PrintJob_NumberUp_qualifiers,
 86857                   /* type */
 86858                   CIMTYPE_UINT32,
 86859                   /* subscript */
 86860                   -1,
 86861                   /* value */
 86862                   0,
 86863               };
 86864               
 86865               static const char*
 86866               _CIM_PrintJob_PrintJobStatus_qualifiers[] =
 86867               {
 86868                   /* ValueMap */
 86869                   "\061\000\0071\0002\0003\0004\0005\0006\0007\000",
 86870                   /* Values */
 86871                   "\062\000\007Other\000Unknown\000Pending\000Blocked\000Complete\000Completed With Error\000Printing\000",
 86872                   /* ModelCorrespondence */
 86873                   "\036\000\002CIM_PrintJob.TimeCompleted\000CIM_PrintJob.JobStatus\000",
 86874                   0,
 86875               };
 86876               
 86877 mike  1.1.2.1 static MetaProperty
 86878               _CIM_PrintJob_PrintJobStatus =
 86879               {
 86880                   /* flags */
 86881                   META_FLAG_PROPERTY|META_FLAG_READ,
 86882                   /* name */
 86883                   "PrintJobStatus",
 86884                   /* qualifiers */
 86885                   _CIM_PrintJob_PrintJobStatus_qualifiers,
 86886                   /* type */
 86887                   CIMTYPE_UINT16,
 86888                   /* subscript */
 86889                   -1,
 86890                   /* value */
 86891                   0,
 86892               };
 86893               
 86894               static const char*
 86895               _CIM_PrintJob_TimeCompleted_qualifiers[] =
 86896               {
 86897                   /* ModelCorrespondence */
 86898 mike  1.1.2.1     "\036\000\001CIM_PrintJob.PrintJobStatus\000",
 86899                   0,
 86900               };
 86901               
 86902               static MetaProperty
 86903               _CIM_PrintJob_TimeCompleted =
 86904               {
 86905                   /* flags */
 86906                   META_FLAG_PROPERTY|META_FLAG_READ,
 86907                   /* name */
 86908                   "TimeCompleted",
 86909                   /* qualifiers */
 86910                   _CIM_PrintJob_TimeCompleted_qualifiers,
 86911                   /* type */
 86912                   CIMTYPE_DATETIME,
 86913                   /* subscript */
 86914                   -1,
 86915                   /* value */
 86916                   0,
 86917               };
 86918               
 86919 mike  1.1.2.1 static const char*
 86920               _CIM_PrintJob_RequiredJobSheets_qualifiers[] =
 86921               {
 86922                   /* ModelCorrespondence */
 86923                   "\036\000\001CIM_Printer.AvailableJobSheets\000",
 86924                   0,
 86925               };
 86926               
 86927               static MetaProperty
 86928               _CIM_PrintJob_RequiredJobSheets =
 86929               {
 86930                   /* flags */
 86931                   META_FLAG_PROPERTY|META_FLAG_READ,
 86932                   /* name */
 86933                   "RequiredJobSheets",
 86934                   /* qualifiers */
 86935                   _CIM_PrintJob_RequiredJobSheets_qualifiers,
 86936                   /* type */
 86937                   CIMTYPE_STRING,
 86938                   /* subscript */
 86939                   0,
 86940 mike  1.1.2.1     /* value */
 86941                   0,
 86942               };
 86943               
 86944               static const char*
 86945               _CIM_PrintJob_JobOrigination_qualifiers[] =
 86946               {
 86947                   0,
 86948               };
 86949               
 86950               static MetaProperty
 86951               _CIM_PrintJob_JobOrigination =
 86952               {
 86953                   /* flags */
 86954                   META_FLAG_PROPERTY|META_FLAG_READ,
 86955                   /* name */
 86956                   "JobOrigination",
 86957                   /* qualifiers */
 86958                   _CIM_PrintJob_JobOrigination_qualifiers,
 86959                   /* type */
 86960                   CIMTYPE_STRING,
 86961 mike  1.1.2.1     /* subscript */
 86962                   -1,
 86963                   /* value */
 86964                   0,
 86965               };
 86966               
 86967               static MetaFeature*
 86968               _CIM_PrintJob_features[] =
 86969               {
 86970                   (MetaFeature*)&_CIM_PrintJob_SystemCreationClassName,
 86971                   (MetaFeature*)&_CIM_PrintJob_SystemName,
 86972                   (MetaFeature*)&_CIM_PrintJob_QueueCreationClassName,
 86973                   (MetaFeature*)&_CIM_PrintJob_QueueName,
 86974                   (MetaFeature*)&_CIM_PrintJob_JobStatus,
 86975                   (MetaFeature*)&_CIM_PrintJob_JobID,
 86976                   (MetaFeature*)&_CIM_PrintJob_SchedulingInformation,
 86977                   (MetaFeature*)&_CIM_PrintJob_JobSize,
 86978                   (MetaFeature*)&_CIM_PrintJob_Language,
 86979                   (MetaFeature*)&_CIM_PrintJob_MimeTypes,
 86980                   (MetaFeature*)&_CIM_PrintJob_RequiredPaperType,
 86981                   (MetaFeature*)&_CIM_PrintJob_Finishing,
 86982 mike  1.1.2.1     (MetaFeature*)&_CIM_PrintJob_Copies,
 86983                   (MetaFeature*)&_CIM_PrintJob_HorizontalResolution,
 86984                   (MetaFeature*)&_CIM_PrintJob_VerticalResolution,
 86985                   (MetaFeature*)&_CIM_PrintJob_CharSet,
 86986                   (MetaFeature*)&_CIM_PrintJob_NaturalLanguage,
 86987                   (MetaFeature*)&_CIM_PrintJob_NumberUp,
 86988                   (MetaFeature*)&_CIM_PrintJob_PrintJobStatus,
 86989                   (MetaFeature*)&_CIM_PrintJob_TimeCompleted,
 86990                   (MetaFeature*)&_CIM_PrintJob_RequiredJobSheets,
 86991                   (MetaFeature*)&_CIM_PrintJob_JobOrigination,
 86992                   0,
 86993               };
 86994               
 86995               static const char*
 86996               __root_cimv2_CIM_PrintJob_qualifiers[] =
 86997               {
 86998                   /* UMLPackagePath */
 86999                   "\057CIM::Device::Printing",
 87000                   /* Version */
 87001                   "\0632.10.0",
 87002                   0,
 87003 mike  1.1.2.1 };
 87004               
 87005               MetaClass
 87006               __root_cimv2_CIM_PrintJob =
 87007               {
 87008                   /* flags */
 87009                   META_FLAG_CLASS,
 87010                   /* name */
 87011                   "CIM_PrintJob",
 87012                   /* qualifiers */
 87013                   __root_cimv2_CIM_PrintJob_qualifiers,
 87014                   /* super */
 87015                   &__root_cimv2_CIM_Job,
 87016                   /* features */
 87017                   _CIM_PrintJob_features,
 87018               };
 87019               
 87020               //==============================================================================
 87021               //
 87022               // Class: CIM_PrintJobFile
 87023               //
 87024 mike  1.1.2.1 //==============================================================================
 87025               
 87026               static const char*
 87027               _CIM_PrintJobFile_GroupComponent_qualifiers[] =
 87028               {
 87029                   /* Aggregate */
 87030                   "\003\001",
 87031                   /* Override */
 87032                   "\044GroupComponent",
 87033                   0,
 87034               };
 87035               
 87036               static MetaReference
 87037               _CIM_PrintJobFile_GroupComponent =
 87038               {
 87039                   /* flags */
 87040                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 87041                   /* name */
 87042                   "GroupComponent",
 87043                   /* qualifiers */
 87044                   _CIM_PrintJobFile_GroupComponent_qualifiers,
 87045 mike  1.1.2.1     /* subscript */
 87046                   -1,
 87047                   /* refId */
 87048                   &__root_cimv2_CIM_PrintJob,
 87049               };
 87050               
 87051               static const char*
 87052               _CIM_PrintJobFile_PartComponent_qualifiers[] =
 87053               {
 87054                   /* Override */
 87055                   "\044PartComponent",
 87056                   0,
 87057               };
 87058               
 87059               static MetaReference
 87060               _CIM_PrintJobFile_PartComponent =
 87061               {
 87062                   /* flags */
 87063                   META_FLAG_REFERENCE|META_FLAG_READ,
 87064                   /* name */
 87065                   "PartComponent",
 87066 mike  1.1.2.1     /* qualifiers */
 87067                   _CIM_PrintJobFile_PartComponent_qualifiers,
 87068                   /* subscript */
 87069                   -1,
 87070                   /* refId */
 87071                   &__root_cimv2_CIM_DataFile,
 87072               };
 87073               
 87074               static MetaFeature*
 87075               _CIM_PrintJobFile_features[] =
 87076               {
 87077                   (MetaFeature*)&_CIM_PrintJobFile_GroupComponent,
 87078                   (MetaFeature*)&_CIM_PrintJobFile_PartComponent,
 87079                   0,
 87080               };
 87081               
 87082               static const char*
 87083               __root_cimv2_CIM_PrintJobFile_qualifiers[] =
 87084               {
 87085                   /* ASSOCIATION */
 87086                   "\000\001",
 87087 mike  1.1.2.1     /* UMLPackagePath */
 87088                   "\057CIM::Device::Printing",
 87089                   /* Aggregation */
 87090                   "\004\001",
 87091                   /* Version */
 87092                   "\0632.10.0",
 87093                   0,
 87094               };
 87095               
 87096               MetaClass
 87097               __root_cimv2_CIM_PrintJobFile =
 87098               {
 87099                   /* flags */
 87100                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 87101                   /* name */
 87102                   "CIM_PrintJobFile",
 87103                   /* qualifiers */
 87104                   __root_cimv2_CIM_PrintJobFile_qualifiers,
 87105                   /* super */
 87106                   &__root_cimv2_CIM_Component,
 87107                   /* features */
 87108 mike  1.1.2.1     _CIM_PrintJobFile_features,
 87109               };
 87110               
 87111               //==============================================================================
 87112               //
 87113               // Class: CIM_ProductSoftwareComponent
 87114               //
 87115               //==============================================================================
 87116               
 87117               static const char*
 87118               _CIM_ProductSoftwareComponent_GroupComponent_qualifiers[] =
 87119               {
 87120                   /* Override */
 87121                   "\044GroupComponent",
 87122                   /* Max */
 87123                   "\027\000\000\000\001",
 87124                   0,
 87125               };
 87126               
 87127               static MetaReference
 87128               _CIM_ProductSoftwareComponent_GroupComponent =
 87129 mike  1.1.2.1 {
 87130                   /* flags */
 87131                   META_FLAG_REFERENCE|META_FLAG_READ,
 87132                   /* name */
 87133                   "GroupComponent",
 87134                   /* qualifiers */
 87135                   _CIM_ProductSoftwareComponent_GroupComponent_qualifiers,
 87136                   /* subscript */
 87137                   -1,
 87138                   /* refId */
 87139                   &__root_cimv2_CIM_Product,
 87140               };
 87141               
 87142               static const char*
 87143               _CIM_ProductSoftwareComponent_PartComponent_qualifiers[] =
 87144               {
 87145                   /* Override */
 87146                   "\044PartComponent",
 87147                   0,
 87148               };
 87149               
 87150 mike  1.1.2.1 static MetaReference
 87151               _CIM_ProductSoftwareComponent_PartComponent =
 87152               {
 87153                   /* flags */
 87154                   META_FLAG_REFERENCE|META_FLAG_READ,
 87155                   /* name */
 87156                   "PartComponent",
 87157                   /* qualifiers */
 87158                   _CIM_ProductSoftwareComponent_PartComponent_qualifiers,
 87159                   /* subscript */
 87160                   -1,
 87161                   /* refId */
 87162                   &__root_cimv2_CIM_SoftwareIdentity,
 87163               };
 87164               
 87165               static MetaFeature*
 87166               _CIM_ProductSoftwareComponent_features[] =
 87167               {
 87168                   (MetaFeature*)&_CIM_ProductSoftwareComponent_GroupComponent,
 87169                   (MetaFeature*)&_CIM_ProductSoftwareComponent_PartComponent,
 87170                   0,
 87171 mike  1.1.2.1 };
 87172               
 87173               static const char*
 87174               __root_cimv2_CIM_ProductSoftwareComponent_qualifiers[] =
 87175               {
 87176                   /* ASSOCIATION */
 87177                   "\000\001",
 87178                   /* UMLPackagePath */
 87179                   "\057CIM::Core::ProductFRU",
 87180                   /* Aggregation */
 87181                   "\004\001",
 87182                   /* Composition */
 87183                   "\011\001",
 87184                   /* Version */
 87185                   "\0632.7.0",
 87186                   0,
 87187               };
 87188               
 87189               MetaClass
 87190               __root_cimv2_CIM_ProductSoftwareComponent =
 87191               {
 87192 mike  1.1.2.1     /* flags */
 87193                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 87194                   /* name */
 87195                   "CIM_ProductSoftwareComponent",
 87196                   /* qualifiers */
 87197                   __root_cimv2_CIM_ProductSoftwareComponent_qualifiers,
 87198                   /* super */
 87199                   &__root_cimv2_CIM_Component,
 87200                   /* features */
 87201                   _CIM_ProductSoftwareComponent_features,
 87202               };
 87203               
 87204               //==============================================================================
 87205               //
 87206               // Class: CIM_ProductSoftwareFeatures
 87207               //
 87208               //==============================================================================
 87209               
 87210               static const char*
 87211               _CIM_ProductSoftwareFeatures_Product_qualifiers[] =
 87212               {
 87213 mike  1.1.2.1     /* Key */
 87214                   "\025\001",
 87215                   /* Aggregate */
 87216                   "\003\001",
 87217                   /* Min */
 87218                   "\033\000\000\000\001",
 87219                   /* Max */
 87220                   "\027\000\000\000\001",
 87221                   0,
 87222               };
 87223               
 87224               static MetaReference
 87225               _CIM_ProductSoftwareFeatures_Product =
 87226               {
 87227                   /* flags */
 87228                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 87229                   /* name */
 87230                   "Product",
 87231                   /* qualifiers */
 87232                   _CIM_ProductSoftwareFeatures_Product_qualifiers,
 87233                   /* subscript */
 87234 mike  1.1.2.1     -1,
 87235                   /* refId */
 87236                   &__root_cimv2_CIM_Product,
 87237               };
 87238               
 87239               static const char*
 87240               _CIM_ProductSoftwareFeatures_Component_qualifiers[] =
 87241               {
 87242                   /* Key */
 87243                   "\025\001",
 87244                   /* Weak */
 87245                   "\064\001",
 87246                   0,
 87247               };
 87248               
 87249               static MetaReference
 87250               _CIM_ProductSoftwareFeatures_Component =
 87251               {
 87252                   /* flags */
 87253                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
 87254                   /* name */
 87255 mike  1.1.2.1     "Component",
 87256                   /* qualifiers */
 87257                   _CIM_ProductSoftwareFeatures_Component_qualifiers,
 87258                   /* subscript */
 87259                   -1,
 87260                   /* refId */
 87261                   &__root_cimv2_CIM_SoftwareFeature,
 87262               };
 87263               
 87264               static MetaFeature*
 87265               _CIM_ProductSoftwareFeatures_features[] =
 87266               {
 87267                   (MetaFeature*)&_CIM_ProductSoftwareFeatures_Product,
 87268                   (MetaFeature*)&_CIM_ProductSoftwareFeatures_Component,
 87269                   0,
 87270               };
 87271               
 87272               static const char*
 87273               __root_cimv2_CIM_ProductSoftwareFeatures_qualifiers[] =
 87274               {
 87275                   /* ASSOCIATION */
 87276 mike  1.1.2.1     "\000\001",
 87277                   /* UMLPackagePath */
 87278                   "\057CIM::Application::DeploymentModel",
 87279                   /* Aggregation */
 87280                   "\004\001",
 87281                   /* Version */
 87282                   "\0632.6.0",
 87283                   0,
 87284               };
 87285               
 87286               MetaClass
 87287               __root_cimv2_CIM_ProductSoftwareFeatures =
 87288               {
 87289                   /* flags */
 87290                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 87291                   /* name */
 87292                   "CIM_ProductSoftwareFeatures",
 87293                   /* qualifiers */
 87294                   __root_cimv2_CIM_ProductSoftwareFeatures_qualifiers,
 87295                   /* super */
 87296                   0,
 87297 mike  1.1.2.1     /* features */
 87298                   _CIM_ProductSoftwareFeatures_features,
 87299               };
 87300               
 87301               //==============================================================================
 87302               //
 87303               // Class: CIM_RedundancyComponent
 87304               //
 87305               //==============================================================================
 87306               
 87307               static const char*
 87308               _CIM_RedundancyComponent_GroupComponent_qualifiers[] =
 87309               {
 87310                   /* Deprecated */
 87311                   "\013\000\001CIM_MemberOfCollection.Collection\000",
 87312                   /* Aggregate */
 87313                   "\003\001",
 87314                   /* Override */
 87315                   "\044GroupComponent",
 87316                   0,
 87317               };
 87318 mike  1.1.2.1 
 87319               static MetaReference
 87320               _CIM_RedundancyComponent_GroupComponent =
 87321               {
 87322                   /* flags */
 87323                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 87324                   /* name */
 87325                   "GroupComponent",
 87326                   /* qualifiers */
 87327                   _CIM_RedundancyComponent_GroupComponent_qualifiers,
 87328                   /* subscript */
 87329                   -1,
 87330                   /* refId */
 87331                   &__root_cimv2_CIM_RedundancyGroup,
 87332               };
 87333               
 87334               static const char*
 87335               _CIM_RedundancyComponent_PartComponent_qualifiers[] =
 87336               {
 87337                   /* Deprecated */
 87338                   "\013\000\001CIM_MemberOfCollection.Member\000",
 87339 mike  1.1.2.1     /* Override */
 87340                   "\044PartComponent",
 87341                   0,
 87342               };
 87343               
 87344               static MetaReference
 87345               _CIM_RedundancyComponent_PartComponent =
 87346               {
 87347                   /* flags */
 87348                   META_FLAG_REFERENCE|META_FLAG_READ,
 87349                   /* name */
 87350                   "PartComponent",
 87351                   /* qualifiers */
 87352                   _CIM_RedundancyComponent_PartComponent_qualifiers,
 87353                   /* subscript */
 87354                   -1,
 87355                   /* refId */
 87356                   &__root_cimv2_CIM_ManagedSystemElement,
 87357               };
 87358               
 87359               static MetaFeature*
 87360 mike  1.1.2.1 _CIM_RedundancyComponent_features[] =
 87361               {
 87362                   (MetaFeature*)&_CIM_RedundancyComponent_GroupComponent,
 87363                   (MetaFeature*)&_CIM_RedundancyComponent_PartComponent,
 87364                   0,
 87365               };
 87366               
 87367               static const char*
 87368               __root_cimv2_CIM_RedundancyComponent_qualifiers[] =
 87369               {
 87370                   /* ASSOCIATION */
 87371                   "\000\001",
 87372                   /* Deprecated */
 87373                   "\013\000\001CIM_MemberOfCollection\000",
 87374                   /* UMLPackagePath */
 87375                   "\057CIM::Core::Redundancy",
 87376                   /* Aggregation */
 87377                   "\004\001",
 87378                   /* Version */
 87379                   "\0632.13.0",
 87380                   0,
 87381 mike  1.1.2.1 };
 87382               
 87383               MetaClass
 87384               __root_cimv2_CIM_RedundancyComponent =
 87385               {
 87386                   /* flags */
 87387                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 87388                   /* name */
 87389                   "CIM_RedundancyComponent",
 87390                   /* qualifiers */
 87391                   __root_cimv2_CIM_RedundancyComponent_qualifiers,
 87392                   /* super */
 87393                   &__root_cimv2_CIM_Component,
 87394                   /* features */
 87395                   _CIM_RedundancyComponent_features,
 87396               };
 87397               
 87398               //==============================================================================
 87399               //
 87400               // Class: CIM_SAProposal
 87401               //
 87402 mike  1.1.2.1 //==============================================================================
 87403               
 87404               static MetaFeature*
 87405               _CIM_SAProposal_features[] =
 87406               {
 87407                   0,
 87408               };
 87409               
 87410               static const char*
 87411               __root_cimv2_CIM_SAProposal_qualifiers[] =
 87412               {
 87413                   /* UMLPackagePath */
 87414                   "\057CIM::IPsecPolicy",
 87415                   /* Abstract */
 87416                   "\002\001",
 87417                   /* Version */
 87418                   "\0632.8.0",
 87419                   /* MappingStrings */
 87420                   "\026\000\001IPSP Policy Model.IETF|SAProposal\000",
 87421                   0,
 87422               };
 87423 mike  1.1.2.1 
 87424               MetaClass
 87425               __root_cimv2_CIM_SAProposal =
 87426               {
 87427                   /* flags */
 87428                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 87429                   /* name */
 87430                   "CIM_SAProposal",
 87431                   /* qualifiers */
 87432                   __root_cimv2_CIM_SAProposal_qualifiers,
 87433                   /* super */
 87434                   &__root_cimv2_CIM_ScopedSettingData,
 87435                   /* features */
 87436                   _CIM_SAProposal_features,
 87437               };
 87438               
 87439               //==============================================================================
 87440               //
 87441               // Class: CIM_SATransform
 87442               //
 87443               //==============================================================================
 87444 mike  1.1.2.1 
 87445               static const char*
 87446               _CIM_SATransform_ElementName_qualifiers[] =
 87447               {
 87448                   /* Override */
 87449                   "\044ElementName",
 87450                   /* MappingStrings */
 87451                   "\026\000\001IPSP Model.IETF|SATransform.CommonName\000",
 87452                   0,
 87453               };
 87454               
 87455               static MetaProperty
 87456               _CIM_SATransform_ElementName =
 87457               {
 87458                   /* flags */
 87459                   META_FLAG_PROPERTY|META_FLAG_READ,
 87460                   /* name */
 87461                   "ElementName",
 87462                   /* qualifiers */
 87463                   _CIM_SATransform_ElementName_qualifiers,
 87464                   /* type */
 87465 mike  1.1.2.1     CIMTYPE_STRING,
 87466                   /* subscript */
 87467                   -1,
 87468                   /* value */
 87469                   0,
 87470               };
 87471               
 87472               static const char*
 87473               _CIM_SATransform_MaxLifetimeSeconds_qualifiers[] =
 87474               {
 87475                   /* Units */
 87476                   "\060Seconds",
 87477                   /* MappingStrings */
 87478                   "\026\000\001IPSP Model.IETF|SATransform.MaxLifetimeSeconds\000",
 87479                   0,
 87480               };
 87481               
 87482               static MetaProperty
 87483               _CIM_SATransform_MaxLifetimeSeconds =
 87484               {
 87485                   /* flags */
 87486 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 87487                   /* name */
 87488                   "MaxLifetimeSeconds",
 87489                   /* qualifiers */
 87490                   _CIM_SATransform_MaxLifetimeSeconds_qualifiers,
 87491                   /* type */
 87492                   CIMTYPE_UINT64,
 87493                   /* subscript */
 87494                   -1,
 87495                   /* value */
 87496                   "\000\000\000\000\000\000\000\000",
 87497               };
 87498               
 87499               static const char*
 87500               _CIM_SATransform_MaxLifetimeKilobytes_qualifiers[] =
 87501               {
 87502                   /* Units */
 87503                   "\060KiloBytes",
 87504                   /* MappingStrings */
 87505                   "\026\000\001IPSP Model.IETF|SATransform.MaxLifetimeKilobytes\000",
 87506                   0,
 87507 mike  1.1.2.1 };
 87508               
 87509               static MetaProperty
 87510               _CIM_SATransform_MaxLifetimeKilobytes =
 87511               {
 87512                   /* flags */
 87513                   META_FLAG_PROPERTY|META_FLAG_READ,
 87514                   /* name */
 87515                   "MaxLifetimeKilobytes",
 87516                   /* qualifiers */
 87517                   _CIM_SATransform_MaxLifetimeKilobytes_qualifiers,
 87518                   /* type */
 87519                   CIMTYPE_UINT64,
 87520                   /* subscript */
 87521                   -1,
 87522                   /* value */
 87523                   "\000\000\000\000\000\000\000\000",
 87524               };
 87525               
 87526               static const char*
 87527               _CIM_SATransform_VendorID_qualifiers[] =
 87528 mike  1.1.2.1 {
 87529                   /* MappingStrings */
 87530                   "\026\000\001IPSP Model.IETF|SATransform.VendorID\000",
 87531                   0,
 87532               };
 87533               
 87534               static MetaProperty
 87535               _CIM_SATransform_VendorID =
 87536               {
 87537                   /* flags */
 87538                   META_FLAG_PROPERTY|META_FLAG_READ,
 87539                   /* name */
 87540                   "VendorID",
 87541                   /* qualifiers */
 87542                   _CIM_SATransform_VendorID_qualifiers,
 87543                   /* type */
 87544                   CIMTYPE_STRING,
 87545                   /* subscript */
 87546                   -1,
 87547                   /* value */
 87548                   "",
 87549 mike  1.1.2.1 };
 87550               
 87551               static MetaFeature*
 87552               _CIM_SATransform_features[] =
 87553               {
 87554                   (MetaFeature*)&_CIM_SATransform_ElementName,
 87555                   (MetaFeature*)&_CIM_SATransform_MaxLifetimeSeconds,
 87556                   (MetaFeature*)&_CIM_SATransform_MaxLifetimeKilobytes,
 87557                   (MetaFeature*)&_CIM_SATransform_VendorID,
 87558                   0,
 87559               };
 87560               
 87561               static const char*
 87562               __root_cimv2_CIM_SATransform_qualifiers[] =
 87563               {
 87564                   /* UMLPackagePath */
 87565                   "\057CIM::Network::IPsec",
 87566                   /* Abstract */
 87567                   "\002\001",
 87568                   /* Version */
 87569                   "\0632.8.0",
 87570 mike  1.1.2.1     /* MappingStrings */
 87571                   "\026\000\001IPSP Model.IETF|SATransform\000",
 87572                   0,
 87573               };
 87574               
 87575               MetaClass
 87576               __root_cimv2_CIM_SATransform =
 87577               {
 87578                   /* flags */
 87579                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 87580                   /* name */
 87581                   "CIM_SATransform",
 87582                   /* qualifiers */
 87583                   __root_cimv2_CIM_SATransform_qualifiers,
 87584                   /* super */
 87585                   &__root_cimv2_CIM_ScopedSettingData,
 87586                   /* features */
 87587                   _CIM_SATransform_features,
 87588               };
 87589               
 87590               //==============================================================================
 87591 mike  1.1.2.1 //
 87592               // Class: CIM_ScopedSetting
 87593               //
 87594               //==============================================================================
 87595               
 87596               static const char*
 87597               _CIM_ScopedSetting_Antecedent_qualifiers[] =
 87598               {
 87599                   /* Override */
 87600                   "\044Antecedent",
 87601                   /* Min */
 87602                   "\033\000\000\000\001",
 87603                   /* Max */
 87604                   "\027\000\000\000\001",
 87605                   0,
 87606               };
 87607               
 87608               static MetaReference
 87609               _CIM_ScopedSetting_Antecedent =
 87610               {
 87611                   /* flags */
 87612 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 87613                   /* name */
 87614                   "Antecedent",
 87615                   /* qualifiers */
 87616                   _CIM_ScopedSetting_Antecedent_qualifiers,
 87617                   /* subscript */
 87618                   -1,
 87619                   /* refId */
 87620                   &__root_cimv2_CIM_ManagedElement,
 87621               };
 87622               
 87623               static const char*
 87624               _CIM_ScopedSetting_Dependent_qualifiers[] =
 87625               {
 87626                   /* Override */
 87627                   "\044Dependent",
 87628                   0,
 87629               };
 87630               
 87631               static MetaReference
 87632               _CIM_ScopedSetting_Dependent =
 87633 mike  1.1.2.1 {
 87634                   /* flags */
 87635                   META_FLAG_REFERENCE|META_FLAG_READ,
 87636                   /* name */
 87637                   "Dependent",
 87638                   /* qualifiers */
 87639                   _CIM_ScopedSetting_Dependent_qualifiers,
 87640                   /* subscript */
 87641                   -1,
 87642                   /* refId */
 87643                   &__root_cimv2_CIM_ScopedSettingData,
 87644               };
 87645               
 87646               static MetaFeature*
 87647               _CIM_ScopedSetting_features[] =
 87648               {
 87649                   (MetaFeature*)&_CIM_ScopedSetting_Antecedent,
 87650                   (MetaFeature*)&_CIM_ScopedSetting_Dependent,
 87651                   0,
 87652               };
 87653               
 87654 mike  1.1.2.1 static const char*
 87655               __root_cimv2_CIM_ScopedSetting_qualifiers[] =
 87656               {
 87657                   /* ASSOCIATION */
 87658                   "\000\001",
 87659                   /* UMLPackagePath */
 87660                   "\057CIM::Core::Settings",
 87661                   /* Version */
 87662                   "\0632.10.0",
 87663                   0,
 87664               };
 87665               
 87666               MetaClass
 87667               __root_cimv2_CIM_ScopedSetting =
 87668               {
 87669                   /* flags */
 87670                   META_FLAG_ASSOCIATION,
 87671                   /* name */
 87672                   "CIM_ScopedSetting",
 87673                   /* qualifiers */
 87674                   __root_cimv2_CIM_ScopedSetting_qualifiers,
 87675 mike  1.1.2.1     /* super */
 87676                   &__root_cimv2_CIM_HostedDependency,
 87677                   /* features */
 87678                   _CIM_ScopedSetting_features,
 87679               };
 87680               
 87681               //==============================================================================
 87682               //
 87683               // Class: CIM_SlotInSlot
 87684               //
 87685               //==============================================================================
 87686               
 87687               static const char*
 87688               _CIM_SlotInSlot_Antecedent_qualifiers[] =
 87689               {
 87690                   /* Override */
 87691                   "\044Antecedent",
 87692                   0,
 87693               };
 87694               
 87695               static MetaReference
 87696 mike  1.1.2.1 _CIM_SlotInSlot_Antecedent =
 87697               {
 87698                   /* flags */
 87699                   META_FLAG_REFERENCE|META_FLAG_READ,
 87700                   /* name */
 87701                   "Antecedent",
 87702                   /* qualifiers */
 87703                   _CIM_SlotInSlot_Antecedent_qualifiers,
 87704                   /* subscript */
 87705                   -1,
 87706                   /* refId */
 87707                   &__root_cimv2_CIM_Slot,
 87708               };
 87709               
 87710               static const char*
 87711               _CIM_SlotInSlot_Dependent_qualifiers[] =
 87712               {
 87713                   /* Override */
 87714                   "\044Dependent",
 87715                   /* Max */
 87716                   "\027\000\000\000\001",
 87717 mike  1.1.2.1     0,
 87718               };
 87719               
 87720               static MetaReference
 87721               _CIM_SlotInSlot_Dependent =
 87722               {
 87723                   /* flags */
 87724                   META_FLAG_REFERENCE|META_FLAG_READ,
 87725                   /* name */
 87726                   "Dependent",
 87727                   /* qualifiers */
 87728                   _CIM_SlotInSlot_Dependent_qualifiers,
 87729                   /* subscript */
 87730                   -1,
 87731                   /* refId */
 87732                   &__root_cimv2_CIM_Slot,
 87733               };
 87734               
 87735               static MetaFeature*
 87736               _CIM_SlotInSlot_features[] =
 87737               {
 87738 mike  1.1.2.1     (MetaFeature*)&_CIM_SlotInSlot_Antecedent,
 87739                   (MetaFeature*)&_CIM_SlotInSlot_Dependent,
 87740                   0,
 87741               };
 87742               
 87743               static const char*
 87744               __root_cimv2_CIM_SlotInSlot_qualifiers[] =
 87745               {
 87746                   /* ASSOCIATION */
 87747                   "\000\001",
 87748                   /* UMLPackagePath */
 87749                   "\057CIM::Physical::Connector",
 87750                   /* Version */
 87751                   "\0632.6.0",
 87752                   0,
 87753               };
 87754               
 87755               MetaClass
 87756               __root_cimv2_CIM_SlotInSlot =
 87757               {
 87758                   /* flags */
 87759 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 87760                   /* name */
 87761                   "CIM_SlotInSlot",
 87762                   /* qualifiers */
 87763                   __root_cimv2_CIM_SlotInSlot_qualifiers,
 87764                   /* super */
 87765                   &__root_cimv2_CIM_ConnectedTo,
 87766                   /* features */
 87767                   _CIM_SlotInSlot_features,
 87768               };
 87769               
 87770               //==============================================================================
 87771               //
 87772               // Class: CIM_SNMPDatabaseParameter
 87773               //
 87774               //==============================================================================
 87775               
 87776               static const char*
 87777               _CIM_SNMPDatabaseParameter_ParameterValue_qualifiers[] =
 87778               {
 87779                   /* MappingStrings */
 87780 mike  1.1.2.1     "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbParamCurrValue\000",
 87781                   0,
 87782               };
 87783               
 87784               static MetaProperty
 87785               _CIM_SNMPDatabaseParameter_ParameterValue =
 87786               {
 87787                   /* flags */
 87788                   META_FLAG_PROPERTY|META_FLAG_READ,
 87789                   /* name */
 87790                   "ParameterValue",
 87791                   /* qualifiers */
 87792                   _CIM_SNMPDatabaseParameter_ParameterValue_qualifiers,
 87793                   /* type */
 87794                   CIMTYPE_STRING,
 87795                   /* subscript */
 87796                   -1,
 87797                   /* value */
 87798                   0,
 87799               };
 87800               
 87801 mike  1.1.2.1 static MetaFeature*
 87802               _CIM_SNMPDatabaseParameter_features[] =
 87803               {
 87804                   (MetaFeature*)&_CIM_SNMPDatabaseParameter_ParameterValue,
 87805                   0,
 87806               };
 87807               
 87808               static const char*
 87809               __root_cimv2_CIM_SNMPDatabaseParameter_qualifiers[] =
 87810               {
 87811                   /* UMLPackagePath */
 87812                   "\057CIM::Database::System",
 87813                   /* Version */
 87814                   "\0632.7.0",
 87815                   0,
 87816               };
 87817               
 87818               MetaClass
 87819               __root_cimv2_CIM_SNMPDatabaseParameter =
 87820               {
 87821                   /* flags */
 87822 mike  1.1.2.1     META_FLAG_CLASS,
 87823                   /* name */
 87824                   "CIM_SNMPDatabaseParameter",
 87825                   /* qualifiers */
 87826                   __root_cimv2_CIM_SNMPDatabaseParameter_qualifiers,
 87827                   /* super */
 87828                   &__root_cimv2_CIM_DatabaseParameter,
 87829                   /* features */
 87830                   _CIM_SNMPDatabaseParameter_features,
 87831               };
 87832               
 87833               //==============================================================================
 87834               //
 87835               // Class: CIM_StartedUoW
 87836               //
 87837               //==============================================================================
 87838               
 87839               static const char*
 87840               _CIM_StartedUoW_Antecedent_qualifiers[] =
 87841               {
 87842                   /* Override */
 87843 mike  1.1.2.1     "\044Antecedent",
 87844                   /* Min */
 87845                   "\033\000\000\000\001",
 87846                   /* Max */
 87847                   "\027\000\000\000\001",
 87848                   0,
 87849               };
 87850               
 87851               static MetaReference
 87852               _CIM_StartedUoW_Antecedent =
 87853               {
 87854                   /* flags */
 87855                   META_FLAG_REFERENCE|META_FLAG_READ,
 87856                   /* name */
 87857                   "Antecedent",
 87858                   /* qualifiers */
 87859                   _CIM_StartedUoW_Antecedent_qualifiers,
 87860                   /* subscript */
 87861                   -1,
 87862                   /* refId */
 87863                   &__root_cimv2_CIM_UnitOfWorkDefinition,
 87864 mike  1.1.2.1 };
 87865               
 87866               static const char*
 87867               _CIM_StartedUoW_Dependent_qualifiers[] =
 87868               {
 87869                   /* Override */
 87870                   "\044Dependent",
 87871                   /* Weak */
 87872                   "\064\001",
 87873                   0,
 87874               };
 87875               
 87876               static MetaReference
 87877               _CIM_StartedUoW_Dependent =
 87878               {
 87879                   /* flags */
 87880                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
 87881                   /* name */
 87882                   "Dependent",
 87883                   /* qualifiers */
 87884                   _CIM_StartedUoW_Dependent_qualifiers,
 87885 mike  1.1.2.1     /* subscript */
 87886                   -1,
 87887                   /* refId */
 87888                   &__root_cimv2_CIM_UnitOfWork,
 87889               };
 87890               
 87891               static MetaFeature*
 87892               _CIM_StartedUoW_features[] =
 87893               {
 87894                   (MetaFeature*)&_CIM_StartedUoW_Antecedent,
 87895                   (MetaFeature*)&_CIM_StartedUoW_Dependent,
 87896                   0,
 87897               };
 87898               
 87899               static const char*
 87900               __root_cimv2_CIM_StartedUoW_qualifiers[] =
 87901               {
 87902                   /* ASSOCIATION */
 87903                   "\000\001",
 87904                   /* UMLPackagePath */
 87905                   "\057CIM::Metrics::UnitOfWork",
 87906 mike  1.1.2.1     /* Version */
 87907                   "\0632.6.0",
 87908                   0,
 87909               };
 87910               
 87911               MetaClass
 87912               __root_cimv2_CIM_StartedUoW =
 87913               {
 87914                   /* flags */
 87915                   META_FLAG_ASSOCIATION,
 87916                   /* name */
 87917                   "CIM_StartedUoW",
 87918                   /* qualifiers */
 87919                   __root_cimv2_CIM_StartedUoW_qualifiers,
 87920                   /* super */
 87921                   &__root_cimv2_CIM_Dependency,
 87922                   /* features */
 87923                   _CIM_StartedUoW_features,
 87924               };
 87925               
 87926               //==============================================================================
 87927 mike  1.1.2.1 //
 87928               // Class: CIM_SubUoWDef
 87929               //
 87930               //==============================================================================
 87931               
 87932               static const char*
 87933               _CIM_SubUoWDef_Antecedent_qualifiers[] =
 87934               {
 87935                   /* Override */
 87936                   "\044Antecedent",
 87937                   0,
 87938               };
 87939               
 87940               static MetaReference
 87941               _CIM_SubUoWDef_Antecedent =
 87942               {
 87943                   /* flags */
 87944                   META_FLAG_REFERENCE|META_FLAG_READ,
 87945                   /* name */
 87946                   "Antecedent",
 87947                   /* qualifiers */
 87948 mike  1.1.2.1     _CIM_SubUoWDef_Antecedent_qualifiers,
 87949                   /* subscript */
 87950                   -1,
 87951                   /* refId */
 87952                   &__root_cimv2_CIM_UnitOfWorkDefinition,
 87953               };
 87954               
 87955               static const char*
 87956               _CIM_SubUoWDef_Dependent_qualifiers[] =
 87957               {
 87958                   /* Override */
 87959                   "\044Dependent",
 87960                   0,
 87961               };
 87962               
 87963               static MetaReference
 87964               _CIM_SubUoWDef_Dependent =
 87965               {
 87966                   /* flags */
 87967                   META_FLAG_REFERENCE|META_FLAG_READ,
 87968                   /* name */
 87969 mike  1.1.2.1     "Dependent",
 87970                   /* qualifiers */
 87971                   _CIM_SubUoWDef_Dependent_qualifiers,
 87972                   /* subscript */
 87973                   -1,
 87974                   /* refId */
 87975                   &__root_cimv2_CIM_UnitOfWorkDefinition,
 87976               };
 87977               
 87978               static MetaFeature*
 87979               _CIM_SubUoWDef_features[] =
 87980               {
 87981                   (MetaFeature*)&_CIM_SubUoWDef_Antecedent,
 87982                   (MetaFeature*)&_CIM_SubUoWDef_Dependent,
 87983                   0,
 87984               };
 87985               
 87986               static const char*
 87987               __root_cimv2_CIM_SubUoWDef_qualifiers[] =
 87988               {
 87989                   /* ASSOCIATION */
 87990 mike  1.1.2.1     "\000\001",
 87991                   /* UMLPackagePath */
 87992                   "\057CIM::Metrics::UnitOfWork",
 87993                   /* Version */
 87994                   "\0632.6.0",
 87995                   0,
 87996               };
 87997               
 87998               MetaClass
 87999               __root_cimv2_CIM_SubUoWDef =
 88000               {
 88001                   /* flags */
 88002                   META_FLAG_ASSOCIATION,
 88003                   /* name */
 88004                   "CIM_SubUoWDef",
 88005                   /* qualifiers */
 88006                   __root_cimv2_CIM_SubUoWDef_qualifiers,
 88007                   /* super */
 88008                   &__root_cimv2_CIM_Dependency,
 88009                   /* features */
 88010                   _CIM_SubUoWDef_features,
 88011 mike  1.1.2.1 };
 88012               
 88013               //==============================================================================
 88014               //
 88015               // Class: CIM_SystemBusCard
 88016               //
 88017               //==============================================================================
 88018               
 88019               static const char*
 88020               _CIM_SystemBusCard_BusType_qualifiers[] =
 88021               {
 88022                   /* ValueMap */
 88023                   "\061\000\04743\00044\00045\00046\00047\00048\00049\00050\00052\00064\00065\00073\00074\00075\00076\00077\00078\00079\00080\00081\00082\00083\00084\00085\00086\00087\00098\00099\000100\000101\000102\000103\000104\000105\000106\000109\000110\000111\000112\000",
 88024                   /* Values */
 88025                   "\062\000\047PCI\000ISA\000EISA\000VESA\000PCMCIA\000PCMCIA Type I\000PCMCIA Type II\000PCMCIA Type III\000CardBus\000Access.bus\000NuBus\000AGP\000VME Bus\000VME64\000Proprietary\000Proprietary Processor Card Slot\000Proprietary Memory Card Slot\000Proprietary I/O Riser Slot\000PCI-66MHZ\000AGP2X\000AGP4X\000PC-98\000PC-98-Hireso\000PC-H98\000PC-98Note\000PC-98Full\000PCI-X\000Sbus IEEE 1396-1993 32 bit\000Sbus IEEE 1396-1993 64 bit\000MCA\000GIO\000XIO\000HIO\000NGIO\000PMC\000Future I/O\000InfiniBand\000AGP8X\000PCI-E\000",
 88026                   /* ModelCorrespondence */
 88027                   "\036\000\001CIM_PhysicalConnector.ConnectorType\000",
 88028                   0,
 88029               };
 88030               
 88031               static MetaProperty
 88032 mike  1.1.2.1 _CIM_SystemBusCard_BusType =
 88033               {
 88034                   /* flags */
 88035                   META_FLAG_PROPERTY|META_FLAG_READ,
 88036                   /* name */
 88037                   "BusType",
 88038                   /* qualifiers */
 88039                   _CIM_SystemBusCard_BusType_qualifiers,
 88040                   /* type */
 88041                   CIMTYPE_UINT16,
 88042                   /* subscript */
 88043                   -1,
 88044                   /* value */
 88045                   0,
 88046               };
 88047               
 88048               static const char*
 88049               _CIM_SystemBusCard_BusWidth_qualifiers[] =
 88050               {
 88051                   /* Units */
 88052                   "\060Bits",
 88053 mike  1.1.2.1     /* ValueMap */
 88054                   "\061\000\0070\0001\0008\00016\00032\00064\000128\000",
 88055                   /* ModelCorrespondence */
 88056                   "\036\000\001CIM_Slot.MaxDataWidth\000",
 88057                   0,
 88058               };
 88059               
 88060               static MetaProperty
 88061               _CIM_SystemBusCard_BusWidth =
 88062               {
 88063                   /* flags */
 88064                   META_FLAG_PROPERTY|META_FLAG_READ,
 88065                   /* name */
 88066                   "BusWidth",
 88067                   /* qualifiers */
 88068                   _CIM_SystemBusCard_BusWidth_qualifiers,
 88069                   /* type */
 88070                   CIMTYPE_UINT16,
 88071                   /* subscript */
 88072                   -1,
 88073                   /* value */
 88074 mike  1.1.2.1     0,
 88075               };
 88076               
 88077               static MetaFeature*
 88078               _CIM_SystemBusCard_features[] =
 88079               {
 88080                   (MetaFeature*)&_CIM_SystemBusCard_BusType,
 88081                   (MetaFeature*)&_CIM_SystemBusCard_BusWidth,
 88082                   0,
 88083               };
 88084               
 88085               static const char*
 88086               __root_cimv2_CIM_SystemBusCard_qualifiers[] =
 88087               {
 88088                   /* UMLPackagePath */
 88089                   "\057CIM::Physical::Package",
 88090                   /* Version */
 88091                   "\0632.8.0",
 88092                   0,
 88093               };
 88094               
 88095 mike  1.1.2.1 MetaClass
 88096               __root_cimv2_CIM_SystemBusCard =
 88097               {
 88098                   /* flags */
 88099                   META_FLAG_CLASS,
 88100                   /* name */
 88101                   "CIM_SystemBusCard",
 88102                   /* qualifiers */
 88103                   __root_cimv2_CIM_SystemBusCard_qualifiers,
 88104                   /* super */
 88105                   &__root_cimv2_CIM_Card,
 88106                   /* features */
 88107                   _CIM_SystemBusCard_features,
 88108               };
 88109               
 88110               //==============================================================================
 88111               //
 88112               // Class: CIM_TransformOfPreconfiguredAction
 88113               //
 88114               //==============================================================================
 88115               
 88116 mike  1.1.2.1 static const char*
 88117               _CIM_TransformOfPreconfiguredAction_Antecedent_qualifiers[] =
 88118               {
 88119                   /* Override */
 88120                   "\044Antecedent",
 88121                   /* Min */
 88122                   "\033\000\000\000\002",
 88123                   /* Max */
 88124                   "\027\000\000\000\006",
 88125                   /* MappingStrings */
 88126                   "\026\000\001IPSP Policy Model.IETF|TransformOfPreconfiguredAction.Antecedent\000",
 88127                   0,
 88128               };
 88129               
 88130               static MetaReference
 88131               _CIM_TransformOfPreconfiguredAction_Antecedent =
 88132               {
 88133                   /* flags */
 88134                   META_FLAG_REFERENCE|META_FLAG_READ,
 88135                   /* name */
 88136                   "Antecedent",
 88137 mike  1.1.2.1     /* qualifiers */
 88138                   _CIM_TransformOfPreconfiguredAction_Antecedent_qualifiers,
 88139                   /* subscript */
 88140                   -1,
 88141                   /* refId */
 88142                   &__root_cimv2_CIM_SATransform,
 88143               };
 88144               
 88145               static const char*
 88146               _CIM_TransformOfPreconfiguredAction_Dependent_qualifiers[] =
 88147               {
 88148                   /* Override */
 88149                   "\044Dependent",
 88150                   /* MappingStrings */
 88151                   "\026\000\001IPSP Policy Model.IETF|TransformOfPreconfiguredAction.Dependent\000",
 88152                   0,
 88153               };
 88154               
 88155               static MetaReference
 88156               _CIM_TransformOfPreconfiguredAction_Dependent =
 88157               {
 88158 mike  1.1.2.1     /* flags */
 88159                   META_FLAG_REFERENCE|META_FLAG_READ,
 88160                   /* name */
 88161                   "Dependent",
 88162                   /* qualifiers */
 88163                   _CIM_TransformOfPreconfiguredAction_Dependent_qualifiers,
 88164                   /* subscript */
 88165                   -1,
 88166                   /* refId */
 88167                   &__root_cimv2_CIM_PreconfiguredSAAction,
 88168               };
 88169               
 88170               static const char*
 88171               _CIM_TransformOfPreconfiguredAction_SPI_qualifiers[] =
 88172               {
 88173                   /* MappingStrings */
 88174                   "\026\000\001IPSP Policy Model.IETF|TransformOfPreconfiguredAction.SPI\000",
 88175                   /* ModelCorrespondence */
 88176                   "\036\000\001CIM_IPsecSAEndpoint.SPI\000",
 88177                   0,
 88178               };
 88179 mike  1.1.2.1 
 88180               static MetaProperty
 88181               _CIM_TransformOfPreconfiguredAction_SPI =
 88182               {
 88183                   /* flags */
 88184                   META_FLAG_PROPERTY|META_FLAG_READ,
 88185                   /* name */
 88186                   "SPI",
 88187                   /* qualifiers */
 88188                   _CIM_TransformOfPreconfiguredAction_SPI_qualifiers,
 88189                   /* type */
 88190                   CIMTYPE_UINT32,
 88191                   /* subscript */
 88192                   -1,
 88193                   /* value */
 88194                   0,
 88195               };
 88196               
 88197               static const char*
 88198               _CIM_TransformOfPreconfiguredAction_InboundDirection_qualifiers[] =
 88199               {
 88200 mike  1.1.2.1     /* MappingStrings */
 88201                   "\026\000\001IPSP Policy Model.IETF|TransformOfPreconfiguredAction.Direction\000",
 88202                   /* ModelCorrespondence */
 88203                   "\036\000\001CIM_IPsecSAEndpoint.InboundDirection\000",
 88204                   0,
 88205               };
 88206               
 88207               static MetaProperty
 88208               _CIM_TransformOfPreconfiguredAction_InboundDirection =
 88209               {
 88210                   /* flags */
 88211                   META_FLAG_PROPERTY|META_FLAG_READ,
 88212                   /* name */
 88213                   "InboundDirection",
 88214                   /* qualifiers */
 88215                   _CIM_TransformOfPreconfiguredAction_InboundDirection_qualifiers,
 88216                   /* type */
 88217                   CIMTYPE_BOOLEAN,
 88218                   /* subscript */
 88219                   -1,
 88220                   /* value */
 88221 mike  1.1.2.1     0,
 88222               };
 88223               
 88224               static MetaFeature*
 88225               _CIM_TransformOfPreconfiguredAction_features[] =
 88226               {
 88227                   (MetaFeature*)&_CIM_TransformOfPreconfiguredAction_Antecedent,
 88228                   (MetaFeature*)&_CIM_TransformOfPreconfiguredAction_Dependent,
 88229                   (MetaFeature*)&_CIM_TransformOfPreconfiguredAction_SPI,
 88230                   (MetaFeature*)&_CIM_TransformOfPreconfiguredAction_InboundDirection,
 88231                   0,
 88232               };
 88233               
 88234               static const char*
 88235               __root_cimv2_CIM_TransformOfPreconfiguredAction_qualifiers[] =
 88236               {
 88237                   /* ASSOCIATION */
 88238                   "\000\001",
 88239                   /* UMLPackagePath */
 88240                   "\057CIM::IPsecPolicy",
 88241                   /* Version */
 88242 mike  1.1.2.1     "\0632.8.0",
 88243                   /* MappingStrings */
 88244                   "\026\000\001IPSP Policy Model.IETF|TransformOfPreconfiguredAction\000",
 88245                   0,
 88246               };
 88247               
 88248               MetaClass
 88249               __root_cimv2_CIM_TransformOfPreconfiguredAction =
 88250               {
 88251                   /* flags */
 88252                   META_FLAG_ASSOCIATION,
 88253                   /* name */
 88254                   "CIM_TransformOfPreconfiguredAction",
 88255                   /* qualifiers */
 88256                   __root_cimv2_CIM_TransformOfPreconfiguredAction_qualifiers,
 88257                   /* super */
 88258                   &__root_cimv2_CIM_Dependency,
 88259                   /* features */
 88260                   _CIM_TransformOfPreconfiguredAction_features,
 88261               };
 88262               
 88263 mike  1.1.2.1 //==============================================================================
 88264               //
 88265               // Class: CIM_UnixDeviceFile
 88266               //
 88267               //==============================================================================
 88268               
 88269               static const char*
 88270               _CIM_UnixDeviceFile_DeviceFileType_qualifiers[] =
 88271               {
 88272                   /* ValueMap */
 88273                   "\061\000\0040\0001\0002\0003\000",
 88274                   /* Values */
 88275                   "\062\000\004Unknown\000Other\000Block\000Character\000",
 88276                   /* ModelCorrespondence */
 88277                   "\036\000\001CIM_UnixDeviceFile.OtherTypeDescription\000",
 88278                   0,
 88279               };
 88280               
 88281               static MetaProperty
 88282               _CIM_UnixDeviceFile_DeviceFileType =
 88283               {
 88284 mike  1.1.2.1     /* flags */
 88285                   META_FLAG_PROPERTY|META_FLAG_READ,
 88286                   /* name */
 88287                   "DeviceFileType",
 88288                   /* qualifiers */
 88289                   _CIM_UnixDeviceFile_DeviceFileType_qualifiers,
 88290                   /* type */
 88291                   CIMTYPE_UINT16,
 88292                   /* subscript */
 88293                   -1,
 88294                   /* value */
 88295                   0,
 88296               };
 88297               
 88298               static const char*
 88299               _CIM_UnixDeviceFile_OtherTypeDescription_qualifiers[] =
 88300               {
 88301                   /* ModelCorrespondence */
 88302                   "\036\000\001CIM_UnixDeviceFile.DeviceFileType\000",
 88303                   0,
 88304               };
 88305 mike  1.1.2.1 
 88306               static MetaProperty
 88307               _CIM_UnixDeviceFile_OtherTypeDescription =
 88308               {
 88309                   /* flags */
 88310                   META_FLAG_PROPERTY|META_FLAG_READ,
 88311                   /* name */
 88312                   "OtherTypeDescription",
 88313                   /* qualifiers */
 88314                   _CIM_UnixDeviceFile_OtherTypeDescription_qualifiers,
 88315                   /* type */
 88316                   CIMTYPE_STRING,
 88317                   /* subscript */
 88318                   -1,
 88319                   /* value */
 88320                   0,
 88321               };
 88322               
 88323               static const char*
 88324               _CIM_UnixDeviceFile_DeviceId_qualifiers[] =
 88325               {
 88326 mike  1.1.2.1     /* Required */
 88327                   "\050\001",
 88328                   0,
 88329               };
 88330               
 88331               static MetaProperty
 88332               _CIM_UnixDeviceFile_DeviceId =
 88333               {
 88334                   /* flags */
 88335                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 88336                   /* name */
 88337                   "DeviceId",
 88338                   /* qualifiers */
 88339                   _CIM_UnixDeviceFile_DeviceId_qualifiers,
 88340                   /* type */
 88341                   CIMTYPE_STRING,
 88342                   /* subscript */
 88343                   -1,
 88344                   /* value */
 88345                   0,
 88346               };
 88347 mike  1.1.2.1 
 88348               static const char*
 88349               _CIM_UnixDeviceFile_DeviceDescription_qualifiers[] =
 88350               {
 88351                   0,
 88352               };
 88353               
 88354               static MetaProperty
 88355               _CIM_UnixDeviceFile_DeviceDescription =
 88356               {
 88357                   /* flags */
 88358                   META_FLAG_PROPERTY|META_FLAG_READ,
 88359                   /* name */
 88360                   "DeviceDescription",
 88361                   /* qualifiers */
 88362                   _CIM_UnixDeviceFile_DeviceDescription_qualifiers,
 88363                   /* type */
 88364                   CIMTYPE_STRING,
 88365                   /* subscript */
 88366                   -1,
 88367                   /* value */
 88368 mike  1.1.2.1     0,
 88369               };
 88370               
 88371               static const char*
 88372               _CIM_UnixDeviceFile_DeviceMajor_qualifiers[] =
 88373               {
 88374                   /* Required */
 88375                   "\050\001",
 88376                   0,
 88377               };
 88378               
 88379               static MetaProperty
 88380               _CIM_UnixDeviceFile_DeviceMajor =
 88381               {
 88382                   /* flags */
 88383                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 88384                   /* name */
 88385                   "DeviceMajor",
 88386                   /* qualifiers */
 88387                   _CIM_UnixDeviceFile_DeviceMajor_qualifiers,
 88388                   /* type */
 88389 mike  1.1.2.1     CIMTYPE_STRING,
 88390                   /* subscript */
 88391                   -1,
 88392                   /* value */
 88393                   0,
 88394               };
 88395               
 88396               static const char*
 88397               _CIM_UnixDeviceFile_DeviceMinor_qualifiers[] =
 88398               {
 88399                   /* Required */
 88400                   "\050\001",
 88401                   0,
 88402               };
 88403               
 88404               static MetaProperty
 88405               _CIM_UnixDeviceFile_DeviceMinor =
 88406               {
 88407                   /* flags */
 88408                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 88409                   /* name */
 88410 mike  1.1.2.1     "DeviceMinor",
 88411                   /* qualifiers */
 88412                   _CIM_UnixDeviceFile_DeviceMinor_qualifiers,
 88413                   /* type */
 88414                   CIMTYPE_STRING,
 88415                   /* subscript */
 88416                   -1,
 88417                   /* value */
 88418                   0,
 88419               };
 88420               
 88421               static MetaFeature*
 88422               _CIM_UnixDeviceFile_features[] =
 88423               {
 88424                   (MetaFeature*)&_CIM_UnixDeviceFile_DeviceFileType,
 88425                   (MetaFeature*)&_CIM_UnixDeviceFile_OtherTypeDescription,
 88426                   (MetaFeature*)&_CIM_UnixDeviceFile_DeviceId,
 88427                   (MetaFeature*)&_CIM_UnixDeviceFile_DeviceDescription,
 88428                   (MetaFeature*)&_CIM_UnixDeviceFile_DeviceMajor,
 88429                   (MetaFeature*)&_CIM_UnixDeviceFile_DeviceMinor,
 88430                   0,
 88431 mike  1.1.2.1 };
 88432               
 88433               static const char*
 88434               __root_cimv2_CIM_UnixDeviceFile_qualifiers[] =
 88435               {
 88436                   /* UMLPackagePath */
 88437                   "\057CIM::System::Unix",
 88438                   /* Version */
 88439                   "\0632.8.0",
 88440                   0,
 88441               };
 88442               
 88443               MetaClass
 88444               __root_cimv2_CIM_UnixDeviceFile =
 88445               {
 88446                   /* flags */
 88447                   META_FLAG_CLASS,
 88448                   /* name */
 88449                   "CIM_UnixDeviceFile",
 88450                   /* qualifiers */
 88451                   __root_cimv2_CIM_UnixDeviceFile_qualifiers,
 88452 mike  1.1.2.1     /* super */
 88453                   &__root_cimv2_CIM_DeviceFile,
 88454                   /* features */
 88455                   _CIM_UnixDeviceFile_features,
 88456               };
 88457               
 88458               //==============================================================================
 88459               //
 88460               // Class: CIM_UnixDirectory
 88461               //
 88462               //==============================================================================
 88463               
 88464               static const char*
 88465               _CIM_UnixDirectory_FileSizeBits_qualifiers[] =
 88466               {
 88467                   /* Units */
 88468                   "\060Bits",
 88469                   /* MinValue */
 88470                   "\035\000\000\000\000\000\000\000\040",
 88471                   /* MappingStrings */
 88472                   "\026\000\001POSIX.TOG|pathconf|_PC_FILESIZEBITS\000",
 88473 mike  1.1.2.1     0,
 88474               };
 88475               
 88476               static MetaProperty
 88477               _CIM_UnixDirectory_FileSizeBits =
 88478               {
 88479                   /* flags */
 88480                   META_FLAG_PROPERTY|META_FLAG_READ,
 88481                   /* name */
 88482                   "FileSizeBits",
 88483                   /* qualifiers */
 88484                   _CIM_UnixDirectory_FileSizeBits_qualifiers,
 88485                   /* type */
 88486                   CIMTYPE_UINT64,
 88487                   /* subscript */
 88488                   -1,
 88489                   /* value */
 88490                   0,
 88491               };
 88492               
 88493               static MetaFeature*
 88494 mike  1.1.2.1 _CIM_UnixDirectory_features[] =
 88495               {
 88496                   (MetaFeature*)&_CIM_UnixDirectory_FileSizeBits,
 88497                   0,
 88498               };
 88499               
 88500               static const char*
 88501               __root_cimv2_CIM_UnixDirectory_qualifiers[] =
 88502               {
 88503                   /* UMLPackagePath */
 88504                   "\057CIM::System::Unix",
 88505                   /* Version */
 88506                   "\0632.6.0",
 88507                   0,
 88508               };
 88509               
 88510               MetaClass
 88511               __root_cimv2_CIM_UnixDirectory =
 88512               {
 88513                   /* flags */
 88514                   META_FLAG_CLASS,
 88515 mike  1.1.2.1     /* name */
 88516                   "CIM_UnixDirectory",
 88517                   /* qualifiers */
 88518                   __root_cimv2_CIM_UnixDirectory_qualifiers,
 88519                   /* super */
 88520                   &__root_cimv2_CIM_Directory,
 88521                   /* features */
 88522                   _CIM_UnixDirectory_features,
 88523               };
 88524               
 88525               //==============================================================================
 88526               //
 88527               // Class: CIM_UsersAccount
 88528               //
 88529               //==============================================================================
 88530               
 88531               static const char*
 88532               _CIM_UsersAccount_Antecedent_qualifiers[] =
 88533               {
 88534                   /* Deprecated */
 88535                   "\013\000\001CIM_AccountIdentity.SystemElement\000",
 88536 mike  1.1.2.1     /* Override */
 88537                   "\044Antecedent",
 88538                   0,
 88539               };
 88540               
 88541               static MetaReference
 88542               _CIM_UsersAccount_Antecedent =
 88543               {
 88544                   /* flags */
 88545                   META_FLAG_REFERENCE|META_FLAG_READ,
 88546                   /* name */
 88547                   "Antecedent",
 88548                   /* qualifiers */
 88549                   _CIM_UsersAccount_Antecedent_qualifiers,
 88550                   /* subscript */
 88551                   -1,
 88552                   /* refId */
 88553                   &__root_cimv2_CIM_Account,
 88554               };
 88555               
 88556               static const char*
 88557 mike  1.1.2.1 _CIM_UsersAccount_Dependent_qualifiers[] =
 88558               {
 88559                   /* Deprecated */
 88560                   "\013\000\001CIM_AccountIdentity.SameElement\000",
 88561                   /* Override */
 88562                   "\044Dependent",
 88563                   0,
 88564               };
 88565               
 88566               static MetaReference
 88567               _CIM_UsersAccount_Dependent =
 88568               {
 88569                   /* flags */
 88570                   META_FLAG_REFERENCE|META_FLAG_READ,
 88571                   /* name */
 88572                   "Dependent",
 88573                   /* qualifiers */
 88574                   _CIM_UsersAccount_Dependent_qualifiers,
 88575                   /* subscript */
 88576                   -1,
 88577                   /* refId */
 88578 mike  1.1.2.1     &__root_cimv2_CIM_UsersAccess,
 88579               };
 88580               
 88581               static MetaFeature*
 88582               _CIM_UsersAccount_features[] =
 88583               {
 88584                   (MetaFeature*)&_CIM_UsersAccount_Antecedent,
 88585                   (MetaFeature*)&_CIM_UsersAccount_Dependent,
 88586                   0,
 88587               };
 88588               
 88589               static const char*
 88590               __root_cimv2_CIM_UsersAccount_qualifiers[] =
 88591               {
 88592                   /* ASSOCIATION */
 88593                   "\000\001",
 88594                   /* Deprecated */
 88595                   "\013\000\001CIM_AccountIdentity\000",
 88596                   /* UMLPackagePath */
 88597                   "\057CIM::User::Account",
 88598                   /* Version */
 88599 mike  1.1.2.1     "\0632.8.0",
 88600                   0,
 88601               };
 88602               
 88603               MetaClass
 88604               __root_cimv2_CIM_UsersAccount =
 88605               {
 88606                   /* flags */
 88607                   META_FLAG_ASSOCIATION,
 88608                   /* name */
 88609                   "CIM_UsersAccount",
 88610                   /* qualifiers */
 88611                   __root_cimv2_CIM_UsersAccount_qualifiers,
 88612                   /* super */
 88613                   &__root_cimv2_CIM_Dependency,
 88614                   /* features */
 88615                   _CIM_UsersAccount_features,
 88616               };
 88617               
 88618               //==============================================================================
 88619               //
 88620 mike  1.1.2.1 // Class: CIM_X509CredentialFilterEntry
 88621               //
 88622               //==============================================================================
 88623               
 88624               static const char*
 88625               _CIM_X509CredentialFilterEntry_MatchFieldName_qualifiers[] =
 88626               {
 88627                   /* Required */
 88628                   "\050\001",
 88629                   /* ValueMap */
 88630                   "\061\000\0141\0002\0003\0004\0005\0006\0007\0008\0009\00010\000..\000x8000..\000",
 88631                   /* Values */
 88632                   "\062\000\014Other\000Version\000Serial Number\000Signature Algorithm Identifier\000Issuer Name\000Validity Period\000Subject Name\000Subject Public Key Info\000Key Usage\000Alternate Name\000DMTF Reserved\000Vendor Reserved\000",
 88633                   /* MappingStrings */
 88634                   "\026\000\001IPSP Policy Model.IETF|CredentialFilterEntry.MatchFieldName\000",
 88635                   /* ModelCorrespondence */
 88636                   "\036\000\001CIM_X509CredentialFilterEntry.MatchFieldValue\000",
 88637                   0,
 88638               };
 88639               
 88640               static MetaProperty
 88641 mike  1.1.2.1 _CIM_X509CredentialFilterEntry_MatchFieldName =
 88642               {
 88643                   /* flags */
 88644                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 88645                   /* name */
 88646                   "MatchFieldName",
 88647                   /* qualifiers */
 88648                   _CIM_X509CredentialFilterEntry_MatchFieldName_qualifiers,
 88649                   /* type */
 88650                   CIMTYPE_STRING,
 88651                   /* subscript */
 88652                   -1,
 88653                   /* value */
 88654                   0,
 88655               };
 88656               
 88657               static const char*
 88658               _CIM_X509CredentialFilterEntry_MatchFieldValue_qualifiers[] =
 88659               {
 88660                   /* Required */
 88661                   "\050\001",
 88662 mike  1.1.2.1     /* MappingStrings */
 88663                   "\026\000\001IPSP Policy Model.IETF|CredentialFilterEntry.MatchFieldName\000",
 88664                   /* ModelCorrespondence */
 88665                   "\036\000\001CIM_X509CredentialFilterEntry.MatchFieldName\000",
 88666                   0,
 88667               };
 88668               
 88669               static MetaProperty
 88670               _CIM_X509CredentialFilterEntry_MatchFieldValue =
 88671               {
 88672                   /* flags */
 88673                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 88674                   /* name */
 88675                   "MatchFieldValue",
 88676                   /* qualifiers */
 88677                   _CIM_X509CredentialFilterEntry_MatchFieldValue_qualifiers,
 88678                   /* type */
 88679                   CIMTYPE_STRING,
 88680                   /* subscript */
 88681                   -1,
 88682                   /* value */
 88683 mike  1.1.2.1     0,
 88684               };
 88685               
 88686               static MetaFeature*
 88687               _CIM_X509CredentialFilterEntry_features[] =
 88688               {
 88689                   (MetaFeature*)&_CIM_X509CredentialFilterEntry_MatchFieldName,
 88690                   (MetaFeature*)&_CIM_X509CredentialFilterEntry_MatchFieldValue,
 88691                   0,
 88692               };
 88693               
 88694               static const char*
 88695               __root_cimv2_CIM_X509CredentialFilterEntry_qualifiers[] =
 88696               {
 88697                   /* UMLPackagePath */
 88698                   "\057CIM::Network::Filtering",
 88699                   /* Version */
 88700                   "\0632.8.0",
 88701                   /* MappingStrings */
 88702                   "\026\000\001IPSP Policy Model.IETF|CredentialFilterEntry\000",
 88703                   0,
 88704 mike  1.1.2.1 };
 88705               
 88706               MetaClass
 88707               __root_cimv2_CIM_X509CredentialFilterEntry =
 88708               {
 88709                   /* flags */
 88710                   META_FLAG_CLASS,
 88711                   /* name */
 88712                   "CIM_X509CredentialFilterEntry",
 88713                   /* qualifiers */
 88714                   __root_cimv2_CIM_X509CredentialFilterEntry_qualifiers,
 88715                   /* super */
 88716                   &__root_cimv2_CIM_FilterEntryBase,
 88717                   /* features */
 88718                   _CIM_X509CredentialFilterEntry_features,
 88719               };
 88720               
 88721               //==============================================================================
 88722               //
 88723               // Class: PRS_ActivityContact
 88724               //
 88725 mike  1.1.2.1 //==============================================================================
 88726               
 88727               static const char*
 88728               _PRS_ActivityContact_Antecedent_qualifiers[] =
 88729               {
 88730                   /* Override */
 88731                   "\044Antecedent",
 88732                   0,
 88733               };
 88734               
 88735               static MetaReference
 88736               _PRS_ActivityContact_Antecedent =
 88737               {
 88738                   /* flags */
 88739                   META_FLAG_REFERENCE|META_FLAG_READ,
 88740                   /* name */
 88741                   "Antecedent",
 88742                   /* qualifiers */
 88743                   _PRS_ActivityContact_Antecedent_qualifiers,
 88744                   /* subscript */
 88745                   -1,
 88746 mike  1.1.2.1     /* refId */
 88747                   &__root_cimv2_PRS_Activity,
 88748               };
 88749               
 88750               static const char*
 88751               _PRS_ActivityContact_Dependent_qualifiers[] =
 88752               {
 88753                   /* Override */
 88754                   "\044Dependent",
 88755                   /* Max */
 88756                   "\027\000\000\000\001",
 88757                   0,
 88758               };
 88759               
 88760               static MetaReference
 88761               _PRS_ActivityContact_Dependent =
 88762               {
 88763                   /* flags */
 88764                   META_FLAG_REFERENCE|META_FLAG_READ,
 88765                   /* name */
 88766                   "Dependent",
 88767 mike  1.1.2.1     /* qualifiers */
 88768                   _PRS_ActivityContact_Dependent_qualifiers,
 88769                   /* subscript */
 88770                   -1,
 88771                   /* refId */
 88772                   &__root_cimv2_PRS_Contact,
 88773               };
 88774               
 88775               static MetaFeature*
 88776               _PRS_ActivityContact_features[] =
 88777               {
 88778                   (MetaFeature*)&_PRS_ActivityContact_Antecedent,
 88779                   (MetaFeature*)&_PRS_ActivityContact_Dependent,
 88780                   0,
 88781               };
 88782               
 88783               static const char*
 88784               __root_cimv2_PRS_ActivityContact_qualifiers[] =
 88785               {
 88786                   /* ASSOCIATION */
 88787                   "\000\001",
 88788 mike  1.1.2.1     /* UMLPackagePath */
 88789                   "\057PRS::Support",
 88790                   /* Version */
 88791                   "\0632.6.0",
 88792                   0,
 88793               };
 88794               
 88795               MetaClass
 88796               __root_cimv2_PRS_ActivityContact =
 88797               {
 88798                   /* flags */
 88799                   META_FLAG_ASSOCIATION,
 88800                   /* name */
 88801                   "PRS_ActivityContact",
 88802                   /* qualifiers */
 88803                   __root_cimv2_PRS_ActivityContact_qualifiers,
 88804                   /* super */
 88805                   &__root_cimv2_CIM_Dependency,
 88806                   /* features */
 88807                   _PRS_ActivityContact_features,
 88808               };
 88809 mike  1.1.2.1 
 88810               //==============================================================================
 88811               //
 88812               // Class: PRS_AdminAssociation
 88813               //
 88814               //==============================================================================
 88815               
 88816               static const char*
 88817               _PRS_AdminAssociation_Antecedent_qualifiers[] =
 88818               {
 88819                   /* Override */
 88820                   "\044Antecedent",
 88821                   /* Min */
 88822                   "\033\000\000\000\001",
 88823                   0,
 88824               };
 88825               
 88826               static MetaReference
 88827               _PRS_AdminAssociation_Antecedent =
 88828               {
 88829                   /* flags */
 88830 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 88831                   /* name */
 88832                   "Antecedent",
 88833                   /* qualifiers */
 88834                   _PRS_AdminAssociation_Antecedent_qualifiers,
 88835                   /* subscript */
 88836                   -1,
 88837                   /* refId */
 88838                   &__root_cimv2_PRS_ExchangeElement,
 88839               };
 88840               
 88841               static const char*
 88842               _PRS_AdminAssociation_Dependent_qualifiers[] =
 88843               {
 88844                   /* Override */
 88845                   "\044Dependent",
 88846                   0,
 88847               };
 88848               
 88849               static MetaReference
 88850               _PRS_AdminAssociation_Dependent =
 88851 mike  1.1.2.1 {
 88852                   /* flags */
 88853                   META_FLAG_REFERENCE|META_FLAG_READ,
 88854                   /* name */
 88855                   "Dependent",
 88856                   /* qualifiers */
 88857                   _PRS_AdminAssociation_Dependent_qualifiers,
 88858                   /* subscript */
 88859                   -1,
 88860                   /* refId */
 88861                   &__root_cimv2_PRS_Administrative,
 88862               };
 88863               
 88864               static MetaFeature*
 88865               _PRS_AdminAssociation_features[] =
 88866               {
 88867                   (MetaFeature*)&_PRS_AdminAssociation_Antecedent,
 88868                   (MetaFeature*)&_PRS_AdminAssociation_Dependent,
 88869                   0,
 88870               };
 88871               
 88872 mike  1.1.2.1 static const char*
 88873               __root_cimv2_PRS_AdminAssociation_qualifiers[] =
 88874               {
 88875                   /* ASSOCIATION */
 88876                   "\000\001",
 88877                   /* UMLPackagePath */
 88878                   "\057PRS::Support",
 88879                   /* Version */
 88880                   "\0632.6.0",
 88881                   0,
 88882               };
 88883               
 88884               MetaClass
 88885               __root_cimv2_PRS_AdminAssociation =
 88886               {
 88887                   /* flags */
 88888                   META_FLAG_ASSOCIATION,
 88889                   /* name */
 88890                   "PRS_AdminAssociation",
 88891                   /* qualifiers */
 88892                   __root_cimv2_PRS_AdminAssociation_qualifiers,
 88893 mike  1.1.2.1     /* super */
 88894                   &__root_cimv2_CIM_Dependency,
 88895                   /* features */
 88896                   _PRS_AdminAssociation_features,
 88897               };
 88898               
 88899               //==============================================================================
 88900               //
 88901               // Class: PRS_AdministrativeContact
 88902               //
 88903               //==============================================================================
 88904               
 88905               static const char*
 88906               _PRS_AdministrativeContact_Antecedent_qualifiers[] =
 88907               {
 88908                   /* Aggregate */
 88909                   "\003\001",
 88910                   /* Override */
 88911                   "\044Antecedent",
 88912                   /* Min */
 88913                   "\033\000\000\000\001",
 88914 mike  1.1.2.1     0,
 88915               };
 88916               
 88917               static MetaReference
 88918               _PRS_AdministrativeContact_Antecedent =
 88919               {
 88920                   /* flags */
 88921                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 88922                   /* name */
 88923                   "Antecedent",
 88924                   /* qualifiers */
 88925                   _PRS_AdministrativeContact_Antecedent_qualifiers,
 88926                   /* subscript */
 88927                   -1,
 88928                   /* refId */
 88929                   &__root_cimv2_PRS_Administrative,
 88930               };
 88931               
 88932               static const char*
 88933               _PRS_AdministrativeContact_Dependent_qualifiers[] =
 88934               {
 88935 mike  1.1.2.1     /* Override */
 88936                   "\044Dependent",
 88937                   /* Min */
 88938                   "\033\000\000\000\001",
 88939                   0,
 88940               };
 88941               
 88942               static MetaReference
 88943               _PRS_AdministrativeContact_Dependent =
 88944               {
 88945                   /* flags */
 88946                   META_FLAG_REFERENCE|META_FLAG_READ,
 88947                   /* name */
 88948                   "Dependent",
 88949                   /* qualifiers */
 88950                   _PRS_AdministrativeContact_Dependent_qualifiers,
 88951                   /* subscript */
 88952                   -1,
 88953                   /* refId */
 88954                   &__root_cimv2_PRS_Contact,
 88955               };
 88956 mike  1.1.2.1 
 88957               static MetaFeature*
 88958               _PRS_AdministrativeContact_features[] =
 88959               {
 88960                   (MetaFeature*)&_PRS_AdministrativeContact_Antecedent,
 88961                   (MetaFeature*)&_PRS_AdministrativeContact_Dependent,
 88962                   0,
 88963               };
 88964               
 88965               static const char*
 88966               __root_cimv2_PRS_AdministrativeContact_qualifiers[] =
 88967               {
 88968                   /* ASSOCIATION */
 88969                   "\000\001",
 88970                   /* UMLPackagePath */
 88971                   "\057PRS::Support",
 88972                   /* Aggregation */
 88973                   "\004\001",
 88974                   /* Version */
 88975                   "\0632.6.0",
 88976                   0,
 88977 mike  1.1.2.1 };
 88978               
 88979               MetaClass
 88980               __root_cimv2_PRS_AdministrativeContact =
 88981               {
 88982                   /* flags */
 88983                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 88984                   /* name */
 88985                   "PRS_AdministrativeContact",
 88986                   /* qualifiers */
 88987                   __root_cimv2_PRS_AdministrativeContact_qualifiers,
 88988                   /* super */
 88989                   &__root_cimv2_CIM_Dependency,
 88990                   /* features */
 88991                   _PRS_AdministrativeContact_features,
 88992               };
 88993               
 88994               //==============================================================================
 88995               //
 88996               // Class: PRS_Attached
 88997               //
 88998 mike  1.1.2.1 //==============================================================================
 88999               
 89000               static const char*
 89001               _PRS_Attached_Antecedent_qualifiers[] =
 89002               {
 89003                   /* Override */
 89004                   "\044Antecedent",
 89005                   0,
 89006               };
 89007               
 89008               static MetaReference
 89009               _PRS_Attached_Antecedent =
 89010               {
 89011                   /* flags */
 89012                   META_FLAG_REFERENCE|META_FLAG_READ,
 89013                   /* name */
 89014                   "Antecedent",
 89015                   /* qualifiers */
 89016                   _PRS_Attached_Antecedent_qualifiers,
 89017                   /* subscript */
 89018                   -1,
 89019 mike  1.1.2.1     /* refId */
 89020                   &__root_cimv2_PRS_Attachment,
 89021               };
 89022               
 89023               static const char*
 89024               _PRS_Attached_Dependent_qualifiers[] =
 89025               {
 89026                   /* Override */
 89027                   "\044Dependent",
 89028                   /* Min */
 89029                   "\033\000\000\000\001",
 89030                   0,
 89031               };
 89032               
 89033               static MetaReference
 89034               _PRS_Attached_Dependent =
 89035               {
 89036                   /* flags */
 89037                   META_FLAG_REFERENCE|META_FLAG_READ,
 89038                   /* name */
 89039                   "Dependent",
 89040 mike  1.1.2.1     /* qualifiers */
 89041                   _PRS_Attached_Dependent_qualifiers,
 89042                   /* subscript */
 89043                   -1,
 89044                   /* refId */
 89045                   &__root_cimv2_PRS_ExchangeElement,
 89046               };
 89047               
 89048               static MetaFeature*
 89049               _PRS_Attached_features[] =
 89050               {
 89051                   (MetaFeature*)&_PRS_Attached_Antecedent,
 89052                   (MetaFeature*)&_PRS_Attached_Dependent,
 89053                   0,
 89054               };
 89055               
 89056               static const char*
 89057               __root_cimv2_PRS_Attached_qualifiers[] =
 89058               {
 89059                   /* ASSOCIATION */
 89060                   "\000\001",
 89061 mike  1.1.2.1     /* UMLPackagePath */
 89062                   "\057PRS::Support",
 89063                   /* Version */
 89064                   "\0632.6.0",
 89065                   0,
 89066               };
 89067               
 89068               MetaClass
 89069               __root_cimv2_PRS_Attached =
 89070               {
 89071                   /* flags */
 89072                   META_FLAG_ASSOCIATION,
 89073                   /* name */
 89074                   "PRS_Attached",
 89075                   /* qualifiers */
 89076                   __root_cimv2_PRS_Attached_qualifiers,
 89077                   /* super */
 89078                   &__root_cimv2_CIM_Dependency,
 89079                   /* features */
 89080                   _PRS_Attached_features,
 89081               };
 89082 mike  1.1.2.1 
 89083               //==============================================================================
 89084               //
 89085               // Class: PRS_Categorization
 89086               //
 89087               //==============================================================================
 89088               
 89089               static const char*
 89090               _PRS_Categorization_Antecedent_qualifiers[] =
 89091               {
 89092                   /* Override */
 89093                   "\044Antecedent",
 89094                   0,
 89095               };
 89096               
 89097               static MetaReference
 89098               _PRS_Categorization_Antecedent =
 89099               {
 89100                   /* flags */
 89101                   META_FLAG_REFERENCE|META_FLAG_READ,
 89102                   /* name */
 89103 mike  1.1.2.1     "Antecedent",
 89104                   /* qualifiers */
 89105                   _PRS_Categorization_Antecedent_qualifiers,
 89106                   /* subscript */
 89107                   -1,
 89108                   /* refId */
 89109                   &__root_cimv2_PRS_Category,
 89110               };
 89111               
 89112               static const char*
 89113               _PRS_Categorization_Dependent_qualifiers[] =
 89114               {
 89115                   /* Override */
 89116                   "\044Dependent",
 89117                   /* Min */
 89118                   "\033\000\000\000\001",
 89119                   0,
 89120               };
 89121               
 89122               static MetaReference
 89123               _PRS_Categorization_Dependent =
 89124 mike  1.1.2.1 {
 89125                   /* flags */
 89126                   META_FLAG_REFERENCE|META_FLAG_READ,
 89127                   /* name */
 89128                   "Dependent",
 89129                   /* qualifiers */
 89130                   _PRS_Categorization_Dependent_qualifiers,
 89131                   /* subscript */
 89132                   -1,
 89133                   /* refId */
 89134                   &__root_cimv2_PRS_SolutionElement,
 89135               };
 89136               
 89137               static MetaFeature*
 89138               _PRS_Categorization_features[] =
 89139               {
 89140                   (MetaFeature*)&_PRS_Categorization_Antecedent,
 89141                   (MetaFeature*)&_PRS_Categorization_Dependent,
 89142                   0,
 89143               };
 89144               
 89145 mike  1.1.2.1 static const char*
 89146               __root_cimv2_PRS_Categorization_qualifiers[] =
 89147               {
 89148                   /* ASSOCIATION */
 89149                   "\000\001",
 89150                   /* UMLPackagePath */
 89151                   "\057PRS::Support",
 89152                   /* Version */
 89153                   "\0632.6.0",
 89154                   0,
 89155               };
 89156               
 89157               MetaClass
 89158               __root_cimv2_PRS_Categorization =
 89159               {
 89160                   /* flags */
 89161                   META_FLAG_ASSOCIATION,
 89162                   /* name */
 89163                   "PRS_Categorization",
 89164                   /* qualifiers */
 89165                   __root_cimv2_PRS_Categorization_qualifiers,
 89166 mike  1.1.2.1     /* super */
 89167                   &__root_cimv2_CIM_Dependency,
 89168                   /* features */
 89169                   _PRS_Categorization_features,
 89170               };
 89171               
 89172               //==============================================================================
 89173               //
 89174               // Class: PRS_ContactContactItem
 89175               //
 89176               //==============================================================================
 89177               
 89178               static const char*
 89179               _PRS_ContactContactItem_Antecedent_qualifiers[] =
 89180               {
 89181                   /* Override */
 89182                   "\044Antecedent",
 89183                   /* Min */
 89184                   "\033\000\000\000\001",
 89185                   0,
 89186               };
 89187 mike  1.1.2.1 
 89188               static MetaReference
 89189               _PRS_ContactContactItem_Antecedent =
 89190               {
 89191                   /* flags */
 89192                   META_FLAG_REFERENCE|META_FLAG_READ,
 89193                   /* name */
 89194                   "Antecedent",
 89195                   /* qualifiers */
 89196                   _PRS_ContactContactItem_Antecedent_qualifiers,
 89197                   /* subscript */
 89198                   -1,
 89199                   /* refId */
 89200                   &__root_cimv2_PRS_Contact,
 89201               };
 89202               
 89203               static const char*
 89204               _PRS_ContactContactItem_Dependent_qualifiers[] =
 89205               {
 89206                   /* Override */
 89207                   "\044Dependent",
 89208 mike  1.1.2.1     /* Min */
 89209                   "\033\000\000\000\001",
 89210                   0,
 89211               };
 89212               
 89213               static MetaReference
 89214               _PRS_ContactContactItem_Dependent =
 89215               {
 89216                   /* flags */
 89217                   META_FLAG_REFERENCE|META_FLAG_READ,
 89218                   /* name */
 89219                   "Dependent",
 89220                   /* qualifiers */
 89221                   _PRS_ContactContactItem_Dependent_qualifiers,
 89222                   /* subscript */
 89223                   -1,
 89224                   /* refId */
 89225                   &__root_cimv2_PRS_ContactItem,
 89226               };
 89227               
 89228               static MetaFeature*
 89229 mike  1.1.2.1 _PRS_ContactContactItem_features[] =
 89230               {
 89231                   (MetaFeature*)&_PRS_ContactContactItem_Antecedent,
 89232                   (MetaFeature*)&_PRS_ContactContactItem_Dependent,
 89233                   0,
 89234               };
 89235               
 89236               static const char*
 89237               __root_cimv2_PRS_ContactContactItem_qualifiers[] =
 89238               {
 89239                   /* ASSOCIATION */
 89240                   "\000\001",
 89241                   /* UMLPackagePath */
 89242                   "\057PRS::Support",
 89243                   /* Abstract */
 89244                   "\002\001",
 89245                   /* Version */
 89246                   "\0632.6.0",
 89247                   0,
 89248               };
 89249               
 89250 mike  1.1.2.1 MetaClass
 89251               __root_cimv2_PRS_ContactContactItem =
 89252               {
 89253                   /* flags */
 89254                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT,
 89255                   /* name */
 89256                   "PRS_ContactContactItem",
 89257                   /* qualifiers */
 89258                   __root_cimv2_PRS_ContactContactItem_qualifiers,
 89259                   /* super */
 89260                   &__root_cimv2_CIM_Dependency,
 89261                   /* features */
 89262                   _PRS_ContactContactItem_features,
 89263               };
 89264               
 89265               //==============================================================================
 89266               //
 89267               // Class: PRS_ContactOrganization
 89268               //
 89269               //==============================================================================
 89270               
 89271 mike  1.1.2.1 static const char*
 89272               _PRS_ContactOrganization_Antecedent_qualifiers[] =
 89273               {
 89274                   /* Override */
 89275                   "\044Antecedent",
 89276                   /* Min */
 89277                   "\033\000\000\000\001",
 89278                   0,
 89279               };
 89280               
 89281               static MetaReference
 89282               _PRS_ContactOrganization_Antecedent =
 89283               {
 89284                   /* flags */
 89285                   META_FLAG_REFERENCE|META_FLAG_READ,
 89286                   /* name */
 89287                   "Antecedent",
 89288                   /* qualifiers */
 89289                   _PRS_ContactOrganization_Antecedent_qualifiers,
 89290                   /* subscript */
 89291                   -1,
 89292 mike  1.1.2.1     /* refId */
 89293                   &__root_cimv2_PRS_Contact,
 89294               };
 89295               
 89296               static const char*
 89297               _PRS_ContactOrganization_Dependent_qualifiers[] =
 89298               {
 89299                   /* Override */
 89300                   "\044Dependent",
 89301                   /* Min */
 89302                   "\033\000\000\000\001",
 89303                   0,
 89304               };
 89305               
 89306               static MetaReference
 89307               _PRS_ContactOrganization_Dependent =
 89308               {
 89309                   /* flags */
 89310                   META_FLAG_REFERENCE|META_FLAG_READ,
 89311                   /* name */
 89312                   "Dependent",
 89313 mike  1.1.2.1     /* qualifiers */
 89314                   _PRS_ContactOrganization_Dependent_qualifiers,
 89315                   /* subscript */
 89316                   -1,
 89317                   /* refId */
 89318                   &__root_cimv2_PRS_Organization,
 89319               };
 89320               
 89321               static MetaFeature*
 89322               _PRS_ContactOrganization_features[] =
 89323               {
 89324                   (MetaFeature*)&_PRS_ContactOrganization_Antecedent,
 89325                   (MetaFeature*)&_PRS_ContactOrganization_Dependent,
 89326                   0,
 89327               };
 89328               
 89329               static const char*
 89330               __root_cimv2_PRS_ContactOrganization_qualifiers[] =
 89331               {
 89332                   /* ASSOCIATION */
 89333                   "\000\001",
 89334 mike  1.1.2.1     /* UMLPackagePath */
 89335                   "\057PRS::Support",
 89336                   /* Version */
 89337                   "\0632.6.0",
 89338                   0,
 89339               };
 89340               
 89341               MetaClass
 89342               __root_cimv2_PRS_ContactOrganization =
 89343               {
 89344                   /* flags */
 89345                   META_FLAG_ASSOCIATION,
 89346                   /* name */
 89347                   "PRS_ContactOrganization",
 89348                   /* qualifiers */
 89349                   __root_cimv2_PRS_ContactOrganization_qualifiers,
 89350                   /* super */
 89351                   &__root_cimv2_PRS_ContactContactItem,
 89352                   /* features */
 89353                   _PRS_ContactOrganization_features,
 89354               };
 89355 mike  1.1.2.1 
 89356               //==============================================================================
 89357               //
 89358               // Class: PRS_ContactPerson
 89359               //
 89360               //==============================================================================
 89361               
 89362               static const char*
 89363               _PRS_ContactPerson_Antecedent_qualifiers[] =
 89364               {
 89365                   /* Override */
 89366                   "\044Antecedent",
 89367                   /* Min */
 89368                   "\033\000\000\000\001",
 89369                   0,
 89370               };
 89371               
 89372               static MetaReference
 89373               _PRS_ContactPerson_Antecedent =
 89374               {
 89375                   /* flags */
 89376 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 89377                   /* name */
 89378                   "Antecedent",
 89379                   /* qualifiers */
 89380                   _PRS_ContactPerson_Antecedent_qualifiers,
 89381                   /* subscript */
 89382                   -1,
 89383                   /* refId */
 89384                   &__root_cimv2_PRS_Contact,
 89385               };
 89386               
 89387               static const char*
 89388               _PRS_ContactPerson_Dependent_qualifiers[] =
 89389               {
 89390                   /* Override */
 89391                   "\044Dependent",
 89392                   /* Min */
 89393                   "\033\000\000\000\001",
 89394                   0,
 89395               };
 89396               
 89397 mike  1.1.2.1 static MetaReference
 89398               _PRS_ContactPerson_Dependent =
 89399               {
 89400                   /* flags */
 89401                   META_FLAG_REFERENCE|META_FLAG_READ,
 89402                   /* name */
 89403                   "Dependent",
 89404                   /* qualifiers */
 89405                   _PRS_ContactPerson_Dependent_qualifiers,
 89406                   /* subscript */
 89407                   -1,
 89408                   /* refId */
 89409                   &__root_cimv2_PRS_Person,
 89410               };
 89411               
 89412               static MetaFeature*
 89413               _PRS_ContactPerson_features[] =
 89414               {
 89415                   (MetaFeature*)&_PRS_ContactPerson_Antecedent,
 89416                   (MetaFeature*)&_PRS_ContactPerson_Dependent,
 89417                   0,
 89418 mike  1.1.2.1 };
 89419               
 89420               static const char*
 89421               __root_cimv2_PRS_ContactPerson_qualifiers[] =
 89422               {
 89423                   /* ASSOCIATION */
 89424                   "\000\001",
 89425                   /* UMLPackagePath */
 89426                   "\057PRS::Support",
 89427                   /* Version */
 89428                   "\0632.6.0",
 89429                   0,
 89430               };
 89431               
 89432               MetaClass
 89433               __root_cimv2_PRS_ContactPerson =
 89434               {
 89435                   /* flags */
 89436                   META_FLAG_ASSOCIATION,
 89437                   /* name */
 89438                   "PRS_ContactPerson",
 89439 mike  1.1.2.1     /* qualifiers */
 89440                   __root_cimv2_PRS_ContactPerson_qualifiers,
 89441                   /* super */
 89442                   &__root_cimv2_PRS_ContactContactItem,
 89443                   /* features */
 89444                   _PRS_ContactPerson_features,
 89445               };
 89446               
 89447               //==============================================================================
 89448               //
 89449               // Class: CIM_AffectedJobElement
 89450               //
 89451               //==============================================================================
 89452               
 89453               static const char*
 89454               _CIM_AffectedJobElement_AffectedElement_qualifiers[] =
 89455               {
 89456                   /* Key */
 89457                   "\025\001",
 89458                   0,
 89459               };
 89460 mike  1.1.2.1 
 89461               static MetaReference
 89462               _CIM_AffectedJobElement_AffectedElement =
 89463               {
 89464                   /* flags */
 89465                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 89466                   /* name */
 89467                   "AffectedElement",
 89468                   /* qualifiers */
 89469                   _CIM_AffectedJobElement_AffectedElement_qualifiers,
 89470                   /* subscript */
 89471                   -1,
 89472                   /* refId */
 89473                   &__root_cimv2_CIM_ManagedElement,
 89474               };
 89475               
 89476               static const char*
 89477               _CIM_AffectedJobElement_AffectingElement_qualifiers[] =
 89478               {
 89479                   /* Key */
 89480                   "\025\001",
 89481 mike  1.1.2.1     0,
 89482               };
 89483               
 89484               static MetaReference
 89485               _CIM_AffectedJobElement_AffectingElement =
 89486               {
 89487                   /* flags */
 89488                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 89489                   /* name */
 89490                   "AffectingElement",
 89491                   /* qualifiers */
 89492                   _CIM_AffectedJobElement_AffectingElement_qualifiers,
 89493                   /* subscript */
 89494                   -1,
 89495                   /* refId */
 89496                   &__root_cimv2_CIM_Job,
 89497               };
 89498               
 89499               static const char*
 89500               _CIM_AffectedJobElement_ElementEffects_qualifiers[] =
 89501               {
 89502 mike  1.1.2.1     /* ValueMap */
 89503                   "\061\000\0050\0001\0002\0003\0004\000",
 89504                   /* Values */
 89505                   "\062\000\005Unknown\000Other\000Exclusive Use\000Performance Impact\000Element Integrity\000",
 89506                   /* ArrayType */
 89507                   "\005Indexed",
 89508                   /* ModelCorrespondence */
 89509                   "\036\000\001CIM_AffectedJobElement.OtherElementEffectsDescriptions\000",
 89510                   0,
 89511               };
 89512               
 89513               static MetaProperty
 89514               _CIM_AffectedJobElement_ElementEffects =
 89515               {
 89516                   /* flags */
 89517                   META_FLAG_PROPERTY|META_FLAG_READ,
 89518                   /* name */
 89519                   "ElementEffects",
 89520                   /* qualifiers */
 89521                   _CIM_AffectedJobElement_ElementEffects_qualifiers,
 89522                   /* type */
 89523 mike  1.1.2.1     CIMTYPE_UINT16,
 89524                   /* subscript */
 89525                   0,
 89526                   /* value */
 89527                   0,
 89528               };
 89529               
 89530               static const char*
 89531               _CIM_AffectedJobElement_OtherElementEffectsDescriptions_qualifiers[] =
 89532               {
 89533                   /* ArrayType */
 89534                   "\005Indexed",
 89535                   /* ModelCorrespondence */
 89536                   "\036\000\001CIM_AffectedJobElement.ElementEffects\000",
 89537                   0,
 89538               };
 89539               
 89540               static MetaProperty
 89541               _CIM_AffectedJobElement_OtherElementEffectsDescriptions =
 89542               {
 89543                   /* flags */
 89544 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 89545                   /* name */
 89546                   "OtherElementEffectsDescriptions",
 89547                   /* qualifiers */
 89548                   _CIM_AffectedJobElement_OtherElementEffectsDescriptions_qualifiers,
 89549                   /* type */
 89550                   CIMTYPE_STRING,
 89551                   /* subscript */
 89552                   0,
 89553                   /* value */
 89554                   0,
 89555               };
 89556               
 89557               static MetaFeature*
 89558               _CIM_AffectedJobElement_features[] =
 89559               {
 89560                   (MetaFeature*)&_CIM_AffectedJobElement_AffectedElement,
 89561                   (MetaFeature*)&_CIM_AffectedJobElement_AffectingElement,
 89562                   (MetaFeature*)&_CIM_AffectedJobElement_ElementEffects,
 89563                   (MetaFeature*)&_CIM_AffectedJobElement_OtherElementEffectsDescriptions,
 89564                   0,
 89565 mike  1.1.2.1 };
 89566               
 89567               static const char*
 89568               __root_cimv2_CIM_AffectedJobElement_qualifiers[] =
 89569               {
 89570                   /* ASSOCIATION */
 89571                   "\000\001",
 89572                   /* UMLPackagePath */
 89573                   "\057CIM::System::Processing",
 89574                   /* Version */
 89575                   "\0632.7.0",
 89576                   0,
 89577               };
 89578               
 89579               MetaClass
 89580               __root_cimv2_CIM_AffectedJobElement =
 89581               {
 89582                   /* flags */
 89583                   META_FLAG_ASSOCIATION,
 89584                   /* name */
 89585                   "CIM_AffectedJobElement",
 89586 mike  1.1.2.1     /* qualifiers */
 89587                   __root_cimv2_CIM_AffectedJobElement_qualifiers,
 89588                   /* super */
 89589                   0,
 89590                   /* features */
 89591                   _CIM_AffectedJobElement_features,
 89592               };
 89593               
 89594               //==============================================================================
 89595               //
 89596               // Class: CIM_AHTransform
 89597               //
 89598               //==============================================================================
 89599               
 89600               static const char*
 89601               _CIM_AHTransform_AHTransformId_qualifiers[] =
 89602               {
 89603                   /* ValueMap */
 89604                   "\061\000\0041\0002\0003\0004\000",
 89605                   /* Values */
 89606                   "\062\000\004Other\000MD5\000SHA-1\000DES\000",
 89607 mike  1.1.2.1     /* MappingStrings */
 89608                   "\026\000\002IPSP Model.IETF|AHTransform.AHTransformID\000RFC2407.IETF|Section 4.4.3\000",
 89609                   /* ModelCorrespondence */
 89610                   "\036\000\001CIM_AHTransform.OtherAHTransformId\000",
 89611                   0,
 89612               };
 89613               
 89614               static MetaProperty
 89615               _CIM_AHTransform_AHTransformId =
 89616               {
 89617                   /* flags */
 89618                   META_FLAG_PROPERTY|META_FLAG_READ,
 89619                   /* name */
 89620                   "AHTransformId",
 89621                   /* qualifiers */
 89622                   _CIM_AHTransform_AHTransformId_qualifiers,
 89623                   /* type */
 89624                   CIMTYPE_UINT16,
 89625                   /* subscript */
 89626                   -1,
 89627                   /* value */
 89628 mike  1.1.2.1     0,
 89629               };
 89630               
 89631               static const char*
 89632               _CIM_AHTransform_OtherAHTransformId_qualifiers[] =
 89633               {
 89634                   /* ModelCorrespondence */
 89635                   "\036\000\001CIM_AHTransform.AHTransformId\000",
 89636                   0,
 89637               };
 89638               
 89639               static MetaProperty
 89640               _CIM_AHTransform_OtherAHTransformId =
 89641               {
 89642                   /* flags */
 89643                   META_FLAG_PROPERTY|META_FLAG_READ,
 89644                   /* name */
 89645                   "OtherAHTransformId",
 89646                   /* qualifiers */
 89647                   _CIM_AHTransform_OtherAHTransformId_qualifiers,
 89648                   /* type */
 89649 mike  1.1.2.1     CIMTYPE_STRING,
 89650                   /* subscript */
 89651                   -1,
 89652                   /* value */
 89653                   0,
 89654               };
 89655               
 89656               static const char*
 89657               _CIM_AHTransform_UseReplayPrevention_qualifiers[] =
 89658               {
 89659                   /* MappingStrings */
 89660                   "\026\000\001IPSP Model.IETF|AHTransform.UseReplayPrevention\000",
 89661                   0,
 89662               };
 89663               
 89664               static MetaProperty
 89665               _CIM_AHTransform_UseReplayPrevention =
 89666               {
 89667                   /* flags */
 89668                   META_FLAG_PROPERTY|META_FLAG_READ,
 89669                   /* name */
 89670 mike  1.1.2.1     "UseReplayPrevention",
 89671                   /* qualifiers */
 89672                   _CIM_AHTransform_UseReplayPrevention_qualifiers,
 89673                   /* type */
 89674                   CIMTYPE_BOOLEAN,
 89675                   /* subscript */
 89676                   -1,
 89677                   /* value */
 89678                   0,
 89679               };
 89680               
 89681               static const char*
 89682               _CIM_AHTransform_ReplayPreventionWindowSize_qualifiers[] =
 89683               {
 89684                   /* Units */
 89685                   "\060Bits",
 89686                   /* MappingStrings */
 89687                   "\026\000\001IPSP Model.IETF|AHTransform.ReplayPreventionWindowSize\000",
 89688                   0,
 89689               };
 89690               
 89691 mike  1.1.2.1 static MetaProperty
 89692               _CIM_AHTransform_ReplayPreventionWindowSize =
 89693               {
 89694                   /* flags */
 89695                   META_FLAG_PROPERTY|META_FLAG_READ,
 89696                   /* name */
 89697                   "ReplayPreventionWindowSize",
 89698                   /* qualifiers */
 89699                   _CIM_AHTransform_ReplayPreventionWindowSize_qualifiers,
 89700                   /* type */
 89701                   CIMTYPE_UINT32,
 89702                   /* subscript */
 89703                   -1,
 89704                   /* value */
 89705                   0,
 89706               };
 89707               
 89708               static MetaFeature*
 89709               _CIM_AHTransform_features[] =
 89710               {
 89711                   (MetaFeature*)&_CIM_AHTransform_AHTransformId,
 89712 mike  1.1.2.1     (MetaFeature*)&_CIM_AHTransform_OtherAHTransformId,
 89713                   (MetaFeature*)&_CIM_AHTransform_UseReplayPrevention,
 89714                   (MetaFeature*)&_CIM_AHTransform_ReplayPreventionWindowSize,
 89715                   0,
 89716               };
 89717               
 89718               static const char*
 89719               __root_cimv2_CIM_AHTransform_qualifiers[] =
 89720               {
 89721                   /* UMLPackagePath */
 89722                   "\057CIM::Network::IPsec",
 89723                   /* Version */
 89724                   "\0632.8.0",
 89725                   /* MappingStrings */
 89726                   "\026\000\001IPSP Model.IETF|AHTransform\000",
 89727                   0,
 89728               };
 89729               
 89730               MetaClass
 89731               __root_cimv2_CIM_AHTransform =
 89732               {
 89733 mike  1.1.2.1     /* flags */
 89734                   META_FLAG_CLASS,
 89735                   /* name */
 89736                   "CIM_AHTransform",
 89737                   /* qualifiers */
 89738                   __root_cimv2_CIM_AHTransform_qualifiers,
 89739                   /* super */
 89740                   &__root_cimv2_CIM_SATransform,
 89741                   /* features */
 89742                   _CIM_AHTransform_features,
 89743               };
 89744               
 89745               //==============================================================================
 89746               //
 89747               // Class: CIM_BGPIPRoute
 89748               //
 89749               //==============================================================================
 89750               
 89751               static const char*
 89752               _CIM_BGPIPRoute_IsBackDoorRoute_qualifiers[] =
 89753               {
 89754 mike  1.1.2.1     0,
 89755               };
 89756               
 89757               static MetaProperty
 89758               _CIM_BGPIPRoute_IsBackDoorRoute =
 89759               {
 89760                   /* flags */
 89761                   META_FLAG_PROPERTY|META_FLAG_READ,
 89762                   /* name */
 89763                   "IsBackDoorRoute",
 89764                   /* qualifiers */
 89765                   _CIM_BGPIPRoute_IsBackDoorRoute_qualifiers,
 89766                   /* type */
 89767                   CIMTYPE_BOOLEAN,
 89768                   /* subscript */
 89769                   -1,
 89770                   /* value */
 89771                   0,
 89772               };
 89773               
 89774               static const char*
 89775 mike  1.1.2.1 _CIM_BGPIPRoute_UsesLoopbackPeering_qualifiers[] =
 89776               {
 89777                   0,
 89778               };
 89779               
 89780               static MetaProperty
 89781               _CIM_BGPIPRoute_UsesLoopbackPeering =
 89782               {
 89783                   /* flags */
 89784                   META_FLAG_PROPERTY|META_FLAG_READ,
 89785                   /* name */
 89786                   "UsesLoopbackPeering",
 89787                   /* qualifiers */
 89788                   _CIM_BGPIPRoute_UsesLoopbackPeering_qualifiers,
 89789                   /* type */
 89790                   CIMTYPE_BOOLEAN,
 89791                   /* subscript */
 89792                   -1,
 89793                   /* value */
 89794                   0,
 89795               };
 89796 mike  1.1.2.1 
 89797               static MetaFeature*
 89798               _CIM_BGPIPRoute_features[] =
 89799               {
 89800                   (MetaFeature*)&_CIM_BGPIPRoute_IsBackDoorRoute,
 89801                   (MetaFeature*)&_CIM_BGPIPRoute_UsesLoopbackPeering,
 89802                   0,
 89803               };
 89804               
 89805               static const char*
 89806               __root_cimv2_CIM_BGPIPRoute_qualifiers[] =
 89807               {
 89808                   /* UMLPackagePath */
 89809                   "\057CIM::Network::BGP",
 89810                   /* Version */
 89811                   "\0632.6.0",
 89812                   0,
 89813               };
 89814               
 89815               MetaClass
 89816               __root_cimv2_CIM_BGPIPRoute =
 89817 mike  1.1.2.1 {
 89818                   /* flags */
 89819                   META_FLAG_CLASS,
 89820                   /* name */
 89821                   "CIM_BGPIPRoute",
 89822                   /* qualifiers */
 89823                   __root_cimv2_CIM_BGPIPRoute_qualifiers,
 89824                   /* super */
 89825                   &__root_cimv2_CIM_IPRoute,
 89826                   /* features */
 89827                   _CIM_BGPIPRoute_features,
 89828               };
 89829               
 89830               //==============================================================================
 89831               //
 89832               // Class: CIM_BGPPeerUsesRouteMap
 89833               //
 89834               //==============================================================================
 89835               
 89836               static const char*
 89837               _CIM_BGPPeerUsesRouteMap_Collection_qualifiers[] =
 89838 mike  1.1.2.1 {
 89839                   /* Aggregate */
 89840                   "\003\001",
 89841                   /* Override */
 89842                   "\044Collection",
 89843                   0,
 89844               };
 89845               
 89846               static MetaReference
 89847               _CIM_BGPPeerUsesRouteMap_Collection =
 89848               {
 89849                   /* flags */
 89850                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 89851                   /* name */
 89852                   "Collection",
 89853                   /* qualifiers */
 89854                   _CIM_BGPPeerUsesRouteMap_Collection_qualifiers,
 89855                   /* subscript */
 89856                   -1,
 89857                   /* refId */
 89858                   &__root_cimv2_CIM_BGPPeerGroup,
 89859 mike  1.1.2.1 };
 89860               
 89861               static const char*
 89862               _CIM_BGPPeerUsesRouteMap_Member_qualifiers[] =
 89863               {
 89864                   /* Override */
 89865                   "\044Member",
 89866                   0,
 89867               };
 89868               
 89869               static MetaReference
 89870               _CIM_BGPPeerUsesRouteMap_Member =
 89871               {
 89872                   /* flags */
 89873                   META_FLAG_REFERENCE|META_FLAG_READ,
 89874                   /* name */
 89875                   "Member",
 89876                   /* qualifiers */
 89877                   _CIM_BGPPeerUsesRouteMap_Member_qualifiers,
 89878                   /* subscript */
 89879                   -1,
 89880 mike  1.1.2.1     /* refId */
 89881                   &__root_cimv2_CIM_BGPRouteMap,
 89882               };
 89883               
 89884               static const char*
 89885               _CIM_BGPPeerUsesRouteMap_MapSequence_qualifiers[] =
 89886               {
 89887                   0,
 89888               };
 89889               
 89890               static MetaProperty
 89891               _CIM_BGPPeerUsesRouteMap_MapSequence =
 89892               {
 89893                   /* flags */
 89894                   META_FLAG_PROPERTY|META_FLAG_READ,
 89895                   /* name */
 89896                   "MapSequence",
 89897                   /* qualifiers */
 89898                   _CIM_BGPPeerUsesRouteMap_MapSequence_qualifiers,
 89899                   /* type */
 89900                   CIMTYPE_UINT16,
 89901 mike  1.1.2.1     /* subscript */
 89902                   -1,
 89903                   /* value */
 89904                   0,
 89905               };
 89906               
 89907               static MetaFeature*
 89908               _CIM_BGPPeerUsesRouteMap_features[] =
 89909               {
 89910                   (MetaFeature*)&_CIM_BGPPeerUsesRouteMap_Collection,
 89911                   (MetaFeature*)&_CIM_BGPPeerUsesRouteMap_Member,
 89912                   (MetaFeature*)&_CIM_BGPPeerUsesRouteMap_MapSequence,
 89913                   0,
 89914               };
 89915               
 89916               static const char*
 89917               __root_cimv2_CIM_BGPPeerUsesRouteMap_qualifiers[] =
 89918               {
 89919                   /* ASSOCIATION */
 89920                   "\000\001",
 89921                   /* UMLPackagePath */
 89922 mike  1.1.2.1     "\057CIM::Network::BGP",
 89923                   /* Aggregation */
 89924                   "\004\001",
 89925                   /* Version */
 89926                   "\0632.6.0",
 89927                   0,
 89928               };
 89929               
 89930               MetaClass
 89931               __root_cimv2_CIM_BGPPeerUsesRouteMap =
 89932               {
 89933                   /* flags */
 89934                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 89935                   /* name */
 89936                   "CIM_BGPPeerUsesRouteMap",
 89937                   /* qualifiers */
 89938                   __root_cimv2_CIM_BGPPeerUsesRouteMap_qualifiers,
 89939                   /* super */
 89940                   &__root_cimv2_CIM_CollectedMSEs,
 89941                   /* features */
 89942                   _CIM_BGPPeerUsesRouteMap_features,
 89943 mike  1.1.2.1 };
 89944               
 89945               //==============================================================================
 89946               //
 89947               // Class: CIM_CardInSlot
 89948               //
 89949               //==============================================================================
 89950               
 89951               static const char*
 89952               _CIM_CardInSlot_Antecedent_qualifiers[] =
 89953               {
 89954                   /* Override */
 89955                   "\044Antecedent",
 89956                   0,
 89957               };
 89958               
 89959               static MetaReference
 89960               _CIM_CardInSlot_Antecedent =
 89961               {
 89962                   /* flags */
 89963                   META_FLAG_REFERENCE|META_FLAG_READ,
 89964 mike  1.1.2.1     /* name */
 89965                   "Antecedent",
 89966                   /* qualifiers */
 89967                   _CIM_CardInSlot_Antecedent_qualifiers,
 89968                   /* subscript */
 89969                   -1,
 89970                   /* refId */
 89971                   &__root_cimv2_CIM_Slot,
 89972               };
 89973               
 89974               static const char*
 89975               _CIM_CardInSlot_Dependent_qualifiers[] =
 89976               {
 89977                   /* Override */
 89978                   "\044Dependent",
 89979                   /* Max */
 89980                   "\027\000\000\000\001",
 89981                   0,
 89982               };
 89983               
 89984               static MetaReference
 89985 mike  1.1.2.1 _CIM_CardInSlot_Dependent =
 89986               {
 89987                   /* flags */
 89988                   META_FLAG_REFERENCE|META_FLAG_READ,
 89989                   /* name */
 89990                   "Dependent",
 89991                   /* qualifiers */
 89992                   _CIM_CardInSlot_Dependent_qualifiers,
 89993                   /* subscript */
 89994                   -1,
 89995                   /* refId */
 89996                   &__root_cimv2_CIM_Card,
 89997               };
 89998               
 89999               static MetaFeature*
 90000               _CIM_CardInSlot_features[] =
 90001               {
 90002                   (MetaFeature*)&_CIM_CardInSlot_Antecedent,
 90003                   (MetaFeature*)&_CIM_CardInSlot_Dependent,
 90004                   0,
 90005               };
 90006 mike  1.1.2.1 
 90007               static const char*
 90008               __root_cimv2_CIM_CardInSlot_qualifiers[] =
 90009               {
 90010                   /* ASSOCIATION */
 90011                   "\000\001",
 90012                   /* UMLPackagePath */
 90013                   "\057CIM::Physical::Connector",
 90014                   /* Version */
 90015                   "\0632.6.0",
 90016                   /* MappingStrings */
 90017                   "\026\000\001MIF.DMTF|System Slot|005.4\000",
 90018                   0,
 90019               };
 90020               
 90021               MetaClass
 90022               __root_cimv2_CIM_CardInSlot =
 90023               {
 90024                   /* flags */
 90025                   META_FLAG_ASSOCIATION,
 90026                   /* name */
 90027 mike  1.1.2.1     "CIM_CardInSlot",
 90028                   /* qualifiers */
 90029                   __root_cimv2_CIM_CardInSlot_qualifiers,
 90030                   /* super */
 90031                   &__root_cimv2_CIM_PackageInSlot,
 90032                   /* features */
 90033                   _CIM_CardInSlot_features,
 90034               };
 90035               
 90036               //==============================================================================
 90037               //
 90038               // Class: CIM_ConcreteJob
 90039               //
 90040               //==============================================================================
 90041               
 90042               static const char*
 90043               _CIM_ConcreteJob_InstanceID_qualifiers[] =
 90044               {
 90045                   /* Key */
 90046                   "\025\001",
 90047                   0,
 90048 mike  1.1.2.1 };
 90049               
 90050               static MetaProperty
 90051               _CIM_ConcreteJob_InstanceID =
 90052               {
 90053                   /* flags */
 90054                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 90055                   /* name */
 90056                   "InstanceID",
 90057                   /* qualifiers */
 90058                   _CIM_ConcreteJob_InstanceID_qualifiers,
 90059                   /* type */
 90060                   CIMTYPE_STRING,
 90061                   /* subscript */
 90062                   -1,
 90063                   /* value */
 90064                   0,
 90065               };
 90066               
 90067               static const char*
 90068               _CIM_ConcreteJob_Name_qualifiers[] =
 90069 mike  1.1.2.1 {
 90070                   /* Required */
 90071                   "\050\001",
 90072                   /* Override */
 90073                   "\044Name",
 90074                   0,
 90075               };
 90076               
 90077               static MetaProperty
 90078               _CIM_ConcreteJob_Name =
 90079               {
 90080                   /* flags */
 90081                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 90082                   /* name */
 90083                   "Name",
 90084                   /* qualifiers */
 90085                   _CIM_ConcreteJob_Name_qualifiers,
 90086                   /* type */
 90087                   CIMTYPE_STRING,
 90088                   /* subscript */
 90089                   -1,
 90090 mike  1.1.2.1     /* value */
 90091                   0,
 90092               };
 90093               
 90094               static const char*
 90095               _CIM_ConcreteJob_JobState_qualifiers[] =
 90096               {
 90097                   /* ValueMap */
 90098                   "\061\000\0152\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013..32767\00032768..65535\000",
 90099                   /* Values */
 90100                   "\062\000\015New\000Starting\000Running\000Suspended\000Shutting Down\000Completed\000Terminated\000Killed\000Exception\000Service\000Query Pending\000DMTF Reserved\000Vendor Reserved\000",
 90101                   0,
 90102               };
 90103               
 90104               static MetaProperty
 90105               _CIM_ConcreteJob_JobState =
 90106               {
 90107                   /* flags */
 90108                   META_FLAG_PROPERTY|META_FLAG_READ,
 90109                   /* name */
 90110                   "JobState",
 90111 mike  1.1.2.1     /* qualifiers */
 90112                   _CIM_ConcreteJob_JobState_qualifiers,
 90113                   /* type */
 90114                   CIMTYPE_UINT16,
 90115                   /* subscript */
 90116                   -1,
 90117                   /* value */
 90118                   0,
 90119               };
 90120               
 90121               static const char*
 90122               _CIM_ConcreteJob_TimeOfLastStateChange_qualifiers[] =
 90123               {
 90124                   0,
 90125               };
 90126               
 90127               static MetaProperty
 90128               _CIM_ConcreteJob_TimeOfLastStateChange =
 90129               {
 90130                   /* flags */
 90131                   META_FLAG_PROPERTY|META_FLAG_READ,
 90132 mike  1.1.2.1     /* name */
 90133                   "TimeOfLastStateChange",
 90134                   /* qualifiers */
 90135                   _CIM_ConcreteJob_TimeOfLastStateChange_qualifiers,
 90136                   /* type */
 90137                   CIMTYPE_DATETIME,
 90138                   /* subscript */
 90139                   -1,
 90140                   /* value */
 90141                   0,
 90142               };
 90143               
 90144               static const char*
 90145               _CIM_ConcreteJob_TimeBeforeRemoval_qualifiers[] =
 90146               {
 90147                   /* Required */
 90148                   "\050\001",
 90149                   /* Write */
 90150                   "\065\001",
 90151                   0,
 90152               };
 90153 mike  1.1.2.1 
 90154               static MetaProperty
 90155               _CIM_ConcreteJob_TimeBeforeRemoval =
 90156               {
 90157                   /* flags */
 90158                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
 90159                   /* name */
 90160                   "TimeBeforeRemoval",
 90161                   /* qualifiers */
 90162                   _CIM_ConcreteJob_TimeBeforeRemoval_qualifiers,
 90163                   /* type */
 90164                   CIMTYPE_DATETIME,
 90165                   /* subscript */
 90166                   -1,
 90167                   /* value */
 90168                   "00000000000500.000000:000",
 90169               };
 90170               
 90171               static const char*
 90172               _CIM_ConcreteJob_RequestStateChange_RequestedState_qualifiers[] =
 90173               {
 90174 mike  1.1.2.1     /* IN */
 90175                   "\024\001",
 90176                   /* ValueMap */
 90177                   "\061\000\0072\0003\0004\0005\0006\0007..32767\00032768..65535\000",
 90178                   /* Values */
 90179                   "\062\000\007Start\000Suspend\000Terminate\000Kill\000Service\000DMTF Reserved\000Vendor Reserved\000",
 90180                   0,
 90181               };
 90182               
 90183               static MetaProperty
 90184               _CIM_ConcreteJob_RequestStateChange_RequestedState =
 90185               {
 90186                   /* flags */
 90187                   META_FLAG_PROPERTY|META_FLAG_IN,
 90188                   /* name */
 90189                   "RequestedState",
 90190                   /* qualifiers */
 90191                   _CIM_ConcreteJob_RequestStateChange_RequestedState_qualifiers,
 90192                   /* type */
 90193                   CIMTYPE_UINT16,
 90194                   /* subscript */
 90195 mike  1.1.2.1     -1,
 90196                   /* value */
 90197                   0,
 90198               };
 90199               
 90200               static const char*
 90201               _CIM_ConcreteJob_RequestStateChange_TimeoutPeriod_qualifiers[] =
 90202               {
 90203                   /* IN */
 90204                   "\024\001",
 90205                   0,
 90206               };
 90207               
 90208               static MetaProperty
 90209               _CIM_ConcreteJob_RequestStateChange_TimeoutPeriod =
 90210               {
 90211                   /* flags */
 90212                   META_FLAG_PROPERTY|META_FLAG_IN,
 90213                   /* name */
 90214                   "TimeoutPeriod",
 90215                   /* qualifiers */
 90216 mike  1.1.2.1     _CIM_ConcreteJob_RequestStateChange_TimeoutPeriod_qualifiers,
 90217                   /* type */
 90218                   CIMTYPE_DATETIME,
 90219                   /* subscript */
 90220                   -1,
 90221                   /* value */
 90222                   0,
 90223               };
 90224               
 90225               static MetaFeature*
 90226               _CIM_ConcreteJob_RequestStateChange_parameters[] =
 90227               {
 90228                   (MetaFeature*)&_CIM_ConcreteJob_RequestStateChange_RequestedState,
 90229                   (MetaFeature*)&_CIM_ConcreteJob_RequestStateChange_TimeoutPeriod,
 90230                   0,
 90231               };
 90232               
 90233               static const char*
 90234               _CIM_ConcreteJob_RequestStateChange_qualifiers[] =
 90235               {
 90236                   /* ValueMap */
 90237 mike  1.1.2.1     "\061\000\0160\0001\0002\0003\0004\0005\0006\000..\0004096\0004097\0004098\0004099\0004100..32767\00032768..65535\000",
 90238                   /* Values */
 90239                   "\062\000\016Completed with No Error\000Not Supported\000Unknown/Unspecified Error\000Can NOT complete within Timeout Period\000Failed\000Invalid Parameter\000In Use\000DMTF Reserved\000Method Parameters Checked - Transition Started\000Invalid State Transition\000Use of Timeout Parameter Not Supported\000Busy\000Method Reserved\000Vendor Specific\000",
 90240                   0,
 90241               };
 90242               
 90243               static MetaMethod
 90244               _CIM_ConcreteJob_RequestStateChange =
 90245               {
 90246                   /* flags */
 90247                   META_FLAG_METHOD,
 90248                   /* name */
 90249                   "CIM_ConcreteJob",
 90250                   /* qualifiers */
 90251                   _CIM_ConcreteJob_RequestStateChange_qualifiers,
 90252                   /* type */
 90253                   CIMTYPE_UINT32,
 90254                   /* parameters */
 90255                   _CIM_ConcreteJob_RequestStateChange_parameters,
 90256               };
 90257               
 90258 mike  1.1.2.1 static MetaFeature*
 90259               _CIM_ConcreteJob_features[] =
 90260               {
 90261                   (MetaFeature*)&_CIM_ConcreteJob_InstanceID,
 90262                   (MetaFeature*)&_CIM_ConcreteJob_Name,
 90263                   (MetaFeature*)&_CIM_ConcreteJob_JobState,
 90264                   (MetaFeature*)&_CIM_ConcreteJob_TimeOfLastStateChange,
 90265                   (MetaFeature*)&_CIM_ConcreteJob_TimeBeforeRemoval,
 90266                   (MetaFeature*)&_CIM_ConcreteJob_RequestStateChange,
 90267                   0,
 90268               };
 90269               
 90270               static const char*
 90271               __root_cimv2_CIM_ConcreteJob_qualifiers[] =
 90272               {
 90273                   /* UMLPackagePath */
 90274                   "\057CIM::Core::CoreElements",
 90275                   /* Version */
 90276                   "\0632.13.0",
 90277                   0,
 90278               };
 90279 mike  1.1.2.1 
 90280               MetaClass
 90281               __root_cimv2_CIM_ConcreteJob =
 90282               {
 90283                   /* flags */
 90284                   META_FLAG_CLASS,
 90285                   /* name */
 90286                   "CIM_ConcreteJob",
 90287                   /* qualifiers */
 90288                   __root_cimv2_CIM_ConcreteJob_qualifiers,
 90289                   /* super */
 90290                   &__root_cimv2_CIM_Job,
 90291                   /* features */
 90292                   _CIM_ConcreteJob_features,
 90293               };
 90294               
 90295               //==============================================================================
 90296               //
 90297               // Class: CIM_ContainedProposal
 90298               //
 90299               //==============================================================================
 90300 mike  1.1.2.1 
 90301               static const char*
 90302               _CIM_ContainedProposal_GroupComponent_qualifiers[] =
 90303               {
 90304                   /* Aggregate */
 90305                   "\003\001",
 90306                   /* Override */
 90307                   "\044GroupComponent",
 90308                   /* MappingStrings */
 90309                   "\026\000\001IPSP Policy Model.IETF|ContainedProposal.GroupComponent\000",
 90310                   0,
 90311               };
 90312               
 90313               static MetaReference
 90314               _CIM_ContainedProposal_GroupComponent =
 90315               {
 90316                   /* flags */
 90317                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 90318                   /* name */
 90319                   "GroupComponent",
 90320                   /* qualifiers */
 90321 mike  1.1.2.1     _CIM_ContainedProposal_GroupComponent_qualifiers,
 90322                   /* subscript */
 90323                   -1,
 90324                   /* refId */
 90325                   &__root_cimv2_CIM_SANegotiationAction,
 90326               };
 90327               
 90328               static const char*
 90329               _CIM_ContainedProposal_PartComponent_qualifiers[] =
 90330               {
 90331                   /* Override */
 90332                   "\044PartComponent",
 90333                   /* MappingStrings */
 90334                   "\026\000\001IPSP Policy Model.IETF|ContainedProposal.PartComponent\000",
 90335                   0,
 90336               };
 90337               
 90338               static MetaReference
 90339               _CIM_ContainedProposal_PartComponent =
 90340               {
 90341                   /* flags */
 90342 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 90343                   /* name */
 90344                   "PartComponent",
 90345                   /* qualifiers */
 90346                   _CIM_ContainedProposal_PartComponent_qualifiers,
 90347                   /* subscript */
 90348                   -1,
 90349                   /* refId */
 90350                   &__root_cimv2_CIM_SAProposal,
 90351               };
 90352               
 90353               static const char*
 90354               _CIM_ContainedProposal_SequenceNumber_qualifiers[] =
 90355               {
 90356                   /* MappingStrings */
 90357                   "\026\000\001IPSP Policy Model.IETF|ContainedProposal.SequenceNumber\000",
 90358                   0,
 90359               };
 90360               
 90361               static MetaProperty
 90362               _CIM_ContainedProposal_SequenceNumber =
 90363 mike  1.1.2.1 {
 90364                   /* flags */
 90365                   META_FLAG_PROPERTY|META_FLAG_READ,
 90366                   /* name */
 90367                   "SequenceNumber",
 90368                   /* qualifiers */
 90369                   _CIM_ContainedProposal_SequenceNumber_qualifiers,
 90370                   /* type */
 90371                   CIMTYPE_UINT16,
 90372                   /* subscript */
 90373                   -1,
 90374                   /* value */
 90375                   0,
 90376               };
 90377               
 90378               static MetaFeature*
 90379               _CIM_ContainedProposal_features[] =
 90380               {
 90381                   (MetaFeature*)&_CIM_ContainedProposal_GroupComponent,
 90382                   (MetaFeature*)&_CIM_ContainedProposal_PartComponent,
 90383                   (MetaFeature*)&_CIM_ContainedProposal_SequenceNumber,
 90384 mike  1.1.2.1     0,
 90385               };
 90386               
 90387               static const char*
 90388               __root_cimv2_CIM_ContainedProposal_qualifiers[] =
 90389               {
 90390                   /* ASSOCIATION */
 90391                   "\000\001",
 90392                   /* UMLPackagePath */
 90393                   "\057CIM::IPsecPolicy",
 90394                   /* Aggregation */
 90395                   "\004\001",
 90396                   /* Version */
 90397                   "\0632.8.0",
 90398                   /* MappingStrings */
 90399                   "\026\000\001IPSP Policy Model.IETF|ContainedProposal\000",
 90400                   0,
 90401               };
 90402               
 90403               MetaClass
 90404               __root_cimv2_CIM_ContainedProposal =
 90405 mike  1.1.2.1 {
 90406                   /* flags */
 90407                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 90408                   /* name */
 90409                   "CIM_ContainedProposal",
 90410                   /* qualifiers */
 90411                   __root_cimv2_CIM_ContainedProposal_qualifiers,
 90412                   /* super */
 90413                   &__root_cimv2_CIM_Component,
 90414                   /* features */
 90415                   _CIM_ContainedProposal_features,
 90416               };
 90417               
 90418               //==============================================================================
 90419               //
 90420               // Class: CIM_EnabledLogicalElement
 90421               //
 90422               //==============================================================================
 90423               
 90424               static const char*
 90425               _CIM_EnabledLogicalElement_EnabledState_qualifiers[] =
 90426 mike  1.1.2.1 {
 90427                   /* ValueMap */
 90428                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011..32767\00032768..65535\000",
 90429                   /* Values */
 90430                   "\062\000\015Unknown\000Other\000Enabled\000Disabled\000Shutting Down\000Not Applicable\000Enabled but Offline\000In Test\000Deferred\000Quiesce\000Starting\000DMTF Reserved\000Vendor Reserved\000",
 90431                   /* ModelCorrespondence */
 90432                   "\036\000\001CIM_EnabledLogicalElement.OtherEnabledState\000",
 90433                   0,
 90434               };
 90435               
 90436               static MetaProperty
 90437               _CIM_EnabledLogicalElement_EnabledState =
 90438               {
 90439                   /* flags */
 90440                   META_FLAG_PROPERTY|META_FLAG_READ,
 90441                   /* name */
 90442                   "EnabledState",
 90443                   /* qualifiers */
 90444                   _CIM_EnabledLogicalElement_EnabledState_qualifiers,
 90445                   /* type */
 90446                   CIMTYPE_UINT16,
 90447 mike  1.1.2.1     /* subscript */
 90448                   -1,
 90449                   /* value */
 90450                   "\000\005",
 90451               };
 90452               
 90453               static const char*
 90454               _CIM_EnabledLogicalElement_OtherEnabledState_qualifiers[] =
 90455               {
 90456                   /* ModelCorrespondence */
 90457                   "\036\000\001CIM_EnabledLogicalElement.EnabledState\000",
 90458                   0,
 90459               };
 90460               
 90461               static MetaProperty
 90462               _CIM_EnabledLogicalElement_OtherEnabledState =
 90463               {
 90464                   /* flags */
 90465                   META_FLAG_PROPERTY|META_FLAG_READ,
 90466                   /* name */
 90467                   "OtherEnabledState",
 90468 mike  1.1.2.1     /* qualifiers */
 90469                   _CIM_EnabledLogicalElement_OtherEnabledState_qualifiers,
 90470                   /* type */
 90471                   CIMTYPE_STRING,
 90472                   /* subscript */
 90473                   -1,
 90474                   /* value */
 90475                   0,
 90476               };
 90477               
 90478               static const char*
 90479               _CIM_EnabledLogicalElement_RequestedState_qualifiers[] =
 90480               {
 90481                   /* ValueMap */
 90482                   "\061\000\0152\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\00032768..65535\000",
 90483                   /* Values */
 90484                   "\062\000\015Enabled\000Disabled\000Shut Down\000No Change\000Offline\000Test\000Deferred\000Quiesce\000Reboot\000Reset\000Not Applicable\000DMTF Reserved\000Vendor Reserved\000",
 90485                   /* ModelCorrespondence */
 90486                   "\036\000\001CIM_EnabledLogicalElement.EnabledState\000",
 90487                   0,
 90488               };
 90489 mike  1.1.2.1 
 90490               static MetaProperty
 90491               _CIM_EnabledLogicalElement_RequestedState =
 90492               {
 90493                   /* flags */
 90494                   META_FLAG_PROPERTY|META_FLAG_READ,
 90495                   /* name */
 90496                   "RequestedState",
 90497                   /* qualifiers */
 90498                   _CIM_EnabledLogicalElement_RequestedState_qualifiers,
 90499                   /* type */
 90500                   CIMTYPE_UINT16,
 90501                   /* subscript */
 90502                   -1,
 90503                   /* value */
 90504                   "\000\014",
 90505               };
 90506               
 90507               static const char*
 90508               _CIM_EnabledLogicalElement_EnabledDefault_qualifiers[] =
 90509               {
 90510 mike  1.1.2.1     /* Write */
 90511                   "\065\001",
 90512                   /* ValueMap */
 90513                   "\061\000\0072\0003\0005\0006\0007\0008..32767\00032768..65535\000",
 90514                   /* Values */
 90515                   "\062\000\007Enabled\000Disabled\000Not Applicable\000Enabled but Offline\000No Default\000DMTF Reserved\000Vendor Reserved\000",
 90516                   0,
 90517               };
 90518               
 90519               static MetaProperty
 90520               _CIM_EnabledLogicalElement_EnabledDefault =
 90521               {
 90522                   /* flags */
 90523                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 90524                   /* name */
 90525                   "EnabledDefault",
 90526                   /* qualifiers */
 90527                   _CIM_EnabledLogicalElement_EnabledDefault_qualifiers,
 90528                   /* type */
 90529                   CIMTYPE_UINT16,
 90530                   /* subscript */
 90531 mike  1.1.2.1     -1,
 90532                   /* value */
 90533                   "\000\002",
 90534               };
 90535               
 90536               static const char*
 90537               _CIM_EnabledLogicalElement_TimeOfLastStateChange_qualifiers[] =
 90538               {
 90539                   0,
 90540               };
 90541               
 90542               static MetaProperty
 90543               _CIM_EnabledLogicalElement_TimeOfLastStateChange =
 90544               {
 90545                   /* flags */
 90546                   META_FLAG_PROPERTY|META_FLAG_READ,
 90547                   /* name */
 90548                   "TimeOfLastStateChange",
 90549                   /* qualifiers */
 90550                   _CIM_EnabledLogicalElement_TimeOfLastStateChange_qualifiers,
 90551                   /* type */
 90552 mike  1.1.2.1     CIMTYPE_DATETIME,
 90553                   /* subscript */
 90554                   -1,
 90555                   /* value */
 90556                   0,
 90557               };
 90558               
 90559               static const char*
 90560               _CIM_EnabledLogicalElement_RequestStateChange_RequestedState_qualifiers[] =
 90561               {
 90562                   /* IN */
 90563                   "\024\001",
 90564                   /* ValueMap */
 90565                   "\061\000\0132\0003\0004\0006\0007\0008\0009\00010\00011\000..\00032768..65535\000",
 90566                   /* Values */
 90567                   "\062\000\013Enabled\000Disabled\000Shut Down\000Offline\000Test\000Defer\000Quiesce\000Reboot\000Reset\000DMTF Reserved\000Vendor Reserved\000",
 90568                   /* ModelCorrespondence */
 90569                   "\036\000\001CIM_EnabledLogicalElement.RequestedState\000",
 90570                   0,
 90571               };
 90572               
 90573 mike  1.1.2.1 static MetaProperty
 90574               _CIM_EnabledLogicalElement_RequestStateChange_RequestedState =
 90575               {
 90576                   /* flags */
 90577                   META_FLAG_PROPERTY|META_FLAG_IN,
 90578                   /* name */
 90579                   "RequestedState",
 90580                   /* qualifiers */
 90581                   _CIM_EnabledLogicalElement_RequestStateChange_RequestedState_qualifiers,
 90582                   /* type */
 90583                   CIMTYPE_UINT16,
 90584                   /* subscript */
 90585                   -1,
 90586                   /* value */
 90587                   0,
 90588               };
 90589               
 90590               static const char*
 90591               _CIM_EnabledLogicalElement_RequestStateChange_Job_qualifiers[] =
 90592               {
 90593                   /* IN */
 90594 mike  1.1.2.1     "\024\000",
 90595                   /* OUT */
 90596                   "\043\001",
 90597                   0,
 90598               };
 90599               
 90600               static MetaReference
 90601               _CIM_EnabledLogicalElement_RequestStateChange_Job =
 90602               {
 90603                   /* flags */
 90604                   META_FLAG_REFERENCE|META_FLAG_OUT,
 90605                   /* name */
 90606                   "Job",
 90607                   /* qualifiers */
 90608                   _CIM_EnabledLogicalElement_RequestStateChange_Job_qualifiers,
 90609                   /* subscript */
 90610                   -1,
 90611                   /* ref */
 90612                   &__root_cimv2_CIM_ConcreteJob,
 90613               };
 90614               
 90615 mike  1.1.2.1 static const char*
 90616               _CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod_qualifiers[] =
 90617               {
 90618                   /* IN */
 90619                   "\024\001",
 90620                   0,
 90621               };
 90622               
 90623               static MetaProperty
 90624               _CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod =
 90625               {
 90626                   /* flags */
 90627                   META_FLAG_PROPERTY|META_FLAG_IN,
 90628                   /* name */
 90629                   "TimeoutPeriod",
 90630                   /* qualifiers */
 90631                   _CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod_qualifiers,
 90632                   /* type */
 90633                   CIMTYPE_DATETIME,
 90634                   /* subscript */
 90635                   -1,
 90636 mike  1.1.2.1     /* value */
 90637                   0,
 90638               };
 90639               
 90640               static MetaFeature*
 90641               _CIM_EnabledLogicalElement_RequestStateChange_parameters[] =
 90642               {
 90643                   (MetaFeature*)&_CIM_EnabledLogicalElement_RequestStateChange_RequestedState,
 90644                   (MetaFeature*)&_CIM_EnabledLogicalElement_RequestStateChange_Job,
 90645                   (MetaFeature*)&_CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod,
 90646                   0,
 90647               };
 90648               
 90649               static const char*
 90650               _CIM_EnabledLogicalElement_RequestStateChange_qualifiers[] =
 90651               {
 90652                   /* ValueMap */
 90653                   "\061\000\0160\0001\0002\0003\0004\0005\0006\000..\0004096\0004097\0004098\0004099\0004100..32767\00032768..65535\000",
 90654                   /* Values */
 90655                   "\062\000\016Completed with No Error\000Not Supported\000Unknown or Unspecified Error\000Cannot complete within Timeout Period\000Failed\000Invalid Parameter\000In Use\000DMTF Reserved\000Method Parameters Checked - Job Started\000Invalid State Transition\000Use of Timeout Parameter Not Supported\000Busy\000Method Reserved\000Vendor Specific\000",
 90656                   /* ModelCorrespondence */
 90657 mike  1.1.2.1     "\036\000\001CIM_EnabledLogicalElement.RequestedState\000",
 90658                   0,
 90659               };
 90660               
 90661               static MetaMethod
 90662               _CIM_EnabledLogicalElement_RequestStateChange =
 90663               {
 90664                   /* flags */
 90665                   META_FLAG_METHOD,
 90666                   /* name */
 90667                   "CIM_EnabledLogicalElement",
 90668                   /* qualifiers */
 90669                   _CIM_EnabledLogicalElement_RequestStateChange_qualifiers,
 90670                   /* type */
 90671                   CIMTYPE_UINT32,
 90672                   /* parameters */
 90673                   _CIM_EnabledLogicalElement_RequestStateChange_parameters,
 90674               };
 90675               
 90676               static MetaFeature*
 90677               _CIM_EnabledLogicalElement_features[] =
 90678 mike  1.1.2.1 {
 90679                   (MetaFeature*)&_CIM_EnabledLogicalElement_EnabledState,
 90680                   (MetaFeature*)&_CIM_EnabledLogicalElement_OtherEnabledState,
 90681                   (MetaFeature*)&_CIM_EnabledLogicalElement_RequestedState,
 90682                   (MetaFeature*)&_CIM_EnabledLogicalElement_EnabledDefault,
 90683                   (MetaFeature*)&_CIM_EnabledLogicalElement_TimeOfLastStateChange,
 90684                   (MetaFeature*)&_CIM_EnabledLogicalElement_RequestStateChange,
 90685                   0,
 90686               };
 90687               
 90688               static const char*
 90689               __root_cimv2_CIM_EnabledLogicalElement_qualifiers[] =
 90690               {
 90691                   /* UMLPackagePath */
 90692                   "\057CIM::Core::CoreElements",
 90693                   /* Abstract */
 90694                   "\002\001",
 90695                   /* Version */
 90696                   "\0632.10.0",
 90697                   0,
 90698               };
 90699 mike  1.1.2.1 
 90700               MetaClass
 90701               __root_cimv2_CIM_EnabledLogicalElement =
 90702               {
 90703                   /* flags */
 90704                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 90705                   /* name */
 90706                   "CIM_EnabledLogicalElement",
 90707                   /* qualifiers */
 90708                   __root_cimv2_CIM_EnabledLogicalElement_qualifiers,
 90709                   /* super */
 90710                   &__root_cimv2_CIM_LogicalElement,
 90711                   /* features */
 90712                   _CIM_EnabledLogicalElement_features,
 90713               };
 90714               
 90715               //==============================================================================
 90716               //
 90717               // Class: CIM_EntriesInFilterList
 90718               //
 90719               //==============================================================================
 90720 mike  1.1.2.1 
 90721               static const char*
 90722               _CIM_EntriesInFilterList_GroupComponent_qualifiers[] =
 90723               {
 90724                   /* Aggregate */
 90725                   "\003\001",
 90726                   /* Override */
 90727                   "\044GroupComponent",
 90728                   /* Max */
 90729                   "\027\000\000\000\001",
 90730                   0,
 90731               };
 90732               
 90733               static MetaReference
 90734               _CIM_EntriesInFilterList_GroupComponent =
 90735               {
 90736                   /* flags */
 90737                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 90738                   /* name */
 90739                   "GroupComponent",
 90740                   /* qualifiers */
 90741 mike  1.1.2.1     _CIM_EntriesInFilterList_GroupComponent_qualifiers,
 90742                   /* subscript */
 90743                   -1,
 90744                   /* refId */
 90745                   &__root_cimv2_CIM_FilterList,
 90746               };
 90747               
 90748               static const char*
 90749               _CIM_EntriesInFilterList_PartComponent_qualifiers[] =
 90750               {
 90751                   /* Override */
 90752                   "\044PartComponent",
 90753                   0,
 90754               };
 90755               
 90756               static MetaReference
 90757               _CIM_EntriesInFilterList_PartComponent =
 90758               {
 90759                   /* flags */
 90760                   META_FLAG_REFERENCE|META_FLAG_READ,
 90761                   /* name */
 90762 mike  1.1.2.1     "PartComponent",
 90763                   /* qualifiers */
 90764                   _CIM_EntriesInFilterList_PartComponent_qualifiers,
 90765                   /* subscript */
 90766                   -1,
 90767                   /* refId */
 90768                   &__root_cimv2_CIM_FilterEntryBase,
 90769               };
 90770               
 90771               static const char*
 90772               _CIM_EntriesInFilterList_EntrySequence_qualifiers[] =
 90773               {
 90774                   /* ValueMap */
 90775                   "\061\000\0010\000",
 90776                   0,
 90777               };
 90778               
 90779               static MetaProperty
 90780               _CIM_EntriesInFilterList_EntrySequence =
 90781               {
 90782                   /* flags */
 90783 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 90784                   /* name */
 90785                   "EntrySequence",
 90786                   /* qualifiers */
 90787                   _CIM_EntriesInFilterList_EntrySequence_qualifiers,
 90788                   /* type */
 90789                   CIMTYPE_UINT16,
 90790                   /* subscript */
 90791                   -1,
 90792                   /* value */
 90793                   "\000\000",
 90794               };
 90795               
 90796               static MetaFeature*
 90797               _CIM_EntriesInFilterList_features[] =
 90798               {
 90799                   (MetaFeature*)&_CIM_EntriesInFilterList_GroupComponent,
 90800                   (MetaFeature*)&_CIM_EntriesInFilterList_PartComponent,
 90801                   (MetaFeature*)&_CIM_EntriesInFilterList_EntrySequence,
 90802                   0,
 90803               };
 90804 mike  1.1.2.1 
 90805               static const char*
 90806               __root_cimv2_CIM_EntriesInFilterList_qualifiers[] =
 90807               {
 90808                   /* ASSOCIATION */
 90809                   "\000\001",
 90810                   /* UMLPackagePath */
 90811                   "\057CIM::Network::Filtering",
 90812                   /* Aggregation */
 90813                   "\004\001",
 90814                   /* Version */
 90815                   "\0632.7.0",
 90816                   0,
 90817               };
 90818               
 90819               MetaClass
 90820               __root_cimv2_CIM_EntriesInFilterList =
 90821               {
 90822                   /* flags */
 90823                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 90824                   /* name */
 90825 mike  1.1.2.1     "CIM_EntriesInFilterList",
 90826                   /* qualifiers */
 90827                   __root_cimv2_CIM_EntriesInFilterList_qualifiers,
 90828                   /* super */
 90829                   &__root_cimv2_CIM_Component,
 90830                   /* features */
 90831                   _CIM_EntriesInFilterList_features,
 90832               };
 90833               
 90834               //==============================================================================
 90835               //
 90836               // Class: CIM_ESPTransform
 90837               //
 90838               //==============================================================================
 90839               
 90840               static const char*
 90841               _CIM_ESPTransform_IntegrityTransformId_qualifiers[] =
 90842               {
 90843                   /* ValueMap */
 90844                   "\061\000\0101\0002\0003\0004\0005\0006\0007..61439\00061440..65535\000",
 90845                   /* Values */
 90846 mike  1.1.2.1     "\062\000\010Other\000None\000MD5\000SHA-1\000DES\000KPDK\000DMTF/IANA Reserved\000Vendor Reserved\000",
 90847                   /* MappingStrings */
 90848                   "\026\000\002IPSP Model.IETF|ESPTransform.IntegrityTransformId\000RFC2407.IETF|Section 4.5\000",
 90849                   /* ModelCorrespondence */
 90850                   "\036\000\001CIM_ESPTransform.OtherIntegrityTransformId\000",
 90851                   0,
 90852               };
 90853               
 90854               static MetaProperty
 90855               _CIM_ESPTransform_IntegrityTransformId =
 90856               {
 90857                   /* flags */
 90858                   META_FLAG_PROPERTY|META_FLAG_READ,
 90859                   /* name */
 90860                   "IntegrityTransformId",
 90861                   /* qualifiers */
 90862                   _CIM_ESPTransform_IntegrityTransformId_qualifiers,
 90863                   /* type */
 90864                   CIMTYPE_UINT16,
 90865                   /* subscript */
 90866                   -1,
 90867 mike  1.1.2.1     /* value */
 90868                   0,
 90869               };
 90870               
 90871               static const char*
 90872               _CIM_ESPTransform_OtherIntegrityTransformId_qualifiers[] =
 90873               {
 90874                   /* ModelCorrespondence */
 90875                   "\036\000\001CIM_ESPTransform.IntegrityTransformId\000",
 90876                   0,
 90877               };
 90878               
 90879               static MetaProperty
 90880               _CIM_ESPTransform_OtherIntegrityTransformId =
 90881               {
 90882                   /* flags */
 90883                   META_FLAG_PROPERTY|META_FLAG_READ,
 90884                   /* name */
 90885                   "OtherIntegrityTransformId",
 90886                   /* qualifiers */
 90887                   _CIM_ESPTransform_OtherIntegrityTransformId_qualifiers,
 90888 mike  1.1.2.1     /* type */
 90889                   CIMTYPE_STRING,
 90890                   /* subscript */
 90891                   -1,
 90892                   /* value */
 90893                   0,
 90894               };
 90895               
 90896               static const char*
 90897               _CIM_ESPTransform_CipherTransformId_qualifiers[] =
 90898               {
 90899                   /* ValueMap */
 90900                   "\061\000\0141\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000",
 90901                   /* Values */
 90902                   "\062\000\014Other\000None\000DES_IV64\000DES\0003DES\000RC5\000IDEA\000CAST\000Blowfish\0003-IDEA\000DES_IV32\000RC4\000",
 90903                   /* MappingStrings */
 90904                   "\026\000\002IPSP Model.IETF|ESPTransform.CipherTransformId\000RFC2407.IETF|Section 4.4.4\000",
 90905                   /* ModelCorrespondence */
 90906                   "\036\000\001CIM_ESPTransform.OtherCipherTransformId\000",
 90907                   0,
 90908               };
 90909 mike  1.1.2.1 
 90910               static MetaProperty
 90911               _CIM_ESPTransform_CipherTransformId =
 90912               {
 90913                   /* flags */
 90914                   META_FLAG_PROPERTY|META_FLAG_READ,
 90915                   /* name */
 90916                   "CipherTransformId",
 90917                   /* qualifiers */
 90918                   _CIM_ESPTransform_CipherTransformId_qualifiers,
 90919                   /* type */
 90920                   CIMTYPE_UINT16,
 90921                   /* subscript */
 90922                   -1,
 90923                   /* value */
 90924                   0,
 90925               };
 90926               
 90927               static const char*
 90928               _CIM_ESPTransform_OtherCipherTransformId_qualifiers[] =
 90929               {
 90930 mike  1.1.2.1     /* ModelCorrespondence */
 90931                   "\036\000\001CIM_ESPTransform.CipherTransformId\000",
 90932                   0,
 90933               };
 90934               
 90935               static MetaProperty
 90936               _CIM_ESPTransform_OtherCipherTransformId =
 90937               {
 90938                   /* flags */
 90939                   META_FLAG_PROPERTY|META_FLAG_READ,
 90940                   /* name */
 90941                   "OtherCipherTransformId",
 90942                   /* qualifiers */
 90943                   _CIM_ESPTransform_OtherCipherTransformId_qualifiers,
 90944                   /* type */
 90945                   CIMTYPE_STRING,
 90946                   /* subscript */
 90947                   -1,
 90948                   /* value */
 90949                   0,
 90950               };
 90951 mike  1.1.2.1 
 90952               static const char*
 90953               _CIM_ESPTransform_CipherKeyLength_qualifiers[] =
 90954               {
 90955                   /* Units */
 90956                   "\060Bits",
 90957                   /* MappingStrings */
 90958                   "\026\000\001IPSP Model.IETF|ESPTransform.CipherKeyLength\000",
 90959                   0,
 90960               };
 90961               
 90962               static MetaProperty
 90963               _CIM_ESPTransform_CipherKeyLength =
 90964               {
 90965                   /* flags */
 90966                   META_FLAG_PROPERTY|META_FLAG_READ,
 90967                   /* name */
 90968                   "CipherKeyLength",
 90969                   /* qualifiers */
 90970                   _CIM_ESPTransform_CipherKeyLength_qualifiers,
 90971                   /* type */
 90972 mike  1.1.2.1     CIMTYPE_UINT16,
 90973                   /* subscript */
 90974                   -1,
 90975                   /* value */
 90976                   0,
 90977               };
 90978               
 90979               static const char*
 90980               _CIM_ESPTransform_CipherKeyRounds_qualifiers[] =
 90981               {
 90982                   /* MappingStrings */
 90983                   "\026\000\001IPSP Model.IETF|ESPTransform.CipherKeyRounds\000",
 90984                   0,
 90985               };
 90986               
 90987               static MetaProperty
 90988               _CIM_ESPTransform_CipherKeyRounds =
 90989               {
 90990                   /* flags */
 90991                   META_FLAG_PROPERTY|META_FLAG_READ,
 90992                   /* name */
 90993 mike  1.1.2.1     "CipherKeyRounds",
 90994                   /* qualifiers */
 90995                   _CIM_ESPTransform_CipherKeyRounds_qualifiers,
 90996                   /* type */
 90997                   CIMTYPE_UINT16,
 90998                   /* subscript */
 90999                   -1,
 91000                   /* value */
 91001                   0,
 91002               };
 91003               
 91004               static const char*
 91005               _CIM_ESPTransform_UseReplayPrevention_qualifiers[] =
 91006               {
 91007                   /* MappingStrings */
 91008                   "\026\000\001IPSP Model.IETF|ESPTransform.UseReplayPrevention\000",
 91009                   0,
 91010               };
 91011               
 91012               static MetaProperty
 91013               _CIM_ESPTransform_UseReplayPrevention =
 91014 mike  1.1.2.1 {
 91015                   /* flags */
 91016                   META_FLAG_PROPERTY|META_FLAG_READ,
 91017                   /* name */
 91018                   "UseReplayPrevention",
 91019                   /* qualifiers */
 91020                   _CIM_ESPTransform_UseReplayPrevention_qualifiers,
 91021                   /* type */
 91022                   CIMTYPE_BOOLEAN,
 91023                   /* subscript */
 91024                   -1,
 91025                   /* value */
 91026                   0,
 91027               };
 91028               
 91029               static const char*
 91030               _CIM_ESPTransform_ReplayPreventionWindowSize_qualifiers[] =
 91031               {
 91032                   /* Units */
 91033                   "\060Bits",
 91034                   /* MappingStrings */
 91035 mike  1.1.2.1     "\026\000\001IPSP Model.IETF|ESPTransform.ReplayPreventionWindowSize\000",
 91036                   0,
 91037               };
 91038               
 91039               static MetaProperty
 91040               _CIM_ESPTransform_ReplayPreventionWindowSize =
 91041               {
 91042                   /* flags */
 91043                   META_FLAG_PROPERTY|META_FLAG_READ,
 91044                   /* name */
 91045                   "ReplayPreventionWindowSize",
 91046                   /* qualifiers */
 91047                   _CIM_ESPTransform_ReplayPreventionWindowSize_qualifiers,
 91048                   /* type */
 91049                   CIMTYPE_UINT32,
 91050                   /* subscript */
 91051                   -1,
 91052                   /* value */
 91053                   0,
 91054               };
 91055               
 91056 mike  1.1.2.1 static MetaFeature*
 91057               _CIM_ESPTransform_features[] =
 91058               {
 91059                   (MetaFeature*)&_CIM_ESPTransform_IntegrityTransformId,
 91060                   (MetaFeature*)&_CIM_ESPTransform_OtherIntegrityTransformId,
 91061                   (MetaFeature*)&_CIM_ESPTransform_CipherTransformId,
 91062                   (MetaFeature*)&_CIM_ESPTransform_OtherCipherTransformId,
 91063                   (MetaFeature*)&_CIM_ESPTransform_CipherKeyLength,
 91064                   (MetaFeature*)&_CIM_ESPTransform_CipherKeyRounds,
 91065                   (MetaFeature*)&_CIM_ESPTransform_UseReplayPrevention,
 91066                   (MetaFeature*)&_CIM_ESPTransform_ReplayPreventionWindowSize,
 91067                   0,
 91068               };
 91069               
 91070               static const char*
 91071               __root_cimv2_CIM_ESPTransform_qualifiers[] =
 91072               {
 91073                   /* UMLPackagePath */
 91074                   "\057CIM::Network::IPsec",
 91075                   /* Version */
 91076                   "\0632.8.0",
 91077 mike  1.1.2.1     /* MappingStrings */
 91078                   "\026\000\001IPSP Model.IETF|ESPTransform\000",
 91079                   0,
 91080               };
 91081               
 91082               MetaClass
 91083               __root_cimv2_CIM_ESPTransform =
 91084               {
 91085                   /* flags */
 91086                   META_FLAG_CLASS,
 91087                   /* name */
 91088                   "CIM_ESPTransform",
 91089                   /* qualifiers */
 91090                   __root_cimv2_CIM_ESPTransform_qualifiers,
 91091                   /* super */
 91092                   &__root_cimv2_CIM_SATransform,
 91093                   /* features */
 91094                   _CIM_ESPTransform_features,
 91095               };
 91096               
 91097               //==============================================================================
 91098 mike  1.1.2.1 //
 91099               // Class: CIM_FileSystem
 91100               //
 91101               //==============================================================================
 91102               
 91103               static const char*
 91104               _CIM_FileSystem_CSCreationClassName_qualifiers[] =
 91105               {
 91106                   /* Key */
 91107                   "\025\001",
 91108                   /* Propagated */
 91109                   "\045CIM_System.CreationClassName",
 91110                   /* MaxLen */
 91111                   "\030\000\000\001\000",
 91112                   0,
 91113               };
 91114               
 91115               static MetaProperty
 91116               _CIM_FileSystem_CSCreationClassName =
 91117               {
 91118                   /* flags */
 91119 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 91120                   /* name */
 91121                   "CSCreationClassName",
 91122                   /* qualifiers */
 91123                   _CIM_FileSystem_CSCreationClassName_qualifiers,
 91124                   /* type */
 91125                   CIMTYPE_STRING,
 91126                   /* subscript */
 91127                   -1,
 91128                   /* value */
 91129                   0,
 91130               };
 91131               
 91132               static const char*
 91133               _CIM_FileSystem_CSName_qualifiers[] =
 91134               {
 91135                   /* Key */
 91136                   "\025\001",
 91137                   /* Propagated */
 91138                   "\045CIM_System.Name",
 91139                   /* MaxLen */
 91140 mike  1.1.2.1     "\030\000\000\001\000",
 91141                   0,
 91142               };
 91143               
 91144               static MetaProperty
 91145               _CIM_FileSystem_CSName =
 91146               {
 91147                   /* flags */
 91148                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 91149                   /* name */
 91150                   "CSName",
 91151                   /* qualifiers */
 91152                   _CIM_FileSystem_CSName_qualifiers,
 91153                   /* type */
 91154                   CIMTYPE_STRING,
 91155                   /* subscript */
 91156                   -1,
 91157                   /* value */
 91158                   0,
 91159               };
 91160               
 91161 mike  1.1.2.1 static const char*
 91162               _CIM_FileSystem_CreationClassName_qualifiers[] =
 91163               {
 91164                   /* Key */
 91165                   "\025\001",
 91166                   /* MaxLen */
 91167                   "\030\000\000\001\000",
 91168                   0,
 91169               };
 91170               
 91171               static MetaProperty
 91172               _CIM_FileSystem_CreationClassName =
 91173               {
 91174                   /* flags */
 91175                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 91176                   /* name */
 91177                   "CreationClassName",
 91178                   /* qualifiers */
 91179                   _CIM_FileSystem_CreationClassName_qualifiers,
 91180                   /* type */
 91181                   CIMTYPE_STRING,
 91182 mike  1.1.2.1     /* subscript */
 91183                   -1,
 91184                   /* value */
 91185                   0,
 91186               };
 91187               
 91188               static const char*
 91189               _CIM_FileSystem_Name_qualifiers[] =
 91190               {
 91191                   /* Key */
 91192                   "\025\001",
 91193                   /* Override */
 91194                   "\044Name",
 91195                   /* MaxLen */
 91196                   "\030\000\000\001\000",
 91197                   0,
 91198               };
 91199               
 91200               static MetaProperty
 91201               _CIM_FileSystem_Name =
 91202               {
 91203 mike  1.1.2.1     /* flags */
 91204                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 91205                   /* name */
 91206                   "Name",
 91207                   /* qualifiers */
 91208                   _CIM_FileSystem_Name_qualifiers,
 91209                   /* type */
 91210                   CIMTYPE_STRING,
 91211                   /* subscript */
 91212                   -1,
 91213                   /* value */
 91214                   0,
 91215               };
 91216               
 91217               static const char*
 91218               _CIM_FileSystem_Root_qualifiers[] =
 91219               {
 91220                   /* MappingStrings */
 91221                   "\026\000\002MIB.IETF|HOST-RESOURCES-MIB.hrFSMountPoint\000MIF.DMTF|Host File System|001.2\000",
 91222                   0,
 91223               };
 91224 mike  1.1.2.1 
 91225               static MetaProperty
 91226               _CIM_FileSystem_Root =
 91227               {
 91228                   /* flags */
 91229                   META_FLAG_PROPERTY|META_FLAG_READ,
 91230                   /* name */
 91231                   "Root",
 91232                   /* qualifiers */
 91233                   _CIM_FileSystem_Root_qualifiers,
 91234                   /* type */
 91235                   CIMTYPE_STRING,
 91236                   /* subscript */
 91237                   -1,
 91238                   /* value */
 91239                   0,
 91240               };
 91241               
 91242               static const char*
 91243               _CIM_FileSystem_BlockSize_qualifiers[] =
 91244               {
 91245 mike  1.1.2.1     /* Units */
 91246                   "\060Bytes",
 91247                   0,
 91248               };
 91249               
 91250               static MetaProperty
 91251               _CIM_FileSystem_BlockSize =
 91252               {
 91253                   /* flags */
 91254                   META_FLAG_PROPERTY|META_FLAG_READ,
 91255                   /* name */
 91256                   "BlockSize",
 91257                   /* qualifiers */
 91258                   _CIM_FileSystem_BlockSize_qualifiers,
 91259                   /* type */
 91260                   CIMTYPE_UINT64,
 91261                   /* subscript */
 91262                   -1,
 91263                   /* value */
 91264                   0,
 91265               };
 91266 mike  1.1.2.1 
 91267               static const char*
 91268               _CIM_FileSystem_FileSystemSize_qualifiers[] =
 91269               {
 91270                   /* Units */
 91271                   "\060Bytes",
 91272                   /* MappingStrings */
 91273                   "\026\000\001MIF.DMTF|Host File System|001.13\000",
 91274                   0,
 91275               };
 91276               
 91277               static MetaProperty
 91278               _CIM_FileSystem_FileSystemSize =
 91279               {
 91280                   /* flags */
 91281                   META_FLAG_PROPERTY|META_FLAG_READ,
 91282                   /* name */
 91283                   "FileSystemSize",
 91284                   /* qualifiers */
 91285                   _CIM_FileSystem_FileSystemSize_qualifiers,
 91286                   /* type */
 91287 mike  1.1.2.1     CIMTYPE_UINT64,
 91288                   /* subscript */
 91289                   -1,
 91290                   /* value */
 91291                   0,
 91292               };
 91293               
 91294               static const char*
 91295               _CIM_FileSystem_AvailableSpace_qualifiers[] =
 91296               {
 91297                   /* Units */
 91298                   "\060Bytes",
 91299                   /* Gauge */
 91300                   "\023\001",
 91301                   /* MappingStrings */
 91302                   "\026\000\002MIF.DMTF|Host File System|001.14\000MIF.DMTF|Partition|002.4\000",
 91303                   0,
 91304               };
 91305               
 91306               static MetaProperty
 91307               _CIM_FileSystem_AvailableSpace =
 91308 mike  1.1.2.1 {
 91309                   /* flags */
 91310                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 91311                   /* name */
 91312                   "AvailableSpace",
 91313                   /* qualifiers */
 91314                   _CIM_FileSystem_AvailableSpace_qualifiers,
 91315                   /* type */
 91316                   CIMTYPE_UINT64,
 91317                   /* subscript */
 91318                   -1,
 91319                   /* value */
 91320                   0,
 91321               };
 91322               
 91323               static const char*
 91324               _CIM_FileSystem_ReadOnly_qualifiers[] =
 91325               {
 91326                   /* MappingStrings */
 91327                   "\026\000\002MIB.IETF|HOST-RESOURCES-MIB.hrFSAccess\000MIF.DMTF|Host File System|001.5\000",
 91328                   0,
 91329 mike  1.1.2.1 };
 91330               
 91331               static MetaProperty
 91332               _CIM_FileSystem_ReadOnly =
 91333               {
 91334                   /* flags */
 91335                   META_FLAG_PROPERTY|META_FLAG_READ,
 91336                   /* name */
 91337                   "ReadOnly",
 91338                   /* qualifiers */
 91339                   _CIM_FileSystem_ReadOnly_qualifiers,
 91340                   /* type */
 91341                   CIMTYPE_BOOLEAN,
 91342                   /* subscript */
 91343                   -1,
 91344                   /* value */
 91345                   0,
 91346               };
 91347               
 91348               static const char*
 91349               _CIM_FileSystem_EncryptionMethod_qualifiers[] =
 91350 mike  1.1.2.1 {
 91351                   /* MappingStrings */
 91352                   "\026\000\001MIF.DMTF|Partition|002.8\000",
 91353                   0,
 91354               };
 91355               
 91356               static MetaProperty
 91357               _CIM_FileSystem_EncryptionMethod =
 91358               {
 91359                   /* flags */
 91360                   META_FLAG_PROPERTY|META_FLAG_READ,
 91361                   /* name */
 91362                   "EncryptionMethod",
 91363                   /* qualifiers */
 91364                   _CIM_FileSystem_EncryptionMethod_qualifiers,
 91365                   /* type */
 91366                   CIMTYPE_STRING,
 91367                   /* subscript */
 91368                   -1,
 91369                   /* value */
 91370                   0,
 91371 mike  1.1.2.1 };
 91372               
 91373               static const char*
 91374               _CIM_FileSystem_CompressionMethod_qualifiers[] =
 91375               {
 91376                   /* MappingStrings */
 91377                   "\026\000\001MIF.DMTF|Partition|002.7\000",
 91378                   0,
 91379               };
 91380               
 91381               static MetaProperty
 91382               _CIM_FileSystem_CompressionMethod =
 91383               {
 91384                   /* flags */
 91385                   META_FLAG_PROPERTY|META_FLAG_READ,
 91386                   /* name */
 91387                   "CompressionMethod",
 91388                   /* qualifiers */
 91389                   _CIM_FileSystem_CompressionMethod_qualifiers,
 91390                   /* type */
 91391                   CIMTYPE_STRING,
 91392 mike  1.1.2.1     /* subscript */
 91393                   -1,
 91394                   /* value */
 91395                   0,
 91396               };
 91397               
 91398               static const char*
 91399               _CIM_FileSystem_CaseSensitive_qualifiers[] =
 91400               {
 91401                   0,
 91402               };
 91403               
 91404               static MetaProperty
 91405               _CIM_FileSystem_CaseSensitive =
 91406               {
 91407                   /* flags */
 91408                   META_FLAG_PROPERTY|META_FLAG_READ,
 91409                   /* name */
 91410                   "CaseSensitive",
 91411                   /* qualifiers */
 91412                   _CIM_FileSystem_CaseSensitive_qualifiers,
 91413 mike  1.1.2.1     /* type */
 91414                   CIMTYPE_BOOLEAN,
 91415                   /* subscript */
 91416                   -1,
 91417                   /* value */
 91418                   0,
 91419               };
 91420               
 91421               static const char*
 91422               _CIM_FileSystem_CasePreserved_qualifiers[] =
 91423               {
 91424                   0,
 91425               };
 91426               
 91427               static MetaProperty
 91428               _CIM_FileSystem_CasePreserved =
 91429               {
 91430                   /* flags */
 91431                   META_FLAG_PROPERTY|META_FLAG_READ,
 91432                   /* name */
 91433                   "CasePreserved",
 91434 mike  1.1.2.1     /* qualifiers */
 91435                   _CIM_FileSystem_CasePreserved_qualifiers,
 91436                   /* type */
 91437                   CIMTYPE_BOOLEAN,
 91438                   /* subscript */
 91439                   -1,
 91440                   /* value */
 91441                   0,
 91442               };
 91443               
 91444               static const char*
 91445               _CIM_FileSystem_CodeSet_qualifiers[] =
 91446               {
 91447                   /* ValueMap */
 91448                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
 91449                   /* Values */
 91450                   "\062\000\011Unknown\000Other\000ASCII\000Unicode\000ISO2022\000ISO8859\000Extended UNIX Code\000UTF-8\000UCS-2\000",
 91451                   0,
 91452               };
 91453               
 91454               static MetaProperty
 91455 mike  1.1.2.1 _CIM_FileSystem_CodeSet =
 91456               {
 91457                   /* flags */
 91458                   META_FLAG_PROPERTY|META_FLAG_READ,
 91459                   /* name */
 91460                   "CodeSet",
 91461                   /* qualifiers */
 91462                   _CIM_FileSystem_CodeSet_qualifiers,
 91463                   /* type */
 91464                   CIMTYPE_UINT16,
 91465                   /* subscript */
 91466                   0,
 91467                   /* value */
 91468                   0,
 91469               };
 91470               
 91471               static const char*
 91472               _CIM_FileSystem_MaxFileNameLength_qualifiers[] =
 91473               {
 91474                   0,
 91475               };
 91476 mike  1.1.2.1 
 91477               static MetaProperty
 91478               _CIM_FileSystem_MaxFileNameLength =
 91479               {
 91480                   /* flags */
 91481                   META_FLAG_PROPERTY|META_FLAG_READ,
 91482                   /* name */
 91483                   "MaxFileNameLength",
 91484                   /* qualifiers */
 91485                   _CIM_FileSystem_MaxFileNameLength_qualifiers,
 91486                   /* type */
 91487                   CIMTYPE_UINT32,
 91488                   /* subscript */
 91489                   -1,
 91490                   /* value */
 91491                   0,
 91492               };
 91493               
 91494               static const char*
 91495               _CIM_FileSystem_ClusterSize_qualifiers[] =
 91496               {
 91497 mike  1.1.2.1     0,
 91498               };
 91499               
 91500               static MetaProperty
 91501               _CIM_FileSystem_ClusterSize =
 91502               {
 91503                   /* flags */
 91504                   META_FLAG_PROPERTY|META_FLAG_READ,
 91505                   /* name */
 91506                   "ClusterSize",
 91507                   /* qualifiers */
 91508                   _CIM_FileSystem_ClusterSize_qualifiers,
 91509                   /* type */
 91510                   CIMTYPE_UINT32,
 91511                   /* subscript */
 91512                   -1,
 91513                   /* value */
 91514                   0,
 91515               };
 91516               
 91517               static const char*
 91518 mike  1.1.2.1 _CIM_FileSystem_FileSystemType_qualifiers[] =
 91519               {
 91520                   /* MappingStrings */
 91521                   "\026\000\002MIF.DMTF|Partition|002.6\000MIF.DMTF|Host File System|001.4\000",
 91522                   0,
 91523               };
 91524               
 91525               static MetaProperty
 91526               _CIM_FileSystem_FileSystemType =
 91527               {
 91528                   /* flags */
 91529                   META_FLAG_PROPERTY|META_FLAG_READ,
 91530                   /* name */
 91531                   "FileSystemType",
 91532                   /* qualifiers */
 91533                   _CIM_FileSystem_FileSystemType_qualifiers,
 91534                   /* type */
 91535                   CIMTYPE_STRING,
 91536                   /* subscript */
 91537                   -1,
 91538                   /* value */
 91539 mike  1.1.2.1     0,
 91540               };
 91541               
 91542               static const char*
 91543               _CIM_FileSystem_PersistenceType_qualifiers[] =
 91544               {
 91545                   /* ValueMap */
 91546                   "\061\000\0050\0001\0002\0003\0004\000",
 91547                   /* Values */
 91548                   "\062\000\005Unknown\000Other\000Persistent\000Temporary\000External\000",
 91549                   /* ModelCorrespondence */
 91550                   "\036\000\001CIM_FileSystem.OtherPersistenceType\000",
 91551                   0,
 91552               };
 91553               
 91554               static MetaProperty
 91555               _CIM_FileSystem_PersistenceType =
 91556               {
 91557                   /* flags */
 91558                   META_FLAG_PROPERTY|META_FLAG_READ,
 91559                   /* name */
 91560 mike  1.1.2.1     "PersistenceType",
 91561                   /* qualifiers */
 91562                   _CIM_FileSystem_PersistenceType_qualifiers,
 91563                   /* type */
 91564                   CIMTYPE_UINT16,
 91565                   /* subscript */
 91566                   -1,
 91567                   /* value */
 91568                   0,
 91569               };
 91570               
 91571               static const char*
 91572               _CIM_FileSystem_OtherPersistenceType_qualifiers[] =
 91573               {
 91574                   /* ModelCorrespondence */
 91575                   "\036\000\001CIM_FileSystem.PersistenceType\000",
 91576                   0,
 91577               };
 91578               
 91579               static MetaProperty
 91580               _CIM_FileSystem_OtherPersistenceType =
 91581 mike  1.1.2.1 {
 91582                   /* flags */
 91583                   META_FLAG_PROPERTY|META_FLAG_READ,
 91584                   /* name */
 91585                   "OtherPersistenceType",
 91586                   /* qualifiers */
 91587                   _CIM_FileSystem_OtherPersistenceType_qualifiers,
 91588                   /* type */
 91589                   CIMTYPE_STRING,
 91590                   /* subscript */
 91591                   -1,
 91592                   /* value */
 91593                   0,
 91594               };
 91595               
 91596               static const char*
 91597               _CIM_FileSystem_NumberOfFiles_qualifiers[] =
 91598               {
 91599                   0,
 91600               };
 91601               
 91602 mike  1.1.2.1 static MetaProperty
 91603               _CIM_FileSystem_NumberOfFiles =
 91604               {
 91605                   /* flags */
 91606                   META_FLAG_PROPERTY|META_FLAG_READ,
 91607                   /* name */
 91608                   "NumberOfFiles",
 91609                   /* qualifiers */
 91610                   _CIM_FileSystem_NumberOfFiles_qualifiers,
 91611                   /* type */
 91612                   CIMTYPE_UINT64,
 91613                   /* subscript */
 91614                   -1,
 91615                   /* value */
 91616                   0,
 91617               };
 91618               
 91619               static MetaFeature*
 91620               _CIM_FileSystem_features[] =
 91621               {
 91622                   (MetaFeature*)&_CIM_FileSystem_CSCreationClassName,
 91623 mike  1.1.2.1     (MetaFeature*)&_CIM_FileSystem_CSName,
 91624                   (MetaFeature*)&_CIM_FileSystem_CreationClassName,
 91625                   (MetaFeature*)&_CIM_FileSystem_Name,
 91626                   (MetaFeature*)&_CIM_FileSystem_Root,
 91627                   (MetaFeature*)&_CIM_FileSystem_BlockSize,
 91628                   (MetaFeature*)&_CIM_FileSystem_FileSystemSize,
 91629                   (MetaFeature*)&_CIM_FileSystem_AvailableSpace,
 91630                   (MetaFeature*)&_CIM_FileSystem_ReadOnly,
 91631                   (MetaFeature*)&_CIM_FileSystem_EncryptionMethod,
 91632                   (MetaFeature*)&_CIM_FileSystem_CompressionMethod,
 91633                   (MetaFeature*)&_CIM_FileSystem_CaseSensitive,
 91634                   (MetaFeature*)&_CIM_FileSystem_CasePreserved,
 91635                   (MetaFeature*)&_CIM_FileSystem_CodeSet,
 91636                   (MetaFeature*)&_CIM_FileSystem_MaxFileNameLength,
 91637                   (MetaFeature*)&_CIM_FileSystem_ClusterSize,
 91638                   (MetaFeature*)&_CIM_FileSystem_FileSystemType,
 91639                   (MetaFeature*)&_CIM_FileSystem_PersistenceType,
 91640                   (MetaFeature*)&_CIM_FileSystem_OtherPersistenceType,
 91641                   (MetaFeature*)&_CIM_FileSystem_NumberOfFiles,
 91642                   0,
 91643               };
 91644 mike  1.1.2.1 
 91645               static const char*
 91646               __root_cimv2_CIM_FileSystem_qualifiers[] =
 91647               {
 91648                   /* UMLPackagePath */
 91649                   "\057CIM::System::FileElements",
 91650                   /* Version */
 91651                   "\0632.7.0",
 91652                   0,
 91653               };
 91654               
 91655               MetaClass
 91656               __root_cimv2_CIM_FileSystem =
 91657               {
 91658                   /* flags */
 91659                   META_FLAG_CLASS,
 91660                   /* name */
 91661                   "CIM_FileSystem",
 91662                   /* qualifiers */
 91663                   __root_cimv2_CIM_FileSystem_qualifiers,
 91664                   /* super */
 91665 mike  1.1.2.1     &__root_cimv2_CIM_EnabledLogicalElement,
 91666                   /* features */
 91667                   _CIM_FileSystem_features,
 91668               };
 91669               
 91670               //==============================================================================
 91671               //
 91672               // Class: CIM_FilterEntry
 91673               //
 91674               //==============================================================================
 91675               
 91676               static const char*
 91677               _CIM_FilterEntry_TrafficType_qualifiers[] =
 91678               {
 91679                   /* ValueMap */
 91680                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 91681                   /* Values */
 91682                   "\062\000\006Unknown\000IPv4\000IPX\000IPv6\000Any\000Other\000",
 91683                   /* ModelCorrespondence */
 91684                   "\036\000\001CIM_FilterEntry.OtherTrafficType\000",
 91685                   0,
 91686 mike  1.1.2.1 };
 91687               
 91688               static MetaProperty
 91689               _CIM_FilterEntry_TrafficType =
 91690               {
 91691                   /* flags */
 91692                   META_FLAG_PROPERTY|META_FLAG_READ,
 91693                   /* name */
 91694                   "TrafficType",
 91695                   /* qualifiers */
 91696                   _CIM_FilterEntry_TrafficType_qualifiers,
 91697                   /* type */
 91698                   CIMTYPE_UINT16,
 91699                   /* subscript */
 91700                   -1,
 91701                   /* value */
 91702                   0,
 91703               };
 91704               
 91705               static const char*
 91706               _CIM_FilterEntry_OtherTrafficType_qualifiers[] =
 91707 mike  1.1.2.1 {
 91708                   /* ModelCorrespondence */
 91709                   "\036\000\001CIM_FilterEntry.TrafficType\000",
 91710                   0,
 91711               };
 91712               
 91713               static MetaProperty
 91714               _CIM_FilterEntry_OtherTrafficType =
 91715               {
 91716                   /* flags */
 91717                   META_FLAG_PROPERTY|META_FLAG_READ,
 91718                   /* name */
 91719                   "OtherTrafficType",
 91720                   /* qualifiers */
 91721                   _CIM_FilterEntry_OtherTrafficType_qualifiers,
 91722                   /* type */
 91723                   CIMTYPE_STRING,
 91724                   /* subscript */
 91725                   -1,
 91726                   /* value */
 91727                   0,
 91728 mike  1.1.2.1 };
 91729               
 91730               static const char*
 91731               _CIM_FilterEntry_MatchConditionType_qualifiers[] =
 91732               {
 91733                   /* ValueMap */
 91734                   "\061\000\0151\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\000",
 91735                   /* Values */
 91736                   "\062\000\015Other\000Source Address and Mask\000Destination Address and Mask\000Source Port\000Source Port Range\000Destination Port\000Destination Port Range\000Protocol Type\000Protocol Type and Option\000DSCP\000ToS Value\000802.1P Priority Value\000Any\000",
 91737                   /* ModelCorrespondence */
 91738                   "\036\000\001CIM_FilterEntry.OtherMatchConditionType\000",
 91739                   0,
 91740               };
 91741               
 91742               static MetaProperty
 91743               _CIM_FilterEntry_MatchConditionType =
 91744               {
 91745                   /* flags */
 91746                   META_FLAG_PROPERTY|META_FLAG_READ,
 91747                   /* name */
 91748                   "MatchConditionType",
 91749 mike  1.1.2.1     /* qualifiers */
 91750                   _CIM_FilterEntry_MatchConditionType_qualifiers,
 91751                   /* type */
 91752                   CIMTYPE_UINT16,
 91753                   /* subscript */
 91754                   -1,
 91755                   /* value */
 91756                   0,
 91757               };
 91758               
 91759               static const char*
 91760               _CIM_FilterEntry_OtherMatchConditionType_qualifiers[] =
 91761               {
 91762                   /* ModelCorrespondence */
 91763                   "\036\000\001CIM_FilterEntry.MatchConditionType\000",
 91764                   0,
 91765               };
 91766               
 91767               static MetaProperty
 91768               _CIM_FilterEntry_OtherMatchConditionType =
 91769               {
 91770 mike  1.1.2.1     /* flags */
 91771                   META_FLAG_PROPERTY|META_FLAG_READ,
 91772                   /* name */
 91773                   "OtherMatchConditionType",
 91774                   /* qualifiers */
 91775                   _CIM_FilterEntry_OtherMatchConditionType_qualifiers,
 91776                   /* type */
 91777                   CIMTYPE_STRING,
 91778                   /* subscript */
 91779                   -1,
 91780                   /* value */
 91781                   0,
 91782               };
 91783               
 91784               static const char*
 91785               _CIM_FilterEntry_MatchConditionValue_qualifiers[] =
 91786               {
 91787                   0,
 91788               };
 91789               
 91790               static MetaProperty
 91791 mike  1.1.2.1 _CIM_FilterEntry_MatchConditionValue =
 91792               {
 91793                   /* flags */
 91794                   META_FLAG_PROPERTY|META_FLAG_READ,
 91795                   /* name */
 91796                   "MatchConditionValue",
 91797                   /* qualifiers */
 91798                   _CIM_FilterEntry_MatchConditionValue_qualifiers,
 91799                   /* type */
 91800                   CIMTYPE_STRING,
 91801                   /* subscript */
 91802                   -1,
 91803                   /* value */
 91804                   0,
 91805               };
 91806               
 91807               static const char*
 91808               _CIM_FilterEntry_Action_qualifiers[] =
 91809               {
 91810                   /* ValueMap */
 91811                   "\061\000\0021\0002\000",
 91812 mike  1.1.2.1     /* Values */
 91813                   "\062\000\002Permit\000Deny\000",
 91814                   0,
 91815               };
 91816               
 91817               static MetaProperty
 91818               _CIM_FilterEntry_Action =
 91819               {
 91820                   /* flags */
 91821                   META_FLAG_PROPERTY|META_FLAG_READ,
 91822                   /* name */
 91823                   "Action",
 91824                   /* qualifiers */
 91825                   _CIM_FilterEntry_Action_qualifiers,
 91826                   /* type */
 91827                   CIMTYPE_UINT16,
 91828                   /* subscript */
 91829                   -1,
 91830                   /* value */
 91831                   0,
 91832               };
 91833 mike  1.1.2.1 
 91834               static const char*
 91835               _CIM_FilterEntry_DefaultFilter_qualifiers[] =
 91836               {
 91837                   0,
 91838               };
 91839               
 91840               static MetaProperty
 91841               _CIM_FilterEntry_DefaultFilter =
 91842               {
 91843                   /* flags */
 91844                   META_FLAG_PROPERTY|META_FLAG_READ,
 91845                   /* name */
 91846                   "DefaultFilter",
 91847                   /* qualifiers */
 91848                   _CIM_FilterEntry_DefaultFilter_qualifiers,
 91849                   /* type */
 91850                   CIMTYPE_BOOLEAN,
 91851                   /* subscript */
 91852                   -1,
 91853                   /* value */
 91854 mike  1.1.2.1     0,
 91855               };
 91856               
 91857               static const char*
 91858               _CIM_FilterEntry_TrafficClass_qualifiers[] =
 91859               {
 91860                   0,
 91861               };
 91862               
 91863               static MetaProperty
 91864               _CIM_FilterEntry_TrafficClass =
 91865               {
 91866                   /* flags */
 91867                   META_FLAG_PROPERTY|META_FLAG_READ,
 91868                   /* name */
 91869                   "TrafficClass",
 91870                   /* qualifiers */
 91871                   _CIM_FilterEntry_TrafficClass_qualifiers,
 91872                   /* type */
 91873                   CIMTYPE_STRING,
 91874                   /* subscript */
 91875 mike  1.1.2.1     -1,
 91876                   /* value */
 91877                   0,
 91878               };
 91879               
 91880               static MetaFeature*
 91881               _CIM_FilterEntry_features[] =
 91882               {
 91883                   (MetaFeature*)&_CIM_FilterEntry_TrafficType,
 91884                   (MetaFeature*)&_CIM_FilterEntry_OtherTrafficType,
 91885                   (MetaFeature*)&_CIM_FilterEntry_MatchConditionType,
 91886                   (MetaFeature*)&_CIM_FilterEntry_OtherMatchConditionType,
 91887                   (MetaFeature*)&_CIM_FilterEntry_MatchConditionValue,
 91888                   (MetaFeature*)&_CIM_FilterEntry_Action,
 91889                   (MetaFeature*)&_CIM_FilterEntry_DefaultFilter,
 91890                   (MetaFeature*)&_CIM_FilterEntry_TrafficClass,
 91891                   0,
 91892               };
 91893               
 91894               static const char*
 91895               __root_cimv2_CIM_FilterEntry_qualifiers[] =
 91896 mike  1.1.2.1 {
 91897                   /* UMLPackagePath */
 91898                   "\057CIM::Network::Filtering",
 91899                   /* Version */
 91900                   "\0632.7.0",
 91901                   0,
 91902               };
 91903               
 91904               MetaClass
 91905               __root_cimv2_CIM_FilterEntry =
 91906               {
 91907                   /* flags */
 91908                   META_FLAG_CLASS,
 91909                   /* name */
 91910                   "CIM_FilterEntry",
 91911                   /* qualifiers */
 91912                   __root_cimv2_CIM_FilterEntry_qualifiers,
 91913                   /* super */
 91914                   &__root_cimv2_CIM_FilterEntryBase,
 91915                   /* features */
 91916                   _CIM_FilterEntry_features,
 91917 mike  1.1.2.1 };
 91918               
 91919               //==============================================================================
 91920               //
 91921               // Class: CIM_IKEProposal
 91922               //
 91923               //==============================================================================
 91924               
 91925               static const char*
 91926               _CIM_IKEProposal_MaxLifetimeSeconds_qualifiers[] =
 91927               {
 91928                   /* Units */
 91929                   "\060Seconds",
 91930                   /* MappingStrings */
 91931                   "\026\000\001IPSP Policy Model.IETF|IKEProposal.MaxLifetimeSeconds\000",
 91932                   /* ModelCorrespondence */
 91933                   "\036\000\001CIM_SecurityAssociationEndpoint.LifetimeSeconds\000",
 91934                   0,
 91935               };
 91936               
 91937               static MetaProperty
 91938 mike  1.1.2.1 _CIM_IKEProposal_MaxLifetimeSeconds =
 91939               {
 91940                   /* flags */
 91941                   META_FLAG_PROPERTY|META_FLAG_READ,
 91942                   /* name */
 91943                   "MaxLifetimeSeconds",
 91944                   /* qualifiers */
 91945                   _CIM_IKEProposal_MaxLifetimeSeconds_qualifiers,
 91946                   /* type */
 91947                   CIMTYPE_UINT64,
 91948                   /* subscript */
 91949                   -1,
 91950                   /* value */
 91951                   0,
 91952               };
 91953               
 91954               static const char*
 91955               _CIM_IKEProposal_MaxLifetimeKilobytes_qualifiers[] =
 91956               {
 91957                   /* Units */
 91958                   "\060KiloBytes",
 91959 mike  1.1.2.1     /* MappingStrings */
 91960                   "\026\000\001IPSP Policy Model.IETF|IKEProposal.MaxLifetimeKilobytes\000",
 91961                   /* ModelCorrespondence */
 91962                   "\036\000\001CIM_SecurityAssociationEndpoint.LifetimeKilobytes\000",
 91963                   0,
 91964               };
 91965               
 91966               static MetaProperty
 91967               _CIM_IKEProposal_MaxLifetimeKilobytes =
 91968               {
 91969                   /* flags */
 91970                   META_FLAG_PROPERTY|META_FLAG_READ,
 91971                   /* name */
 91972                   "MaxLifetimeKilobytes",
 91973                   /* qualifiers */
 91974                   _CIM_IKEProposal_MaxLifetimeKilobytes_qualifiers,
 91975                   /* type */
 91976                   CIMTYPE_UINT64,
 91977                   /* subscript */
 91978                   -1,
 91979                   /* value */
 91980 mike  1.1.2.1     0,
 91981               };
 91982               
 91983               static const char*
 91984               _CIM_IKEProposal_CipherAlgorithm_qualifiers[] =
 91985               {
 91986                   /* ValueMap */
 91987                   "\061\000\0111\0002\0003\0004\0005\0006\0007\0008..65000\00065001..65535\000",
 91988                   /* Values */
 91989                   "\062\000\011Other\000DES\000IDEA\000Blowfish\000RC5\0003DES\000CAST\000DMTF/IANA Reserved\000Vendor Reserved\000",
 91990                   /* MappingStrings */
 91991                   "\026\000\002IPSP Policy Model.IETF|IKEProposal.CipherAlgorithm\000RFC2409.IETF|Appendix A\000",
 91992                   /* ModelCorrespondence */
 91993                   "\036\000\002CIM_IKESAEndpoint.CipherAlgorithm\000CIM_IKEProposal.OtherCipherAlgorithm\000",
 91994                   0,
 91995               };
 91996               
 91997               static MetaProperty
 91998               _CIM_IKEProposal_CipherAlgorithm =
 91999               {
 92000                   /* flags */
 92001 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 92002                   /* name */
 92003                   "CipherAlgorithm",
 92004                   /* qualifiers */
 92005                   _CIM_IKEProposal_CipherAlgorithm_qualifiers,
 92006                   /* type */
 92007                   CIMTYPE_UINT16,
 92008                   /* subscript */
 92009                   -1,
 92010                   /* value */
 92011                   0,
 92012               };
 92013               
 92014               static const char*
 92015               _CIM_IKEProposal_OtherCipherAlgorithm_qualifiers[] =
 92016               {
 92017                   /* ModelCorrespondence */
 92018                   "\036\000\002CIM_IKESAEndpoint.OtherCipherAlgorithm\000CIM_IKEProposal.CipherAlgorithm\000",
 92019                   0,
 92020               };
 92021               
 92022 mike  1.1.2.1 static MetaProperty
 92023               _CIM_IKEProposal_OtherCipherAlgorithm =
 92024               {
 92025                   /* flags */
 92026                   META_FLAG_PROPERTY|META_FLAG_READ,
 92027                   /* name */
 92028                   "OtherCipherAlgorithm",
 92029                   /* qualifiers */
 92030                   _CIM_IKEProposal_OtherCipherAlgorithm_qualifiers,
 92031                   /* type */
 92032                   CIMTYPE_STRING,
 92033                   /* subscript */
 92034                   -1,
 92035                   /* value */
 92036                   0,
 92037               };
 92038               
 92039               static const char*
 92040               _CIM_IKEProposal_HashAlgorithm_qualifiers[] =
 92041               {
 92042                   /* ValueMap */
 92043 mike  1.1.2.1     "\061\000\0061\0002\0003\0004\0005..65000\00065001..65535\000",
 92044                   /* Values */
 92045                   "\062\000\006Other\000MD5\000SHA-1\000Tiger\000DMTF/IANA Reserved\000Vendor Reserved\000",
 92046                   /* MappingStrings */
 92047                   "\026\000\002IPSP Policy Model.IETF|IKEProposal.HashAlgorithm\000RFC2409.IETF|Appendix A\000",
 92048                   /* ModelCorrespondence */
 92049                   "\036\000\002CIM_IKESAEndpoint.HashAlgorithm\000CIM_IKEProposal.OtherHashAlgorithm\000",
 92050                   0,
 92051               };
 92052               
 92053               static MetaProperty
 92054               _CIM_IKEProposal_HashAlgorithm =
 92055               {
 92056                   /* flags */
 92057                   META_FLAG_PROPERTY|META_FLAG_READ,
 92058                   /* name */
 92059                   "HashAlgorithm",
 92060                   /* qualifiers */
 92061                   _CIM_IKEProposal_HashAlgorithm_qualifiers,
 92062                   /* type */
 92063                   CIMTYPE_UINT16,
 92064 mike  1.1.2.1     /* subscript */
 92065                   -1,
 92066                   /* value */
 92067                   0,
 92068               };
 92069               
 92070               static const char*
 92071               _CIM_IKEProposal_OtherHashAlgorithm_qualifiers[] =
 92072               {
 92073                   /* ModelCorrespondence */
 92074                   "\036\000\002CIM_IKESAEndpoint.OtherHashAlgorithm\000CIM_IKEProposal.HashAlgorithm\000",
 92075                   0,
 92076               };
 92077               
 92078               static MetaProperty
 92079               _CIM_IKEProposal_OtherHashAlgorithm =
 92080               {
 92081                   /* flags */
 92082                   META_FLAG_PROPERTY|META_FLAG_READ,
 92083                   /* name */
 92084                   "OtherHashAlgorithm",
 92085 mike  1.1.2.1     /* qualifiers */
 92086                   _CIM_IKEProposal_OtherHashAlgorithm_qualifiers,
 92087                   /* type */
 92088                   CIMTYPE_STRING,
 92089                   /* subscript */
 92090                   -1,
 92091                   /* value */
 92092                   0,
 92093               };
 92094               
 92095               static const char*
 92096               _CIM_IKEProposal_AuthenticationMethod_qualifiers[] =
 92097               {
 92098                   /* ValueMap */
 92099                   "\061\000\0111\0002\0003\0004\0005\0006\0007..64999\00065000\00065001..65535\000",
 92100                   /* Values */
 92101                   "\062\000\011Other\000Pre-shared Key\000DSS Signatures\000RSA Signatures\000Encryption with RSA\000Revised Encryption with RSA\000DMTF/IANA Reserved\000Any\000Vendor Reserved\000",
 92102                   /* MappingStrings */
 92103                   "\026\000\002IPSP Policy Model.IETF|IKEProposal.AuthenticationMethod\000RFC2409.IETF|Appendix A\000",
 92104                   /* ModelCorrespondence */
 92105                   "\036\000\002CIM_IKESAEndpoint.AuthenticationMethod\000CIM_IKEProposal.OtherAuthenticationMethod\000",
 92106 mike  1.1.2.1     0,
 92107               };
 92108               
 92109               static MetaProperty
 92110               _CIM_IKEProposal_AuthenticationMethod =
 92111               {
 92112                   /* flags */
 92113                   META_FLAG_PROPERTY|META_FLAG_READ,
 92114                   /* name */
 92115                   "AuthenticationMethod",
 92116                   /* qualifiers */
 92117                   _CIM_IKEProposal_AuthenticationMethod_qualifiers,
 92118                   /* type */
 92119                   CIMTYPE_UINT16,
 92120                   /* subscript */
 92121                   -1,
 92122                   /* value */
 92123                   0,
 92124               };
 92125               
 92126               static const char*
 92127 mike  1.1.2.1 _CIM_IKEProposal_OtherAuthenticationMethod_qualifiers[] =
 92128               {
 92129                   /* ModelCorrespondence */
 92130                   "\036\000\002CIM_IKESAEndpoint.OtherAuthenticationMethod\000CIM_IKEProposal.AuthenticationMethod\000",
 92131                   0,
 92132               };
 92133               
 92134               static MetaProperty
 92135               _CIM_IKEProposal_OtherAuthenticationMethod =
 92136               {
 92137                   /* flags */
 92138                   META_FLAG_PROPERTY|META_FLAG_READ,
 92139                   /* name */
 92140                   "OtherAuthenticationMethod",
 92141                   /* qualifiers */
 92142                   _CIM_IKEProposal_OtherAuthenticationMethod_qualifiers,
 92143                   /* type */
 92144                   CIMTYPE_STRING,
 92145                   /* subscript */
 92146                   -1,
 92147                   /* value */
 92148 mike  1.1.2.1     0,
 92149               };
 92150               
 92151               static const char*
 92152               _CIM_IKEProposal_GroupId_qualifiers[] =
 92153               {
 92154                   /* ValueMap */
 92155                   "\061\000\0100\0001\0002\0003\0004\0005\000..\0000x8000..\000",
 92156                   /* Values */
 92157                   "\062\000\010No Group/Non-Diffie-Hellman Exchange\000DH-768 bit prime\000DH-1024 bit prime\000EC2N-155 bit field element\000EC2N-185 bit field element\000DH-1536 bit prime\000Standard Group - Reserved\000Vendor Reserved\000",
 92158                   /* MappingStrings */
 92159                   "\026\000\002IPSP Policy Model.IETF|IKEProposal.GroupID\000RFC2412.IETF|Appendix E\000",
 92160                   /* ModelCorrespondence */
 92161                   "\036\000\002CIM_IKESAEndpoint.GroupID\000CIM_IKEProposal.VendorID\000",
 92162                   0,
 92163               };
 92164               
 92165               static MetaProperty
 92166               _CIM_IKEProposal_GroupId =
 92167               {
 92168                   /* flags */
 92169 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 92170                   /* name */
 92171                   "GroupId",
 92172                   /* qualifiers */
 92173                   _CIM_IKEProposal_GroupId_qualifiers,
 92174                   /* type */
 92175                   CIMTYPE_UINT16,
 92176                   /* subscript */
 92177                   -1,
 92178                   /* value */
 92179                   0,
 92180               };
 92181               
 92182               static const char*
 92183               _CIM_IKEProposal_VendorID_qualifiers[] =
 92184               {
 92185                   /* ModelCorrespondence */
 92186                   "\036\000\002CIM_IKESAEndpoint.VendorID\000CIM_IKEProposal.GroupId\000",
 92187                   0,
 92188               };
 92189               
 92190 mike  1.1.2.1 static MetaProperty
 92191               _CIM_IKEProposal_VendorID =
 92192               {
 92193                   /* flags */
 92194                   META_FLAG_PROPERTY|META_FLAG_READ,
 92195                   /* name */
 92196                   "VendorID",
 92197                   /* qualifiers */
 92198                   _CIM_IKEProposal_VendorID_qualifiers,
 92199                   /* type */
 92200                   CIMTYPE_STRING,
 92201                   /* subscript */
 92202                   -1,
 92203                   /* value */
 92204                   0,
 92205               };
 92206               
 92207               static MetaFeature*
 92208               _CIM_IKEProposal_features[] =
 92209               {
 92210                   (MetaFeature*)&_CIM_IKEProposal_MaxLifetimeSeconds,
 92211 mike  1.1.2.1     (MetaFeature*)&_CIM_IKEProposal_MaxLifetimeKilobytes,
 92212                   (MetaFeature*)&_CIM_IKEProposal_CipherAlgorithm,
 92213                   (MetaFeature*)&_CIM_IKEProposal_OtherCipherAlgorithm,
 92214                   (MetaFeature*)&_CIM_IKEProposal_HashAlgorithm,
 92215                   (MetaFeature*)&_CIM_IKEProposal_OtherHashAlgorithm,
 92216                   (MetaFeature*)&_CIM_IKEProposal_AuthenticationMethod,
 92217                   (MetaFeature*)&_CIM_IKEProposal_OtherAuthenticationMethod,
 92218                   (MetaFeature*)&_CIM_IKEProposal_GroupId,
 92219                   (MetaFeature*)&_CIM_IKEProposal_VendorID,
 92220                   0,
 92221               };
 92222               
 92223               static const char*
 92224               __root_cimv2_CIM_IKEProposal_qualifiers[] =
 92225               {
 92226                   /* UMLPackagePath */
 92227                   "\057CIM::IPsecPolicy",
 92228                   /* Version */
 92229                   "\0632.8.0",
 92230                   /* MappingStrings */
 92231                   "\026\000\001IPSP Policy Model.IETF|IKEProposal\000",
 92232 mike  1.1.2.1     0,
 92233               };
 92234               
 92235               MetaClass
 92236               __root_cimv2_CIM_IKEProposal =
 92237               {
 92238                   /* flags */
 92239                   META_FLAG_CLASS,
 92240                   /* name */
 92241                   "CIM_IKEProposal",
 92242                   /* qualifiers */
 92243                   __root_cimv2_CIM_IKEProposal_qualifiers,
 92244                   /* super */
 92245                   &__root_cimv2_CIM_SAProposal,
 92246                   /* features */
 92247                   _CIM_IKEProposal_features,
 92248               };
 92249               
 92250               //==============================================================================
 92251               //
 92252               // Class: CIM_IPCOMPTransform
 92253 mike  1.1.2.1 //
 92254               //==============================================================================
 92255               
 92256               static const char*
 92257               _CIM_IPCOMPTransform_Algorithm_qualifiers[] =
 92258               {
 92259                   /* ValueMap */
 92260                   "\061\000\0041\0002\0003\0004\000",
 92261                   /* Values */
 92262                   "\062\000\004Other\000Vendor Algorithm/OUI\000DEFLATE\000LZS\000",
 92263                   /* MappingStrings */
 92264                   "\026\000\002IPSP Model.IETF|IPCOMPTransform.Algorithm\000RFC2407.IETF|Section 4.4.5\000",
 92265                   /* ModelCorrespondence */
 92266                   "\036\000\002CIM_IPCOMPTransform.PrivateAlgorithm\000CIM_IPCOMPTransform.OtherAlgorithm\000",
 92267                   0,
 92268               };
 92269               
 92270               static MetaProperty
 92271               _CIM_IPCOMPTransform_Algorithm =
 92272               {
 92273                   /* flags */
 92274 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 92275                   /* name */
 92276                   "Algorithm",
 92277                   /* qualifiers */
 92278                   _CIM_IPCOMPTransform_Algorithm_qualifiers,
 92279                   /* type */
 92280                   CIMTYPE_UINT16,
 92281                   /* subscript */
 92282                   -1,
 92283                   /* value */
 92284                   0,
 92285               };
 92286               
 92287               static const char*
 92288               _CIM_IPCOMPTransform_OtherAlgorithm_qualifiers[] =
 92289               {
 92290                   /* ModelCorrespondence */
 92291                   "\036\000\001CIM_IPCOMPTransform.Algorithm\000",
 92292                   0,
 92293               };
 92294               
 92295 mike  1.1.2.1 static MetaProperty
 92296               _CIM_IPCOMPTransform_OtherAlgorithm =
 92297               {
 92298                   /* flags */
 92299                   META_FLAG_PROPERTY|META_FLAG_READ,
 92300                   /* name */
 92301                   "OtherAlgorithm",
 92302                   /* qualifiers */
 92303                   _CIM_IPCOMPTransform_OtherAlgorithm_qualifiers,
 92304                   /* type */
 92305                   CIMTYPE_STRING,
 92306                   /* subscript */
 92307                   -1,
 92308                   /* value */
 92309                   0,
 92310               };
 92311               
 92312               static const char*
 92313               _CIM_IPCOMPTransform_PrivateAlgorithm_qualifiers[] =
 92314               {
 92315                   /* MappingStrings */
 92316 mike  1.1.2.1     "\026\000\001IPSP Model.IETF|IPCOMPTransform.PrivateAlgorithm\000",
 92317                   /* ModelCorrespondence */
 92318                   "\036\000\001CIM_IPCOMPTransform.Algorithm\000",
 92319                   0,
 92320               };
 92321               
 92322               static MetaProperty
 92323               _CIM_IPCOMPTransform_PrivateAlgorithm =
 92324               {
 92325                   /* flags */
 92326                   META_FLAG_PROPERTY|META_FLAG_READ,
 92327                   /* name */
 92328                   "PrivateAlgorithm",
 92329                   /* qualifiers */
 92330                   _CIM_IPCOMPTransform_PrivateAlgorithm_qualifiers,
 92331                   /* type */
 92332                   CIMTYPE_UINT32,
 92333                   /* subscript */
 92334                   -1,
 92335                   /* value */
 92336                   0,
 92337 mike  1.1.2.1 };
 92338               
 92339               static const char*
 92340               _CIM_IPCOMPTransform_DictionarySize_qualifiers[] =
 92341               {
 92342                   /* MappingStrings */
 92343                   "\026\000\001IPSP Model.IETF|IPCOMPTransform.DictionarySize\000",
 92344                   0,
 92345               };
 92346               
 92347               static MetaProperty
 92348               _CIM_IPCOMPTransform_DictionarySize =
 92349               {
 92350                   /* flags */
 92351                   META_FLAG_PROPERTY|META_FLAG_READ,
 92352                   /* name */
 92353                   "DictionarySize",
 92354                   /* qualifiers */
 92355                   _CIM_IPCOMPTransform_DictionarySize_qualifiers,
 92356                   /* type */
 92357                   CIMTYPE_UINT16,
 92358 mike  1.1.2.1     /* subscript */
 92359                   -1,
 92360                   /* value */
 92361                   0,
 92362               };
 92363               
 92364               static MetaFeature*
 92365               _CIM_IPCOMPTransform_features[] =
 92366               {
 92367                   (MetaFeature*)&_CIM_IPCOMPTransform_Algorithm,
 92368                   (MetaFeature*)&_CIM_IPCOMPTransform_OtherAlgorithm,
 92369                   (MetaFeature*)&_CIM_IPCOMPTransform_PrivateAlgorithm,
 92370                   (MetaFeature*)&_CIM_IPCOMPTransform_DictionarySize,
 92371                   0,
 92372               };
 92373               
 92374               static const char*
 92375               __root_cimv2_CIM_IPCOMPTransform_qualifiers[] =
 92376               {
 92377                   /* UMLPackagePath */
 92378                   "\057CIM::Network::IPsec",
 92379 mike  1.1.2.1     /* Version */
 92380                   "\0632.8.0",
 92381                   /* MappingStrings */
 92382                   "\026\000\001IPSP Model.IETF|IPCOMPTransform\000",
 92383                   0,
 92384               };
 92385               
 92386               MetaClass
 92387               __root_cimv2_CIM_IPCOMPTransform =
 92388               {
 92389                   /* flags */
 92390                   META_FLAG_CLASS,
 92391                   /* name */
 92392                   "CIM_IPCOMPTransform",
 92393                   /* qualifiers */
 92394                   __root_cimv2_CIM_IPCOMPTransform_qualifiers,
 92395                   /* super */
 92396                   &__root_cimv2_CIM_SATransform,
 92397                   /* features */
 92398                   _CIM_IPCOMPTransform_features,
 92399               };
 92400 mike  1.1.2.1 
 92401               //==============================================================================
 92402               //
 92403               // Class: CIM_IPsecProposal
 92404               //
 92405               //==============================================================================
 92406               
 92407               static MetaFeature*
 92408               _CIM_IPsecProposal_features[] =
 92409               {
 92410                   0,
 92411               };
 92412               
 92413               static const char*
 92414               __root_cimv2_CIM_IPsecProposal_qualifiers[] =
 92415               {
 92416                   /* UMLPackagePath */
 92417                   "\057CIM::IPsecPolicy",
 92418                   /* Version */
 92419                   "\0632.8.0",
 92420                   /* MappingStrings */
 92421 mike  1.1.2.1     "\026\000\001IPSP Policy Model.IETF|IPsecProposal\000",
 92422                   0,
 92423               };
 92424               
 92425               MetaClass
 92426               __root_cimv2_CIM_IPsecProposal =
 92427               {
 92428                   /* flags */
 92429                   META_FLAG_CLASS,
 92430                   /* name */
 92431                   "CIM_IPsecProposal",
 92432                   /* qualifiers */
 92433                   __root_cimv2_CIM_IPsecProposal_qualifiers,
 92434                   /* super */
 92435                   &__root_cimv2_CIM_SAProposal,
 92436                   /* features */
 92437                   _CIM_IPsecProposal_features,
 92438               };
 92439               
 92440               //==============================================================================
 92441               //
 92442 mike  1.1.2.1 // Class: CIM_J2eeConnectionPoolStats
 92443               //
 92444               //==============================================================================
 92445               
 92446               static const char*
 92447               _CIM_J2eeConnectionPoolStats_CloseCount_qualifiers[] =
 92448               {
 92449                   /* Counter */
 92450                   "\012\001",
 92451                   /* MappingStrings */
 92452                   "\026\000\001JSR77.JCP|JSR77.6.20.1.1 getCloseCount|V1.0\000",
 92453                   0,
 92454               };
 92455               
 92456               static MetaProperty
 92457               _CIM_J2eeConnectionPoolStats_CloseCount =
 92458               {
 92459                   /* flags */
 92460                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 92461                   /* name */
 92462                   "CloseCount",
 92463 mike  1.1.2.1     /* qualifiers */
 92464                   _CIM_J2eeConnectionPoolStats_CloseCount_qualifiers,
 92465                   /* type */
 92466                   CIMTYPE_UINT64,
 92467                   /* subscript */
 92468                   -1,
 92469                   /* value */
 92470                   0,
 92471               };
 92472               
 92473               static const char*
 92474               _CIM_J2eeConnectionPoolStats_CreateCount_qualifiers[] =
 92475               {
 92476                   /* Counter */
 92477                   "\012\001",
 92478                   /* MappingStrings */
 92479                   "\026\000\001JSR77.JCP|JSR77.6.20.1.2 getCreateCount|V1.0\000",
 92480                   0,
 92481               };
 92482               
 92483               static MetaProperty
 92484 mike  1.1.2.1 _CIM_J2eeConnectionPoolStats_CreateCount =
 92485               {
 92486                   /* flags */
 92487                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 92488                   /* name */
 92489                   "CreateCount",
 92490                   /* qualifiers */
 92491                   _CIM_J2eeConnectionPoolStats_CreateCount_qualifiers,
 92492                   /* type */
 92493                   CIMTYPE_UINT64,
 92494                   /* subscript */
 92495                   -1,
 92496                   /* value */
 92497                   0,
 92498               };
 92499               
 92500               static const char*
 92501               _CIM_J2eeConnectionPoolStats_FreePoolSize_qualifiers[] =
 92502               {
 92503                   /* Gauge */
 92504                   "\023\001",
 92505 mike  1.1.2.1     /* MappingStrings */
 92506                   "\026\000\001JSR77.JCP|JSR77.6.20.1.3 getFreePoolSize|V1.0\000",
 92507                   0,
 92508               };
 92509               
 92510               static MetaProperty
 92511               _CIM_J2eeConnectionPoolStats_FreePoolSize =
 92512               {
 92513                   /* flags */
 92514                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 92515                   /* name */
 92516                   "FreePoolSize",
 92517                   /* qualifiers */
 92518                   _CIM_J2eeConnectionPoolStats_FreePoolSize_qualifiers,
 92519                   /* type */
 92520                   CIMTYPE_UINT64,
 92521                   /* subscript */
 92522                   -1,
 92523                   /* value */
 92524                   0,
 92525               };
 92526 mike  1.1.2.1 
 92527               static const char*
 92528               _CIM_J2eeConnectionPoolStats_FreePoolSizeUpperBound_qualifiers[] =
 92529               {
 92530                   /* MappingStrings */
 92531                   "\026\000\001JSR77.JCP|JSR77.6.8.1.1 getUpperBound|V1.0\000",
 92532                   0,
 92533               };
 92534               
 92535               static MetaProperty
 92536               _CIM_J2eeConnectionPoolStats_FreePoolSizeUpperBound =
 92537               {
 92538                   /* flags */
 92539                   META_FLAG_PROPERTY|META_FLAG_READ,
 92540                   /* name */
 92541                   "FreePoolSizeUpperBound",
 92542                   /* qualifiers */
 92543                   _CIM_J2eeConnectionPoolStats_FreePoolSizeUpperBound_qualifiers,
 92544                   /* type */
 92545                   CIMTYPE_UINT64,
 92546                   /* subscript */
 92547 mike  1.1.2.1     -1,
 92548                   /* value */
 92549                   0,
 92550               };
 92551               
 92552               static const char*
 92553               _CIM_J2eeConnectionPoolStats_FreePoolSizeLowerBound_qualifiers[] =
 92554               {
 92555                   /* MappingStrings */
 92556                   "\026\000\001JSR77.JCP|JSR77.6.8.1.2 getLowerBound|V1.0\000",
 92557                   0,
 92558               };
 92559               
 92560               static MetaProperty
 92561               _CIM_J2eeConnectionPoolStats_FreePoolSizeLowerBound =
 92562               {
 92563                   /* flags */
 92564                   META_FLAG_PROPERTY|META_FLAG_READ,
 92565                   /* name */
 92566                   "FreePoolSizeLowerBound",
 92567                   /* qualifiers */
 92568 mike  1.1.2.1     _CIM_J2eeConnectionPoolStats_FreePoolSizeLowerBound_qualifiers,
 92569                   /* type */
 92570                   CIMTYPE_UINT64,
 92571                   /* subscript */
 92572                   -1,
 92573                   /* value */
 92574                   0,
 92575               };
 92576               
 92577               static const char*
 92578               _CIM_J2eeConnectionPoolStats_FreePoolSizeLowWaterMark_qualifiers[] =
 92579               {
 92580                   /* MappingStrings */
 92581                   "\026\000\001JSR77.JCP|JSR77.6.7.1.2 getLowWaterMark|V1.0\000",
 92582                   0,
 92583               };
 92584               
 92585               static MetaProperty
 92586               _CIM_J2eeConnectionPoolStats_FreePoolSizeLowWaterMark =
 92587               {
 92588                   /* flags */
 92589 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 92590                   /* name */
 92591                   "FreePoolSizeLowWaterMark",
 92592                   /* qualifiers */
 92593                   _CIM_J2eeConnectionPoolStats_FreePoolSizeLowWaterMark_qualifiers,
 92594                   /* type */
 92595                   CIMTYPE_UINT64,
 92596                   /* subscript */
 92597                   -1,
 92598                   /* value */
 92599                   0,
 92600               };
 92601               
 92602               static const char*
 92603               _CIM_J2eeConnectionPoolStats_FreePoolSizeHighWaterMark_qualifiers[] =
 92604               {
 92605                   /* MappingStrings */
 92606                   "\026\000\001JSR77.JCP|JSR77.6.7.1.1 getHighWaterMark|V1.0\000",
 92607                   0,
 92608               };
 92609               
 92610 mike  1.1.2.1 static MetaProperty
 92611               _CIM_J2eeConnectionPoolStats_FreePoolSizeHighWaterMark =
 92612               {
 92613                   /* flags */
 92614                   META_FLAG_PROPERTY|META_FLAG_READ,
 92615                   /* name */
 92616                   "FreePoolSizeHighWaterMark",
 92617                   /* qualifiers */
 92618                   _CIM_J2eeConnectionPoolStats_FreePoolSizeHighWaterMark_qualifiers,
 92619                   /* type */
 92620                   CIMTYPE_UINT64,
 92621                   /* subscript */
 92622                   -1,
 92623                   /* value */
 92624                   0,
 92625               };
 92626               
 92627               static const char*
 92628               _CIM_J2eeConnectionPoolStats_PoolSize_qualifiers[] =
 92629               {
 92630                   /* Gauge */
 92631 mike  1.1.2.1     "\023\001",
 92632                   /* MappingStrings */
 92633                   "\026\000\001JSR77.JCP|JSR77.6.20.1.4 getPoolSize|V1.0\000",
 92634                   0,
 92635               };
 92636               
 92637               static MetaProperty
 92638               _CIM_J2eeConnectionPoolStats_PoolSize =
 92639               {
 92640                   /* flags */
 92641                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 92642                   /* name */
 92643                   "PoolSize",
 92644                   /* qualifiers */
 92645                   _CIM_J2eeConnectionPoolStats_PoolSize_qualifiers,
 92646                   /* type */
 92647                   CIMTYPE_UINT64,
 92648                   /* subscript */
 92649                   -1,
 92650                   /* value */
 92651                   0,
 92652 mike  1.1.2.1 };
 92653               
 92654               static const char*
 92655               _CIM_J2eeConnectionPoolStats_PoolSizeUpperBound_qualifiers[] =
 92656               {
 92657                   /* MappingStrings */
 92658                   "\026\000\001JSR77.JCP|JSR77.6.8.1.1 getUpperBound|V1.0\000",
 92659                   0,
 92660               };
 92661               
 92662               static MetaProperty
 92663               _CIM_J2eeConnectionPoolStats_PoolSizeUpperBound =
 92664               {
 92665                   /* flags */
 92666                   META_FLAG_PROPERTY|META_FLAG_READ,
 92667                   /* name */
 92668                   "PoolSizeUpperBound",
 92669                   /* qualifiers */
 92670                   _CIM_J2eeConnectionPoolStats_PoolSizeUpperBound_qualifiers,
 92671                   /* type */
 92672                   CIMTYPE_UINT64,
 92673 mike  1.1.2.1     /* subscript */
 92674                   -1,
 92675                   /* value */
 92676                   0,
 92677               };
 92678               
 92679               static const char*
 92680               _CIM_J2eeConnectionPoolStats_PoolSizeLowerBound_qualifiers[] =
 92681               {
 92682                   /* MappingStrings */
 92683                   "\026\000\001JSR77.JCP|JSR77.6.8.1.2 getLowerBound|V1.0\000",
 92684                   0,
 92685               };
 92686               
 92687               static MetaProperty
 92688               _CIM_J2eeConnectionPoolStats_PoolSizeLowerBound =
 92689               {
 92690                   /* flags */
 92691                   META_FLAG_PROPERTY|META_FLAG_READ,
 92692                   /* name */
 92693                   "PoolSizeLowerBound",
 92694 mike  1.1.2.1     /* qualifiers */
 92695                   _CIM_J2eeConnectionPoolStats_PoolSizeLowerBound_qualifiers,
 92696                   /* type */
 92697                   CIMTYPE_UINT64,
 92698                   /* subscript */
 92699                   -1,
 92700                   /* value */
 92701                   0,
 92702               };
 92703               
 92704               static const char*
 92705               _CIM_J2eeConnectionPoolStats_PoolSizeLowWaterMark_qualifiers[] =
 92706               {
 92707                   /* MappingStrings */
 92708                   "\026\000\001JSR77.JCP|JSR77.6.7.1.2 getLowWaterMark|V1.0\000",
 92709                   0,
 92710               };
 92711               
 92712               static MetaProperty
 92713               _CIM_J2eeConnectionPoolStats_PoolSizeLowWaterMark =
 92714               {
 92715 mike  1.1.2.1     /* flags */
 92716                   META_FLAG_PROPERTY|META_FLAG_READ,
 92717                   /* name */
 92718                   "PoolSizeLowWaterMark",
 92719                   /* qualifiers */
 92720                   _CIM_J2eeConnectionPoolStats_PoolSizeLowWaterMark_qualifiers,
 92721                   /* type */
 92722                   CIMTYPE_UINT64,
 92723                   /* subscript */
 92724                   -1,
 92725                   /* value */
 92726                   0,
 92727               };
 92728               
 92729               static const char*
 92730               _CIM_J2eeConnectionPoolStats_PoolSizeHighWaterMark_qualifiers[] =
 92731               {
 92732                   /* MappingStrings */
 92733                   "\026\000\001JSR77.JCP|JSR77.6.7.1.1 getHighWaterMark|V1.0\000",
 92734                   0,
 92735               };
 92736 mike  1.1.2.1 
 92737               static MetaProperty
 92738               _CIM_J2eeConnectionPoolStats_PoolSizeHighWaterMark =
 92739               {
 92740                   /* flags */
 92741                   META_FLAG_PROPERTY|META_FLAG_READ,
 92742                   /* name */
 92743                   "PoolSizeHighWaterMark",
 92744                   /* qualifiers */
 92745                   _CIM_J2eeConnectionPoolStats_PoolSizeHighWaterMark_qualifiers,
 92746                   /* type */
 92747                   CIMTYPE_UINT64,
 92748                   /* subscript */
 92749                   -1,
 92750                   /* value */
 92751                   0,
 92752               };
 92753               
 92754               static const char*
 92755               _CIM_J2eeConnectionPoolStats_WaitingThreadCount_qualifiers[] =
 92756               {
 92757 mike  1.1.2.1     /* Gauge */
 92758                   "\023\001",
 92759                   /* MappingStrings */
 92760                   "\026\000\001JSR77.JCP|JSR77.6.20.1.5 getWaitingThreadCount|V1.0\000",
 92761                   0,
 92762               };
 92763               
 92764               static MetaProperty
 92765               _CIM_J2eeConnectionPoolStats_WaitingThreadCount =
 92766               {
 92767                   /* flags */
 92768                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 92769                   /* name */
 92770                   "WaitingThreadCount",
 92771                   /* qualifiers */
 92772                   _CIM_J2eeConnectionPoolStats_WaitingThreadCount_qualifiers,
 92773                   /* type */
 92774                   CIMTYPE_UINT64,
 92775                   /* subscript */
 92776                   -1,
 92777                   /* value */
 92778 mike  1.1.2.1     0,
 92779               };
 92780               
 92781               static const char*
 92782               _CIM_J2eeConnectionPoolStats_WaitingThreadCountUpperBound_qualifiers[] =
 92783               {
 92784                   /* MappingStrings */
 92785                   "\026\000\001JSR77.JCP|JSR77.6.8.1.1 getUpperBound|V1.0\000",
 92786                   0,
 92787               };
 92788               
 92789               static MetaProperty
 92790               _CIM_J2eeConnectionPoolStats_WaitingThreadCountUpperBound =
 92791               {
 92792                   /* flags */
 92793                   META_FLAG_PROPERTY|META_FLAG_READ,
 92794                   /* name */
 92795                   "WaitingThreadCountUpperBound",
 92796                   /* qualifiers */
 92797                   _CIM_J2eeConnectionPoolStats_WaitingThreadCountUpperBound_qualifiers,
 92798                   /* type */
 92799 mike  1.1.2.1     CIMTYPE_UINT64,
 92800                   /* subscript */
 92801                   -1,
 92802                   /* value */
 92803                   0,
 92804               };
 92805               
 92806               static const char*
 92807               _CIM_J2eeConnectionPoolStats_WaitingThreadCountLowerBound_qualifiers[] =
 92808               {
 92809                   /* MappingStrings */
 92810                   "\026\000\001JSR77.JCP|JSR77.6.8.1.2 getLowerBound|V1.0\000",
 92811                   0,
 92812               };
 92813               
 92814               static MetaProperty
 92815               _CIM_J2eeConnectionPoolStats_WaitingThreadCountLowerBound =
 92816               {
 92817                   /* flags */
 92818                   META_FLAG_PROPERTY|META_FLAG_READ,
 92819                   /* name */
 92820 mike  1.1.2.1     "WaitingThreadCountLowerBound",
 92821                   /* qualifiers */
 92822                   _CIM_J2eeConnectionPoolStats_WaitingThreadCountLowerBound_qualifiers,
 92823                   /* type */
 92824                   CIMTYPE_UINT64,
 92825                   /* subscript */
 92826                   -1,
 92827                   /* value */
 92828                   0,
 92829               };
 92830               
 92831               static const char*
 92832               _CIM_J2eeConnectionPoolStats_WaitingThreadCountLowWaterMark_qualifiers[] =
 92833               {
 92834                   /* MappingStrings */
 92835                   "\026\000\001JSR77.JCP|JSR77.6.7.1.2 getLowWaterMark|V1.0\000",
 92836                   0,
 92837               };
 92838               
 92839               static MetaProperty
 92840               _CIM_J2eeConnectionPoolStats_WaitingThreadCountLowWaterMark =
 92841 mike  1.1.2.1 {
 92842                   /* flags */
 92843                   META_FLAG_PROPERTY|META_FLAG_READ,
 92844                   /* name */
 92845                   "WaitingThreadCountLowWaterMark",
 92846                   /* qualifiers */
 92847                   _CIM_J2eeConnectionPoolStats_WaitingThreadCountLowWaterMark_qualifiers,
 92848                   /* type */
 92849                   CIMTYPE_UINT64,
 92850                   /* subscript */
 92851                   -1,
 92852                   /* value */
 92853                   0,
 92854               };
 92855               
 92856               static const char*
 92857               _CIM_J2eeConnectionPoolStats_WaitingThreadCountHighWaterMark_qualifiers[] =
 92858               {
 92859                   /* MappingStrings */
 92860                   "\026\000\001JSR77.JCP|JSR77.6.7.1.1 getHighWaterMark|V1.0\000",
 92861                   0,
 92862 mike  1.1.2.1 };
 92863               
 92864               static MetaProperty
 92865               _CIM_J2eeConnectionPoolStats_WaitingThreadCountHighWaterMark =
 92866               {
 92867                   /* flags */
 92868                   META_FLAG_PROPERTY|META_FLAG_READ,
 92869                   /* name */
 92870                   "WaitingThreadCountHighWaterMark",
 92871                   /* qualifiers */
 92872                   _CIM_J2eeConnectionPoolStats_WaitingThreadCountHighWaterMark_qualifiers,
 92873                   /* type */
 92874                   CIMTYPE_UINT64,
 92875                   /* subscript */
 92876                   -1,
 92877                   /* value */
 92878                   0,
 92879               };
 92880               
 92881               static MetaFeature*
 92882               _CIM_J2eeConnectionPoolStats_features[] =
 92883 mike  1.1.2.1 {
 92884                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_CloseCount,
 92885                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_CreateCount,
 92886                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_FreePoolSize,
 92887                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_FreePoolSizeUpperBound,
 92888                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_FreePoolSizeLowerBound,
 92889                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_FreePoolSizeLowWaterMark,
 92890                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_FreePoolSizeHighWaterMark,
 92891                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_PoolSize,
 92892                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_PoolSizeUpperBound,
 92893                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_PoolSizeLowerBound,
 92894                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_PoolSizeLowWaterMark,
 92895                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_PoolSizeHighWaterMark,
 92896                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_WaitingThreadCount,
 92897                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_WaitingThreadCountUpperBound,
 92898                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_WaitingThreadCountLowerBound,
 92899                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_WaitingThreadCountLowWaterMark,
 92900                   (MetaFeature*)&_CIM_J2eeConnectionPoolStats_WaitingThreadCountHighWaterMark,
 92901                   0,
 92902               };
 92903               
 92904 mike  1.1.2.1 static const char*
 92905               __root_cimv2_CIM_J2eeConnectionPoolStats_qualifiers[] =
 92906               {
 92907                   /* UMLPackagePath */
 92908                   "\057CIM::Application::J2eeAppServerStats",
 92909                   /* Version */
 92910                   "\0632.8.0",
 92911                   0,
 92912               };
 92913               
 92914               MetaClass
 92915               __root_cimv2_CIM_J2eeConnectionPoolStats =
 92916               {
 92917                   /* flags */
 92918                   META_FLAG_CLASS,
 92919                   /* name */
 92920                   "CIM_J2eeConnectionPoolStats",
 92921                   /* qualifiers */
 92922                   __root_cimv2_CIM_J2eeConnectionPoolStats_qualifiers,
 92923                   /* super */
 92924                   &__root_cimv2_CIM_J2eeConnectionStats,
 92925 mike  1.1.2.1     /* features */
 92926                   _CIM_J2eeConnectionPoolStats_features,
 92927               };
 92928               
 92929               //==============================================================================
 92930               //
 92931               // Class: CIM_J2eeJCAConnectionFactory
 92932               //
 92933               //==============================================================================
 92934               
 92935               static const char*
 92936               _CIM_J2eeJCAConnectionFactory_InstanceID_qualifiers[] =
 92937               {
 92938                   /* Key */
 92939                   "\025\001",
 92940                   /* ModelCorrespondence */
 92941                   "\036\000\001CIM_J2eeJCAConnectionFactory.Name\000",
 92942                   0,
 92943               };
 92944               
 92945               static MetaProperty
 92946 mike  1.1.2.1 _CIM_J2eeJCAConnectionFactory_InstanceID =
 92947               {
 92948                   /* flags */
 92949                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 92950                   /* name */
 92951                   "InstanceID",
 92952                   /* qualifiers */
 92953                   _CIM_J2eeJCAConnectionFactory_InstanceID_qualifiers,
 92954                   /* type */
 92955                   CIMTYPE_STRING,
 92956                   /* subscript */
 92957                   -1,
 92958                   /* value */
 92959                   0,
 92960               };
 92961               
 92962               static const char*
 92963               _CIM_J2eeJCAConnectionFactory_Name_qualifiers[] =
 92964               {
 92965                   /* Override */
 92966                   "\044Name",
 92967 mike  1.1.2.1     /* MaxLen */
 92968                   "\030\000\000\001\000",
 92969                   /* MappingStrings */
 92970                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
 92971                   /* ModelCorrespondence */
 92972                   "\036\000\001CIM_J2eeJCAConnectionFactory.InstanceID\000",
 92973                   0,
 92974               };
 92975               
 92976               static MetaProperty
 92977               _CIM_J2eeJCAConnectionFactory_Name =
 92978               {
 92979                   /* flags */
 92980                   META_FLAG_PROPERTY|META_FLAG_READ,
 92981                   /* name */
 92982                   "Name",
 92983                   /* qualifiers */
 92984                   _CIM_J2eeJCAConnectionFactory_Name_qualifiers,
 92985                   /* type */
 92986                   CIMTYPE_STRING,
 92987                   /* subscript */
 92988 mike  1.1.2.1     -1,
 92989                   /* value */
 92990                   0,
 92991               };
 92992               
 92993               static MetaFeature*
 92994               _CIM_J2eeJCAConnectionFactory_features[] =
 92995               {
 92996                   (MetaFeature*)&_CIM_J2eeJCAConnectionFactory_InstanceID,
 92997                   (MetaFeature*)&_CIM_J2eeJCAConnectionFactory_Name,
 92998                   0,
 92999               };
 93000               
 93001               static const char*
 93002               __root_cimv2_CIM_J2eeJCAConnectionFactory_qualifiers[] =
 93003               {
 93004                   /* UMLPackagePath */
 93005                   "\057CIM::Application::J2eeAppServer",
 93006                   /* Version */
 93007                   "\0632.8.0",
 93008                   0,
 93009 mike  1.1.2.1 };
 93010               
 93011               MetaClass
 93012               __root_cimv2_CIM_J2eeJCAConnectionFactory =
 93013               {
 93014                   /* flags */
 93015                   META_FLAG_CLASS,
 93016                   /* name */
 93017                   "CIM_J2eeJCAConnectionFactory",
 93018                   /* qualifiers */
 93019                   __root_cimv2_CIM_J2eeJCAConnectionFactory_qualifiers,
 93020                   /* super */
 93021                   &__root_cimv2_CIM_EnabledLogicalElement,
 93022                   /* features */
 93023                   _CIM_J2eeJCAConnectionFactory_features,
 93024               };
 93025               
 93026               //==============================================================================
 93027               //
 93028               // Class: CIM_J2eeJCAConnectionPools
 93029               //
 93030 mike  1.1.2.1 //==============================================================================
 93031               
 93032               static const char*
 93033               _CIM_J2eeJCAConnectionPools_Stats_qualifiers[] =
 93034               {
 93035                   /* Override */
 93036                   "\044Stats",
 93037                   0,
 93038               };
 93039               
 93040               static MetaReference
 93041               _CIM_J2eeJCAConnectionPools_Stats =
 93042               {
 93043                   /* flags */
 93044                   META_FLAG_REFERENCE|META_FLAG_READ,
 93045                   /* name */
 93046                   "Stats",
 93047                   /* qualifiers */
 93048                   _CIM_J2eeJCAConnectionPools_Stats_qualifiers,
 93049                   /* subscript */
 93050                   -1,
 93051 mike  1.1.2.1     /* refId */
 93052                   &__root_cimv2_CIM_J2eeJCAStats,
 93053               };
 93054               
 93055               static const char*
 93056               _CIM_J2eeJCAConnectionPools_RelatedStats_qualifiers[] =
 93057               {
 93058                   /* Override */
 93059                   "\044RelatedStats",
 93060                   0,
 93061               };
 93062               
 93063               static MetaReference
 93064               _CIM_J2eeJCAConnectionPools_RelatedStats =
 93065               {
 93066                   /* flags */
 93067                   META_FLAG_REFERENCE|META_FLAG_READ,
 93068                   /* name */
 93069                   "RelatedStats",
 93070                   /* qualifiers */
 93071                   _CIM_J2eeJCAConnectionPools_RelatedStats_qualifiers,
 93072 mike  1.1.2.1     /* subscript */
 93073                   -1,
 93074                   /* refId */
 93075                   &__root_cimv2_CIM_J2eeConnectionPoolStats,
 93076               };
 93077               
 93078               static MetaFeature*
 93079               _CIM_J2eeJCAConnectionPools_features[] =
 93080               {
 93081                   (MetaFeature*)&_CIM_J2eeJCAConnectionPools_Stats,
 93082                   (MetaFeature*)&_CIM_J2eeJCAConnectionPools_RelatedStats,
 93083                   0,
 93084               };
 93085               
 93086               static const char*
 93087               __root_cimv2_CIM_J2eeJCAConnectionPools_qualifiers[] =
 93088               {
 93089                   /* ASSOCIATION */
 93090                   "\000\001",
 93091                   /* UMLPackagePath */
 93092                   "\057CIM::Application::J2eeAppServerStats",
 93093 mike  1.1.2.1     /* Version */
 93094                   "\0632.8.0",
 93095                   0,
 93096               };
 93097               
 93098               MetaClass
 93099               __root_cimv2_CIM_J2eeJCAConnectionPools =
 93100               {
 93101                   /* flags */
 93102                   META_FLAG_ASSOCIATION,
 93103                   /* name */
 93104                   "CIM_J2eeJCAConnectionPools",
 93105                   /* qualifiers */
 93106                   __root_cimv2_CIM_J2eeJCAConnectionPools_qualifiers,
 93107                   /* super */
 93108                   &__root_cimv2_CIM_RelatedStatisticalData,
 93109                   /* features */
 93110                   _CIM_J2eeJCAConnectionPools_features,
 93111               };
 93112               
 93113               //==============================================================================
 93114 mike  1.1.2.1 //
 93115               // Class: CIM_J2eeJCAManagedConnectionFactory
 93116               //
 93117               //==============================================================================
 93118               
 93119               static const char*
 93120               _CIM_J2eeJCAManagedConnectionFactory_InstanceID_qualifiers[] =
 93121               {
 93122                   /* Key */
 93123                   "\025\001",
 93124                   /* ModelCorrespondence */
 93125                   "\036\000\001CIM_J2eeJCAManagedConnectionFactory.Name\000",
 93126                   0,
 93127               };
 93128               
 93129               static MetaProperty
 93130               _CIM_J2eeJCAManagedConnectionFactory_InstanceID =
 93131               {
 93132                   /* flags */
 93133                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 93134                   /* name */
 93135 mike  1.1.2.1     "InstanceID",
 93136                   /* qualifiers */
 93137                   _CIM_J2eeJCAManagedConnectionFactory_InstanceID_qualifiers,
 93138                   /* type */
 93139                   CIMTYPE_STRING,
 93140                   /* subscript */
 93141                   -1,
 93142                   /* value */
 93143                   0,
 93144               };
 93145               
 93146               static const char*
 93147               _CIM_J2eeJCAManagedConnectionFactory_Name_qualifiers[] =
 93148               {
 93149                   /* Override */
 93150                   "\044Name",
 93151                   /* MaxLen */
 93152                   "\030\000\000\001\000",
 93153                   /* MappingStrings */
 93154                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
 93155                   /* ModelCorrespondence */
 93156 mike  1.1.2.1     "\036\000\001CIM_J2eeJCAManagedConnectionFactory.InstanceID\000",
 93157                   0,
 93158               };
 93159               
 93160               static MetaProperty
 93161               _CIM_J2eeJCAManagedConnectionFactory_Name =
 93162               {
 93163                   /* flags */
 93164                   META_FLAG_PROPERTY|META_FLAG_READ,
 93165                   /* name */
 93166                   "Name",
 93167                   /* qualifiers */
 93168                   _CIM_J2eeJCAManagedConnectionFactory_Name_qualifiers,
 93169                   /* type */
 93170                   CIMTYPE_STRING,
 93171                   /* subscript */
 93172                   -1,
 93173                   /* value */
 93174                   0,
 93175               };
 93176               
 93177 mike  1.1.2.1 static MetaFeature*
 93178               _CIM_J2eeJCAManagedConnectionFactory_features[] =
 93179               {
 93180                   (MetaFeature*)&_CIM_J2eeJCAManagedConnectionFactory_InstanceID,
 93181                   (MetaFeature*)&_CIM_J2eeJCAManagedConnectionFactory_Name,
 93182                   0,
 93183               };
 93184               
 93185               static const char*
 93186               __root_cimv2_CIM_J2eeJCAManagedConnectionFactory_qualifiers[] =
 93187               {
 93188                   /* UMLPackagePath */
 93189                   "\057CIM::Application::J2eeAppServer",
 93190                   /* Version */
 93191                   "\0632.8.0",
 93192                   0,
 93193               };
 93194               
 93195               MetaClass
 93196               __root_cimv2_CIM_J2eeJCAManagedConnectionFactory =
 93197               {
 93198 mike  1.1.2.1     /* flags */
 93199                   META_FLAG_CLASS,
 93200                   /* name */
 93201                   "CIM_J2eeJCAManagedConnectionFactory",
 93202                   /* qualifiers */
 93203                   __root_cimv2_CIM_J2eeJCAManagedConnectionFactory_qualifiers,
 93204                   /* super */
 93205                   &__root_cimv2_CIM_EnabledLogicalElement,
 93206                   /* features */
 93207                   _CIM_J2eeJCAManagedConnectionFactory_features,
 93208               };
 93209               
 93210               //==============================================================================
 93211               //
 93212               // Class: CIM_J2eeJCANonpooledConnections
 93213               //
 93214               //==============================================================================
 93215               
 93216               static const char*
 93217               _CIM_J2eeJCANonpooledConnections_Stats_qualifiers[] =
 93218               {
 93219 mike  1.1.2.1     /* Override */
 93220                   "\044Stats",
 93221                   0,
 93222               };
 93223               
 93224               static MetaReference
 93225               _CIM_J2eeJCANonpooledConnections_Stats =
 93226               {
 93227                   /* flags */
 93228                   META_FLAG_REFERENCE|META_FLAG_READ,
 93229                   /* name */
 93230                   "Stats",
 93231                   /* qualifiers */
 93232                   _CIM_J2eeJCANonpooledConnections_Stats_qualifiers,
 93233                   /* subscript */
 93234                   -1,
 93235                   /* refId */
 93236                   &__root_cimv2_CIM_J2eeJCAStats,
 93237               };
 93238               
 93239               static const char*
 93240 mike  1.1.2.1 _CIM_J2eeJCANonpooledConnections_RelatedStats_qualifiers[] =
 93241               {
 93242                   /* Override */
 93243                   "\044RelatedStats",
 93244                   0,
 93245               };
 93246               
 93247               static MetaReference
 93248               _CIM_J2eeJCANonpooledConnections_RelatedStats =
 93249               {
 93250                   /* flags */
 93251                   META_FLAG_REFERENCE|META_FLAG_READ,
 93252                   /* name */
 93253                   "RelatedStats",
 93254                   /* qualifiers */
 93255                   _CIM_J2eeJCANonpooledConnections_RelatedStats_qualifiers,
 93256                   /* subscript */
 93257                   -1,
 93258                   /* refId */
 93259                   &__root_cimv2_CIM_J2eeConnectionStats,
 93260               };
 93261 mike  1.1.2.1 
 93262               static MetaFeature*
 93263               _CIM_J2eeJCANonpooledConnections_features[] =
 93264               {
 93265                   (MetaFeature*)&_CIM_J2eeJCANonpooledConnections_Stats,
 93266                   (MetaFeature*)&_CIM_J2eeJCANonpooledConnections_RelatedStats,
 93267                   0,
 93268               };
 93269               
 93270               static const char*
 93271               __root_cimv2_CIM_J2eeJCANonpooledConnections_qualifiers[] =
 93272               {
 93273                   /* ASSOCIATION */
 93274                   "\000\001",
 93275                   /* UMLPackagePath */
 93276                   "\057CIM::Application::J2eeAppServerStats",
 93277                   /* Version */
 93278                   "\0632.8.0",
 93279                   0,
 93280               };
 93281               
 93282 mike  1.1.2.1 MetaClass
 93283               __root_cimv2_CIM_J2eeJCANonpooledConnections =
 93284               {
 93285                   /* flags */
 93286                   META_FLAG_ASSOCIATION,
 93287                   /* name */
 93288                   "CIM_J2eeJCANonpooledConnections",
 93289                   /* qualifiers */
 93290                   __root_cimv2_CIM_J2eeJCANonpooledConnections_qualifiers,
 93291                   /* super */
 93292                   &__root_cimv2_CIM_RelatedStatisticalData,
 93293                   /* features */
 93294                   _CIM_J2eeJCANonpooledConnections_features,
 93295               };
 93296               
 93297               //==============================================================================
 93298               //
 93299               // Class: CIM_J2eeJDBCConnectionPools
 93300               //
 93301               //==============================================================================
 93302               
 93303 mike  1.1.2.1 static const char*
 93304               _CIM_J2eeJDBCConnectionPools_Stats_qualifiers[] =
 93305               {
 93306                   /* Override */
 93307                   "\044Stats",
 93308                   0,
 93309               };
 93310               
 93311               static MetaReference
 93312               _CIM_J2eeJDBCConnectionPools_Stats =
 93313               {
 93314                   /* flags */
 93315                   META_FLAG_REFERENCE|META_FLAG_READ,
 93316                   /* name */
 93317                   "Stats",
 93318                   /* qualifiers */
 93319                   _CIM_J2eeJDBCConnectionPools_Stats_qualifiers,
 93320                   /* subscript */
 93321                   -1,
 93322                   /* refId */
 93323                   &__root_cimv2_CIM_J2eeJDBCStats,
 93324 mike  1.1.2.1 };
 93325               
 93326               static const char*
 93327               _CIM_J2eeJDBCConnectionPools_RelatedStats_qualifiers[] =
 93328               {
 93329                   /* Override */
 93330                   "\044RelatedStats",
 93331                   0,
 93332               };
 93333               
 93334               static MetaReference
 93335               _CIM_J2eeJDBCConnectionPools_RelatedStats =
 93336               {
 93337                   /* flags */
 93338                   META_FLAG_REFERENCE|META_FLAG_READ,
 93339                   /* name */
 93340                   "RelatedStats",
 93341                   /* qualifiers */
 93342                   _CIM_J2eeJDBCConnectionPools_RelatedStats_qualifiers,
 93343                   /* subscript */
 93344                   -1,
 93345 mike  1.1.2.1     /* refId */
 93346                   &__root_cimv2_CIM_J2eeConnectionPoolStats,
 93347               };
 93348               
 93349               static MetaFeature*
 93350               _CIM_J2eeJDBCConnectionPools_features[] =
 93351               {
 93352                   (MetaFeature*)&_CIM_J2eeJDBCConnectionPools_Stats,
 93353                   (MetaFeature*)&_CIM_J2eeJDBCConnectionPools_RelatedStats,
 93354                   0,
 93355               };
 93356               
 93357               static const char*
 93358               __root_cimv2_CIM_J2eeJDBCConnectionPools_qualifiers[] =
 93359               {
 93360                   /* ASSOCIATION */
 93361                   "\000\001",
 93362                   /* UMLPackagePath */
 93363                   "\057CIM::Application::J2eeAppServerStats",
 93364                   /* Version */
 93365                   "\0632.8.0",
 93366 mike  1.1.2.1     0,
 93367               };
 93368               
 93369               MetaClass
 93370               __root_cimv2_CIM_J2eeJDBCConnectionPools =
 93371               {
 93372                   /* flags */
 93373                   META_FLAG_ASSOCIATION,
 93374                   /* name */
 93375                   "CIM_J2eeJDBCConnectionPools",
 93376                   /* qualifiers */
 93377                   __root_cimv2_CIM_J2eeJDBCConnectionPools_qualifiers,
 93378                   /* super */
 93379                   &__root_cimv2_CIM_RelatedStatisticalData,
 93380                   /* features */
 93381                   _CIM_J2eeJDBCConnectionPools_features,
 93382               };
 93383               
 93384               //==============================================================================
 93385               //
 93386               // Class: CIM_J2eeJDBCDataSource
 93387 mike  1.1.2.1 //
 93388               //==============================================================================
 93389               
 93390               static const char*
 93391               _CIM_J2eeJDBCDataSource_InstanceID_qualifiers[] =
 93392               {
 93393                   /* Key */
 93394                   "\025\001",
 93395                   /* ModelCorrespondence */
 93396                   "\036\000\001CIM_J2eeJDBCDataSource.Name\000",
 93397                   0,
 93398               };
 93399               
 93400               static MetaProperty
 93401               _CIM_J2eeJDBCDataSource_InstanceID =
 93402               {
 93403                   /* flags */
 93404                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 93405                   /* name */
 93406                   "InstanceID",
 93407                   /* qualifiers */
 93408 mike  1.1.2.1     _CIM_J2eeJDBCDataSource_InstanceID_qualifiers,
 93409                   /* type */
 93410                   CIMTYPE_STRING,
 93411                   /* subscript */
 93412                   -1,
 93413                   /* value */
 93414                   0,
 93415               };
 93416               
 93417               static const char*
 93418               _CIM_J2eeJDBCDataSource_Name_qualifiers[] =
 93419               {
 93420                   /* Override */
 93421                   "\044Name",
 93422                   /* MaxLen */
 93423                   "\030\000\000\001\000",
 93424                   /* MappingStrings */
 93425                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
 93426                   /* ModelCorrespondence */
 93427                   "\036\000\001CIM_J2eeJDBCDataSource.InstanceID\000",
 93428                   0,
 93429 mike  1.1.2.1 };
 93430               
 93431               static MetaProperty
 93432               _CIM_J2eeJDBCDataSource_Name =
 93433               {
 93434                   /* flags */
 93435                   META_FLAG_PROPERTY|META_FLAG_READ,
 93436                   /* name */
 93437                   "Name",
 93438                   /* qualifiers */
 93439                   _CIM_J2eeJDBCDataSource_Name_qualifiers,
 93440                   /* type */
 93441                   CIMTYPE_STRING,
 93442                   /* subscript */
 93443                   -1,
 93444                   /* value */
 93445                   0,
 93446               };
 93447               
 93448               static MetaFeature*
 93449               _CIM_J2eeJDBCDataSource_features[] =
 93450 mike  1.1.2.1 {
 93451                   (MetaFeature*)&_CIM_J2eeJDBCDataSource_InstanceID,
 93452                   (MetaFeature*)&_CIM_J2eeJDBCDataSource_Name,
 93453                   0,
 93454               };
 93455               
 93456               static const char*
 93457               __root_cimv2_CIM_J2eeJDBCDataSource_qualifiers[] =
 93458               {
 93459                   /* UMLPackagePath */
 93460                   "\057CIM::Application::J2eeAppServer",
 93461                   /* Version */
 93462                   "\0632.8.0",
 93463                   0,
 93464               };
 93465               
 93466               MetaClass
 93467               __root_cimv2_CIM_J2eeJDBCDataSource =
 93468               {
 93469                   /* flags */
 93470                   META_FLAG_CLASS,
 93471 mike  1.1.2.1     /* name */
 93472                   "CIM_J2eeJDBCDataSource",
 93473                   /* qualifiers */
 93474                   __root_cimv2_CIM_J2eeJDBCDataSource_qualifiers,
 93475                   /* super */
 93476                   &__root_cimv2_CIM_EnabledLogicalElement,
 93477                   /* features */
 93478                   _CIM_J2eeJDBCDataSource_features,
 93479               };
 93480               
 93481               //==============================================================================
 93482               //
 93483               // Class: CIM_J2eeJDBCDriver
 93484               //
 93485               //==============================================================================
 93486               
 93487               static const char*
 93488               _CIM_J2eeJDBCDriver_InstanceID_qualifiers[] =
 93489               {
 93490                   /* Key */
 93491                   "\025\001",
 93492 mike  1.1.2.1     /* ModelCorrespondence */
 93493                   "\036\000\001CIM_J2eeJDBCDriver.Name\000",
 93494                   0,
 93495               };
 93496               
 93497               static MetaProperty
 93498               _CIM_J2eeJDBCDriver_InstanceID =
 93499               {
 93500                   /* flags */
 93501                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 93502                   /* name */
 93503                   "InstanceID",
 93504                   /* qualifiers */
 93505                   _CIM_J2eeJDBCDriver_InstanceID_qualifiers,
 93506                   /* type */
 93507                   CIMTYPE_STRING,
 93508                   /* subscript */
 93509                   -1,
 93510                   /* value */
 93511                   0,
 93512               };
 93513 mike  1.1.2.1 
 93514               static const char*
 93515               _CIM_J2eeJDBCDriver_Name_qualifiers[] =
 93516               {
 93517                   /* Override */
 93518                   "\044Name",
 93519                   /* MaxLen */
 93520                   "\030\000\000\001\000",
 93521                   /* MappingStrings */
 93522                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
 93523                   /* ModelCorrespondence */
 93524                   "\036\000\001CIM_J2eeJDBCDriver.InstanceID\000",
 93525                   0,
 93526               };
 93527               
 93528               static MetaProperty
 93529               _CIM_J2eeJDBCDriver_Name =
 93530               {
 93531                   /* flags */
 93532                   META_FLAG_PROPERTY|META_FLAG_READ,
 93533                   /* name */
 93534 mike  1.1.2.1     "Name",
 93535                   /* qualifiers */
 93536                   _CIM_J2eeJDBCDriver_Name_qualifiers,
 93537                   /* type */
 93538                   CIMTYPE_STRING,
 93539                   /* subscript */
 93540                   -1,
 93541                   /* value */
 93542                   0,
 93543               };
 93544               
 93545               static MetaFeature*
 93546               _CIM_J2eeJDBCDriver_features[] =
 93547               {
 93548                   (MetaFeature*)&_CIM_J2eeJDBCDriver_InstanceID,
 93549                   (MetaFeature*)&_CIM_J2eeJDBCDriver_Name,
 93550                   0,
 93551               };
 93552               
 93553               static const char*
 93554               __root_cimv2_CIM_J2eeJDBCDriver_qualifiers[] =
 93555 mike  1.1.2.1 {
 93556                   /* UMLPackagePath */
 93557                   "\057CIM::Application::J2eeAppServer",
 93558                   /* Version */
 93559                   "\0632.8.0",
 93560                   0,
 93561               };
 93562               
 93563               MetaClass
 93564               __root_cimv2_CIM_J2eeJDBCDriver =
 93565               {
 93566                   /* flags */
 93567                   META_FLAG_CLASS,
 93568                   /* name */
 93569                   "CIM_J2eeJDBCDriver",
 93570                   /* qualifiers */
 93571                   __root_cimv2_CIM_J2eeJDBCDriver_qualifiers,
 93572                   /* super */
 93573                   &__root_cimv2_CIM_EnabledLogicalElement,
 93574                   /* features */
 93575                   _CIM_J2eeJDBCDriver_features,
 93576 mike  1.1.2.1 };
 93577               
 93578               //==============================================================================
 93579               //
 93580               // Class: CIM_J2eeJDBCNonpooledConnections
 93581               //
 93582               //==============================================================================
 93583               
 93584               static const char*
 93585               _CIM_J2eeJDBCNonpooledConnections_Stats_qualifiers[] =
 93586               {
 93587                   /* Override */
 93588                   "\044Stats",
 93589                   0,
 93590               };
 93591               
 93592               static MetaReference
 93593               _CIM_J2eeJDBCNonpooledConnections_Stats =
 93594               {
 93595                   /* flags */
 93596                   META_FLAG_REFERENCE|META_FLAG_READ,
 93597 mike  1.1.2.1     /* name */
 93598                   "Stats",
 93599                   /* qualifiers */
 93600                   _CIM_J2eeJDBCNonpooledConnections_Stats_qualifiers,
 93601                   /* subscript */
 93602                   -1,
 93603                   /* refId */
 93604                   &__root_cimv2_CIM_J2eeJDBCStats,
 93605               };
 93606               
 93607               static const char*
 93608               _CIM_J2eeJDBCNonpooledConnections_RelatedStats_qualifiers[] =
 93609               {
 93610                   /* Override */
 93611                   "\044RelatedStats",
 93612                   0,
 93613               };
 93614               
 93615               static MetaReference
 93616               _CIM_J2eeJDBCNonpooledConnections_RelatedStats =
 93617               {
 93618 mike  1.1.2.1     /* flags */
 93619                   META_FLAG_REFERENCE|META_FLAG_READ,
 93620                   /* name */
 93621                   "RelatedStats",
 93622                   /* qualifiers */
 93623                   _CIM_J2eeJDBCNonpooledConnections_RelatedStats_qualifiers,
 93624                   /* subscript */
 93625                   -1,
 93626                   /* refId */
 93627                   &__root_cimv2_CIM_J2eeConnectionStats,
 93628               };
 93629               
 93630               static MetaFeature*
 93631               _CIM_J2eeJDBCNonpooledConnections_features[] =
 93632               {
 93633                   (MetaFeature*)&_CIM_J2eeJDBCNonpooledConnections_Stats,
 93634                   (MetaFeature*)&_CIM_J2eeJDBCNonpooledConnections_RelatedStats,
 93635                   0,
 93636               };
 93637               
 93638               static const char*
 93639 mike  1.1.2.1 __root_cimv2_CIM_J2eeJDBCNonpooledConnections_qualifiers[] =
 93640               {
 93641                   /* ASSOCIATION */
 93642                   "\000\001",
 93643                   /* UMLPackagePath */
 93644                   "\057CIM::Application::J2eeAppServerStats",
 93645                   /* Version */
 93646                   "\0632.8.0",
 93647                   0,
 93648               };
 93649               
 93650               MetaClass
 93651               __root_cimv2_CIM_J2eeJDBCNonpooledConnections =
 93652               {
 93653                   /* flags */
 93654                   META_FLAG_ASSOCIATION,
 93655                   /* name */
 93656                   "CIM_J2eeJDBCNonpooledConnections",
 93657                   /* qualifiers */
 93658                   __root_cimv2_CIM_J2eeJDBCNonpooledConnections_qualifiers,
 93659                   /* super */
 93660 mike  1.1.2.1     &__root_cimv2_CIM_RelatedStatisticalData,
 93661                   /* features */
 93662                   _CIM_J2eeJDBCNonpooledConnections_features,
 93663               };
 93664               
 93665               //==============================================================================
 93666               //
 93667               // Class: CIM_J2eeJMSConnectionSessions
 93668               //
 93669               //==============================================================================
 93670               
 93671               static const char*
 93672               _CIM_J2eeJMSConnectionSessions_Stats_qualifiers[] =
 93673               {
 93674                   /* Override */
 93675                   "\044Stats",
 93676                   /* Min */
 93677                   "\033\000\000\000\001",
 93678                   0,
 93679               };
 93680               
 93681 mike  1.1.2.1 static MetaReference
 93682               _CIM_J2eeJMSConnectionSessions_Stats =
 93683               {
 93684                   /* flags */
 93685                   META_FLAG_REFERENCE|META_FLAG_READ,
 93686                   /* name */
 93687                   "Stats",
 93688                   /* qualifiers */
 93689                   _CIM_J2eeJMSConnectionSessions_Stats_qualifiers,
 93690                   /* subscript */
 93691                   -1,
 93692                   /* refId */
 93693                   &__root_cimv2_CIM_J2eeJMSConnectionStats,
 93694               };
 93695               
 93696               static const char*
 93697               _CIM_J2eeJMSConnectionSessions_RelatedStats_qualifiers[] =
 93698               {
 93699                   /* Override */
 93700                   "\044RelatedStats",
 93701                   0,
 93702 mike  1.1.2.1 };
 93703               
 93704               static MetaReference
 93705               _CIM_J2eeJMSConnectionSessions_RelatedStats =
 93706               {
 93707                   /* flags */
 93708                   META_FLAG_REFERENCE|META_FLAG_READ,
 93709                   /* name */
 93710                   "RelatedStats",
 93711                   /* qualifiers */
 93712                   _CIM_J2eeJMSConnectionSessions_RelatedStats_qualifiers,
 93713                   /* subscript */
 93714                   -1,
 93715                   /* refId */
 93716                   &__root_cimv2_CIM_J2eeJMSSessionStats,
 93717               };
 93718               
 93719               static MetaFeature*
 93720               _CIM_J2eeJMSConnectionSessions_features[] =
 93721               {
 93722                   (MetaFeature*)&_CIM_J2eeJMSConnectionSessions_Stats,
 93723 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeJMSConnectionSessions_RelatedStats,
 93724                   0,
 93725               };
 93726               
 93727               static const char*
 93728               __root_cimv2_CIM_J2eeJMSConnectionSessions_qualifiers[] =
 93729               {
 93730                   /* ASSOCIATION */
 93731                   "\000\001",
 93732                   /* UMLPackagePath */
 93733                   "\057CIM::Application::J2eeAppServerStats",
 93734                   /* Version */
 93735                   "\0632.8.0",
 93736                   0,
 93737               };
 93738               
 93739               MetaClass
 93740               __root_cimv2_CIM_J2eeJMSConnectionSessions =
 93741               {
 93742                   /* flags */
 93743                   META_FLAG_ASSOCIATION,
 93744 mike  1.1.2.1     /* name */
 93745                   "CIM_J2eeJMSConnectionSessions",
 93746                   /* qualifiers */
 93747                   __root_cimv2_CIM_J2eeJMSConnectionSessions_qualifiers,
 93748                   /* super */
 93749                   &__root_cimv2_CIM_RelatedStatisticalData,
 93750                   /* features */
 93751                   _CIM_J2eeJMSConnectionSessions_features,
 93752               };
 93753               
 93754               //==============================================================================
 93755               //
 93756               // Class: CIM_J2eeJMSConsumerStats
 93757               //
 93758               //==============================================================================
 93759               
 93760               static const char*
 93761               _CIM_J2eeJMSConsumerStats_Origin_qualifiers[] =
 93762               {
 93763                   /* MappingStrings */
 93764                   "\026\000\001JSR77.JCP|JSR77.6.29.1.1 getOrigin|V1.0\000",
 93765 mike  1.1.2.1     0,
 93766               };
 93767               
 93768               static MetaProperty
 93769               _CIM_J2eeJMSConsumerStats_Origin =
 93770               {
 93771                   /* flags */
 93772                   META_FLAG_PROPERTY|META_FLAG_READ,
 93773                   /* name */
 93774                   "Origin",
 93775                   /* qualifiers */
 93776                   _CIM_J2eeJMSConsumerStats_Origin_qualifiers,
 93777                   /* type */
 93778                   CIMTYPE_STRING,
 93779                   /* subscript */
 93780                   -1,
 93781                   /* value */
 93782                   0,
 93783               };
 93784               
 93785               static MetaFeature*
 93786 mike  1.1.2.1 _CIM_J2eeJMSConsumerStats_features[] =
 93787               {
 93788                   (MetaFeature*)&_CIM_J2eeJMSConsumerStats_Origin,
 93789                   0,
 93790               };
 93791               
 93792               static const char*
 93793               __root_cimv2_CIM_J2eeJMSConsumerStats_qualifiers[] =
 93794               {
 93795                   /* UMLPackagePath */
 93796                   "\057CIM::Application::J2eeAppServerStats",
 93797                   /* Version */
 93798                   "\0632.8.0",
 93799                   0,
 93800               };
 93801               
 93802               MetaClass
 93803               __root_cimv2_CIM_J2eeJMSConsumerStats =
 93804               {
 93805                   /* flags */
 93806                   META_FLAG_CLASS,
 93807 mike  1.1.2.1     /* name */
 93808                   "CIM_J2eeJMSConsumerStats",
 93809                   /* qualifiers */
 93810                   __root_cimv2_CIM_J2eeJMSConsumerStats_qualifiers,
 93811                   /* super */
 93812                   &__root_cimv2_CIM_J2eeJMSEndpointStats,
 93813                   /* features */
 93814                   _CIM_J2eeJMSConsumerStats_features,
 93815               };
 93816               
 93817               //==============================================================================
 93818               //
 93819               // Class: CIM_J2eeJMSSessionConsumers
 93820               //
 93821               //==============================================================================
 93822               
 93823               static const char*
 93824               _CIM_J2eeJMSSessionConsumers_Stats_qualifiers[] =
 93825               {
 93826                   /* Override */
 93827                   "\044Stats",
 93828 mike  1.1.2.1     /* Min */
 93829                   "\033\000\000\000\001",
 93830                   0,
 93831               };
 93832               
 93833               static MetaReference
 93834               _CIM_J2eeJMSSessionConsumers_Stats =
 93835               {
 93836                   /* flags */
 93837                   META_FLAG_REFERENCE|META_FLAG_READ,
 93838                   /* name */
 93839                   "Stats",
 93840                   /* qualifiers */
 93841                   _CIM_J2eeJMSSessionConsumers_Stats_qualifiers,
 93842                   /* subscript */
 93843                   -1,
 93844                   /* refId */
 93845                   &__root_cimv2_CIM_J2eeJMSSessionStats,
 93846               };
 93847               
 93848               static const char*
 93849 mike  1.1.2.1 _CIM_J2eeJMSSessionConsumers_RelatedStats_qualifiers[] =
 93850               {
 93851                   /* Override */
 93852                   "\044RelatedStats",
 93853                   0,
 93854               };
 93855               
 93856               static MetaReference
 93857               _CIM_J2eeJMSSessionConsumers_RelatedStats =
 93858               {
 93859                   /* flags */
 93860                   META_FLAG_REFERENCE|META_FLAG_READ,
 93861                   /* name */
 93862                   "RelatedStats",
 93863                   /* qualifiers */
 93864                   _CIM_J2eeJMSSessionConsumers_RelatedStats_qualifiers,
 93865                   /* subscript */
 93866                   -1,
 93867                   /* refId */
 93868                   &__root_cimv2_CIM_J2eeJMSConsumerStats,
 93869               };
 93870 mike  1.1.2.1 
 93871               static MetaFeature*
 93872               _CIM_J2eeJMSSessionConsumers_features[] =
 93873               {
 93874                   (MetaFeature*)&_CIM_J2eeJMSSessionConsumers_Stats,
 93875                   (MetaFeature*)&_CIM_J2eeJMSSessionConsumers_RelatedStats,
 93876                   0,
 93877               };
 93878               
 93879               static const char*
 93880               __root_cimv2_CIM_J2eeJMSSessionConsumers_qualifiers[] =
 93881               {
 93882                   /* ASSOCIATION */
 93883                   "\000\001",
 93884                   /* UMLPackagePath */
 93885                   "\057CIM::Application::J2eeAppServerStats",
 93886                   /* Version */
 93887                   "\0632.8.0",
 93888                   0,
 93889               };
 93890               
 93891 mike  1.1.2.1 MetaClass
 93892               __root_cimv2_CIM_J2eeJMSSessionConsumers =
 93893               {
 93894                   /* flags */
 93895                   META_FLAG_ASSOCIATION,
 93896                   /* name */
 93897                   "CIM_J2eeJMSSessionConsumers",
 93898                   /* qualifiers */
 93899                   __root_cimv2_CIM_J2eeJMSSessionConsumers_qualifiers,
 93900                   /* super */
 93901                   &__root_cimv2_CIM_RelatedStatisticalData,
 93902                   /* features */
 93903                   _CIM_J2eeJMSSessionConsumers_features,
 93904               };
 93905               
 93906               //==============================================================================
 93907               //
 93908               // Class: CIM_J2eeJMSSessionProducers
 93909               //
 93910               //==============================================================================
 93911               
 93912 mike  1.1.2.1 static const char*
 93913               _CIM_J2eeJMSSessionProducers_Stats_qualifiers[] =
 93914               {
 93915                   /* Override */
 93916                   "\044Stats",
 93917                   /* Min */
 93918                   "\033\000\000\000\001",
 93919                   0,
 93920               };
 93921               
 93922               static MetaReference
 93923               _CIM_J2eeJMSSessionProducers_Stats =
 93924               {
 93925                   /* flags */
 93926                   META_FLAG_REFERENCE|META_FLAG_READ,
 93927                   /* name */
 93928                   "Stats",
 93929                   /* qualifiers */
 93930                   _CIM_J2eeJMSSessionProducers_Stats_qualifiers,
 93931                   /* subscript */
 93932                   -1,
 93933 mike  1.1.2.1     /* refId */
 93934                   &__root_cimv2_CIM_J2eeJMSSessionStats,
 93935               };
 93936               
 93937               static const char*
 93938               _CIM_J2eeJMSSessionProducers_RelatedStats_qualifiers[] =
 93939               {
 93940                   /* Override */
 93941                   "\044RelatedStats",
 93942                   0,
 93943               };
 93944               
 93945               static MetaReference
 93946               _CIM_J2eeJMSSessionProducers_RelatedStats =
 93947               {
 93948                   /* flags */
 93949                   META_FLAG_REFERENCE|META_FLAG_READ,
 93950                   /* name */
 93951                   "RelatedStats",
 93952                   /* qualifiers */
 93953                   _CIM_J2eeJMSSessionProducers_RelatedStats_qualifiers,
 93954 mike  1.1.2.1     /* subscript */
 93955                   -1,
 93956                   /* refId */
 93957                   &__root_cimv2_CIM_J2eeJMSProducerStats,
 93958               };
 93959               
 93960               static MetaFeature*
 93961               _CIM_J2eeJMSSessionProducers_features[] =
 93962               {
 93963                   (MetaFeature*)&_CIM_J2eeJMSSessionProducers_Stats,
 93964                   (MetaFeature*)&_CIM_J2eeJMSSessionProducers_RelatedStats,
 93965                   0,
 93966               };
 93967               
 93968               static const char*
 93969               __root_cimv2_CIM_J2eeJMSSessionProducers_qualifiers[] =
 93970               {
 93971                   /* ASSOCIATION */
 93972                   "\000\001",
 93973                   /* UMLPackagePath */
 93974                   "\057CIM::Application::J2eeAppServerStats",
 93975 mike  1.1.2.1     /* Version */
 93976                   "\0632.8.0",
 93977                   0,
 93978               };
 93979               
 93980               MetaClass
 93981               __root_cimv2_CIM_J2eeJMSSessionProducers =
 93982               {
 93983                   /* flags */
 93984                   META_FLAG_ASSOCIATION,
 93985                   /* name */
 93986                   "CIM_J2eeJMSSessionProducers",
 93987                   /* qualifiers */
 93988                   __root_cimv2_CIM_J2eeJMSSessionProducers_qualifiers,
 93989                   /* super */
 93990                   &__root_cimv2_CIM_RelatedStatisticalData,
 93991                   /* features */
 93992                   _CIM_J2eeJMSSessionProducers_features,
 93993               };
 93994               
 93995               //==============================================================================
 93996 mike  1.1.2.1 //
 93997               // Class: CIM_J2eeJMSStatConnections
 93998               //
 93999               //==============================================================================
 94000               
 94001               static const char*
 94002               _CIM_J2eeJMSStatConnections_Stats_qualifiers[] =
 94003               {
 94004                   /* Override */
 94005                   "\044Stats",
 94006                   /* Min */
 94007                   "\033\000\000\000\001",
 94008                   0,
 94009               };
 94010               
 94011               static MetaReference
 94012               _CIM_J2eeJMSStatConnections_Stats =
 94013               {
 94014                   /* flags */
 94015                   META_FLAG_REFERENCE|META_FLAG_READ,
 94016                   /* name */
 94017 mike  1.1.2.1     "Stats",
 94018                   /* qualifiers */
 94019                   _CIM_J2eeJMSStatConnections_Stats_qualifiers,
 94020                   /* subscript */
 94021                   -1,
 94022                   /* refId */
 94023                   &__root_cimv2_CIM_J2eeJMSStats,
 94024               };
 94025               
 94026               static const char*
 94027               _CIM_J2eeJMSStatConnections_RelatedStats_qualifiers[] =
 94028               {
 94029                   /* Override */
 94030                   "\044RelatedStats",
 94031                   0,
 94032               };
 94033               
 94034               static MetaReference
 94035               _CIM_J2eeJMSStatConnections_RelatedStats =
 94036               {
 94037                   /* flags */
 94038 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 94039                   /* name */
 94040                   "RelatedStats",
 94041                   /* qualifiers */
 94042                   _CIM_J2eeJMSStatConnections_RelatedStats_qualifiers,
 94043                   /* subscript */
 94044                   -1,
 94045                   /* refId */
 94046                   &__root_cimv2_CIM_J2eeJMSConnectionStats,
 94047               };
 94048               
 94049               static MetaFeature*
 94050               _CIM_J2eeJMSStatConnections_features[] =
 94051               {
 94052                   (MetaFeature*)&_CIM_J2eeJMSStatConnections_Stats,
 94053                   (MetaFeature*)&_CIM_J2eeJMSStatConnections_RelatedStats,
 94054                   0,
 94055               };
 94056               
 94057               static const char*
 94058               __root_cimv2_CIM_J2eeJMSStatConnections_qualifiers[] =
 94059 mike  1.1.2.1 {
 94060                   /* ASSOCIATION */
 94061                   "\000\001",
 94062                   /* UMLPackagePath */
 94063                   "\057CIM::Application::J2eeAppServerStats",
 94064                   /* Version */
 94065                   "\0632.8.0",
 94066                   0,
 94067               };
 94068               
 94069               MetaClass
 94070               __root_cimv2_CIM_J2eeJMSStatConnections =
 94071               {
 94072                   /* flags */
 94073                   META_FLAG_ASSOCIATION,
 94074                   /* name */
 94075                   "CIM_J2eeJMSStatConnections",
 94076                   /* qualifiers */
 94077                   __root_cimv2_CIM_J2eeJMSStatConnections_qualifiers,
 94078                   /* super */
 94079                   &__root_cimv2_CIM_RelatedStatisticalData,
 94080 mike  1.1.2.1     /* features */
 94081                   _CIM_J2eeJMSStatConnections_features,
 94082               };
 94083               
 94084               //==============================================================================
 94085               //
 94086               // Class: CIM_J2eeJVM
 94087               //
 94088               //==============================================================================
 94089               
 94090               static const char*
 94091               _CIM_J2eeJVM_InstanceID_qualifiers[] =
 94092               {
 94093                   /* Key */
 94094                   "\025\001",
 94095                   /* ModelCorrespondence */
 94096                   "\036\000\001CIM_J2eeJVM.Name\000",
 94097                   0,
 94098               };
 94099               
 94100               static MetaProperty
 94101 mike  1.1.2.1 _CIM_J2eeJVM_InstanceID =
 94102               {
 94103                   /* flags */
 94104                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 94105                   /* name */
 94106                   "InstanceID",
 94107                   /* qualifiers */
 94108                   _CIM_J2eeJVM_InstanceID_qualifiers,
 94109                   /* type */
 94110                   CIMTYPE_STRING,
 94111                   /* subscript */
 94112                   -1,
 94113                   /* value */
 94114                   0,
 94115               };
 94116               
 94117               static const char*
 94118               _CIM_J2eeJVM_Name_qualifiers[] =
 94119               {
 94120                   /* Override */
 94121                   "\044Name",
 94122 mike  1.1.2.1     /* MaxLen */
 94123                   "\030\000\000\001\000",
 94124                   /* MappingStrings */
 94125                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
 94126                   /* ModelCorrespondence */
 94127                   "\036\000\001CIM_J2eeJVM.InstanceID\000",
 94128                   0,
 94129               };
 94130               
 94131               static MetaProperty
 94132               _CIM_J2eeJVM_Name =
 94133               {
 94134                   /* flags */
 94135                   META_FLAG_PROPERTY|META_FLAG_READ,
 94136                   /* name */
 94137                   "Name",
 94138                   /* qualifiers */
 94139                   _CIM_J2eeJVM_Name_qualifiers,
 94140                   /* type */
 94141                   CIMTYPE_STRING,
 94142                   /* subscript */
 94143 mike  1.1.2.1     -1,
 94144                   /* value */
 94145                   0,
 94146               };
 94147               
 94148               static const char*
 94149               _CIM_J2eeJVM_JavaVersion_qualifiers[] =
 94150               {
 94151                   /* MappingStrings */
 94152                   "\026\000\001JSR77.JCP|JSR77.3.4.1.1 javaVersion|V1.0\000",
 94153                   0,
 94154               };
 94155               
 94156               static MetaProperty
 94157               _CIM_J2eeJVM_JavaVersion =
 94158               {
 94159                   /* flags */
 94160                   META_FLAG_PROPERTY|META_FLAG_READ,
 94161                   /* name */
 94162                   "JavaVersion",
 94163                   /* qualifiers */
 94164 mike  1.1.2.1     _CIM_J2eeJVM_JavaVersion_qualifiers,
 94165                   /* type */
 94166                   CIMTYPE_STRING,
 94167                   /* subscript */
 94168                   -1,
 94169                   /* value */
 94170                   0,
 94171               };
 94172               
 94173               static const char*
 94174               _CIM_J2eeJVM_JavaVendor_qualifiers[] =
 94175               {
 94176                   /* MappingStrings */
 94177                   "\026\000\001JSR77.JCP|JSR77.3.4.1.2 javaVendor|V1.0\000",
 94178                   0,
 94179               };
 94180               
 94181               static MetaProperty
 94182               _CIM_J2eeJVM_JavaVendor =
 94183               {
 94184                   /* flags */
 94185 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 94186                   /* name */
 94187                   "JavaVendor",
 94188                   /* qualifiers */
 94189                   _CIM_J2eeJVM_JavaVendor_qualifiers,
 94190                   /* type */
 94191                   CIMTYPE_STRING,
 94192                   /* subscript */
 94193                   -1,
 94194                   /* value */
 94195                   0,
 94196               };
 94197               
 94198               static const char*
 94199               _CIM_J2eeJVM_Node_qualifiers[] =
 94200               {
 94201                   /* MappingStrings */
 94202                   "\026\000\001JSR77.JCP|JSR77.3.4.1.3 node|V1.0\000",
 94203                   0,
 94204               };
 94205               
 94206 mike  1.1.2.1 static MetaProperty
 94207               _CIM_J2eeJVM_Node =
 94208               {
 94209                   /* flags */
 94210                   META_FLAG_PROPERTY|META_FLAG_READ,
 94211                   /* name */
 94212                   "Node",
 94213                   /* qualifiers */
 94214                   _CIM_J2eeJVM_Node_qualifiers,
 94215                   /* type */
 94216                   CIMTYPE_STRING,
 94217                   /* subscript */
 94218                   -1,
 94219                   /* value */
 94220                   0,
 94221               };
 94222               
 94223               static MetaFeature*
 94224               _CIM_J2eeJVM_features[] =
 94225               {
 94226                   (MetaFeature*)&_CIM_J2eeJVM_InstanceID,
 94227 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeJVM_Name,
 94228                   (MetaFeature*)&_CIM_J2eeJVM_JavaVersion,
 94229                   (MetaFeature*)&_CIM_J2eeJVM_JavaVendor,
 94230                   (MetaFeature*)&_CIM_J2eeJVM_Node,
 94231                   0,
 94232               };
 94233               
 94234               static const char*
 94235               __root_cimv2_CIM_J2eeJVM_qualifiers[] =
 94236               {
 94237                   /* UMLPackagePath */
 94238                   "\057CIM::Application::J2eeAppServer",
 94239                   /* Version */
 94240                   "\0632.8.0",
 94241                   0,
 94242               };
 94243               
 94244               MetaClass
 94245               __root_cimv2_CIM_J2eeJVM =
 94246               {
 94247                   /* flags */
 94248 mike  1.1.2.1     META_FLAG_CLASS,
 94249                   /* name */
 94250                   "CIM_J2eeJVM",
 94251                   /* qualifiers */
 94252                   __root_cimv2_CIM_J2eeJVM_qualifiers,
 94253                   /* super */
 94254                   &__root_cimv2_CIM_EnabledLogicalElement,
 94255                   /* features */
 94256                   _CIM_J2eeJVM_features,
 94257               };
 94258               
 94259               //==============================================================================
 94260               //
 94261               // Class: CIM_J2eeManagedObject
 94262               //
 94263               //==============================================================================
 94264               
 94265               static const char*
 94266               _CIM_J2eeManagedObject_InstanceID_qualifiers[] =
 94267               {
 94268                   /* Key */
 94269 mike  1.1.2.1     "\025\001",
 94270                   /* MappingStrings */
 94271                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
 94272                   /* ModelCorrespondence */
 94273                   "\036\000\001CIM_J2eeManagedObject.ElementName\000",
 94274                   0,
 94275               };
 94276               
 94277               static MetaProperty
 94278               _CIM_J2eeManagedObject_InstanceID =
 94279               {
 94280                   /* flags */
 94281                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 94282                   /* name */
 94283                   "InstanceID",
 94284                   /* qualifiers */
 94285                   _CIM_J2eeManagedObject_InstanceID_qualifiers,
 94286                   /* type */
 94287                   CIMTYPE_STRING,
 94288                   /* subscript */
 94289                   -1,
 94290 mike  1.1.2.1     /* value */
 94291                   0,
 94292               };
 94293               
 94294               static const char*
 94295               _CIM_J2eeManagedObject_ElementName_qualifiers[] =
 94296               {
 94297                   /* Override */
 94298                   "\044ElementName",
 94299                   /* MaxLen */
 94300                   "\030\000\000\001\000",
 94301                   /* MappingStrings */
 94302                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
 94303                   /* ModelCorrespondence */
 94304                   "\036\000\001CIM_J2eeManagedObject.InstanceID\000",
 94305                   0,
 94306               };
 94307               
 94308               static MetaProperty
 94309               _CIM_J2eeManagedObject_ElementName =
 94310               {
 94311 mike  1.1.2.1     /* flags */
 94312                   META_FLAG_PROPERTY|META_FLAG_READ,
 94313                   /* name */
 94314                   "ElementName",
 94315                   /* qualifiers */
 94316                   _CIM_J2eeManagedObject_ElementName_qualifiers,
 94317                   /* type */
 94318                   CIMTYPE_STRING,
 94319                   /* subscript */
 94320                   -1,
 94321                   /* value */
 94322                   0,
 94323               };
 94324               
 94325               static const char*
 94326               _CIM_J2eeManagedObject_OperationalStatus_qualifiers[] =
 94327               {
 94328                   /* Override */
 94329                   "\044OperationalStatus",
 94330                   /* ValueMap */
 94331                   "\061\000\0060\0002\0006\0008\0009\00010\000",
 94332 mike  1.1.2.1     /* Values */
 94333                   "\062\000\006Unknown\000OK\000Error\000Starting\000Stopping\000Stopped\000",
 94334                   /* MappingStrings */
 94335                   "\026\000\001JSR77.JCP|JSR77.5.1.1.1 state|V1.0\000",
 94336                   /* ModelCorrespondence */
 94337                   "\036\000\001CIM_J2eeManagedObjectCapabilities.StateManageable\000",
 94338                   0,
 94339               };
 94340               
 94341               static MetaProperty
 94342               _CIM_J2eeManagedObject_OperationalStatus =
 94343               {
 94344                   /* flags */
 94345                   META_FLAG_PROPERTY|META_FLAG_READ,
 94346                   /* name */
 94347                   "OperationalStatus",
 94348                   /* qualifiers */
 94349                   _CIM_J2eeManagedObject_OperationalStatus_qualifiers,
 94350                   /* type */
 94351                   CIMTYPE_UINT16,
 94352                   /* subscript */
 94353 mike  1.1.2.1     0,
 94354                   /* value */
 94355                   0,
 94356               };
 94357               
 94358               static const char*
 94359               _CIM_J2eeManagedObject_StartTime_qualifiers[] =
 94360               {
 94361                   /* MappingStrings */
 94362                   "\026\000\001JSR77.JCP|JSR77.5.1.1.2 startTime|V1.0\000",
 94363                   /* ModelCorrespondence */
 94364                   "\036\000\001CIM_J2eeManagedObjectCapabilities.StateManageable\000",
 94365                   0,
 94366               };
 94367               
 94368               static MetaProperty
 94369               _CIM_J2eeManagedObject_StartTime =
 94370               {
 94371                   /* flags */
 94372                   META_FLAG_PROPERTY|META_FLAG_READ,
 94373                   /* name */
 94374 mike  1.1.2.1     "StartTime",
 94375                   /* qualifiers */
 94376                   _CIM_J2eeManagedObject_StartTime_qualifiers,
 94377                   /* type */
 94378                   CIMTYPE_DATETIME,
 94379                   /* subscript */
 94380                   -1,
 94381                   /* value */
 94382                   "00000000000000.000000:000",
 94383               };
 94384               
 94385               static MetaFeature*
 94386               _CIM_J2eeManagedObject_StartRecursive_parameters[] =
 94387               {
 94388                   0,
 94389               };
 94390               
 94391               static const char*
 94392               _CIM_J2eeManagedObject_StartRecursive_qualifiers[] =
 94393               {
 94394                   /* MappingStrings */
 94395 mike  1.1.2.1     "\026\000\001JSR77.JCP|JSR77.5.1.2.2 startRecursive|V1.0\000",
 94396                   0,
 94397               };
 94398               
 94399               static MetaMethod
 94400               _CIM_J2eeManagedObject_StartRecursive =
 94401               {
 94402                   /* flags */
 94403                   META_FLAG_METHOD,
 94404                   /* name */
 94405                   "CIM_J2eeManagedObject",
 94406                   /* qualifiers */
 94407                   _CIM_J2eeManagedObject_StartRecursive_qualifiers,
 94408                   /* type */
 94409                   CIMTYPE_UINT32,
 94410                   /* parameters */
 94411                   _CIM_J2eeManagedObject_StartRecursive_parameters,
 94412               };
 94413               
 94414               static MetaFeature*
 94415               _CIM_J2eeManagedObject_Start_parameters[] =
 94416 mike  1.1.2.1 {
 94417                   0,
 94418               };
 94419               
 94420               static const char*
 94421               _CIM_J2eeManagedObject_Start_qualifiers[] =
 94422               {
 94423                   /* MappingStrings */
 94424                   "\026\000\001JSR77.JCP|JSR77.5.1.2.1 start|V1.0\000",
 94425                   0,
 94426               };
 94427               
 94428               static MetaMethod
 94429               _CIM_J2eeManagedObject_Start =
 94430               {
 94431                   /* flags */
 94432                   META_FLAG_METHOD,
 94433                   /* name */
 94434                   "CIM_J2eeManagedObject",
 94435                   /* qualifiers */
 94436                   _CIM_J2eeManagedObject_Start_qualifiers,
 94437 mike  1.1.2.1     /* type */
 94438                   CIMTYPE_UINT32,
 94439                   /* parameters */
 94440                   _CIM_J2eeManagedObject_Start_parameters,
 94441               };
 94442               
 94443               static MetaFeature*
 94444               _CIM_J2eeManagedObject_Stop_parameters[] =
 94445               {
 94446                   0,
 94447               };
 94448               
 94449               static const char*
 94450               _CIM_J2eeManagedObject_Stop_qualifiers[] =
 94451               {
 94452                   /* MappingStrings */
 94453                   "\026\000\001JSR77.JCP|JSR77.5.1.2.3 stop|V1.0\000",
 94454                   0,
 94455               };
 94456               
 94457               static MetaMethod
 94458 mike  1.1.2.1 _CIM_J2eeManagedObject_Stop =
 94459               {
 94460                   /* flags */
 94461                   META_FLAG_METHOD,
 94462                   /* name */
 94463                   "CIM_J2eeManagedObject",
 94464                   /* qualifiers */
 94465                   _CIM_J2eeManagedObject_Stop_qualifiers,
 94466                   /* type */
 94467                   CIMTYPE_UINT32,
 94468                   /* parameters */
 94469                   _CIM_J2eeManagedObject_Stop_parameters,
 94470               };
 94471               
 94472               static MetaFeature*
 94473               _CIM_J2eeManagedObject_features[] =
 94474               {
 94475                   (MetaFeature*)&_CIM_J2eeManagedObject_InstanceID,
 94476                   (MetaFeature*)&_CIM_J2eeManagedObject_ElementName,
 94477                   (MetaFeature*)&_CIM_J2eeManagedObject_OperationalStatus,
 94478                   (MetaFeature*)&_CIM_J2eeManagedObject_StartTime,
 94479 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeManagedObject_StartRecursive,
 94480                   (MetaFeature*)&_CIM_J2eeManagedObject_Start,
 94481                   (MetaFeature*)&_CIM_J2eeManagedObject_Stop,
 94482                   0,
 94483               };
 94484               
 94485               static const char*
 94486               __root_cimv2_CIM_J2eeManagedObject_qualifiers[] =
 94487               {
 94488                   /* UMLPackagePath */
 94489                   "\057CIM::Application::J2eeAppServer",
 94490                   /* Abstract */
 94491                   "\002\001",
 94492                   /* Version */
 94493                   "\0632.8.0",
 94494                   0,
 94495               };
 94496               
 94497               MetaClass
 94498               __root_cimv2_CIM_J2eeManagedObject =
 94499               {
 94500 mike  1.1.2.1     /* flags */
 94501                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 94502                   /* name */
 94503                   "CIM_J2eeManagedObject",
 94504                   /* qualifiers */
 94505                   __root_cimv2_CIM_J2eeManagedObject_qualifiers,
 94506                   /* super */
 94507                   &__root_cimv2_CIM_EnabledLogicalElement,
 94508                   /* features */
 94509                   _CIM_J2eeManagedObject_features,
 94510               };
 94511               
 94512               //==============================================================================
 94513               //
 94514               // Class: CIM_JobDestination
 94515               //
 94516               //==============================================================================
 94517               
 94518               static const char*
 94519               _CIM_JobDestination_SystemCreationClassName_qualifiers[] =
 94520               {
 94521 mike  1.1.2.1     /* Key */
 94522                   "\025\001",
 94523                   /* Propagated */
 94524                   "\045CIM_System.CreationClassName",
 94525                   /* MaxLen */
 94526                   "\030\000\000\001\000",
 94527                   0,
 94528               };
 94529               
 94530               static MetaProperty
 94531               _CIM_JobDestination_SystemCreationClassName =
 94532               {
 94533                   /* flags */
 94534                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 94535                   /* name */
 94536                   "SystemCreationClassName",
 94537                   /* qualifiers */
 94538                   _CIM_JobDestination_SystemCreationClassName_qualifiers,
 94539                   /* type */
 94540                   CIMTYPE_STRING,
 94541                   /* subscript */
 94542 mike  1.1.2.1     -1,
 94543                   /* value */
 94544                   0,
 94545               };
 94546               
 94547               static const char*
 94548               _CIM_JobDestination_SystemName_qualifiers[] =
 94549               {
 94550                   /* Key */
 94551                   "\025\001",
 94552                   /* Propagated */
 94553                   "\045CIM_System.Name",
 94554                   /* MaxLen */
 94555                   "\030\000\000\001\000",
 94556                   0,
 94557               };
 94558               
 94559               static MetaProperty
 94560               _CIM_JobDestination_SystemName =
 94561               {
 94562                   /* flags */
 94563 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 94564                   /* name */
 94565                   "SystemName",
 94566                   /* qualifiers */
 94567                   _CIM_JobDestination_SystemName_qualifiers,
 94568                   /* type */
 94569                   CIMTYPE_STRING,
 94570                   /* subscript */
 94571                   -1,
 94572                   /* value */
 94573                   0,
 94574               };
 94575               
 94576               static const char*
 94577               _CIM_JobDestination_CreationClassName_qualifiers[] =
 94578               {
 94579                   /* Key */
 94580                   "\025\001",
 94581                   /* MaxLen */
 94582                   "\030\000\000\001\000",
 94583                   0,
 94584 mike  1.1.2.1 };
 94585               
 94586               static MetaProperty
 94587               _CIM_JobDestination_CreationClassName =
 94588               {
 94589                   /* flags */
 94590                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 94591                   /* name */
 94592                   "CreationClassName",
 94593                   /* qualifiers */
 94594                   _CIM_JobDestination_CreationClassName_qualifiers,
 94595                   /* type */
 94596                   CIMTYPE_STRING,
 94597                   /* subscript */
 94598                   -1,
 94599                   /* value */
 94600                   0,
 94601               };
 94602               
 94603               static const char*
 94604               _CIM_JobDestination_Name_qualifiers[] =
 94605 mike  1.1.2.1 {
 94606                   /* Key */
 94607                   "\025\001",
 94608                   /* Override */
 94609                   "\044Name",
 94610                   /* MaxLen */
 94611                   "\030\000\000\001\000",
 94612                   0,
 94613               };
 94614               
 94615               static MetaProperty
 94616               _CIM_JobDestination_Name =
 94617               {
 94618                   /* flags */
 94619                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 94620                   /* name */
 94621                   "Name",
 94622                   /* qualifiers */
 94623                   _CIM_JobDestination_Name_qualifiers,
 94624                   /* type */
 94625                   CIMTYPE_STRING,
 94626 mike  1.1.2.1     /* subscript */
 94627                   -1,
 94628                   /* value */
 94629                   0,
 94630               };
 94631               
 94632               static MetaFeature*
 94633               _CIM_JobDestination_features[] =
 94634               {
 94635                   (MetaFeature*)&_CIM_JobDestination_SystemCreationClassName,
 94636                   (MetaFeature*)&_CIM_JobDestination_SystemName,
 94637                   (MetaFeature*)&_CIM_JobDestination_CreationClassName,
 94638                   (MetaFeature*)&_CIM_JobDestination_Name,
 94639                   0,
 94640               };
 94641               
 94642               static const char*
 94643               __root_cimv2_CIM_JobDestination_qualifiers[] =
 94644               {
 94645                   /* UMLPackagePath */
 94646                   "\057CIM::System::Processing",
 94647 mike  1.1.2.1     /* Version */
 94648                   "\0632.7.0",
 94649                   0,
 94650               };
 94651               
 94652               MetaClass
 94653               __root_cimv2_CIM_JobDestination =
 94654               {
 94655                   /* flags */
 94656                   META_FLAG_CLASS,
 94657                   /* name */
 94658                   "CIM_JobDestination",
 94659                   /* qualifiers */
 94660                   __root_cimv2_CIM_JobDestination_qualifiers,
 94661                   /* super */
 94662                   &__root_cimv2_CIM_EnabledLogicalElement,
 94663                   /* features */
 94664                   _CIM_JobDestination_features,
 94665               };
 94666               
 94667               //==============================================================================
 94668 mike  1.1.2.1 //
 94669               // Class: CIM_JobDestinationJobs
 94670               //
 94671               //==============================================================================
 94672               
 94673               static const char*
 94674               _CIM_JobDestinationJobs_Antecedent_qualifiers[] =
 94675               {
 94676                   /* Override */
 94677                   "\044Antecedent",
 94678                   /* Max */
 94679                   "\027\000\000\000\001",
 94680                   0,
 94681               };
 94682               
 94683               static MetaReference
 94684               _CIM_JobDestinationJobs_Antecedent =
 94685               {
 94686                   /* flags */
 94687                   META_FLAG_REFERENCE|META_FLAG_READ,
 94688                   /* name */
 94689 mike  1.1.2.1     "Antecedent",
 94690                   /* qualifiers */
 94691                   _CIM_JobDestinationJobs_Antecedent_qualifiers,
 94692                   /* subscript */
 94693                   -1,
 94694                   /* refId */
 94695                   &__root_cimv2_CIM_JobDestination,
 94696               };
 94697               
 94698               static const char*
 94699               _CIM_JobDestinationJobs_Dependent_qualifiers[] =
 94700               {
 94701                   /* Override */
 94702                   "\044Dependent",
 94703                   0,
 94704               };
 94705               
 94706               static MetaReference
 94707               _CIM_JobDestinationJobs_Dependent =
 94708               {
 94709                   /* flags */
 94710 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
 94711                   /* name */
 94712                   "Dependent",
 94713                   /* qualifiers */
 94714                   _CIM_JobDestinationJobs_Dependent_qualifiers,
 94715                   /* subscript */
 94716                   -1,
 94717                   /* refId */
 94718                   &__root_cimv2_CIM_Job,
 94719               };
 94720               
 94721               static MetaFeature*
 94722               _CIM_JobDestinationJobs_features[] =
 94723               {
 94724                   (MetaFeature*)&_CIM_JobDestinationJobs_Antecedent,
 94725                   (MetaFeature*)&_CIM_JobDestinationJobs_Dependent,
 94726                   0,
 94727               };
 94728               
 94729               static const char*
 94730               __root_cimv2_CIM_JobDestinationJobs_qualifiers[] =
 94731 mike  1.1.2.1 {
 94732                   /* ASSOCIATION */
 94733                   "\000\001",
 94734                   /* UMLPackagePath */
 94735                   "\057CIM::System::Processing",
 94736                   /* Version */
 94737                   "\0632.6.0",
 94738                   0,
 94739               };
 94740               
 94741               MetaClass
 94742               __root_cimv2_CIM_JobDestinationJobs =
 94743               {
 94744                   /* flags */
 94745                   META_FLAG_ASSOCIATION,
 94746                   /* name */
 94747                   "CIM_JobDestinationJobs",
 94748                   /* qualifiers */
 94749                   __root_cimv2_CIM_JobDestinationJobs_qualifiers,
 94750                   /* super */
 94751                   &__root_cimv2_CIM_Dependency,
 94752 mike  1.1.2.1     /* features */
 94753                   _CIM_JobDestinationJobs_features,
 94754               };
 94755               
 94756               //==============================================================================
 94757               //
 94758               // Class: CIM_LocalFileSystem
 94759               //
 94760               //==============================================================================
 94761               
 94762               static MetaFeature*
 94763               _CIM_LocalFileSystem_features[] =
 94764               {
 94765                   0,
 94766               };
 94767               
 94768               static const char*
 94769               __root_cimv2_CIM_LocalFileSystem_qualifiers[] =
 94770               {
 94771                   /* UMLPackagePath */
 94772                   "\057CIM::System::FileElements",
 94773 mike  1.1.2.1     /* Version */
 94774                   "\0632.6.0",
 94775                   0,
 94776               };
 94777               
 94778               MetaClass
 94779               __root_cimv2_CIM_LocalFileSystem =
 94780               {
 94781                   /* flags */
 94782                   META_FLAG_CLASS,
 94783                   /* name */
 94784                   "CIM_LocalFileSystem",
 94785                   /* qualifiers */
 94786                   __root_cimv2_CIM_LocalFileSystem_qualifiers,
 94787                   /* super */
 94788                   &__root_cimv2_CIM_FileSystem,
 94789                   /* features */
 94790                   _CIM_LocalFileSystem_features,
 94791               };
 94792               
 94793               //==============================================================================
 94794 mike  1.1.2.1 //
 94795               // Class: CIM_Log
 94796               //
 94797               //==============================================================================
 94798               
 94799               static const char*
 94800               _CIM_Log_MaxNumberOfRecords_qualifiers[] =
 94801               {
 94802                   0,
 94803               };
 94804               
 94805               static MetaProperty
 94806               _CIM_Log_MaxNumberOfRecords =
 94807               {
 94808                   /* flags */
 94809                   META_FLAG_PROPERTY|META_FLAG_READ,
 94810                   /* name */
 94811                   "MaxNumberOfRecords",
 94812                   /* qualifiers */
 94813                   _CIM_Log_MaxNumberOfRecords_qualifiers,
 94814                   /* type */
 94815 mike  1.1.2.1     CIMTYPE_UINT64,
 94816                   /* subscript */
 94817                   -1,
 94818                   /* value */
 94819                   0,
 94820               };
 94821               
 94822               static const char*
 94823               _CIM_Log_CurrentNumberOfRecords_qualifiers[] =
 94824               {
 94825                   /* Gauge */
 94826                   "\023\001",
 94827                   0,
 94828               };
 94829               
 94830               static MetaProperty
 94831               _CIM_Log_CurrentNumberOfRecords =
 94832               {
 94833                   /* flags */
 94834                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 94835                   /* name */
 94836 mike  1.1.2.1     "CurrentNumberOfRecords",
 94837                   /* qualifiers */
 94838                   _CIM_Log_CurrentNumberOfRecords_qualifiers,
 94839                   /* type */
 94840                   CIMTYPE_UINT64,
 94841                   /* subscript */
 94842                   -1,
 94843                   /* value */
 94844                   0,
 94845               };
 94846               
 94847               static MetaFeature*
 94848               _CIM_Log_ClearLog_parameters[] =
 94849               {
 94850                   0,
 94851               };
 94852               
 94853               static const char*
 94854               _CIM_Log_ClearLog_qualifiers[] =
 94855               {
 94856                   /* ValueMap */
 94857 mike  1.1.2.1     "\061\000\0110\0001\0002\0003\0004\0005\0006..0x0FFF\0000x1000..0x7FFF\0000x8000..\000",
 94858                   /* Values */
 94859                   "\062\000\011Completed with no error\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000DMTF_Reserved\000Method_Reserved\000Vendor_Reserved\000",
 94860                   0,
 94861               };
 94862               
 94863               static MetaMethod
 94864               _CIM_Log_ClearLog =
 94865               {
 94866                   /* flags */
 94867                   META_FLAG_METHOD,
 94868                   /* name */
 94869                   "CIM_Log",
 94870                   /* qualifiers */
 94871                   _CIM_Log_ClearLog_qualifiers,
 94872                   /* type */
 94873                   CIMTYPE_UINT32,
 94874                   /* parameters */
 94875                   _CIM_Log_ClearLog_parameters,
 94876               };
 94877               
 94878 mike  1.1.2.1 static MetaFeature*
 94879               _CIM_Log_features[] =
 94880               {
 94881                   (MetaFeature*)&_CIM_Log_MaxNumberOfRecords,
 94882                   (MetaFeature*)&_CIM_Log_CurrentNumberOfRecords,
 94883                   (MetaFeature*)&_CIM_Log_ClearLog,
 94884                   0,
 94885               };
 94886               
 94887               static const char*
 94888               __root_cimv2_CIM_Log_qualifiers[] =
 94889               {
 94890                   /* UMLPackagePath */
 94891                   "\057CIM::System::Logs",
 94892                   /* Abstract */
 94893                   "\002\001",
 94894                   /* Version */
 94895                   "\0632.9.0",
 94896                   0,
 94897               };
 94898               
 94899 mike  1.1.2.1 MetaClass
 94900               __root_cimv2_CIM_Log =
 94901               {
 94902                   /* flags */
 94903                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 94904                   /* name */
 94905                   "CIM_Log",
 94906                   /* qualifiers */
 94907                   __root_cimv2_CIM_Log_qualifiers,
 94908                   /* super */
 94909                   &__root_cimv2_CIM_EnabledLogicalElement,
 94910                   /* features */
 94911                   _CIM_Log_features,
 94912               };
 94913               
 94914               //==============================================================================
 94915               //
 94916               // Class: CIM_LogicalDevice
 94917               //
 94918               //==============================================================================
 94919               
 94920 mike  1.1.2.1 static const char*
 94921               _CIM_LogicalDevice_SystemCreationClassName_qualifiers[] =
 94922               {
 94923                   /* Key */
 94924                   "\025\001",
 94925                   /* Propagated */
 94926                   "\045CIM_System.CreationClassName",
 94927                   /* MaxLen */
 94928                   "\030\000\000\001\000",
 94929                   0,
 94930               };
 94931               
 94932               static MetaProperty
 94933               _CIM_LogicalDevice_SystemCreationClassName =
 94934               {
 94935                   /* flags */
 94936                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 94937                   /* name */
 94938                   "SystemCreationClassName",
 94939                   /* qualifiers */
 94940                   _CIM_LogicalDevice_SystemCreationClassName_qualifiers,
 94941 mike  1.1.2.1     /* type */
 94942                   CIMTYPE_STRING,
 94943                   /* subscript */
 94944                   -1,
 94945                   /* value */
 94946                   0,
 94947               };
 94948               
 94949               static const char*
 94950               _CIM_LogicalDevice_SystemName_qualifiers[] =
 94951               {
 94952                   /* Key */
 94953                   "\025\001",
 94954                   /* Propagated */
 94955                   "\045CIM_System.Name",
 94956                   /* MaxLen */
 94957                   "\030\000\000\001\000",
 94958                   0,
 94959               };
 94960               
 94961               static MetaProperty
 94962 mike  1.1.2.1 _CIM_LogicalDevice_SystemName =
 94963               {
 94964                   /* flags */
 94965                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 94966                   /* name */
 94967                   "SystemName",
 94968                   /* qualifiers */
 94969                   _CIM_LogicalDevice_SystemName_qualifiers,
 94970                   /* type */
 94971                   CIMTYPE_STRING,
 94972                   /* subscript */
 94973                   -1,
 94974                   /* value */
 94975                   0,
 94976               };
 94977               
 94978               static const char*
 94979               _CIM_LogicalDevice_CreationClassName_qualifiers[] =
 94980               {
 94981                   /* Key */
 94982                   "\025\001",
 94983 mike  1.1.2.1     /* MaxLen */
 94984                   "\030\000\000\001\000",
 94985                   0,
 94986               };
 94987               
 94988               static MetaProperty
 94989               _CIM_LogicalDevice_CreationClassName =
 94990               {
 94991                   /* flags */
 94992                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 94993                   /* name */
 94994                   "CreationClassName",
 94995                   /* qualifiers */
 94996                   _CIM_LogicalDevice_CreationClassName_qualifiers,
 94997                   /* type */
 94998                   CIMTYPE_STRING,
 94999                   /* subscript */
 95000                   -1,
 95001                   /* value */
 95002                   0,
 95003               };
 95004 mike  1.1.2.1 
 95005               static const char*
 95006               _CIM_LogicalDevice_DeviceID_qualifiers[] =
 95007               {
 95008                   /* Key */
 95009                   "\025\001",
 95010                   /* MaxLen */
 95011                   "\030\000\000\000\100",
 95012                   0,
 95013               };
 95014               
 95015               static MetaProperty
 95016               _CIM_LogicalDevice_DeviceID =
 95017               {
 95018                   /* flags */
 95019                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 95020                   /* name */
 95021                   "DeviceID",
 95022                   /* qualifiers */
 95023                   _CIM_LogicalDevice_DeviceID_qualifiers,
 95024                   /* type */
 95025 mike  1.1.2.1     CIMTYPE_STRING,
 95026                   /* subscript */
 95027                   -1,
 95028                   /* value */
 95029                   0,
 95030               };
 95031               
 95032               static const char*
 95033               _CIM_LogicalDevice_PowerManagementSupported_qualifiers[] =
 95034               {
 95035                   /* Deprecated */
 95036                   "\013\000\001CIM_PowerManagementCapabilities\000",
 95037                   0,
 95038               };
 95039               
 95040               static MetaProperty
 95041               _CIM_LogicalDevice_PowerManagementSupported =
 95042               {
 95043                   /* flags */
 95044                   META_FLAG_PROPERTY|META_FLAG_READ,
 95045                   /* name */
 95046 mike  1.1.2.1     "PowerManagementSupported",
 95047                   /* qualifiers */
 95048                   _CIM_LogicalDevice_PowerManagementSupported_qualifiers,
 95049                   /* type */
 95050                   CIMTYPE_BOOLEAN,
 95051                   /* subscript */
 95052                   -1,
 95053                   /* value */
 95054                   0,
 95055               };
 95056               
 95057               static const char*
 95058               _CIM_LogicalDevice_PowerManagementCapabilities_qualifiers[] =
 95059               {
 95060                   /* Deprecated */
 95061                   "\013\000\001CIM_PowerManagementCapabilities.PowerCapabilities\000",
 95062                   /* ValueMap */
 95063                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
 95064                   /* Values */
 95065                   "\062\000\010Unknown\000Not Supported\000Disabled\000Enabled\000Power Saving Modes Entered Automatically\000Power State Settable\000Power Cycling Supported\000Timed Power On Supported\000",
 95066                   0,
 95067 mike  1.1.2.1 };
 95068               
 95069               static MetaProperty
 95070               _CIM_LogicalDevice_PowerManagementCapabilities =
 95071               {
 95072                   /* flags */
 95073                   META_FLAG_PROPERTY|META_FLAG_READ,
 95074                   /* name */
 95075                   "PowerManagementCapabilities",
 95076                   /* qualifiers */
 95077                   _CIM_LogicalDevice_PowerManagementCapabilities_qualifiers,
 95078                   /* type */
 95079                   CIMTYPE_UINT16,
 95080                   /* subscript */
 95081                   0,
 95082                   /* value */
 95083                   0,
 95084               };
 95085               
 95086               static const char*
 95087               _CIM_LogicalDevice_Availability_qualifiers[] =
 95088 mike  1.1.2.1 {
 95089                   /* ValueMap */
 95090                   "\061\000\0251\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\000",
 95091                   /* Values */
 95092                   "\062\000\025Other\000Unknown\000Running/Full Power\000Warning\000In Test\000Not Applicable\000Power Off\000Off Line\000Off Duty\000Degraded\000Not Installed\000Install Error\000Power Save - Unknown\000Power Save - Low Power Mode\000Power Save - Standby\000Power Cycle\000Power Save - Warning\000Paused\000Not Ready\000Not Configured\000Quiesced\000",
 95093                   /* MappingStrings */
 95094                   "\026\000\003MIF.DMTF|Operational State|006.5\000MIB.IETF|HOST-RESOURCES-MIB.hrDeviceStatus\000MIF.DMTF|Host Device|001.5\000",
 95095                   /* ModelCorrespondence */
 95096                   "\036\000\001CIM_LogicalDevice.AdditionalAvailability\000",
 95097                   0,
 95098               };
 95099               
 95100               static MetaProperty
 95101               _CIM_LogicalDevice_Availability =
 95102               {
 95103                   /* flags */
 95104                   META_FLAG_PROPERTY|META_FLAG_READ,
 95105                   /* name */
 95106                   "Availability",
 95107                   /* qualifiers */
 95108                   _CIM_LogicalDevice_Availability_qualifiers,
 95109 mike  1.1.2.1     /* type */
 95110                   CIMTYPE_UINT16,
 95111                   /* subscript */
 95112                   -1,
 95113                   /* value */
 95114                   0,
 95115               };
 95116               
 95117               static const char*
 95118               _CIM_LogicalDevice_StatusInfo_qualifiers[] =
 95119               {
 95120                   /* Deprecated */
 95121                   "\013\000\001CIM_EnabledLogicalElement.EnabledState\000",
 95122                   /* ValueMap */
 95123                   "\061\000\0051\0002\0003\0004\0005\000",
 95124                   /* Values */
 95125                   "\062\000\005Other\000Unknown\000Enabled\000Disabled\000Not Applicable\000",
 95126                   /* MappingStrings */
 95127                   "\026\000\001MIF.DMTF|Operational State|006.4\000",
 95128                   0,
 95129               };
 95130 mike  1.1.2.1 
 95131               static MetaProperty
 95132               _CIM_LogicalDevice_StatusInfo =
 95133               {
 95134                   /* flags */
 95135                   META_FLAG_PROPERTY|META_FLAG_READ,
 95136                   /* name */
 95137                   "StatusInfo",
 95138                   /* qualifiers */
 95139                   _CIM_LogicalDevice_StatusInfo_qualifiers,
 95140                   /* type */
 95141                   CIMTYPE_UINT16,
 95142                   /* subscript */
 95143                   -1,
 95144                   /* value */
 95145                   0,
 95146               };
 95147               
 95148               static const char*
 95149               _CIM_LogicalDevice_LastErrorCode_qualifiers[] =
 95150               {
 95151 mike  1.1.2.1     /* Deprecated */
 95152                   "\013\000\001CIM_DeviceErrorData.LastErrorCode\000",
 95153                   0,
 95154               };
 95155               
 95156               static MetaProperty
 95157               _CIM_LogicalDevice_LastErrorCode =
 95158               {
 95159                   /* flags */
 95160                   META_FLAG_PROPERTY|META_FLAG_READ,
 95161                   /* name */
 95162                   "LastErrorCode",
 95163                   /* qualifiers */
 95164                   _CIM_LogicalDevice_LastErrorCode_qualifiers,
 95165                   /* type */
 95166                   CIMTYPE_UINT32,
 95167                   /* subscript */
 95168                   -1,
 95169                   /* value */
 95170                   0,
 95171               };
 95172 mike  1.1.2.1 
 95173               static const char*
 95174               _CIM_LogicalDevice_ErrorDescription_qualifiers[] =
 95175               {
 95176                   /* Deprecated */
 95177                   "\013\000\001CIM_DeviceErrorData.ErrorDescription\000",
 95178                   0,
 95179               };
 95180               
 95181               static MetaProperty
 95182               _CIM_LogicalDevice_ErrorDescription =
 95183               {
 95184                   /* flags */
 95185                   META_FLAG_PROPERTY|META_FLAG_READ,
 95186                   /* name */
 95187                   "ErrorDescription",
 95188                   /* qualifiers */
 95189                   _CIM_LogicalDevice_ErrorDescription_qualifiers,
 95190                   /* type */
 95191                   CIMTYPE_STRING,
 95192                   /* subscript */
 95193 mike  1.1.2.1     -1,
 95194                   /* value */
 95195                   0,
 95196               };
 95197               
 95198               static const char*
 95199               _CIM_LogicalDevice_ErrorCleared_qualifiers[] =
 95200               {
 95201                   /* Deprecated */
 95202                   "\013\000\001CIM_ManagedSystemElement.OperationalStatus\000",
 95203                   0,
 95204               };
 95205               
 95206               static MetaProperty
 95207               _CIM_LogicalDevice_ErrorCleared =
 95208               {
 95209                   /* flags */
 95210                   META_FLAG_PROPERTY|META_FLAG_READ,
 95211                   /* name */
 95212                   "ErrorCleared",
 95213                   /* qualifiers */
 95214 mike  1.1.2.1     _CIM_LogicalDevice_ErrorCleared_qualifiers,
 95215                   /* type */
 95216                   CIMTYPE_BOOLEAN,
 95217                   /* subscript */
 95218                   -1,
 95219                   /* value */
 95220                   0,
 95221               };
 95222               
 95223               static const char*
 95224               _CIM_LogicalDevice_OtherIdentifyingInfo_qualifiers[] =
 95225               {
 95226                   /* MaxLen */
 95227                   "\030\000\000\001\000",
 95228                   /* ArrayType */
 95229                   "\005Indexed",
 95230                   /* ModelCorrespondence */
 95231                   "\036\000\001CIM_LogicalDevice.IdentifyingDescriptions\000",
 95232                   0,
 95233               };
 95234               
 95235 mike  1.1.2.1 static MetaProperty
 95236               _CIM_LogicalDevice_OtherIdentifyingInfo =
 95237               {
 95238                   /* flags */
 95239                   META_FLAG_PROPERTY|META_FLAG_READ,
 95240                   /* name */
 95241                   "OtherIdentifyingInfo",
 95242                   /* qualifiers */
 95243                   _CIM_LogicalDevice_OtherIdentifyingInfo_qualifiers,
 95244                   /* type */
 95245                   CIMTYPE_STRING,
 95246                   /* subscript */
 95247                   0,
 95248                   /* value */
 95249                   0,
 95250               };
 95251               
 95252               static const char*
 95253               _CIM_LogicalDevice_PowerOnHours_qualifiers[] =
 95254               {
 95255                   /* Units */
 95256 mike  1.1.2.1     "\060Hours",
 95257                   /* Counter */
 95258                   "\012\001",
 95259                   0,
 95260               };
 95261               
 95262               static MetaProperty
 95263               _CIM_LogicalDevice_PowerOnHours =
 95264               {
 95265                   /* flags */
 95266                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 95267                   /* name */
 95268                   "PowerOnHours",
 95269                   /* qualifiers */
 95270                   _CIM_LogicalDevice_PowerOnHours_qualifiers,
 95271                   /* type */
 95272                   CIMTYPE_UINT64,
 95273                   /* subscript */
 95274                   -1,
 95275                   /* value */
 95276                   0,
 95277 mike  1.1.2.1 };
 95278               
 95279               static const char*
 95280               _CIM_LogicalDevice_TotalPowerOnHours_qualifiers[] =
 95281               {
 95282                   /* Units */
 95283                   "\060Hours",
 95284                   /* Counter */
 95285                   "\012\001",
 95286                   0,
 95287               };
 95288               
 95289               static MetaProperty
 95290               _CIM_LogicalDevice_TotalPowerOnHours =
 95291               {
 95292                   /* flags */
 95293                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 95294                   /* name */
 95295                   "TotalPowerOnHours",
 95296                   /* qualifiers */
 95297                   _CIM_LogicalDevice_TotalPowerOnHours_qualifiers,
 95298 mike  1.1.2.1     /* type */
 95299                   CIMTYPE_UINT64,
 95300                   /* subscript */
 95301                   -1,
 95302                   /* value */
 95303                   0,
 95304               };
 95305               
 95306               static const char*
 95307               _CIM_LogicalDevice_IdentifyingDescriptions_qualifiers[] =
 95308               {
 95309                   /* ArrayType */
 95310                   "\005Indexed",
 95311                   /* ModelCorrespondence */
 95312                   "\036\000\001CIM_LogicalDevice.OtherIdentifyingInfo\000",
 95313                   0,
 95314               };
 95315               
 95316               static MetaProperty
 95317               _CIM_LogicalDevice_IdentifyingDescriptions =
 95318               {
 95319 mike  1.1.2.1     /* flags */
 95320                   META_FLAG_PROPERTY|META_FLAG_READ,
 95321                   /* name */
 95322                   "IdentifyingDescriptions",
 95323                   /* qualifiers */
 95324                   _CIM_LogicalDevice_IdentifyingDescriptions_qualifiers,
 95325                   /* type */
 95326                   CIMTYPE_STRING,
 95327                   /* subscript */
 95328                   0,
 95329                   /* value */
 95330                   0,
 95331               };
 95332               
 95333               static const char*
 95334               _CIM_LogicalDevice_AdditionalAvailability_qualifiers[] =
 95335               {
 95336                   /* ValueMap */
 95337                   "\061\000\0251\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\000",
 95338                   /* Values */
 95339                   "\062\000\025Other\000Unknown\000Running/Full Power\000Warning\000In Test\000Not Applicable\000Power Off\000Off Line\000Off Duty\000Degraded\000Not Installed\000Install Error\000Power Save - Unknown\000Power Save - Low Power Mode\000Power Save - Standby\000Power Cycle\000Power Save - Warning\000Paused\000Not Ready\000Not Configured\000Quiesced\000",
 95340 mike  1.1.2.1     /* ModelCorrespondence */
 95341                   "\036\000\001CIM_LogicalDevice.Availability\000",
 95342                   0,
 95343               };
 95344               
 95345               static MetaProperty
 95346               _CIM_LogicalDevice_AdditionalAvailability =
 95347               {
 95348                   /* flags */
 95349                   META_FLAG_PROPERTY|META_FLAG_READ,
 95350                   /* name */
 95351                   "AdditionalAvailability",
 95352                   /* qualifiers */
 95353                   _CIM_LogicalDevice_AdditionalAvailability_qualifiers,
 95354                   /* type */
 95355                   CIMTYPE_UINT16,
 95356                   /* subscript */
 95357                   0,
 95358                   /* value */
 95359                   0,
 95360               };
 95361 mike  1.1.2.1 
 95362               static const char*
 95363               _CIM_LogicalDevice_MaxQuiesceTime_qualifiers[] =
 95364               {
 95365                   /* Deprecated */
 95366                   "\013\000\001No value\000",
 95367                   /* Units */
 95368                   "\060MilliSeconds",
 95369                   0,
 95370               };
 95371               
 95372               static MetaProperty
 95373               _CIM_LogicalDevice_MaxQuiesceTime =
 95374               {
 95375                   /* flags */
 95376                   META_FLAG_PROPERTY|META_FLAG_READ,
 95377                   /* name */
 95378                   "MaxQuiesceTime",
 95379                   /* qualifiers */
 95380                   _CIM_LogicalDevice_MaxQuiesceTime_qualifiers,
 95381                   /* type */
 95382 mike  1.1.2.1     CIMTYPE_UINT64,
 95383                   /* subscript */
 95384                   -1,
 95385                   /* value */
 95386                   0,
 95387               };
 95388               
 95389               static const char*
 95390               _CIM_LogicalDevice_SetPowerState_PowerState_qualifiers[] =
 95391               {
 95392                   /* IN */
 95393                   "\024\001",
 95394                   /* ValueMap */
 95395                   "\061\000\0061\0002\0003\0004\0005\0006\000",
 95396                   /* Values */
 95397                   "\062\000\006Full Power\000Power Save - Low Power Mode\000Power Save - Standby\000Power Save - Other\000Power Cycle\000Power Off\000",
 95398                   0,
 95399               };
 95400               
 95401               static MetaProperty
 95402               _CIM_LogicalDevice_SetPowerState_PowerState =
 95403 mike  1.1.2.1 {
 95404                   /* flags */
 95405                   META_FLAG_PROPERTY|META_FLAG_IN,
 95406                   /* name */
 95407                   "PowerState",
 95408                   /* qualifiers */
 95409                   _CIM_LogicalDevice_SetPowerState_PowerState_qualifiers,
 95410                   /* type */
 95411                   CIMTYPE_UINT16,
 95412                   /* subscript */
 95413                   -1,
 95414                   /* value */
 95415                   0,
 95416               };
 95417               
 95418               static const char*
 95419               _CIM_LogicalDevice_SetPowerState_Time_qualifiers[] =
 95420               {
 95421                   /* IN */
 95422                   "\024\001",
 95423                   0,
 95424 mike  1.1.2.1 };
 95425               
 95426               static MetaProperty
 95427               _CIM_LogicalDevice_SetPowerState_Time =
 95428               {
 95429                   /* flags */
 95430                   META_FLAG_PROPERTY|META_FLAG_IN,
 95431                   /* name */
 95432                   "Time",
 95433                   /* qualifiers */
 95434                   _CIM_LogicalDevice_SetPowerState_Time_qualifiers,
 95435                   /* type */
 95436                   CIMTYPE_DATETIME,
 95437                   /* subscript */
 95438                   -1,
 95439                   /* value */
 95440                   0,
 95441               };
 95442               
 95443               static MetaFeature*
 95444               _CIM_LogicalDevice_SetPowerState_parameters[] =
 95445 mike  1.1.2.1 {
 95446                   (MetaFeature*)&_CIM_LogicalDevice_SetPowerState_PowerState,
 95447                   (MetaFeature*)&_CIM_LogicalDevice_SetPowerState_Time,
 95448                   0,
 95449               };
 95450               
 95451               static const char*
 95452               _CIM_LogicalDevice_SetPowerState_qualifiers[] =
 95453               {
 95454                   /* Deprecated */
 95455                   "\013\000\001CIM_PowerManagementService.SetPowerState\000",
 95456                   0,
 95457               };
 95458               
 95459               static MetaMethod
 95460               _CIM_LogicalDevice_SetPowerState =
 95461               {
 95462                   /* flags */
 95463                   META_FLAG_METHOD,
 95464                   /* name */
 95465                   "CIM_LogicalDevice",
 95466 mike  1.1.2.1     /* qualifiers */
 95467                   _CIM_LogicalDevice_SetPowerState_qualifiers,
 95468                   /* type */
 95469                   CIMTYPE_UINT32,
 95470                   /* parameters */
 95471                   _CIM_LogicalDevice_SetPowerState_parameters,
 95472               };
 95473               
 95474               static MetaFeature*
 95475               _CIM_LogicalDevice_Reset_parameters[] =
 95476               {
 95477                   0,
 95478               };
 95479               
 95480               static const char*
 95481               _CIM_LogicalDevice_Reset_qualifiers[] =
 95482               {
 95483                   0,
 95484               };
 95485               
 95486               static MetaMethod
 95487 mike  1.1.2.1 _CIM_LogicalDevice_Reset =
 95488               {
 95489                   /* flags */
 95490                   META_FLAG_METHOD,
 95491                   /* name */
 95492                   "CIM_LogicalDevice",
 95493                   /* qualifiers */
 95494                   _CIM_LogicalDevice_Reset_qualifiers,
 95495                   /* type */
 95496                   CIMTYPE_UINT32,
 95497                   /* parameters */
 95498                   _CIM_LogicalDevice_Reset_parameters,
 95499               };
 95500               
 95501               static const char*
 95502               _CIM_LogicalDevice_EnableDevice_Enabled_qualifiers[] =
 95503               {
 95504                   /* IN */
 95505                   "\024\001",
 95506                   0,
 95507               };
 95508 mike  1.1.2.1 
 95509               static MetaProperty
 95510               _CIM_LogicalDevice_EnableDevice_Enabled =
 95511               {
 95512                   /* flags */
 95513                   META_FLAG_PROPERTY|META_FLAG_IN,
 95514                   /* name */
 95515                   "Enabled",
 95516                   /* qualifiers */
 95517                   _CIM_LogicalDevice_EnableDevice_Enabled_qualifiers,
 95518                   /* type */
 95519                   CIMTYPE_BOOLEAN,
 95520                   /* subscript */
 95521                   -1,
 95522                   /* value */
 95523                   0,
 95524               };
 95525               
 95526               static MetaFeature*
 95527               _CIM_LogicalDevice_EnableDevice_parameters[] =
 95528               {
 95529 mike  1.1.2.1     (MetaFeature*)&_CIM_LogicalDevice_EnableDevice_Enabled,
 95530                   0,
 95531               };
 95532               
 95533               static const char*
 95534               _CIM_LogicalDevice_EnableDevice_qualifiers[] =
 95535               {
 95536                   /* Deprecated */
 95537                   "\013\000\001CIM_EnabledLogicalElement.RequestStateChange\000",
 95538                   0,
 95539               };
 95540               
 95541               static MetaMethod
 95542               _CIM_LogicalDevice_EnableDevice =
 95543               {
 95544                   /* flags */
 95545                   META_FLAG_METHOD,
 95546                   /* name */
 95547                   "CIM_LogicalDevice",
 95548                   /* qualifiers */
 95549                   _CIM_LogicalDevice_EnableDevice_qualifiers,
 95550 mike  1.1.2.1     /* type */
 95551                   CIMTYPE_UINT32,
 95552                   /* parameters */
 95553                   _CIM_LogicalDevice_EnableDevice_parameters,
 95554               };
 95555               
 95556               static const char*
 95557               _CIM_LogicalDevice_OnlineDevice_Online_qualifiers[] =
 95558               {
 95559                   /* IN */
 95560                   "\024\001",
 95561                   0,
 95562               };
 95563               
 95564               static MetaProperty
 95565               _CIM_LogicalDevice_OnlineDevice_Online =
 95566               {
 95567                   /* flags */
 95568                   META_FLAG_PROPERTY|META_FLAG_IN,
 95569                   /* name */
 95570                   "Online",
 95571 mike  1.1.2.1     /* qualifiers */
 95572                   _CIM_LogicalDevice_OnlineDevice_Online_qualifiers,
 95573                   /* type */
 95574                   CIMTYPE_BOOLEAN,
 95575                   /* subscript */
 95576                   -1,
 95577                   /* value */
 95578                   0,
 95579               };
 95580               
 95581               static MetaFeature*
 95582               _CIM_LogicalDevice_OnlineDevice_parameters[] =
 95583               {
 95584                   (MetaFeature*)&_CIM_LogicalDevice_OnlineDevice_Online,
 95585                   0,
 95586               };
 95587               
 95588               static const char*
 95589               _CIM_LogicalDevice_OnlineDevice_qualifiers[] =
 95590               {
 95591                   /* Deprecated */
 95592 mike  1.1.2.1     "\013\000\001CIM_EnabledLogicalElement.RequestStateChange\000",
 95593                   0,
 95594               };
 95595               
 95596               static MetaMethod
 95597               _CIM_LogicalDevice_OnlineDevice =
 95598               {
 95599                   /* flags */
 95600                   META_FLAG_METHOD,
 95601                   /* name */
 95602                   "CIM_LogicalDevice",
 95603                   /* qualifiers */
 95604                   _CIM_LogicalDevice_OnlineDevice_qualifiers,
 95605                   /* type */
 95606                   CIMTYPE_UINT32,
 95607                   /* parameters */
 95608                   _CIM_LogicalDevice_OnlineDevice_parameters,
 95609               };
 95610               
 95611               static const char*
 95612               _CIM_LogicalDevice_QuiesceDevice_Quiesce_qualifiers[] =
 95613 mike  1.1.2.1 {
 95614                   /* IN */
 95615                   "\024\001",
 95616                   0,
 95617               };
 95618               
 95619               static MetaProperty
 95620               _CIM_LogicalDevice_QuiesceDevice_Quiesce =
 95621               {
 95622                   /* flags */
 95623                   META_FLAG_PROPERTY|META_FLAG_IN,
 95624                   /* name */
 95625                   "Quiesce",
 95626                   /* qualifiers */
 95627                   _CIM_LogicalDevice_QuiesceDevice_Quiesce_qualifiers,
 95628                   /* type */
 95629                   CIMTYPE_BOOLEAN,
 95630                   /* subscript */
 95631                   -1,
 95632                   /* value */
 95633                   0,
 95634 mike  1.1.2.1 };
 95635               
 95636               static MetaFeature*
 95637               _CIM_LogicalDevice_QuiesceDevice_parameters[] =
 95638               {
 95639                   (MetaFeature*)&_CIM_LogicalDevice_QuiesceDevice_Quiesce,
 95640                   0,
 95641               };
 95642               
 95643               static const char*
 95644               _CIM_LogicalDevice_QuiesceDevice_qualifiers[] =
 95645               {
 95646                   /* Deprecated */
 95647                   "\013\000\001CIM_EnabledLogicalElement.RequestStateChange\000",
 95648                   0,
 95649               };
 95650               
 95651               static MetaMethod
 95652               _CIM_LogicalDevice_QuiesceDevice =
 95653               {
 95654                   /* flags */
 95655 mike  1.1.2.1     META_FLAG_METHOD,
 95656                   /* name */
 95657                   "CIM_LogicalDevice",
 95658                   /* qualifiers */
 95659                   _CIM_LogicalDevice_QuiesceDevice_qualifiers,
 95660                   /* type */
 95661                   CIMTYPE_UINT32,
 95662                   /* parameters */
 95663                   _CIM_LogicalDevice_QuiesceDevice_parameters,
 95664               };
 95665               
 95666               static MetaFeature*
 95667               _CIM_LogicalDevice_SaveProperties_parameters[] =
 95668               {
 95669                   0,
 95670               };
 95671               
 95672               static const char*
 95673               _CIM_LogicalDevice_SaveProperties_qualifiers[] =
 95674               {
 95675                   0,
 95676 mike  1.1.2.1 };
 95677               
 95678               static MetaMethod
 95679               _CIM_LogicalDevice_SaveProperties =
 95680               {
 95681                   /* flags */
 95682                   META_FLAG_METHOD,
 95683                   /* name */
 95684                   "CIM_LogicalDevice",
 95685                   /* qualifiers */
 95686                   _CIM_LogicalDevice_SaveProperties_qualifiers,
 95687                   /* type */
 95688                   CIMTYPE_UINT32,
 95689                   /* parameters */
 95690                   _CIM_LogicalDevice_SaveProperties_parameters,
 95691               };
 95692               
 95693               static MetaFeature*
 95694               _CIM_LogicalDevice_RestoreProperties_parameters[] =
 95695               {
 95696                   0,
 95697 mike  1.1.2.1 };
 95698               
 95699               static const char*
 95700               _CIM_LogicalDevice_RestoreProperties_qualifiers[] =
 95701               {
 95702                   0,
 95703               };
 95704               
 95705               static MetaMethod
 95706               _CIM_LogicalDevice_RestoreProperties =
 95707               {
 95708                   /* flags */
 95709                   META_FLAG_METHOD,
 95710                   /* name */
 95711                   "CIM_LogicalDevice",
 95712                   /* qualifiers */
 95713                   _CIM_LogicalDevice_RestoreProperties_qualifiers,
 95714                   /* type */
 95715                   CIMTYPE_UINT32,
 95716                   /* parameters */
 95717                   _CIM_LogicalDevice_RestoreProperties_parameters,
 95718 mike  1.1.2.1 };
 95719               
 95720               static MetaFeature*
 95721               _CIM_LogicalDevice_features[] =
 95722               {
 95723                   (MetaFeature*)&_CIM_LogicalDevice_SystemCreationClassName,
 95724                   (MetaFeature*)&_CIM_LogicalDevice_SystemName,
 95725                   (MetaFeature*)&_CIM_LogicalDevice_CreationClassName,
 95726                   (MetaFeature*)&_CIM_LogicalDevice_DeviceID,
 95727                   (MetaFeature*)&_CIM_LogicalDevice_PowerManagementSupported,
 95728                   (MetaFeature*)&_CIM_LogicalDevice_PowerManagementCapabilities,
 95729                   (MetaFeature*)&_CIM_LogicalDevice_Availability,
 95730                   (MetaFeature*)&_CIM_LogicalDevice_StatusInfo,
 95731                   (MetaFeature*)&_CIM_LogicalDevice_LastErrorCode,
 95732                   (MetaFeature*)&_CIM_LogicalDevice_ErrorDescription,
 95733                   (MetaFeature*)&_CIM_LogicalDevice_ErrorCleared,
 95734                   (MetaFeature*)&_CIM_LogicalDevice_OtherIdentifyingInfo,
 95735                   (MetaFeature*)&_CIM_LogicalDevice_PowerOnHours,
 95736                   (MetaFeature*)&_CIM_LogicalDevice_TotalPowerOnHours,
 95737                   (MetaFeature*)&_CIM_LogicalDevice_IdentifyingDescriptions,
 95738                   (MetaFeature*)&_CIM_LogicalDevice_AdditionalAvailability,
 95739 mike  1.1.2.1     (MetaFeature*)&_CIM_LogicalDevice_MaxQuiesceTime,
 95740                   (MetaFeature*)&_CIM_LogicalDevice_SetPowerState,
 95741                   (MetaFeature*)&_CIM_LogicalDevice_Reset,
 95742                   (MetaFeature*)&_CIM_LogicalDevice_EnableDevice,
 95743                   (MetaFeature*)&_CIM_LogicalDevice_OnlineDevice,
 95744                   (MetaFeature*)&_CIM_LogicalDevice_QuiesceDevice,
 95745                   (MetaFeature*)&_CIM_LogicalDevice_SaveProperties,
 95746                   (MetaFeature*)&_CIM_LogicalDevice_RestoreProperties,
 95747                   0,
 95748               };
 95749               
 95750               static const char*
 95751               __root_cimv2_CIM_LogicalDevice_qualifiers[] =
 95752               {
 95753                   /* UMLPackagePath */
 95754                   "\057CIM::Core::Device",
 95755                   /* Abstract */
 95756                   "\002\001",
 95757                   /* Version */
 95758                   "\0632.8.0",
 95759                   0,
 95760 mike  1.1.2.1 };
 95761               
 95762               MetaClass
 95763               __root_cimv2_CIM_LogicalDevice =
 95764               {
 95765                   /* flags */
 95766                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 95767                   /* name */
 95768                   "CIM_LogicalDevice",
 95769                   /* qualifiers */
 95770                   __root_cimv2_CIM_LogicalDevice_qualifiers,
 95771                   /* super */
 95772                   &__root_cimv2_CIM_EnabledLogicalElement,
 95773                   /* features */
 95774                   _CIM_LogicalDevice_features,
 95775               };
 95776               
 95777               //==============================================================================
 95778               //
 95779               // Class: CIM_LogicalModule
 95780               //
 95781 mike  1.1.2.1 //==============================================================================
 95782               
 95783               static const char*
 95784               _CIM_LogicalModule_ModuleNumber_qualifiers[] =
 95785               {
 95786                   0,
 95787               };
 95788               
 95789               static MetaProperty
 95790               _CIM_LogicalModule_ModuleNumber =
 95791               {
 95792                   /* flags */
 95793                   META_FLAG_PROPERTY|META_FLAG_READ,
 95794                   /* name */
 95795                   "ModuleNumber",
 95796                   /* qualifiers */
 95797                   _CIM_LogicalModule_ModuleNumber_qualifiers,
 95798                   /* type */
 95799                   CIMTYPE_UINT16,
 95800                   /* subscript */
 95801                   -1,
 95802 mike  1.1.2.1     /* value */
 95803                   0,
 95804               };
 95805               
 95806               static MetaFeature*
 95807               _CIM_LogicalModule_features[] =
 95808               {
 95809                   (MetaFeature*)&_CIM_LogicalModule_ModuleNumber,
 95810                   0,
 95811               };
 95812               
 95813               static const char*
 95814               __root_cimv2_CIM_LogicalModule_qualifiers[] =
 95815               {
 95816                   /* UMLPackagePath */
 95817                   "\057CIM::Device::Ports",
 95818                   /* Version */
 95819                   "\0632.8.0",
 95820                   0,
 95821               };
 95822               
 95823 mike  1.1.2.1 MetaClass
 95824               __root_cimv2_CIM_LogicalModule =
 95825               {
 95826                   /* flags */
 95827                   META_FLAG_CLASS,
 95828                   /* name */
 95829                   "CIM_LogicalModule",
 95830                   /* qualifiers */
 95831                   __root_cimv2_CIM_LogicalModule_qualifiers,
 95832                   /* super */
 95833                   &__root_cimv2_CIM_LogicalDevice,
 95834                   /* features */
 95835                   _CIM_LogicalModule_features,
 95836               };
 95837               
 95838               //==============================================================================
 95839               //
 95840               // Class: CIM_LogicalPort
 95841               //
 95842               //==============================================================================
 95843               
 95844 mike  1.1.2.1 static const char*
 95845               _CIM_LogicalPort_Speed_qualifiers[] =
 95846               {
 95847                   /* Units */
 95848                   "\060Bits per Second",
 95849                   0,
 95850               };
 95851               
 95852               static MetaProperty
 95853               _CIM_LogicalPort_Speed =
 95854               {
 95855                   /* flags */
 95856                   META_FLAG_PROPERTY|META_FLAG_READ,
 95857                   /* name */
 95858                   "Speed",
 95859                   /* qualifiers */
 95860                   _CIM_LogicalPort_Speed_qualifiers,
 95861                   /* type */
 95862                   CIMTYPE_UINT64,
 95863                   /* subscript */
 95864                   -1,
 95865 mike  1.1.2.1     /* value */
 95866                   0,
 95867               };
 95868               
 95869               static const char*
 95870               _CIM_LogicalPort_MaxSpeed_qualifiers[] =
 95871               {
 95872                   /* Units */
 95873                   "\060Bits per Second",
 95874                   0,
 95875               };
 95876               
 95877               static MetaProperty
 95878               _CIM_LogicalPort_MaxSpeed =
 95879               {
 95880                   /* flags */
 95881                   META_FLAG_PROPERTY|META_FLAG_READ,
 95882                   /* name */
 95883                   "MaxSpeed",
 95884                   /* qualifiers */
 95885                   _CIM_LogicalPort_MaxSpeed_qualifiers,
 95886 mike  1.1.2.1     /* type */
 95887                   CIMTYPE_UINT64,
 95888                   /* subscript */
 95889                   -1,
 95890                   /* value */
 95891                   0,
 95892               };
 95893               
 95894               static const char*
 95895               _CIM_LogicalPort_RequestedSpeed_qualifiers[] =
 95896               {
 95897                   /* Write */
 95898                   "\065\001",
 95899                   /* Units */
 95900                   "\060Bits per Second",
 95901                   /* ModelCorrespondence */
 95902                   "\036\000\001CIM_LogicalPort.Speed\000",
 95903                   0,
 95904               };
 95905               
 95906               static MetaProperty
 95907 mike  1.1.2.1 _CIM_LogicalPort_RequestedSpeed =
 95908               {
 95909                   /* flags */
 95910                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 95911                   /* name */
 95912                   "RequestedSpeed",
 95913                   /* qualifiers */
 95914                   _CIM_LogicalPort_RequestedSpeed_qualifiers,
 95915                   /* type */
 95916                   CIMTYPE_UINT64,
 95917                   /* subscript */
 95918                   -1,
 95919                   /* value */
 95920                   0,
 95921               };
 95922               
 95923               static const char*
 95924               _CIM_LogicalPort_UsageRestriction_qualifiers[] =
 95925               {
 95926                   /* ValueMap */
 95927                   "\061\000\0040\0002\0003\0004\000",
 95928 mike  1.1.2.1     /* Values */
 95929                   "\062\000\004Unknown\000Front-end only\000Back-end only\000Not restricted\000",
 95930                   0,
 95931               };
 95932               
 95933               static MetaProperty
 95934               _CIM_LogicalPort_UsageRestriction =
 95935               {
 95936                   /* flags */
 95937                   META_FLAG_PROPERTY|META_FLAG_READ,
 95938                   /* name */
 95939                   "UsageRestriction",
 95940                   /* qualifiers */
 95941                   _CIM_LogicalPort_UsageRestriction_qualifiers,
 95942                   /* type */
 95943                   CIMTYPE_UINT16,
 95944                   /* subscript */
 95945                   -1,
 95946                   /* value */
 95947                   0,
 95948               };
 95949 mike  1.1.2.1 
 95950               static const char*
 95951               _CIM_LogicalPort_PortType_qualifiers[] =
 95952               {
 95953                   /* ValueMap */
 95954                   "\061\000\0050\0001\0002\0003..15999\00016000..65535\000",
 95955                   /* Values */
 95956                   "\062\000\005Unknown\000Other\000Not Applicable\000DMTF Reserved\000Vendor Reserved\000",
 95957                   /* ModelCorrespondence */
 95958                   "\036\000\001CIM_NetworkPort.OtherNetworkPortType\000",
 95959                   0,
 95960               };
 95961               
 95962               static MetaProperty
 95963               _CIM_LogicalPort_PortType =
 95964               {
 95965                   /* flags */
 95966                   META_FLAG_PROPERTY|META_FLAG_READ,
 95967                   /* name */
 95968                   "PortType",
 95969                   /* qualifiers */
 95970 mike  1.1.2.1     _CIM_LogicalPort_PortType_qualifiers,
 95971                   /* type */
 95972                   CIMTYPE_UINT16,
 95973                   /* subscript */
 95974                   -1,
 95975                   /* value */
 95976                   0,
 95977               };
 95978               
 95979               static const char*
 95980               _CIM_LogicalPort_OtherPortType_qualifiers[] =
 95981               {
 95982                   /* ModelCorrespondence */
 95983                   "\036\000\001CIM_LogicalPort.PortType\000",
 95984                   0,
 95985               };
 95986               
 95987               static MetaProperty
 95988               _CIM_LogicalPort_OtherPortType =
 95989               {
 95990                   /* flags */
 95991 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 95992                   /* name */
 95993                   "OtherPortType",
 95994                   /* qualifiers */
 95995                   _CIM_LogicalPort_OtherPortType_qualifiers,
 95996                   /* type */
 95997                   CIMTYPE_STRING,
 95998                   /* subscript */
 95999                   -1,
 96000                   /* value */
 96001                   0,
 96002               };
 96003               
 96004               static MetaFeature*
 96005               _CIM_LogicalPort_features[] =
 96006               {
 96007                   (MetaFeature*)&_CIM_LogicalPort_Speed,
 96008                   (MetaFeature*)&_CIM_LogicalPort_MaxSpeed,
 96009                   (MetaFeature*)&_CIM_LogicalPort_RequestedSpeed,
 96010                   (MetaFeature*)&_CIM_LogicalPort_UsageRestriction,
 96011                   (MetaFeature*)&_CIM_LogicalPort_PortType,
 96012 mike  1.1.2.1     (MetaFeature*)&_CIM_LogicalPort_OtherPortType,
 96013                   0,
 96014               };
 96015               
 96016               static const char*
 96017               __root_cimv2_CIM_LogicalPort_qualifiers[] =
 96018               {
 96019                   /* UMLPackagePath */
 96020                   "\057CIM::Device::Ports",
 96021                   /* Version */
 96022                   "\0632.10.0",
 96023                   0,
 96024               };
 96025               
 96026               MetaClass
 96027               __root_cimv2_CIM_LogicalPort =
 96028               {
 96029                   /* flags */
 96030                   META_FLAG_CLASS,
 96031                   /* name */
 96032                   "CIM_LogicalPort",
 96033 mike  1.1.2.1     /* qualifiers */
 96034                   __root_cimv2_CIM_LogicalPort_qualifiers,
 96035                   /* super */
 96036                   &__root_cimv2_CIM_LogicalDevice,
 96037                   /* features */
 96038                   _CIM_LogicalPort_features,
 96039               };
 96040               
 96041               //==============================================================================
 96042               //
 96043               // Class: CIM_LogManagesRecord
 96044               //
 96045               //==============================================================================
 96046               
 96047               static const char*
 96048               _CIM_LogManagesRecord_Log_qualifiers[] =
 96049               {
 96050                   /* Key */
 96051                   "\025\001",
 96052                   /* Aggregate */
 96053                   "\003\001",
 96054 mike  1.1.2.1     /* Min */
 96055                   "\033\000\000\000\001",
 96056                   /* Max */
 96057                   "\027\000\000\000\001",
 96058                   0,
 96059               };
 96060               
 96061               static MetaReference
 96062               _CIM_LogManagesRecord_Log =
 96063               {
 96064                   /* flags */
 96065                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 96066                   /* name */
 96067                   "Log",
 96068                   /* qualifiers */
 96069                   _CIM_LogManagesRecord_Log_qualifiers,
 96070                   /* subscript */
 96071                   -1,
 96072                   /* refId */
 96073                   &__root_cimv2_CIM_Log,
 96074               };
 96075 mike  1.1.2.1 
 96076               static const char*
 96077               _CIM_LogManagesRecord_Record_qualifiers[] =
 96078               {
 96079                   /* Key */
 96080                   "\025\001",
 96081                   0,
 96082               };
 96083               
 96084               static MetaReference
 96085               _CIM_LogManagesRecord_Record =
 96086               {
 96087                   /* flags */
 96088                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 96089                   /* name */
 96090                   "Record",
 96091                   /* qualifiers */
 96092                   _CIM_LogManagesRecord_Record_qualifiers,
 96093                   /* subscript */
 96094                   -1,
 96095                   /* refId */
 96096 mike  1.1.2.1     &__root_cimv2_CIM_RecordForLog,
 96097               };
 96098               
 96099               static MetaFeature*
 96100               _CIM_LogManagesRecord_features[] =
 96101               {
 96102                   (MetaFeature*)&_CIM_LogManagesRecord_Log,
 96103                   (MetaFeature*)&_CIM_LogManagesRecord_Record,
 96104                   0,
 96105               };
 96106               
 96107               static const char*
 96108               __root_cimv2_CIM_LogManagesRecord_qualifiers[] =
 96109               {
 96110                   /* ASSOCIATION */
 96111                   "\000\001",
 96112                   /* UMLPackagePath */
 96113                   "\057CIM::System::Logs",
 96114                   /* Aggregation */
 96115                   "\004\001",
 96116                   /* Composition */
 96117 mike  1.1.2.1     "\011\001",
 96118                   /* Version */
 96119                   "\0632.9.0",
 96120                   0,
 96121               };
 96122               
 96123               MetaClass
 96124               __root_cimv2_CIM_LogManagesRecord =
 96125               {
 96126                   /* flags */
 96127                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 96128                   /* name */
 96129                   "CIM_LogManagesRecord",
 96130                   /* qualifiers */
 96131                   __root_cimv2_CIM_LogManagesRecord_qualifiers,
 96132                   /* super */
 96133                   0,
 96134                   /* features */
 96135                   _CIM_LogManagesRecord_features,
 96136               };
 96137               
 96138 mike  1.1.2.1 //==============================================================================
 96139               //
 96140               // Class: CIM_MediaAccessDevice
 96141               //
 96142               //==============================================================================
 96143               
 96144               static const char*
 96145               _CIM_MediaAccessDevice_Capabilities_qualifiers[] =
 96146               {
 96147                   /* ValueMap */
 96148                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000",
 96149                   /* Values */
 96150                   "\062\000\015Unknown\000Other\000Sequential Access\000Random Access\000Supports Writing\000Encryption\000Compression\000Supports Removeable Media\000Manual Cleaning\000Automatic Cleaning\000SMART Notification\000Supports Dual Sided Media\000Predismount Eject Not Required\000",
 96151                   /* MappingStrings */
 96152                   "\026\000\006MIF.DMTF|Storage Devices|001.9\000MIF.DMTF|Storage Devices|001.11\000MIF.DMTF|Storage Devices|001.12\000MIF.DMTF|Disks|003.7\000MIF.DMTF|Host Disk|001.2\000MIF.DMTF|Host Disk|001.4\000",
 96153                   /* ArrayType */
 96154                   "\005Indexed",
 96155                   /* ModelCorrespondence */
 96156                   "\036\000\001CIM_MediaAccessDevice.CapabilityDescriptions\000",
 96157                   0,
 96158               };
 96159 mike  1.1.2.1 
 96160               static MetaProperty
 96161               _CIM_MediaAccessDevice_Capabilities =
 96162               {
 96163                   /* flags */
 96164                   META_FLAG_PROPERTY|META_FLAG_READ,
 96165                   /* name */
 96166                   "Capabilities",
 96167                   /* qualifiers */
 96168                   _CIM_MediaAccessDevice_Capabilities_qualifiers,
 96169                   /* type */
 96170                   CIMTYPE_UINT16,
 96171                   /* subscript */
 96172                   0,
 96173                   /* value */
 96174                   0,
 96175               };
 96176               
 96177               static const char*
 96178               _CIM_MediaAccessDevice_CapabilityDescriptions_qualifiers[] =
 96179               {
 96180 mike  1.1.2.1     /* ArrayType */
 96181                   "\005Indexed",
 96182                   /* ModelCorrespondence */
 96183                   "\036\000\001CIM_MediaAccessDevice.Capabilities\000",
 96184                   0,
 96185               };
 96186               
 96187               static MetaProperty
 96188               _CIM_MediaAccessDevice_CapabilityDescriptions =
 96189               {
 96190                   /* flags */
 96191                   META_FLAG_PROPERTY|META_FLAG_READ,
 96192                   /* name */
 96193                   "CapabilityDescriptions",
 96194                   /* qualifiers */
 96195                   _CIM_MediaAccessDevice_CapabilityDescriptions_qualifiers,
 96196                   /* type */
 96197                   CIMTYPE_STRING,
 96198                   /* subscript */
 96199                   0,
 96200                   /* value */
 96201 mike  1.1.2.1     0,
 96202               };
 96203               
 96204               static const char*
 96205               _CIM_MediaAccessDevice_ErrorMethodology_qualifiers[] =
 96206               {
 96207                   0,
 96208               };
 96209               
 96210               static MetaProperty
 96211               _CIM_MediaAccessDevice_ErrorMethodology =
 96212               {
 96213                   /* flags */
 96214                   META_FLAG_PROPERTY|META_FLAG_READ,
 96215                   /* name */
 96216                   "ErrorMethodology",
 96217                   /* qualifiers */
 96218                   _CIM_MediaAccessDevice_ErrorMethodology_qualifiers,
 96219                   /* type */
 96220                   CIMTYPE_STRING,
 96221                   /* subscript */
 96222 mike  1.1.2.1     -1,
 96223                   /* value */
 96224                   0,
 96225               };
 96226               
 96227               static const char*
 96228               _CIM_MediaAccessDevice_CompressionMethod_qualifiers[] =
 96229               {
 96230                   0,
 96231               };
 96232               
 96233               static MetaProperty
 96234               _CIM_MediaAccessDevice_CompressionMethod =
 96235               {
 96236                   /* flags */
 96237                   META_FLAG_PROPERTY|META_FLAG_READ,
 96238                   /* name */
 96239                   "CompressionMethod",
 96240                   /* qualifiers */
 96241                   _CIM_MediaAccessDevice_CompressionMethod_qualifiers,
 96242                   /* type */
 96243 mike  1.1.2.1     CIMTYPE_STRING,
 96244                   /* subscript */
 96245                   -1,
 96246                   /* value */
 96247                   0,
 96248               };
 96249               
 96250               static const char*
 96251               _CIM_MediaAccessDevice_NumberOfMediaSupported_qualifiers[] =
 96252               {
 96253                   0,
 96254               };
 96255               
 96256               static MetaProperty
 96257               _CIM_MediaAccessDevice_NumberOfMediaSupported =
 96258               {
 96259                   /* flags */
 96260                   META_FLAG_PROPERTY|META_FLAG_READ,
 96261                   /* name */
 96262                   "NumberOfMediaSupported",
 96263                   /* qualifiers */
 96264 mike  1.1.2.1     _CIM_MediaAccessDevice_NumberOfMediaSupported_qualifiers,
 96265                   /* type */
 96266                   CIMTYPE_UINT32,
 96267                   /* subscript */
 96268                   -1,
 96269                   /* value */
 96270                   0,
 96271               };
 96272               
 96273               static const char*
 96274               _CIM_MediaAccessDevice_MaxMediaSize_qualifiers[] =
 96275               {
 96276                   /* MappingStrings */
 96277                   "\026\000\002MIF.DMTF|Sequential Access Devices|001.2\000MIF.DMTF|Host Disk|001.5\000",
 96278                   0,
 96279               };
 96280               
 96281               static MetaProperty
 96282               _CIM_MediaAccessDevice_MaxMediaSize =
 96283               {
 96284                   /* flags */
 96285 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 96286                   /* name */
 96287                   "MaxMediaSize",
 96288                   /* qualifiers */
 96289                   _CIM_MediaAccessDevice_MaxMediaSize_qualifiers,
 96290                   /* type */
 96291                   CIMTYPE_UINT64,
 96292                   /* subscript */
 96293                   -1,
 96294                   /* value */
 96295                   0,
 96296               };
 96297               
 96298               static const char*
 96299               _CIM_MediaAccessDevice_DefaultBlockSize_qualifiers[] =
 96300               {
 96301                   /* Units */
 96302                   "\060Bytes",
 96303                   0,
 96304               };
 96305               
 96306 mike  1.1.2.1 static MetaProperty
 96307               _CIM_MediaAccessDevice_DefaultBlockSize =
 96308               {
 96309                   /* flags */
 96310                   META_FLAG_PROPERTY|META_FLAG_READ,
 96311                   /* name */
 96312                   "DefaultBlockSize",
 96313                   /* qualifiers */
 96314                   _CIM_MediaAccessDevice_DefaultBlockSize_qualifiers,
 96315                   /* type */
 96316                   CIMTYPE_UINT64,
 96317                   /* subscript */
 96318                   -1,
 96319                   /* value */
 96320                   0,
 96321               };
 96322               
 96323               static const char*
 96324               _CIM_MediaAccessDevice_MaxBlockSize_qualifiers[] =
 96325               {
 96326                   /* Units */
 96327 mike  1.1.2.1     "\060Bytes",
 96328                   0,
 96329               };
 96330               
 96331               static MetaProperty
 96332               _CIM_MediaAccessDevice_MaxBlockSize =
 96333               {
 96334                   /* flags */
 96335                   META_FLAG_PROPERTY|META_FLAG_READ,
 96336                   /* name */
 96337                   "MaxBlockSize",
 96338                   /* qualifiers */
 96339                   _CIM_MediaAccessDevice_MaxBlockSize_qualifiers,
 96340                   /* type */
 96341                   CIMTYPE_UINT64,
 96342                   /* subscript */
 96343                   -1,
 96344                   /* value */
 96345                   0,
 96346               };
 96347               
 96348 mike  1.1.2.1 static const char*
 96349               _CIM_MediaAccessDevice_MinBlockSize_qualifiers[] =
 96350               {
 96351                   /* Units */
 96352                   "\060Bytes",
 96353                   0,
 96354               };
 96355               
 96356               static MetaProperty
 96357               _CIM_MediaAccessDevice_MinBlockSize =
 96358               {
 96359                   /* flags */
 96360                   META_FLAG_PROPERTY|META_FLAG_READ,
 96361                   /* name */
 96362                   "MinBlockSize",
 96363                   /* qualifiers */
 96364                   _CIM_MediaAccessDevice_MinBlockSize_qualifiers,
 96365                   /* type */
 96366                   CIMTYPE_UINT64,
 96367                   /* subscript */
 96368                   -1,
 96369 mike  1.1.2.1     /* value */
 96370                   0,
 96371               };
 96372               
 96373               static const char*
 96374               _CIM_MediaAccessDevice_NeedsCleaning_qualifiers[] =
 96375               {
 96376                   0,
 96377               };
 96378               
 96379               static MetaProperty
 96380               _CIM_MediaAccessDevice_NeedsCleaning =
 96381               {
 96382                   /* flags */
 96383                   META_FLAG_PROPERTY|META_FLAG_READ,
 96384                   /* name */
 96385                   "NeedsCleaning",
 96386                   /* qualifiers */
 96387                   _CIM_MediaAccessDevice_NeedsCleaning_qualifiers,
 96388                   /* type */
 96389                   CIMTYPE_BOOLEAN,
 96390 mike  1.1.2.1     /* subscript */
 96391                   -1,
 96392                   /* value */
 96393                   0,
 96394               };
 96395               
 96396               static const char*
 96397               _CIM_MediaAccessDevice_MediaIsLocked_qualifiers[] =
 96398               {
 96399                   0,
 96400               };
 96401               
 96402               static MetaProperty
 96403               _CIM_MediaAccessDevice_MediaIsLocked =
 96404               {
 96405                   /* flags */
 96406                   META_FLAG_PROPERTY|META_FLAG_READ,
 96407                   /* name */
 96408                   "MediaIsLocked",
 96409                   /* qualifiers */
 96410                   _CIM_MediaAccessDevice_MediaIsLocked_qualifiers,
 96411 mike  1.1.2.1     /* type */
 96412                   CIMTYPE_BOOLEAN,
 96413                   /* subscript */
 96414                   -1,
 96415                   /* value */
 96416                   0,
 96417               };
 96418               
 96419               static const char*
 96420               _CIM_MediaAccessDevice_Security_qualifiers[] =
 96421               {
 96422                   /* ValueMap */
 96423                   "\061\000\0071\0002\0003\0004\0005\0006\0007\000",
 96424                   /* Values */
 96425                   "\062\000\007Other\000Unknown\000None\000Read Only\000Locked Out\000Boot Bypass\000Boot Bypass and Read Only\000",
 96426                   /* MappingStrings */
 96427                   "\026\000\001MIF.DMTF|Disks|003.22\000",
 96428                   0,
 96429               };
 96430               
 96431               static MetaProperty
 96432 mike  1.1.2.1 _CIM_MediaAccessDevice_Security =
 96433               {
 96434                   /* flags */
 96435                   META_FLAG_PROPERTY|META_FLAG_READ,
 96436                   /* name */
 96437                   "Security",
 96438                   /* qualifiers */
 96439                   _CIM_MediaAccessDevice_Security_qualifiers,
 96440                   /* type */
 96441                   CIMTYPE_UINT16,
 96442                   /* subscript */
 96443                   -1,
 96444                   /* value */
 96445                   0,
 96446               };
 96447               
 96448               static const char*
 96449               _CIM_MediaAccessDevice_LastCleaned_qualifiers[] =
 96450               {
 96451                   0,
 96452               };
 96453 mike  1.1.2.1 
 96454               static MetaProperty
 96455               _CIM_MediaAccessDevice_LastCleaned =
 96456               {
 96457                   /* flags */
 96458                   META_FLAG_PROPERTY|META_FLAG_READ,
 96459                   /* name */
 96460                   "LastCleaned",
 96461                   /* qualifiers */
 96462                   _CIM_MediaAccessDevice_LastCleaned_qualifiers,
 96463                   /* type */
 96464                   CIMTYPE_DATETIME,
 96465                   /* subscript */
 96466                   -1,
 96467                   /* value */
 96468                   0,
 96469               };
 96470               
 96471               static const char*
 96472               _CIM_MediaAccessDevice_MaxAccessTime_qualifiers[] =
 96473               {
 96474 mike  1.1.2.1     /* Units */
 96475                   "\060MilliSeconds",
 96476                   0,
 96477               };
 96478               
 96479               static MetaProperty
 96480               _CIM_MediaAccessDevice_MaxAccessTime =
 96481               {
 96482                   /* flags */
 96483                   META_FLAG_PROPERTY|META_FLAG_READ,
 96484                   /* name */
 96485                   "MaxAccessTime",
 96486                   /* qualifiers */
 96487                   _CIM_MediaAccessDevice_MaxAccessTime_qualifiers,
 96488                   /* type */
 96489                   CIMTYPE_UINT64,
 96490                   /* subscript */
 96491                   -1,
 96492                   /* value */
 96493                   0,
 96494               };
 96495 mike  1.1.2.1 
 96496               static const char*
 96497               _CIM_MediaAccessDevice_UncompressedDataRate_qualifiers[] =
 96498               {
 96499                   /* Units */
 96500                   "\060KiloBytes per Second",
 96501                   0,
 96502               };
 96503               
 96504               static MetaProperty
 96505               _CIM_MediaAccessDevice_UncompressedDataRate =
 96506               {
 96507                   /* flags */
 96508                   META_FLAG_PROPERTY|META_FLAG_READ,
 96509                   /* name */
 96510                   "UncompressedDataRate",
 96511                   /* qualifiers */
 96512                   _CIM_MediaAccessDevice_UncompressedDataRate_qualifiers,
 96513                   /* type */
 96514                   CIMTYPE_UINT32,
 96515                   /* subscript */
 96516 mike  1.1.2.1     -1,
 96517                   /* value */
 96518                   0,
 96519               };
 96520               
 96521               static const char*
 96522               _CIM_MediaAccessDevice_LoadTime_qualifiers[] =
 96523               {
 96524                   /* Units */
 96525                   "\060MilliSeconds",
 96526                   0,
 96527               };
 96528               
 96529               static MetaProperty
 96530               _CIM_MediaAccessDevice_LoadTime =
 96531               {
 96532                   /* flags */
 96533                   META_FLAG_PROPERTY|META_FLAG_READ,
 96534                   /* name */
 96535                   "LoadTime",
 96536                   /* qualifiers */
 96537 mike  1.1.2.1     _CIM_MediaAccessDevice_LoadTime_qualifiers,
 96538                   /* type */
 96539                   CIMTYPE_UINT64,
 96540                   /* subscript */
 96541                   -1,
 96542                   /* value */
 96543                   0,
 96544               };
 96545               
 96546               static const char*
 96547               _CIM_MediaAccessDevice_UnloadTime_qualifiers[] =
 96548               {
 96549                   /* Units */
 96550                   "\060MilliSeconds",
 96551                   0,
 96552               };
 96553               
 96554               static MetaProperty
 96555               _CIM_MediaAccessDevice_UnloadTime =
 96556               {
 96557                   /* flags */
 96558 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
 96559                   /* name */
 96560                   "UnloadTime",
 96561                   /* qualifiers */
 96562                   _CIM_MediaAccessDevice_UnloadTime_qualifiers,
 96563                   /* type */
 96564                   CIMTYPE_UINT64,
 96565                   /* subscript */
 96566                   -1,
 96567                   /* value */
 96568                   0,
 96569               };
 96570               
 96571               static const char*
 96572               _CIM_MediaAccessDevice_MountCount_qualifiers[] =
 96573               {
 96574                   /* Counter */
 96575                   "\012\001",
 96576                   0,
 96577               };
 96578               
 96579 mike  1.1.2.1 static MetaProperty
 96580               _CIM_MediaAccessDevice_MountCount =
 96581               {
 96582                   /* flags */
 96583                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 96584                   /* name */
 96585                   "MountCount",
 96586                   /* qualifiers */
 96587                   _CIM_MediaAccessDevice_MountCount_qualifiers,
 96588                   /* type */
 96589                   CIMTYPE_UINT64,
 96590                   /* subscript */
 96591                   -1,
 96592                   /* value */
 96593                   0,
 96594               };
 96595               
 96596               static const char*
 96597               _CIM_MediaAccessDevice_TimeOfLastMount_qualifiers[] =
 96598               {
 96599                   0,
 96600 mike  1.1.2.1 };
 96601               
 96602               static MetaProperty
 96603               _CIM_MediaAccessDevice_TimeOfLastMount =
 96604               {
 96605                   /* flags */
 96606                   META_FLAG_PROPERTY|META_FLAG_READ,
 96607                   /* name */
 96608                   "TimeOfLastMount",
 96609                   /* qualifiers */
 96610                   _CIM_MediaAccessDevice_TimeOfLastMount_qualifiers,
 96611                   /* type */
 96612                   CIMTYPE_DATETIME,
 96613                   /* subscript */
 96614                   -1,
 96615                   /* value */
 96616                   0,
 96617               };
 96618               
 96619               static const char*
 96620               _CIM_MediaAccessDevice_TotalMountTime_qualifiers[] =
 96621 mike  1.1.2.1 {
 96622                   0,
 96623               };
 96624               
 96625               static MetaProperty
 96626               _CIM_MediaAccessDevice_TotalMountTime =
 96627               {
 96628                   /* flags */
 96629                   META_FLAG_PROPERTY|META_FLAG_READ,
 96630                   /* name */
 96631                   "TotalMountTime",
 96632                   /* qualifiers */
 96633                   _CIM_MediaAccessDevice_TotalMountTime_qualifiers,
 96634                   /* type */
 96635                   CIMTYPE_UINT64,
 96636                   /* subscript */
 96637                   -1,
 96638                   /* value */
 96639                   0,
 96640               };
 96641               
 96642 mike  1.1.2.1 static const char*
 96643               _CIM_MediaAccessDevice_UnitsDescription_qualifiers[] =
 96644               {
 96645                   /* ModelCorrespondence */
 96646                   "\036\000\002CIM_MediaAccessDevice.MaxUnitsBeforeCleaning\000CIM_MediaAccessDevice.UnitsUsed\000",
 96647                   0,
 96648               };
 96649               
 96650               static MetaProperty
 96651               _CIM_MediaAccessDevice_UnitsDescription =
 96652               {
 96653                   /* flags */
 96654                   META_FLAG_PROPERTY|META_FLAG_READ,
 96655                   /* name */
 96656                   "UnitsDescription",
 96657                   /* qualifiers */
 96658                   _CIM_MediaAccessDevice_UnitsDescription_qualifiers,
 96659                   /* type */
 96660                   CIMTYPE_STRING,
 96661                   /* subscript */
 96662                   -1,
 96663 mike  1.1.2.1     /* value */
 96664                   0,
 96665               };
 96666               
 96667               static const char*
 96668               _CIM_MediaAccessDevice_MaxUnitsBeforeCleaning_qualifiers[] =
 96669               {
 96670                   /* ModelCorrespondence */
 96671                   "\036\000\001CIM_MediaAccessDevice.UnitsDescription\000",
 96672                   0,
 96673               };
 96674               
 96675               static MetaProperty
 96676               _CIM_MediaAccessDevice_MaxUnitsBeforeCleaning =
 96677               {
 96678                   /* flags */
 96679                   META_FLAG_PROPERTY|META_FLAG_READ,
 96680                   /* name */
 96681                   "MaxUnitsBeforeCleaning",
 96682                   /* qualifiers */
 96683                   _CIM_MediaAccessDevice_MaxUnitsBeforeCleaning_qualifiers,
 96684 mike  1.1.2.1     /* type */
 96685                   CIMTYPE_UINT64,
 96686                   /* subscript */
 96687                   -1,
 96688                   /* value */
 96689                   0,
 96690               };
 96691               
 96692               static const char*
 96693               _CIM_MediaAccessDevice_UnitsUsed_qualifiers[] =
 96694               {
 96695                   /* Gauge */
 96696                   "\023\001",
 96697                   /* ModelCorrespondence */
 96698                   "\036\000\002CIM_MediaAccessDevice.UnitsDescription\000CIM_MediaAccessDevice.MaxUnitsBeforeCleaning\000",
 96699                   0,
 96700               };
 96701               
 96702               static MetaProperty
 96703               _CIM_MediaAccessDevice_UnitsUsed =
 96704               {
 96705 mike  1.1.2.1     /* flags */
 96706                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
 96707                   /* name */
 96708                   "UnitsUsed",
 96709                   /* qualifiers */
 96710                   _CIM_MediaAccessDevice_UnitsUsed_qualifiers,
 96711                   /* type */
 96712                   CIMTYPE_UINT64,
 96713                   /* subscript */
 96714                   -1,
 96715                   /* value */
 96716                   0,
 96717               };
 96718               
 96719               static const char*
 96720               _CIM_MediaAccessDevice_LockMedia_Lock_qualifiers[] =
 96721               {
 96722                   /* IN */
 96723                   "\024\001",
 96724                   0,
 96725               };
 96726 mike  1.1.2.1 
 96727               static MetaProperty
 96728               _CIM_MediaAccessDevice_LockMedia_Lock =
 96729               {
 96730                   /* flags */
 96731                   META_FLAG_PROPERTY|META_FLAG_IN,
 96732                   /* name */
 96733                   "Lock",
 96734                   /* qualifiers */
 96735                   _CIM_MediaAccessDevice_LockMedia_Lock_qualifiers,
 96736                   /* type */
 96737                   CIMTYPE_BOOLEAN,
 96738                   /* subscript */
 96739                   -1,
 96740                   /* value */
 96741                   0,
 96742               };
 96743               
 96744               static MetaFeature*
 96745               _CIM_MediaAccessDevice_LockMedia_parameters[] =
 96746               {
 96747 mike  1.1.2.1     (MetaFeature*)&_CIM_MediaAccessDevice_LockMedia_Lock,
 96748                   0,
 96749               };
 96750               
 96751               static const char*
 96752               _CIM_MediaAccessDevice_LockMedia_qualifiers[] =
 96753               {
 96754                   0,
 96755               };
 96756               
 96757               static MetaMethod
 96758               _CIM_MediaAccessDevice_LockMedia =
 96759               {
 96760                   /* flags */
 96761                   META_FLAG_METHOD,
 96762                   /* name */
 96763                   "CIM_MediaAccessDevice",
 96764                   /* qualifiers */
 96765                   _CIM_MediaAccessDevice_LockMedia_qualifiers,
 96766                   /* type */
 96767                   CIMTYPE_UINT32,
 96768 mike  1.1.2.1     /* parameters */
 96769                   _CIM_MediaAccessDevice_LockMedia_parameters,
 96770               };
 96771               
 96772               static MetaFeature*
 96773               _CIM_MediaAccessDevice_features[] =
 96774               {
 96775                   (MetaFeature*)&_CIM_MediaAccessDevice_Capabilities,
 96776                   (MetaFeature*)&_CIM_MediaAccessDevice_CapabilityDescriptions,
 96777                   (MetaFeature*)&_CIM_MediaAccessDevice_ErrorMethodology,
 96778                   (MetaFeature*)&_CIM_MediaAccessDevice_CompressionMethod,
 96779                   (MetaFeature*)&_CIM_MediaAccessDevice_NumberOfMediaSupported,
 96780                   (MetaFeature*)&_CIM_MediaAccessDevice_MaxMediaSize,
 96781                   (MetaFeature*)&_CIM_MediaAccessDevice_DefaultBlockSize,
 96782                   (MetaFeature*)&_CIM_MediaAccessDevice_MaxBlockSize,
 96783                   (MetaFeature*)&_CIM_MediaAccessDevice_MinBlockSize,
 96784                   (MetaFeature*)&_CIM_MediaAccessDevice_NeedsCleaning,
 96785                   (MetaFeature*)&_CIM_MediaAccessDevice_MediaIsLocked,
 96786                   (MetaFeature*)&_CIM_MediaAccessDevice_Security,
 96787                   (MetaFeature*)&_CIM_MediaAccessDevice_LastCleaned,
 96788                   (MetaFeature*)&_CIM_MediaAccessDevice_MaxAccessTime,
 96789 mike  1.1.2.1     (MetaFeature*)&_CIM_MediaAccessDevice_UncompressedDataRate,
 96790                   (MetaFeature*)&_CIM_MediaAccessDevice_LoadTime,
 96791                   (MetaFeature*)&_CIM_MediaAccessDevice_UnloadTime,
 96792                   (MetaFeature*)&_CIM_MediaAccessDevice_MountCount,
 96793                   (MetaFeature*)&_CIM_MediaAccessDevice_TimeOfLastMount,
 96794                   (MetaFeature*)&_CIM_MediaAccessDevice_TotalMountTime,
 96795                   (MetaFeature*)&_CIM_MediaAccessDevice_UnitsDescription,
 96796                   (MetaFeature*)&_CIM_MediaAccessDevice_MaxUnitsBeforeCleaning,
 96797                   (MetaFeature*)&_CIM_MediaAccessDevice_UnitsUsed,
 96798                   (MetaFeature*)&_CIM_MediaAccessDevice_LockMedia,
 96799                   0,
 96800               };
 96801               
 96802               static const char*
 96803               __root_cimv2_CIM_MediaAccessDevice_qualifiers[] =
 96804               {
 96805                   /* UMLPackagePath */
 96806                   "\057CIM::Device::StorageDevices",
 96807                   /* Version */
 96808                   "\0632.6.0",
 96809                   0,
 96810 mike  1.1.2.1 };
 96811               
 96812               MetaClass
 96813               __root_cimv2_CIM_MediaAccessDevice =
 96814               {
 96815                   /* flags */
 96816                   META_FLAG_CLASS,
 96817                   /* name */
 96818                   "CIM_MediaAccessDevice",
 96819                   /* qualifiers */
 96820                   __root_cimv2_CIM_MediaAccessDevice_qualifiers,
 96821                   /* super */
 96822                   &__root_cimv2_CIM_LogicalDevice,
 96823                   /* features */
 96824                   _CIM_MediaAccessDevice_features,
 96825               };
 96826               
 96827               //==============================================================================
 96828               //
 96829               // Class: CIM_MediaTransferDevice
 96830               //
 96831 mike  1.1.2.1 //==============================================================================
 96832               
 96833               static MetaFeature*
 96834               _CIM_MediaTransferDevice_features[] =
 96835               {
 96836                   0,
 96837               };
 96838               
 96839               static const char*
 96840               __root_cimv2_CIM_MediaTransferDevice_qualifiers[] =
 96841               {
 96842                   /* UMLPackagePath */
 96843                   "\057CIM::Device::StorageLib",
 96844                   /* Version */
 96845                   "\0632.6.0",
 96846                   0,
 96847               };
 96848               
 96849               MetaClass
 96850               __root_cimv2_CIM_MediaTransferDevice =
 96851               {
 96852 mike  1.1.2.1     /* flags */
 96853                   META_FLAG_CLASS,
 96854                   /* name */
 96855                   "CIM_MediaTransferDevice",
 96856                   /* qualifiers */
 96857                   __root_cimv2_CIM_MediaTransferDevice_qualifiers,
 96858                   /* super */
 96859                   &__root_cimv2_CIM_LogicalDevice,
 96860                   /* features */
 96861                   _CIM_MediaTransferDevice_features,
 96862               };
 96863               
 96864               //==============================================================================
 96865               //
 96866               // Class: CIM_MemoryOnCard
 96867               //
 96868               //==============================================================================
 96869               
 96870               static const char*
 96871               _CIM_MemoryOnCard_GroupComponent_qualifiers[] =
 96872               {
 96873 mike  1.1.2.1     /* Aggregate */
 96874                   "\003\001",
 96875                   /* Override */
 96876                   "\044GroupComponent",
 96877                   /* Max */
 96878                   "\027\000\000\000\001",
 96879                   0,
 96880               };
 96881               
 96882               static MetaReference
 96883               _CIM_MemoryOnCard_GroupComponent =
 96884               {
 96885                   /* flags */
 96886                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 96887                   /* name */
 96888                   "GroupComponent",
 96889                   /* qualifiers */
 96890                   _CIM_MemoryOnCard_GroupComponent_qualifiers,
 96891                   /* subscript */
 96892                   -1,
 96893                   /* refId */
 96894 mike  1.1.2.1     &__root_cimv2_CIM_Card,
 96895               };
 96896               
 96897               static const char*
 96898               _CIM_MemoryOnCard_PartComponent_qualifiers[] =
 96899               {
 96900                   /* Override */
 96901                   "\044PartComponent",
 96902                   0,
 96903               };
 96904               
 96905               static MetaReference
 96906               _CIM_MemoryOnCard_PartComponent =
 96907               {
 96908                   /* flags */
 96909                   META_FLAG_REFERENCE|META_FLAG_READ,
 96910                   /* name */
 96911                   "PartComponent",
 96912                   /* qualifiers */
 96913                   _CIM_MemoryOnCard_PartComponent_qualifiers,
 96914                   /* subscript */
 96915 mike  1.1.2.1     -1,
 96916                   /* refId */
 96917                   &__root_cimv2_CIM_PhysicalMemory,
 96918               };
 96919               
 96920               static MetaFeature*
 96921               _CIM_MemoryOnCard_features[] =
 96922               {
 96923                   (MetaFeature*)&_CIM_MemoryOnCard_GroupComponent,
 96924                   (MetaFeature*)&_CIM_MemoryOnCard_PartComponent,
 96925                   0,
 96926               };
 96927               
 96928               static const char*
 96929               __root_cimv2_CIM_MemoryOnCard_qualifiers[] =
 96930               {
 96931                   /* ASSOCIATION */
 96932                   "\000\001",
 96933                   /* UMLPackagePath */
 96934                   "\057CIM::Physical::Component",
 96935                   /* Aggregation */
 96936 mike  1.1.2.1     "\004\001",
 96937                   /* Version */
 96938                   "\0632.6.0",
 96939                   0,
 96940               };
 96941               
 96942               MetaClass
 96943               __root_cimv2_CIM_MemoryOnCard =
 96944               {
 96945                   /* flags */
 96946                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 96947                   /* name */
 96948                   "CIM_MemoryOnCard",
 96949                   /* qualifiers */
 96950                   __root_cimv2_CIM_MemoryOnCard_qualifiers,
 96951                   /* super */
 96952                   &__root_cimv2_CIM_PackagedComponent,
 96953                   /* features */
 96954                   _CIM_MemoryOnCard_features,
 96955               };
 96956               
 96957 mike  1.1.2.1 //==============================================================================
 96958               //
 96959               // Class: CIM_MemoryWithMedia
 96960               //
 96961               //==============================================================================
 96962               
 96963               static const char*
 96964               _CIM_MemoryWithMedia_Antecedent_qualifiers[] =
 96965               {
 96966                   /* Override */
 96967                   "\044Antecedent",
 96968                   0,
 96969               };
 96970               
 96971               static MetaReference
 96972               _CIM_MemoryWithMedia_Antecedent =
 96973               {
 96974                   /* flags */
 96975                   META_FLAG_REFERENCE|META_FLAG_READ,
 96976                   /* name */
 96977                   "Antecedent",
 96978 mike  1.1.2.1     /* qualifiers */
 96979                   _CIM_MemoryWithMedia_Antecedent_qualifiers,
 96980                   /* subscript */
 96981                   -1,
 96982                   /* refId */
 96983                   &__root_cimv2_CIM_PhysicalMemory,
 96984               };
 96985               
 96986               static const char*
 96987               _CIM_MemoryWithMedia_Dependent_qualifiers[] =
 96988               {
 96989                   /* Override */
 96990                   "\044Dependent",
 96991                   0,
 96992               };
 96993               
 96994               static MetaReference
 96995               _CIM_MemoryWithMedia_Dependent =
 96996               {
 96997                   /* flags */
 96998                   META_FLAG_REFERENCE|META_FLAG_READ,
 96999 mike  1.1.2.1     /* name */
 97000                   "Dependent",
 97001                   /* qualifiers */
 97002                   _CIM_MemoryWithMedia_Dependent_qualifiers,
 97003                   /* subscript */
 97004                   -1,
 97005                   /* refId */
 97006                   &__root_cimv2_CIM_PhysicalMedia,
 97007               };
 97008               
 97009               static MetaFeature*
 97010               _CIM_MemoryWithMedia_features[] =
 97011               {
 97012                   (MetaFeature*)&_CIM_MemoryWithMedia_Antecedent,
 97013                   (MetaFeature*)&_CIM_MemoryWithMedia_Dependent,
 97014                   0,
 97015               };
 97016               
 97017               static const char*
 97018               __root_cimv2_CIM_MemoryWithMedia_qualifiers[] =
 97019               {
 97020 mike  1.1.2.1     /* ASSOCIATION */
 97021                   "\000\001",
 97022                   /* UMLPackagePath */
 97023                   "\057CIM::Physical::PhysicalMedia",
 97024                   /* Version */
 97025                   "\0632.6.0",
 97026                   0,
 97027               };
 97028               
 97029               MetaClass
 97030               __root_cimv2_CIM_MemoryWithMedia =
 97031               {
 97032                   /* flags */
 97033                   META_FLAG_ASSOCIATION,
 97034                   /* name */
 97035                   "CIM_MemoryWithMedia",
 97036                   /* qualifiers */
 97037                   __root_cimv2_CIM_MemoryWithMedia_qualifiers,
 97038                   /* super */
 97039                   &__root_cimv2_CIM_Dependency,
 97040                   /* features */
 97041 mike  1.1.2.1     _CIM_MemoryWithMedia_features,
 97042               };
 97043               
 97044               //==============================================================================
 97045               //
 97046               // Class: CIM_MessageLog
 97047               //
 97048               //==============================================================================
 97049               
 97050               static const char*
 97051               _CIM_MessageLog_CreationClassName_qualifiers[] =
 97052               {
 97053                   /* Key */
 97054                   "\025\001",
 97055                   /* MaxLen */
 97056                   "\030\000\000\001\000",
 97057                   0,
 97058               };
 97059               
 97060               static MetaProperty
 97061               _CIM_MessageLog_CreationClassName =
 97062 mike  1.1.2.1 {
 97063                   /* flags */
 97064                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 97065                   /* name */
 97066                   "CreationClassName",
 97067                   /* qualifiers */
 97068                   _CIM_MessageLog_CreationClassName_qualifiers,
 97069                   /* type */
 97070                   CIMTYPE_STRING,
 97071                   /* subscript */
 97072                   -1,
 97073                   /* value */
 97074                   0,
 97075               };
 97076               
 97077               static const char*
 97078               _CIM_MessageLog_Name_qualifiers[] =
 97079               {
 97080                   /* Key */
 97081                   "\025\001",
 97082                   /* Override */
 97083 mike  1.1.2.1     "\044Name",
 97084                   /* MaxLen */
 97085                   "\030\000\000\001\000",
 97086                   0,
 97087               };
 97088               
 97089               static MetaProperty
 97090               _CIM_MessageLog_Name =
 97091               {
 97092                   /* flags */
 97093                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 97094                   /* name */
 97095                   "Name",
 97096                   /* qualifiers */
 97097                   _CIM_MessageLog_Name_qualifiers,
 97098                   /* type */
 97099                   CIMTYPE_STRING,
 97100                   /* subscript */
 97101                   -1,
 97102                   /* value */
 97103                   0,
 97104 mike  1.1.2.1 };
 97105               
 97106               static const char*
 97107               _CIM_MessageLog_Capabilities_qualifiers[] =
 97108               {
 97109                   /* ValueMap */
 97110                   "\061\000\0130\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
 97111                   /* Values */
 97112                   "\062\000\013Unknown\000Other\000Write Record Supported\000Delete Record Supported\000Can Move Backward in Log\000Freeze Log Supported\000Clear Log Supported\000Supports Addressing by Ordinal Record Number\000Variable Length Records Supported\000Variable Formats for Records\000Can Flag Records for Overwrite\000",
 97113                   /* ArrayType */
 97114                   "\005Indexed",
 97115                   /* ModelCorrespondence */
 97116                   "\036\000\001CIM_MessageLog.CapabilitiesDescriptions\000",
 97117                   0,
 97118               };
 97119               
 97120               static MetaProperty
 97121               _CIM_MessageLog_Capabilities =
 97122               {
 97123                   /* flags */
 97124                   META_FLAG_PROPERTY|META_FLAG_READ,
 97125 mike  1.1.2.1     /* name */
 97126                   "Capabilities",
 97127                   /* qualifiers */
 97128                   _CIM_MessageLog_Capabilities_qualifiers,
 97129                   /* type */
 97130                   CIMTYPE_UINT16,
 97131                   /* subscript */
 97132                   0,
 97133                   /* value */
 97134                   0,
 97135               };
 97136               
 97137               static const char*
 97138               _CIM_MessageLog_CapabilitiesDescriptions_qualifiers[] =
 97139               {
 97140                   /* ArrayType */
 97141                   "\005Indexed",
 97142                   /* ModelCorrespondence */
 97143                   "\036\000\001CIM_MessageLog.Capabilities\000",
 97144                   0,
 97145               };
 97146 mike  1.1.2.1 
 97147               static MetaProperty
 97148               _CIM_MessageLog_CapabilitiesDescriptions =
 97149               {
 97150                   /* flags */
 97151                   META_FLAG_PROPERTY|META_FLAG_READ,
 97152                   /* name */
 97153                   "CapabilitiesDescriptions",
 97154                   /* qualifiers */
 97155                   _CIM_MessageLog_CapabilitiesDescriptions_qualifiers,
 97156                   /* type */
 97157                   CIMTYPE_STRING,
 97158                   /* subscript */
 97159                   0,
 97160                   /* value */
 97161                   0,
 97162               };
 97163               
 97164               static const char*
 97165               _CIM_MessageLog_MaxLogSize_qualifiers[] =
 97166               {
 97167 mike  1.1.2.1     /* Units */
 97168                   "\060Bytes",
 97169                   0,
 97170               };
 97171               
 97172               static MetaProperty
 97173               _CIM_MessageLog_MaxLogSize =
 97174               {
 97175                   /* flags */
 97176                   META_FLAG_PROPERTY|META_FLAG_READ,
 97177                   /* name */
 97178                   "MaxLogSize",
 97179                   /* qualifiers */
 97180                   _CIM_MessageLog_MaxLogSize_qualifiers,
 97181                   /* type */
 97182                   CIMTYPE_UINT64,
 97183                   /* subscript */
 97184                   -1,
 97185                   /* value */
 97186                   0,
 97187               };
 97188 mike  1.1.2.1 
 97189               static const char*
 97190               _CIM_MessageLog_SizeOfHeader_qualifiers[] =
 97191               {
 97192                   /* Units */
 97193                   "\060Bytes",
 97194                   0,
 97195               };
 97196               
 97197               static MetaProperty
 97198               _CIM_MessageLog_SizeOfHeader =
 97199               {
 97200                   /* flags */
 97201                   META_FLAG_PROPERTY|META_FLAG_READ,
 97202                   /* name */
 97203                   "SizeOfHeader",
 97204                   /* qualifiers */
 97205                   _CIM_MessageLog_SizeOfHeader_qualifiers,
 97206                   /* type */
 97207                   CIMTYPE_UINT64,
 97208                   /* subscript */
 97209 mike  1.1.2.1     -1,
 97210                   /* value */
 97211                   0,
 97212               };
 97213               
 97214               static const char*
 97215               _CIM_MessageLog_HeaderFormat_qualifiers[] =
 97216               {
 97217                   0,
 97218               };
 97219               
 97220               static MetaProperty
 97221               _CIM_MessageLog_HeaderFormat =
 97222               {
 97223                   /* flags */
 97224                   META_FLAG_PROPERTY|META_FLAG_READ,
 97225                   /* name */
 97226                   "HeaderFormat",
 97227                   /* qualifiers */
 97228                   _CIM_MessageLog_HeaderFormat_qualifiers,
 97229                   /* type */
 97230 mike  1.1.2.1     CIMTYPE_STRING,
 97231                   /* subscript */
 97232                   -1,
 97233                   /* value */
 97234                   0,
 97235               };
 97236               
 97237               static const char*
 97238               _CIM_MessageLog_MaxRecordSize_qualifiers[] =
 97239               {
 97240                   /* Units */
 97241                   "\060Bytes",
 97242                   0,
 97243               };
 97244               
 97245               static MetaProperty
 97246               _CIM_MessageLog_MaxRecordSize =
 97247               {
 97248                   /* flags */
 97249                   META_FLAG_PROPERTY|META_FLAG_READ,
 97250                   /* name */
 97251 mike  1.1.2.1     "MaxRecordSize",
 97252                   /* qualifiers */
 97253                   _CIM_MessageLog_MaxRecordSize_qualifiers,
 97254                   /* type */
 97255                   CIMTYPE_UINT64,
 97256                   /* subscript */
 97257                   -1,
 97258                   /* value */
 97259                   0,
 97260               };
 97261               
 97262               static const char*
 97263               _CIM_MessageLog_SizeOfRecordHeader_qualifiers[] =
 97264               {
 97265                   /* Units */
 97266                   "\060Bytes",
 97267                   0,
 97268               };
 97269               
 97270               static MetaProperty
 97271               _CIM_MessageLog_SizeOfRecordHeader =
 97272 mike  1.1.2.1 {
 97273                   /* flags */
 97274                   META_FLAG_PROPERTY|META_FLAG_READ,
 97275                   /* name */
 97276                   "SizeOfRecordHeader",
 97277                   /* qualifiers */
 97278                   _CIM_MessageLog_SizeOfRecordHeader_qualifiers,
 97279                   /* type */
 97280                   CIMTYPE_UINT64,
 97281                   /* subscript */
 97282                   -1,
 97283                   /* value */
 97284                   0,
 97285               };
 97286               
 97287               static const char*
 97288               _CIM_MessageLog_RecordHeaderFormat_qualifiers[] =
 97289               {
 97290                   0,
 97291               };
 97292               
 97293 mike  1.1.2.1 static MetaProperty
 97294               _CIM_MessageLog_RecordHeaderFormat =
 97295               {
 97296                   /* flags */
 97297                   META_FLAG_PROPERTY|META_FLAG_READ,
 97298                   /* name */
 97299                   "RecordHeaderFormat",
 97300                   /* qualifiers */
 97301                   _CIM_MessageLog_RecordHeaderFormat_qualifiers,
 97302                   /* type */
 97303                   CIMTYPE_STRING,
 97304                   /* subscript */
 97305                   -1,
 97306                   /* value */
 97307                   0,
 97308               };
 97309               
 97310               static const char*
 97311               _CIM_MessageLog_OverwritePolicy_qualifiers[] =
 97312               {
 97313                   /* ValueMap */
 97314 mike  1.1.2.1     "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
 97315                   /* Values */
 97316                   "\062\000\010Unknown\000Other\000Wraps When Full\000Clear When Near Full\000Overwrite Outdated When Needed\000Remove Outdated Records\000Overwrite Specific Records\000Never Overwrite\000",
 97317                   /* ModelCorrespondence */
 97318                   "\036\000\003CIM_MessageLog.OtherPolicyDescription\000CIM_MessageLog.TimeWhenOutdated\000CIM_MessageLog.PercentageNearFull\000",
 97319                   0,
 97320               };
 97321               
 97322               static MetaProperty
 97323               _CIM_MessageLog_OverwritePolicy =
 97324               {
 97325                   /* flags */
 97326                   META_FLAG_PROPERTY|META_FLAG_READ,
 97327                   /* name */
 97328                   "OverwritePolicy",
 97329                   /* qualifiers */
 97330                   _CIM_MessageLog_OverwritePolicy_qualifiers,
 97331                   /* type */
 97332                   CIMTYPE_UINT16,
 97333                   /* subscript */
 97334                   -1,
 97335 mike  1.1.2.1     /* value */
 97336                   0,
 97337               };
 97338               
 97339               static const char*
 97340               _CIM_MessageLog_OtherPolicyDescription_qualifiers[] =
 97341               {
 97342                   /* ModelCorrespondence */
 97343                   "\036\000\001CIM_MessageLog.OverwritePolicy\000",
 97344                   0,
 97345               };
 97346               
 97347               static MetaProperty
 97348               _CIM_MessageLog_OtherPolicyDescription =
 97349               {
 97350                   /* flags */
 97351                   META_FLAG_PROPERTY|META_FLAG_READ,
 97352                   /* name */
 97353                   "OtherPolicyDescription",
 97354                   /* qualifiers */
 97355                   _CIM_MessageLog_OtherPolicyDescription_qualifiers,
 97356 mike  1.1.2.1     /* type */
 97357                   CIMTYPE_STRING,
 97358                   /* subscript */
 97359                   -1,
 97360                   /* value */
 97361                   0,
 97362               };
 97363               
 97364               static const char*
 97365               _CIM_MessageLog_TimeWhenOutdated_qualifiers[] =
 97366               {
 97367                   /* ModelCorrespondence */
 97368                   "\036\000\001CIM_MessageLog.OverwritePolicy\000",
 97369                   0,
 97370               };
 97371               
 97372               static MetaProperty
 97373               _CIM_MessageLog_TimeWhenOutdated =
 97374               {
 97375                   /* flags */
 97376                   META_FLAG_PROPERTY|META_FLAG_READ,
 97377 mike  1.1.2.1     /* name */
 97378                   "TimeWhenOutdated",
 97379                   /* qualifiers */
 97380                   _CIM_MessageLog_TimeWhenOutdated_qualifiers,
 97381                   /* type */
 97382                   CIMTYPE_DATETIME,
 97383                   /* subscript */
 97384                   -1,
 97385                   /* value */
 97386                   0,
 97387               };
 97388               
 97389               static const char*
 97390               _CIM_MessageLog_PercentageNearFull_qualifiers[] =
 97391               {
 97392                   /* Units */
 97393                   "\060Percent",
 97394                   /* ModelCorrespondence */
 97395                   "\036\000\001CIM_MessageLog.OverwritePolicy\000",
 97396                   0,
 97397               };
 97398 mike  1.1.2.1 
 97399               static MetaProperty
 97400               _CIM_MessageLog_PercentageNearFull =
 97401               {
 97402                   /* flags */
 97403                   META_FLAG_PROPERTY|META_FLAG_READ,
 97404                   /* name */
 97405                   "PercentageNearFull",
 97406                   /* qualifiers */
 97407                   _CIM_MessageLog_PercentageNearFull_qualifiers,
 97408                   /* type */
 97409                   CIMTYPE_UINT8,
 97410                   /* subscript */
 97411                   -1,
 97412                   /* value */
 97413                   0,
 97414               };
 97415               
 97416               static const char*
 97417               _CIM_MessageLog_LastChange_qualifiers[] =
 97418               {
 97419 mike  1.1.2.1     /* ValueMap */
 97420                   "\061\000\0050\0001\0002\0003\0004\000",
 97421                   /* Values */
 97422                   "\062\000\005Unknown\000Add\000Delete\000Modify\000Log Cleared\000",
 97423                   0,
 97424               };
 97425               
 97426               static MetaProperty
 97427               _CIM_MessageLog_LastChange =
 97428               {
 97429                   /* flags */
 97430                   META_FLAG_PROPERTY|META_FLAG_READ,
 97431                   /* name */
 97432                   "LastChange",
 97433                   /* qualifiers */
 97434                   _CIM_MessageLog_LastChange_qualifiers,
 97435                   /* type */
 97436                   CIMTYPE_UINT16,
 97437                   /* subscript */
 97438                   -1,
 97439                   /* value */
 97440 mike  1.1.2.1     0,
 97441               };
 97442               
 97443               static const char*
 97444               _CIM_MessageLog_TimeOfLastChange_qualifiers[] =
 97445               {
 97446                   0,
 97447               };
 97448               
 97449               static MetaProperty
 97450               _CIM_MessageLog_TimeOfLastChange =
 97451               {
 97452                   /* flags */
 97453                   META_FLAG_PROPERTY|META_FLAG_READ,
 97454                   /* name */
 97455                   "TimeOfLastChange",
 97456                   /* qualifiers */
 97457                   _CIM_MessageLog_TimeOfLastChange_qualifiers,
 97458                   /* type */
 97459                   CIMTYPE_DATETIME,
 97460                   /* subscript */
 97461 mike  1.1.2.1     -1,
 97462                   /* value */
 97463                   0,
 97464               };
 97465               
 97466               static const char*
 97467               _CIM_MessageLog_RecordLastChanged_qualifiers[] =
 97468               {
 97469                   0,
 97470               };
 97471               
 97472               static MetaProperty
 97473               _CIM_MessageLog_RecordLastChanged =
 97474               {
 97475                   /* flags */
 97476                   META_FLAG_PROPERTY|META_FLAG_READ,
 97477                   /* name */
 97478                   "RecordLastChanged",
 97479                   /* qualifiers */
 97480                   _CIM_MessageLog_RecordLastChanged_qualifiers,
 97481                   /* type */
 97482 mike  1.1.2.1     CIMTYPE_UINT64,
 97483                   /* subscript */
 97484                   -1,
 97485                   /* value */
 97486                   0,
 97487               };
 97488               
 97489               static const char*
 97490               _CIM_MessageLog_IsFrozen_qualifiers[] =
 97491               {
 97492                   0,
 97493               };
 97494               
 97495               static MetaProperty
 97496               _CIM_MessageLog_IsFrozen =
 97497               {
 97498                   /* flags */
 97499                   META_FLAG_PROPERTY|META_FLAG_READ,
 97500                   /* name */
 97501                   "IsFrozen",
 97502                   /* qualifiers */
 97503 mike  1.1.2.1     _CIM_MessageLog_IsFrozen_qualifiers,
 97504                   /* type */
 97505                   CIMTYPE_BOOLEAN,
 97506                   /* subscript */
 97507                   -1,
 97508                   /* value */
 97509                   0,
 97510               };
 97511               
 97512               static const char*
 97513               _CIM_MessageLog_CharacterSet_qualifiers[] =
 97514               {
 97515                   /* ValueMap */
 97516                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 97517                   /* Values */
 97518                   "\062\000\014Unknown\000Other\000ASCII\000Unicode\000ISO2022\000ISO8859\000Extended UNIX Code\000UTF-8\000UCS-2\000Bitmapped Data\000OctetString\000Defined by Individual Records\000",
 97519                   0,
 97520               };
 97521               
 97522               static MetaProperty
 97523               _CIM_MessageLog_CharacterSet =
 97524 mike  1.1.2.1 {
 97525                   /* flags */
 97526                   META_FLAG_PROPERTY|META_FLAG_READ,
 97527                   /* name */
 97528                   "CharacterSet",
 97529                   /* qualifiers */
 97530                   _CIM_MessageLog_CharacterSet_qualifiers,
 97531                   /* type */
 97532                   CIMTYPE_UINT16,
 97533                   /* subscript */
 97534                   -1,
 97535                   /* value */
 97536                   0,
 97537               };
 97538               
 97539               static const char*
 97540               _CIM_MessageLog_PositionToFirstRecord_IterationIdentifier_qualifiers[] =
 97541               {
 97542                   /* IN */
 97543                   "\024\000",
 97544                   /* OUT */
 97545 mike  1.1.2.1     "\043\001",
 97546                   0,
 97547               };
 97548               
 97549               static MetaProperty
 97550               _CIM_MessageLog_PositionToFirstRecord_IterationIdentifier =
 97551               {
 97552                   /* flags */
 97553                   META_FLAG_PROPERTY|META_FLAG_OUT,
 97554                   /* name */
 97555                   "IterationIdentifier",
 97556                   /* qualifiers */
 97557                   _CIM_MessageLog_PositionToFirstRecord_IterationIdentifier_qualifiers,
 97558                   /* type */
 97559                   CIMTYPE_STRING,
 97560                   /* subscript */
 97561                   -1,
 97562                   /* value */
 97563                   0,
 97564               };
 97565               
 97566 mike  1.1.2.1 static MetaFeature*
 97567               _CIM_MessageLog_PositionToFirstRecord_parameters[] =
 97568               {
 97569                   (MetaFeature*)&_CIM_MessageLog_PositionToFirstRecord_IterationIdentifier,
 97570                   0,
 97571               };
 97572               
 97573               static const char*
 97574               _CIM_MessageLog_PositionToFirstRecord_qualifiers[] =
 97575               {
 97576                   0,
 97577               };
 97578               
 97579               static MetaMethod
 97580               _CIM_MessageLog_PositionToFirstRecord =
 97581               {
 97582                   /* flags */
 97583                   META_FLAG_METHOD,
 97584                   /* name */
 97585                   "CIM_MessageLog",
 97586                   /* qualifiers */
 97587 mike  1.1.2.1     _CIM_MessageLog_PositionToFirstRecord_qualifiers,
 97588                   /* type */
 97589                   CIMTYPE_UINT32,
 97590                   /* parameters */
 97591                   _CIM_MessageLog_PositionToFirstRecord_parameters,
 97592               };
 97593               
 97594               static const char*
 97595               _CIM_MessageLog_PositionAtRecord_IterationIdentifier_qualifiers[] =
 97596               {
 97597                   /* IN */
 97598                   "\024\001",
 97599                   /* OUT */
 97600                   "\043\001",
 97601                   0,
 97602               };
 97603               
 97604               static MetaProperty
 97605               _CIM_MessageLog_PositionAtRecord_IterationIdentifier =
 97606               {
 97607                   /* flags */
 97608 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
 97609                   /* name */
 97610                   "IterationIdentifier",
 97611                   /* qualifiers */
 97612                   _CIM_MessageLog_PositionAtRecord_IterationIdentifier_qualifiers,
 97613                   /* type */
 97614                   CIMTYPE_STRING,
 97615                   /* subscript */
 97616                   -1,
 97617                   /* value */
 97618                   0,
 97619               };
 97620               
 97621               static const char*
 97622               _CIM_MessageLog_PositionAtRecord_MoveAbsolute_qualifiers[] =
 97623               {
 97624                   /* IN */
 97625                   "\024\001",
 97626                   0,
 97627               };
 97628               
 97629 mike  1.1.2.1 static MetaProperty
 97630               _CIM_MessageLog_PositionAtRecord_MoveAbsolute =
 97631               {
 97632                   /* flags */
 97633                   META_FLAG_PROPERTY|META_FLAG_IN,
 97634                   /* name */
 97635                   "MoveAbsolute",
 97636                   /* qualifiers */
 97637                   _CIM_MessageLog_PositionAtRecord_MoveAbsolute_qualifiers,
 97638                   /* type */
 97639                   CIMTYPE_BOOLEAN,
 97640                   /* subscript */
 97641                   -1,
 97642                   /* value */
 97643                   0,
 97644               };
 97645               
 97646               static const char*
 97647               _CIM_MessageLog_PositionAtRecord_RecordNumber_qualifiers[] =
 97648               {
 97649                   /* IN */
 97650 mike  1.1.2.1     "\024\001",
 97651                   /* OUT */
 97652                   "\043\001",
 97653                   0,
 97654               };
 97655               
 97656               static MetaProperty
 97657               _CIM_MessageLog_PositionAtRecord_RecordNumber =
 97658               {
 97659                   /* flags */
 97660                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
 97661                   /* name */
 97662                   "RecordNumber",
 97663                   /* qualifiers */
 97664                   _CIM_MessageLog_PositionAtRecord_RecordNumber_qualifiers,
 97665                   /* type */
 97666                   CIMTYPE_SINT64,
 97667                   /* subscript */
 97668                   -1,
 97669                   /* value */
 97670                   0,
 97671 mike  1.1.2.1 };
 97672               
 97673               static MetaFeature*
 97674               _CIM_MessageLog_PositionAtRecord_parameters[] =
 97675               {
 97676                   (MetaFeature*)&_CIM_MessageLog_PositionAtRecord_IterationIdentifier,
 97677                   (MetaFeature*)&_CIM_MessageLog_PositionAtRecord_MoveAbsolute,
 97678                   (MetaFeature*)&_CIM_MessageLog_PositionAtRecord_RecordNumber,
 97679                   0,
 97680               };
 97681               
 97682               static const char*
 97683               _CIM_MessageLog_PositionAtRecord_qualifiers[] =
 97684               {
 97685                   0,
 97686               };
 97687               
 97688               static MetaMethod
 97689               _CIM_MessageLog_PositionAtRecord =
 97690               {
 97691                   /* flags */
 97692 mike  1.1.2.1     META_FLAG_METHOD,
 97693                   /* name */
 97694                   "CIM_MessageLog",
 97695                   /* qualifiers */
 97696                   _CIM_MessageLog_PositionAtRecord_qualifiers,
 97697                   /* type */
 97698                   CIMTYPE_UINT32,
 97699                   /* parameters */
 97700                   _CIM_MessageLog_PositionAtRecord_parameters,
 97701               };
 97702               
 97703               static const char*
 97704               _CIM_MessageLog_GetRecord_IterationIdentifier_qualifiers[] =
 97705               {
 97706                   /* IN */
 97707                   "\024\001",
 97708                   /* OUT */
 97709                   "\043\001",
 97710                   0,
 97711               };
 97712               
 97713 mike  1.1.2.1 static MetaProperty
 97714               _CIM_MessageLog_GetRecord_IterationIdentifier =
 97715               {
 97716                   /* flags */
 97717                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
 97718                   /* name */
 97719                   "IterationIdentifier",
 97720                   /* qualifiers */
 97721                   _CIM_MessageLog_GetRecord_IterationIdentifier_qualifiers,
 97722                   /* type */
 97723                   CIMTYPE_STRING,
 97724                   /* subscript */
 97725                   -1,
 97726                   /* value */
 97727                   0,
 97728               };
 97729               
 97730               static const char*
 97731               _CIM_MessageLog_GetRecord_PositionToNext_qualifiers[] =
 97732               {
 97733                   /* IN */
 97734 mike  1.1.2.1     "\024\001",
 97735                   0,
 97736               };
 97737               
 97738               static MetaProperty
 97739               _CIM_MessageLog_GetRecord_PositionToNext =
 97740               {
 97741                   /* flags */
 97742                   META_FLAG_PROPERTY|META_FLAG_IN,
 97743                   /* name */
 97744                   "PositionToNext",
 97745                   /* qualifiers */
 97746                   _CIM_MessageLog_GetRecord_PositionToNext_qualifiers,
 97747                   /* type */
 97748                   CIMTYPE_BOOLEAN,
 97749                   /* subscript */
 97750                   -1,
 97751                   /* value */
 97752                   0,
 97753               };
 97754               
 97755 mike  1.1.2.1 static const char*
 97756               _CIM_MessageLog_GetRecord_RecordNumber_qualifiers[] =
 97757               {
 97758                   /* IN */
 97759                   "\024\000",
 97760                   /* OUT */
 97761                   "\043\001",
 97762                   0,
 97763               };
 97764               
 97765               static MetaProperty
 97766               _CIM_MessageLog_GetRecord_RecordNumber =
 97767               {
 97768                   /* flags */
 97769                   META_FLAG_PROPERTY|META_FLAG_OUT,
 97770                   /* name */
 97771                   "RecordNumber",
 97772                   /* qualifiers */
 97773                   _CIM_MessageLog_GetRecord_RecordNumber_qualifiers,
 97774                   /* type */
 97775                   CIMTYPE_UINT64,
 97776 mike  1.1.2.1     /* subscript */
 97777                   -1,
 97778                   /* value */
 97779                   0,
 97780               };
 97781               
 97782               static const char*
 97783               _CIM_MessageLog_GetRecord_RecordData_qualifiers[] =
 97784               {
 97785                   /* IN */
 97786                   "\024\000",
 97787                   /* OUT */
 97788                   "\043\001",
 97789                   0,
 97790               };
 97791               
 97792               static MetaProperty
 97793               _CIM_MessageLog_GetRecord_RecordData =
 97794               {
 97795                   /* flags */
 97796                   META_FLAG_PROPERTY|META_FLAG_OUT,
 97797 mike  1.1.2.1     /* name */
 97798                   "RecordData",
 97799                   /* qualifiers */
 97800                   _CIM_MessageLog_GetRecord_RecordData_qualifiers,
 97801                   /* type */
 97802                   CIMTYPE_UINT8,
 97803                   /* subscript */
 97804                   0,
 97805                   /* value */
 97806                   0,
 97807               };
 97808               
 97809               static MetaFeature*
 97810               _CIM_MessageLog_GetRecord_parameters[] =
 97811               {
 97812                   (MetaFeature*)&_CIM_MessageLog_GetRecord_IterationIdentifier,
 97813                   (MetaFeature*)&_CIM_MessageLog_GetRecord_PositionToNext,
 97814                   (MetaFeature*)&_CIM_MessageLog_GetRecord_RecordNumber,
 97815                   (MetaFeature*)&_CIM_MessageLog_GetRecord_RecordData,
 97816                   0,
 97817               };
 97818 mike  1.1.2.1 
 97819               static const char*
 97820               _CIM_MessageLog_GetRecord_qualifiers[] =
 97821               {
 97822                   0,
 97823               };
 97824               
 97825               static MetaMethod
 97826               _CIM_MessageLog_GetRecord =
 97827               {
 97828                   /* flags */
 97829                   META_FLAG_METHOD,
 97830                   /* name */
 97831                   "CIM_MessageLog",
 97832                   /* qualifiers */
 97833                   _CIM_MessageLog_GetRecord_qualifiers,
 97834                   /* type */
 97835                   CIMTYPE_UINT32,
 97836                   /* parameters */
 97837                   _CIM_MessageLog_GetRecord_parameters,
 97838               };
 97839 mike  1.1.2.1 
 97840               static const char*
 97841               _CIM_MessageLog_DeleteRecord_IterationIdentifier_qualifiers[] =
 97842               {
 97843                   /* IN */
 97844                   "\024\001",
 97845                   /* OUT */
 97846                   "\043\001",
 97847                   0,
 97848               };
 97849               
 97850               static MetaProperty
 97851               _CIM_MessageLog_DeleteRecord_IterationIdentifier =
 97852               {
 97853                   /* flags */
 97854                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
 97855                   /* name */
 97856                   "IterationIdentifier",
 97857                   /* qualifiers */
 97858                   _CIM_MessageLog_DeleteRecord_IterationIdentifier_qualifiers,
 97859                   /* type */
 97860 mike  1.1.2.1     CIMTYPE_STRING,
 97861                   /* subscript */
 97862                   -1,
 97863                   /* value */
 97864                   0,
 97865               };
 97866               
 97867               static const char*
 97868               _CIM_MessageLog_DeleteRecord_PositionToNext_qualifiers[] =
 97869               {
 97870                   /* IN */
 97871                   "\024\001",
 97872                   0,
 97873               };
 97874               
 97875               static MetaProperty
 97876               _CIM_MessageLog_DeleteRecord_PositionToNext =
 97877               {
 97878                   /* flags */
 97879                   META_FLAG_PROPERTY|META_FLAG_IN,
 97880                   /* name */
 97881 mike  1.1.2.1     "PositionToNext",
 97882                   /* qualifiers */
 97883                   _CIM_MessageLog_DeleteRecord_PositionToNext_qualifiers,
 97884                   /* type */
 97885                   CIMTYPE_BOOLEAN,
 97886                   /* subscript */
 97887                   -1,
 97888                   /* value */
 97889                   0,
 97890               };
 97891               
 97892               static const char*
 97893               _CIM_MessageLog_DeleteRecord_RecordNumber_qualifiers[] =
 97894               {
 97895                   /* IN */
 97896                   "\024\000",
 97897                   /* OUT */
 97898                   "\043\001",
 97899                   0,
 97900               };
 97901               
 97902 mike  1.1.2.1 static MetaProperty
 97903               _CIM_MessageLog_DeleteRecord_RecordNumber =
 97904               {
 97905                   /* flags */
 97906                   META_FLAG_PROPERTY|META_FLAG_OUT,
 97907                   /* name */
 97908                   "RecordNumber",
 97909                   /* qualifiers */
 97910                   _CIM_MessageLog_DeleteRecord_RecordNumber_qualifiers,
 97911                   /* type */
 97912                   CIMTYPE_UINT64,
 97913                   /* subscript */
 97914                   -1,
 97915                   /* value */
 97916                   0,
 97917               };
 97918               
 97919               static const char*
 97920               _CIM_MessageLog_DeleteRecord_RecordData_qualifiers[] =
 97921               {
 97922                   /* IN */
 97923 mike  1.1.2.1     "\024\000",
 97924                   /* OUT */
 97925                   "\043\001",
 97926                   0,
 97927               };
 97928               
 97929               static MetaProperty
 97930               _CIM_MessageLog_DeleteRecord_RecordData =
 97931               {
 97932                   /* flags */
 97933                   META_FLAG_PROPERTY|META_FLAG_OUT,
 97934                   /* name */
 97935                   "RecordData",
 97936                   /* qualifiers */
 97937                   _CIM_MessageLog_DeleteRecord_RecordData_qualifiers,
 97938                   /* type */
 97939                   CIMTYPE_UINT8,
 97940                   /* subscript */
 97941                   0,
 97942                   /* value */
 97943                   0,
 97944 mike  1.1.2.1 };
 97945               
 97946               static MetaFeature*
 97947               _CIM_MessageLog_DeleteRecord_parameters[] =
 97948               {
 97949                   (MetaFeature*)&_CIM_MessageLog_DeleteRecord_IterationIdentifier,
 97950                   (MetaFeature*)&_CIM_MessageLog_DeleteRecord_PositionToNext,
 97951                   (MetaFeature*)&_CIM_MessageLog_DeleteRecord_RecordNumber,
 97952                   (MetaFeature*)&_CIM_MessageLog_DeleteRecord_RecordData,
 97953                   0,
 97954               };
 97955               
 97956               static const char*
 97957               _CIM_MessageLog_DeleteRecord_qualifiers[] =
 97958               {
 97959                   0,
 97960               };
 97961               
 97962               static MetaMethod
 97963               _CIM_MessageLog_DeleteRecord =
 97964               {
 97965 mike  1.1.2.1     /* flags */
 97966                   META_FLAG_METHOD,
 97967                   /* name */
 97968                   "CIM_MessageLog",
 97969                   /* qualifiers */
 97970                   _CIM_MessageLog_DeleteRecord_qualifiers,
 97971                   /* type */
 97972                   CIMTYPE_UINT32,
 97973                   /* parameters */
 97974                   _CIM_MessageLog_DeleteRecord_parameters,
 97975               };
 97976               
 97977               static const char*
 97978               _CIM_MessageLog_WriteRecord_IterationIdentifier_qualifiers[] =
 97979               {
 97980                   /* IN */
 97981                   "\024\001",
 97982                   /* OUT */
 97983                   "\043\001",
 97984                   0,
 97985               };
 97986 mike  1.1.2.1 
 97987               static MetaProperty
 97988               _CIM_MessageLog_WriteRecord_IterationIdentifier =
 97989               {
 97990                   /* flags */
 97991                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
 97992                   /* name */
 97993                   "IterationIdentifier",
 97994                   /* qualifiers */
 97995                   _CIM_MessageLog_WriteRecord_IterationIdentifier_qualifiers,
 97996                   /* type */
 97997                   CIMTYPE_STRING,
 97998                   /* subscript */
 97999                   -1,
 98000                   /* value */
 98001                   0,
 98002               };
 98003               
 98004               static const char*
 98005               _CIM_MessageLog_WriteRecord_PositionToNext_qualifiers[] =
 98006               {
 98007 mike  1.1.2.1     /* IN */
 98008                   "\024\001",
 98009                   0,
 98010               };
 98011               
 98012               static MetaProperty
 98013               _CIM_MessageLog_WriteRecord_PositionToNext =
 98014               {
 98015                   /* flags */
 98016                   META_FLAG_PROPERTY|META_FLAG_IN,
 98017                   /* name */
 98018                   "PositionToNext",
 98019                   /* qualifiers */
 98020                   _CIM_MessageLog_WriteRecord_PositionToNext_qualifiers,
 98021                   /* type */
 98022                   CIMTYPE_BOOLEAN,
 98023                   /* subscript */
 98024                   -1,
 98025                   /* value */
 98026                   0,
 98027               };
 98028 mike  1.1.2.1 
 98029               static const char*
 98030               _CIM_MessageLog_WriteRecord_RecordData_qualifiers[] =
 98031               {
 98032                   /* IN */
 98033                   "\024\001",
 98034                   0,
 98035               };
 98036               
 98037               static MetaProperty
 98038               _CIM_MessageLog_WriteRecord_RecordData =
 98039               {
 98040                   /* flags */
 98041                   META_FLAG_PROPERTY|META_FLAG_IN,
 98042                   /* name */
 98043                   "RecordData",
 98044                   /* qualifiers */
 98045                   _CIM_MessageLog_WriteRecord_RecordData_qualifiers,
 98046                   /* type */
 98047                   CIMTYPE_UINT8,
 98048                   /* subscript */
 98049 mike  1.1.2.1     0,
 98050                   /* value */
 98051                   0,
 98052               };
 98053               
 98054               static const char*
 98055               _CIM_MessageLog_WriteRecord_RecordNumber_qualifiers[] =
 98056               {
 98057                   /* IN */
 98058                   "\024\000",
 98059                   /* OUT */
 98060                   "\043\001",
 98061                   0,
 98062               };
 98063               
 98064               static MetaProperty
 98065               _CIM_MessageLog_WriteRecord_RecordNumber =
 98066               {
 98067                   /* flags */
 98068                   META_FLAG_PROPERTY|META_FLAG_OUT,
 98069                   /* name */
 98070 mike  1.1.2.1     "RecordNumber",
 98071                   /* qualifiers */
 98072                   _CIM_MessageLog_WriteRecord_RecordNumber_qualifiers,
 98073                   /* type */
 98074                   CIMTYPE_UINT64,
 98075                   /* subscript */
 98076                   -1,
 98077                   /* value */
 98078                   0,
 98079               };
 98080               
 98081               static MetaFeature*
 98082               _CIM_MessageLog_WriteRecord_parameters[] =
 98083               {
 98084                   (MetaFeature*)&_CIM_MessageLog_WriteRecord_IterationIdentifier,
 98085                   (MetaFeature*)&_CIM_MessageLog_WriteRecord_PositionToNext,
 98086                   (MetaFeature*)&_CIM_MessageLog_WriteRecord_RecordData,
 98087                   (MetaFeature*)&_CIM_MessageLog_WriteRecord_RecordNumber,
 98088                   0,
 98089               };
 98090               
 98091 mike  1.1.2.1 static const char*
 98092               _CIM_MessageLog_WriteRecord_qualifiers[] =
 98093               {
 98094                   0,
 98095               };
 98096               
 98097               static MetaMethod
 98098               _CIM_MessageLog_WriteRecord =
 98099               {
 98100                   /* flags */
 98101                   META_FLAG_METHOD,
 98102                   /* name */
 98103                   "CIM_MessageLog",
 98104                   /* qualifiers */
 98105                   _CIM_MessageLog_WriteRecord_qualifiers,
 98106                   /* type */
 98107                   CIMTYPE_UINT32,
 98108                   /* parameters */
 98109                   _CIM_MessageLog_WriteRecord_parameters,
 98110               };
 98111               
 98112 mike  1.1.2.1 static const char*
 98113               _CIM_MessageLog_CancelIteration_IterationIdentifier_qualifiers[] =
 98114               {
 98115                   /* IN */
 98116                   "\024\001",
 98117                   0,
 98118               };
 98119               
 98120               static MetaProperty
 98121               _CIM_MessageLog_CancelIteration_IterationIdentifier =
 98122               {
 98123                   /* flags */
 98124                   META_FLAG_PROPERTY|META_FLAG_IN,
 98125                   /* name */
 98126                   "IterationIdentifier",
 98127                   /* qualifiers */
 98128                   _CIM_MessageLog_CancelIteration_IterationIdentifier_qualifiers,
 98129                   /* type */
 98130                   CIMTYPE_STRING,
 98131                   /* subscript */
 98132                   -1,
 98133 mike  1.1.2.1     /* value */
 98134                   0,
 98135               };
 98136               
 98137               static MetaFeature*
 98138               _CIM_MessageLog_CancelIteration_parameters[] =
 98139               {
 98140                   (MetaFeature*)&_CIM_MessageLog_CancelIteration_IterationIdentifier,
 98141                   0,
 98142               };
 98143               
 98144               static const char*
 98145               _CIM_MessageLog_CancelIteration_qualifiers[] =
 98146               {
 98147                   0,
 98148               };
 98149               
 98150               static MetaMethod
 98151               _CIM_MessageLog_CancelIteration =
 98152               {
 98153                   /* flags */
 98154 mike  1.1.2.1     META_FLAG_METHOD,
 98155                   /* name */
 98156                   "CIM_MessageLog",
 98157                   /* qualifiers */
 98158                   _CIM_MessageLog_CancelIteration_qualifiers,
 98159                   /* type */
 98160                   CIMTYPE_UINT32,
 98161                   /* parameters */
 98162                   _CIM_MessageLog_CancelIteration_parameters,
 98163               };
 98164               
 98165               static const char*
 98166               _CIM_MessageLog_FreezeLog_Freeze_qualifiers[] =
 98167               {
 98168                   /* IN */
 98169                   "\024\001",
 98170                   0,
 98171               };
 98172               
 98173               static MetaProperty
 98174               _CIM_MessageLog_FreezeLog_Freeze =
 98175 mike  1.1.2.1 {
 98176                   /* flags */
 98177                   META_FLAG_PROPERTY|META_FLAG_IN,
 98178                   /* name */
 98179                   "Freeze",
 98180                   /* qualifiers */
 98181                   _CIM_MessageLog_FreezeLog_Freeze_qualifiers,
 98182                   /* type */
 98183                   CIMTYPE_BOOLEAN,
 98184                   /* subscript */
 98185                   -1,
 98186                   /* value */
 98187                   0,
 98188               };
 98189               
 98190               static MetaFeature*
 98191               _CIM_MessageLog_FreezeLog_parameters[] =
 98192               {
 98193                   (MetaFeature*)&_CIM_MessageLog_FreezeLog_Freeze,
 98194                   0,
 98195               };
 98196 mike  1.1.2.1 
 98197               static const char*
 98198               _CIM_MessageLog_FreezeLog_qualifiers[] =
 98199               {
 98200                   0,
 98201               };
 98202               
 98203               static MetaMethod
 98204               _CIM_MessageLog_FreezeLog =
 98205               {
 98206                   /* flags */
 98207                   META_FLAG_METHOD,
 98208                   /* name */
 98209                   "CIM_MessageLog",
 98210                   /* qualifiers */
 98211                   _CIM_MessageLog_FreezeLog_qualifiers,
 98212                   /* type */
 98213                   CIMTYPE_UINT32,
 98214                   /* parameters */
 98215                   _CIM_MessageLog_FreezeLog_parameters,
 98216               };
 98217 mike  1.1.2.1 
 98218               static const char*
 98219               _CIM_MessageLog_FlagRecordForOverwrite_IterationIdentifier_qualifiers[] =
 98220               {
 98221                   /* IN */
 98222                   "\024\001",
 98223                   /* OUT */
 98224                   "\043\001",
 98225                   0,
 98226               };
 98227               
 98228               static MetaProperty
 98229               _CIM_MessageLog_FlagRecordForOverwrite_IterationIdentifier =
 98230               {
 98231                   /* flags */
 98232                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
 98233                   /* name */
 98234                   "IterationIdentifier",
 98235                   /* qualifiers */
 98236                   _CIM_MessageLog_FlagRecordForOverwrite_IterationIdentifier_qualifiers,
 98237                   /* type */
 98238 mike  1.1.2.1     CIMTYPE_STRING,
 98239                   /* subscript */
 98240                   -1,
 98241                   /* value */
 98242                   0,
 98243               };
 98244               
 98245               static const char*
 98246               _CIM_MessageLog_FlagRecordForOverwrite_PositionToNext_qualifiers[] =
 98247               {
 98248                   /* IN */
 98249                   "\024\001",
 98250                   0,
 98251               };
 98252               
 98253               static MetaProperty
 98254               _CIM_MessageLog_FlagRecordForOverwrite_PositionToNext =
 98255               {
 98256                   /* flags */
 98257                   META_FLAG_PROPERTY|META_FLAG_IN,
 98258                   /* name */
 98259 mike  1.1.2.1     "PositionToNext",
 98260                   /* qualifiers */
 98261                   _CIM_MessageLog_FlagRecordForOverwrite_PositionToNext_qualifiers,
 98262                   /* type */
 98263                   CIMTYPE_BOOLEAN,
 98264                   /* subscript */
 98265                   -1,
 98266                   /* value */
 98267                   0,
 98268               };
 98269               
 98270               static const char*
 98271               _CIM_MessageLog_FlagRecordForOverwrite_RecordNumber_qualifiers[] =
 98272               {
 98273                   /* IN */
 98274                   "\024\000",
 98275                   /* OUT */
 98276                   "\043\001",
 98277                   0,
 98278               };
 98279               
 98280 mike  1.1.2.1 static MetaProperty
 98281               _CIM_MessageLog_FlagRecordForOverwrite_RecordNumber =
 98282               {
 98283                   /* flags */
 98284                   META_FLAG_PROPERTY|META_FLAG_OUT,
 98285                   /* name */
 98286                   "RecordNumber",
 98287                   /* qualifiers */
 98288                   _CIM_MessageLog_FlagRecordForOverwrite_RecordNumber_qualifiers,
 98289                   /* type */
 98290                   CIMTYPE_UINT64,
 98291                   /* subscript */
 98292                   -1,
 98293                   /* value */
 98294                   0,
 98295               };
 98296               
 98297               static MetaFeature*
 98298               _CIM_MessageLog_FlagRecordForOverwrite_parameters[] =
 98299               {
 98300                   (MetaFeature*)&_CIM_MessageLog_FlagRecordForOverwrite_IterationIdentifier,
 98301 mike  1.1.2.1     (MetaFeature*)&_CIM_MessageLog_FlagRecordForOverwrite_PositionToNext,
 98302                   (MetaFeature*)&_CIM_MessageLog_FlagRecordForOverwrite_RecordNumber,
 98303                   0,
 98304               };
 98305               
 98306               static const char*
 98307               _CIM_MessageLog_FlagRecordForOverwrite_qualifiers[] =
 98308               {
 98309                   0,
 98310               };
 98311               
 98312               static MetaMethod
 98313               _CIM_MessageLog_FlagRecordForOverwrite =
 98314               {
 98315                   /* flags */
 98316                   META_FLAG_METHOD,
 98317                   /* name */
 98318                   "CIM_MessageLog",
 98319                   /* qualifiers */
 98320                   _CIM_MessageLog_FlagRecordForOverwrite_qualifiers,
 98321                   /* type */
 98322 mike  1.1.2.1     CIMTYPE_UINT32,
 98323                   /* parameters */
 98324                   _CIM_MessageLog_FlagRecordForOverwrite_parameters,
 98325               };
 98326               
 98327               static MetaFeature*
 98328               _CIM_MessageLog_features[] =
 98329               {
 98330                   (MetaFeature*)&_CIM_MessageLog_CreationClassName,
 98331                   (MetaFeature*)&_CIM_MessageLog_Name,
 98332                   (MetaFeature*)&_CIM_MessageLog_Capabilities,
 98333                   (MetaFeature*)&_CIM_MessageLog_CapabilitiesDescriptions,
 98334                   (MetaFeature*)&_CIM_MessageLog_MaxLogSize,
 98335                   (MetaFeature*)&_CIM_MessageLog_SizeOfHeader,
 98336                   (MetaFeature*)&_CIM_MessageLog_HeaderFormat,
 98337                   (MetaFeature*)&_CIM_MessageLog_MaxRecordSize,
 98338                   (MetaFeature*)&_CIM_MessageLog_SizeOfRecordHeader,
 98339                   (MetaFeature*)&_CIM_MessageLog_RecordHeaderFormat,
 98340                   (MetaFeature*)&_CIM_MessageLog_OverwritePolicy,
 98341                   (MetaFeature*)&_CIM_MessageLog_OtherPolicyDescription,
 98342                   (MetaFeature*)&_CIM_MessageLog_TimeWhenOutdated,
 98343 mike  1.1.2.1     (MetaFeature*)&_CIM_MessageLog_PercentageNearFull,
 98344                   (MetaFeature*)&_CIM_MessageLog_LastChange,
 98345                   (MetaFeature*)&_CIM_MessageLog_TimeOfLastChange,
 98346                   (MetaFeature*)&_CIM_MessageLog_RecordLastChanged,
 98347                   (MetaFeature*)&_CIM_MessageLog_IsFrozen,
 98348                   (MetaFeature*)&_CIM_MessageLog_CharacterSet,
 98349                   (MetaFeature*)&_CIM_MessageLog_PositionToFirstRecord,
 98350                   (MetaFeature*)&_CIM_MessageLog_PositionAtRecord,
 98351                   (MetaFeature*)&_CIM_MessageLog_GetRecord,
 98352                   (MetaFeature*)&_CIM_MessageLog_DeleteRecord,
 98353                   (MetaFeature*)&_CIM_MessageLog_WriteRecord,
 98354                   (MetaFeature*)&_CIM_MessageLog_CancelIteration,
 98355                   (MetaFeature*)&_CIM_MessageLog_FreezeLog,
 98356                   (MetaFeature*)&_CIM_MessageLog_FlagRecordForOverwrite,
 98357                   0,
 98358               };
 98359               
 98360               static const char*
 98361               __root_cimv2_CIM_MessageLog_qualifiers[] =
 98362               {
 98363                   /* UMLPackagePath */
 98364 mike  1.1.2.1     "\057CIM::System::Logs",
 98365                   /* Version */
 98366                   "\0632.9.0",
 98367                   0,
 98368               };
 98369               
 98370               MetaClass
 98371               __root_cimv2_CIM_MessageLog =
 98372               {
 98373                   /* flags */
 98374                   META_FLAG_CLASS,
 98375                   /* name */
 98376                   "CIM_MessageLog",
 98377                   /* qualifiers */
 98378                   __root_cimv2_CIM_MessageLog_qualifiers,
 98379                   /* super */
 98380                   &__root_cimv2_CIM_Log,
 98381                   /* features */
 98382                   _CIM_MessageLog_features,
 98383               };
 98384               
 98385 mike  1.1.2.1 //==============================================================================
 98386               //
 98387               // Class: CIM_Modem
 98388               //
 98389               //==============================================================================
 98390               
 98391               static MetaFeature*
 98392               _CIM_Modem_features[] =
 98393               {
 98394                   0,
 98395               };
 98396               
 98397               static const char*
 98398               __root_cimv2_CIM_Modem_qualifiers[] =
 98399               {
 98400                   /* UMLPackagePath */
 98401                   "\057CIM::Device::Modems",
 98402                   /* Abstract */
 98403                   "\002\001",
 98404                   /* Version */
 98405                   "\0632.6.0",
 98406 mike  1.1.2.1     0,
 98407               };
 98408               
 98409               MetaClass
 98410               __root_cimv2_CIM_Modem =
 98411               {
 98412                   /* flags */
 98413                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
 98414                   /* name */
 98415                   "CIM_Modem",
 98416                   /* qualifiers */
 98417                   __root_cimv2_CIM_Modem_qualifiers,
 98418                   /* super */
 98419                   &__root_cimv2_CIM_LogicalDevice,
 98420                   /* features */
 98421                   _CIM_Modem_features,
 98422               };
 98423               
 98424               //==============================================================================
 98425               //
 98426               // Class: CIM_MorePersonInfo
 98427 mike  1.1.2.1 //
 98428               //==============================================================================
 98429               
 98430               static const char*
 98431               _CIM_MorePersonInfo_Antecedent_qualifiers[] =
 98432               {
 98433                   /* Override */
 98434                   "\044Antecedent",
 98435                   /* Min */
 98436                   "\033\000\000\000\001",
 98437                   /* Max */
 98438                   "\027\000\000\000\001",
 98439                   0,
 98440               };
 98441               
 98442               static MetaReference
 98443               _CIM_MorePersonInfo_Antecedent =
 98444               {
 98445                   /* flags */
 98446                   META_FLAG_REFERENCE|META_FLAG_READ,
 98447                   /* name */
 98448 mike  1.1.2.1     "Antecedent",
 98449                   /* qualifiers */
 98450                   _CIM_MorePersonInfo_Antecedent_qualifiers,
 98451                   /* subscript */
 98452                   -1,
 98453                   /* refId */
 98454                   &__root_cimv2_CIM_Person,
 98455               };
 98456               
 98457               static const char*
 98458               _CIM_MorePersonInfo_Dependent_qualifiers[] =
 98459               {
 98460                   /* Override */
 98461                   "\044Dependent",
 98462                   /* Max */
 98463                   "\027\000\000\000\001",
 98464                   0,
 98465               };
 98466               
 98467               static MetaReference
 98468               _CIM_MorePersonInfo_Dependent =
 98469 mike  1.1.2.1 {
 98470                   /* flags */
 98471                   META_FLAG_REFERENCE|META_FLAG_READ,
 98472                   /* name */
 98473                   "Dependent",
 98474                   /* qualifiers */
 98475                   _CIM_MorePersonInfo_Dependent_qualifiers,
 98476                   /* subscript */
 98477                   -1,
 98478                   /* refId */
 98479                   &__root_cimv2_CIM_OtherPersonInformation,
 98480               };
 98481               
 98482               static MetaFeature*
 98483               _CIM_MorePersonInfo_features[] =
 98484               {
 98485                   (MetaFeature*)&_CIM_MorePersonInfo_Antecedent,
 98486                   (MetaFeature*)&_CIM_MorePersonInfo_Dependent,
 98487                   0,
 98488               };
 98489               
 98490 mike  1.1.2.1 static const char*
 98491               __root_cimv2_CIM_MorePersonInfo_qualifiers[] =
 98492               {
 98493                   /* ASSOCIATION */
 98494                   "\000\001",
 98495                   /* UMLPackagePath */
 98496                   "\057CIM::User::Org",
 98497                   /* Version */
 98498                   "\0632.7.0",
 98499                   0,
 98500               };
 98501               
 98502               MetaClass
 98503               __root_cimv2_CIM_MorePersonInfo =
 98504               {
 98505                   /* flags */
 98506                   META_FLAG_ASSOCIATION,
 98507                   /* name */
 98508                   "CIM_MorePersonInfo",
 98509                   /* qualifiers */
 98510                   __root_cimv2_CIM_MorePersonInfo_qualifiers,
 98511 mike  1.1.2.1     /* super */
 98512                   &__root_cimv2_CIM_Dependency,
 98513                   /* features */
 98514                   _CIM_MorePersonInfo_features,
 98515               };
 98516               
 98517               //==============================================================================
 98518               //
 98519               // Class: CIM_Mount
 98520               //
 98521               //==============================================================================
 98522               
 98523               static const char*
 98524               _CIM_Mount_Antecedent_qualifiers[] =
 98525               {
 98526                   /* Override */
 98527                   "\044Antecedent",
 98528                   /* Max */
 98529                   "\027\000\000\000\001",
 98530                   0,
 98531               };
 98532 mike  1.1.2.1 
 98533               static MetaReference
 98534               _CIM_Mount_Antecedent =
 98535               {
 98536                   /* flags */
 98537                   META_FLAG_REFERENCE|META_FLAG_READ,
 98538                   /* name */
 98539                   "Antecedent",
 98540                   /* qualifiers */
 98541                   _CIM_Mount_Antecedent_qualifiers,
 98542                   /* subscript */
 98543                   -1,
 98544                   /* refId */
 98545                   &__root_cimv2_CIM_Directory,
 98546               };
 98547               
 98548               static const char*
 98549               _CIM_Mount_Dependent_qualifiers[] =
 98550               {
 98551                   /* Override */
 98552                   "\044Dependent",
 98553 mike  1.1.2.1     0,
 98554               };
 98555               
 98556               static MetaReference
 98557               _CIM_Mount_Dependent =
 98558               {
 98559                   /* flags */
 98560                   META_FLAG_REFERENCE|META_FLAG_READ,
 98561                   /* name */
 98562                   "Dependent",
 98563                   /* qualifiers */
 98564                   _CIM_Mount_Dependent_qualifiers,
 98565                   /* subscript */
 98566                   -1,
 98567                   /* refId */
 98568                   &__root_cimv2_CIM_FileSystem,
 98569               };
 98570               
 98571               static MetaFeature*
 98572               _CIM_Mount_features[] =
 98573               {
 98574 mike  1.1.2.1     (MetaFeature*)&_CIM_Mount_Antecedent,
 98575                   (MetaFeature*)&_CIM_Mount_Dependent,
 98576                   0,
 98577               };
 98578               
 98579               static const char*
 98580               __root_cimv2_CIM_Mount_qualifiers[] =
 98581               {
 98582                   /* ASSOCIATION */
 98583                   "\000\001",
 98584                   /* UMLPackagePath */
 98585                   "\057CIM::System::FileElements",
 98586                   /* Version */
 98587                   "\0632.6.0",
 98588                   0,
 98589               };
 98590               
 98591               MetaClass
 98592               __root_cimv2_CIM_Mount =
 98593               {
 98594                   /* flags */
 98595 mike  1.1.2.1     META_FLAG_ASSOCIATION,
 98596                   /* name */
 98597                   "CIM_Mount",
 98598                   /* qualifiers */
 98599                   __root_cimv2_CIM_Mount_qualifiers,
 98600                   /* super */
 98601                   &__root_cimv2_CIM_Dependency,
 98602                   /* features */
 98603                   _CIM_Mount_features,
 98604               };
 98605               
 98606               //==============================================================================
 98607               //
 98608               // Class: CIM_NetworkAdapter
 98609               //
 98610               //==============================================================================
 98611               
 98612               static const char*
 98613               _CIM_NetworkAdapter_PermanentAddress_qualifiers[] =
 98614               {
 98615                   /* Deprecated */
 98616 mike  1.1.2.1     "\013\000\001CIM_NetworkPort.PermanentAddress\000",
 98617                   /* MaxLen */
 98618                   "\030\000\000\000\100",
 98619                   /* MappingStrings */
 98620                   "\026\000\001MIF.DMTF|Network Adapter 802 Port|001.2\000",
 98621                   0,
 98622               };
 98623               
 98624               static MetaProperty
 98625               _CIM_NetworkAdapter_PermanentAddress =
 98626               {
 98627                   /* flags */
 98628                   META_FLAG_PROPERTY|META_FLAG_READ,
 98629                   /* name */
 98630                   "PermanentAddress",
 98631                   /* qualifiers */
 98632                   _CIM_NetworkAdapter_PermanentAddress_qualifiers,
 98633                   /* type */
 98634                   CIMTYPE_STRING,
 98635                   /* subscript */
 98636                   -1,
 98637 mike  1.1.2.1     /* value */
 98638                   0,
 98639               };
 98640               
 98641               static const char*
 98642               _CIM_NetworkAdapter_NetworkAddresses_qualifiers[] =
 98643               {
 98644                   /* Deprecated */
 98645                   "\013\000\001CIM_NetworkPort.NetworkAddresses\000",
 98646                   /* MaxLen */
 98647                   "\030\000\000\000\100",
 98648                   /* MappingStrings */
 98649                   "\026\000\001MIF.DMTF|Network Adapter 802 Port|001.3\000",
 98650                   /* ArrayType */
 98651                   "\005Indexed",
 98652                   0,
 98653               };
 98654               
 98655               static MetaProperty
 98656               _CIM_NetworkAdapter_NetworkAddresses =
 98657               {
 98658 mike  1.1.2.1     /* flags */
 98659                   META_FLAG_PROPERTY|META_FLAG_READ,
 98660                   /* name */
 98661                   "NetworkAddresses",
 98662                   /* qualifiers */
 98663                   _CIM_NetworkAdapter_NetworkAddresses_qualifiers,
 98664                   /* type */
 98665                   CIMTYPE_STRING,
 98666                   /* subscript */
 98667                   0,
 98668                   /* value */
 98669                   0,
 98670               };
 98671               
 98672               static const char*
 98673               _CIM_NetworkAdapter_Speed_qualifiers[] =
 98674               {
 98675                   /* Deprecated */
 98676                   "\013\000\001CIM_NetworkPort.Speed\000",
 98677                   /* Units */
 98678                   "\060Bits per Second",
 98679 mike  1.1.2.1     /* MappingStrings */
 98680                   "\026\000\002MIB.IETF|RFC1213-MIB.ifSpeed\000MIF.DMTF|Network Adapter 802 Port|001.5\000",
 98681                   0,
 98682               };
 98683               
 98684               static MetaProperty
 98685               _CIM_NetworkAdapter_Speed =
 98686               {
 98687                   /* flags */
 98688                   META_FLAG_PROPERTY|META_FLAG_READ,
 98689                   /* name */
 98690                   "Speed",
 98691                   /* qualifiers */
 98692                   _CIM_NetworkAdapter_Speed_qualifiers,
 98693                   /* type */
 98694                   CIMTYPE_UINT64,
 98695                   /* subscript */
 98696                   -1,
 98697                   /* value */
 98698                   0,
 98699               };
 98700 mike  1.1.2.1 
 98701               static const char*
 98702               _CIM_NetworkAdapter_MaxSpeed_qualifiers[] =
 98703               {
 98704                   /* Deprecated */
 98705                   "\013\000\001CIM_NetworkPort.MaxSpeed\000",
 98706                   /* Units */
 98707                   "\060Bits per Second",
 98708                   0,
 98709               };
 98710               
 98711               static MetaProperty
 98712               _CIM_NetworkAdapter_MaxSpeed =
 98713               {
 98714                   /* flags */
 98715                   META_FLAG_PROPERTY|META_FLAG_READ,
 98716                   /* name */
 98717                   "MaxSpeed",
 98718                   /* qualifiers */
 98719                   _CIM_NetworkAdapter_MaxSpeed_qualifiers,
 98720                   /* type */
 98721 mike  1.1.2.1     CIMTYPE_UINT64,
 98722                   /* subscript */
 98723                   -1,
 98724                   /* value */
 98725                   0,
 98726               };
 98727               
 98728               static const char*
 98729               _CIM_NetworkAdapter_FullDuplex_qualifiers[] =
 98730               {
 98731                   /* Deprecated */
 98732                   "\013\000\001CIM_NetworkPort.FullDuplex\000",
 98733                   0,
 98734               };
 98735               
 98736               static MetaProperty
 98737               _CIM_NetworkAdapter_FullDuplex =
 98738               {
 98739                   /* flags */
 98740                   META_FLAG_PROPERTY|META_FLAG_READ,
 98741                   /* name */
 98742 mike  1.1.2.1     "FullDuplex",
 98743                   /* qualifiers */
 98744                   _CIM_NetworkAdapter_FullDuplex_qualifiers,
 98745                   /* type */
 98746                   CIMTYPE_BOOLEAN,
 98747                   /* subscript */
 98748                   -1,
 98749                   /* value */
 98750                   0,
 98751               };
 98752               
 98753               static const char*
 98754               _CIM_NetworkAdapter_AutoSense_qualifiers[] =
 98755               {
 98756                   /* Deprecated */
 98757                   "\013\000\001CIM_NetworkPort.AutoSense\000",
 98758                   0,
 98759               };
 98760               
 98761               static MetaProperty
 98762               _CIM_NetworkAdapter_AutoSense =
 98763 mike  1.1.2.1 {
 98764                   /* flags */
 98765                   META_FLAG_PROPERTY|META_FLAG_READ,
 98766                   /* name */
 98767                   "AutoSense",
 98768                   /* qualifiers */
 98769                   _CIM_NetworkAdapter_AutoSense_qualifiers,
 98770                   /* type */
 98771                   CIMTYPE_BOOLEAN,
 98772                   /* subscript */
 98773                   -1,
 98774                   /* value */
 98775                   0,
 98776               };
 98777               
 98778               static const char*
 98779               _CIM_NetworkAdapter_OctetsTransmitted_qualifiers[] =
 98780               {
 98781                   /* Deprecated */
 98782                   "\013\000\001CIM_NetworkPortStatistics.BytesTransmitted\000",
 98783                   /* Counter */
 98784 mike  1.1.2.1     "\012\001",
 98785                   /* MappingStrings */
 98786                   "\026\000\002MIB.IETF|RFC1213-MIB.ifOutOctets\000MIF.DMTF|Network Adapter 802 Port|001.7\000",
 98787                   0,
 98788               };
 98789               
 98790               static MetaProperty
 98791               _CIM_NetworkAdapter_OctetsTransmitted =
 98792               {
 98793                   /* flags */
 98794                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 98795                   /* name */
 98796                   "OctetsTransmitted",
 98797                   /* qualifiers */
 98798                   _CIM_NetworkAdapter_OctetsTransmitted_qualifiers,
 98799                   /* type */
 98800                   CIMTYPE_UINT64,
 98801                   /* subscript */
 98802                   -1,
 98803                   /* value */
 98804                   0,
 98805 mike  1.1.2.1 };
 98806               
 98807               static const char*
 98808               _CIM_NetworkAdapter_OctetsReceived_qualifiers[] =
 98809               {
 98810                   /* Deprecated */
 98811                   "\013\000\001CIM_NetworkPortStatistics.BytesReceived\000",
 98812                   /* Counter */
 98813                   "\012\001",
 98814                   /* MappingStrings */
 98815                   "\026\000\002MIB.IETF|RFC1213-MIB.ifInOctets\000MIF.DMTF|Network Adapter 802 Port|001.9\000",
 98816                   0,
 98817               };
 98818               
 98819               static MetaProperty
 98820               _CIM_NetworkAdapter_OctetsReceived =
 98821               {
 98822                   /* flags */
 98823                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
 98824                   /* name */
 98825                   "OctetsReceived",
 98826 mike  1.1.2.1     /* qualifiers */
 98827                   _CIM_NetworkAdapter_OctetsReceived_qualifiers,
 98828                   /* type */
 98829                   CIMTYPE_UINT64,
 98830                   /* subscript */
 98831                   -1,
 98832                   /* value */
 98833                   0,
 98834               };
 98835               
 98836               static MetaFeature*
 98837               _CIM_NetworkAdapter_features[] =
 98838               {
 98839                   (MetaFeature*)&_CIM_NetworkAdapter_PermanentAddress,
 98840                   (MetaFeature*)&_CIM_NetworkAdapter_NetworkAddresses,
 98841                   (MetaFeature*)&_CIM_NetworkAdapter_Speed,
 98842                   (MetaFeature*)&_CIM_NetworkAdapter_MaxSpeed,
 98843                   (MetaFeature*)&_CIM_NetworkAdapter_FullDuplex,
 98844                   (MetaFeature*)&_CIM_NetworkAdapter_AutoSense,
 98845                   (MetaFeature*)&_CIM_NetworkAdapter_OctetsTransmitted,
 98846                   (MetaFeature*)&_CIM_NetworkAdapter_OctetsReceived,
 98847 mike  1.1.2.1     0,
 98848               };
 98849               
 98850               static const char*
 98851               __root_cimv2_CIM_NetworkAdapter_qualifiers[] =
 98852               {
 98853                   /* Deprecated */
 98854                   "\013\000\001CIM_NetworkPort\000",
 98855                   /* UMLPackagePath */
 98856                   "\057CIM::Device::NetworkAdapter",
 98857                   /* Abstract */
 98858                   "\002\001",
 98859                   /* Version */
 98860                   "\0632.10.0",
 98861                   0,
 98862               };
 98863               
 98864               MetaClass
 98865               __root_cimv2_CIM_NetworkAdapter =
 98866               {
 98867                   /* flags */
 98868 mike  1.1.2.1     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 98869                   /* name */
 98870                   "CIM_NetworkAdapter",
 98871                   /* qualifiers */
 98872                   __root_cimv2_CIM_NetworkAdapter_qualifiers,
 98873                   /* super */
 98874                   &__root_cimv2_CIM_LogicalDevice,
 98875                   /* features */
 98876                   _CIM_NetworkAdapter_features,
 98877               };
 98878               
 98879               //==============================================================================
 98880               //
 98881               // Class: CIM_NetworkAdapterRedundancyComponent
 98882               //
 98883               //==============================================================================
 98884               
 98885               static const char*
 98886               _CIM_NetworkAdapterRedundancyComponent_GroupComponent_qualifiers[] =
 98887               {
 98888                   /* Deprecated */
 98889 mike  1.1.2.1     "\013\000\001CIM_OrderedMemberOfCollection.Collection\000",
 98890                   /* Aggregate */
 98891                   "\003\001",
 98892                   /* Override */
 98893                   "\044GroupComponent",
 98894                   0,
 98895               };
 98896               
 98897               static MetaReference
 98898               _CIM_NetworkAdapterRedundancyComponent_GroupComponent =
 98899               {
 98900                   /* flags */
 98901                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 98902                   /* name */
 98903                   "GroupComponent",
 98904                   /* qualifiers */
 98905                   _CIM_NetworkAdapterRedundancyComponent_GroupComponent_qualifiers,
 98906                   /* subscript */
 98907                   -1,
 98908                   /* refId */
 98909                   &__root_cimv2_CIM_ExtraCapacityGroup,
 98910 mike  1.1.2.1 };
 98911               
 98912               static const char*
 98913               _CIM_NetworkAdapterRedundancyComponent_PartComponent_qualifiers[] =
 98914               {
 98915                   /* Deprecated */
 98916                   "\013\000\001CIM_OrderedMemberOfCollection.Member\000",
 98917                   /* Override */
 98918                   "\044PartComponent",
 98919                   0,
 98920               };
 98921               
 98922               static MetaReference
 98923               _CIM_NetworkAdapterRedundancyComponent_PartComponent =
 98924               {
 98925                   /* flags */
 98926                   META_FLAG_REFERENCE|META_FLAG_READ,
 98927                   /* name */
 98928                   "PartComponent",
 98929                   /* qualifiers */
 98930                   _CIM_NetworkAdapterRedundancyComponent_PartComponent_qualifiers,
 98931 mike  1.1.2.1     /* subscript */
 98932                   -1,
 98933                   /* refId */
 98934                   &__root_cimv2_CIM_NetworkAdapter,
 98935               };
 98936               
 98937               static const char*
 98938               _CIM_NetworkAdapterRedundancyComponent_ScopeOfBalancing_qualifiers[] =
 98939               {
 98940                   /* Deprecated */
 98941                   "\013\000\001No value\000",
 98942                   /* ValueMap */
 98943                   "\061\000\0040\0001\0002\0003\000",
 98944                   /* Values */
 98945                   "\062\000\004Unknown\000Load Balancing - Transmit Only\000Load Balancing - Receive Only\000Full Load Balancing\000",
 98946                   0,
 98947               };
 98948               
 98949               static MetaProperty
 98950               _CIM_NetworkAdapterRedundancyComponent_ScopeOfBalancing =
 98951               {
 98952 mike  1.1.2.1     /* flags */
 98953                   META_FLAG_PROPERTY|META_FLAG_READ,
 98954                   /* name */
 98955                   "ScopeOfBalancing",
 98956                   /* qualifiers */
 98957                   _CIM_NetworkAdapterRedundancyComponent_ScopeOfBalancing_qualifiers,
 98958                   /* type */
 98959                   CIMTYPE_UINT16,
 98960                   /* subscript */
 98961                   -1,
 98962                   /* value */
 98963                   0,
 98964               };
 98965               
 98966               static const char*
 98967               _CIM_NetworkAdapterRedundancyComponent_PrimaryAdapter_qualifiers[] =
 98968               {
 98969                   /* Deprecated */
 98970                   "\013\000\001CIM_OrderedMemberOfCollection.AssignedSequence\000",
 98971                   /* ValueMap */
 98972                   "\061\000\0050\0001\0002\0003\0004\000",
 98973 mike  1.1.2.1     /* Values */
 98974                   "\062\000\005Unknown\000Original Primary\000Preferred Primary\000Both\000Not Applicable\000",
 98975                   0,
 98976               };
 98977               
 98978               static MetaProperty
 98979               _CIM_NetworkAdapterRedundancyComponent_PrimaryAdapter =
 98980               {
 98981                   /* flags */
 98982                   META_FLAG_PROPERTY|META_FLAG_READ,
 98983                   /* name */
 98984                   "PrimaryAdapter",
 98985                   /* qualifiers */
 98986                   _CIM_NetworkAdapterRedundancyComponent_PrimaryAdapter_qualifiers,
 98987                   /* type */
 98988                   CIMTYPE_UINT16,
 98989                   /* subscript */
 98990                   -1,
 98991                   /* value */
 98992                   0,
 98993               };
 98994 mike  1.1.2.1 
 98995               static MetaFeature*
 98996               _CIM_NetworkAdapterRedundancyComponent_features[] =
 98997               {
 98998                   (MetaFeature*)&_CIM_NetworkAdapterRedundancyComponent_GroupComponent,
 98999                   (MetaFeature*)&_CIM_NetworkAdapterRedundancyComponent_PartComponent,
 99000                   (MetaFeature*)&_CIM_NetworkAdapterRedundancyComponent_ScopeOfBalancing,
 99001                   (MetaFeature*)&_CIM_NetworkAdapterRedundancyComponent_PrimaryAdapter,
 99002                   0,
 99003               };
 99004               
 99005               static const char*
 99006               __root_cimv2_CIM_NetworkAdapterRedundancyComponent_qualifiers[] =
 99007               {
 99008                   /* ASSOCIATION */
 99009                   "\000\001",
 99010                   /* Deprecated */
 99011                   "\013\000\001CIM_OrderedMemberOfCollection\000",
 99012                   /* UMLPackagePath */
 99013                   "\057CIM::Device::NetworkAdapter",
 99014                   /* Aggregation */
 99015 mike  1.1.2.1     "\004\001",
 99016                   /* Version */
 99017                   "\0632.10.0",
 99018                   0,
 99019               };
 99020               
 99021               MetaClass
 99022               __root_cimv2_CIM_NetworkAdapterRedundancyComponent =
 99023               {
 99024                   /* flags */
 99025                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 99026                   /* name */
 99027                   "CIM_NetworkAdapterRedundancyComponent",
 99028                   /* qualifiers */
 99029                   __root_cimv2_CIM_NetworkAdapterRedundancyComponent_qualifiers,
 99030                   /* super */
 99031                   &__root_cimv2_CIM_RedundancyComponent,
 99032                   /* features */
 99033                   _CIM_NetworkAdapterRedundancyComponent_features,
 99034               };
 99035               
 99036 mike  1.1.2.1 //==============================================================================
 99037               //
 99038               // Class: CIM_NetworkPipe
 99039               //
 99040               //==============================================================================
 99041               
 99042               static const char*
 99043               _CIM_NetworkPipe_InstanceID_qualifiers[] =
 99044               {
 99045                   /* Key */
 99046                   "\025\001",
 99047                   /* MappingStrings */
 99048                   "\026\000\003Recommendation.ITU|M3100.TrailR1.trailId\000Recommendation.ITU|M3100.ConnectionR1.connectionID\000Recommendation.ITU|M3100.SubNetworkConnection.subNetworkConnectionID\000",
 99049                   0,
 99050               };
 99051               
 99052               static MetaProperty
 99053               _CIM_NetworkPipe_InstanceID =
 99054               {
 99055                   /* flags */
 99056                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 99057 mike  1.1.2.1     /* name */
 99058                   "InstanceID",
 99059                   /* qualifiers */
 99060                   _CIM_NetworkPipe_InstanceID_qualifiers,
 99061                   /* type */
 99062                   CIMTYPE_STRING,
 99063                   /* subscript */
 99064                   -1,
 99065                   /* value */
 99066                   0,
 99067               };
 99068               
 99069               static const char*
 99070               _CIM_NetworkPipe_Directionality_qualifiers[] =
 99071               {
 99072                   /* ValueMap */
 99073                   "\061\000\0030\0002\0003\000",
 99074                   /* Values */
 99075                   "\062\000\003Unknown\000Bi-Directional\000Unidirectional\000",
 99076                   /* MappingStrings */
 99077                   "\026\000\001Recommendation.ITU|M3100.Pipe.directionality\000",
 99078 mike  1.1.2.1     0,
 99079               };
 99080               
 99081               static MetaProperty
 99082               _CIM_NetworkPipe_Directionality =
 99083               {
 99084                   /* flags */
 99085                   META_FLAG_PROPERTY|META_FLAG_READ,
 99086                   /* name */
 99087                   "Directionality",
 99088                   /* qualifiers */
 99089                   _CIM_NetworkPipe_Directionality_qualifiers,
 99090                   /* type */
 99091                   CIMTYPE_UINT16,
 99092                   /* subscript */
 99093                   -1,
 99094                   /* value */
 99095                   0,
 99096               };
 99097               
 99098               static const char*
 99099 mike  1.1.2.1 _CIM_NetworkPipe_AggregationBehavior_qualifiers[] =
 99100               {
 99101                   /* ValueMap */
 99102                   "\061\000\0040\0002\0003\0004\000",
 99103                   /* Values */
 99104                   "\062\000\004Unknown\000No Lower-Level Composition\000Combined In Parallel\000Combined In Sequence\000",
 99105                   0,
 99106               };
 99107               
 99108               static MetaProperty
 99109               _CIM_NetworkPipe_AggregationBehavior =
 99110               {
 99111                   /* flags */
 99112                   META_FLAG_PROPERTY|META_FLAG_READ,
 99113                   /* name */
 99114                   "AggregationBehavior",
 99115                   /* qualifiers */
 99116                   _CIM_NetworkPipe_AggregationBehavior_qualifiers,
 99117                   /* type */
 99118                   CIMTYPE_UINT16,
 99119                   /* subscript */
 99120 mike  1.1.2.1     -1,
 99121                   /* value */
 99122                   0,
 99123               };
 99124               
 99125               static const char*
 99126               _CIM_NetworkPipe_EnabledState_qualifiers[] =
 99127               {
 99128                   /* Override */
 99129                   "\044EnabledState",
 99130                   /* MappingStrings */
 99131                   "\026\000\001Recommendation.ITU|M3100.Pipe.operationalState\000",
 99132                   0,
 99133               };
 99134               
 99135               static MetaProperty
 99136               _CIM_NetworkPipe_EnabledState =
 99137               {
 99138                   /* flags */
 99139                   META_FLAG_PROPERTY|META_FLAG_READ,
 99140                   /* name */
 99141 mike  1.1.2.1     "EnabledState",
 99142                   /* qualifiers */
 99143                   _CIM_NetworkPipe_EnabledState_qualifiers,
 99144                   /* type */
 99145                   CIMTYPE_UINT16,
 99146                   /* subscript */
 99147                   -1,
 99148                   /* value */
 99149                   0,
 99150               };
 99151               
 99152               static const char*
 99153               _CIM_NetworkPipe_RequestedState_qualifiers[] =
 99154               {
 99155                   /* Override */
 99156                   "\044RequestedState",
 99157                   /* Write */
 99158                   "\065\001",
 99159                   /* MappingStrings */
 99160                   "\026\000\001Recommendation.ITU|M3100.Pipe.administrativeState\000",
 99161                   0,
 99162 mike  1.1.2.1 };
 99163               
 99164               static MetaProperty
 99165               _CIM_NetworkPipe_RequestedState =
 99166               {
 99167                   /* flags */
 99168                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 99169                   /* name */
 99170                   "RequestedState",
 99171                   /* qualifiers */
 99172                   _CIM_NetworkPipe_RequestedState_qualifiers,
 99173                   /* type */
 99174                   CIMTYPE_UINT16,
 99175                   /* subscript */
 99176                   -1,
 99177                   /* value */
 99178                   "\000\005",
 99179               };
 99180               
 99181               static MetaFeature*
 99182               _CIM_NetworkPipe_features[] =
 99183 mike  1.1.2.1 {
 99184                   (MetaFeature*)&_CIM_NetworkPipe_InstanceID,
 99185                   (MetaFeature*)&_CIM_NetworkPipe_Directionality,
 99186                   (MetaFeature*)&_CIM_NetworkPipe_AggregationBehavior,
 99187                   (MetaFeature*)&_CIM_NetworkPipe_EnabledState,
 99188                   (MetaFeature*)&_CIM_NetworkPipe_RequestedState,
 99189                   0,
 99190               };
 99191               
 99192               static const char*
 99193               __root_cimv2_CIM_NetworkPipe_qualifiers[] =
 99194               {
 99195                   /* UMLPackagePath */
 99196                   "\057CIM::Network::Pipes",
 99197                   /* Version */
 99198                   "\0632.7.0",
 99199                   /* MappingStrings */
 99200                   "\026\000\004Recommendation.ITU|M3100.Pipe\000Recommendation.ITU|M3100.TrailR1\000Recommendation.ITU|M3100.ConnectionR1\000Recommendation.ITU|M3100.SubNetworkConnection\000",
 99201                   0,
 99202               };
 99203               
 99204 mike  1.1.2.1 MetaClass
 99205               __root_cimv2_CIM_NetworkPipe =
 99206               {
 99207                   /* flags */
 99208                   META_FLAG_CLASS,
 99209                   /* name */
 99210                   "CIM_NetworkPipe",
 99211                   /* qualifiers */
 99212                   __root_cimv2_CIM_NetworkPipe_qualifiers,
 99213                   /* super */
 99214                   &__root_cimv2_CIM_EnabledLogicalElement,
 99215                   /* features */
 99216                   _CIM_NetworkPipe_features,
 99217               };
 99218               
 99219               //==============================================================================
 99220               //
 99221               // Class: CIM_NetworkPipeComposition
 99222               //
 99223               //==============================================================================
 99224               
 99225 mike  1.1.2.1 static const char*
 99226               _CIM_NetworkPipeComposition_GroupComponent_qualifiers[] =
 99227               {
 99228                   /* Aggregate */
 99229                   "\003\001",
 99230                   /* Override */
 99231                   "\044GroupComponent",
 99232                   0,
 99233               };
 99234               
 99235               static MetaReference
 99236               _CIM_NetworkPipeComposition_GroupComponent =
 99237               {
 99238                   /* flags */
 99239                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 99240                   /* name */
 99241                   "GroupComponent",
 99242                   /* qualifiers */
 99243                   _CIM_NetworkPipeComposition_GroupComponent_qualifiers,
 99244                   /* subscript */
 99245                   -1,
 99246 mike  1.1.2.1     /* refId */
 99247                   &__root_cimv2_CIM_NetworkPipe,
 99248               };
 99249               
 99250               static const char*
 99251               _CIM_NetworkPipeComposition_PartComponent_qualifiers[] =
 99252               {
 99253                   /* Override */
 99254                   "\044PartComponent",
 99255                   0,
 99256               };
 99257               
 99258               static MetaReference
 99259               _CIM_NetworkPipeComposition_PartComponent =
 99260               {
 99261                   /* flags */
 99262                   META_FLAG_REFERENCE|META_FLAG_READ,
 99263                   /* name */
 99264                   "PartComponent",
 99265                   /* qualifiers */
 99266                   _CIM_NetworkPipeComposition_PartComponent_qualifiers,
 99267 mike  1.1.2.1     /* subscript */
 99268                   -1,
 99269                   /* refId */
 99270                   &__root_cimv2_CIM_NetworkPipe,
 99271               };
 99272               
 99273               static const char*
 99274               _CIM_NetworkPipeComposition_AggregationSequence_qualifiers[] =
 99275               {
 99276                   0,
 99277               };
 99278               
 99279               static MetaProperty
 99280               _CIM_NetworkPipeComposition_AggregationSequence =
 99281               {
 99282                   /* flags */
 99283                   META_FLAG_PROPERTY|META_FLAG_READ,
 99284                   /* name */
 99285                   "AggregationSequence",
 99286                   /* qualifiers */
 99287                   _CIM_NetworkPipeComposition_AggregationSequence_qualifiers,
 99288 mike  1.1.2.1     /* type */
 99289                   CIMTYPE_UINT16,
 99290                   /* subscript */
 99291                   -1,
 99292                   /* value */
 99293                   0,
 99294               };
 99295               
 99296               static MetaFeature*
 99297               _CIM_NetworkPipeComposition_features[] =
 99298               {
 99299                   (MetaFeature*)&_CIM_NetworkPipeComposition_GroupComponent,
 99300                   (MetaFeature*)&_CIM_NetworkPipeComposition_PartComponent,
 99301                   (MetaFeature*)&_CIM_NetworkPipeComposition_AggregationSequence,
 99302                   0,
 99303               };
 99304               
 99305               static const char*
 99306               __root_cimv2_CIM_NetworkPipeComposition_qualifiers[] =
 99307               {
 99308                   /* ASSOCIATION */
 99309 mike  1.1.2.1     "\000\001",
 99310                   /* UMLPackagePath */
 99311                   "\057CIM::Network::Pipes",
 99312                   /* Aggregation */
 99313                   "\004\001",
 99314                   /* Composition */
 99315                   "\011\001",
 99316                   /* Version */
 99317                   "\0632.7.0",
 99318                   /* MappingStrings */
 99319                   "\026\000\002Recommendation.ITU|M3100.TrailR1.serverConnectionListPackage\000Recommendation.ITU|M3100.TrailR1.clientConnectionListPackage\000",
 99320                   0,
 99321               };
 99322               
 99323               MetaClass
 99324               __root_cimv2_CIM_NetworkPipeComposition =
 99325               {
 99326                   /* flags */
 99327                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 99328                   /* name */
 99329                   "CIM_NetworkPipeComposition",
 99330 mike  1.1.2.1     /* qualifiers */
 99331                   __root_cimv2_CIM_NetworkPipeComposition_qualifiers,
 99332                   /* super */
 99333                   &__root_cimv2_CIM_Component,
 99334                   /* features */
 99335                   _CIM_NetworkPipeComposition_features,
 99336               };
 99337               
 99338               //==============================================================================
 99339               //
 99340               // Class: CIM_NetworkPort
 99341               //
 99342               //==============================================================================
 99343               
 99344               static const char*
 99345               _CIM_NetworkPort_Speed_qualifiers[] =
 99346               {
 99347                   /* Override */
 99348                   "\044Speed",
 99349                   /* Units */
 99350                   "\060Bits per Second",
 99351 mike  1.1.2.1     /* MappingStrings */
 99352                   "\026\000\002MIB.IETF|MIB-II.ifSpeed\000MIF.DMTF|Network Adapter 802 Port|001.5\000",
 99353                   0,
 99354               };
 99355               
 99356               static MetaProperty
 99357               _CIM_NetworkPort_Speed =
 99358               {
 99359                   /* flags */
 99360                   META_FLAG_PROPERTY|META_FLAG_READ,
 99361                   /* name */
 99362                   "Speed",
 99363                   /* qualifiers */
 99364                   _CIM_NetworkPort_Speed_qualifiers,
 99365                   /* type */
 99366                   CIMTYPE_UINT64,
 99367                   /* subscript */
 99368                   -1,
 99369                   /* value */
 99370                   0,
 99371               };
 99372 mike  1.1.2.1 
 99373               static const char*
 99374               _CIM_NetworkPort_OtherNetworkPortType_qualifiers[] =
 99375               {
 99376                   /* Deprecated */
 99377                   "\013\000\001CIM_NetworkPort.OtherPortType\000",
 99378                   /* ModelCorrespondence */
 99379                   "\036\000\001CIM_LogicalPort.PortType\000",
 99380                   0,
 99381               };
 99382               
 99383               static MetaProperty
 99384               _CIM_NetworkPort_OtherNetworkPortType =
 99385               {
 99386                   /* flags */
 99387                   META_FLAG_PROPERTY|META_FLAG_READ,
 99388                   /* name */
 99389                   "OtherNetworkPortType",
 99390                   /* qualifiers */
 99391                   _CIM_NetworkPort_OtherNetworkPortType_qualifiers,
 99392                   /* type */
 99393 mike  1.1.2.1     CIMTYPE_STRING,
 99394                   /* subscript */
 99395                   -1,
 99396                   /* value */
 99397                   0,
 99398               };
 99399               
 99400               static const char*
 99401               _CIM_NetworkPort_PortNumber_qualifiers[] =
 99402               {
 99403                   0,
 99404               };
 99405               
 99406               static MetaProperty
 99407               _CIM_NetworkPort_PortNumber =
 99408               {
 99409                   /* flags */
 99410                   META_FLAG_PROPERTY|META_FLAG_READ,
 99411                   /* name */
 99412                   "PortNumber",
 99413                   /* qualifiers */
 99414 mike  1.1.2.1     _CIM_NetworkPort_PortNumber_qualifiers,
 99415                   /* type */
 99416                   CIMTYPE_UINT16,
 99417                   /* subscript */
 99418                   -1,
 99419                   /* value */
 99420                   0,
 99421               };
 99422               
 99423               static const char*
 99424               _CIM_NetworkPort_LinkTechnology_qualifiers[] =
 99425               {
 99426                   /* ValueMap */
 99427                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
 99428                   /* Values */
 99429                   "\062\000\014Unknown\000Other\000Ethernet\000IB\000FC\000FDDI\000ATM\000Token Ring\000Frame Relay\000Infrared\000BlueTooth\000Wireless LAN\000",
 99430                   /* ModelCorrespondence */
 99431                   "\036\000\001CIM_NetworkPort.OtherLinkTechnology\000",
 99432                   0,
 99433               };
 99434               
 99435 mike  1.1.2.1 static MetaProperty
 99436               _CIM_NetworkPort_LinkTechnology =
 99437               {
 99438                   /* flags */
 99439                   META_FLAG_PROPERTY|META_FLAG_READ,
 99440                   /* name */
 99441                   "LinkTechnology",
 99442                   /* qualifiers */
 99443                   _CIM_NetworkPort_LinkTechnology_qualifiers,
 99444                   /* type */
 99445                   CIMTYPE_UINT16,
 99446                   /* subscript */
 99447                   -1,
 99448                   /* value */
 99449                   0,
 99450               };
 99451               
 99452               static const char*
 99453               _CIM_NetworkPort_OtherLinkTechnology_qualifiers[] =
 99454               {
 99455                   /* ModelCorrespondence */
 99456 mike  1.1.2.1     "\036\000\001CIM_NetworkPort.LinkTechnology\000",
 99457                   0,
 99458               };
 99459               
 99460               static MetaProperty
 99461               _CIM_NetworkPort_OtherLinkTechnology =
 99462               {
 99463                   /* flags */
 99464                   META_FLAG_PROPERTY|META_FLAG_READ,
 99465                   /* name */
 99466                   "OtherLinkTechnology",
 99467                   /* qualifiers */
 99468                   _CIM_NetworkPort_OtherLinkTechnology_qualifiers,
 99469                   /* type */
 99470                   CIMTYPE_STRING,
 99471                   /* subscript */
 99472                   -1,
 99473                   /* value */
 99474                   0,
 99475               };
 99476               
 99477 mike  1.1.2.1 static const char*
 99478               _CIM_NetworkPort_PermanentAddress_qualifiers[] =
 99479               {
 99480                   /* MaxLen */
 99481                   "\030\000\000\000\100",
 99482                   /* MappingStrings */
 99483                   "\026\000\001MIF.DMTF|Network Adapter 802 Port|001.2\000",
 99484                   0,
 99485               };
 99486               
 99487               static MetaProperty
 99488               _CIM_NetworkPort_PermanentAddress =
 99489               {
 99490                   /* flags */
 99491                   META_FLAG_PROPERTY|META_FLAG_READ,
 99492                   /* name */
 99493                   "PermanentAddress",
 99494                   /* qualifiers */
 99495                   _CIM_NetworkPort_PermanentAddress_qualifiers,
 99496                   /* type */
 99497                   CIMTYPE_STRING,
 99498 mike  1.1.2.1     /* subscript */
 99499                   -1,
 99500                   /* value */
 99501                   0,
 99502               };
 99503               
 99504               static const char*
 99505               _CIM_NetworkPort_NetworkAddresses_qualifiers[] =
 99506               {
 99507                   /* MaxLen */
 99508                   "\030\000\000\000\100",
 99509                   /* MappingStrings */
 99510                   "\026\000\001MIF.DMTF|Network Adapter 802 Port|001.3\000",
 99511                   0,
 99512               };
 99513               
 99514               static MetaProperty
 99515               _CIM_NetworkPort_NetworkAddresses =
 99516               {
 99517                   /* flags */
 99518                   META_FLAG_PROPERTY|META_FLAG_READ,
 99519 mike  1.1.2.1     /* name */
 99520                   "NetworkAddresses",
 99521                   /* qualifiers */
 99522                   _CIM_NetworkPort_NetworkAddresses_qualifiers,
 99523                   /* type */
 99524                   CIMTYPE_STRING,
 99525                   /* subscript */
 99526                   0,
 99527                   /* value */
 99528                   0,
 99529               };
 99530               
 99531               static const char*
 99532               _CIM_NetworkPort_FullDuplex_qualifiers[] =
 99533               {
 99534                   0,
 99535               };
 99536               
 99537               static MetaProperty
 99538               _CIM_NetworkPort_FullDuplex =
 99539               {
 99540 mike  1.1.2.1     /* flags */
 99541                   META_FLAG_PROPERTY|META_FLAG_READ,
 99542                   /* name */
 99543                   "FullDuplex",
 99544                   /* qualifiers */
 99545                   _CIM_NetworkPort_FullDuplex_qualifiers,
 99546                   /* type */
 99547                   CIMTYPE_BOOLEAN,
 99548                   /* subscript */
 99549                   -1,
 99550                   /* value */
 99551                   0,
 99552               };
 99553               
 99554               static const char*
 99555               _CIM_NetworkPort_AutoSense_qualifiers[] =
 99556               {
 99557                   0,
 99558               };
 99559               
 99560               static MetaProperty
 99561 mike  1.1.2.1 _CIM_NetworkPort_AutoSense =
 99562               {
 99563                   /* flags */
 99564                   META_FLAG_PROPERTY|META_FLAG_READ,
 99565                   /* name */
 99566                   "AutoSense",
 99567                   /* qualifiers */
 99568                   _CIM_NetworkPort_AutoSense_qualifiers,
 99569                   /* type */
 99570                   CIMTYPE_BOOLEAN,
 99571                   /* subscript */
 99572                   -1,
 99573                   /* value */
 99574                   0,
 99575               };
 99576               
 99577               static const char*
 99578               _CIM_NetworkPort_SupportedMaximumTransmissionUnit_qualifiers[] =
 99579               {
 99580                   /* Units */
 99581                   "\060Bytes",
 99582 mike  1.1.2.1     0,
 99583               };
 99584               
 99585               static MetaProperty
 99586               _CIM_NetworkPort_SupportedMaximumTransmissionUnit =
 99587               {
 99588                   /* flags */
 99589                   META_FLAG_PROPERTY|META_FLAG_READ,
 99590                   /* name */
 99591                   "SupportedMaximumTransmissionUnit",
 99592                   /* qualifiers */
 99593                   _CIM_NetworkPort_SupportedMaximumTransmissionUnit_qualifiers,
 99594                   /* type */
 99595                   CIMTYPE_UINT64,
 99596                   /* subscript */
 99597                   -1,
 99598                   /* value */
 99599                   0,
 99600               };
 99601               
 99602               static const char*
 99603 mike  1.1.2.1 _CIM_NetworkPort_ActiveMaximumTransmissionUnit_qualifiers[] =
 99604               {
 99605                   /* Units */
 99606                   "\060Bytes",
 99607                   0,
 99608               };
 99609               
 99610               static MetaProperty
 99611               _CIM_NetworkPort_ActiveMaximumTransmissionUnit =
 99612               {
 99613                   /* flags */
 99614                   META_FLAG_PROPERTY|META_FLAG_READ,
 99615                   /* name */
 99616                   "ActiveMaximumTransmissionUnit",
 99617                   /* qualifiers */
 99618                   _CIM_NetworkPort_ActiveMaximumTransmissionUnit_qualifiers,
 99619                   /* type */
 99620                   CIMTYPE_UINT64,
 99621                   /* subscript */
 99622                   -1,
 99623                   /* value */
 99624 mike  1.1.2.1     0,
 99625               };
 99626               
 99627               static MetaFeature*
 99628               _CIM_NetworkPort_features[] =
 99629               {
 99630                   (MetaFeature*)&_CIM_NetworkPort_Speed,
 99631                   (MetaFeature*)&_CIM_NetworkPort_OtherNetworkPortType,
 99632                   (MetaFeature*)&_CIM_NetworkPort_PortNumber,
 99633                   (MetaFeature*)&_CIM_NetworkPort_LinkTechnology,
 99634                   (MetaFeature*)&_CIM_NetworkPort_OtherLinkTechnology,
 99635                   (MetaFeature*)&_CIM_NetworkPort_PermanentAddress,
 99636                   (MetaFeature*)&_CIM_NetworkPort_NetworkAddresses,
 99637                   (MetaFeature*)&_CIM_NetworkPort_FullDuplex,
 99638                   (MetaFeature*)&_CIM_NetworkPort_AutoSense,
 99639                   (MetaFeature*)&_CIM_NetworkPort_SupportedMaximumTransmissionUnit,
 99640                   (MetaFeature*)&_CIM_NetworkPort_ActiveMaximumTransmissionUnit,
 99641                   0,
 99642               };
 99643               
 99644               static const char*
 99645 mike  1.1.2.1 __root_cimv2_CIM_NetworkPort_qualifiers[] =
 99646               {
 99647                   /* UMLPackagePath */
 99648                   "\057CIM::Device::Ports",
 99649                   /* Version */
 99650                   "\0632.10.0",
 99651                   0,
 99652               };
 99653               
 99654               MetaClass
 99655               __root_cimv2_CIM_NetworkPort =
 99656               {
 99657                   /* flags */
 99658                   META_FLAG_CLASS,
 99659                   /* name */
 99660                   "CIM_NetworkPort",
 99661                   /* qualifiers */
 99662                   __root_cimv2_CIM_NetworkPort_qualifiers,
 99663                   /* super */
 99664                   &__root_cimv2_CIM_LogicalPort,
 99665                   /* features */
 99666 mike  1.1.2.1     _CIM_NetworkPort_features,
 99667               };
 99668               
 99669               //==============================================================================
 99670               //
 99671               // Class: CIM_NetworkVirtualAdapter
 99672               //
 99673               //==============================================================================
 99674               
 99675               static const char*
 99676               _CIM_NetworkVirtualAdapter_SystemElement_qualifiers[] =
 99677               {
 99678                   /* Deprecated */
 99679                   "\013\000\001CIM_ConcreteIdentity.SystemElement\000",
 99680                   /* Override */
 99681                   "\044SystemElement",
 99682                   0,
 99683               };
 99684               
 99685               static MetaReference
 99686               _CIM_NetworkVirtualAdapter_SystemElement =
 99687 mike  1.1.2.1 {
 99688                   /* flags */
 99689                   META_FLAG_REFERENCE|META_FLAG_READ,
 99690                   /* name */
 99691                   "SystemElement",
 99692                   /* qualifiers */
 99693                   _CIM_NetworkVirtualAdapter_SystemElement_qualifiers,
 99694                   /* subscript */
 99695                   -1,
 99696                   /* refId */
 99697                   &__root_cimv2_CIM_NetworkAdapter,
 99698               };
 99699               
 99700               static const char*
 99701               _CIM_NetworkVirtualAdapter_SameElement_qualifiers[] =
 99702               {
 99703                   /* Deprecated */
 99704                   "\013\000\001CIM_ConcreteIdentity.SameElement\000",
 99705                   /* Override */
 99706                   "\044SameElement",
 99707                   0,
 99708 mike  1.1.2.1 };
 99709               
 99710               static MetaReference
 99711               _CIM_NetworkVirtualAdapter_SameElement =
 99712               {
 99713                   /* flags */
 99714                   META_FLAG_REFERENCE|META_FLAG_READ,
 99715                   /* name */
 99716                   "SameElement",
 99717                   /* qualifiers */
 99718                   _CIM_NetworkVirtualAdapter_SameElement_qualifiers,
 99719                   /* subscript */
 99720                   -1,
 99721                   /* refId */
 99722                   &__root_cimv2_CIM_ExtraCapacityGroup,
 99723               };
 99724               
 99725               static MetaFeature*
 99726               _CIM_NetworkVirtualAdapter_features[] =
 99727               {
 99728                   (MetaFeature*)&_CIM_NetworkVirtualAdapter_SystemElement,
 99729 mike  1.1.2.1     (MetaFeature*)&_CIM_NetworkVirtualAdapter_SameElement,
 99730                   0,
 99731               };
 99732               
 99733               static const char*
 99734               __root_cimv2_CIM_NetworkVirtualAdapter_qualifiers[] =
 99735               {
 99736                   /* ASSOCIATION */
 99737                   "\000\001",
 99738                   /* Deprecated */
 99739                   "\013\000\001CIM_ConcreteIdentity\000",
 99740                   /* UMLPackagePath */
 99741                   "\057CIM::Device::NetworkAdapter",
 99742                   /* Version */
 99743                   "\0632.10.0",
 99744                   0,
 99745               };
 99746               
 99747               MetaClass
 99748               __root_cimv2_CIM_NetworkVirtualAdapter =
 99749               {
 99750 mike  1.1.2.1     /* flags */
 99751                   META_FLAG_ASSOCIATION,
 99752                   /* name */
 99753                   "CIM_NetworkVirtualAdapter",
 99754                   /* qualifiers */
 99755                   __root_cimv2_CIM_NetworkVirtualAdapter_qualifiers,
 99756                   /* super */
 99757                   &__root_cimv2_CIM_LogicalIdentity,
 99758                   /* features */
 99759                   _CIM_NetworkVirtualAdapter_features,
 99760               };
 99761               
 99762               //==============================================================================
 99763               //
 99764               // Class: CIM_OperatingSystem
 99765               //
 99766               //==============================================================================
 99767               
 99768               static const char*
 99769               _CIM_OperatingSystem_CSCreationClassName_qualifiers[] =
 99770               {
 99771 mike  1.1.2.1     /* Key */
 99772                   "\025\001",
 99773                   /* Propagated */
 99774                   "\045CIM_ComputerSystem.CreationClassName",
 99775                   /* MaxLen */
 99776                   "\030\000\000\001\000",
 99777                   0,
 99778               };
 99779               
 99780               static MetaProperty
 99781               _CIM_OperatingSystem_CSCreationClassName =
 99782               {
 99783                   /* flags */
 99784                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 99785                   /* name */
 99786                   "CSCreationClassName",
 99787                   /* qualifiers */
 99788                   _CIM_OperatingSystem_CSCreationClassName_qualifiers,
 99789                   /* type */
 99790                   CIMTYPE_STRING,
 99791                   /* subscript */
 99792 mike  1.1.2.1     -1,
 99793                   /* value */
 99794                   0,
 99795               };
 99796               
 99797               static const char*
 99798               _CIM_OperatingSystem_CSName_qualifiers[] =
 99799               {
 99800                   /* Key */
 99801                   "\025\001",
 99802                   /* Propagated */
 99803                   "\045CIM_ComputerSystem.Name",
 99804                   /* MaxLen */
 99805                   "\030\000\000\001\000",
 99806                   0,
 99807               };
 99808               
 99809               static MetaProperty
 99810               _CIM_OperatingSystem_CSName =
 99811               {
 99812                   /* flags */
 99813 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 99814                   /* name */
 99815                   "CSName",
 99816                   /* qualifiers */
 99817                   _CIM_OperatingSystem_CSName_qualifiers,
 99818                   /* type */
 99819                   CIMTYPE_STRING,
 99820                   /* subscript */
 99821                   -1,
 99822                   /* value */
 99823                   0,
 99824               };
 99825               
 99826               static const char*
 99827               _CIM_OperatingSystem_CreationClassName_qualifiers[] =
 99828               {
 99829                   /* Key */
 99830                   "\025\001",
 99831                   /* MaxLen */
 99832                   "\030\000\000\001\000",
 99833                   0,
 99834 mike  1.1.2.1 };
 99835               
 99836               static MetaProperty
 99837               _CIM_OperatingSystem_CreationClassName =
 99838               {
 99839                   /* flags */
 99840                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 99841                   /* name */
 99842                   "CreationClassName",
 99843                   /* qualifiers */
 99844                   _CIM_OperatingSystem_CreationClassName_qualifiers,
 99845                   /* type */
 99846                   CIMTYPE_STRING,
 99847                   /* subscript */
 99848                   -1,
 99849                   /* value */
 99850                   0,
 99851               };
 99852               
 99853               static const char*
 99854               _CIM_OperatingSystem_Name_qualifiers[] =
 99855 mike  1.1.2.1 {
 99856                   /* Key */
 99857                   "\025\001",
 99858                   /* Override */
 99859                   "\044Name",
 99860                   /* MaxLen */
 99861                   "\030\000\000\001\000",
 99862                   /* MappingStrings */
 99863                   "\026\000\001MIF.DMTF|Operating System|001.2\000",
 99864                   0,
 99865               };
 99866               
 99867               static MetaProperty
 99868               _CIM_OperatingSystem_Name =
 99869               {
 99870                   /* flags */
 99871                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 99872                   /* name */
 99873                   "Name",
 99874                   /* qualifiers */
 99875                   _CIM_OperatingSystem_Name_qualifiers,
 99876 mike  1.1.2.1     /* type */
 99877                   CIMTYPE_STRING,
 99878                   /* subscript */
 99879                   -1,
 99880                   /* value */
 99881                   0,
 99882               };
 99883               
 99884               static const char*
 99885               _CIM_OperatingSystem_OSType_qualifiers[] =
 99886               {
 99887                   /* ValueMap */
 99888                   "\061\000\1070\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\00025\00026\00027\00028\00029\00030\00031\00032\00033\00034\00035\00036\00037\00038\00039\00040\00041\00042\00043\00044\00045\00046\00047\00048\00049\00050\00051\00052\00053\00054\00055\00056\00057\00058\00059\00060\00061\00062\00063\00064\00065\00066\00067\00068\00069\00070\000",
 99889                   /* Values */
 99890                   "\062\000\107Unknown\000Other\000MACOS\000ATTUNIX\000DGUX\000DECNT\000Tru64 UNIX\000OpenVMS\000HPUX\000AIX\000MVS\000OS400\000OS/2\000JavaVM\000MSDOS\000WIN3x\000WIN95\000WIN98\000WINNT\000WINCE\000NCR3000\000NetWare\000OSF\000DC/OS\000Reliant UNIX\000SCO UnixWare\000SCO OpenServer\000Sequent\000IRIX\000Solaris\000SunOS\000U6000\000ASERIES\000HP NonStop OS\000HP NonStop OSS\000BS2000\000LINUX\000Lynx\000XENIX\000VM\000Interactive UNIX\000BSDUNIX\000FreeBSD\000NetBSD\000GNU Hurd\000OS9\000MACH Kernel\000Inferno\000QNX\000EPOC\000IxWorks\000VxWorks\000MiNT\000BeOS\000HP MPE\000NextStep\000PalmPilot\000Rhapsody\000Windows 2000\000Dedicated\000OS/390\000VSE\000TPF\000Windows (R) Me\000Caldera Open UNIX\000OpenBSD\000Not Applicable\000Windows XP\000z/OS\000Microsoft Windows Server 2003\000Microsoft Windows Server 2003 64-Bit\000",
 99891                   /* ModelCorrespondence */
 99892                   "\036\000\002CIM_OperatingSystem.OtherTypeDescription\000CIM_SoftwareElement.TargetOperatingSystem\000",
 99893                   0,
 99894               };
 99895               
 99896               static MetaProperty
 99897 mike  1.1.2.1 _CIM_OperatingSystem_OSType =
 99898               {
 99899                   /* flags */
 99900                   META_FLAG_PROPERTY|META_FLAG_READ,
 99901                   /* name */
 99902                   "OSType",
 99903                   /* qualifiers */
 99904                   _CIM_OperatingSystem_OSType_qualifiers,
 99905                   /* type */
 99906                   CIMTYPE_UINT16,
 99907                   /* subscript */
 99908                   -1,
 99909                   /* value */
 99910                   0,
 99911               };
 99912               
 99913               static const char*
 99914               _CIM_OperatingSystem_OtherTypeDescription_qualifiers[] =
 99915               {
 99916                   /* MaxLen */
 99917                   "\030\000\000\000\100",
 99918 mike  1.1.2.1     /* ModelCorrespondence */
 99919                   "\036\000\001CIM_OperatingSystem.OSType\000",
 99920                   0,
 99921               };
 99922               
 99923               static MetaProperty
 99924               _CIM_OperatingSystem_OtherTypeDescription =
 99925               {
 99926                   /* flags */
 99927                   META_FLAG_PROPERTY|META_FLAG_READ,
 99928                   /* name */
 99929                   "OtherTypeDescription",
 99930                   /* qualifiers */
 99931                   _CIM_OperatingSystem_OtherTypeDescription_qualifiers,
 99932                   /* type */
 99933                   CIMTYPE_STRING,
 99934                   /* subscript */
 99935                   -1,
 99936                   /* value */
 99937                   0,
 99938               };
 99939 mike  1.1.2.1 
 99940               static const char*
 99941               _CIM_OperatingSystem_Version_qualifiers[] =
 99942               {
 99943                   /* MappingStrings */
 99944                   "\026\000\001MIF.DMTF|Operating System|001.3\000",
 99945                   0,
 99946               };
 99947               
 99948               static MetaProperty
 99949               _CIM_OperatingSystem_Version =
 99950               {
 99951                   /* flags */
 99952                   META_FLAG_PROPERTY|META_FLAG_READ,
 99953                   /* name */
 99954                   "Version",
 99955                   /* qualifiers */
 99956                   _CIM_OperatingSystem_Version_qualifiers,
 99957                   /* type */
 99958                   CIMTYPE_STRING,
 99959                   /* subscript */
 99960 mike  1.1.2.1     -1,
 99961                   /* value */
 99962                   0,
 99963               };
 99964               
 99965               static const char*
 99966               _CIM_OperatingSystem_LastBootUpTime_qualifiers[] =
 99967               {
 99968                   /* MappingStrings */
 99969                   "\026\000\001MIF.DMTF|General Information|001.5\000",
 99970                   0,
 99971               };
 99972               
 99973               static MetaProperty
 99974               _CIM_OperatingSystem_LastBootUpTime =
 99975               {
 99976                   /* flags */
 99977                   META_FLAG_PROPERTY|META_FLAG_READ,
 99978                   /* name */
 99979                   "LastBootUpTime",
 99980                   /* qualifiers */
 99981 mike  1.1.2.1     _CIM_OperatingSystem_LastBootUpTime_qualifiers,
 99982                   /* type */
 99983                   CIMTYPE_DATETIME,
 99984                   /* subscript */
 99985                   -1,
 99986                   /* value */
 99987                   0,
 99988               };
 99989               
 99990               static const char*
 99991               _CIM_OperatingSystem_LocalDateTime_qualifiers[] =
 99992               {
 99993                   /* MappingStrings */
 99994                   "\026\000\002MIB.IETF|HOST-RESOURCES-MIB.hrSystemDate\000MIF.DMTF|General Information|001.6\000",
 99995                   0,
 99996               };
 99997               
 99998               static MetaProperty
 99999               _CIM_OperatingSystem_LocalDateTime =
100000               {
100001                   /* flags */
100002 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
100003                   /* name */
100004                   "LocalDateTime",
100005                   /* qualifiers */
100006                   _CIM_OperatingSystem_LocalDateTime_qualifiers,
100007                   /* type */
100008                   CIMTYPE_DATETIME,
100009                   /* subscript */
100010                   -1,
100011                   /* value */
100012                   0,
100013               };
100014               
100015               static const char*
100016               _CIM_OperatingSystem_CurrentTimeZone_qualifiers[] =
100017               {
100018                   /* Units */
100019                   "\060Minutes",
100020                   0,
100021               };
100022               
100023 mike  1.1.2.1 static MetaProperty
100024               _CIM_OperatingSystem_CurrentTimeZone =
100025               {
100026                   /* flags */
100027                   META_FLAG_PROPERTY|META_FLAG_READ,
100028                   /* name */
100029                   "CurrentTimeZone",
100030                   /* qualifiers */
100031                   _CIM_OperatingSystem_CurrentTimeZone_qualifiers,
100032                   /* type */
100033                   CIMTYPE_SINT16,
100034                   /* subscript */
100035                   -1,
100036                   /* value */
100037                   0,
100038               };
100039               
100040               static const char*
100041               _CIM_OperatingSystem_NumberOfLicensedUsers_qualifiers[] =
100042               {
100043                   0,
100044 mike  1.1.2.1 };
100045               
100046               static MetaProperty
100047               _CIM_OperatingSystem_NumberOfLicensedUsers =
100048               {
100049                   /* flags */
100050                   META_FLAG_PROPERTY|META_FLAG_READ,
100051                   /* name */
100052                   "NumberOfLicensedUsers",
100053                   /* qualifiers */
100054                   _CIM_OperatingSystem_NumberOfLicensedUsers_qualifiers,
100055                   /* type */
100056                   CIMTYPE_UINT32,
100057                   /* subscript */
100058                   -1,
100059                   /* value */
100060                   0,
100061               };
100062               
100063               static const char*
100064               _CIM_OperatingSystem_NumberOfUsers_qualifiers[] =
100065 mike  1.1.2.1 {
100066                   /* Gauge */
100067                   "\023\001",
100068                   /* MappingStrings */
100069                   "\026\000\002MIF.DMTF|Host System|001.4\000MIB.IETF|HOST-RESOURCES-MIB.hrSystemNumUsers\000",
100070                   0,
100071               };
100072               
100073               static MetaProperty
100074               _CIM_OperatingSystem_NumberOfUsers =
100075               {
100076                   /* flags */
100077                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
100078                   /* name */
100079                   "NumberOfUsers",
100080                   /* qualifiers */
100081                   _CIM_OperatingSystem_NumberOfUsers_qualifiers,
100082                   /* type */
100083                   CIMTYPE_UINT32,
100084                   /* subscript */
100085                   -1,
100086 mike  1.1.2.1     /* value */
100087                   0,
100088               };
100089               
100090               static const char*
100091               _CIM_OperatingSystem_NumberOfProcesses_qualifiers[] =
100092               {
100093                   /* Gauge */
100094                   "\023\001",
100095                   /* MappingStrings */
100096                   "\026\000\002MIF.DMTF|Host System|001.5\000MIB.IETF|HOST-RESOURCES-MIB.hrSystemProcesses\000",
100097                   0,
100098               };
100099               
100100               static MetaProperty
100101               _CIM_OperatingSystem_NumberOfProcesses =
100102               {
100103                   /* flags */
100104                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
100105                   /* name */
100106                   "NumberOfProcesses",
100107 mike  1.1.2.1     /* qualifiers */
100108                   _CIM_OperatingSystem_NumberOfProcesses_qualifiers,
100109                   /* type */
100110                   CIMTYPE_UINT32,
100111                   /* subscript */
100112                   -1,
100113                   /* value */
100114                   0,
100115               };
100116               
100117               static const char*
100118               _CIM_OperatingSystem_MaxNumberOfProcesses_qualifiers[] =
100119               {
100120                   /* MappingStrings */
100121                   "\026\000\002MIF.DMTF|Host System|001.6\000MIB.IETF|HOST-RESOURCES-MIB.hrSystemMaxProcesses\000",
100122                   0,
100123               };
100124               
100125               static MetaProperty
100126               _CIM_OperatingSystem_MaxNumberOfProcesses =
100127               {
100128 mike  1.1.2.1     /* flags */
100129                   META_FLAG_PROPERTY|META_FLAG_READ,
100130                   /* name */
100131                   "MaxNumberOfProcesses",
100132                   /* qualifiers */
100133                   _CIM_OperatingSystem_MaxNumberOfProcesses_qualifiers,
100134                   /* type */
100135                   CIMTYPE_UINT32,
100136                   /* subscript */
100137                   -1,
100138                   /* value */
100139                   0,
100140               };
100141               
100142               static const char*
100143               _CIM_OperatingSystem_TotalSwapSpaceSize_qualifiers[] =
100144               {
100145                   /* Units */
100146                   "\060KiloBytes",
100147                   0,
100148               };
100149 mike  1.1.2.1 
100150               static MetaProperty
100151               _CIM_OperatingSystem_TotalSwapSpaceSize =
100152               {
100153                   /* flags */
100154                   META_FLAG_PROPERTY|META_FLAG_READ,
100155                   /* name */
100156                   "TotalSwapSpaceSize",
100157                   /* qualifiers */
100158                   _CIM_OperatingSystem_TotalSwapSpaceSize_qualifiers,
100159                   /* type */
100160                   CIMTYPE_UINT64,
100161                   /* subscript */
100162                   -1,
100163                   /* value */
100164                   0,
100165               };
100166               
100167               static const char*
100168               _CIM_OperatingSystem_TotalVirtualMemorySize_qualifiers[] =
100169               {
100170 mike  1.1.2.1     /* Units */
100171                   "\060KiloBytes",
100172                   /* MappingStrings */
100173                   "\026\000\001MIF.DMTF|System Memory Settings|001.5\000",
100174                   0,
100175               };
100176               
100177               static MetaProperty
100178               _CIM_OperatingSystem_TotalVirtualMemorySize =
100179               {
100180                   /* flags */
100181                   META_FLAG_PROPERTY|META_FLAG_READ,
100182                   /* name */
100183                   "TotalVirtualMemorySize",
100184                   /* qualifiers */
100185                   _CIM_OperatingSystem_TotalVirtualMemorySize_qualifiers,
100186                   /* type */
100187                   CIMTYPE_UINT64,
100188                   /* subscript */
100189                   -1,
100190                   /* value */
100191 mike  1.1.2.1     0,
100192               };
100193               
100194               static const char*
100195               _CIM_OperatingSystem_FreeVirtualMemory_qualifiers[] =
100196               {
100197                   /* Units */
100198                   "\060KiloBytes",
100199                   /* Gauge */
100200                   "\023\001",
100201                   /* MappingStrings */
100202                   "\026\000\001MIF.DMTF|System Memory Settings|001.6\000",
100203                   0,
100204               };
100205               
100206               static MetaProperty
100207               _CIM_OperatingSystem_FreeVirtualMemory =
100208               {
100209                   /* flags */
100210                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
100211                   /* name */
100212 mike  1.1.2.1     "FreeVirtualMemory",
100213                   /* qualifiers */
100214                   _CIM_OperatingSystem_FreeVirtualMemory_qualifiers,
100215                   /* type */
100216                   CIMTYPE_UINT64,
100217                   /* subscript */
100218                   -1,
100219                   /* value */
100220                   0,
100221               };
100222               
100223               static const char*
100224               _CIM_OperatingSystem_FreePhysicalMemory_qualifiers[] =
100225               {
100226                   /* Units */
100227                   "\060KiloBytes",
100228                   /* Gauge */
100229                   "\023\001",
100230                   /* MappingStrings */
100231                   "\026\000\002MIF.DMTF|System Memory Settings|001.2\000MIF.UNIX|Host Physical Memory|6.1\000",
100232                   0,
100233 mike  1.1.2.1 };
100234               
100235               static MetaProperty
100236               _CIM_OperatingSystem_FreePhysicalMemory =
100237               {
100238                   /* flags */
100239                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
100240                   /* name */
100241                   "FreePhysicalMemory",
100242                   /* qualifiers */
100243                   _CIM_OperatingSystem_FreePhysicalMemory_qualifiers,
100244                   /* type */
100245                   CIMTYPE_UINT64,
100246                   /* subscript */
100247                   -1,
100248                   /* value */
100249                   0,
100250               };
100251               
100252               static const char*
100253               _CIM_OperatingSystem_TotalVisibleMemorySize_qualifiers[] =
100254 mike  1.1.2.1 {
100255                   /* Units */
100256                   "\060KiloBytes",
100257                   0,
100258               };
100259               
100260               static MetaProperty
100261               _CIM_OperatingSystem_TotalVisibleMemorySize =
100262               {
100263                   /* flags */
100264                   META_FLAG_PROPERTY|META_FLAG_READ,
100265                   /* name */
100266                   "TotalVisibleMemorySize",
100267                   /* qualifiers */
100268                   _CIM_OperatingSystem_TotalVisibleMemorySize_qualifiers,
100269                   /* type */
100270                   CIMTYPE_UINT64,
100271                   /* subscript */
100272                   -1,
100273                   /* value */
100274                   0,
100275 mike  1.1.2.1 };
100276               
100277               static const char*
100278               _CIM_OperatingSystem_SizeStoredInPagingFiles_qualifiers[] =
100279               {
100280                   /* Units */
100281                   "\060KiloBytes",
100282                   /* MappingStrings */
100283                   "\026\000\001MIF.DMTF|System Memory Settings|001.3\000",
100284                   0,
100285               };
100286               
100287               static MetaProperty
100288               _CIM_OperatingSystem_SizeStoredInPagingFiles =
100289               {
100290                   /* flags */
100291                   META_FLAG_PROPERTY|META_FLAG_READ,
100292                   /* name */
100293                   "SizeStoredInPagingFiles",
100294                   /* qualifiers */
100295                   _CIM_OperatingSystem_SizeStoredInPagingFiles_qualifiers,
100296 mike  1.1.2.1     /* type */
100297                   CIMTYPE_UINT64,
100298                   /* subscript */
100299                   -1,
100300                   /* value */
100301                   0,
100302               };
100303               
100304               static const char*
100305               _CIM_OperatingSystem_FreeSpaceInPagingFiles_qualifiers[] =
100306               {
100307                   /* Units */
100308                   "\060KiloBytes",
100309                   /* Gauge */
100310                   "\023\001",
100311                   /* MappingStrings */
100312                   "\026\000\001MIF.DMTF|System Memory Settings|001.4\000",
100313                   0,
100314               };
100315               
100316               static MetaProperty
100317 mike  1.1.2.1 _CIM_OperatingSystem_FreeSpaceInPagingFiles =
100318               {
100319                   /* flags */
100320                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
100321                   /* name */
100322                   "FreeSpaceInPagingFiles",
100323                   /* qualifiers */
100324                   _CIM_OperatingSystem_FreeSpaceInPagingFiles_qualifiers,
100325                   /* type */
100326                   CIMTYPE_UINT64,
100327                   /* subscript */
100328                   -1,
100329                   /* value */
100330                   0,
100331               };
100332               
100333               static const char*
100334               _CIM_OperatingSystem_MaxProcessMemorySize_qualifiers[] =
100335               {
100336                   /* Units */
100337                   "\060KiloBytes",
100338 mike  1.1.2.1     0,
100339               };
100340               
100341               static MetaProperty
100342               _CIM_OperatingSystem_MaxProcessMemorySize =
100343               {
100344                   /* flags */
100345                   META_FLAG_PROPERTY|META_FLAG_READ,
100346                   /* name */
100347                   "MaxProcessMemorySize",
100348                   /* qualifiers */
100349                   _CIM_OperatingSystem_MaxProcessMemorySize_qualifiers,
100350                   /* type */
100351                   CIMTYPE_UINT64,
100352                   /* subscript */
100353                   -1,
100354                   /* value */
100355                   0,
100356               };
100357               
100358               static const char*
100359 mike  1.1.2.1 _CIM_OperatingSystem_Distributed_qualifiers[] =
100360               {
100361                   0,
100362               };
100363               
100364               static MetaProperty
100365               _CIM_OperatingSystem_Distributed =
100366               {
100367                   /* flags */
100368                   META_FLAG_PROPERTY|META_FLAG_READ,
100369                   /* name */
100370                   "Distributed",
100371                   /* qualifiers */
100372                   _CIM_OperatingSystem_Distributed_qualifiers,
100373                   /* type */
100374                   CIMTYPE_BOOLEAN,
100375                   /* subscript */
100376                   -1,
100377                   /* value */
100378                   0,
100379               };
100380 mike  1.1.2.1 
100381               static const char*
100382               _CIM_OperatingSystem_MaxProcessesPerUser_qualifiers[] =
100383               {
100384                   0,
100385               };
100386               
100387               static MetaProperty
100388               _CIM_OperatingSystem_MaxProcessesPerUser =
100389               {
100390                   /* flags */
100391                   META_FLAG_PROPERTY|META_FLAG_READ,
100392                   /* name */
100393                   "MaxProcessesPerUser",
100394                   /* qualifiers */
100395                   _CIM_OperatingSystem_MaxProcessesPerUser_qualifiers,
100396                   /* type */
100397                   CIMTYPE_UINT32,
100398                   /* subscript */
100399                   -1,
100400                   /* value */
100401 mike  1.1.2.1     0,
100402               };
100403               
100404               static MetaFeature*
100405               _CIM_OperatingSystem_Reboot_parameters[] =
100406               {
100407                   0,
100408               };
100409               
100410               static const char*
100411               _CIM_OperatingSystem_Reboot_qualifiers[] =
100412               {
100413                   0,
100414               };
100415               
100416               static MetaMethod
100417               _CIM_OperatingSystem_Reboot =
100418               {
100419                   /* flags */
100420                   META_FLAG_METHOD,
100421                   /* name */
100422 mike  1.1.2.1     "CIM_OperatingSystem",
100423                   /* qualifiers */
100424                   _CIM_OperatingSystem_Reboot_qualifiers,
100425                   /* type */
100426                   CIMTYPE_UINT32,
100427                   /* parameters */
100428                   _CIM_OperatingSystem_Reboot_parameters,
100429               };
100430               
100431               static MetaFeature*
100432               _CIM_OperatingSystem_Shutdown_parameters[] =
100433               {
100434                   0,
100435               };
100436               
100437               static const char*
100438               _CIM_OperatingSystem_Shutdown_qualifiers[] =
100439               {
100440                   0,
100441               };
100442               
100443 mike  1.1.2.1 static MetaMethod
100444               _CIM_OperatingSystem_Shutdown =
100445               {
100446                   /* flags */
100447                   META_FLAG_METHOD,
100448                   /* name */
100449                   "CIM_OperatingSystem",
100450                   /* qualifiers */
100451                   _CIM_OperatingSystem_Shutdown_qualifiers,
100452                   /* type */
100453                   CIMTYPE_UINT32,
100454                   /* parameters */
100455                   _CIM_OperatingSystem_Shutdown_parameters,
100456               };
100457               
100458               static MetaFeature*
100459               _CIM_OperatingSystem_features[] =
100460               {
100461                   (MetaFeature*)&_CIM_OperatingSystem_CSCreationClassName,
100462                   (MetaFeature*)&_CIM_OperatingSystem_CSName,
100463                   (MetaFeature*)&_CIM_OperatingSystem_CreationClassName,
100464 mike  1.1.2.1     (MetaFeature*)&_CIM_OperatingSystem_Name,
100465                   (MetaFeature*)&_CIM_OperatingSystem_OSType,
100466                   (MetaFeature*)&_CIM_OperatingSystem_OtherTypeDescription,
100467                   (MetaFeature*)&_CIM_OperatingSystem_Version,
100468                   (MetaFeature*)&_CIM_OperatingSystem_LastBootUpTime,
100469                   (MetaFeature*)&_CIM_OperatingSystem_LocalDateTime,
100470                   (MetaFeature*)&_CIM_OperatingSystem_CurrentTimeZone,
100471                   (MetaFeature*)&_CIM_OperatingSystem_NumberOfLicensedUsers,
100472                   (MetaFeature*)&_CIM_OperatingSystem_NumberOfUsers,
100473                   (MetaFeature*)&_CIM_OperatingSystem_NumberOfProcesses,
100474                   (MetaFeature*)&_CIM_OperatingSystem_MaxNumberOfProcesses,
100475                   (MetaFeature*)&_CIM_OperatingSystem_TotalSwapSpaceSize,
100476                   (MetaFeature*)&_CIM_OperatingSystem_TotalVirtualMemorySize,
100477                   (MetaFeature*)&_CIM_OperatingSystem_FreeVirtualMemory,
100478                   (MetaFeature*)&_CIM_OperatingSystem_FreePhysicalMemory,
100479                   (MetaFeature*)&_CIM_OperatingSystem_TotalVisibleMemorySize,
100480                   (MetaFeature*)&_CIM_OperatingSystem_SizeStoredInPagingFiles,
100481                   (MetaFeature*)&_CIM_OperatingSystem_FreeSpaceInPagingFiles,
100482                   (MetaFeature*)&_CIM_OperatingSystem_MaxProcessMemorySize,
100483                   (MetaFeature*)&_CIM_OperatingSystem_Distributed,
100484                   (MetaFeature*)&_CIM_OperatingSystem_MaxProcessesPerUser,
100485 mike  1.1.2.1     (MetaFeature*)&_CIM_OperatingSystem_Reboot,
100486                   (MetaFeature*)&_CIM_OperatingSystem_Shutdown,
100487                   0,
100488               };
100489               
100490               static const char*
100491               __root_cimv2_CIM_OperatingSystem_qualifiers[] =
100492               {
100493                   /* UMLPackagePath */
100494                   "\057CIM::System::OperatingSystem",
100495                   /* Version */
100496                   "\0632.7.0",
100497                   0,
100498               };
100499               
100500               MetaClass
100501               __root_cimv2_CIM_OperatingSystem =
100502               {
100503                   /* flags */
100504                   META_FLAG_CLASS,
100505                   /* name */
100506 mike  1.1.2.1     "CIM_OperatingSystem",
100507                   /* qualifiers */
100508                   __root_cimv2_CIM_OperatingSystem_qualifiers,
100509                   /* super */
100510                   &__root_cimv2_CIM_EnabledLogicalElement,
100511                   /* features */
100512                   _CIM_OperatingSystem_features,
100513               };
100514               
100515               //==============================================================================
100516               //
100517               // Class: CIM_OperatingSystemSoftwareFeature
100518               //
100519               //==============================================================================
100520               
100521               static const char*
100522               _CIM_OperatingSystemSoftwareFeature_GroupComponent_qualifiers[] =
100523               {
100524                   /* Aggregate */
100525                   "\003\001",
100526                   /* Override */
100527 mike  1.1.2.1     "\044GroupComponent",
100528                   0,
100529               };
100530               
100531               static MetaReference
100532               _CIM_OperatingSystemSoftwareFeature_GroupComponent =
100533               {
100534                   /* flags */
100535                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
100536                   /* name */
100537                   "GroupComponent",
100538                   /* qualifiers */
100539                   _CIM_OperatingSystemSoftwareFeature_GroupComponent_qualifiers,
100540                   /* subscript */
100541                   -1,
100542                   /* refId */
100543                   &__root_cimv2_CIM_OperatingSystem,
100544               };
100545               
100546               static const char*
100547               _CIM_OperatingSystemSoftwareFeature_PartComponent_qualifiers[] =
100548 mike  1.1.2.1 {
100549                   /* Override */
100550                   "\044PartComponent",
100551                   0,
100552               };
100553               
100554               static MetaReference
100555               _CIM_OperatingSystemSoftwareFeature_PartComponent =
100556               {
100557                   /* flags */
100558                   META_FLAG_REFERENCE|META_FLAG_READ,
100559                   /* name */
100560                   "PartComponent",
100561                   /* qualifiers */
100562                   _CIM_OperatingSystemSoftwareFeature_PartComponent_qualifiers,
100563                   /* subscript */
100564                   -1,
100565                   /* refId */
100566                   &__root_cimv2_CIM_SoftwareFeature,
100567               };
100568               
100569 mike  1.1.2.1 static MetaFeature*
100570               _CIM_OperatingSystemSoftwareFeature_features[] =
100571               {
100572                   (MetaFeature*)&_CIM_OperatingSystemSoftwareFeature_GroupComponent,
100573                   (MetaFeature*)&_CIM_OperatingSystemSoftwareFeature_PartComponent,
100574                   0,
100575               };
100576               
100577               static const char*
100578               __root_cimv2_CIM_OperatingSystemSoftwareFeature_qualifiers[] =
100579               {
100580                   /* ASSOCIATION */
100581                   "\000\001",
100582                   /* UMLPackagePath */
100583                   "\057CIM::Application::SystemSoftware",
100584                   /* Aggregation */
100585                   "\004\001",
100586                   /* Version */
100587                   "\0632.6.0",
100588                   0,
100589               };
100590 mike  1.1.2.1 
100591               MetaClass
100592               __root_cimv2_CIM_OperatingSystemSoftwareFeature =
100593               {
100594                   /* flags */
100595                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
100596                   /* name */
100597                   "CIM_OperatingSystemSoftwareFeature",
100598                   /* qualifiers */
100599                   __root_cimv2_CIM_OperatingSystemSoftwareFeature_qualifiers,
100600                   /* super */
100601                   &__root_cimv2_CIM_Component,
100602                   /* features */
100603                   _CIM_OperatingSystemSoftwareFeature_features,
100604               };
100605               
100606               //==============================================================================
100607               //
100608               // Class: CIM_PackageDependency
100609               //
100610               //==============================================================================
100611 mike  1.1.2.1 
100612               static const char*
100613               _CIM_PackageDependency_Antecedent_qualifiers[] =
100614               {
100615                   /* Override */
100616                   "\044Antecedent",
100617                   0,
100618               };
100619               
100620               static MetaReference
100621               _CIM_PackageDependency_Antecedent =
100622               {
100623                   /* flags */
100624                   META_FLAG_REFERENCE|META_FLAG_READ,
100625                   /* name */
100626                   "Antecedent",
100627                   /* qualifiers */
100628                   _CIM_PackageDependency_Antecedent_qualifiers,
100629                   /* subscript */
100630                   -1,
100631                   /* refId */
100632 mike  1.1.2.1     &__root_cimv2_CIM_LogicalDevice,
100633               };
100634               
100635               static const char*
100636               _CIM_PackageDependency_Dependent_qualifiers[] =
100637               {
100638                   /* Override */
100639                   "\044Dependent",
100640                   0,
100641               };
100642               
100643               static MetaReference
100644               _CIM_PackageDependency_Dependent =
100645               {
100646                   /* flags */
100647                   META_FLAG_REFERENCE|META_FLAG_READ,
100648                   /* name */
100649                   "Dependent",
100650                   /* qualifiers */
100651                   _CIM_PackageDependency_Dependent_qualifiers,
100652                   /* subscript */
100653 mike  1.1.2.1     -1,
100654                   /* refId */
100655                   &__root_cimv2_CIM_PhysicalPackage,
100656               };
100657               
100658               static MetaFeature*
100659               _CIM_PackageDependency_features[] =
100660               {
100661                   (MetaFeature*)&_CIM_PackageDependency_Antecedent,
100662                   (MetaFeature*)&_CIM_PackageDependency_Dependent,
100663                   0,
100664               };
100665               
100666               static const char*
100667               __root_cimv2_CIM_PackageDependency_qualifiers[] =
100668               {
100669                   /* ASSOCIATION */
100670                   "\000\001",
100671                   /* UMLPackagePath */
100672                   "\057CIM::Device::DeviceElements",
100673                   /* Version */
100674 mike  1.1.2.1     "\0632.6.0",
100675                   0,
100676               };
100677               
100678               MetaClass
100679               __root_cimv2_CIM_PackageDependency =
100680               {
100681                   /* flags */
100682                   META_FLAG_ASSOCIATION,
100683                   /* name */
100684                   "CIM_PackageDependency",
100685                   /* qualifiers */
100686                   __root_cimv2_CIM_PackageDependency_qualifiers,
100687                   /* super */
100688                   &__root_cimv2_CIM_Dependency,
100689                   /* features */
100690                   _CIM_PackageDependency_features,
100691               };
100692               
100693               //==============================================================================
100694               //
100695 mike  1.1.2.1 // Class: CIM_PacketConditionInSARule
100696               //
100697               //==============================================================================
100698               
100699               static const char*
100700               _CIM_PacketConditionInSARule_GroupComponent_qualifiers[] =
100701               {
100702                   /* Aggregate */
100703                   "\003\001",
100704                   /* Override */
100705                   "\044GroupComponent",
100706                   /* MappingStrings */
100707                   "\026\000\001IPSP Policy Model.IETF|SAConditionInRule.GroupComponent\000",
100708                   0,
100709               };
100710               
100711               static MetaReference
100712               _CIM_PacketConditionInSARule_GroupComponent =
100713               {
100714                   /* flags */
100715                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
100716 mike  1.1.2.1     /* name */
100717                   "GroupComponent",
100718                   /* qualifiers */
100719                   _CIM_PacketConditionInSARule_GroupComponent_qualifiers,
100720                   /* subscript */
100721                   -1,
100722                   /* refId */
100723                   &__root_cimv2_CIM_SARule,
100724               };
100725               
100726               static const char*
100727               _CIM_PacketConditionInSARule_PartComponent_qualifiers[] =
100728               {
100729                   /* Override */
100730                   "\044PartComponent",
100731                   /* Min */
100732                   "\033\000\000\000\001",
100733                   /* MappingStrings */
100734                   "\026\000\001IPSP Policy Model.IETF|SAConditionInRule.PartComponent\000",
100735                   0,
100736               };
100737 mike  1.1.2.1 
100738               static MetaReference
100739               _CIM_PacketConditionInSARule_PartComponent =
100740               {
100741                   /* flags */
100742                   META_FLAG_REFERENCE|META_FLAG_READ,
100743                   /* name */
100744                   "PartComponent",
100745                   /* qualifiers */
100746                   _CIM_PacketConditionInSARule_PartComponent_qualifiers,
100747                   /* subscript */
100748                   -1,
100749                   /* refId */
100750                   &__root_cimv2_CIM_PacketFilterCondition,
100751               };
100752               
100753               static MetaFeature*
100754               _CIM_PacketConditionInSARule_features[] =
100755               {
100756                   (MetaFeature*)&_CIM_PacketConditionInSARule_GroupComponent,
100757                   (MetaFeature*)&_CIM_PacketConditionInSARule_PartComponent,
100758 mike  1.1.2.1     0,
100759               };
100760               
100761               static const char*
100762               __root_cimv2_CIM_PacketConditionInSARule_qualifiers[] =
100763               {
100764                   /* ASSOCIATION */
100765                   "\000\001",
100766                   /* UMLPackagePath */
100767                   "\057CIM::IPsecPolicy",
100768                   /* Aggregation */
100769                   "\004\001",
100770                   /* Version */
100771                   "\0632.8.0",
100772                   /* MappingStrings */
100773                   "\026\000\001IPSP Policy Model.IETF|SAConditionInRule\000",
100774                   0,
100775               };
100776               
100777               MetaClass
100778               __root_cimv2_CIM_PacketConditionInSARule =
100779 mike  1.1.2.1 {
100780                   /* flags */
100781                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
100782                   /* name */
100783                   "CIM_PacketConditionInSARule",
100784                   /* qualifiers */
100785                   __root_cimv2_CIM_PacketConditionInSARule_qualifiers,
100786                   /* super */
100787                   &__root_cimv2_CIM_PolicyConditionInPolicyRule,
100788                   /* features */
100789                   _CIM_PacketConditionInSARule_features,
100790               };
100791               
100792               //==============================================================================
100793               //
100794               // Class: CIM_PickerElement
100795               //
100796               //==============================================================================
100797               
100798               static const char*
100799               _CIM_PickerElement_MaxPickTime_qualifiers[] =
100800 mike  1.1.2.1 {
100801                   /* Units */
100802                   "\060Seconds",
100803                   0,
100804               };
100805               
100806               static MetaProperty
100807               _CIM_PickerElement_MaxPickTime =
100808               {
100809                   /* flags */
100810                   META_FLAG_PROPERTY|META_FLAG_READ,
100811                   /* name */
100812                   "MaxPickTime",
100813                   /* qualifiers */
100814                   _CIM_PickerElement_MaxPickTime_qualifiers,
100815                   /* type */
100816                   CIMTYPE_UINT32,
100817                   /* subscript */
100818                   -1,
100819                   /* value */
100820                   0,
100821 mike  1.1.2.1 };
100822               
100823               static const char*
100824               _CIM_PickerElement_MaxPutTime_qualifiers[] =
100825               {
100826                   /* Units */
100827                   "\060Seconds",
100828                   0,
100829               };
100830               
100831               static MetaProperty
100832               _CIM_PickerElement_MaxPutTime =
100833               {
100834                   /* flags */
100835                   META_FLAG_PROPERTY|META_FLAG_READ,
100836                   /* name */
100837                   "MaxPutTime",
100838                   /* qualifiers */
100839                   _CIM_PickerElement_MaxPutTime_qualifiers,
100840                   /* type */
100841                   CIMTYPE_UINT32,
100842 mike  1.1.2.1     /* subscript */
100843                   -1,
100844                   /* value */
100845                   0,
100846               };
100847               
100848               static const char*
100849               _CIM_PickerElement_CellLocation_qualifiers[] =
100850               {
100851                   0,
100852               };
100853               
100854               static MetaProperty
100855               _CIM_PickerElement_CellLocation =
100856               {
100857                   /* flags */
100858                   META_FLAG_PROPERTY|META_FLAG_READ,
100859                   /* name */
100860                   "CellLocation",
100861                   /* qualifiers */
100862                   _CIM_PickerElement_CellLocation_qualifiers,
100863 mike  1.1.2.1     /* type */
100864                   CIMTYPE_STRING,
100865                   /* subscript */
100866                   -1,
100867                   /* value */
100868                   0,
100869               };
100870               
100871               static MetaFeature*
100872               _CIM_PickerElement_features[] =
100873               {
100874                   (MetaFeature*)&_CIM_PickerElement_MaxPickTime,
100875                   (MetaFeature*)&_CIM_PickerElement_MaxPutTime,
100876                   (MetaFeature*)&_CIM_PickerElement_CellLocation,
100877                   0,
100878               };
100879               
100880               static const char*
100881               __root_cimv2_CIM_PickerElement_qualifiers[] =
100882               {
100883                   /* UMLPackagePath */
100884 mike  1.1.2.1     "\057CIM::Device::StorageLib",
100885                   /* Version */
100886                   "\0632.6.0",
100887                   0,
100888               };
100889               
100890               MetaClass
100891               __root_cimv2_CIM_PickerElement =
100892               {
100893                   /* flags */
100894                   META_FLAG_CLASS,
100895                   /* name */
100896                   "CIM_PickerElement",
100897                   /* qualifiers */
100898                   __root_cimv2_CIM_PickerElement_qualifiers,
100899                   /* super */
100900                   &__root_cimv2_CIM_MediaTransferDevice,
100901                   /* features */
100902                   _CIM_PickerElement_features,
100903               };
100904               
100905 mike  1.1.2.1 //==============================================================================
100906               //
100907               // Class: CIM_PortActiveConnection
100908               //
100909               //==============================================================================
100910               
100911               static const char*
100912               _CIM_PortActiveConnection_Antecedent_qualifiers[] =
100913               {
100914                   /* Override */
100915                   "\044Antecedent",
100916                   0,
100917               };
100918               
100919               static MetaReference
100920               _CIM_PortActiveConnection_Antecedent =
100921               {
100922                   /* flags */
100923                   META_FLAG_REFERENCE|META_FLAG_READ,
100924                   /* name */
100925                   "Antecedent",
100926 mike  1.1.2.1     /* qualifiers */
100927                   _CIM_PortActiveConnection_Antecedent_qualifiers,
100928                   /* subscript */
100929                   -1,
100930                   /* refId */
100931                   &__root_cimv2_CIM_PhysicalConnector,
100932               };
100933               
100934               static const char*
100935               _CIM_PortActiveConnection_Dependent_qualifiers[] =
100936               {
100937                   /* Override */
100938                   "\044Dependent",
100939                   0,
100940               };
100941               
100942               static MetaReference
100943               _CIM_PortActiveConnection_Dependent =
100944               {
100945                   /* flags */
100946                   META_FLAG_REFERENCE|META_FLAG_READ,
100947 mike  1.1.2.1     /* name */
100948                   "Dependent",
100949                   /* qualifiers */
100950                   _CIM_PortActiveConnection_Dependent_qualifiers,
100951                   /* subscript */
100952                   -1,
100953                   /* refId */
100954                   &__root_cimv2_CIM_NetworkPort,
100955               };
100956               
100957               static MetaFeature*
100958               _CIM_PortActiveConnection_features[] =
100959               {
100960                   (MetaFeature*)&_CIM_PortActiveConnection_Antecedent,
100961                   (MetaFeature*)&_CIM_PortActiveConnection_Dependent,
100962                   0,
100963               };
100964               
100965               static const char*
100966               __root_cimv2_CIM_PortActiveConnection_qualifiers[] =
100967               {
100968 mike  1.1.2.1     /* ASSOCIATION */
100969                   "\000\001",
100970                   /* UMLPackagePath */
100971                   "\057CIM::Device::Ports",
100972                   /* Version */
100973                   "\0632.10.0",
100974                   0,
100975               };
100976               
100977               MetaClass
100978               __root_cimv2_CIM_PortActiveConnection =
100979               {
100980                   /* flags */
100981                   META_FLAG_ASSOCIATION,
100982                   /* name */
100983                   "CIM_PortActiveConnection",
100984                   /* qualifiers */
100985                   __root_cimv2_CIM_PortActiveConnection_qualifiers,
100986                   /* super */
100987                   &__root_cimv2_CIM_Dependency,
100988                   /* features */
100989 mike  1.1.2.1     _CIM_PortActiveConnection_features,
100990               };
100991               
100992               //==============================================================================
100993               //
100994               // Class: CIM_PortOnDevice
100995               //
100996               //==============================================================================
100997               
100998               static const char*
100999               _CIM_PortOnDevice_Antecedent_qualifiers[] =
101000               {
101001                   /* Override */
101002                   "\044Antecedent",
101003                   0,
101004               };
101005               
101006               static MetaReference
101007               _CIM_PortOnDevice_Antecedent =
101008               {
101009                   /* flags */
101010 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
101011                   /* name */
101012                   "Antecedent",
101013                   /* qualifiers */
101014                   _CIM_PortOnDevice_Antecedent_qualifiers,
101015                   /* subscript */
101016                   -1,
101017                   /* refId */
101018                   &__root_cimv2_CIM_LogicalDevice,
101019               };
101020               
101021               static const char*
101022               _CIM_PortOnDevice_Dependent_qualifiers[] =
101023               {
101024                   /* Override */
101025                   "\044Dependent",
101026                   0,
101027               };
101028               
101029               static MetaReference
101030               _CIM_PortOnDevice_Dependent =
101031 mike  1.1.2.1 {
101032                   /* flags */
101033                   META_FLAG_REFERENCE|META_FLAG_READ,
101034                   /* name */
101035                   "Dependent",
101036                   /* qualifiers */
101037                   _CIM_PortOnDevice_Dependent_qualifiers,
101038                   /* subscript */
101039                   -1,
101040                   /* refId */
101041                   &__root_cimv2_CIM_LogicalPort,
101042               };
101043               
101044               static MetaFeature*
101045               _CIM_PortOnDevice_features[] =
101046               {
101047                   (MetaFeature*)&_CIM_PortOnDevice_Antecedent,
101048                   (MetaFeature*)&_CIM_PortOnDevice_Dependent,
101049                   0,
101050               };
101051               
101052 mike  1.1.2.1 static const char*
101053               __root_cimv2_CIM_PortOnDevice_qualifiers[] =
101054               {
101055                   /* ASSOCIATION */
101056                   "\000\001",
101057                   /* UMLPackagePath */
101058                   "\057CIM::Device::Ports",
101059                   /* Version */
101060                   "\0632.8.0",
101061                   0,
101062               };
101063               
101064               MetaClass
101065               __root_cimv2_CIM_PortOnDevice =
101066               {
101067                   /* flags */
101068                   META_FLAG_ASSOCIATION,
101069                   /* name */
101070                   "CIM_PortOnDevice",
101071                   /* qualifiers */
101072                   __root_cimv2_CIM_PortOnDevice_qualifiers,
101073 mike  1.1.2.1     /* super */
101074                   &__root_cimv2_CIM_HostedDependency,
101075                   /* features */
101076                   _CIM_PortOnDevice_features,
101077               };
101078               
101079               //==============================================================================
101080               //
101081               // Class: CIM_PowerSupply
101082               //
101083               //==============================================================================
101084               
101085               static const char*
101086               _CIM_PowerSupply_IsSwitchingSupply_qualifiers[] =
101087               {
101088                   0,
101089               };
101090               
101091               static MetaProperty
101092               _CIM_PowerSupply_IsSwitchingSupply =
101093               {
101094 mike  1.1.2.1     /* flags */
101095                   META_FLAG_PROPERTY|META_FLAG_READ,
101096                   /* name */
101097                   "IsSwitchingSupply",
101098                   /* qualifiers */
101099                   _CIM_PowerSupply_IsSwitchingSupply_qualifiers,
101100                   /* type */
101101                   CIMTYPE_BOOLEAN,
101102                   /* subscript */
101103                   -1,
101104                   /* value */
101105                   0,
101106               };
101107               
101108               static const char*
101109               _CIM_PowerSupply_Range1InputVoltageLow_qualifiers[] =
101110               {
101111                   /* Units */
101112                   "\060MilliVolts",
101113                   /* MappingStrings */
101114                   "\026\000\001MIF.DMTF|Power Supply|004.7\000",
101115 mike  1.1.2.1     0,
101116               };
101117               
101118               static MetaProperty
101119               _CIM_PowerSupply_Range1InputVoltageLow =
101120               {
101121                   /* flags */
101122                   META_FLAG_PROPERTY|META_FLAG_READ,
101123                   /* name */
101124                   "Range1InputVoltageLow",
101125                   /* qualifiers */
101126                   _CIM_PowerSupply_Range1InputVoltageLow_qualifiers,
101127                   /* type */
101128                   CIMTYPE_UINT32,
101129                   /* subscript */
101130                   -1,
101131                   /* value */
101132                   0,
101133               };
101134               
101135               static const char*
101136 mike  1.1.2.1 _CIM_PowerSupply_Range1InputVoltageHigh_qualifiers[] =
101137               {
101138                   /* Units */
101139                   "\060MilliVolts",
101140                   /* MappingStrings */
101141                   "\026\000\001MIF.DMTF|Power Supply|004.8\000",
101142                   0,
101143               };
101144               
101145               static MetaProperty
101146               _CIM_PowerSupply_Range1InputVoltageHigh =
101147               {
101148                   /* flags */
101149                   META_FLAG_PROPERTY|META_FLAG_READ,
101150                   /* name */
101151                   "Range1InputVoltageHigh",
101152                   /* qualifiers */
101153                   _CIM_PowerSupply_Range1InputVoltageHigh_qualifiers,
101154                   /* type */
101155                   CIMTYPE_UINT32,
101156                   /* subscript */
101157 mike  1.1.2.1     -1,
101158                   /* value */
101159                   0,
101160               };
101161               
101162               static const char*
101163               _CIM_PowerSupply_Range1InputFrequencyLow_qualifiers[] =
101164               {
101165                   /* Units */
101166                   "\060Hertz",
101167                   /* MappingStrings */
101168                   "\026\000\001MIF.DMTF|Power Supply|004.17\000",
101169                   0,
101170               };
101171               
101172               static MetaProperty
101173               _CIM_PowerSupply_Range1InputFrequencyLow =
101174               {
101175                   /* flags */
101176                   META_FLAG_PROPERTY|META_FLAG_READ,
101177                   /* name */
101178 mike  1.1.2.1     "Range1InputFrequencyLow",
101179                   /* qualifiers */
101180                   _CIM_PowerSupply_Range1InputFrequencyLow_qualifiers,
101181                   /* type */
101182                   CIMTYPE_UINT32,
101183                   /* subscript */
101184                   -1,
101185                   /* value */
101186                   0,
101187               };
101188               
101189               static const char*
101190               _CIM_PowerSupply_Range1InputFrequencyHigh_qualifiers[] =
101191               {
101192                   /* Units */
101193                   "\060Hertz",
101194                   /* MappingStrings */
101195                   "\026\000\001MIF.DMTF|Power Supply|004.18\000",
101196                   0,
101197               };
101198               
101199 mike  1.1.2.1 static MetaProperty
101200               _CIM_PowerSupply_Range1InputFrequencyHigh =
101201               {
101202                   /* flags */
101203                   META_FLAG_PROPERTY|META_FLAG_READ,
101204                   /* name */
101205                   "Range1InputFrequencyHigh",
101206                   /* qualifiers */
101207                   _CIM_PowerSupply_Range1InputFrequencyHigh_qualifiers,
101208                   /* type */
101209                   CIMTYPE_UINT32,
101210                   /* subscript */
101211                   -1,
101212                   /* value */
101213                   0,
101214               };
101215               
101216               static const char*
101217               _CIM_PowerSupply_Range2InputVoltageLow_qualifiers[] =
101218               {
101219                   /* Units */
101220 mike  1.1.2.1     "\060MilliVolts",
101221                   /* MappingStrings */
101222                   "\026\000\001MIF.DMTF|Power Supply|004.11\000",
101223                   0,
101224               };
101225               
101226               static MetaProperty
101227               _CIM_PowerSupply_Range2InputVoltageLow =
101228               {
101229                   /* flags */
101230                   META_FLAG_PROPERTY|META_FLAG_READ,
101231                   /* name */
101232                   "Range2InputVoltageLow",
101233                   /* qualifiers */
101234                   _CIM_PowerSupply_Range2InputVoltageLow_qualifiers,
101235                   /* type */
101236                   CIMTYPE_UINT32,
101237                   /* subscript */
101238                   -1,
101239                   /* value */
101240                   0,
101241 mike  1.1.2.1 };
101242               
101243               static const char*
101244               _CIM_PowerSupply_Range2InputVoltageHigh_qualifiers[] =
101245               {
101246                   /* Units */
101247                   "\060MilliVolts",
101248                   /* MappingStrings */
101249                   "\026\000\001MIF.DMTF|Power Supply|004.12\000",
101250                   0,
101251               };
101252               
101253               static MetaProperty
101254               _CIM_PowerSupply_Range2InputVoltageHigh =
101255               {
101256                   /* flags */
101257                   META_FLAG_PROPERTY|META_FLAG_READ,
101258                   /* name */
101259                   "Range2InputVoltageHigh",
101260                   /* qualifiers */
101261                   _CIM_PowerSupply_Range2InputVoltageHigh_qualifiers,
101262 mike  1.1.2.1     /* type */
101263                   CIMTYPE_UINT32,
101264                   /* subscript */
101265                   -1,
101266                   /* value */
101267                   0,
101268               };
101269               
101270               static const char*
101271               _CIM_PowerSupply_Range2InputFrequencyLow_qualifiers[] =
101272               {
101273                   /* Units */
101274                   "\060Hertz",
101275                   /* MappingStrings */
101276                   "\026\000\001MIF.DMTF|Power Supply|004.19\000",
101277                   0,
101278               };
101279               
101280               static MetaProperty
101281               _CIM_PowerSupply_Range2InputFrequencyLow =
101282               {
101283 mike  1.1.2.1     /* flags */
101284                   META_FLAG_PROPERTY|META_FLAG_READ,
101285                   /* name */
101286                   "Range2InputFrequencyLow",
101287                   /* qualifiers */
101288                   _CIM_PowerSupply_Range2InputFrequencyLow_qualifiers,
101289                   /* type */
101290                   CIMTYPE_UINT32,
101291                   /* subscript */
101292                   -1,
101293                   /* value */
101294                   0,
101295               };
101296               
101297               static const char*
101298               _CIM_PowerSupply_Range2InputFrequencyHigh_qualifiers[] =
101299               {
101300                   /* Units */
101301                   "\060Hertz",
101302                   /* MappingStrings */
101303                   "\026\000\001MIF.DMTF|Power Supply|004.20\000",
101304 mike  1.1.2.1     0,
101305               };
101306               
101307               static MetaProperty
101308               _CIM_PowerSupply_Range2InputFrequencyHigh =
101309               {
101310                   /* flags */
101311                   META_FLAG_PROPERTY|META_FLAG_READ,
101312                   /* name */
101313                   "Range2InputFrequencyHigh",
101314                   /* qualifiers */
101315                   _CIM_PowerSupply_Range2InputFrequencyHigh_qualifiers,
101316                   /* type */
101317                   CIMTYPE_UINT32,
101318                   /* subscript */
101319                   -1,
101320                   /* value */
101321                   0,
101322               };
101323               
101324               static const char*
101325 mike  1.1.2.1 _CIM_PowerSupply_ActiveInputVoltage_qualifiers[] =
101326               {
101327                   /* ValueMap */
101328                   "\061\000\0061\0002\0003\0004\0005\0006\000",
101329                   /* Values */
101330                   "\062\000\006Other\000Unknown\000Range 1\000Range 2\000Both\000Neither\000",
101331                   /* MappingStrings */
101332                   "\026\000\001MIF.DMTF|Power Supply|004.15\000",
101333                   0,
101334               };
101335               
101336               static MetaProperty
101337               _CIM_PowerSupply_ActiveInputVoltage =
101338               {
101339                   /* flags */
101340                   META_FLAG_PROPERTY|META_FLAG_READ,
101341                   /* name */
101342                   "ActiveInputVoltage",
101343                   /* qualifiers */
101344                   _CIM_PowerSupply_ActiveInputVoltage_qualifiers,
101345                   /* type */
101346 mike  1.1.2.1     CIMTYPE_UINT16,
101347                   /* subscript */
101348                   -1,
101349                   /* value */
101350                   0,
101351               };
101352               
101353               static const char*
101354               _CIM_PowerSupply_TypeOfRangeSwitching_qualifiers[] =
101355               {
101356                   /* ValueMap */
101357                   "\061\000\0061\0002\0003\0004\0005\0006\000",
101358                   /* Values */
101359                   "\062\000\006Other\000Unknown\000Manual\000Autoswitch\000Wide Range\000Not Applicable\000",
101360                   /* MappingStrings */
101361                   "\026\000\001MIF.DMTF|Power Supply|004.16\000",
101362                   0,
101363               };
101364               
101365               static MetaProperty
101366               _CIM_PowerSupply_TypeOfRangeSwitching =
101367 mike  1.1.2.1 {
101368                   /* flags */
101369                   META_FLAG_PROPERTY|META_FLAG_READ,
101370                   /* name */
101371                   "TypeOfRangeSwitching",
101372                   /* qualifiers */
101373                   _CIM_PowerSupply_TypeOfRangeSwitching_qualifiers,
101374                   /* type */
101375                   CIMTYPE_UINT16,
101376                   /* subscript */
101377                   -1,
101378                   /* value */
101379                   0,
101380               };
101381               
101382               static const char*
101383               _CIM_PowerSupply_TotalOutputPower_qualifiers[] =
101384               {
101385                   /* Units */
101386                   "\060MilliWatts",
101387                   /* MappingStrings */
101388 mike  1.1.2.1     "\026\000\001MIF.DMTF|Power Supply|004.21\000",
101389                   0,
101390               };
101391               
101392               static MetaProperty
101393               _CIM_PowerSupply_TotalOutputPower =
101394               {
101395                   /* flags */
101396                   META_FLAG_PROPERTY|META_FLAG_READ,
101397                   /* name */
101398                   "TotalOutputPower",
101399                   /* qualifiers */
101400                   _CIM_PowerSupply_TotalOutputPower_qualifiers,
101401                   /* type */
101402                   CIMTYPE_UINT32,
101403                   /* subscript */
101404                   -1,
101405                   /* value */
101406                   0,
101407               };
101408               
101409 mike  1.1.2.1 static MetaFeature*
101410               _CIM_PowerSupply_features[] =
101411               {
101412                   (MetaFeature*)&_CIM_PowerSupply_IsSwitchingSupply,
101413                   (MetaFeature*)&_CIM_PowerSupply_Range1InputVoltageLow,
101414                   (MetaFeature*)&_CIM_PowerSupply_Range1InputVoltageHigh,
101415                   (MetaFeature*)&_CIM_PowerSupply_Range1InputFrequencyLow,
101416                   (MetaFeature*)&_CIM_PowerSupply_Range1InputFrequencyHigh,
101417                   (MetaFeature*)&_CIM_PowerSupply_Range2InputVoltageLow,
101418                   (MetaFeature*)&_CIM_PowerSupply_Range2InputVoltageHigh,
101419                   (MetaFeature*)&_CIM_PowerSupply_Range2InputFrequencyLow,
101420                   (MetaFeature*)&_CIM_PowerSupply_Range2InputFrequencyHigh,
101421                   (MetaFeature*)&_CIM_PowerSupply_ActiveInputVoltage,
101422                   (MetaFeature*)&_CIM_PowerSupply_TypeOfRangeSwitching,
101423                   (MetaFeature*)&_CIM_PowerSupply_TotalOutputPower,
101424                   0,
101425               };
101426               
101427               static const char*
101428               __root_cimv2_CIM_PowerSupply_qualifiers[] =
101429               {
101430 mike  1.1.2.1     /* UMLPackagePath */
101431                   "\057CIM::Device::CoolingAndPower",
101432                   /* Version */
101433                   "\0632.10.0",
101434                   0,
101435               };
101436               
101437               MetaClass
101438               __root_cimv2_CIM_PowerSupply =
101439               {
101440                   /* flags */
101441                   META_FLAG_CLASS,
101442                   /* name */
101443                   "CIM_PowerSupply",
101444                   /* qualifiers */
101445                   __root_cimv2_CIM_PowerSupply_qualifiers,
101446                   /* super */
101447                   &__root_cimv2_CIM_LogicalDevice,
101448                   /* features */
101449                   _CIM_PowerSupply_features,
101450               };
101451 mike  1.1.2.1 
101452               //==============================================================================
101453               //
101454               // Class: CIM_Printer
101455               //
101456               //==============================================================================
101457               
101458               static const char*
101459               _CIM_Printer_PrinterStatus_qualifiers[] =
101460               {
101461                   /* ValueMap */
101462                   "\061\000\0071\0002\0003\0004\0005\0006\0007\000",
101463                   /* Values */
101464                   "\062\000\007Other\000Unknown\000Idle\000Printing\000Warmup\000Stopped Printing\000Offline\000",
101465                   /* MappingStrings */
101466                   "\026\000\001MIB.IETF|HOST-RESOURCES-MIB.hrPrinterStatus\000",
101467                   0,
101468               };
101469               
101470               static MetaProperty
101471               _CIM_Printer_PrinterStatus =
101472 mike  1.1.2.1 {
101473                   /* flags */
101474                   META_FLAG_PROPERTY|META_FLAG_READ,
101475                   /* name */
101476                   "PrinterStatus",
101477                   /* qualifiers */
101478                   _CIM_Printer_PrinterStatus_qualifiers,
101479                   /* type */
101480                   CIMTYPE_UINT16,
101481                   /* subscript */
101482                   -1,
101483                   /* value */
101484                   0,
101485               };
101486               
101487               static const char*
101488               _CIM_Printer_DetectedErrorState_qualifiers[] =
101489               {
101490                   /* ValueMap */
101491                   "\061\000\0220\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\000",
101492                   /* Values */
101493 mike  1.1.2.1     "\062\000\022Unknown\000Other\000No Error\000Low Paper\000No Paper\000Low Toner\000No Toner\000Door Open\000Jammed\000Offline\000Service Requested\000Output Bin Full\000Input Tray Missing\000Output Tray Missing\000Marker Supply Missing\000Output Near Full\000Input Tray Empty\000Overdue Prevent Maint\000",
101494                   /* MappingStrings */
101495                   "\026\000\001MIB.IETF|HOST-RESOURCES-MIB.hrPrinterDetectedErrorState\000",
101496                   /* ModelCorrespondence */
101497                   "\036\000\001CIM_Printer.ErrorInformation\000",
101498                   0,
101499               };
101500               
101501               static MetaProperty
101502               _CIM_Printer_DetectedErrorState =
101503               {
101504                   /* flags */
101505                   META_FLAG_PROPERTY|META_FLAG_READ,
101506                   /* name */
101507                   "DetectedErrorState",
101508                   /* qualifiers */
101509                   _CIM_Printer_DetectedErrorState_qualifiers,
101510                   /* type */
101511                   CIMTYPE_UINT16,
101512                   /* subscript */
101513                   -1,
101514 mike  1.1.2.1     /* value */
101515                   0,
101516               };
101517               
101518               static const char*
101519               _CIM_Printer_ErrorInformation_qualifiers[] =
101520               {
101521                   /* MappingStrings */
101522                   "\026\000\001RFC2911.IETF|Section 4.4.13 printer-state-message\000",
101523                   /* ModelCorrespondence */
101524                   "\036\000\001CIM_Printer.DetectedErrorState\000",
101525                   0,
101526               };
101527               
101528               static MetaProperty
101529               _CIM_Printer_ErrorInformation =
101530               {
101531                   /* flags */
101532                   META_FLAG_PROPERTY|META_FLAG_READ,
101533                   /* name */
101534                   "ErrorInformation",
101535 mike  1.1.2.1     /* qualifiers */
101536                   _CIM_Printer_ErrorInformation_qualifiers,
101537                   /* type */
101538                   CIMTYPE_STRING,
101539                   /* subscript */
101540                   0,
101541                   /* value */
101542                   0,
101543               };
101544               
101545               static const char*
101546               _CIM_Printer_PaperSizesSupported_qualifiers[] =
101547               {
101548                   /* ValueMap */
101549                   "\061\000\1140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\00025\00026\00027\00028\00029\00030\00031\00032\00033\00034\00035\00036\00037\00038\00039\00040\00041\00042\00043\00044\00045\00046\00047\00048\00049\00050\00051\00052\00053\00054\00055\00056\00057\00058\00059\00060\00061\00062\00063\00064\00065\00066\00067\00068\00069\00070\00071\00072\00073\00074\00075\000",
101550                   /* Values */
101551                   "\062\000\114Unknown\000Other\000A\000B\000C\000D\000E\000Letter\000Legal\000NA-10x13-Envelope\000NA-9x12-Envelope\000NA-Number-10-Envelope\000NA-7x9-Envelope\000NA-9x11-Envelope\000NA-10x14-Envelope\000NA-Number-9-Envelope\000NA-6x9-Envelope\000NA-10x15-Envelope\000A0\000A1\000A2\000A3\000A4\000A5\000A6\000A7\000A8\000A9\000A10\000B0\000B1\000B2\000B3\000B4\000B5\000B6\000B7\000B8\000B9\000B10\000C0\000C1\000C2\000C3\000C4\000C5\000C6\000C7\000C8\000ISO-Designated\000JIS B0\000JIS B1\000JIS B2\000JIS B3\000JIS B4\000JIS B5\000JIS B6\000JIS B7\000JIS B8\000JIS B9\000JIS B10\000NA-Letter\000NA-Legal\000B4-Envelope\000B5-Envelope\000C3-Envelope\000C4-Envelope\000C5-Envelope\000C6-Envelope\000Designated-Long-Envelope\000Monarch-Envelope\000Executive\000Folio\000Invoice\000Ledger\000Quarto\000",
101552                   /* MappingStrings */
101553                   "\026\000\010PWG5101-1.PWG|Media Standardized Names\000MIB.IETF|Printer-MIB.prtInputMediaName\000MIB.IETF|Printer-MIB.prtInputMediaDimFeedDirChosen\000MIB.IETF|Printer-MIB.prtInputMediaDimXFeedDirChosen\000RFC2911.IETF|Printer.media-supported\000RFC2911.IETF|Section 4.2 Job Template Attributes\000RFC2911.IETF|Section 4.2.11 media\000RFC2911.IETF|APPENDIX C 'media' keyword values\000",
101554                   0,
101555               };
101556 mike  1.1.2.1 
101557               static MetaProperty
101558               _CIM_Printer_PaperSizesSupported =
101559               {
101560                   /* flags */
101561                   META_FLAG_PROPERTY|META_FLAG_READ,
101562                   /* name */
101563                   "PaperSizesSupported",
101564                   /* qualifiers */
101565                   _CIM_Printer_PaperSizesSupported_qualifiers,
101566                   /* type */
101567                   CIMTYPE_UINT16,
101568                   /* subscript */
101569                   0,
101570                   /* value */
101571                   0,
101572               };
101573               
101574               static const char*
101575               _CIM_Printer_PaperTypesAvailable_qualifiers[] =
101576               {
101577 mike  1.1.2.1     /* MappingStrings */
101578                   "\026\000\006PWG5101-1.PWG|Media Standardized Names\000MIB.IETF|Printer-MIB.prtInputMediaName\000RFC2911.IETF|Printer.media-ready\000RFC2911.IETF|Section 4.2 Job Template Attributes\000RFC2911.IETF|Section 4.2.11 media\000RFC2911.IETF|APPENDIX C 'media' keyword values\000",
101579                   /* ArrayType */
101580                   "\005Indexed",
101581                   /* ModelCorrespondence */
101582                   "\036\000\002CIM_PrintJob.RequiredPaperType\000CIM_PrintService.PaperTypesAvailable\000",
101583                   0,
101584               };
101585               
101586               static MetaProperty
101587               _CIM_Printer_PaperTypesAvailable =
101588               {
101589                   /* flags */
101590                   META_FLAG_PROPERTY|META_FLAG_READ,
101591                   /* name */
101592                   "PaperTypesAvailable",
101593                   /* qualifiers */
101594                   _CIM_Printer_PaperTypesAvailable_qualifiers,
101595                   /* type */
101596                   CIMTYPE_STRING,
101597                   /* subscript */
101598 mike  1.1.2.1     0,
101599                   /* value */
101600                   0,
101601               };
101602               
101603               static const char*
101604               _CIM_Printer_DefaultPaperType_qualifiers[] =
101605               {
101606                   /* MappingStrings */
101607                   "\026\000\007PWG5101-1.PWG|Media Standardized Names\000MIB.IETF|Printer-MIB.prtInputDefaultIndex\000MIB.IETF|Printer-MIB.prtInputMediaName\000RFC2911.IETF|Printer.media-default\000RFC2911.IETF|Section 4.2 Job Template Attributes\000RFC2911.IETF|Section 4.2.11 media\000RFC2911.IETF|APPENDIX C 'media' keyword values\000",
101608                   /* ModelCorrespondence */
101609                   "\036\000\001CIM_Printer.PaperTypesAvailable\000",
101610                   0,
101611               };
101612               
101613               static MetaProperty
101614               _CIM_Printer_DefaultPaperType =
101615               {
101616                   /* flags */
101617                   META_FLAG_PROPERTY|META_FLAG_READ,
101618                   /* name */
101619 mike  1.1.2.1     "DefaultPaperType",
101620                   /* qualifiers */
101621                   _CIM_Printer_DefaultPaperType_qualifiers,
101622                   /* type */
101623                   CIMTYPE_STRING,
101624                   /* subscript */
101625                   -1,
101626                   /* value */
101627                   0,
101628               };
101629               
101630               static const char*
101631               _CIM_Printer_CurrentPaperType_qualifiers[] =
101632               {
101633                   /* MappingStrings */
101634                   "\026\000\007PWG5101-1.PWG|Media Standardized Names\000MIB.IETF|Printer-MIB.prtInputDefaultIndex\000MIB.IETF|Printer-MIB.prtInputMediaName\000RFC2911.IETF|Printer.media-default\000RFC2911.IETF|Section 4.2 Job Template Attributes\000RFC2911.IETF|Section 4.2.11 media\000RFC2911.IETF|APPENDIX C 'media' keyword values\000",
101635                   /* ModelCorrespondence */
101636                   "\036\000\001CIM_Printer.PaperTypesAvailable\000",
101637                   0,
101638               };
101639               
101640 mike  1.1.2.1 static MetaProperty
101641               _CIM_Printer_CurrentPaperType =
101642               {
101643                   /* flags */
101644                   META_FLAG_PROPERTY|META_FLAG_READ,
101645                   /* name */
101646                   "CurrentPaperType",
101647                   /* qualifiers */
101648                   _CIM_Printer_CurrentPaperType_qualifiers,
101649                   /* type */
101650                   CIMTYPE_STRING,
101651                   /* subscript */
101652                   -1,
101653                   /* value */
101654                   0,
101655               };
101656               
101657               static const char*
101658               _CIM_Printer_LanguagesSupported_qualifiers[] =
101659               {
101660                   /* ValueMap */
101661 mike  1.1.2.1     "\061\000\1021\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\00025\00026\00027\00028\00029\00030\00031\00032\00033\00034\00035\00036\00037\00038\00039\00040\00041\00042\00043\00044\00045\00046\00047\00048\00050\00051\00052\00053\00054\00055\00056\00057\00058\00059\00060\00061\00062\00063\00064\00065\00066\00067\000",
101662                   /* Values */
101663                   "\062\000\102Other\000Unknown\000PCL\000HPGL\000PJL\000PS\000PSPrinter\000IPDS\000PPDS\000EscapeP\000Epson\000DDIF\000Interpress\000ISO6429\000Line Data\000MODCA\000REGIS\000SCS\000SPDL\000TEK4014\000PDS\000IGP\000CodeV\000DSCDSE\000WPS\000LN03\000CCITT\000QUIC\000CPAP\000DecPPL\000Simple Text\000NPAP\000DOC\000imPress\000Pinwriter\000NPDL\000NEC201PL\000Automatic\000Pages\000LIPS\000TIFF\000Diagnostic\000CaPSL\000EXCL\000LCDS\000XES\000MIME\000TIPSI\000Prescribe\000LinePrinter\000IDP\000XJCL\000PDF\000RPDL\000IntermecIPL\000UBIFingerprint\000UBIDirectProtocol\000Fujitsu\000PCLXL\000ART\000CGM\000JPEG\000CALS1\000CALS2\000NIRS\000C4\000",
101664                   /* MappingStrings */
101665                   "\026\000\003MIB.IETF|Printer-MIB.prtInterpreterLangFamily\000MIB.IETF|IANA-PRINTER-MIB.PrtInterpreterLangFamilyTC\000RFC2911.IETF|Section 4.4.22 document-format-supported\000",
101666                   /* ModelCorrespondence */
101667                   "\036\000\003CIM_Printer.MimeTypesSupported\000CIM_PrintJob.Language\000CIM_PrintService.LanguagesSupported\000",
101668                   0,
101669               };
101670               
101671               static MetaProperty
101672               _CIM_Printer_LanguagesSupported =
101673               {
101674                   /* flags */
101675                   META_FLAG_PROPERTY|META_FLAG_READ,
101676                   /* name */
101677                   "LanguagesSupported",
101678                   /* qualifiers */
101679                   _CIM_Printer_LanguagesSupported_qualifiers,
101680                   /* type */
101681                   CIMTYPE_UINT16,
101682 mike  1.1.2.1     /* subscript */
101683                   0,
101684                   /* value */
101685                   0,
101686               };
101687               
101688               static const char*
101689               _CIM_Printer_MimeTypesSupported_qualifiers[] =
101690               {
101691                   /* MappingStrings */
101692                   "\026\000\001RFC2911.IETF|Section 4.4.22 document-format-supported\000",
101693                   /* ModelCorrespondence */
101694                   "\036\000\003CIM_Printer.LanguagesSupported\000CIM_PrintJob.MimeTypes\000CIM_PrintService.MimeTypesSupported\000",
101695                   0,
101696               };
101697               
101698               static MetaProperty
101699               _CIM_Printer_MimeTypesSupported =
101700               {
101701                   /* flags */
101702                   META_FLAG_PROPERTY|META_FLAG_READ,
101703 mike  1.1.2.1     /* name */
101704                   "MimeTypesSupported",
101705                   /* qualifiers */
101706                   _CIM_Printer_MimeTypesSupported_qualifiers,
101707                   /* type */
101708                   CIMTYPE_STRING,
101709                   /* subscript */
101710                   0,
101711                   /* value */
101712                   0,
101713               };
101714               
101715               static const char*
101716               _CIM_Printer_CurrentLanguage_qualifiers[] =
101717               {
101718                   /* ValueMap */
101719                   "\061\000\1021\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\00025\00026\00027\00028\00029\00030\00031\00032\00033\00034\00035\00036\00037\00038\00039\00040\00041\00042\00043\00044\00045\00046\00047\00048\00050\00051\00052\00053\00054\00055\00056\00057\00058\00059\00060\00061\00062\00063\00064\00065\00066\00067\000",
101720                   /* Values */
101721                   "\062\000\102Other\000Unknown\000PCL\000HPGL\000PJL\000PS\000PSPrinter\000IPDS\000PPDS\000EscapeP\000Epson\000DDIF\000Interpress\000ISO6429\000Line Data\000MODCA\000REGIS\000SCS\000SPDL\000TEK4014\000PDS\000IGP\000CodeV\000DSCDSE\000WPS\000LN03\000CCITT\000QUIC\000CPAP\000DecPPL\000Simple Text\000NPAP\000DOC\000imPress\000Pinwriter\000NPDL\000NEC201PL\000Automatic\000Pages\000LIPS\000TIFF\000Diagnostic\000CaPSL\000EXCL\000LCDS\000XES\000MIME\000TIPSI\000Prescribe\000LinePrinter\000IDP\000XJCL\000PDF\000RPDL\000IntermecIPL\000UBIFingerprint\000UBIDirectProtocol\000Fujitsu\000PCLXL\000ART\000CGM\000JPEG\000CALS1\000CALS2\000NIRS\000C4\000",
101722                   /* MappingStrings */
101723                   "\026\000\004MIB.IETF|Printer-MIB.prtChannelDefaultPageDescLangIndex\000MIB.IETF|Printer-MIB.prtInterpreterLangFamily\000MIB.IETF|IANA-PRINTER-MIB.PrtInterpreterLangFamilyTC\000RFC2911.IETF|Section 4.4.21 document-format-default\000",
101724 mike  1.1.2.1     /* ModelCorrespondence */
101725                   "\036\000\002CIM_Printer.LanguagesSupported\000CIM_Printer.CurrentMimeType\000",
101726                   0,
101727               };
101728               
101729               static MetaProperty
101730               _CIM_Printer_CurrentLanguage =
101731               {
101732                   /* flags */
101733                   META_FLAG_PROPERTY|META_FLAG_READ,
101734                   /* name */
101735                   "CurrentLanguage",
101736                   /* qualifiers */
101737                   _CIM_Printer_CurrentLanguage_qualifiers,
101738                   /* type */
101739                   CIMTYPE_UINT16,
101740                   /* subscript */
101741                   -1,
101742                   /* value */
101743                   0,
101744               };
101745 mike  1.1.2.1 
101746               static const char*
101747               _CIM_Printer_CurrentMimeType_qualifiers[] =
101748               {
101749                   /* MappingStrings */
101750                   "\026\000\001RFC2911.IETF|Section 4.4.21 document-format-default\000",
101751                   /* ModelCorrespondence */
101752                   "\036\000\001CIM_Printer.CurrentLanguage\000",
101753                   0,
101754               };
101755               
101756               static MetaProperty
101757               _CIM_Printer_CurrentMimeType =
101758               {
101759                   /* flags */
101760                   META_FLAG_PROPERTY|META_FLAG_READ,
101761                   /* name */
101762                   "CurrentMimeType",
101763                   /* qualifiers */
101764                   _CIM_Printer_CurrentMimeType_qualifiers,
101765                   /* type */
101766 mike  1.1.2.1     CIMTYPE_STRING,
101767                   /* subscript */
101768                   -1,
101769                   /* value */
101770                   0,
101771               };
101772               
101773               static const char*
101774               _CIM_Printer_DefaultLanguage_qualifiers[] =
101775               {
101776                   /* ValueMap */
101777                   "\061\000\1021\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\00025\00026\00027\00028\00029\00030\00031\00032\00033\00034\00035\00036\00037\00038\00039\00040\00041\00042\00043\00044\00045\00046\00047\00048\00050\00051\00052\00053\00054\00055\00056\00057\00058\00059\00060\00061\00062\00063\00064\00065\00066\00067\000",
101778                   /* Values */
101779                   "\062\000\102Other\000Unknown\000PCL\000HPGL\000PJL\000PS\000PSPrinter\000IPDS\000PPDS\000EscapeP\000Epson\000DDIF\000Interpress\000ISO6429\000Line Data\000MODCA\000REGIS\000SCS\000SPDL\000TEK4014\000PDS\000IGP\000CodeV\000DSCDSE\000WPS\000LN03\000CCITT\000QUIC\000CPAP\000DecPPL\000Simple Text\000NPAP\000DOC\000imPress\000Pinwriter\000NPDL\000NEC201PL\000Automatic\000Pages\000LIPS\000TIFF\000Diagnostic\000CaPSL\000EXCL\000LCDS\000XES\000MIME\000TIPSI\000Prescribe\000LinePrinter\000IDP\000XJCL\000PDF\000RPDL\000IntermecIPL\000UBIFingerprint\000UBIDirectProtocol\000Fujitsu\000PCLXL\000ART\000CGM\000JPEG\000CALS1\000CALS2\000NIRS\000C4\000",
101780                   /* MappingStrings */
101781                   "\026\000\004MIB.IETF|Printer-MIB.prtChannelDefaultPageDescLangIndex\000MIB.IETF|Printer-MIB.prtInterpreterLangFamily\000MIB.IETF|IANA-PRINTER-MIB.PrtInterpreterLangFamilyTC\000RFC2911.IETF|Section 4.4.21 document-format-default\000",
101782                   /* ModelCorrespondence */
101783                   "\036\000\002CIM_Printer.LanguagesSupported\000CIM_Printer.DefaultMimeType\000",
101784                   0,
101785               };
101786               
101787 mike  1.1.2.1 static MetaProperty
101788               _CIM_Printer_DefaultLanguage =
101789               {
101790                   /* flags */
101791                   META_FLAG_PROPERTY|META_FLAG_READ,
101792                   /* name */
101793                   "DefaultLanguage",
101794                   /* qualifiers */
101795                   _CIM_Printer_DefaultLanguage_qualifiers,
101796                   /* type */
101797                   CIMTYPE_UINT16,
101798                   /* subscript */
101799                   -1,
101800                   /* value */
101801                   0,
101802               };
101803               
101804               static const char*
101805               _CIM_Printer_DefaultMimeType_qualifiers[] =
101806               {
101807                   /* MappingStrings */
101808 mike  1.1.2.1     "\026\000\001RFC2911.IETF|Section 4.4.21 document-format-default\000",
101809                   /* ModelCorrespondence */
101810                   "\036\000\001CIM_Printer.DefaultLanguage\000",
101811                   0,
101812               };
101813               
101814               static MetaProperty
101815               _CIM_Printer_DefaultMimeType =
101816               {
101817                   /* flags */
101818                   META_FLAG_PROPERTY|META_FLAG_READ,
101819                   /* name */
101820                   "DefaultMimeType",
101821                   /* qualifiers */
101822                   _CIM_Printer_DefaultMimeType_qualifiers,
101823                   /* type */
101824                   CIMTYPE_STRING,
101825                   /* subscript */
101826                   -1,
101827                   /* value */
101828                   0,
101829 mike  1.1.2.1 };
101830               
101831               static const char*
101832               _CIM_Printer_JobCountSinceLastReset_qualifiers[] =
101833               {
101834                   /* Counter */
101835                   "\012\001",
101836                   /* MappingStrings */
101837                   "\026\000\001MIB.PWG|PWG-IMAGING-COUNTER-MIB.icMonitorCompletedJobs\000",
101838                   0,
101839               };
101840               
101841               static MetaProperty
101842               _CIM_Printer_JobCountSinceLastReset =
101843               {
101844                   /* flags */
101845                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
101846                   /* name */
101847                   "JobCountSinceLastReset",
101848                   /* qualifiers */
101849                   _CIM_Printer_JobCountSinceLastReset_qualifiers,
101850 mike  1.1.2.1     /* type */
101851                   CIMTYPE_UINT32,
101852                   /* subscript */
101853                   -1,
101854                   /* value */
101855                   0,
101856               };
101857               
101858               static const char*
101859               _CIM_Printer_TimeOfLastReset_qualifiers[] =
101860               {
101861                   /* MappingStrings */
101862                   "\026\000\005MIB.IETF|SNMPv2-MIB.sysUpTime\000MIB.IETF|HOST-RESOURCES-MIB.hrSystemUptime\000MIB.IETF|HOST-RESOURCES-MIB.hrSystemDate\000RFC2911.IETF|Section 4.4.29 printer-up-time\000RFC2911.IETF|Section 4.4.30 printer-current-time\000",
101863                   0,
101864               };
101865               
101866               static MetaProperty
101867               _CIM_Printer_TimeOfLastReset =
101868               {
101869                   /* flags */
101870                   META_FLAG_PROPERTY|META_FLAG_READ,
101871 mike  1.1.2.1     /* name */
101872                   "TimeOfLastReset",
101873                   /* qualifiers */
101874                   _CIM_Printer_TimeOfLastReset_qualifiers,
101875                   /* type */
101876                   CIMTYPE_DATETIME,
101877                   /* subscript */
101878                   -1,
101879                   /* value */
101880                   0,
101881               };
101882               
101883               static const char*
101884               _CIM_Printer_Capabilities_qualifiers[] =
101885               {
101886                   /* ValueMap */
101887                   "\061\000\0260\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\000",
101888                   /* Values */
101889                   "\062\000\026Unknown\000Other\000Color Printing\000Duplex Printing\000Copies\000Collation\000Stapling\000Transparency Printing\000Punch\000Cover\000Bind\000Black and White Printing\000One Sided\000Two Sided Long Edge\000Two Sided Short Edge\000Portrait\000Landscape\000Reverse Portrait\000Reverse Landscape\000Quality High\000Quality Normal\000Quality Low\000",
101890                   /* ArrayType */
101891                   "\005Indexed",
101892 mike  1.1.2.1     /* ModelCorrespondence */
101893                   "\036\000\003CIM_Printer.CapabilityDescriptions\000CIM_PrintJob.Finishing\000CIM_PrintService.Capabilities\000",
101894                   0,
101895               };
101896               
101897               static MetaProperty
101898               _CIM_Printer_Capabilities =
101899               {
101900                   /* flags */
101901                   META_FLAG_PROPERTY|META_FLAG_READ,
101902                   /* name */
101903                   "Capabilities",
101904                   /* qualifiers */
101905                   _CIM_Printer_Capabilities_qualifiers,
101906                   /* type */
101907                   CIMTYPE_UINT16,
101908                   /* subscript */
101909                   0,
101910                   /* value */
101911                   0,
101912               };
101913 mike  1.1.2.1 
101914               static const char*
101915               _CIM_Printer_CapabilityDescriptions_qualifiers[] =
101916               {
101917                   /* ArrayType */
101918                   "\005Indexed",
101919                   /* ModelCorrespondence */
101920                   "\036\000\001CIM_Printer.Capabilities\000",
101921                   0,
101922               };
101923               
101924               static MetaProperty
101925               _CIM_Printer_CapabilityDescriptions =
101926               {
101927                   /* flags */
101928                   META_FLAG_PROPERTY|META_FLAG_READ,
101929                   /* name */
101930                   "CapabilityDescriptions",
101931                   /* qualifiers */
101932                   _CIM_Printer_CapabilityDescriptions_qualifiers,
101933                   /* type */
101934 mike  1.1.2.1     CIMTYPE_STRING,
101935                   /* subscript */
101936                   0,
101937                   /* value */
101938                   0,
101939               };
101940               
101941               static const char*
101942               _CIM_Printer_DefaultCapabilities_qualifiers[] =
101943               {
101944                   /* ValueMap */
101945                   "\061\000\0260\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\000",
101946                   /* Values */
101947                   "\062\000\026Unknown\000Other\000Color Printing\000Duplex Printing\000Copies\000Collation\000Stapling\000Transparency Printing\000Punch\000Cover\000Bind\000Black and White Printing\000One Sided\000Two Sided Long Edge\000Two Sided Short Edge\000Portrait\000Landscape\000Reverse Portrait\000Reverse Landscape\000Quality High\000Quality Normal\000Quality Low\000",
101948                   /* ModelCorrespondence */
101949                   "\036\000\001CIM_Printer.Capabilities\000",
101950                   0,
101951               };
101952               
101953               static MetaProperty
101954               _CIM_Printer_DefaultCapabilities =
101955 mike  1.1.2.1 {
101956                   /* flags */
101957                   META_FLAG_PROPERTY|META_FLAG_READ,
101958                   /* name */
101959                   "DefaultCapabilities",
101960                   /* qualifiers */
101961                   _CIM_Printer_DefaultCapabilities_qualifiers,
101962                   /* type */
101963                   CIMTYPE_UINT16,
101964                   /* subscript */
101965                   0,
101966                   /* value */
101967                   0,
101968               };
101969               
101970               static const char*
101971               _CIM_Printer_CurrentCapabilities_qualifiers[] =
101972               {
101973                   /* ValueMap */
101974                   "\061\000\0260\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\000",
101975                   /* Values */
101976 mike  1.1.2.1     "\062\000\026Unknown\000Other\000Color Printing\000Duplex Printing\000Copies\000Collation\000Stapling\000Transparency Printing\000Punch\000Cover\000Bind\000Black and White Printing\000One Sided\000Two Sided Long Edge\000Two Sided Short Edge\000Portrait\000Landscape\000Reverse Portrait\000Reverse Landscape\000Quality High\000Quality Normal\000Quality Low\000",
101977                   /* ModelCorrespondence */
101978                   "\036\000\001CIM_Printer.Capabilities\000",
101979                   0,
101980               };
101981               
101982               static MetaProperty
101983               _CIM_Printer_CurrentCapabilities =
101984               {
101985                   /* flags */
101986                   META_FLAG_PROPERTY|META_FLAG_READ,
101987                   /* name */
101988                   "CurrentCapabilities",
101989                   /* qualifiers */
101990                   _CIM_Printer_CurrentCapabilities_qualifiers,
101991                   /* type */
101992                   CIMTYPE_UINT16,
101993                   /* subscript */
101994                   0,
101995                   /* value */
101996                   0,
101997 mike  1.1.2.1 };
101998               
101999               static const char*
102000               _CIM_Printer_MaxCopies_qualifiers[] =
102001               {
102002                   /* MappingStrings */
102003                   "\026\000\003RFC2911.IETF|Printer.copies-supported\000RFC2911.IETF|Section 4.2 Job Template Attributes\000RFC2911.IETF|Section 4.2.5 copies\000",
102004                   /* ModelCorrespondence */
102005                   "\036\000\001CIM_PrintJob.Copies\000",
102006                   0,
102007               };
102008               
102009               static MetaProperty
102010               _CIM_Printer_MaxCopies =
102011               {
102012                   /* flags */
102013                   META_FLAG_PROPERTY|META_FLAG_READ,
102014                   /* name */
102015                   "MaxCopies",
102016                   /* qualifiers */
102017                   _CIM_Printer_MaxCopies_qualifiers,
102018 mike  1.1.2.1     /* type */
102019                   CIMTYPE_UINT32,
102020                   /* subscript */
102021                   -1,
102022                   /* value */
102023                   0,
102024               };
102025               
102026               static const char*
102027               _CIM_Printer_DefaultCopies_qualifiers[] =
102028               {
102029                   /* MappingStrings */
102030                   "\026\000\003RFC2911.IETF|Printer.copies-default\000RFC2911.IETF|Section 4.2 Job Template Attributes\000RFC2911.IETF|Section 4.2.5 copies\000",
102031                   0,
102032               };
102033               
102034               static MetaProperty
102035               _CIM_Printer_DefaultCopies =
102036               {
102037                   /* flags */
102038                   META_FLAG_PROPERTY|META_FLAG_READ,
102039 mike  1.1.2.1     /* name */
102040                   "DefaultCopies",
102041                   /* qualifiers */
102042                   _CIM_Printer_DefaultCopies_qualifiers,
102043                   /* type */
102044                   CIMTYPE_UINT32,
102045                   /* subscript */
102046                   -1,
102047                   /* value */
102048                   0,
102049               };
102050               
102051               static const char*
102052               _CIM_Printer_MaxNumberUp_qualifiers[] =
102053               {
102054                   /* MappingStrings */
102055                   "\026\000\003RFC2911.IETF|Printer.number-up-supported\000RFC2911.IETF|Section 4.2 Job Template Attributes\000RFC2911.IETF|Section 4.2.9 number-up\000",
102056                   /* ModelCorrespondence */
102057                   "\036\000\001CIM_PrintJob.NumberUp\000",
102058                   0,
102059               };
102060 mike  1.1.2.1 
102061               static MetaProperty
102062               _CIM_Printer_MaxNumberUp =
102063               {
102064                   /* flags */
102065                   META_FLAG_PROPERTY|META_FLAG_READ,
102066                   /* name */
102067                   "MaxNumberUp",
102068                   /* qualifiers */
102069                   _CIM_Printer_MaxNumberUp_qualifiers,
102070                   /* type */
102071                   CIMTYPE_UINT32,
102072                   /* subscript */
102073                   -1,
102074                   /* value */
102075                   0,
102076               };
102077               
102078               static const char*
102079               _CIM_Printer_DefaultNumberUp_qualifiers[] =
102080               {
102081 mike  1.1.2.1     /* MappingStrings */
102082                   "\026\000\003RFC2911.IETF|Printer.number-up-default\000RFC2911.IETF|Section 4.2 Job Template Attributes\000RFC2911.IETF|Section 4.2.9 number-up\000",
102083                   0,
102084               };
102085               
102086               static MetaProperty
102087               _CIM_Printer_DefaultNumberUp =
102088               {
102089                   /* flags */
102090                   META_FLAG_PROPERTY|META_FLAG_READ,
102091                   /* name */
102092                   "DefaultNumberUp",
102093                   /* qualifiers */
102094                   _CIM_Printer_DefaultNumberUp_qualifiers,
102095                   /* type */
102096                   CIMTYPE_UINT32,
102097                   /* subscript */
102098                   -1,
102099                   /* value */
102100                   0,
102101               };
102102 mike  1.1.2.1 
102103               static const char*
102104               _CIM_Printer_HorizontalResolution_qualifiers[] =
102105               {
102106                   /* Units */
102107                   "\060Pixels per Inch",
102108                   /* MappingStrings */
102109                   "\026\000\002MIB.IETF|Printer-MIB.prtMarkerAddressabilityXFeedDir\000RFC2911.IETF|Section 4.2.12 printer-resolution\000",
102110                   /* ModelCorrespondence */
102111                   "\036\000\001CIM_PrintJob.HorizontalResolution\000",
102112                   0,
102113               };
102114               
102115               static MetaProperty
102116               _CIM_Printer_HorizontalResolution =
102117               {
102118                   /* flags */
102119                   META_FLAG_PROPERTY|META_FLAG_READ,
102120                   /* name */
102121                   "HorizontalResolution",
102122                   /* qualifiers */
102123 mike  1.1.2.1     _CIM_Printer_HorizontalResolution_qualifiers,
102124                   /* type */
102125                   CIMTYPE_UINT32,
102126                   /* subscript */
102127                   -1,
102128                   /* value */
102129                   0,
102130               };
102131               
102132               static const char*
102133               _CIM_Printer_VerticalResolution_qualifiers[] =
102134               {
102135                   /* Units */
102136                   "\060Pixels per Inch",
102137                   /* MappingStrings */
102138                   "\026\000\002MIB.IETF|Printer-MIB.prtMarkerAddressabilityFeedDir\000RFC2911.IETF|Section 4.2.12 printer-resolution\000",
102139                   /* ModelCorrespondence */
102140                   "\036\000\001CIM_PrintJob.HorizontalResolution\000",
102141                   0,
102142               };
102143               
102144 mike  1.1.2.1 static MetaProperty
102145               _CIM_Printer_VerticalResolution =
102146               {
102147                   /* flags */
102148                   META_FLAG_PROPERTY|META_FLAG_READ,
102149                   /* name */
102150                   "VerticalResolution",
102151                   /* qualifiers */
102152                   _CIM_Printer_VerticalResolution_qualifiers,
102153                   /* type */
102154                   CIMTYPE_UINT32,
102155                   /* subscript */
102156                   -1,
102157                   /* value */
102158                   0,
102159               };
102160               
102161               static const char*
102162               _CIM_Printer_CharSetsSupported_qualifiers[] =
102163               {
102164                   /* MappingStrings */
102165 mike  1.1.2.1     "\026\000\003MIB.IETF|Printer-MIB.prtLocalizationCharacterSet\000MIB.IETF|IANA-CHARSET-MIB.IANACharset\000RFC2911.IETF|Section 4.4.18 charset-supported\000",
102166                   /* ArrayType */
102167                   "\005Indexed",
102168                   /* ModelCorrespondence */
102169                   "\036\000\001CIM_PrintJob.CharSet\000",
102170                   0,
102171               };
102172               
102173               static MetaProperty
102174               _CIM_Printer_CharSetsSupported =
102175               {
102176                   /* flags */
102177                   META_FLAG_PROPERTY|META_FLAG_READ,
102178                   /* name */
102179                   "CharSetsSupported",
102180                   /* qualifiers */
102181                   _CIM_Printer_CharSetsSupported_qualifiers,
102182                   /* type */
102183                   CIMTYPE_STRING,
102184                   /* subscript */
102185                   0,
102186 mike  1.1.2.1     /* value */
102187                   0,
102188               };
102189               
102190               static const char*
102191               _CIM_Printer_CurrentCharSet_qualifiers[] =
102192               {
102193                   /* MappingStrings */
102194                   "\026\000\004MIB.IETF|Printer-MIB.prtGeneralCurrentLocalization\000MIB.IETF|Printer-MIB.prtLocalizationCharacterSet\000MIB.IETF|IANA-CHARSET-MIB.IANACharset\000RFC2911.IETF|Section 4.4.19 charset-configured\000",
102195                   /* ModelCorrespondence */
102196                   "\036\000\001CIM_Printer.CharSetsSupported\000",
102197                   0,
102198               };
102199               
102200               static MetaProperty
102201               _CIM_Printer_CurrentCharSet =
102202               {
102203                   /* flags */
102204                   META_FLAG_PROPERTY|META_FLAG_READ,
102205                   /* name */
102206                   "CurrentCharSet",
102207 mike  1.1.2.1     /* qualifiers */
102208                   _CIM_Printer_CurrentCharSet_qualifiers,
102209                   /* type */
102210                   CIMTYPE_STRING,
102211                   /* subscript */
102212                   -1,
102213                   /* value */
102214                   0,
102215               };
102216               
102217               static const char*
102218               _CIM_Printer_NaturalLanguagesSupported_qualifiers[] =
102219               {
102220                   /* MappingStrings */
102221                   "\026\000\004MIB.IETF|Printer-MIB.prtLocalizationLanguage\000MIB.IETF|Printer-MIB.prtLocalizationCountry\000RFC2911.IETF|Printer.generated-natural-language-supported\000RFC2911.IETF|Section 4.4.20\000",
102222                   /* ArrayType */
102223                   "\005Indexed",
102224                   /* ModelCorrespondence */
102225                   "\036\000\001CIM_PrintJob.NaturalLanguage\000",
102226                   0,
102227               };
102228 mike  1.1.2.1 
102229               static MetaProperty
102230               _CIM_Printer_NaturalLanguagesSupported =
102231               {
102232                   /* flags */
102233                   META_FLAG_PROPERTY|META_FLAG_READ,
102234                   /* name */
102235                   "NaturalLanguagesSupported",
102236                   /* qualifiers */
102237                   _CIM_Printer_NaturalLanguagesSupported_qualifiers,
102238                   /* type */
102239                   CIMTYPE_STRING,
102240                   /* subscript */
102241                   0,
102242                   /* value */
102243                   0,
102244               };
102245               
102246               static const char*
102247               _CIM_Printer_CurrentNaturalLanguage_qualifiers[] =
102248               {
102249 mike  1.1.2.1     /* MappingStrings */
102250                   "\026\000\004MIB.IETF|Printer-MIB.prtGeneralCurrentLocalization\000MIB.IETF|Printer-MIB.prtLocalizationLanguage\000MIB.IETF|Printer-MIB.prtLocalizationCountry\000RFC2911.IETF|Section 4.4.19 natural-language-configured\000",
102251                   /* ModelCorrespondence */
102252                   "\036\000\001CIM_Printer.NaturalLanguagesSupported\000",
102253                   0,
102254               };
102255               
102256               static MetaProperty
102257               _CIM_Printer_CurrentNaturalLanguage =
102258               {
102259                   /* flags */
102260                   META_FLAG_PROPERTY|META_FLAG_READ,
102261                   /* name */
102262                   "CurrentNaturalLanguage",
102263                   /* qualifiers */
102264                   _CIM_Printer_CurrentNaturalLanguage_qualifiers,
102265                   /* type */
102266                   CIMTYPE_STRING,
102267                   /* subscript */
102268                   -1,
102269                   /* value */
102270 mike  1.1.2.1     0,
102271               };
102272               
102273               static const char*
102274               _CIM_Printer_MaxSizeSupported_qualifiers[] =
102275               {
102276                   /* Units */
102277                   "\060KiloBytes",
102278                   /* MappingStrings */
102279                   "\026\000\001RFC2911.IETF|Section 4.4.33 job-k-octets-supported\000",
102280                   /* ModelCorrespondence */
102281                   "\036\000\001CIM_PrintJob.JobSize\000",
102282                   0,
102283               };
102284               
102285               static MetaProperty
102286               _CIM_Printer_MaxSizeSupported =
102287               {
102288                   /* flags */
102289                   META_FLAG_PROPERTY|META_FLAG_READ,
102290                   /* name */
102291 mike  1.1.2.1     "MaxSizeSupported",
102292                   /* qualifiers */
102293                   _CIM_Printer_MaxSizeSupported_qualifiers,
102294                   /* type */
102295                   CIMTYPE_UINT32,
102296                   /* subscript */
102297                   -1,
102298                   /* value */
102299                   0,
102300               };
102301               
102302               static const char*
102303               _CIM_Printer_AvailableJobSheets_qualifiers[] =
102304               {
102305                   /* MappingStrings */
102306                   "\026\000\005MIB.IETF|Printer-MIB.prtAuxiliarySheetStartupPage\000MIB.IETF|Printer-MIB.prtAuxiliarySheetBannerPage\000RFC2911.IETF|Printer.job-sheets-supported\000RFC2911.IETF|Section 4.2 Job Template Attributes\000RFC2911.IETF|Section 4.2.3 job-sheets\000",
102307                   /* ModelCorrespondence */
102308                   "\036\000\001CIM_PrintJob.RequiredJobSheets\000",
102309                   0,
102310               };
102311               
102312 mike  1.1.2.1 static MetaProperty
102313               _CIM_Printer_AvailableJobSheets =
102314               {
102315                   /* flags */
102316                   META_FLAG_PROPERTY|META_FLAG_READ,
102317                   /* name */
102318                   "AvailableJobSheets",
102319                   /* qualifiers */
102320                   _CIM_Printer_AvailableJobSheets_qualifiers,
102321                   /* type */
102322                   CIMTYPE_STRING,
102323                   /* subscript */
102324                   0,
102325                   /* value */
102326                   0,
102327               };
102328               
102329               static const char*
102330               _CIM_Printer_MarkingTechnology_qualifiers[] =
102331               {
102332                   /* ValueMap */
102333 mike  1.1.2.1     "\061\000\0331\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\00025\00026\00027\000",
102334                   /* Values */
102335                   "\062\000\033Other\000Unknown\000Electrophotographic LED\000Electrophotographic Laser\000Electrophotographic Other\000Impact Moving Head Dot Matrix 9pin\000Impact Moving Head Dot Matrix 24pin\000Impact Moving Head Dot Matrix Other\000Impact Moving Head Fully Formed\000Impact Band\000Impact Other\000Inkjet Aqueous\000Inkjet Solid\000Inkjet Other\000Pen\000Thermal Transfer\000Thermal Sensitive\000Thermal Diffusion\000Thermal Other\000Electroerosion\000Electrostatic\000Photographic Microfiche\000Photographic Imagesetter\000Photographic Other\000Ion Deposition\000eBeam\000Typesetter\000",
102336                   /* MappingStrings */
102337                   "\026\000\002MIB.IETF|Printer-MIB.prtMarkerMarkTech\000MIB.IETF|IANA-PRINTER-MIB.PrtMarkerMarkTechTC\000",
102338                   0,
102339               };
102340               
102341               static MetaProperty
102342               _CIM_Printer_MarkingTechnology =
102343               {
102344                   /* flags */
102345                   META_FLAG_PROPERTY|META_FLAG_READ,
102346                   /* name */
102347                   "MarkingTechnology",
102348                   /* qualifiers */
102349                   _CIM_Printer_MarkingTechnology_qualifiers,
102350                   /* type */
102351                   CIMTYPE_UINT16,
102352                   /* subscript */
102353                   -1,
102354 mike  1.1.2.1     /* value */
102355                   0,
102356               };
102357               
102358               static MetaFeature*
102359               _CIM_Printer_features[] =
102360               {
102361                   (MetaFeature*)&_CIM_Printer_PrinterStatus,
102362                   (MetaFeature*)&_CIM_Printer_DetectedErrorState,
102363                   (MetaFeature*)&_CIM_Printer_ErrorInformation,
102364                   (MetaFeature*)&_CIM_Printer_PaperSizesSupported,
102365                   (MetaFeature*)&_CIM_Printer_PaperTypesAvailable,
102366                   (MetaFeature*)&_CIM_Printer_DefaultPaperType,
102367                   (MetaFeature*)&_CIM_Printer_CurrentPaperType,
102368                   (MetaFeature*)&_CIM_Printer_LanguagesSupported,
102369                   (MetaFeature*)&_CIM_Printer_MimeTypesSupported,
102370                   (MetaFeature*)&_CIM_Printer_CurrentLanguage,
102371                   (MetaFeature*)&_CIM_Printer_CurrentMimeType,
102372                   (MetaFeature*)&_CIM_Printer_DefaultLanguage,
102373                   (MetaFeature*)&_CIM_Printer_DefaultMimeType,
102374                   (MetaFeature*)&_CIM_Printer_JobCountSinceLastReset,
102375 mike  1.1.2.1     (MetaFeature*)&_CIM_Printer_TimeOfLastReset,
102376                   (MetaFeature*)&_CIM_Printer_Capabilities,
102377                   (MetaFeature*)&_CIM_Printer_CapabilityDescriptions,
102378                   (MetaFeature*)&_CIM_Printer_DefaultCapabilities,
102379                   (MetaFeature*)&_CIM_Printer_CurrentCapabilities,
102380                   (MetaFeature*)&_CIM_Printer_MaxCopies,
102381                   (MetaFeature*)&_CIM_Printer_DefaultCopies,
102382                   (MetaFeature*)&_CIM_Printer_MaxNumberUp,
102383                   (MetaFeature*)&_CIM_Printer_DefaultNumberUp,
102384                   (MetaFeature*)&_CIM_Printer_HorizontalResolution,
102385                   (MetaFeature*)&_CIM_Printer_VerticalResolution,
102386                   (MetaFeature*)&_CIM_Printer_CharSetsSupported,
102387                   (MetaFeature*)&_CIM_Printer_CurrentCharSet,
102388                   (MetaFeature*)&_CIM_Printer_NaturalLanguagesSupported,
102389                   (MetaFeature*)&_CIM_Printer_CurrentNaturalLanguage,
102390                   (MetaFeature*)&_CIM_Printer_MaxSizeSupported,
102391                   (MetaFeature*)&_CIM_Printer_AvailableJobSheets,
102392                   (MetaFeature*)&_CIM_Printer_MarkingTechnology,
102393                   0,
102394               };
102395               
102396 mike  1.1.2.1 static const char*
102397               __root_cimv2_CIM_Printer_qualifiers[] =
102398               {
102399                   /* UMLPackagePath */
102400                   "\057CIM::Device::Printing",
102401                   /* Version */
102402                   "\0632.13.0",
102403                   0,
102404               };
102405               
102406               MetaClass
102407               __root_cimv2_CIM_Printer =
102408               {
102409                   /* flags */
102410                   META_FLAG_CLASS,
102411                   /* name */
102412                   "CIM_Printer",
102413                   /* qualifiers */
102414                   __root_cimv2_CIM_Printer_qualifiers,
102415                   /* super */
102416                   &__root_cimv2_CIM_LogicalDevice,
102417 mike  1.1.2.1     /* features */
102418                   _CIM_Printer_features,
102419               };
102420               
102421               //==============================================================================
102422               //
102423               // Class: CIM_PrinterServicingJob
102424               //
102425               //==============================================================================
102426               
102427               static const char*
102428               _CIM_PrinterServicingJob_Antecedent_qualifiers[] =
102429               {
102430                   /* Override */
102431                   "\044Antecedent",
102432                   0,
102433               };
102434               
102435               static MetaReference
102436               _CIM_PrinterServicingJob_Antecedent =
102437               {
102438 mike  1.1.2.1     /* flags */
102439                   META_FLAG_REFERENCE|META_FLAG_READ,
102440                   /* name */
102441                   "Antecedent",
102442                   /* qualifiers */
102443                   _CIM_PrinterServicingJob_Antecedent_qualifiers,
102444                   /* subscript */
102445                   -1,
102446                   /* refId */
102447                   &__root_cimv2_CIM_Printer,
102448               };
102449               
102450               static const char*
102451               _CIM_PrinterServicingJob_Dependent_qualifiers[] =
102452               {
102453                   /* Override */
102454                   "\044Dependent",
102455                   0,
102456               };
102457               
102458               static MetaReference
102459 mike  1.1.2.1 _CIM_PrinterServicingJob_Dependent =
102460               {
102461                   /* flags */
102462                   META_FLAG_REFERENCE|META_FLAG_READ,
102463                   /* name */
102464                   "Dependent",
102465                   /* qualifiers */
102466                   _CIM_PrinterServicingJob_Dependent_qualifiers,
102467                   /* subscript */
102468                   -1,
102469                   /* refId */
102470                   &__root_cimv2_CIM_PrintJob,
102471               };
102472               
102473               static MetaFeature*
102474               _CIM_PrinterServicingJob_features[] =
102475               {
102476                   (MetaFeature*)&_CIM_PrinterServicingJob_Antecedent,
102477                   (MetaFeature*)&_CIM_PrinterServicingJob_Dependent,
102478                   0,
102479               };
102480 mike  1.1.2.1 
102481               static const char*
102482               __root_cimv2_CIM_PrinterServicingJob_qualifiers[] =
102483               {
102484                   /* ASSOCIATION */
102485                   "\000\001",
102486                   /* UMLPackagePath */
102487                   "\057CIM::Device::Printing",
102488                   /* Version */
102489                   "\0632.6.0",
102490                   0,
102491               };
102492               
102493               MetaClass
102494               __root_cimv2_CIM_PrinterServicingJob =
102495               {
102496                   /* flags */
102497                   META_FLAG_ASSOCIATION,
102498                   /* name */
102499                   "CIM_PrinterServicingJob",
102500                   /* qualifiers */
102501 mike  1.1.2.1     __root_cimv2_CIM_PrinterServicingJob_qualifiers,
102502                   /* super */
102503                   &__root_cimv2_CIM_Dependency,
102504                   /* features */
102505                   _CIM_PrinterServicingJob_features,
102506               };
102507               
102508               //==============================================================================
102509               //
102510               // Class: CIM_PrintQueue
102511               //
102512               //==============================================================================
102513               
102514               static const char*
102515               _CIM_PrintQueue_QueueEnabled_qualifiers[] =
102516               {
102517                   /* Deprecated */
102518                   "\013\000\001CIM_EnabledLogicalElement.EnabledState\000",
102519                   0,
102520               };
102521               
102522 mike  1.1.2.1 static MetaProperty
102523               _CIM_PrintQueue_QueueEnabled =
102524               {
102525                   /* flags */
102526                   META_FLAG_PROPERTY|META_FLAG_READ,
102527                   /* name */
102528                   "QueueEnabled",
102529                   /* qualifiers */
102530                   _CIM_PrintQueue_QueueEnabled_qualifiers,
102531                   /* type */
102532                   CIMTYPE_BOOLEAN,
102533                   /* subscript */
102534                   -1,
102535                   /* value */
102536                   0,
102537               };
102538               
102539               static const char*
102540               _CIM_PrintQueue_QueueAccepting_qualifiers[] =
102541               {
102542                   /* Deprecated */
102543 mike  1.1.2.1     "\013\000\001CIM_EnabledLogicalElement.EnabledState\000",
102544                   0,
102545               };
102546               
102547               static MetaProperty
102548               _CIM_PrintQueue_QueueAccepting =
102549               {
102550                   /* flags */
102551                   META_FLAG_PROPERTY|META_FLAG_READ,
102552                   /* name */
102553                   "QueueAccepting",
102554                   /* qualifiers */
102555                   _CIM_PrintQueue_QueueAccepting_qualifiers,
102556                   /* type */
102557                   CIMTYPE_BOOLEAN,
102558                   /* subscript */
102559                   -1,
102560                   /* value */
102561                   0,
102562               };
102563               
102564 mike  1.1.2.1 static const char*
102565               _CIM_PrintQueue_NumberOnQueue_qualifiers[] =
102566               {
102567                   /* Gauge */
102568                   "\023\001",
102569                   0,
102570               };
102571               
102572               static MetaProperty
102573               _CIM_PrintQueue_NumberOnQueue =
102574               {
102575                   /* flags */
102576                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
102577                   /* name */
102578                   "NumberOnQueue",
102579                   /* qualifiers */
102580                   _CIM_PrintQueue_NumberOnQueue_qualifiers,
102581                   /* type */
102582                   CIMTYPE_UINT32,
102583                   /* subscript */
102584                   -1,
102585 mike  1.1.2.1     /* value */
102586                   0,
102587               };
102588               
102589               static const char*
102590               _CIM_PrintQueue_QueueStatus_qualifiers[] =
102591               {
102592                   /* ValueMap */
102593                   "\061\000\0040\0001\0002\0003\000",
102594                   /* Values */
102595                   "\062\000\004Other\000Unknown\000No Additional Status\000QueueSpoolAreaFull\000",
102596                   0,
102597               };
102598               
102599               static MetaProperty
102600               _CIM_PrintQueue_QueueStatus =
102601               {
102602                   /* flags */
102603                   META_FLAG_PROPERTY|META_FLAG_READ,
102604                   /* name */
102605                   "QueueStatus",
102606 mike  1.1.2.1     /* qualifiers */
102607                   _CIM_PrintQueue_QueueStatus_qualifiers,
102608                   /* type */
102609                   CIMTYPE_UINT16,
102610                   /* subscript */
102611                   -1,
102612                   /* value */
102613                   0,
102614               };
102615               
102616               static const char*
102617               _CIM_PrintQueue_QueueStatusInfo_qualifiers[] =
102618               {
102619                   0,
102620               };
102621               
102622               static MetaProperty
102623               _CIM_PrintQueue_QueueStatusInfo =
102624               {
102625                   /* flags */
102626                   META_FLAG_PROPERTY|META_FLAG_READ,
102627 mike  1.1.2.1     /* name */
102628                   "QueueStatusInfo",
102629                   /* qualifiers */
102630                   _CIM_PrintQueue_QueueStatusInfo_qualifiers,
102631                   /* type */
102632                   CIMTYPE_STRING,
102633                   /* subscript */
102634                   -1,
102635                   /* value */
102636                   0,
102637               };
102638               
102639               static const char*
102640               _CIM_PrintQueue_MaxJobSize_qualifiers[] =
102641               {
102642                   /* Units */
102643                   "\060KiloBytes",
102644                   /* ModelCorrespondence */
102645                   "\036\000\001CIM_PrintJob.JobSize\000",
102646                   0,
102647               };
102648 mike  1.1.2.1 
102649               static MetaProperty
102650               _CIM_PrintQueue_MaxJobSize =
102651               {
102652                   /* flags */
102653                   META_FLAG_PROPERTY|META_FLAG_READ,
102654                   /* name */
102655                   "MaxJobSize",
102656                   /* qualifiers */
102657                   _CIM_PrintQueue_MaxJobSize_qualifiers,
102658                   /* type */
102659                   CIMTYPE_UINT32,
102660                   /* subscript */
102661                   -1,
102662                   /* value */
102663                   0,
102664               };
102665               
102666               static const char*
102667               _CIM_PrintQueue_DefaultJobPriority_qualifiers[] =
102668               {
102669 mike  1.1.2.1     /* ModelCorrespondence */
102670                   "\036\000\002CIM_PrintQueue.JobPriorityHigh\000CIM_PrintQueue.JobPriorityLow\000",
102671                   0,
102672               };
102673               
102674               static MetaProperty
102675               _CIM_PrintQueue_DefaultJobPriority =
102676               {
102677                   /* flags */
102678                   META_FLAG_PROPERTY|META_FLAG_READ,
102679                   /* name */
102680                   "DefaultJobPriority",
102681                   /* qualifiers */
102682                   _CIM_PrintQueue_DefaultJobPriority_qualifiers,
102683                   /* type */
102684                   CIMTYPE_UINT32,
102685                   /* subscript */
102686                   -1,
102687                   /* value */
102688                   0,
102689               };
102690 mike  1.1.2.1 
102691               static const char*
102692               _CIM_PrintQueue_JobPriorityHigh_qualifiers[] =
102693               {
102694                   /* ModelCorrespondence */
102695                   "\036\000\002CIM_PrintQueue.JobPriorityLow\000CIM_Job.Priority\000",
102696                   0,
102697               };
102698               
102699               static MetaProperty
102700               _CIM_PrintQueue_JobPriorityHigh =
102701               {
102702                   /* flags */
102703                   META_FLAG_PROPERTY|META_FLAG_READ,
102704                   /* name */
102705                   "JobPriorityHigh",
102706                   /* qualifiers */
102707                   _CIM_PrintQueue_JobPriorityHigh_qualifiers,
102708                   /* type */
102709                   CIMTYPE_UINT32,
102710                   /* subscript */
102711 mike  1.1.2.1     -1,
102712                   /* value */
102713                   0,
102714               };
102715               
102716               static const char*
102717               _CIM_PrintQueue_JobPriorityLow_qualifiers[] =
102718               {
102719                   /* ModelCorrespondence */
102720                   "\036\000\002CIM_PrintQueue.JobPriorityHigh\000CIM_Job.Priority\000",
102721                   0,
102722               };
102723               
102724               static MetaProperty
102725               _CIM_PrintQueue_JobPriorityLow =
102726               {
102727                   /* flags */
102728                   META_FLAG_PROPERTY|META_FLAG_READ,
102729                   /* name */
102730                   "JobPriorityLow",
102731                   /* qualifiers */
102732 mike  1.1.2.1     _CIM_PrintQueue_JobPriorityLow_qualifiers,
102733                   /* type */
102734                   CIMTYPE_UINT32,
102735                   /* subscript */
102736                   -1,
102737                   /* value */
102738                   0,
102739               };
102740               
102741               static const char*
102742               _CIM_PrintQueue_AvailableJobSheets_qualifiers[] =
102743               {
102744                   /* ModelCorrespondence */
102745                   "\036\000\001CIM_PrintJob.RequiredJobSheets\000",
102746                   0,
102747               };
102748               
102749               static MetaProperty
102750               _CIM_PrintQueue_AvailableJobSheets =
102751               {
102752                   /* flags */
102753 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
102754                   /* name */
102755                   "AvailableJobSheets",
102756                   /* qualifiers */
102757                   _CIM_PrintQueue_AvailableJobSheets_qualifiers,
102758                   /* type */
102759                   CIMTYPE_STRING,
102760                   /* subscript */
102761                   0,
102762                   /* value */
102763                   0,
102764               };
102765               
102766               static MetaFeature*
102767               _CIM_PrintQueue_features[] =
102768               {
102769                   (MetaFeature*)&_CIM_PrintQueue_QueueEnabled,
102770                   (MetaFeature*)&_CIM_PrintQueue_QueueAccepting,
102771                   (MetaFeature*)&_CIM_PrintQueue_NumberOnQueue,
102772                   (MetaFeature*)&_CIM_PrintQueue_QueueStatus,
102773                   (MetaFeature*)&_CIM_PrintQueue_QueueStatusInfo,
102774 mike  1.1.2.1     (MetaFeature*)&_CIM_PrintQueue_MaxJobSize,
102775                   (MetaFeature*)&_CIM_PrintQueue_DefaultJobPriority,
102776                   (MetaFeature*)&_CIM_PrintQueue_JobPriorityHigh,
102777                   (MetaFeature*)&_CIM_PrintQueue_JobPriorityLow,
102778                   (MetaFeature*)&_CIM_PrintQueue_AvailableJobSheets,
102779                   0,
102780               };
102781               
102782               static const char*
102783               __root_cimv2_CIM_PrintQueue_qualifiers[] =
102784               {
102785                   /* UMLPackagePath */
102786                   "\057CIM::Device::Printing",
102787                   /* Version */
102788                   "\0632.10.0",
102789                   0,
102790               };
102791               
102792               MetaClass
102793               __root_cimv2_CIM_PrintQueue =
102794               {
102795 mike  1.1.2.1     /* flags */
102796                   META_FLAG_CLASS,
102797                   /* name */
102798                   "CIM_PrintQueue",
102799                   /* qualifiers */
102800                   __root_cimv2_CIM_PrintQueue_qualifiers,
102801                   /* super */
102802                   &__root_cimv2_CIM_JobDestination,
102803                   /* features */
102804                   _CIM_PrintQueue_features,
102805               };
102806               
102807               //==============================================================================
102808               //
102809               // Class: CIM_Process
102810               //
102811               //==============================================================================
102812               
102813               static const char*
102814               _CIM_Process_CSCreationClassName_qualifiers[] =
102815               {
102816 mike  1.1.2.1     /* Key */
102817                   "\025\001",
102818                   /* Propagated */
102819                   "\045CIM_OperatingSystem.CSCreationClassName",
102820                   /* MaxLen */
102821                   "\030\000\000\001\000",
102822                   0,
102823               };
102824               
102825               static MetaProperty
102826               _CIM_Process_CSCreationClassName =
102827               {
102828                   /* flags */
102829                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
102830                   /* name */
102831                   "CSCreationClassName",
102832                   /* qualifiers */
102833                   _CIM_Process_CSCreationClassName_qualifiers,
102834                   /* type */
102835                   CIMTYPE_STRING,
102836                   /* subscript */
102837 mike  1.1.2.1     -1,
102838                   /* value */
102839                   0,
102840               };
102841               
102842               static const char*
102843               _CIM_Process_CSName_qualifiers[] =
102844               {
102845                   /* Key */
102846                   "\025\001",
102847                   /* Propagated */
102848                   "\045CIM_OperatingSystem.CSName",
102849                   /* MaxLen */
102850                   "\030\000\000\001\000",
102851                   0,
102852               };
102853               
102854               static MetaProperty
102855               _CIM_Process_CSName =
102856               {
102857                   /* flags */
102858 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
102859                   /* name */
102860                   "CSName",
102861                   /* qualifiers */
102862                   _CIM_Process_CSName_qualifiers,
102863                   /* type */
102864                   CIMTYPE_STRING,
102865                   /* subscript */
102866                   -1,
102867                   /* value */
102868                   0,
102869               };
102870               
102871               static const char*
102872               _CIM_Process_OSCreationClassName_qualifiers[] =
102873               {
102874                   /* Key */
102875                   "\025\001",
102876                   /* Propagated */
102877                   "\045CIM_OperatingSystem.CreationClassName",
102878                   /* MaxLen */
102879 mike  1.1.2.1     "\030\000\000\001\000",
102880                   0,
102881               };
102882               
102883               static MetaProperty
102884               _CIM_Process_OSCreationClassName =
102885               {
102886                   /* flags */
102887                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
102888                   /* name */
102889                   "OSCreationClassName",
102890                   /* qualifiers */
102891                   _CIM_Process_OSCreationClassName_qualifiers,
102892                   /* type */
102893                   CIMTYPE_STRING,
102894                   /* subscript */
102895                   -1,
102896                   /* value */
102897                   0,
102898               };
102899               
102900 mike  1.1.2.1 static const char*
102901               _CIM_Process_OSName_qualifiers[] =
102902               {
102903                   /* Key */
102904                   "\025\001",
102905                   /* Propagated */
102906                   "\045CIM_OperatingSystem.Name",
102907                   /* MaxLen */
102908                   "\030\000\000\001\000",
102909                   0,
102910               };
102911               
102912               static MetaProperty
102913               _CIM_Process_OSName =
102914               {
102915                   /* flags */
102916                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
102917                   /* name */
102918                   "OSName",
102919                   /* qualifiers */
102920                   _CIM_Process_OSName_qualifiers,
102921 mike  1.1.2.1     /* type */
102922                   CIMTYPE_STRING,
102923                   /* subscript */
102924                   -1,
102925                   /* value */
102926                   0,
102927               };
102928               
102929               static const char*
102930               _CIM_Process_CreationClassName_qualifiers[] =
102931               {
102932                   /* Key */
102933                   "\025\001",
102934                   /* MaxLen */
102935                   "\030\000\000\001\000",
102936                   0,
102937               };
102938               
102939               static MetaProperty
102940               _CIM_Process_CreationClassName =
102941               {
102942 mike  1.1.2.1     /* flags */
102943                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
102944                   /* name */
102945                   "CreationClassName",
102946                   /* qualifiers */
102947                   _CIM_Process_CreationClassName_qualifiers,
102948                   /* type */
102949                   CIMTYPE_STRING,
102950                   /* subscript */
102951                   -1,
102952                   /* value */
102953                   0,
102954               };
102955               
102956               static const char*
102957               _CIM_Process_Handle_qualifiers[] =
102958               {
102959                   /* Key */
102960                   "\025\001",
102961                   /* MaxLen */
102962                   "\030\000\000\001\000",
102963 mike  1.1.2.1     /* MappingStrings */
102964                   "\026\000\001MIF.DMTF|Process Information|001.1\000",
102965                   0,
102966               };
102967               
102968               static MetaProperty
102969               _CIM_Process_Handle =
102970               {
102971                   /* flags */
102972                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
102973                   /* name */
102974                   "Handle",
102975                   /* qualifiers */
102976                   _CIM_Process_Handle_qualifiers,
102977                   /* type */
102978                   CIMTYPE_STRING,
102979                   /* subscript */
102980                   -1,
102981                   /* value */
102982                   0,
102983               };
102984 mike  1.1.2.1 
102985               static const char*
102986               _CIM_Process_Name_qualifiers[] =
102987               {
102988                   /* Override */
102989                   "\044Name",
102990                   /* MappingStrings */
102991                   "\026\000\001MIF.DMTF|Process Information|001.6\000",
102992                   0,
102993               };
102994               
102995               static MetaProperty
102996               _CIM_Process_Name =
102997               {
102998                   /* flags */
102999                   META_FLAG_PROPERTY|META_FLAG_READ,
103000                   /* name */
103001                   "Name",
103002                   /* qualifiers */
103003                   _CIM_Process_Name_qualifiers,
103004                   /* type */
103005 mike  1.1.2.1     CIMTYPE_STRING,
103006                   /* subscript */
103007                   -1,
103008                   /* value */
103009                   0,
103010               };
103011               
103012               static const char*
103013               _CIM_Process_Priority_qualifiers[] =
103014               {
103015                   /* MappingStrings */
103016                   "\026\000\001MIF.DMTF|Process Information|001.10\000",
103017                   0,
103018               };
103019               
103020               static MetaProperty
103021               _CIM_Process_Priority =
103022               {
103023                   /* flags */
103024                   META_FLAG_PROPERTY|META_FLAG_READ,
103025                   /* name */
103026 mike  1.1.2.1     "Priority",
103027                   /* qualifiers */
103028                   _CIM_Process_Priority_qualifiers,
103029                   /* type */
103030                   CIMTYPE_UINT32,
103031                   /* subscript */
103032                   -1,
103033                   /* value */
103034                   0,
103035               };
103036               
103037               static const char*
103038               _CIM_Process_ExecutionState_qualifiers[] =
103039               {
103040                   /* ValueMap */
103041                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
103042                   /* Values */
103043                   "\062\000\014Unknown\000Other\000Ready\000Running\000Blocked\000Suspended Blocked\000Suspended Ready\000Terminated\000Stopped\000Growing\000Ready But Relinquished Processor\000Hung\000",
103044                   /* MappingStrings */
103045                   "\026\000\002MIF.DMTF|Process Information|001.9\000MIF.UNIX|Process Information|13.9\000",
103046                   0,
103047 mike  1.1.2.1 };
103048               
103049               static MetaProperty
103050               _CIM_Process_ExecutionState =
103051               {
103052                   /* flags */
103053                   META_FLAG_PROPERTY|META_FLAG_READ,
103054                   /* name */
103055                   "ExecutionState",
103056                   /* qualifiers */
103057                   _CIM_Process_ExecutionState_qualifiers,
103058                   /* type */
103059                   CIMTYPE_UINT16,
103060                   /* subscript */
103061                   -1,
103062                   /* value */
103063                   0,
103064               };
103065               
103066               static const char*
103067               _CIM_Process_OtherExecutionDescription_qualifiers[] =
103068 mike  1.1.2.1 {
103069                   0,
103070               };
103071               
103072               static MetaProperty
103073               _CIM_Process_OtherExecutionDescription =
103074               {
103075                   /* flags */
103076                   META_FLAG_PROPERTY|META_FLAG_READ,
103077                   /* name */
103078                   "OtherExecutionDescription",
103079                   /* qualifiers */
103080                   _CIM_Process_OtherExecutionDescription_qualifiers,
103081                   /* type */
103082                   CIMTYPE_STRING,
103083                   /* subscript */
103084                   -1,
103085                   /* value */
103086                   0,
103087               };
103088               
103089 mike  1.1.2.1 static const char*
103090               _CIM_Process_CreationDate_qualifiers[] =
103091               {
103092                   0,
103093               };
103094               
103095               static MetaProperty
103096               _CIM_Process_CreationDate =
103097               {
103098                   /* flags */
103099                   META_FLAG_PROPERTY|META_FLAG_READ,
103100                   /* name */
103101                   "CreationDate",
103102                   /* qualifiers */
103103                   _CIM_Process_CreationDate_qualifiers,
103104                   /* type */
103105                   CIMTYPE_DATETIME,
103106                   /* subscript */
103107                   -1,
103108                   /* value */
103109                   0,
103110 mike  1.1.2.1 };
103111               
103112               static const char*
103113               _CIM_Process_TerminationDate_qualifiers[] =
103114               {
103115                   0,
103116               };
103117               
103118               static MetaProperty
103119               _CIM_Process_TerminationDate =
103120               {
103121                   /* flags */
103122                   META_FLAG_PROPERTY|META_FLAG_READ,
103123                   /* name */
103124                   "TerminationDate",
103125                   /* qualifiers */
103126                   _CIM_Process_TerminationDate_qualifiers,
103127                   /* type */
103128                   CIMTYPE_DATETIME,
103129                   /* subscript */
103130                   -1,
103131 mike  1.1.2.1     /* value */
103132                   0,
103133               };
103134               
103135               static const char*
103136               _CIM_Process_KernelModeTime_qualifiers[] =
103137               {
103138                   /* Units */
103139                   "\060MilliSeconds",
103140                   /* MappingStrings */
103141                   "\026\000\001MIF.DMTF|Process Information|001.13\000",
103142                   0,
103143               };
103144               
103145               static MetaProperty
103146               _CIM_Process_KernelModeTime =
103147               {
103148                   /* flags */
103149                   META_FLAG_PROPERTY|META_FLAG_READ,
103150                   /* name */
103151                   "KernelModeTime",
103152 mike  1.1.2.1     /* qualifiers */
103153                   _CIM_Process_KernelModeTime_qualifiers,
103154                   /* type */
103155                   CIMTYPE_UINT64,
103156                   /* subscript */
103157                   -1,
103158                   /* value */
103159                   0,
103160               };
103161               
103162               static const char*
103163               _CIM_Process_UserModeTime_qualifiers[] =
103164               {
103165                   /* Units */
103166                   "\060MilliSeconds",
103167                   /* MappingStrings */
103168                   "\026\000\001MIF.DMTF|Process Information|001.14\000",
103169                   0,
103170               };
103171               
103172               static MetaProperty
103173 mike  1.1.2.1 _CIM_Process_UserModeTime =
103174               {
103175                   /* flags */
103176                   META_FLAG_PROPERTY|META_FLAG_READ,
103177                   /* name */
103178                   "UserModeTime",
103179                   /* qualifiers */
103180                   _CIM_Process_UserModeTime_qualifiers,
103181                   /* type */
103182                   CIMTYPE_UINT64,
103183                   /* subscript */
103184                   -1,
103185                   /* value */
103186                   0,
103187               };
103188               
103189               static const char*
103190               _CIM_Process_WorkingSetSize_qualifiers[] =
103191               {
103192                   /* Units */
103193                   "\060Bytes",
103194 mike  1.1.2.1     /* Gauge */
103195                   "\023\001",
103196                   0,
103197               };
103198               
103199               static MetaProperty
103200               _CIM_Process_WorkingSetSize =
103201               {
103202                   /* flags */
103203                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
103204                   /* name */
103205                   "WorkingSetSize",
103206                   /* qualifiers */
103207                   _CIM_Process_WorkingSetSize_qualifiers,
103208                   /* type */
103209                   CIMTYPE_UINT64,
103210                   /* subscript */
103211                   -1,
103212                   /* value */
103213                   0,
103214               };
103215 mike  1.1.2.1 
103216               static MetaFeature*
103217               _CIM_Process_features[] =
103218               {
103219                   (MetaFeature*)&_CIM_Process_CSCreationClassName,
103220                   (MetaFeature*)&_CIM_Process_CSName,
103221                   (MetaFeature*)&_CIM_Process_OSCreationClassName,
103222                   (MetaFeature*)&_CIM_Process_OSName,
103223                   (MetaFeature*)&_CIM_Process_CreationClassName,
103224                   (MetaFeature*)&_CIM_Process_Handle,
103225                   (MetaFeature*)&_CIM_Process_Name,
103226                   (MetaFeature*)&_CIM_Process_Priority,
103227                   (MetaFeature*)&_CIM_Process_ExecutionState,
103228                   (MetaFeature*)&_CIM_Process_OtherExecutionDescription,
103229                   (MetaFeature*)&_CIM_Process_CreationDate,
103230                   (MetaFeature*)&_CIM_Process_TerminationDate,
103231                   (MetaFeature*)&_CIM_Process_KernelModeTime,
103232                   (MetaFeature*)&_CIM_Process_UserModeTime,
103233                   (MetaFeature*)&_CIM_Process_WorkingSetSize,
103234                   0,
103235               };
103236 mike  1.1.2.1 
103237               static const char*
103238               __root_cimv2_CIM_Process_qualifiers[] =
103239               {
103240                   /* UMLPackagePath */
103241                   "\057CIM::System::Processing",
103242                   /* Version */
103243                   "\0632.10.0",
103244                   0,
103245               };
103246               
103247               MetaClass
103248               __root_cimv2_CIM_Process =
103249               {
103250                   /* flags */
103251                   META_FLAG_CLASS,
103252                   /* name */
103253                   "CIM_Process",
103254                   /* qualifiers */
103255                   __root_cimv2_CIM_Process_qualifiers,
103256                   /* super */
103257 mike  1.1.2.1     &__root_cimv2_CIM_EnabledLogicalElement,
103258                   /* features */
103259                   _CIM_Process_features,
103260               };
103261               
103262               //==============================================================================
103263               //
103264               // Class: CIM_ProcessExecutable
103265               //
103266               //==============================================================================
103267               
103268               static const char*
103269               _CIM_ProcessExecutable_Antecedent_qualifiers[] =
103270               {
103271                   /* Override */
103272                   "\044Antecedent",
103273                   0,
103274               };
103275               
103276               static MetaReference
103277               _CIM_ProcessExecutable_Antecedent =
103278 mike  1.1.2.1 {
103279                   /* flags */
103280                   META_FLAG_REFERENCE|META_FLAG_READ,
103281                   /* name */
103282                   "Antecedent",
103283                   /* qualifiers */
103284                   _CIM_ProcessExecutable_Antecedent_qualifiers,
103285                   /* subscript */
103286                   -1,
103287                   /* refId */
103288                   &__root_cimv2_CIM_DataFile,
103289               };
103290               
103291               static const char*
103292               _CIM_ProcessExecutable_Dependent_qualifiers[] =
103293               {
103294                   /* Override */
103295                   "\044Dependent",
103296                   0,
103297               };
103298               
103299 mike  1.1.2.1 static MetaReference
103300               _CIM_ProcessExecutable_Dependent =
103301               {
103302                   /* flags */
103303                   META_FLAG_REFERENCE|META_FLAG_READ,
103304                   /* name */
103305                   "Dependent",
103306                   /* qualifiers */
103307                   _CIM_ProcessExecutable_Dependent_qualifiers,
103308                   /* subscript */
103309                   -1,
103310                   /* refId */
103311                   &__root_cimv2_CIM_Process,
103312               };
103313               
103314               static MetaFeature*
103315               _CIM_ProcessExecutable_features[] =
103316               {
103317                   (MetaFeature*)&_CIM_ProcessExecutable_Antecedent,
103318                   (MetaFeature*)&_CIM_ProcessExecutable_Dependent,
103319                   0,
103320 mike  1.1.2.1 };
103321               
103322               static const char*
103323               __root_cimv2_CIM_ProcessExecutable_qualifiers[] =
103324               {
103325                   /* ASSOCIATION */
103326                   "\000\001",
103327                   /* UMLPackagePath */
103328                   "\057CIM::System::Processing",
103329                   /* Version */
103330                   "\0632.6.0",
103331                   0,
103332               };
103333               
103334               MetaClass
103335               __root_cimv2_CIM_ProcessExecutable =
103336               {
103337                   /* flags */
103338                   META_FLAG_ASSOCIATION,
103339                   /* name */
103340                   "CIM_ProcessExecutable",
103341 mike  1.1.2.1     /* qualifiers */
103342                   __root_cimv2_CIM_ProcessExecutable_qualifiers,
103343                   /* super */
103344                   &__root_cimv2_CIM_Dependency,
103345                   /* features */
103346                   _CIM_ProcessExecutable_features,
103347               };
103348               
103349               //==============================================================================
103350               //
103351               // Class: CIM_ProcessOfJob
103352               //
103353               //==============================================================================
103354               
103355               static const char*
103356               _CIM_ProcessOfJob_GroupComponent_qualifiers[] =
103357               {
103358                   /* Aggregate */
103359                   "\003\001",
103360                   /* Override */
103361                   "\044GroupComponent",
103362 mike  1.1.2.1     0,
103363               };
103364               
103365               static MetaReference
103366               _CIM_ProcessOfJob_GroupComponent =
103367               {
103368                   /* flags */
103369                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
103370                   /* name */
103371                   "GroupComponent",
103372                   /* qualifiers */
103373                   _CIM_ProcessOfJob_GroupComponent_qualifiers,
103374                   /* subscript */
103375                   -1,
103376                   /* refId */
103377                   &__root_cimv2_CIM_Job,
103378               };
103379               
103380               static const char*
103381               _CIM_ProcessOfJob_PartComponent_qualifiers[] =
103382               {
103383 mike  1.1.2.1     /* Override */
103384                   "\044PartComponent",
103385                   0,
103386               };
103387               
103388               static MetaReference
103389               _CIM_ProcessOfJob_PartComponent =
103390               {
103391                   /* flags */
103392                   META_FLAG_REFERENCE|META_FLAG_READ,
103393                   /* name */
103394                   "PartComponent",
103395                   /* qualifiers */
103396                   _CIM_ProcessOfJob_PartComponent_qualifiers,
103397                   /* subscript */
103398                   -1,
103399                   /* refId */
103400                   &__root_cimv2_CIM_Process,
103401               };
103402               
103403               static MetaFeature*
103404 mike  1.1.2.1 _CIM_ProcessOfJob_features[] =
103405               {
103406                   (MetaFeature*)&_CIM_ProcessOfJob_GroupComponent,
103407                   (MetaFeature*)&_CIM_ProcessOfJob_PartComponent,
103408                   0,
103409               };
103410               
103411               static const char*
103412               __root_cimv2_CIM_ProcessOfJob_qualifiers[] =
103413               {
103414                   /* ASSOCIATION */
103415                   "\000\001",
103416                   /* UMLPackagePath */
103417                   "\057CIM::System::Processing",
103418                   /* Aggregation */
103419                   "\004\001",
103420                   /* Composition */
103421                   "\011\001",
103422                   /* Version */
103423                   "\0632.7.0",
103424                   0,
103425 mike  1.1.2.1 };
103426               
103427               MetaClass
103428               __root_cimv2_CIM_ProcessOfJob =
103429               {
103430                   /* flags */
103431                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
103432                   /* name */
103433                   "CIM_ProcessOfJob",
103434                   /* qualifiers */
103435                   __root_cimv2_CIM_ProcessOfJob_qualifiers,
103436                   /* super */
103437                   &__root_cimv2_CIM_Component,
103438                   /* features */
103439                   _CIM_ProcessOfJob_features,
103440               };
103441               
103442               //==============================================================================
103443               //
103444               // Class: CIM_Processor
103445               //
103446 mike  1.1.2.1 //==============================================================================
103447               
103448               static const char*
103449               _CIM_Processor_Role_qualifiers[] =
103450               {
103451                   0,
103452               };
103453               
103454               static MetaProperty
103455               _CIM_Processor_Role =
103456               {
103457                   /* flags */
103458                   META_FLAG_PROPERTY|META_FLAG_READ,
103459                   /* name */
103460                   "Role",
103461                   /* qualifiers */
103462                   _CIM_Processor_Role_qualifiers,
103463                   /* type */
103464                   CIMTYPE_STRING,
103465                   /* subscript */
103466                   -1,
103467 mike  1.1.2.1     /* value */
103468                   0,
103469               };
103470               
103471               static const char*
103472               _CIM_Processor_Family_qualifiers[] =
103473               {
103474                   /* ValueMap */
103475                   "\061\000\1541\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00024\00025\00026\00027\00028\00029\00030\00031\00032\00033\00034\00035\00036\00037\00038\00039\00048\00049\00050\00051\00052\00053\00054\00055\00064\00065\00066\00067\00068\00069\00080\00081\00082\00083\00084\00085\00086\00087\00088\00096\00097\00098\00099\000100\000101\000112\000120\000121\000122\000128\000130\000131\000132\000144\000145\000146\000147\000148\000149\000150\000160\000176\000177\000178\000179\000180\000181\000182\000183\000184\000185\000190\000200\000201\000202\000203\000204\000250\000251\000260\000261\000280\000281\000300\000301\000302\000320\000350\000500\000",
103476                   /* Values */
103477                   "\062\000\154Other\000Unknown\0008086\00080286\00080386\00080486\0008087\00080287\00080387\00080487\000Pentium(R) brand\000Pentium(R) Pro\000Pentium(R) II\000Pentium(R) processor with MMX(TM) technology\000Celeron(TM)\000Pentium(R) II Xeon(TM)\000Pentium(R) III\000M1 Family\000M2 Family\000K5 Family\000K6 Family\000K6-2\000K6-3\000AMD Athlon(TM) Processor Family\000AMD(R) Duron(TM) Processor\000AMD29000 Family\000K6-2+\000Power PC Family\000Power PC 601\000Power PC 603\000Power PC 603+\000Power PC 604\000Power PC 620\000Power PC X704\000Power PC 750\000Alpha Family\000Alpha 21064\000Alpha 21066\000Alpha 21164\000Alpha 21164PC\000Alpha 21164a\000Alpha 21264\000Alpha 21364\000MIPS Family\000MIPS R4000\000MIPS R4200\000MIPS R4400\000MIPS R4600\000MIPS R10000\000SPARC Family\000SuperSPARC\000microSPARC II\000microSPARC IIep\000UltraSPARC\000UltraSPARC II\000UltraSPARC IIi\000UltraSPARC III\000UltraSPARC IIIi\00068040\00068xxx Family\00068000\00068010\00068020\00068030\000Hobbit Family\000Crusoe(TM) TM5000 Family\000Crusoe(TM) TM3000 Family\000Efficeon(TM) TM8000 Family\000Weitek\000Itanium(TM) Processor\000AMD Athlon(TM) 64 Processor Family\000AMD Opteron(TM) Processor Family\000PA-RISC Family\000PA-RISC 8500\000PA-RISC 8000\000PA-RISC 7300LC\000PA-RISC 7200\000PA-RISC 7100LC\000PA-RISC 7100\000V30 Family\000Pentium(R) III Xeon(TM)\000Pentium(R) III Processor with Intel(R) SpeedStep(TM) Technology\000Pentium(R) 4\000Intel(R) Xeon(TM)\000AS400 Family\000Intel(R) Xeon(TM) processor MP\000AMD Athlon(TM) XP Family\000AMD Athlon(TM) MP Family\000Intel(R) Itanium(R) 2\000Intel(R) Pentium(R) M processor\000K7\000S/390 and zSeries Family\000ESA/390 G4\000ESA/390 G5\000ESA/390 G6\000z/Architectur base\000i860\000i960\000SH-3\000SH-4\000ARM\000StrongARM\0006x86\000MediaGX\000MII\000WinChip\000DSP\000Video Processor\000",
103478                   /* MappingStrings */
103479                   "\026\000\001MIF.DMTF|Processor|017.3\000",
103480                   /* ModelCorrespondence */
103481                   "\036\000\001CIM_Processor.OtherFamilyDescription\000",
103482                   0,
103483               };
103484               
103485               static MetaProperty
103486               _CIM_Processor_Family =
103487               {
103488 mike  1.1.2.1     /* flags */
103489                   META_FLAG_PROPERTY|META_FLAG_READ,
103490                   /* name */
103491                   "Family",
103492                   /* qualifiers */
103493                   _CIM_Processor_Family_qualifiers,
103494                   /* type */
103495                   CIMTYPE_UINT16,
103496                   /* subscript */
103497                   -1,
103498                   /* value */
103499                   0,
103500               };
103501               
103502               static const char*
103503               _CIM_Processor_OtherFamilyDescription_qualifiers[] =
103504               {
103505                   /* MaxLen */
103506                   "\030\000\000\000\100",
103507                   /* ModelCorrespondence */
103508                   "\036\000\001CIM_Processor.Family\000",
103509 mike  1.1.2.1     0,
103510               };
103511               
103512               static MetaProperty
103513               _CIM_Processor_OtherFamilyDescription =
103514               {
103515                   /* flags */
103516                   META_FLAG_PROPERTY|META_FLAG_READ,
103517                   /* name */
103518                   "OtherFamilyDescription",
103519                   /* qualifiers */
103520                   _CIM_Processor_OtherFamilyDescription_qualifiers,
103521                   /* type */
103522                   CIMTYPE_STRING,
103523                   /* subscript */
103524                   -1,
103525                   /* value */
103526                   0,
103527               };
103528               
103529               static const char*
103530 mike  1.1.2.1 _CIM_Processor_UpgradeMethod_qualifiers[] =
103531               {
103532                   /* ValueMap */
103533                   "\061\000\0221\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\000",
103534                   /* Values */
103535                   "\062\000\022Other\000Unknown\000Daughter Board\000ZIF Socket\000Replacement/Piggy Back\000None\000LIF Socket\000Slot 1\000Slot 2\000370 Pin Socket\000Slot A\000Slot M\000Socket 423\000Socket A (Socket 462)\000Socket 478\000Socket 754\000Socket 940\000Socket 939\000",
103536                   /* MappingStrings */
103537                   "\026\000\001MIF.DMTF|Processor|017.7\000",
103538                   0,
103539               };
103540               
103541               static MetaProperty
103542               _CIM_Processor_UpgradeMethod =
103543               {
103544                   /* flags */
103545                   META_FLAG_PROPERTY|META_FLAG_READ,
103546                   /* name */
103547                   "UpgradeMethod",
103548                   /* qualifiers */
103549                   _CIM_Processor_UpgradeMethod_qualifiers,
103550                   /* type */
103551 mike  1.1.2.1     CIMTYPE_UINT16,
103552                   /* subscript */
103553                   -1,
103554                   /* value */
103555                   0,
103556               };
103557               
103558               static const char*
103559               _CIM_Processor_MaxClockSpeed_qualifiers[] =
103560               {
103561                   /* Units */
103562                   "\060MegaHertz",
103563                   /* MappingStrings */
103564                   "\026\000\001MIF.DMTF|Processor|017.5\000",
103565                   0,
103566               };
103567               
103568               static MetaProperty
103569               _CIM_Processor_MaxClockSpeed =
103570               {
103571                   /* flags */
103572 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
103573                   /* name */
103574                   "MaxClockSpeed",
103575                   /* qualifiers */
103576                   _CIM_Processor_MaxClockSpeed_qualifiers,
103577                   /* type */
103578                   CIMTYPE_UINT32,
103579                   /* subscript */
103580                   -1,
103581                   /* value */
103582                   0,
103583               };
103584               
103585               static const char*
103586               _CIM_Processor_CurrentClockSpeed_qualifiers[] =
103587               {
103588                   /* Units */
103589                   "\060MegaHertz",
103590                   /* MappingStrings */
103591                   "\026\000\001MIF.DMTF|Processor|017.6\000",
103592                   0,
103593 mike  1.1.2.1 };
103594               
103595               static MetaProperty
103596               _CIM_Processor_CurrentClockSpeed =
103597               {
103598                   /* flags */
103599                   META_FLAG_PROPERTY|META_FLAG_READ,
103600                   /* name */
103601                   "CurrentClockSpeed",
103602                   /* qualifiers */
103603                   _CIM_Processor_CurrentClockSpeed_qualifiers,
103604                   /* type */
103605                   CIMTYPE_UINT32,
103606                   /* subscript */
103607                   -1,
103608                   /* value */
103609                   0,
103610               };
103611               
103612               static const char*
103613               _CIM_Processor_DataWidth_qualifiers[] =
103614 mike  1.1.2.1 {
103615                   /* Units */
103616                   "\060Bits",
103617                   0,
103618               };
103619               
103620               static MetaProperty
103621               _CIM_Processor_DataWidth =
103622               {
103623                   /* flags */
103624                   META_FLAG_PROPERTY|META_FLAG_READ,
103625                   /* name */
103626                   "DataWidth",
103627                   /* qualifiers */
103628                   _CIM_Processor_DataWidth_qualifiers,
103629                   /* type */
103630                   CIMTYPE_UINT16,
103631                   /* subscript */
103632                   -1,
103633                   /* value */
103634                   0,
103635 mike  1.1.2.1 };
103636               
103637               static const char*
103638               _CIM_Processor_AddressWidth_qualifiers[] =
103639               {
103640                   /* Units */
103641                   "\060Bits",
103642                   0,
103643               };
103644               
103645               static MetaProperty
103646               _CIM_Processor_AddressWidth =
103647               {
103648                   /* flags */
103649                   META_FLAG_PROPERTY|META_FLAG_READ,
103650                   /* name */
103651                   "AddressWidth",
103652                   /* qualifiers */
103653                   _CIM_Processor_AddressWidth_qualifiers,
103654                   /* type */
103655                   CIMTYPE_UINT16,
103656 mike  1.1.2.1     /* subscript */
103657                   -1,
103658                   /* value */
103659                   0,
103660               };
103661               
103662               static const char*
103663               _CIM_Processor_LoadPercentage_qualifiers[] =
103664               {
103665                   /* Units */
103666                   "\060Percent",
103667                   /* Gauge */
103668                   "\023\001",
103669                   /* MappingStrings */
103670                   "\026\000\001MIB.IETF|HOST-RESOURCES-MIB.hrProcessorLoad\000",
103671                   0,
103672               };
103673               
103674               static MetaProperty
103675               _CIM_Processor_LoadPercentage =
103676               {
103677 mike  1.1.2.1     /* flags */
103678                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
103679                   /* name */
103680                   "LoadPercentage",
103681                   /* qualifiers */
103682                   _CIM_Processor_LoadPercentage_qualifiers,
103683                   /* type */
103684                   CIMTYPE_UINT16,
103685                   /* subscript */
103686                   -1,
103687                   /* value */
103688                   0,
103689               };
103690               
103691               static const char*
103692               _CIM_Processor_Stepping_qualifiers[] =
103693               {
103694                   /* ModelCorrespondence */
103695                   "\036\000\001CIM_Processor.Family\000",
103696                   0,
103697               };
103698 mike  1.1.2.1 
103699               static MetaProperty
103700               _CIM_Processor_Stepping =
103701               {
103702                   /* flags */
103703                   META_FLAG_PROPERTY|META_FLAG_READ,
103704                   /* name */
103705                   "Stepping",
103706                   /* qualifiers */
103707                   _CIM_Processor_Stepping_qualifiers,
103708                   /* type */
103709                   CIMTYPE_STRING,
103710                   /* subscript */
103711                   -1,
103712                   /* value */
103713                   0,
103714               };
103715               
103716               static const char*
103717               _CIM_Processor_UniqueID_qualifiers[] =
103718               {
103719 mike  1.1.2.1     0,
103720               };
103721               
103722               static MetaProperty
103723               _CIM_Processor_UniqueID =
103724               {
103725                   /* flags */
103726                   META_FLAG_PROPERTY|META_FLAG_READ,
103727                   /* name */
103728                   "UniqueID",
103729                   /* qualifiers */
103730                   _CIM_Processor_UniqueID_qualifiers,
103731                   /* type */
103732                   CIMTYPE_STRING,
103733                   /* subscript */
103734                   -1,
103735                   /* value */
103736                   0,
103737               };
103738               
103739               static const char*
103740 mike  1.1.2.1 _CIM_Processor_CPUStatus_qualifiers[] =
103741               {
103742                   /* ValueMap */
103743                   "\061\000\0060\0001\0002\0003\0004\0007\000",
103744                   /* Values */
103745                   "\062\000\006Unknown\000CPU Enabled\000CPU Disabled by User via BIOS Setup\000CPU Disabled By BIOS (POST Error)\000CPU Is Idle\000Other\000",
103746                   0,
103747               };
103748               
103749               static MetaProperty
103750               _CIM_Processor_CPUStatus =
103751               {
103752                   /* flags */
103753                   META_FLAG_PROPERTY|META_FLAG_READ,
103754                   /* name */
103755                   "CPUStatus",
103756                   /* qualifiers */
103757                   _CIM_Processor_CPUStatus_qualifiers,
103758                   /* type */
103759                   CIMTYPE_UINT16,
103760                   /* subscript */
103761 mike  1.1.2.1     -1,
103762                   /* value */
103763                   0,
103764               };
103765               
103766               static MetaFeature*
103767               _CIM_Processor_features[] =
103768               {
103769                   (MetaFeature*)&_CIM_Processor_Role,
103770                   (MetaFeature*)&_CIM_Processor_Family,
103771                   (MetaFeature*)&_CIM_Processor_OtherFamilyDescription,
103772                   (MetaFeature*)&_CIM_Processor_UpgradeMethod,
103773                   (MetaFeature*)&_CIM_Processor_MaxClockSpeed,
103774                   (MetaFeature*)&_CIM_Processor_CurrentClockSpeed,
103775                   (MetaFeature*)&_CIM_Processor_DataWidth,
103776                   (MetaFeature*)&_CIM_Processor_AddressWidth,
103777                   (MetaFeature*)&_CIM_Processor_LoadPercentage,
103778                   (MetaFeature*)&_CIM_Processor_Stepping,
103779                   (MetaFeature*)&_CIM_Processor_UniqueID,
103780                   (MetaFeature*)&_CIM_Processor_CPUStatus,
103781                   0,
103782 mike  1.1.2.1 };
103783               
103784               static const char*
103785               __root_cimv2_CIM_Processor_qualifiers[] =
103786               {
103787                   /* UMLPackagePath */
103788                   "\057CIM::Device::Processor",
103789                   /* Version */
103790                   "\0632.7.0",
103791                   0,
103792               };
103793               
103794               MetaClass
103795               __root_cimv2_CIM_Processor =
103796               {
103797                   /* flags */
103798                   META_FLAG_CLASS,
103799                   /* name */
103800                   "CIM_Processor",
103801                   /* qualifiers */
103802                   __root_cimv2_CIM_Processor_qualifiers,
103803 mike  1.1.2.1     /* super */
103804                   &__root_cimv2_CIM_LogicalDevice,
103805                   /* features */
103806                   _CIM_Processor_features,
103807               };
103808               
103809               //==============================================================================
103810               //
103811               // Class: CIM_ProtocolController
103812               //
103813               //==============================================================================
103814               
103815               static const char*
103816               _CIM_ProtocolController_MaxUnitsControlled_qualifiers[] =
103817               {
103818                   0,
103819               };
103820               
103821               static MetaProperty
103822               _CIM_ProtocolController_MaxUnitsControlled =
103823               {
103824 mike  1.1.2.1     /* flags */
103825                   META_FLAG_PROPERTY|META_FLAG_READ,
103826                   /* name */
103827                   "MaxUnitsControlled",
103828                   /* qualifiers */
103829                   _CIM_ProtocolController_MaxUnitsControlled_qualifiers,
103830                   /* type */
103831                   CIMTYPE_UINT32,
103832                   /* subscript */
103833                   -1,
103834                   /* value */
103835                   0,
103836               };
103837               
103838               static MetaFeature*
103839               _CIM_ProtocolController_features[] =
103840               {
103841                   (MetaFeature*)&_CIM_ProtocolController_MaxUnitsControlled,
103842                   0,
103843               };
103844               
103845 mike  1.1.2.1 static const char*
103846               __root_cimv2_CIM_ProtocolController_qualifiers[] =
103847               {
103848                   /* UMLPackagePath */
103849                   "\057CIM::Device::ProtocolController",
103850                   /* Abstract */
103851                   "\002\001",
103852                   /* Version */
103853                   "\0632.8.0",
103854                   0,
103855               };
103856               
103857               MetaClass
103858               __root_cimv2_CIM_ProtocolController =
103859               {
103860                   /* flags */
103861                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
103862                   /* name */
103863                   "CIM_ProtocolController",
103864                   /* qualifiers */
103865                   __root_cimv2_CIM_ProtocolController_qualifiers,
103866 mike  1.1.2.1     /* super */
103867                   &__root_cimv2_CIM_LogicalDevice,
103868                   /* features */
103869                   _CIM_ProtocolController_features,
103870               };
103871               
103872               //==============================================================================
103873               //
103874               // Class: CIM_ProtocolControllerForDevice
103875               //
103876               //==============================================================================
103877               
103878               static const char*
103879               _CIM_ProtocolControllerForDevice_Antecedent_qualifiers[] =
103880               {
103881                   /* Override */
103882                   "\044Antecedent",
103883                   0,
103884               };
103885               
103886               static MetaReference
103887 mike  1.1.2.1 _CIM_ProtocolControllerForDevice_Antecedent =
103888               {
103889                   /* flags */
103890                   META_FLAG_REFERENCE|META_FLAG_READ,
103891                   /* name */
103892                   "Antecedent",
103893                   /* qualifiers */
103894                   _CIM_ProtocolControllerForDevice_Antecedent_qualifiers,
103895                   /* subscript */
103896                   -1,
103897                   /* refId */
103898                   &__root_cimv2_CIM_ProtocolController,
103899               };
103900               
103901               static const char*
103902               _CIM_ProtocolControllerForDevice_Dependent_qualifiers[] =
103903               {
103904                   /* Override */
103905                   "\044Dependent",
103906                   0,
103907               };
103908 mike  1.1.2.1 
103909               static MetaReference
103910               _CIM_ProtocolControllerForDevice_Dependent =
103911               {
103912                   /* flags */
103913                   META_FLAG_REFERENCE|META_FLAG_READ,
103914                   /* name */
103915                   "Dependent",
103916                   /* qualifiers */
103917                   _CIM_ProtocolControllerForDevice_Dependent_qualifiers,
103918                   /* subscript */
103919                   -1,
103920                   /* refId */
103921                   &__root_cimv2_CIM_LogicalDevice,
103922               };
103923               
103924               static const char*
103925               _CIM_ProtocolControllerForDevice_DeviceNumber_qualifiers[] =
103926               {
103927                   0,
103928               };
103929 mike  1.1.2.1 
103930               static MetaProperty
103931               _CIM_ProtocolControllerForDevice_DeviceNumber =
103932               {
103933                   /* flags */
103934                   META_FLAG_PROPERTY|META_FLAG_READ,
103935                   /* name */
103936                   "DeviceNumber",
103937                   /* qualifiers */
103938                   _CIM_ProtocolControllerForDevice_DeviceNumber_qualifiers,
103939                   /* type */
103940                   CIMTYPE_STRING,
103941                   /* subscript */
103942                   -1,
103943                   /* value */
103944                   0,
103945               };
103946               
103947               static const char*
103948               _CIM_ProtocolControllerForDevice_AccessPriority_qualifiers[] =
103949               {
103950 mike  1.1.2.1     0,
103951               };
103952               
103953               static MetaProperty
103954               _CIM_ProtocolControllerForDevice_AccessPriority =
103955               {
103956                   /* flags */
103957                   META_FLAG_PROPERTY|META_FLAG_READ,
103958                   /* name */
103959                   "AccessPriority",
103960                   /* qualifiers */
103961                   _CIM_ProtocolControllerForDevice_AccessPriority_qualifiers,
103962                   /* type */
103963                   CIMTYPE_UINT16,
103964                   /* subscript */
103965                   -1,
103966                   /* value */
103967                   0,
103968               };
103969               
103970               static const char*
103971 mike  1.1.2.1 _CIM_ProtocolControllerForDevice_AccessState_qualifiers[] =
103972               {
103973                   /* ValueMap */
103974                   "\061\000\0030\0002\0003\000",
103975                   /* Values */
103976                   "\062\000\003Unknown\000Active\000Inactive\000",
103977                   0,
103978               };
103979               
103980               static MetaProperty
103981               _CIM_ProtocolControllerForDevice_AccessState =
103982               {
103983                   /* flags */
103984                   META_FLAG_PROPERTY|META_FLAG_READ,
103985                   /* name */
103986                   "AccessState",
103987                   /* qualifiers */
103988                   _CIM_ProtocolControllerForDevice_AccessState_qualifiers,
103989                   /* type */
103990                   CIMTYPE_UINT16,
103991                   /* subscript */
103992 mike  1.1.2.1     -1,
103993                   /* value */
103994                   0,
103995               };
103996               
103997               static MetaFeature*
103998               _CIM_ProtocolControllerForDevice_features[] =
103999               {
104000                   (MetaFeature*)&_CIM_ProtocolControllerForDevice_Antecedent,
104001                   (MetaFeature*)&_CIM_ProtocolControllerForDevice_Dependent,
104002                   (MetaFeature*)&_CIM_ProtocolControllerForDevice_DeviceNumber,
104003                   (MetaFeature*)&_CIM_ProtocolControllerForDevice_AccessPriority,
104004                   (MetaFeature*)&_CIM_ProtocolControllerForDevice_AccessState,
104005                   0,
104006               };
104007               
104008               static const char*
104009               __root_cimv2_CIM_ProtocolControllerForDevice_qualifiers[] =
104010               {
104011                   /* ASSOCIATION */
104012                   "\000\001",
104013 mike  1.1.2.1     /* UMLPackagePath */
104014                   "\057CIM::Device::ProtocolController",
104015                   /* Abstract */
104016                   "\002\001",
104017                   /* Version */
104018                   "\0632.8.0",
104019                   0,
104020               };
104021               
104022               MetaClass
104023               __root_cimv2_CIM_ProtocolControllerForDevice =
104024               {
104025                   /* flags */
104026                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT,
104027                   /* name */
104028                   "CIM_ProtocolControllerForDevice",
104029                   /* qualifiers */
104030                   __root_cimv2_CIM_ProtocolControllerForDevice_qualifiers,
104031                   /* super */
104032                   &__root_cimv2_CIM_Dependency,
104033                   /* features */
104034 mike  1.1.2.1     _CIM_ProtocolControllerForDevice_features,
104035               };
104036               
104037               //==============================================================================
104038               //
104039               // Class: CIM_ProtocolControllerForPort
104040               //
104041               //==============================================================================
104042               
104043               static const char*
104044               _CIM_ProtocolControllerForPort_Antecedent_qualifiers[] =
104045               {
104046                   /* Override */
104047                   "\044Antecedent",
104048                   0,
104049               };
104050               
104051               static MetaReference
104052               _CIM_ProtocolControllerForPort_Antecedent =
104053               {
104054                   /* flags */
104055 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
104056                   /* name */
104057                   "Antecedent",
104058                   /* qualifiers */
104059                   _CIM_ProtocolControllerForPort_Antecedent_qualifiers,
104060                   /* subscript */
104061                   -1,
104062                   /* refId */
104063                   &__root_cimv2_CIM_ProtocolController,
104064               };
104065               
104066               static const char*
104067               _CIM_ProtocolControllerForPort_Dependent_qualifiers[] =
104068               {
104069                   /* Override */
104070                   "\044Dependent",
104071                   0,
104072               };
104073               
104074               static MetaReference
104075               _CIM_ProtocolControllerForPort_Dependent =
104076 mike  1.1.2.1 {
104077                   /* flags */
104078                   META_FLAG_REFERENCE|META_FLAG_READ,
104079                   /* name */
104080                   "Dependent",
104081                   /* qualifiers */
104082                   _CIM_ProtocolControllerForPort_Dependent_qualifiers,
104083                   /* subscript */
104084                   -1,
104085                   /* refId */
104086                   &__root_cimv2_CIM_LogicalPort,
104087               };
104088               
104089               static MetaFeature*
104090               _CIM_ProtocolControllerForPort_features[] =
104091               {
104092                   (MetaFeature*)&_CIM_ProtocolControllerForPort_Antecedent,
104093                   (MetaFeature*)&_CIM_ProtocolControllerForPort_Dependent,
104094                   0,
104095               };
104096               
104097 mike  1.1.2.1 static const char*
104098               __root_cimv2_CIM_ProtocolControllerForPort_qualifiers[] =
104099               {
104100                   /* ASSOCIATION */
104101                   "\000\001",
104102                   /* UMLPackagePath */
104103                   "\057CIM::Device::ProtocolController",
104104                   /* Version */
104105                   "\0632.8.0",
104106                   0,
104107               };
104108               
104109               MetaClass
104110               __root_cimv2_CIM_ProtocolControllerForPort =
104111               {
104112                   /* flags */
104113                   META_FLAG_ASSOCIATION,
104114                   /* name */
104115                   "CIM_ProtocolControllerForPort",
104116                   /* qualifiers */
104117                   __root_cimv2_CIM_ProtocolControllerForPort_qualifiers,
104118 mike  1.1.2.1     /* super */
104119                   &__root_cimv2_CIM_ProtocolControllerForDevice,
104120                   /* features */
104121                   _CIM_ProtocolControllerForPort_features,
104122               };
104123               
104124               //==============================================================================
104125               //
104126               // Class: CIM_ProtocolControllerForUnit
104127               //
104128               //==============================================================================
104129               
104130               static const char*
104131               _CIM_ProtocolControllerForUnit_Antecedent_qualifiers[] =
104132               {
104133                   /* Override */
104134                   "\044Antecedent",
104135                   0,
104136               };
104137               
104138               static MetaReference
104139 mike  1.1.2.1 _CIM_ProtocolControllerForUnit_Antecedent =
104140               {
104141                   /* flags */
104142                   META_FLAG_REFERENCE|META_FLAG_READ,
104143                   /* name */
104144                   "Antecedent",
104145                   /* qualifiers */
104146                   _CIM_ProtocolControllerForUnit_Antecedent_qualifiers,
104147                   /* subscript */
104148                   -1,
104149                   /* refId */
104150                   &__root_cimv2_CIM_ProtocolController,
104151               };
104152               
104153               static const char*
104154               _CIM_ProtocolControllerForUnit_Dependent_qualifiers[] =
104155               {
104156                   /* Override */
104157                   "\044Dependent",
104158                   0,
104159               };
104160 mike  1.1.2.1 
104161               static MetaReference
104162               _CIM_ProtocolControllerForUnit_Dependent =
104163               {
104164                   /* flags */
104165                   META_FLAG_REFERENCE|META_FLAG_READ,
104166                   /* name */
104167                   "Dependent",
104168                   /* qualifiers */
104169                   _CIM_ProtocolControllerForUnit_Dependent_qualifiers,
104170                   /* subscript */
104171                   -1,
104172                   /* refId */
104173                   &__root_cimv2_CIM_LogicalDevice,
104174               };
104175               
104176               static const char*
104177               _CIM_ProtocolControllerForUnit_DeviceAccess_qualifiers[] =
104178               {
104179                   /* ValueMap */
104180                   "\061\000\0060\0002\0003\0004\0005..15999\00016000..\000",
104181 mike  1.1.2.1     /* Values */
104182                   "\062\000\006Unknown\000Read Write\000Read-Only\000No Access\000DMTF Reserved\000Vendor Reserved\000",
104183                   0,
104184               };
104185               
104186               static MetaProperty
104187               _CIM_ProtocolControllerForUnit_DeviceAccess =
104188               {
104189                   /* flags */
104190                   META_FLAG_PROPERTY|META_FLAG_READ,
104191                   /* name */
104192                   "DeviceAccess",
104193                   /* qualifiers */
104194                   _CIM_ProtocolControllerForUnit_DeviceAccess_qualifiers,
104195                   /* type */
104196                   CIMTYPE_UINT16,
104197                   /* subscript */
104198                   -1,
104199                   /* value */
104200                   0,
104201               };
104202 mike  1.1.2.1 
104203               static MetaFeature*
104204               _CIM_ProtocolControllerForUnit_features[] =
104205               {
104206                   (MetaFeature*)&_CIM_ProtocolControllerForUnit_Antecedent,
104207                   (MetaFeature*)&_CIM_ProtocolControllerForUnit_Dependent,
104208                   (MetaFeature*)&_CIM_ProtocolControllerForUnit_DeviceAccess,
104209                   0,
104210               };
104211               
104212               static const char*
104213               __root_cimv2_CIM_ProtocolControllerForUnit_qualifiers[] =
104214               {
104215                   /* ASSOCIATION */
104216                   "\000\001",
104217                   /* UMLPackagePath */
104218                   "\057CIM::Device::ProtocolController",
104219                   /* Version */
104220                   "\0632.8.0",
104221                   0,
104222               };
104223 mike  1.1.2.1 
104224               MetaClass
104225               __root_cimv2_CIM_ProtocolControllerForUnit =
104226               {
104227                   /* flags */
104228                   META_FLAG_ASSOCIATION,
104229                   /* name */
104230                   "CIM_ProtocolControllerForUnit",
104231                   /* qualifiers */
104232                   __root_cimv2_CIM_ProtocolControllerForUnit_qualifiers,
104233                   /* super */
104234                   &__root_cimv2_CIM_ProtocolControllerForDevice,
104235                   /* features */
104236                   _CIM_ProtocolControllerForUnit_features,
104237               };
104238               
104239               //==============================================================================
104240               //
104241               // Class: CIM_Realizes
104242               //
104243               //==============================================================================
104244 mike  1.1.2.1 
104245               static const char*
104246               _CIM_Realizes_Antecedent_qualifiers[] =
104247               {
104248                   /* Override */
104249                   "\044Antecedent",
104250                   0,
104251               };
104252               
104253               static MetaReference
104254               _CIM_Realizes_Antecedent =
104255               {
104256                   /* flags */
104257                   META_FLAG_REFERENCE|META_FLAG_READ,
104258                   /* name */
104259                   "Antecedent",
104260                   /* qualifiers */
104261                   _CIM_Realizes_Antecedent_qualifiers,
104262                   /* subscript */
104263                   -1,
104264                   /* refId */
104265 mike  1.1.2.1     &__root_cimv2_CIM_PhysicalElement,
104266               };
104267               
104268               static const char*
104269               _CIM_Realizes_Dependent_qualifiers[] =
104270               {
104271                   /* Override */
104272                   "\044Dependent",
104273                   0,
104274               };
104275               
104276               static MetaReference
104277               _CIM_Realizes_Dependent =
104278               {
104279                   /* flags */
104280                   META_FLAG_REFERENCE|META_FLAG_READ,
104281                   /* name */
104282                   "Dependent",
104283                   /* qualifiers */
104284                   _CIM_Realizes_Dependent_qualifiers,
104285                   /* subscript */
104286 mike  1.1.2.1     -1,
104287                   /* refId */
104288                   &__root_cimv2_CIM_LogicalDevice,
104289               };
104290               
104291               static MetaFeature*
104292               _CIM_Realizes_features[] =
104293               {
104294                   (MetaFeature*)&_CIM_Realizes_Antecedent,
104295                   (MetaFeature*)&_CIM_Realizes_Dependent,
104296                   0,
104297               };
104298               
104299               static const char*
104300               __root_cimv2_CIM_Realizes_qualifiers[] =
104301               {
104302                   /* ASSOCIATION */
104303                   "\000\001",
104304                   /* UMLPackagePath */
104305                   "\057CIM::Core::Device",
104306                   /* Version */
104307 mike  1.1.2.1     "\0632.6.0",
104308                   0,
104309               };
104310               
104311               MetaClass
104312               __root_cimv2_CIM_Realizes =
104313               {
104314                   /* flags */
104315                   META_FLAG_ASSOCIATION,
104316                   /* name */
104317                   "CIM_Realizes",
104318                   /* qualifiers */
104319                   __root_cimv2_CIM_Realizes_qualifiers,
104320                   /* super */
104321                   &__root_cimv2_CIM_Dependency,
104322                   /* features */
104323                   _CIM_Realizes_features,
104324               };
104325               
104326               //==============================================================================
104327               //
104328 mike  1.1.2.1 // Class: CIM_RecordInLog
104329               //
104330               //==============================================================================
104331               
104332               static const char*
104333               _CIM_RecordInLog_MessageLog_qualifiers[] =
104334               {
104335                   /* Key */
104336                   "\025\001",
104337                   /* Aggregate */
104338                   "\003\001",
104339                   /* Min */
104340                   "\033\000\000\000\001",
104341                   /* Max */
104342                   "\027\000\000\000\001",
104343                   0,
104344               };
104345               
104346               static MetaReference
104347               _CIM_RecordInLog_MessageLog =
104348               {
104349 mike  1.1.2.1     /* flags */
104350                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
104351                   /* name */
104352                   "MessageLog",
104353                   /* qualifiers */
104354                   _CIM_RecordInLog_MessageLog_qualifiers,
104355                   /* subscript */
104356                   -1,
104357                   /* refId */
104358                   &__root_cimv2_CIM_MessageLog,
104359               };
104360               
104361               static const char*
104362               _CIM_RecordInLog_LogRecord_qualifiers[] =
104363               {
104364                   /* Key */
104365                   "\025\001",
104366                   /* Weak */
104367                   "\064\001",
104368                   0,
104369               };
104370 mike  1.1.2.1 
104371               static MetaReference
104372               _CIM_RecordInLog_LogRecord =
104373               {
104374                   /* flags */
104375                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
104376                   /* name */
104377                   "LogRecord",
104378                   /* qualifiers */
104379                   _CIM_RecordInLog_LogRecord_qualifiers,
104380                   /* subscript */
104381                   -1,
104382                   /* refId */
104383                   &__root_cimv2_CIM_LogRecord,
104384               };
104385               
104386               static MetaFeature*
104387               _CIM_RecordInLog_features[] =
104388               {
104389                   (MetaFeature*)&_CIM_RecordInLog_MessageLog,
104390                   (MetaFeature*)&_CIM_RecordInLog_LogRecord,
104391 mike  1.1.2.1     0,
104392               };
104393               
104394               static const char*
104395               __root_cimv2_CIM_RecordInLog_qualifiers[] =
104396               {
104397                   /* ASSOCIATION */
104398                   "\000\001",
104399                   /* UMLPackagePath */
104400                   "\057CIM::System::Logs",
104401                   /* Aggregation */
104402                   "\004\001",
104403                   /* Composition */
104404                   "\011\001",
104405                   /* Version */
104406                   "\0632.7.0",
104407                   0,
104408               };
104409               
104410               MetaClass
104411               __root_cimv2_CIM_RecordInLog =
104412 mike  1.1.2.1 {
104413                   /* flags */
104414                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
104415                   /* name */
104416                   "CIM_RecordInLog",
104417                   /* qualifiers */
104418                   __root_cimv2_CIM_RecordInLog_qualifiers,
104419                   /* super */
104420                   0,
104421                   /* features */
104422                   _CIM_RecordInLog_features,
104423               };
104424               
104425               //==============================================================================
104426               //
104427               // Class: CIM_RecordLog
104428               //
104429               //==============================================================================
104430               
104431               static const char*
104432               _CIM_RecordLog_InstanceID_qualifiers[] =
104433 mike  1.1.2.1 {
104434                   /* Key */
104435                   "\025\001",
104436                   0,
104437               };
104438               
104439               static MetaProperty
104440               _CIM_RecordLog_InstanceID =
104441               {
104442                   /* flags */
104443                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
104444                   /* name */
104445                   "InstanceID",
104446                   /* qualifiers */
104447                   _CIM_RecordLog_InstanceID_qualifiers,
104448                   /* type */
104449                   CIMTYPE_STRING,
104450                   /* subscript */
104451                   -1,
104452                   /* value */
104453                   0,
104454 mike  1.1.2.1 };
104455               
104456               static MetaFeature*
104457               _CIM_RecordLog_features[] =
104458               {
104459                   (MetaFeature*)&_CIM_RecordLog_InstanceID,
104460                   0,
104461               };
104462               
104463               static const char*
104464               __root_cimv2_CIM_RecordLog_qualifiers[] =
104465               {
104466                   /* UMLPackagePath */
104467                   "\057CIM::System::Logs",
104468                   /* Version */
104469                   "\0632.9.0",
104470                   0,
104471               };
104472               
104473               MetaClass
104474               __root_cimv2_CIM_RecordLog =
104475 mike  1.1.2.1 {
104476                   /* flags */
104477                   META_FLAG_CLASS,
104478                   /* name */
104479                   "CIM_RecordLog",
104480                   /* qualifiers */
104481                   __root_cimv2_CIM_RecordLog_qualifiers,
104482                   /* super */
104483                   &__root_cimv2_CIM_Log,
104484                   /* features */
104485                   _CIM_RecordLog_features,
104486               };
104487               
104488               //==============================================================================
104489               //
104490               // Class: CIM_RemoteFileSystem
104491               //
104492               //==============================================================================
104493               
104494               static MetaFeature*
104495               _CIM_RemoteFileSystem_features[] =
104496 mike  1.1.2.1 {
104497                   0,
104498               };
104499               
104500               static const char*
104501               __root_cimv2_CIM_RemoteFileSystem_qualifiers[] =
104502               {
104503                   /* UMLPackagePath */
104504                   "\057CIM::System::FileElements",
104505                   /* Version */
104506                   "\0632.6.0",
104507                   0,
104508               };
104509               
104510               MetaClass
104511               __root_cimv2_CIM_RemoteFileSystem =
104512               {
104513                   /* flags */
104514                   META_FLAG_CLASS,
104515                   /* name */
104516                   "CIM_RemoteFileSystem",
104517 mike  1.1.2.1     /* qualifiers */
104518                   __root_cimv2_CIM_RemoteFileSystem_qualifiers,
104519                   /* super */
104520                   &__root_cimv2_CIM_FileSystem,
104521                   /* features */
104522                   _CIM_RemoteFileSystem_features,
104523               };
104524               
104525               //==============================================================================
104526               //
104527               // Class: CIM_Scanner
104528               //
104529               //==============================================================================
104530               
104531               static MetaFeature*
104532               _CIM_Scanner_features[] =
104533               {
104534                   0,
104535               };
104536               
104537               static const char*
104538 mike  1.1.2.1 __root_cimv2_CIM_Scanner_qualifiers[] =
104539               {
104540                   /* UMLPackagePath */
104541                   "\057CIM::Device::UserDevices",
104542                   /* Version */
104543                   "\0632.6.0",
104544                   0,
104545               };
104546               
104547               MetaClass
104548               __root_cimv2_CIM_Scanner =
104549               {
104550                   /* flags */
104551                   META_FLAG_CLASS,
104552                   /* name */
104553                   "CIM_Scanner",
104554                   /* qualifiers */
104555                   __root_cimv2_CIM_Scanner_qualifiers,
104556                   /* super */
104557                   &__root_cimv2_CIM_LogicalDevice,
104558                   /* features */
104559 mike  1.1.2.1     _CIM_Scanner_features,
104560               };
104561               
104562               //==============================================================================
104563               //
104564               // Class: CIM_SCSIProtocolController
104565               //
104566               //==============================================================================
104567               
104568               static const char*
104569               _CIM_SCSIProtocolController_NameFormat_qualifiers[] =
104570               {
104571                   /* ValueMap */
104572                   "\061\000\0040\0001\0002\0003\000",
104573                   /* Values */
104574                   "\062\000\004Unknown\000Other\000FC Port WWN\000iSCSI Name\000",
104575                   /* ModelCorrespondence */
104576                   "\036\000\002CIM_SCSIProtocolController.Name\000CIM_SCSIProtocolController.OtherNameFormat\000",
104577                   0,
104578               };
104579               
104580 mike  1.1.2.1 static MetaProperty
104581               _CIM_SCSIProtocolController_NameFormat =
104582               {
104583                   /* flags */
104584                   META_FLAG_PROPERTY|META_FLAG_READ,
104585                   /* name */
104586                   "NameFormat",
104587                   /* qualifiers */
104588                   _CIM_SCSIProtocolController_NameFormat_qualifiers,
104589                   /* type */
104590                   CIMTYPE_UINT16,
104591                   /* subscript */
104592                   -1,
104593                   /* value */
104594                   0,
104595               };
104596               
104597               static const char*
104598               _CIM_SCSIProtocolController_OtherNameFormat_qualifiers[] =
104599               {
104600                   /* ModelCorrespondence */
104601 mike  1.1.2.1     "\036\000\002CIM_SCSIProtocolController.Name\000CIM_SCSIProtocolController.NameFormat\000",
104602                   0,
104603               };
104604               
104605               static MetaProperty
104606               _CIM_SCSIProtocolController_OtherNameFormat =
104607               {
104608                   /* flags */
104609                   META_FLAG_PROPERTY|META_FLAG_READ,
104610                   /* name */
104611                   "OtherNameFormat",
104612                   /* qualifiers */
104613                   _CIM_SCSIProtocolController_OtherNameFormat_qualifiers,
104614                   /* type */
104615                   CIMTYPE_STRING,
104616                   /* subscript */
104617                   -1,
104618                   /* value */
104619                   0,
104620               };
104621               
104622 mike  1.1.2.1 static MetaFeature*
104623               _CIM_SCSIProtocolController_features[] =
104624               {
104625                   (MetaFeature*)&_CIM_SCSIProtocolController_NameFormat,
104626                   (MetaFeature*)&_CIM_SCSIProtocolController_OtherNameFormat,
104627                   0,
104628               };
104629               
104630               static const char*
104631               __root_cimv2_CIM_SCSIProtocolController_qualifiers[] =
104632               {
104633                   /* UMLPackagePath */
104634                   "\057CIM::Device::ProtocolController",
104635                   /* Version */
104636                   "\0632.8.1000",
104637                   0,
104638               };
104639               
104640               MetaClass
104641               __root_cimv2_CIM_SCSIProtocolController =
104642               {
104643 mike  1.1.2.1     /* flags */
104644                   META_FLAG_CLASS,
104645                   /* name */
104646                   "CIM_SCSIProtocolController",
104647                   /* qualifiers */
104648                   __root_cimv2_CIM_SCSIProtocolController_qualifiers,
104649                   /* super */
104650                   &__root_cimv2_CIM_ProtocolController,
104651                   /* features */
104652                   _CIM_SCSIProtocolController_features,
104653               };
104654               
104655               //==============================================================================
104656               //
104657               // Class: CIM_Sensor
104658               //
104659               //==============================================================================
104660               
104661               static const char*
104662               _CIM_Sensor_SensorType_qualifiers[] =
104663               {
104664 mike  1.1.2.1     /* ValueMap */
104665                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000",
104666                   /* Values */
104667                   "\062\000\015Unknown\000Other\000Temperature\000Voltage\000Current\000Tachometer\000Counter\000Switch\000Lock\000Humidity\000Smoke Detection\000Presence\000Air Flow\000",
104668                   /* ModelCorrespondence */
104669                   "\036\000\001CIM_Sensor.OtherSensorTypeDescription\000",
104670                   0,
104671               };
104672               
104673               static MetaProperty
104674               _CIM_Sensor_SensorType =
104675               {
104676                   /* flags */
104677                   META_FLAG_PROPERTY|META_FLAG_READ,
104678                   /* name */
104679                   "SensorType",
104680                   /* qualifiers */
104681                   _CIM_Sensor_SensorType_qualifiers,
104682                   /* type */
104683                   CIMTYPE_UINT16,
104684                   /* subscript */
104685 mike  1.1.2.1     -1,
104686                   /* value */
104687                   0,
104688               };
104689               
104690               static const char*
104691               _CIM_Sensor_OtherSensorTypeDescription_qualifiers[] =
104692               {
104693                   /* MaxLen */
104694                   "\030\000\000\000\200",
104695                   /* ModelCorrespondence */
104696                   "\036\000\001CIM_Sensor.SensorType\000",
104697                   0,
104698               };
104699               
104700               static MetaProperty
104701               _CIM_Sensor_OtherSensorTypeDescription =
104702               {
104703                   /* flags */
104704                   META_FLAG_PROPERTY|META_FLAG_READ,
104705                   /* name */
104706 mike  1.1.2.1     "OtherSensorTypeDescription",
104707                   /* qualifiers */
104708                   _CIM_Sensor_OtherSensorTypeDescription_qualifiers,
104709                   /* type */
104710                   CIMTYPE_STRING,
104711                   /* subscript */
104712                   -1,
104713                   /* value */
104714                   0,
104715               };
104716               
104717               static const char*
104718               _CIM_Sensor_PossibleStates_qualifiers[] =
104719               {
104720                   /* MaxLen */
104721                   "\030\000\000\000\200",
104722                   0,
104723               };
104724               
104725               static MetaProperty
104726               _CIM_Sensor_PossibleStates =
104727 mike  1.1.2.1 {
104728                   /* flags */
104729                   META_FLAG_PROPERTY|META_FLAG_READ,
104730                   /* name */
104731                   "PossibleStates",
104732                   /* qualifiers */
104733                   _CIM_Sensor_PossibleStates_qualifiers,
104734                   /* type */
104735                   CIMTYPE_STRING,
104736                   /* subscript */
104737                   0,
104738                   /* value */
104739                   0,
104740               };
104741               
104742               static const char*
104743               _CIM_Sensor_CurrentState_qualifiers[] =
104744               {
104745                   /* MaxLen */
104746                   "\030\000\000\000\200",
104747                   0,
104748 mike  1.1.2.1 };
104749               
104750               static MetaProperty
104751               _CIM_Sensor_CurrentState =
104752               {
104753                   /* flags */
104754                   META_FLAG_PROPERTY|META_FLAG_READ,
104755                   /* name */
104756                   "CurrentState",
104757                   /* qualifiers */
104758                   _CIM_Sensor_CurrentState_qualifiers,
104759                   /* type */
104760                   CIMTYPE_STRING,
104761                   /* subscript */
104762                   -1,
104763                   /* value */
104764                   0,
104765               };
104766               
104767               static const char*
104768               _CIM_Sensor_PollingInterval_qualifiers[] =
104769 mike  1.1.2.1 {
104770                   /* Units */
104771                   "\060NanoSeconds",
104772                   0,
104773               };
104774               
104775               static MetaProperty
104776               _CIM_Sensor_PollingInterval =
104777               {
104778                   /* flags */
104779                   META_FLAG_PROPERTY|META_FLAG_READ,
104780                   /* name */
104781                   "PollingInterval",
104782                   /* qualifiers */
104783                   _CIM_Sensor_PollingInterval_qualifiers,
104784                   /* type */
104785                   CIMTYPE_UINT64,
104786                   /* subscript */
104787                   -1,
104788                   /* value */
104789                   0,
104790 mike  1.1.2.1 };
104791               
104792               static MetaFeature*
104793               _CIM_Sensor_features[] =
104794               {
104795                   (MetaFeature*)&_CIM_Sensor_SensorType,
104796                   (MetaFeature*)&_CIM_Sensor_OtherSensorTypeDescription,
104797                   (MetaFeature*)&_CIM_Sensor_PossibleStates,
104798                   (MetaFeature*)&_CIM_Sensor_CurrentState,
104799                   (MetaFeature*)&_CIM_Sensor_PollingInterval,
104800                   0,
104801               };
104802               
104803               static const char*
104804               __root_cimv2_CIM_Sensor_qualifiers[] =
104805               {
104806                   /* UMLPackagePath */
104807                   "\057CIM::Device::Sensors",
104808                   /* Abstract */
104809                   "\002\001",
104810                   /* Version */
104811 mike  1.1.2.1     "\0632.6.0",
104812                   0,
104813               };
104814               
104815               MetaClass
104816               __root_cimv2_CIM_Sensor =
104817               {
104818                   /* flags */
104819                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
104820                   /* name */
104821                   "CIM_Sensor",
104822                   /* qualifiers */
104823                   __root_cimv2_CIM_Sensor_qualifiers,
104824                   /* super */
104825                   &__root_cimv2_CIM_LogicalDevice,
104826                   /* features */
104827                   _CIM_Sensor_features,
104828               };
104829               
104830               //==============================================================================
104831               //
104832 mike  1.1.2.1 // Class: CIM_Service
104833               //
104834               //==============================================================================
104835               
104836               static const char*
104837               _CIM_Service_SystemCreationClassName_qualifiers[] =
104838               {
104839                   /* Key */
104840                   "\025\001",
104841                   /* Propagated */
104842                   "\045CIM_System.CreationClassName",
104843                   /* MaxLen */
104844                   "\030\000\000\001\000",
104845                   0,
104846               };
104847               
104848               static MetaProperty
104849               _CIM_Service_SystemCreationClassName =
104850               {
104851                   /* flags */
104852                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
104853 mike  1.1.2.1     /* name */
104854                   "SystemCreationClassName",
104855                   /* qualifiers */
104856                   _CIM_Service_SystemCreationClassName_qualifiers,
104857                   /* type */
104858                   CIMTYPE_STRING,
104859                   /* subscript */
104860                   -1,
104861                   /* value */
104862                   0,
104863               };
104864               
104865               static const char*
104866               _CIM_Service_SystemName_qualifiers[] =
104867               {
104868                   /* Key */
104869                   "\025\001",
104870                   /* Propagated */
104871                   "\045CIM_System.Name",
104872                   /* MaxLen */
104873                   "\030\000\000\001\000",
104874 mike  1.1.2.1     0,
104875               };
104876               
104877               static MetaProperty
104878               _CIM_Service_SystemName =
104879               {
104880                   /* flags */
104881                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
104882                   /* name */
104883                   "SystemName",
104884                   /* qualifiers */
104885                   _CIM_Service_SystemName_qualifiers,
104886                   /* type */
104887                   CIMTYPE_STRING,
104888                   /* subscript */
104889                   -1,
104890                   /* value */
104891                   0,
104892               };
104893               
104894               static const char*
104895 mike  1.1.2.1 _CIM_Service_CreationClassName_qualifiers[] =
104896               {
104897                   /* Key */
104898                   "\025\001",
104899                   /* MaxLen */
104900                   "\030\000\000\001\000",
104901                   0,
104902               };
104903               
104904               static MetaProperty
104905               _CIM_Service_CreationClassName =
104906               {
104907                   /* flags */
104908                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
104909                   /* name */
104910                   "CreationClassName",
104911                   /* qualifiers */
104912                   _CIM_Service_CreationClassName_qualifiers,
104913                   /* type */
104914                   CIMTYPE_STRING,
104915                   /* subscript */
104916 mike  1.1.2.1     -1,
104917                   /* value */
104918                   0,
104919               };
104920               
104921               static const char*
104922               _CIM_Service_Name_qualifiers[] =
104923               {
104924                   /* Key */
104925                   "\025\001",
104926                   /* Override */
104927                   "\044Name",
104928                   /* MaxLen */
104929                   "\030\000\000\001\000",
104930                   0,
104931               };
104932               
104933               static MetaProperty
104934               _CIM_Service_Name =
104935               {
104936                   /* flags */
104937 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
104938                   /* name */
104939                   "Name",
104940                   /* qualifiers */
104941                   _CIM_Service_Name_qualifiers,
104942                   /* type */
104943                   CIMTYPE_STRING,
104944                   /* subscript */
104945                   -1,
104946                   /* value */
104947                   0,
104948               };
104949               
104950               static const char*
104951               _CIM_Service_PrimaryOwnerName_qualifiers[] =
104952               {
104953                   /* Write */
104954                   "\065\001",
104955                   /* MaxLen */
104956                   "\030\000\000\000\100",
104957                   /* MappingStrings */
104958 mike  1.1.2.1     "\026\000\001MIF.DMTF|General Information|001.3\000",
104959                   0,
104960               };
104961               
104962               static MetaProperty
104963               _CIM_Service_PrimaryOwnerName =
104964               {
104965                   /* flags */
104966                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
104967                   /* name */
104968                   "PrimaryOwnerName",
104969                   /* qualifiers */
104970                   _CIM_Service_PrimaryOwnerName_qualifiers,
104971                   /* type */
104972                   CIMTYPE_STRING,
104973                   /* subscript */
104974                   -1,
104975                   /* value */
104976                   0,
104977               };
104978               
104979 mike  1.1.2.1 static const char*
104980               _CIM_Service_PrimaryOwnerContact_qualifiers[] =
104981               {
104982                   /* Write */
104983                   "\065\001",
104984                   /* MaxLen */
104985                   "\030\000\000\001\000",
104986                   /* MappingStrings */
104987                   "\026\000\001MIF.DMTF|General Information|001.4\000",
104988                   0,
104989               };
104990               
104991               static MetaProperty
104992               _CIM_Service_PrimaryOwnerContact =
104993               {
104994                   /* flags */
104995                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
104996                   /* name */
104997                   "PrimaryOwnerContact",
104998                   /* qualifiers */
104999                   _CIM_Service_PrimaryOwnerContact_qualifiers,
105000 mike  1.1.2.1     /* type */
105001                   CIMTYPE_STRING,
105002                   /* subscript */
105003                   -1,
105004                   /* value */
105005                   0,
105006               };
105007               
105008               static const char*
105009               _CIM_Service_StartMode_qualifiers[] =
105010               {
105011                   /* Deprecated */
105012                   "\013\000\001CIM_Service.EnabledDefault\000",
105013                   /* ValueMap */
105014                   "\061\000\002Automatic\000Manual\000",
105015                   /* MaxLen */
105016                   "\030\000\000\000\012",
105017                   0,
105018               };
105019               
105020               static MetaProperty
105021 mike  1.1.2.1 _CIM_Service_StartMode =
105022               {
105023                   /* flags */
105024                   META_FLAG_PROPERTY|META_FLAG_READ,
105025                   /* name */
105026                   "StartMode",
105027                   /* qualifiers */
105028                   _CIM_Service_StartMode_qualifiers,
105029                   /* type */
105030                   CIMTYPE_STRING,
105031                   /* subscript */
105032                   -1,
105033                   /* value */
105034                   0,
105035               };
105036               
105037               static const char*
105038               _CIM_Service_Started_qualifiers[] =
105039               {
105040                   0,
105041               };
105042 mike  1.1.2.1 
105043               static MetaProperty
105044               _CIM_Service_Started =
105045               {
105046                   /* flags */
105047                   META_FLAG_PROPERTY|META_FLAG_READ,
105048                   /* name */
105049                   "Started",
105050                   /* qualifiers */
105051                   _CIM_Service_Started_qualifiers,
105052                   /* type */
105053                   CIMTYPE_BOOLEAN,
105054                   /* subscript */
105055                   -1,
105056                   /* value */
105057                   0,
105058               };
105059               
105060               static MetaFeature*
105061               _CIM_Service_StartService_parameters[] =
105062               {
105063 mike  1.1.2.1     0,
105064               };
105065               
105066               static const char*
105067               _CIM_Service_StartService_qualifiers[] =
105068               {
105069                   0,
105070               };
105071               
105072               static MetaMethod
105073               _CIM_Service_StartService =
105074               {
105075                   /* flags */
105076                   META_FLAG_METHOD,
105077                   /* name */
105078                   "CIM_Service",
105079                   /* qualifiers */
105080                   _CIM_Service_StartService_qualifiers,
105081                   /* type */
105082                   CIMTYPE_UINT32,
105083                   /* parameters */
105084 mike  1.1.2.1     _CIM_Service_StartService_parameters,
105085               };
105086               
105087               static MetaFeature*
105088               _CIM_Service_StopService_parameters[] =
105089               {
105090                   0,
105091               };
105092               
105093               static const char*
105094               _CIM_Service_StopService_qualifiers[] =
105095               {
105096                   0,
105097               };
105098               
105099               static MetaMethod
105100               _CIM_Service_StopService =
105101               {
105102                   /* flags */
105103                   META_FLAG_METHOD,
105104                   /* name */
105105 mike  1.1.2.1     "CIM_Service",
105106                   /* qualifiers */
105107                   _CIM_Service_StopService_qualifiers,
105108                   /* type */
105109                   CIMTYPE_UINT32,
105110                   /* parameters */
105111                   _CIM_Service_StopService_parameters,
105112               };
105113               
105114               static MetaFeature*
105115               _CIM_Service_features[] =
105116               {
105117                   (MetaFeature*)&_CIM_Service_SystemCreationClassName,
105118                   (MetaFeature*)&_CIM_Service_SystemName,
105119                   (MetaFeature*)&_CIM_Service_CreationClassName,
105120                   (MetaFeature*)&_CIM_Service_Name,
105121                   (MetaFeature*)&_CIM_Service_PrimaryOwnerName,
105122                   (MetaFeature*)&_CIM_Service_PrimaryOwnerContact,
105123                   (MetaFeature*)&_CIM_Service_StartMode,
105124                   (MetaFeature*)&_CIM_Service_Started,
105125                   (MetaFeature*)&_CIM_Service_StartService,
105126 mike  1.1.2.1     (MetaFeature*)&_CIM_Service_StopService,
105127                   0,
105128               };
105129               
105130               static const char*
105131               __root_cimv2_CIM_Service_qualifiers[] =
105132               {
105133                   /* UMLPackagePath */
105134                   "\057CIM::Core::Service",
105135                   /* Abstract */
105136                   "\002\001",
105137                   /* Version */
105138                   "\0632.10.0",
105139                   0,
105140               };
105141               
105142               MetaClass
105143               __root_cimv2_CIM_Service =
105144               {
105145                   /* flags */
105146                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
105147 mike  1.1.2.1     /* name */
105148                   "CIM_Service",
105149                   /* qualifiers */
105150                   __root_cimv2_CIM_Service_qualifiers,
105151                   /* super */
105152                   &__root_cimv2_CIM_EnabledLogicalElement,
105153                   /* features */
105154                   _CIM_Service_features,
105155               };
105156               
105157               //==============================================================================
105158               //
105159               // Class: CIM_ServiceAccessPoint
105160               //
105161               //==============================================================================
105162               
105163               static const char*
105164               _CIM_ServiceAccessPoint_SystemCreationClassName_qualifiers[] =
105165               {
105166                   /* Key */
105167                   "\025\001",
105168 mike  1.1.2.1     /* Propagated */
105169                   "\045CIM_System.CreationClassName",
105170                   /* MaxLen */
105171                   "\030\000\000\001\000",
105172                   0,
105173               };
105174               
105175               static MetaProperty
105176               _CIM_ServiceAccessPoint_SystemCreationClassName =
105177               {
105178                   /* flags */
105179                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
105180                   /* name */
105181                   "SystemCreationClassName",
105182                   /* qualifiers */
105183                   _CIM_ServiceAccessPoint_SystemCreationClassName_qualifiers,
105184                   /* type */
105185                   CIMTYPE_STRING,
105186                   /* subscript */
105187                   -1,
105188                   /* value */
105189 mike  1.1.2.1     0,
105190               };
105191               
105192               static const char*
105193               _CIM_ServiceAccessPoint_SystemName_qualifiers[] =
105194               {
105195                   /* Key */
105196                   "\025\001",
105197                   /* Propagated */
105198                   "\045CIM_System.Name",
105199                   /* MaxLen */
105200                   "\030\000\000\001\000",
105201                   0,
105202               };
105203               
105204               static MetaProperty
105205               _CIM_ServiceAccessPoint_SystemName =
105206               {
105207                   /* flags */
105208                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
105209                   /* name */
105210 mike  1.1.2.1     "SystemName",
105211                   /* qualifiers */
105212                   _CIM_ServiceAccessPoint_SystemName_qualifiers,
105213                   /* type */
105214                   CIMTYPE_STRING,
105215                   /* subscript */
105216                   -1,
105217                   /* value */
105218                   0,
105219               };
105220               
105221               static const char*
105222               _CIM_ServiceAccessPoint_CreationClassName_qualifiers[] =
105223               {
105224                   /* Key */
105225                   "\025\001",
105226                   /* MaxLen */
105227                   "\030\000\000\001\000",
105228                   0,
105229               };
105230               
105231 mike  1.1.2.1 static MetaProperty
105232               _CIM_ServiceAccessPoint_CreationClassName =
105233               {
105234                   /* flags */
105235                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
105236                   /* name */
105237                   "CreationClassName",
105238                   /* qualifiers */
105239                   _CIM_ServiceAccessPoint_CreationClassName_qualifiers,
105240                   /* type */
105241                   CIMTYPE_STRING,
105242                   /* subscript */
105243                   -1,
105244                   /* value */
105245                   0,
105246               };
105247               
105248               static const char*
105249               _CIM_ServiceAccessPoint_Name_qualifiers[] =
105250               {
105251                   /* Key */
105252 mike  1.1.2.1     "\025\001",
105253                   /* Override */
105254                   "\044Name",
105255                   /* MaxLen */
105256                   "\030\000\000\001\000",
105257                   0,
105258               };
105259               
105260               static MetaProperty
105261               _CIM_ServiceAccessPoint_Name =
105262               {
105263                   /* flags */
105264                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
105265                   /* name */
105266                   "Name",
105267                   /* qualifiers */
105268                   _CIM_ServiceAccessPoint_Name_qualifiers,
105269                   /* type */
105270                   CIMTYPE_STRING,
105271                   /* subscript */
105272                   -1,
105273 mike  1.1.2.1     /* value */
105274                   0,
105275               };
105276               
105277               static MetaFeature*
105278               _CIM_ServiceAccessPoint_features[] =
105279               {
105280                   (MetaFeature*)&_CIM_ServiceAccessPoint_SystemCreationClassName,
105281                   (MetaFeature*)&_CIM_ServiceAccessPoint_SystemName,
105282                   (MetaFeature*)&_CIM_ServiceAccessPoint_CreationClassName,
105283                   (MetaFeature*)&_CIM_ServiceAccessPoint_Name,
105284                   0,
105285               };
105286               
105287               static const char*
105288               __root_cimv2_CIM_ServiceAccessPoint_qualifiers[] =
105289               {
105290                   /* UMLPackagePath */
105291                   "\057CIM::Core::Service",
105292                   /* Abstract */
105293                   "\002\001",
105294 mike  1.1.2.1     /* Version */
105295                   "\0632.10.0",
105296                   0,
105297               };
105298               
105299               MetaClass
105300               __root_cimv2_CIM_ServiceAccessPoint =
105301               {
105302                   /* flags */
105303                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
105304                   /* name */
105305                   "CIM_ServiceAccessPoint",
105306                   /* qualifiers */
105307                   __root_cimv2_CIM_ServiceAccessPoint_qualifiers,
105308                   /* super */
105309                   &__root_cimv2_CIM_EnabledLogicalElement,
105310                   /* features */
105311                   _CIM_ServiceAccessPoint_features,
105312               };
105313               
105314               //==============================================================================
105315 mike  1.1.2.1 //
105316               // Class: CIM_ServiceAccessURI
105317               //
105318               //==============================================================================
105319               
105320               static const char*
105321               _CIM_ServiceAccessURI_LabeledURI_qualifiers[] =
105322               {
105323                   /* Required */
105324                   "\050\001",
105325                   /* MaxLen */
105326                   "\030\000\000\001\000",
105327                   0,
105328               };
105329               
105330               static MetaProperty
105331               _CIM_ServiceAccessURI_LabeledURI =
105332               {
105333                   /* flags */
105334                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
105335                   /* name */
105336 mike  1.1.2.1     "LabeledURI",
105337                   /* qualifiers */
105338                   _CIM_ServiceAccessURI_LabeledURI_qualifiers,
105339                   /* type */
105340                   CIMTYPE_STRING,
105341                   /* subscript */
105342                   -1,
105343                   /* value */
105344                   0,
105345               };
105346               
105347               static MetaFeature*
105348               _CIM_ServiceAccessURI_features[] =
105349               {
105350                   (MetaFeature*)&_CIM_ServiceAccessURI_LabeledURI,
105351                   0,
105352               };
105353               
105354               static const char*
105355               __root_cimv2_CIM_ServiceAccessURI_qualifiers[] =
105356               {
105357 mike  1.1.2.1     /* UMLPackagePath */
105358                   "\057CIM::Core::Service",
105359                   /* Version */
105360                   "\0632.10.0",
105361                   0,
105362               };
105363               
105364               MetaClass
105365               __root_cimv2_CIM_ServiceAccessURI =
105366               {
105367                   /* flags */
105368                   META_FLAG_CLASS,
105369                   /* name */
105370                   "CIM_ServiceAccessURI",
105371                   /* qualifiers */
105372                   __root_cimv2_CIM_ServiceAccessURI_qualifiers,
105373                   /* super */
105374                   &__root_cimv2_CIM_ServiceAccessPoint,
105375                   /* features */
105376                   _CIM_ServiceAccessURI_features,
105377               };
105378 mike  1.1.2.1 
105379               //==============================================================================
105380               //
105381               // Class: CIM_ServiceAffectsElement
105382               //
105383               //==============================================================================
105384               
105385               static const char*
105386               _CIM_ServiceAffectsElement_AffectedElement_qualifiers[] =
105387               {
105388                   /* Key */
105389                   "\025\001",
105390                   0,
105391               };
105392               
105393               static MetaReference
105394               _CIM_ServiceAffectsElement_AffectedElement =
105395               {
105396                   /* flags */
105397                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
105398                   /* name */
105399 mike  1.1.2.1     "AffectedElement",
105400                   /* qualifiers */
105401                   _CIM_ServiceAffectsElement_AffectedElement_qualifiers,
105402                   /* subscript */
105403                   -1,
105404                   /* refId */
105405                   &__root_cimv2_CIM_ManagedElement,
105406               };
105407               
105408               static const char*
105409               _CIM_ServiceAffectsElement_AffectingElement_qualifiers[] =
105410               {
105411                   /* Key */
105412                   "\025\001",
105413                   0,
105414               };
105415               
105416               static MetaReference
105417               _CIM_ServiceAffectsElement_AffectingElement =
105418               {
105419                   /* flags */
105420 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
105421                   /* name */
105422                   "AffectingElement",
105423                   /* qualifiers */
105424                   _CIM_ServiceAffectsElement_AffectingElement_qualifiers,
105425                   /* subscript */
105426                   -1,
105427                   /* refId */
105428                   &__root_cimv2_CIM_Service,
105429               };
105430               
105431               static const char*
105432               _CIM_ServiceAffectsElement_ElementEffects_qualifiers[] =
105433               {
105434                   /* ValueMap */
105435                   "\061\000\0130\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
105436                   /* Values */
105437                   "\062\000\013Unknown\000Other\000Exclusive Use\000Performance Impact\000Element Integrity\000Manages\000Consumes\000Enhances Integrity\000Degrades Integrity\000Enhances Performance\000Degrades Performance\000",
105438                   /* ArrayType */
105439                   "\005Indexed",
105440                   /* ModelCorrespondence */
105441 mike  1.1.2.1     "\036\000\001CIM_ServiceAffectsElement.OtherElementEffectsDescriptions\000",
105442                   0,
105443               };
105444               
105445               static MetaProperty
105446               _CIM_ServiceAffectsElement_ElementEffects =
105447               {
105448                   /* flags */
105449                   META_FLAG_PROPERTY|META_FLAG_READ,
105450                   /* name */
105451                   "ElementEffects",
105452                   /* qualifiers */
105453                   _CIM_ServiceAffectsElement_ElementEffects_qualifiers,
105454                   /* type */
105455                   CIMTYPE_UINT16,
105456                   /* subscript */
105457                   0,
105458                   /* value */
105459                   0,
105460               };
105461               
105462 mike  1.1.2.1 static const char*
105463               _CIM_ServiceAffectsElement_OtherElementEffectsDescriptions_qualifiers[] =
105464               {
105465                   /* ArrayType */
105466                   "\005Indexed",
105467                   /* ModelCorrespondence */
105468                   "\036\000\001CIM_ServiceAffectsElement.ElementEffects\000",
105469                   0,
105470               };
105471               
105472               static MetaProperty
105473               _CIM_ServiceAffectsElement_OtherElementEffectsDescriptions =
105474               {
105475                   /* flags */
105476                   META_FLAG_PROPERTY|META_FLAG_READ,
105477                   /* name */
105478                   "OtherElementEffectsDescriptions",
105479                   /* qualifiers */
105480                   _CIM_ServiceAffectsElement_OtherElementEffectsDescriptions_qualifiers,
105481                   /* type */
105482                   CIMTYPE_STRING,
105483 mike  1.1.2.1     /* subscript */
105484                   0,
105485                   /* value */
105486                   0,
105487               };
105488               
105489               static MetaFeature*
105490               _CIM_ServiceAffectsElement_features[] =
105491               {
105492                   (MetaFeature*)&_CIM_ServiceAffectsElement_AffectedElement,
105493                   (MetaFeature*)&_CIM_ServiceAffectsElement_AffectingElement,
105494                   (MetaFeature*)&_CIM_ServiceAffectsElement_ElementEffects,
105495                   (MetaFeature*)&_CIM_ServiceAffectsElement_OtherElementEffectsDescriptions,
105496                   0,
105497               };
105498               
105499               static const char*
105500               __root_cimv2_CIM_ServiceAffectsElement_qualifiers[] =
105501               {
105502                   /* ASSOCIATION */
105503                   "\000\001",
105504 mike  1.1.2.1     /* UMLPackagePath */
105505                   "\057CIM::Core::Service",
105506                   /* Version */
105507                   "\0632.10.0",
105508                   0,
105509               };
105510               
105511               MetaClass
105512               __root_cimv2_CIM_ServiceAffectsElement =
105513               {
105514                   /* flags */
105515                   META_FLAG_ASSOCIATION,
105516                   /* name */
105517                   "CIM_ServiceAffectsElement",
105518                   /* qualifiers */
105519                   __root_cimv2_CIM_ServiceAffectsElement_qualifiers,
105520                   /* super */
105521                   0,
105522                   /* features */
105523                   _CIM_ServiceAffectsElement_features,
105524               };
105525 mike  1.1.2.1 
105526               //==============================================================================
105527               //
105528               // Class: CIM_ServiceAvailableToElement
105529               //
105530               //==============================================================================
105531               
105532               static const char*
105533               _CIM_ServiceAvailableToElement_ServiceProvided_qualifiers[] =
105534               {
105535                   /* Key */
105536                   "\025\001",
105537                   0,
105538               };
105539               
105540               static MetaReference
105541               _CIM_ServiceAvailableToElement_ServiceProvided =
105542               {
105543                   /* flags */
105544                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
105545                   /* name */
105546 mike  1.1.2.1     "ServiceProvided",
105547                   /* qualifiers */
105548                   _CIM_ServiceAvailableToElement_ServiceProvided_qualifiers,
105549                   /* subscript */
105550                   -1,
105551                   /* refId */
105552                   &__root_cimv2_CIM_Service,
105553               };
105554               
105555               static const char*
105556               _CIM_ServiceAvailableToElement_UserOfService_qualifiers[] =
105557               {
105558                   /* Key */
105559                   "\025\001",
105560                   0,
105561               };
105562               
105563               static MetaReference
105564               _CIM_ServiceAvailableToElement_UserOfService =
105565               {
105566                   /* flags */
105567 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
105568                   /* name */
105569                   "UserOfService",
105570                   /* qualifiers */
105571                   _CIM_ServiceAvailableToElement_UserOfService_qualifiers,
105572                   /* subscript */
105573                   -1,
105574                   /* refId */
105575                   &__root_cimv2_CIM_ManagedElement,
105576               };
105577               
105578               static MetaFeature*
105579               _CIM_ServiceAvailableToElement_features[] =
105580               {
105581                   (MetaFeature*)&_CIM_ServiceAvailableToElement_ServiceProvided,
105582                   (MetaFeature*)&_CIM_ServiceAvailableToElement_UserOfService,
105583                   0,
105584               };
105585               
105586               static const char*
105587               __root_cimv2_CIM_ServiceAvailableToElement_qualifiers[] =
105588 mike  1.1.2.1 {
105589                   /* ASSOCIATION */
105590                   "\000\001",
105591                   /* UMLPackagePath */
105592                   "\057CIM::Core::Service",
105593                   /* Version */
105594                   "\0632.10.0",
105595                   0,
105596               };
105597               
105598               MetaClass
105599               __root_cimv2_CIM_ServiceAvailableToElement =
105600               {
105601                   /* flags */
105602                   META_FLAG_ASSOCIATION,
105603                   /* name */
105604                   "CIM_ServiceAvailableToElement",
105605                   /* qualifiers */
105606                   __root_cimv2_CIM_ServiceAvailableToElement_qualifiers,
105607                   /* super */
105608                   0,
105609 mike  1.1.2.1     /* features */
105610                   _CIM_ServiceAvailableToElement_features,
105611               };
105612               
105613               //==============================================================================
105614               //
105615               // Class: CIM_ServiceComponent
105616               //
105617               //==============================================================================
105618               
105619               static const char*
105620               _CIM_ServiceComponent_GroupComponent_qualifiers[] =
105621               {
105622                   /* Aggregate */
105623                   "\003\001",
105624                   /* Override */
105625                   "\044GroupComponent",
105626                   0,
105627               };
105628               
105629               static MetaReference
105630 mike  1.1.2.1 _CIM_ServiceComponent_GroupComponent =
105631               {
105632                   /* flags */
105633                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
105634                   /* name */
105635                   "GroupComponent",
105636                   /* qualifiers */
105637                   _CIM_ServiceComponent_GroupComponent_qualifiers,
105638                   /* subscript */
105639                   -1,
105640                   /* refId */
105641                   &__root_cimv2_CIM_Service,
105642               };
105643               
105644               static const char*
105645               _CIM_ServiceComponent_PartComponent_qualifiers[] =
105646               {
105647                   /* Override */
105648                   "\044PartComponent",
105649                   0,
105650               };
105651 mike  1.1.2.1 
105652               static MetaReference
105653               _CIM_ServiceComponent_PartComponent =
105654               {
105655                   /* flags */
105656                   META_FLAG_REFERENCE|META_FLAG_READ,
105657                   /* name */
105658                   "PartComponent",
105659                   /* qualifiers */
105660                   _CIM_ServiceComponent_PartComponent_qualifiers,
105661                   /* subscript */
105662                   -1,
105663                   /* refId */
105664                   &__root_cimv2_CIM_Service,
105665               };
105666               
105667               static MetaFeature*
105668               _CIM_ServiceComponent_features[] =
105669               {
105670                   (MetaFeature*)&_CIM_ServiceComponent_GroupComponent,
105671                   (MetaFeature*)&_CIM_ServiceComponent_PartComponent,
105672 mike  1.1.2.1     0,
105673               };
105674               
105675               static const char*
105676               __root_cimv2_CIM_ServiceComponent_qualifiers[] =
105677               {
105678                   /* ASSOCIATION */
105679                   "\000\001",
105680                   /* UMLPackagePath */
105681                   "\057CIM::Core::Service",
105682                   /* Aggregation */
105683                   "\004\001",
105684                   /* Version */
105685                   "\0632.6.0",
105686                   0,
105687               };
105688               
105689               MetaClass
105690               __root_cimv2_CIM_ServiceComponent =
105691               {
105692                   /* flags */
105693 mike  1.1.2.1     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
105694                   /* name */
105695                   "CIM_ServiceComponent",
105696                   /* qualifiers */
105697                   __root_cimv2_CIM_ServiceComponent_qualifiers,
105698                   /* super */
105699                   &__root_cimv2_CIM_Component,
105700                   /* features */
105701                   _CIM_ServiceComponent_features,
105702               };
105703               
105704               //==============================================================================
105705               //
105706               // Class: CIM_ServiceProcess
105707               //
105708               //==============================================================================
105709               
105710               static const char*
105711               _CIM_ServiceProcess_Service_qualifiers[] =
105712               {
105713                   /* Key */
105714 mike  1.1.2.1     "\025\001",
105715                   0,
105716               };
105717               
105718               static MetaReference
105719               _CIM_ServiceProcess_Service =
105720               {
105721                   /* flags */
105722                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
105723                   /* name */
105724                   "Service",
105725                   /* qualifiers */
105726                   _CIM_ServiceProcess_Service_qualifiers,
105727                   /* subscript */
105728                   -1,
105729                   /* refId */
105730                   &__root_cimv2_CIM_Service,
105731               };
105732               
105733               static const char*
105734               _CIM_ServiceProcess_Process_qualifiers[] =
105735 mike  1.1.2.1 {
105736                   /* Key */
105737                   "\025\001",
105738                   0,
105739               };
105740               
105741               static MetaReference
105742               _CIM_ServiceProcess_Process =
105743               {
105744                   /* flags */
105745                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
105746                   /* name */
105747                   "Process",
105748                   /* qualifiers */
105749                   _CIM_ServiceProcess_Process_qualifiers,
105750                   /* subscript */
105751                   -1,
105752                   /* refId */
105753                   &__root_cimv2_CIM_Process,
105754               };
105755               
105756 mike  1.1.2.1 static const char*
105757               _CIM_ServiceProcess_ExecutionType_qualifiers[] =
105758               {
105759                   /* ValueMap */
105760                   "\061\000\0040\0001\0002\0003\000",
105761                   /* Values */
105762                   "\062\000\004Unknown\000Other\000Executes in Existing Process\000Executes as Independent Process\000",
105763                   0,
105764               };
105765               
105766               static MetaProperty
105767               _CIM_ServiceProcess_ExecutionType =
105768               {
105769                   /* flags */
105770                   META_FLAG_PROPERTY|META_FLAG_READ,
105771                   /* name */
105772                   "ExecutionType",
105773                   /* qualifiers */
105774                   _CIM_ServiceProcess_ExecutionType_qualifiers,
105775                   /* type */
105776                   CIMTYPE_UINT16,
105777 mike  1.1.2.1     /* subscript */
105778                   -1,
105779                   /* value */
105780                   0,
105781               };
105782               
105783               static MetaFeature*
105784               _CIM_ServiceProcess_features[] =
105785               {
105786                   (MetaFeature*)&_CIM_ServiceProcess_Service,
105787                   (MetaFeature*)&_CIM_ServiceProcess_Process,
105788                   (MetaFeature*)&_CIM_ServiceProcess_ExecutionType,
105789                   0,
105790               };
105791               
105792               static const char*
105793               __root_cimv2_CIM_ServiceProcess_qualifiers[] =
105794               {
105795                   /* ASSOCIATION */
105796                   "\000\001",
105797                   /* UMLPackagePath */
105798 mike  1.1.2.1     "\057CIM::System::Processing",
105799                   /* Version */
105800                   "\0632.6.0",
105801                   0,
105802               };
105803               
105804               MetaClass
105805               __root_cimv2_CIM_ServiceProcess =
105806               {
105807                   /* flags */
105808                   META_FLAG_ASSOCIATION,
105809                   /* name */
105810                   "CIM_ServiceProcess",
105811                   /* qualifiers */
105812                   __root_cimv2_CIM_ServiceProcess_qualifiers,
105813                   /* super */
105814                   0,
105815                   /* features */
105816                   _CIM_ServiceProcess_features,
105817               };
105818               
105819 mike  1.1.2.1 //==============================================================================
105820               //
105821               // Class: CIM_ServiceSAPDependency
105822               //
105823               //==============================================================================
105824               
105825               static const char*
105826               _CIM_ServiceSAPDependency_Antecedent_qualifiers[] =
105827               {
105828                   /* Override */
105829                   "\044Antecedent",
105830                   0,
105831               };
105832               
105833               static MetaReference
105834               _CIM_ServiceSAPDependency_Antecedent =
105835               {
105836                   /* flags */
105837                   META_FLAG_REFERENCE|META_FLAG_READ,
105838                   /* name */
105839                   "Antecedent",
105840 mike  1.1.2.1     /* qualifiers */
105841                   _CIM_ServiceSAPDependency_Antecedent_qualifiers,
105842                   /* subscript */
105843                   -1,
105844                   /* refId */
105845                   &__root_cimv2_CIM_ServiceAccessPoint,
105846               };
105847               
105848               static const char*
105849               _CIM_ServiceSAPDependency_Dependent_qualifiers[] =
105850               {
105851                   /* Override */
105852                   "\044Dependent",
105853                   0,
105854               };
105855               
105856               static MetaReference
105857               _CIM_ServiceSAPDependency_Dependent =
105858               {
105859                   /* flags */
105860                   META_FLAG_REFERENCE|META_FLAG_READ,
105861 mike  1.1.2.1     /* name */
105862                   "Dependent",
105863                   /* qualifiers */
105864                   _CIM_ServiceSAPDependency_Dependent_qualifiers,
105865                   /* subscript */
105866                   -1,
105867                   /* refId */
105868                   &__root_cimv2_CIM_Service,
105869               };
105870               
105871               static MetaFeature*
105872               _CIM_ServiceSAPDependency_features[] =
105873               {
105874                   (MetaFeature*)&_CIM_ServiceSAPDependency_Antecedent,
105875                   (MetaFeature*)&_CIM_ServiceSAPDependency_Dependent,
105876                   0,
105877               };
105878               
105879               static const char*
105880               __root_cimv2_CIM_ServiceSAPDependency_qualifiers[] =
105881               {
105882 mike  1.1.2.1     /* ASSOCIATION */
105883                   "\000\001",
105884                   /* UMLPackagePath */
105885                   "\057CIM::Core::Service",
105886                   /* Version */
105887                   "\0632.10.0",
105888                   0,
105889               };
105890               
105891               MetaClass
105892               __root_cimv2_CIM_ServiceSAPDependency =
105893               {
105894                   /* flags */
105895                   META_FLAG_ASSOCIATION,
105896                   /* name */
105897                   "CIM_ServiceSAPDependency",
105898                   /* qualifiers */
105899                   __root_cimv2_CIM_ServiceSAPDependency_qualifiers,
105900                   /* super */
105901                   &__root_cimv2_CIM_Dependency,
105902                   /* features */
105903 mike  1.1.2.1     _CIM_ServiceSAPDependency_features,
105904               };
105905               
105906               //==============================================================================
105907               //
105908               // Class: CIM_ServiceStatistics
105909               //
105910               //==============================================================================
105911               
105912               static const char*
105913               _CIM_ServiceStatistics_Stats_qualifiers[] =
105914               {
105915                   /* Override */
105916                   "\044Stats",
105917                   /* Weak */
105918                   "\064\001",
105919                   0,
105920               };
105921               
105922               static MetaReference
105923               _CIM_ServiceStatistics_Stats =
105924 mike  1.1.2.1 {
105925                   /* flags */
105926                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
105927                   /* name */
105928                   "Stats",
105929                   /* qualifiers */
105930                   _CIM_ServiceStatistics_Stats_qualifiers,
105931                   /* subscript */
105932                   -1,
105933                   /* refId */
105934                   &__root_cimv2_CIM_ServiceStatisticalInformation,
105935               };
105936               
105937               static const char*
105938               _CIM_ServiceStatistics_Element_qualifiers[] =
105939               {
105940                   /* Override */
105941                   "\044Element",
105942                   /* Min */
105943                   "\033\000\000\000\001",
105944                   /* Max */
105945 mike  1.1.2.1     "\027\000\000\000\001",
105946                   0,
105947               };
105948               
105949               static MetaReference
105950               _CIM_ServiceStatistics_Element =
105951               {
105952                   /* flags */
105953                   META_FLAG_REFERENCE|META_FLAG_READ,
105954                   /* name */
105955                   "Element",
105956                   /* qualifiers */
105957                   _CIM_ServiceStatistics_Element_qualifiers,
105958                   /* subscript */
105959                   -1,
105960                   /* refId */
105961                   &__root_cimv2_CIM_Service,
105962               };
105963               
105964               static MetaFeature*
105965               _CIM_ServiceStatistics_features[] =
105966 mike  1.1.2.1 {
105967                   (MetaFeature*)&_CIM_ServiceStatistics_Stats,
105968                   (MetaFeature*)&_CIM_ServiceStatistics_Element,
105969                   0,
105970               };
105971               
105972               static const char*
105973               __root_cimv2_CIM_ServiceStatistics_qualifiers[] =
105974               {
105975                   /* ASSOCIATION */
105976                   "\000\001",
105977                   /* UMLPackagePath */
105978                   "\057CIM::Core::Statistics",
105979                   /* Version */
105980                   "\0632.6.0",
105981                   0,
105982               };
105983               
105984               MetaClass
105985               __root_cimv2_CIM_ServiceStatistics =
105986               {
105987 mike  1.1.2.1     /* flags */
105988                   META_FLAG_ASSOCIATION,
105989                   /* name */
105990                   "CIM_ServiceStatistics",
105991                   /* qualifiers */
105992                   __root_cimv2_CIM_ServiceStatistics_qualifiers,
105993                   /* super */
105994                   &__root_cimv2_CIM_Statistics,
105995                   /* features */
105996                   _CIM_ServiceStatistics_features,
105997               };
105998               
105999               //==============================================================================
106000               //
106001               // Class: CIM_SNMPCommunityString
106002               //
106003               //==============================================================================
106004               
106005               static const char*
106006               _CIM_SNMPCommunityString_CommunityString_qualifiers[] =
106007               {
106008 mike  1.1.2.1     /* MappingStrings */
106009                   "\026\000\001MIB.IETF|ENTITY-MIB.entLogicalCommunity\000",
106010                   0,
106011               };
106012               
106013               static MetaProperty
106014               _CIM_SNMPCommunityString_CommunityString =
106015               {
106016                   /* flags */
106017                   META_FLAG_PROPERTY|META_FLAG_READ,
106018                   /* name */
106019                   "CommunityString",
106020                   /* qualifiers */
106021                   _CIM_SNMPCommunityString_CommunityString_qualifiers,
106022                   /* type */
106023                   CIMTYPE_STRING,
106024                   /* subscript */
106025                   -1,
106026                   /* value */
106027                   0,
106028               };
106029 mike  1.1.2.1 
106030               static const char*
106031               _CIM_SNMPCommunityString_TypeOfAccess_qualifiers[] =
106032               {
106033                   /* ValueMap */
106034                   "\061\000\0030\0001\0002\000",
106035                   /* Values */
106036                   "\062\000\003Unknown\000Read Only\000Read/Write\000",
106037                   0,
106038               };
106039               
106040               static MetaProperty
106041               _CIM_SNMPCommunityString_TypeOfAccess =
106042               {
106043                   /* flags */
106044                   META_FLAG_PROPERTY|META_FLAG_READ,
106045                   /* name */
106046                   "TypeOfAccess",
106047                   /* qualifiers */
106048                   _CIM_SNMPCommunityString_TypeOfAccess_qualifiers,
106049                   /* type */
106050 mike  1.1.2.1     CIMTYPE_UINT16,
106051                   /* subscript */
106052                   -1,
106053                   /* value */
106054                   0,
106055               };
106056               
106057               static const char*
106058               _CIM_SNMPCommunityString_LogicalEntitiesAccessed_qualifiers[] =
106059               {
106060                   /* MappingStrings */
106061                   "\026\000\001MIB.IETF|ENTITY-MIB.entLogicalType\000",
106062                   /* ArrayType */
106063                   "\005Indexed",
106064                   /* ModelCorrespondence */
106065                   "\036\000\001CIM_SNMPCommunityString.LogicalEntitiesDescriptions\000",
106066                   0,
106067               };
106068               
106069               static MetaProperty
106070               _CIM_SNMPCommunityString_LogicalEntitiesAccessed =
106071 mike  1.1.2.1 {
106072                   /* flags */
106073                   META_FLAG_PROPERTY|META_FLAG_READ,
106074                   /* name */
106075                   "LogicalEntitiesAccessed",
106076                   /* qualifiers */
106077                   _CIM_SNMPCommunityString_LogicalEntitiesAccessed_qualifiers,
106078                   /* type */
106079                   CIMTYPE_STRING,
106080                   /* subscript */
106081                   0,
106082                   /* value */
106083                   0,
106084               };
106085               
106086               static const char*
106087               _CIM_SNMPCommunityString_LogicalEntitiesDescriptions_qualifiers[] =
106088               {
106089                   /* MappingStrings */
106090                   "\026\000\001MIB.IETF|ENTITY-MIB.entLogicalDescr\000",
106091                   /* ArrayType */
106092 mike  1.1.2.1     "\005Indexed",
106093                   /* ModelCorrespondence */
106094                   "\036\000\001CIM_SNMPCommunityString.LogicalEntitiesAccessed\000",
106095                   0,
106096               };
106097               
106098               static MetaProperty
106099               _CIM_SNMPCommunityString_LogicalEntitiesDescriptions =
106100               {
106101                   /* flags */
106102                   META_FLAG_PROPERTY|META_FLAG_READ,
106103                   /* name */
106104                   "LogicalEntitiesDescriptions",
106105                   /* qualifiers */
106106                   _CIM_SNMPCommunityString_LogicalEntitiesDescriptions_qualifiers,
106107                   /* type */
106108                   CIMTYPE_STRING,
106109                   /* subscript */
106110                   0,
106111                   /* value */
106112                   0,
106113 mike  1.1.2.1 };
106114               
106115               static MetaFeature*
106116               _CIM_SNMPCommunityString_features[] =
106117               {
106118                   (MetaFeature*)&_CIM_SNMPCommunityString_CommunityString,
106119                   (MetaFeature*)&_CIM_SNMPCommunityString_TypeOfAccess,
106120                   (MetaFeature*)&_CIM_SNMPCommunityString_LogicalEntitiesAccessed,
106121                   (MetaFeature*)&_CIM_SNMPCommunityString_LogicalEntitiesDescriptions,
106122                   0,
106123               };
106124               
106125               static const char*
106126               __root_cimv2_CIM_SNMPCommunityString_qualifiers[] =
106127               {
106128                   /* UMLPackagePath */
106129                   "\057CIM::Network::SNMP",
106130                   /* Version */
106131                   "\0632.7.0",
106132                   0,
106133               };
106134 mike  1.1.2.1 
106135               MetaClass
106136               __root_cimv2_CIM_SNMPCommunityString =
106137               {
106138                   /* flags */
106139                   META_FLAG_CLASS,
106140                   /* name */
106141                   "CIM_SNMPCommunityString",
106142                   /* qualifiers */
106143                   __root_cimv2_CIM_SNMPCommunityString_qualifiers,
106144                   /* super */
106145                   &__root_cimv2_CIM_ServiceAccessPoint,
106146                   /* features */
106147                   _CIM_SNMPCommunityString_features,
106148               };
106149               
106150               //==============================================================================
106151               //
106152               // Class: CIM_SNMPService
106153               //
106154               //==============================================================================
106155 mike  1.1.2.1 
106156               static MetaFeature*
106157               _CIM_SNMPService_features[] =
106158               {
106159                   0,
106160               };
106161               
106162               static const char*
106163               __root_cimv2_CIM_SNMPService_qualifiers[] =
106164               {
106165                   /* UMLPackagePath */
106166                   "\057CIM::Network::SNMP",
106167                   /* Version */
106168                   "\0632.7.0",
106169                   0,
106170               };
106171               
106172               MetaClass
106173               __root_cimv2_CIM_SNMPService =
106174               {
106175                   /* flags */
106176 mike  1.1.2.1     META_FLAG_CLASS,
106177                   /* name */
106178                   "CIM_SNMPService",
106179                   /* qualifiers */
106180                   __root_cimv2_CIM_SNMPService_qualifiers,
106181                   /* super */
106182                   &__root_cimv2_CIM_Service,
106183                   /* features */
106184                   _CIM_SNMPService_features,
106185               };
106186               
106187               //==============================================================================
106188               //
106189               // Class: CIM_SoftwareElementSAPImplementation
106190               //
106191               //==============================================================================
106192               
106193               static const char*
106194               _CIM_SoftwareElementSAPImplementation_Antecedent_qualifiers[] =
106195               {
106196                   /* Override */
106197 mike  1.1.2.1     "\044Antecedent",
106198                   0,
106199               };
106200               
106201               static MetaReference
106202               _CIM_SoftwareElementSAPImplementation_Antecedent =
106203               {
106204                   /* flags */
106205                   META_FLAG_REFERENCE|META_FLAG_READ,
106206                   /* name */
106207                   "Antecedent",
106208                   /* qualifiers */
106209                   _CIM_SoftwareElementSAPImplementation_Antecedent_qualifiers,
106210                   /* subscript */
106211                   -1,
106212                   /* refId */
106213                   &__root_cimv2_CIM_SoftwareElement,
106214               };
106215               
106216               static const char*
106217               _CIM_SoftwareElementSAPImplementation_Dependent_qualifiers[] =
106218 mike  1.1.2.1 {
106219                   /* Override */
106220                   "\044Dependent",
106221                   0,
106222               };
106223               
106224               static MetaReference
106225               _CIM_SoftwareElementSAPImplementation_Dependent =
106226               {
106227                   /* flags */
106228                   META_FLAG_REFERENCE|META_FLAG_READ,
106229                   /* name */
106230                   "Dependent",
106231                   /* qualifiers */
106232                   _CIM_SoftwareElementSAPImplementation_Dependent_qualifiers,
106233                   /* subscript */
106234                   -1,
106235                   /* refId */
106236                   &__root_cimv2_CIM_ServiceAccessPoint,
106237               };
106238               
106239 mike  1.1.2.1 static MetaFeature*
106240               _CIM_SoftwareElementSAPImplementation_features[] =
106241               {
106242                   (MetaFeature*)&_CIM_SoftwareElementSAPImplementation_Antecedent,
106243                   (MetaFeature*)&_CIM_SoftwareElementSAPImplementation_Dependent,
106244                   0,
106245               };
106246               
106247               static const char*
106248               __root_cimv2_CIM_SoftwareElementSAPImplementation_qualifiers[] =
106249               {
106250                   /* ASSOCIATION */
106251                   "\000\001",
106252                   /* UMLPackagePath */
106253                   "\057CIM::Application::DeploymentModel",
106254                   /* Version */
106255                   "\0632.6.0",
106256                   0,
106257               };
106258               
106259               MetaClass
106260 mike  1.1.2.1 __root_cimv2_CIM_SoftwareElementSAPImplementation =
106261               {
106262                   /* flags */
106263                   META_FLAG_ASSOCIATION,
106264                   /* name */
106265                   "CIM_SoftwareElementSAPImplementation",
106266                   /* qualifiers */
106267                   __root_cimv2_CIM_SoftwareElementSAPImplementation_qualifiers,
106268                   /* super */
106269                   &__root_cimv2_CIM_Dependency,
106270                   /* features */
106271                   _CIM_SoftwareElementSAPImplementation_features,
106272               };
106273               
106274               //==============================================================================
106275               //
106276               // Class: CIM_SoftwareElementServiceImplementation
106277               //
106278               //==============================================================================
106279               
106280               static const char*
106281 mike  1.1.2.1 _CIM_SoftwareElementServiceImplementation_Antecedent_qualifiers[] =
106282               {
106283                   /* Override */
106284                   "\044Antecedent",
106285                   0,
106286               };
106287               
106288               static MetaReference
106289               _CIM_SoftwareElementServiceImplementation_Antecedent =
106290               {
106291                   /* flags */
106292                   META_FLAG_REFERENCE|META_FLAG_READ,
106293                   /* name */
106294                   "Antecedent",
106295                   /* qualifiers */
106296                   _CIM_SoftwareElementServiceImplementation_Antecedent_qualifiers,
106297                   /* subscript */
106298                   -1,
106299                   /* refId */
106300                   &__root_cimv2_CIM_SoftwareElement,
106301               };
106302 mike  1.1.2.1 
106303               static const char*
106304               _CIM_SoftwareElementServiceImplementation_Dependent_qualifiers[] =
106305               {
106306                   /* Override */
106307                   "\044Dependent",
106308                   0,
106309               };
106310               
106311               static MetaReference
106312               _CIM_SoftwareElementServiceImplementation_Dependent =
106313               {
106314                   /* flags */
106315                   META_FLAG_REFERENCE|META_FLAG_READ,
106316                   /* name */
106317                   "Dependent",
106318                   /* qualifiers */
106319                   _CIM_SoftwareElementServiceImplementation_Dependent_qualifiers,
106320                   /* subscript */
106321                   -1,
106322                   /* refId */
106323 mike  1.1.2.1     &__root_cimv2_CIM_Service,
106324               };
106325               
106326               static MetaFeature*
106327               _CIM_SoftwareElementServiceImplementation_features[] =
106328               {
106329                   (MetaFeature*)&_CIM_SoftwareElementServiceImplementation_Antecedent,
106330                   (MetaFeature*)&_CIM_SoftwareElementServiceImplementation_Dependent,
106331                   0,
106332               };
106333               
106334               static const char*
106335               __root_cimv2_CIM_SoftwareElementServiceImplementation_qualifiers[] =
106336               {
106337                   /* ASSOCIATION */
106338                   "\000\001",
106339                   /* UMLPackagePath */
106340                   "\057CIM::Application::DeploymentModel",
106341                   /* Version */
106342                   "\0632.6.0",
106343                   0,
106344 mike  1.1.2.1 };
106345               
106346               MetaClass
106347               __root_cimv2_CIM_SoftwareElementServiceImplementation =
106348               {
106349                   /* flags */
106350                   META_FLAG_ASSOCIATION,
106351                   /* name */
106352                   "CIM_SoftwareElementServiceImplementation",
106353                   /* qualifiers */
106354                   __root_cimv2_CIM_SoftwareElementServiceImplementation_qualifiers,
106355                   /* super */
106356                   &__root_cimv2_CIM_Dependency,
106357                   /* features */
106358                   _CIM_SoftwareElementServiceImplementation_features,
106359               };
106360               
106361               //==============================================================================
106362               //
106363               // Class: CIM_SoftwareFeatureSAPImplementation
106364               //
106365 mike  1.1.2.1 //==============================================================================
106366               
106367               static const char*
106368               _CIM_SoftwareFeatureSAPImplementation_Antecedent_qualifiers[] =
106369               {
106370                   /* Override */
106371                   "\044Antecedent",
106372                   0,
106373               };
106374               
106375               static MetaReference
106376               _CIM_SoftwareFeatureSAPImplementation_Antecedent =
106377               {
106378                   /* flags */
106379                   META_FLAG_REFERENCE|META_FLAG_READ,
106380                   /* name */
106381                   "Antecedent",
106382                   /* qualifiers */
106383                   _CIM_SoftwareFeatureSAPImplementation_Antecedent_qualifiers,
106384                   /* subscript */
106385                   -1,
106386 mike  1.1.2.1     /* refId */
106387                   &__root_cimv2_CIM_SoftwareFeature,
106388               };
106389               
106390               static const char*
106391               _CIM_SoftwareFeatureSAPImplementation_Dependent_qualifiers[] =
106392               {
106393                   /* Override */
106394                   "\044Dependent",
106395                   0,
106396               };
106397               
106398               static MetaReference
106399               _CIM_SoftwareFeatureSAPImplementation_Dependent =
106400               {
106401                   /* flags */
106402                   META_FLAG_REFERENCE|META_FLAG_READ,
106403                   /* name */
106404                   "Dependent",
106405                   /* qualifiers */
106406                   _CIM_SoftwareFeatureSAPImplementation_Dependent_qualifiers,
106407 mike  1.1.2.1     /* subscript */
106408                   -1,
106409                   /* refId */
106410                   &__root_cimv2_CIM_ServiceAccessPoint,
106411               };
106412               
106413               static MetaFeature*
106414               _CIM_SoftwareFeatureSAPImplementation_features[] =
106415               {
106416                   (MetaFeature*)&_CIM_SoftwareFeatureSAPImplementation_Antecedent,
106417                   (MetaFeature*)&_CIM_SoftwareFeatureSAPImplementation_Dependent,
106418                   0,
106419               };
106420               
106421               static const char*
106422               __root_cimv2_CIM_SoftwareFeatureSAPImplementation_qualifiers[] =
106423               {
106424                   /* ASSOCIATION */
106425                   "\000\001",
106426                   /* UMLPackagePath */
106427                   "\057CIM::Application::DeploymentModel",
106428 mike  1.1.2.1     /* Version */
106429                   "\0632.8.0",
106430                   0,
106431               };
106432               
106433               MetaClass
106434               __root_cimv2_CIM_SoftwareFeatureSAPImplementation =
106435               {
106436                   /* flags */
106437                   META_FLAG_ASSOCIATION,
106438                   /* name */
106439                   "CIM_SoftwareFeatureSAPImplementation",
106440                   /* qualifiers */
106441                   __root_cimv2_CIM_SoftwareFeatureSAPImplementation_qualifiers,
106442                   /* super */
106443                   &__root_cimv2_CIM_Dependency,
106444                   /* features */
106445                   _CIM_SoftwareFeatureSAPImplementation_features,
106446               };
106447               
106448               //==============================================================================
106449 mike  1.1.2.1 //
106450               // Class: CIM_SoftwareFeatureServiceImplementation
106451               //
106452               //==============================================================================
106453               
106454               static const char*
106455               _CIM_SoftwareFeatureServiceImplementation_Antecedent_qualifiers[] =
106456               {
106457                   /* Override */
106458                   "\044Antecedent",
106459                   0,
106460               };
106461               
106462               static MetaReference
106463               _CIM_SoftwareFeatureServiceImplementation_Antecedent =
106464               {
106465                   /* flags */
106466                   META_FLAG_REFERENCE|META_FLAG_READ,
106467                   /* name */
106468                   "Antecedent",
106469                   /* qualifiers */
106470 mike  1.1.2.1     _CIM_SoftwareFeatureServiceImplementation_Antecedent_qualifiers,
106471                   /* subscript */
106472                   -1,
106473                   /* refId */
106474                   &__root_cimv2_CIM_SoftwareFeature,
106475               };
106476               
106477               static const char*
106478               _CIM_SoftwareFeatureServiceImplementation_Dependent_qualifiers[] =
106479               {
106480                   /* Override */
106481                   "\044Dependent",
106482                   0,
106483               };
106484               
106485               static MetaReference
106486               _CIM_SoftwareFeatureServiceImplementation_Dependent =
106487               {
106488                   /* flags */
106489                   META_FLAG_REFERENCE|META_FLAG_READ,
106490                   /* name */
106491 mike  1.1.2.1     "Dependent",
106492                   /* qualifiers */
106493                   _CIM_SoftwareFeatureServiceImplementation_Dependent_qualifiers,
106494                   /* subscript */
106495                   -1,
106496                   /* refId */
106497                   &__root_cimv2_CIM_Service,
106498               };
106499               
106500               static MetaFeature*
106501               _CIM_SoftwareFeatureServiceImplementation_features[] =
106502               {
106503                   (MetaFeature*)&_CIM_SoftwareFeatureServiceImplementation_Antecedent,
106504                   (MetaFeature*)&_CIM_SoftwareFeatureServiceImplementation_Dependent,
106505                   0,
106506               };
106507               
106508               static const char*
106509               __root_cimv2_CIM_SoftwareFeatureServiceImplementation_qualifiers[] =
106510               {
106511                   /* ASSOCIATION */
106512 mike  1.1.2.1     "\000\001",
106513                   /* UMLPackagePath */
106514                   "\057CIM::Application::DeploymentModel",
106515                   /* Version */
106516                   "\0632.6.0",
106517                   0,
106518               };
106519               
106520               MetaClass
106521               __root_cimv2_CIM_SoftwareFeatureServiceImplementation =
106522               {
106523                   /* flags */
106524                   META_FLAG_ASSOCIATION,
106525                   /* name */
106526                   "CIM_SoftwareFeatureServiceImplementation",
106527                   /* qualifiers */
106528                   __root_cimv2_CIM_SoftwareFeatureServiceImplementation_qualifiers,
106529                   /* super */
106530                   &__root_cimv2_CIM_Dependency,
106531                   /* features */
106532                   _CIM_SoftwareFeatureServiceImplementation_features,
106533 mike  1.1.2.1 };
106534               
106535               //==============================================================================
106536               //
106537               // Class: CIM_StatisticsService
106538               //
106539               //==============================================================================
106540               
106541               static MetaFeature*
106542               _CIM_StatisticsService_features[] =
106543               {
106544                   0,
106545               };
106546               
106547               static const char*
106548               __root_cimv2_CIM_StatisticsService_qualifiers[] =
106549               {
106550                   /* UMLPackagePath */
106551                   "\057CIM::Device::StorageStatistics",
106552                   /* Version */
106553                   "\0632.10.0",
106554 mike  1.1.2.1     0,
106555               };
106556               
106557               MetaClass
106558               __root_cimv2_CIM_StatisticsService =
106559               {
106560                   /* flags */
106561                   META_FLAG_CLASS,
106562                   /* name */
106563                   "CIM_StatisticsService",
106564                   /* qualifiers */
106565                   __root_cimv2_CIM_StatisticsService_qualifiers,
106566                   /* super */
106567                   &__root_cimv2_CIM_Service,
106568                   /* features */
106569                   _CIM_StatisticsService_features,
106570               };
106571               
106572               //==============================================================================
106573               //
106574               // Class: CIM_StorageExtent
106575 mike  1.1.2.1 //
106576               //==============================================================================
106577               
106578               static const char*
106579               _CIM_StorageExtent_DataOrganization_qualifiers[] =
106580               {
106581                   /* ValueMap */
106582                   "\061\000\0050\0001\0002\0003\0004\000",
106583                   /* Values */
106584                   "\062\000\005Other\000Unknown\000Fixed Block\000Variable Block\000Count Key Data\000",
106585                   0,
106586               };
106587               
106588               static MetaProperty
106589               _CIM_StorageExtent_DataOrganization =
106590               {
106591                   /* flags */
106592                   META_FLAG_PROPERTY|META_FLAG_READ,
106593                   /* name */
106594                   "DataOrganization",
106595                   /* qualifiers */
106596 mike  1.1.2.1     _CIM_StorageExtent_DataOrganization_qualifiers,
106597                   /* type */
106598                   CIMTYPE_UINT16,
106599                   /* subscript */
106600                   -1,
106601                   /* value */
106602                   0,
106603               };
106604               
106605               static const char*
106606               _CIM_StorageExtent_Purpose_qualifiers[] =
106607               {
106608                   /* MappingStrings */
106609                   "\026\000\001MIB.IETF|HOST-RESOURCES-MIB.hrStorageDescr\000",
106610                   0,
106611               };
106612               
106613               static MetaProperty
106614               _CIM_StorageExtent_Purpose =
106615               {
106616                   /* flags */
106617 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
106618                   /* name */
106619                   "Purpose",
106620                   /* qualifiers */
106621                   _CIM_StorageExtent_Purpose_qualifiers,
106622                   /* type */
106623                   CIMTYPE_STRING,
106624                   /* subscript */
106625                   -1,
106626                   /* value */
106627                   0,
106628               };
106629               
106630               static const char*
106631               _CIM_StorageExtent_Access_qualifiers[] =
106632               {
106633                   /* ValueMap */
106634                   "\061\000\0050\0001\0002\0003\0004\000",
106635                   /* Values */
106636                   "\062\000\005Unknown\000Readable\000Writeable\000Read/Write Supported\000Write Once\000",
106637                   0,
106638 mike  1.1.2.1 };
106639               
106640               static MetaProperty
106641               _CIM_StorageExtent_Access =
106642               {
106643                   /* flags */
106644                   META_FLAG_PROPERTY|META_FLAG_READ,
106645                   /* name */
106646                   "Access",
106647                   /* qualifiers */
106648                   _CIM_StorageExtent_Access_qualifiers,
106649                   /* type */
106650                   CIMTYPE_UINT16,
106651                   /* subscript */
106652                   -1,
106653                   /* value */
106654                   0,
106655               };
106656               
106657               static const char*
106658               _CIM_StorageExtent_ErrorMethodology_qualifiers[] =
106659 mike  1.1.2.1 {
106660                   0,
106661               };
106662               
106663               static MetaProperty
106664               _CIM_StorageExtent_ErrorMethodology =
106665               {
106666                   /* flags */
106667                   META_FLAG_PROPERTY|META_FLAG_READ,
106668                   /* name */
106669                   "ErrorMethodology",
106670                   /* qualifiers */
106671                   _CIM_StorageExtent_ErrorMethodology_qualifiers,
106672                   /* type */
106673                   CIMTYPE_STRING,
106674                   /* subscript */
106675                   -1,
106676                   /* value */
106677                   0,
106678               };
106679               
106680 mike  1.1.2.1 static const char*
106681               _CIM_StorageExtent_BlockSize_qualifiers[] =
106682               {
106683                   /* Units */
106684                   "\060Bytes",
106685                   /* MappingStrings */
106686                   "\026\000\003MIF.DMTF|Host Storage|001.4\000MIB.IETF|HOST-RESOURCES-MIB.hrStorageAllocationUnits\000MIF.DMTF|Storage Devices|001.5\000",
106687                   0,
106688               };
106689               
106690               static MetaProperty
106691               _CIM_StorageExtent_BlockSize =
106692               {
106693                   /* flags */
106694                   META_FLAG_PROPERTY|META_FLAG_READ,
106695                   /* name */
106696                   "BlockSize",
106697                   /* qualifiers */
106698                   _CIM_StorageExtent_BlockSize_qualifiers,
106699                   /* type */
106700                   CIMTYPE_UINT64,
106701 mike  1.1.2.1     /* subscript */
106702                   -1,
106703                   /* value */
106704                   0,
106705               };
106706               
106707               static const char*
106708               _CIM_StorageExtent_NumberOfBlocks_qualifiers[] =
106709               {
106710                   /* MappingStrings */
106711                   "\026\000\002MIF.DMTF|Host Storage|001.5\000MIB.IETF|HOST-RESOURCES-MIB.hrStorageSize\000",
106712                   0,
106713               };
106714               
106715               static MetaProperty
106716               _CIM_StorageExtent_NumberOfBlocks =
106717               {
106718                   /* flags */
106719                   META_FLAG_PROPERTY|META_FLAG_READ,
106720                   /* name */
106721                   "NumberOfBlocks",
106722 mike  1.1.2.1     /* qualifiers */
106723                   _CIM_StorageExtent_NumberOfBlocks_qualifiers,
106724                   /* type */
106725                   CIMTYPE_UINT64,
106726                   /* subscript */
106727                   -1,
106728                   /* value */
106729                   0,
106730               };
106731               
106732               static const char*
106733               _CIM_StorageExtent_ConsumableBlocks_qualifiers[] =
106734               {
106735                   0,
106736               };
106737               
106738               static MetaProperty
106739               _CIM_StorageExtent_ConsumableBlocks =
106740               {
106741                   /* flags */
106742                   META_FLAG_PROPERTY|META_FLAG_READ,
106743 mike  1.1.2.1     /* name */
106744                   "ConsumableBlocks",
106745                   /* qualifiers */
106746                   _CIM_StorageExtent_ConsumableBlocks_qualifiers,
106747                   /* type */
106748                   CIMTYPE_UINT64,
106749                   /* subscript */
106750                   -1,
106751                   /* value */
106752                   0,
106753               };
106754               
106755               static const char*
106756               _CIM_StorageExtent_IsBasedOnUnderlyingRedundancy_qualifiers[] =
106757               {
106758                   0,
106759               };
106760               
106761               static MetaProperty
106762               _CIM_StorageExtent_IsBasedOnUnderlyingRedundancy =
106763               {
106764 mike  1.1.2.1     /* flags */
106765                   META_FLAG_PROPERTY|META_FLAG_READ,
106766                   /* name */
106767                   "IsBasedOnUnderlyingRedundancy",
106768                   /* qualifiers */
106769                   _CIM_StorageExtent_IsBasedOnUnderlyingRedundancy_qualifiers,
106770                   /* type */
106771                   CIMTYPE_BOOLEAN,
106772                   /* subscript */
106773                   -1,
106774                   /* value */
106775                   0,
106776               };
106777               
106778               static const char*
106779               _CIM_StorageExtent_SequentialAccess_qualifiers[] =
106780               {
106781                   0,
106782               };
106783               
106784               static MetaProperty
106785 mike  1.1.2.1 _CIM_StorageExtent_SequentialAccess =
106786               {
106787                   /* flags */
106788                   META_FLAG_PROPERTY|META_FLAG_READ,
106789                   /* name */
106790                   "SequentialAccess",
106791                   /* qualifiers */
106792                   _CIM_StorageExtent_SequentialAccess_qualifiers,
106793                   /* type */
106794                   CIMTYPE_BOOLEAN,
106795                   /* subscript */
106796                   -1,
106797                   /* value */
106798                   0,
106799               };
106800               
106801               static const char*
106802               _CIM_StorageExtent_ExtentStatus_qualifiers[] =
106803               {
106804                   /* ValueMap */
106805                   "\061\000\0210\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015..32767\00032768..65535\000",
106806 mike  1.1.2.1     /* Values */
106807                   "\062\000\021Other\000Unknown\000None/Not Applicable\000Broken\000Data Lost\000Dynamic Reconfig\000Exposed\000Fractionally Exposed\000Partially Exposed\000Protection Disabled\000Readying\000Rebuild\000Recalculate\000Spare in Use\000Verify In Progress\000DMTF Reserved\000Vendor Reserved\000",
106808                   0,
106809               };
106810               
106811               static MetaProperty
106812               _CIM_StorageExtent_ExtentStatus =
106813               {
106814                   /* flags */
106815                   META_FLAG_PROPERTY|META_FLAG_READ,
106816                   /* name */
106817                   "ExtentStatus",
106818                   /* qualifiers */
106819                   _CIM_StorageExtent_ExtentStatus_qualifiers,
106820                   /* type */
106821                   CIMTYPE_UINT16,
106822                   /* subscript */
106823                   0,
106824                   /* value */
106825                   0,
106826               };
106827 mike  1.1.2.1 
106828               static const char*
106829               _CIM_StorageExtent_NoSinglePointOfFailure_qualifiers[] =
106830               {
106831                   /* ModelCorrespondence */
106832                   "\036\000\001CIM_StorageSetting.NoSinglePointOfFailure\000",
106833                   0,
106834               };
106835               
106836               static MetaProperty
106837               _CIM_StorageExtent_NoSinglePointOfFailure =
106838               {
106839                   /* flags */
106840                   META_FLAG_PROPERTY|META_FLAG_READ,
106841                   /* name */
106842                   "NoSinglePointOfFailure",
106843                   /* qualifiers */
106844                   _CIM_StorageExtent_NoSinglePointOfFailure_qualifiers,
106845                   /* type */
106846                   CIMTYPE_BOOLEAN,
106847                   /* subscript */
106848 mike  1.1.2.1     -1,
106849                   /* value */
106850                   0,
106851               };
106852               
106853               static const char*
106854               _CIM_StorageExtent_DataRedundancy_qualifiers[] =
106855               {
106856                   /* ModelCorrespondence */
106857                   "\036\000\003CIM_StorageSetting.DataRedundancyGoal\000CIM_StorageSetting.DataRedundancyMax\000CIM_StorageSetting.DataRedundancyMin\000",
106858                   0,
106859               };
106860               
106861               static MetaProperty
106862               _CIM_StorageExtent_DataRedundancy =
106863               {
106864                   /* flags */
106865                   META_FLAG_PROPERTY|META_FLAG_READ,
106866                   /* name */
106867                   "DataRedundancy",
106868                   /* qualifiers */
106869 mike  1.1.2.1     _CIM_StorageExtent_DataRedundancy_qualifiers,
106870                   /* type */
106871                   CIMTYPE_UINT16,
106872                   /* subscript */
106873                   -1,
106874                   /* value */
106875                   0,
106876               };
106877               
106878               static const char*
106879               _CIM_StorageExtent_PackageRedundancy_qualifiers[] =
106880               {
106881                   /* ModelCorrespondence */
106882                   "\036\000\003CIM_StorageSetting.PackageRedundancyGoal\000CIM_StorageSetting.PackageRedundancyMax\000CIM_StorageSetting.PackageRedundancyMin\000",
106883                   0,
106884               };
106885               
106886               static MetaProperty
106887               _CIM_StorageExtent_PackageRedundancy =
106888               {
106889                   /* flags */
106890 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
106891                   /* name */
106892                   "PackageRedundancy",
106893                   /* qualifiers */
106894                   _CIM_StorageExtent_PackageRedundancy_qualifiers,
106895                   /* type */
106896                   CIMTYPE_UINT16,
106897                   /* subscript */
106898                   -1,
106899                   /* value */
106900                   0,
106901               };
106902               
106903               static const char*
106904               _CIM_StorageExtent_DeltaReservation_qualifiers[] =
106905               {
106906                   /* Units */
106907                   "\060Percentage",
106908                   /* MinValue */
106909                   "\035\000\000\000\000\000\000\000\001",
106910                   /* MaxValue */
106911 mike  1.1.2.1     "\031\000\000\000\000\000\000\000\144",
106912                   /* ModelCorrespondence */
106913                   "\036\000\003CIM_StorageSetting.DeltaReservationGoal\000CIM_StorageSetting.DeltaReservationMax\000CIM_StorageSetting.DeltaReservationMin\000",
106914                   0,
106915               };
106916               
106917               static MetaProperty
106918               _CIM_StorageExtent_DeltaReservation =
106919               {
106920                   /* flags */
106921                   META_FLAG_PROPERTY|META_FLAG_READ,
106922                   /* name */
106923                   "DeltaReservation",
106924                   /* qualifiers */
106925                   _CIM_StorageExtent_DeltaReservation_qualifiers,
106926                   /* type */
106927                   CIMTYPE_UINT8,
106928                   /* subscript */
106929                   -1,
106930                   /* value */
106931                   0,
106932 mike  1.1.2.1 };
106933               
106934               static const char*
106935               _CIM_StorageExtent_Primordial_qualifiers[] =
106936               {
106937                   0,
106938               };
106939               
106940               static MetaProperty
106941               _CIM_StorageExtent_Primordial =
106942               {
106943                   /* flags */
106944                   META_FLAG_PROPERTY|META_FLAG_READ,
106945                   /* name */
106946                   "Primordial",
106947                   /* qualifiers */
106948                   _CIM_StorageExtent_Primordial_qualifiers,
106949                   /* type */
106950                   CIMTYPE_BOOLEAN,
106951                   /* subscript */
106952                   -1,
106953 mike  1.1.2.1     /* value */
106954                   "\000",
106955               };
106956               
106957               static MetaFeature*
106958               _CIM_StorageExtent_features[] =
106959               {
106960                   (MetaFeature*)&_CIM_StorageExtent_DataOrganization,
106961                   (MetaFeature*)&_CIM_StorageExtent_Purpose,
106962                   (MetaFeature*)&_CIM_StorageExtent_Access,
106963                   (MetaFeature*)&_CIM_StorageExtent_ErrorMethodology,
106964                   (MetaFeature*)&_CIM_StorageExtent_BlockSize,
106965                   (MetaFeature*)&_CIM_StorageExtent_NumberOfBlocks,
106966                   (MetaFeature*)&_CIM_StorageExtent_ConsumableBlocks,
106967                   (MetaFeature*)&_CIM_StorageExtent_IsBasedOnUnderlyingRedundancy,
106968                   (MetaFeature*)&_CIM_StorageExtent_SequentialAccess,
106969                   (MetaFeature*)&_CIM_StorageExtent_ExtentStatus,
106970                   (MetaFeature*)&_CIM_StorageExtent_NoSinglePointOfFailure,
106971                   (MetaFeature*)&_CIM_StorageExtent_DataRedundancy,
106972                   (MetaFeature*)&_CIM_StorageExtent_PackageRedundancy,
106973                   (MetaFeature*)&_CIM_StorageExtent_DeltaReservation,
106974 mike  1.1.2.1     (MetaFeature*)&_CIM_StorageExtent_Primordial,
106975                   0,
106976               };
106977               
106978               static const char*
106979               __root_cimv2_CIM_StorageExtent_qualifiers[] =
106980               {
106981                   /* UMLPackagePath */
106982                   "\057CIM::Core::StorageExtent",
106983                   /* Version */
106984                   "\0632.8.0",
106985                   0,
106986               };
106987               
106988               MetaClass
106989               __root_cimv2_CIM_StorageExtent =
106990               {
106991                   /* flags */
106992                   META_FLAG_CLASS,
106993                   /* name */
106994                   "CIM_StorageExtent",
106995 mike  1.1.2.1     /* qualifiers */
106996                   __root_cimv2_CIM_StorageExtent_qualifiers,
106997                   /* super */
106998                   &__root_cimv2_CIM_LogicalDevice,
106999                   /* features */
107000                   _CIM_StorageExtent_features,
107001               };
107002               
107003               //==============================================================================
107004               //
107005               // Class: CIM_StoragePool
107006               //
107007               //==============================================================================
107008               
107009               static const char*
107010               _CIM_StoragePool_InstanceID_qualifiers[] =
107011               {
107012                   /* Key */
107013                   "\025\001",
107014                   0,
107015               };
107016 mike  1.1.2.1 
107017               static MetaProperty
107018               _CIM_StoragePool_InstanceID =
107019               {
107020                   /* flags */
107021                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
107022                   /* name */
107023                   "InstanceID",
107024                   /* qualifiers */
107025                   _CIM_StoragePool_InstanceID_qualifiers,
107026                   /* type */
107027                   CIMTYPE_STRING,
107028                   /* subscript */
107029                   -1,
107030                   /* value */
107031                   0,
107032               };
107033               
107034               static const char*
107035               _CIM_StoragePool_PoolID_qualifiers[] =
107036               {
107037 mike  1.1.2.1     /* Required */
107038                   "\050\001",
107039                   /* MaxLen */
107040                   "\030\000\000\001\000",
107041                   0,
107042               };
107043               
107044               static MetaProperty
107045               _CIM_StoragePool_PoolID =
107046               {
107047                   /* flags */
107048                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
107049                   /* name */
107050                   "PoolID",
107051                   /* qualifiers */
107052                   _CIM_StoragePool_PoolID_qualifiers,
107053                   /* type */
107054                   CIMTYPE_STRING,
107055                   /* subscript */
107056                   -1,
107057                   /* value */
107058 mike  1.1.2.1     0,
107059               };
107060               
107061               static const char*
107062               _CIM_StoragePool_Primordial_qualifiers[] =
107063               {
107064                   0,
107065               };
107066               
107067               static MetaProperty
107068               _CIM_StoragePool_Primordial =
107069               {
107070                   /* flags */
107071                   META_FLAG_PROPERTY|META_FLAG_READ,
107072                   /* name */
107073                   "Primordial",
107074                   /* qualifiers */
107075                   _CIM_StoragePool_Primordial_qualifiers,
107076                   /* type */
107077                   CIMTYPE_BOOLEAN,
107078                   /* subscript */
107079 mike  1.1.2.1     -1,
107080                   /* value */
107081                   "\000",
107082               };
107083               
107084               static const char*
107085               _CIM_StoragePool_TotalManagedSpace_qualifiers[] =
107086               {
107087                   /* Units */
107088                   "\060Bytes",
107089                   /* ModelCorrespondence */
107090                   "\036\000\001CIM_StoragePool.RemainingManagedSpace\000",
107091                   0,
107092               };
107093               
107094               static MetaProperty
107095               _CIM_StoragePool_TotalManagedSpace =
107096               {
107097                   /* flags */
107098                   META_FLAG_PROPERTY|META_FLAG_READ,
107099                   /* name */
107100 mike  1.1.2.1     "TotalManagedSpace",
107101                   /* qualifiers */
107102                   _CIM_StoragePool_TotalManagedSpace_qualifiers,
107103                   /* type */
107104                   CIMTYPE_UINT64,
107105                   /* subscript */
107106                   -1,
107107                   /* value */
107108                   0,
107109               };
107110               
107111               static const char*
107112               _CIM_StoragePool_RemainingManagedSpace_qualifiers[] =
107113               {
107114                   /* Required */
107115                   "\050\001",
107116                   /* Units */
107117                   "\060Bytes",
107118                   /* ModelCorrespondence */
107119                   "\036\000\002CIM_StoragePool.TotalManagedSpace\000CIM_AllocatedFromStoragePool.SpaceConsumed\000",
107120                   0,
107121 mike  1.1.2.1 };
107122               
107123               static MetaProperty
107124               _CIM_StoragePool_RemainingManagedSpace =
107125               {
107126                   /* flags */
107127                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
107128                   /* name */
107129                   "RemainingManagedSpace",
107130                   /* qualifiers */
107131                   _CIM_StoragePool_RemainingManagedSpace_qualifiers,
107132                   /* type */
107133                   CIMTYPE_UINT64,
107134                   /* subscript */
107135                   -1,
107136                   /* value */
107137                   0,
107138               };
107139               
107140               static const char*
107141               _CIM_StoragePool_GetSupportedSizes_ElementType_qualifiers[] =
107142 mike  1.1.2.1 {
107143                   /* IN */
107144                   "\024\001",
107145                   /* ValueMap */
107146                   "\061\000\0032\0003\0004\000",
107147                   /* Values */
107148                   "\062\000\003Storage Pool\000Storage Volume\000Logical Disk\000",
107149                   0,
107150               };
107151               
107152               static MetaProperty
107153               _CIM_StoragePool_GetSupportedSizes_ElementType =
107154               {
107155                   /* flags */
107156                   META_FLAG_PROPERTY|META_FLAG_IN,
107157                   /* name */
107158                   "ElementType",
107159                   /* qualifiers */
107160                   _CIM_StoragePool_GetSupportedSizes_ElementType_qualifiers,
107161                   /* type */
107162                   CIMTYPE_UINT16,
107163 mike  1.1.2.1     /* subscript */
107164                   -1,
107165                   /* value */
107166                   0,
107167               };
107168               
107169               static const char*
107170               _CIM_StoragePool_GetSupportedSizes_Goal_qualifiers[] =
107171               {
107172                   /* IN */
107173                   "\024\001",
107174                   0,
107175               };
107176               
107177               static MetaReference
107178               _CIM_StoragePool_GetSupportedSizes_Goal =
107179               {
107180                   /* flags */
107181                   META_FLAG_REFERENCE|META_FLAG_IN,
107182                   /* name */
107183                   "Goal",
107184 mike  1.1.2.1     /* qualifiers */
107185                   _CIM_StoragePool_GetSupportedSizes_Goal_qualifiers,
107186                   /* subscript */
107187                   -1,
107188                   /* ref */
107189                   &__root_cimv2_CIM_StorageSetting,
107190               };
107191               
107192               static const char*
107193               _CIM_StoragePool_GetSupportedSizes_Sizes_qualifiers[] =
107194               {
107195                   /* IN */
107196                   "\024\000",
107197                   /* OUT */
107198                   "\043\001",
107199                   /* Units */
107200                   "\060Bytes",
107201                   0,
107202               };
107203               
107204               static MetaProperty
107205 mike  1.1.2.1 _CIM_StoragePool_GetSupportedSizes_Sizes =
107206               {
107207                   /* flags */
107208                   META_FLAG_PROPERTY|META_FLAG_OUT,
107209                   /* name */
107210                   "Sizes",
107211                   /* qualifiers */
107212                   _CIM_StoragePool_GetSupportedSizes_Sizes_qualifiers,
107213                   /* type */
107214                   CIMTYPE_UINT64,
107215                   /* subscript */
107216                   0,
107217                   /* value */
107218                   0,
107219               };
107220               
107221               static MetaFeature*
107222               _CIM_StoragePool_GetSupportedSizes_parameters[] =
107223               {
107224                   (MetaFeature*)&_CIM_StoragePool_GetSupportedSizes_ElementType,
107225                   (MetaFeature*)&_CIM_StoragePool_GetSupportedSizes_Goal,
107226 mike  1.1.2.1     (MetaFeature*)&_CIM_StoragePool_GetSupportedSizes_Sizes,
107227                   0,
107228               };
107229               
107230               static const char*
107231               _CIM_StoragePool_GetSupportedSizes_qualifiers[] =
107232               {
107233                   /* ValueMap */
107234                   "\061\000\0030\0001\0002\000",
107235                   /* Values */
107236                   "\062\000\003Method completed OK\000Method not supported\000Use GetSupportedSizeRange instead\000",
107237                   0,
107238               };
107239               
107240               static MetaMethod
107241               _CIM_StoragePool_GetSupportedSizes =
107242               {
107243                   /* flags */
107244                   META_FLAG_METHOD,
107245                   /* name */
107246                   "CIM_StoragePool",
107247 mike  1.1.2.1     /* qualifiers */
107248                   _CIM_StoragePool_GetSupportedSizes_qualifiers,
107249                   /* type */
107250                   CIMTYPE_UINT32,
107251                   /* parameters */
107252                   _CIM_StoragePool_GetSupportedSizes_parameters,
107253               };
107254               
107255               static const char*
107256               _CIM_StoragePool_GetSupportedSizeRange_ElementType_qualifiers[] =
107257               {
107258                   /* IN */
107259                   "\024\001",
107260                   /* ValueMap */
107261                   "\061\000\0032\0003\0004\000",
107262                   /* Values */
107263                   "\062\000\003Storage Pool\000Storage Volume\000Logical Disk\000",
107264                   0,
107265               };
107266               
107267               static MetaProperty
107268 mike  1.1.2.1 _CIM_StoragePool_GetSupportedSizeRange_ElementType =
107269               {
107270                   /* flags */
107271                   META_FLAG_PROPERTY|META_FLAG_IN,
107272                   /* name */
107273                   "ElementType",
107274                   /* qualifiers */
107275                   _CIM_StoragePool_GetSupportedSizeRange_ElementType_qualifiers,
107276                   /* type */
107277                   CIMTYPE_UINT16,
107278                   /* subscript */
107279                   -1,
107280                   /* value */
107281                   0,
107282               };
107283               
107284               static const char*
107285               _CIM_StoragePool_GetSupportedSizeRange_Goal_qualifiers[] =
107286               {
107287                   /* IN */
107288                   "\024\001",
107289 mike  1.1.2.1     0,
107290               };
107291               
107292               static MetaReference
107293               _CIM_StoragePool_GetSupportedSizeRange_Goal =
107294               {
107295                   /* flags */
107296                   META_FLAG_REFERENCE|META_FLAG_IN,
107297                   /* name */
107298                   "Goal",
107299                   /* qualifiers */
107300                   _CIM_StoragePool_GetSupportedSizeRange_Goal_qualifiers,
107301                   /* subscript */
107302                   -1,
107303                   /* ref */
107304                   &__root_cimv2_CIM_StorageSetting,
107305               };
107306               
107307               static const char*
107308               _CIM_StoragePool_GetSupportedSizeRange_MinimumVolumeSize_qualifiers[] =
107309               {
107310 mike  1.1.2.1     /* IN */
107311                   "\024\000",
107312                   /* OUT */
107313                   "\043\001",
107314                   /* Units */
107315                   "\060Bytes",
107316                   0,
107317               };
107318               
107319               static MetaProperty
107320               _CIM_StoragePool_GetSupportedSizeRange_MinimumVolumeSize =
107321               {
107322                   /* flags */
107323                   META_FLAG_PROPERTY|META_FLAG_OUT,
107324                   /* name */
107325                   "MinimumVolumeSize",
107326                   /* qualifiers */
107327                   _CIM_StoragePool_GetSupportedSizeRange_MinimumVolumeSize_qualifiers,
107328                   /* type */
107329                   CIMTYPE_UINT64,
107330                   /* subscript */
107331 mike  1.1.2.1     -1,
107332                   /* value */
107333                   0,
107334               };
107335               
107336               static const char*
107337               _CIM_StoragePool_GetSupportedSizeRange_MaximumVolumeSize_qualifiers[] =
107338               {
107339                   /* IN */
107340                   "\024\000",
107341                   /* OUT */
107342                   "\043\001",
107343                   /* Units */
107344                   "\060Bytes",
107345                   0,
107346               };
107347               
107348               static MetaProperty
107349               _CIM_StoragePool_GetSupportedSizeRange_MaximumVolumeSize =
107350               {
107351                   /* flags */
107352 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_OUT,
107353                   /* name */
107354                   "MaximumVolumeSize",
107355                   /* qualifiers */
107356                   _CIM_StoragePool_GetSupportedSizeRange_MaximumVolumeSize_qualifiers,
107357                   /* type */
107358                   CIMTYPE_UINT64,
107359                   /* subscript */
107360                   -1,
107361                   /* value */
107362                   0,
107363               };
107364               
107365               static const char*
107366               _CIM_StoragePool_GetSupportedSizeRange_VolumeSizeDivisor_qualifiers[] =
107367               {
107368                   /* IN */
107369                   "\024\000",
107370                   /* OUT */
107371                   "\043\001",
107372                   /* Units */
107373 mike  1.1.2.1     "\060Bytes",
107374                   0,
107375               };
107376               
107377               static MetaProperty
107378               _CIM_StoragePool_GetSupportedSizeRange_VolumeSizeDivisor =
107379               {
107380                   /* flags */
107381                   META_FLAG_PROPERTY|META_FLAG_OUT,
107382                   /* name */
107383                   "VolumeSizeDivisor",
107384                   /* qualifiers */
107385                   _CIM_StoragePool_GetSupportedSizeRange_VolumeSizeDivisor_qualifiers,
107386                   /* type */
107387                   CIMTYPE_UINT64,
107388                   /* subscript */
107389                   -1,
107390                   /* value */
107391                   0,
107392               };
107393               
107394 mike  1.1.2.1 static MetaFeature*
107395               _CIM_StoragePool_GetSupportedSizeRange_parameters[] =
107396               {
107397                   (MetaFeature*)&_CIM_StoragePool_GetSupportedSizeRange_ElementType,
107398                   (MetaFeature*)&_CIM_StoragePool_GetSupportedSizeRange_Goal,
107399                   (MetaFeature*)&_CIM_StoragePool_GetSupportedSizeRange_MinimumVolumeSize,
107400                   (MetaFeature*)&_CIM_StoragePool_GetSupportedSizeRange_MaximumVolumeSize,
107401                   (MetaFeature*)&_CIM_StoragePool_GetSupportedSizeRange_VolumeSizeDivisor,
107402                   0,
107403               };
107404               
107405               static const char*
107406               _CIM_StoragePool_GetSupportedSizeRange_qualifiers[] =
107407               {
107408                   /* ValueMap */
107409                   "\061\000\0030\0001\0002\000",
107410                   /* Values */
107411                   "\062\000\003Method completed OK\000Method not supported\000Use GetSupportedSizes instead\000",
107412                   0,
107413               };
107414               
107415 mike  1.1.2.1 static MetaMethod
107416               _CIM_StoragePool_GetSupportedSizeRange =
107417               {
107418                   /* flags */
107419                   META_FLAG_METHOD,
107420                   /* name */
107421                   "CIM_StoragePool",
107422                   /* qualifiers */
107423                   _CIM_StoragePool_GetSupportedSizeRange_qualifiers,
107424                   /* type */
107425                   CIMTYPE_UINT32,
107426                   /* parameters */
107427                   _CIM_StoragePool_GetSupportedSizeRange_parameters,
107428               };
107429               
107430               static const char*
107431               _CIM_StoragePool_GetAvailableExtents_Goal_qualifiers[] =
107432               {
107433                   /* IN */
107434                   "\024\001",
107435                   0,
107436 mike  1.1.2.1 };
107437               
107438               static MetaReference
107439               _CIM_StoragePool_GetAvailableExtents_Goal =
107440               {
107441                   /* flags */
107442                   META_FLAG_REFERENCE|META_FLAG_IN,
107443                   /* name */
107444                   "Goal",
107445                   /* qualifiers */
107446                   _CIM_StoragePool_GetAvailableExtents_Goal_qualifiers,
107447                   /* subscript */
107448                   -1,
107449                   /* ref */
107450                   &__root_cimv2_CIM_StorageSetting,
107451               };
107452               
107453               static const char*
107454               _CIM_StoragePool_GetAvailableExtents_AvailableExtents_qualifiers[] =
107455               {
107456                   /* OUT */
107457 mike  1.1.2.1     "\043\001",
107458                   0,
107459               };
107460               
107461               static MetaReference
107462               _CIM_StoragePool_GetAvailableExtents_AvailableExtents =
107463               {
107464                   /* flags */
107465                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
107466                   /* name */
107467                   "AvailableExtents",
107468                   /* qualifiers */
107469                   _CIM_StoragePool_GetAvailableExtents_AvailableExtents_qualifiers,
107470                   /* subscript */
107471                   0,
107472                   /* ref */
107473                   &__root_cimv2_CIM_StorageExtent,
107474               };
107475               
107476               static MetaFeature*
107477               _CIM_StoragePool_GetAvailableExtents_parameters[] =
107478 mike  1.1.2.1 {
107479                   (MetaFeature*)&_CIM_StoragePool_GetAvailableExtents_Goal,
107480                   (MetaFeature*)&_CIM_StoragePool_GetAvailableExtents_AvailableExtents,
107481                   0,
107482               };
107483               
107484               static const char*
107485               _CIM_StoragePool_GetAvailableExtents_qualifiers[] =
107486               {
107487                   /* ValueMap */
107488                   "\061\000\0120\0001\0002\0003\0004\0005\0006\000..\0004098..32767\00032768..65535\000",
107489                   /* Values */
107490                   "\062\000\012Completed with No Error\000Not Supported\000Unknown\000Timeout\000Failed\000Invalid Parameter\000In Use\000DMTF Reserved\000Method Reserved\000Vendor Specific\000",
107491                   0,
107492               };
107493               
107494               static MetaMethod
107495               _CIM_StoragePool_GetAvailableExtents =
107496               {
107497                   /* flags */
107498                   META_FLAG_METHOD,
107499 mike  1.1.2.1     /* name */
107500                   "CIM_StoragePool",
107501                   /* qualifiers */
107502                   _CIM_StoragePool_GetAvailableExtents_qualifiers,
107503                   /* type */
107504                   CIMTYPE_UINT32,
107505                   /* parameters */
107506                   _CIM_StoragePool_GetAvailableExtents_parameters,
107507               };
107508               
107509               static MetaFeature*
107510               _CIM_StoragePool_features[] =
107511               {
107512                   (MetaFeature*)&_CIM_StoragePool_InstanceID,
107513                   (MetaFeature*)&_CIM_StoragePool_PoolID,
107514                   (MetaFeature*)&_CIM_StoragePool_Primordial,
107515                   (MetaFeature*)&_CIM_StoragePool_TotalManagedSpace,
107516                   (MetaFeature*)&_CIM_StoragePool_RemainingManagedSpace,
107517                   (MetaFeature*)&_CIM_StoragePool_GetSupportedSizes,
107518                   (MetaFeature*)&_CIM_StoragePool_GetSupportedSizeRange,
107519                   (MetaFeature*)&_CIM_StoragePool_GetAvailableExtents,
107520 mike  1.1.2.1     0,
107521               };
107522               
107523               static const char*
107524               __root_cimv2_CIM_StoragePool_qualifiers[] =
107525               {
107526                   /* UMLPackagePath */
107527                   "\057CIM::Device::StorageServices",
107528                   /* Version */
107529                   "\0632.13.0",
107530                   0,
107531               };
107532               
107533               MetaClass
107534               __root_cimv2_CIM_StoragePool =
107535               {
107536                   /* flags */
107537                   META_FLAG_CLASS,
107538                   /* name */
107539                   "CIM_StoragePool",
107540                   /* qualifiers */
107541 mike  1.1.2.1     __root_cimv2_CIM_StoragePool_qualifiers,
107542                   /* super */
107543                   &__root_cimv2_CIM_LogicalElement,
107544                   /* features */
107545                   _CIM_StoragePool_features,
107546               };
107547               
107548               //==============================================================================
107549               //
107550               // Class: CIM_StorageVolume
107551               //
107552               //==============================================================================
107553               
107554               static const char*
107555               _CIM_StorageVolume_Name_qualifiers[] =
107556               {
107557                   /* Override */
107558                   "\044Name",
107559                   /* MappingStrings */
107560                   "\026\000\001ANSI|T10|SCSI SPC-3|8.6\000",
107561                   /* ModelCorrespondence */
107562 mike  1.1.2.1     "\036\000\001CIM_StorageVolume.NameFormat\000",
107563                   0,
107564               };
107565               
107566               static MetaProperty
107567               _CIM_StorageVolume_Name =
107568               {
107569                   /* flags */
107570                   META_FLAG_PROPERTY|META_FLAG_READ,
107571                   /* name */
107572                   "Name",
107573                   /* qualifiers */
107574                   _CIM_StorageVolume_Name_qualifiers,
107575                   /* type */
107576                   CIMTYPE_STRING,
107577                   /* subscript */
107578                   -1,
107579                   /* value */
107580                   0,
107581               };
107582               
107583 mike  1.1.2.1 static const char*
107584               _CIM_StorageVolume_NameFormat_qualifiers[] =
107585               {
107586                   /* ValueMap */
107587                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
107588                   /* Values */
107589                   "\062\000\014Unknown\000Other\000VPD83NAA6\000VPD83NAA5\000VPD83Type2\000VPD83Type1\000VPD83Type0\000SNVM\000NodeWWN\000NAA\000EUI64\000T10VID\000",
107590                   /* ModelCorrespondence */
107591                   "\036\000\002CIM_StorageVolume.Name\000CIM_StorageVolume.OtherNameFormat\000",
107592                   0,
107593               };
107594               
107595               static MetaProperty
107596               _CIM_StorageVolume_NameFormat =
107597               {
107598                   /* flags */
107599                   META_FLAG_PROPERTY|META_FLAG_READ,
107600                   /* name */
107601                   "NameFormat",
107602                   /* qualifiers */
107603                   _CIM_StorageVolume_NameFormat_qualifiers,
107604 mike  1.1.2.1     /* type */
107605                   CIMTYPE_UINT16,
107606                   /* subscript */
107607                   -1,
107608                   /* value */
107609                   0,
107610               };
107611               
107612               static const char*
107613               _CIM_StorageVolume_NameNamespace_qualifiers[] =
107614               {
107615                   /* ValueMap */
107616                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
107617                   /* Values */
107618                   "\062\000\010Unknown\000Other\000VPD83Type3\000VPD83Type2\000VPD83Type1\000VPD80\000NodeWWN\000SNVM\000",
107619                   /* MappingStrings */
107620                   "\026\000\001INCITS|T10|SCSI SPC-3|Vital Product Data Parameters\000",
107621                   /* ModelCorrespondence */
107622                   "\036\000\002CIM_StorageVolume.Name\000CIM_StorageVolume.OtherNameNamespace\000",
107623                   0,
107624               };
107625 mike  1.1.2.1 
107626               static MetaProperty
107627               _CIM_StorageVolume_NameNamespace =
107628               {
107629                   /* flags */
107630                   META_FLAG_PROPERTY|META_FLAG_READ,
107631                   /* name */
107632                   "NameNamespace",
107633                   /* qualifiers */
107634                   _CIM_StorageVolume_NameNamespace_qualifiers,
107635                   /* type */
107636                   CIMTYPE_UINT16,
107637                   /* subscript */
107638                   -1,
107639                   /* value */
107640                   0,
107641               };
107642               
107643               static const char*
107644               _CIM_StorageVolume_OtherNameNamespace_qualifiers[] =
107645               {
107646 mike  1.1.2.1     /* ModelCorrespondence */
107647                   "\036\000\001CIM_StorageVolume.NameNamespace\000",
107648                   0,
107649               };
107650               
107651               static MetaProperty
107652               _CIM_StorageVolume_OtherNameNamespace =
107653               {
107654                   /* flags */
107655                   META_FLAG_PROPERTY|META_FLAG_READ,
107656                   /* name */
107657                   "OtherNameNamespace",
107658                   /* qualifiers */
107659                   _CIM_StorageVolume_OtherNameNamespace_qualifiers,
107660                   /* type */
107661                   CIMTYPE_STRING,
107662                   /* subscript */
107663                   -1,
107664                   /* value */
107665                   0,
107666               };
107667 mike  1.1.2.1 
107668               static const char*
107669               _CIM_StorageVolume_OtherNameFormat_qualifiers[] =
107670               {
107671                   /* ModelCorrespondence */
107672                   "\036\000\001CIM_StorageVolume.NameFormat\000",
107673                   0,
107674               };
107675               
107676               static MetaProperty
107677               _CIM_StorageVolume_OtherNameFormat =
107678               {
107679                   /* flags */
107680                   META_FLAG_PROPERTY|META_FLAG_READ,
107681                   /* name */
107682                   "OtherNameFormat",
107683                   /* qualifiers */
107684                   _CIM_StorageVolume_OtherNameFormat_qualifiers,
107685                   /* type */
107686                   CIMTYPE_STRING,
107687                   /* subscript */
107688 mike  1.1.2.1     -1,
107689                   /* value */
107690                   0,
107691               };
107692               
107693               static MetaFeature*
107694               _CIM_StorageVolume_features[] =
107695               {
107696                   (MetaFeature*)&_CIM_StorageVolume_Name,
107697                   (MetaFeature*)&_CIM_StorageVolume_NameFormat,
107698                   (MetaFeature*)&_CIM_StorageVolume_NameNamespace,
107699                   (MetaFeature*)&_CIM_StorageVolume_OtherNameNamespace,
107700                   (MetaFeature*)&_CIM_StorageVolume_OtherNameFormat,
107701                   0,
107702               };
107703               
107704               static const char*
107705               __root_cimv2_CIM_StorageVolume_qualifiers[] =
107706               {
107707                   /* UMLPackagePath */
107708                   "\057CIM::Device::StorageExtents",
107709 mike  1.1.2.1     /* Version */
107710                   "\0632.8.2",
107711                   0,
107712               };
107713               
107714               MetaClass
107715               __root_cimv2_CIM_StorageVolume =
107716               {
107717                   /* flags */
107718                   META_FLAG_CLASS,
107719                   /* name */
107720                   "CIM_StorageVolume",
107721                   /* qualifiers */
107722                   __root_cimv2_CIM_StorageVolume_qualifiers,
107723                   /* super */
107724                   &__root_cimv2_CIM_StorageExtent,
107725                   /* features */
107726                   _CIM_StorageVolume_features,
107727               };
107728               
107729               //==============================================================================
107730 mike  1.1.2.1 //
107731               // Class: CIM_SuppliesPower
107732               //
107733               //==============================================================================
107734               
107735               static const char*
107736               _CIM_SuppliesPower_Antecedent_qualifiers[] =
107737               {
107738                   /* Override */
107739                   "\044Antecedent",
107740                   0,
107741               };
107742               
107743               static MetaReference
107744               _CIM_SuppliesPower_Antecedent =
107745               {
107746                   /* flags */
107747                   META_FLAG_REFERENCE|META_FLAG_READ,
107748                   /* name */
107749                   "Antecedent",
107750                   /* qualifiers */
107751 mike  1.1.2.1     _CIM_SuppliesPower_Antecedent_qualifiers,
107752                   /* subscript */
107753                   -1,
107754                   /* refId */
107755                   &__root_cimv2_CIM_PowerSupply,
107756               };
107757               
107758               static const char*
107759               _CIM_SuppliesPower_Dependent_qualifiers[] =
107760               {
107761                   /* Override */
107762                   "\044Dependent",
107763                   0,
107764               };
107765               
107766               static MetaReference
107767               _CIM_SuppliesPower_Dependent =
107768               {
107769                   /* flags */
107770                   META_FLAG_REFERENCE|META_FLAG_READ,
107771                   /* name */
107772 mike  1.1.2.1     "Dependent",
107773                   /* qualifiers */
107774                   _CIM_SuppliesPower_Dependent_qualifiers,
107775                   /* subscript */
107776                   -1,
107777                   /* refId */
107778                   &__root_cimv2_CIM_LogicalDevice,
107779               };
107780               
107781               static MetaFeature*
107782               _CIM_SuppliesPower_features[] =
107783               {
107784                   (MetaFeature*)&_CIM_SuppliesPower_Antecedent,
107785                   (MetaFeature*)&_CIM_SuppliesPower_Dependent,
107786                   0,
107787               };
107788               
107789               static const char*
107790               __root_cimv2_CIM_SuppliesPower_qualifiers[] =
107791               {
107792                   /* ASSOCIATION */
107793 mike  1.1.2.1     "\000\001",
107794                   /* UMLPackagePath */
107795                   "\057CIM::Device::CoolingAndPower",
107796                   /* Version */
107797                   "\0632.10.0",
107798                   0,
107799               };
107800               
107801               MetaClass
107802               __root_cimv2_CIM_SuppliesPower =
107803               {
107804                   /* flags */
107805                   META_FLAG_ASSOCIATION,
107806                   /* name */
107807                   "CIM_SuppliesPower",
107808                   /* qualifiers */
107809                   __root_cimv2_CIM_SuppliesPower_qualifiers,
107810                   /* super */
107811                   &__root_cimv2_CIM_Dependency,
107812                   /* features */
107813                   _CIM_SuppliesPower_features,
107814 mike  1.1.2.1 };
107815               
107816               //==============================================================================
107817               //
107818               // Class: CIM_System
107819               //
107820               //==============================================================================
107821               
107822               static const char*
107823               _CIM_System_CreationClassName_qualifiers[] =
107824               {
107825                   /* Key */
107826                   "\025\001",
107827                   /* MaxLen */
107828                   "\030\000\000\001\000",
107829                   0,
107830               };
107831               
107832               static MetaProperty
107833               _CIM_System_CreationClassName =
107834               {
107835 mike  1.1.2.1     /* flags */
107836                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
107837                   /* name */
107838                   "CreationClassName",
107839                   /* qualifiers */
107840                   _CIM_System_CreationClassName_qualifiers,
107841                   /* type */
107842                   CIMTYPE_STRING,
107843                   /* subscript */
107844                   -1,
107845                   /* value */
107846                   0,
107847               };
107848               
107849               static const char*
107850               _CIM_System_Name_qualifiers[] =
107851               {
107852                   /* Key */
107853                   "\025\001",
107854                   /* Override */
107855                   "\044Name",
107856 mike  1.1.2.1     /* MaxLen */
107857                   "\030\000\000\001\000",
107858                   0,
107859               };
107860               
107861               static MetaProperty
107862               _CIM_System_Name =
107863               {
107864                   /* flags */
107865                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
107866                   /* name */
107867                   "Name",
107868                   /* qualifiers */
107869                   _CIM_System_Name_qualifiers,
107870                   /* type */
107871                   CIMTYPE_STRING,
107872                   /* subscript */
107873                   -1,
107874                   /* value */
107875                   0,
107876               };
107877 mike  1.1.2.1 
107878               static const char*
107879               _CIM_System_NameFormat_qualifiers[] =
107880               {
107881                   /* MaxLen */
107882                   "\030\000\000\000\100",
107883                   0,
107884               };
107885               
107886               static MetaProperty
107887               _CIM_System_NameFormat =
107888               {
107889                   /* flags */
107890                   META_FLAG_PROPERTY|META_FLAG_READ,
107891                   /* name */
107892                   "NameFormat",
107893                   /* qualifiers */
107894                   _CIM_System_NameFormat_qualifiers,
107895                   /* type */
107896                   CIMTYPE_STRING,
107897                   /* subscript */
107898 mike  1.1.2.1     -1,
107899                   /* value */
107900                   0,
107901               };
107902               
107903               static const char*
107904               _CIM_System_PrimaryOwnerName_qualifiers[] =
107905               {
107906                   /* Write */
107907                   "\065\001",
107908                   /* MaxLen */
107909                   "\030\000\000\000\100",
107910                   /* MappingStrings */
107911                   "\026\000\001MIF.DMTF|General Information|001.3\000",
107912                   0,
107913               };
107914               
107915               static MetaProperty
107916               _CIM_System_PrimaryOwnerName =
107917               {
107918                   /* flags */
107919 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
107920                   /* name */
107921                   "PrimaryOwnerName",
107922                   /* qualifiers */
107923                   _CIM_System_PrimaryOwnerName_qualifiers,
107924                   /* type */
107925                   CIMTYPE_STRING,
107926                   /* subscript */
107927                   -1,
107928                   /* value */
107929                   0,
107930               };
107931               
107932               static const char*
107933               _CIM_System_PrimaryOwnerContact_qualifiers[] =
107934               {
107935                   /* Write */
107936                   "\065\001",
107937                   /* MaxLen */
107938                   "\030\000\000\001\000",
107939                   /* MappingStrings */
107940 mike  1.1.2.1     "\026\000\001MIF.DMTF|General Information|001.4\000",
107941                   0,
107942               };
107943               
107944               static MetaProperty
107945               _CIM_System_PrimaryOwnerContact =
107946               {
107947                   /* flags */
107948                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
107949                   /* name */
107950                   "PrimaryOwnerContact",
107951                   /* qualifiers */
107952                   _CIM_System_PrimaryOwnerContact_qualifiers,
107953                   /* type */
107954                   CIMTYPE_STRING,
107955                   /* subscript */
107956                   -1,
107957                   /* value */
107958                   0,
107959               };
107960               
107961 mike  1.1.2.1 static const char*
107962               _CIM_System_Roles_qualifiers[] =
107963               {
107964                   /* Write */
107965                   "\065\001",
107966                   0,
107967               };
107968               
107969               static MetaProperty
107970               _CIM_System_Roles =
107971               {
107972                   /* flags */
107973                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
107974                   /* name */
107975                   "Roles",
107976                   /* qualifiers */
107977                   _CIM_System_Roles_qualifiers,
107978                   /* type */
107979                   CIMTYPE_STRING,
107980                   /* subscript */
107981                   0,
107982 mike  1.1.2.1     /* value */
107983                   0,
107984               };
107985               
107986               static MetaFeature*
107987               _CIM_System_features[] =
107988               {
107989                   (MetaFeature*)&_CIM_System_CreationClassName,
107990                   (MetaFeature*)&_CIM_System_Name,
107991                   (MetaFeature*)&_CIM_System_NameFormat,
107992                   (MetaFeature*)&_CIM_System_PrimaryOwnerName,
107993                   (MetaFeature*)&_CIM_System_PrimaryOwnerContact,
107994                   (MetaFeature*)&_CIM_System_Roles,
107995                   0,
107996               };
107997               
107998               static const char*
107999               __root_cimv2_CIM_System_qualifiers[] =
108000               {
108001                   /* UMLPackagePath */
108002                   "\057CIM::Core::CoreElements",
108003 mike  1.1.2.1     /* Abstract */
108004                   "\002\001",
108005                   /* Version */
108006                   "\0632.7.0",
108007                   0,
108008               };
108009               
108010               MetaClass
108011               __root_cimv2_CIM_System =
108012               {
108013                   /* flags */
108014                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
108015                   /* name */
108016                   "CIM_System",
108017                   /* qualifiers */
108018                   __root_cimv2_CIM_System_qualifiers,
108019                   /* super */
108020                   &__root_cimv2_CIM_EnabledLogicalElement,
108021                   /* features */
108022                   _CIM_System_features,
108023               };
108024 mike  1.1.2.1 
108025               //==============================================================================
108026               //
108027               // Class: CIM_SystemAdministrator
108028               //
108029               //==============================================================================
108030               
108031               static const char*
108032               _CIM_SystemAdministrator_Antecedent_qualifiers[] =
108033               {
108034                   /* Override */
108035                   "\044Antecedent",
108036                   0,
108037               };
108038               
108039               static MetaReference
108040               _CIM_SystemAdministrator_Antecedent =
108041               {
108042                   /* flags */
108043                   META_FLAG_REFERENCE|META_FLAG_READ,
108044                   /* name */
108045 mike  1.1.2.1     "Antecedent",
108046                   /* qualifiers */
108047                   _CIM_SystemAdministrator_Antecedent_qualifiers,
108048                   /* subscript */
108049                   -1,
108050                   /* refId */
108051                   &__root_cimv2_CIM_System,
108052               };
108053               
108054               static const char*
108055               _CIM_SystemAdministrator_Dependent_qualifiers[] =
108056               {
108057                   /* Override */
108058                   "\044Dependent",
108059                   0,
108060               };
108061               
108062               static MetaReference
108063               _CIM_SystemAdministrator_Dependent =
108064               {
108065                   /* flags */
108066 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
108067                   /* name */
108068                   "Dependent",
108069                   /* qualifiers */
108070                   _CIM_SystemAdministrator_Dependent_qualifiers,
108071                   /* subscript */
108072                   -1,
108073                   /* refId */
108074                   &__root_cimv2_CIM_UserEntity,
108075               };
108076               
108077               static MetaFeature*
108078               _CIM_SystemAdministrator_features[] =
108079               {
108080                   (MetaFeature*)&_CIM_SystemAdministrator_Antecedent,
108081                   (MetaFeature*)&_CIM_SystemAdministrator_Dependent,
108082                   0,
108083               };
108084               
108085               static const char*
108086               __root_cimv2_CIM_SystemAdministrator_qualifiers[] =
108087 mike  1.1.2.1 {
108088                   /* ASSOCIATION */
108089                   "\000\001",
108090                   /* UMLPackagePath */
108091                   "\057CIM::User::Org",
108092                   /* Version */
108093                   "\0632.6.0",
108094                   0,
108095               };
108096               
108097               MetaClass
108098               __root_cimv2_CIM_SystemAdministrator =
108099               {
108100                   /* flags */
108101                   META_FLAG_ASSOCIATION,
108102                   /* name */
108103                   "CIM_SystemAdministrator",
108104                   /* qualifiers */
108105                   __root_cimv2_CIM_SystemAdministrator_qualifiers,
108106                   /* super */
108107                   &__root_cimv2_CIM_Dependency,
108108 mike  1.1.2.1     /* features */
108109                   _CIM_SystemAdministrator_features,
108110               };
108111               
108112               //==============================================================================
108113               //
108114               // Class: CIM_SystemAdministratorGroup
108115               //
108116               //==============================================================================
108117               
108118               static const char*
108119               _CIM_SystemAdministratorGroup_Antecedent_qualifiers[] =
108120               {
108121                   /* Override */
108122                   "\044Antecedent",
108123                   0,
108124               };
108125               
108126               static MetaReference
108127               _CIM_SystemAdministratorGroup_Antecedent =
108128               {
108129 mike  1.1.2.1     /* flags */
108130                   META_FLAG_REFERENCE|META_FLAG_READ,
108131                   /* name */
108132                   "Antecedent",
108133                   /* qualifiers */
108134                   _CIM_SystemAdministratorGroup_Antecedent_qualifiers,
108135                   /* subscript */
108136                   -1,
108137                   /* refId */
108138                   &__root_cimv2_CIM_System,
108139               };
108140               
108141               static const char*
108142               _CIM_SystemAdministratorGroup_Dependent_qualifiers[] =
108143               {
108144                   /* Override */
108145                   "\044Dependent",
108146                   0,
108147               };
108148               
108149               static MetaReference
108150 mike  1.1.2.1 _CIM_SystemAdministratorGroup_Dependent =
108151               {
108152                   /* flags */
108153                   META_FLAG_REFERENCE|META_FLAG_READ,
108154                   /* name */
108155                   "Dependent",
108156                   /* qualifiers */
108157                   _CIM_SystemAdministratorGroup_Dependent_qualifiers,
108158                   /* subscript */
108159                   -1,
108160                   /* refId */
108161                   &__root_cimv2_CIM_Group,
108162               };
108163               
108164               static MetaFeature*
108165               _CIM_SystemAdministratorGroup_features[] =
108166               {
108167                   (MetaFeature*)&_CIM_SystemAdministratorGroup_Antecedent,
108168                   (MetaFeature*)&_CIM_SystemAdministratorGroup_Dependent,
108169                   0,
108170               };
108171 mike  1.1.2.1 
108172               static const char*
108173               __root_cimv2_CIM_SystemAdministratorGroup_qualifiers[] =
108174               {
108175                   /* ASSOCIATION */
108176                   "\000\001",
108177                   /* UMLPackagePath */
108178                   "\057CIM::User::Group",
108179                   /* Version */
108180                   "\0632.6.0",
108181                   0,
108182               };
108183               
108184               MetaClass
108185               __root_cimv2_CIM_SystemAdministratorGroup =
108186               {
108187                   /* flags */
108188                   META_FLAG_ASSOCIATION,
108189                   /* name */
108190                   "CIM_SystemAdministratorGroup",
108191                   /* qualifiers */
108192 mike  1.1.2.1     __root_cimv2_CIM_SystemAdministratorGroup_qualifiers,
108193                   /* super */
108194                   &__root_cimv2_CIM_Dependency,
108195                   /* features */
108196                   _CIM_SystemAdministratorGroup_features,
108197               };
108198               
108199               //==============================================================================
108200               //
108201               // Class: CIM_SystemAdministratorRole
108202               //
108203               //==============================================================================
108204               
108205               static const char*
108206               _CIM_SystemAdministratorRole_Antecedent_qualifiers[] =
108207               {
108208                   /* Override */
108209                   "\044Antecedent",
108210                   0,
108211               };
108212               
108213 mike  1.1.2.1 static MetaReference
108214               _CIM_SystemAdministratorRole_Antecedent =
108215               {
108216                   /* flags */
108217                   META_FLAG_REFERENCE|META_FLAG_READ,
108218                   /* name */
108219                   "Antecedent",
108220                   /* qualifiers */
108221                   _CIM_SystemAdministratorRole_Antecedent_qualifiers,
108222                   /* subscript */
108223                   -1,
108224                   /* refId */
108225                   &__root_cimv2_CIM_System,
108226               };
108227               
108228               static const char*
108229               _CIM_SystemAdministratorRole_Dependent_qualifiers[] =
108230               {
108231                   /* Override */
108232                   "\044Dependent",
108233                   0,
108234 mike  1.1.2.1 };
108235               
108236               static MetaReference
108237               _CIM_SystemAdministratorRole_Dependent =
108238               {
108239                   /* flags */
108240                   META_FLAG_REFERENCE|META_FLAG_READ,
108241                   /* name */
108242                   "Dependent",
108243                   /* qualifiers */
108244                   _CIM_SystemAdministratorRole_Dependent_qualifiers,
108245                   /* subscript */
108246                   -1,
108247                   /* refId */
108248                   &__root_cimv2_CIM_Role,
108249               };
108250               
108251               static MetaFeature*
108252               _CIM_SystemAdministratorRole_features[] =
108253               {
108254                   (MetaFeature*)&_CIM_SystemAdministratorRole_Antecedent,
108255 mike  1.1.2.1     (MetaFeature*)&_CIM_SystemAdministratorRole_Dependent,
108256                   0,
108257               };
108258               
108259               static const char*
108260               __root_cimv2_CIM_SystemAdministratorRole_qualifiers[] =
108261               {
108262                   /* ASSOCIATION */
108263                   "\000\001",
108264                   /* UMLPackagePath */
108265                   "\057CIM::User::Role",
108266                   /* Version */
108267                   "\0632.6.0",
108268                   0,
108269               };
108270               
108271               MetaClass
108272               __root_cimv2_CIM_SystemAdministratorRole =
108273               {
108274                   /* flags */
108275                   META_FLAG_ASSOCIATION,
108276 mike  1.1.2.1     /* name */
108277                   "CIM_SystemAdministratorRole",
108278                   /* qualifiers */
108279                   __root_cimv2_CIM_SystemAdministratorRole_qualifiers,
108280                   /* super */
108281                   &__root_cimv2_CIM_Dependency,
108282                   /* features */
108283                   _CIM_SystemAdministratorRole_features,
108284               };
108285               
108286               //==============================================================================
108287               //
108288               // Class: CIM_SystemComponent
108289               //
108290               //==============================================================================
108291               
108292               static const char*
108293               _CIM_SystemComponent_GroupComponent_qualifiers[] =
108294               {
108295                   /* Aggregate */
108296                   "\003\001",
108297 mike  1.1.2.1     /* Override */
108298                   "\044GroupComponent",
108299                   0,
108300               };
108301               
108302               static MetaReference
108303               _CIM_SystemComponent_GroupComponent =
108304               {
108305                   /* flags */
108306                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
108307                   /* name */
108308                   "GroupComponent",
108309                   /* qualifiers */
108310                   _CIM_SystemComponent_GroupComponent_qualifiers,
108311                   /* subscript */
108312                   -1,
108313                   /* refId */
108314                   &__root_cimv2_CIM_System,
108315               };
108316               
108317               static const char*
108318 mike  1.1.2.1 _CIM_SystemComponent_PartComponent_qualifiers[] =
108319               {
108320                   /* Override */
108321                   "\044PartComponent",
108322                   0,
108323               };
108324               
108325               static MetaReference
108326               _CIM_SystemComponent_PartComponent =
108327               {
108328                   /* flags */
108329                   META_FLAG_REFERENCE|META_FLAG_READ,
108330                   /* name */
108331                   "PartComponent",
108332                   /* qualifiers */
108333                   _CIM_SystemComponent_PartComponent_qualifiers,
108334                   /* subscript */
108335                   -1,
108336                   /* refId */
108337                   &__root_cimv2_CIM_ManagedSystemElement,
108338               };
108339 mike  1.1.2.1 
108340               static MetaFeature*
108341               _CIM_SystemComponent_features[] =
108342               {
108343                   (MetaFeature*)&_CIM_SystemComponent_GroupComponent,
108344                   (MetaFeature*)&_CIM_SystemComponent_PartComponent,
108345                   0,
108346               };
108347               
108348               static const char*
108349               __root_cimv2_CIM_SystemComponent_qualifiers[] =
108350               {
108351                   /* ASSOCIATION */
108352                   "\000\001",
108353                   /* UMLPackagePath */
108354                   "\057CIM::Core::CoreElements",
108355                   /* Aggregation */
108356                   "\004\001",
108357                   /* Version */
108358                   "\0632.10.0",
108359                   0,
108360 mike  1.1.2.1 };
108361               
108362               MetaClass
108363               __root_cimv2_CIM_SystemComponent =
108364               {
108365                   /* flags */
108366                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
108367                   /* name */
108368                   "CIM_SystemComponent",
108369                   /* qualifiers */
108370                   __root_cimv2_CIM_SystemComponent_qualifiers,
108371                   /* super */
108372                   &__root_cimv2_CIM_Component,
108373                   /* features */
108374                   _CIM_SystemComponent_features,
108375               };
108376               
108377               //==============================================================================
108378               //
108379               // Class: CIM_SystemDevice
108380               //
108381 mike  1.1.2.1 //==============================================================================
108382               
108383               static const char*
108384               _CIM_SystemDevice_GroupComponent_qualifiers[] =
108385               {
108386                   /* Aggregate */
108387                   "\003\001",
108388                   /* Override */
108389                   "\044GroupComponent",
108390                   /* Min */
108391                   "\033\000\000\000\001",
108392                   /* Max */
108393                   "\027\000\000\000\001",
108394                   0,
108395               };
108396               
108397               static MetaReference
108398               _CIM_SystemDevice_GroupComponent =
108399               {
108400                   /* flags */
108401                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
108402 mike  1.1.2.1     /* name */
108403                   "GroupComponent",
108404                   /* qualifiers */
108405                   _CIM_SystemDevice_GroupComponent_qualifiers,
108406                   /* subscript */
108407                   -1,
108408                   /* refId */
108409                   &__root_cimv2_CIM_System,
108410               };
108411               
108412               static const char*
108413               _CIM_SystemDevice_PartComponent_qualifiers[] =
108414               {
108415                   /* Override */
108416                   "\044PartComponent",
108417                   /* Weak */
108418                   "\064\001",
108419                   0,
108420               };
108421               
108422               static MetaReference
108423 mike  1.1.2.1 _CIM_SystemDevice_PartComponent =
108424               {
108425                   /* flags */
108426                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
108427                   /* name */
108428                   "PartComponent",
108429                   /* qualifiers */
108430                   _CIM_SystemDevice_PartComponent_qualifiers,
108431                   /* subscript */
108432                   -1,
108433                   /* refId */
108434                   &__root_cimv2_CIM_LogicalDevice,
108435               };
108436               
108437               static MetaFeature*
108438               _CIM_SystemDevice_features[] =
108439               {
108440                   (MetaFeature*)&_CIM_SystemDevice_GroupComponent,
108441                   (MetaFeature*)&_CIM_SystemDevice_PartComponent,
108442                   0,
108443               };
108444 mike  1.1.2.1 
108445               static const char*
108446               __root_cimv2_CIM_SystemDevice_qualifiers[] =
108447               {
108448                   /* ASSOCIATION */
108449                   "\000\001",
108450                   /* UMLPackagePath */
108451                   "\057CIM::Core::Device",
108452                   /* Aggregation */
108453                   "\004\001",
108454                   /* Composition */
108455                   "\011\001",
108456                   /* Version */
108457                   "\0632.10.0",
108458                   0,
108459               };
108460               
108461               MetaClass
108462               __root_cimv2_CIM_SystemDevice =
108463               {
108464                   /* flags */
108465 mike  1.1.2.1     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
108466                   /* name */
108467                   "CIM_SystemDevice",
108468                   /* qualifiers */
108469                   __root_cimv2_CIM_SystemDevice_qualifiers,
108470                   /* super */
108471                   &__root_cimv2_CIM_SystemComponent,
108472                   /* features */
108473                   _CIM_SystemDevice_features,
108474               };
108475               
108476               //==============================================================================
108477               //
108478               // Class: CIM_SystemPackaging
108479               //
108480               //==============================================================================
108481               
108482               static const char*
108483               _CIM_SystemPackaging_Antecedent_qualifiers[] =
108484               {
108485                   /* Override */
108486 mike  1.1.2.1     "\044Antecedent",
108487                   0,
108488               };
108489               
108490               static MetaReference
108491               _CIM_SystemPackaging_Antecedent =
108492               {
108493                   /* flags */
108494                   META_FLAG_REFERENCE|META_FLAG_READ,
108495                   /* name */
108496                   "Antecedent",
108497                   /* qualifiers */
108498                   _CIM_SystemPackaging_Antecedent_qualifiers,
108499                   /* subscript */
108500                   -1,
108501                   /* refId */
108502                   &__root_cimv2_CIM_PhysicalElement,
108503               };
108504               
108505               static const char*
108506               _CIM_SystemPackaging_Dependent_qualifiers[] =
108507 mike  1.1.2.1 {
108508                   /* Override */
108509                   "\044Dependent",
108510                   0,
108511               };
108512               
108513               static MetaReference
108514               _CIM_SystemPackaging_Dependent =
108515               {
108516                   /* flags */
108517                   META_FLAG_REFERENCE|META_FLAG_READ,
108518                   /* name */
108519                   "Dependent",
108520                   /* qualifiers */
108521                   _CIM_SystemPackaging_Dependent_qualifiers,
108522                   /* subscript */
108523                   -1,
108524                   /* refId */
108525                   &__root_cimv2_CIM_System,
108526               };
108527               
108528 mike  1.1.2.1 static MetaFeature*
108529               _CIM_SystemPackaging_features[] =
108530               {
108531                   (MetaFeature*)&_CIM_SystemPackaging_Antecedent,
108532                   (MetaFeature*)&_CIM_SystemPackaging_Dependent,
108533                   0,
108534               };
108535               
108536               static const char*
108537               __root_cimv2_CIM_SystemPackaging_qualifiers[] =
108538               {
108539                   /* ASSOCIATION */
108540                   "\000\001",
108541                   /* UMLPackagePath */
108542                   "\057CIM::Core::Physical",
108543                   /* Version */
108544                   "\0632.10.0",
108545                   0,
108546               };
108547               
108548               MetaClass
108549 mike  1.1.2.1 __root_cimv2_CIM_SystemPackaging =
108550               {
108551                   /* flags */
108552                   META_FLAG_ASSOCIATION,
108553                   /* name */
108554                   "CIM_SystemPackaging",
108555                   /* qualifiers */
108556                   __root_cimv2_CIM_SystemPackaging_qualifiers,
108557                   /* super */
108558                   &__root_cimv2_CIM_Dependency,
108559                   /* features */
108560                   _CIM_SystemPackaging_features,
108561               };
108562               
108563               //==============================================================================
108564               //
108565               // Class: CIM_SystemResource
108566               //
108567               //==============================================================================
108568               
108569               static const char*
108570 mike  1.1.2.1 _CIM_SystemResource_Shareable_qualifiers[] =
108571               {
108572                   0,
108573               };
108574               
108575               static MetaProperty
108576               _CIM_SystemResource_Shareable =
108577               {
108578                   /* flags */
108579                   META_FLAG_PROPERTY|META_FLAG_READ,
108580                   /* name */
108581                   "Shareable",
108582                   /* qualifiers */
108583                   _CIM_SystemResource_Shareable_qualifiers,
108584                   /* type */
108585                   CIMTYPE_BOOLEAN,
108586                   /* subscript */
108587                   -1,
108588                   /* value */
108589                   0,
108590               };
108591 mike  1.1.2.1 
108592               static const char*
108593               _CIM_SystemResource_ImplementationInfo_qualifiers[] =
108594               {
108595                   /* ValueMap */
108596                   "\061\000\0040\0002\0003\0004\000",
108597                   /* Values */
108598                   "\062\000\004Unknown\000Hardware Only\000Software Only\000Hardware and Software\000",
108599                   0,
108600               };
108601               
108602               static MetaProperty
108603               _CIM_SystemResource_ImplementationInfo =
108604               {
108605                   /* flags */
108606                   META_FLAG_PROPERTY|META_FLAG_READ,
108607                   /* name */
108608                   "ImplementationInfo",
108609                   /* qualifiers */
108610                   _CIM_SystemResource_ImplementationInfo_qualifiers,
108611                   /* type */
108612 mike  1.1.2.1     CIMTYPE_UINT16,
108613                   /* subscript */
108614                   -1,
108615                   /* value */
108616                   0,
108617               };
108618               
108619               static MetaFeature*
108620               _CIM_SystemResource_features[] =
108621               {
108622                   (MetaFeature*)&_CIM_SystemResource_Shareable,
108623                   (MetaFeature*)&_CIM_SystemResource_ImplementationInfo,
108624                   0,
108625               };
108626               
108627               static const char*
108628               __root_cimv2_CIM_SystemResource_qualifiers[] =
108629               {
108630                   /* UMLPackagePath */
108631                   "\057CIM::System::SystemResources",
108632                   /* Abstract */
108633 mike  1.1.2.1     "\002\001",
108634                   /* Version */
108635                   "\0632.7.0",
108636                   0,
108637               };
108638               
108639               MetaClass
108640               __root_cimv2_CIM_SystemResource =
108641               {
108642                   /* flags */
108643                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
108644                   /* name */
108645                   "CIM_SystemResource",
108646                   /* qualifiers */
108647                   __root_cimv2_CIM_SystemResource_qualifiers,
108648                   /* super */
108649                   &__root_cimv2_CIM_EnabledLogicalElement,
108650                   /* features */
108651                   _CIM_SystemResource_features,
108652               };
108653               
108654 mike  1.1.2.1 //==============================================================================
108655               //
108656               // Class: CIM_SystemStatistics
108657               //
108658               //==============================================================================
108659               
108660               static const char*
108661               _CIM_SystemStatistics_Stats_qualifiers[] =
108662               {
108663                   /* Override */
108664                   "\044Stats",
108665                   /* Weak */
108666                   "\064\001",
108667                   0,
108668               };
108669               
108670               static MetaReference
108671               _CIM_SystemStatistics_Stats =
108672               {
108673                   /* flags */
108674                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
108675 mike  1.1.2.1     /* name */
108676                   "Stats",
108677                   /* qualifiers */
108678                   _CIM_SystemStatistics_Stats_qualifiers,
108679                   /* subscript */
108680                   -1,
108681                   /* refId */
108682                   &__root_cimv2_CIM_SystemStatisticalInformation,
108683               };
108684               
108685               static const char*
108686               _CIM_SystemStatistics_Element_qualifiers[] =
108687               {
108688                   /* Override */
108689                   "\044Element",
108690                   /* Min */
108691                   "\033\000\000\000\001",
108692                   /* Max */
108693                   "\027\000\000\000\001",
108694                   0,
108695               };
108696 mike  1.1.2.1 
108697               static MetaReference
108698               _CIM_SystemStatistics_Element =
108699               {
108700                   /* flags */
108701                   META_FLAG_REFERENCE|META_FLAG_READ,
108702                   /* name */
108703                   "Element",
108704                   /* qualifiers */
108705                   _CIM_SystemStatistics_Element_qualifiers,
108706                   /* subscript */
108707                   -1,
108708                   /* refId */
108709                   &__root_cimv2_CIM_System,
108710               };
108711               
108712               static MetaFeature*
108713               _CIM_SystemStatistics_features[] =
108714               {
108715                   (MetaFeature*)&_CIM_SystemStatistics_Stats,
108716                   (MetaFeature*)&_CIM_SystemStatistics_Element,
108717 mike  1.1.2.1     0,
108718               };
108719               
108720               static const char*
108721               __root_cimv2_CIM_SystemStatistics_qualifiers[] =
108722               {
108723                   /* ASSOCIATION */
108724                   "\000\001",
108725                   /* UMLPackagePath */
108726                   "\057CIM::Core::Statistics",
108727                   /* Version */
108728                   "\0632.6.0",
108729                   0,
108730               };
108731               
108732               MetaClass
108733               __root_cimv2_CIM_SystemStatistics =
108734               {
108735                   /* flags */
108736                   META_FLAG_ASSOCIATION,
108737                   /* name */
108738 mike  1.1.2.1     "CIM_SystemStatistics",
108739                   /* qualifiers */
108740                   __root_cimv2_CIM_SystemStatistics_qualifiers,
108741                   /* super */
108742                   &__root_cimv2_CIM_Statistics,
108743                   /* features */
108744                   _CIM_SystemStatistics_features,
108745               };
108746               
108747               //==============================================================================
108748               //
108749               // Class: CIM_TapeDrive
108750               //
108751               //==============================================================================
108752               
108753               static const char*
108754               _CIM_TapeDrive_EOTWarningZoneSize_qualifiers[] =
108755               {
108756                   /* Units */
108757                   "\060Bytes",
108758                   0,
108759 mike  1.1.2.1 };
108760               
108761               static MetaProperty
108762               _CIM_TapeDrive_EOTWarningZoneSize =
108763               {
108764                   /* flags */
108765                   META_FLAG_PROPERTY|META_FLAG_READ,
108766                   /* name */
108767                   "EOTWarningZoneSize",
108768                   /* qualifiers */
108769                   _CIM_TapeDrive_EOTWarningZoneSize_qualifiers,
108770                   /* type */
108771                   CIMTYPE_UINT32,
108772                   /* subscript */
108773                   -1,
108774                   /* value */
108775                   0,
108776               };
108777               
108778               static const char*
108779               _CIM_TapeDrive_MaxPartitionCount_qualifiers[] =
108780 mike  1.1.2.1 {
108781                   0,
108782               };
108783               
108784               static MetaProperty
108785               _CIM_TapeDrive_MaxPartitionCount =
108786               {
108787                   /* flags */
108788                   META_FLAG_PROPERTY|META_FLAG_READ,
108789                   /* name */
108790                   "MaxPartitionCount",
108791                   /* qualifiers */
108792                   _CIM_TapeDrive_MaxPartitionCount_qualifiers,
108793                   /* type */
108794                   CIMTYPE_UINT32,
108795                   /* subscript */
108796                   -1,
108797                   /* value */
108798                   0,
108799               };
108800               
108801 mike  1.1.2.1 static const char*
108802               _CIM_TapeDrive_Padding_qualifiers[] =
108803               {
108804                   /* Units */
108805                   "\060Bytes",
108806                   0,
108807               };
108808               
108809               static MetaProperty
108810               _CIM_TapeDrive_Padding =
108811               {
108812                   /* flags */
108813                   META_FLAG_PROPERTY|META_FLAG_READ,
108814                   /* name */
108815                   "Padding",
108816                   /* qualifiers */
108817                   _CIM_TapeDrive_Padding_qualifiers,
108818                   /* type */
108819                   CIMTYPE_UINT32,
108820                   /* subscript */
108821                   -1,
108822 mike  1.1.2.1     /* value */
108823                   0,
108824               };
108825               
108826               static const char*
108827               _CIM_TapeDrive_MaxRewindTime_qualifiers[] =
108828               {
108829                   /* Units */
108830                   "\060MilliSeconds",
108831                   0,
108832               };
108833               
108834               static MetaProperty
108835               _CIM_TapeDrive_MaxRewindTime =
108836               {
108837                   /* flags */
108838                   META_FLAG_PROPERTY|META_FLAG_READ,
108839                   /* name */
108840                   "MaxRewindTime",
108841                   /* qualifiers */
108842                   _CIM_TapeDrive_MaxRewindTime_qualifiers,
108843 mike  1.1.2.1     /* type */
108844                   CIMTYPE_UINT64,
108845                   /* subscript */
108846                   -1,
108847                   /* value */
108848                   0,
108849               };
108850               
108851               static MetaFeature*
108852               _CIM_TapeDrive_features[] =
108853               {
108854                   (MetaFeature*)&_CIM_TapeDrive_EOTWarningZoneSize,
108855                   (MetaFeature*)&_CIM_TapeDrive_MaxPartitionCount,
108856                   (MetaFeature*)&_CIM_TapeDrive_Padding,
108857                   (MetaFeature*)&_CIM_TapeDrive_MaxRewindTime,
108858                   0,
108859               };
108860               
108861               static const char*
108862               __root_cimv2_CIM_TapeDrive_qualifiers[] =
108863               {
108864 mike  1.1.2.1     /* UMLPackagePath */
108865                   "\057CIM::Device::StorageDevices",
108866                   /* Version */
108867                   "\0632.6.0",
108868                   0,
108869               };
108870               
108871               MetaClass
108872               __root_cimv2_CIM_TapeDrive =
108873               {
108874                   /* flags */
108875                   META_FLAG_CLASS,
108876                   /* name */
108877                   "CIM_TapeDrive",
108878                   /* qualifiers */
108879                   __root_cimv2_CIM_TapeDrive_qualifiers,
108880                   /* super */
108881                   &__root_cimv2_CIM_MediaAccessDevice,
108882                   /* features */
108883                   _CIM_TapeDrive_features,
108884               };
108885 mike  1.1.2.1 
108886               //==============================================================================
108887               //
108888               // Class: CIM_Thread
108889               //
108890               //==============================================================================
108891               
108892               static const char*
108893               _CIM_Thread_CSCreationClassName_qualifiers[] =
108894               {
108895                   /* Key */
108896                   "\025\001",
108897                   /* Propagated */
108898                   "\045CIM_Process.CSCreationClassName",
108899                   /* MaxLen */
108900                   "\030\000\000\001\000",
108901                   0,
108902               };
108903               
108904               static MetaProperty
108905               _CIM_Thread_CSCreationClassName =
108906 mike  1.1.2.1 {
108907                   /* flags */
108908                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
108909                   /* name */
108910                   "CSCreationClassName",
108911                   /* qualifiers */
108912                   _CIM_Thread_CSCreationClassName_qualifiers,
108913                   /* type */
108914                   CIMTYPE_STRING,
108915                   /* subscript */
108916                   -1,
108917                   /* value */
108918                   0,
108919               };
108920               
108921               static const char*
108922               _CIM_Thread_CSName_qualifiers[] =
108923               {
108924                   /* Key */
108925                   "\025\001",
108926                   /* Propagated */
108927 mike  1.1.2.1     "\045CIM_Process.CSName",
108928                   /* MaxLen */
108929                   "\030\000\000\001\000",
108930                   0,
108931               };
108932               
108933               static MetaProperty
108934               _CIM_Thread_CSName =
108935               {
108936                   /* flags */
108937                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
108938                   /* name */
108939                   "CSName",
108940                   /* qualifiers */
108941                   _CIM_Thread_CSName_qualifiers,
108942                   /* type */
108943                   CIMTYPE_STRING,
108944                   /* subscript */
108945                   -1,
108946                   /* value */
108947                   0,
108948 mike  1.1.2.1 };
108949               
108950               static const char*
108951               _CIM_Thread_OSCreationClassName_qualifiers[] =
108952               {
108953                   /* Key */
108954                   "\025\001",
108955                   /* Propagated */
108956                   "\045CIM_Process.OSCreationClassName",
108957                   /* MaxLen */
108958                   "\030\000\000\001\000",
108959                   0,
108960               };
108961               
108962               static MetaProperty
108963               _CIM_Thread_OSCreationClassName =
108964               {
108965                   /* flags */
108966                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
108967                   /* name */
108968                   "OSCreationClassName",
108969 mike  1.1.2.1     /* qualifiers */
108970                   _CIM_Thread_OSCreationClassName_qualifiers,
108971                   /* type */
108972                   CIMTYPE_STRING,
108973                   /* subscript */
108974                   -1,
108975                   /* value */
108976                   0,
108977               };
108978               
108979               static const char*
108980               _CIM_Thread_OSName_qualifiers[] =
108981               {
108982                   /* Key */
108983                   "\025\001",
108984                   /* Propagated */
108985                   "\045CIM_Process.OSName",
108986                   /* MaxLen */
108987                   "\030\000\000\001\000",
108988                   0,
108989               };
108990 mike  1.1.2.1 
108991               static MetaProperty
108992               _CIM_Thread_OSName =
108993               {
108994                   /* flags */
108995                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
108996                   /* name */
108997                   "OSName",
108998                   /* qualifiers */
108999                   _CIM_Thread_OSName_qualifiers,
109000                   /* type */
109001                   CIMTYPE_STRING,
109002                   /* subscript */
109003                   -1,
109004                   /* value */
109005                   0,
109006               };
109007               
109008               static const char*
109009               _CIM_Thread_ProcessCreationClassName_qualifiers[] =
109010               {
109011 mike  1.1.2.1     /* Key */
109012                   "\025\001",
109013                   /* Propagated */
109014                   "\045CIM_Process.CreationClassName",
109015                   /* MaxLen */
109016                   "\030\000\000\001\000",
109017                   0,
109018               };
109019               
109020               static MetaProperty
109021               _CIM_Thread_ProcessCreationClassName =
109022               {
109023                   /* flags */
109024                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
109025                   /* name */
109026                   "ProcessCreationClassName",
109027                   /* qualifiers */
109028                   _CIM_Thread_ProcessCreationClassName_qualifiers,
109029                   /* type */
109030                   CIMTYPE_STRING,
109031                   /* subscript */
109032 mike  1.1.2.1     -1,
109033                   /* value */
109034                   0,
109035               };
109036               
109037               static const char*
109038               _CIM_Thread_ProcessHandle_qualifiers[] =
109039               {
109040                   /* Key */
109041                   "\025\001",
109042                   /* Propagated */
109043                   "\045CIM_Process.Handle",
109044                   /* MaxLen */
109045                   "\030\000\000\001\000",
109046                   0,
109047               };
109048               
109049               static MetaProperty
109050               _CIM_Thread_ProcessHandle =
109051               {
109052                   /* flags */
109053 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
109054                   /* name */
109055                   "ProcessHandle",
109056                   /* qualifiers */
109057                   _CIM_Thread_ProcessHandle_qualifiers,
109058                   /* type */
109059                   CIMTYPE_STRING,
109060                   /* subscript */
109061                   -1,
109062                   /* value */
109063                   0,
109064               };
109065               
109066               static const char*
109067               _CIM_Thread_CreationClassName_qualifiers[] =
109068               {
109069                   /* Key */
109070                   "\025\001",
109071                   /* MaxLen */
109072                   "\030\000\000\001\000",
109073                   0,
109074 mike  1.1.2.1 };
109075               
109076               static MetaProperty
109077               _CIM_Thread_CreationClassName =
109078               {
109079                   /* flags */
109080                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
109081                   /* name */
109082                   "CreationClassName",
109083                   /* qualifiers */
109084                   _CIM_Thread_CreationClassName_qualifiers,
109085                   /* type */
109086                   CIMTYPE_STRING,
109087                   /* subscript */
109088                   -1,
109089                   /* value */
109090                   0,
109091               };
109092               
109093               static const char*
109094               _CIM_Thread_Handle_qualifiers[] =
109095 mike  1.1.2.1 {
109096                   /* Key */
109097                   "\025\001",
109098                   /* MaxLen */
109099                   "\030\000\000\001\000",
109100                   0,
109101               };
109102               
109103               static MetaProperty
109104               _CIM_Thread_Handle =
109105               {
109106                   /* flags */
109107                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
109108                   /* name */
109109                   "Handle",
109110                   /* qualifiers */
109111                   _CIM_Thread_Handle_qualifiers,
109112                   /* type */
109113                   CIMTYPE_STRING,
109114                   /* subscript */
109115                   -1,
109116 mike  1.1.2.1     /* value */
109117                   0,
109118               };
109119               
109120               static const char*
109121               _CIM_Thread_Priority_qualifiers[] =
109122               {
109123                   0,
109124               };
109125               
109126               static MetaProperty
109127               _CIM_Thread_Priority =
109128               {
109129                   /* flags */
109130                   META_FLAG_PROPERTY|META_FLAG_READ,
109131                   /* name */
109132                   "Priority",
109133                   /* qualifiers */
109134                   _CIM_Thread_Priority_qualifiers,
109135                   /* type */
109136                   CIMTYPE_UINT32,
109137 mike  1.1.2.1     /* subscript */
109138                   -1,
109139                   /* value */
109140                   0,
109141               };
109142               
109143               static const char*
109144               _CIM_Thread_ExecutionState_qualifiers[] =
109145               {
109146                   /* ValueMap */
109147                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
109148                   /* Values */
109149                   "\062\000\011Unknown\000Other\000Ready\000Running\000Blocked\000Suspended Blocked\000Suspended Ready\000Ready But Relinquished Processor\000Hung\000",
109150                   0,
109151               };
109152               
109153               static MetaProperty
109154               _CIM_Thread_ExecutionState =
109155               {
109156                   /* flags */
109157                   META_FLAG_PROPERTY|META_FLAG_READ,
109158 mike  1.1.2.1     /* name */
109159                   "ExecutionState",
109160                   /* qualifiers */
109161                   _CIM_Thread_ExecutionState_qualifiers,
109162                   /* type */
109163                   CIMTYPE_UINT16,
109164                   /* subscript */
109165                   -1,
109166                   /* value */
109167                   0,
109168               };
109169               
109170               static const char*
109171               _CIM_Thread_KernelModeTime_qualifiers[] =
109172               {
109173                   /* Units */
109174                   "\060MilliSeconds",
109175                   0,
109176               };
109177               
109178               static MetaProperty
109179 mike  1.1.2.1 _CIM_Thread_KernelModeTime =
109180               {
109181                   /* flags */
109182                   META_FLAG_PROPERTY|META_FLAG_READ,
109183                   /* name */
109184                   "KernelModeTime",
109185                   /* qualifiers */
109186                   _CIM_Thread_KernelModeTime_qualifiers,
109187                   /* type */
109188                   CIMTYPE_UINT64,
109189                   /* subscript */
109190                   -1,
109191                   /* value */
109192                   0,
109193               };
109194               
109195               static const char*
109196               _CIM_Thread_UserModeTime_qualifiers[] =
109197               {
109198                   /* Units */
109199                   "\060MilliSeconds",
109200 mike  1.1.2.1     0,
109201               };
109202               
109203               static MetaProperty
109204               _CIM_Thread_UserModeTime =
109205               {
109206                   /* flags */
109207                   META_FLAG_PROPERTY|META_FLAG_READ,
109208                   /* name */
109209                   "UserModeTime",
109210                   /* qualifiers */
109211                   _CIM_Thread_UserModeTime_qualifiers,
109212                   /* type */
109213                   CIMTYPE_UINT64,
109214                   /* subscript */
109215                   -1,
109216                   /* value */
109217                   0,
109218               };
109219               
109220               static MetaFeature*
109221 mike  1.1.2.1 _CIM_Thread_features[] =
109222               {
109223                   (MetaFeature*)&_CIM_Thread_CSCreationClassName,
109224                   (MetaFeature*)&_CIM_Thread_CSName,
109225                   (MetaFeature*)&_CIM_Thread_OSCreationClassName,
109226                   (MetaFeature*)&_CIM_Thread_OSName,
109227                   (MetaFeature*)&_CIM_Thread_ProcessCreationClassName,
109228                   (MetaFeature*)&_CIM_Thread_ProcessHandle,
109229                   (MetaFeature*)&_CIM_Thread_CreationClassName,
109230                   (MetaFeature*)&_CIM_Thread_Handle,
109231                   (MetaFeature*)&_CIM_Thread_Priority,
109232                   (MetaFeature*)&_CIM_Thread_ExecutionState,
109233                   (MetaFeature*)&_CIM_Thread_KernelModeTime,
109234                   (MetaFeature*)&_CIM_Thread_UserModeTime,
109235                   0,
109236               };
109237               
109238               static const char*
109239               __root_cimv2_CIM_Thread_qualifiers[] =
109240               {
109241                   /* UMLPackagePath */
109242 mike  1.1.2.1     "\057CIM::System::Processing",
109243                   /* Version */
109244                   "\0632.7.0",
109245                   0,
109246               };
109247               
109248               MetaClass
109249               __root_cimv2_CIM_Thread =
109250               {
109251                   /* flags */
109252                   META_FLAG_CLASS,
109253                   /* name */
109254                   "CIM_Thread",
109255                   /* qualifiers */
109256                   __root_cimv2_CIM_Thread_qualifiers,
109257                   /* super */
109258                   &__root_cimv2_CIM_EnabledLogicalElement,
109259                   /* features */
109260                   _CIM_Thread_features,
109261               };
109262               
109263 mike  1.1.2.1 //==============================================================================
109264               //
109265               // Class: CIM_TokenRingAdapter
109266               //
109267               //==============================================================================
109268               
109269               static const char*
109270               _CIM_TokenRingAdapter_NetworkAddresses_qualifiers[] =
109271               {
109272                   /* Deprecated */
109273                   "\013\000\001CIM_TokenRingAdapter.NetworkAddresses\000",
109274                   /* Override */
109275                   "\044NetworkAddresses",
109276                   /* ArrayType */
109277                   "\005Indexed",
109278                   0,
109279               };
109280               
109281               static MetaProperty
109282               _CIM_TokenRingAdapter_NetworkAddresses =
109283               {
109284 mike  1.1.2.1     /* flags */
109285                   META_FLAG_PROPERTY|META_FLAG_READ,
109286                   /* name */
109287                   "NetworkAddresses",
109288                   /* qualifiers */
109289                   _CIM_TokenRingAdapter_NetworkAddresses_qualifiers,
109290                   /* type */
109291                   CIMTYPE_STRING,
109292                   /* subscript */
109293                   0,
109294                   /* value */
109295                   0,
109296               };
109297               
109298               static const char*
109299               _CIM_TokenRingAdapter_MaxDataSize_qualifiers[] =
109300               {
109301                   /* Deprecated */
109302                   "\013\000\001CIM_TokenRingPort.MaxDataSize\000",
109303                   /* MappingStrings */
109304                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpPortMaxInfo\000",
109305 mike  1.1.2.1     0,
109306               };
109307               
109308               static MetaProperty
109309               _CIM_TokenRingAdapter_MaxDataSize =
109310               {
109311                   /* flags */
109312                   META_FLAG_PROPERTY|META_FLAG_READ,
109313                   /* name */
109314                   "MaxDataSize",
109315                   /* qualifiers */
109316                   _CIM_TokenRingAdapter_MaxDataSize_qualifiers,
109317                   /* type */
109318                   CIMTYPE_UINT32,
109319                   /* subscript */
109320                   -1,
109321                   /* value */
109322                   0,
109323               };
109324               
109325               static const char*
109326 mike  1.1.2.1 _CIM_TokenRingAdapter_Capabilities_qualifiers[] =
109327               {
109328                   /* Deprecated */
109329                   "\013\000\001CIM_TokenRingPort.Capabilities\000",
109330                   /* ValueMap */
109331                   "\061\000\0060\0001\0002\0003\0004\0005\000",
109332                   /* Values */
109333                   "\062\000\006Unknown\000Other\000AlertOnLan\000WakeOnLan\000FailOver\000LoadBalancing\000",
109334                   /* ArrayType */
109335                   "\005Indexed",
109336                   /* ModelCorrespondence */
109337                   "\036\000\001CIM_TokenRingPort.CapabilityDescriptions\000",
109338                   0,
109339               };
109340               
109341               static MetaProperty
109342               _CIM_TokenRingAdapter_Capabilities =
109343               {
109344                   /* flags */
109345                   META_FLAG_PROPERTY|META_FLAG_READ,
109346                   /* name */
109347 mike  1.1.2.1     "Capabilities",
109348                   /* qualifiers */
109349                   _CIM_TokenRingAdapter_Capabilities_qualifiers,
109350                   /* type */
109351                   CIMTYPE_UINT16,
109352                   /* subscript */
109353                   0,
109354                   /* value */
109355                   0,
109356               };
109357               
109358               static const char*
109359               _CIM_TokenRingAdapter_CapabilityDescriptions_qualifiers[] =
109360               {
109361                   /* Deprecated */
109362                   "\013\000\001CIM_TokenRingPort.CapabilityDescriptions\000",
109363                   /* ArrayType */
109364                   "\005Indexed",
109365                   /* ModelCorrespondence */
109366                   "\036\000\001CIM_TokenRingAdapter.Capabilities\000",
109367                   0,
109368 mike  1.1.2.1 };
109369               
109370               static MetaProperty
109371               _CIM_TokenRingAdapter_CapabilityDescriptions =
109372               {
109373                   /* flags */
109374                   META_FLAG_PROPERTY|META_FLAG_READ,
109375                   /* name */
109376                   "CapabilityDescriptions",
109377                   /* qualifiers */
109378                   _CIM_TokenRingAdapter_CapabilityDescriptions_qualifiers,
109379                   /* type */
109380                   CIMTYPE_STRING,
109381                   /* subscript */
109382                   0,
109383                   /* value */
109384                   0,
109385               };
109386               
109387               static const char*
109388               _CIM_TokenRingAdapter_EnabledCapabilities_qualifiers[] =
109389 mike  1.1.2.1 {
109390                   /* Deprecated */
109391                   "\013\000\001CIM_TokenRingPort.EnabledCapabilities\000",
109392                   /* ValueMap */
109393                   "\061\000\0060\0001\0002\0003\0004\0005\000",
109394                   /* Values */
109395                   "\062\000\006Unknown\000Other\000AlertOnLan\000WakeOnLan\000FailOver\000LoadBalancing\000",
109396                   /* ModelCorrespondence */
109397                   "\036\000\001CIM_TokenRingAdapter.Capabilities\000",
109398                   0,
109399               };
109400               
109401               static MetaProperty
109402               _CIM_TokenRingAdapter_EnabledCapabilities =
109403               {
109404                   /* flags */
109405                   META_FLAG_PROPERTY|META_FLAG_READ,
109406                   /* name */
109407                   "EnabledCapabilities",
109408                   /* qualifiers */
109409                   _CIM_TokenRingAdapter_EnabledCapabilities_qualifiers,
109410 mike  1.1.2.1     /* type */
109411                   CIMTYPE_UINT16,
109412                   /* subscript */
109413                   0,
109414                   /* value */
109415                   0,
109416               };
109417               
109418               static const char*
109419               _CIM_TokenRingAdapter_RingStatus_qualifiers[] =
109420               {
109421                   /* Deprecated */
109422                   "\013\000\001CIM_TokenRingPort.RingStatus\000",
109423                   /* MappingStrings */
109424                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5RingStatus\000",
109425                   0,
109426               };
109427               
109428               static MetaProperty
109429               _CIM_TokenRingAdapter_RingStatus =
109430               {
109431 mike  1.1.2.1     /* flags */
109432                   META_FLAG_PROPERTY|META_FLAG_READ,
109433                   /* name */
109434                   "RingStatus",
109435                   /* qualifiers */
109436                   _CIM_TokenRingAdapter_RingStatus_qualifiers,
109437                   /* type */
109438                   CIMTYPE_UINT32,
109439                   /* subscript */
109440                   -1,
109441                   /* value */
109442                   0,
109443               };
109444               
109445               static const char*
109446               _CIM_TokenRingAdapter_RingState_qualifiers[] =
109447               {
109448                   /* Deprecated */
109449                   "\013\000\001CIM_TokenRingPort.RingState\000",
109450                   /* ValueMap */
109451                   "\061\000\0060\0001\0002\0003\0004\0005\000",
109452 mike  1.1.2.1     /* Values */
109453                   "\062\000\006Opened\000Closed\000Opening\000Closing\000Open Failure\000Ring Failure\000",
109454                   /* MappingStrings */
109455                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5RingState\000",
109456                   0,
109457               };
109458               
109459               static MetaProperty
109460               _CIM_TokenRingAdapter_RingState =
109461               {
109462                   /* flags */
109463                   META_FLAG_PROPERTY|META_FLAG_READ,
109464                   /* name */
109465                   "RingState",
109466                   /* qualifiers */
109467                   _CIM_TokenRingAdapter_RingState_qualifiers,
109468                   /* type */
109469                   CIMTYPE_UINT16,
109470                   /* subscript */
109471                   -1,
109472                   /* value */
109473 mike  1.1.2.1     0,
109474               };
109475               
109476               static const char*
109477               _CIM_TokenRingAdapter_RingOpenStatus_qualifiers[] =
109478               {
109479                   /* Deprecated */
109480                   "\013\000\001CIM_TokenRingPort.RingOpenStatus\000",
109481                   /* ValueMap */
109482                   "\061\000\0130\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
109483                   /* Values */
109484                   "\062\000\013No Open Attempted\000Bad Parameter\000Lobe Failed\000Signal Loss\000Insertion Timeout\000Ring Failed\000Beaconing\000Duplicate MAC\000Request Failed\000Remove Received\000Last Open Successful\000",
109485                   /* MappingStrings */
109486                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5RingOpenStatus\000",
109487                   0,
109488               };
109489               
109490               static MetaProperty
109491               _CIM_TokenRingAdapter_RingOpenStatus =
109492               {
109493                   /* flags */
109494 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
109495                   /* name */
109496                   "RingOpenStatus",
109497                   /* qualifiers */
109498                   _CIM_TokenRingAdapter_RingOpenStatus_qualifiers,
109499                   /* type */
109500                   CIMTYPE_UINT16,
109501                   /* subscript */
109502                   -1,
109503                   /* value */
109504                   0,
109505               };
109506               
109507               static const char*
109508               _CIM_TokenRingAdapter_RingSpeed_qualifiers[] =
109509               {
109510                   /* Deprecated */
109511                   "\013\000\001CIM_TokenRingPort.RingSpeed\000",
109512                   /* ValueMap */
109513                   "\061\000\0050\0001\0002\0003\0004\000",
109514                   /* Values */
109515 mike  1.1.2.1     "\062\000\005Unknown\000Other\000One Megabit\000Four Megabit\000Sixteen Megabit\000",
109516                   /* MappingStrings */
109517                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5RingSpeed\000",
109518                   0,
109519               };
109520               
109521               static MetaProperty
109522               _CIM_TokenRingAdapter_RingSpeed =
109523               {
109524                   /* flags */
109525                   META_FLAG_PROPERTY|META_FLAG_READ,
109526                   /* name */
109527                   "RingSpeed",
109528                   /* qualifiers */
109529                   _CIM_TokenRingAdapter_RingSpeed_qualifiers,
109530                   /* type */
109531                   CIMTYPE_UINT16,
109532                   /* subscript */
109533                   -1,
109534                   /* value */
109535                   0,
109536 mike  1.1.2.1 };
109537               
109538               static const char*
109539               _CIM_TokenRingAdapter_BurstErrors_qualifiers[] =
109540               {
109541                   /* Deprecated */
109542                   "\013\000\001CIM_TokenRingPortStatistics.BurstErrors\000",
109543                   /* Counter */
109544                   "\012\001",
109545                   /* MappingStrings */
109546                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsBurstErrors\000",
109547                   0,
109548               };
109549               
109550               static MetaProperty
109551               _CIM_TokenRingAdapter_BurstErrors =
109552               {
109553                   /* flags */
109554                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109555                   /* name */
109556                   "BurstErrors",
109557 mike  1.1.2.1     /* qualifiers */
109558                   _CIM_TokenRingAdapter_BurstErrors_qualifiers,
109559                   /* type */
109560                   CIMTYPE_UINT32,
109561                   /* subscript */
109562                   -1,
109563                   /* value */
109564                   0,
109565               };
109566               
109567               static const char*
109568               _CIM_TokenRingAdapter_ACErrors_qualifiers[] =
109569               {
109570                   /* Deprecated */
109571                   "\013\000\001CIM_TokenRingPortStatistics.ACErrors\000",
109572                   /* Counter */
109573                   "\012\001",
109574                   /* MappingStrings */
109575                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsACErrors\000",
109576                   0,
109577               };
109578 mike  1.1.2.1 
109579               static MetaProperty
109580               _CIM_TokenRingAdapter_ACErrors =
109581               {
109582                   /* flags */
109583                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109584                   /* name */
109585                   "ACErrors",
109586                   /* qualifiers */
109587                   _CIM_TokenRingAdapter_ACErrors_qualifiers,
109588                   /* type */
109589                   CIMTYPE_UINT32,
109590                   /* subscript */
109591                   -1,
109592                   /* value */
109593                   0,
109594               };
109595               
109596               static const char*
109597               _CIM_TokenRingAdapter_AbortTransErrors_qualifiers[] =
109598               {
109599 mike  1.1.2.1     /* Deprecated */
109600                   "\013\000\001CIM_TokenRingPortStatistics.AbortTransErrors\000",
109601                   /* Counter */
109602                   "\012\001",
109603                   /* MappingStrings */
109604                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsAbortTransErrors\000",
109605                   0,
109606               };
109607               
109608               static MetaProperty
109609               _CIM_TokenRingAdapter_AbortTransErrors =
109610               {
109611                   /* flags */
109612                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109613                   /* name */
109614                   "AbortTransErrors",
109615                   /* qualifiers */
109616                   _CIM_TokenRingAdapter_AbortTransErrors_qualifiers,
109617                   /* type */
109618                   CIMTYPE_UINT32,
109619                   /* subscript */
109620 mike  1.1.2.1     -1,
109621                   /* value */
109622                   0,
109623               };
109624               
109625               static const char*
109626               _CIM_TokenRingAdapter_InternalErrors_qualifiers[] =
109627               {
109628                   /* Deprecated */
109629                   "\013\000\001CIM_TokenRingPortStatistics.InternalErrors\000",
109630                   /* Counter */
109631                   "\012\001",
109632                   /* MappingStrings */
109633                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsInternalErrors\000",
109634                   0,
109635               };
109636               
109637               static MetaProperty
109638               _CIM_TokenRingAdapter_InternalErrors =
109639               {
109640                   /* flags */
109641 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109642                   /* name */
109643                   "InternalErrors",
109644                   /* qualifiers */
109645                   _CIM_TokenRingAdapter_InternalErrors_qualifiers,
109646                   /* type */
109647                   CIMTYPE_UINT32,
109648                   /* subscript */
109649                   -1,
109650                   /* value */
109651                   0,
109652               };
109653               
109654               static const char*
109655               _CIM_TokenRingAdapter_LostFrameErrors_qualifiers[] =
109656               {
109657                   /* Deprecated */
109658                   "\013\000\001CIM_TokenRingPortStatistics.LostFrameErrors\000",
109659                   /* Counter */
109660                   "\012\001",
109661                   /* MappingStrings */
109662 mike  1.1.2.1     "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsLostFrameErrors\000",
109663                   0,
109664               };
109665               
109666               static MetaProperty
109667               _CIM_TokenRingAdapter_LostFrameErrors =
109668               {
109669                   /* flags */
109670                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109671                   /* name */
109672                   "LostFrameErrors",
109673                   /* qualifiers */
109674                   _CIM_TokenRingAdapter_LostFrameErrors_qualifiers,
109675                   /* type */
109676                   CIMTYPE_UINT32,
109677                   /* subscript */
109678                   -1,
109679                   /* value */
109680                   0,
109681               };
109682               
109683 mike  1.1.2.1 static const char*
109684               _CIM_TokenRingAdapter_ReceiveCongestions_qualifiers[] =
109685               {
109686                   /* Deprecated */
109687                   "\013\000\001CIM_TokenRingPortStatistics.ReceiveCongestions\000",
109688                   /* Counter */
109689                   "\012\001",
109690                   /* MappingStrings */
109691                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsReceiveCongestions\000",
109692                   0,
109693               };
109694               
109695               static MetaProperty
109696               _CIM_TokenRingAdapter_ReceiveCongestions =
109697               {
109698                   /* flags */
109699                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109700                   /* name */
109701                   "ReceiveCongestions",
109702                   /* qualifiers */
109703                   _CIM_TokenRingAdapter_ReceiveCongestions_qualifiers,
109704 mike  1.1.2.1     /* type */
109705                   CIMTYPE_UINT32,
109706                   /* subscript */
109707                   -1,
109708                   /* value */
109709                   0,
109710               };
109711               
109712               static const char*
109713               _CIM_TokenRingAdapter_FrameCopiedErrors_qualifiers[] =
109714               {
109715                   /* Deprecated */
109716                   "\013\000\001CIM_TokenRingPortStatistics.FrameCopiedErrors\000",
109717                   /* Counter */
109718                   "\012\001",
109719                   /* MappingStrings */
109720                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5StatsFrameCopiedErrors\000",
109721                   0,
109722               };
109723               
109724               static MetaProperty
109725 mike  1.1.2.1 _CIM_TokenRingAdapter_FrameCopiedErrors =
109726               {
109727                   /* flags */
109728                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109729                   /* name */
109730                   "FrameCopiedErrors",
109731                   /* qualifiers */
109732                   _CIM_TokenRingAdapter_FrameCopiedErrors_qualifiers,
109733                   /* type */
109734                   CIMTYPE_UINT32,
109735                   /* subscript */
109736                   -1,
109737                   /* value */
109738                   0,
109739               };
109740               
109741               static const char*
109742               _CIM_TokenRingAdapter_TokenErrors_qualifiers[] =
109743               {
109744                   /* Deprecated */
109745                   "\013\000\001CIM_TokenRingPortStatistics.TokenErrors\000",
109746 mike  1.1.2.1     /* Counter */
109747                   "\012\001",
109748                   /* MappingStrings */
109749                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsTokenErrors\000",
109750                   0,
109751               };
109752               
109753               static MetaProperty
109754               _CIM_TokenRingAdapter_TokenErrors =
109755               {
109756                   /* flags */
109757                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109758                   /* name */
109759                   "TokenErrors",
109760                   /* qualifiers */
109761                   _CIM_TokenRingAdapter_TokenErrors_qualifiers,
109762                   /* type */
109763                   CIMTYPE_UINT32,
109764                   /* subscript */
109765                   -1,
109766                   /* value */
109767 mike  1.1.2.1     0,
109768               };
109769               
109770               static const char*
109771               _CIM_TokenRingAdapter_SoftErrors_qualifiers[] =
109772               {
109773                   /* Deprecated */
109774                   "\013\000\001CIM_TokenRingPortStatistics.SoftErrors\000",
109775                   /* Counter */
109776                   "\012\001",
109777                   /* MappingStrings */
109778                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsSoftErrors\000",
109779                   0,
109780               };
109781               
109782               static MetaProperty
109783               _CIM_TokenRingAdapter_SoftErrors =
109784               {
109785                   /* flags */
109786                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109787                   /* name */
109788 mike  1.1.2.1     "SoftErrors",
109789                   /* qualifiers */
109790                   _CIM_TokenRingAdapter_SoftErrors_qualifiers,
109791                   /* type */
109792                   CIMTYPE_UINT32,
109793                   /* subscript */
109794                   -1,
109795                   /* value */
109796                   0,
109797               };
109798               
109799               static const char*
109800               _CIM_TokenRingAdapter_HardErrors_qualifiers[] =
109801               {
109802                   /* Deprecated */
109803                   "\013\000\001CIM_TokenRingPortStatistics.HardErrors\000",
109804                   /* Counter */
109805                   "\012\001",
109806                   /* MappingStrings */
109807                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsHardErrors\000",
109808                   0,
109809 mike  1.1.2.1 };
109810               
109811               static MetaProperty
109812               _CIM_TokenRingAdapter_HardErrors =
109813               {
109814                   /* flags */
109815                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109816                   /* name */
109817                   "HardErrors",
109818                   /* qualifiers */
109819                   _CIM_TokenRingAdapter_HardErrors_qualifiers,
109820                   /* type */
109821                   CIMTYPE_UINT32,
109822                   /* subscript */
109823                   -1,
109824                   /* value */
109825                   0,
109826               };
109827               
109828               static const char*
109829               _CIM_TokenRingAdapter_SignalLossCount_qualifiers[] =
109830 mike  1.1.2.1 {
109831                   /* Deprecated */
109832                   "\013\000\001CIM_TokenRingPortStatistics.SignalLossCount\000",
109833                   /* Counter */
109834                   "\012\001",
109835                   /* MappingStrings */
109836                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsSignalLoss\000",
109837                   0,
109838               };
109839               
109840               static MetaProperty
109841               _CIM_TokenRingAdapter_SignalLossCount =
109842               {
109843                   /* flags */
109844                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109845                   /* name */
109846                   "SignalLossCount",
109847                   /* qualifiers */
109848                   _CIM_TokenRingAdapter_SignalLossCount_qualifiers,
109849                   /* type */
109850                   CIMTYPE_UINT32,
109851 mike  1.1.2.1     /* subscript */
109852                   -1,
109853                   /* value */
109854                   0,
109855               };
109856               
109857               static const char*
109858               _CIM_TokenRingAdapter_TransmittedBeacons_qualifiers[] =
109859               {
109860                   /* Deprecated */
109861                   "\013\000\001CIM_TokenRingPortStatistics.TransmittedBeacons\000",
109862                   /* Counter */
109863                   "\012\001",
109864                   /* MappingStrings */
109865                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsTransmitBeacons\000",
109866                   0,
109867               };
109868               
109869               static MetaProperty
109870               _CIM_TokenRingAdapter_TransmittedBeacons =
109871               {
109872 mike  1.1.2.1     /* flags */
109873                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109874                   /* name */
109875                   "TransmittedBeacons",
109876                   /* qualifiers */
109877                   _CIM_TokenRingAdapter_TransmittedBeacons_qualifiers,
109878                   /* type */
109879                   CIMTYPE_UINT32,
109880                   /* subscript */
109881                   -1,
109882                   /* value */
109883                   0,
109884               };
109885               
109886               static const char*
109887               _CIM_TokenRingAdapter_Recoverys_qualifiers[] =
109888               {
109889                   /* Deprecated */
109890                   "\013\000\001CIM_TokenRingPortStatistics.Recoverys\000",
109891                   /* Counter */
109892                   "\012\001",
109893 mike  1.1.2.1     /* MappingStrings */
109894                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsRecoverys\000",
109895                   0,
109896               };
109897               
109898               static MetaProperty
109899               _CIM_TokenRingAdapter_Recoverys =
109900               {
109901                   /* flags */
109902                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109903                   /* name */
109904                   "Recoverys",
109905                   /* qualifiers */
109906                   _CIM_TokenRingAdapter_Recoverys_qualifiers,
109907                   /* type */
109908                   CIMTYPE_UINT32,
109909                   /* subscript */
109910                   -1,
109911                   /* value */
109912                   0,
109913               };
109914 mike  1.1.2.1 
109915               static const char*
109916               _CIM_TokenRingAdapter_LobeWires_qualifiers[] =
109917               {
109918                   /* Deprecated */
109919                   "\013\000\001CIM_TokenRingPortStatistics.LobeWires\000",
109920                   /* Counter */
109921                   "\012\001",
109922                   /* MappingStrings */
109923                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsLobeWires\000",
109924                   0,
109925               };
109926               
109927               static MetaProperty
109928               _CIM_TokenRingAdapter_LobeWires =
109929               {
109930                   /* flags */
109931                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109932                   /* name */
109933                   "LobeWires",
109934                   /* qualifiers */
109935 mike  1.1.2.1     _CIM_TokenRingAdapter_LobeWires_qualifiers,
109936                   /* type */
109937                   CIMTYPE_UINT32,
109938                   /* subscript */
109939                   -1,
109940                   /* value */
109941                   0,
109942               };
109943               
109944               static const char*
109945               _CIM_TokenRingAdapter_Removes_qualifiers[] =
109946               {
109947                   /* Deprecated */
109948                   "\013\000\001CIM_TokenRingPortStatistics.Removes\000",
109949                   /* Counter */
109950                   "\012\001",
109951                   /* MappingStrings */
109952                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsRemoves\000",
109953                   0,
109954               };
109955               
109956 mike  1.1.2.1 static MetaProperty
109957               _CIM_TokenRingAdapter_Removes =
109958               {
109959                   /* flags */
109960                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109961                   /* name */
109962                   "Removes",
109963                   /* qualifiers */
109964                   _CIM_TokenRingAdapter_Removes_qualifiers,
109965                   /* type */
109966                   CIMTYPE_UINT32,
109967                   /* subscript */
109968                   -1,
109969                   /* value */
109970                   0,
109971               };
109972               
109973               static const char*
109974               _CIM_TokenRingAdapter_Singles_qualifiers[] =
109975               {
109976                   /* Deprecated */
109977 mike  1.1.2.1     "\013\000\001CIM_TokenRingPortStatistics.Singles\000",
109978                   /* Counter */
109979                   "\012\001",
109980                   /* MappingStrings */
109981                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsSingles\000",
109982                   0,
109983               };
109984               
109985               static MetaProperty
109986               _CIM_TokenRingAdapter_Singles =
109987               {
109988                   /* flags */
109989                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
109990                   /* name */
109991                   "Singles",
109992                   /* qualifiers */
109993                   _CIM_TokenRingAdapter_Singles_qualifiers,
109994                   /* type */
109995                   CIMTYPE_UINT32,
109996                   /* subscript */
109997                   -1,
109998 mike  1.1.2.1     /* value */
109999                   0,
110000               };
110001               
110002               static const char*
110003               _CIM_TokenRingAdapter_FrequencyErrors_qualifiers[] =
110004               {
110005                   /* Deprecated */
110006                   "\013\000\001CIM_TokenRingPortStatistics.FrequencyErrors\000",
110007                   /* Counter */
110008                   "\012\001",
110009                   /* MappingStrings */
110010                   "\026\000\001MIB.IETF|IEEE 802.5 Token RingMIB.dot5StatsFreqErrors\000",
110011                   0,
110012               };
110013               
110014               static MetaProperty
110015               _CIM_TokenRingAdapter_FrequencyErrors =
110016               {
110017                   /* flags */
110018                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
110019 mike  1.1.2.1     /* name */
110020                   "FrequencyErrors",
110021                   /* qualifiers */
110022                   _CIM_TokenRingAdapter_FrequencyErrors_qualifiers,
110023                   /* type */
110024                   CIMTYPE_UINT32,
110025                   /* subscript */
110026                   -1,
110027                   /* value */
110028                   0,
110029               };
110030               
110031               static MetaFeature*
110032               _CIM_TokenRingAdapter_features[] =
110033               {
110034                   (MetaFeature*)&_CIM_TokenRingAdapter_NetworkAddresses,
110035                   (MetaFeature*)&_CIM_TokenRingAdapter_MaxDataSize,
110036                   (MetaFeature*)&_CIM_TokenRingAdapter_Capabilities,
110037                   (MetaFeature*)&_CIM_TokenRingAdapter_CapabilityDescriptions,
110038                   (MetaFeature*)&_CIM_TokenRingAdapter_EnabledCapabilities,
110039                   (MetaFeature*)&_CIM_TokenRingAdapter_RingStatus,
110040 mike  1.1.2.1     (MetaFeature*)&_CIM_TokenRingAdapter_RingState,
110041                   (MetaFeature*)&_CIM_TokenRingAdapter_RingOpenStatus,
110042                   (MetaFeature*)&_CIM_TokenRingAdapter_RingSpeed,
110043                   (MetaFeature*)&_CIM_TokenRingAdapter_BurstErrors,
110044                   (MetaFeature*)&_CIM_TokenRingAdapter_ACErrors,
110045                   (MetaFeature*)&_CIM_TokenRingAdapter_AbortTransErrors,
110046                   (MetaFeature*)&_CIM_TokenRingAdapter_InternalErrors,
110047                   (MetaFeature*)&_CIM_TokenRingAdapter_LostFrameErrors,
110048                   (MetaFeature*)&_CIM_TokenRingAdapter_ReceiveCongestions,
110049                   (MetaFeature*)&_CIM_TokenRingAdapter_FrameCopiedErrors,
110050                   (MetaFeature*)&_CIM_TokenRingAdapter_TokenErrors,
110051                   (MetaFeature*)&_CIM_TokenRingAdapter_SoftErrors,
110052                   (MetaFeature*)&_CIM_TokenRingAdapter_HardErrors,
110053                   (MetaFeature*)&_CIM_TokenRingAdapter_SignalLossCount,
110054                   (MetaFeature*)&_CIM_TokenRingAdapter_TransmittedBeacons,
110055                   (MetaFeature*)&_CIM_TokenRingAdapter_Recoverys,
110056                   (MetaFeature*)&_CIM_TokenRingAdapter_LobeWires,
110057                   (MetaFeature*)&_CIM_TokenRingAdapter_Removes,
110058                   (MetaFeature*)&_CIM_TokenRingAdapter_Singles,
110059                   (MetaFeature*)&_CIM_TokenRingAdapter_FrequencyErrors,
110060                   0,
110061 mike  1.1.2.1 };
110062               
110063               static const char*
110064               __root_cimv2_CIM_TokenRingAdapter_qualifiers[] =
110065               {
110066                   /* Deprecated */
110067                   "\013\000\001CIM_TokenRingAdapter\000",
110068                   /* UMLPackagePath */
110069                   "\057CIM::Device::NetworkAdapter",
110070                   /* Version */
110071                   "\0632.10.0",
110072                   0,
110073               };
110074               
110075               MetaClass
110076               __root_cimv2_CIM_TokenRingAdapter =
110077               {
110078                   /* flags */
110079                   META_FLAG_CLASS,
110080                   /* name */
110081                   "CIM_TokenRingAdapter",
110082 mike  1.1.2.1     /* qualifiers */
110083                   __root_cimv2_CIM_TokenRingAdapter_qualifiers,
110084                   /* super */
110085                   &__root_cimv2_CIM_NetworkAdapter,
110086                   /* features */
110087                   _CIM_TokenRingAdapter_features,
110088               };
110089               
110090               //==============================================================================
110091               //
110092               // Class: CIM_TokenRingPort
110093               //
110094               //==============================================================================
110095               
110096               static const char*
110097               _CIM_TokenRingPort_NetworkAddresses_qualifiers[] =
110098               {
110099                   /* Override */
110100                   "\044NetworkAddresses",
110101                   0,
110102               };
110103 mike  1.1.2.1 
110104               static MetaProperty
110105               _CIM_TokenRingPort_NetworkAddresses =
110106               {
110107                   /* flags */
110108                   META_FLAG_PROPERTY|META_FLAG_READ,
110109                   /* name */
110110                   "NetworkAddresses",
110111                   /* qualifiers */
110112                   _CIM_TokenRingPort_NetworkAddresses_qualifiers,
110113                   /* type */
110114                   CIMTYPE_STRING,
110115                   /* subscript */
110116                   0,
110117                   /* value */
110118                   0,
110119               };
110120               
110121               static const char*
110122               _CIM_TokenRingPort_MaxDataSize_qualifiers[] =
110123               {
110124 mike  1.1.2.1     /* MappingStrings */
110125                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpPortMaxInfo\000",
110126                   0,
110127               };
110128               
110129               static MetaProperty
110130               _CIM_TokenRingPort_MaxDataSize =
110131               {
110132                   /* flags */
110133                   META_FLAG_PROPERTY|META_FLAG_READ,
110134                   /* name */
110135                   "MaxDataSize",
110136                   /* qualifiers */
110137                   _CIM_TokenRingPort_MaxDataSize_qualifiers,
110138                   /* type */
110139                   CIMTYPE_UINT32,
110140                   /* subscript */
110141                   -1,
110142                   /* value */
110143                   0,
110144               };
110145 mike  1.1.2.1 
110146               static const char*
110147               _CIM_TokenRingPort_Capabilities_qualifiers[] =
110148               {
110149                   /* ValueMap */
110150                   "\061\000\0060\0001\0002\0003\0004\0005\000",
110151                   /* Values */
110152                   "\062\000\006Unknown\000Other\000AlertOnLan\000WakeOnLan\000FailOver\000LoadBalancing\000",
110153                   /* ArrayType */
110154                   "\005Indexed",
110155                   /* ModelCorrespondence */
110156                   "\036\000\001CIM_TokenRingPort.CapabilityDescriptions\000",
110157                   0,
110158               };
110159               
110160               static MetaProperty
110161               _CIM_TokenRingPort_Capabilities =
110162               {
110163                   /* flags */
110164                   META_FLAG_PROPERTY|META_FLAG_READ,
110165                   /* name */
110166 mike  1.1.2.1     "Capabilities",
110167                   /* qualifiers */
110168                   _CIM_TokenRingPort_Capabilities_qualifiers,
110169                   /* type */
110170                   CIMTYPE_UINT16,
110171                   /* subscript */
110172                   0,
110173                   /* value */
110174                   0,
110175               };
110176               
110177               static const char*
110178               _CIM_TokenRingPort_CapabilityDescriptions_qualifiers[] =
110179               {
110180                   /* ArrayType */
110181                   "\005Indexed",
110182                   /* ModelCorrespondence */
110183                   "\036\000\001CIM_TokenRingPort.Capabilities\000",
110184                   0,
110185               };
110186               
110187 mike  1.1.2.1 static MetaProperty
110188               _CIM_TokenRingPort_CapabilityDescriptions =
110189               {
110190                   /* flags */
110191                   META_FLAG_PROPERTY|META_FLAG_READ,
110192                   /* name */
110193                   "CapabilityDescriptions",
110194                   /* qualifiers */
110195                   _CIM_TokenRingPort_CapabilityDescriptions_qualifiers,
110196                   /* type */
110197                   CIMTYPE_STRING,
110198                   /* subscript */
110199                   0,
110200                   /* value */
110201                   0,
110202               };
110203               
110204               static const char*
110205               _CIM_TokenRingPort_EnabledCapabilities_qualifiers[] =
110206               {
110207                   /* ValueMap */
110208 mike  1.1.2.1     "\061\000\0060\0001\0002\0003\0004\0005\000",
110209                   /* Values */
110210                   "\062\000\006Unknown\000Other\000AlertOnLan\000WakeOnLan\000FailOver\000LoadBalancing\000",
110211                   /* ArrayType */
110212                   "\005Indexed",
110213                   /* ModelCorrespondence */
110214                   "\036\000\002CIM_TokenRingPort.Capabilities\000CIM_TokenRingPort.OtherEnabledCapabilities\000",
110215                   0,
110216               };
110217               
110218               static MetaProperty
110219               _CIM_TokenRingPort_EnabledCapabilities =
110220               {
110221                   /* flags */
110222                   META_FLAG_PROPERTY|META_FLAG_READ,
110223                   /* name */
110224                   "EnabledCapabilities",
110225                   /* qualifiers */
110226                   _CIM_TokenRingPort_EnabledCapabilities_qualifiers,
110227                   /* type */
110228                   CIMTYPE_UINT16,
110229 mike  1.1.2.1     /* subscript */
110230                   0,
110231                   /* value */
110232                   0,
110233               };
110234               
110235               static const char*
110236               _CIM_TokenRingPort_OtherEnabledCapabilities_qualifiers[] =
110237               {
110238                   /* ArrayType */
110239                   "\005Indexed",
110240                   /* ModelCorrespondence */
110241                   "\036\000\001CIM_TokenRingPort.EnabledCapabilities\000",
110242                   0,
110243               };
110244               
110245               static MetaProperty
110246               _CIM_TokenRingPort_OtherEnabledCapabilities =
110247               {
110248                   /* flags */
110249                   META_FLAG_PROPERTY|META_FLAG_READ,
110250 mike  1.1.2.1     /* name */
110251                   "OtherEnabledCapabilities",
110252                   /* qualifiers */
110253                   _CIM_TokenRingPort_OtherEnabledCapabilities_qualifiers,
110254                   /* type */
110255                   CIMTYPE_STRING,
110256                   /* subscript */
110257                   0,
110258                   /* value */
110259                   0,
110260               };
110261               
110262               static const char*
110263               _CIM_TokenRingPort_RingStatus_qualifiers[] =
110264               {
110265                   /* MappingStrings */
110266                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5RingStatus\000",
110267                   0,
110268               };
110269               
110270               static MetaProperty
110271 mike  1.1.2.1 _CIM_TokenRingPort_RingStatus =
110272               {
110273                   /* flags */
110274                   META_FLAG_PROPERTY|META_FLAG_READ,
110275                   /* name */
110276                   "RingStatus",
110277                   /* qualifiers */
110278                   _CIM_TokenRingPort_RingStatus_qualifiers,
110279                   /* type */
110280                   CIMTYPE_UINT32,
110281                   /* subscript */
110282                   -1,
110283                   /* value */
110284                   0,
110285               };
110286               
110287               static const char*
110288               _CIM_TokenRingPort_RingState_qualifiers[] =
110289               {
110290                   /* ValueMap */
110291                   "\061\000\0060\0001\0002\0003\0004\0005\000",
110292 mike  1.1.2.1     /* Values */
110293                   "\062\000\006Opened\000Closed\000Opening\000Closing\000Open Failure\000Ring Failure\000",
110294                   /* MappingStrings */
110295                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5RingState\000",
110296                   0,
110297               };
110298               
110299               static MetaProperty
110300               _CIM_TokenRingPort_RingState =
110301               {
110302                   /* flags */
110303                   META_FLAG_PROPERTY|META_FLAG_READ,
110304                   /* name */
110305                   "RingState",
110306                   /* qualifiers */
110307                   _CIM_TokenRingPort_RingState_qualifiers,
110308                   /* type */
110309                   CIMTYPE_UINT16,
110310                   /* subscript */
110311                   -1,
110312                   /* value */
110313 mike  1.1.2.1     0,
110314               };
110315               
110316               static const char*
110317               _CIM_TokenRingPort_RingOpenStatus_qualifiers[] =
110318               {
110319                   /* ValueMap */
110320                   "\061\000\0130\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
110321                   /* Values */
110322                   "\062\000\013No Open Attempted\000Bad Parameter\000Lobe Failed\000Signal Loss\000Insertion Timeout\000Ring Failed\000Beaconing\000Duplicate MAC\000Request Failed\000Remove Received\000Last Open Successful\000",
110323                   /* MappingStrings */
110324                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5RingOpenStatus\000",
110325                   0,
110326               };
110327               
110328               static MetaProperty
110329               _CIM_TokenRingPort_RingOpenStatus =
110330               {
110331                   /* flags */
110332                   META_FLAG_PROPERTY|META_FLAG_READ,
110333                   /* name */
110334 mike  1.1.2.1     "RingOpenStatus",
110335                   /* qualifiers */
110336                   _CIM_TokenRingPort_RingOpenStatus_qualifiers,
110337                   /* type */
110338                   CIMTYPE_UINT16,
110339                   /* subscript */
110340                   -1,
110341                   /* value */
110342                   0,
110343               };
110344               
110345               static const char*
110346               _CIM_TokenRingPort_RingSpeed_qualifiers[] =
110347               {
110348                   /* ValueMap */
110349                   "\061\000\0050\0001\0002\0003\0004\000",
110350                   /* Values */
110351                   "\062\000\005Unknown\000Other\000One Megabit\000Four Megabit\000Sixteen Megabit\000",
110352                   /* MappingStrings */
110353                   "\026\000\001MIB.IETF|IEEE 802.5 Token Ring MIB.dot5RingSpeed\000",
110354                   0,
110355 mike  1.1.2.1 };
110356               
110357               static MetaProperty
110358               _CIM_TokenRingPort_RingSpeed =
110359               {
110360                   /* flags */
110361                   META_FLAG_PROPERTY|META_FLAG_READ,
110362                   /* name */
110363                   "RingSpeed",
110364                   /* qualifiers */
110365                   _CIM_TokenRingPort_RingSpeed_qualifiers,
110366                   /* type */
110367                   CIMTYPE_UINT16,
110368                   /* subscript */
110369                   -1,
110370                   /* value */
110371                   0,
110372               };
110373               
110374               static MetaFeature*
110375               _CIM_TokenRingPort_features[] =
110376 mike  1.1.2.1 {
110377                   (MetaFeature*)&_CIM_TokenRingPort_NetworkAddresses,
110378                   (MetaFeature*)&_CIM_TokenRingPort_MaxDataSize,
110379                   (MetaFeature*)&_CIM_TokenRingPort_Capabilities,
110380                   (MetaFeature*)&_CIM_TokenRingPort_CapabilityDescriptions,
110381                   (MetaFeature*)&_CIM_TokenRingPort_EnabledCapabilities,
110382                   (MetaFeature*)&_CIM_TokenRingPort_OtherEnabledCapabilities,
110383                   (MetaFeature*)&_CIM_TokenRingPort_RingStatus,
110384                   (MetaFeature*)&_CIM_TokenRingPort_RingState,
110385                   (MetaFeature*)&_CIM_TokenRingPort_RingOpenStatus,
110386                   (MetaFeature*)&_CIM_TokenRingPort_RingSpeed,
110387                   0,
110388               };
110389               
110390               static const char*
110391               __root_cimv2_CIM_TokenRingPort_qualifiers[] =
110392               {
110393                   /* UMLPackagePath */
110394                   "\057CIM::Device::Ports",
110395                   /* Version */
110396                   "\0632.10.0",
110397 mike  1.1.2.1     0,
110398               };
110399               
110400               MetaClass
110401               __root_cimv2_CIM_TokenRingPort =
110402               {
110403                   /* flags */
110404                   META_FLAG_CLASS,
110405                   /* name */
110406                   "CIM_TokenRingPort",
110407                   /* qualifiers */
110408                   __root_cimv2_CIM_TokenRingPort_qualifiers,
110409                   /* super */
110410                   &__root_cimv2_CIM_NetworkPort,
110411                   /* features */
110412                   _CIM_TokenRingPort_features,
110413               };
110414               
110415               //==============================================================================
110416               //
110417               // Class: CIM_UninterruptiblePowerSupply
110418 mike  1.1.2.1 //
110419               //==============================================================================
110420               
110421               static const char*
110422               _CIM_UninterruptiblePowerSupply_Range1InputVoltageLow_qualifiers[] =
110423               {
110424                   /* Override */
110425                   "\044Range1InputVoltageLow",
110426                   /* Units */
110427                   "\060MilliVolts",
110428                   0,
110429               };
110430               
110431               static MetaProperty
110432               _CIM_UninterruptiblePowerSupply_Range1InputVoltageLow =
110433               {
110434                   /* flags */
110435                   META_FLAG_PROPERTY|META_FLAG_READ,
110436                   /* name */
110437                   "Range1InputVoltageLow",
110438                   /* qualifiers */
110439 mike  1.1.2.1     _CIM_UninterruptiblePowerSupply_Range1InputVoltageLow_qualifiers,
110440                   /* type */
110441                   CIMTYPE_UINT32,
110442                   /* subscript */
110443                   -1,
110444                   /* value */
110445                   0,
110446               };
110447               
110448               static const char*
110449               _CIM_UninterruptiblePowerSupply_Range1InputVoltageHigh_qualifiers[] =
110450               {
110451                   /* Override */
110452                   "\044Range1InputVoltageHigh",
110453                   /* Units */
110454                   "\060MilliVolts",
110455                   0,
110456               };
110457               
110458               static MetaProperty
110459               _CIM_UninterruptiblePowerSupply_Range1InputVoltageHigh =
110460 mike  1.1.2.1 {
110461                   /* flags */
110462                   META_FLAG_PROPERTY|META_FLAG_READ,
110463                   /* name */
110464                   "Range1InputVoltageHigh",
110465                   /* qualifiers */
110466                   _CIM_UninterruptiblePowerSupply_Range1InputVoltageHigh_qualifiers,
110467                   /* type */
110468                   CIMTYPE_UINT32,
110469                   /* subscript */
110470                   -1,
110471                   /* value */
110472                   0,
110473               };
110474               
110475               static const char*
110476               _CIM_UninterruptiblePowerSupply_Range2InputVoltageLow_qualifiers[] =
110477               {
110478                   /* Override */
110479                   "\044Range2InputVoltageLow",
110480                   /* Units */
110481 mike  1.1.2.1     "\060MilliVolts",
110482                   0,
110483               };
110484               
110485               static MetaProperty
110486               _CIM_UninterruptiblePowerSupply_Range2InputVoltageLow =
110487               {
110488                   /* flags */
110489                   META_FLAG_PROPERTY|META_FLAG_READ,
110490                   /* name */
110491                   "Range2InputVoltageLow",
110492                   /* qualifiers */
110493                   _CIM_UninterruptiblePowerSupply_Range2InputVoltageLow_qualifiers,
110494                   /* type */
110495                   CIMTYPE_UINT32,
110496                   /* subscript */
110497                   -1,
110498                   /* value */
110499                   0,
110500               };
110501               
110502 mike  1.1.2.1 static const char*
110503               _CIM_UninterruptiblePowerSupply_Range2InputVoltageHigh_qualifiers[] =
110504               {
110505                   /* Override */
110506                   "\044Range2InputVoltageHigh",
110507                   /* Units */
110508                   "\060MilliVolts",
110509                   0,
110510               };
110511               
110512               static MetaProperty
110513               _CIM_UninterruptiblePowerSupply_Range2InputVoltageHigh =
110514               {
110515                   /* flags */
110516                   META_FLAG_PROPERTY|META_FLAG_READ,
110517                   /* name */
110518                   "Range2InputVoltageHigh",
110519                   /* qualifiers */
110520                   _CIM_UninterruptiblePowerSupply_Range2InputVoltageHigh_qualifiers,
110521                   /* type */
110522                   CIMTYPE_UINT32,
110523 mike  1.1.2.1     /* subscript */
110524                   -1,
110525                   /* value */
110526                   0,
110527               };
110528               
110529               static const char*
110530               _CIM_UninterruptiblePowerSupply_RemainingCapacityStatus_qualifiers[] =
110531               {
110532                   /* ValueMap */
110533                   "\061\000\0041\0002\0003\0004\000",
110534                   /* Values */
110535                   "\062\000\004Unknown\000Normal\000Low\000Depleted\000",
110536                   /* MappingStrings */
110537                   "\026\000\001MIF.DMTF|UPS Battery|001.1\000",
110538                   0,
110539               };
110540               
110541               static MetaProperty
110542               _CIM_UninterruptiblePowerSupply_RemainingCapacityStatus =
110543               {
110544 mike  1.1.2.1     /* flags */
110545                   META_FLAG_PROPERTY|META_FLAG_READ,
110546                   /* name */
110547                   "RemainingCapacityStatus",
110548                   /* qualifiers */
110549                   _CIM_UninterruptiblePowerSupply_RemainingCapacityStatus_qualifiers,
110550                   /* type */
110551                   CIMTYPE_UINT16,
110552                   /* subscript */
110553                   -1,
110554                   /* value */
110555                   0,
110556               };
110557               
110558               static const char*
110559               _CIM_UninterruptiblePowerSupply_TimeOnBackup_qualifiers[] =
110560               {
110561                   /* Units */
110562                   "\060Seconds",
110563                   /* MappingStrings */
110564                   "\026\000\001MIF.DMTF|UPS Battery|001.2\000",
110565 mike  1.1.2.1     0,
110566               };
110567               
110568               static MetaProperty
110569               _CIM_UninterruptiblePowerSupply_TimeOnBackup =
110570               {
110571                   /* flags */
110572                   META_FLAG_PROPERTY|META_FLAG_READ,
110573                   /* name */
110574                   "TimeOnBackup",
110575                   /* qualifiers */
110576                   _CIM_UninterruptiblePowerSupply_TimeOnBackup_qualifiers,
110577                   /* type */
110578                   CIMTYPE_UINT32,
110579                   /* subscript */
110580                   -1,
110581                   /* value */
110582                   0,
110583               };
110584               
110585               static const char*
110586 mike  1.1.2.1 _CIM_UninterruptiblePowerSupply_EstimatedRunTime_qualifiers[] =
110587               {
110588                   /* Units */
110589                   "\060Minutes",
110590                   /* MappingStrings */
110591                   "\026\000\001MIF.DMTF|UPS Battery|001.3\000",
110592                   0,
110593               };
110594               
110595               static MetaProperty
110596               _CIM_UninterruptiblePowerSupply_EstimatedRunTime =
110597               {
110598                   /* flags */
110599                   META_FLAG_PROPERTY|META_FLAG_READ,
110600                   /* name */
110601                   "EstimatedRunTime",
110602                   /* qualifiers */
110603                   _CIM_UninterruptiblePowerSupply_EstimatedRunTime_qualifiers,
110604                   /* type */
110605                   CIMTYPE_UINT32,
110606                   /* subscript */
110607 mike  1.1.2.1     -1,
110608                   /* value */
110609                   0,
110610               };
110611               
110612               static const char*
110613               _CIM_UninterruptiblePowerSupply_EstimatedChargeRemaining_qualifiers[] =
110614               {
110615                   /* Units */
110616                   "\060Percent",
110617                   /* Gauge */
110618                   "\023\001",
110619                   /* MappingStrings */
110620                   "\026\000\001MIF.DMTF|UPS Battery|001.4\000",
110621                   0,
110622               };
110623               
110624               static MetaProperty
110625               _CIM_UninterruptiblePowerSupply_EstimatedChargeRemaining =
110626               {
110627                   /* flags */
110628 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
110629                   /* name */
110630                   "EstimatedChargeRemaining",
110631                   /* qualifiers */
110632                   _CIM_UninterruptiblePowerSupply_EstimatedChargeRemaining_qualifiers,
110633                   /* type */
110634                   CIMTYPE_UINT16,
110635                   /* subscript */
110636                   -1,
110637                   /* value */
110638                   0,
110639               };
110640               
110641               static MetaFeature*
110642               _CIM_UninterruptiblePowerSupply_features[] =
110643               {
110644                   (MetaFeature*)&_CIM_UninterruptiblePowerSupply_Range1InputVoltageLow,
110645                   (MetaFeature*)&_CIM_UninterruptiblePowerSupply_Range1InputVoltageHigh,
110646                   (MetaFeature*)&_CIM_UninterruptiblePowerSupply_Range2InputVoltageLow,
110647                   (MetaFeature*)&_CIM_UninterruptiblePowerSupply_Range2InputVoltageHigh,
110648                   (MetaFeature*)&_CIM_UninterruptiblePowerSupply_RemainingCapacityStatus,
110649 mike  1.1.2.1     (MetaFeature*)&_CIM_UninterruptiblePowerSupply_TimeOnBackup,
110650                   (MetaFeature*)&_CIM_UninterruptiblePowerSupply_EstimatedRunTime,
110651                   (MetaFeature*)&_CIM_UninterruptiblePowerSupply_EstimatedChargeRemaining,
110652                   0,
110653               };
110654               
110655               static const char*
110656               __root_cimv2_CIM_UninterruptiblePowerSupply_qualifiers[] =
110657               {
110658                   /* UMLPackagePath */
110659                   "\057CIM::Device::CoolingAndPower",
110660                   /* Version */
110661                   "\0632.10.0",
110662                   0,
110663               };
110664               
110665               MetaClass
110666               __root_cimv2_CIM_UninterruptiblePowerSupply =
110667               {
110668                   /* flags */
110669                   META_FLAG_CLASS,
110670 mike  1.1.2.1     /* name */
110671                   "CIM_UninterruptiblePowerSupply",
110672                   /* qualifiers */
110673                   __root_cimv2_CIM_UninterruptiblePowerSupply_qualifiers,
110674                   /* super */
110675                   &__root_cimv2_CIM_PowerSupply,
110676                   /* features */
110677                   _CIM_UninterruptiblePowerSupply_features,
110678               };
110679               
110680               //==============================================================================
110681               //
110682               // Class: CIM_UnixLocalFileSystem
110683               //
110684               //==============================================================================
110685               
110686               static const char*
110687               _CIM_UnixLocalFileSystem_FreeInodes_qualifiers[] =
110688               {
110689                   /* MappingStrings */
110690                   "\026\000\001MIF.DMTF|Host File System|001.12\000",
110691 mike  1.1.2.1     /* ModelCorrespondence */
110692                   "\036\000\001CIM_UnixLocalFileSystem.TotalInodes\000",
110693                   0,
110694               };
110695               
110696               static MetaProperty
110697               _CIM_UnixLocalFileSystem_FreeInodes =
110698               {
110699                   /* flags */
110700                   META_FLAG_PROPERTY|META_FLAG_READ,
110701                   /* name */
110702                   "FreeInodes",
110703                   /* qualifiers */
110704                   _CIM_UnixLocalFileSystem_FreeInodes_qualifiers,
110705                   /* type */
110706                   CIMTYPE_UINT64,
110707                   /* subscript */
110708                   -1,
110709                   /* value */
110710                   0,
110711               };
110712 mike  1.1.2.1 
110713               static const char*
110714               _CIM_UnixLocalFileSystem_TotalInodes_qualifiers[] =
110715               {
110716                   /* MappingStrings */
110717                   "\026\000\001MIF.DMTF|Host File System|001.11\000",
110718                   0,
110719               };
110720               
110721               static MetaProperty
110722               _CIM_UnixLocalFileSystem_TotalInodes =
110723               {
110724                   /* flags */
110725                   META_FLAG_PROPERTY|META_FLAG_READ,
110726                   /* name */
110727                   "TotalInodes",
110728                   /* qualifiers */
110729                   _CIM_UnixLocalFileSystem_TotalInodes_qualifiers,
110730                   /* type */
110731                   CIMTYPE_UINT64,
110732                   /* subscript */
110733 mike  1.1.2.1     -1,
110734                   /* value */
110735                   0,
110736               };
110737               
110738               static const char*
110739               _CIM_UnixLocalFileSystem_FSReservedCapacity_qualifiers[] =
110740               {
110741                   /* Units */
110742                   "\060Bytes",
110743                   /* MappingStrings */
110744                   "\026\000\001MIF.DMTF|Host File System|001.15\000",
110745                   0,
110746               };
110747               
110748               static MetaProperty
110749               _CIM_UnixLocalFileSystem_FSReservedCapacity =
110750               {
110751                   /* flags */
110752                   META_FLAG_PROPERTY|META_FLAG_READ,
110753                   /* name */
110754 mike  1.1.2.1     "FSReservedCapacity",
110755                   /* qualifiers */
110756                   _CIM_UnixLocalFileSystem_FSReservedCapacity_qualifiers,
110757                   /* type */
110758                   CIMTYPE_UINT64,
110759                   /* subscript */
110760                   -1,
110761                   /* value */
110762                   0,
110763               };
110764               
110765               static MetaFeature*
110766               _CIM_UnixLocalFileSystem_features[] =
110767               {
110768                   (MetaFeature*)&_CIM_UnixLocalFileSystem_FreeInodes,
110769                   (MetaFeature*)&_CIM_UnixLocalFileSystem_TotalInodes,
110770                   (MetaFeature*)&_CIM_UnixLocalFileSystem_FSReservedCapacity,
110771                   0,
110772               };
110773               
110774               static const char*
110775 mike  1.1.2.1 __root_cimv2_CIM_UnixLocalFileSystem_qualifiers[] =
110776               {
110777                   /* UMLPackagePath */
110778                   "\057CIM::System::Unix",
110779                   /* Version */
110780                   "\0632.8.0",
110781                   0,
110782               };
110783               
110784               MetaClass
110785               __root_cimv2_CIM_UnixLocalFileSystem =
110786               {
110787                   /* flags */
110788                   META_FLAG_CLASS,
110789                   /* name */
110790                   "CIM_UnixLocalFileSystem",
110791                   /* qualifiers */
110792                   __root_cimv2_CIM_UnixLocalFileSystem_qualifiers,
110793                   /* super */
110794                   &__root_cimv2_CIM_LocalFileSystem,
110795                   /* features */
110796 mike  1.1.2.1     _CIM_UnixLocalFileSystem_features,
110797               };
110798               
110799               //==============================================================================
110800               //
110801               // Class: CIM_UnixProcess
110802               //
110803               //==============================================================================
110804               
110805               static const char*
110806               _CIM_UnixProcess_ParentProcessID_qualifiers[] =
110807               {
110808                   /* Required */
110809                   "\050\001",
110810                   /* MappingStrings */
110811                   "\026\000\001MIF.DMTF|Process Information|001.2\000",
110812                   0,
110813               };
110814               
110815               static MetaProperty
110816               _CIM_UnixProcess_ParentProcessID =
110817 mike  1.1.2.1 {
110818                   /* flags */
110819                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
110820                   /* name */
110821                   "ParentProcessID",
110822                   /* qualifiers */
110823                   _CIM_UnixProcess_ParentProcessID_qualifiers,
110824                   /* type */
110825                   CIMTYPE_STRING,
110826                   /* subscript */
110827                   -1,
110828                   /* value */
110829                   0,
110830               };
110831               
110832               static const char*
110833               _CIM_UnixProcess_RealUserID_qualifiers[] =
110834               {
110835                   /* Required */
110836                   "\050\001",
110837                   /* MappingStrings */
110838 mike  1.1.2.1     "\026\000\001MIF.DMTF|Process Information|001.4\000",
110839                   0,
110840               };
110841               
110842               static MetaProperty
110843               _CIM_UnixProcess_RealUserID =
110844               {
110845                   /* flags */
110846                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
110847                   /* name */
110848                   "RealUserID",
110849                   /* qualifiers */
110850                   _CIM_UnixProcess_RealUserID_qualifiers,
110851                   /* type */
110852                   CIMTYPE_UINT64,
110853                   /* subscript */
110854                   -1,
110855                   /* value */
110856                   0,
110857               };
110858               
110859 mike  1.1.2.1 static const char*
110860               _CIM_UnixProcess_ProcessGroupID_qualifiers[] =
110861               {
110862                   /* Required */
110863                   "\050\001",
110864                   /* MappingStrings */
110865                   "\026\000\001MIF.DMTF|Process Information|001.2\000",
110866                   0,
110867               };
110868               
110869               static MetaProperty
110870               _CIM_UnixProcess_ProcessGroupID =
110871               {
110872                   /* flags */
110873                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
110874                   /* name */
110875                   "ProcessGroupID",
110876                   /* qualifiers */
110877                   _CIM_UnixProcess_ProcessGroupID_qualifiers,
110878                   /* type */
110879                   CIMTYPE_UINT64,
110880 mike  1.1.2.1     /* subscript */
110881                   -1,
110882                   /* value */
110883                   0,
110884               };
110885               
110886               static const char*
110887               _CIM_UnixProcess_ProcessSessionID_qualifiers[] =
110888               {
110889                   0,
110890               };
110891               
110892               static MetaProperty
110893               _CIM_UnixProcess_ProcessSessionID =
110894               {
110895                   /* flags */
110896                   META_FLAG_PROPERTY|META_FLAG_READ,
110897                   /* name */
110898                   "ProcessSessionID",
110899                   /* qualifiers */
110900                   _CIM_UnixProcess_ProcessSessionID_qualifiers,
110901 mike  1.1.2.1     /* type */
110902                   CIMTYPE_UINT64,
110903                   /* subscript */
110904                   -1,
110905                   /* value */
110906                   0,
110907               };
110908               
110909               static const char*
110910               _CIM_UnixProcess_ProcessTTY_qualifiers[] =
110911               {
110912                   /* MappingStrings */
110913                   "\026\000\001MIF.DMTF|Process Information|001.5\000",
110914                   0,
110915               };
110916               
110917               static MetaProperty
110918               _CIM_UnixProcess_ProcessTTY =
110919               {
110920                   /* flags */
110921                   META_FLAG_PROPERTY|META_FLAG_READ,
110922 mike  1.1.2.1     /* name */
110923                   "ProcessTTY",
110924                   /* qualifiers */
110925                   _CIM_UnixProcess_ProcessTTY_qualifiers,
110926                   /* type */
110927                   CIMTYPE_STRING,
110928                   /* subscript */
110929                   -1,
110930                   /* value */
110931                   0,
110932               };
110933               
110934               static const char*
110935               _CIM_UnixProcess_ModulePath_qualifiers[] =
110936               {
110937                   /* MappingStrings */
110938                   "\026\000\001MIF.DMTF|Process Information|001.7\000",
110939                   0,
110940               };
110941               
110942               static MetaProperty
110943 mike  1.1.2.1 _CIM_UnixProcess_ModulePath =
110944               {
110945                   /* flags */
110946                   META_FLAG_PROPERTY|META_FLAG_READ,
110947                   /* name */
110948                   "ModulePath",
110949                   /* qualifiers */
110950                   _CIM_UnixProcess_ModulePath_qualifiers,
110951                   /* type */
110952                   CIMTYPE_STRING,
110953                   /* subscript */
110954                   -1,
110955                   /* value */
110956                   0,
110957               };
110958               
110959               static const char*
110960               _CIM_UnixProcess_Parameters_qualifiers[] =
110961               {
110962                   /* MappingStrings */
110963                   "\026\000\001MIF.DMTF|Process Information|001.8\000",
110964 mike  1.1.2.1     0,
110965               };
110966               
110967               static MetaProperty
110968               _CIM_UnixProcess_Parameters =
110969               {
110970                   /* flags */
110971                   META_FLAG_PROPERTY|META_FLAG_READ,
110972                   /* name */
110973                   "Parameters",
110974                   /* qualifiers */
110975                   _CIM_UnixProcess_Parameters_qualifiers,
110976                   /* type */
110977                   CIMTYPE_STRING,
110978                   /* subscript */
110979                   0,
110980                   /* value */
110981                   0,
110982               };
110983               
110984               static const char*
110985 mike  1.1.2.1 _CIM_UnixProcess_ProcessNiceValue_qualifiers[] =
110986               {
110987                   /* MappingStrings */
110988                   "\026\000\001MIF.DMTF|Process Information|001.11\000",
110989                   0,
110990               };
110991               
110992               static MetaProperty
110993               _CIM_UnixProcess_ProcessNiceValue =
110994               {
110995                   /* flags */
110996                   META_FLAG_PROPERTY|META_FLAG_READ,
110997                   /* name */
110998                   "ProcessNiceValue",
110999                   /* qualifiers */
111000                   _CIM_UnixProcess_ProcessNiceValue_qualifiers,
111001                   /* type */
111002                   CIMTYPE_UINT32,
111003                   /* subscript */
111004                   -1,
111005                   /* value */
111006 mike  1.1.2.1     0,
111007               };
111008               
111009               static const char*
111010               _CIM_UnixProcess_ProcessWaitingForEvent_qualifiers[] =
111011               {
111012                   /* ModelCorrespondence */
111013                   "\036\000\001CIM_Process.ExecutionState\000",
111014                   0,
111015               };
111016               
111017               static MetaProperty
111018               _CIM_UnixProcess_ProcessWaitingForEvent =
111019               {
111020                   /* flags */
111021                   META_FLAG_PROPERTY|META_FLAG_READ,
111022                   /* name */
111023                   "ProcessWaitingForEvent",
111024                   /* qualifiers */
111025                   _CIM_UnixProcess_ProcessWaitingForEvent_qualifiers,
111026                   /* type */
111027 mike  1.1.2.1     CIMTYPE_STRING,
111028                   /* subscript */
111029                   -1,
111030                   /* value */
111031                   0,
111032               };
111033               
111034               static MetaFeature*
111035               _CIM_UnixProcess_features[] =
111036               {
111037                   (MetaFeature*)&_CIM_UnixProcess_ParentProcessID,
111038                   (MetaFeature*)&_CIM_UnixProcess_RealUserID,
111039                   (MetaFeature*)&_CIM_UnixProcess_ProcessGroupID,
111040                   (MetaFeature*)&_CIM_UnixProcess_ProcessSessionID,
111041                   (MetaFeature*)&_CIM_UnixProcess_ProcessTTY,
111042                   (MetaFeature*)&_CIM_UnixProcess_ModulePath,
111043                   (MetaFeature*)&_CIM_UnixProcess_Parameters,
111044                   (MetaFeature*)&_CIM_UnixProcess_ProcessNiceValue,
111045                   (MetaFeature*)&_CIM_UnixProcess_ProcessWaitingForEvent,
111046                   0,
111047               };
111048 mike  1.1.2.1 
111049               static const char*
111050               __root_cimv2_CIM_UnixProcess_qualifiers[] =
111051               {
111052                   /* UMLPackagePath */
111053                   "\057CIM::System::Unix",
111054                   /* Version */
111055                   "\0632.6.0",
111056                   0,
111057               };
111058               
111059               MetaClass
111060               __root_cimv2_CIM_UnixProcess =
111061               {
111062                   /* flags */
111063                   META_FLAG_CLASS,
111064                   /* name */
111065                   "CIM_UnixProcess",
111066                   /* qualifiers */
111067                   __root_cimv2_CIM_UnixProcess_qualifiers,
111068                   /* super */
111069 mike  1.1.2.1     &__root_cimv2_CIM_Process,
111070                   /* features */
111071                   _CIM_UnixProcess_features,
111072               };
111073               
111074               //==============================================================================
111075               //
111076               // Class: CIM_UnixProcessStatistics
111077               //
111078               //==============================================================================
111079               
111080               static const char*
111081               _CIM_UnixProcessStatistics_Element_qualifiers[] =
111082               {
111083                   /* Override */
111084                   "\044Element",
111085                   /* Min */
111086                   "\033\000\000\000\001",
111087                   /* Max */
111088                   "\027\000\000\000\001",
111089                   0,
111090 mike  1.1.2.1 };
111091               
111092               static MetaReference
111093               _CIM_UnixProcessStatistics_Element =
111094               {
111095                   /* flags */
111096                   META_FLAG_REFERENCE|META_FLAG_READ,
111097                   /* name */
111098                   "Element",
111099                   /* qualifiers */
111100                   _CIM_UnixProcessStatistics_Element_qualifiers,
111101                   /* subscript */
111102                   -1,
111103                   /* refId */
111104                   &__root_cimv2_CIM_UnixProcess,
111105               };
111106               
111107               static const char*
111108               _CIM_UnixProcessStatistics_Stats_qualifiers[] =
111109               {
111110                   /* Override */
111111 mike  1.1.2.1     "\044Stats",
111112                   /* Weak */
111113                   "\064\001",
111114                   0,
111115               };
111116               
111117               static MetaReference
111118               _CIM_UnixProcessStatistics_Stats =
111119               {
111120                   /* flags */
111121                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
111122                   /* name */
111123                   "Stats",
111124                   /* qualifiers */
111125                   _CIM_UnixProcessStatistics_Stats_qualifiers,
111126                   /* subscript */
111127                   -1,
111128                   /* refId */
111129                   &__root_cimv2_CIM_UnixProcessStatisticalInformation,
111130               };
111131               
111132 mike  1.1.2.1 static MetaFeature*
111133               _CIM_UnixProcessStatistics_features[] =
111134               {
111135                   (MetaFeature*)&_CIM_UnixProcessStatistics_Element,
111136                   (MetaFeature*)&_CIM_UnixProcessStatistics_Stats,
111137                   0,
111138               };
111139               
111140               static const char*
111141               __root_cimv2_CIM_UnixProcessStatistics_qualifiers[] =
111142               {
111143                   /* ASSOCIATION */
111144                   "\000\001",
111145                   /* UMLPackagePath */
111146                   "\057CIM::System::Unix",
111147                   /* Version */
111148                   "\0632.6.0",
111149                   0,
111150               };
111151               
111152               MetaClass
111153 mike  1.1.2.1 __root_cimv2_CIM_UnixProcessStatistics =
111154               {
111155                   /* flags */
111156                   META_FLAG_ASSOCIATION,
111157                   /* name */
111158                   "CIM_UnixProcessStatistics",
111159                   /* qualifiers */
111160                   __root_cimv2_CIM_UnixProcessStatistics_qualifiers,
111161                   /* super */
111162                   &__root_cimv2_CIM_Statistics,
111163                   /* features */
111164                   _CIM_UnixProcessStatistics_features,
111165               };
111166               
111167               //==============================================================================
111168               //
111169               // Class: CIM_UnixThread
111170               //
111171               //==============================================================================
111172               
111173               static const char*
111174 mike  1.1.2.1 _CIM_UnixThread_SchedPolicy_qualifiers[] =
111175               {
111176                   /* ValueMap */
111177                   "\061\000\0040\0001\0002\0003\000",
111178                   /* Values */
111179                   "\062\000\004Unknown\000Other\000SCHED_FIFO\000SCHED_RR\000",
111180                   /* ModelCorrespondence */
111181                   "\036\000\001CIM_UnixThread.OtherSchedPolicy\000",
111182                   0,
111183               };
111184               
111185               static MetaProperty
111186               _CIM_UnixThread_SchedPolicy =
111187               {
111188                   /* flags */
111189                   META_FLAG_PROPERTY|META_FLAG_READ,
111190                   /* name */
111191                   "SchedPolicy",
111192                   /* qualifiers */
111193                   _CIM_UnixThread_SchedPolicy_qualifiers,
111194                   /* type */
111195 mike  1.1.2.1     CIMTYPE_UINT16,
111196                   /* subscript */
111197                   -1,
111198                   /* value */
111199                   0,
111200               };
111201               
111202               static const char*
111203               _CIM_UnixThread_OtherSchedPolicy_qualifiers[] =
111204               {
111205                   /* ModelCorrespondence */
111206                   "\036\000\001CIM_UnixThread.SchedPolicy\000",
111207                   0,
111208               };
111209               
111210               static MetaProperty
111211               _CIM_UnixThread_OtherSchedPolicy =
111212               {
111213                   /* flags */
111214                   META_FLAG_PROPERTY|META_FLAG_READ,
111215                   /* name */
111216 mike  1.1.2.1     "OtherSchedPolicy",
111217                   /* qualifiers */
111218                   _CIM_UnixThread_OtherSchedPolicy_qualifiers,
111219                   /* type */
111220                   CIMTYPE_STRING,
111221                   /* subscript */
111222                   -1,
111223                   /* value */
111224                   0,
111225               };
111226               
111227               static const char*
111228               _CIM_UnixThread_GuardSize_qualifiers[] =
111229               {
111230                   0,
111231               };
111232               
111233               static MetaProperty
111234               _CIM_UnixThread_GuardSize =
111235               {
111236                   /* flags */
111237 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
111238                   /* name */
111239                   "GuardSize",
111240                   /* qualifiers */
111241                   _CIM_UnixThread_GuardSize_qualifiers,
111242                   /* type */
111243                   CIMTYPE_STRING,
111244                   /* subscript */
111245                   -1,
111246                   /* value */
111247                   0,
111248               };
111249               
111250               static const char*
111251               _CIM_UnixThread_DetachState_qualifiers[] =
111252               {
111253                   /* ValueMap */
111254                   "\061\000\0030\0002\0003\000",
111255                   /* Values */
111256                   "\062\000\003Unknown\000PTHREAD_CREATE_DETACHED\000PTHREAD_CREATE_JOINABLE\000",
111257                   0,
111258 mike  1.1.2.1 };
111259               
111260               static MetaProperty
111261               _CIM_UnixThread_DetachState =
111262               {
111263                   /* flags */
111264                   META_FLAG_PROPERTY|META_FLAG_READ,
111265                   /* name */
111266                   "DetachState",
111267                   /* qualifiers */
111268                   _CIM_UnixThread_DetachState_qualifiers,
111269                   /* type */
111270                   CIMTYPE_UINT16,
111271                   /* subscript */
111272                   -1,
111273                   /* value */
111274                   0,
111275               };
111276               
111277               static const char*
111278               _CIM_UnixThread_InheritSched_qualifiers[] =
111279 mike  1.1.2.1 {
111280                   /* ValueMap */
111281                   "\061\000\0030\0002\0003\000",
111282                   /* Values */
111283                   "\062\000\003Unknown\000PTHREAD_INHERIT_SCHED\000PTHREAD_EXPLICIT_SCHED\000",
111284                   0,
111285               };
111286               
111287               static MetaProperty
111288               _CIM_UnixThread_InheritSched =
111289               {
111290                   /* flags */
111291                   META_FLAG_PROPERTY|META_FLAG_READ,
111292                   /* name */
111293                   "InheritSched",
111294                   /* qualifiers */
111295                   _CIM_UnixThread_InheritSched_qualifiers,
111296                   /* type */
111297                   CIMTYPE_UINT16,
111298                   /* subscript */
111299                   -1,
111300 mike  1.1.2.1     /* value */
111301                   0,
111302               };
111303               
111304               static const char*
111305               _CIM_UnixThread_ContentionScope_qualifiers[] =
111306               {
111307                   /* ValueMap */
111308                   "\061\000\0030\0002\0003\000",
111309                   /* Values */
111310                   "\062\000\003Unknown\000PTHREAD_SCOPE_SYSTEM\000PTHREAD_SCOPE_PROCESS\000",
111311                   0,
111312               };
111313               
111314               static MetaProperty
111315               _CIM_UnixThread_ContentionScope =
111316               {
111317                   /* flags */
111318                   META_FLAG_PROPERTY|META_FLAG_READ,
111319                   /* name */
111320                   "ContentionScope",
111321 mike  1.1.2.1     /* qualifiers */
111322                   _CIM_UnixThread_ContentionScope_qualifiers,
111323                   /* type */
111324                   CIMTYPE_UINT16,
111325                   /* subscript */
111326                   -1,
111327                   /* value */
111328                   0,
111329               };
111330               
111331               static const char*
111332               _CIM_UnixThread_StackSize_qualifiers[] =
111333               {
111334                   0,
111335               };
111336               
111337               static MetaProperty
111338               _CIM_UnixThread_StackSize =
111339               {
111340                   /* flags */
111341                   META_FLAG_PROPERTY|META_FLAG_READ,
111342 mike  1.1.2.1     /* name */
111343                   "StackSize",
111344                   /* qualifiers */
111345                   _CIM_UnixThread_StackSize_qualifiers,
111346                   /* type */
111347                   CIMTYPE_STRING,
111348                   /* subscript */
111349                   -1,
111350                   /* value */
111351                   0,
111352               };
111353               
111354               static const char*
111355               _CIM_UnixThread_ConcurrencyLevel_qualifiers[] =
111356               {
111357                   0,
111358               };
111359               
111360               static MetaProperty
111361               _CIM_UnixThread_ConcurrencyLevel =
111362               {
111363 mike  1.1.2.1     /* flags */
111364                   META_FLAG_PROPERTY|META_FLAG_READ,
111365                   /* name */
111366                   "ConcurrencyLevel",
111367                   /* qualifiers */
111368                   _CIM_UnixThread_ConcurrencyLevel_qualifiers,
111369                   /* type */
111370                   CIMTYPE_UINT64,
111371                   /* subscript */
111372                   -1,
111373                   /* value */
111374                   0,
111375               };
111376               
111377               static const char*
111378               _CIM_UnixThread_CancelState_qualifiers[] =
111379               {
111380                   /* ValueMap */
111381                   "\061\000\0030\0002\0003\000",
111382                   /* Values */
111383                   "\062\000\003Unknown\000PTHREAD_CANCEL_ENABLE\000PTHREAD_CANCEL_DISABLE\000",
111384 mike  1.1.2.1     0,
111385               };
111386               
111387               static MetaProperty
111388               _CIM_UnixThread_CancelState =
111389               {
111390                   /* flags */
111391                   META_FLAG_PROPERTY|META_FLAG_READ,
111392                   /* name */
111393                   "CancelState",
111394                   /* qualifiers */
111395                   _CIM_UnixThread_CancelState_qualifiers,
111396                   /* type */
111397                   CIMTYPE_UINT16,
111398                   /* subscript */
111399                   -1,
111400                   /* value */
111401                   0,
111402               };
111403               
111404               static const char*
111405 mike  1.1.2.1 _CIM_UnixThread_CancelType_qualifiers[] =
111406               {
111407                   /* ValueMap */
111408                   "\061\000\0030\0002\0003\000",
111409                   /* Values */
111410                   "\062\000\003Unknown\000PTHREAD_CANCEL_DEFERRED\000PTHREAD_CANCEL_ASYNCHRONOUS\000",
111411                   0,
111412               };
111413               
111414               static MetaProperty
111415               _CIM_UnixThread_CancelType =
111416               {
111417                   /* flags */
111418                   META_FLAG_PROPERTY|META_FLAG_READ,
111419                   /* name */
111420                   "CancelType",
111421                   /* qualifiers */
111422                   _CIM_UnixThread_CancelType_qualifiers,
111423                   /* type */
111424                   CIMTYPE_UINT16,
111425                   /* subscript */
111426 mike  1.1.2.1     -1,
111427                   /* value */
111428                   0,
111429               };
111430               
111431               static MetaFeature*
111432               _CIM_UnixThread_features[] =
111433               {
111434                   (MetaFeature*)&_CIM_UnixThread_SchedPolicy,
111435                   (MetaFeature*)&_CIM_UnixThread_OtherSchedPolicy,
111436                   (MetaFeature*)&_CIM_UnixThread_GuardSize,
111437                   (MetaFeature*)&_CIM_UnixThread_DetachState,
111438                   (MetaFeature*)&_CIM_UnixThread_InheritSched,
111439                   (MetaFeature*)&_CIM_UnixThread_ContentionScope,
111440                   (MetaFeature*)&_CIM_UnixThread_StackSize,
111441                   (MetaFeature*)&_CIM_UnixThread_ConcurrencyLevel,
111442                   (MetaFeature*)&_CIM_UnixThread_CancelState,
111443                   (MetaFeature*)&_CIM_UnixThread_CancelType,
111444                   0,
111445               };
111446               
111447 mike  1.1.2.1 static const char*
111448               __root_cimv2_CIM_UnixThread_qualifiers[] =
111449               {
111450                   /* UMLPackagePath */
111451                   "\057CIM::System::Unix",
111452                   /* Version */
111453                   "\0632.6.0",
111454                   0,
111455               };
111456               
111457               MetaClass
111458               __root_cimv2_CIM_UnixThread =
111459               {
111460                   /* flags */
111461                   META_FLAG_CLASS,
111462                   /* name */
111463                   "CIM_UnixThread",
111464                   /* qualifiers */
111465                   __root_cimv2_CIM_UnixThread_qualifiers,
111466                   /* super */
111467                   &__root_cimv2_CIM_Thread,
111468 mike  1.1.2.1     /* features */
111469                   _CIM_UnixThread_features,
111470               };
111471               
111472               //==============================================================================
111473               //
111474               // Class: CIM_USBDevice
111475               //
111476               //==============================================================================
111477               
111478               static const char*
111479               _CIM_USBDevice_USBVersion_qualifiers[] =
111480               {
111481                   0,
111482               };
111483               
111484               static MetaProperty
111485               _CIM_USBDevice_USBVersion =
111486               {
111487                   /* flags */
111488                   META_FLAG_PROPERTY|META_FLAG_READ,
111489 mike  1.1.2.1     /* name */
111490                   "USBVersion",
111491                   /* qualifiers */
111492                   _CIM_USBDevice_USBVersion_qualifiers,
111493                   /* type */
111494                   CIMTYPE_UINT16,
111495                   /* subscript */
111496                   -1,
111497                   /* value */
111498                   0,
111499               };
111500               
111501               static const char*
111502               _CIM_USBDevice_ClassCode_qualifiers[] =
111503               {
111504                   0,
111505               };
111506               
111507               static MetaProperty
111508               _CIM_USBDevice_ClassCode =
111509               {
111510 mike  1.1.2.1     /* flags */
111511                   META_FLAG_PROPERTY|META_FLAG_READ,
111512                   /* name */
111513                   "ClassCode",
111514                   /* qualifiers */
111515                   _CIM_USBDevice_ClassCode_qualifiers,
111516                   /* type */
111517                   CIMTYPE_UINT8,
111518                   /* subscript */
111519                   -1,
111520                   /* value */
111521                   0,
111522               };
111523               
111524               static const char*
111525               _CIM_USBDevice_SubclassCode_qualifiers[] =
111526               {
111527                   0,
111528               };
111529               
111530               static MetaProperty
111531 mike  1.1.2.1 _CIM_USBDevice_SubclassCode =
111532               {
111533                   /* flags */
111534                   META_FLAG_PROPERTY|META_FLAG_READ,
111535                   /* name */
111536                   "SubclassCode",
111537                   /* qualifiers */
111538                   _CIM_USBDevice_SubclassCode_qualifiers,
111539                   /* type */
111540                   CIMTYPE_UINT8,
111541                   /* subscript */
111542                   -1,
111543                   /* value */
111544                   0,
111545               };
111546               
111547               static const char*
111548               _CIM_USBDevice_ProtocolCode_qualifiers[] =
111549               {
111550                   0,
111551               };
111552 mike  1.1.2.1 
111553               static MetaProperty
111554               _CIM_USBDevice_ProtocolCode =
111555               {
111556                   /* flags */
111557                   META_FLAG_PROPERTY|META_FLAG_READ,
111558                   /* name */
111559                   "ProtocolCode",
111560                   /* qualifiers */
111561                   _CIM_USBDevice_ProtocolCode_qualifiers,
111562                   /* type */
111563                   CIMTYPE_UINT8,
111564                   /* subscript */
111565                   -1,
111566                   /* value */
111567                   0,
111568               };
111569               
111570               static const char*
111571               _CIM_USBDevice_NumberOfConfigs_qualifiers[] =
111572               {
111573 mike  1.1.2.1     0,
111574               };
111575               
111576               static MetaProperty
111577               _CIM_USBDevice_NumberOfConfigs =
111578               {
111579                   /* flags */
111580                   META_FLAG_PROPERTY|META_FLAG_READ,
111581                   /* name */
111582                   "NumberOfConfigs",
111583                   /* qualifiers */
111584                   _CIM_USBDevice_NumberOfConfigs_qualifiers,
111585                   /* type */
111586                   CIMTYPE_UINT8,
111587                   /* subscript */
111588                   -1,
111589                   /* value */
111590                   0,
111591               };
111592               
111593               static const char*
111594 mike  1.1.2.1 _CIM_USBDevice_CurrentConfigValue_qualifiers[] =
111595               {
111596                   /* ModelCorrespondence */
111597                   "\036\000\001CIM_USBDevice.CurrentAlternateSettings\000",
111598                   0,
111599               };
111600               
111601               static MetaProperty
111602               _CIM_USBDevice_CurrentConfigValue =
111603               {
111604                   /* flags */
111605                   META_FLAG_PROPERTY|META_FLAG_READ,
111606                   /* name */
111607                   "CurrentConfigValue",
111608                   /* qualifiers */
111609                   _CIM_USBDevice_CurrentConfigValue_qualifiers,
111610                   /* type */
111611                   CIMTYPE_UINT8,
111612                   /* subscript */
111613                   -1,
111614                   /* value */
111615 mike  1.1.2.1     0,
111616               };
111617               
111618               static const char*
111619               _CIM_USBDevice_CurrentAlternateSettings_qualifiers[] =
111620               {
111621                   /* ModelCorrespondence */
111622                   "\036\000\001CIM_USBDevice.CurrentConfigValue\000",
111623                   0,
111624               };
111625               
111626               static MetaProperty
111627               _CIM_USBDevice_CurrentAlternateSettings =
111628               {
111629                   /* flags */
111630                   META_FLAG_PROPERTY|META_FLAG_READ,
111631                   /* name */
111632                   "CurrentAlternateSettings",
111633                   /* qualifiers */
111634                   _CIM_USBDevice_CurrentAlternateSettings_qualifiers,
111635                   /* type */
111636 mike  1.1.2.1     CIMTYPE_UINT8,
111637                   /* subscript */
111638                   0,
111639                   /* value */
111640                   0,
111641               };
111642               
111643               static const char*
111644               _CIM_USBDevice_GetDescriptor_RequestType_qualifiers[] =
111645               {
111646                   /* IN */
111647                   "\024\001",
111648                   0,
111649               };
111650               
111651               static MetaProperty
111652               _CIM_USBDevice_GetDescriptor_RequestType =
111653               {
111654                   /* flags */
111655                   META_FLAG_PROPERTY|META_FLAG_IN,
111656                   /* name */
111657 mike  1.1.2.1     "RequestType",
111658                   /* qualifiers */
111659                   _CIM_USBDevice_GetDescriptor_RequestType_qualifiers,
111660                   /* type */
111661                   CIMTYPE_UINT8,
111662                   /* subscript */
111663                   -1,
111664                   /* value */
111665                   0,
111666               };
111667               
111668               static const char*
111669               _CIM_USBDevice_GetDescriptor_RequestValue_qualifiers[] =
111670               {
111671                   /* IN */
111672                   "\024\001",
111673                   0,
111674               };
111675               
111676               static MetaProperty
111677               _CIM_USBDevice_GetDescriptor_RequestValue =
111678 mike  1.1.2.1 {
111679                   /* flags */
111680                   META_FLAG_PROPERTY|META_FLAG_IN,
111681                   /* name */
111682                   "RequestValue",
111683                   /* qualifiers */
111684                   _CIM_USBDevice_GetDescriptor_RequestValue_qualifiers,
111685                   /* type */
111686                   CIMTYPE_UINT16,
111687                   /* subscript */
111688                   -1,
111689                   /* value */
111690                   0,
111691               };
111692               
111693               static const char*
111694               _CIM_USBDevice_GetDescriptor_RequestIndex_qualifiers[] =
111695               {
111696                   /* IN */
111697                   "\024\001",
111698                   0,
111699 mike  1.1.2.1 };
111700               
111701               static MetaProperty
111702               _CIM_USBDevice_GetDescriptor_RequestIndex =
111703               {
111704                   /* flags */
111705                   META_FLAG_PROPERTY|META_FLAG_IN,
111706                   /* name */
111707                   "RequestIndex",
111708                   /* qualifiers */
111709                   _CIM_USBDevice_GetDescriptor_RequestIndex_qualifiers,
111710                   /* type */
111711                   CIMTYPE_UINT16,
111712                   /* subscript */
111713                   -1,
111714                   /* value */
111715                   0,
111716               };
111717               
111718               static const char*
111719               _CIM_USBDevice_GetDescriptor_RequestLength_qualifiers[] =
111720 mike  1.1.2.1 {
111721                   /* IN */
111722                   "\024\001",
111723                   /* OUT */
111724                   "\043\001",
111725                   0,
111726               };
111727               
111728               static MetaProperty
111729               _CIM_USBDevice_GetDescriptor_RequestLength =
111730               {
111731                   /* flags */
111732                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
111733                   /* name */
111734                   "RequestLength",
111735                   /* qualifiers */
111736                   _CIM_USBDevice_GetDescriptor_RequestLength_qualifiers,
111737                   /* type */
111738                   CIMTYPE_UINT16,
111739                   /* subscript */
111740                   -1,
111741 mike  1.1.2.1     /* value */
111742                   0,
111743               };
111744               
111745               static const char*
111746               _CIM_USBDevice_GetDescriptor_Buffer_qualifiers[] =
111747               {
111748                   /* IN */
111749                   "\024\000",
111750                   /* OUT */
111751                   "\043\001",
111752                   0,
111753               };
111754               
111755               static MetaProperty
111756               _CIM_USBDevice_GetDescriptor_Buffer =
111757               {
111758                   /* flags */
111759                   META_FLAG_PROPERTY|META_FLAG_OUT,
111760                   /* name */
111761                   "Buffer",
111762 mike  1.1.2.1     /* qualifiers */
111763                   _CIM_USBDevice_GetDescriptor_Buffer_qualifiers,
111764                   /* type */
111765                   CIMTYPE_UINT8,
111766                   /* subscript */
111767                   0,
111768                   /* value */
111769                   0,
111770               };
111771               
111772               static MetaFeature*
111773               _CIM_USBDevice_GetDescriptor_parameters[] =
111774               {
111775                   (MetaFeature*)&_CIM_USBDevice_GetDescriptor_RequestType,
111776                   (MetaFeature*)&_CIM_USBDevice_GetDescriptor_RequestValue,
111777                   (MetaFeature*)&_CIM_USBDevice_GetDescriptor_RequestIndex,
111778                   (MetaFeature*)&_CIM_USBDevice_GetDescriptor_RequestLength,
111779                   (MetaFeature*)&_CIM_USBDevice_GetDescriptor_Buffer,
111780                   0,
111781               };
111782               
111783 mike  1.1.2.1 static const char*
111784               _CIM_USBDevice_GetDescriptor_qualifiers[] =
111785               {
111786                   0,
111787               };
111788               
111789               static MetaMethod
111790               _CIM_USBDevice_GetDescriptor =
111791               {
111792                   /* flags */
111793                   META_FLAG_METHOD,
111794                   /* name */
111795                   "CIM_USBDevice",
111796                   /* qualifiers */
111797                   _CIM_USBDevice_GetDescriptor_qualifiers,
111798                   /* type */
111799                   CIMTYPE_UINT32,
111800                   /* parameters */
111801                   _CIM_USBDevice_GetDescriptor_parameters,
111802               };
111803               
111804 mike  1.1.2.1 static MetaFeature*
111805               _CIM_USBDevice_features[] =
111806               {
111807                   (MetaFeature*)&_CIM_USBDevice_USBVersion,
111808                   (MetaFeature*)&_CIM_USBDevice_ClassCode,
111809                   (MetaFeature*)&_CIM_USBDevice_SubclassCode,
111810                   (MetaFeature*)&_CIM_USBDevice_ProtocolCode,
111811                   (MetaFeature*)&_CIM_USBDevice_NumberOfConfigs,
111812                   (MetaFeature*)&_CIM_USBDevice_CurrentConfigValue,
111813                   (MetaFeature*)&_CIM_USBDevice_CurrentAlternateSettings,
111814                   (MetaFeature*)&_CIM_USBDevice_GetDescriptor,
111815                   0,
111816               };
111817               
111818               static const char*
111819               __root_cimv2_CIM_USBDevice_qualifiers[] =
111820               {
111821                   /* UMLPackagePath */
111822                   "\057CIM::Device::USB",
111823                   /* Version */
111824                   "\0632.6.0",
111825 mike  1.1.2.1     0,
111826               };
111827               
111828               MetaClass
111829               __root_cimv2_CIM_USBDevice =
111830               {
111831                   /* flags */
111832                   META_FLAG_CLASS,
111833                   /* name */
111834                   "CIM_USBDevice",
111835                   /* qualifiers */
111836                   __root_cimv2_CIM_USBDevice_qualifiers,
111837                   /* super */
111838                   &__root_cimv2_CIM_LogicalDevice,
111839                   /* features */
111840                   _CIM_USBDevice_features,
111841               };
111842               
111843               //==============================================================================
111844               //
111845               // Class: CIM_USBHub
111846 mike  1.1.2.1 //
111847               //==============================================================================
111848               
111849               static const char*
111850               _CIM_USBHub_GangSwitched_qualifiers[] =
111851               {
111852                   0,
111853               };
111854               
111855               static MetaProperty
111856               _CIM_USBHub_GangSwitched =
111857               {
111858                   /* flags */
111859                   META_FLAG_PROPERTY|META_FLAG_READ,
111860                   /* name */
111861                   "GangSwitched",
111862                   /* qualifiers */
111863                   _CIM_USBHub_GangSwitched_qualifiers,
111864                   /* type */
111865                   CIMTYPE_BOOLEAN,
111866                   /* subscript */
111867 mike  1.1.2.1     -1,
111868                   /* value */
111869                   0,
111870               };
111871               
111872               static const char*
111873               _CIM_USBHub_NumberOfPorts_qualifiers[] =
111874               {
111875                   0,
111876               };
111877               
111878               static MetaProperty
111879               _CIM_USBHub_NumberOfPorts =
111880               {
111881                   /* flags */
111882                   META_FLAG_PROPERTY|META_FLAG_READ,
111883                   /* name */
111884                   "NumberOfPorts",
111885                   /* qualifiers */
111886                   _CIM_USBHub_NumberOfPorts_qualifiers,
111887                   /* type */
111888 mike  1.1.2.1     CIMTYPE_UINT8,
111889                   /* subscript */
111890                   -1,
111891                   /* value */
111892                   0,
111893               };
111894               
111895               static MetaFeature*
111896               _CIM_USBHub_features[] =
111897               {
111898                   (MetaFeature*)&_CIM_USBHub_GangSwitched,
111899                   (MetaFeature*)&_CIM_USBHub_NumberOfPorts,
111900                   0,
111901               };
111902               
111903               static const char*
111904               __root_cimv2_CIM_USBHub_qualifiers[] =
111905               {
111906                   /* UMLPackagePath */
111907                   "\057CIM::Device::USB",
111908                   /* Version */
111909 mike  1.1.2.1     "\0632.6.0",
111910                   0,
111911               };
111912               
111913               MetaClass
111914               __root_cimv2_CIM_USBHub =
111915               {
111916                   /* flags */
111917                   META_FLAG_CLASS,
111918                   /* name */
111919                   "CIM_USBHub",
111920                   /* qualifiers */
111921                   __root_cimv2_CIM_USBHub_qualifiers,
111922                   /* super */
111923                   &__root_cimv2_CIM_USBDevice,
111924                   /* features */
111925                   _CIM_USBHub_features,
111926               };
111927               
111928               //==============================================================================
111929               //
111930 mike  1.1.2.1 // Class: CIM_USBPort
111931               //
111932               //==============================================================================
111933               
111934               static const char*
111935               _CIM_USBPort_Speed_qualifiers[] =
111936               {
111937                   /* Override */
111938                   "\044Speed",
111939                   /* ValueMap */
111940                   "\061\000\0040\0001\0001500000\00012000000\000",
111941                   0,
111942               };
111943               
111944               static MetaProperty
111945               _CIM_USBPort_Speed =
111946               {
111947                   /* flags */
111948                   META_FLAG_PROPERTY|META_FLAG_READ,
111949                   /* name */
111950                   "Speed",
111951 mike  1.1.2.1     /* qualifiers */
111952                   _CIM_USBPort_Speed_qualifiers,
111953                   /* type */
111954                   CIMTYPE_UINT64,
111955                   /* subscript */
111956                   -1,
111957                   /* value */
111958                   0,
111959               };
111960               
111961               static const char*
111962               _CIM_USBPort_StatusInfo_qualifiers[] =
111963               {
111964                   /* Override */
111965                   "\044StatusInfo",
111966                   /* ValueMap */
111967                   "\061\000\0032\0003\0004\000",
111968                   /* Values */
111969                   "\062\000\003Unknown\000Enabled\000Disabled\000",
111970                   0,
111971               };
111972 mike  1.1.2.1 
111973               static MetaProperty
111974               _CIM_USBPort_StatusInfo =
111975               {
111976                   /* flags */
111977                   META_FLAG_PROPERTY|META_FLAG_READ,
111978                   /* name */
111979                   "StatusInfo",
111980                   /* qualifiers */
111981                   _CIM_USBPort_StatusInfo_qualifiers,
111982                   /* type */
111983                   CIMTYPE_UINT16,
111984                   /* subscript */
111985                   -1,
111986                   /* value */
111987                   0,
111988               };
111989               
111990               static const char*
111991               _CIM_USBPort_Availability_qualifiers[] =
111992               {
111993 mike  1.1.2.1     /* Override */
111994                   "\044Availability",
111995                   /* ValueMap */
111996                   "\061\000\0032\0003\0007\000",
111997                   /* Values */
111998                   "\062\000\003Unknown\000Running/Full Power\000Power Off\000",
111999                   0,
112000               };
112001               
112002               static MetaProperty
112003               _CIM_USBPort_Availability =
112004               {
112005                   /* flags */
112006                   META_FLAG_PROPERTY|META_FLAG_READ,
112007                   /* name */
112008                   "Availability",
112009                   /* qualifiers */
112010                   _CIM_USBPort_Availability_qualifiers,
112011                   /* type */
112012                   CIMTYPE_UINT16,
112013                   /* subscript */
112014 mike  1.1.2.1     -1,
112015                   /* value */
112016                   0,
112017               };
112018               
112019               static const char*
112020               _CIM_USBPort_Power_qualifiers[] =
112021               {
112022                   /* ValueMap */
112023                   "\061\000\0040\0001\0002\0003\000",
112024                   /* Values */
112025                   "\062\000\004Unknown\000Other\0001 Unit Load\0005 Unit Loads\000",
112026                   0,
112027               };
112028               
112029               static MetaProperty
112030               _CIM_USBPort_Power =
112031               {
112032                   /* flags */
112033                   META_FLAG_PROPERTY|META_FLAG_READ,
112034                   /* name */
112035 mike  1.1.2.1     "Power",
112036                   /* qualifiers */
112037                   _CIM_USBPort_Power_qualifiers,
112038                   /* type */
112039                   CIMTYPE_UINT16,
112040                   /* subscript */
112041                   -1,
112042                   /* value */
112043                   0,
112044               };
112045               
112046               static const char*
112047               _CIM_USBPort_Suspended_qualifiers[] =
112048               {
112049                   0,
112050               };
112051               
112052               static MetaProperty
112053               _CIM_USBPort_Suspended =
112054               {
112055                   /* flags */
112056 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
112057                   /* name */
112058                   "Suspended",
112059                   /* qualifiers */
112060                   _CIM_USBPort_Suspended_qualifiers,
112061                   /* type */
112062                   CIMTYPE_BOOLEAN,
112063                   /* subscript */
112064                   -1,
112065                   /* value */
112066                   0,
112067               };
112068               
112069               static const char*
112070               _CIM_USBPort_Overcurrent_qualifiers[] =
112071               {
112072                   0,
112073               };
112074               
112075               static MetaProperty
112076               _CIM_USBPort_Overcurrent =
112077 mike  1.1.2.1 {
112078                   /* flags */
112079                   META_FLAG_PROPERTY|META_FLAG_READ,
112080                   /* name */
112081                   "Overcurrent",
112082                   /* qualifiers */
112083                   _CIM_USBPort_Overcurrent_qualifiers,
112084                   /* type */
112085                   CIMTYPE_BOOLEAN,
112086                   /* subscript */
112087                   -1,
112088                   /* value */
112089                   0,
112090               };
112091               
112092               static MetaFeature*
112093               _CIM_USBPort_features[] =
112094               {
112095                   (MetaFeature*)&_CIM_USBPort_Speed,
112096                   (MetaFeature*)&_CIM_USBPort_StatusInfo,
112097                   (MetaFeature*)&_CIM_USBPort_Availability,
112098 mike  1.1.2.1     (MetaFeature*)&_CIM_USBPort_Power,
112099                   (MetaFeature*)&_CIM_USBPort_Suspended,
112100                   (MetaFeature*)&_CIM_USBPort_Overcurrent,
112101                   0,
112102               };
112103               
112104               static const char*
112105               __root_cimv2_CIM_USBPort_qualifiers[] =
112106               {
112107                   /* UMLPackagePath */
112108                   "\057CIM::Device::USB",
112109                   /* Version */
112110                   "\0632.6.0",
112111                   0,
112112               };
112113               
112114               MetaClass
112115               __root_cimv2_CIM_USBPort =
112116               {
112117                   /* flags */
112118                   META_FLAG_CLASS,
112119 mike  1.1.2.1     /* name */
112120                   "CIM_USBPort",
112121                   /* qualifiers */
112122                   __root_cimv2_CIM_USBPort_qualifiers,
112123                   /* super */
112124                   &__root_cimv2_CIM_LogicalPort,
112125                   /* features */
112126                   _CIM_USBPort_features,
112127               };
112128               
112129               //==============================================================================
112130               //
112131               // Class: CIM_USBPortOnHub
112132               //
112133               //==============================================================================
112134               
112135               static const char*
112136               _CIM_USBPortOnHub_Antecedent_qualifiers[] =
112137               {
112138                   /* Override */
112139                   "\044Antecedent",
112140 mike  1.1.2.1     /* Min */
112141                   "\033\000\000\000\001",
112142                   /* Max */
112143                   "\027\000\000\000\001",
112144                   0,
112145               };
112146               
112147               static MetaReference
112148               _CIM_USBPortOnHub_Antecedent =
112149               {
112150                   /* flags */
112151                   META_FLAG_REFERENCE|META_FLAG_READ,
112152                   /* name */
112153                   "Antecedent",
112154                   /* qualifiers */
112155                   _CIM_USBPortOnHub_Antecedent_qualifiers,
112156                   /* subscript */
112157                   -1,
112158                   /* refId */
112159                   &__root_cimv2_CIM_USBHub,
112160               };
112161 mike  1.1.2.1 
112162               static const char*
112163               _CIM_USBPortOnHub_Dependent_qualifiers[] =
112164               {
112165                   /* Override */
112166                   "\044Dependent",
112167                   /* Min */
112168                   "\033\000\000\000\001",
112169                   0,
112170               };
112171               
112172               static MetaReference
112173               _CIM_USBPortOnHub_Dependent =
112174               {
112175                   /* flags */
112176                   META_FLAG_REFERENCE|META_FLAG_READ,
112177                   /* name */
112178                   "Dependent",
112179                   /* qualifiers */
112180                   _CIM_USBPortOnHub_Dependent_qualifiers,
112181                   /* subscript */
112182 mike  1.1.2.1     -1,
112183                   /* refId */
112184                   &__root_cimv2_CIM_USBPort,
112185               };
112186               
112187               static MetaFeature*
112188               _CIM_USBPortOnHub_features[] =
112189               {
112190                   (MetaFeature*)&_CIM_USBPortOnHub_Antecedent,
112191                   (MetaFeature*)&_CIM_USBPortOnHub_Dependent,
112192                   0,
112193               };
112194               
112195               static const char*
112196               __root_cimv2_CIM_USBPortOnHub_qualifiers[] =
112197               {
112198                   /* ASSOCIATION */
112199                   "\000\001",
112200                   /* UMLPackagePath */
112201                   "\057CIM::Device::USB",
112202                   /* Version */
112203 mike  1.1.2.1     "\0632.6.0",
112204                   0,
112205               };
112206               
112207               MetaClass
112208               __root_cimv2_CIM_USBPortOnHub =
112209               {
112210                   /* flags */
112211                   META_FLAG_ASSOCIATION,
112212                   /* name */
112213                   "CIM_USBPortOnHub",
112214                   /* qualifiers */
112215                   __root_cimv2_CIM_USBPortOnHub_qualifiers,
112216                   /* super */
112217                   &__root_cimv2_CIM_PortOnDevice,
112218                   /* features */
112219                   _CIM_USBPortOnHub_features,
112220               };
112221               
112222               //==============================================================================
112223               //
112224 mike  1.1.2.1 // Class: CIM_UseOfLog
112225               //
112226               //==============================================================================
112227               
112228               static const char*
112229               _CIM_UseOfLog_Antecedent_qualifiers[] =
112230               {
112231                   /* Override */
112232                   "\044Antecedent",
112233                   0,
112234               };
112235               
112236               static MetaReference
112237               _CIM_UseOfLog_Antecedent =
112238               {
112239                   /* flags */
112240                   META_FLAG_REFERENCE|META_FLAG_READ,
112241                   /* name */
112242                   "Antecedent",
112243                   /* qualifiers */
112244                   _CIM_UseOfLog_Antecedent_qualifiers,
112245 mike  1.1.2.1     /* subscript */
112246                   -1,
112247                   /* refId */
112248                   &__root_cimv2_CIM_Log,
112249               };
112250               
112251               static const char*
112252               _CIM_UseOfLog_Dependent_qualifiers[] =
112253               {
112254                   /* Override */
112255                   "\044Dependent",
112256                   0,
112257               };
112258               
112259               static MetaReference
112260               _CIM_UseOfLog_Dependent =
112261               {
112262                   /* flags */
112263                   META_FLAG_REFERENCE|META_FLAG_READ,
112264                   /* name */
112265                   "Dependent",
112266 mike  1.1.2.1     /* qualifiers */
112267                   _CIM_UseOfLog_Dependent_qualifiers,
112268                   /* subscript */
112269                   -1,
112270                   /* refId */
112271                   &__root_cimv2_CIM_ManagedSystemElement,
112272               };
112273               
112274               static const char*
112275               _CIM_UseOfLog_RecordedData_qualifiers[] =
112276               {
112277                   0,
112278               };
112279               
112280               static MetaProperty
112281               _CIM_UseOfLog_RecordedData =
112282               {
112283                   /* flags */
112284                   META_FLAG_PROPERTY|META_FLAG_READ,
112285                   /* name */
112286                   "RecordedData",
112287 mike  1.1.2.1     /* qualifiers */
112288                   _CIM_UseOfLog_RecordedData_qualifiers,
112289                   /* type */
112290                   CIMTYPE_STRING,
112291                   /* subscript */
112292                   -1,
112293                   /* value */
112294                   0,
112295               };
112296               
112297               static MetaFeature*
112298               _CIM_UseOfLog_features[] =
112299               {
112300                   (MetaFeature*)&_CIM_UseOfLog_Antecedent,
112301                   (MetaFeature*)&_CIM_UseOfLog_Dependent,
112302                   (MetaFeature*)&_CIM_UseOfLog_RecordedData,
112303                   0,
112304               };
112305               
112306               static const char*
112307               __root_cimv2_CIM_UseOfLog_qualifiers[] =
112308 mike  1.1.2.1 {
112309                   /* ASSOCIATION */
112310                   "\000\001",
112311                   /* UMLPackagePath */
112312                   "\057CIM::System::Logs",
112313                   /* Version */
112314                   "\0632.9.0",
112315                   0,
112316               };
112317               
112318               MetaClass
112319               __root_cimv2_CIM_UseOfLog =
112320               {
112321                   /* flags */
112322                   META_FLAG_ASSOCIATION,
112323                   /* name */
112324                   "CIM_UseOfLog",
112325                   /* qualifiers */
112326                   __root_cimv2_CIM_UseOfLog_qualifiers,
112327                   /* super */
112328                   &__root_cimv2_CIM_Dependency,
112329 mike  1.1.2.1     /* features */
112330                   _CIM_UseOfLog_features,
112331               };
112332               
112333               //==============================================================================
112334               //
112335               // Class: CIM_UseOfMessageLog
112336               //
112337               //==============================================================================
112338               
112339               static const char*
112340               _CIM_UseOfMessageLog_Antecedent_qualifiers[] =
112341               {
112342                   /* Override */
112343                   "\044Antecedent",
112344                   0,
112345               };
112346               
112347               static MetaReference
112348               _CIM_UseOfMessageLog_Antecedent =
112349               {
112350 mike  1.1.2.1     /* flags */
112351                   META_FLAG_REFERENCE|META_FLAG_READ,
112352                   /* name */
112353                   "Antecedent",
112354                   /* qualifiers */
112355                   _CIM_UseOfMessageLog_Antecedent_qualifiers,
112356                   /* subscript */
112357                   -1,
112358                   /* refId */
112359                   &__root_cimv2_CIM_MessageLog,
112360               };
112361               
112362               static MetaFeature*
112363               _CIM_UseOfMessageLog_features[] =
112364               {
112365                   (MetaFeature*)&_CIM_UseOfMessageLog_Antecedent,
112366                   0,
112367               };
112368               
112369               static const char*
112370               __root_cimv2_CIM_UseOfMessageLog_qualifiers[] =
112371 mike  1.1.2.1 {
112372                   /* ASSOCIATION */
112373                   "\000\001",
112374                   /* UMLPackagePath */
112375                   "\057CIM::System::Logs",
112376                   /* Version */
112377                   "\0632.9.0",
112378                   0,
112379               };
112380               
112381               MetaClass
112382               __root_cimv2_CIM_UseOfMessageLog =
112383               {
112384                   /* flags */
112385                   META_FLAG_ASSOCIATION,
112386                   /* name */
112387                   "CIM_UseOfMessageLog",
112388                   /* qualifiers */
112389                   __root_cimv2_CIM_UseOfMessageLog_qualifiers,
112390                   /* super */
112391                   &__root_cimv2_CIM_UseOfLog,
112392 mike  1.1.2.1     /* features */
112393                   _CIM_UseOfMessageLog_features,
112394               };
112395               
112396               //==============================================================================
112397               //
112398               // Class: CIM_UserDevice
112399               //
112400               //==============================================================================
112401               
112402               static const char*
112403               _CIM_UserDevice_IsLocked_qualifiers[] =
112404               {
112405                   0,
112406               };
112407               
112408               static MetaProperty
112409               _CIM_UserDevice_IsLocked =
112410               {
112411                   /* flags */
112412                   META_FLAG_PROPERTY|META_FLAG_READ,
112413 mike  1.1.2.1     /* name */
112414                   "IsLocked",
112415                   /* qualifiers */
112416                   _CIM_UserDevice_IsLocked_qualifiers,
112417                   /* type */
112418                   CIMTYPE_BOOLEAN,
112419                   /* subscript */
112420                   -1,
112421                   /* value */
112422                   0,
112423               };
112424               
112425               static MetaFeature*
112426               _CIM_UserDevice_features[] =
112427               {
112428                   (MetaFeature*)&_CIM_UserDevice_IsLocked,
112429                   0,
112430               };
112431               
112432               static const char*
112433               __root_cimv2_CIM_UserDevice_qualifiers[] =
112434 mike  1.1.2.1 {
112435                   /* UMLPackagePath */
112436                   "\057CIM::Device::UserDevices",
112437                   /* Abstract */
112438                   "\002\001",
112439                   /* Version */
112440                   "\0632.6.0",
112441                   0,
112442               };
112443               
112444               MetaClass
112445               __root_cimv2_CIM_UserDevice =
112446               {
112447                   /* flags */
112448                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
112449                   /* name */
112450                   "CIM_UserDevice",
112451                   /* qualifiers */
112452                   __root_cimv2_CIM_UserDevice_qualifiers,
112453                   /* super */
112454                   &__root_cimv2_CIM_LogicalDevice,
112455 mike  1.1.2.1     /* features */
112456                   _CIM_UserDevice_features,
112457               };
112458               
112459               //==============================================================================
112460               //
112461               // Class: CIM_VLAN
112462               //
112463               //==============================================================================
112464               
112465               static const char*
112466               _CIM_VLAN_VLANNumber_qualifiers[] =
112467               {
112468                   /* Deprecated */
112469                   "\013\000\001No Value\000",
112470                   0,
112471               };
112472               
112473               static MetaProperty
112474               _CIM_VLAN_VLANNumber =
112475               {
112476 mike  1.1.2.1     /* flags */
112477                   META_FLAG_PROPERTY|META_FLAG_READ,
112478                   /* name */
112479                   "VLANNumber",
112480                   /* qualifiers */
112481                   _CIM_VLAN_VLANNumber_qualifiers,
112482                   /* type */
112483                   CIMTYPE_UINT16,
112484                   /* subscript */
112485                   -1,
112486                   /* value */
112487                   0,
112488               };
112489               
112490               static MetaFeature*
112491               _CIM_VLAN_features[] =
112492               {
112493                   (MetaFeature*)&_CIM_VLAN_VLANNumber,
112494                   0,
112495               };
112496               
112497 mike  1.1.2.1 static const char*
112498               __root_cimv2_CIM_VLAN_qualifiers[] =
112499               {
112500                   /* Deprecated */
112501                   "\013\000\001No Value\000",
112502                   /* UMLPackagePath */
112503                   "\057CIM::Network::VLAN",
112504                   /* Version */
112505                   "\0632.8.0",
112506                   0,
112507               };
112508               
112509               MetaClass
112510               __root_cimv2_CIM_VLAN =
112511               {
112512                   /* flags */
112513                   META_FLAG_CLASS,
112514                   /* name */
112515                   "CIM_VLAN",
112516                   /* qualifiers */
112517                   __root_cimv2_CIM_VLAN_qualifiers,
112518 mike  1.1.2.1     /* super */
112519                   &__root_cimv2_CIM_ServiceAccessPoint,
112520                   /* features */
112521                   _CIM_VLAN_features,
112522               };
112523               
112524               //==============================================================================
112525               //
112526               // Class: CIM_VLANService
112527               //
112528               //==============================================================================
112529               
112530               static MetaFeature*
112531               _CIM_VLANService_features[] =
112532               {
112533                   0,
112534               };
112535               
112536               static const char*
112537               __root_cimv2_CIM_VLANService_qualifiers[] =
112538               {
112539 mike  1.1.2.1     /* Deprecated */
112540                   "\013\000\001No Value\000",
112541                   /* UMLPackagePath */
112542                   "\057CIM::Network::VLAN",
112543                   /* Abstract */
112544                   "\002\001",
112545                   /* Version */
112546                   "\0632.8.0",
112547                   0,
112548               };
112549               
112550               MetaClass
112551               __root_cimv2_CIM_VLANService =
112552               {
112553                   /* flags */
112554                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
112555                   /* name */
112556                   "CIM_VLANService",
112557                   /* qualifiers */
112558                   __root_cimv2_CIM_VLANService_qualifiers,
112559                   /* super */
112560 mike  1.1.2.1     &__root_cimv2_CIM_Service,
112561                   /* features */
112562                   _CIM_VLANService_features,
112563               };
112564               
112565               //==============================================================================
112566               //
112567               // Class: CIM_VolumeSet
112568               //
112569               //==============================================================================
112570               
112571               static const char*
112572               _CIM_VolumeSet_NumberOfBlocks_qualifiers[] =
112573               {
112574                   /* Deprecated */
112575                   "\013\000\001CIM_CompositeExtent.NumberOfBlocks\000",
112576                   /* Override */
112577                   "\044NumberOfBlocks",
112578                   /* MappingStrings */
112579                   "\026\000\001MIF.DMTF|Volume Set|001.3\000",
112580                   0,
112581 mike  1.1.2.1 };
112582               
112583               static MetaProperty
112584               _CIM_VolumeSet_NumberOfBlocks =
112585               {
112586                   /* flags */
112587                   META_FLAG_PROPERTY|META_FLAG_READ,
112588                   /* name */
112589                   "NumberOfBlocks",
112590                   /* qualifiers */
112591                   _CIM_VolumeSet_NumberOfBlocks_qualifiers,
112592                   /* type */
112593                   CIMTYPE_UINT64,
112594                   /* subscript */
112595                   -1,
112596                   /* value */
112597                   0,
112598               };
112599               
112600               static const char*
112601               _CIM_VolumeSet_PSExtentStripeLength_qualifiers[] =
112602 mike  1.1.2.1 {
112603                   /* Deprecated */
112604                   "\013\000\001CIM_CompositeExtent.ExtentStripeLength\000",
112605                   /* MappingStrings */
112606                   "\026\000\001MIF.DMTF|Volume Set|001.4\000",
112607                   0,
112608               };
112609               
112610               static MetaProperty
112611               _CIM_VolumeSet_PSExtentStripeLength =
112612               {
112613                   /* flags */
112614                   META_FLAG_PROPERTY|META_FLAG_READ,
112615                   /* name */
112616                   "PSExtentStripeLength",
112617                   /* qualifiers */
112618                   _CIM_VolumeSet_PSExtentStripeLength_qualifiers,
112619                   /* type */
112620                   CIMTYPE_UINT64,
112621                   /* subscript */
112622                   -1,
112623 mike  1.1.2.1     /* value */
112624                   0,
112625               };
112626               
112627               static const char*
112628               _CIM_VolumeSet_PSExtentInterleaveDepth_qualifiers[] =
112629               {
112630                   /* Deprecated */
112631                   "\013\000\001CIM_CompositeExtent.ExtentInterleaveDepth\000",
112632                   /* MappingStrings */
112633                   "\026\000\001MIF.DMTF|Volume Set|001.5\000",
112634                   0,
112635               };
112636               
112637               static MetaProperty
112638               _CIM_VolumeSet_PSExtentInterleaveDepth =
112639               {
112640                   /* flags */
112641                   META_FLAG_PROPERTY|META_FLAG_READ,
112642                   /* name */
112643                   "PSExtentInterleaveDepth",
112644 mike  1.1.2.1     /* qualifiers */
112645                   _CIM_VolumeSet_PSExtentInterleaveDepth_qualifiers,
112646                   /* type */
112647                   CIMTYPE_UINT64,
112648                   /* subscript */
112649                   -1,
112650                   /* value */
112651                   0,
112652               };
112653               
112654               static const char*
112655               _CIM_VolumeSet_VolumeStatus_qualifiers[] =
112656               {
112657                   /* Deprecated */
112658                   "\013\000\001No value\000",
112659                   /* ValueMap */
112660                   "\061\000\0170\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\000",
112661                   /* Values */
112662                   "\062\000\017Other\000Unknown\000None/Not Applicable\000Broken\000Data Lost\000Dynamic Reconfig\000Exposed\000Fractionally Exposed\000Partially Exposed\000Protection Disabled\000Readying\000Rebuild\000Recalculate\000Spare in Use\000Verify In Progress\000",
112663                   0,
112664               };
112665 mike  1.1.2.1 
112666               static MetaProperty
112667               _CIM_VolumeSet_VolumeStatus =
112668               {
112669                   /* flags */
112670                   META_FLAG_PROPERTY|META_FLAG_READ,
112671                   /* name */
112672                   "VolumeStatus",
112673                   /* qualifiers */
112674                   _CIM_VolumeSet_VolumeStatus_qualifiers,
112675                   /* type */
112676                   CIMTYPE_UINT16,
112677                   /* subscript */
112678                   -1,
112679                   /* value */
112680                   0,
112681               };
112682               
112683               static MetaFeature*
112684               _CIM_VolumeSet_features[] =
112685               {
112686 mike  1.1.2.1     (MetaFeature*)&_CIM_VolumeSet_NumberOfBlocks,
112687                   (MetaFeature*)&_CIM_VolumeSet_PSExtentStripeLength,
112688                   (MetaFeature*)&_CIM_VolumeSet_PSExtentInterleaveDepth,
112689                   (MetaFeature*)&_CIM_VolumeSet_VolumeStatus,
112690                   0,
112691               };
112692               
112693               static const char*
112694               __root_cimv2_CIM_VolumeSet_qualifiers[] =
112695               {
112696                   /* Deprecated */
112697                   "\013\000\001CIM_CompositeExtent\000",
112698                   /* UMLPackagePath */
112699                   "\057CIM::Device::SccExtents",
112700                   /* Version */
112701                   "\0632.7.0",
112702                   0,
112703               };
112704               
112705               MetaClass
112706               __root_cimv2_CIM_VolumeSet =
112707 mike  1.1.2.1 {
112708                   /* flags */
112709                   META_FLAG_CLASS,
112710                   /* name */
112711                   "CIM_VolumeSet",
112712                   /* qualifiers */
112713                   __root_cimv2_CIM_VolumeSet_qualifiers,
112714                   /* super */
112715                   &__root_cimv2_CIM_StorageVolume,
112716                   /* features */
112717                   _CIM_VolumeSet_features,
112718               };
112719               
112720               //==============================================================================
112721               //
112722               // Class: CIM_WakeUpService
112723               //
112724               //==============================================================================
112725               
112726               static const char*
112727               _CIM_WakeUpService_WakeUpType_qualifiers[] =
112728 mike  1.1.2.1 {
112729                   /* ValueMap */
112730                   "\061\000\0050\0001\0002\0003\0004\000",
112731                   /* Values */
112732                   "\062\000\005Unknown\000Other\000Wake On LAN - Magic Packet\000Wake on LAN - Packet Filtering\000Wake On Ring\000",
112733                   /* ModelCorrespondence */
112734                   "\036\000\001CIM_WakeUpService.OtherWakeUpTypeDescription\000",
112735                   0,
112736               };
112737               
112738               static MetaProperty
112739               _CIM_WakeUpService_WakeUpType =
112740               {
112741                   /* flags */
112742                   META_FLAG_PROPERTY|META_FLAG_READ,
112743                   /* name */
112744                   "WakeUpType",
112745                   /* qualifiers */
112746                   _CIM_WakeUpService_WakeUpType_qualifiers,
112747                   /* type */
112748                   CIMTYPE_UINT16,
112749 mike  1.1.2.1     /* subscript */
112750                   -1,
112751                   /* value */
112752                   0,
112753               };
112754               
112755               static const char*
112756               _CIM_WakeUpService_OtherWakeUpTypeDescription_qualifiers[] =
112757               {
112758                   /* ModelCorrespondence */
112759                   "\036\000\001CIM_WakeUpService.WakeUpType\000",
112760                   0,
112761               };
112762               
112763               static MetaProperty
112764               _CIM_WakeUpService_OtherWakeUpTypeDescription =
112765               {
112766                   /* flags */
112767                   META_FLAG_PROPERTY|META_FLAG_READ,
112768                   /* name */
112769                   "OtherWakeUpTypeDescription",
112770 mike  1.1.2.1     /* qualifiers */
112771                   _CIM_WakeUpService_OtherWakeUpTypeDescription_qualifiers,
112772                   /* type */
112773                   CIMTYPE_STRING,
112774                   /* subscript */
112775                   -1,
112776                   /* value */
112777                   0,
112778               };
112779               
112780               static const char*
112781               _CIM_WakeUpService_FilterType_qualifiers[] =
112782               {
112783                   /* ValueMap */
112784                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
112785                   /* Values */
112786                   "\062\000\010Unknown\000Other\000ARP Broadcast\000Neighbor Discovery Multicast\000IP Packet with Directed MAC Address\000IPX Diagnostic Responder\000NBT Name Query\000Binary Match\000",
112787                   /* ModelCorrespondence */
112788                   "\036\000\001CIM_WakeUpService.OtherFilterTypeDescription\000",
112789                   0,
112790               };
112791 mike  1.1.2.1 
112792               static MetaProperty
112793               _CIM_WakeUpService_FilterType =
112794               {
112795                   /* flags */
112796                   META_FLAG_PROPERTY|META_FLAG_READ,
112797                   /* name */
112798                   "FilterType",
112799                   /* qualifiers */
112800                   _CIM_WakeUpService_FilterType_qualifiers,
112801                   /* type */
112802                   CIMTYPE_UINT16,
112803                   /* subscript */
112804                   -1,
112805                   /* value */
112806                   0,
112807               };
112808               
112809               static const char*
112810               _CIM_WakeUpService_FilterData_qualifiers[] =
112811               {
112812 mike  1.1.2.1     /* OctetString */
112813                   "\042\001",
112814                   0,
112815               };
112816               
112817               static MetaProperty
112818               _CIM_WakeUpService_FilterData =
112819               {
112820                   /* flags */
112821                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
112822                   /* name */
112823                   "FilterData",
112824                   /* qualifiers */
112825                   _CIM_WakeUpService_FilterData_qualifiers,
112826                   /* type */
112827                   CIMTYPE_UINT8,
112828                   /* subscript */
112829                   0,
112830                   /* value */
112831                   0,
112832               };
112833 mike  1.1.2.1 
112834               static const char*
112835               _CIM_WakeUpService_OtherFilterTypeDescription_qualifiers[] =
112836               {
112837                   /* ModelCorrespondence */
112838                   "\036\000\001CIM_WakeUpService.FilterType\000",
112839                   0,
112840               };
112841               
112842               static MetaProperty
112843               _CIM_WakeUpService_OtherFilterTypeDescription =
112844               {
112845                   /* flags */
112846                   META_FLAG_PROPERTY|META_FLAG_READ,
112847                   /* name */
112848                   "OtherFilterTypeDescription",
112849                   /* qualifiers */
112850                   _CIM_WakeUpService_OtherFilterTypeDescription_qualifiers,
112851                   /* type */
112852                   CIMTYPE_STRING,
112853                   /* subscript */
112854 mike  1.1.2.1     -1,
112855                   /* value */
112856                   0,
112857               };
112858               
112859               static MetaFeature*
112860               _CIM_WakeUpService_features[] =
112861               {
112862                   (MetaFeature*)&_CIM_WakeUpService_WakeUpType,
112863                   (MetaFeature*)&_CIM_WakeUpService_OtherWakeUpTypeDescription,
112864                   (MetaFeature*)&_CIM_WakeUpService_FilterType,
112865                   (MetaFeature*)&_CIM_WakeUpService_FilterData,
112866                   (MetaFeature*)&_CIM_WakeUpService_OtherFilterTypeDescription,
112867                   0,
112868               };
112869               
112870               static const char*
112871               __root_cimv2_CIM_WakeUpService_qualifiers[] =
112872               {
112873                   /* UMLPackagePath */
112874                   "\057CIM::System::Boot",
112875 mike  1.1.2.1     /* Version */
112876                   "\0632.8.0",
112877                   0,
112878               };
112879               
112880               MetaClass
112881               __root_cimv2_CIM_WakeUpService =
112882               {
112883                   /* flags */
112884                   META_FLAG_CLASS,
112885                   /* name */
112886                   "CIM_WakeUpService",
112887                   /* qualifiers */
112888                   __root_cimv2_CIM_WakeUpService_qualifiers,
112889                   /* super */
112890                   &__root_cimv2_CIM_Service,
112891                   /* features */
112892                   _CIM_WakeUpService_features,
112893               };
112894               
112895               //==============================================================================
112896 mike  1.1.2.1 //
112897               // Class: CIM_Watchdog
112898               //
112899               //==============================================================================
112900               
112901               static const char*
112902               _CIM_Watchdog_MonitoredEntity_qualifiers[] =
112903               {
112904                   /* ValueMap */
112905                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
112906                   /* Values */
112907                   "\062\000\011Unknown\000Other\000Operating System\000Operating System Boot Process\000Operating System Shutdown Process\000Firmware Boot Process\000BIOS Boot Process\000Application\000Service Processor\000",
112908                   0,
112909               };
112910               
112911               static MetaProperty
112912               _CIM_Watchdog_MonitoredEntity =
112913               {
112914                   /* flags */
112915                   META_FLAG_PROPERTY|META_FLAG_READ,
112916                   /* name */
112917 mike  1.1.2.1     "MonitoredEntity",
112918                   /* qualifiers */
112919                   _CIM_Watchdog_MonitoredEntity_qualifiers,
112920                   /* type */
112921                   CIMTYPE_UINT16,
112922                   /* subscript */
112923                   -1,
112924                   /* value */
112925                   0,
112926               };
112927               
112928               static const char*
112929               _CIM_Watchdog_MonitoredEntityDescription_qualifiers[] =
112930               {
112931                   /* MaxLen */
112932                   "\030\000\000\001\000",
112933                   0,
112934               };
112935               
112936               static MetaProperty
112937               _CIM_Watchdog_MonitoredEntityDescription =
112938 mike  1.1.2.1 {
112939                   /* flags */
112940                   META_FLAG_PROPERTY|META_FLAG_READ,
112941                   /* name */
112942                   "MonitoredEntityDescription",
112943                   /* qualifiers */
112944                   _CIM_Watchdog_MonitoredEntityDescription_qualifiers,
112945                   /* type */
112946                   CIMTYPE_STRING,
112947                   /* subscript */
112948                   -1,
112949                   /* value */
112950                   0,
112951               };
112952               
112953               static const char*
112954               _CIM_Watchdog_TimeoutInterval_qualifiers[] =
112955               {
112956                   /* Units */
112957                   "\060MicroSeconds",
112958                   0,
112959 mike  1.1.2.1 };
112960               
112961               static MetaProperty
112962               _CIM_Watchdog_TimeoutInterval =
112963               {
112964                   /* flags */
112965                   META_FLAG_PROPERTY|META_FLAG_READ,
112966                   /* name */
112967                   "TimeoutInterval",
112968                   /* qualifiers */
112969                   _CIM_Watchdog_TimeoutInterval_qualifiers,
112970                   /* type */
112971                   CIMTYPE_UINT32,
112972                   /* subscript */
112973                   -1,
112974                   /* value */
112975                   0,
112976               };
112977               
112978               static const char*
112979               _CIM_Watchdog_TimerResolution_qualifiers[] =
112980 mike  1.1.2.1 {
112981                   /* Units */
112982                   "\060MicroSeconds",
112983                   0,
112984               };
112985               
112986               static MetaProperty
112987               _CIM_Watchdog_TimerResolution =
112988               {
112989                   /* flags */
112990                   META_FLAG_PROPERTY|META_FLAG_READ,
112991                   /* name */
112992                   "TimerResolution",
112993                   /* qualifiers */
112994                   _CIM_Watchdog_TimerResolution_qualifiers,
112995                   /* type */
112996                   CIMTYPE_UINT32,
112997                   /* subscript */
112998                   -1,
112999                   /* value */
113000                   0,
113001 mike  1.1.2.1 };
113002               
113003               static const char*
113004               _CIM_Watchdog_TimeOfLastExpiration_qualifiers[] =
113005               {
113006                   0,
113007               };
113008               
113009               static MetaProperty
113010               _CIM_Watchdog_TimeOfLastExpiration =
113011               {
113012                   /* flags */
113013                   META_FLAG_PROPERTY|META_FLAG_READ,
113014                   /* name */
113015                   "TimeOfLastExpiration",
113016                   /* qualifiers */
113017                   _CIM_Watchdog_TimeOfLastExpiration_qualifiers,
113018                   /* type */
113019                   CIMTYPE_DATETIME,
113020                   /* subscript */
113021                   -1,
113022 mike  1.1.2.1     /* value */
113023                   0,
113024               };
113025               
113026               static const char*
113027               _CIM_Watchdog_MonitoredEntityOnLastExpiration_qualifiers[] =
113028               {
113029                   /* ValueMap */
113030                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
113031                   /* Values */
113032                   "\062\000\011Unknown\000Other\000Operating System\000Operating System Boot Process\000Operating System Shutdown Process\000Firmware Boot Process\000BIOS Boot Process\000Application\000Service Processor\000",
113033                   0,
113034               };
113035               
113036               static MetaProperty
113037               _CIM_Watchdog_MonitoredEntityOnLastExpiration =
113038               {
113039                   /* flags */
113040                   META_FLAG_PROPERTY|META_FLAG_READ,
113041                   /* name */
113042                   "MonitoredEntityOnLastExpiration",
113043 mike  1.1.2.1     /* qualifiers */
113044                   _CIM_Watchdog_MonitoredEntityOnLastExpiration_qualifiers,
113045                   /* type */
113046                   CIMTYPE_UINT16,
113047                   /* subscript */
113048                   -1,
113049                   /* value */
113050                   0,
113051               };
113052               
113053               static const char*
113054               _CIM_Watchdog_ActionOnExpiration_qualifiers[] =
113055               {
113056                   /* ValueMap */
113057                   "\061\000\0060\0001\0002\0003\0004\0005\000",
113058                   /* Values */
113059                   "\062\000\006None - Status Only\000System Reset\000System Power Off\000System Power Off, then On\000Generate System NonMaskableInterrupt (NMI)\000Generate System Management Interrupt (SMI)\000",
113060                   0,
113061               };
113062               
113063               static MetaProperty
113064 mike  1.1.2.1 _CIM_Watchdog_ActionOnExpiration =
113065               {
113066                   /* flags */
113067                   META_FLAG_PROPERTY|META_FLAG_READ,
113068                   /* name */
113069                   "ActionOnExpiration",
113070                   /* qualifiers */
113071                   _CIM_Watchdog_ActionOnExpiration_qualifiers,
113072                   /* type */
113073                   CIMTYPE_UINT16,
113074                   /* subscript */
113075                   -1,
113076                   /* value */
113077                   0,
113078               };
113079               
113080               static MetaFeature*
113081               _CIM_Watchdog_KeepAlive_parameters[] =
113082               {
113083                   0,
113084               };
113085 mike  1.1.2.1 
113086               static const char*
113087               _CIM_Watchdog_KeepAlive_qualifiers[] =
113088               {
113089                   0,
113090               };
113091               
113092               static MetaMethod
113093               _CIM_Watchdog_KeepAlive =
113094               {
113095                   /* flags */
113096                   META_FLAG_METHOD,
113097                   /* name */
113098                   "CIM_Watchdog",
113099                   /* qualifiers */
113100                   _CIM_Watchdog_KeepAlive_qualifiers,
113101                   /* type */
113102                   CIMTYPE_UINT32,
113103                   /* parameters */
113104                   _CIM_Watchdog_KeepAlive_parameters,
113105               };
113106 mike  1.1.2.1 
113107               static MetaFeature*
113108               _CIM_Watchdog_features[] =
113109               {
113110                   (MetaFeature*)&_CIM_Watchdog_MonitoredEntity,
113111                   (MetaFeature*)&_CIM_Watchdog_MonitoredEntityDescription,
113112                   (MetaFeature*)&_CIM_Watchdog_TimeoutInterval,
113113                   (MetaFeature*)&_CIM_Watchdog_TimerResolution,
113114                   (MetaFeature*)&_CIM_Watchdog_TimeOfLastExpiration,
113115                   (MetaFeature*)&_CIM_Watchdog_MonitoredEntityOnLastExpiration,
113116                   (MetaFeature*)&_CIM_Watchdog_ActionOnExpiration,
113117                   (MetaFeature*)&_CIM_Watchdog_KeepAlive,
113118                   0,
113119               };
113120               
113121               static const char*
113122               __root_cimv2_CIM_Watchdog_qualifiers[] =
113123               {
113124                   /* UMLPackagePath */
113125                   "\057CIM::Device::Processor",
113126                   /* Version */
113127 mike  1.1.2.1     "\0632.10.0",
113128                   0,
113129               };
113130               
113131               MetaClass
113132               __root_cimv2_CIM_Watchdog =
113133               {
113134                   /* flags */
113135                   META_FLAG_CLASS,
113136                   /* name */
113137                   "CIM_Watchdog",
113138                   /* qualifiers */
113139                   __root_cimv2_CIM_Watchdog_qualifiers,
113140                   /* super */
113141                   &__root_cimv2_CIM_LogicalDevice,
113142                   /* features */
113143                   _CIM_Watchdog_features,
113144               };
113145               
113146               //==============================================================================
113147               //
113148 mike  1.1.2.1 // Class: CIM_WBEMService
113149               //
113150               //==============================================================================
113151               
113152               static MetaFeature*
113153               _CIM_WBEMService_features[] =
113154               {
113155                   0,
113156               };
113157               
113158               static const char*
113159               __root_cimv2_CIM_WBEMService_qualifiers[] =
113160               {
113161                   /* UMLPackagePath */
113162                   "\057CIM::Interop",
113163                   /* Abstract */
113164                   "\002\001",
113165                   /* Version */
113166                   "\0632.6.0",
113167                   0,
113168               };
113169 mike  1.1.2.1 
113170               MetaClass
113171               __root_cimv2_CIM_WBEMService =
113172               {
113173                   /* flags */
113174                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
113175                   /* name */
113176                   "CIM_WBEMService",
113177                   /* qualifiers */
113178                   __root_cimv2_CIM_WBEMService_qualifiers,
113179                   /* super */
113180                   &__root_cimv2_CIM_Service,
113181                   /* features */
113182                   _CIM_WBEMService_features,
113183               };
113184               
113185               //==============================================================================
113186               //
113187               // Class: CIM_WORMDrive
113188               //
113189               //==============================================================================
113190 mike  1.1.2.1 
113191               static MetaFeature*
113192               _CIM_WORMDrive_features[] =
113193               {
113194                   0,
113195               };
113196               
113197               static const char*
113198               __root_cimv2_CIM_WORMDrive_qualifiers[] =
113199               {
113200                   /* UMLPackagePath */
113201                   "\057CIM::Device::StorageDevices",
113202                   /* Version */
113203                   "\0632.6.0",
113204                   0,
113205               };
113206               
113207               MetaClass
113208               __root_cimv2_CIM_WORMDrive =
113209               {
113210                   /* flags */
113211 mike  1.1.2.1     META_FLAG_CLASS,
113212                   /* name */
113213                   "CIM_WORMDrive",
113214                   /* qualifiers */
113215                   __root_cimv2_CIM_WORMDrive_qualifiers,
113216                   /* super */
113217                   &__root_cimv2_CIM_MediaAccessDevice,
113218                   /* features */
113219                   _CIM_WORMDrive_features,
113220               };
113221               
113222               //==============================================================================
113223               //
113224               // Class: CIM_ZoneService
113225               //
113226               //==============================================================================
113227               
113228               static const char*
113229               _CIM_ZoneService_SessionState_qualifiers[] =
113230               {
113231                   /* ValueMap */
113232 mike  1.1.2.1     "\061\000\0040\0002\0003\0004\000",
113233                   /* Values */
113234                   "\062\000\004Unknown\000Starting\000Ended\000Not Applicable\000",
113235                   0,
113236               };
113237               
113238               static MetaProperty
113239               _CIM_ZoneService_SessionState =
113240               {
113241                   /* flags */
113242                   META_FLAG_PROPERTY|META_FLAG_READ,
113243                   /* name */
113244                   "SessionState",
113245                   /* qualifiers */
113246                   _CIM_ZoneService_SessionState_qualifiers,
113247                   /* type */
113248                   CIMTYPE_UINT16,
113249                   /* subscript */
113250                   -1,
113251                   /* value */
113252                   "\000\004",
113253 mike  1.1.2.1 };
113254               
113255               static const char*
113256               _CIM_ZoneService_RequestedSessionState_qualifiers[] =
113257               {
113258                   /* ValueMap */
113259                   "\061\000\0042\0003\0004\0005\000",
113260                   /* Values */
113261                   "\062\000\004Start\000End\000Terminate\000No Change\000",
113262                   /* ModelCorrespondence */
113263                   "\036\000\002CIM_ZoneService.SessionState\000CIM_ZoneService.SessionControl()\000",
113264                   0,
113265               };
113266               
113267               static MetaProperty
113268               _CIM_ZoneService_RequestedSessionState =
113269               {
113270                   /* flags */
113271                   META_FLAG_PROPERTY|META_FLAG_READ,
113272                   /* name */
113273                   "RequestedSessionState",
113274 mike  1.1.2.1     /* qualifiers */
113275                   _CIM_ZoneService_RequestedSessionState_qualifiers,
113276                   /* type */
113277                   CIMTYPE_UINT16,
113278                   /* subscript */
113279                   -1,
113280                   /* value */
113281                   "\000\005",
113282               };
113283               
113284               static const char*
113285               _CIM_ZoneService_CreateZoneSet_ZoneSetName_qualifiers[] =
113286               {
113287                   /* Required */
113288                   "\050\001",
113289                   /* IN */
113290                   "\024\001",
113291                   /* ModelCorrespondence */
113292                   "\036\000\001CIM_ZoneSet.ElementName\000",
113293                   0,
113294               };
113295 mike  1.1.2.1 
113296               static MetaProperty
113297               _CIM_ZoneService_CreateZoneSet_ZoneSetName =
113298               {
113299                   /* flags */
113300                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_REQUIRED,
113301                   /* name */
113302                   "ZoneSetName",
113303                   /* qualifiers */
113304                   _CIM_ZoneService_CreateZoneSet_ZoneSetName_qualifiers,
113305                   /* type */
113306                   CIMTYPE_STRING,
113307                   /* subscript */
113308                   -1,
113309                   /* value */
113310                   0,
113311               };
113312               
113313               static const char*
113314               _CIM_ZoneService_CreateZoneSet_ZoneSet_qualifiers[] =
113315               {
113316 mike  1.1.2.1     /* IN */
113317                   "\024\000",
113318                   /* OUT */
113319                   "\043\001",
113320                   0,
113321               };
113322               
113323               static MetaReference
113324               _CIM_ZoneService_CreateZoneSet_ZoneSet =
113325               {
113326                   /* flags */
113327                   META_FLAG_REFERENCE|META_FLAG_OUT,
113328                   /* name */
113329                   "ZoneSet",
113330                   /* qualifiers */
113331                   _CIM_ZoneService_CreateZoneSet_ZoneSet_qualifiers,
113332                   /* subscript */
113333                   -1,
113334                   /* ref */
113335                   &__root_cimv2_CIM_ZoneSet,
113336               };
113337 mike  1.1.2.1 
113338               static MetaFeature*
113339               _CIM_ZoneService_CreateZoneSet_parameters[] =
113340               {
113341                   (MetaFeature*)&_CIM_ZoneService_CreateZoneSet_ZoneSetName,
113342                   (MetaFeature*)&_CIM_ZoneService_CreateZoneSet_ZoneSet,
113343                   0,
113344               };
113345               
113346               static const char*
113347               _CIM_ZoneService_CreateZoneSet_qualifiers[] =
113348               {
113349                   /* ValueMap */
113350                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010..0x0FFF\0000x1000..0x7777\0000x8000..\000",
113351                   /* Values */
113352                   "\062\000\015Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000Access_Denied\000Not_Found\000Already_Exists\000Insufficient_Resources\000DMTF_Reserved\000Method_Reserved\000Vendor_Reserved\000",
113353                   0,
113354               };
113355               
113356               static MetaMethod
113357               _CIM_ZoneService_CreateZoneSet =
113358 mike  1.1.2.1 {
113359                   /* flags */
113360                   META_FLAG_METHOD,
113361                   /* name */
113362                   "CIM_ZoneService",
113363                   /* qualifiers */
113364                   _CIM_ZoneService_CreateZoneSet_qualifiers,
113365                   /* type */
113366                   CIMTYPE_UINT32,
113367                   /* parameters */
113368                   _CIM_ZoneService_CreateZoneSet_parameters,
113369               };
113370               
113371               static const char*
113372               _CIM_ZoneService_CreateZone_ZoneName_qualifiers[] =
113373               {
113374                   /* Required */
113375                   "\050\001",
113376                   /* IN */
113377                   "\024\001",
113378                   /* ModelCorrespondence */
113379 mike  1.1.2.1     "\036\000\001CIM_Zone.ElementName\000",
113380                   0,
113381               };
113382               
113383               static MetaProperty
113384               _CIM_ZoneService_CreateZone_ZoneName =
113385               {
113386                   /* flags */
113387                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_REQUIRED,
113388                   /* name */
113389                   "ZoneName",
113390                   /* qualifiers */
113391                   _CIM_ZoneService_CreateZone_ZoneName_qualifiers,
113392                   /* type */
113393                   CIMTYPE_STRING,
113394                   /* subscript */
113395                   -1,
113396                   /* value */
113397                   0,
113398               };
113399               
113400 mike  1.1.2.1 static const char*
113401               _CIM_ZoneService_CreateZone_ZoneType_qualifiers[] =
113402               {
113403                   /* IN */
113404                   "\024\001",
113405                   /* ValueMap */
113406                   "\061\000\0022\0003\000",
113407                   /* Values */
113408                   "\062\000\002Default\000Protocol\000",
113409                   /* ModelCorrespondence */
113410                   "\036\000\001CIM_Zone.ZoneType\000",
113411                   0,
113412               };
113413               
113414               static MetaProperty
113415               _CIM_ZoneService_CreateZone_ZoneType =
113416               {
113417                   /* flags */
113418                   META_FLAG_PROPERTY|META_FLAG_IN,
113419                   /* name */
113420                   "ZoneType",
113421 mike  1.1.2.1     /* qualifiers */
113422                   _CIM_ZoneService_CreateZone_ZoneType_qualifiers,
113423                   /* type */
113424                   CIMTYPE_UINT16,
113425                   /* subscript */
113426                   -1,
113427                   /* value */
113428                   0,
113429               };
113430               
113431               static const char*
113432               _CIM_ZoneService_CreateZone_ZoneSubType_qualifiers[] =
113433               {
113434                   /* IN */
113435                   "\024\001",
113436                   /* ValueMap */
113437                   "\061\000\0032\0003\0004\000",
113438                   /* Values */
113439                   "\062\000\003SCSI\000VI\000IP\000",
113440                   /* ModelCorrespondence */
113441                   "\036\000\001CIM_Zone.ZoneSubType\000",
113442 mike  1.1.2.1     0,
113443               };
113444               
113445               static MetaProperty
113446               _CIM_ZoneService_CreateZone_ZoneSubType =
113447               {
113448                   /* flags */
113449                   META_FLAG_PROPERTY|META_FLAG_IN,
113450                   /* name */
113451                   "ZoneSubType",
113452                   /* qualifiers */
113453                   _CIM_ZoneService_CreateZone_ZoneSubType_qualifiers,
113454                   /* type */
113455                   CIMTYPE_UINT16,
113456                   /* subscript */
113457                   -1,
113458                   /* value */
113459                   0,
113460               };
113461               
113462               static const char*
113463 mike  1.1.2.1 _CIM_ZoneService_CreateZone_Zone_qualifiers[] =
113464               {
113465                   /* IN */
113466                   "\024\000",
113467                   /* OUT */
113468                   "\043\001",
113469                   0,
113470               };
113471               
113472               static MetaReference
113473               _CIM_ZoneService_CreateZone_Zone =
113474               {
113475                   /* flags */
113476                   META_FLAG_REFERENCE|META_FLAG_OUT,
113477                   /* name */
113478                   "Zone",
113479                   /* qualifiers */
113480                   _CIM_ZoneService_CreateZone_Zone_qualifiers,
113481                   /* subscript */
113482                   -1,
113483                   /* ref */
113484 mike  1.1.2.1     &__root_cimv2_CIM_Zone,
113485               };
113486               
113487               static MetaFeature*
113488               _CIM_ZoneService_CreateZone_parameters[] =
113489               {
113490                   (MetaFeature*)&_CIM_ZoneService_CreateZone_ZoneName,
113491                   (MetaFeature*)&_CIM_ZoneService_CreateZone_ZoneType,
113492                   (MetaFeature*)&_CIM_ZoneService_CreateZone_ZoneSubType,
113493                   (MetaFeature*)&_CIM_ZoneService_CreateZone_Zone,
113494                   0,
113495               };
113496               
113497               static const char*
113498               _CIM_ZoneService_CreateZone_qualifiers[] =
113499               {
113500                   /* ValueMap */
113501                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010..0x0FFF\0000x1000..0x7777\0000x8000..\000",
113502                   /* Values */
113503                   "\062\000\015Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000Access_Denied\000Not_Found\000Already_Exists\000Insufficient_Resources\000DMTF_Reserved\000Method_Reserved\000Vendor_Reserved\000",
113504                   0,
113505 mike  1.1.2.1 };
113506               
113507               static MetaMethod
113508               _CIM_ZoneService_CreateZone =
113509               {
113510                   /* flags */
113511                   META_FLAG_METHOD,
113512                   /* name */
113513                   "CIM_ZoneService",
113514                   /* qualifiers */
113515                   _CIM_ZoneService_CreateZone_qualifiers,
113516                   /* type */
113517                   CIMTYPE_UINT32,
113518                   /* parameters */
113519                   _CIM_ZoneService_CreateZone_parameters,
113520               };
113521               
113522               static const char*
113523               _CIM_ZoneService_CreateZoneAlias_CollectionAlias_qualifiers[] =
113524               {
113525                   /* Required */
113526 mike  1.1.2.1     "\050\001",
113527                   /* IN */
113528                   "\024\001",
113529                   /* ModelCorrespondence */
113530                   "\036\000\001CIM_ZoneAlias.CollectionAlias\000",
113531                   0,
113532               };
113533               
113534               static MetaProperty
113535               _CIM_ZoneService_CreateZoneAlias_CollectionAlias =
113536               {
113537                   /* flags */
113538                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_REQUIRED,
113539                   /* name */
113540                   "CollectionAlias",
113541                   /* qualifiers */
113542                   _CIM_ZoneService_CreateZoneAlias_CollectionAlias_qualifiers,
113543                   /* type */
113544                   CIMTYPE_STRING,
113545                   /* subscript */
113546                   -1,
113547 mike  1.1.2.1     /* value */
113548                   0,
113549               };
113550               
113551               static const char*
113552               _CIM_ZoneService_CreateZoneAlias_ZoneAlias_qualifiers[] =
113553               {
113554                   /* IN */
113555                   "\024\000",
113556                   /* OUT */
113557                   "\043\001",
113558                   0,
113559               };
113560               
113561               static MetaReference
113562               _CIM_ZoneService_CreateZoneAlias_ZoneAlias =
113563               {
113564                   /* flags */
113565                   META_FLAG_REFERENCE|META_FLAG_OUT,
113566                   /* name */
113567                   "ZoneAlias",
113568 mike  1.1.2.1     /* qualifiers */
113569                   _CIM_ZoneService_CreateZoneAlias_ZoneAlias_qualifiers,
113570                   /* subscript */
113571                   -1,
113572                   /* ref */
113573                   &__root_cimv2_CIM_NamedAddressCollection,
113574               };
113575               
113576               static MetaFeature*
113577               _CIM_ZoneService_CreateZoneAlias_parameters[] =
113578               {
113579                   (MetaFeature*)&_CIM_ZoneService_CreateZoneAlias_CollectionAlias,
113580                   (MetaFeature*)&_CIM_ZoneService_CreateZoneAlias_ZoneAlias,
113581                   0,
113582               };
113583               
113584               static const char*
113585               _CIM_ZoneService_CreateZoneAlias_qualifiers[] =
113586               {
113587                   /* ValueMap */
113588                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010..0x0FFF\0000x1000..0x7777\0000x8000..\000",
113589 mike  1.1.2.1     /* Values */
113590                   "\062\000\015Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000Access_Denied\000Not_Found\000Already_Exists\000Insufficient_Resources\000DMTF_Reserved\000Method_Reserved\000Vendor_Reserved\000",
113591                   0,
113592               };
113593               
113594               static MetaMethod
113595               _CIM_ZoneService_CreateZoneAlias =
113596               {
113597                   /* flags */
113598                   META_FLAG_METHOD,
113599                   /* name */
113600                   "CIM_ZoneService",
113601                   /* qualifiers */
113602                   _CIM_ZoneService_CreateZoneAlias_qualifiers,
113603                   /* type */
113604                   CIMTYPE_UINT32,
113605                   /* parameters */
113606                   _CIM_ZoneService_CreateZoneAlias_parameters,
113607               };
113608               
113609               static const char*
113610 mike  1.1.2.1 _CIM_ZoneService_CreateZoneMembershipSettingData_ConnectivityMemberType_qualifiers[] =
113611               {
113612                   /* Required */
113613                   "\050\001",
113614                   /* IN */
113615                   "\024\001",
113616                   /* ValueMap */
113617                   "\061\000\0100\0001\0002\0003\0004\0005\000..\0000x8000..\000",
113618                   /* Values */
113619                   "\062\000\010Unknown\000Other\000PermanentAddress\000NetworkAddress\000SwitchPortID\000LogicalPortGroup\000DMTF_Reserved\000Vendor_Reserved\000",
113620                   /* ModelCorrespondence */
113621                   "\036\000\001CIM_ZoneMembershipSettingData.ZoneMemberType\000",
113622                   0,
113623               };
113624               
113625               static MetaProperty
113626               _CIM_ZoneService_CreateZoneMembershipSettingData_ConnectivityMemberType =
113627               {
113628                   /* flags */
113629                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_REQUIRED,
113630                   /* name */
113631 mike  1.1.2.1     "ConnectivityMemberType",
113632                   /* qualifiers */
113633                   _CIM_ZoneService_CreateZoneMembershipSettingData_ConnectivityMemberType_qualifiers,
113634                   /* type */
113635                   CIMTYPE_UINT16,
113636                   /* subscript */
113637                   -1,
113638                   /* value */
113639                   0,
113640               };
113641               
113642               static const char*
113643               _CIM_ZoneService_CreateZoneMembershipSettingData_ConnectivityMemberID_qualifiers[] =
113644               {
113645                   /* Required */
113646                   "\050\001",
113647                   /* IN */
113648                   "\024\001",
113649                   /* ModelCorrespondence */
113650                   "\036\000\001CIM_ZoneMembershipSettingData.ConnectivityMemberID\000",
113651                   0,
113652 mike  1.1.2.1 };
113653               
113654               static MetaProperty
113655               _CIM_ZoneService_CreateZoneMembershipSettingData_ConnectivityMemberID =
113656               {
113657                   /* flags */
113658                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_REQUIRED,
113659                   /* name */
113660                   "ConnectivityMemberID",
113661                   /* qualifiers */
113662                   _CIM_ZoneService_CreateZoneMembershipSettingData_ConnectivityMemberID_qualifiers,
113663                   /* type */
113664                   CIMTYPE_STRING,
113665                   /* subscript */
113666                   -1,
113667                   /* value */
113668                   0,
113669               };
113670               
113671               static const char*
113672               _CIM_ZoneService_CreateZoneMembershipSettingData_SystemSpecificCollection_qualifiers[] =
113673 mike  1.1.2.1 {
113674                   /* Required */
113675                   "\050\001",
113676                   /* IN */
113677                   "\024\001",
113678                   0,
113679               };
113680               
113681               static MetaReference
113682               _CIM_ZoneService_CreateZoneMembershipSettingData_SystemSpecificCollection =
113683               {
113684                   /* flags */
113685                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
113686                   /* name */
113687                   "SystemSpecificCollection",
113688                   /* qualifiers */
113689                   _CIM_ZoneService_CreateZoneMembershipSettingData_SystemSpecificCollection_qualifiers,
113690                   /* subscript */
113691                   -1,
113692                   /* ref */
113693                   &__root_cimv2_CIM_SystemSpecificCollection,
113694 mike  1.1.2.1 };
113695               
113696               static const char*
113697               _CIM_ZoneService_CreateZoneMembershipSettingData_ZoneMembershipSettingData_qualifiers[] =
113698               {
113699                   /* IN */
113700                   "\024\000",
113701                   /* OUT */
113702                   "\043\001",
113703                   0,
113704               };
113705               
113706               static MetaReference
113707               _CIM_ZoneService_CreateZoneMembershipSettingData_ZoneMembershipSettingData =
113708               {
113709                   /* flags */
113710                   META_FLAG_REFERENCE|META_FLAG_OUT,
113711                   /* name */
113712                   "ZoneMembershipSettingData",
113713                   /* qualifiers */
113714                   _CIM_ZoneService_CreateZoneMembershipSettingData_ZoneMembershipSettingData_qualifiers,
113715 mike  1.1.2.1     /* subscript */
113716                   -1,
113717                   /* ref */
113718                   &__root_cimv2_CIM_ZoneMembershipSettingData,
113719               };
113720               
113721               static MetaFeature*
113722               _CIM_ZoneService_CreateZoneMembershipSettingData_parameters[] =
113723               {
113724                   (MetaFeature*)&_CIM_ZoneService_CreateZoneMembershipSettingData_ConnectivityMemberType,
113725                   (MetaFeature*)&_CIM_ZoneService_CreateZoneMembershipSettingData_ConnectivityMemberID,
113726                   (MetaFeature*)&_CIM_ZoneService_CreateZoneMembershipSettingData_SystemSpecificCollection,
113727                   (MetaFeature*)&_CIM_ZoneService_CreateZoneMembershipSettingData_ZoneMembershipSettingData,
113728                   0,
113729               };
113730               
113731               static const char*
113732               _CIM_ZoneService_CreateZoneMembershipSettingData_qualifiers[] =
113733               {
113734                   /* ValueMap */
113735                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010..0x0FFF\0000x1000..0x7777\0000x8000..\000",
113736 mike  1.1.2.1     /* Values */
113737                   "\062\000\015Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000Access_Denied\000Not_Found\000Already_Exists\000Insufficient_Resources\000DMTF_Reserved\000Method_Reserved\000Vendor_Reserved\000",
113738                   0,
113739               };
113740               
113741               static MetaMethod
113742               _CIM_ZoneService_CreateZoneMembershipSettingData =
113743               {
113744                   /* flags */
113745                   META_FLAG_METHOD,
113746                   /* name */
113747                   "CIM_ZoneService",
113748                   /* qualifiers */
113749                   _CIM_ZoneService_CreateZoneMembershipSettingData_qualifiers,
113750                   /* type */
113751                   CIMTYPE_UINT32,
113752                   /* parameters */
113753                   _CIM_ZoneService_CreateZoneMembershipSettingData_parameters,
113754               };
113755               
113756               static const char*
113757 mike  1.1.2.1 _CIM_ZoneService_AddZone_ZoneSet_qualifiers[] =
113758               {
113759                   /* Required */
113760                   "\050\001",
113761                   /* IN */
113762                   "\024\001",
113763                   0,
113764               };
113765               
113766               static MetaReference
113767               _CIM_ZoneService_AddZone_ZoneSet =
113768               {
113769                   /* flags */
113770                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
113771                   /* name */
113772                   "ZoneSet",
113773                   /* qualifiers */
113774                   _CIM_ZoneService_AddZone_ZoneSet_qualifiers,
113775                   /* subscript */
113776                   -1,
113777                   /* ref */
113778 mike  1.1.2.1     &__root_cimv2_CIM_ZoneSet,
113779               };
113780               
113781               static const char*
113782               _CIM_ZoneService_AddZone_Zone_qualifiers[] =
113783               {
113784                   /* IN */
113785                   "\024\001",
113786                   0,
113787               };
113788               
113789               static MetaReference
113790               _CIM_ZoneService_AddZone_Zone =
113791               {
113792                   /* flags */
113793                   META_FLAG_REFERENCE|META_FLAG_IN,
113794                   /* name */
113795                   "Zone",
113796                   /* qualifiers */
113797                   _CIM_ZoneService_AddZone_Zone_qualifiers,
113798                   /* subscript */
113799 mike  1.1.2.1     -1,
113800                   /* ref */
113801                   &__root_cimv2_CIM_Zone,
113802               };
113803               
113804               static MetaFeature*
113805               _CIM_ZoneService_AddZone_parameters[] =
113806               {
113807                   (MetaFeature*)&_CIM_ZoneService_AddZone_ZoneSet,
113808                   (MetaFeature*)&_CIM_ZoneService_AddZone_Zone,
113809                   0,
113810               };
113811               
113812               static const char*
113813               _CIM_ZoneService_AddZone_qualifiers[] =
113814               {
113815                   /* ValueMap */
113816                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010..0x0FFF\0000x1000..0x7777\0000x8000..\000",
113817                   /* Values */
113818                   "\062\000\015Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000Access_Denied\000Not_Found\000Already_Exists\000Insufficient_Resources\000DMTF_Reserved\000Method_Reserved\000Vendor_Reserved\000",
113819                   0,
113820 mike  1.1.2.1 };
113821               
113822               static MetaMethod
113823               _CIM_ZoneService_AddZone =
113824               {
113825                   /* flags */
113826                   META_FLAG_METHOD,
113827                   /* name */
113828                   "CIM_ZoneService",
113829                   /* qualifiers */
113830                   _CIM_ZoneService_AddZone_qualifiers,
113831                   /* type */
113832                   CIMTYPE_UINT32,
113833                   /* parameters */
113834                   _CIM_ZoneService_AddZone_parameters,
113835               };
113836               
113837               static const char*
113838               _CIM_ZoneService_AddZoneMembershipSettingData_SystemSpecificCollection_qualifiers[] =
113839               {
113840                   /* Required */
113841 mike  1.1.2.1     "\050\001",
113842                   /* IN */
113843                   "\024\001",
113844                   0,
113845               };
113846               
113847               static MetaReference
113848               _CIM_ZoneService_AddZoneMembershipSettingData_SystemSpecificCollection =
113849               {
113850                   /* flags */
113851                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
113852                   /* name */
113853                   "SystemSpecificCollection",
113854                   /* qualifiers */
113855                   _CIM_ZoneService_AddZoneMembershipSettingData_SystemSpecificCollection_qualifiers,
113856                   /* subscript */
113857                   -1,
113858                   /* ref */
113859                   &__root_cimv2_CIM_SystemSpecificCollection,
113860               };
113861               
113862 mike  1.1.2.1 static const char*
113863               _CIM_ZoneService_AddZoneMembershipSettingData_ZoneMembershipSettingData_qualifiers[] =
113864               {
113865                   /* IN */
113866                   "\024\001",
113867                   0,
113868               };
113869               
113870               static MetaReference
113871               _CIM_ZoneService_AddZoneMembershipSettingData_ZoneMembershipSettingData =
113872               {
113873                   /* flags */
113874                   META_FLAG_REFERENCE|META_FLAG_IN,
113875                   /* name */
113876                   "ZoneMembershipSettingData",
113877                   /* qualifiers */
113878                   _CIM_ZoneService_AddZoneMembershipSettingData_ZoneMembershipSettingData_qualifiers,
113879                   /* subscript */
113880                   -1,
113881                   /* ref */
113882                   &__root_cimv2_CIM_ZoneMembershipSettingData,
113883 mike  1.1.2.1 };
113884               
113885               static MetaFeature*
113886               _CIM_ZoneService_AddZoneMembershipSettingData_parameters[] =
113887               {
113888                   (MetaFeature*)&_CIM_ZoneService_AddZoneMembershipSettingData_SystemSpecificCollection,
113889                   (MetaFeature*)&_CIM_ZoneService_AddZoneMembershipSettingData_ZoneMembershipSettingData,
113890                   0,
113891               };
113892               
113893               static const char*
113894               _CIM_ZoneService_AddZoneMembershipSettingData_qualifiers[] =
113895               {
113896                   /* ValueMap */
113897                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010..0x0FFF\0000x1000..0x7777\0000x8000..\000",
113898                   /* Values */
113899                   "\062\000\015Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000Access_Denied\000Not_Found\000Already_Exists\000Insufficient_Resources\000DMTF_Reserved\000Method_Reserved\000Vendor_Reserved\000",
113900                   0,
113901               };
113902               
113903               static MetaMethod
113904 mike  1.1.2.1 _CIM_ZoneService_AddZoneMembershipSettingData =
113905               {
113906                   /* flags */
113907                   META_FLAG_METHOD,
113908                   /* name */
113909                   "CIM_ZoneService",
113910                   /* qualifiers */
113911                   _CIM_ZoneService_AddZoneMembershipSettingData_qualifiers,
113912                   /* type */
113913                   CIMTYPE_UINT32,
113914                   /* parameters */
113915                   _CIM_ZoneService_AddZoneMembershipSettingData_parameters,
113916               };
113917               
113918               static const char*
113919               _CIM_ZoneService_AddZoneAlias_Zone_qualifiers[] =
113920               {
113921                   /* Required */
113922                   "\050\001",
113923                   /* IN */
113924                   "\024\001",
113925 mike  1.1.2.1     0,
113926               };
113927               
113928               static MetaReference
113929               _CIM_ZoneService_AddZoneAlias_Zone =
113930               {
113931                   /* flags */
113932                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
113933                   /* name */
113934                   "Zone",
113935                   /* qualifiers */
113936                   _CIM_ZoneService_AddZoneAlias_Zone_qualifiers,
113937                   /* subscript */
113938                   -1,
113939                   /* ref */
113940                   &__root_cimv2_CIM_Zone,
113941               };
113942               
113943               static const char*
113944               _CIM_ZoneService_AddZoneAlias_ZoneAlias_qualifiers[] =
113945               {
113946 mike  1.1.2.1     /* IN */
113947                   "\024\001",
113948                   0,
113949               };
113950               
113951               static MetaReference
113952               _CIM_ZoneService_AddZoneAlias_ZoneAlias =
113953               {
113954                   /* flags */
113955                   META_FLAG_REFERENCE|META_FLAG_IN,
113956                   /* name */
113957                   "ZoneAlias",
113958                   /* qualifiers */
113959                   _CIM_ZoneService_AddZoneAlias_ZoneAlias_qualifiers,
113960                   /* subscript */
113961                   -1,
113962                   /* ref */
113963                   &__root_cimv2_CIM_NamedAddressCollection,
113964               };
113965               
113966               static MetaFeature*
113967 mike  1.1.2.1 _CIM_ZoneService_AddZoneAlias_parameters[] =
113968               {
113969                   (MetaFeature*)&_CIM_ZoneService_AddZoneAlias_Zone,
113970                   (MetaFeature*)&_CIM_ZoneService_AddZoneAlias_ZoneAlias,
113971                   0,
113972               };
113973               
113974               static const char*
113975               _CIM_ZoneService_AddZoneAlias_qualifiers[] =
113976               {
113977                   /* ValueMap */
113978                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010..0x0FFF\0000x1000..0x7777\0000x8000..\000",
113979                   /* Values */
113980                   "\062\000\015Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000Access_Denied\000Not_Found\000Already_Exists\000Insufficient_Resources\000DMTF_Reserved\000Method_Reserved\000Vendor_Reserved\000",
113981                   0,
113982               };
113983               
113984               static MetaMethod
113985               _CIM_ZoneService_AddZoneAlias =
113986               {
113987                   /* flags */
113988 mike  1.1.2.1     META_FLAG_METHOD,
113989                   /* name */
113990                   "CIM_ZoneService",
113991                   /* qualifiers */
113992                   _CIM_ZoneService_AddZoneAlias_qualifiers,
113993                   /* type */
113994                   CIMTYPE_UINT32,
113995                   /* parameters */
113996                   _CIM_ZoneService_AddZoneAlias_parameters,
113997               };
113998               
113999               static const char*
114000               _CIM_ZoneService_ActivateZoneSet_ZoneSet_qualifiers[] =
114001               {
114002                   /* Required */
114003                   "\050\001",
114004                   /* IN */
114005                   "\024\001",
114006                   0,
114007               };
114008               
114009 mike  1.1.2.1 static MetaReference
114010               _CIM_ZoneService_ActivateZoneSet_ZoneSet =
114011               {
114012                   /* flags */
114013                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
114014                   /* name */
114015                   "ZoneSet",
114016                   /* qualifiers */
114017                   _CIM_ZoneService_ActivateZoneSet_ZoneSet_qualifiers,
114018                   /* subscript */
114019                   -1,
114020                   /* ref */
114021                   &__root_cimv2_CIM_ZoneSet,
114022               };
114023               
114024               static const char*
114025               _CIM_ZoneService_ActivateZoneSet_Activate_qualifiers[] =
114026               {
114027                   /* Required */
114028                   "\050\001",
114029                   /* IN */
114030 mike  1.1.2.1     "\024\001",
114031                   0,
114032               };
114033               
114034               static MetaProperty
114035               _CIM_ZoneService_ActivateZoneSet_Activate =
114036               {
114037                   /* flags */
114038                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_REQUIRED,
114039                   /* name */
114040                   "Activate",
114041                   /* qualifiers */
114042                   _CIM_ZoneService_ActivateZoneSet_Activate_qualifiers,
114043                   /* type */
114044                   CIMTYPE_BOOLEAN,
114045                   /* subscript */
114046                   -1,
114047                   /* value */
114048                   0,
114049               };
114050               
114051 mike  1.1.2.1 static MetaFeature*
114052               _CIM_ZoneService_ActivateZoneSet_parameters[] =
114053               {
114054                   (MetaFeature*)&_CIM_ZoneService_ActivateZoneSet_ZoneSet,
114055                   (MetaFeature*)&_CIM_ZoneService_ActivateZoneSet_Activate,
114056                   0,
114057               };
114058               
114059               static const char*
114060               _CIM_ZoneService_ActivateZoneSet_qualifiers[] =
114061               {
114062                   /* ValueMap */
114063                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0009\00010..0x0FFF\0000x1000..0x7777\0000x8000..\000",
114064                   /* Values */
114065                   "\062\000\014Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000Access_Denied\000Not_Found\000Insufficient_Resources\000DMTF_Reserved\000Method_Reserved\000Vendor_Reserved\000",
114066                   0,
114067               };
114068               
114069               static MetaMethod
114070               _CIM_ZoneService_ActivateZoneSet =
114071               {
114072 mike  1.1.2.1     /* flags */
114073                   META_FLAG_METHOD,
114074                   /* name */
114075                   "CIM_ZoneService",
114076                   /* qualifiers */
114077                   _CIM_ZoneService_ActivateZoneSet_qualifiers,
114078                   /* type */
114079                   CIMTYPE_UINT32,
114080                   /* parameters */
114081                   _CIM_ZoneService_ActivateZoneSet_parameters,
114082               };
114083               
114084               static const char*
114085               _CIM_ZoneService_SessionControl_RequestedSessionState_qualifiers[] =
114086               {
114087                   /* IN */
114088                   "\024\001",
114089                   /* ValueMap */
114090                   "\061\000\0032\0003\0004\000",
114091                   /* Values */
114092                   "\062\000\003Start\000End\000Terminate\000",
114093 mike  1.1.2.1     /* ModelCorrespondence */
114094                   "\036\000\001CIM_ZoneService.RequestedSessionState\000",
114095                   0,
114096               };
114097               
114098               static MetaProperty
114099               _CIM_ZoneService_SessionControl_RequestedSessionState =
114100               {
114101                   /* flags */
114102                   META_FLAG_PROPERTY|META_FLAG_IN,
114103                   /* name */
114104                   "RequestedSessionState",
114105                   /* qualifiers */
114106                   _CIM_ZoneService_SessionControl_RequestedSessionState_qualifiers,
114107                   /* type */
114108                   CIMTYPE_UINT16,
114109                   /* subscript */
114110                   -1,
114111                   /* value */
114112                   0,
114113               };
114114 mike  1.1.2.1 
114115               static MetaFeature*
114116               _CIM_ZoneService_SessionControl_parameters[] =
114117               {
114118                   (MetaFeature*)&_CIM_ZoneService_SessionControl_RequestedSessionState,
114119                   0,
114120               };
114121               
114122               static const char*
114123               _CIM_ZoneService_SessionControl_qualifiers[] =
114124               {
114125                   /* ValueMap */
114126                   "\061\000\0130\0001\0002\0003\0004\0005\0006\0009\00010..0x0FFF\0000x1000..0x7777\0000x8000..\000",
114127                   /* Values */
114128                   "\062\000\013Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000Access_Denied\000Insufficient_Resources\000DMTF_Reserved\000Method_Reserved\000Vendor_Reserved\000",
114129                   0,
114130               };
114131               
114132               static MetaMethod
114133               _CIM_ZoneService_SessionControl =
114134               {
114135 mike  1.1.2.1     /* flags */
114136                   META_FLAG_METHOD,
114137                   /* name */
114138                   "CIM_ZoneService",
114139                   /* qualifiers */
114140                   _CIM_ZoneService_SessionControl_qualifiers,
114141                   /* type */
114142                   CIMTYPE_UINT32,
114143                   /* parameters */
114144                   _CIM_ZoneService_SessionControl_parameters,
114145               };
114146               
114147               static MetaFeature*
114148               _CIM_ZoneService_features[] =
114149               {
114150                   (MetaFeature*)&_CIM_ZoneService_SessionState,
114151                   (MetaFeature*)&_CIM_ZoneService_RequestedSessionState,
114152                   (MetaFeature*)&_CIM_ZoneService_CreateZoneSet,
114153                   (MetaFeature*)&_CIM_ZoneService_CreateZone,
114154                   (MetaFeature*)&_CIM_ZoneService_CreateZoneAlias,
114155                   (MetaFeature*)&_CIM_ZoneService_CreateZoneMembershipSettingData,
114156 mike  1.1.2.1     (MetaFeature*)&_CIM_ZoneService_AddZone,
114157                   (MetaFeature*)&_CIM_ZoneService_AddZoneMembershipSettingData,
114158                   (MetaFeature*)&_CIM_ZoneService_AddZoneAlias,
114159                   (MetaFeature*)&_CIM_ZoneService_ActivateZoneSet,
114160                   (MetaFeature*)&_CIM_ZoneService_SessionControl,
114161                   0,
114162               };
114163               
114164               static const char*
114165               __root_cimv2_CIM_ZoneService_qualifiers[] =
114166               {
114167                   /* UMLPackagePath */
114168                   "\057CIM::Device::FC",
114169                   /* Version */
114170                   "\0632.8.0",
114171                   0,
114172               };
114173               
114174               MetaClass
114175               __root_cimv2_CIM_ZoneService =
114176               {
114177 mike  1.1.2.1     /* flags */
114178                   META_FLAG_CLASS,
114179                   /* name */
114180                   "CIM_ZoneService",
114181                   /* qualifiers */
114182                   __root_cimv2_CIM_ZoneService_qualifiers,
114183                   /* super */
114184                   &__root_cimv2_CIM_Service,
114185                   /* features */
114186                   _CIM_ZoneService_features,
114187               };
114188               
114189               //==============================================================================
114190               //
114191               // Class: PRS_SISService
114192               //
114193               //==============================================================================
114194               
114195               static const char*
114196               _PRS_SISService_StartSISTransaction_TransactionType_qualifiers[] =
114197               {
114198 mike  1.1.2.1     /* IN */
114199                   "\024\001",
114200                   /* ValueMap */
114201                   "\061\000\0160\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000254\000255\000",
114202                   /* Values */
114203                   "\062\000\016Service_Request\000Entitlement\000Problem_Submittal\000Accept_Problem\000Problem_Resolution\000Request_Problem_Information\000Provide_Problem_Information\000Provide_Admin_Information\000Query_Incident\000Confirm_Close\000Reject_Resolution\000Request_Closure\000Other\000Unknown\000",
114204                   0,
114205               };
114206               
114207               static MetaProperty
114208               _PRS_SISService_StartSISTransaction_TransactionType =
114209               {
114210                   /* flags */
114211                   META_FLAG_PROPERTY|META_FLAG_IN,
114212                   /* name */
114213                   "TransactionType",
114214                   /* qualifiers */
114215                   _PRS_SISService_StartSISTransaction_TransactionType_qualifiers,
114216                   /* type */
114217                   CIMTYPE_UINT8,
114218                   /* subscript */
114219 mike  1.1.2.1     -1,
114220                   /* value */
114221                   0,
114222               };
114223               
114224               static const char*
114225               _PRS_SISService_StartSISTransaction_ActivityRef_qualifiers[] =
114226               {
114227                   /* IN */
114228                   "\024\001",
114229                   0,
114230               };
114231               
114232               static MetaReference
114233               _PRS_SISService_StartSISTransaction_ActivityRef =
114234               {
114235                   /* flags */
114236                   META_FLAG_REFERENCE|META_FLAG_IN,
114237                   /* name */
114238                   "ActivityRef",
114239                   /* qualifiers */
114240 mike  1.1.2.1     _PRS_SISService_StartSISTransaction_ActivityRef_qualifiers,
114241                   /* subscript */
114242                   -1,
114243                   /* ref */
114244                   &__root_cimv2_PRS_Activity,
114245               };
114246               
114247               static const char*
114248               _PRS_SISService_StartSISTransaction_TransactionRef_qualifiers[] =
114249               {
114250                   /* IN */
114251                   "\024\001",
114252                   /* OUT */
114253                   "\043\001",
114254                   0,
114255               };
114256               
114257               static MetaReference
114258               _PRS_SISService_StartSISTransaction_TransactionRef =
114259               {
114260                   /* flags */
114261 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
114262                   /* name */
114263                   "TransactionRef",
114264                   /* qualifiers */
114265                   _PRS_SISService_StartSISTransaction_TransactionRef_qualifiers,
114266                   /* subscript */
114267                   -1,
114268                   /* ref */
114269                   &__root_cimv2_PRS_Transaction,
114270               };
114271               
114272               static MetaFeature*
114273               _PRS_SISService_StartSISTransaction_parameters[] =
114274               {
114275                   (MetaFeature*)&_PRS_SISService_StartSISTransaction_TransactionType,
114276                   (MetaFeature*)&_PRS_SISService_StartSISTransaction_ActivityRef,
114277                   (MetaFeature*)&_PRS_SISService_StartSISTransaction_TransactionRef,
114278                   0,
114279               };
114280               
114281               static const char*
114282 mike  1.1.2.1 _PRS_SISService_StartSISTransaction_qualifiers[] =
114283               {
114284                   0,
114285               };
114286               
114287               static MetaMethod
114288               _PRS_SISService_StartSISTransaction =
114289               {
114290                   /* flags */
114291                   META_FLAG_METHOD,
114292                   /* name */
114293                   "PRS_SISService",
114294                   /* qualifiers */
114295                   _PRS_SISService_StartSISTransaction_qualifiers,
114296                   /* type */
114297                   CIMTYPE_UINT32,
114298                   /* parameters */
114299                   _PRS_SISService_StartSISTransaction_parameters,
114300               };
114301               
114302               static const char*
114303 mike  1.1.2.1 _PRS_SISService_EndSISTransaction_Status_qualifiers[] =
114304               {
114305                   /* IN */
114306                   "\024\001",
114307                   0,
114308               };
114309               
114310               static MetaProperty
114311               _PRS_SISService_EndSISTransaction_Status =
114312               {
114313                   /* flags */
114314                   META_FLAG_PROPERTY|META_FLAG_IN,
114315                   /* name */
114316                   "Status",
114317                   /* qualifiers */
114318                   _PRS_SISService_EndSISTransaction_Status_qualifiers,
114319                   /* type */
114320                   CIMTYPE_UINT32,
114321                   /* subscript */
114322                   -1,
114323                   /* value */
114324 mike  1.1.2.1     0,
114325               };
114326               
114327               static const char*
114328               _PRS_SISService_EndSISTransaction_TransactionRef_qualifiers[] =
114329               {
114330                   /* IN */
114331                   "\024\001",
114332                   0,
114333               };
114334               
114335               static MetaReference
114336               _PRS_SISService_EndSISTransaction_TransactionRef =
114337               {
114338                   /* flags */
114339                   META_FLAG_REFERENCE|META_FLAG_IN,
114340                   /* name */
114341                   "TransactionRef",
114342                   /* qualifiers */
114343                   _PRS_SISService_EndSISTransaction_TransactionRef_qualifiers,
114344                   /* subscript */
114345 mike  1.1.2.1     -1,
114346                   /* ref */
114347                   &__root_cimv2_PRS_Transaction,
114348               };
114349               
114350               static MetaFeature*
114351               _PRS_SISService_EndSISTransaction_parameters[] =
114352               {
114353                   (MetaFeature*)&_PRS_SISService_EndSISTransaction_Status,
114354                   (MetaFeature*)&_PRS_SISService_EndSISTransaction_TransactionRef,
114355                   0,
114356               };
114357               
114358               static const char*
114359               _PRS_SISService_EndSISTransaction_qualifiers[] =
114360               {
114361                   0,
114362               };
114363               
114364               static MetaMethod
114365               _PRS_SISService_EndSISTransaction =
114366 mike  1.1.2.1 {
114367                   /* flags */
114368                   META_FLAG_METHOD,
114369                   /* name */
114370                   "PRS_SISService",
114371                   /* qualifiers */
114372                   _PRS_SISService_EndSISTransaction_qualifiers,
114373                   /* type */
114374                   CIMTYPE_UINT32,
114375                   /* parameters */
114376                   _PRS_SISService_EndSISTransaction_parameters,
114377               };
114378               
114379               static const char*
114380               _PRS_SISService_SetSISCompletionStatus_CompletionStatus_qualifiers[] =
114381               {
114382                   /* IN */
114383                   "\024\001",
114384                   0,
114385               };
114386               
114387 mike  1.1.2.1 static MetaProperty
114388               _PRS_SISService_SetSISCompletionStatus_CompletionStatus =
114389               {
114390                   /* flags */
114391                   META_FLAG_PROPERTY|META_FLAG_IN,
114392                   /* name */
114393                   "CompletionStatus",
114394                   /* qualifiers */
114395                   _PRS_SISService_SetSISCompletionStatus_CompletionStatus_qualifiers,
114396                   /* type */
114397                   CIMTYPE_UINT32,
114398                   /* subscript */
114399                   -1,
114400                   /* value */
114401                   0,
114402               };
114403               
114404               static const char*
114405               _PRS_SISService_SetSISCompletionStatus_TransactionRef_qualifiers[] =
114406               {
114407                   /* IN */
114408 mike  1.1.2.1     "\024\001",
114409                   0,
114410               };
114411               
114412               static MetaReference
114413               _PRS_SISService_SetSISCompletionStatus_TransactionRef =
114414               {
114415                   /* flags */
114416                   META_FLAG_REFERENCE|META_FLAG_IN,
114417                   /* name */
114418                   "TransactionRef",
114419                   /* qualifiers */
114420                   _PRS_SISService_SetSISCompletionStatus_TransactionRef_qualifiers,
114421                   /* subscript */
114422                   -1,
114423                   /* ref */
114424                   &__root_cimv2_PRS_Transaction,
114425               };
114426               
114427               static MetaFeature*
114428               _PRS_SISService_SetSISCompletionStatus_parameters[] =
114429 mike  1.1.2.1 {
114430                   (MetaFeature*)&_PRS_SISService_SetSISCompletionStatus_CompletionStatus,
114431                   (MetaFeature*)&_PRS_SISService_SetSISCompletionStatus_TransactionRef,
114432                   0,
114433               };
114434               
114435               static const char*
114436               _PRS_SISService_SetSISCompletionStatus_qualifiers[] =
114437               {
114438                   0,
114439               };
114440               
114441               static MetaMethod
114442               _PRS_SISService_SetSISCompletionStatus =
114443               {
114444                   /* flags */
114445                   META_FLAG_METHOD,
114446                   /* name */
114447                   "PRS_SISService",
114448                   /* qualifiers */
114449                   _PRS_SISService_SetSISCompletionStatus_qualifiers,
114450 mike  1.1.2.1     /* type */
114451                   CIMTYPE_UINT32,
114452                   /* parameters */
114453                   _PRS_SISService_SetSISCompletionStatus_parameters,
114454               };
114455               
114456               static MetaFeature*
114457               _PRS_SISService_features[] =
114458               {
114459                   (MetaFeature*)&_PRS_SISService_StartSISTransaction,
114460                   (MetaFeature*)&_PRS_SISService_EndSISTransaction,
114461                   (MetaFeature*)&_PRS_SISService_SetSISCompletionStatus,
114462                   0,
114463               };
114464               
114465               static const char*
114466               __root_cimv2_PRS_SISService_qualifiers[] =
114467               {
114468                   /* UMLPackagePath */
114469                   "\057PRS::Support",
114470                   /* Version */
114471 mike  1.1.2.1     "\0632.6.0",
114472                   0,
114473               };
114474               
114475               MetaClass
114476               __root_cimv2_PRS_SISService =
114477               {
114478                   /* flags */
114479                   META_FLAG_CLASS,
114480                   /* name */
114481                   "PRS_SISService",
114482                   /* qualifiers */
114483                   __root_cimv2_PRS_SISService_qualifiers,
114484                   /* super */
114485                   &__root_cimv2_CIM_Service,
114486                   /* features */
114487                   _PRS_SISService_features,
114488               };
114489               
114490               //==============================================================================
114491               //
114492 mike  1.1.2.1 // Class: CIM_AccountOnSystem
114493               //
114494               //==============================================================================
114495               
114496               static const char*
114497               _CIM_AccountOnSystem_GroupComponent_qualifiers[] =
114498               {
114499                   /* Aggregate */
114500                   "\003\001",
114501                   /* Override */
114502                   "\044GroupComponent",
114503                   /* Min */
114504                   "\033\000\000\000\001",
114505                   /* Max */
114506                   "\027\000\000\000\001",
114507                   0,
114508               };
114509               
114510               static MetaReference
114511               _CIM_AccountOnSystem_GroupComponent =
114512               {
114513 mike  1.1.2.1     /* flags */
114514                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
114515                   /* name */
114516                   "GroupComponent",
114517                   /* qualifiers */
114518                   _CIM_AccountOnSystem_GroupComponent_qualifiers,
114519                   /* subscript */
114520                   -1,
114521                   /* refId */
114522                   &__root_cimv2_CIM_System,
114523               };
114524               
114525               static const char*
114526               _CIM_AccountOnSystem_PartComponent_qualifiers[] =
114527               {
114528                   /* Override */
114529                   "\044PartComponent",
114530                   /* Weak */
114531                   "\064\001",
114532                   0,
114533               };
114534 mike  1.1.2.1 
114535               static MetaReference
114536               _CIM_AccountOnSystem_PartComponent =
114537               {
114538                   /* flags */
114539                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
114540                   /* name */
114541                   "PartComponent",
114542                   /* qualifiers */
114543                   _CIM_AccountOnSystem_PartComponent_qualifiers,
114544                   /* subscript */
114545                   -1,
114546                   /* refId */
114547                   &__root_cimv2_CIM_Account,
114548               };
114549               
114550               static MetaFeature*
114551               _CIM_AccountOnSystem_features[] =
114552               {
114553                   (MetaFeature*)&_CIM_AccountOnSystem_GroupComponent,
114554                   (MetaFeature*)&_CIM_AccountOnSystem_PartComponent,
114555 mike  1.1.2.1     0,
114556               };
114557               
114558               static const char*
114559               __root_cimv2_CIM_AccountOnSystem_qualifiers[] =
114560               {
114561                   /* ASSOCIATION */
114562                   "\000\001",
114563                   /* UMLPackagePath */
114564                   "\057CIM::User::Account",
114565                   /* Aggregation */
114566                   "\004\001",
114567                   /* Version */
114568                   "\0632.6.0",
114569                   0,
114570               };
114571               
114572               MetaClass
114573               __root_cimv2_CIM_AccountOnSystem =
114574               {
114575                   /* flags */
114576 mike  1.1.2.1     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
114577                   /* name */
114578                   "CIM_AccountOnSystem",
114579                   /* qualifiers */
114580                   __root_cimv2_CIM_AccountOnSystem_qualifiers,
114581                   /* super */
114582                   &__root_cimv2_CIM_SystemComponent,
114583                   /* features */
114584                   _CIM_AccountOnSystem_features,
114585               };
114586               
114587               //==============================================================================
114588               //
114589               // Class: CIM_AdapterActiveConnection
114590               //
114591               //==============================================================================
114592               
114593               static const char*
114594               _CIM_AdapterActiveConnection_Antecedent_qualifiers[] =
114595               {
114596                   /* Deprecated */
114597 mike  1.1.2.1     "\013\000\001CIM_PortActiveConnection.Antecedent\000",
114598                   /* Override */
114599                   "\044Antecedent",
114600                   0,
114601               };
114602               
114603               static MetaReference
114604               _CIM_AdapterActiveConnection_Antecedent =
114605               {
114606                   /* flags */
114607                   META_FLAG_REFERENCE|META_FLAG_READ,
114608                   /* name */
114609                   "Antecedent",
114610                   /* qualifiers */
114611                   _CIM_AdapterActiveConnection_Antecedent_qualifiers,
114612                   /* subscript */
114613                   -1,
114614                   /* refId */
114615                   &__root_cimv2_CIM_PhysicalConnector,
114616               };
114617               
114618 mike  1.1.2.1 static const char*
114619               _CIM_AdapterActiveConnection_Dependent_qualifiers[] =
114620               {
114621                   /* Deprecated */
114622                   "\013\000\001CIM_PortActiveConnection.Dependent\000",
114623                   /* Override */
114624                   "\044Dependent",
114625                   0,
114626               };
114627               
114628               static MetaReference
114629               _CIM_AdapterActiveConnection_Dependent =
114630               {
114631                   /* flags */
114632                   META_FLAG_REFERENCE|META_FLAG_READ,
114633                   /* name */
114634                   "Dependent",
114635                   /* qualifiers */
114636                   _CIM_AdapterActiveConnection_Dependent_qualifiers,
114637                   /* subscript */
114638                   -1,
114639 mike  1.1.2.1     /* refId */
114640                   &__root_cimv2_CIM_NetworkAdapter,
114641               };
114642               
114643               static MetaFeature*
114644               _CIM_AdapterActiveConnection_features[] =
114645               {
114646                   (MetaFeature*)&_CIM_AdapterActiveConnection_Antecedent,
114647                   (MetaFeature*)&_CIM_AdapterActiveConnection_Dependent,
114648                   0,
114649               };
114650               
114651               static const char*
114652               __root_cimv2_CIM_AdapterActiveConnection_qualifiers[] =
114653               {
114654                   /* ASSOCIATION */
114655                   "\000\001",
114656                   /* Deprecated */
114657                   "\013\000\001CIM_PortActiveConnection\000",
114658                   /* UMLPackagePath */
114659                   "\057CIM::Device::NetworkAdapter",
114660 mike  1.1.2.1     /* Version */
114661                   "\0632.10.0",
114662                   0,
114663               };
114664               
114665               MetaClass
114666               __root_cimv2_CIM_AdapterActiveConnection =
114667               {
114668                   /* flags */
114669                   META_FLAG_ASSOCIATION,
114670                   /* name */
114671                   "CIM_AdapterActiveConnection",
114672                   /* qualifiers */
114673                   __root_cimv2_CIM_AdapterActiveConnection_qualifiers,
114674                   /* super */
114675                   &__root_cimv2_CIM_Dependency,
114676                   /* features */
114677                   _CIM_AdapterActiveConnection_features,
114678               };
114679               
114680               //==============================================================================
114681 mike  1.1.2.1 //
114682               // Class: CIM_AdminDomain
114683               //
114684               //==============================================================================
114685               
114686               static const char*
114687               _CIM_AdminDomain_NameFormat_qualifiers[] =
114688               {
114689                   /* Override */
114690                   "\044NameFormat",
114691                   /* ValueMap */
114692                   "\061\000\024Other\000AS\000NAP\000NOC\000POP\000RNP\000IP\000IPX\000SNA\000Dial\000WAN\000LAN\000ISDN\000Frame Relay\000ATM\000E.164\000IB\000FC\000Policy Repository\000WWN\000",
114693                   /* Values */
114694                   "\062\000\024Other\000Autonomous System\000Network Access Provider\000Network Operations Center\000Point of Presence\000Regional Network Provider\000IP\000IPX\000SNA\000Dial\000WAN\000LAN\000ISDN\000Frame Relay\000ATM\000E.164\000Infiniband\000Fibre Channel\000Policy Repository\000Fibre Channel Worldwide Name\000",
114695                   /* ModelCorrespondence */
114696                   "\036\000\001CIM_AdminDomain.Name\000",
114697                   0,
114698               };
114699               
114700               static MetaProperty
114701               _CIM_AdminDomain_NameFormat =
114702 mike  1.1.2.1 {
114703                   /* flags */
114704                   META_FLAG_PROPERTY|META_FLAG_READ,
114705                   /* name */
114706                   "NameFormat",
114707                   /* qualifiers */
114708                   _CIM_AdminDomain_NameFormat_qualifiers,
114709                   /* type */
114710                   CIMTYPE_STRING,
114711                   /* subscript */
114712                   -1,
114713                   /* value */
114714                   0,
114715               };
114716               
114717               static MetaFeature*
114718               _CIM_AdminDomain_features[] =
114719               {
114720                   (MetaFeature*)&_CIM_AdminDomain_NameFormat,
114721                   0,
114722               };
114723 mike  1.1.2.1 
114724               static const char*
114725               __root_cimv2_CIM_AdminDomain_qualifiers[] =
114726               {
114727                   /* UMLPackagePath */
114728                   "\057CIM::Core::CoreElements",
114729                   /* Version */
114730                   "\0632.10.0",
114731                   0,
114732               };
114733               
114734               MetaClass
114735               __root_cimv2_CIM_AdminDomain =
114736               {
114737                   /* flags */
114738                   META_FLAG_CLASS,
114739                   /* name */
114740                   "CIM_AdminDomain",
114741                   /* qualifiers */
114742                   __root_cimv2_CIM_AdminDomain_qualifiers,
114743                   /* super */
114744 mike  1.1.2.1     &__root_cimv2_CIM_System,
114745                   /* features */
114746                   _CIM_AdminDomain_features,
114747               };
114748               
114749               //==============================================================================
114750               //
114751               // Class: CIM_AggregatePExtent
114752               //
114753               //==============================================================================
114754               
114755               static const char*
114756               _CIM_AggregatePExtent_NumberOfBlocks_qualifiers[] =
114757               {
114758                   /* Deprecated */
114759                   "\013\000\002CIM_CompositeExtentBasedOn.NumberOfBlocks\000CIM_StorageExtent.NumberOfBlocks\000",
114760                   /* Override */
114761                   "\044NumberOfBlocks",
114762                   /* MappingStrings */
114763                   "\026\000\001MIF.DMTF|Aggregate Physical Extent|001.2\000",
114764                   0,
114765 mike  1.1.2.1 };
114766               
114767               static MetaProperty
114768               _CIM_AggregatePExtent_NumberOfBlocks =
114769               {
114770                   /* flags */
114771                   META_FLAG_PROPERTY|META_FLAG_READ,
114772                   /* name */
114773                   "NumberOfBlocks",
114774                   /* qualifiers */
114775                   _CIM_AggregatePExtent_NumberOfBlocks_qualifiers,
114776                   /* type */
114777                   CIMTYPE_UINT64,
114778                   /* subscript */
114779                   -1,
114780                   /* value */
114781                   0,
114782               };
114783               
114784               static const char*
114785               _CIM_AggregatePExtent_BlocksOfCheckData_qualifiers[] =
114786 mike  1.1.2.1 {
114787                   /* Deprecated */
114788                   "\013\000\001CIM_CompositeExtentBasedOn.UnitsOfCheckData\000",
114789                   /* MappingStrings */
114790                   "\026\000\001MIF.DMTF|Aggregate Physical Extent|001.3\000",
114791                   0,
114792               };
114793               
114794               static MetaProperty
114795               _CIM_AggregatePExtent_BlocksOfCheckData =
114796               {
114797                   /* flags */
114798                   META_FLAG_PROPERTY|META_FLAG_READ,
114799                   /* name */
114800                   "BlocksOfCheckData",
114801                   /* qualifiers */
114802                   _CIM_AggregatePExtent_BlocksOfCheckData_qualifiers,
114803                   /* type */
114804                   CIMTYPE_UINT64,
114805                   /* subscript */
114806                   -1,
114807 mike  1.1.2.1     /* value */
114808                   0,
114809               };
114810               
114811               static MetaFeature*
114812               _CIM_AggregatePExtent_features[] =
114813               {
114814                   (MetaFeature*)&_CIM_AggregatePExtent_NumberOfBlocks,
114815                   (MetaFeature*)&_CIM_AggregatePExtent_BlocksOfCheckData,
114816                   0,
114817               };
114818               
114819               static const char*
114820               __root_cimv2_CIM_AggregatePExtent_qualifiers[] =
114821               {
114822                   /* Deprecated */
114823                   "\013\000\002CIM_StorageExtent\000CIM_CompositeExtentBasedOn\000",
114824                   /* UMLPackagePath */
114825                   "\057CIM::Device::SccExtents",
114826                   /* Version */
114827                   "\0632.7.0",
114828 mike  1.1.2.1     0,
114829               };
114830               
114831               MetaClass
114832               __root_cimv2_CIM_AggregatePExtent =
114833               {
114834                   /* flags */
114835                   META_FLAG_CLASS,
114836                   /* name */
114837                   "CIM_AggregatePExtent",
114838                   /* qualifiers */
114839                   __root_cimv2_CIM_AggregatePExtent_qualifiers,
114840                   /* super */
114841                   &__root_cimv2_CIM_StorageExtent,
114842                   /* features */
114843                   _CIM_AggregatePExtent_features,
114844               };
114845               
114846               //==============================================================================
114847               //
114848               // Class: CIM_AggregatePSExtent
114849 mike  1.1.2.1 //
114850               //==============================================================================
114851               
114852               static const char*
114853               _CIM_AggregatePSExtent_NumberOfBlocks_qualifiers[] =
114854               {
114855                   /* Deprecated */
114856                   "\013\000\002CIM_CompositeExtentBasedOn.NumberOfBlocks\000CIM_StorageExtent.NumberOfBlocks\000",
114857                   /* Override */
114858                   "\044NumberOfBlocks",
114859                   /* MappingStrings */
114860                   "\026\000\001MIF.DMTF|Aggregate Protected Space Extent|001.2\000",
114861                   0,
114862               };
114863               
114864               static MetaProperty
114865               _CIM_AggregatePSExtent_NumberOfBlocks =
114866               {
114867                   /* flags */
114868                   META_FLAG_PROPERTY|META_FLAG_READ,
114869                   /* name */
114870 mike  1.1.2.1     "NumberOfBlocks",
114871                   /* qualifiers */
114872                   _CIM_AggregatePSExtent_NumberOfBlocks_qualifiers,
114873                   /* type */
114874                   CIMTYPE_UINT64,
114875                   /* subscript */
114876                   -1,
114877                   /* value */
114878                   0,
114879               };
114880               
114881               static MetaFeature*
114882               _CIM_AggregatePSExtent_features[] =
114883               {
114884                   (MetaFeature*)&_CIM_AggregatePSExtent_NumberOfBlocks,
114885                   0,
114886               };
114887               
114888               static const char*
114889               __root_cimv2_CIM_AggregatePSExtent_qualifiers[] =
114890               {
114891 mike  1.1.2.1     /* Deprecated */
114892                   "\013\000\002CIM_StorageExtent\000CIM_CompositeExtentBasedOn\000",
114893                   /* UMLPackagePath */
114894                   "\057CIM::Device::SccExtents",
114895                   /* Version */
114896                   "\0632.7.0",
114897                   0,
114898               };
114899               
114900               MetaClass
114901               __root_cimv2_CIM_AggregatePSExtent =
114902               {
114903                   /* flags */
114904                   META_FLAG_CLASS,
114905                   /* name */
114906                   "CIM_AggregatePSExtent",
114907                   /* qualifiers */
114908                   __root_cimv2_CIM_AggregatePSExtent_qualifiers,
114909                   /* super */
114910                   &__root_cimv2_CIM_StorageExtent,
114911                   /* features */
114912 mike  1.1.2.1     _CIM_AggregatePSExtent_features,
114913               };
114914               
114915               //==============================================================================
114916               //
114917               // Class: CIM_AlarmDevice
114918               //
114919               //==============================================================================
114920               
114921               static const char*
114922               _CIM_AlarmDevice_AudibleAlarm_qualifiers[] =
114923               {
114924                   0,
114925               };
114926               
114927               static MetaProperty
114928               _CIM_AlarmDevice_AudibleAlarm =
114929               {
114930                   /* flags */
114931                   META_FLAG_PROPERTY|META_FLAG_READ,
114932                   /* name */
114933 mike  1.1.2.1     "AudibleAlarm",
114934                   /* qualifiers */
114935                   _CIM_AlarmDevice_AudibleAlarm_qualifiers,
114936                   /* type */
114937                   CIMTYPE_BOOLEAN,
114938                   /* subscript */
114939                   -1,
114940                   /* value */
114941                   0,
114942               };
114943               
114944               static const char*
114945               _CIM_AlarmDevice_VisibleAlarm_qualifiers[] =
114946               {
114947                   0,
114948               };
114949               
114950               static MetaProperty
114951               _CIM_AlarmDevice_VisibleAlarm =
114952               {
114953                   /* flags */
114954 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
114955                   /* name */
114956                   "VisibleAlarm",
114957                   /* qualifiers */
114958                   _CIM_AlarmDevice_VisibleAlarm_qualifiers,
114959                   /* type */
114960                   CIMTYPE_BOOLEAN,
114961                   /* subscript */
114962                   -1,
114963                   /* value */
114964                   0,
114965               };
114966               
114967               static const char*
114968               _CIM_AlarmDevice_MotionAlarm_qualifiers[] =
114969               {
114970                   0,
114971               };
114972               
114973               static MetaProperty
114974               _CIM_AlarmDevice_MotionAlarm =
114975 mike  1.1.2.1 {
114976                   /* flags */
114977                   META_FLAG_PROPERTY|META_FLAG_READ,
114978                   /* name */
114979                   "MotionAlarm",
114980                   /* qualifiers */
114981                   _CIM_AlarmDevice_MotionAlarm_qualifiers,
114982                   /* type */
114983                   CIMTYPE_BOOLEAN,
114984                   /* subscript */
114985                   -1,
114986                   /* value */
114987                   0,
114988               };
114989               
114990               static const char*
114991               _CIM_AlarmDevice_Urgency_qualifiers[] =
114992               {
114993                   /* ValueMap */
114994                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
114995                   /* Values */
114996 mike  1.1.2.1     "\062\000\007Unknown\000Other\000Not Supported\000Informational\000Non-Critical\000Critical\000Unrecoverable\000",
114997                   0,
114998               };
114999               
115000               static MetaProperty
115001               _CIM_AlarmDevice_Urgency =
115002               {
115003                   /* flags */
115004                   META_FLAG_PROPERTY|META_FLAG_READ,
115005                   /* name */
115006                   "Urgency",
115007                   /* qualifiers */
115008                   _CIM_AlarmDevice_Urgency_qualifiers,
115009                   /* type */
115010                   CIMTYPE_UINT16,
115011                   /* subscript */
115012                   -1,
115013                   /* value */
115014                   0,
115015               };
115016               
115017 mike  1.1.2.1 static const char*
115018               _CIM_AlarmDevice_AlarmState_qualifiers[] =
115019               {
115020                   /* ValueMap */
115021                   "\061\000\0040\0001\0002\0003\000",
115022                   /* Values */
115023                   "\062\000\004Unknown\000Off\000Steady\000Alternating\000",
115024                   0,
115025               };
115026               
115027               static MetaProperty
115028               _CIM_AlarmDevice_AlarmState =
115029               {
115030                   /* flags */
115031                   META_FLAG_PROPERTY|META_FLAG_READ,
115032                   /* name */
115033                   "AlarmState",
115034                   /* qualifiers */
115035                   _CIM_AlarmDevice_AlarmState_qualifiers,
115036                   /* type */
115037                   CIMTYPE_UINT16,
115038 mike  1.1.2.1     /* subscript */
115039                   -1,
115040                   /* value */
115041                   0,
115042               };
115043               
115044               static const char*
115045               _CIM_AlarmDevice_AudioIndicatorIsDisabled_qualifiers[] =
115046               {
115047                   0,
115048               };
115049               
115050               static MetaProperty
115051               _CIM_AlarmDevice_AudioIndicatorIsDisabled =
115052               {
115053                   /* flags */
115054                   META_FLAG_PROPERTY|META_FLAG_READ,
115055                   /* name */
115056                   "AudioIndicatorIsDisabled",
115057                   /* qualifiers */
115058                   _CIM_AlarmDevice_AudioIndicatorIsDisabled_qualifiers,
115059 mike  1.1.2.1     /* type */
115060                   CIMTYPE_BOOLEAN,
115061                   /* subscript */
115062                   -1,
115063                   /* value */
115064                   0,
115065               };
115066               
115067               static const char*
115068               _CIM_AlarmDevice_VisualIndicatorIsDisabled_qualifiers[] =
115069               {
115070                   0,
115071               };
115072               
115073               static MetaProperty
115074               _CIM_AlarmDevice_VisualIndicatorIsDisabled =
115075               {
115076                   /* flags */
115077                   META_FLAG_PROPERTY|META_FLAG_READ,
115078                   /* name */
115079                   "VisualIndicatorIsDisabled",
115080 mike  1.1.2.1     /* qualifiers */
115081                   _CIM_AlarmDevice_VisualIndicatorIsDisabled_qualifiers,
115082                   /* type */
115083                   CIMTYPE_BOOLEAN,
115084                   /* subscript */
115085                   -1,
115086                   /* value */
115087                   0,
115088               };
115089               
115090               static const char*
115091               _CIM_AlarmDevice_MotionIndicatorIsDisabled_qualifiers[] =
115092               {
115093                   0,
115094               };
115095               
115096               static MetaProperty
115097               _CIM_AlarmDevice_MotionIndicatorIsDisabled =
115098               {
115099                   /* flags */
115100                   META_FLAG_PROPERTY|META_FLAG_READ,
115101 mike  1.1.2.1     /* name */
115102                   "MotionIndicatorIsDisabled",
115103                   /* qualifiers */
115104                   _CIM_AlarmDevice_MotionIndicatorIsDisabled_qualifiers,
115105                   /* type */
115106                   CIMTYPE_BOOLEAN,
115107                   /* subscript */
115108                   -1,
115109                   /* value */
115110                   0,
115111               };
115112               
115113               static const char*
115114               _CIM_AlarmDevice_SetAlarmState_RequestedAlarmState_qualifiers[] =
115115               {
115116                   /* IN */
115117                   "\024\001",
115118                   /* ValueMap */
115119                   "\061\000\0040\0001\0002\0003\000",
115120                   /* Values */
115121                   "\062\000\004Unknown\000Off\000Steady\000Alternating\000",
115122 mike  1.1.2.1     0,
115123               };
115124               
115125               static MetaProperty
115126               _CIM_AlarmDevice_SetAlarmState_RequestedAlarmState =
115127               {
115128                   /* flags */
115129                   META_FLAG_PROPERTY|META_FLAG_IN,
115130                   /* name */
115131                   "RequestedAlarmState",
115132                   /* qualifiers */
115133                   _CIM_AlarmDevice_SetAlarmState_RequestedAlarmState_qualifiers,
115134                   /* type */
115135                   CIMTYPE_UINT16,
115136                   /* subscript */
115137                   -1,
115138                   /* value */
115139                   0,
115140               };
115141               
115142               static MetaFeature*
115143 mike  1.1.2.1 _CIM_AlarmDevice_SetAlarmState_parameters[] =
115144               {
115145                   (MetaFeature*)&_CIM_AlarmDevice_SetAlarmState_RequestedAlarmState,
115146                   0,
115147               };
115148               
115149               static const char*
115150               _CIM_AlarmDevice_SetAlarmState_qualifiers[] =
115151               {
115152                   0,
115153               };
115154               
115155               static MetaMethod
115156               _CIM_AlarmDevice_SetAlarmState =
115157               {
115158                   /* flags */
115159                   META_FLAG_METHOD,
115160                   /* name */
115161                   "CIM_AlarmDevice",
115162                   /* qualifiers */
115163                   _CIM_AlarmDevice_SetAlarmState_qualifiers,
115164 mike  1.1.2.1     /* type */
115165                   CIMTYPE_UINT32,
115166                   /* parameters */
115167                   _CIM_AlarmDevice_SetAlarmState_parameters,
115168               };
115169               
115170               static const char*
115171               _CIM_AlarmDevice_SetAlarmIndicator_AudioIndicator_qualifiers[] =
115172               {
115173                   /* IN */
115174                   "\024\001",
115175                   /* ValueMap */
115176                   "\061\000\0030\0001\0002\000",
115177                   /* Values */
115178                   "\062\000\003No Change\000Disable\000Enable\000",
115179                   0,
115180               };
115181               
115182               static MetaProperty
115183               _CIM_AlarmDevice_SetAlarmIndicator_AudioIndicator =
115184               {
115185 mike  1.1.2.1     /* flags */
115186                   META_FLAG_PROPERTY|META_FLAG_IN,
115187                   /* name */
115188                   "AudioIndicator",
115189                   /* qualifiers */
115190                   _CIM_AlarmDevice_SetAlarmIndicator_AudioIndicator_qualifiers,
115191                   /* type */
115192                   CIMTYPE_UINT16,
115193                   /* subscript */
115194                   -1,
115195                   /* value */
115196                   0,
115197               };
115198               
115199               static const char*
115200               _CIM_AlarmDevice_SetAlarmIndicator_VisualIndicator_qualifiers[] =
115201               {
115202                   /* IN */
115203                   "\024\001",
115204                   /* ValueMap */
115205                   "\061\000\0030\0001\0002\000",
115206 mike  1.1.2.1     /* Values */
115207                   "\062\000\003No Change\000Disable\000Enable\000",
115208                   0,
115209               };
115210               
115211               static MetaProperty
115212               _CIM_AlarmDevice_SetAlarmIndicator_VisualIndicator =
115213               {
115214                   /* flags */
115215                   META_FLAG_PROPERTY|META_FLAG_IN,
115216                   /* name */
115217                   "VisualIndicator",
115218                   /* qualifiers */
115219                   _CIM_AlarmDevice_SetAlarmIndicator_VisualIndicator_qualifiers,
115220                   /* type */
115221                   CIMTYPE_UINT16,
115222                   /* subscript */
115223                   -1,
115224                   /* value */
115225                   0,
115226               };
115227 mike  1.1.2.1 
115228               static const char*
115229               _CIM_AlarmDevice_SetAlarmIndicator_MotionIndicator_qualifiers[] =
115230               {
115231                   /* IN */
115232                   "\024\001",
115233                   /* ValueMap */
115234                   "\061\000\0030\0001\0002\000",
115235                   /* Values */
115236                   "\062\000\003No Change\000Disable\000Enable\000",
115237                   0,
115238               };
115239               
115240               static MetaProperty
115241               _CIM_AlarmDevice_SetAlarmIndicator_MotionIndicator =
115242               {
115243                   /* flags */
115244                   META_FLAG_PROPERTY|META_FLAG_IN,
115245                   /* name */
115246                   "MotionIndicator",
115247                   /* qualifiers */
115248 mike  1.1.2.1     _CIM_AlarmDevice_SetAlarmIndicator_MotionIndicator_qualifiers,
115249                   /* type */
115250                   CIMTYPE_UINT16,
115251                   /* subscript */
115252                   -1,
115253                   /* value */
115254                   0,
115255               };
115256               
115257               static MetaFeature*
115258               _CIM_AlarmDevice_SetAlarmIndicator_parameters[] =
115259               {
115260                   (MetaFeature*)&_CIM_AlarmDevice_SetAlarmIndicator_AudioIndicator,
115261                   (MetaFeature*)&_CIM_AlarmDevice_SetAlarmIndicator_VisualIndicator,
115262                   (MetaFeature*)&_CIM_AlarmDevice_SetAlarmIndicator_MotionIndicator,
115263                   0,
115264               };
115265               
115266               static const char*
115267               _CIM_AlarmDevice_SetAlarmIndicator_qualifiers[] =
115268               {
115269 mike  1.1.2.1     0,
115270               };
115271               
115272               static MetaMethod
115273               _CIM_AlarmDevice_SetAlarmIndicator =
115274               {
115275                   /* flags */
115276                   META_FLAG_METHOD,
115277                   /* name */
115278                   "CIM_AlarmDevice",
115279                   /* qualifiers */
115280                   _CIM_AlarmDevice_SetAlarmIndicator_qualifiers,
115281                   /* type */
115282                   CIMTYPE_UINT32,
115283                   /* parameters */
115284                   _CIM_AlarmDevice_SetAlarmIndicator_parameters,
115285               };
115286               
115287               static const char*
115288               _CIM_AlarmDevice_SetUrgency_RequestedUrgency_qualifiers[] =
115289               {
115290 mike  1.1.2.1     /* IN */
115291                   "\024\001",
115292                   /* ValueMap */
115293                   "\061\000\0051\0003\0004\0005\0006\000",
115294                   /* Values */
115295                   "\062\000\005Other\000Informational\000Non-Critical\000Critical\000Unrecoverable\000",
115296                   0,
115297               };
115298               
115299               static MetaProperty
115300               _CIM_AlarmDevice_SetUrgency_RequestedUrgency =
115301               {
115302                   /* flags */
115303                   META_FLAG_PROPERTY|META_FLAG_IN,
115304                   /* name */
115305                   "RequestedUrgency",
115306                   /* qualifiers */
115307                   _CIM_AlarmDevice_SetUrgency_RequestedUrgency_qualifiers,
115308                   /* type */
115309                   CIMTYPE_UINT16,
115310                   /* subscript */
115311 mike  1.1.2.1     -1,
115312                   /* value */
115313                   0,
115314               };
115315               
115316               static MetaFeature*
115317               _CIM_AlarmDevice_SetUrgency_parameters[] =
115318               {
115319                   (MetaFeature*)&_CIM_AlarmDevice_SetUrgency_RequestedUrgency,
115320                   0,
115321               };
115322               
115323               static const char*
115324               _CIM_AlarmDevice_SetUrgency_qualifiers[] =
115325               {
115326                   0,
115327               };
115328               
115329               static MetaMethod
115330               _CIM_AlarmDevice_SetUrgency =
115331               {
115332 mike  1.1.2.1     /* flags */
115333                   META_FLAG_METHOD,
115334                   /* name */
115335                   "CIM_AlarmDevice",
115336                   /* qualifiers */
115337                   _CIM_AlarmDevice_SetUrgency_qualifiers,
115338                   /* type */
115339                   CIMTYPE_UINT32,
115340                   /* parameters */
115341                   _CIM_AlarmDevice_SetUrgency_parameters,
115342               };
115343               
115344               static MetaFeature*
115345               _CIM_AlarmDevice_features[] =
115346               {
115347                   (MetaFeature*)&_CIM_AlarmDevice_AudibleAlarm,
115348                   (MetaFeature*)&_CIM_AlarmDevice_VisibleAlarm,
115349                   (MetaFeature*)&_CIM_AlarmDevice_MotionAlarm,
115350                   (MetaFeature*)&_CIM_AlarmDevice_Urgency,
115351                   (MetaFeature*)&_CIM_AlarmDevice_AlarmState,
115352                   (MetaFeature*)&_CIM_AlarmDevice_AudioIndicatorIsDisabled,
115353 mike  1.1.2.1     (MetaFeature*)&_CIM_AlarmDevice_VisualIndicatorIsDisabled,
115354                   (MetaFeature*)&_CIM_AlarmDevice_MotionIndicatorIsDisabled,
115355                   (MetaFeature*)&_CIM_AlarmDevice_SetAlarmState,
115356                   (MetaFeature*)&_CIM_AlarmDevice_SetAlarmIndicator,
115357                   (MetaFeature*)&_CIM_AlarmDevice_SetUrgency,
115358                   0,
115359               };
115360               
115361               static const char*
115362               __root_cimv2_CIM_AlarmDevice_qualifiers[] =
115363               {
115364                   /* UMLPackagePath */
115365                   "\057CIM::Device::Sensors",
115366                   /* Version */
115367                   "\0632.8.0",
115368                   0,
115369               };
115370               
115371               MetaClass
115372               __root_cimv2_CIM_AlarmDevice =
115373               {
115374 mike  1.1.2.1     /* flags */
115375                   META_FLAG_CLASS,
115376                   /* name */
115377                   "CIM_AlarmDevice",
115378                   /* qualifiers */
115379                   __root_cimv2_CIM_AlarmDevice_qualifiers,
115380                   /* super */
115381                   &__root_cimv2_CIM_LogicalDevice,
115382                   /* features */
115383                   _CIM_AlarmDevice_features,
115384               };
115385               
115386               //==============================================================================
115387               //
115388               // Class: CIM_AllocatedFromStoragePool
115389               //
115390               //==============================================================================
115391               
115392               static const char*
115393               _CIM_AllocatedFromStoragePool_Antecedent_qualifiers[] =
115394               {
115395 mike  1.1.2.1     /* Override */
115396                   "\044Antecedent",
115397                   0,
115398               };
115399               
115400               static MetaReference
115401               _CIM_AllocatedFromStoragePool_Antecedent =
115402               {
115403                   /* flags */
115404                   META_FLAG_REFERENCE|META_FLAG_READ,
115405                   /* name */
115406                   "Antecedent",
115407                   /* qualifiers */
115408                   _CIM_AllocatedFromStoragePool_Antecedent_qualifiers,
115409                   /* subscript */
115410                   -1,
115411                   /* refId */
115412                   &__root_cimv2_CIM_StoragePool,
115413               };
115414               
115415               static const char*
115416 mike  1.1.2.1 _CIM_AllocatedFromStoragePool_Dependent_qualifiers[] =
115417               {
115418                   /* Override */
115419                   "\044Dependent",
115420                   0,
115421               };
115422               
115423               static MetaReference
115424               _CIM_AllocatedFromStoragePool_Dependent =
115425               {
115426                   /* flags */
115427                   META_FLAG_REFERENCE|META_FLAG_READ,
115428                   /* name */
115429                   "Dependent",
115430                   /* qualifiers */
115431                   _CIM_AllocatedFromStoragePool_Dependent_qualifiers,
115432                   /* subscript */
115433                   -1,
115434                   /* refId */
115435                   &__root_cimv2_CIM_LogicalElement,
115436               };
115437 mike  1.1.2.1 
115438               static const char*
115439               _CIM_AllocatedFromStoragePool_SpaceConsumed_qualifiers[] =
115440               {
115441                   /* Required */
115442                   "\050\001",
115443                   /* Units */
115444                   "\060Bytes",
115445                   /* ModelCorrespondence */
115446                   "\036\000\002CIM_StoragePool.TotalManagedSpace\000CIM_StoragePool.RemainingManagedSpace\000",
115447                   0,
115448               };
115449               
115450               static MetaProperty
115451               _CIM_AllocatedFromStoragePool_SpaceConsumed =
115452               {
115453                   /* flags */
115454                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
115455                   /* name */
115456                   "SpaceConsumed",
115457                   /* qualifiers */
115458 mike  1.1.2.1     _CIM_AllocatedFromStoragePool_SpaceConsumed_qualifiers,
115459                   /* type */
115460                   CIMTYPE_UINT64,
115461                   /* subscript */
115462                   -1,
115463                   /* value */
115464                   0,
115465               };
115466               
115467               static MetaFeature*
115468               _CIM_AllocatedFromStoragePool_features[] =
115469               {
115470                   (MetaFeature*)&_CIM_AllocatedFromStoragePool_Antecedent,
115471                   (MetaFeature*)&_CIM_AllocatedFromStoragePool_Dependent,
115472                   (MetaFeature*)&_CIM_AllocatedFromStoragePool_SpaceConsumed,
115473                   0,
115474               };
115475               
115476               static const char*
115477               __root_cimv2_CIM_AllocatedFromStoragePool_qualifiers[] =
115478               {
115479 mike  1.1.2.1     /* ASSOCIATION */
115480                   "\000\001",
115481                   /* UMLPackagePath */
115482                   "\057CIM::Device::StorageServices",
115483                   /* Version */
115484                   "\0632.8.0",
115485                   0,
115486               };
115487               
115488               MetaClass
115489               __root_cimv2_CIM_AllocatedFromStoragePool =
115490               {
115491                   /* flags */
115492                   META_FLAG_ASSOCIATION,
115493                   /* name */
115494                   "CIM_AllocatedFromStoragePool",
115495                   /* qualifiers */
115496                   __root_cimv2_CIM_AllocatedFromStoragePool_qualifiers,
115497                   /* super */
115498                   &__root_cimv2_CIM_Dependency,
115499                   /* features */
115500 mike  1.1.2.1     _CIM_AllocatedFromStoragePool_features,
115501               };
115502               
115503               //==============================================================================
115504               //
115505               // Class: CIM_AllocatedResource
115506               //
115507               //==============================================================================
115508               
115509               static const char*
115510               _CIM_AllocatedResource_Antecedent_qualifiers[] =
115511               {
115512                   /* Override */
115513                   "\044Antecedent",
115514                   0,
115515               };
115516               
115517               static MetaReference
115518               _CIM_AllocatedResource_Antecedent =
115519               {
115520                   /* flags */
115521 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
115522                   /* name */
115523                   "Antecedent",
115524                   /* qualifiers */
115525                   _CIM_AllocatedResource_Antecedent_qualifiers,
115526                   /* subscript */
115527                   -1,
115528                   /* refId */
115529                   &__root_cimv2_CIM_SystemResource,
115530               };
115531               
115532               static const char*
115533               _CIM_AllocatedResource_Dependent_qualifiers[] =
115534               {
115535                   /* Override */
115536                   "\044Dependent",
115537                   0,
115538               };
115539               
115540               static MetaReference
115541               _CIM_AllocatedResource_Dependent =
115542 mike  1.1.2.1 {
115543                   /* flags */
115544                   META_FLAG_REFERENCE|META_FLAG_READ,
115545                   /* name */
115546                   "Dependent",
115547                   /* qualifiers */
115548                   _CIM_AllocatedResource_Dependent_qualifiers,
115549                   /* subscript */
115550                   -1,
115551                   /* refId */
115552                   &__root_cimv2_CIM_LogicalDevice,
115553               };
115554               
115555               static MetaFeature*
115556               _CIM_AllocatedResource_features[] =
115557               {
115558                   (MetaFeature*)&_CIM_AllocatedResource_Antecedent,
115559                   (MetaFeature*)&_CIM_AllocatedResource_Dependent,
115560                   0,
115561               };
115562               
115563 mike  1.1.2.1 static const char*
115564               __root_cimv2_CIM_AllocatedResource_qualifiers[] =
115565               {
115566                   /* ASSOCIATION */
115567                   "\000\001",
115568                   /* UMLPackagePath */
115569                   "\057CIM::System::SystemResources",
115570                   /* Version */
115571                   "\0632.6.0",
115572                   0,
115573               };
115574               
115575               MetaClass
115576               __root_cimv2_CIM_AllocatedResource =
115577               {
115578                   /* flags */
115579                   META_FLAG_ASSOCIATION,
115580                   /* name */
115581                   "CIM_AllocatedResource",
115582                   /* qualifiers */
115583                   __root_cimv2_CIM_AllocatedResource_qualifiers,
115584 mike  1.1.2.1     /* super */
115585                   &__root_cimv2_CIM_Dependency,
115586                   /* features */
115587                   _CIM_AllocatedResource_features,
115588               };
115589               
115590               //==============================================================================
115591               //
115592               // Class: CIM_ApplicationSystem
115593               //
115594               //==============================================================================
115595               
115596               static const char*
115597               _CIM_ApplicationSystem_Distribution_qualifiers[] =
115598               {
115599                   /* ValueMap */
115600                   "\061\000\0050\0001\0002\0003..32767\00032768..65535\000",
115601                   /* Values */
115602                   "\062\000\005Unknown\000Distributed\000Local\000DMTF Reserved\000Vendor Specific\000",
115603                   0,
115604               };
115605 mike  1.1.2.1 
115606               static MetaProperty
115607               _CIM_ApplicationSystem_Distribution =
115608               {
115609                   /* flags */
115610                   META_FLAG_PROPERTY|META_FLAG_READ,
115611                   /* name */
115612                   "Distribution",
115613                   /* qualifiers */
115614                   _CIM_ApplicationSystem_Distribution_qualifiers,
115615                   /* type */
115616                   CIMTYPE_UINT16,
115617                   /* subscript */
115618                   -1,
115619                   /* value */
115620                   0,
115621               };
115622               
115623               static const char*
115624               _CIM_ApplicationSystem_EnabledState_qualifiers[] =
115625               {
115626 mike  1.1.2.1     /* Override */
115627                   "\044EnabledState",
115628                   /* ValueMap */
115629                   "\061\000\0070\0002\0003\0004\00010\00011..32767\00032768..65535\000",
115630                   /* Values */
115631                   "\062\000\007Unknown\000Enabled\000Disabled\000Shutting Down\000Starting\000DMTF Reserved\000Vendor Reserved\000",
115632                   0,
115633               };
115634               
115635               static MetaProperty
115636               _CIM_ApplicationSystem_EnabledState =
115637               {
115638                   /* flags */
115639                   META_FLAG_PROPERTY|META_FLAG_READ,
115640                   /* name */
115641                   "EnabledState",
115642                   /* qualifiers */
115643                   _CIM_ApplicationSystem_EnabledState_qualifiers,
115644                   /* type */
115645                   CIMTYPE_UINT16,
115646                   /* subscript */
115647 mike  1.1.2.1     -1,
115648                   /* value */
115649                   "\000\000",
115650               };
115651               
115652               static const char*
115653               _CIM_ApplicationSystem_StartupTime_qualifiers[] =
115654               {
115655                   0,
115656               };
115657               
115658               static MetaProperty
115659               _CIM_ApplicationSystem_StartupTime =
115660               {
115661                   /* flags */
115662                   META_FLAG_PROPERTY|META_FLAG_READ,
115663                   /* name */
115664                   "StartupTime",
115665                   /* qualifiers */
115666                   _CIM_ApplicationSystem_StartupTime_qualifiers,
115667                   /* type */
115668 mike  1.1.2.1     CIMTYPE_DATETIME,
115669                   /* subscript */
115670                   -1,
115671                   /* value */
115672                   0,
115673               };
115674               
115675               static const char*
115676               _CIM_ApplicationSystem_ServingStatus_qualifiers[] =
115677               {
115678                   /* ValueMap */
115679                   "\061\000\0050\0001\0002\0005..4096\0004097..65535\000",
115680                   /* Values */
115681                   "\062\000\005Unknown\000Serving\000Not Serving\000DMTF Reserved\000Vendor Specific\000",
115682                   /* ModelCorrespondence */
115683                   "\036\000\001CIM_ManagedSystemElement.OperationalStatus\000",
115684                   0,
115685               };
115686               
115687               static MetaProperty
115688               _CIM_ApplicationSystem_ServingStatus =
115689 mike  1.1.2.1 {
115690                   /* flags */
115691                   META_FLAG_PROPERTY|META_FLAG_READ,
115692                   /* name */
115693                   "ServingStatus",
115694                   /* qualifiers */
115695                   _CIM_ApplicationSystem_ServingStatus_qualifiers,
115696                   /* type */
115697                   CIMTYPE_UINT16,
115698                   /* subscript */
115699                   -1,
115700                   /* value */
115701                   0,
115702               };
115703               
115704               static const char*
115705               _CIM_ApplicationSystem_LastServingStatusUpdate_qualifiers[] =
115706               {
115707                   /* ModelCorrespondence */
115708                   "\036\000\001CIM_ApplicationSystem.ServingStatus\000",
115709                   0,
115710 mike  1.1.2.1 };
115711               
115712               static MetaProperty
115713               _CIM_ApplicationSystem_LastServingStatusUpdate =
115714               {
115715                   /* flags */
115716                   META_FLAG_PROPERTY|META_FLAG_READ,
115717                   /* name */
115718                   "LastServingStatusUpdate",
115719                   /* qualifiers */
115720                   _CIM_ApplicationSystem_LastServingStatusUpdate_qualifiers,
115721                   /* type */
115722                   CIMTYPE_DATETIME,
115723                   /* subscript */
115724                   -1,
115725                   /* value */
115726                   0,
115727               };
115728               
115729               static MetaFeature*
115730               _CIM_ApplicationSystem_StartApplication_parameters[] =
115731 mike  1.1.2.1 {
115732                   0,
115733               };
115734               
115735               static const char*
115736               _CIM_ApplicationSystem_StartApplication_qualifiers[] =
115737               {
115738                   /* ValueMap */
115739                   "\061\000\0070\0001\0002\0003\0004..4096\0004097..32767\00032768..65535\000",
115740                   /* Values */
115741                   "\062\000\007Unspecified Error\000Completed with No Error\000Start Already in Progress\000Failed\000DMTF Reserved\000Method Reserved\000Vendor Specific\000",
115742                   /* ModelCorrespondence */
115743                   "\036\000\002CIM_ApplicationSystem.EnabledState\000CIM_ApplicationSystem.RequestedState\000",
115744                   0,
115745               };
115746               
115747               static MetaMethod
115748               _CIM_ApplicationSystem_StartApplication =
115749               {
115750                   /* flags */
115751                   META_FLAG_METHOD,
115752 mike  1.1.2.1     /* name */
115753                   "CIM_ApplicationSystem",
115754                   /* qualifiers */
115755                   _CIM_ApplicationSystem_StartApplication_qualifiers,
115756                   /* type */
115757                   CIMTYPE_UINT16,
115758                   /* parameters */
115759                   _CIM_ApplicationSystem_StartApplication_parameters,
115760               };
115761               
115762               static MetaFeature*
115763               _CIM_ApplicationSystem_StopApplication_parameters[] =
115764               {
115765                   0,
115766               };
115767               
115768               static const char*
115769               _CIM_ApplicationSystem_StopApplication_qualifiers[] =
115770               {
115771                   /* ValueMap */
115772                   "\061\000\0070\0001\0002\0003\0004..4096\0004097..32767\00032768..65535\000",
115773 mike  1.1.2.1     /* Values */
115774                   "\062\000\007Unspecified Error\000Completed with No Error\000Stop Already in Process\000Failed\000DMTF Reserved\000Method Reserved\000Vendor Specific\000",
115775                   /* ModelCorrespondence */
115776                   "\036\000\002CIM_ApplicationSystem.EnabledState\000CIM_ApplicationSystem.RequestedState\000",
115777                   0,
115778               };
115779               
115780               static MetaMethod
115781               _CIM_ApplicationSystem_StopApplication =
115782               {
115783                   /* flags */
115784                   META_FLAG_METHOD,
115785                   /* name */
115786                   "CIM_ApplicationSystem",
115787                   /* qualifiers */
115788                   _CIM_ApplicationSystem_StopApplication_qualifiers,
115789                   /* type */
115790                   CIMTYPE_UINT16,
115791                   /* parameters */
115792                   _CIM_ApplicationSystem_StopApplication_parameters,
115793               };
115794 mike  1.1.2.1 
115795               static MetaFeature*
115796               _CIM_ApplicationSystem_features[] =
115797               {
115798                   (MetaFeature*)&_CIM_ApplicationSystem_Distribution,
115799                   (MetaFeature*)&_CIM_ApplicationSystem_EnabledState,
115800                   (MetaFeature*)&_CIM_ApplicationSystem_StartupTime,
115801                   (MetaFeature*)&_CIM_ApplicationSystem_ServingStatus,
115802                   (MetaFeature*)&_CIM_ApplicationSystem_LastServingStatusUpdate,
115803                   (MetaFeature*)&_CIM_ApplicationSystem_StartApplication,
115804                   (MetaFeature*)&_CIM_ApplicationSystem_StopApplication,
115805                   0,
115806               };
115807               
115808               static const char*
115809               __root_cimv2_CIM_ApplicationSystem_qualifiers[] =
115810               {
115811                   /* UMLPackagePath */
115812                   "\057CIM::Application::DeploymentModel",
115813                   /* Version */
115814                   "\0632.8.0",
115815 mike  1.1.2.1     0,
115816               };
115817               
115818               MetaClass
115819               __root_cimv2_CIM_ApplicationSystem =
115820               {
115821                   /* flags */
115822                   META_FLAG_CLASS,
115823                   /* name */
115824                   "CIM_ApplicationSystem",
115825                   /* qualifiers */
115826                   __root_cimv2_CIM_ApplicationSystem_qualifiers,
115827                   /* super */
115828                   &__root_cimv2_CIM_System,
115829                   /* features */
115830                   _CIM_ApplicationSystem_features,
115831               };
115832               
115833               //==============================================================================
115834               //
115835               // Class: CIM_ApplicationSystemDependency
115836 mike  1.1.2.1 //
115837               //==============================================================================
115838               
115839               static const char*
115840               _CIM_ApplicationSystemDependency_Antecedent_qualifiers[] =
115841               {
115842                   /* Override */
115843                   "\044Antecedent",
115844                   0,
115845               };
115846               
115847               static MetaReference
115848               _CIM_ApplicationSystemDependency_Antecedent =
115849               {
115850                   /* flags */
115851                   META_FLAG_REFERENCE|META_FLAG_READ,
115852                   /* name */
115853                   "Antecedent",
115854                   /* qualifiers */
115855                   _CIM_ApplicationSystemDependency_Antecedent_qualifiers,
115856                   /* subscript */
115857 mike  1.1.2.1     -1,
115858                   /* refId */
115859                   &__root_cimv2_CIM_ApplicationSystem,
115860               };
115861               
115862               static const char*
115863               _CIM_ApplicationSystemDependency_Dependent_qualifiers[] =
115864               {
115865                   /* Override */
115866                   "\044Dependent",
115867                   0,
115868               };
115869               
115870               static MetaReference
115871               _CIM_ApplicationSystemDependency_Dependent =
115872               {
115873                   /* flags */
115874                   META_FLAG_REFERENCE|META_FLAG_READ,
115875                   /* name */
115876                   "Dependent",
115877                   /* qualifiers */
115878 mike  1.1.2.1     _CIM_ApplicationSystemDependency_Dependent_qualifiers,
115879                   /* subscript */
115880                   -1,
115881                   /* refId */
115882                   &__root_cimv2_CIM_ApplicationSystem,
115883               };
115884               
115885               static MetaFeature*
115886               _CIM_ApplicationSystemDependency_features[] =
115887               {
115888                   (MetaFeature*)&_CIM_ApplicationSystemDependency_Antecedent,
115889                   (MetaFeature*)&_CIM_ApplicationSystemDependency_Dependent,
115890                   0,
115891               };
115892               
115893               static const char*
115894               __root_cimv2_CIM_ApplicationSystemDependency_qualifiers[] =
115895               {
115896                   /* ASSOCIATION */
115897                   "\000\001",
115898                   /* UMLPackagePath */
115899 mike  1.1.2.1     "\057CIM::Application::AppRuntime",
115900                   /* Version */
115901                   "\0632.8.0",
115902                   0,
115903               };
115904               
115905               MetaClass
115906               __root_cimv2_CIM_ApplicationSystemDependency =
115907               {
115908                   /* flags */
115909                   META_FLAG_ASSOCIATION,
115910                   /* name */
115911                   "CIM_ApplicationSystemDependency",
115912                   /* qualifiers */
115913                   __root_cimv2_CIM_ApplicationSystemDependency_qualifiers,
115914                   /* super */
115915                   &__root_cimv2_CIM_Dependency,
115916                   /* features */
115917                   _CIM_ApplicationSystemDependency_features,
115918               };
115919               
115920 mike  1.1.2.1 //==============================================================================
115921               //
115922               // Class: CIM_ApplicationSystemDirectory
115923               //
115924               //==============================================================================
115925               
115926               static const char*
115927               _CIM_ApplicationSystemDirectory_Antecedent_qualifiers[] =
115928               {
115929                   /* Key */
115930                   "\025\001",
115931                   0,
115932               };
115933               
115934               static MetaReference
115935               _CIM_ApplicationSystemDirectory_Antecedent =
115936               {
115937                   /* flags */
115938                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
115939                   /* name */
115940                   "Antecedent",
115941 mike  1.1.2.1     /* qualifiers */
115942                   _CIM_ApplicationSystemDirectory_Antecedent_qualifiers,
115943                   /* subscript */
115944                   -1,
115945                   /* refId */
115946                   &__root_cimv2_CIM_Directory,
115947               };
115948               
115949               static const char*
115950               _CIM_ApplicationSystemDirectory_Dependent_qualifiers[] =
115951               {
115952                   /* Key */
115953                   "\025\001",
115954                   0,
115955               };
115956               
115957               static MetaReference
115958               _CIM_ApplicationSystemDirectory_Dependent =
115959               {
115960                   /* flags */
115961                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
115962 mike  1.1.2.1     /* name */
115963                   "Dependent",
115964                   /* qualifiers */
115965                   _CIM_ApplicationSystemDirectory_Dependent_qualifiers,
115966                   /* subscript */
115967                   -1,
115968                   /* refId */
115969                   &__root_cimv2_CIM_ApplicationSystem,
115970               };
115971               
115972               static const char*
115973               _CIM_ApplicationSystemDirectory_Name_qualifiers[] =
115974               {
115975                   /* Key */
115976                   "\025\001",
115977                   /* MaxLen */
115978                   "\030\000\000\004\000",
115979                   0,
115980               };
115981               
115982               static MetaProperty
115983 mike  1.1.2.1 _CIM_ApplicationSystemDirectory_Name =
115984               {
115985                   /* flags */
115986                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
115987                   /* name */
115988                   "Name",
115989                   /* qualifiers */
115990                   _CIM_ApplicationSystemDirectory_Name_qualifiers,
115991                   /* type */
115992                   CIMTYPE_STRING,
115993                   /* subscript */
115994                   -1,
115995                   /* value */
115996                   0,
115997               };
115998               
115999               static const char*
116000               _CIM_ApplicationSystemDirectory_ApplicationDirectoryUses_qualifiers[] =
116001               {
116002                   /* Required */
116003                   "\050\001",
116004 mike  1.1.2.1     /* ValueMap */
116005                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
116006                   /* Values */
116007                   "\062\000\007Unknown\000Other\000Root\000Program\000Data\000Log\000Temp\000",
116008                   /* ArrayType */
116009                   "\005Indexed",
116010                   /* ModelCorrespondence */
116011                   "\036\000\001CIM_ApplicationSystemDirectory.OtherUseDescriptions\000",
116012                   0,
116013               };
116014               
116015               static MetaProperty
116016               _CIM_ApplicationSystemDirectory_ApplicationDirectoryUses =
116017               {
116018                   /* flags */
116019                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
116020                   /* name */
116021                   "ApplicationDirectoryUses",
116022                   /* qualifiers */
116023                   _CIM_ApplicationSystemDirectory_ApplicationDirectoryUses_qualifiers,
116024                   /* type */
116025 mike  1.1.2.1     CIMTYPE_UINT16,
116026                   /* subscript */
116027                   0,
116028                   /* value */
116029                   0,
116030               };
116031               
116032               static const char*
116033               _CIM_ApplicationSystemDirectory_OtherUseDescriptions_qualifiers[] =
116034               {
116035                   /* ArrayType */
116036                   "\005Indexed",
116037                   /* ModelCorrespondence */
116038                   "\036\000\001CIM_ApplicationSystemDirectory.ApplicationDirectoryUses\000",
116039                   0,
116040               };
116041               
116042               static MetaProperty
116043               _CIM_ApplicationSystemDirectory_OtherUseDescriptions =
116044               {
116045                   /* flags */
116046 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
116047                   /* name */
116048                   "OtherUseDescriptions",
116049                   /* qualifiers */
116050                   _CIM_ApplicationSystemDirectory_OtherUseDescriptions_qualifiers,
116051                   /* type */
116052                   CIMTYPE_STRING,
116053                   /* subscript */
116054                   0,
116055                   /* value */
116056                   0,
116057               };
116058               
116059               static MetaFeature*
116060               _CIM_ApplicationSystemDirectory_features[] =
116061               {
116062                   (MetaFeature*)&_CIM_ApplicationSystemDirectory_Antecedent,
116063                   (MetaFeature*)&_CIM_ApplicationSystemDirectory_Dependent,
116064                   (MetaFeature*)&_CIM_ApplicationSystemDirectory_Name,
116065                   (MetaFeature*)&_CIM_ApplicationSystemDirectory_ApplicationDirectoryUses,
116066                   (MetaFeature*)&_CIM_ApplicationSystemDirectory_OtherUseDescriptions,
116067 mike  1.1.2.1     0,
116068               };
116069               
116070               static const char*
116071               __root_cimv2_CIM_ApplicationSystemDirectory_qualifiers[] =
116072               {
116073                   /* ASSOCIATION */
116074                   "\000\001",
116075                   /* UMLPackagePath */
116076                   "\057CIM::Application::DeploymentModel",
116077                   /* Version */
116078                   "\0632.8.0",
116079                   0,
116080               };
116081               
116082               MetaClass
116083               __root_cimv2_CIM_ApplicationSystemDirectory =
116084               {
116085                   /* flags */
116086                   META_FLAG_ASSOCIATION,
116087                   /* name */
116088 mike  1.1.2.1     "CIM_ApplicationSystemDirectory",
116089                   /* qualifiers */
116090                   __root_cimv2_CIM_ApplicationSystemDirectory_qualifiers,
116091                   /* super */
116092                   0,
116093                   /* features */
116094                   _CIM_ApplicationSystemDirectory_features,
116095               };
116096               
116097               //==============================================================================
116098               //
116099               // Class: CIM_ApplicationSystemHierarchy
116100               //
116101               //==============================================================================
116102               
116103               static const char*
116104               _CIM_ApplicationSystemHierarchy_GroupComponent_qualifiers[] =
116105               {
116106                   /* Aggregate */
116107                   "\003\001",
116108                   /* Override */
116109 mike  1.1.2.1     "\044GroupComponent",
116110                   /* Max */
116111                   "\027\000\000\000\001",
116112                   0,
116113               };
116114               
116115               static MetaReference
116116               _CIM_ApplicationSystemHierarchy_GroupComponent =
116117               {
116118                   /* flags */
116119                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
116120                   /* name */
116121                   "GroupComponent",
116122                   /* qualifiers */
116123                   _CIM_ApplicationSystemHierarchy_GroupComponent_qualifiers,
116124                   /* subscript */
116125                   -1,
116126                   /* refId */
116127                   &__root_cimv2_CIM_ApplicationSystem,
116128               };
116129               
116130 mike  1.1.2.1 static const char*
116131               _CIM_ApplicationSystemHierarchy_PartComponent_qualifiers[] =
116132               {
116133                   /* Override */
116134                   "\044PartComponent",
116135                   0,
116136               };
116137               
116138               static MetaReference
116139               _CIM_ApplicationSystemHierarchy_PartComponent =
116140               {
116141                   /* flags */
116142                   META_FLAG_REFERENCE|META_FLAG_READ,
116143                   /* name */
116144                   "PartComponent",
116145                   /* qualifiers */
116146                   _CIM_ApplicationSystemHierarchy_PartComponent_qualifiers,
116147                   /* subscript */
116148                   -1,
116149                   /* refId */
116150                   &__root_cimv2_CIM_ApplicationSystem,
116151 mike  1.1.2.1 };
116152               
116153               static MetaFeature*
116154               _CIM_ApplicationSystemHierarchy_features[] =
116155               {
116156                   (MetaFeature*)&_CIM_ApplicationSystemHierarchy_GroupComponent,
116157                   (MetaFeature*)&_CIM_ApplicationSystemHierarchy_PartComponent,
116158                   0,
116159               };
116160               
116161               static const char*
116162               __root_cimv2_CIM_ApplicationSystemHierarchy_qualifiers[] =
116163               {
116164                   /* ASSOCIATION */
116165                   "\000\001",
116166                   /* UMLPackagePath */
116167                   "\057CIM::Application::AppRuntime",
116168                   /* Aggregation */
116169                   "\004\001",
116170                   /* Version */
116171                   "\0632.8.0",
116172 mike  1.1.2.1     0,
116173               };
116174               
116175               MetaClass
116176               __root_cimv2_CIM_ApplicationSystemHierarchy =
116177               {
116178                   /* flags */
116179                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
116180                   /* name */
116181                   "CIM_ApplicationSystemHierarchy",
116182                   /* qualifiers */
116183                   __root_cimv2_CIM_ApplicationSystemHierarchy_qualifiers,
116184                   /* super */
116185                   &__root_cimv2_CIM_Component,
116186                   /* features */
116187                   _CIM_ApplicationSystemHierarchy_features,
116188               };
116189               
116190               //==============================================================================
116191               //
116192               // Class: CIM_ApplicationSystemSoftwareFeature
116193 mike  1.1.2.1 //
116194               //==============================================================================
116195               
116196               static const char*
116197               _CIM_ApplicationSystemSoftwareFeature_GroupComponent_qualifiers[] =
116198               {
116199                   /* Aggregate */
116200                   "\003\001",
116201                   /* Override */
116202                   "\044GroupComponent",
116203                   0,
116204               };
116205               
116206               static MetaReference
116207               _CIM_ApplicationSystemSoftwareFeature_GroupComponent =
116208               {
116209                   /* flags */
116210                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
116211                   /* name */
116212                   "GroupComponent",
116213                   /* qualifiers */
116214 mike  1.1.2.1     _CIM_ApplicationSystemSoftwareFeature_GroupComponent_qualifiers,
116215                   /* subscript */
116216                   -1,
116217                   /* refId */
116218                   &__root_cimv2_CIM_ApplicationSystem,
116219               };
116220               
116221               static const char*
116222               _CIM_ApplicationSystemSoftwareFeature_PartComponent_qualifiers[] =
116223               {
116224                   /* Override */
116225                   "\044PartComponent",
116226                   0,
116227               };
116228               
116229               static MetaReference
116230               _CIM_ApplicationSystemSoftwareFeature_PartComponent =
116231               {
116232                   /* flags */
116233                   META_FLAG_REFERENCE|META_FLAG_READ,
116234                   /* name */
116235 mike  1.1.2.1     "PartComponent",
116236                   /* qualifiers */
116237                   _CIM_ApplicationSystemSoftwareFeature_PartComponent_qualifiers,
116238                   /* subscript */
116239                   -1,
116240                   /* refId */
116241                   &__root_cimv2_CIM_SoftwareFeature,
116242               };
116243               
116244               static MetaFeature*
116245               _CIM_ApplicationSystemSoftwareFeature_features[] =
116246               {
116247                   (MetaFeature*)&_CIM_ApplicationSystemSoftwareFeature_GroupComponent,
116248                   (MetaFeature*)&_CIM_ApplicationSystemSoftwareFeature_PartComponent,
116249                   0,
116250               };
116251               
116252               static const char*
116253               __root_cimv2_CIM_ApplicationSystemSoftwareFeature_qualifiers[] =
116254               {
116255                   /* ASSOCIATION */
116256 mike  1.1.2.1     "\000\001",
116257                   /* UMLPackagePath */
116258                   "\057CIM::Application::DeploymentModel",
116259                   /* Aggregation */
116260                   "\004\001",
116261                   /* Version */
116262                   "\0632.6.0",
116263                   0,
116264               };
116265               
116266               MetaClass
116267               __root_cimv2_CIM_ApplicationSystemSoftwareFeature =
116268               {
116269                   /* flags */
116270                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
116271                   /* name */
116272                   "CIM_ApplicationSystemSoftwareFeature",
116273                   /* qualifiers */
116274                   __root_cimv2_CIM_ApplicationSystemSoftwareFeature_qualifiers,
116275                   /* super */
116276                   &__root_cimv2_CIM_SystemComponent,
116277 mike  1.1.2.1     /* features */
116278                   _CIM_ApplicationSystemSoftwareFeature_features,
116279               };
116280               
116281               //==============================================================================
116282               //
116283               // Class: CIM_AssociatedAlarm
116284               //
116285               //==============================================================================
116286               
116287               static const char*
116288               _CIM_AssociatedAlarm_Antecedent_qualifiers[] =
116289               {
116290                   /* Override */
116291                   "\044Antecedent",
116292                   0,
116293               };
116294               
116295               static MetaReference
116296               _CIM_AssociatedAlarm_Antecedent =
116297               {
116298 mike  1.1.2.1     /* flags */
116299                   META_FLAG_REFERENCE|META_FLAG_READ,
116300                   /* name */
116301                   "Antecedent",
116302                   /* qualifiers */
116303                   _CIM_AssociatedAlarm_Antecedent_qualifiers,
116304                   /* subscript */
116305                   -1,
116306                   /* refId */
116307                   &__root_cimv2_CIM_AlarmDevice,
116308               };
116309               
116310               static const char*
116311               _CIM_AssociatedAlarm_Dependent_qualifiers[] =
116312               {
116313                   /* Override */
116314                   "\044Dependent",
116315                   0,
116316               };
116317               
116318               static MetaReference
116319 mike  1.1.2.1 _CIM_AssociatedAlarm_Dependent =
116320               {
116321                   /* flags */
116322                   META_FLAG_REFERENCE|META_FLAG_READ,
116323                   /* name */
116324                   "Dependent",
116325                   /* qualifiers */
116326                   _CIM_AssociatedAlarm_Dependent_qualifiers,
116327                   /* subscript */
116328                   -1,
116329                   /* refId */
116330                   &__root_cimv2_CIM_LogicalDevice,
116331               };
116332               
116333               static MetaFeature*
116334               _CIM_AssociatedAlarm_features[] =
116335               {
116336                   (MetaFeature*)&_CIM_AssociatedAlarm_Antecedent,
116337                   (MetaFeature*)&_CIM_AssociatedAlarm_Dependent,
116338                   0,
116339               };
116340 mike  1.1.2.1 
116341               static const char*
116342               __root_cimv2_CIM_AssociatedAlarm_qualifiers[] =
116343               {
116344                   /* ASSOCIATION */
116345                   "\000\001",
116346                   /* UMLPackagePath */
116347                   "\057CIM::Device::Sensors",
116348                   /* Version */
116349                   "\0632.6.0",
116350                   0,
116351               };
116352               
116353               MetaClass
116354               __root_cimv2_CIM_AssociatedAlarm =
116355               {
116356                   /* flags */
116357                   META_FLAG_ASSOCIATION,
116358                   /* name */
116359                   "CIM_AssociatedAlarm",
116360                   /* qualifiers */
116361 mike  1.1.2.1     __root_cimv2_CIM_AssociatedAlarm_qualifiers,
116362                   /* super */
116363                   &__root_cimv2_CIM_Dependency,
116364                   /* features */
116365                   _CIM_AssociatedAlarm_features,
116366               };
116367               
116368               //==============================================================================
116369               //
116370               // Class: CIM_AssociatedAppSystemOverviewStatistics
116371               //
116372               //==============================================================================
116373               
116374               static const char*
116375               _CIM_AssociatedAppSystemOverviewStatistics_ManagedElement_qualifiers[] =
116376               {
116377                   /* Override */
116378                   "\044ManagedElement",
116379                   /* Min */
116380                   "\033\000\000\000\001",
116381                   /* Max */
116382 mike  1.1.2.1     "\027\000\000\000\001",
116383                   0,
116384               };
116385               
116386               static MetaReference
116387               _CIM_AssociatedAppSystemOverviewStatistics_ManagedElement =
116388               {
116389                   /* flags */
116390                   META_FLAG_REFERENCE|META_FLAG_READ,
116391                   /* name */
116392                   "ManagedElement",
116393                   /* qualifiers */
116394                   _CIM_AssociatedAppSystemOverviewStatistics_ManagedElement_qualifiers,
116395                   /* subscript */
116396                   -1,
116397                   /* refId */
116398                   &__root_cimv2_CIM_ApplicationSystem,
116399               };
116400               
116401               static const char*
116402               _CIM_AssociatedAppSystemOverviewStatistics_Stats_qualifiers[] =
116403 mike  1.1.2.1 {
116404                   /* Override */
116405                   "\044Stats",
116406                   /* Max */
116407                   "\027\000\000\000\001",
116408                   0,
116409               };
116410               
116411               static MetaReference
116412               _CIM_AssociatedAppSystemOverviewStatistics_Stats =
116413               {
116414                   /* flags */
116415                   META_FLAG_REFERENCE|META_FLAG_READ,
116416                   /* name */
116417                   "Stats",
116418                   /* qualifiers */
116419                   _CIM_AssociatedAppSystemOverviewStatistics_Stats_qualifiers,
116420                   /* subscript */
116421                   -1,
116422                   /* refId */
116423                   &__root_cimv2_CIM_StatisticalRuntimeOverview,
116424 mike  1.1.2.1 };
116425               
116426               static MetaFeature*
116427               _CIM_AssociatedAppSystemOverviewStatistics_features[] =
116428               {
116429                   (MetaFeature*)&_CIM_AssociatedAppSystemOverviewStatistics_ManagedElement,
116430                   (MetaFeature*)&_CIM_AssociatedAppSystemOverviewStatistics_Stats,
116431                   0,
116432               };
116433               
116434               static const char*
116435               __root_cimv2_CIM_AssociatedAppSystemOverviewStatistics_qualifiers[] =
116436               {
116437                   /* ASSOCIATION */
116438                   "\000\001",
116439                   /* UMLPackagePath */
116440                   "\057CIM::Application::AppRuntime",
116441                   /* Version */
116442                   "\0632.8.0",
116443                   0,
116444               };
116445 mike  1.1.2.1 
116446               MetaClass
116447               __root_cimv2_CIM_AssociatedAppSystemOverviewStatistics =
116448               {
116449                   /* flags */
116450                   META_FLAG_ASSOCIATION,
116451                   /* name */
116452                   "CIM_AssociatedAppSystemOverviewStatistics",
116453                   /* qualifiers */
116454                   __root_cimv2_CIM_AssociatedAppSystemOverviewStatistics_qualifiers,
116455                   /* super */
116456                   &__root_cimv2_CIM_ElementStatisticalData,
116457                   /* features */
116458                   _CIM_AssociatedAppSystemOverviewStatistics_features,
116459               };
116460               
116461               //==============================================================================
116462               //
116463               // Class: CIM_AssociatedProtocolController
116464               //
116465               //==============================================================================
116466 mike  1.1.2.1 
116467               static const char*
116468               _CIM_AssociatedProtocolController_Antecedent_qualifiers[] =
116469               {
116470                   /* Override */
116471                   "\044Antecedent",
116472                   0,
116473               };
116474               
116475               static MetaReference
116476               _CIM_AssociatedProtocolController_Antecedent =
116477               {
116478                   /* flags */
116479                   META_FLAG_REFERENCE|META_FLAG_READ,
116480                   /* name */
116481                   "Antecedent",
116482                   /* qualifiers */
116483                   _CIM_AssociatedProtocolController_Antecedent_qualifiers,
116484                   /* subscript */
116485                   -1,
116486                   /* refId */
116487 mike  1.1.2.1     &__root_cimv2_CIM_ProtocolController,
116488               };
116489               
116490               static const char*
116491               _CIM_AssociatedProtocolController_Dependent_qualifiers[] =
116492               {
116493                   /* Override */
116494                   "\044Dependent",
116495                   0,
116496               };
116497               
116498               static MetaReference
116499               _CIM_AssociatedProtocolController_Dependent =
116500               {
116501                   /* flags */
116502                   META_FLAG_REFERENCE|META_FLAG_READ,
116503                   /* name */
116504                   "Dependent",
116505                   /* qualifiers */
116506                   _CIM_AssociatedProtocolController_Dependent_qualifiers,
116507                   /* subscript */
116508 mike  1.1.2.1     -1,
116509                   /* refId */
116510                   &__root_cimv2_CIM_ProtocolController,
116511               };
116512               
116513               static MetaFeature*
116514               _CIM_AssociatedProtocolController_features[] =
116515               {
116516                   (MetaFeature*)&_CIM_AssociatedProtocolController_Antecedent,
116517                   (MetaFeature*)&_CIM_AssociatedProtocolController_Dependent,
116518                   0,
116519               };
116520               
116521               static const char*
116522               __root_cimv2_CIM_AssociatedProtocolController_qualifiers[] =
116523               {
116524                   /* ASSOCIATION */
116525                   "\000\001",
116526                   /* UMLPackagePath */
116527                   "\057CIM::Device::ProtocolController",
116528                   /* Version */
116529 mike  1.1.2.1     "\0632.8.0",
116530                   0,
116531               };
116532               
116533               MetaClass
116534               __root_cimv2_CIM_AssociatedProtocolController =
116535               {
116536                   /* flags */
116537                   META_FLAG_ASSOCIATION,
116538                   /* name */
116539                   "CIM_AssociatedProtocolController",
116540                   /* qualifiers */
116541                   __root_cimv2_CIM_AssociatedProtocolController_qualifiers,
116542                   /* super */
116543                   &__root_cimv2_CIM_ProtocolControllerForDevice,
116544                   /* features */
116545                   _CIM_AssociatedProtocolController_features,
116546               };
116547               
116548               //==============================================================================
116549               //
116550 mike  1.1.2.1 // Class: CIM_AssociatedSensor
116551               //
116552               //==============================================================================
116553               
116554               static const char*
116555               _CIM_AssociatedSensor_Antecedent_qualifiers[] =
116556               {
116557                   /* Override */
116558                   "\044Antecedent",
116559                   0,
116560               };
116561               
116562               static MetaReference
116563               _CIM_AssociatedSensor_Antecedent =
116564               {
116565                   /* flags */
116566                   META_FLAG_REFERENCE|META_FLAG_READ,
116567                   /* name */
116568                   "Antecedent",
116569                   /* qualifiers */
116570                   _CIM_AssociatedSensor_Antecedent_qualifiers,
116571 mike  1.1.2.1     /* subscript */
116572                   -1,
116573                   /* refId */
116574                   &__root_cimv2_CIM_Sensor,
116575               };
116576               
116577               static const char*
116578               _CIM_AssociatedSensor_Dependent_qualifiers[] =
116579               {
116580                   /* Override */
116581                   "\044Dependent",
116582                   0,
116583               };
116584               
116585               static MetaReference
116586               _CIM_AssociatedSensor_Dependent =
116587               {
116588                   /* flags */
116589                   META_FLAG_REFERENCE|META_FLAG_READ,
116590                   /* name */
116591                   "Dependent",
116592 mike  1.1.2.1     /* qualifiers */
116593                   _CIM_AssociatedSensor_Dependent_qualifiers,
116594                   /* subscript */
116595                   -1,
116596                   /* refId */
116597                   &__root_cimv2_CIM_LogicalDevice,
116598               };
116599               
116600               static MetaFeature*
116601               _CIM_AssociatedSensor_features[] =
116602               {
116603                   (MetaFeature*)&_CIM_AssociatedSensor_Antecedent,
116604                   (MetaFeature*)&_CIM_AssociatedSensor_Dependent,
116605                   0,
116606               };
116607               
116608               static const char*
116609               __root_cimv2_CIM_AssociatedSensor_qualifiers[] =
116610               {
116611                   /* ASSOCIATION */
116612                   "\000\001",
116613 mike  1.1.2.1     /* UMLPackagePath */
116614                   "\057CIM::Device::Sensors",
116615                   /* Version */
116616                   "\0632.6.0",
116617                   0,
116618               };
116619               
116620               MetaClass
116621               __root_cimv2_CIM_AssociatedSensor =
116622               {
116623                   /* flags */
116624                   META_FLAG_ASSOCIATION,
116625                   /* name */
116626                   "CIM_AssociatedSensor",
116627                   /* qualifiers */
116628                   __root_cimv2_CIM_AssociatedSensor_qualifiers,
116629                   /* super */
116630                   &__root_cimv2_CIM_Dependency,
116631                   /* features */
116632                   _CIM_AssociatedSensor_features,
116633               };
116634 mike  1.1.2.1 
116635               //==============================================================================
116636               //
116637               // Class: CIM_AutonomousSystem
116638               //
116639               //==============================================================================
116640               
116641               static const char*
116642               _CIM_AutonomousSystem_ASNumber_qualifiers[] =
116643               {
116644                   0,
116645               };
116646               
116647               static MetaProperty
116648               _CIM_AutonomousSystem_ASNumber =
116649               {
116650                   /* flags */
116651                   META_FLAG_PROPERTY|META_FLAG_READ,
116652                   /* name */
116653                   "ASNumber",
116654                   /* qualifiers */
116655 mike  1.1.2.1     _CIM_AutonomousSystem_ASNumber_qualifiers,
116656                   /* type */
116657                   CIMTYPE_UINT16,
116658                   /* subscript */
116659                   -1,
116660                   /* value */
116661                   0,
116662               };
116663               
116664               static const char*
116665               _CIM_AutonomousSystem_IsSingleHomed_qualifiers[] =
116666               {
116667                   0,
116668               };
116669               
116670               static MetaProperty
116671               _CIM_AutonomousSystem_IsSingleHomed =
116672               {
116673                   /* flags */
116674                   META_FLAG_PROPERTY|META_FLAG_READ,
116675                   /* name */
116676 mike  1.1.2.1     "IsSingleHomed",
116677                   /* qualifiers */
116678                   _CIM_AutonomousSystem_IsSingleHomed_qualifiers,
116679                   /* type */
116680                   CIMTYPE_BOOLEAN,
116681                   /* subscript */
116682                   -1,
116683                   /* value */
116684                   0,
116685               };
116686               
116687               static const char*
116688               _CIM_AutonomousSystem_IsTransit_qualifiers[] =
116689               {
116690                   0,
116691               };
116692               
116693               static MetaProperty
116694               _CIM_AutonomousSystem_IsTransit =
116695               {
116696                   /* flags */
116697 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
116698                   /* name */
116699                   "IsTransit",
116700                   /* qualifiers */
116701                   _CIM_AutonomousSystem_IsTransit_qualifiers,
116702                   /* type */
116703                   CIMTYPE_BOOLEAN,
116704                   /* subscript */
116705                   -1,
116706                   /* value */
116707                   0,
116708               };
116709               
116710               static const char*
116711               _CIM_AutonomousSystem_RequireIGPSync_qualifiers[] =
116712               {
116713                   0,
116714               };
116715               
116716               static MetaProperty
116717               _CIM_AutonomousSystem_RequireIGPSync =
116718 mike  1.1.2.1 {
116719                   /* flags */
116720                   META_FLAG_PROPERTY|META_FLAG_READ,
116721                   /* name */
116722                   "RequireIGPSync",
116723                   /* qualifiers */
116724                   _CIM_AutonomousSystem_RequireIGPSync_qualifiers,
116725                   /* type */
116726                   CIMTYPE_BOOLEAN,
116727                   /* subscript */
116728                   -1,
116729                   /* value */
116730                   0,
116731               };
116732               
116733               static const char*
116734               _CIM_AutonomousSystem_RoutingUpdateSource_qualifiers[] =
116735               {
116736                   /* ValueMap */
116737                   "\061\000\0040\0001\0002\0003\000",
116738                   /* Values */
116739 mike  1.1.2.1     "\062\000\004Unknown\000Static\000Dynamic\000Semi-Dynamic\000",
116740                   0,
116741               };
116742               
116743               static MetaProperty
116744               _CIM_AutonomousSystem_RoutingUpdateSource =
116745               {
116746                   /* flags */
116747                   META_FLAG_PROPERTY|META_FLAG_READ,
116748                   /* name */
116749                   "RoutingUpdateSource",
116750                   /* qualifiers */
116751                   _CIM_AutonomousSystem_RoutingUpdateSource_qualifiers,
116752                   /* type */
116753                   CIMTYPE_UINT16,
116754                   /* subscript */
116755                   -1,
116756                   /* value */
116757                   0,
116758               };
116759               
116760 mike  1.1.2.1 static const char*
116761               _CIM_AutonomousSystem_AggregationType_qualifiers[] =
116762               {
116763                   /* ValueMap */
116764                   "\061\000\0050\0001\0002\0003\0004\000",
116765                   /* Values */
116766                   "\062\000\005Unknown\000None\000Aggregate Only\000Aggregate And All Specific Routes\000Aggregate Based on Subset of Specific Routes\000",
116767                   0,
116768               };
116769               
116770               static MetaProperty
116771               _CIM_AutonomousSystem_AggregationType =
116772               {
116773                   /* flags */
116774                   META_FLAG_PROPERTY|META_FLAG_READ,
116775                   /* name */
116776                   "AggregationType",
116777                   /* qualifiers */
116778                   _CIM_AutonomousSystem_AggregationType_qualifiers,
116779                   /* type */
116780                   CIMTYPE_UINT16,
116781 mike  1.1.2.1     /* subscript */
116782                   -1,
116783                   /* value */
116784                   0,
116785               };
116786               
116787               static MetaFeature*
116788               _CIM_AutonomousSystem_features[] =
116789               {
116790                   (MetaFeature*)&_CIM_AutonomousSystem_ASNumber,
116791                   (MetaFeature*)&_CIM_AutonomousSystem_IsSingleHomed,
116792                   (MetaFeature*)&_CIM_AutonomousSystem_IsTransit,
116793                   (MetaFeature*)&_CIM_AutonomousSystem_RequireIGPSync,
116794                   (MetaFeature*)&_CIM_AutonomousSystem_RoutingUpdateSource,
116795                   (MetaFeature*)&_CIM_AutonomousSystem_AggregationType,
116796                   0,
116797               };
116798               
116799               static const char*
116800               __root_cimv2_CIM_AutonomousSystem_qualifiers[] =
116801               {
116802 mike  1.1.2.1     /* UMLPackagePath */
116803                   "\057CIM::Network::Systems",
116804                   /* Version */
116805                   "\0632.6.0",
116806                   0,
116807               };
116808               
116809               MetaClass
116810               __root_cimv2_CIM_AutonomousSystem =
116811               {
116812                   /* flags */
116813                   META_FLAG_CLASS,
116814                   /* name */
116815                   "CIM_AutonomousSystem",
116816                   /* qualifiers */
116817                   __root_cimv2_CIM_AutonomousSystem_qualifiers,
116818                   /* super */
116819                   &__root_cimv2_CIM_AdminDomain,
116820                   /* features */
116821                   _CIM_AutonomousSystem_features,
116822               };
116823 mike  1.1.2.1 
116824               //==============================================================================
116825               //
116826               // Class: CIM_BasedOn
116827               //
116828               //==============================================================================
116829               
116830               static const char*
116831               _CIM_BasedOn_Antecedent_qualifiers[] =
116832               {
116833                   /* Override */
116834                   "\044Antecedent",
116835                   0,
116836               };
116837               
116838               static MetaReference
116839               _CIM_BasedOn_Antecedent =
116840               {
116841                   /* flags */
116842                   META_FLAG_REFERENCE|META_FLAG_READ,
116843                   /* name */
116844 mike  1.1.2.1     "Antecedent",
116845                   /* qualifiers */
116846                   _CIM_BasedOn_Antecedent_qualifiers,
116847                   /* subscript */
116848                   -1,
116849                   /* refId */
116850                   &__root_cimv2_CIM_StorageExtent,
116851               };
116852               
116853               static const char*
116854               _CIM_BasedOn_Dependent_qualifiers[] =
116855               {
116856                   /* Override */
116857                   "\044Dependent",
116858                   0,
116859               };
116860               
116861               static MetaReference
116862               _CIM_BasedOn_Dependent =
116863               {
116864                   /* flags */
116865 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
116866                   /* name */
116867                   "Dependent",
116868                   /* qualifiers */
116869                   _CIM_BasedOn_Dependent_qualifiers,
116870                   /* subscript */
116871                   -1,
116872                   /* refId */
116873                   &__root_cimv2_CIM_StorageExtent,
116874               };
116875               
116876               static const char*
116877               _CIM_BasedOn_StartingAddress_qualifiers[] =
116878               {
116879                   0,
116880               };
116881               
116882               static MetaProperty
116883               _CIM_BasedOn_StartingAddress =
116884               {
116885                   /* flags */
116886 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
116887                   /* name */
116888                   "StartingAddress",
116889                   /* qualifiers */
116890                   _CIM_BasedOn_StartingAddress_qualifiers,
116891                   /* type */
116892                   CIMTYPE_UINT64,
116893                   /* subscript */
116894                   -1,
116895                   /* value */
116896                   0,
116897               };
116898               
116899               static const char*
116900               _CIM_BasedOn_EndingAddress_qualifiers[] =
116901               {
116902                   0,
116903               };
116904               
116905               static MetaProperty
116906               _CIM_BasedOn_EndingAddress =
116907 mike  1.1.2.1 {
116908                   /* flags */
116909                   META_FLAG_PROPERTY|META_FLAG_READ,
116910                   /* name */
116911                   "EndingAddress",
116912                   /* qualifiers */
116913                   _CIM_BasedOn_EndingAddress_qualifiers,
116914                   /* type */
116915                   CIMTYPE_UINT64,
116916                   /* subscript */
116917                   -1,
116918                   /* value */
116919                   0,
116920               };
116921               
116922               static const char*
116923               _CIM_BasedOn_OrderIndex_qualifiers[] =
116924               {
116925                   0,
116926               };
116927               
116928 mike  1.1.2.1 static MetaProperty
116929               _CIM_BasedOn_OrderIndex =
116930               {
116931                   /* flags */
116932                   META_FLAG_PROPERTY|META_FLAG_READ,
116933                   /* name */
116934                   "OrderIndex",
116935                   /* qualifiers */
116936                   _CIM_BasedOn_OrderIndex_qualifiers,
116937                   /* type */
116938                   CIMTYPE_UINT16,
116939                   /* subscript */
116940                   -1,
116941                   /* value */
116942                   0,
116943               };
116944               
116945               static MetaFeature*
116946               _CIM_BasedOn_features[] =
116947               {
116948                   (MetaFeature*)&_CIM_BasedOn_Antecedent,
116949 mike  1.1.2.1     (MetaFeature*)&_CIM_BasedOn_Dependent,
116950                   (MetaFeature*)&_CIM_BasedOn_StartingAddress,
116951                   (MetaFeature*)&_CIM_BasedOn_EndingAddress,
116952                   (MetaFeature*)&_CIM_BasedOn_OrderIndex,
116953                   0,
116954               };
116955               
116956               static const char*
116957               __root_cimv2_CIM_BasedOn_qualifiers[] =
116958               {
116959                   /* ASSOCIATION */
116960                   "\000\001",
116961                   /* UMLPackagePath */
116962                   "\057CIM::Core::StorageExtent",
116963                   /* Version */
116964                   "\0632.6.0",
116965                   0,
116966               };
116967               
116968               MetaClass
116969               __root_cimv2_CIM_BasedOn =
116970 mike  1.1.2.1 {
116971                   /* flags */
116972                   META_FLAG_ASSOCIATION,
116973                   /* name */
116974                   "CIM_BasedOn",
116975                   /* qualifiers */
116976                   __root_cimv2_CIM_BasedOn_qualifiers,
116977                   /* super */
116978                   &__root_cimv2_CIM_Dependency,
116979                   /* features */
116980                   _CIM_BasedOn_features,
116981               };
116982               
116983               //==============================================================================
116984               //
116985               // Class: CIM_Battery
116986               //
116987               //==============================================================================
116988               
116989               static const char*
116990               _CIM_Battery_BatteryStatus_qualifiers[] =
116991 mike  1.1.2.1 {
116992                   /* ValueMap */
116993                   "\061\000\0131\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
116994                   /* Values */
116995                   "\062\000\013Other\000Unknown\000Fully Charged\000Low\000Critical\000Charging\000Charging and High\000Charging and Low\000Charging and Critical\000Undefined\000Partially Charged\000",
116996                   /* MappingStrings */
116997                   "\026\000\001MIF.DMTF|Portable Battery|003.14\000",
116998                   0,
116999               };
117000               
117001               static MetaProperty
117002               _CIM_Battery_BatteryStatus =
117003               {
117004                   /* flags */
117005                   META_FLAG_PROPERTY|META_FLAG_READ,
117006                   /* name */
117007                   "BatteryStatus",
117008                   /* qualifiers */
117009                   _CIM_Battery_BatteryStatus_qualifiers,
117010                   /* type */
117011                   CIMTYPE_UINT16,
117012 mike  1.1.2.1     /* subscript */
117013                   -1,
117014                   /* value */
117015                   0,
117016               };
117017               
117018               static const char*
117019               _CIM_Battery_TimeOnBattery_qualifiers[] =
117020               {
117021                   /* Units */
117022                   "\060Seconds",
117023                   0,
117024               };
117025               
117026               static MetaProperty
117027               _CIM_Battery_TimeOnBattery =
117028               {
117029                   /* flags */
117030                   META_FLAG_PROPERTY|META_FLAG_READ,
117031                   /* name */
117032                   "TimeOnBattery",
117033 mike  1.1.2.1     /* qualifiers */
117034                   _CIM_Battery_TimeOnBattery_qualifiers,
117035                   /* type */
117036                   CIMTYPE_UINT32,
117037                   /* subscript */
117038                   -1,
117039                   /* value */
117040                   0,
117041               };
117042               
117043               static const char*
117044               _CIM_Battery_EstimatedRunTime_qualifiers[] =
117045               {
117046                   /* Units */
117047                   "\060Minutes",
117048                   /* MappingStrings */
117049                   "\026\000\001MIF.DMTF|Portable Battery|003.15\000",
117050                   0,
117051               };
117052               
117053               static MetaProperty
117054 mike  1.1.2.1 _CIM_Battery_EstimatedRunTime =
117055               {
117056                   /* flags */
117057                   META_FLAG_PROPERTY|META_FLAG_READ,
117058                   /* name */
117059                   "EstimatedRunTime",
117060                   /* qualifiers */
117061                   _CIM_Battery_EstimatedRunTime_qualifiers,
117062                   /* type */
117063                   CIMTYPE_UINT32,
117064                   /* subscript */
117065                   -1,
117066                   /* value */
117067                   0,
117068               };
117069               
117070               static const char*
117071               _CIM_Battery_EstimatedChargeRemaining_qualifiers[] =
117072               {
117073                   /* Units */
117074                   "\060Percent",
117075 mike  1.1.2.1     /* Gauge */
117076                   "\023\001",
117077                   0,
117078               };
117079               
117080               static MetaProperty
117081               _CIM_Battery_EstimatedChargeRemaining =
117082               {
117083                   /* flags */
117084                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
117085                   /* name */
117086                   "EstimatedChargeRemaining",
117087                   /* qualifiers */
117088                   _CIM_Battery_EstimatedChargeRemaining_qualifiers,
117089                   /* type */
117090                   CIMTYPE_UINT16,
117091                   /* subscript */
117092                   -1,
117093                   /* value */
117094                   0,
117095               };
117096 mike  1.1.2.1 
117097               static const char*
117098               _CIM_Battery_Chemistry_qualifiers[] =
117099               {
117100                   /* ValueMap */
117101                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
117102                   /* Values */
117103                   "\062\000\010Other\000Unknown\000Lead Acid\000Nickel Cadmium\000Nickel Metal Hydride\000Lithium-ion\000Zinc air\000Lithium Polymer\000",
117104                   /* MappingStrings */
117105                   "\026\000\001MIF.DMTF|Portable Battery|003.7\000",
117106                   0,
117107               };
117108               
117109               static MetaProperty
117110               _CIM_Battery_Chemistry =
117111               {
117112                   /* flags */
117113                   META_FLAG_PROPERTY|META_FLAG_READ,
117114                   /* name */
117115                   "Chemistry",
117116                   /* qualifiers */
117117 mike  1.1.2.1     _CIM_Battery_Chemistry_qualifiers,
117118                   /* type */
117119                   CIMTYPE_UINT16,
117120                   /* subscript */
117121                   -1,
117122                   /* value */
117123                   0,
117124               };
117125               
117126               static const char*
117127               _CIM_Battery_DesignCapacity_qualifiers[] =
117128               {
117129                   /* Units */
117130                   "\060MilliWattHours",
117131                   /* MappingStrings */
117132                   "\026\000\001MIF.DMTF|Portable Battery|003.8\000",
117133                   0,
117134               };
117135               
117136               static MetaProperty
117137               _CIM_Battery_DesignCapacity =
117138 mike  1.1.2.1 {
117139                   /* flags */
117140                   META_FLAG_PROPERTY|META_FLAG_READ,
117141                   /* name */
117142                   "DesignCapacity",
117143                   /* qualifiers */
117144                   _CIM_Battery_DesignCapacity_qualifiers,
117145                   /* type */
117146                   CIMTYPE_UINT32,
117147                   /* subscript */
117148                   -1,
117149                   /* value */
117150                   0,
117151               };
117152               
117153               static const char*
117154               _CIM_Battery_FullChargeCapacity_qualifiers[] =
117155               {
117156                   /* Units */
117157                   "\060MilliWattHours",
117158                   /* MappingStrings */
117159 mike  1.1.2.1     "\026\000\001MIF.DMTF|Portable Battery|003.11\000",
117160                   0,
117161               };
117162               
117163               static MetaProperty
117164               _CIM_Battery_FullChargeCapacity =
117165               {
117166                   /* flags */
117167                   META_FLAG_PROPERTY|META_FLAG_READ,
117168                   /* name */
117169                   "FullChargeCapacity",
117170                   /* qualifiers */
117171                   _CIM_Battery_FullChargeCapacity_qualifiers,
117172                   /* type */
117173                   CIMTYPE_UINT32,
117174                   /* subscript */
117175                   -1,
117176                   /* value */
117177                   0,
117178               };
117179               
117180 mike  1.1.2.1 static const char*
117181               _CIM_Battery_DesignVoltage_qualifiers[] =
117182               {
117183                   /* Units */
117184                   "\060MilliVolts",
117185                   /* MappingStrings */
117186                   "\026\000\001MIF.DMTF|Portable Battery|003.9\000",
117187                   0,
117188               };
117189               
117190               static MetaProperty
117191               _CIM_Battery_DesignVoltage =
117192               {
117193                   /* flags */
117194                   META_FLAG_PROPERTY|META_FLAG_READ,
117195                   /* name */
117196                   "DesignVoltage",
117197                   /* qualifiers */
117198                   _CIM_Battery_DesignVoltage_qualifiers,
117199                   /* type */
117200                   CIMTYPE_UINT64,
117201 mike  1.1.2.1     /* subscript */
117202                   -1,
117203                   /* value */
117204                   0,
117205               };
117206               
117207               static const char*
117208               _CIM_Battery_SmartBatteryVersion_qualifiers[] =
117209               {
117210                   /* MaxLen */
117211                   "\030\000\000\000\100",
117212                   /* MappingStrings */
117213                   "\026\000\001MIF.DMTF|Portable Battery|003.10\000",
117214                   0,
117215               };
117216               
117217               static MetaProperty
117218               _CIM_Battery_SmartBatteryVersion =
117219               {
117220                   /* flags */
117221                   META_FLAG_PROPERTY|META_FLAG_READ,
117222 mike  1.1.2.1     /* name */
117223                   "SmartBatteryVersion",
117224                   /* qualifiers */
117225                   _CIM_Battery_SmartBatteryVersion_qualifiers,
117226                   /* type */
117227                   CIMTYPE_STRING,
117228                   /* subscript */
117229                   -1,
117230                   /* value */
117231                   0,
117232               };
117233               
117234               static const char*
117235               _CIM_Battery_TimeToFullCharge_qualifiers[] =
117236               {
117237                   /* Units */
117238                   "\060Minutes",
117239                   /* MappingStrings */
117240                   "\026\000\001MIF.DMTF|Portable Battery|003.16\000",
117241                   0,
117242               };
117243 mike  1.1.2.1 
117244               static MetaProperty
117245               _CIM_Battery_TimeToFullCharge =
117246               {
117247                   /* flags */
117248                   META_FLAG_PROPERTY|META_FLAG_READ,
117249                   /* name */
117250                   "TimeToFullCharge",
117251                   /* qualifiers */
117252                   _CIM_Battery_TimeToFullCharge_qualifiers,
117253                   /* type */
117254                   CIMTYPE_UINT32,
117255                   /* subscript */
117256                   -1,
117257                   /* value */
117258                   0,
117259               };
117260               
117261               static const char*
117262               _CIM_Battery_ExpectedLife_qualifiers[] =
117263               {
117264 mike  1.1.2.1     /* Units */
117265                   "\060Minutes",
117266                   0,
117267               };
117268               
117269               static MetaProperty
117270               _CIM_Battery_ExpectedLife =
117271               {
117272                   /* flags */
117273                   META_FLAG_PROPERTY|META_FLAG_READ,
117274                   /* name */
117275                   "ExpectedLife",
117276                   /* qualifiers */
117277                   _CIM_Battery_ExpectedLife_qualifiers,
117278                   /* type */
117279                   CIMTYPE_UINT32,
117280                   /* subscript */
117281                   -1,
117282                   /* value */
117283                   0,
117284               };
117285 mike  1.1.2.1 
117286               static const char*
117287               _CIM_Battery_MaxRechargeTime_qualifiers[] =
117288               {
117289                   /* Units */
117290                   "\060Minutes",
117291                   0,
117292               };
117293               
117294               static MetaProperty
117295               _CIM_Battery_MaxRechargeTime =
117296               {
117297                   /* flags */
117298                   META_FLAG_PROPERTY|META_FLAG_READ,
117299                   /* name */
117300                   "MaxRechargeTime",
117301                   /* qualifiers */
117302                   _CIM_Battery_MaxRechargeTime_qualifiers,
117303                   /* type */
117304                   CIMTYPE_UINT32,
117305                   /* subscript */
117306 mike  1.1.2.1     -1,
117307                   /* value */
117308                   0,
117309               };
117310               
117311               static MetaFeature*
117312               _CIM_Battery_features[] =
117313               {
117314                   (MetaFeature*)&_CIM_Battery_BatteryStatus,
117315                   (MetaFeature*)&_CIM_Battery_TimeOnBattery,
117316                   (MetaFeature*)&_CIM_Battery_EstimatedRunTime,
117317                   (MetaFeature*)&_CIM_Battery_EstimatedChargeRemaining,
117318                   (MetaFeature*)&_CIM_Battery_Chemistry,
117319                   (MetaFeature*)&_CIM_Battery_DesignCapacity,
117320                   (MetaFeature*)&_CIM_Battery_FullChargeCapacity,
117321                   (MetaFeature*)&_CIM_Battery_DesignVoltage,
117322                   (MetaFeature*)&_CIM_Battery_SmartBatteryVersion,
117323                   (MetaFeature*)&_CIM_Battery_TimeToFullCharge,
117324                   (MetaFeature*)&_CIM_Battery_ExpectedLife,
117325                   (MetaFeature*)&_CIM_Battery_MaxRechargeTime,
117326                   0,
117327 mike  1.1.2.1 };
117328               
117329               static const char*
117330               __root_cimv2_CIM_Battery_qualifiers[] =
117331               {
117332                   /* UMLPackagePath */
117333                   "\057CIM::Device::CoolingAndPower",
117334                   /* Version */
117335                   "\0632.10.0",
117336                   0,
117337               };
117338               
117339               MetaClass
117340               __root_cimv2_CIM_Battery =
117341               {
117342                   /* flags */
117343                   META_FLAG_CLASS,
117344                   /* name */
117345                   "CIM_Battery",
117346                   /* qualifiers */
117347                   __root_cimv2_CIM_Battery_qualifiers,
117348 mike  1.1.2.1     /* super */
117349                   &__root_cimv2_CIM_LogicalDevice,
117350                   /* features */
117351                   _CIM_Battery_features,
117352               };
117353               
117354               //==============================================================================
117355               //
117356               // Class: CIM_BGPAttributesForRoute
117357               //
117358               //==============================================================================
117359               
117360               static const char*
117361               _CIM_BGPAttributesForRoute_Antecedent_qualifiers[] =
117362               {
117363                   /* Override */
117364                   "\044Antecedent",
117365                   /* Max */
117366                   "\027\000\000\000\001",
117367                   0,
117368               };
117369 mike  1.1.2.1 
117370               static MetaReference
117371               _CIM_BGPAttributesForRoute_Antecedent =
117372               {
117373                   /* flags */
117374                   META_FLAG_REFERENCE|META_FLAG_READ,
117375                   /* name */
117376                   "Antecedent",
117377                   /* qualifiers */
117378                   _CIM_BGPAttributesForRoute_Antecedent_qualifiers,
117379                   /* subscript */
117380                   -1,
117381                   /* refId */
117382                   &__root_cimv2_CIM_BGPPathAttributes,
117383               };
117384               
117385               static const char*
117386               _CIM_BGPAttributesForRoute_Dependent_qualifiers[] =
117387               {
117388                   /* Override */
117389                   "\044Dependent",
117390 mike  1.1.2.1     /* Max */
117391                   "\027\000\000\000\001",
117392                   0,
117393               };
117394               
117395               static MetaReference
117396               _CIM_BGPAttributesForRoute_Dependent =
117397               {
117398                   /* flags */
117399                   META_FLAG_REFERENCE|META_FLAG_READ,
117400                   /* name */
117401                   "Dependent",
117402                   /* qualifiers */
117403                   _CIM_BGPAttributesForRoute_Dependent_qualifiers,
117404                   /* subscript */
117405                   -1,
117406                   /* refId */
117407                   &__root_cimv2_CIM_BGPIPRoute,
117408               };
117409               
117410               static const char*
117411 mike  1.1.2.1 _CIM_BGPAttributesForRoute_PathAttrPeer_qualifiers[] =
117412               {
117413                   /* MappingStrings */
117414                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrPeer\000",
117415                   /* ModelCorrespondence */
117416                   "\036\000\002CIM_BGPAttributesForRoute.PathAttrIPAddrPrefixLen\000CIM_BGPAttributesForRoute.PathAttrIPAddrPrefix\000",
117417                   0,
117418               };
117419               
117420               static MetaProperty
117421               _CIM_BGPAttributesForRoute_PathAttrPeer =
117422               {
117423                   /* flags */
117424                   META_FLAG_PROPERTY|META_FLAG_READ,
117425                   /* name */
117426                   "PathAttrPeer",
117427                   /* qualifiers */
117428                   _CIM_BGPAttributesForRoute_PathAttrPeer_qualifiers,
117429                   /* type */
117430                   CIMTYPE_STRING,
117431                   /* subscript */
117432 mike  1.1.2.1     -1,
117433                   /* value */
117434                   0,
117435               };
117436               
117437               static const char*
117438               _CIM_BGPAttributesForRoute_PathAttrIPAddrPrefixLen_qualifiers[] =
117439               {
117440                   /* MappingStrings */
117441                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrIpAddrPrefixLen\000",
117442                   /* ModelCorrespondence */
117443                   "\036\000\001CIM_BGPAttributesForRoute.PathAttrPeer\000",
117444                   0,
117445               };
117446               
117447               static MetaProperty
117448               _CIM_BGPAttributesForRoute_PathAttrIPAddrPrefixLen =
117449               {
117450                   /* flags */
117451                   META_FLAG_PROPERTY|META_FLAG_READ,
117452                   /* name */
117453 mike  1.1.2.1     "PathAttrIPAddrPrefixLen",
117454                   /* qualifiers */
117455                   _CIM_BGPAttributesForRoute_PathAttrIPAddrPrefixLen_qualifiers,
117456                   /* type */
117457                   CIMTYPE_UINT8,
117458                   /* subscript */
117459                   -1,
117460                   /* value */
117461                   0,
117462               };
117463               
117464               static const char*
117465               _CIM_BGPAttributesForRoute_PathAttrIPAddrPrefix_qualifiers[] =
117466               {
117467                   /* MappingStrings */
117468                   "\026\000\001MIB.IETF|BGP4-MIB.bgp4PathAttrIpAddrPrefix\000",
117469                   /* ModelCorrespondence */
117470                   "\036\000\002CIM_BGPAttributesForRoute.PathAttrPeer\000CIM_BGPAttributesForRoute.PathAttrIPAddrPrefixLen\000",
117471                   0,
117472               };
117473               
117474 mike  1.1.2.1 static MetaProperty
117475               _CIM_BGPAttributesForRoute_PathAttrIPAddrPrefix =
117476               {
117477                   /* flags */
117478                   META_FLAG_PROPERTY|META_FLAG_READ,
117479                   /* name */
117480                   "PathAttrIPAddrPrefix",
117481                   /* qualifiers */
117482                   _CIM_BGPAttributesForRoute_PathAttrIPAddrPrefix_qualifiers,
117483                   /* type */
117484                   CIMTYPE_STRING,
117485                   /* subscript */
117486                   -1,
117487                   /* value */
117488                   0,
117489               };
117490               
117491               static MetaFeature*
117492               _CIM_BGPAttributesForRoute_features[] =
117493               {
117494                   (MetaFeature*)&_CIM_BGPAttributesForRoute_Antecedent,
117495 mike  1.1.2.1     (MetaFeature*)&_CIM_BGPAttributesForRoute_Dependent,
117496                   (MetaFeature*)&_CIM_BGPAttributesForRoute_PathAttrPeer,
117497                   (MetaFeature*)&_CIM_BGPAttributesForRoute_PathAttrIPAddrPrefixLen,
117498                   (MetaFeature*)&_CIM_BGPAttributesForRoute_PathAttrIPAddrPrefix,
117499                   0,
117500               };
117501               
117502               static const char*
117503               __root_cimv2_CIM_BGPAttributesForRoute_qualifiers[] =
117504               {
117505                   /* ASSOCIATION */
117506                   "\000\001",
117507                   /* UMLPackagePath */
117508                   "\057CIM::Network::BGP",
117509                   /* Version */
117510                   "\0632.7.0",
117511                   0,
117512               };
117513               
117514               MetaClass
117515               __root_cimv2_CIM_BGPAttributesForRoute =
117516 mike  1.1.2.1 {
117517                   /* flags */
117518                   META_FLAG_ASSOCIATION,
117519                   /* name */
117520                   "CIM_BGPAttributesForRoute",
117521                   /* qualifiers */
117522                   __root_cimv2_CIM_BGPAttributesForRoute_qualifiers,
117523                   /* super */
117524                   &__root_cimv2_CIM_Dependency,
117525                   /* features */
117526                   _CIM_BGPAttributesForRoute_features,
117527               };
117528               
117529               //==============================================================================
117530               //
117531               // Class: CIM_BGPClustersInAS
117532               //
117533               //==============================================================================
117534               
117535               static const char*
117536               _CIM_BGPClustersInAS_GroupAS_qualifiers[] =
117537 mike  1.1.2.1 {
117538                   /* Key */
117539                   "\025\001",
117540                   /* Aggregate */
117541                   "\003\001",
117542                   /* Max */
117543                   "\027\000\000\000\001",
117544                   0,
117545               };
117546               
117547               static MetaReference
117548               _CIM_BGPClustersInAS_GroupAS =
117549               {
117550                   /* flags */
117551                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
117552                   /* name */
117553                   "GroupAS",
117554                   /* qualifiers */
117555                   _CIM_BGPClustersInAS_GroupAS_qualifiers,
117556                   /* subscript */
117557                   -1,
117558 mike  1.1.2.1     /* refId */
117559                   &__root_cimv2_CIM_AutonomousSystem,
117560               };
117561               
117562               static const char*
117563               _CIM_BGPClustersInAS_PartAS_qualifiers[] =
117564               {
117565                   /* Key */
117566                   "\025\001",
117567                   0,
117568               };
117569               
117570               static MetaReference
117571               _CIM_BGPClustersInAS_PartAS =
117572               {
117573                   /* flags */
117574                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
117575                   /* name */
117576                   "PartAS",
117577                   /* qualifiers */
117578                   _CIM_BGPClustersInAS_PartAS_qualifiers,
117579 mike  1.1.2.1     /* subscript */
117580                   -1,
117581                   /* refId */
117582                   &__root_cimv2_CIM_BGPCluster,
117583               };
117584               
117585               static MetaFeature*
117586               _CIM_BGPClustersInAS_features[] =
117587               {
117588                   (MetaFeature*)&_CIM_BGPClustersInAS_GroupAS,
117589                   (MetaFeature*)&_CIM_BGPClustersInAS_PartAS,
117590                   0,
117591               };
117592               
117593               static const char*
117594               __root_cimv2_CIM_BGPClustersInAS_qualifiers[] =
117595               {
117596                   /* ASSOCIATION */
117597                   "\000\001",
117598                   /* UMLPackagePath */
117599                   "\057CIM::Network::BGP",
117600 mike  1.1.2.1     /* Aggregation */
117601                   "\004\001",
117602                   /* Composition */
117603                   "\011\001",
117604                   /* Version */
117605                   "\0632.7.0",
117606                   0,
117607               };
117608               
117609               MetaClass
117610               __root_cimv2_CIM_BGPClustersInAS =
117611               {
117612                   /* flags */
117613                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
117614                   /* name */
117615                   "CIM_BGPClustersInAS",
117616                   /* qualifiers */
117617                   __root_cimv2_CIM_BGPClustersInAS_qualifiers,
117618                   /* super */
117619                   0,
117620                   /* features */
117621 mike  1.1.2.1     _CIM_BGPClustersInAS_features,
117622               };
117623               
117624               //==============================================================================
117625               //
117626               // Class: CIM_BinarySensor
117627               //
117628               //==============================================================================
117629               
117630               static const char*
117631               _CIM_BinarySensor_CurrentReading_qualifiers[] =
117632               {
117633                   /* Deprecated */
117634                   "\013\000\001CIM_Sensor.SensorType\000",
117635                   0,
117636               };
117637               
117638               static MetaProperty
117639               _CIM_BinarySensor_CurrentReading =
117640               {
117641                   /* flags */
117642 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
117643                   /* name */
117644                   "CurrentReading",
117645                   /* qualifiers */
117646                   _CIM_BinarySensor_CurrentReading_qualifiers,
117647                   /* type */
117648                   CIMTYPE_BOOLEAN,
117649                   /* subscript */
117650                   -1,
117651                   /* value */
117652                   0,
117653               };
117654               
117655               static const char*
117656               _CIM_BinarySensor_ExpectedReading_qualifiers[] =
117657               {
117658                   /* Deprecated */
117659                   "\013\000\001CIM_Sensor.SensorType\000",
117660                   0,
117661               };
117662               
117663 mike  1.1.2.1 static MetaProperty
117664               _CIM_BinarySensor_ExpectedReading =
117665               {
117666                   /* flags */
117667                   META_FLAG_PROPERTY|META_FLAG_READ,
117668                   /* name */
117669                   "ExpectedReading",
117670                   /* qualifiers */
117671                   _CIM_BinarySensor_ExpectedReading_qualifiers,
117672                   /* type */
117673                   CIMTYPE_BOOLEAN,
117674                   /* subscript */
117675                   -1,
117676                   /* value */
117677                   0,
117678               };
117679               
117680               static const char*
117681               _CIM_BinarySensor_InterpretationOfTrue_qualifiers[] =
117682               {
117683                   /* Deprecated */
117684 mike  1.1.2.1     "\013\000\001CIM_Sensor.PossibleStates\000",
117685                   /* MaxLen */
117686                   "\030\000\000\000\100",
117687                   0,
117688               };
117689               
117690               static MetaProperty
117691               _CIM_BinarySensor_InterpretationOfTrue =
117692               {
117693                   /* flags */
117694                   META_FLAG_PROPERTY|META_FLAG_READ,
117695                   /* name */
117696                   "InterpretationOfTrue",
117697                   /* qualifiers */
117698                   _CIM_BinarySensor_InterpretationOfTrue_qualifiers,
117699                   /* type */
117700                   CIMTYPE_STRING,
117701                   /* subscript */
117702                   -1,
117703                   /* value */
117704                   0,
117705 mike  1.1.2.1 };
117706               
117707               static const char*
117708               _CIM_BinarySensor_InterpretationOfFalse_qualifiers[] =
117709               {
117710                   /* Deprecated */
117711                   "\013\000\001CIM_Sensor.PossibleStates\000",
117712                   /* MaxLen */
117713                   "\030\000\000\000\100",
117714                   0,
117715               };
117716               
117717               static MetaProperty
117718               _CIM_BinarySensor_InterpretationOfFalse =
117719               {
117720                   /* flags */
117721                   META_FLAG_PROPERTY|META_FLAG_READ,
117722                   /* name */
117723                   "InterpretationOfFalse",
117724                   /* qualifiers */
117725                   _CIM_BinarySensor_InterpretationOfFalse_qualifiers,
117726 mike  1.1.2.1     /* type */
117727                   CIMTYPE_STRING,
117728                   /* subscript */
117729                   -1,
117730                   /* value */
117731                   0,
117732               };
117733               
117734               static MetaFeature*
117735               _CIM_BinarySensor_features[] =
117736               {
117737                   (MetaFeature*)&_CIM_BinarySensor_CurrentReading,
117738                   (MetaFeature*)&_CIM_BinarySensor_ExpectedReading,
117739                   (MetaFeature*)&_CIM_BinarySensor_InterpretationOfTrue,
117740                   (MetaFeature*)&_CIM_BinarySensor_InterpretationOfFalse,
117741                   0,
117742               };
117743               
117744               static const char*
117745               __root_cimv2_CIM_BinarySensor_qualifiers[] =
117746               {
117747 mike  1.1.2.1     /* Deprecated */
117748                   "\013\000\001CIM_Sensor\000",
117749                   /* UMLPackagePath */
117750                   "\057CIM::Device::Sensors",
117751                   /* Version */
117752                   "\0632.8.0",
117753                   0,
117754               };
117755               
117756               MetaClass
117757               __root_cimv2_CIM_BinarySensor =
117758               {
117759                   /* flags */
117760                   META_FLAG_CLASS,
117761                   /* name */
117762                   "CIM_BinarySensor",
117763                   /* qualifiers */
117764                   __root_cimv2_CIM_BinarySensor_qualifiers,
117765                   /* super */
117766                   &__root_cimv2_CIM_Sensor,
117767                   /* features */
117768 mike  1.1.2.1     _CIM_BinarySensor_features,
117769               };
117770               
117771               //==============================================================================
117772               //
117773               // Class: CIM_BlockStatisticsService
117774               //
117775               //==============================================================================
117776               
117777               static const char*
117778               _CIM_BlockStatisticsService_GetStatisticsCollection_Job_qualifiers[] =
117779               {
117780                   /* IN */
117781                   "\024\000",
117782                   /* OUT */
117783                   "\043\001",
117784                   0,
117785               };
117786               
117787               static MetaReference
117788               _CIM_BlockStatisticsService_GetStatisticsCollection_Job =
117789 mike  1.1.2.1 {
117790                   /* flags */
117791                   META_FLAG_REFERENCE|META_FLAG_OUT,
117792                   /* name */
117793                   "Job",
117794                   /* qualifiers */
117795                   _CIM_BlockStatisticsService_GetStatisticsCollection_Job_qualifiers,
117796                   /* subscript */
117797                   -1,
117798                   /* ref */
117799                   &__root_cimv2_CIM_ConcreteJob,
117800               };
117801               
117802               static const char*
117803               _CIM_BlockStatisticsService_GetStatisticsCollection_ElementTypes_qualifiers[] =
117804               {
117805                   /* IN */
117806                   "\024\001",
117807                   /* ValueMap */
117808                   "\061\000\0152\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\0000x8000..\000",
117809                   /* Values */
117810 mike  1.1.2.1     "\062\000\015Computer System\000Front-end Computer System\000Peer Computer System\000Back-end Computer System\000Front-end Port\000Back-end Port\000Volume\000Extent\000Disk Drive\000Arbitrary LUs\000Remote Replica Group\000DMTF Reserved\000Vendor Specific\000",
117811                   /* ModelCorrespondence */
117812                   "\036\000\001CIM_BlockStorageStatisticalData.ElementType\000",
117813                   0,
117814               };
117815               
117816               static MetaProperty
117817               _CIM_BlockStatisticsService_GetStatisticsCollection_ElementTypes =
117818               {
117819                   /* flags */
117820                   META_FLAG_PROPERTY|META_FLAG_IN,
117821                   /* name */
117822                   "ElementTypes",
117823                   /* qualifiers */
117824                   _CIM_BlockStatisticsService_GetStatisticsCollection_ElementTypes_qualifiers,
117825                   /* type */
117826                   CIMTYPE_UINT16,
117827                   /* subscript */
117828                   0,
117829                   /* value */
117830                   0,
117831 mike  1.1.2.1 };
117832               
117833               static const char*
117834               _CIM_BlockStatisticsService_GetStatisticsCollection_ManifestCollection_qualifiers[] =
117835               {
117836                   /* IN */
117837                   "\024\001",
117838                   0,
117839               };
117840               
117841               static MetaReference
117842               _CIM_BlockStatisticsService_GetStatisticsCollection_ManifestCollection =
117843               {
117844                   /* flags */
117845                   META_FLAG_REFERENCE|META_FLAG_IN,
117846                   /* name */
117847                   "ManifestCollection",
117848                   /* qualifiers */
117849                   _CIM_BlockStatisticsService_GetStatisticsCollection_ManifestCollection_qualifiers,
117850                   /* subscript */
117851                   -1,
117852 mike  1.1.2.1     /* ref */
117853                   &__root_cimv2_CIM_BlockStatisticsManifestCollection,
117854               };
117855               
117856               static const char*
117857               _CIM_BlockStatisticsService_GetStatisticsCollection_StatisticsFormat_qualifiers[] =
117858               {
117859                   /* IN */
117860                   "\024\001",
117861                   /* ValueMap */
117862                   "\061\000\0050\0001\0002\000..\0000x8000..\000",
117863                   /* Values */
117864                   "\062\000\005Unknown\000Other\000CSV\000DMTF Reserved\000Vendor Specific\000",
117865                   0,
117866               };
117867               
117868               static MetaProperty
117869               _CIM_BlockStatisticsService_GetStatisticsCollection_StatisticsFormat =
117870               {
117871                   /* flags */
117872                   META_FLAG_PROPERTY|META_FLAG_IN,
117873 mike  1.1.2.1     /* name */
117874                   "StatisticsFormat",
117875                   /* qualifiers */
117876                   _CIM_BlockStatisticsService_GetStatisticsCollection_StatisticsFormat_qualifiers,
117877                   /* type */
117878                   CIMTYPE_UINT16,
117879                   /* subscript */
117880                   -1,
117881                   /* value */
117882                   0,
117883               };
117884               
117885               static const char*
117886               _CIM_BlockStatisticsService_GetStatisticsCollection_Statistics_qualifiers[] =
117887               {
117888                   /* OUT */
117889                   "\043\001",
117890                   /* ModelCorrespondence */
117891                   "\036\000\003CIM_BlockStatisticsService.GetStatisticsCollection(ElementTypes)\000CIM_BlockStatisticsService.GetStatisticsCollection(ManifestCollection)\000CIM_BlockStatisticsService.GetStatisticsCollection(StatisticsFormat)\000",
117892                   0,
117893               };
117894 mike  1.1.2.1 
117895               static MetaProperty
117896               _CIM_BlockStatisticsService_GetStatisticsCollection_Statistics =
117897               {
117898                   /* flags */
117899                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
117900                   /* name */
117901                   "Statistics",
117902                   /* qualifiers */
117903                   _CIM_BlockStatisticsService_GetStatisticsCollection_Statistics_qualifiers,
117904                   /* type */
117905                   CIMTYPE_STRING,
117906                   /* subscript */
117907                   0,
117908                   /* value */
117909                   0,
117910               };
117911               
117912               static MetaFeature*
117913               _CIM_BlockStatisticsService_GetStatisticsCollection_parameters[] =
117914               {
117915 mike  1.1.2.1     (MetaFeature*)&_CIM_BlockStatisticsService_GetStatisticsCollection_Job,
117916                   (MetaFeature*)&_CIM_BlockStatisticsService_GetStatisticsCollection_ElementTypes,
117917                   (MetaFeature*)&_CIM_BlockStatisticsService_GetStatisticsCollection_ManifestCollection,
117918                   (MetaFeature*)&_CIM_BlockStatisticsService_GetStatisticsCollection_StatisticsFormat,
117919                   (MetaFeature*)&_CIM_BlockStatisticsService_GetStatisticsCollection_Statistics,
117920                   0,
117921               };
117922               
117923               static const char*
117924               _CIM_BlockStatisticsService_GetStatisticsCollection_qualifiers[] =
117925               {
117926                   /* ValueMap */
117927                   "\061\000\0140\0001\0002\0003\0004\0005\000..\0004096\0004097\0004098\0004099..32767\00032768..65535\000",
117928                   /* Values */
117929                   "\062\000\014Job Completed with No Error\000Not Supported\000Unknown\000Timeout\000Failed\000Invalid Parameter\000Method Reserved\000Method Parameters Checked - Job Started\000Element Not Supported\000Statistics Format Not Supported\000Method Reserved\000Vendor Specific\000",
117930                   0,
117931               };
117932               
117933               static MetaMethod
117934               _CIM_BlockStatisticsService_GetStatisticsCollection =
117935               {
117936 mike  1.1.2.1     /* flags */
117937                   META_FLAG_METHOD,
117938                   /* name */
117939                   "CIM_BlockStatisticsService",
117940                   /* qualifiers */
117941                   _CIM_BlockStatisticsService_GetStatisticsCollection_qualifiers,
117942                   /* type */
117943                   CIMTYPE_UINT32,
117944                   /* parameters */
117945                   _CIM_BlockStatisticsService_GetStatisticsCollection_parameters,
117946               };
117947               
117948               static const char*
117949               _CIM_BlockStatisticsService_CreateManifestCollection_Statistics_qualifiers[] =
117950               {
117951                   /* IN */
117952                   "\024\001",
117953                   0,
117954               };
117955               
117956               static MetaReference
117957 mike  1.1.2.1 _CIM_BlockStatisticsService_CreateManifestCollection_Statistics =
117958               {
117959                   /* flags */
117960                   META_FLAG_REFERENCE|META_FLAG_IN,
117961                   /* name */
117962                   "Statistics",
117963                   /* qualifiers */
117964                   _CIM_BlockStatisticsService_CreateManifestCollection_Statistics_qualifiers,
117965                   /* subscript */
117966                   -1,
117967                   /* ref */
117968                   &__root_cimv2_CIM_StatisticsCollection,
117969               };
117970               
117971               static const char*
117972               _CIM_BlockStatisticsService_CreateManifestCollection_ElementName_qualifiers[] =
117973               {
117974                   /* IN */
117975                   "\024\001",
117976                   0,
117977               };
117978 mike  1.1.2.1 
117979               static MetaProperty
117980               _CIM_BlockStatisticsService_CreateManifestCollection_ElementName =
117981               {
117982                   /* flags */
117983                   META_FLAG_PROPERTY|META_FLAG_IN,
117984                   /* name */
117985                   "ElementName",
117986                   /* qualifiers */
117987                   _CIM_BlockStatisticsService_CreateManifestCollection_ElementName_qualifiers,
117988                   /* type */
117989                   CIMTYPE_STRING,
117990                   /* subscript */
117991                   -1,
117992                   /* value */
117993                   0,
117994               };
117995               
117996               static const char*
117997               _CIM_BlockStatisticsService_CreateManifestCollection_ManifestCollection_qualifiers[] =
117998               {
117999 mike  1.1.2.1     /* OUT */
118000                   "\043\001",
118001                   0,
118002               };
118003               
118004               static MetaReference
118005               _CIM_BlockStatisticsService_CreateManifestCollection_ManifestCollection =
118006               {
118007                   /* flags */
118008                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
118009                   /* name */
118010                   "ManifestCollection",
118011                   /* qualifiers */
118012                   _CIM_BlockStatisticsService_CreateManifestCollection_ManifestCollection_qualifiers,
118013                   /* subscript */
118014                   -1,
118015                   /* ref */
118016                   &__root_cimv2_CIM_BlockStatisticsManifestCollection,
118017               };
118018               
118019               static MetaFeature*
118020 mike  1.1.2.1 _CIM_BlockStatisticsService_CreateManifestCollection_parameters[] =
118021               {
118022                   (MetaFeature*)&_CIM_BlockStatisticsService_CreateManifestCollection_Statistics,
118023                   (MetaFeature*)&_CIM_BlockStatisticsService_CreateManifestCollection_ElementName,
118024                   (MetaFeature*)&_CIM_BlockStatisticsService_CreateManifestCollection_ManifestCollection,
118025                   0,
118026               };
118027               
118028               static const char*
118029               _CIM_BlockStatisticsService_CreateManifestCollection_qualifiers[] =
118030               {
118031                   /* ValueMap */
118032                   "\061\000\0100\0001\0002\0003\0004\0005\0006..32767\00032768..65535\000",
118033                   /* Values */
118034                   "\062\000\010Ok\000Not Supported\000Unknown\000Timeout\000Failed\000Invalid Parameter\000Method Reserved\000Vendor Specific\000",
118035                   0,
118036               };
118037               
118038               static MetaMethod
118039               _CIM_BlockStatisticsService_CreateManifestCollection =
118040               {
118041 mike  1.1.2.1     /* flags */
118042                   META_FLAG_METHOD,
118043                   /* name */
118044                   "CIM_BlockStatisticsService",
118045                   /* qualifiers */
118046                   _CIM_BlockStatisticsService_CreateManifestCollection_qualifiers,
118047                   /* type */
118048                   CIMTYPE_UINT32,
118049                   /* parameters */
118050                   _CIM_BlockStatisticsService_CreateManifestCollection_parameters,
118051               };
118052               
118053               static const char*
118054               _CIM_BlockStatisticsService_AddOrModifyManifest_ManifestCollection_qualifiers[] =
118055               {
118056                   /* IN */
118057                   "\024\001",
118058                   0,
118059               };
118060               
118061               static MetaReference
118062 mike  1.1.2.1 _CIM_BlockStatisticsService_AddOrModifyManifest_ManifestCollection =
118063               {
118064                   /* flags */
118065                   META_FLAG_REFERENCE|META_FLAG_IN,
118066                   /* name */
118067                   "ManifestCollection",
118068                   /* qualifiers */
118069                   _CIM_BlockStatisticsService_AddOrModifyManifest_ManifestCollection_qualifiers,
118070                   /* subscript */
118071                   -1,
118072                   /* ref */
118073                   &__root_cimv2_CIM_BlockStatisticsManifestCollection,
118074               };
118075               
118076               static const char*
118077               _CIM_BlockStatisticsService_AddOrModifyManifest_ElementType_qualifiers[] =
118078               {
118079                   /* IN */
118080                   "\024\001",
118081                   /* ValueMap */
118082                   "\061\000\0152\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\0000x8000..\000",
118083 mike  1.1.2.1     /* Values */
118084                   "\062\000\015Computer System\000Front-end Computer System\000Peer Computer System\000Back-end Computer System\000Front-end Port\000Back-end Port\000Volume\000Extent\000Disk Drive\000Arbitrary LUs\000Remote Replica Group\000DMTF Reserved\000Vendor Specific\000",
118085                   /* ModelCorrespondence */
118086                   "\036\000\001CIM_BlockStatisticsManifest.ElementType\000",
118087                   0,
118088               };
118089               
118090               static MetaProperty
118091               _CIM_BlockStatisticsService_AddOrModifyManifest_ElementType =
118092               {
118093                   /* flags */
118094                   META_FLAG_PROPERTY|META_FLAG_IN,
118095                   /* name */
118096                   "ElementType",
118097                   /* qualifiers */
118098                   _CIM_BlockStatisticsService_AddOrModifyManifest_ElementType_qualifiers,
118099                   /* type */
118100                   CIMTYPE_UINT16,
118101                   /* subscript */
118102                   -1,
118103                   /* value */
118104 mike  1.1.2.1     0,
118105               };
118106               
118107               static const char*
118108               _CIM_BlockStatisticsService_AddOrModifyManifest_ElementName_qualifiers[] =
118109               {
118110                   /* IN */
118111                   "\024\001",
118112                   0,
118113               };
118114               
118115               static MetaProperty
118116               _CIM_BlockStatisticsService_AddOrModifyManifest_ElementName =
118117               {
118118                   /* flags */
118119                   META_FLAG_PROPERTY|META_FLAG_IN,
118120                   /* name */
118121                   "ElementName",
118122                   /* qualifiers */
118123                   _CIM_BlockStatisticsService_AddOrModifyManifest_ElementName_qualifiers,
118124                   /* type */
118125 mike  1.1.2.1     CIMTYPE_STRING,
118126                   /* subscript */
118127                   -1,
118128                   /* value */
118129                   0,
118130               };
118131               
118132               static const char*
118133               _CIM_BlockStatisticsService_AddOrModifyManifest_StatisticsList_qualifiers[] =
118134               {
118135                   /* IN */
118136                   "\024\001",
118137                   0,
118138               };
118139               
118140               static MetaProperty
118141               _CIM_BlockStatisticsService_AddOrModifyManifest_StatisticsList =
118142               {
118143                   /* flags */
118144                   META_FLAG_PROPERTY|META_FLAG_IN,
118145                   /* name */
118146 mike  1.1.2.1     "StatisticsList",
118147                   /* qualifiers */
118148                   _CIM_BlockStatisticsService_AddOrModifyManifest_StatisticsList_qualifiers,
118149                   /* type */
118150                   CIMTYPE_STRING,
118151                   /* subscript */
118152                   0,
118153                   /* value */
118154                   0,
118155               };
118156               
118157               static const char*
118158               _CIM_BlockStatisticsService_AddOrModifyManifest_Manifest_qualifiers[] =
118159               {
118160                   /* OUT */
118161                   "\043\001",
118162                   0,
118163               };
118164               
118165               static MetaReference
118166               _CIM_BlockStatisticsService_AddOrModifyManifest_Manifest =
118167 mike  1.1.2.1 {
118168                   /* flags */
118169                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
118170                   /* name */
118171                   "Manifest",
118172                   /* qualifiers */
118173                   _CIM_BlockStatisticsService_AddOrModifyManifest_Manifest_qualifiers,
118174                   /* subscript */
118175                   -1,
118176                   /* ref */
118177                   &__root_cimv2_CIM_BlockStatisticsManifest,
118178               };
118179               
118180               static MetaFeature*
118181               _CIM_BlockStatisticsService_AddOrModifyManifest_parameters[] =
118182               {
118183                   (MetaFeature*)&_CIM_BlockStatisticsService_AddOrModifyManifest_ManifestCollection,
118184                   (MetaFeature*)&_CIM_BlockStatisticsService_AddOrModifyManifest_ElementType,
118185                   (MetaFeature*)&_CIM_BlockStatisticsService_AddOrModifyManifest_ElementName,
118186                   (MetaFeature*)&_CIM_BlockStatisticsService_AddOrModifyManifest_StatisticsList,
118187                   (MetaFeature*)&_CIM_BlockStatisticsService_AddOrModifyManifest_Manifest,
118188 mike  1.1.2.1     0,
118189               };
118190               
118191               static const char*
118192               _CIM_BlockStatisticsService_AddOrModifyManifest_qualifiers[] =
118193               {
118194                   /* ValueMap */
118195                   "\061\000\0140\0001\0002\0003\0004\0005\000..\0004096\0004097\0004098\0004099..32767\00032768..65535\000",
118196                   /* Values */
118197                   "\062\000\014Success\000Not Supported\000Unknown\000Timeout\000Failed\000Invalid Parameter\000Method Reserved\000Element Not Supported\000Metric not supported\000ElementType Parameter Missing\000Method Reserved\000Vendor Specific\000",
118198                   0,
118199               };
118200               
118201               static MetaMethod
118202               _CIM_BlockStatisticsService_AddOrModifyManifest =
118203               {
118204                   /* flags */
118205                   META_FLAG_METHOD,
118206                   /* name */
118207                   "CIM_BlockStatisticsService",
118208                   /* qualifiers */
118209 mike  1.1.2.1     _CIM_BlockStatisticsService_AddOrModifyManifest_qualifiers,
118210                   /* type */
118211                   CIMTYPE_UINT32,
118212                   /* parameters */
118213                   _CIM_BlockStatisticsService_AddOrModifyManifest_parameters,
118214               };
118215               
118216               static const char*
118217               _CIM_BlockStatisticsService_RemoveManifests_ManifestCollection_qualifiers[] =
118218               {
118219                   /* IN */
118220                   "\024\001",
118221                   0,
118222               };
118223               
118224               static MetaReference
118225               _CIM_BlockStatisticsService_RemoveManifests_ManifestCollection =
118226               {
118227                   /* flags */
118228                   META_FLAG_REFERENCE|META_FLAG_IN,
118229                   /* name */
118230 mike  1.1.2.1     "ManifestCollection",
118231                   /* qualifiers */
118232                   _CIM_BlockStatisticsService_RemoveManifests_ManifestCollection_qualifiers,
118233                   /* subscript */
118234                   -1,
118235                   /* ref */
118236                   &__root_cimv2_CIM_BlockStatisticsManifestCollection,
118237               };
118238               
118239               static const char*
118240               _CIM_BlockStatisticsService_RemoveManifests_Manifests_qualifiers[] =
118241               {
118242                   /* IN */
118243                   "\024\001",
118244                   0,
118245               };
118246               
118247               static MetaReference
118248               _CIM_BlockStatisticsService_RemoveManifests_Manifests =
118249               {
118250                   /* flags */
118251 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_IN,
118252                   /* name */
118253                   "Manifests",
118254                   /* qualifiers */
118255                   _CIM_BlockStatisticsService_RemoveManifests_Manifests_qualifiers,
118256                   /* subscript */
118257                   0,
118258                   /* ref */
118259                   &__root_cimv2_CIM_BlockStatisticsManifest,
118260               };
118261               
118262               static MetaFeature*
118263               _CIM_BlockStatisticsService_RemoveManifests_parameters[] =
118264               {
118265                   (MetaFeature*)&_CIM_BlockStatisticsService_RemoveManifests_ManifestCollection,
118266                   (MetaFeature*)&_CIM_BlockStatisticsService_RemoveManifests_Manifests,
118267                   0,
118268               };
118269               
118270               static const char*
118271               _CIM_BlockStatisticsService_RemoveManifests_qualifiers[] =
118272 mike  1.1.2.1 {
118273                   /* ValueMap */
118274                   "\061\000\0120\0001\0002\0003\0004\0005\000..\0004096\0004097..32767\00032768..65535\000",
118275                   /* Values */
118276                   "\062\000\012Success\000Not Supported\000Unknown\000Timeout\000Failed\000Invalid Parameter\000Method Reserved\000Manifest not found\000Method Reserved\000Vendor Specific\000",
118277                   0,
118278               };
118279               
118280               static MetaMethod
118281               _CIM_BlockStatisticsService_RemoveManifests =
118282               {
118283                   /* flags */
118284                   META_FLAG_METHOD,
118285                   /* name */
118286                   "CIM_BlockStatisticsService",
118287                   /* qualifiers */
118288                   _CIM_BlockStatisticsService_RemoveManifests_qualifiers,
118289                   /* type */
118290                   CIMTYPE_UINT32,
118291                   /* parameters */
118292                   _CIM_BlockStatisticsService_RemoveManifests_parameters,
118293 mike  1.1.2.1 };
118294               
118295               static MetaFeature*
118296               _CIM_BlockStatisticsService_features[] =
118297               {
118298                   (MetaFeature*)&_CIM_BlockStatisticsService_GetStatisticsCollection,
118299                   (MetaFeature*)&_CIM_BlockStatisticsService_CreateManifestCollection,
118300                   (MetaFeature*)&_CIM_BlockStatisticsService_AddOrModifyManifest,
118301                   (MetaFeature*)&_CIM_BlockStatisticsService_RemoveManifests,
118302                   0,
118303               };
118304               
118305               static const char*
118306               __root_cimv2_CIM_BlockStatisticsService_qualifiers[] =
118307               {
118308                   /* UMLPackagePath */
118309                   "\057CIM::Device::StorageStatistics",
118310                   /* Version */
118311                   "\0632.10.0",
118312                   0,
118313               };
118314 mike  1.1.2.1 
118315               MetaClass
118316               __root_cimv2_CIM_BlockStatisticsService =
118317               {
118318                   /* flags */
118319                   META_FLAG_CLASS,
118320                   /* name */
118321                   "CIM_BlockStatisticsService",
118322                   /* qualifiers */
118323                   __root_cimv2_CIM_BlockStatisticsService_qualifiers,
118324                   /* super */
118325                   &__root_cimv2_CIM_StatisticsService,
118326                   /* features */
118327                   _CIM_BlockStatisticsService_features,
118328               };
118329               
118330               //==============================================================================
118331               //
118332               // Class: CIM_BootOSFromFS
118333               //
118334               //==============================================================================
118335 mike  1.1.2.1 
118336               static const char*
118337               _CIM_BootOSFromFS_Antecedent_qualifiers[] =
118338               {
118339                   /* Override */
118340                   "\044Antecedent",
118341                   0,
118342               };
118343               
118344               static MetaReference
118345               _CIM_BootOSFromFS_Antecedent =
118346               {
118347                   /* flags */
118348                   META_FLAG_REFERENCE|META_FLAG_READ,
118349                   /* name */
118350                   "Antecedent",
118351                   /* qualifiers */
118352                   _CIM_BootOSFromFS_Antecedent_qualifiers,
118353                   /* subscript */
118354                   -1,
118355                   /* refId */
118356 mike  1.1.2.1     &__root_cimv2_CIM_FileSystem,
118357               };
118358               
118359               static const char*
118360               _CIM_BootOSFromFS_Dependent_qualifiers[] =
118361               {
118362                   /* Override */
118363                   "\044Dependent",
118364                   0,
118365               };
118366               
118367               static MetaReference
118368               _CIM_BootOSFromFS_Dependent =
118369               {
118370                   /* flags */
118371                   META_FLAG_REFERENCE|META_FLAG_READ,
118372                   /* name */
118373                   "Dependent",
118374                   /* qualifiers */
118375                   _CIM_BootOSFromFS_Dependent_qualifiers,
118376                   /* subscript */
118377 mike  1.1.2.1     -1,
118378                   /* refId */
118379                   &__root_cimv2_CIM_OperatingSystem,
118380               };
118381               
118382               static MetaFeature*
118383               _CIM_BootOSFromFS_features[] =
118384               {
118385                   (MetaFeature*)&_CIM_BootOSFromFS_Antecedent,
118386                   (MetaFeature*)&_CIM_BootOSFromFS_Dependent,
118387                   0,
118388               };
118389               
118390               static const char*
118391               __root_cimv2_CIM_BootOSFromFS_qualifiers[] =
118392               {
118393                   /* ASSOCIATION */
118394                   "\000\001",
118395                   /* UMLPackagePath */
118396                   "\057CIM::System::OperatingSystem",
118397                   /* Version */
118398 mike  1.1.2.1     "\0632.6.0",
118399                   0,
118400               };
118401               
118402               MetaClass
118403               __root_cimv2_CIM_BootOSFromFS =
118404               {
118405                   /* flags */
118406                   META_FLAG_ASSOCIATION,
118407                   /* name */
118408                   "CIM_BootOSFromFS",
118409                   /* qualifiers */
118410                   __root_cimv2_CIM_BootOSFromFS_qualifiers,
118411                   /* super */
118412                   &__root_cimv2_CIM_Dependency,
118413                   /* features */
118414                   _CIM_BootOSFromFS_features,
118415               };
118416               
118417               //==============================================================================
118418               //
118419 mike  1.1.2.1 // Class: CIM_BootSAP
118420               //
118421               //==============================================================================
118422               
118423               static MetaFeature*
118424               _CIM_BootSAP_features[] =
118425               {
118426                   0,
118427               };
118428               
118429               static const char*
118430               __root_cimv2_CIM_BootSAP_qualifiers[] =
118431               {
118432                   /* UMLPackagePath */
118433                   "\057CIM::System::Boot",
118434                   /* Version */
118435                   "\0632.6.0",
118436                   0,
118437               };
118438               
118439               MetaClass
118440 mike  1.1.2.1 __root_cimv2_CIM_BootSAP =
118441               {
118442                   /* flags */
118443                   META_FLAG_CLASS,
118444                   /* name */
118445                   "CIM_BootSAP",
118446                   /* qualifiers */
118447                   __root_cimv2_CIM_BootSAP_qualifiers,
118448                   /* super */
118449                   &__root_cimv2_CIM_ServiceAccessPoint,
118450                   /* features */
118451                   _CIM_BootSAP_features,
118452               };
118453               
118454               //==============================================================================
118455               //
118456               // Class: CIM_BootService
118457               //
118458               //==============================================================================
118459               
118460               static MetaFeature*
118461 mike  1.1.2.1 _CIM_BootService_features[] =
118462               {
118463                   0,
118464               };
118465               
118466               static const char*
118467               __root_cimv2_CIM_BootService_qualifiers[] =
118468               {
118469                   /* UMLPackagePath */
118470                   "\057CIM::System::Boot",
118471                   /* Version */
118472                   "\0632.6.0",
118473                   0,
118474               };
118475               
118476               MetaClass
118477               __root_cimv2_CIM_BootService =
118478               {
118479                   /* flags */
118480                   META_FLAG_CLASS,
118481                   /* name */
118482 mike  1.1.2.1     "CIM_BootService",
118483                   /* qualifiers */
118484                   __root_cimv2_CIM_BootService_qualifiers,
118485                   /* super */
118486                   &__root_cimv2_CIM_Service,
118487                   /* features */
118488                   _CIM_BootService_features,
118489               };
118490               
118491               //==============================================================================
118492               //
118493               // Class: CIM_CallBasedModem
118494               //
118495               //==============================================================================
118496               
118497               static const char*
118498               _CIM_CallBasedModem_FallbackEnabled_qualifiers[] =
118499               {
118500                   0,
118501               };
118502               
118503 mike  1.1.2.1 static MetaProperty
118504               _CIM_CallBasedModem_FallbackEnabled =
118505               {
118506                   /* flags */
118507                   META_FLAG_PROPERTY|META_FLAG_READ,
118508                   /* name */
118509                   "FallbackEnabled",
118510                   /* qualifiers */
118511                   _CIM_CallBasedModem_FallbackEnabled_qualifiers,
118512                   /* type */
118513                   CIMTYPE_BOOLEAN,
118514                   /* subscript */
118515                   -1,
118516                   /* value */
118517                   0,
118518               };
118519               
118520               static const char*
118521               _CIM_CallBasedModem_CompressionSupported_qualifiers[] =
118522               {
118523                   /* ValueMap */
118524 mike  1.1.2.1     "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\0009\000",
118525                   /* Values */
118526                   "\062\000\012Unknown\000Other\000No Compression\000MNP 5\000V.42bis\000MNP 3\000MNP 4\000V.58\000PEP\000HST\000",
118527                   /* ModelCorrespondence */
118528                   "\036\000\001CIM_CallBasedModem.OtherCompressionDescription\000",
118529                   0,
118530               };
118531               
118532               static MetaProperty
118533               _CIM_CallBasedModem_CompressionSupported =
118534               {
118535                   /* flags */
118536                   META_FLAG_PROPERTY|META_FLAG_READ,
118537                   /* name */
118538                   "CompressionSupported",
118539                   /* qualifiers */
118540                   _CIM_CallBasedModem_CompressionSupported_qualifiers,
118541                   /* type */
118542                   CIMTYPE_UINT16,
118543                   /* subscript */
118544                   0,
118545 mike  1.1.2.1     /* value */
118546                   0,
118547               };
118548               
118549               static const char*
118550               _CIM_CallBasedModem_OtherCompressionDescription_qualifiers[] =
118551               {
118552                   /* ModelCorrespondence */
118553                   "\036\000\001CIM_CallBasedModem.CompressionSupported\000",
118554                   0,
118555               };
118556               
118557               static MetaProperty
118558               _CIM_CallBasedModem_OtherCompressionDescription =
118559               {
118560                   /* flags */
118561                   META_FLAG_PROPERTY|META_FLAG_READ,
118562                   /* name */
118563                   "OtherCompressionDescription",
118564                   /* qualifiers */
118565                   _CIM_CallBasedModem_OtherCompressionDescription_qualifiers,
118566 mike  1.1.2.1     /* type */
118567                   CIMTYPE_STRING,
118568                   /* subscript */
118569                   -1,
118570                   /* value */
118571                   0,
118572               };
118573               
118574               static const char*
118575               _CIM_CallBasedModem_CompressionInfo_qualifiers[] =
118576               {
118577                   /* ValueMap */
118578                   "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\0009\000",
118579                   /* Values */
118580                   "\062\000\012Unknown\000Other\000No Compression\000MNP 5\000V.42bis\000MNP 3\000MNP 4\000V.58\000PEP\000HST\000",
118581                   /* ModelCorrespondence */
118582                   "\036\000\002CIM_CallBasedModem.CompressionSupported\000CIM_CallBasedModem.OtherCompressionInfoDescription\000",
118583                   0,
118584               };
118585               
118586               static MetaProperty
118587 mike  1.1.2.1 _CIM_CallBasedModem_CompressionInfo =
118588               {
118589                   /* flags */
118590                   META_FLAG_PROPERTY|META_FLAG_READ,
118591                   /* name */
118592                   "CompressionInfo",
118593                   /* qualifiers */
118594                   _CIM_CallBasedModem_CompressionInfo_qualifiers,
118595                   /* type */
118596                   CIMTYPE_UINT16,
118597                   /* subscript */
118598                   -1,
118599                   /* value */
118600                   0,
118601               };
118602               
118603               static const char*
118604               _CIM_CallBasedModem_OtherCompressionInfoDescription_qualifiers[] =
118605               {
118606                   /* ModelCorrespondence */
118607                   "\036\000\001CIM_CallBasedModem.CompressionInfo\000",
118608 mike  1.1.2.1     0,
118609               };
118610               
118611               static MetaProperty
118612               _CIM_CallBasedModem_OtherCompressionInfoDescription =
118613               {
118614                   /* flags */
118615                   META_FLAG_PROPERTY|META_FLAG_READ,
118616                   /* name */
118617                   "OtherCompressionInfoDescription",
118618                   /* qualifiers */
118619                   _CIM_CallBasedModem_OtherCompressionInfoDescription_qualifiers,
118620                   /* type */
118621                   CIMTYPE_STRING,
118622                   /* subscript */
118623                   -1,
118624                   /* value */
118625                   0,
118626               };
118627               
118628               static const char*
118629 mike  1.1.2.1 _CIM_CallBasedModem_ModulationSupported_qualifiers[] =
118630               {
118631                   /* ValueMap */
118632                   "\061\000\0360\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\00025\00026\00027\00028\00029\000",
118633                   /* Values */
118634                   "\062\000\036Unknown\000Other\000Not Supported\000Bell 103\000Bell 212A\000V.22bis\000V.32\000V.32bis\000V.terbo\000V.FC\000V.34\000V.34bis\000V.17 (G3 Fax Call)\000V.21\000V.22\000V.23 Constant Carrier (1200/75)\000V.23 Switched Carrier (Half Duplex)\000V.26bis\000V.26ter\000V.27ter (G3 Fax Call)\000V.29 HD (G3 Fax Call)\000V.34 HD (G3 Fax Call)\000V.90 Issue 1 (Asymmetric)\000V.90 Issue 2 (Symmetric)\000V.58\000X2\000K56FLEX\000V.Fast\000PEP\000HST\000",
118635                   /* ModelCorrespondence */
118636                   "\036\000\001CIM_CallBasedModem.OtherModulationDescription\000",
118637                   0,
118638               };
118639               
118640               static MetaProperty
118641               _CIM_CallBasedModem_ModulationSupported =
118642               {
118643                   /* flags */
118644                   META_FLAG_PROPERTY|META_FLAG_READ,
118645                   /* name */
118646                   "ModulationSupported",
118647                   /* qualifiers */
118648                   _CIM_CallBasedModem_ModulationSupported_qualifiers,
118649                   /* type */
118650 mike  1.1.2.1     CIMTYPE_UINT16,
118651                   /* subscript */
118652                   0,
118653                   /* value */
118654                   0,
118655               };
118656               
118657               static const char*
118658               _CIM_CallBasedModem_OtherModulationDescription_qualifiers[] =
118659               {
118660                   /* ModelCorrespondence */
118661                   "\036\000\001CIM_CallBasedModem.ModulationSupported\000",
118662                   0,
118663               };
118664               
118665               static MetaProperty
118666               _CIM_CallBasedModem_OtherModulationDescription =
118667               {
118668                   /* flags */
118669                   META_FLAG_PROPERTY|META_FLAG_READ,
118670                   /* name */
118671 mike  1.1.2.1     "OtherModulationDescription",
118672                   /* qualifiers */
118673                   _CIM_CallBasedModem_OtherModulationDescription_qualifiers,
118674                   /* type */
118675                   CIMTYPE_STRING,
118676                   /* subscript */
118677                   -1,
118678                   /* value */
118679                   0,
118680               };
118681               
118682               static const char*
118683               _CIM_CallBasedModem_ModulationScheme_qualifiers[] =
118684               {
118685                   /* ValueMap */
118686                   "\061\000\0360\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\00025\00026\00027\00028\00029\000",
118687                   /* Values */
118688                   "\062\000\036Unknown\000Other\000Not Supported\000Bell 103\000Bell 212A\000V.22bis\000V.32\000V.32bis\000V.terbo\000V.FC\000V.34\000V.34bis\000V.17 (G3 Fax Call)\000V.21\000V.22\000V.23 Constant Carrier (1200/75)\000V.23 Switched Carrier (Half Duplex)\000V.26bis\000V.26ter\000V.27ter (G3 Fax Call)\000V.29 HD (G3 Fax Call)\000V.34 HD (G3 Fax Call)\000V.90 Issue 1 (Asymmetric)\000V.90 Issue 2 (Symmetric)\000V.58\000X2\000K56FLEX\000V.Fast\000PEP\000HST\000",
118689                   /* ModelCorrespondence */
118690                   "\036\000\002CIM_CallBasedModem.ModulationSupported\000CIM_CallBasedModem.OtherSchemeDescription\000",
118691                   0,
118692 mike  1.1.2.1 };
118693               
118694               static MetaProperty
118695               _CIM_CallBasedModem_ModulationScheme =
118696               {
118697                   /* flags */
118698                   META_FLAG_PROPERTY|META_FLAG_READ,
118699                   /* name */
118700                   "ModulationScheme",
118701                   /* qualifiers */
118702                   _CIM_CallBasedModem_ModulationScheme_qualifiers,
118703                   /* type */
118704                   CIMTYPE_UINT16,
118705                   /* subscript */
118706                   -1,
118707                   /* value */
118708                   0,
118709               };
118710               
118711               static const char*
118712               _CIM_CallBasedModem_OtherSchemeDescription_qualifiers[] =
118713 mike  1.1.2.1 {
118714                   /* ModelCorrespondence */
118715                   "\036\000\001CIM_CallBasedModem.ModulationScheme\000",
118716                   0,
118717               };
118718               
118719               static MetaProperty
118720               _CIM_CallBasedModem_OtherSchemeDescription =
118721               {
118722                   /* flags */
118723                   META_FLAG_PROPERTY|META_FLAG_READ,
118724                   /* name */
118725                   "OtherSchemeDescription",
118726                   /* qualifiers */
118727                   _CIM_CallBasedModem_OtherSchemeDescription_qualifiers,
118728                   /* type */
118729                   CIMTYPE_STRING,
118730                   /* subscript */
118731                   -1,
118732                   /* value */
118733                   0,
118734 mike  1.1.2.1 };
118735               
118736               static const char*
118737               _CIM_CallBasedModem_ErrorControlSupported_qualifiers[] =
118738               {
118739                   /* ValueMap */
118740                   "\061\000\0160\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\000",
118741                   /* Values */
118742                   "\062\000\016Unknown\000Other\000No Error Correction\000MNP 4\000LAPM\000V.58\000ECP Enhanced Cellular Protocol\000ETC Enhanced Throughput Cellular\000MNP 1\000MNP 2\000MNP 3\000MNP10\000PEP\000HST\000",
118743                   /* ModelCorrespondence */
118744                   "\036\000\001CIM_CallBasedModem.OtherErrorControlDescription\000",
118745                   0,
118746               };
118747               
118748               static MetaProperty
118749               _CIM_CallBasedModem_ErrorControlSupported =
118750               {
118751                   /* flags */
118752                   META_FLAG_PROPERTY|META_FLAG_READ,
118753                   /* name */
118754                   "ErrorControlSupported",
118755 mike  1.1.2.1     /* qualifiers */
118756                   _CIM_CallBasedModem_ErrorControlSupported_qualifiers,
118757                   /* type */
118758                   CIMTYPE_UINT16,
118759                   /* subscript */
118760                   0,
118761                   /* value */
118762                   0,
118763               };
118764               
118765               static const char*
118766               _CIM_CallBasedModem_OtherErrorControlDescription_qualifiers[] =
118767               {
118768                   /* ModelCorrespondence */
118769                   "\036\000\001CIM_CallBasedModem.ErrorControlSupported\000",
118770                   0,
118771               };
118772               
118773               static MetaProperty
118774               _CIM_CallBasedModem_OtherErrorControlDescription =
118775               {
118776 mike  1.1.2.1     /* flags */
118777                   META_FLAG_PROPERTY|META_FLAG_READ,
118778                   /* name */
118779                   "OtherErrorControlDescription",
118780                   /* qualifiers */
118781                   _CIM_CallBasedModem_OtherErrorControlDescription_qualifiers,
118782                   /* type */
118783                   CIMTYPE_STRING,
118784                   /* subscript */
118785                   -1,
118786                   /* value */
118787                   0,
118788               };
118789               
118790               static const char*
118791               _CIM_CallBasedModem_ErrorControlInfo_qualifiers[] =
118792               {
118793                   /* ValueMap */
118794                   "\061\000\0160\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\000",
118795                   /* Values */
118796                   "\062\000\016Unknown\000Other\000No Error Correction\000MNP 4\000LAPM\000V.58\000ECP Enhanced Cellular Protocol\000ETC Enhanced Throughput Cellular\000MNP 1\000MNP 2\000MNP 3\000MNP10\000PEP\000HST\000",
118797 mike  1.1.2.1     /* ModelCorrespondence */
118798                   "\036\000\002CIM_CallBasedModem.ErrorControlSupported\000CIM_CallBasedModem.OtherErrorControlInfoDescription\000",
118799                   0,
118800               };
118801               
118802               static MetaProperty
118803               _CIM_CallBasedModem_ErrorControlInfo =
118804               {
118805                   /* flags */
118806                   META_FLAG_PROPERTY|META_FLAG_READ,
118807                   /* name */
118808                   "ErrorControlInfo",
118809                   /* qualifiers */
118810                   _CIM_CallBasedModem_ErrorControlInfo_qualifiers,
118811                   /* type */
118812                   CIMTYPE_UINT16,
118813                   /* subscript */
118814                   -1,
118815                   /* value */
118816                   0,
118817               };
118818 mike  1.1.2.1 
118819               static const char*
118820               _CIM_CallBasedModem_OtherErrorControlInfoDescription_qualifiers[] =
118821               {
118822                   /* ModelCorrespondence */
118823                   "\036\000\001CIM_CallBasedModem.ErrorControlInfo\000",
118824                   0,
118825               };
118826               
118827               static MetaProperty
118828               _CIM_CallBasedModem_OtherErrorControlInfoDescription =
118829               {
118830                   /* flags */
118831                   META_FLAG_PROPERTY|META_FLAG_READ,
118832                   /* name */
118833                   "OtherErrorControlInfoDescription",
118834                   /* qualifiers */
118835                   _CIM_CallBasedModem_OtherErrorControlInfoDescription_qualifiers,
118836                   /* type */
118837                   CIMTYPE_STRING,
118838                   /* subscript */
118839 mike  1.1.2.1     -1,
118840                   /* value */
118841                   0,
118842               };
118843               
118844               static const char*
118845               _CIM_CallBasedModem_TimeOfLastReset_qualifiers[] =
118846               {
118847                   0,
118848               };
118849               
118850               static MetaProperty
118851               _CIM_CallBasedModem_TimeOfLastReset =
118852               {
118853                   /* flags */
118854                   META_FLAG_PROPERTY|META_FLAG_READ,
118855                   /* name */
118856                   "TimeOfLastReset",
118857                   /* qualifiers */
118858                   _CIM_CallBasedModem_TimeOfLastReset_qualifiers,
118859                   /* type */
118860 mike  1.1.2.1     CIMTYPE_DATETIME,
118861                   /* subscript */
118862                   -1,
118863                   /* value */
118864                   0,
118865               };
118866               
118867               static const char*
118868               _CIM_CallBasedModem_CallSpeed_qualifiers[] =
118869               {
118870                   /* Units */
118871                   "\060Bits per Second",
118872                   0,
118873               };
118874               
118875               static MetaProperty
118876               _CIM_CallBasedModem_CallSpeed =
118877               {
118878                   /* flags */
118879                   META_FLAG_PROPERTY|META_FLAG_READ,
118880                   /* name */
118881 mike  1.1.2.1     "CallSpeed",
118882                   /* qualifiers */
118883                   _CIM_CallBasedModem_CallSpeed_qualifiers,
118884                   /* type */
118885                   CIMTYPE_UINT32,
118886                   /* subscript */
118887                   -1,
118888                   /* value */
118889                   0,
118890               };
118891               
118892               static const char*
118893               _CIM_CallBasedModem_CallStatus_qualifiers[] =
118894               {
118895                   /* ValueMap */
118896                   "\061\000\0130\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
118897                   /* Values */
118898                   "\062\000\013Unknown\000Other\000Offline\000On Hook\000Dialing\000Waiting for Answer\000Ringing\000Modem Detected\000Negotiating\000Online\000Error\000",
118899                   0,
118900               };
118901               
118902 mike  1.1.2.1 static MetaProperty
118903               _CIM_CallBasedModem_CallStatus =
118904               {
118905                   /* flags */
118906                   META_FLAG_PROPERTY|META_FLAG_READ,
118907                   /* name */
118908                   "CallStatus",
118909                   /* qualifiers */
118910                   _CIM_CallBasedModem_CallStatus_qualifiers,
118911                   /* type */
118912                   CIMTYPE_UINT16,
118913                   /* subscript */
118914                   -1,
118915                   /* value */
118916                   0,
118917               };
118918               
118919               static const char*
118920               _CIM_CallBasedModem_CharsSent_qualifiers[] =
118921               {
118922                   /* Counter */
118923 mike  1.1.2.1     "\012\001",
118924                   0,
118925               };
118926               
118927               static MetaProperty
118928               _CIM_CallBasedModem_CharsSent =
118929               {
118930                   /* flags */
118931                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
118932                   /* name */
118933                   "CharsSent",
118934                   /* qualifiers */
118935                   _CIM_CallBasedModem_CharsSent_qualifiers,
118936                   /* type */
118937                   CIMTYPE_UINT32,
118938                   /* subscript */
118939                   -1,
118940                   /* value */
118941                   0,
118942               };
118943               
118944 mike  1.1.2.1 static const char*
118945               _CIM_CallBasedModem_CharsReceived_qualifiers[] =
118946               {
118947                   /* Counter */
118948                   "\012\001",
118949                   0,
118950               };
118951               
118952               static MetaProperty
118953               _CIM_CallBasedModem_CharsReceived =
118954               {
118955                   /* flags */
118956                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
118957                   /* name */
118958                   "CharsReceived",
118959                   /* qualifiers */
118960                   _CIM_CallBasedModem_CharsReceived_qualifiers,
118961                   /* type */
118962                   CIMTYPE_UINT32,
118963                   /* subscript */
118964                   -1,
118965 mike  1.1.2.1     /* value */
118966                   0,
118967               };
118968               
118969               static const char*
118970               _CIM_CallBasedModem_CharsLost_qualifiers[] =
118971               {
118972                   /* Counter */
118973                   "\012\001",
118974                   0,
118975               };
118976               
118977               static MetaProperty
118978               _CIM_CallBasedModem_CharsLost =
118979               {
118980                   /* flags */
118981                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
118982                   /* name */
118983                   "CharsLost",
118984                   /* qualifiers */
118985                   _CIM_CallBasedModem_CharsLost_qualifiers,
118986 mike  1.1.2.1     /* type */
118987                   CIMTYPE_UINT32,
118988                   /* subscript */
118989                   -1,
118990                   /* value */
118991                   0,
118992               };
118993               
118994               static const char*
118995               _CIM_CallBasedModem_BlocksSent_qualifiers[] =
118996               {
118997                   /* Counter */
118998                   "\012\001",
118999                   0,
119000               };
119001               
119002               static MetaProperty
119003               _CIM_CallBasedModem_BlocksSent =
119004               {
119005                   /* flags */
119006                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
119007 mike  1.1.2.1     /* name */
119008                   "BlocksSent",
119009                   /* qualifiers */
119010                   _CIM_CallBasedModem_BlocksSent_qualifiers,
119011                   /* type */
119012                   CIMTYPE_UINT32,
119013                   /* subscript */
119014                   -1,
119015                   /* value */
119016                   0,
119017               };
119018               
119019               static const char*
119020               _CIM_CallBasedModem_BlocksResent_qualifiers[] =
119021               {
119022                   /* Counter */
119023                   "\012\001",
119024                   0,
119025               };
119026               
119027               static MetaProperty
119028 mike  1.1.2.1 _CIM_CallBasedModem_BlocksResent =
119029               {
119030                   /* flags */
119031                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
119032                   /* name */
119033                   "BlocksResent",
119034                   /* qualifiers */
119035                   _CIM_CallBasedModem_BlocksResent_qualifiers,
119036                   /* type */
119037                   CIMTYPE_UINT32,
119038                   /* subscript */
119039                   -1,
119040                   /* value */
119041                   0,
119042               };
119043               
119044               static const char*
119045               _CIM_CallBasedModem_BlocksReceived_qualifiers[] =
119046               {
119047                   /* Counter */
119048                   "\012\001",
119049 mike  1.1.2.1     0,
119050               };
119051               
119052               static MetaProperty
119053               _CIM_CallBasedModem_BlocksReceived =
119054               {
119055                   /* flags */
119056                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
119057                   /* name */
119058                   "BlocksReceived",
119059                   /* qualifiers */
119060                   _CIM_CallBasedModem_BlocksReceived_qualifiers,
119061                   /* type */
119062                   CIMTYPE_UINT32,
119063                   /* subscript */
119064                   -1,
119065                   /* value */
119066                   0,
119067               };
119068               
119069               static const char*
119070 mike  1.1.2.1 _CIM_CallBasedModem_BlockErrors_qualifiers[] =
119071               {
119072                   /* Counter */
119073                   "\012\001",
119074                   0,
119075               };
119076               
119077               static MetaProperty
119078               _CIM_CallBasedModem_BlockErrors =
119079               {
119080                   /* flags */
119081                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
119082                   /* name */
119083                   "BlockErrors",
119084                   /* qualifiers */
119085                   _CIM_CallBasedModem_BlockErrors_qualifiers,
119086                   /* type */
119087                   CIMTYPE_UINT32,
119088                   /* subscript */
119089                   -1,
119090                   /* value */
119091 mike  1.1.2.1     0,
119092               };
119093               
119094               static const char*
119095               _CIM_CallBasedModem_CallLength_qualifiers[] =
119096               {
119097                   0,
119098               };
119099               
119100               static MetaProperty
119101               _CIM_CallBasedModem_CallLength =
119102               {
119103                   /* flags */
119104                   META_FLAG_PROPERTY|META_FLAG_READ,
119105                   /* name */
119106                   "CallLength",
119107                   /* qualifiers */
119108                   _CIM_CallBasedModem_CallLength_qualifiers,
119109                   /* type */
119110                   CIMTYPE_DATETIME,
119111                   /* subscript */
119112 mike  1.1.2.1     -1,
119113                   /* value */
119114                   0,
119115               };
119116               
119117               static const char*
119118               _CIM_CallBasedModem_NumberDialed_qualifiers[] =
119119               {
119120                   0,
119121               };
119122               
119123               static MetaProperty
119124               _CIM_CallBasedModem_NumberDialed =
119125               {
119126                   /* flags */
119127                   META_FLAG_PROPERTY|META_FLAG_READ,
119128                   /* name */
119129                   "NumberDialed",
119130                   /* qualifiers */
119131                   _CIM_CallBasedModem_NumberDialed_qualifiers,
119132                   /* type */
119133 mike  1.1.2.1     CIMTYPE_STRING,
119134                   /* subscript */
119135                   -1,
119136                   /* value */
119137                   0,
119138               };
119139               
119140               static MetaFeature*
119141               _CIM_CallBasedModem_features[] =
119142               {
119143                   (MetaFeature*)&_CIM_CallBasedModem_FallbackEnabled,
119144                   (MetaFeature*)&_CIM_CallBasedModem_CompressionSupported,
119145                   (MetaFeature*)&_CIM_CallBasedModem_OtherCompressionDescription,
119146                   (MetaFeature*)&_CIM_CallBasedModem_CompressionInfo,
119147                   (MetaFeature*)&_CIM_CallBasedModem_OtherCompressionInfoDescription,
119148                   (MetaFeature*)&_CIM_CallBasedModem_ModulationSupported,
119149                   (MetaFeature*)&_CIM_CallBasedModem_OtherModulationDescription,
119150                   (MetaFeature*)&_CIM_CallBasedModem_ModulationScheme,
119151                   (MetaFeature*)&_CIM_CallBasedModem_OtherSchemeDescription,
119152                   (MetaFeature*)&_CIM_CallBasedModem_ErrorControlSupported,
119153                   (MetaFeature*)&_CIM_CallBasedModem_OtherErrorControlDescription,
119154 mike  1.1.2.1     (MetaFeature*)&_CIM_CallBasedModem_ErrorControlInfo,
119155                   (MetaFeature*)&_CIM_CallBasedModem_OtherErrorControlInfoDescription,
119156                   (MetaFeature*)&_CIM_CallBasedModem_TimeOfLastReset,
119157                   (MetaFeature*)&_CIM_CallBasedModem_CallSpeed,
119158                   (MetaFeature*)&_CIM_CallBasedModem_CallStatus,
119159                   (MetaFeature*)&_CIM_CallBasedModem_CharsSent,
119160                   (MetaFeature*)&_CIM_CallBasedModem_CharsReceived,
119161                   (MetaFeature*)&_CIM_CallBasedModem_CharsLost,
119162                   (MetaFeature*)&_CIM_CallBasedModem_BlocksSent,
119163                   (MetaFeature*)&_CIM_CallBasedModem_BlocksResent,
119164                   (MetaFeature*)&_CIM_CallBasedModem_BlocksReceived,
119165                   (MetaFeature*)&_CIM_CallBasedModem_BlockErrors,
119166                   (MetaFeature*)&_CIM_CallBasedModem_CallLength,
119167                   (MetaFeature*)&_CIM_CallBasedModem_NumberDialed,
119168                   0,
119169               };
119170               
119171               static const char*
119172               __root_cimv2_CIM_CallBasedModem_qualifiers[] =
119173               {
119174                   /* UMLPackagePath */
119175 mike  1.1.2.1     "\057CIM::Device::Modems",
119176                   /* Abstract */
119177                   "\002\001",
119178                   /* Version */
119179                   "\0632.10.0",
119180                   0,
119181               };
119182               
119183               MetaClass
119184               __root_cimv2_CIM_CallBasedModem =
119185               {
119186                   /* flags */
119187                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
119188                   /* name */
119189                   "CIM_CallBasedModem",
119190                   /* qualifiers */
119191                   __root_cimv2_CIM_CallBasedModem_qualifiers,
119192                   /* super */
119193                   &__root_cimv2_CIM_Modem,
119194                   /* features */
119195                   _CIM_CallBasedModem_features,
119196 mike  1.1.2.1 };
119197               
119198               //==============================================================================
119199               //
119200               // Class: CIM_CDROMDrive
119201               //
119202               //==============================================================================
119203               
119204               static MetaFeature*
119205               _CIM_CDROMDrive_features[] =
119206               {
119207                   0,
119208               };
119209               
119210               static const char*
119211               __root_cimv2_CIM_CDROMDrive_qualifiers[] =
119212               {
119213                   /* UMLPackagePath */
119214                   "\057CIM::Device::StorageDevices",
119215                   /* Version */
119216                   "\0632.6.0",
119217 mike  1.1.2.1     0,
119218               };
119219               
119220               MetaClass
119221               __root_cimv2_CIM_CDROMDrive =
119222               {
119223                   /* flags */
119224                   META_FLAG_CLASS,
119225                   /* name */
119226                   "CIM_CDROMDrive",
119227                   /* qualifiers */
119228                   __root_cimv2_CIM_CDROMDrive_qualifiers,
119229                   /* super */
119230                   &__root_cimv2_CIM_MediaAccessDevice,
119231                   /* features */
119232                   _CIM_CDROMDrive_features,
119233               };
119234               
119235               //==============================================================================
119236               //
119237               // Class: CIM_ChangerDevice
119238 mike  1.1.2.1 //
119239               //==============================================================================
119240               
119241               static const char*
119242               _CIM_ChangerDevice_MaxTransitTime_qualifiers[] =
119243               {
119244                   /* Units */
119245                   "\060Seconds",
119246                   0,
119247               };
119248               
119249               static MetaProperty
119250               _CIM_ChangerDevice_MaxTransitTime =
119251               {
119252                   /* flags */
119253                   META_FLAG_PROPERTY|META_FLAG_READ,
119254                   /* name */
119255                   "MaxTransitTime",
119256                   /* qualifiers */
119257                   _CIM_ChangerDevice_MaxTransitTime_qualifiers,
119258                   /* type */
119259 mike  1.1.2.1     CIMTYPE_UINT32,
119260                   /* subscript */
119261                   -1,
119262                   /* value */
119263                   0,
119264               };
119265               
119266               static const char*
119267               _CIM_ChangerDevice_MediaFlipSupported_qualifiers[] =
119268               {
119269                   0,
119270               };
119271               
119272               static MetaProperty
119273               _CIM_ChangerDevice_MediaFlipSupported =
119274               {
119275                   /* flags */
119276                   META_FLAG_PROPERTY|META_FLAG_READ,
119277                   /* name */
119278                   "MediaFlipSupported",
119279                   /* qualifiers */
119280 mike  1.1.2.1     _CIM_ChangerDevice_MediaFlipSupported_qualifiers,
119281                   /* type */
119282                   CIMTYPE_BOOLEAN,
119283                   /* subscript */
119284                   -1,
119285                   /* value */
119286                   0,
119287               };
119288               
119289               static const char*
119290               _CIM_ChangerDevice_AuditInProgress_qualifiers[] =
119291               {
119292                   0,
119293               };
119294               
119295               static MetaProperty
119296               _CIM_ChangerDevice_AuditInProgress =
119297               {
119298                   /* flags */
119299                   META_FLAG_PROPERTY|META_FLAG_READ,
119300                   /* name */
119301 mike  1.1.2.1     "AuditInProgress",
119302                   /* qualifiers */
119303                   _CIM_ChangerDevice_AuditInProgress_qualifiers,
119304                   /* type */
119305                   CIMTYPE_BOOLEAN,
119306                   /* subscript */
119307                   -1,
119308                   /* value */
119309                   0,
119310               };
119311               
119312               static const char*
119313               _CIM_ChangerDevice_AuditsPerformed_qualifiers[] =
119314               {
119315                   /* Counter */
119316                   "\012\001",
119317                   0,
119318               };
119319               
119320               static MetaProperty
119321               _CIM_ChangerDevice_AuditsPerformed =
119322 mike  1.1.2.1 {
119323                   /* flags */
119324                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
119325                   /* name */
119326                   "AuditsPerformed",
119327                   /* qualifiers */
119328                   _CIM_ChangerDevice_AuditsPerformed_qualifiers,
119329                   /* type */
119330                   CIMTYPE_UINT64,
119331                   /* subscript */
119332                   -1,
119333                   /* value */
119334                   0,
119335               };
119336               
119337               static MetaFeature*
119338               _CIM_ChangerDevice_features[] =
119339               {
119340                   (MetaFeature*)&_CIM_ChangerDevice_MaxTransitTime,
119341                   (MetaFeature*)&_CIM_ChangerDevice_MediaFlipSupported,
119342                   (MetaFeature*)&_CIM_ChangerDevice_AuditInProgress,
119343 mike  1.1.2.1     (MetaFeature*)&_CIM_ChangerDevice_AuditsPerformed,
119344                   0,
119345               };
119346               
119347               static const char*
119348               __root_cimv2_CIM_ChangerDevice_qualifiers[] =
119349               {
119350                   /* UMLPackagePath */
119351                   "\057CIM::Device::StorageLib",
119352                   /* Version */
119353                   "\0632.6.0",
119354                   0,
119355               };
119356               
119357               MetaClass
119358               __root_cimv2_CIM_ChangerDevice =
119359               {
119360                   /* flags */
119361                   META_FLAG_CLASS,
119362                   /* name */
119363                   "CIM_ChangerDevice",
119364 mike  1.1.2.1     /* qualifiers */
119365                   __root_cimv2_CIM_ChangerDevice_qualifiers,
119366                   /* super */
119367                   &__root_cimv2_CIM_MediaTransferDevice,
119368                   /* features */
119369                   _CIM_ChangerDevice_features,
119370               };
119371               
119372               //==============================================================================
119373               //
119374               // Class: CIM_ClusteringSAP
119375               //
119376               //==============================================================================
119377               
119378               static MetaFeature*
119379               _CIM_ClusteringSAP_features[] =
119380               {
119381                   0,
119382               };
119383               
119384               static const char*
119385 mike  1.1.2.1 __root_cimv2_CIM_ClusteringSAP_qualifiers[] =
119386               {
119387                   /* UMLPackagePath */
119388                   "\057CIM::System::SystemElements",
119389                   /* Version */
119390                   "\0632.6.0",
119391                   0,
119392               };
119393               
119394               MetaClass
119395               __root_cimv2_CIM_ClusteringSAP =
119396               {
119397                   /* flags */
119398                   META_FLAG_CLASS,
119399                   /* name */
119400                   "CIM_ClusteringSAP",
119401                   /* qualifiers */
119402                   __root_cimv2_CIM_ClusteringSAP_qualifiers,
119403                   /* super */
119404                   &__root_cimv2_CIM_ServiceAccessPoint,
119405                   /* features */
119406 mike  1.1.2.1     _CIM_ClusteringSAP_features,
119407               };
119408               
119409               //==============================================================================
119410               //
119411               // Class: CIM_CollectionInSystem
119412               //
119413               //==============================================================================
119414               
119415               static const char*
119416               _CIM_CollectionInSystem_Parent_qualifiers[] =
119417               {
119418                   /* Key */
119419                   "\025\001",
119420                   /* Aggregate */
119421                   "\003\001",
119422                   /* Max */
119423                   "\027\000\000\000\001",
119424                   0,
119425               };
119426               
119427 mike  1.1.2.1 static MetaReference
119428               _CIM_CollectionInSystem_Parent =
119429               {
119430                   /* flags */
119431                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
119432                   /* name */
119433                   "Parent",
119434                   /* qualifiers */
119435                   _CIM_CollectionInSystem_Parent_qualifiers,
119436                   /* subscript */
119437                   -1,
119438                   /* refId */
119439                   &__root_cimv2_CIM_System,
119440               };
119441               
119442               static const char*
119443               _CIM_CollectionInSystem_Child_qualifiers[] =
119444               {
119445                   /* Key */
119446                   "\025\001",
119447                   0,
119448 mike  1.1.2.1 };
119449               
119450               static MetaReference
119451               _CIM_CollectionInSystem_Child =
119452               {
119453                   /* flags */
119454                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
119455                   /* name */
119456                   "Child",
119457                   /* qualifiers */
119458                   _CIM_CollectionInSystem_Child_qualifiers,
119459                   /* subscript */
119460                   -1,
119461                   /* refId */
119462                   &__root_cimv2_CIM_Collection,
119463               };
119464               
119465               static MetaFeature*
119466               _CIM_CollectionInSystem_features[] =
119467               {
119468                   (MetaFeature*)&_CIM_CollectionInSystem_Parent,
119469 mike  1.1.2.1     (MetaFeature*)&_CIM_CollectionInSystem_Child,
119470                   0,
119471               };
119472               
119473               static const char*
119474               __root_cimv2_CIM_CollectionInSystem_qualifiers[] =
119475               {
119476                   /* ASSOCIATION */
119477                   "\000\001",
119478                   /* UMLPackagePath */
119479                   "\057CIM::User::Org",
119480                   /* Aggregation */
119481                   "\004\001",
119482                   /* Version */
119483                   "\0632.6.0",
119484                   0,
119485               };
119486               
119487               MetaClass
119488               __root_cimv2_CIM_CollectionInSystem =
119489               {
119490 mike  1.1.2.1     /* flags */
119491                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
119492                   /* name */
119493                   "CIM_CollectionInSystem",
119494                   /* qualifiers */
119495                   __root_cimv2_CIM_CollectionInSystem_qualifiers,
119496                   /* super */
119497                   0,
119498                   /* features */
119499                   _CIM_CollectionInSystem_features,
119500               };
119501               
119502               //==============================================================================
119503               //
119504               // Class: CIM_CommonDatabase
119505               //
119506               //==============================================================================
119507               
119508               static const char*
119509               _CIM_CommonDatabase_InstanceID_qualifiers[] =
119510               {
119511 mike  1.1.2.1     /* Key */
119512                   "\025\001",
119513                   0,
119514               };
119515               
119516               static MetaProperty
119517               _CIM_CommonDatabase_InstanceID =
119518               {
119519                   /* flags */
119520                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
119521                   /* name */
119522                   "InstanceID",
119523                   /* qualifiers */
119524                   _CIM_CommonDatabase_InstanceID_qualifiers,
119525                   /* type */
119526                   CIMTYPE_STRING,
119527                   /* subscript */
119528                   -1,
119529                   /* value */
119530                   0,
119531               };
119532 mike  1.1.2.1 
119533               static const char*
119534               _CIM_CommonDatabase_DatabaseVersion_qualifiers[] =
119535               {
119536                   /* MappingStrings */
119537                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbInfoVersion\000",
119538                   0,
119539               };
119540               
119541               static MetaProperty
119542               _CIM_CommonDatabase_DatabaseVersion =
119543               {
119544                   /* flags */
119545                   META_FLAG_PROPERTY|META_FLAG_READ,
119546                   /* name */
119547                   "DatabaseVersion",
119548                   /* qualifiers */
119549                   _CIM_CommonDatabase_DatabaseVersion_qualifiers,
119550                   /* type */
119551                   CIMTYPE_STRING,
119552                   /* subscript */
119553 mike  1.1.2.1     -1,
119554                   /* value */
119555                   0,
119556               };
119557               
119558               static const char*
119559               _CIM_CommonDatabase_LastBackup_qualifiers[] =
119560               {
119561                   /* MappingStrings */
119562                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbInfoLastBackup\000",
119563                   0,
119564               };
119565               
119566               static MetaProperty
119567               _CIM_CommonDatabase_LastBackup =
119568               {
119569                   /* flags */
119570                   META_FLAG_PROPERTY|META_FLAG_READ,
119571                   /* name */
119572                   "LastBackup",
119573                   /* qualifiers */
119574 mike  1.1.2.1     _CIM_CommonDatabase_LastBackup_qualifiers,
119575                   /* type */
119576                   CIMTYPE_DATETIME,
119577                   /* subscript */
119578                   -1,
119579                   /* value */
119580                   0,
119581               };
119582               
119583               static const char*
119584               _CIM_CommonDatabase_SizeAllocated_qualifiers[] =
119585               {
119586                   /* MappingStrings */
119587                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbInfoSizeAllocated\000",
119588                   0,
119589               };
119590               
119591               static MetaProperty
119592               _CIM_CommonDatabase_SizeAllocated =
119593               {
119594                   /* flags */
119595 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
119596                   /* name */
119597                   "SizeAllocated",
119598                   /* qualifiers */
119599                   _CIM_CommonDatabase_SizeAllocated_qualifiers,
119600                   /* type */
119601                   CIMTYPE_UINT32,
119602                   /* subscript */
119603                   -1,
119604                   /* value */
119605                   0,
119606               };
119607               
119608               static const char*
119609               _CIM_CommonDatabase_SizeUnits_qualifiers[] =
119610               {
119611                   /* ValueMap */
119612                   "\061\000\0051\0002\0003\0004\0005\000",
119613                   /* Values */
119614                   "\062\000\005Bytes\000Kilobyes\000Megabytes\000Gigabytes\000Terabytes\000",
119615                   /* MappingStrings */
119616 mike  1.1.2.1     "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsDbInfoSizeUnits\000",
119617                   0,
119618               };
119619               
119620               static MetaProperty
119621               _CIM_CommonDatabase_SizeUnits =
119622               {
119623                   /* flags */
119624                   META_FLAG_PROPERTY|META_FLAG_READ,
119625                   /* name */
119626                   "SizeUnits",
119627                   /* qualifiers */
119628                   _CIM_CommonDatabase_SizeUnits_qualifiers,
119629                   /* type */
119630                   CIMTYPE_UINT16,
119631                   /* subscript */
119632                   -1,
119633                   /* value */
119634                   0,
119635               };
119636               
119637 mike  1.1.2.1 static MetaFeature*
119638               _CIM_CommonDatabase_features[] =
119639               {
119640                   (MetaFeature*)&_CIM_CommonDatabase_InstanceID,
119641                   (MetaFeature*)&_CIM_CommonDatabase_DatabaseVersion,
119642                   (MetaFeature*)&_CIM_CommonDatabase_LastBackup,
119643                   (MetaFeature*)&_CIM_CommonDatabase_SizeAllocated,
119644                   (MetaFeature*)&_CIM_CommonDatabase_SizeUnits,
119645                   0,
119646               };
119647               
119648               static const char*
119649               __root_cimv2_CIM_CommonDatabase_qualifiers[] =
119650               {
119651                   /* UMLPackagePath */
119652                   "\057CIM::Database::System",
119653                   /* Version */
119654                   "\0632.7.0",
119655                   0,
119656               };
119657               
119658 mike  1.1.2.1 MetaClass
119659               __root_cimv2_CIM_CommonDatabase =
119660               {
119661                   /* flags */
119662                   META_FLAG_CLASS,
119663                   /* name */
119664                   "CIM_CommonDatabase",
119665                   /* qualifiers */
119666                   __root_cimv2_CIM_CommonDatabase_qualifiers,
119667                   /* super */
119668                   &__root_cimv2_CIM_EnabledLogicalElement,
119669                   /* features */
119670                   _CIM_CommonDatabase_features,
119671               };
119672               
119673               //==============================================================================
119674               //
119675               // Class: CIM_CompositeExtent
119676               //
119677               //==============================================================================
119678               
119679 mike  1.1.2.1 static const char*
119680               _CIM_CompositeExtent_NumberOfBlocks_qualifiers[] =
119681               {
119682                   /* Override */
119683                   "\044NumberOfBlocks",
119684                   /* MappingStrings */
119685                   "\026\000\001MIF.DMTF|Volume Set|001.3\000",
119686                   0,
119687               };
119688               
119689               static MetaProperty
119690               _CIM_CompositeExtent_NumberOfBlocks =
119691               {
119692                   /* flags */
119693                   META_FLAG_PROPERTY|META_FLAG_READ,
119694                   /* name */
119695                   "NumberOfBlocks",
119696                   /* qualifiers */
119697                   _CIM_CompositeExtent_NumberOfBlocks_qualifiers,
119698                   /* type */
119699                   CIMTYPE_UINT64,
119700 mike  1.1.2.1     /* subscript */
119701                   -1,
119702                   /* value */
119703                   0,
119704               };
119705               
119706               static const char*
119707               _CIM_CompositeExtent_ExtentStripeLength_qualifiers[] =
119708               {
119709                   /* MappingStrings */
119710                   "\026\000\001MIF.DMTF|Volume Set|001.4\000",
119711                   0,
119712               };
119713               
119714               static MetaProperty
119715               _CIM_CompositeExtent_ExtentStripeLength =
119716               {
119717                   /* flags */
119718                   META_FLAG_PROPERTY|META_FLAG_READ,
119719                   /* name */
119720                   "ExtentStripeLength",
119721 mike  1.1.2.1     /* qualifiers */
119722                   _CIM_CompositeExtent_ExtentStripeLength_qualifiers,
119723                   /* type */
119724                   CIMTYPE_UINT64,
119725                   /* subscript */
119726                   -1,
119727                   /* value */
119728                   0,
119729               };
119730               
119731               static const char*
119732               _CIM_CompositeExtent_ExtentInterleaveDepth_qualifiers[] =
119733               {
119734                   /* MappingStrings */
119735                   "\026\000\001MIF.DMTF|Volume Set|001.5\000",
119736                   0,
119737               };
119738               
119739               static MetaProperty
119740               _CIM_CompositeExtent_ExtentInterleaveDepth =
119741               {
119742 mike  1.1.2.1     /* flags */
119743                   META_FLAG_PROPERTY|META_FLAG_READ,
119744                   /* name */
119745                   "ExtentInterleaveDepth",
119746                   /* qualifiers */
119747                   _CIM_CompositeExtent_ExtentInterleaveDepth_qualifiers,
119748                   /* type */
119749                   CIMTYPE_UINT64,
119750                   /* subscript */
119751                   -1,
119752                   /* value */
119753                   0,
119754               };
119755               
119756               static const char*
119757               _CIM_CompositeExtent_IsConcatenated_qualifiers[] =
119758               {
119759                   0,
119760               };
119761               
119762               static MetaProperty
119763 mike  1.1.2.1 _CIM_CompositeExtent_IsConcatenated =
119764               {
119765                   /* flags */
119766                   META_FLAG_PROPERTY|META_FLAG_READ,
119767                   /* name */
119768                   "IsConcatenated",
119769                   /* qualifiers */
119770                   _CIM_CompositeExtent_IsConcatenated_qualifiers,
119771                   /* type */
119772                   CIMTYPE_BOOLEAN,
119773                   /* subscript */
119774                   -1,
119775                   /* value */
119776                   0,
119777               };
119778               
119779               static MetaFeature*
119780               _CIM_CompositeExtent_features[] =
119781               {
119782                   (MetaFeature*)&_CIM_CompositeExtent_NumberOfBlocks,
119783                   (MetaFeature*)&_CIM_CompositeExtent_ExtentStripeLength,
119784 mike  1.1.2.1     (MetaFeature*)&_CIM_CompositeExtent_ExtentInterleaveDepth,
119785                   (MetaFeature*)&_CIM_CompositeExtent_IsConcatenated,
119786                   0,
119787               };
119788               
119789               static const char*
119790               __root_cimv2_CIM_CompositeExtent_qualifiers[] =
119791               {
119792                   /* UMLPackagePath */
119793                   "\057CIM::Device::StorageExtents",
119794                   /* Version */
119795                   "\0632.7.0",
119796                   0,
119797               };
119798               
119799               MetaClass
119800               __root_cimv2_CIM_CompositeExtent =
119801               {
119802                   /* flags */
119803                   META_FLAG_CLASS,
119804                   /* name */
119805 mike  1.1.2.1     "CIM_CompositeExtent",
119806                   /* qualifiers */
119807                   __root_cimv2_CIM_CompositeExtent_qualifiers,
119808                   /* super */
119809                   &__root_cimv2_CIM_StorageExtent,
119810                   /* features */
119811                   _CIM_CompositeExtent_features,
119812               };
119813               
119814               //==============================================================================
119815               //
119816               // Class: CIM_CompositeExtentBasedOn
119817               //
119818               //==============================================================================
119819               
119820               static const char*
119821               _CIM_CompositeExtentBasedOn_Antecedent_qualifiers[] =
119822               {
119823                   /* Override */
119824                   "\044Antecedent",
119825                   /* Min */
119826 mike  1.1.2.1     "\033\000\000\000\001",
119827                   0,
119828               };
119829               
119830               static MetaReference
119831               _CIM_CompositeExtentBasedOn_Antecedent =
119832               {
119833                   /* flags */
119834                   META_FLAG_REFERENCE|META_FLAG_READ,
119835                   /* name */
119836                   "Antecedent",
119837                   /* qualifiers */
119838                   _CIM_CompositeExtentBasedOn_Antecedent_qualifiers,
119839                   /* subscript */
119840                   -1,
119841                   /* refId */
119842                   &__root_cimv2_CIM_StorageExtent,
119843               };
119844               
119845               static const char*
119846               _CIM_CompositeExtentBasedOn_Dependent_qualifiers[] =
119847 mike  1.1.2.1 {
119848                   /* Override */
119849                   "\044Dependent",
119850                   0,
119851               };
119852               
119853               static MetaReference
119854               _CIM_CompositeExtentBasedOn_Dependent =
119855               {
119856                   /* flags */
119857                   META_FLAG_REFERENCE|META_FLAG_READ,
119858                   /* name */
119859                   "Dependent",
119860                   /* qualifiers */
119861                   _CIM_CompositeExtentBasedOn_Dependent_qualifiers,
119862                   /* subscript */
119863                   -1,
119864                   /* refId */
119865                   &__root_cimv2_CIM_CompositeExtent,
119866               };
119867               
119868 mike  1.1.2.1 static const char*
119869               _CIM_CompositeExtentBasedOn_OrderIndex_qualifiers[] =
119870               {
119871                   /* Required */
119872                   "\050\001",
119873                   /* Override */
119874                   "\044OrderIndex",
119875                   /* MappingStrings */
119876                   "\026\000\001MIF.DMTF|Protected Space Extent|001.1\000",
119877                   0,
119878               };
119879               
119880               static MetaProperty
119881               _CIM_CompositeExtentBasedOn_OrderIndex =
119882               {
119883                   /* flags */
119884                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
119885                   /* name */
119886                   "OrderIndex",
119887                   /* qualifiers */
119888                   _CIM_CompositeExtentBasedOn_OrderIndex_qualifiers,
119889 mike  1.1.2.1     /* type */
119890                   CIMTYPE_UINT16,
119891                   /* subscript */
119892                   -1,
119893                   /* value */
119894                   0,
119895               };
119896               
119897               static const char*
119898               _CIM_CompositeExtentBasedOn_LBAsMappedByDecrementing_qualifiers[] =
119899               {
119900                   0,
119901               };
119902               
119903               static MetaProperty
119904               _CIM_CompositeExtentBasedOn_LBAsMappedByDecrementing =
119905               {
119906                   /* flags */
119907                   META_FLAG_PROPERTY|META_FLAG_READ,
119908                   /* name */
119909                   "LBAsMappedByDecrementing",
119910 mike  1.1.2.1     /* qualifiers */
119911                   _CIM_CompositeExtentBasedOn_LBAsMappedByDecrementing_qualifiers,
119912                   /* type */
119913                   CIMTYPE_BOOLEAN,
119914                   /* subscript */
119915                   -1,
119916                   /* value */
119917                   0,
119918               };
119919               
119920               static const char*
119921               _CIM_CompositeExtentBasedOn_LBAMappingIncludesCheckData_qualifiers[] =
119922               {
119923                   0,
119924               };
119925               
119926               static MetaProperty
119927               _CIM_CompositeExtentBasedOn_LBAMappingIncludesCheckData =
119928               {
119929                   /* flags */
119930                   META_FLAG_PROPERTY|META_FLAG_READ,
119931 mike  1.1.2.1     /* name */
119932                   "LBAMappingIncludesCheckData",
119933                   /* qualifiers */
119934                   _CIM_CompositeExtentBasedOn_LBAMappingIncludesCheckData_qualifiers,
119935                   /* type */
119936                   CIMTYPE_BOOLEAN,
119937                   /* subscript */
119938                   -1,
119939                   /* value */
119940                   0,
119941               };
119942               
119943               static const char*
119944               _CIM_CompositeExtentBasedOn_NumberOfBlocks_qualifiers[] =
119945               {
119946                   /* MappingStrings */
119947                   "\026\000\001MIF.DMTF|Protected Space Extent|001.3\000",
119948                   /* ModelCorrespondence */
119949                   "\036\000\001CIM_StorageExtent.NumberOfBlocks\000",
119950                   0,
119951               };
119952 mike  1.1.2.1 
119953               static MetaProperty
119954               _CIM_CompositeExtentBasedOn_NumberOfBlocks =
119955               {
119956                   /* flags */
119957                   META_FLAG_PROPERTY|META_FLAG_READ,
119958                   /* name */
119959                   "NumberOfBlocks",
119960                   /* qualifiers */
119961                   _CIM_CompositeExtentBasedOn_NumberOfBlocks_qualifiers,
119962                   /* type */
119963                   CIMTYPE_UINT64,
119964                   /* subscript */
119965                   -1,
119966                   /* value */
119967                   0,
119968               };
119969               
119970               static const char*
119971               _CIM_CompositeExtentBasedOn_BlockSize_qualifiers[] =
119972               {
119973 mike  1.1.2.1     /* Units */
119974                   "\060Bytes",
119975                   /* MappingStrings */
119976                   "\026\000\001MIF.DMTF|Protected Space Extent|001.4\000",
119977                   /* ModelCorrespondence */
119978                   "\036\000\001CIM_StorageExtent.BlockSize\000",
119979                   0,
119980               };
119981               
119982               static MetaProperty
119983               _CIM_CompositeExtentBasedOn_BlockSize =
119984               {
119985                   /* flags */
119986                   META_FLAG_PROPERTY|META_FLAG_READ,
119987                   /* name */
119988                   "BlockSize",
119989                   /* qualifiers */
119990                   _CIM_CompositeExtentBasedOn_BlockSize_qualifiers,
119991                   /* type */
119992                   CIMTYPE_UINT64,
119993                   /* subscript */
119994 mike  1.1.2.1     -1,
119995                   /* value */
119996                   0,
119997               };
119998               
119999               static const char*
120000               _CIM_CompositeExtentBasedOn_UserDataStripeDepth_qualifiers[] =
120001               {
120002                   /* Units */
120003                   "\060Bytes",
120004                   /* MappingStrings */
120005                   "\026\000\001MIF.DMTF|Protected Space Extent|001.6\000",
120006                   0,
120007               };
120008               
120009               static MetaProperty
120010               _CIM_CompositeExtentBasedOn_UserDataStripeDepth =
120011               {
120012                   /* flags */
120013                   META_FLAG_PROPERTY|META_FLAG_READ,
120014                   /* name */
120015 mike  1.1.2.1     "UserDataStripeDepth",
120016                   /* qualifiers */
120017                   _CIM_CompositeExtentBasedOn_UserDataStripeDepth_qualifiers,
120018                   /* type */
120019                   CIMTYPE_UINT64,
120020                   /* subscript */
120021                   -1,
120022                   /* value */
120023                   0,
120024               };
120025               
120026               static const char*
120027               _CIM_CompositeExtentBasedOn_UnitsBeforeCheckDataInterleave_qualifiers[] =
120028               {
120029                   /* Units */
120030                   "\060Bytes",
120031                   /* MappingStrings */
120032                   "\026\000\001MIF.DMTF|Physical Extent|001.6\000",
120033                   0,
120034               };
120035               
120036 mike  1.1.2.1 static MetaProperty
120037               _CIM_CompositeExtentBasedOn_UnitsBeforeCheckDataInterleave =
120038               {
120039                   /* flags */
120040                   META_FLAG_PROPERTY|META_FLAG_READ,
120041                   /* name */
120042                   "UnitsBeforeCheckDataInterleave",
120043                   /* qualifiers */
120044                   _CIM_CompositeExtentBasedOn_UnitsBeforeCheckDataInterleave_qualifiers,
120045                   /* type */
120046                   CIMTYPE_UINT64,
120047                   /* subscript */
120048                   -1,
120049                   /* value */
120050                   0,
120051               };
120052               
120053               static const char*
120054               _CIM_CompositeExtentBasedOn_UnitsOfCheckData_qualifiers[] =
120055               {
120056                   /* Units */
120057 mike  1.1.2.1     "\060Bytes",
120058                   /* MappingStrings */
120059                   "\026\000\001MIF.DMTF|Physical Extent|001.7\000",
120060                   0,
120061               };
120062               
120063               static MetaProperty
120064               _CIM_CompositeExtentBasedOn_UnitsOfCheckData =
120065               {
120066                   /* flags */
120067                   META_FLAG_PROPERTY|META_FLAG_READ,
120068                   /* name */
120069                   "UnitsOfCheckData",
120070                   /* qualifiers */
120071                   _CIM_CompositeExtentBasedOn_UnitsOfCheckData_qualifiers,
120072                   /* type */
120073                   CIMTYPE_UINT64,
120074                   /* subscript */
120075                   -1,
120076                   /* value */
120077                   0,
120078 mike  1.1.2.1 };
120079               
120080               static const char*
120081               _CIM_CompositeExtentBasedOn_UnitsOfUserData_qualifiers[] =
120082               {
120083                   /* Units */
120084                   "\060Bytes",
120085                   /* MappingStrings */
120086                   "\026\000\001MIF.DMTF|Physical Extent|001.8\000",
120087                   0,
120088               };
120089               
120090               static MetaProperty
120091               _CIM_CompositeExtentBasedOn_UnitsOfUserData =
120092               {
120093                   /* flags */
120094                   META_FLAG_PROPERTY|META_FLAG_READ,
120095                   /* name */
120096                   "UnitsOfUserData",
120097                   /* qualifiers */
120098                   _CIM_CompositeExtentBasedOn_UnitsOfUserData_qualifiers,
120099 mike  1.1.2.1     /* type */
120100                   CIMTYPE_UINT64,
120101                   /* subscript */
120102                   -1,
120103                   /* value */
120104                   0,
120105               };
120106               
120107               static MetaFeature*
120108               _CIM_CompositeExtentBasedOn_features[] =
120109               {
120110                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_Antecedent,
120111                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_Dependent,
120112                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_OrderIndex,
120113                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_LBAsMappedByDecrementing,
120114                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_LBAMappingIncludesCheckData,
120115                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_NumberOfBlocks,
120116                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_BlockSize,
120117                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_UserDataStripeDepth,
120118                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_UnitsBeforeCheckDataInterleave,
120119                   (MetaFeature*)&_CIM_CompositeExtentBasedOn_UnitsOfCheckData,
120120 mike  1.1.2.1     (MetaFeature*)&_CIM_CompositeExtentBasedOn_UnitsOfUserData,
120121                   0,
120122               };
120123               
120124               static const char*
120125               __root_cimv2_CIM_CompositeExtentBasedOn_qualifiers[] =
120126               {
120127                   /* ASSOCIATION */
120128                   "\000\001",
120129                   /* UMLPackagePath */
120130                   "\057CIM::Device::StorageExtents",
120131                   /* Version */
120132                   "\0632.7.0",
120133                   0,
120134               };
120135               
120136               MetaClass
120137               __root_cimv2_CIM_CompositeExtentBasedOn =
120138               {
120139                   /* flags */
120140                   META_FLAG_ASSOCIATION,
120141 mike  1.1.2.1     /* name */
120142                   "CIM_CompositeExtentBasedOn",
120143                   /* qualifiers */
120144                   __root_cimv2_CIM_CompositeExtentBasedOn_qualifiers,
120145                   /* super */
120146                   &__root_cimv2_CIM_BasedOn,
120147                   /* features */
120148                   _CIM_CompositeExtentBasedOn_features,
120149               };
120150               
120151               //==============================================================================
120152               //
120153               // Class: CIM_ComputerSystem
120154               //
120155               //==============================================================================
120156               
120157               static const char*
120158               _CIM_ComputerSystem_NameFormat_qualifiers[] =
120159               {
120160                   /* Override */
120161                   "\044NameFormat",
120162 mike  1.1.2.1     /* ValueMap */
120163                   "\061\000\020Other\000IP\000Dial\000HID\000NWA\000HWA\000X25\000ISDN\000IPX\000DCC\000ICD\000E.164\000SNA\000OID/OSI\000WWN\000NAA\000",
120164                   0,
120165               };
120166               
120167               static MetaProperty
120168               _CIM_ComputerSystem_NameFormat =
120169               {
120170                   /* flags */
120171                   META_FLAG_PROPERTY|META_FLAG_READ,
120172                   /* name */
120173                   "NameFormat",
120174                   /* qualifiers */
120175                   _CIM_ComputerSystem_NameFormat_qualifiers,
120176                   /* type */
120177                   CIMTYPE_STRING,
120178                   /* subscript */
120179                   -1,
120180                   /* value */
120181                   0,
120182               };
120183 mike  1.1.2.1 
120184               static const char*
120185               _CIM_ComputerSystem_OtherIdentifyingInfo_qualifiers[] =
120186               {
120187                   /* MaxLen */
120188                   "\030\000\000\001\000",
120189                   /* ArrayType */
120190                   "\005Indexed",
120191                   /* ModelCorrespondence */
120192                   "\036\000\001CIM_ComputerSystem.IdentifyingDescriptions\000",
120193                   0,
120194               };
120195               
120196               static MetaProperty
120197               _CIM_ComputerSystem_OtherIdentifyingInfo =
120198               {
120199                   /* flags */
120200                   META_FLAG_PROPERTY|META_FLAG_READ,
120201                   /* name */
120202                   "OtherIdentifyingInfo",
120203                   /* qualifiers */
120204 mike  1.1.2.1     _CIM_ComputerSystem_OtherIdentifyingInfo_qualifiers,
120205                   /* type */
120206                   CIMTYPE_STRING,
120207                   /* subscript */
120208                   0,
120209                   /* value */
120210                   0,
120211               };
120212               
120213               static const char*
120214               _CIM_ComputerSystem_IdentifyingDescriptions_qualifiers[] =
120215               {
120216                   /* ArrayType */
120217                   "\005Indexed",
120218                   /* ModelCorrespondence */
120219                   "\036\000\001CIM_ComputerSystem.OtherIdentifyingInfo\000",
120220                   0,
120221               };
120222               
120223               static MetaProperty
120224               _CIM_ComputerSystem_IdentifyingDescriptions =
120225 mike  1.1.2.1 {
120226                   /* flags */
120227                   META_FLAG_PROPERTY|META_FLAG_READ,
120228                   /* name */
120229                   "IdentifyingDescriptions",
120230                   /* qualifiers */
120231                   _CIM_ComputerSystem_IdentifyingDescriptions_qualifiers,
120232                   /* type */
120233                   CIMTYPE_STRING,
120234                   /* subscript */
120235                   0,
120236                   /* value */
120237                   0,
120238               };
120239               
120240               static const char*
120241               _CIM_ComputerSystem_Dedicated_qualifiers[] =
120242               {
120243                   /* ValueMap */
120244                   "\061\000\0250\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\000",
120245                   /* Values */
120246 mike  1.1.2.1     "\062\000\025Not Dedicated\000Unknown\000Other\000Storage\000Router\000Switch\000Layer 3 Switch\000Central Office Switch\000Hub\000Access Server\000Firewall\000Print\000I/O\000Web Caching\000Management\000Block Server\000File Server\000Mobile User Device\000Repeater\000Bridge/Extender\000Gateway\000",
120247                   /* MappingStrings */
120248                   "\026\000\001MIB.IETF|MIB-II.sysServices\000",
120249                   /* ArrayType */
120250                   "\005Indexed",
120251                   /* ModelCorrespondence */
120252                   "\036\000\001CIM_ComputerSystem.OtherDedicatedDescriptions\000",
120253                   0,
120254               };
120255               
120256               static MetaProperty
120257               _CIM_ComputerSystem_Dedicated =
120258               {
120259                   /* flags */
120260                   META_FLAG_PROPERTY|META_FLAG_READ,
120261                   /* name */
120262                   "Dedicated",
120263                   /* qualifiers */
120264                   _CIM_ComputerSystem_Dedicated_qualifiers,
120265                   /* type */
120266                   CIMTYPE_UINT16,
120267 mike  1.1.2.1     /* subscript */
120268                   0,
120269                   /* value */
120270                   0,
120271               };
120272               
120273               static const char*
120274               _CIM_ComputerSystem_OtherDedicatedDescriptions_qualifiers[] =
120275               {
120276                   /* ArrayType */
120277                   "\005Indexed",
120278                   /* ModelCorrespondence */
120279                   "\036\000\001CIM_ComputerSystem.Dedicated\000",
120280                   0,
120281               };
120282               
120283               static MetaProperty
120284               _CIM_ComputerSystem_OtherDedicatedDescriptions =
120285               {
120286                   /* flags */
120287                   META_FLAG_PROPERTY|META_FLAG_READ,
120288 mike  1.1.2.1     /* name */
120289                   "OtherDedicatedDescriptions",
120290                   /* qualifiers */
120291                   _CIM_ComputerSystem_OtherDedicatedDescriptions_qualifiers,
120292                   /* type */
120293                   CIMTYPE_STRING,
120294                   /* subscript */
120295                   0,
120296                   /* value */
120297                   0,
120298               };
120299               
120300               static const char*
120301               _CIM_ComputerSystem_ResetCapability_qualifiers[] =
120302               {
120303                   /* ValueMap */
120304                   "\061\000\0051\0002\0003\0004\0005\000",
120305                   /* Values */
120306                   "\062\000\005Other\000Unknown\000Disabled\000Enabled\000Not Implemented\000",
120307                   /* MappingStrings */
120308                   "\026\000\001MIF.DMTF|System Hardware Security|001.4\000",
120309 mike  1.1.2.1     0,
120310               };
120311               
120312               static MetaProperty
120313               _CIM_ComputerSystem_ResetCapability =
120314               {
120315                   /* flags */
120316                   META_FLAG_PROPERTY|META_FLAG_READ,
120317                   /* name */
120318                   "ResetCapability",
120319                   /* qualifiers */
120320                   _CIM_ComputerSystem_ResetCapability_qualifiers,
120321                   /* type */
120322                   CIMTYPE_UINT16,
120323                   /* subscript */
120324                   -1,
120325                   /* value */
120326                   0,
120327               };
120328               
120329               static const char*
120330 mike  1.1.2.1 _CIM_ComputerSystem_PowerManagementCapabilities_qualifiers[] =
120331               {
120332                   /* Deprecated */
120333                   "\013\000\001CIM_PowerManagementCapabilities.PowerCapabilities\000",
120334                   /* ValueMap */
120335                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
120336                   /* Values */
120337                   "\062\000\010Unknown\000Not Supported\000Disabled\000Enabled\000Power Saving Modes Entered Automatically\000Power State Settable\000Power Cycling Supported\000Timed Power On Supported\000",
120338                   /* MappingStrings */
120339                   "\026\000\001MIF.DMTF|System Power Controls|001.2\000",
120340                   0,
120341               };
120342               
120343               static MetaProperty
120344               _CIM_ComputerSystem_PowerManagementCapabilities =
120345               {
120346                   /* flags */
120347                   META_FLAG_PROPERTY|META_FLAG_READ,
120348                   /* name */
120349                   "PowerManagementCapabilities",
120350                   /* qualifiers */
120351 mike  1.1.2.1     _CIM_ComputerSystem_PowerManagementCapabilities_qualifiers,
120352                   /* type */
120353                   CIMTYPE_UINT16,
120354                   /* subscript */
120355                   0,
120356                   /* value */
120357                   0,
120358               };
120359               
120360               static const char*
120361               _CIM_ComputerSystem_SetPowerState_PowerState_qualifiers[] =
120362               {
120363                   /* IN */
120364                   "\024\001",
120365                   /* ValueMap */
120366                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
120367                   /* Values */
120368                   "\062\000\010Full Power\000Power Save - Low Power Mode\000Power Save - Standby\000Power Save - Other\000Power Cycle\000Power Off\000Hibernate\000Soft Off\000",
120369                   0,
120370               };
120371               
120372 mike  1.1.2.1 static MetaProperty
120373               _CIM_ComputerSystem_SetPowerState_PowerState =
120374               {
120375                   /* flags */
120376                   META_FLAG_PROPERTY|META_FLAG_IN,
120377                   /* name */
120378                   "PowerState",
120379                   /* qualifiers */
120380                   _CIM_ComputerSystem_SetPowerState_PowerState_qualifiers,
120381                   /* type */
120382                   CIMTYPE_UINT32,
120383                   /* subscript */
120384                   -1,
120385                   /* value */
120386                   0,
120387               };
120388               
120389               static const char*
120390               _CIM_ComputerSystem_SetPowerState_Time_qualifiers[] =
120391               {
120392                   /* IN */
120393 mike  1.1.2.1     "\024\001",
120394                   0,
120395               };
120396               
120397               static MetaProperty
120398               _CIM_ComputerSystem_SetPowerState_Time =
120399               {
120400                   /* flags */
120401                   META_FLAG_PROPERTY|META_FLAG_IN,
120402                   /* name */
120403                   "Time",
120404                   /* qualifiers */
120405                   _CIM_ComputerSystem_SetPowerState_Time_qualifiers,
120406                   /* type */
120407                   CIMTYPE_DATETIME,
120408                   /* subscript */
120409                   -1,
120410                   /* value */
120411                   0,
120412               };
120413               
120414 mike  1.1.2.1 static MetaFeature*
120415               _CIM_ComputerSystem_SetPowerState_parameters[] =
120416               {
120417                   (MetaFeature*)&_CIM_ComputerSystem_SetPowerState_PowerState,
120418                   (MetaFeature*)&_CIM_ComputerSystem_SetPowerState_Time,
120419                   0,
120420               };
120421               
120422               static const char*
120423               _CIM_ComputerSystem_SetPowerState_qualifiers[] =
120424               {
120425                   /* Deprecated */
120426                   "\013\000\001CIM_PowerManagementService.SetPowerState\000",
120427                   0,
120428               };
120429               
120430               static MetaMethod
120431               _CIM_ComputerSystem_SetPowerState =
120432               {
120433                   /* flags */
120434                   META_FLAG_METHOD,
120435 mike  1.1.2.1     /* name */
120436                   "CIM_ComputerSystem",
120437                   /* qualifiers */
120438                   _CIM_ComputerSystem_SetPowerState_qualifiers,
120439                   /* type */
120440                   CIMTYPE_UINT32,
120441                   /* parameters */
120442                   _CIM_ComputerSystem_SetPowerState_parameters,
120443               };
120444               
120445               static MetaFeature*
120446               _CIM_ComputerSystem_features[] =
120447               {
120448                   (MetaFeature*)&_CIM_ComputerSystem_NameFormat,
120449                   (MetaFeature*)&_CIM_ComputerSystem_OtherIdentifyingInfo,
120450                   (MetaFeature*)&_CIM_ComputerSystem_IdentifyingDescriptions,
120451                   (MetaFeature*)&_CIM_ComputerSystem_Dedicated,
120452                   (MetaFeature*)&_CIM_ComputerSystem_OtherDedicatedDescriptions,
120453                   (MetaFeature*)&_CIM_ComputerSystem_ResetCapability,
120454                   (MetaFeature*)&_CIM_ComputerSystem_PowerManagementCapabilities,
120455                   (MetaFeature*)&_CIM_ComputerSystem_SetPowerState,
120456 mike  1.1.2.1     0,
120457               };
120458               
120459               static const char*
120460               __root_cimv2_CIM_ComputerSystem_qualifiers[] =
120461               {
120462                   /* UMLPackagePath */
120463                   "\057CIM::System::SystemElements",
120464                   /* Version */
120465                   "\0632.7.0",
120466                   0,
120467               };
120468               
120469               MetaClass
120470               __root_cimv2_CIM_ComputerSystem =
120471               {
120472                   /* flags */
120473                   META_FLAG_CLASS,
120474                   /* name */
120475                   "CIM_ComputerSystem",
120476                   /* qualifiers */
120477 mike  1.1.2.1     __root_cimv2_CIM_ComputerSystem_qualifiers,
120478                   /* super */
120479                   &__root_cimv2_CIM_System,
120480                   /* features */
120481                   _CIM_ComputerSystem_features,
120482               };
120483               
120484               //==============================================================================
120485               //
120486               // Class: CIM_ComputerSystemPackage
120487               //
120488               //==============================================================================
120489               
120490               static const char*
120491               _CIM_ComputerSystemPackage_Antecedent_qualifiers[] =
120492               {
120493                   /* Override */
120494                   "\044Antecedent",
120495                   0,
120496               };
120497               
120498 mike  1.1.2.1 static MetaReference
120499               _CIM_ComputerSystemPackage_Antecedent =
120500               {
120501                   /* flags */
120502                   META_FLAG_REFERENCE|META_FLAG_READ,
120503                   /* name */
120504                   "Antecedent",
120505                   /* qualifiers */
120506                   _CIM_ComputerSystemPackage_Antecedent_qualifiers,
120507                   /* subscript */
120508                   -1,
120509                   /* refId */
120510                   &__root_cimv2_CIM_PhysicalPackage,
120511               };
120512               
120513               static const char*
120514               _CIM_ComputerSystemPackage_Dependent_qualifiers[] =
120515               {
120516                   /* Override */
120517                   "\044Dependent",
120518                   0,
120519 mike  1.1.2.1 };
120520               
120521               static MetaReference
120522               _CIM_ComputerSystemPackage_Dependent =
120523               {
120524                   /* flags */
120525                   META_FLAG_REFERENCE|META_FLAG_READ,
120526                   /* name */
120527                   "Dependent",
120528                   /* qualifiers */
120529                   _CIM_ComputerSystemPackage_Dependent_qualifiers,
120530                   /* subscript */
120531                   -1,
120532                   /* refId */
120533                   &__root_cimv2_CIM_ComputerSystem,
120534               };
120535               
120536               static const char*
120537               _CIM_ComputerSystemPackage_PlatformGUID_qualifiers[] =
120538               {
120539                   0,
120540 mike  1.1.2.1 };
120541               
120542               static MetaProperty
120543               _CIM_ComputerSystemPackage_PlatformGUID =
120544               {
120545                   /* flags */
120546                   META_FLAG_PROPERTY|META_FLAG_READ,
120547                   /* name */
120548                   "PlatformGUID",
120549                   /* qualifiers */
120550                   _CIM_ComputerSystemPackage_PlatformGUID_qualifiers,
120551                   /* type */
120552                   CIMTYPE_STRING,
120553                   /* subscript */
120554                   -1,
120555                   /* value */
120556                   0,
120557               };
120558               
120559               static MetaFeature*
120560               _CIM_ComputerSystemPackage_features[] =
120561 mike  1.1.2.1 {
120562                   (MetaFeature*)&_CIM_ComputerSystemPackage_Antecedent,
120563                   (MetaFeature*)&_CIM_ComputerSystemPackage_Dependent,
120564                   (MetaFeature*)&_CIM_ComputerSystemPackage_PlatformGUID,
120565                   0,
120566               };
120567               
120568               static const char*
120569               __root_cimv2_CIM_ComputerSystemPackage_qualifiers[] =
120570               {
120571                   /* ASSOCIATION */
120572                   "\000\001",
120573                   /* UMLPackagePath */
120574                   "\057CIM::System::SystemElements",
120575                   /* Version */
120576                   "\0632.13.0",
120577                   0,
120578               };
120579               
120580               MetaClass
120581               __root_cimv2_CIM_ComputerSystemPackage =
120582 mike  1.1.2.1 {
120583                   /* flags */
120584                   META_FLAG_ASSOCIATION,
120585                   /* name */
120586                   "CIM_ComputerSystemPackage",
120587                   /* qualifiers */
120588                   __root_cimv2_CIM_ComputerSystemPackage_qualifiers,
120589                   /* super */
120590                   &__root_cimv2_CIM_SystemPackaging,
120591                   /* features */
120592                   _CIM_ComputerSystemPackage_features,
120593               };
120594               
120595               //==============================================================================
120596               //
120597               // Class: CIM_ConditioningService
120598               //
120599               //==============================================================================
120600               
120601               static const char*
120602               _CIM_ConditioningService_Enabled_qualifiers[] =
120603 mike  1.1.2.1 {
120604                   /* Deprecated */
120605                   "\013\000\001CIM_EnabledLogicalElement.EnabledState\000",
120606                   0,
120607               };
120608               
120609               static MetaProperty
120610               _CIM_ConditioningService_Enabled =
120611               {
120612                   /* flags */
120613                   META_FLAG_PROPERTY|META_FLAG_READ,
120614                   /* name */
120615                   "Enabled",
120616                   /* qualifiers */
120617                   _CIM_ConditioningService_Enabled_qualifiers,
120618                   /* type */
120619                   CIMTYPE_BOOLEAN,
120620                   /* subscript */
120621                   -1,
120622                   /* value */
120623                   0,
120624 mike  1.1.2.1 };
120625               
120626               static MetaFeature*
120627               _CIM_ConditioningService_features[] =
120628               {
120629                   (MetaFeature*)&_CIM_ConditioningService_Enabled,
120630                   0,
120631               };
120632               
120633               static const char*
120634               __root_cimv2_CIM_ConditioningService_qualifiers[] =
120635               {
120636                   /* UMLPackagePath */
120637                   "\057CIM::Network::QoS",
120638                   /* Version */
120639                   "\0632.7.0",
120640                   0,
120641               };
120642               
120643               MetaClass
120644               __root_cimv2_CIM_ConditioningService =
120645 mike  1.1.2.1 {
120646                   /* flags */
120647                   META_FLAG_CLASS,
120648                   /* name */
120649                   "CIM_ConditioningService",
120650                   /* qualifiers */
120651                   __root_cimv2_CIM_ConditioningService_qualifiers,
120652                   /* super */
120653                   &__root_cimv2_CIM_Service,
120654                   /* features */
120655                   _CIM_ConditioningService_features,
120656               };
120657               
120658               //==============================================================================
120659               //
120660               // Class: CIM_Confederation
120661               //
120662               //==============================================================================
120663               
120664               static const char*
120665               _CIM_Confederation_GroupComponent_qualifiers[] =
120666 mike  1.1.2.1 {
120667                   /* Aggregate */
120668                   "\003\001",
120669                   /* Override */
120670                   "\044GroupComponent",
120671                   /* Max */
120672                   "\027\000\000\000\001",
120673                   0,
120674               };
120675               
120676               static MetaReference
120677               _CIM_Confederation_GroupComponent =
120678               {
120679                   /* flags */
120680                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
120681                   /* name */
120682                   "GroupComponent",
120683                   /* qualifiers */
120684                   _CIM_Confederation_GroupComponent_qualifiers,
120685                   /* subscript */
120686                   -1,
120687 mike  1.1.2.1     /* refId */
120688                   &__root_cimv2_CIM_AutonomousSystem,
120689               };
120690               
120691               static const char*
120692               _CIM_Confederation_PartComponent_qualifiers[] =
120693               {
120694                   /* Override */
120695                   "\044PartComponent",
120696                   0,
120697               };
120698               
120699               static MetaReference
120700               _CIM_Confederation_PartComponent =
120701               {
120702                   /* flags */
120703                   META_FLAG_REFERENCE|META_FLAG_READ,
120704                   /* name */
120705                   "PartComponent",
120706                   /* qualifiers */
120707                   _CIM_Confederation_PartComponent_qualifiers,
120708 mike  1.1.2.1     /* subscript */
120709                   -1,
120710                   /* refId */
120711                   &__root_cimv2_CIM_AutonomousSystem,
120712               };
120713               
120714               static const char*
120715               _CIM_Confederation_ParentASNumber_qualifiers[] =
120716               {
120717                   0,
120718               };
120719               
120720               static MetaProperty
120721               _CIM_Confederation_ParentASNumber =
120722               {
120723                   /* flags */
120724                   META_FLAG_PROPERTY|META_FLAG_READ,
120725                   /* name */
120726                   "ParentASNumber",
120727                   /* qualifiers */
120728                   _CIM_Confederation_ParentASNumber_qualifiers,
120729 mike  1.1.2.1     /* type */
120730                   CIMTYPE_UINT32,
120731                   /* subscript */
120732                   -1,
120733                   /* value */
120734                   0,
120735               };
120736               
120737               static const char*
120738               _CIM_Confederation_ChildASNumber_qualifiers[] =
120739               {
120740                   0,
120741               };
120742               
120743               static MetaProperty
120744               _CIM_Confederation_ChildASNumber =
120745               {
120746                   /* flags */
120747                   META_FLAG_PROPERTY|META_FLAG_READ,
120748                   /* name */
120749                   "ChildASNumber",
120750 mike  1.1.2.1     /* qualifiers */
120751                   _CIM_Confederation_ChildASNumber_qualifiers,
120752                   /* type */
120753                   CIMTYPE_UINT32,
120754                   /* subscript */
120755                   -1,
120756                   /* value */
120757                   0,
120758               };
120759               
120760               static MetaFeature*
120761               _CIM_Confederation_features[] =
120762               {
120763                   (MetaFeature*)&_CIM_Confederation_GroupComponent,
120764                   (MetaFeature*)&_CIM_Confederation_PartComponent,
120765                   (MetaFeature*)&_CIM_Confederation_ParentASNumber,
120766                   (MetaFeature*)&_CIM_Confederation_ChildASNumber,
120767                   0,
120768               };
120769               
120770               static const char*
120771 mike  1.1.2.1 __root_cimv2_CIM_Confederation_qualifiers[] =
120772               {
120773                   /* ASSOCIATION */
120774                   "\000\001",
120775                   /* UMLPackagePath */
120776                   "\057CIM::Network::BGP",
120777                   /* Aggregation */
120778                   "\004\001",
120779                   /* Composition */
120780                   "\011\001",
120781                   /* Version */
120782                   "\0632.7.0",
120783                   0,
120784               };
120785               
120786               MetaClass
120787               __root_cimv2_CIM_Confederation =
120788               {
120789                   /* flags */
120790                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
120791                   /* name */
120792 mike  1.1.2.1     "CIM_Confederation",
120793                   /* qualifiers */
120794                   __root_cimv2_CIM_Confederation_qualifiers,
120795                   /* super */
120796                   &__root_cimv2_CIM_SystemComponent,
120797                   /* features */
120798                   _CIM_Confederation_features,
120799               };
120800               
120801               //==============================================================================
120802               //
120803               // Class: CIM_ConfigurationForSystem
120804               //
120805               //==============================================================================
120806               
120807               static const char*
120808               _CIM_ConfigurationForSystem_Antecedent_qualifiers[] =
120809               {
120810                   /* Override */
120811                   "\044Antecedent",
120812                   /* Min */
120813 mike  1.1.2.1     "\033\000\000\000\001",
120814                   /* Max */
120815                   "\027\000\000\000\001",
120816                   0,
120817               };
120818               
120819               static MetaReference
120820               _CIM_ConfigurationForSystem_Antecedent =
120821               {
120822                   /* flags */
120823                   META_FLAG_REFERENCE|META_FLAG_READ,
120824                   /* name */
120825                   "Antecedent",
120826                   /* qualifiers */
120827                   _CIM_ConfigurationForSystem_Antecedent_qualifiers,
120828                   /* subscript */
120829                   -1,
120830                   /* refId */
120831                   &__root_cimv2_CIM_System,
120832               };
120833               
120834 mike  1.1.2.1 static const char*
120835               _CIM_ConfigurationForSystem_Dependent_qualifiers[] =
120836               {
120837                   /* Override */
120838                   "\044Dependent",
120839                   /* Weak */
120840                   "\064\001",
120841                   0,
120842               };
120843               
120844               static MetaReference
120845               _CIM_ConfigurationForSystem_Dependent =
120846               {
120847                   /* flags */
120848                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
120849                   /* name */
120850                   "Dependent",
120851                   /* qualifiers */
120852                   _CIM_ConfigurationForSystem_Dependent_qualifiers,
120853                   /* subscript */
120854                   -1,
120855 mike  1.1.2.1     /* refId */
120856                   &__root_cimv2_CIM_SystemConfiguration,
120857               };
120858               
120859               static MetaFeature*
120860               _CIM_ConfigurationForSystem_features[] =
120861               {
120862                   (MetaFeature*)&_CIM_ConfigurationForSystem_Antecedent,
120863                   (MetaFeature*)&_CIM_ConfigurationForSystem_Dependent,
120864                   0,
120865               };
120866               
120867               static const char*
120868               __root_cimv2_CIM_ConfigurationForSystem_qualifiers[] =
120869               {
120870                   /* ASSOCIATION */
120871                   "\000\001",
120872                   /* UMLPackagePath */
120873                   "\057CIM::Core::Settings",
120874                   /* Version */
120875                   "\0632.8.0",
120876 mike  1.1.2.1     0,
120877               };
120878               
120879               MetaClass
120880               __root_cimv2_CIM_ConfigurationForSystem =
120881               {
120882                   /* flags */
120883                   META_FLAG_ASSOCIATION,
120884                   /* name */
120885                   "CIM_ConfigurationForSystem",
120886                   /* qualifiers */
120887                   __root_cimv2_CIM_ConfigurationForSystem_qualifiers,
120888                   /* super */
120889                   &__root_cimv2_CIM_HostedDependency,
120890                   /* features */
120891                   _CIM_ConfigurationForSystem_features,
120892               };
120893               
120894               //==============================================================================
120895               //
120896               // Class: CIM_ConfigurationReportingService
120897 mike  1.1.2.1 //
120898               //==============================================================================
120899               
120900               static const char*
120901               _CIM_ConfigurationReportingService_GetClassTypes_InquiryType_qualifiers[] =
120902               {
120903                   /* IN */
120904                   "\024\001",
120905                   /* ValueMap */
120906                   "\061\000\0022\0003\000",
120907                   /* Values */
120908                   "\062\000\002Supports\000Installed\000",
120909                   0,
120910               };
120911               
120912               static MetaProperty
120913               _CIM_ConfigurationReportingService_GetClassTypes_InquiryType =
120914               {
120915                   /* flags */
120916                   META_FLAG_PROPERTY|META_FLAG_IN,
120917                   /* name */
120918 mike  1.1.2.1     "InquiryType",
120919                   /* qualifiers */
120920                   _CIM_ConfigurationReportingService_GetClassTypes_InquiryType_qualifiers,
120921                   /* type */
120922                   CIMTYPE_UINT16,
120923                   /* subscript */
120924                   -1,
120925                   /* value */
120926                   0,
120927               };
120928               
120929               static const char*
120930               _CIM_ConfigurationReportingService_GetClassTypes_Recursive_qualifiers[] =
120931               {
120932                   /* IN */
120933                   "\024\001",
120934                   0,
120935               };
120936               
120937               static MetaProperty
120938               _CIM_ConfigurationReportingService_GetClassTypes_Recursive =
120939 mike  1.1.2.1 {
120940                   /* flags */
120941                   META_FLAG_PROPERTY|META_FLAG_IN,
120942                   /* name */
120943                   "Recursive",
120944                   /* qualifiers */
120945                   _CIM_ConfigurationReportingService_GetClassTypes_Recursive_qualifiers,
120946                   /* type */
120947                   CIMTYPE_BOOLEAN,
120948                   /* subscript */
120949                   -1,
120950                   /* value */
120951                   0,
120952               };
120953               
120954               static const char*
120955               _CIM_ConfigurationReportingService_GetClassTypes_Target_qualifiers[] =
120956               {
120957                   /* IN */
120958                   "\024\001",
120959                   0,
120960 mike  1.1.2.1 };
120961               
120962               static MetaReference
120963               _CIM_ConfigurationReportingService_GetClassTypes_Target =
120964               {
120965                   /* flags */
120966                   META_FLAG_REFERENCE|META_FLAG_IN,
120967                   /* name */
120968                   "Target",
120969                   /* qualifiers */
120970                   _CIM_ConfigurationReportingService_GetClassTypes_Target_qualifiers,
120971                   /* subscript */
120972                   -1,
120973                   /* ref */
120974                   &__root_cimv2_CIM_ManagedElement,
120975               };
120976               
120977               static const char*
120978               _CIM_ConfigurationReportingService_GetClassTypes_ClassTypes_qualifiers[] =
120979               {
120980                   /* IN */
120981 mike  1.1.2.1     "\024\000",
120982                   /* OUT */
120983                   "\043\001",
120984                   0,
120985               };
120986               
120987               static MetaProperty
120988               _CIM_ConfigurationReportingService_GetClassTypes_ClassTypes =
120989               {
120990                   /* flags */
120991                   META_FLAG_PROPERTY|META_FLAG_OUT,
120992                   /* name */
120993                   "ClassTypes",
120994                   /* qualifiers */
120995                   _CIM_ConfigurationReportingService_GetClassTypes_ClassTypes_qualifiers,
120996                   /* type */
120997                   CIMTYPE_STRING,
120998                   /* subscript */
120999                   0,
121000                   /* value */
121001                   0,
121002 mike  1.1.2.1 };
121003               
121004               static MetaFeature*
121005               _CIM_ConfigurationReportingService_GetClassTypes_parameters[] =
121006               {
121007                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetClassTypes_InquiryType,
121008                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetClassTypes_Recursive,
121009                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetClassTypes_Target,
121010                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetClassTypes_ClassTypes,
121011                   0,
121012               };
121013               
121014               static const char*
121015               _CIM_ConfigurationReportingService_GetClassTypes_qualifiers[] =
121016               {
121017                   /* ValueMap */
121018                   "\061\000\0070\0001\0002\0003\0004\000..\00032768..65535\000",
121019                   /* Values */
121020                   "\062\000\007Success\000Not Supported\000Unknown\000Timeout\000Failed\000DMTF Reserved\000Vendor Specific\000",
121021                   0,
121022               };
121023 mike  1.1.2.1 
121024               static MetaMethod
121025               _CIM_ConfigurationReportingService_GetClassTypes =
121026               {
121027                   /* flags */
121028                   META_FLAG_METHOD,
121029                   /* name */
121030                   "CIM_ConfigurationReportingService",
121031                   /* qualifiers */
121032                   _CIM_ConfigurationReportingService_GetClassTypes_qualifiers,
121033                   /* type */
121034                   CIMTYPE_UINT32,
121035                   /* parameters */
121036                   _CIM_ConfigurationReportingService_GetClassTypes_parameters,
121037               };
121038               
121039               static const char*
121040               _CIM_ConfigurationReportingService_GetUnitTypes_InquiryType_qualifiers[] =
121041               {
121042                   /* IN */
121043                   "\024\001",
121044 mike  1.1.2.1     /* ValueMap */
121045                   "\061\000\0022\0003\000",
121046                   /* Values */
121047                   "\062\000\002Supported\000Installed\000",
121048                   0,
121049               };
121050               
121051               static MetaProperty
121052               _CIM_ConfigurationReportingService_GetUnitTypes_InquiryType =
121053               {
121054                   /* flags */
121055                   META_FLAG_PROPERTY|META_FLAG_IN,
121056                   /* name */
121057                   "InquiryType",
121058                   /* qualifiers */
121059                   _CIM_ConfigurationReportingService_GetUnitTypes_InquiryType_qualifiers,
121060                   /* type */
121061                   CIMTYPE_UINT16,
121062                   /* subscript */
121063                   -1,
121064                   /* value */
121065 mike  1.1.2.1     0,
121066               };
121067               
121068               static const char*
121069               _CIM_ConfigurationReportingService_GetUnitTypes_Recursive_qualifiers[] =
121070               {
121071                   /* IN */
121072                   "\024\001",
121073                   0,
121074               };
121075               
121076               static MetaProperty
121077               _CIM_ConfigurationReportingService_GetUnitTypes_Recursive =
121078               {
121079                   /* flags */
121080                   META_FLAG_PROPERTY|META_FLAG_IN,
121081                   /* name */
121082                   "Recursive",
121083                   /* qualifiers */
121084                   _CIM_ConfigurationReportingService_GetUnitTypes_Recursive_qualifiers,
121085                   /* type */
121086 mike  1.1.2.1     CIMTYPE_BOOLEAN,
121087                   /* subscript */
121088                   -1,
121089                   /* value */
121090                   0,
121091               };
121092               
121093               static const char*
121094               _CIM_ConfigurationReportingService_GetUnitTypes_Target_qualifiers[] =
121095               {
121096                   /* IN */
121097                   "\024\001",
121098                   0,
121099               };
121100               
121101               static MetaReference
121102               _CIM_ConfigurationReportingService_GetUnitTypes_Target =
121103               {
121104                   /* flags */
121105                   META_FLAG_REFERENCE|META_FLAG_IN,
121106                   /* name */
121107 mike  1.1.2.1     "Target",
121108                   /* qualifiers */
121109                   _CIM_ConfigurationReportingService_GetUnitTypes_Target_qualifiers,
121110                   /* subscript */
121111                   -1,
121112                   /* ref */
121113                   &__root_cimv2_CIM_ManagedElement,
121114               };
121115               
121116               static const char*
121117               _CIM_ConfigurationReportingService_GetUnitTypes_ClassType_qualifiers[] =
121118               {
121119                   /* IN */
121120                   "\024\001",
121121                   0,
121122               };
121123               
121124               static MetaProperty
121125               _CIM_ConfigurationReportingService_GetUnitTypes_ClassType =
121126               {
121127                   /* flags */
121128 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_IN,
121129                   /* name */
121130                   "ClassType",
121131                   /* qualifiers */
121132                   _CIM_ConfigurationReportingService_GetUnitTypes_ClassType_qualifiers,
121133                   /* type */
121134                   CIMTYPE_STRING,
121135                   /* subscript */
121136                   -1,
121137                   /* value */
121138                   0,
121139               };
121140               
121141               static const char*
121142               _CIM_ConfigurationReportingService_GetUnitTypes_UnitTypes_qualifiers[] =
121143               {
121144                   /* IN */
121145                   "\024\000",
121146                   /* OUT */
121147                   "\043\001",
121148                   /* ValueMap */
121149 mike  1.1.2.1     "\061\000\0132\0003\0004\0005\0006\0007\0008\0009\00010\000..\00032768..65535\000",
121150                   /* Values */
121151                   "\062\000\013None\000Front Side\000Back Side\000Contained\000Connected\000I/O\000Memory\000StorageMediaLocation\000Megabytes\000DMTF Reserved\000Vendor Specific\000",
121152                   /* ModelCorrespondence */
121153                   "\036\000\001CIM_ConfigurationReportingService.ReportCapacity(UnitType)\000",
121154                   0,
121155               };
121156               
121157               static MetaProperty
121158               _CIM_ConfigurationReportingService_GetUnitTypes_UnitTypes =
121159               {
121160                   /* flags */
121161                   META_FLAG_PROPERTY|META_FLAG_OUT,
121162                   /* name */
121163                   "UnitTypes",
121164                   /* qualifiers */
121165                   _CIM_ConfigurationReportingService_GetUnitTypes_UnitTypes_qualifiers,
121166                   /* type */
121167                   CIMTYPE_UINT16,
121168                   /* subscript */
121169                   0,
121170 mike  1.1.2.1     /* value */
121171                   0,
121172               };
121173               
121174               static MetaFeature*
121175               _CIM_ConfigurationReportingService_GetUnitTypes_parameters[] =
121176               {
121177                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetUnitTypes_InquiryType,
121178                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetUnitTypes_Recursive,
121179                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetUnitTypes_Target,
121180                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetUnitTypes_ClassType,
121181                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetUnitTypes_UnitTypes,
121182                   0,
121183               };
121184               
121185               static const char*
121186               _CIM_ConfigurationReportingService_GetUnitTypes_qualifiers[] =
121187               {
121188                   /* ValueMap */
121189                   "\061\000\0070\0001\0002\0003\0004\000..\00032768..65535\000",
121190                   /* Values */
121191 mike  1.1.2.1     "\062\000\007Success\000Not Supported\000Unknown\000Timeout\000Failed\000DMTF Reserved\000Vendor Specific\000",
121192                   0,
121193               };
121194               
121195               static MetaMethod
121196               _CIM_ConfigurationReportingService_GetUnitTypes =
121197               {
121198                   /* flags */
121199                   META_FLAG_METHOD,
121200                   /* name */
121201                   "CIM_ConfigurationReportingService",
121202                   /* qualifiers */
121203                   _CIM_ConfigurationReportingService_GetUnitTypes_qualifiers,
121204                   /* type */
121205                   CIMTYPE_UINT32,
121206                   /* parameters */
121207                   _CIM_ConfigurationReportingService_GetUnitTypes_parameters,
121208               };
121209               
121210               static const char*
121211               _CIM_ConfigurationReportingService_ReportCapacity_InquiryType_qualifiers[] =
121212 mike  1.1.2.1 {
121213                   /* IN */
121214                   "\024\001",
121215                   /* ValueMap */
121216                   "\061\000\0022\0003\000",
121217                   /* Values */
121218                   "\062\000\002Supported\000Installed\000",
121219                   0,
121220               };
121221               
121222               static MetaProperty
121223               _CIM_ConfigurationReportingService_ReportCapacity_InquiryType =
121224               {
121225                   /* flags */
121226                   META_FLAG_PROPERTY|META_FLAG_IN,
121227                   /* name */
121228                   "InquiryType",
121229                   /* qualifiers */
121230                   _CIM_ConfigurationReportingService_ReportCapacity_InquiryType_qualifiers,
121231                   /* type */
121232                   CIMTYPE_UINT16,
121233 mike  1.1.2.1     /* subscript */
121234                   -1,
121235                   /* value */
121236                   0,
121237               };
121238               
121239               static const char*
121240               _CIM_ConfigurationReportingService_ReportCapacity_Recursive_qualifiers[] =
121241               {
121242                   /* IN */
121243                   "\024\001",
121244                   0,
121245               };
121246               
121247               static MetaProperty
121248               _CIM_ConfigurationReportingService_ReportCapacity_Recursive =
121249               {
121250                   /* flags */
121251                   META_FLAG_PROPERTY|META_FLAG_IN,
121252                   /* name */
121253                   "Recursive",
121254 mike  1.1.2.1     /* qualifiers */
121255                   _CIM_ConfigurationReportingService_ReportCapacity_Recursive_qualifiers,
121256                   /* type */
121257                   CIMTYPE_BOOLEAN,
121258                   /* subscript */
121259                   -1,
121260                   /* value */
121261                   0,
121262               };
121263               
121264               static const char*
121265               _CIM_ConfigurationReportingService_ReportCapacity_Target_qualifiers[] =
121266               {
121267                   /* IN */
121268                   "\024\001",
121269                   0,
121270               };
121271               
121272               static MetaReference
121273               _CIM_ConfigurationReportingService_ReportCapacity_Target =
121274               {
121275 mike  1.1.2.1     /* flags */
121276                   META_FLAG_REFERENCE|META_FLAG_IN,
121277                   /* name */
121278                   "Target",
121279                   /* qualifiers */
121280                   _CIM_ConfigurationReportingService_ReportCapacity_Target_qualifiers,
121281                   /* subscript */
121282                   -1,
121283                   /* ref */
121284                   &__root_cimv2_CIM_ManagedElement,
121285               };
121286               
121287               static const char*
121288               _CIM_ConfigurationReportingService_ReportCapacity_ClassType_qualifiers[] =
121289               {
121290                   /* IN */
121291                   "\024\001",
121292                   0,
121293               };
121294               
121295               static MetaProperty
121296 mike  1.1.2.1 _CIM_ConfigurationReportingService_ReportCapacity_ClassType =
121297               {
121298                   /* flags */
121299                   META_FLAG_PROPERTY|META_FLAG_IN,
121300                   /* name */
121301                   "ClassType",
121302                   /* qualifiers */
121303                   _CIM_ConfigurationReportingService_ReportCapacity_ClassType_qualifiers,
121304                   /* type */
121305                   CIMTYPE_STRING,
121306                   /* subscript */
121307                   -1,
121308                   /* value */
121309                   0,
121310               };
121311               
121312               static const char*
121313               _CIM_ConfigurationReportingService_ReportCapacity_UnitType_qualifiers[] =
121314               {
121315                   /* IN */
121316                   "\024\001",
121317 mike  1.1.2.1     /* ValueMap */
121318                   "\061\000\0132\0003\0004\0005\0006\0007\0008\0009\00010\000..\00032768..65535\000",
121319                   /* Values */
121320                   "\062\000\013None\000Front Side\000Back Side\000Contained\000Connected\000I/O\000Memory\000StorageMediaLocation\000Megabytes\000DMTF Reserved\000Vendor Specific\000",
121321                   /* ModelCorrespondence */
121322                   "\036\000\001CIM_ConfigurationReportingService.GetUnitTypes(UnitTypes)\000",
121323                   0,
121324               };
121325               
121326               static MetaProperty
121327               _CIM_ConfigurationReportingService_ReportCapacity_UnitType =
121328               {
121329                   /* flags */
121330                   META_FLAG_PROPERTY|META_FLAG_IN,
121331                   /* name */
121332                   "UnitType",
121333                   /* qualifiers */
121334                   _CIM_ConfigurationReportingService_ReportCapacity_UnitType_qualifiers,
121335                   /* type */
121336                   CIMTYPE_UINT16,
121337                   /* subscript */
121338 mike  1.1.2.1     -1,
121339                   /* value */
121340                   0,
121341               };
121342               
121343               static const char*
121344               _CIM_ConfigurationReportingService_ReportCapacity_NumberOfUnits_qualifiers[] =
121345               {
121346                   /* IN */
121347                   "\024\000",
121348                   /* OUT */
121349                   "\043\001",
121350                   0,
121351               };
121352               
121353               static MetaProperty
121354               _CIM_ConfigurationReportingService_ReportCapacity_NumberOfUnits =
121355               {
121356                   /* flags */
121357                   META_FLAG_PROPERTY|META_FLAG_OUT,
121358                   /* name */
121359 mike  1.1.2.1     "NumberOfUnits",
121360                   /* qualifiers */
121361                   _CIM_ConfigurationReportingService_ReportCapacity_NumberOfUnits_qualifiers,
121362                   /* type */
121363                   CIMTYPE_UINT64,
121364                   /* subscript */
121365                   -1,
121366                   /* value */
121367                   0,
121368               };
121369               
121370               static MetaFeature*
121371               _CIM_ConfigurationReportingService_ReportCapacity_parameters[] =
121372               {
121373                   (MetaFeature*)&_CIM_ConfigurationReportingService_ReportCapacity_InquiryType,
121374                   (MetaFeature*)&_CIM_ConfigurationReportingService_ReportCapacity_Recursive,
121375                   (MetaFeature*)&_CIM_ConfigurationReportingService_ReportCapacity_Target,
121376                   (MetaFeature*)&_CIM_ConfigurationReportingService_ReportCapacity_ClassType,
121377                   (MetaFeature*)&_CIM_ConfigurationReportingService_ReportCapacity_UnitType,
121378                   (MetaFeature*)&_CIM_ConfigurationReportingService_ReportCapacity_NumberOfUnits,
121379                   0,
121380 mike  1.1.2.1 };
121381               
121382               static const char*
121383               _CIM_ConfigurationReportingService_ReportCapacity_qualifiers[] =
121384               {
121385                   /* ValueMap */
121386                   "\061\000\0070\0001\0002\0003\0004\000..\00032768..65535\000",
121387                   /* Values */
121388                   "\062\000\007Success\000Not Supported\000Unknown\000Timeout\000Failed\000DMTF Reserved\000Vendor Specific\000",
121389                   0,
121390               };
121391               
121392               static MetaMethod
121393               _CIM_ConfigurationReportingService_ReportCapacity =
121394               {
121395                   /* flags */
121396                   META_FLAG_METHOD,
121397                   /* name */
121398                   "CIM_ConfigurationReportingService",
121399                   /* qualifiers */
121400                   _CIM_ConfigurationReportingService_ReportCapacity_qualifiers,
121401 mike  1.1.2.1     /* type */
121402                   CIMTYPE_UINT32,
121403                   /* parameters */
121404                   _CIM_ConfigurationReportingService_ReportCapacity_parameters,
121405               };
121406               
121407               static MetaFeature*
121408               _CIM_ConfigurationReportingService_features[] =
121409               {
121410                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetClassTypes,
121411                   (MetaFeature*)&_CIM_ConfigurationReportingService_GetUnitTypes,
121412                   (MetaFeature*)&_CIM_ConfigurationReportingService_ReportCapacity,
121413                   0,
121414               };
121415               
121416               static const char*
121417               __root_cimv2_CIM_ConfigurationReportingService_qualifiers[] =
121418               {
121419                   /* UMLPackagePath */
121420                   "\057CIM::Device::StorageServices",
121421                   /* Version */
121422 mike  1.1.2.1     "\0632.7.0",
121423                   0,
121424               };
121425               
121426               MetaClass
121427               __root_cimv2_CIM_ConfigurationReportingService =
121428               {
121429                   /* flags */
121430                   META_FLAG_CLASS,
121431                   /* name */
121432                   "CIM_ConfigurationReportingService",
121433                   /* qualifiers */
121434                   __root_cimv2_CIM_ConfigurationReportingService_qualifiers,
121435                   /* super */
121436                   &__root_cimv2_CIM_Service,
121437                   /* features */
121438                   _CIM_ConfigurationReportingService_features,
121439               };
121440               
121441               //==============================================================================
121442               //
121443 mike  1.1.2.1 // Class: CIM_ConnectionBasedModem
121444               //
121445               //==============================================================================
121446               
121447               static const char*
121448               _CIM_ConnectionBasedModem_VendorID_qualifiers[] =
121449               {
121450                   0,
121451               };
121452               
121453               static MetaProperty
121454               _CIM_ConnectionBasedModem_VendorID =
121455               {
121456                   /* flags */
121457                   META_FLAG_PROPERTY|META_FLAG_READ,
121458                   /* name */
121459                   "VendorID",
121460                   /* qualifiers */
121461                   _CIM_ConnectionBasedModem_VendorID_qualifiers,
121462                   /* type */
121463                   CIMTYPE_STRING,
121464 mike  1.1.2.1     /* subscript */
121465                   -1,
121466                   /* value */
121467                   0,
121468               };
121469               
121470               static MetaFeature*
121471               _CIM_ConnectionBasedModem_features[] =
121472               {
121473                   (MetaFeature*)&_CIM_ConnectionBasedModem_VendorID,
121474                   0,
121475               };
121476               
121477               static const char*
121478               __root_cimv2_CIM_ConnectionBasedModem_qualifiers[] =
121479               {
121480                   /* UMLPackagePath */
121481                   "\057CIM::Device::Modems",
121482                   /* Abstract */
121483                   "\002\001",
121484                   /* Version */
121485 mike  1.1.2.1     "\0632.10.0",
121486                   0,
121487               };
121488               
121489               MetaClass
121490               __root_cimv2_CIM_ConnectionBasedModem =
121491               {
121492                   /* flags */
121493                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
121494                   /* name */
121495                   "CIM_ConnectionBasedModem",
121496                   /* qualifiers */
121497                   __root_cimv2_CIM_ConnectionBasedModem_qualifiers,
121498                   /* super */
121499                   &__root_cimv2_CIM_Modem,
121500                   /* features */
121501                   _CIM_ConnectionBasedModem_features,
121502               };
121503               
121504               //==============================================================================
121505               //
121506 mike  1.1.2.1 // Class: CIM_ContainedDomain
121507               //
121508               //==============================================================================
121509               
121510               static const char*
121511               _CIM_ContainedDomain_GroupComponent_qualifiers[] =
121512               {
121513                   /* Aggregate */
121514                   "\003\001",
121515                   /* Override */
121516                   "\044GroupComponent",
121517                   0,
121518               };
121519               
121520               static MetaReference
121521               _CIM_ContainedDomain_GroupComponent =
121522               {
121523                   /* flags */
121524                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
121525                   /* name */
121526                   "GroupComponent",
121527 mike  1.1.2.1     /* qualifiers */
121528                   _CIM_ContainedDomain_GroupComponent_qualifiers,
121529                   /* subscript */
121530                   -1,
121531                   /* refId */
121532                   &__root_cimv2_CIM_AdminDomain,
121533               };
121534               
121535               static const char*
121536               _CIM_ContainedDomain_PartComponent_qualifiers[] =
121537               {
121538                   /* Override */
121539                   "\044PartComponent",
121540                   0,
121541               };
121542               
121543               static MetaReference
121544               _CIM_ContainedDomain_PartComponent =
121545               {
121546                   /* flags */
121547                   META_FLAG_REFERENCE|META_FLAG_READ,
121548 mike  1.1.2.1     /* name */
121549                   "PartComponent",
121550                   /* qualifiers */
121551                   _CIM_ContainedDomain_PartComponent_qualifiers,
121552                   /* subscript */
121553                   -1,
121554                   /* refId */
121555                   &__root_cimv2_CIM_AdminDomain,
121556               };
121557               
121558               static MetaFeature*
121559               _CIM_ContainedDomain_features[] =
121560               {
121561                   (MetaFeature*)&_CIM_ContainedDomain_GroupComponent,
121562                   (MetaFeature*)&_CIM_ContainedDomain_PartComponent,
121563                   0,
121564               };
121565               
121566               static const char*
121567               __root_cimv2_CIM_ContainedDomain_qualifiers[] =
121568               {
121569 mike  1.1.2.1     /* ASSOCIATION */
121570                   "\000\001",
121571                   /* UMLPackagePath */
121572                   "\057CIM::Core::CoreElements",
121573                   /* Aggregation */
121574                   "\004\001",
121575                   /* Version */
121576                   "\0632.6.0",
121577                   0,
121578               };
121579               
121580               MetaClass
121581               __root_cimv2_CIM_ContainedDomain =
121582               {
121583                   /* flags */
121584                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
121585                   /* name */
121586                   "CIM_ContainedDomain",
121587                   /* qualifiers */
121588                   __root_cimv2_CIM_ContainedDomain_qualifiers,
121589                   /* super */
121590 mike  1.1.2.1     &__root_cimv2_CIM_SystemComponent,
121591                   /* features */
121592                   _CIM_ContainedDomain_features,
121593               };
121594               
121595               //==============================================================================
121596               //
121597               // Class: CIM_ContainedTransform
121598               //
121599               //==============================================================================
121600               
121601               static const char*
121602               _CIM_ContainedTransform_GroupComponent_qualifiers[] =
121603               {
121604                   /* Aggregate */
121605                   "\003\001",
121606                   /* Override */
121607                   "\044GroupComponent",
121608                   /* MappingStrings */
121609                   "\026\000\001IPSP Policy Model.IETF|ContainedTransform.GroupComponent\000",
121610                   0,
121611 mike  1.1.2.1 };
121612               
121613               static MetaReference
121614               _CIM_ContainedTransform_GroupComponent =
121615               {
121616                   /* flags */
121617                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
121618                   /* name */
121619                   "GroupComponent",
121620                   /* qualifiers */
121621                   _CIM_ContainedTransform_GroupComponent_qualifiers,
121622                   /* subscript */
121623                   -1,
121624                   /* refId */
121625                   &__root_cimv2_CIM_IPsecProposal,
121626               };
121627               
121628               static const char*
121629               _CIM_ContainedTransform_PartComponent_qualifiers[] =
121630               {
121631                   /* Override */
121632 mike  1.1.2.1     "\044PartComponent",
121633                   /* Min */
121634                   "\033\000\000\000\001",
121635                   /* MappingStrings */
121636                   "\026\000\001IPSP Policy Model.IETF|ContainedTransform.PartComponent\000",
121637                   0,
121638               };
121639               
121640               static MetaReference
121641               _CIM_ContainedTransform_PartComponent =
121642               {
121643                   /* flags */
121644                   META_FLAG_REFERENCE|META_FLAG_READ,
121645                   /* name */
121646                   "PartComponent",
121647                   /* qualifiers */
121648                   _CIM_ContainedTransform_PartComponent_qualifiers,
121649                   /* subscript */
121650                   -1,
121651                   /* refId */
121652                   &__root_cimv2_CIM_SATransform,
121653 mike  1.1.2.1 };
121654               
121655               static const char*
121656               _CIM_ContainedTransform_SequenceNumber_qualifiers[] =
121657               {
121658                   /* MappingStrings */
121659                   "\026\000\001IPSP Policy Model.IETF|ContainedTransform.SequenceNumber\000",
121660                   0,
121661               };
121662               
121663               static MetaProperty
121664               _CIM_ContainedTransform_SequenceNumber =
121665               {
121666                   /* flags */
121667                   META_FLAG_PROPERTY|META_FLAG_READ,
121668                   /* name */
121669                   "SequenceNumber",
121670                   /* qualifiers */
121671                   _CIM_ContainedTransform_SequenceNumber_qualifiers,
121672                   /* type */
121673                   CIMTYPE_UINT16,
121674 mike  1.1.2.1     /* subscript */
121675                   -1,
121676                   /* value */
121677                   0,
121678               };
121679               
121680               static MetaFeature*
121681               _CIM_ContainedTransform_features[] =
121682               {
121683                   (MetaFeature*)&_CIM_ContainedTransform_GroupComponent,
121684                   (MetaFeature*)&_CIM_ContainedTransform_PartComponent,
121685                   (MetaFeature*)&_CIM_ContainedTransform_SequenceNumber,
121686                   0,
121687               };
121688               
121689               static const char*
121690               __root_cimv2_CIM_ContainedTransform_qualifiers[] =
121691               {
121692                   /* ASSOCIATION */
121693                   "\000\001",
121694                   /* UMLPackagePath */
121695 mike  1.1.2.1     "\057CIM::IPsecPolicy",
121696                   /* Aggregation */
121697                   "\004\001",
121698                   /* Version */
121699                   "\0632.8.0",
121700                   /* MappingStrings */
121701                   "\026\000\001IPSP Policy Model.IETF|ContainedTransform\000",
121702                   0,
121703               };
121704               
121705               MetaClass
121706               __root_cimv2_CIM_ContainedTransform =
121707               {
121708                   /* flags */
121709                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
121710                   /* name */
121711                   "CIM_ContainedTransform",
121712                   /* qualifiers */
121713                   __root_cimv2_CIM_ContainedTransform_qualifiers,
121714                   /* super */
121715                   &__root_cimv2_CIM_Component,
121716 mike  1.1.2.1     /* features */
121717                   _CIM_ContainedTransform_features,
121718               };
121719               
121720               //==============================================================================
121721               //
121722               // Class: CIM_Controller
121723               //
121724               //==============================================================================
121725               
121726               static const char*
121727               _CIM_Controller_TimeOfLastReset_qualifiers[] =
121728               {
121729                   0,
121730               };
121731               
121732               static MetaProperty
121733               _CIM_Controller_TimeOfLastReset =
121734               {
121735                   /* flags */
121736                   META_FLAG_PROPERTY|META_FLAG_READ,
121737 mike  1.1.2.1     /* name */
121738                   "TimeOfLastReset",
121739                   /* qualifiers */
121740                   _CIM_Controller_TimeOfLastReset_qualifiers,
121741                   /* type */
121742                   CIMTYPE_DATETIME,
121743                   /* subscript */
121744                   -1,
121745                   /* value */
121746                   0,
121747               };
121748               
121749               static const char*
121750               _CIM_Controller_ProtocolSupported_qualifiers[] =
121751               {
121752                   /* ValueMap */
121753                   "\061\000\0601\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\00025\00026\00027\00028\00029\00030\00031\00032\00033\00034\00035\00036\00037\00038\00039\00040\00041\00042\00043\00044\00045\00046\00047\00048\000",
121754                   /* Values */
121755                   "\062\000\060Other\000Unknown\000EISA\000ISA\000PCI\000ATA/ATAPI\000Flexible Diskette\0001496\000SCSI Parallel Interface\000SCSI Fibre Channel Protocol\000SCSI Serial Bus Protocol\000SCSI Serial Bus Protocol-2 (1394)\000SCSI Serial Storage Architecture\000VESA\000PCMCIA\000Universal Serial Bus\000Parallel Protocol\000ESCON\000Diagnostic\000I2C\000Power\000HIPPI\000MultiBus\000VME\000IPI\000IEEE-488\000RS232\000IEEE 802.3 10BASE5\000IEEE 802.3 10BASE2\000IEEE 802.3 1BASE5\000IEEE 802.3 10BROAD36\000IEEE 802.3 100BASEVG\000IEEE 802.5 Token-Ring\000ANSI X3T9.5 FDDI\000MCA\000ESDI\000IDE\000CMD\000ST506\000DSSI\000QIC2\000Enhanced ATA/IDE\000AGP\000TWIRP (two-way infrared)\000FIR (fast infrared)\000SIR (serial infrared)\000IrBus\000Serial ATA\000",
121756                   /* MappingStrings */
121757                   "\026\000\002MIF.DMTF|Bus Port|004.2\000MIF.DMTF|Disks|003.3\000",
121758 mike  1.1.2.1     /* ModelCorrespondence */
121759                   "\036\000\001CIM_Controller.ProtocolDescription\000",
121760                   0,
121761               };
121762               
121763               static MetaProperty
121764               _CIM_Controller_ProtocolSupported =
121765               {
121766                   /* flags */
121767                   META_FLAG_PROPERTY|META_FLAG_READ,
121768                   /* name */
121769                   "ProtocolSupported",
121770                   /* qualifiers */
121771                   _CIM_Controller_ProtocolSupported_qualifiers,
121772                   /* type */
121773                   CIMTYPE_UINT16,
121774                   /* subscript */
121775                   -1,
121776                   /* value */
121777                   0,
121778               };
121779 mike  1.1.2.1 
121780               static const char*
121781               _CIM_Controller_MaxNumberControlled_qualifiers[] =
121782               {
121783                   /* MappingStrings */
121784                   "\026\000\001MIF.DMTF|Bus Port|004.9\000",
121785                   0,
121786               };
121787               
121788               static MetaProperty
121789               _CIM_Controller_MaxNumberControlled =
121790               {
121791                   /* flags */
121792                   META_FLAG_PROPERTY|META_FLAG_READ,
121793                   /* name */
121794                   "MaxNumberControlled",
121795                   /* qualifiers */
121796                   _CIM_Controller_MaxNumberControlled_qualifiers,
121797                   /* type */
121798                   CIMTYPE_UINT32,
121799                   /* subscript */
121800 mike  1.1.2.1     -1,
121801                   /* value */
121802                   0,
121803               };
121804               
121805               static const char*
121806               _CIM_Controller_ProtocolDescription_qualifiers[] =
121807               {
121808                   /* MappingStrings */
121809                   "\026\000\001MIF.DMTF|Bus Port|004.3\000",
121810                   /* ModelCorrespondence */
121811                   "\036\000\001CIM_Controller.ProtocolSupported\000",
121812                   0,
121813               };
121814               
121815               static MetaProperty
121816               _CIM_Controller_ProtocolDescription =
121817               {
121818                   /* flags */
121819                   META_FLAG_PROPERTY|META_FLAG_READ,
121820                   /* name */
121821 mike  1.1.2.1     "ProtocolDescription",
121822                   /* qualifiers */
121823                   _CIM_Controller_ProtocolDescription_qualifiers,
121824                   /* type */
121825                   CIMTYPE_STRING,
121826                   /* subscript */
121827                   -1,
121828                   /* value */
121829                   0,
121830               };
121831               
121832               static MetaFeature*
121833               _CIM_Controller_features[] =
121834               {
121835                   (MetaFeature*)&_CIM_Controller_TimeOfLastReset,
121836                   (MetaFeature*)&_CIM_Controller_ProtocolSupported,
121837                   (MetaFeature*)&_CIM_Controller_MaxNumberControlled,
121838                   (MetaFeature*)&_CIM_Controller_ProtocolDescription,
121839                   0,
121840               };
121841               
121842 mike  1.1.2.1 static const char*
121843               __root_cimv2_CIM_Controller_qualifiers[] =
121844               {
121845                   /* UMLPackagePath */
121846                   "\057CIM::Device::Controller",
121847                   /* Abstract */
121848                   "\002\001",
121849                   /* Version */
121850                   "\0632.10.0",
121851                   0,
121852               };
121853               
121854               MetaClass
121855               __root_cimv2_CIM_Controller =
121856               {
121857                   /* flags */
121858                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
121859                   /* name */
121860                   "CIM_Controller",
121861                   /* qualifiers */
121862                   __root_cimv2_CIM_Controller_qualifiers,
121863 mike  1.1.2.1     /* super */
121864                   &__root_cimv2_CIM_LogicalDevice,
121865                   /* features */
121866                   _CIM_Controller_features,
121867               };
121868               
121869               //==============================================================================
121870               //
121871               // Class: CIM_ControllerConfigurationService
121872               //
121873               //==============================================================================
121874               
121875               static const char*
121876               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_ElementName_qualifiers[] =
121877               {
121878                   /* IN */
121879                   "\024\001",
121880                   /* ModelCorrespondence */
121881                   "\036\000\001CIM_ProtocolController.ElementName\000",
121882                   0,
121883               };
121884 mike  1.1.2.1 
121885               static MetaProperty
121886               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_ElementName =
121887               {
121888                   /* flags */
121889                   META_FLAG_PROPERTY|META_FLAG_IN,
121890                   /* name */
121891                   "ElementName",
121892                   /* qualifiers */
121893                   _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_ElementName_qualifiers,
121894                   /* type */
121895                   CIMTYPE_STRING,
121896                   /* subscript */
121897                   -1,
121898                   /* value */
121899                   0,
121900               };
121901               
121902               static const char*
121903               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Ports_qualifiers[] =
121904               {
121905 mike  1.1.2.1     /* IN */
121906                   "\024\001",
121907                   0,
121908               };
121909               
121910               static MetaProperty
121911               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Ports =
121912               {
121913                   /* flags */
121914                   META_FLAG_PROPERTY|META_FLAG_IN,
121915                   /* name */
121916                   "Ports",
121917                   /* qualifiers */
121918                   _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Ports_qualifiers,
121919                   /* type */
121920                   CIMTYPE_STRING,
121921                   /* subscript */
121922                   0,
121923                   /* value */
121924                   0,
121925               };
121926 mike  1.1.2.1 
121927               static const char*
121928               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Protocol_qualifiers[] =
121929               {
121930                   /* IN */
121931                   "\024\001",
121932                   /* ValueMap */
121933                   "\061\000\0030\0001\0002\000",
121934                   /* Values */
121935                   "\062\000\003Unknown\000Other\000SCSI\000",
121936                   /* ModelCorrespondence */
121937                   "\036\000\001CIM_SCSIProtocolController\000",
121938                   0,
121939               };
121940               
121941               static MetaProperty
121942               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Protocol =
121943               {
121944                   /* flags */
121945                   META_FLAG_PROPERTY|META_FLAG_IN,
121946                   /* name */
121947 mike  1.1.2.1     "Protocol",
121948                   /* qualifiers */
121949                   _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Protocol_qualifiers,
121950                   /* type */
121951                   CIMTYPE_UINT16,
121952                   /* subscript */
121953                   -1,
121954                   /* value */
121955                   0,
121956               };
121957               
121958               static const char*
121959               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Privilege_qualifiers[] =
121960               {
121961                   /* IN */
121962                   "\024\001",
121963                   /* ModelCorrespondence */
121964                   "\036\000\001CIM_ControllerConfigurationService.CreateProtocolControllerWithPorts.Identity\000",
121965                   0,
121966               };
121967               
121968 mike  1.1.2.1 static MetaReference
121969               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Privilege =
121970               {
121971                   /* flags */
121972                   META_FLAG_REFERENCE|META_FLAG_IN,
121973                   /* name */
121974                   "Privilege",
121975                   /* qualifiers */
121976                   _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Privilege_qualifiers,
121977                   /* subscript */
121978                   -1,
121979                   /* ref */
121980                   &__root_cimv2_CIM_Privilege,
121981               };
121982               
121983               static const char*
121984               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Identity_qualifiers[] =
121985               {
121986                   /* IN */
121987                   "\024\001",
121988                   /* ModelCorrespondence */
121989 mike  1.1.2.1     "\036\000\001CIM_ControllerConfigurationService.CreateProtocolControllerWithPorts.Privilege\000",
121990                   0,
121991               };
121992               
121993               static MetaReference
121994               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Identity =
121995               {
121996                   /* flags */
121997                   META_FLAG_REFERENCE|META_FLAG_IN,
121998                   /* name */
121999                   "Identity",
122000                   /* qualifiers */
122001                   _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Identity_qualifiers,
122002                   /* subscript */
122003                   -1,
122004                   /* ref */
122005                   &__root_cimv2_CIM_ManagedElement,
122006               };
122007               
122008               static const char*
122009               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_ProtocolController_qualifiers[] =
122010 mike  1.1.2.1 {
122011                   /* IN */
122012                   "\024\000",
122013                   /* OUT */
122014                   "\043\001",
122015                   0,
122016               };
122017               
122018               static MetaReference
122019               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_ProtocolController =
122020               {
122021                   /* flags */
122022                   META_FLAG_REFERENCE|META_FLAG_OUT,
122023                   /* name */
122024                   "ProtocolController",
122025                   /* qualifiers */
122026                   _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_ProtocolController_qualifiers,
122027                   /* subscript */
122028                   -1,
122029                   /* ref */
122030                   &__root_cimv2_CIM_ProtocolController,
122031 mike  1.1.2.1 };
122032               
122033               static MetaFeature*
122034               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_parameters[] =
122035               {
122036                   (MetaFeature*)&_CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_ElementName,
122037                   (MetaFeature*)&_CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Ports,
122038                   (MetaFeature*)&_CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Protocol,
122039                   (MetaFeature*)&_CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Privilege,
122040                   (MetaFeature*)&_CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_Identity,
122041                   (MetaFeature*)&_CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_ProtocolController,
122042                   0,
122043               };
122044               
122045               static const char*
122046               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_qualifiers[] =
122047               {
122048                   /* ValueMap */
122049                   "\061\000\0140\0001\0002\0003\0004\0005\0006..4095\0004096\0004097\0004098\0004099..32767\00032768..65535\000",
122050                   /* Values */
122051                   "\062\000\014Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000DMTF Reserved\000ID Parameter Missing or Not Unique\000Hardware Implementation Requires Null Ports Parameter\000Busy\000Method Reserved\000Vendor Specific\000",
122052 mike  1.1.2.1     0,
122053               };
122054               
122055               static MetaMethod
122056               _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts =
122057               {
122058                   /* flags */
122059                   META_FLAG_METHOD,
122060                   /* name */
122061                   "CIM_ControllerConfigurationService",
122062                   /* qualifiers */
122063                   _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_qualifiers,
122064                   /* type */
122065                   CIMTYPE_UINT32,
122066                   /* parameters */
122067                   _CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts_parameters,
122068               };
122069               
122070               static const char*
122071               _CIM_ControllerConfigurationService_DeleteProtocolController_ProtocolController_qualifiers[] =
122072               {
122073 mike  1.1.2.1     /* IN */
122074                   "\024\001",
122075                   0,
122076               };
122077               
122078               static MetaReference
122079               _CIM_ControllerConfigurationService_DeleteProtocolController_ProtocolController =
122080               {
122081                   /* flags */
122082                   META_FLAG_REFERENCE|META_FLAG_IN,
122083                   /* name */
122084                   "ProtocolController",
122085                   /* qualifiers */
122086                   _CIM_ControllerConfigurationService_DeleteProtocolController_ProtocolController_qualifiers,
122087                   /* subscript */
122088                   -1,
122089                   /* ref */
122090                   &__root_cimv2_CIM_ProtocolController,
122091               };
122092               
122093               static const char*
122094 mike  1.1.2.1 _CIM_ControllerConfigurationService_DeleteProtocolController_DeleteChildrenProtocolControllers_qualifiers[] =
122095               {
122096                   /* IN */
122097                   "\024\001",
122098                   0,
122099               };
122100               
122101               static MetaProperty
122102               _CIM_ControllerConfigurationService_DeleteProtocolController_DeleteChildrenProtocolControllers =
122103               {
122104                   /* flags */
122105                   META_FLAG_PROPERTY|META_FLAG_IN,
122106                   /* name */
122107                   "DeleteChildrenProtocolControllers",
122108                   /* qualifiers */
122109                   _CIM_ControllerConfigurationService_DeleteProtocolController_DeleteChildrenProtocolControllers_qualifiers,
122110                   /* type */
122111                   CIMTYPE_BOOLEAN,
122112                   /* subscript */
122113                   -1,
122114                   /* value */
122115 mike  1.1.2.1     0,
122116               };
122117               
122118               static const char*
122119               _CIM_ControllerConfigurationService_DeleteProtocolController_DeleteUnits_qualifiers[] =
122120               {
122121                   /* IN */
122122                   "\024\001",
122123                   0,
122124               };
122125               
122126               static MetaProperty
122127               _CIM_ControllerConfigurationService_DeleteProtocolController_DeleteUnits =
122128               {
122129                   /* flags */
122130                   META_FLAG_PROPERTY|META_FLAG_IN,
122131                   /* name */
122132                   "DeleteUnits",
122133                   /* qualifiers */
122134                   _CIM_ControllerConfigurationService_DeleteProtocolController_DeleteUnits_qualifiers,
122135                   /* type */
122136 mike  1.1.2.1     CIMTYPE_BOOLEAN,
122137                   /* subscript */
122138                   -1,
122139                   /* value */
122140                   0,
122141               };
122142               
122143               static MetaFeature*
122144               _CIM_ControllerConfigurationService_DeleteProtocolController_parameters[] =
122145               {
122146                   (MetaFeature*)&_CIM_ControllerConfigurationService_DeleteProtocolController_ProtocolController,
122147                   (MetaFeature*)&_CIM_ControllerConfigurationService_DeleteProtocolController_DeleteChildrenProtocolControllers,
122148                   (MetaFeature*)&_CIM_ControllerConfigurationService_DeleteProtocolController_DeleteUnits,
122149                   0,
122150               };
122151               
122152               static const char*
122153               _CIM_ControllerConfigurationService_DeleteProtocolController_qualifiers[] =
122154               {
122155                   /* ValueMap */
122156                   "\061\000\0130\0001\0002\0003\0004\0005\0006..4095\0004096\0004097\0004098..32767\00032768..65535\000",
122157 mike  1.1.2.1     /* Values */
122158                   "\062\000\013Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000DMTF Reserved\000LogicalDevices Associated to Other ProtocolControllers Not Deleted\000Busy\000Method Reserved\000Vendor Specific\000",
122159                   0,
122160               };
122161               
122162               static MetaMethod
122163               _CIM_ControllerConfigurationService_DeleteProtocolController =
122164               {
122165                   /* flags */
122166                   META_FLAG_METHOD,
122167                   /* name */
122168                   "CIM_ControllerConfigurationService",
122169                   /* qualifiers */
122170                   _CIM_ControllerConfigurationService_DeleteProtocolController_qualifiers,
122171                   /* type */
122172                   CIMTYPE_UINT32,
122173                   /* parameters */
122174                   _CIM_ControllerConfigurationService_DeleteProtocolController_parameters,
122175               };
122176               
122177               static const char*
122178 mike  1.1.2.1 _CIM_ControllerConfigurationService_AttachDevice_ProtocolController_qualifiers[] =
122179               {
122180                   /* IN */
122181                   "\024\001",
122182                   0,
122183               };
122184               
122185               static MetaReference
122186               _CIM_ControllerConfigurationService_AttachDevice_ProtocolController =
122187               {
122188                   /* flags */
122189                   META_FLAG_REFERENCE|META_FLAG_IN,
122190                   /* name */
122191                   "ProtocolController",
122192                   /* qualifiers */
122193                   _CIM_ControllerConfigurationService_AttachDevice_ProtocolController_qualifiers,
122194                   /* subscript */
122195                   -1,
122196                   /* ref */
122197                   &__root_cimv2_CIM_ProtocolController,
122198               };
122199 mike  1.1.2.1 
122200               static const char*
122201               _CIM_ControllerConfigurationService_AttachDevice_Device_qualifiers[] =
122202               {
122203                   /* IN */
122204                   "\024\001",
122205                   0,
122206               };
122207               
122208               static MetaReference
122209               _CIM_ControllerConfigurationService_AttachDevice_Device =
122210               {
122211                   /* flags */
122212                   META_FLAG_REFERENCE|META_FLAG_IN,
122213                   /* name */
122214                   "Device",
122215                   /* qualifiers */
122216                   _CIM_ControllerConfigurationService_AttachDevice_Device_qualifiers,
122217                   /* subscript */
122218                   -1,
122219                   /* ref */
122220 mike  1.1.2.1     &__root_cimv2_CIM_LogicalDevice,
122221               };
122222               
122223               static const char*
122224               _CIM_ControllerConfigurationService_AttachDevice_DeviceNumber_qualifiers[] =
122225               {
122226                   /* IN */
122227                   "\024\001",
122228                   /* OUT */
122229                   "\043\001",
122230                   /* ModelCorrespondence */
122231                   "\036\000\001CIM_ProtocolControllerForUnit.DeviceNumber\000",
122232                   0,
122233               };
122234               
122235               static MetaProperty
122236               _CIM_ControllerConfigurationService_AttachDevice_DeviceNumber =
122237               {
122238                   /* flags */
122239                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
122240                   /* name */
122241 mike  1.1.2.1     "DeviceNumber",
122242                   /* qualifiers */
122243                   _CIM_ControllerConfigurationService_AttachDevice_DeviceNumber_qualifiers,
122244                   /* type */
122245                   CIMTYPE_STRING,
122246                   /* subscript */
122247                   -1,
122248                   /* value */
122249                   0,
122250               };
122251               
122252               static MetaFeature*
122253               _CIM_ControllerConfigurationService_AttachDevice_parameters[] =
122254               {
122255                   (MetaFeature*)&_CIM_ControllerConfigurationService_AttachDevice_ProtocolController,
122256                   (MetaFeature*)&_CIM_ControllerConfigurationService_AttachDevice_Device,
122257                   (MetaFeature*)&_CIM_ControllerConfigurationService_AttachDevice_DeviceNumber,
122258                   0,
122259               };
122260               
122261               static const char*
122262 mike  1.1.2.1 _CIM_ControllerConfigurationService_AttachDevice_qualifiers[] =
122263               {
122264                   /* ValueMap */
122265                   "\061\000\0160\0001\0002\0003\0004\0005\0006..4095\0004096\0004097\0004098\0004099\0004100\0004101..32767\00032768..65535\000",
122266                   /* Values */
122267                   "\062\000\016Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000DMTF Reserved\000Invalid LogicalDevice Instance\000Device Number Conflict\000DeviceNumber Parameter Must Be Provided\000Hardware Implementation Requires Null DeviceNumber\000Busy\000Method Reserved\000Vendor Specific\000",
122268                   0,
122269               };
122270               
122271               static MetaMethod
122272               _CIM_ControllerConfigurationService_AttachDevice =
122273               {
122274                   /* flags */
122275                   META_FLAG_METHOD,
122276                   /* name */
122277                   "CIM_ControllerConfigurationService",
122278                   /* qualifiers */
122279                   _CIM_ControllerConfigurationService_AttachDevice_qualifiers,
122280                   /* type */
122281                   CIMTYPE_UINT32,
122282                   /* parameters */
122283 mike  1.1.2.1     _CIM_ControllerConfigurationService_AttachDevice_parameters,
122284               };
122285               
122286               static const char*
122287               _CIM_ControllerConfigurationService_DetachDevice_ProtocolController_qualifiers[] =
122288               {
122289                   /* IN */
122290                   "\024\001",
122291                   0,
122292               };
122293               
122294               static MetaReference
122295               _CIM_ControllerConfigurationService_DetachDevice_ProtocolController =
122296               {
122297                   /* flags */
122298                   META_FLAG_REFERENCE|META_FLAG_IN,
122299                   /* name */
122300                   "ProtocolController",
122301                   /* qualifiers */
122302                   _CIM_ControllerConfigurationService_DetachDevice_ProtocolController_qualifiers,
122303                   /* subscript */
122304 mike  1.1.2.1     -1,
122305                   /* ref */
122306                   &__root_cimv2_CIM_ProtocolController,
122307               };
122308               
122309               static const char*
122310               _CIM_ControllerConfigurationService_DetachDevice_Device_qualifiers[] =
122311               {
122312                   /* IN */
122313                   "\024\001",
122314                   0,
122315               };
122316               
122317               static MetaReference
122318               _CIM_ControllerConfigurationService_DetachDevice_Device =
122319               {
122320                   /* flags */
122321                   META_FLAG_REFERENCE|META_FLAG_IN,
122322                   /* name */
122323                   "Device",
122324                   /* qualifiers */
122325 mike  1.1.2.1     _CIM_ControllerConfigurationService_DetachDevice_Device_qualifiers,
122326                   /* subscript */
122327                   -1,
122328                   /* ref */
122329                   &__root_cimv2_CIM_LogicalDevice,
122330               };
122331               
122332               static MetaFeature*
122333               _CIM_ControllerConfigurationService_DetachDevice_parameters[] =
122334               {
122335                   (MetaFeature*)&_CIM_ControllerConfigurationService_DetachDevice_ProtocolController,
122336                   (MetaFeature*)&_CIM_ControllerConfigurationService_DetachDevice_Device,
122337                   0,
122338               };
122339               
122340               static const char*
122341               _CIM_ControllerConfigurationService_DetachDevice_qualifiers[] =
122342               {
122343                   /* ValueMap */
122344                   "\061\000\0130\0001\0002\0003\0004\0005\0006..4095\0004096\0004097\0004098..32767\00032768..65535\000",
122345                   /* Values */
122346 mike  1.1.2.1     "\062\000\013Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000DMTF Reserved\000LogicalDevice Instance not Associated with Controller\000Busy\000Method Reserved\000Vendor Specific\000",
122347                   0,
122348               };
122349               
122350               static MetaMethod
122351               _CIM_ControllerConfigurationService_DetachDevice =
122352               {
122353                   /* flags */
122354                   META_FLAG_METHOD,
122355                   /* name */
122356                   "CIM_ControllerConfigurationService",
122357                   /* qualifiers */
122358                   _CIM_ControllerConfigurationService_DetachDevice_qualifiers,
122359                   /* type */
122360                   CIMTYPE_UINT32,
122361                   /* parameters */
122362                   _CIM_ControllerConfigurationService_DetachDevice_parameters,
122363               };
122364               
122365               static const char*
122366               _CIM_ControllerConfigurationService_ExposePaths_Job_qualifiers[] =
122367 mike  1.1.2.1 {
122368                   /* IN */
122369                   "\024\000",
122370                   /* OUT */
122371                   "\043\001",
122372                   0,
122373               };
122374               
122375               static MetaReference
122376               _CIM_ControllerConfigurationService_ExposePaths_Job =
122377               {
122378                   /* flags */
122379                   META_FLAG_REFERENCE|META_FLAG_OUT,
122380                   /* name */
122381                   "Job",
122382                   /* qualifiers */
122383                   _CIM_ControllerConfigurationService_ExposePaths_Job_qualifiers,
122384                   /* subscript */
122385                   -1,
122386                   /* ref */
122387                   &__root_cimv2_CIM_ConcreteJob,
122388 mike  1.1.2.1 };
122389               
122390               static const char*
122391               _CIM_ControllerConfigurationService_ExposePaths_LUNames_qualifiers[] =
122392               {
122393                   /* Required */
122394                   "\050\001",
122395                   /* IN */
122396                   "\024\001",
122397                   /* ArrayType */
122398                   "\005Indexed",
122399                   /* ModelCorrespondence */
122400                   "\036\000\003CIM_LogicalDevice.Name\000CIM_ControllerConfigurationService.ExposePaths.DeviceNumbers\000CIM_ControllerConfigurationService.ExposePaths.DeviceAccesses\000",
122401                   0,
122402               };
122403               
122404               static MetaProperty
122405               _CIM_ControllerConfigurationService_ExposePaths_LUNames =
122406               {
122407                   /* flags */
122408                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_REQUIRED,
122409 mike  1.1.2.1     /* name */
122410                   "LUNames",
122411                   /* qualifiers */
122412                   _CIM_ControllerConfigurationService_ExposePaths_LUNames_qualifiers,
122413                   /* type */
122414                   CIMTYPE_STRING,
122415                   /* subscript */
122416                   0,
122417                   /* value */
122418                   0,
122419               };
122420               
122421               static const char*
122422               _CIM_ControllerConfigurationService_ExposePaths_InitiatorPortIDs_qualifiers[] =
122423               {
122424                   /* IN */
122425                   "\024\001",
122426                   /* ModelCorrespondence */
122427                   "\036\000\001CIM_StorageHardwareID.StorageID\000",
122428                   0,
122429               };
122430 mike  1.1.2.1 
122431               static MetaProperty
122432               _CIM_ControllerConfigurationService_ExposePaths_InitiatorPortIDs =
122433               {
122434                   /* flags */
122435                   META_FLAG_PROPERTY|META_FLAG_IN,
122436                   /* name */
122437                   "InitiatorPortIDs",
122438                   /* qualifiers */
122439                   _CIM_ControllerConfigurationService_ExposePaths_InitiatorPortIDs_qualifiers,
122440                   /* type */
122441                   CIMTYPE_STRING,
122442                   /* subscript */
122443                   0,
122444                   /* value */
122445                   0,
122446               };
122447               
122448               static const char*
122449               _CIM_ControllerConfigurationService_ExposePaths_TargetPortIDs_qualifiers[] =
122450               {
122451 mike  1.1.2.1     /* IN */
122452                   "\024\001",
122453                   /* ModelCorrespondence */
122454                   "\036\000\001CIM_SCSIProtocolEndpoint.Name\000",
122455                   0,
122456               };
122457               
122458               static MetaProperty
122459               _CIM_ControllerConfigurationService_ExposePaths_TargetPortIDs =
122460               {
122461                   /* flags */
122462                   META_FLAG_PROPERTY|META_FLAG_IN,
122463                   /* name */
122464                   "TargetPortIDs",
122465                   /* qualifiers */
122466                   _CIM_ControllerConfigurationService_ExposePaths_TargetPortIDs_qualifiers,
122467                   /* type */
122468                   CIMTYPE_STRING,
122469                   /* subscript */
122470                   0,
122471                   /* value */
122472 mike  1.1.2.1     0,
122473               };
122474               
122475               static const char*
122476               _CIM_ControllerConfigurationService_ExposePaths_DeviceNumbers_qualifiers[] =
122477               {
122478                   /* IN */
122479                   "\024\001",
122480                   /* ArrayType */
122481                   "\005Indexed",
122482                   /* ModelCorrespondence */
122483                   "\036\000\002CIM_ProtocolControllerForUnit.DeviceNumberCIM_ControllerConfigurationService.ExposePaths.LUNames\000CIM_ControllerConfigurationService.ExposePaths.DeviceAccesses\000",
122484                   0,
122485               };
122486               
122487               static MetaProperty
122488               _CIM_ControllerConfigurationService_ExposePaths_DeviceNumbers =
122489               {
122490                   /* flags */
122491                   META_FLAG_PROPERTY|META_FLAG_IN,
122492                   /* name */
122493 mike  1.1.2.1     "DeviceNumbers",
122494                   /* qualifiers */
122495                   _CIM_ControllerConfigurationService_ExposePaths_DeviceNumbers_qualifiers,
122496                   /* type */
122497                   CIMTYPE_STRING,
122498                   /* subscript */
122499                   0,
122500                   /* value */
122501                   0,
122502               };
122503               
122504               static const char*
122505               _CIM_ControllerConfigurationService_ExposePaths_DeviceAccesses_qualifiers[] =
122506               {
122507                   /* IN */
122508                   "\024\001",
122509                   /* ValueMap */
122510                   "\061\000\0060\0002\0003\0004\0005..15999\00016000..\000",
122511                   /* Values */
122512                   "\062\000\006Unknown\000Read Write\000Read-Only\000No Access\000DMTF Reserved\000Vendor Reserved\000",
122513                   /* ArrayType */
122514 mike  1.1.2.1     "\005Indexed",
122515                   /* ModelCorrespondence */
122516                   "\036\000\002CIM_ProtocolControllerForUnit.DeviceAccessCIM_ControllerConfigurationService.ExposePaths.DeviceNumbers\000CIM_ControllerConfigurationService.ExposePaths.LUNames\000",
122517                   0,
122518               };
122519               
122520               static MetaProperty
122521               _CIM_ControllerConfigurationService_ExposePaths_DeviceAccesses =
122522               {
122523                   /* flags */
122524                   META_FLAG_PROPERTY|META_FLAG_IN,
122525                   /* name */
122526                   "DeviceAccesses",
122527                   /* qualifiers */
122528                   _CIM_ControllerConfigurationService_ExposePaths_DeviceAccesses_qualifiers,
122529                   /* type */
122530                   CIMTYPE_UINT16,
122531                   /* subscript */
122532                   0,
122533                   /* value */
122534                   0,
122535 mike  1.1.2.1 };
122536               
122537               static const char*
122538               _CIM_ControllerConfigurationService_ExposePaths_ProtocolControllers_qualifiers[] =
122539               {
122540                   /* IN */
122541                   "\024\001",
122542                   /* OUT */
122543                   "\043\001",
122544                   0,
122545               };
122546               
122547               static MetaReference
122548               _CIM_ControllerConfigurationService_ExposePaths_ProtocolControllers =
122549               {
122550                   /* flags */
122551                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
122552                   /* name */
122553                   "ProtocolControllers",
122554                   /* qualifiers */
122555                   _CIM_ControllerConfigurationService_ExposePaths_ProtocolControllers_qualifiers,
122556 mike  1.1.2.1     /* subscript */
122557                   0,
122558                   /* ref */
122559                   &__root_cimv2_CIM_SCSIProtocolController,
122560               };
122561               
122562               static MetaFeature*
122563               _CIM_ControllerConfigurationService_ExposePaths_parameters[] =
122564               {
122565                   (MetaFeature*)&_CIM_ControllerConfigurationService_ExposePaths_Job,
122566                   (MetaFeature*)&_CIM_ControllerConfigurationService_ExposePaths_LUNames,
122567                   (MetaFeature*)&_CIM_ControllerConfigurationService_ExposePaths_InitiatorPortIDs,
122568                   (MetaFeature*)&_CIM_ControllerConfigurationService_ExposePaths_TargetPortIDs,
122569                   (MetaFeature*)&_CIM_ControllerConfigurationService_ExposePaths_DeviceNumbers,
122570                   (MetaFeature*)&_CIM_ControllerConfigurationService_ExposePaths_DeviceAccesses,
122571                   (MetaFeature*)&_CIM_ControllerConfigurationService_ExposePaths_ProtocolControllers,
122572                   0,
122573               };
122574               
122575               static const char*
122576               _CIM_ControllerConfigurationService_ExposePaths_qualifiers[] =
122577 mike  1.1.2.1 {
122578                   /* ValueMap */
122579                   "\061\000\0210\0001\0002\0003\0004\0005\0006..4095\0004096\0004097\0004098\0004099\0004100\0004101\0004102\0004103\0004104..32767\00032768..65535\000",
122580                   /* Values */
122581                   "\062\000\021Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000DMTF Reserved\000Method Parameters Checked - Job Started\000Invalid logical unit ID\000Invalid initiator port ID\000Invalid target port ID\000Invalid permission\000Target/initiator combination already exposed\000Requested logical unit number in use\000Maximum Map Count Exceeded\000Method Reserved\000Vendor Specific\000",
122582                   0,
122583               };
122584               
122585               static MetaMethod
122586               _CIM_ControllerConfigurationService_ExposePaths =
122587               {
122588                   /* flags */
122589                   META_FLAG_METHOD,
122590                   /* name */
122591                   "CIM_ControllerConfigurationService",
122592                   /* qualifiers */
122593                   _CIM_ControllerConfigurationService_ExposePaths_qualifiers,
122594                   /* type */
122595                   CIMTYPE_UINT32,
122596                   /* parameters */
122597                   _CIM_ControllerConfigurationService_ExposePaths_parameters,
122598 mike  1.1.2.1 };
122599               
122600               static const char*
122601               _CIM_ControllerConfigurationService_HidePaths_Job_qualifiers[] =
122602               {
122603                   /* IN */
122604                   "\024\000",
122605                   /* OUT */
122606                   "\043\001",
122607                   0,
122608               };
122609               
122610               static MetaReference
122611               _CIM_ControllerConfigurationService_HidePaths_Job =
122612               {
122613                   /* flags */
122614                   META_FLAG_REFERENCE|META_FLAG_OUT,
122615                   /* name */
122616                   "Job",
122617                   /* qualifiers */
122618                   _CIM_ControllerConfigurationService_HidePaths_Job_qualifiers,
122619 mike  1.1.2.1     /* subscript */
122620                   -1,
122621                   /* ref */
122622                   &__root_cimv2_CIM_ConcreteJob,
122623               };
122624               
122625               static const char*
122626               _CIM_ControllerConfigurationService_HidePaths_LUNames_qualifiers[] =
122627               {
122628                   /* Required */
122629                   "\050\001",
122630                   /* IN */
122631                   "\024\001",
122632                   /* ModelCorrespondence */
122633                   "\036\000\001CIM_LogicalDevice.Name\000",
122634                   0,
122635               };
122636               
122637               static MetaProperty
122638               _CIM_ControllerConfigurationService_HidePaths_LUNames =
122639               {
122640 mike  1.1.2.1     /* flags */
122641                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_REQUIRED,
122642                   /* name */
122643                   "LUNames",
122644                   /* qualifiers */
122645                   _CIM_ControllerConfigurationService_HidePaths_LUNames_qualifiers,
122646                   /* type */
122647                   CIMTYPE_STRING,
122648                   /* subscript */
122649                   0,
122650                   /* value */
122651                   0,
122652               };
122653               
122654               static const char*
122655               _CIM_ControllerConfigurationService_HidePaths_InitiatorPortIDs_qualifiers[] =
122656               {
122657                   /* IN */
122658                   "\024\001",
122659                   /* ModelCorrespondence */
122660                   "\036\000\001CIM_StorageHardwareID.StorageID\000",
122661 mike  1.1.2.1     0,
122662               };
122663               
122664               static MetaProperty
122665               _CIM_ControllerConfigurationService_HidePaths_InitiatorPortIDs =
122666               {
122667                   /* flags */
122668                   META_FLAG_PROPERTY|META_FLAG_IN,
122669                   /* name */
122670                   "InitiatorPortIDs",
122671                   /* qualifiers */
122672                   _CIM_ControllerConfigurationService_HidePaths_InitiatorPortIDs_qualifiers,
122673                   /* type */
122674                   CIMTYPE_STRING,
122675                   /* subscript */
122676                   0,
122677                   /* value */
122678                   0,
122679               };
122680               
122681               static const char*
122682 mike  1.1.2.1 _CIM_ControllerConfigurationService_HidePaths_TargetPortIDs_qualifiers[] =
122683               {
122684                   /* IN */
122685                   "\024\001",
122686                   /* ModelCorrespondence */
122687                   "\036\000\001CIM_SCSIProtocolEndpoint.Name\000",
122688                   0,
122689               };
122690               
122691               static MetaProperty
122692               _CIM_ControllerConfigurationService_HidePaths_TargetPortIDs =
122693               {
122694                   /* flags */
122695                   META_FLAG_PROPERTY|META_FLAG_IN,
122696                   /* name */
122697                   "TargetPortIDs",
122698                   /* qualifiers */
122699                   _CIM_ControllerConfigurationService_HidePaths_TargetPortIDs_qualifiers,
122700                   /* type */
122701                   CIMTYPE_STRING,
122702                   /* subscript */
122703 mike  1.1.2.1     0,
122704                   /* value */
122705                   0,
122706               };
122707               
122708               static const char*
122709               _CIM_ControllerConfigurationService_HidePaths_ProtocolControllers_qualifiers[] =
122710               {
122711                   /* IN */
122712                   "\024\001",
122713                   /* OUT */
122714                   "\043\001",
122715                   0,
122716               };
122717               
122718               static MetaReference
122719               _CIM_ControllerConfigurationService_HidePaths_ProtocolControllers =
122720               {
122721                   /* flags */
122722                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
122723                   /* name */
122724 mike  1.1.2.1     "ProtocolControllers",
122725                   /* qualifiers */
122726                   _CIM_ControllerConfigurationService_HidePaths_ProtocolControllers_qualifiers,
122727                   /* subscript */
122728                   0,
122729                   /* ref */
122730                   &__root_cimv2_CIM_SCSIProtocolController,
122731               };
122732               
122733               static MetaFeature*
122734               _CIM_ControllerConfigurationService_HidePaths_parameters[] =
122735               {
122736                   (MetaFeature*)&_CIM_ControllerConfigurationService_HidePaths_Job,
122737                   (MetaFeature*)&_CIM_ControllerConfigurationService_HidePaths_LUNames,
122738                   (MetaFeature*)&_CIM_ControllerConfigurationService_HidePaths_InitiatorPortIDs,
122739                   (MetaFeature*)&_CIM_ControllerConfigurationService_HidePaths_TargetPortIDs,
122740                   (MetaFeature*)&_CIM_ControllerConfigurationService_HidePaths_ProtocolControllers,
122741                   0,
122742               };
122743               
122744               static const char*
122745 mike  1.1.2.1 _CIM_ControllerConfigurationService_HidePaths_qualifiers[] =
122746               {
122747                   /* ValueMap */
122748                   "\061\000\0160\0001\0002\0003\0004\0005\0006..4095\0004096\0004097\0004098\0004099\0004100\0004101..32767\00032768..65535\000",
122749                   /* Values */
122750                   "\062\000\016Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000DMTF Reserved\000Method Parameters Checked - Job Started\000Invalid logical unit ID\000Invalid initiator port ID\000Invalid target port ID\000Target/initiator combination not exposed\000Method Reserved\000Vendor Specific\000",
122751                   0,
122752               };
122753               
122754               static MetaMethod
122755               _CIM_ControllerConfigurationService_HidePaths =
122756               {
122757                   /* flags */
122758                   META_FLAG_METHOD,
122759                   /* name */
122760                   "CIM_ControllerConfigurationService",
122761                   /* qualifiers */
122762                   _CIM_ControllerConfigurationService_HidePaths_qualifiers,
122763                   /* type */
122764                   CIMTYPE_UINT32,
122765                   /* parameters */
122766 mike  1.1.2.1     _CIM_ControllerConfigurationService_HidePaths_parameters,
122767               };
122768               
122769               static MetaFeature*
122770               _CIM_ControllerConfigurationService_features[] =
122771               {
122772                   (MetaFeature*)&_CIM_ControllerConfigurationService_CreateProtocolControllerWithPorts,
122773                   (MetaFeature*)&_CIM_ControllerConfigurationService_DeleteProtocolController,
122774                   (MetaFeature*)&_CIM_ControllerConfigurationService_AttachDevice,
122775                   (MetaFeature*)&_CIM_ControllerConfigurationService_DetachDevice,
122776                   (MetaFeature*)&_CIM_ControllerConfigurationService_ExposePaths,
122777                   (MetaFeature*)&_CIM_ControllerConfigurationService_HidePaths,
122778                   0,
122779               };
122780               
122781               static const char*
122782               __root_cimv2_CIM_ControllerConfigurationService_qualifiers[] =
122783               {
122784                   /* UMLPackagePath */
122785                   "\057CIM::Device::ProtocolController",
122786                   /* Version */
122787 mike  1.1.2.1     "\0632.10.0",
122788                   0,
122789               };
122790               
122791               MetaClass
122792               __root_cimv2_CIM_ControllerConfigurationService =
122793               {
122794                   /* flags */
122795                   META_FLAG_CLASS,
122796                   /* name */
122797                   "CIM_ControllerConfigurationService",
122798                   /* qualifiers */
122799                   __root_cimv2_CIM_ControllerConfigurationService_qualifiers,
122800                   /* super */
122801                   &__root_cimv2_CIM_Service,
122802                   /* features */
122803                   _CIM_ControllerConfigurationService_features,
122804               };
122805               
122806               //==============================================================================
122807               //
122808 mike  1.1.2.1 // Class: CIM_CoolingDevice
122809               //
122810               //==============================================================================
122811               
122812               static const char*
122813               _CIM_CoolingDevice_ActiveCooling_qualifiers[] =
122814               {
122815                   0,
122816               };
122817               
122818               static MetaProperty
122819               _CIM_CoolingDevice_ActiveCooling =
122820               {
122821                   /* flags */
122822                   META_FLAG_PROPERTY|META_FLAG_READ,
122823                   /* name */
122824                   "ActiveCooling",
122825                   /* qualifiers */
122826                   _CIM_CoolingDevice_ActiveCooling_qualifiers,
122827                   /* type */
122828                   CIMTYPE_BOOLEAN,
122829 mike  1.1.2.1     /* subscript */
122830                   -1,
122831                   /* value */
122832                   0,
122833               };
122834               
122835               static MetaFeature*
122836               _CIM_CoolingDevice_features[] =
122837               {
122838                   (MetaFeature*)&_CIM_CoolingDevice_ActiveCooling,
122839                   0,
122840               };
122841               
122842               static const char*
122843               __root_cimv2_CIM_CoolingDevice_qualifiers[] =
122844               {
122845                   /* UMLPackagePath */
122846                   "\057CIM::Device::CoolingAndPower",
122847                   /* Version */
122848                   "\0632.10.0",
122849                   0,
122850 mike  1.1.2.1 };
122851               
122852               MetaClass
122853               __root_cimv2_CIM_CoolingDevice =
122854               {
122855                   /* flags */
122856                   META_FLAG_CLASS,
122857                   /* name */
122858                   "CIM_CoolingDevice",
122859                   /* qualifiers */
122860                   __root_cimv2_CIM_CoolingDevice_qualifiers,
122861                   /* super */
122862                   &__root_cimv2_CIM_LogicalDevice,
122863                   /* features */
122864                   _CIM_CoolingDevice_features,
122865               };
122866               
122867               //==============================================================================
122868               //
122869               // Class: CIM_CredentialManagementSAP
122870               //
122871 mike  1.1.2.1 //==============================================================================
122872               
122873               static const char*
122874               _CIM_CredentialManagementSAP_URL_qualifiers[] =
122875               {
122876                   0,
122877               };
122878               
122879               static MetaProperty
122880               _CIM_CredentialManagementSAP_URL =
122881               {
122882                   /* flags */
122883                   META_FLAG_PROPERTY|META_FLAG_READ,
122884                   /* name */
122885                   "URL",
122886                   /* qualifiers */
122887                   _CIM_CredentialManagementSAP_URL_qualifiers,
122888                   /* type */
122889                   CIMTYPE_STRING,
122890                   /* subscript */
122891                   -1,
122892 mike  1.1.2.1     /* value */
122893                   0,
122894               };
122895               
122896               static MetaFeature*
122897               _CIM_CredentialManagementSAP_features[] =
122898               {
122899                   (MetaFeature*)&_CIM_CredentialManagementSAP_URL,
122900                   0,
122901               };
122902               
122903               static const char*
122904               __root_cimv2_CIM_CredentialManagementSAP_qualifiers[] =
122905               {
122906                   /* UMLPackagePath */
122907                   "\057CIM::User::SecurityServices",
122908                   /* Version */
122909                   "\0632.6.0",
122910                   0,
122911               };
122912               
122913 mike  1.1.2.1 MetaClass
122914               __root_cimv2_CIM_CredentialManagementSAP =
122915               {
122916                   /* flags */
122917                   META_FLAG_CLASS,
122918                   /* name */
122919                   "CIM_CredentialManagementSAP",
122920                   /* qualifiers */
122921                   __root_cimv2_CIM_CredentialManagementSAP_qualifiers,
122922                   /* super */
122923                   &__root_cimv2_CIM_ServiceAccessPoint,
122924                   /* features */
122925                   _CIM_CredentialManagementSAP_features,
122926               };
122927               
122928               //==============================================================================
122929               //
122930               // Class: CIM_DatabaseAdministrator
122931               //
122932               //==============================================================================
122933               
122934 mike  1.1.2.1 static const char*
122935               _CIM_DatabaseAdministrator_Antecedent_qualifiers[] =
122936               {
122937                   /* Override */
122938                   "\044Antecedent",
122939                   0,
122940               };
122941               
122942               static MetaReference
122943               _CIM_DatabaseAdministrator_Antecedent =
122944               {
122945                   /* flags */
122946                   META_FLAG_REFERENCE|META_FLAG_READ,
122947                   /* name */
122948                   "Antecedent",
122949                   /* qualifiers */
122950                   _CIM_DatabaseAdministrator_Antecedent_qualifiers,
122951                   /* subscript */
122952                   -1,
122953                   /* refId */
122954                   &__root_cimv2_CIM_CommonDatabase,
122955 mike  1.1.2.1 };
122956               
122957               static const char*
122958               _CIM_DatabaseAdministrator_Dependent_qualifiers[] =
122959               {
122960                   /* Override */
122961                   "\044Dependent",
122962                   0,
122963               };
122964               
122965               static MetaReference
122966               _CIM_DatabaseAdministrator_Dependent =
122967               {
122968                   /* flags */
122969                   META_FLAG_REFERENCE|META_FLAG_READ,
122970                   /* name */
122971                   "Dependent",
122972                   /* qualifiers */
122973                   _CIM_DatabaseAdministrator_Dependent_qualifiers,
122974                   /* subscript */
122975                   -1,
122976 mike  1.1.2.1     /* refId */
122977                   &__root_cimv2_CIM_UserEntity,
122978               };
122979               
122980               static MetaFeature*
122981               _CIM_DatabaseAdministrator_features[] =
122982               {
122983                   (MetaFeature*)&_CIM_DatabaseAdministrator_Antecedent,
122984                   (MetaFeature*)&_CIM_DatabaseAdministrator_Dependent,
122985                   0,
122986               };
122987               
122988               static const char*
122989               __root_cimv2_CIM_DatabaseAdministrator_qualifiers[] =
122990               {
122991                   /* ASSOCIATION */
122992                   "\000\001",
122993                   /* UMLPackagePath */
122994                   "\057CIM::Database::System",
122995                   /* Version */
122996                   "\0632.7.0",
122997 mike  1.1.2.1     0,
122998               };
122999               
123000               MetaClass
123001               __root_cimv2_CIM_DatabaseAdministrator =
123002               {
123003                   /* flags */
123004                   META_FLAG_ASSOCIATION,
123005                   /* name */
123006                   "CIM_DatabaseAdministrator",
123007                   /* qualifiers */
123008                   __root_cimv2_CIM_DatabaseAdministrator_qualifiers,
123009                   /* super */
123010                   &__root_cimv2_CIM_Dependency,
123011                   /* features */
123012                   _CIM_DatabaseAdministrator_features,
123013               };
123014               
123015               //==============================================================================
123016               //
123017               // Class: CIM_DatabaseControlFile
123018 mike  1.1.2.1 //
123019               //==============================================================================
123020               
123021               static const char*
123022               _CIM_DatabaseControlFile_Antecedent_qualifiers[] =
123023               {
123024                   /* Override */
123025                   "\044Antecedent",
123026                   /* Min */
123027                   "\033\000\000\000\000",
123028                   /* Max */
123029                   "\027\000\000\000\001",
123030                   0,
123031               };
123032               
123033               static MetaReference
123034               _CIM_DatabaseControlFile_Antecedent =
123035               {
123036                   /* flags */
123037                   META_FLAG_REFERENCE|META_FLAG_READ,
123038                   /* name */
123039 mike  1.1.2.1     "Antecedent",
123040                   /* qualifiers */
123041                   _CIM_DatabaseControlFile_Antecedent_qualifiers,
123042                   /* subscript */
123043                   -1,
123044                   /* refId */
123045                   &__root_cimv2_CIM_CommonDatabase,
123046               };
123047               
123048               static const char*
123049               _CIM_DatabaseControlFile_Dependent_qualifiers[] =
123050               {
123051                   /* Override */
123052                   "\044Dependent",
123053                   0,
123054               };
123055               
123056               static MetaReference
123057               _CIM_DatabaseControlFile_Dependent =
123058               {
123059                   /* flags */
123060 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
123061                   /* name */
123062                   "Dependent",
123063                   /* qualifiers */
123064                   _CIM_DatabaseControlFile_Dependent_qualifiers,
123065                   /* subscript */
123066                   -1,
123067                   /* refId */
123068                   &__root_cimv2_CIM_LogicalFile,
123069               };
123070               
123071               static MetaFeature*
123072               _CIM_DatabaseControlFile_features[] =
123073               {
123074                   (MetaFeature*)&_CIM_DatabaseControlFile_Antecedent,
123075                   (MetaFeature*)&_CIM_DatabaseControlFile_Dependent,
123076                   0,
123077               };
123078               
123079               static const char*
123080               __root_cimv2_CIM_DatabaseControlFile_qualifiers[] =
123081 mike  1.1.2.1 {
123082                   /* ASSOCIATION */
123083                   "\000\001",
123084                   /* UMLPackagePath */
123085                   "\057CIM::Database::Storage",
123086                   /* Version */
123087                   "\0632.10",
123088                   0,
123089               };
123090               
123091               MetaClass
123092               __root_cimv2_CIM_DatabaseControlFile =
123093               {
123094                   /* flags */
123095                   META_FLAG_ASSOCIATION,
123096                   /* name */
123097                   "CIM_DatabaseControlFile",
123098                   /* qualifiers */
123099                   __root_cimv2_CIM_DatabaseControlFile_qualifiers,
123100                   /* super */
123101                   &__root_cimv2_CIM_HostedDependency,
123102 mike  1.1.2.1     /* features */
123103                   _CIM_DatabaseControlFile_features,
123104               };
123105               
123106               //==============================================================================
123107               //
123108               // Class: CIM_DatabaseFile
123109               //
123110               //==============================================================================
123111               
123112               static const char*
123113               _CIM_DatabaseFile_GroupComponent_qualifiers[] =
123114               {
123115                   /* Aggregate */
123116                   "\003\001",
123117                   /* Override */
123118                   "\044GroupComponent",
123119                   /* Min */
123120                   "\033\000\000\000\001",
123121                   /* Max */
123122                   "\027\000\000\000\001",
123123 mike  1.1.2.1     0,
123124               };
123125               
123126               static MetaReference
123127               _CIM_DatabaseFile_GroupComponent =
123128               {
123129                   /* flags */
123130                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
123131                   /* name */
123132                   "GroupComponent",
123133                   /* qualifiers */
123134                   _CIM_DatabaseFile_GroupComponent_qualifiers,
123135                   /* subscript */
123136                   -1,
123137                   /* refId */
123138                   &__root_cimv2_CIM_CommonDatabase,
123139               };
123140               
123141               static const char*
123142               _CIM_DatabaseFile_PartComponent_qualifiers[] =
123143               {
123144 mike  1.1.2.1     /* Override */
123145                   "\044PartComponent",
123146                   0,
123147               };
123148               
123149               static MetaReference
123150               _CIM_DatabaseFile_PartComponent =
123151               {
123152                   /* flags */
123153                   META_FLAG_REFERENCE|META_FLAG_READ,
123154                   /* name */
123155                   "PartComponent",
123156                   /* qualifiers */
123157                   _CIM_DatabaseFile_PartComponent_qualifiers,
123158                   /* subscript */
123159                   -1,
123160                   /* refId */
123161                   &__root_cimv2_CIM_LogicalFile,
123162               };
123163               
123164               static MetaFeature*
123165 mike  1.1.2.1 _CIM_DatabaseFile_features[] =
123166               {
123167                   (MetaFeature*)&_CIM_DatabaseFile_GroupComponent,
123168                   (MetaFeature*)&_CIM_DatabaseFile_PartComponent,
123169                   0,
123170               };
123171               
123172               static const char*
123173               __root_cimv2_CIM_DatabaseFile_qualifiers[] =
123174               {
123175                   /* ASSOCIATION */
123176                   "\000\001",
123177                   /* UMLPackagePath */
123178                   "\057CIM::Database::Storage",
123179                   /* Aggregation */
123180                   "\004\001",
123181                   /* Version */
123182                   "\0632.8.0",
123183                   0,
123184               };
123185               
123186 mike  1.1.2.1 MetaClass
123187               __root_cimv2_CIM_DatabaseFile =
123188               {
123189                   /* flags */
123190                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
123191                   /* name */
123192                   "CIM_DatabaseFile",
123193                   /* qualifiers */
123194                   __root_cimv2_CIM_DatabaseFile_qualifiers,
123195                   /* super */
123196                   &__root_cimv2_CIM_Component,
123197                   /* features */
123198                   _CIM_DatabaseFile_features,
123199               };
123200               
123201               //==============================================================================
123202               //
123203               // Class: CIM_DatabaseSegment
123204               //
123205               //==============================================================================
123206               
123207 mike  1.1.2.1 static const char*
123208               _CIM_DatabaseSegment_Purpose_qualifiers[] =
123209               {
123210                   /* Override */
123211                   "\044Purpose",
123212                   /* ValueMap */
123213                   "\061\000\0131\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
123214                   /* Values */
123215                   "\062\000\013Other\000Data\000Data Partition\000Data Cluster\000Index\000Index Partition\000LOB\000LOB Index\000Undo\000Snapshot\000Temp\000",
123216                   /* ModelCorrespondence */
123217                   "\036\000\001CIM_DatabaseSegment.OtherPurpose\000",
123218                   0,
123219               };
123220               
123221               static MetaProperty
123222               _CIM_DatabaseSegment_Purpose =
123223               {
123224                   /* flags */
123225                   META_FLAG_PROPERTY|META_FLAG_READ,
123226                   /* name */
123227                   "Purpose",
123228 mike  1.1.2.1     /* qualifiers */
123229                   _CIM_DatabaseSegment_Purpose_qualifiers,
123230                   /* type */
123231                   CIMTYPE_STRING,
123232                   /* subscript */
123233                   -1,
123234                   /* value */
123235                   0,
123236               };
123237               
123238               static const char*
123239               _CIM_DatabaseSegment_OtherPurpose_qualifiers[] =
123240               {
123241                   /* ModelCorrespondence */
123242                   "\036\000\001CIM_DatabaseSegment.Purpose\000",
123243                   0,
123244               };
123245               
123246               static MetaProperty
123247               _CIM_DatabaseSegment_OtherPurpose =
123248               {
123249 mike  1.1.2.1     /* flags */
123250                   META_FLAG_PROPERTY|META_FLAG_READ,
123251                   /* name */
123252                   "OtherPurpose",
123253                   /* qualifiers */
123254                   _CIM_DatabaseSegment_OtherPurpose_qualifiers,
123255                   /* type */
123256                   CIMTYPE_STRING,
123257                   /* subscript */
123258                   -1,
123259                   /* value */
123260                   0,
123261               };
123262               
123263               static MetaFeature*
123264               _CIM_DatabaseSegment_features[] =
123265               {
123266                   (MetaFeature*)&_CIM_DatabaseSegment_Purpose,
123267                   (MetaFeature*)&_CIM_DatabaseSegment_OtherPurpose,
123268                   0,
123269               };
123270 mike  1.1.2.1 
123271               static const char*
123272               __root_cimv2_CIM_DatabaseSegment_qualifiers[] =
123273               {
123274                   /* UMLPackagePath */
123275                   "\057CIM::Database::Storage",
123276                   /* Version */
123277                   "\0632.8.0",
123278                   0,
123279               };
123280               
123281               MetaClass
123282               __root_cimv2_CIM_DatabaseSegment =
123283               {
123284                   /* flags */
123285                   META_FLAG_CLASS,
123286                   /* name */
123287                   "CIM_DatabaseSegment",
123288                   /* qualifiers */
123289                   __root_cimv2_CIM_DatabaseSegment_qualifiers,
123290                   /* super */
123291 mike  1.1.2.1     &__root_cimv2_CIM_StorageExtent,
123292                   /* features */
123293                   _CIM_DatabaseSegment_features,
123294               };
123295               
123296               //==============================================================================
123297               //
123298               // Class: CIM_DatabaseService
123299               //
123300               //==============================================================================
123301               
123302               static const char*
123303               _CIM_DatabaseService_StartupTime_qualifiers[] =
123304               {
123305                   /* MappingStrings */
123306                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoStartupTime\000",
123307                   0,
123308               };
123309               
123310               static MetaProperty
123311               _CIM_DatabaseService_StartupTime =
123312 mike  1.1.2.1 {
123313                   /* flags */
123314                   META_FLAG_PROPERTY|META_FLAG_READ,
123315                   /* name */
123316                   "StartupTime",
123317                   /* qualifiers */
123318                   _CIM_DatabaseService_StartupTime_qualifiers,
123319                   /* type */
123320                   CIMTYPE_DATETIME,
123321                   /* subscript */
123322                   -1,
123323                   /* value */
123324                   0,
123325               };
123326               
123327               static const char*
123328               _CIM_DatabaseService_OperationalStatus_qualifiers[] =
123329               {
123330                   /* Override */
123331                   "\044OperationalStatus",
123332                   /* MappingStrings */
123333 mike  1.1.2.1     "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoOperStatus\000",
123334                   0,
123335               };
123336               
123337               static MetaProperty
123338               _CIM_DatabaseService_OperationalStatus =
123339               {
123340                   /* flags */
123341                   META_FLAG_PROPERTY|META_FLAG_READ,
123342                   /* name */
123343                   "OperationalStatus",
123344                   /* qualifiers */
123345                   _CIM_DatabaseService_OperationalStatus_qualifiers,
123346                   /* type */
123347                   CIMTYPE_UINT16,
123348                   /* subscript */
123349                   0,
123350                   /* value */
123351                   0,
123352               };
123353               
123354 mike  1.1.2.1 static const char*
123355               _CIM_DatabaseService_LastStatusChangeTime_qualifiers[] =
123356               {
123357                   /* Deprecated */
123358                   "\013\000\001CIM_EnabledLogicalElement.TimeOfLastStateChange\000",
123359                   /* MappingStrings */
123360                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoLastChange\000",
123361                   0,
123362               };
123363               
123364               static MetaProperty
123365               _CIM_DatabaseService_LastStatusChangeTime =
123366               {
123367                   /* flags */
123368                   META_FLAG_PROPERTY|META_FLAG_READ,
123369                   /* name */
123370                   "LastStatusChangeTime",
123371                   /* qualifiers */
123372                   _CIM_DatabaseService_LastStatusChangeTime_qualifiers,
123373                   /* type */
123374                   CIMTYPE_DATETIME,
123375 mike  1.1.2.1     /* subscript */
123376                   -1,
123377                   /* value */
123378                   0,
123379               };
123380               
123381               static const char*
123382               _CIM_DatabaseService_TimeOfLastStateChange_qualifiers[] =
123383               {
123384                   /* Override */
123385                   "\044TimeOfLastStateChange",
123386                   /* MappingStrings */
123387                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoLastChange\000",
123388                   0,
123389               };
123390               
123391               static MetaProperty
123392               _CIM_DatabaseService_TimeOfLastStateChange =
123393               {
123394                   /* flags */
123395                   META_FLAG_PROPERTY|META_FLAG_READ,
123396 mike  1.1.2.1     /* name */
123397                   "TimeOfLastStateChange",
123398                   /* qualifiers */
123399                   _CIM_DatabaseService_TimeOfLastStateChange_qualifiers,
123400                   /* type */
123401                   CIMTYPE_DATETIME,
123402                   /* subscript */
123403                   -1,
123404                   /* value */
123405                   0,
123406               };
123407               
123408               static const char*
123409               _CIM_DatabaseService_ConnectionLimit_qualifiers[] =
123410               {
123411                   /* MappingStrings */
123412                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsSrvInfoMaxInboundAssociations\000",
123413                   0,
123414               };
123415               
123416               static MetaProperty
123417 mike  1.1.2.1 _CIM_DatabaseService_ConnectionLimit =
123418               {
123419                   /* flags */
123420                   META_FLAG_PROPERTY|META_FLAG_READ,
123421                   /* name */
123422                   "ConnectionLimit",
123423                   /* qualifiers */
123424                   _CIM_DatabaseService_ConnectionLimit_qualifiers,
123425                   /* type */
123426                   CIMTYPE_UINT32,
123427                   /* subscript */
123428                   -1,
123429                   /* value */
123430                   0,
123431               };
123432               
123433               static MetaFeature*
123434               _CIM_DatabaseService_features[] =
123435               {
123436                   (MetaFeature*)&_CIM_DatabaseService_StartupTime,
123437                   (MetaFeature*)&_CIM_DatabaseService_OperationalStatus,
123438 mike  1.1.2.1     (MetaFeature*)&_CIM_DatabaseService_LastStatusChangeTime,
123439                   (MetaFeature*)&_CIM_DatabaseService_TimeOfLastStateChange,
123440                   (MetaFeature*)&_CIM_DatabaseService_ConnectionLimit,
123441                   0,
123442               };
123443               
123444               static const char*
123445               __root_cimv2_CIM_DatabaseService_qualifiers[] =
123446               {
123447                   /* UMLPackagePath */
123448                   "\057CIM::Database::System",
123449                   /* Version */
123450                   "\0632.7.0",
123451                   0,
123452               };
123453               
123454               MetaClass
123455               __root_cimv2_CIM_DatabaseService =
123456               {
123457                   /* flags */
123458                   META_FLAG_CLASS,
123459 mike  1.1.2.1     /* name */
123460                   "CIM_DatabaseService",
123461                   /* qualifiers */
123462                   __root_cimv2_CIM_DatabaseService_qualifiers,
123463                   /* super */
123464                   &__root_cimv2_CIM_Service,
123465                   /* features */
123466                   _CIM_DatabaseService_features,
123467               };
123468               
123469               //==============================================================================
123470               //
123471               // Class: CIM_DatabaseStorageArea
123472               //
123473               //==============================================================================
123474               
123475               static const char*
123476               _CIM_DatabaseStorageArea_IsSystemArea_qualifiers[] =
123477               {
123478                   0,
123479               };
123480 mike  1.1.2.1 
123481               static MetaProperty
123482               _CIM_DatabaseStorageArea_IsSystemArea =
123483               {
123484                   /* flags */
123485                   META_FLAG_PROPERTY|META_FLAG_READ,
123486                   /* name */
123487                   "IsSystemArea",
123488                   /* qualifiers */
123489                   _CIM_DatabaseStorageArea_IsSystemArea_qualifiers,
123490                   /* type */
123491                   CIMTYPE_BOOLEAN,
123492                   /* subscript */
123493                   -1,
123494                   /* value */
123495                   0,
123496               };
123497               
123498               static const char*
123499               _CIM_DatabaseStorageArea_LastBackup_qualifiers[] =
123500               {
123501 mike  1.1.2.1     0,
123502               };
123503               
123504               static MetaProperty
123505               _CIM_DatabaseStorageArea_LastBackup =
123506               {
123507                   /* flags */
123508                   META_FLAG_PROPERTY|META_FLAG_READ,
123509                   /* name */
123510                   "LastBackup",
123511                   /* qualifiers */
123512                   _CIM_DatabaseStorageArea_LastBackup_qualifiers,
123513                   /* type */
123514                   CIMTYPE_DATETIME,
123515                   /* subscript */
123516                   -1,
123517                   /* value */
123518                   0,
123519               };
123520               
123521               static MetaFeature*
123522 mike  1.1.2.1 _CIM_DatabaseStorageArea_features[] =
123523               {
123524                   (MetaFeature*)&_CIM_DatabaseStorageArea_IsSystemArea,
123525                   (MetaFeature*)&_CIM_DatabaseStorageArea_LastBackup,
123526                   0,
123527               };
123528               
123529               static const char*
123530               __root_cimv2_CIM_DatabaseStorageArea_qualifiers[] =
123531               {
123532                   /* UMLPackagePath */
123533                   "\057CIM::Database::Storage",
123534                   /* Version */
123535                   "\0632.8.0",
123536                   0,
123537               };
123538               
123539               MetaClass
123540               __root_cimv2_CIM_DatabaseStorageArea =
123541               {
123542                   /* flags */
123543 mike  1.1.2.1     META_FLAG_CLASS,
123544                   /* name */
123545                   "CIM_DatabaseStorageArea",
123546                   /* qualifiers */
123547                   __root_cimv2_CIM_DatabaseStorageArea_qualifiers,
123548                   /* super */
123549                   &__root_cimv2_CIM_FileSystem,
123550                   /* features */
123551                   _CIM_DatabaseStorageArea_features,
123552               };
123553               
123554               //==============================================================================
123555               //
123556               // Class: CIM_DatabaseSystem
123557               //
123558               //==============================================================================
123559               
123560               static MetaFeature*
123561               _CIM_DatabaseSystem_features[] =
123562               {
123563                   0,
123564 mike  1.1.2.1 };
123565               
123566               static const char*
123567               __root_cimv2_CIM_DatabaseSystem_qualifiers[] =
123568               {
123569                   /* UMLPackagePath */
123570                   "\057CIM::Database::System",
123571                   /* Version */
123572                   "\0632.7.0",
123573                   0,
123574               };
123575               
123576               MetaClass
123577               __root_cimv2_CIM_DatabaseSystem =
123578               {
123579                   /* flags */
123580                   META_FLAG_CLASS,
123581                   /* name */
123582                   "CIM_DatabaseSystem",
123583                   /* qualifiers */
123584                   __root_cimv2_CIM_DatabaseSystem_qualifiers,
123585 mike  1.1.2.1     /* super */
123586                   &__root_cimv2_CIM_ApplicationSystem,
123587                   /* features */
123588                   _CIM_DatabaseSystem_features,
123589               };
123590               
123591               //==============================================================================
123592               //
123593               // Class: CIM_DeviceAccessedByFile
123594               //
123595               //==============================================================================
123596               
123597               static const char*
123598               _CIM_DeviceAccessedByFile_Antecedent_qualifiers[] =
123599               {
123600                   /* Override */
123601                   "\044Antecedent",
123602                   0,
123603               };
123604               
123605               static MetaReference
123606 mike  1.1.2.1 _CIM_DeviceAccessedByFile_Antecedent =
123607               {
123608                   /* flags */
123609                   META_FLAG_REFERENCE|META_FLAG_READ,
123610                   /* name */
123611                   "Antecedent",
123612                   /* qualifiers */
123613                   _CIM_DeviceAccessedByFile_Antecedent_qualifiers,
123614                   /* subscript */
123615                   -1,
123616                   /* refId */
123617                   &__root_cimv2_CIM_DeviceFile,
123618               };
123619               
123620               static const char*
123621               _CIM_DeviceAccessedByFile_Dependent_qualifiers[] =
123622               {
123623                   /* Override */
123624                   "\044Dependent",
123625                   /* Max */
123626                   "\027\000\000\000\001",
123627 mike  1.1.2.1     0,
123628               };
123629               
123630               static MetaReference
123631               _CIM_DeviceAccessedByFile_Dependent =
123632               {
123633                   /* flags */
123634                   META_FLAG_REFERENCE|META_FLAG_READ,
123635                   /* name */
123636                   "Dependent",
123637                   /* qualifiers */
123638                   _CIM_DeviceAccessedByFile_Dependent_qualifiers,
123639                   /* subscript */
123640                   -1,
123641                   /* refId */
123642                   &__root_cimv2_CIM_LogicalDevice,
123643               };
123644               
123645               static MetaFeature*
123646               _CIM_DeviceAccessedByFile_features[] =
123647               {
123648 mike  1.1.2.1     (MetaFeature*)&_CIM_DeviceAccessedByFile_Antecedent,
123649                   (MetaFeature*)&_CIM_DeviceAccessedByFile_Dependent,
123650                   0,
123651               };
123652               
123653               static const char*
123654               __root_cimv2_CIM_DeviceAccessedByFile_qualifiers[] =
123655               {
123656                   /* ASSOCIATION */
123657                   "\000\001",
123658                   /* UMLPackagePath */
123659                   "\057CIM::System::FileElements",
123660                   /* Version */
123661                   "\0632.6.0",
123662                   0,
123663               };
123664               
123665               MetaClass
123666               __root_cimv2_CIM_DeviceAccessedByFile =
123667               {
123668                   /* flags */
123669 mike  1.1.2.1     META_FLAG_ASSOCIATION,
123670                   /* name */
123671                   "CIM_DeviceAccessedByFile",
123672                   /* qualifiers */
123673                   __root_cimv2_CIM_DeviceAccessedByFile_qualifiers,
123674                   /* super */
123675                   &__root_cimv2_CIM_Dependency,
123676                   /* features */
123677                   _CIM_DeviceAccessedByFile_features,
123678               };
123679               
123680               //==============================================================================
123681               //
123682               // Class: CIM_DeviceConnection
123683               //
123684               //==============================================================================
123685               
123686               static const char*
123687               _CIM_DeviceConnection_Antecedent_qualifiers[] =
123688               {
123689                   /* Override */
123690 mike  1.1.2.1     "\044Antecedent",
123691                   0,
123692               };
123693               
123694               static MetaReference
123695               _CIM_DeviceConnection_Antecedent =
123696               {
123697                   /* flags */
123698                   META_FLAG_REFERENCE|META_FLAG_READ,
123699                   /* name */
123700                   "Antecedent",
123701                   /* qualifiers */
123702                   _CIM_DeviceConnection_Antecedent_qualifiers,
123703                   /* subscript */
123704                   -1,
123705                   /* refId */
123706                   &__root_cimv2_CIM_LogicalDevice,
123707               };
123708               
123709               static const char*
123710               _CIM_DeviceConnection_Dependent_qualifiers[] =
123711 mike  1.1.2.1 {
123712                   /* Override */
123713                   "\044Dependent",
123714                   0,
123715               };
123716               
123717               static MetaReference
123718               _CIM_DeviceConnection_Dependent =
123719               {
123720                   /* flags */
123721                   META_FLAG_REFERENCE|META_FLAG_READ,
123722                   /* name */
123723                   "Dependent",
123724                   /* qualifiers */
123725                   _CIM_DeviceConnection_Dependent_qualifiers,
123726                   /* subscript */
123727                   -1,
123728                   /* refId */
123729                   &__root_cimv2_CIM_LogicalDevice,
123730               };
123731               
123732 mike  1.1.2.1 static const char*
123733               _CIM_DeviceConnection_NegotiatedSpeed_qualifiers[] =
123734               {
123735                   /* Units */
123736                   "\060Bits per Second",
123737                   /* MappingStrings */
123738                   "\026\000\001MIF.DMTF|Bus Port Association|001.2\000",
123739                   0,
123740               };
123741               
123742               static MetaProperty
123743               _CIM_DeviceConnection_NegotiatedSpeed =
123744               {
123745                   /* flags */
123746                   META_FLAG_PROPERTY|META_FLAG_READ,
123747                   /* name */
123748                   "NegotiatedSpeed",
123749                   /* qualifiers */
123750                   _CIM_DeviceConnection_NegotiatedSpeed_qualifiers,
123751                   /* type */
123752                   CIMTYPE_UINT64,
123753 mike  1.1.2.1     /* subscript */
123754                   -1,
123755                   /* value */
123756                   0,
123757               };
123758               
123759               static const char*
123760               _CIM_DeviceConnection_NegotiatedDataWidth_qualifiers[] =
123761               {
123762                   /* Units */
123763                   "\060Bits",
123764                   /* MappingStrings */
123765                   "\026\000\001MIF.DMTF|Bus Port Association|001.3\000",
123766                   0,
123767               };
123768               
123769               static MetaProperty
123770               _CIM_DeviceConnection_NegotiatedDataWidth =
123771               {
123772                   /* flags */
123773                   META_FLAG_PROPERTY|META_FLAG_READ,
123774 mike  1.1.2.1     /* name */
123775                   "NegotiatedDataWidth",
123776                   /* qualifiers */
123777                   _CIM_DeviceConnection_NegotiatedDataWidth_qualifiers,
123778                   /* type */
123779                   CIMTYPE_UINT32,
123780                   /* subscript */
123781                   -1,
123782                   /* value */
123783                   0,
123784               };
123785               
123786               static MetaFeature*
123787               _CIM_DeviceConnection_features[] =
123788               {
123789                   (MetaFeature*)&_CIM_DeviceConnection_Antecedent,
123790                   (MetaFeature*)&_CIM_DeviceConnection_Dependent,
123791                   (MetaFeature*)&_CIM_DeviceConnection_NegotiatedSpeed,
123792                   (MetaFeature*)&_CIM_DeviceConnection_NegotiatedDataWidth,
123793                   0,
123794               };
123795 mike  1.1.2.1 
123796               static const char*
123797               __root_cimv2_CIM_DeviceConnection_qualifiers[] =
123798               {
123799                   /* ASSOCIATION */
123800                   "\000\001",
123801                   /* UMLPackagePath */
123802                   "\057CIM::Device::DeviceElements",
123803                   /* Version */
123804                   "\0632.10.0",
123805                   0,
123806               };
123807               
123808               MetaClass
123809               __root_cimv2_CIM_DeviceConnection =
123810               {
123811                   /* flags */
123812                   META_FLAG_ASSOCIATION,
123813                   /* name */
123814                   "CIM_DeviceConnection",
123815                   /* qualifiers */
123816 mike  1.1.2.1     __root_cimv2_CIM_DeviceConnection_qualifiers,
123817                   /* super */
123818                   &__root_cimv2_CIM_Dependency,
123819                   /* features */
123820                   _CIM_DeviceConnection_features,
123821               };
123822               
123823               //==============================================================================
123824               //
123825               // Class: CIM_DeviceIdentity
123826               //
123827               //==============================================================================
123828               
123829               static const char*
123830               _CIM_DeviceIdentity_SystemElement_qualifiers[] =
123831               {
123832                   /* Override */
123833                   "\044SystemElement",
123834                   0,
123835               };
123836               
123837 mike  1.1.2.1 static MetaReference
123838               _CIM_DeviceIdentity_SystemElement =
123839               {
123840                   /* flags */
123841                   META_FLAG_REFERENCE|META_FLAG_READ,
123842                   /* name */
123843                   "SystemElement",
123844                   /* qualifiers */
123845                   _CIM_DeviceIdentity_SystemElement_qualifiers,
123846                   /* subscript */
123847                   -1,
123848                   /* refId */
123849                   &__root_cimv2_CIM_LogicalDevice,
123850               };
123851               
123852               static const char*
123853               _CIM_DeviceIdentity_SameElement_qualifiers[] =
123854               {
123855                   /* Override */
123856                   "\044SameElement",
123857                   0,
123858 mike  1.1.2.1 };
123859               
123860               static MetaReference
123861               _CIM_DeviceIdentity_SameElement =
123862               {
123863                   /* flags */
123864                   META_FLAG_REFERENCE|META_FLAG_READ,
123865                   /* name */
123866                   "SameElement",
123867                   /* qualifiers */
123868                   _CIM_DeviceIdentity_SameElement_qualifiers,
123869                   /* subscript */
123870                   -1,
123871                   /* refId */
123872                   &__root_cimv2_CIM_LogicalDevice,
123873               };
123874               
123875               static MetaFeature*
123876               _CIM_DeviceIdentity_features[] =
123877               {
123878                   (MetaFeature*)&_CIM_DeviceIdentity_SystemElement,
123879 mike  1.1.2.1     (MetaFeature*)&_CIM_DeviceIdentity_SameElement,
123880                   0,
123881               };
123882               
123883               static const char*
123884               __root_cimv2_CIM_DeviceIdentity_qualifiers[] =
123885               {
123886                   /* ASSOCIATION */
123887                   "\000\001",
123888                   /* UMLPackagePath */
123889                   "\057CIM::Device::DeviceElements",
123890                   /* Version */
123891                   "\0632.6.0",
123892                   0,
123893               };
123894               
123895               MetaClass
123896               __root_cimv2_CIM_DeviceIdentity =
123897               {
123898                   /* flags */
123899                   META_FLAG_ASSOCIATION,
123900 mike  1.1.2.1     /* name */
123901                   "CIM_DeviceIdentity",
123902                   /* qualifiers */
123903                   __root_cimv2_CIM_DeviceIdentity_qualifiers,
123904                   /* super */
123905                   &__root_cimv2_CIM_LogicalIdentity,
123906                   /* features */
123907                   _CIM_DeviceIdentity_features,
123908               };
123909               
123910               //==============================================================================
123911               //
123912               // Class: CIM_DeviceSAPImplementation
123913               //
123914               //==============================================================================
123915               
123916               static const char*
123917               _CIM_DeviceSAPImplementation_Antecedent_qualifiers[] =
123918               {
123919                   /* Override */
123920                   "\044Antecedent",
123921 mike  1.1.2.1     0,
123922               };
123923               
123924               static MetaReference
123925               _CIM_DeviceSAPImplementation_Antecedent =
123926               {
123927                   /* flags */
123928                   META_FLAG_REFERENCE|META_FLAG_READ,
123929                   /* name */
123930                   "Antecedent",
123931                   /* qualifiers */
123932                   _CIM_DeviceSAPImplementation_Antecedent_qualifiers,
123933                   /* subscript */
123934                   -1,
123935                   /* refId */
123936                   &__root_cimv2_CIM_LogicalDevice,
123937               };
123938               
123939               static const char*
123940               _CIM_DeviceSAPImplementation_Dependent_qualifiers[] =
123941               {
123942 mike  1.1.2.1     /* Override */
123943                   "\044Dependent",
123944                   0,
123945               };
123946               
123947               static MetaReference
123948               _CIM_DeviceSAPImplementation_Dependent =
123949               {
123950                   /* flags */
123951                   META_FLAG_REFERENCE|META_FLAG_READ,
123952                   /* name */
123953                   "Dependent",
123954                   /* qualifiers */
123955                   _CIM_DeviceSAPImplementation_Dependent_qualifiers,
123956                   /* subscript */
123957                   -1,
123958                   /* refId */
123959                   &__root_cimv2_CIM_ServiceAccessPoint,
123960               };
123961               
123962               static MetaFeature*
123963 mike  1.1.2.1 _CIM_DeviceSAPImplementation_features[] =
123964               {
123965                   (MetaFeature*)&_CIM_DeviceSAPImplementation_Antecedent,
123966                   (MetaFeature*)&_CIM_DeviceSAPImplementation_Dependent,
123967                   0,
123968               };
123969               
123970               static const char*
123971               __root_cimv2_CIM_DeviceSAPImplementation_qualifiers[] =
123972               {
123973                   /* ASSOCIATION */
123974                   "\000\001",
123975                   /* UMLPackagePath */
123976                   "\057CIM::Core::Device",
123977                   /* Version */
123978                   "\0632.10.0",
123979                   0,
123980               };
123981               
123982               MetaClass
123983               __root_cimv2_CIM_DeviceSAPImplementation =
123984 mike  1.1.2.1 {
123985                   /* flags */
123986                   META_FLAG_ASSOCIATION,
123987                   /* name */
123988                   "CIM_DeviceSAPImplementation",
123989                   /* qualifiers */
123990                   __root_cimv2_CIM_DeviceSAPImplementation_qualifiers,
123991                   /* super */
123992                   &__root_cimv2_CIM_Dependency,
123993                   /* features */
123994                   _CIM_DeviceSAPImplementation_features,
123995               };
123996               
123997               //==============================================================================
123998               //
123999               // Class: CIM_DeviceServiceImplementation
124000               //
124001               //==============================================================================
124002               
124003               static const char*
124004               _CIM_DeviceServiceImplementation_Antecedent_qualifiers[] =
124005 mike  1.1.2.1 {
124006                   /* Override */
124007                   "\044Antecedent",
124008                   0,
124009               };
124010               
124011               static MetaReference
124012               _CIM_DeviceServiceImplementation_Antecedent =
124013               {
124014                   /* flags */
124015                   META_FLAG_REFERENCE|META_FLAG_READ,
124016                   /* name */
124017                   "Antecedent",
124018                   /* qualifiers */
124019                   _CIM_DeviceServiceImplementation_Antecedent_qualifiers,
124020                   /* subscript */
124021                   -1,
124022                   /* refId */
124023                   &__root_cimv2_CIM_LogicalDevice,
124024               };
124025               
124026 mike  1.1.2.1 static const char*
124027               _CIM_DeviceServiceImplementation_Dependent_qualifiers[] =
124028               {
124029                   /* Override */
124030                   "\044Dependent",
124031                   0,
124032               };
124033               
124034               static MetaReference
124035               _CIM_DeviceServiceImplementation_Dependent =
124036               {
124037                   /* flags */
124038                   META_FLAG_REFERENCE|META_FLAG_READ,
124039                   /* name */
124040                   "Dependent",
124041                   /* qualifiers */
124042                   _CIM_DeviceServiceImplementation_Dependent_qualifiers,
124043                   /* subscript */
124044                   -1,
124045                   /* refId */
124046                   &__root_cimv2_CIM_Service,
124047 mike  1.1.2.1 };
124048               
124049               static MetaFeature*
124050               _CIM_DeviceServiceImplementation_features[] =
124051               {
124052                   (MetaFeature*)&_CIM_DeviceServiceImplementation_Antecedent,
124053                   (MetaFeature*)&_CIM_DeviceServiceImplementation_Dependent,
124054                   0,
124055               };
124056               
124057               static const char*
124058               __root_cimv2_CIM_DeviceServiceImplementation_qualifiers[] =
124059               {
124060                   /* ASSOCIATION */
124061                   "\000\001",
124062                   /* UMLPackagePath */
124063                   "\057CIM::Core::Device",
124064                   /* Version */
124065                   "\0632.10.0",
124066                   0,
124067               };
124068 mike  1.1.2.1 
124069               MetaClass
124070               __root_cimv2_CIM_DeviceServiceImplementation =
124071               {
124072                   /* flags */
124073                   META_FLAG_ASSOCIATION,
124074                   /* name */
124075                   "CIM_DeviceServiceImplementation",
124076                   /* qualifiers */
124077                   __root_cimv2_CIM_DeviceServiceImplementation_qualifiers,
124078                   /* super */
124079                   &__root_cimv2_CIM_Dependency,
124080                   /* features */
124081                   _CIM_DeviceServiceImplementation_features,
124082               };
124083               
124084               //==============================================================================
124085               //
124086               // Class: CIM_DeviceServicesLocation
124087               //
124088               //==============================================================================
124089 mike  1.1.2.1 
124090               static const char*
124091               _CIM_DeviceServicesLocation_Antecedent_qualifiers[] =
124092               {
124093                   /* Override */
124094                   "\044Antecedent",
124095                   0,
124096               };
124097               
124098               static MetaReference
124099               _CIM_DeviceServicesLocation_Antecedent =
124100               {
124101                   /* flags */
124102                   META_FLAG_REFERENCE|META_FLAG_READ,
124103                   /* name */
124104                   "Antecedent",
124105                   /* qualifiers */
124106                   _CIM_DeviceServicesLocation_Antecedent_qualifiers,
124107                   /* subscript */
124108                   -1,
124109                   /* refId */
124110 mike  1.1.2.1     &__root_cimv2_CIM_MediaTransferDevice,
124111               };
124112               
124113               static const char*
124114               _CIM_DeviceServicesLocation_Dependent_qualifiers[] =
124115               {
124116                   /* Override */
124117                   "\044Dependent",
124118                   0,
124119               };
124120               
124121               static MetaReference
124122               _CIM_DeviceServicesLocation_Dependent =
124123               {
124124                   /* flags */
124125                   META_FLAG_REFERENCE|META_FLAG_READ,
124126                   /* name */
124127                   "Dependent",
124128                   /* qualifiers */
124129                   _CIM_DeviceServicesLocation_Dependent_qualifiers,
124130                   /* subscript */
124131 mike  1.1.2.1     -1,
124132                   /* refId */
124133                   &__root_cimv2_CIM_StorageMediaLocation,
124134               };
124135               
124136               static const char*
124137               _CIM_DeviceServicesLocation_Inaccessible_qualifiers[] =
124138               {
124139                   0,
124140               };
124141               
124142               static MetaProperty
124143               _CIM_DeviceServicesLocation_Inaccessible =
124144               {
124145                   /* flags */
124146                   META_FLAG_PROPERTY|META_FLAG_READ,
124147                   /* name */
124148                   "Inaccessible",
124149                   /* qualifiers */
124150                   _CIM_DeviceServicesLocation_Inaccessible_qualifiers,
124151                   /* type */
124152 mike  1.1.2.1     CIMTYPE_BOOLEAN,
124153                   /* subscript */
124154                   -1,
124155                   /* value */
124156                   0,
124157               };
124158               
124159               static MetaFeature*
124160               _CIM_DeviceServicesLocation_features[] =
124161               {
124162                   (MetaFeature*)&_CIM_DeviceServicesLocation_Antecedent,
124163                   (MetaFeature*)&_CIM_DeviceServicesLocation_Dependent,
124164                   (MetaFeature*)&_CIM_DeviceServicesLocation_Inaccessible,
124165                   0,
124166               };
124167               
124168               static const char*
124169               __root_cimv2_CIM_DeviceServicesLocation_qualifiers[] =
124170               {
124171                   /* ASSOCIATION */
124172                   "\000\001",
124173 mike  1.1.2.1     /* UMLPackagePath */
124174                   "\057CIM::Device::StorageLib",
124175                   /* Version */
124176                   "\0632.6.0",
124177                   0,
124178               };
124179               
124180               MetaClass
124181               __root_cimv2_CIM_DeviceServicesLocation =
124182               {
124183                   /* flags */
124184                   META_FLAG_ASSOCIATION,
124185                   /* name */
124186                   "CIM_DeviceServicesLocation",
124187                   /* qualifiers */
124188                   __root_cimv2_CIM_DeviceServicesLocation_qualifiers,
124189                   /* super */
124190                   &__root_cimv2_CIM_Dependency,
124191                   /* features */
124192                   _CIM_DeviceServicesLocation_features,
124193               };
124194 mike  1.1.2.1 
124195               //==============================================================================
124196               //
124197               // Class: CIM_DeviceSoftware
124198               //
124199               //==============================================================================
124200               
124201               static const char*
124202               _CIM_DeviceSoftware_Antecedent_qualifiers[] =
124203               {
124204                   /* Override */
124205                   "\044Antecedent",
124206                   0,
124207               };
124208               
124209               static MetaReference
124210               _CIM_DeviceSoftware_Antecedent =
124211               {
124212                   /* flags */
124213                   META_FLAG_REFERENCE|META_FLAG_READ,
124214                   /* name */
124215 mike  1.1.2.1     "Antecedent",
124216                   /* qualifiers */
124217                   _CIM_DeviceSoftware_Antecedent_qualifiers,
124218                   /* subscript */
124219                   -1,
124220                   /* refId */
124221                   &__root_cimv2_CIM_SoftwareElement,
124222               };
124223               
124224               static const char*
124225               _CIM_DeviceSoftware_Dependent_qualifiers[] =
124226               {
124227                   /* Override */
124228                   "\044Dependent",
124229                   0,
124230               };
124231               
124232               static MetaReference
124233               _CIM_DeviceSoftware_Dependent =
124234               {
124235                   /* flags */
124236 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
124237                   /* name */
124238                   "Dependent",
124239                   /* qualifiers */
124240                   _CIM_DeviceSoftware_Dependent_qualifiers,
124241                   /* subscript */
124242                   -1,
124243                   /* refId */
124244                   &__root_cimv2_CIM_LogicalDevice,
124245               };
124246               
124247               static const char*
124248               _CIM_DeviceSoftware_Purpose_qualifiers[] =
124249               {
124250                   /* ValueMap */
124251                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
124252                   /* Values */
124253                   "\062\000\011Unknown\000Other\000Driver\000Configuration Software\000Application Software\000Instrumentation\000Firmware\000BIOS\000Boot ROM\000",
124254                   /* MappingStrings */
124255                   "\026\000\001MIF.DMTF|SubComponent Software|001.2\000",
124256                   /* ModelCorrespondence */
124257 mike  1.1.2.1     "\036\000\001CIM_DeviceSoftware.PurposeDescription\000",
124258                   0,
124259               };
124260               
124261               static MetaProperty
124262               _CIM_DeviceSoftware_Purpose =
124263               {
124264                   /* flags */
124265                   META_FLAG_PROPERTY|META_FLAG_READ,
124266                   /* name */
124267                   "Purpose",
124268                   /* qualifiers */
124269                   _CIM_DeviceSoftware_Purpose_qualifiers,
124270                   /* type */
124271                   CIMTYPE_UINT16,
124272                   /* subscript */
124273                   -1,
124274                   /* value */
124275                   0,
124276               };
124277               
124278 mike  1.1.2.1 static const char*
124279               _CIM_DeviceSoftware_PurposeDescription_qualifiers[] =
124280               {
124281                   /* ModelCorrespondence */
124282                   "\036\000\001CIM_DeviceSoftware.Purpose\000",
124283                   0,
124284               };
124285               
124286               static MetaProperty
124287               _CIM_DeviceSoftware_PurposeDescription =
124288               {
124289                   /* flags */
124290                   META_FLAG_PROPERTY|META_FLAG_READ,
124291                   /* name */
124292                   "PurposeDescription",
124293                   /* qualifiers */
124294                   _CIM_DeviceSoftware_PurposeDescription_qualifiers,
124295                   /* type */
124296                   CIMTYPE_STRING,
124297                   /* subscript */
124298                   -1,
124299 mike  1.1.2.1     /* value */
124300                   0,
124301               };
124302               
124303               static const char*
124304               _CIM_DeviceSoftware_LoadedOnDevice_qualifiers[] =
124305               {
124306                   0,
124307               };
124308               
124309               static MetaProperty
124310               _CIM_DeviceSoftware_LoadedOnDevice =
124311               {
124312                   /* flags */
124313                   META_FLAG_PROPERTY|META_FLAG_READ,
124314                   /* name */
124315                   "LoadedOnDevice",
124316                   /* qualifiers */
124317                   _CIM_DeviceSoftware_LoadedOnDevice_qualifiers,
124318                   /* type */
124319                   CIMTYPE_BOOLEAN,
124320 mike  1.1.2.1     /* subscript */
124321                   -1,
124322                   /* value */
124323                   0,
124324               };
124325               
124326               static const char*
124327               _CIM_DeviceSoftware_UpgradeableOnDevice_qualifiers[] =
124328               {
124329                   0,
124330               };
124331               
124332               static MetaProperty
124333               _CIM_DeviceSoftware_UpgradeableOnDevice =
124334               {
124335                   /* flags */
124336                   META_FLAG_PROPERTY|META_FLAG_READ,
124337                   /* name */
124338                   "UpgradeableOnDevice",
124339                   /* qualifiers */
124340                   _CIM_DeviceSoftware_UpgradeableOnDevice_qualifiers,
124341 mike  1.1.2.1     /* type */
124342                   CIMTYPE_BOOLEAN,
124343                   /* subscript */
124344                   -1,
124345                   /* value */
124346                   0,
124347               };
124348               
124349               static MetaFeature*
124350               _CIM_DeviceSoftware_features[] =
124351               {
124352                   (MetaFeature*)&_CIM_DeviceSoftware_Antecedent,
124353                   (MetaFeature*)&_CIM_DeviceSoftware_Dependent,
124354                   (MetaFeature*)&_CIM_DeviceSoftware_Purpose,
124355                   (MetaFeature*)&_CIM_DeviceSoftware_PurposeDescription,
124356                   (MetaFeature*)&_CIM_DeviceSoftware_LoadedOnDevice,
124357                   (MetaFeature*)&_CIM_DeviceSoftware_UpgradeableOnDevice,
124358                   0,
124359               };
124360               
124361               static const char*
124362 mike  1.1.2.1 __root_cimv2_CIM_DeviceSoftware_qualifiers[] =
124363               {
124364                   /* ASSOCIATION */
124365                   "\000\001",
124366                   /* UMLPackagePath */
124367                   "\057CIM::Device::DeviceElements",
124368                   /* Version */
124369                   "\0632.10.0",
124370                   0,
124371               };
124372               
124373               MetaClass
124374               __root_cimv2_CIM_DeviceSoftware =
124375               {
124376                   /* flags */
124377                   META_FLAG_ASSOCIATION,
124378                   /* name */
124379                   "CIM_DeviceSoftware",
124380                   /* qualifiers */
124381                   __root_cimv2_CIM_DeviceSoftware_qualifiers,
124382                   /* super */
124383 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
124384                   /* features */
124385                   _CIM_DeviceSoftware_features,
124386               };
124387               
124388               //==============================================================================
124389               //
124390               // Class: CIM_DeviceStatistics
124391               //
124392               //==============================================================================
124393               
124394               static const char*
124395               _CIM_DeviceStatistics_Stats_qualifiers[] =
124396               {
124397                   /* Override */
124398                   "\044Stats",
124399                   /* Weak */
124400                   "\064\001",
124401                   0,
124402               };
124403               
124404 mike  1.1.2.1 static MetaReference
124405               _CIM_DeviceStatistics_Stats =
124406               {
124407                   /* flags */
124408                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
124409                   /* name */
124410                   "Stats",
124411                   /* qualifiers */
124412                   _CIM_DeviceStatistics_Stats_qualifiers,
124413                   /* subscript */
124414                   -1,
124415                   /* refId */
124416                   &__root_cimv2_CIM_DeviceStatisticalInformation,
124417               };
124418               
124419               static const char*
124420               _CIM_DeviceStatistics_Element_qualifiers[] =
124421               {
124422                   /* Override */
124423                   "\044Element",
124424                   /* Min */
124425 mike  1.1.2.1     "\033\000\000\000\001",
124426                   /* Max */
124427                   "\027\000\000\000\001",
124428                   0,
124429               };
124430               
124431               static MetaReference
124432               _CIM_DeviceStatistics_Element =
124433               {
124434                   /* flags */
124435                   META_FLAG_REFERENCE|META_FLAG_READ,
124436                   /* name */
124437                   "Element",
124438                   /* qualifiers */
124439                   _CIM_DeviceStatistics_Element_qualifiers,
124440                   /* subscript */
124441                   -1,
124442                   /* refId */
124443                   &__root_cimv2_CIM_LogicalDevice,
124444               };
124445               
124446 mike  1.1.2.1 static MetaFeature*
124447               _CIM_DeviceStatistics_features[] =
124448               {
124449                   (MetaFeature*)&_CIM_DeviceStatistics_Stats,
124450                   (MetaFeature*)&_CIM_DeviceStatistics_Element,
124451                   0,
124452               };
124453               
124454               static const char*
124455               __root_cimv2_CIM_DeviceStatistics_qualifiers[] =
124456               {
124457                   /* ASSOCIATION */
124458                   "\000\001",
124459                   /* UMLPackagePath */
124460                   "\057CIM::Core::Statistics",
124461                   /* Version */
124462                   "\0632.6.0",
124463                   0,
124464               };
124465               
124466               MetaClass
124467 mike  1.1.2.1 __root_cimv2_CIM_DeviceStatistics =
124468               {
124469                   /* flags */
124470                   META_FLAG_ASSOCIATION,
124471                   /* name */
124472                   "CIM_DeviceStatistics",
124473                   /* qualifiers */
124474                   __root_cimv2_CIM_DeviceStatistics_qualifiers,
124475                   /* super */
124476                   &__root_cimv2_CIM_Statistics,
124477                   /* features */
124478                   _CIM_DeviceStatistics_features,
124479               };
124480               
124481               //==============================================================================
124482               //
124483               // Class: CIM_DiagnosticService
124484               //
124485               //==============================================================================
124486               
124487               static const char*
124488 mike  1.1.2.1 _CIM_DiagnosticService_RunDiagnostic_ManagedElement_qualifiers[] =
124489               {
124490                   /* IN */
124491                   "\024\001",
124492                   0,
124493               };
124494               
124495               static MetaReference
124496               _CIM_DiagnosticService_RunDiagnostic_ManagedElement =
124497               {
124498                   /* flags */
124499                   META_FLAG_REFERENCE|META_FLAG_IN,
124500                   /* name */
124501                   "ManagedElement",
124502                   /* qualifiers */
124503                   _CIM_DiagnosticService_RunDiagnostic_ManagedElement_qualifiers,
124504                   /* subscript */
124505                   -1,
124506                   /* ref */
124507                   &__root_cimv2_CIM_ManagedElement,
124508               };
124509 mike  1.1.2.1 
124510               static const char*
124511               _CIM_DiagnosticService_RunDiagnostic_DiagSetting_qualifiers[] =
124512               {
124513                   /* IN */
124514                   "\024\001",
124515                   0,
124516               };
124517               
124518               static MetaReference
124519               _CIM_DiagnosticService_RunDiagnostic_DiagSetting =
124520               {
124521                   /* flags */
124522                   META_FLAG_REFERENCE|META_FLAG_IN,
124523                   /* name */
124524                   "DiagSetting",
124525                   /* qualifiers */
124526                   _CIM_DiagnosticService_RunDiagnostic_DiagSetting_qualifiers,
124527                   /* subscript */
124528                   -1,
124529                   /* ref */
124530 mike  1.1.2.1     &__root_cimv2_CIM_DiagnosticSetting,
124531               };
124532               
124533               static const char*
124534               _CIM_DiagnosticService_RunDiagnostic_JobSetting_qualifiers[] =
124535               {
124536                   /* IN */
124537                   "\024\001",
124538                   0,
124539               };
124540               
124541               static MetaReference
124542               _CIM_DiagnosticService_RunDiagnostic_JobSetting =
124543               {
124544                   /* flags */
124545                   META_FLAG_REFERENCE|META_FLAG_IN,
124546                   /* name */
124547                   "JobSetting",
124548                   /* qualifiers */
124549                   _CIM_DiagnosticService_RunDiagnostic_JobSetting_qualifiers,
124550                   /* subscript */
124551 mike  1.1.2.1     -1,
124552                   /* ref */
124553                   &__root_cimv2_CIM_JobSettingData,
124554               };
124555               
124556               static const char*
124557               _CIM_DiagnosticService_RunDiagnostic_Job_qualifiers[] =
124558               {
124559                   /* IN */
124560                   "\024\000",
124561                   /* OUT */
124562                   "\043\001",
124563                   0,
124564               };
124565               
124566               static MetaReference
124567               _CIM_DiagnosticService_RunDiagnostic_Job =
124568               {
124569                   /* flags */
124570                   META_FLAG_REFERENCE|META_FLAG_OUT,
124571                   /* name */
124572 mike  1.1.2.1     "Job",
124573                   /* qualifiers */
124574                   _CIM_DiagnosticService_RunDiagnostic_Job_qualifiers,
124575                   /* subscript */
124576                   -1,
124577                   /* ref */
124578                   &__root_cimv2_CIM_ConcreteJob,
124579               };
124580               
124581               static MetaFeature*
124582               _CIM_DiagnosticService_RunDiagnostic_parameters[] =
124583               {
124584                   (MetaFeature*)&_CIM_DiagnosticService_RunDiagnostic_ManagedElement,
124585                   (MetaFeature*)&_CIM_DiagnosticService_RunDiagnostic_DiagSetting,
124586                   (MetaFeature*)&_CIM_DiagnosticService_RunDiagnostic_JobSetting,
124587                   (MetaFeature*)&_CIM_DiagnosticService_RunDiagnostic_Job,
124588                   0,
124589               };
124590               
124591               static const char*
124592               _CIM_DiagnosticService_RunDiagnostic_qualifiers[] =
124593 mike  1.1.2.1 {
124594                   /* ValueMap */
124595                   "\061\000\0120\0001\0002\0003\0004\0005\000..\0000x1000\000..\0000x8000..\000",
124596                   /* Values */
124597                   "\062\000\012Job completed with no error\000Not Supported\000Unknown\000Timeout\000Failed\000Invalid Parameter\000DMTF Reserved\000Method parameters checked - job started\000Method Reserved\000Vendor Specific\000",
124598                   0,
124599               };
124600               
124601               static MetaMethod
124602               _CIM_DiagnosticService_RunDiagnostic =
124603               {
124604                   /* flags */
124605                   META_FLAG_METHOD,
124606                   /* name */
124607                   "CIM_DiagnosticService",
124608                   /* qualifiers */
124609                   _CIM_DiagnosticService_RunDiagnostic_qualifiers,
124610                   /* type */
124611                   CIMTYPE_UINT32,
124612                   /* parameters */
124613                   _CIM_DiagnosticService_RunDiagnostic_parameters,
124614 mike  1.1.2.1 };
124615               
124616               static MetaFeature*
124617               _CIM_DiagnosticService_features[] =
124618               {
124619                   (MetaFeature*)&_CIM_DiagnosticService_RunDiagnostic,
124620                   0,
124621               };
124622               
124623               static const char*
124624               __root_cimv2_CIM_DiagnosticService_qualifiers[] =
124625               {
124626                   /* UMLPackagePath */
124627                   "\057CIM::System::Diagnostics",
124628                   /* Abstract */
124629                   "\002\001",
124630                   /* Version */
124631                   "\0632.9.0",
124632                   0,
124633               };
124634               
124635 mike  1.1.2.1 MetaClass
124636               __root_cimv2_CIM_DiagnosticService =
124637               {
124638                   /* flags */
124639                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
124640                   /* name */
124641                   "CIM_DiagnosticService",
124642                   /* qualifiers */
124643                   __root_cimv2_CIM_DiagnosticService_qualifiers,
124644                   /* super */
124645                   &__root_cimv2_CIM_Service,
124646                   /* features */
124647                   _CIM_DiagnosticService_features,
124648               };
124649               
124650               //==============================================================================
124651               //
124652               // Class: CIM_DiagnosticsLog
124653               //
124654               //==============================================================================
124655               
124656 mike  1.1.2.1 static MetaFeature*
124657               _CIM_DiagnosticsLog_features[] =
124658               {
124659                   0,
124660               };
124661               
124662               static const char*
124663               __root_cimv2_CIM_DiagnosticsLog_qualifiers[] =
124664               {
124665                   /* UMLPackagePath */
124666                   "\057CIM::System::Logs",
124667                   /* Version */
124668                   "\0632.9.0",
124669                   0,
124670               };
124671               
124672               MetaClass
124673               __root_cimv2_CIM_DiagnosticsLog =
124674               {
124675                   /* flags */
124676                   META_FLAG_CLASS,
124677 mike  1.1.2.1     /* name */
124678                   "CIM_DiagnosticsLog",
124679                   /* qualifiers */
124680                   __root_cimv2_CIM_DiagnosticsLog_qualifiers,
124681                   /* super */
124682                   &__root_cimv2_CIM_RecordLog,
124683                   /* features */
124684                   _CIM_DiagnosticsLog_features,
124685               };
124686               
124687               //==============================================================================
124688               //
124689               // Class: CIM_DiagnosticTest
124690               //
124691               //==============================================================================
124692               
124693               static const char*
124694               _CIM_DiagnosticTest_Characteristics_qualifiers[] =
124695               {
124696                   /* ValueMap */
124697                   "\061\000\0130\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
124698 mike  1.1.2.1     /* Values */
124699                   "\062\000\013Unknown\000Other\000Is Exclusive\000Is Interactive\000Is Destructive\000Is Risky\000Is Package\000Reserved\000Is Synchronous\000Media Required\000Additional Hardware Required\000",
124700                   /* ModelCorrespondence */
124701                   "\036\000\001CIM_DiagnosticTest.OtherCharacteristicsDescriptions\000",
124702                   0,
124703               };
124704               
124705               static MetaProperty
124706               _CIM_DiagnosticTest_Characteristics =
124707               {
124708                   /* flags */
124709                   META_FLAG_PROPERTY|META_FLAG_READ,
124710                   /* name */
124711                   "Characteristics",
124712                   /* qualifiers */
124713                   _CIM_DiagnosticTest_Characteristics_qualifiers,
124714                   /* type */
124715                   CIMTYPE_UINT16,
124716                   /* subscript */
124717                   0,
124718                   /* value */
124719 mike  1.1.2.1     0,
124720               };
124721               
124722               static const char*
124723               _CIM_DiagnosticTest_OtherCharacteristicDescription_qualifiers[] =
124724               {
124725                   /* Deprecated */
124726                   "\013\000\001CIM_DiagnosticTest.OtherCharacteristicsDescriptions\000",
124727                   /* ModelCorrespondence */
124728                   "\036\000\001CIM_DiagnosticTest.Characteristics\000",
124729                   0,
124730               };
124731               
124732               static MetaProperty
124733               _CIM_DiagnosticTest_OtherCharacteristicDescription =
124734               {
124735                   /* flags */
124736                   META_FLAG_PROPERTY|META_FLAG_READ,
124737                   /* name */
124738                   "OtherCharacteristicDescription",
124739                   /* qualifiers */
124740 mike  1.1.2.1     _CIM_DiagnosticTest_OtherCharacteristicDescription_qualifiers,
124741                   /* type */
124742                   CIMTYPE_STRING,
124743                   /* subscript */
124744                   -1,
124745                   /* value */
124746                   0,
124747               };
124748               
124749               static const char*
124750               _CIM_DiagnosticTest_OtherCharacteristicsDescriptions_qualifiers[] =
124751               {
124752                   /* ModelCorrespondence */
124753                   "\036\000\001CIM_DiagnosticTest.Characteristics\000",
124754                   0,
124755               };
124756               
124757               static MetaProperty
124758               _CIM_DiagnosticTest_OtherCharacteristicsDescriptions =
124759               {
124760                   /* flags */
124761 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
124762                   /* name */
124763                   "OtherCharacteristicsDescriptions",
124764                   /* qualifiers */
124765                   _CIM_DiagnosticTest_OtherCharacteristicsDescriptions_qualifiers,
124766                   /* type */
124767                   CIMTYPE_STRING,
124768                   /* subscript */
124769                   0,
124770                   /* value */
124771                   0,
124772               };
124773               
124774               static const char*
124775               _CIM_DiagnosticTest_IsInUse_qualifiers[] =
124776               {
124777                   /* Deprecated */
124778                   "\013\000\001CIM_Service.Started\000",
124779                   0,
124780               };
124781               
124782 mike  1.1.2.1 static MetaProperty
124783               _CIM_DiagnosticTest_IsInUse =
124784               {
124785                   /* flags */
124786                   META_FLAG_PROPERTY|META_FLAG_READ,
124787                   /* name */
124788                   "IsInUse",
124789                   /* qualifiers */
124790                   _CIM_DiagnosticTest_IsInUse_qualifiers,
124791                   /* type */
124792                   CIMTYPE_BOOLEAN,
124793                   /* subscript */
124794                   -1,
124795                   /* value */
124796                   0,
124797               };
124798               
124799               static const char*
124800               _CIM_DiagnosticTest_ResourcesUsed_qualifiers[] =
124801               {
124802                   /* Deprecated */
124803 mike  1.1.2.1     "\013\000\001CIM_ServiceAffectsElement\000",
124804                   /* ValueMap */
124805                   "\061\000\0332\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\00025\00026\00027\00028\000",
124806                   /* Values */
124807                   "\062\000\033CPU\000Memory\000Hard Disk\000CDROM\000Floppy\000PCI Bus\000USB Bus\0001394 Bus\000SCSI Bus\000IDE Bus\000Network\000ISA Bus\000EISA Bus\000VESA Bus\000PCMCIA Bus\000CardBus\000Access.bus\000NuBus\000AGP\000VME Bus\000Sbus IEEE 1396-1993\000MCA Bus\000GIO Bus\000XIO Bus\000HIO Bus\000PMC Bus\000SIO Bus\000",
124808                   0,
124809               };
124810               
124811               static MetaProperty
124812               _CIM_DiagnosticTest_ResourcesUsed =
124813               {
124814                   /* flags */
124815                   META_FLAG_PROPERTY|META_FLAG_READ,
124816                   /* name */
124817                   "ResourcesUsed",
124818                   /* qualifiers */
124819                   _CIM_DiagnosticTest_ResourcesUsed_qualifiers,
124820                   /* type */
124821                   CIMTYPE_UINT16,
124822                   /* subscript */
124823                   0,
124824 mike  1.1.2.1     /* value */
124825                   0,
124826               };
124827               
124828               static const char*
124829               _CIM_DiagnosticTest_TestTypes_qualifiers[] =
124830               {
124831                   /* ValueMap */
124832                   "\061\000\0110\0001\0002\0003\0004\0005\0006\000..\0000x8000..\000",
124833                   /* Values */
124834                   "\062\000\011Unknown\000Other\000Functional\000Stress\000Health Check\000Access Test\000Media Verify\000DMTF Reserved\000Vendor Reserved\000",
124835                   /* ArrayType */
124836                   "\005Indexed",
124837                   /* ModelCorrespondence */
124838                   "\036\000\001CIM_DiagnosticTest.OtherTestTypesDescriptions\000",
124839                   0,
124840               };
124841               
124842               static MetaProperty
124843               _CIM_DiagnosticTest_TestTypes =
124844               {
124845 mike  1.1.2.1     /* flags */
124846                   META_FLAG_PROPERTY|META_FLAG_READ,
124847                   /* name */
124848                   "TestTypes",
124849                   /* qualifiers */
124850                   _CIM_DiagnosticTest_TestTypes_qualifiers,
124851                   /* type */
124852                   CIMTYPE_UINT16,
124853                   /* subscript */
124854                   0,
124855                   /* value */
124856                   0,
124857               };
124858               
124859               static const char*
124860               _CIM_DiagnosticTest_OtherTestTypesDescriptions_qualifiers[] =
124861               {
124862                   /* ArrayType */
124863                   "\005Indexed",
124864                   /* ModelCorrespondence */
124865                   "\036\000\001CIM_DiagnosticTest.TestTypes\000",
124866 mike  1.1.2.1     0,
124867               };
124868               
124869               static MetaProperty
124870               _CIM_DiagnosticTest_OtherTestTypesDescriptions =
124871               {
124872                   /* flags */
124873                   META_FLAG_PROPERTY|META_FLAG_READ,
124874                   /* name */
124875                   "OtherTestTypesDescriptions",
124876                   /* qualifiers */
124877                   _CIM_DiagnosticTest_OtherTestTypesDescriptions_qualifiers,
124878                   /* type */
124879                   CIMTYPE_STRING,
124880                   /* subscript */
124881                   0,
124882                   /* value */
124883                   0,
124884               };
124885               
124886               static const char*
124887 mike  1.1.2.1 _CIM_DiagnosticTest_RunTest_SystemElement_qualifiers[] =
124888               {
124889                   /* IN */
124890                   "\024\001",
124891                   0,
124892               };
124893               
124894               static MetaReference
124895               _CIM_DiagnosticTest_RunTest_SystemElement =
124896               {
124897                   /* flags */
124898                   META_FLAG_REFERENCE|META_FLAG_IN,
124899                   /* name */
124900                   "SystemElement",
124901                   /* qualifiers */
124902                   _CIM_DiagnosticTest_RunTest_SystemElement_qualifiers,
124903                   /* subscript */
124904                   -1,
124905                   /* ref */
124906                   &__root_cimv2_CIM_ManagedSystemElement,
124907               };
124908 mike  1.1.2.1 
124909               static const char*
124910               _CIM_DiagnosticTest_RunTest_Setting_qualifiers[] =
124911               {
124912                   /* IN */
124913                   "\024\001",
124914                   0,
124915               };
124916               
124917               static MetaReference
124918               _CIM_DiagnosticTest_RunTest_Setting =
124919               {
124920                   /* flags */
124921                   META_FLAG_REFERENCE|META_FLAG_IN,
124922                   /* name */
124923                   "Setting",
124924                   /* qualifiers */
124925                   _CIM_DiagnosticTest_RunTest_Setting_qualifiers,
124926                   /* subscript */
124927                   -1,
124928                   /* ref */
124929 mike  1.1.2.1     &__root_cimv2_CIM_DiagnosticSetting,
124930               };
124931               
124932               static const char*
124933               _CIM_DiagnosticTest_RunTest_Result_qualifiers[] =
124934               {
124935                   /* IN */
124936                   "\024\000",
124937                   /* OUT */
124938                   "\043\001",
124939                   0,
124940               };
124941               
124942               static MetaReference
124943               _CIM_DiagnosticTest_RunTest_Result =
124944               {
124945                   /* flags */
124946                   META_FLAG_REFERENCE|META_FLAG_OUT,
124947                   /* name */
124948                   "Result",
124949                   /* qualifiers */
124950 mike  1.1.2.1     _CIM_DiagnosticTest_RunTest_Result_qualifiers,
124951                   /* subscript */
124952                   -1,
124953                   /* ref */
124954                   &__root_cimv2_CIM_DiagnosticResult,
124955               };
124956               
124957               static MetaFeature*
124958               _CIM_DiagnosticTest_RunTest_parameters[] =
124959               {
124960                   (MetaFeature*)&_CIM_DiagnosticTest_RunTest_SystemElement,
124961                   (MetaFeature*)&_CIM_DiagnosticTest_RunTest_Setting,
124962                   (MetaFeature*)&_CIM_DiagnosticTest_RunTest_Result,
124963                   0,
124964               };
124965               
124966               static const char*
124967               _CIM_DiagnosticTest_RunTest_qualifiers[] =
124968               {
124969                   /* Deprecated */
124970                   "\013\000\001CIM_DiagnosticService.RunDiagnostic\000",
124971 mike  1.1.2.1     0,
124972               };
124973               
124974               static MetaMethod
124975               _CIM_DiagnosticTest_RunTest =
124976               {
124977                   /* flags */
124978                   META_FLAG_METHOD,
124979                   /* name */
124980                   "CIM_DiagnosticTest",
124981                   /* qualifiers */
124982                   _CIM_DiagnosticTest_RunTest_qualifiers,
124983                   /* type */
124984                   CIMTYPE_UINT32,
124985                   /* parameters */
124986                   _CIM_DiagnosticTest_RunTest_parameters,
124987               };
124988               
124989               static const char*
124990               _CIM_DiagnosticTest_ClearResults_SystemElement_qualifiers[] =
124991               {
124992 mike  1.1.2.1     /* IN */
124993                   "\024\001",
124994                   0,
124995               };
124996               
124997               static MetaReference
124998               _CIM_DiagnosticTest_ClearResults_SystemElement =
124999               {
125000                   /* flags */
125001                   META_FLAG_REFERENCE|META_FLAG_IN,
125002                   /* name */
125003                   "SystemElement",
125004                   /* qualifiers */
125005                   _CIM_DiagnosticTest_ClearResults_SystemElement_qualifiers,
125006                   /* subscript */
125007                   -1,
125008                   /* ref */
125009                   &__root_cimv2_CIM_ManagedSystemElement,
125010               };
125011               
125012               static const char*
125013 mike  1.1.2.1 _CIM_DiagnosticTest_ClearResults_ResultsNotCleared_qualifiers[] =
125014               {
125015                   /* IN */
125016                   "\024\000",
125017                   /* OUT */
125018                   "\043\001",
125019                   0,
125020               };
125021               
125022               static MetaProperty
125023               _CIM_DiagnosticTest_ClearResults_ResultsNotCleared =
125024               {
125025                   /* flags */
125026                   META_FLAG_PROPERTY|META_FLAG_OUT,
125027                   /* name */
125028                   "ResultsNotCleared",
125029                   /* qualifiers */
125030                   _CIM_DiagnosticTest_ClearResults_ResultsNotCleared_qualifiers,
125031                   /* type */
125032                   CIMTYPE_STRING,
125033                   /* subscript */
125034 mike  1.1.2.1     0,
125035                   /* value */
125036                   0,
125037               };
125038               
125039               static MetaFeature*
125040               _CIM_DiagnosticTest_ClearResults_parameters[] =
125041               {
125042                   (MetaFeature*)&_CIM_DiagnosticTest_ClearResults_SystemElement,
125043                   (MetaFeature*)&_CIM_DiagnosticTest_ClearResults_ResultsNotCleared,
125044                   0,
125045               };
125046               
125047               static const char*
125048               _CIM_DiagnosticTest_ClearResults_qualifiers[] =
125049               {
125050                   /* Deprecated */
125051                   "\013\000\001CIM_Log.ClearLog\000",
125052                   0,
125053               };
125054               
125055 mike  1.1.2.1 static MetaMethod
125056               _CIM_DiagnosticTest_ClearResults =
125057               {
125058                   /* flags */
125059                   META_FLAG_METHOD,
125060                   /* name */
125061                   "CIM_DiagnosticTest",
125062                   /* qualifiers */
125063                   _CIM_DiagnosticTest_ClearResults_qualifiers,
125064                   /* type */
125065                   CIMTYPE_UINT32,
125066                   /* parameters */
125067                   _CIM_DiagnosticTest_ClearResults_parameters,
125068               };
125069               
125070               static const char*
125071               _CIM_DiagnosticTest_DiscontinueTest_SystemElement_qualifiers[] =
125072               {
125073                   /* IN */
125074                   "\024\001",
125075                   0,
125076 mike  1.1.2.1 };
125077               
125078               static MetaReference
125079               _CIM_DiagnosticTest_DiscontinueTest_SystemElement =
125080               {
125081                   /* flags */
125082                   META_FLAG_REFERENCE|META_FLAG_IN,
125083                   /* name */
125084                   "SystemElement",
125085                   /* qualifiers */
125086                   _CIM_DiagnosticTest_DiscontinueTest_SystemElement_qualifiers,
125087                   /* subscript */
125088                   -1,
125089                   /* ref */
125090                   &__root_cimv2_CIM_ManagedSystemElement,
125091               };
125092               
125093               static const char*
125094               _CIM_DiagnosticTest_DiscontinueTest_Result_qualifiers[] =
125095               {
125096                   /* IN */
125097 mike  1.1.2.1     "\024\001",
125098                   0,
125099               };
125100               
125101               static MetaReference
125102               _CIM_DiagnosticTest_DiscontinueTest_Result =
125103               {
125104                   /* flags */
125105                   META_FLAG_REFERENCE|META_FLAG_IN,
125106                   /* name */
125107                   "Result",
125108                   /* qualifiers */
125109                   _CIM_DiagnosticTest_DiscontinueTest_Result_qualifiers,
125110                   /* subscript */
125111                   -1,
125112                   /* ref */
125113                   &__root_cimv2_CIM_DiagnosticResult,
125114               };
125115               
125116               static const char*
125117               _CIM_DiagnosticTest_DiscontinueTest_TestingStopped_qualifiers[] =
125118 mike  1.1.2.1 {
125119                   /* IN */
125120                   "\024\000",
125121                   /* OUT */
125122                   "\043\001",
125123                   0,
125124               };
125125               
125126               static MetaProperty
125127               _CIM_DiagnosticTest_DiscontinueTest_TestingStopped =
125128               {
125129                   /* flags */
125130                   META_FLAG_PROPERTY|META_FLAG_OUT,
125131                   /* name */
125132                   "TestingStopped",
125133                   /* qualifiers */
125134                   _CIM_DiagnosticTest_DiscontinueTest_TestingStopped_qualifiers,
125135                   /* type */
125136                   CIMTYPE_BOOLEAN,
125137                   /* subscript */
125138                   -1,
125139 mike  1.1.2.1     /* value */
125140                   0,
125141               };
125142               
125143               static MetaFeature*
125144               _CIM_DiagnosticTest_DiscontinueTest_parameters[] =
125145               {
125146                   (MetaFeature*)&_CIM_DiagnosticTest_DiscontinueTest_SystemElement,
125147                   (MetaFeature*)&_CIM_DiagnosticTest_DiscontinueTest_Result,
125148                   (MetaFeature*)&_CIM_DiagnosticTest_DiscontinueTest_TestingStopped,
125149                   0,
125150               };
125151               
125152               static const char*
125153               _CIM_DiagnosticTest_DiscontinueTest_qualifiers[] =
125154               {
125155                   /* Deprecated */
125156                   "\013\000\001CIM_ConcreteJob.RequestStateChange\000",
125157                   0,
125158               };
125159               
125160 mike  1.1.2.1 static MetaMethod
125161               _CIM_DiagnosticTest_DiscontinueTest =
125162               {
125163                   /* flags */
125164                   META_FLAG_METHOD,
125165                   /* name */
125166                   "CIM_DiagnosticTest",
125167                   /* qualifiers */
125168                   _CIM_DiagnosticTest_DiscontinueTest_qualifiers,
125169                   /* type */
125170                   CIMTYPE_UINT32,
125171                   /* parameters */
125172                   _CIM_DiagnosticTest_DiscontinueTest_parameters,
125173               };
125174               
125175               static MetaFeature*
125176               _CIM_DiagnosticTest_features[] =
125177               {
125178                   (MetaFeature*)&_CIM_DiagnosticTest_Characteristics,
125179                   (MetaFeature*)&_CIM_DiagnosticTest_OtherCharacteristicDescription,
125180                   (MetaFeature*)&_CIM_DiagnosticTest_OtherCharacteristicsDescriptions,
125181 mike  1.1.2.1     (MetaFeature*)&_CIM_DiagnosticTest_IsInUse,
125182                   (MetaFeature*)&_CIM_DiagnosticTest_ResourcesUsed,
125183                   (MetaFeature*)&_CIM_DiagnosticTest_TestTypes,
125184                   (MetaFeature*)&_CIM_DiagnosticTest_OtherTestTypesDescriptions,
125185                   (MetaFeature*)&_CIM_DiagnosticTest_RunTest,
125186                   (MetaFeature*)&_CIM_DiagnosticTest_ClearResults,
125187                   (MetaFeature*)&_CIM_DiagnosticTest_DiscontinueTest,
125188                   0,
125189               };
125190               
125191               static const char*
125192               __root_cimv2_CIM_DiagnosticTest_qualifiers[] =
125193               {
125194                   /* UMLPackagePath */
125195                   "\057CIM::System::Diagnostics",
125196                   /* Version */
125197                   "\0632.11.0",
125198                   0,
125199               };
125200               
125201               MetaClass
125202 mike  1.1.2.1 __root_cimv2_CIM_DiagnosticTest =
125203               {
125204                   /* flags */
125205                   META_FLAG_CLASS,
125206                   /* name */
125207                   "CIM_DiagnosticTest",
125208                   /* qualifiers */
125209                   __root_cimv2_CIM_DiagnosticTest_qualifiers,
125210                   /* super */
125211                   &__root_cimv2_CIM_DiagnosticService,
125212                   /* features */
125213                   _CIM_DiagnosticTest_features,
125214               };
125215               
125216               //==============================================================================
125217               //
125218               // Class: CIM_DiagnosticTestInPackage
125219               //
125220               //==============================================================================
125221               
125222               static const char*
125223 mike  1.1.2.1 _CIM_DiagnosticTestInPackage_GroupComponent_qualifiers[] =
125224               {
125225                   /* Deprecated */
125226                   "\013\000\001No value\000",
125227                   /* Aggregate */
125228                   "\003\001",
125229                   /* Override */
125230                   "\044GroupComponent",
125231                   0,
125232               };
125233               
125234               static MetaReference
125235               _CIM_DiagnosticTestInPackage_GroupComponent =
125236               {
125237                   /* flags */
125238                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
125239                   /* name */
125240                   "GroupComponent",
125241                   /* qualifiers */
125242                   _CIM_DiagnosticTestInPackage_GroupComponent_qualifiers,
125243                   /* subscript */
125244 mike  1.1.2.1     -1,
125245                   /* refId */
125246                   &__root_cimv2_CIM_DiagnosticTest,
125247               };
125248               
125249               static const char*
125250               _CIM_DiagnosticTestInPackage_PartComponent_qualifiers[] =
125251               {
125252                   /* Deprecated */
125253                   "\013\000\001No value\000",
125254                   /* Override */
125255                   "\044PartComponent",
125256                   0,
125257               };
125258               
125259               static MetaReference
125260               _CIM_DiagnosticTestInPackage_PartComponent =
125261               {
125262                   /* flags */
125263                   META_FLAG_REFERENCE|META_FLAG_READ,
125264                   /* name */
125265 mike  1.1.2.1     "PartComponent",
125266                   /* qualifiers */
125267                   _CIM_DiagnosticTestInPackage_PartComponent_qualifiers,
125268                   /* subscript */
125269                   -1,
125270                   /* refId */
125271                   &__root_cimv2_CIM_DiagnosticTest,
125272               };
125273               
125274               static MetaFeature*
125275               _CIM_DiagnosticTestInPackage_features[] =
125276               {
125277                   (MetaFeature*)&_CIM_DiagnosticTestInPackage_GroupComponent,
125278                   (MetaFeature*)&_CIM_DiagnosticTestInPackage_PartComponent,
125279                   0,
125280               };
125281               
125282               static const char*
125283               __root_cimv2_CIM_DiagnosticTestInPackage_qualifiers[] =
125284               {
125285                   /* ASSOCIATION */
125286 mike  1.1.2.1     "\000\001",
125287                   /* Deprecated */
125288                   "\013\000\001No value\000",
125289                   /* UMLPackagePath */
125290                   "\057CIM::System::Diagnostics",
125291                   /* Aggregation */
125292                   "\004\001",
125293                   /* Version */
125294                   "\0632.7.0",
125295                   0,
125296               };
125297               
125298               MetaClass
125299               __root_cimv2_CIM_DiagnosticTestInPackage =
125300               {
125301                   /* flags */
125302                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
125303                   /* name */
125304                   "CIM_DiagnosticTestInPackage",
125305                   /* qualifiers */
125306                   __root_cimv2_CIM_DiagnosticTestInPackage_qualifiers,
125307 mike  1.1.2.1     /* super */
125308                   &__root_cimv2_CIM_Component,
125309                   /* features */
125310                   _CIM_DiagnosticTestInPackage_features,
125311               };
125312               
125313               //==============================================================================
125314               //
125315               // Class: CIM_DiagnosticTestSoftware
125316               //
125317               //==============================================================================
125318               
125319               static const char*
125320               _CIM_DiagnosticTestSoftware_Antecedent_qualifiers[] =
125321               {
125322                   /* Deprecated */
125323                   "\013\000\001CIM_ElementSoftwareIdentity.Antecedent\000",
125324                   /* Override */
125325                   "\044Antecedent",
125326                   0,
125327               };
125328 mike  1.1.2.1 
125329               static MetaReference
125330               _CIM_DiagnosticTestSoftware_Antecedent =
125331               {
125332                   /* flags */
125333                   META_FLAG_REFERENCE|META_FLAG_READ,
125334                   /* name */
125335                   "Antecedent",
125336                   /* qualifiers */
125337                   _CIM_DiagnosticTestSoftware_Antecedent_qualifiers,
125338                   /* subscript */
125339                   -1,
125340                   /* refId */
125341                   &__root_cimv2_CIM_SoftwareElement,
125342               };
125343               
125344               static const char*
125345               _CIM_DiagnosticTestSoftware_Dependent_qualifiers[] =
125346               {
125347                   /* Deprecated */
125348                   "\013\000\001CIM_ElementSoftwareIdentity.Dependent\000",
125349 mike  1.1.2.1     /* Override */
125350                   "\044Dependent",
125351                   0,
125352               };
125353               
125354               static MetaReference
125355               _CIM_DiagnosticTestSoftware_Dependent =
125356               {
125357                   /* flags */
125358                   META_FLAG_REFERENCE|META_FLAG_READ,
125359                   /* name */
125360                   "Dependent",
125361                   /* qualifiers */
125362                   _CIM_DiagnosticTestSoftware_Dependent_qualifiers,
125363                   /* subscript */
125364                   -1,
125365                   /* refId */
125366                   &__root_cimv2_CIM_DiagnosticTest,
125367               };
125368               
125369               static MetaFeature*
125370 mike  1.1.2.1 _CIM_DiagnosticTestSoftware_features[] =
125371               {
125372                   (MetaFeature*)&_CIM_DiagnosticTestSoftware_Antecedent,
125373                   (MetaFeature*)&_CIM_DiagnosticTestSoftware_Dependent,
125374                   0,
125375               };
125376               
125377               static const char*
125378               __root_cimv2_CIM_DiagnosticTestSoftware_qualifiers[] =
125379               {
125380                   /* ASSOCIATION */
125381                   "\000\001",
125382                   /* Deprecated */
125383                   "\013\000\001CIM_ElementSoftwareIdentity\000",
125384                   /* UMLPackagePath */
125385                   "\057CIM::Application::SystemSoftware",
125386                   /* Version */
125387                   "\0632.8.0",
125388                   0,
125389               };
125390               
125391 mike  1.1.2.1 MetaClass
125392               __root_cimv2_CIM_DiagnosticTestSoftware =
125393               {
125394                   /* flags */
125395                   META_FLAG_ASSOCIATION,
125396                   /* name */
125397                   "CIM_DiagnosticTestSoftware",
125398                   /* qualifiers */
125399                   __root_cimv2_CIM_DiagnosticTestSoftware_qualifiers,
125400                   /* super */
125401                   &__root_cimv2_CIM_Dependency,
125402                   /* features */
125403                   _CIM_DiagnosticTestSoftware_features,
125404               };
125405               
125406               //==============================================================================
125407               //
125408               // Class: CIM_DiscreteSensor
125409               //
125410               //==============================================================================
125411               
125412 mike  1.1.2.1 static const char*
125413               _CIM_DiscreteSensor_CurrentReading_qualifiers[] =
125414               {
125415                   /* Deprecated */
125416                   "\013\000\001CIM_Sensor.CurrentState\000",
125417                   /* MaxLen */
125418                   "\030\000\000\000\100",
125419                   0,
125420               };
125421               
125422               static MetaProperty
125423               _CIM_DiscreteSensor_CurrentReading =
125424               {
125425                   /* flags */
125426                   META_FLAG_PROPERTY|META_FLAG_READ,
125427                   /* name */
125428                   "CurrentReading",
125429                   /* qualifiers */
125430                   _CIM_DiscreteSensor_CurrentReading_qualifiers,
125431                   /* type */
125432                   CIMTYPE_STRING,
125433 mike  1.1.2.1     /* subscript */
125434                   -1,
125435                   /* value */
125436                   0,
125437               };
125438               
125439               static const char*
125440               _CIM_DiscreteSensor_PossibleValues_qualifiers[] =
125441               {
125442                   /* Deprecated */
125443                   "\013\000\001CIM_Sensor.PossibleStates\000",
125444                   /* MaxLen */
125445                   "\030\000\000\000\100",
125446                   0,
125447               };
125448               
125449               static MetaProperty
125450               _CIM_DiscreteSensor_PossibleValues =
125451               {
125452                   /* flags */
125453                   META_FLAG_PROPERTY|META_FLAG_READ,
125454 mike  1.1.2.1     /* name */
125455                   "PossibleValues",
125456                   /* qualifiers */
125457                   _CIM_DiscreteSensor_PossibleValues_qualifiers,
125458                   /* type */
125459                   CIMTYPE_STRING,
125460                   /* subscript */
125461                   0,
125462                   /* value */
125463                   0,
125464               };
125465               
125466               static const char*
125467               _CIM_DiscreteSensor_AcceptableValues_qualifiers[] =
125468               {
125469                   /* Deprecated */
125470                   "\013\000\001No Value\000",
125471                   /* MaxLen */
125472                   "\030\000\000\000\100",
125473                   0,
125474               };
125475 mike  1.1.2.1 
125476               static MetaProperty
125477               _CIM_DiscreteSensor_AcceptableValues =
125478               {
125479                   /* flags */
125480                   META_FLAG_PROPERTY|META_FLAG_READ,
125481                   /* name */
125482                   "AcceptableValues",
125483                   /* qualifiers */
125484                   _CIM_DiscreteSensor_AcceptableValues_qualifiers,
125485                   /* type */
125486                   CIMTYPE_STRING,
125487                   /* subscript */
125488                   0,
125489                   /* value */
125490                   0,
125491               };
125492               
125493               static MetaFeature*
125494               _CIM_DiscreteSensor_features[] =
125495               {
125496 mike  1.1.2.1     (MetaFeature*)&_CIM_DiscreteSensor_CurrentReading,
125497                   (MetaFeature*)&_CIM_DiscreteSensor_PossibleValues,
125498                   (MetaFeature*)&_CIM_DiscreteSensor_AcceptableValues,
125499                   0,
125500               };
125501               
125502               static const char*
125503               __root_cimv2_CIM_DiscreteSensor_qualifiers[] =
125504               {
125505                   /* Deprecated */
125506                   "\013\000\001CIM_Sensor\000",
125507                   /* UMLPackagePath */
125508                   "\057CIM::Device::Sensors",
125509                   /* Version */
125510                   "\0632.8.0",
125511                   0,
125512               };
125513               
125514               MetaClass
125515               __root_cimv2_CIM_DiscreteSensor =
125516               {
125517 mike  1.1.2.1     /* flags */
125518                   META_FLAG_CLASS,
125519                   /* name */
125520                   "CIM_DiscreteSensor",
125521                   /* qualifiers */
125522                   __root_cimv2_CIM_DiscreteSensor_qualifiers,
125523                   /* super */
125524                   &__root_cimv2_CIM_Sensor,
125525                   /* features */
125526                   _CIM_DiscreteSensor_features,
125527               };
125528               
125529               //==============================================================================
125530               //
125531               // Class: CIM_DiskDrive
125532               //
125533               //==============================================================================
125534               
125535               static MetaFeature*
125536               _CIM_DiskDrive_features[] =
125537               {
125538 mike  1.1.2.1     0,
125539               };
125540               
125541               static const char*
125542               __root_cimv2_CIM_DiskDrive_qualifiers[] =
125543               {
125544                   /* UMLPackagePath */
125545                   "\057CIM::Device::StorageDevices",
125546                   /* Version */
125547                   "\0632.6.0",
125548                   0,
125549               };
125550               
125551               MetaClass
125552               __root_cimv2_CIM_DiskDrive =
125553               {
125554                   /* flags */
125555                   META_FLAG_CLASS,
125556                   /* name */
125557                   "CIM_DiskDrive",
125558                   /* qualifiers */
125559 mike  1.1.2.1     __root_cimv2_CIM_DiskDrive_qualifiers,
125560                   /* super */
125561                   &__root_cimv2_CIM_MediaAccessDevice,
125562                   /* features */
125563                   _CIM_DiskDrive_features,
125564               };
125565               
125566               //==============================================================================
125567               //
125568               // Class: CIM_DisketteDrive
125569               //
125570               //==============================================================================
125571               
125572               static MetaFeature*
125573               _CIM_DisketteDrive_features[] =
125574               {
125575                   0,
125576               };
125577               
125578               static const char*
125579               __root_cimv2_CIM_DisketteDrive_qualifiers[] =
125580 mike  1.1.2.1 {
125581                   /* UMLPackagePath */
125582                   "\057CIM::Device::StorageDevices",
125583                   /* Version */
125584                   "\0632.6.0",
125585                   0,
125586               };
125587               
125588               MetaClass
125589               __root_cimv2_CIM_DisketteDrive =
125590               {
125591                   /* flags */
125592                   META_FLAG_CLASS,
125593                   /* name */
125594                   "CIM_DisketteDrive",
125595                   /* qualifiers */
125596                   __root_cimv2_CIM_DisketteDrive_qualifiers,
125597                   /* super */
125598                   &__root_cimv2_CIM_MediaAccessDevice,
125599                   /* features */
125600                   _CIM_DisketteDrive_features,
125601 mike  1.1.2.1 };
125602               
125603               //==============================================================================
125604               //
125605               // Class: CIM_Display
125606               //
125607               //==============================================================================
125608               
125609               static MetaFeature*
125610               _CIM_Display_features[] =
125611               {
125612                   0,
125613               };
125614               
125615               static const char*
125616               __root_cimv2_CIM_Display_qualifiers[] =
125617               {
125618                   /* UMLPackagePath */
125619                   "\057CIM::Device::UserDevices",
125620                   /* Abstract */
125621                   "\002\001",
125622 mike  1.1.2.1     /* Version */
125623                   "\0632.6.0",
125624                   0,
125625               };
125626               
125627               MetaClass
125628               __root_cimv2_CIM_Display =
125629               {
125630                   /* flags */
125631                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
125632                   /* name */
125633                   "CIM_Display",
125634                   /* qualifiers */
125635                   __root_cimv2_CIM_Display_qualifiers,
125636                   /* super */
125637                   &__root_cimv2_CIM_UserDevice,
125638                   /* features */
125639                   _CIM_Display_features,
125640               };
125641               
125642               //==============================================================================
125643 mike  1.1.2.1 //
125644               // Class: CIM_DMA
125645               //
125646               //==============================================================================
125647               
125648               static const char*
125649               _CIM_DMA_CSCreationClassName_qualifiers[] =
125650               {
125651                   /* Key */
125652                   "\025\001",
125653                   /* Propagated */
125654                   "\045CIM_ComputerSystem.CreationClassName",
125655                   /* MaxLen */
125656                   "\030\000\000\001\000",
125657                   0,
125658               };
125659               
125660               static MetaProperty
125661               _CIM_DMA_CSCreationClassName =
125662               {
125663                   /* flags */
125664 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
125665                   /* name */
125666                   "CSCreationClassName",
125667                   /* qualifiers */
125668                   _CIM_DMA_CSCreationClassName_qualifiers,
125669                   /* type */
125670                   CIMTYPE_STRING,
125671                   /* subscript */
125672                   -1,
125673                   /* value */
125674                   0,
125675               };
125676               
125677               static const char*
125678               _CIM_DMA_CSName_qualifiers[] =
125679               {
125680                   /* Key */
125681                   "\025\001",
125682                   /* Propagated */
125683                   "\045CIM_ComputerSystem.Name",
125684                   /* MaxLen */
125685 mike  1.1.2.1     "\030\000\000\001\000",
125686                   0,
125687               };
125688               
125689               static MetaProperty
125690               _CIM_DMA_CSName =
125691               {
125692                   /* flags */
125693                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
125694                   /* name */
125695                   "CSName",
125696                   /* qualifiers */
125697                   _CIM_DMA_CSName_qualifiers,
125698                   /* type */
125699                   CIMTYPE_STRING,
125700                   /* subscript */
125701                   -1,
125702                   /* value */
125703                   0,
125704               };
125705               
125706 mike  1.1.2.1 static const char*
125707               _CIM_DMA_CreationClassName_qualifiers[] =
125708               {
125709                   /* Key */
125710                   "\025\001",
125711                   /* MaxLen */
125712                   "\030\000\000\001\000",
125713                   0,
125714               };
125715               
125716               static MetaProperty
125717               _CIM_DMA_CreationClassName =
125718               {
125719                   /* flags */
125720                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
125721                   /* name */
125722                   "CreationClassName",
125723                   /* qualifiers */
125724                   _CIM_DMA_CreationClassName_qualifiers,
125725                   /* type */
125726                   CIMTYPE_STRING,
125727 mike  1.1.2.1     /* subscript */
125728                   -1,
125729                   /* value */
125730                   0,
125731               };
125732               
125733               static const char*
125734               _CIM_DMA_DMAChannel_qualifiers[] =
125735               {
125736                   /* Key */
125737                   "\025\001",
125738                   /* MappingStrings */
125739                   "\026\000\001MIF.DMTF|DMA|001.1\000",
125740                   0,
125741               };
125742               
125743               static MetaProperty
125744               _CIM_DMA_DMAChannel =
125745               {
125746                   /* flags */
125747                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
125748 mike  1.1.2.1     /* name */
125749                   "DMAChannel",
125750                   /* qualifiers */
125751                   _CIM_DMA_DMAChannel_qualifiers,
125752                   /* type */
125753                   CIMTYPE_UINT32,
125754                   /* subscript */
125755                   -1,
125756                   /* value */
125757                   0,
125758               };
125759               
125760               static const char*
125761               _CIM_DMA_Availability_qualifiers[] =
125762               {
125763                   /* ValueMap */
125764                   "\061\000\0051\0002\0003\0004\0005\000",
125765                   /* Values */
125766                   "\062\000\005Other\000Unknown\000Available\000In Use/Not Available\000In Use and Available/Shareable\000",
125767                   /* MappingStrings */
125768                   "\026\000\001MIF.DMTF|DMA|001.2\000",
125769 mike  1.1.2.1     0,
125770               };
125771               
125772               static MetaProperty
125773               _CIM_DMA_Availability =
125774               {
125775                   /* flags */
125776                   META_FLAG_PROPERTY|META_FLAG_READ,
125777                   /* name */
125778                   "Availability",
125779                   /* qualifiers */
125780                   _CIM_DMA_Availability_qualifiers,
125781                   /* type */
125782                   CIMTYPE_UINT16,
125783                   /* subscript */
125784                   -1,
125785                   /* value */
125786                   0,
125787               };
125788               
125789               static const char*
125790 mike  1.1.2.1 _CIM_DMA_BurstMode_qualifiers[] =
125791               {
125792                   /* MappingStrings */
125793                   "\026\000\001MIF.DMTF|DMA|001.3\000",
125794                   0,
125795               };
125796               
125797               static MetaProperty
125798               _CIM_DMA_BurstMode =
125799               {
125800                   /* flags */
125801                   META_FLAG_PROPERTY|META_FLAG_READ,
125802                   /* name */
125803                   "BurstMode",
125804                   /* qualifiers */
125805                   _CIM_DMA_BurstMode_qualifiers,
125806                   /* type */
125807                   CIMTYPE_BOOLEAN,
125808                   /* subscript */
125809                   -1,
125810                   /* value */
125811 mike  1.1.2.1     0,
125812               };
125813               
125814               static const char*
125815               _CIM_DMA_TransferWidths_qualifiers[] =
125816               {
125817                   /* Units */
125818                   "\060Bits",
125819                   /* ValueMap */
125820                   "\061\000\0060\0008\00016\00032\00064\000128\000",
125821                   /* MappingStrings */
125822                   "\026\000\001MIF.DMTF|System Resource DMA Info|001.2\000",
125823                   0,
125824               };
125825               
125826               static MetaProperty
125827               _CIM_DMA_TransferWidths =
125828               {
125829                   /* flags */
125830                   META_FLAG_PROPERTY|META_FLAG_READ,
125831                   /* name */
125832 mike  1.1.2.1     "TransferWidths",
125833                   /* qualifiers */
125834                   _CIM_DMA_TransferWidths_qualifiers,
125835                   /* type */
125836                   CIMTYPE_UINT16,
125837                   /* subscript */
125838                   0,
125839                   /* value */
125840                   0,
125841               };
125842               
125843               static const char*
125844               _CIM_DMA_AddressSize_qualifiers[] =
125845               {
125846                   /* Units */
125847                   "\060Bits",
125848                   /* ValueMap */
125849                   "\061\000\0050\0008\00016\00032\00064\000",
125850                   /* MappingStrings */
125851                   "\026\000\001MIF.DMTF|System Resource DMA Info|001.3\000",
125852                   0,
125853 mike  1.1.2.1 };
125854               
125855               static MetaProperty
125856               _CIM_DMA_AddressSize =
125857               {
125858                   /* flags */
125859                   META_FLAG_PROPERTY|META_FLAG_READ,
125860                   /* name */
125861                   "AddressSize",
125862                   /* qualifiers */
125863                   _CIM_DMA_AddressSize_qualifiers,
125864                   /* type */
125865                   CIMTYPE_UINT16,
125866                   /* subscript */
125867                   -1,
125868                   /* value */
125869                   0,
125870               };
125871               
125872               static const char*
125873               _CIM_DMA_MaxTransferSize_qualifiers[] =
125874 mike  1.1.2.1 {
125875                   /* Units */
125876                   "\060Bytes",
125877                   /* MappingStrings */
125878                   "\026\000\001MIF.DMTF|System Resource DMA Info|001.4\000",
125879                   0,
125880               };
125881               
125882               static MetaProperty
125883               _CIM_DMA_MaxTransferSize =
125884               {
125885                   /* flags */
125886                   META_FLAG_PROPERTY|META_FLAG_READ,
125887                   /* name */
125888                   "MaxTransferSize",
125889                   /* qualifiers */
125890                   _CIM_DMA_MaxTransferSize_qualifiers,
125891                   /* type */
125892                   CIMTYPE_UINT32,
125893                   /* subscript */
125894                   -1,
125895 mike  1.1.2.1     /* value */
125896                   0,
125897               };
125898               
125899               static const char*
125900               _CIM_DMA_ByteMode_qualifiers[] =
125901               {
125902                   /* ValueMap */
125903                   "\061\000\0041\0002\0003\0004\000",
125904                   /* Values */
125905                   "\062\000\004Other\000Unknown\000Not execute in 'count by byte' mode\000Execute in 'count by byte' mode\000",
125906                   /* MappingStrings */
125907                   "\026\000\001MIF.DMTF|System Resource DMA Info|001.7\000",
125908                   0,
125909               };
125910               
125911               static MetaProperty
125912               _CIM_DMA_ByteMode =
125913               {
125914                   /* flags */
125915                   META_FLAG_PROPERTY|META_FLAG_READ,
125916 mike  1.1.2.1     /* name */
125917                   "ByteMode",
125918                   /* qualifiers */
125919                   _CIM_DMA_ByteMode_qualifiers,
125920                   /* type */
125921                   CIMTYPE_UINT16,
125922                   /* subscript */
125923                   -1,
125924                   /* value */
125925                   0,
125926               };
125927               
125928               static const char*
125929               _CIM_DMA_WordMode_qualifiers[] =
125930               {
125931                   /* ValueMap */
125932                   "\061\000\0041\0002\0003\0004\000",
125933                   /* Values */
125934                   "\062\000\004Other\000Unknown\000Not execute in 'count by word' mode\000Execute in 'count by word' mode\000",
125935                   /* MappingStrings */
125936                   "\026\000\001MIF.DMTF|System Resource DMA Info|001.8\000",
125937 mike  1.1.2.1     0,
125938               };
125939               
125940               static MetaProperty
125941               _CIM_DMA_WordMode =
125942               {
125943                   /* flags */
125944                   META_FLAG_PROPERTY|META_FLAG_READ,
125945                   /* name */
125946                   "WordMode",
125947                   /* qualifiers */
125948                   _CIM_DMA_WordMode_qualifiers,
125949                   /* type */
125950                   CIMTYPE_UINT16,
125951                   /* subscript */
125952                   -1,
125953                   /* value */
125954                   0,
125955               };
125956               
125957               static const char*
125958 mike  1.1.2.1 _CIM_DMA_ChannelTiming_qualifiers[] =
125959               {
125960                   /* ValueMap */
125961                   "\061\000\0061\0002\0003\0004\0005\0006\000",
125962                   /* Values */
125963                   "\062\000\006Other\000Unknown\000ISA Compatible\000Type A\000Type B\000Type F\000",
125964                   /* MappingStrings */
125965                   "\026\000\001MIF.DMTF|System Resource DMA Info|001.9\000",
125966                   0,
125967               };
125968               
125969               static MetaProperty
125970               _CIM_DMA_ChannelTiming =
125971               {
125972                   /* flags */
125973                   META_FLAG_PROPERTY|META_FLAG_READ,
125974                   /* name */
125975                   "ChannelTiming",
125976                   /* qualifiers */
125977                   _CIM_DMA_ChannelTiming_qualifiers,
125978                   /* type */
125979 mike  1.1.2.1     CIMTYPE_UINT16,
125980                   /* subscript */
125981                   -1,
125982                   /* value */
125983                   0,
125984               };
125985               
125986               static const char*
125987               _CIM_DMA_TypeCTiming_qualifiers[] =
125988               {
125989                   /* ValueMap */
125990                   "\061\000\0051\0002\0003\0004\0005\000",
125991                   /* Values */
125992                   "\062\000\005Other\000Unknown\000ISA Compatible\000Not Supported\000Supported\000",
125993                   /* MappingStrings */
125994                   "\026\000\001MIF.DMTF|System Resource DMA Info|001.10\000",
125995                   0,
125996               };
125997               
125998               static MetaProperty
125999               _CIM_DMA_TypeCTiming =
126000 mike  1.1.2.1 {
126001                   /* flags */
126002                   META_FLAG_PROPERTY|META_FLAG_READ,
126003                   /* name */
126004                   "TypeCTiming",
126005                   /* qualifiers */
126006                   _CIM_DMA_TypeCTiming_qualifiers,
126007                   /* type */
126008                   CIMTYPE_UINT16,
126009                   /* subscript */
126010                   -1,
126011                   /* value */
126012                   0,
126013               };
126014               
126015               static MetaFeature*
126016               _CIM_DMA_features[] =
126017               {
126018                   (MetaFeature*)&_CIM_DMA_CSCreationClassName,
126019                   (MetaFeature*)&_CIM_DMA_CSName,
126020                   (MetaFeature*)&_CIM_DMA_CreationClassName,
126021 mike  1.1.2.1     (MetaFeature*)&_CIM_DMA_DMAChannel,
126022                   (MetaFeature*)&_CIM_DMA_Availability,
126023                   (MetaFeature*)&_CIM_DMA_BurstMode,
126024                   (MetaFeature*)&_CIM_DMA_TransferWidths,
126025                   (MetaFeature*)&_CIM_DMA_AddressSize,
126026                   (MetaFeature*)&_CIM_DMA_MaxTransferSize,
126027                   (MetaFeature*)&_CIM_DMA_ByteMode,
126028                   (MetaFeature*)&_CIM_DMA_WordMode,
126029                   (MetaFeature*)&_CIM_DMA_ChannelTiming,
126030                   (MetaFeature*)&_CIM_DMA_TypeCTiming,
126031                   0,
126032               };
126033               
126034               static const char*
126035               __root_cimv2_CIM_DMA_qualifiers[] =
126036               {
126037                   /* UMLPackagePath */
126038                   "\057CIM::System::SystemResources",
126039                   /* Version */
126040                   "\0632.6.0",
126041                   0,
126042 mike  1.1.2.1 };
126043               
126044               MetaClass
126045               __root_cimv2_CIM_DMA =
126046               {
126047                   /* flags */
126048                   META_FLAG_CLASS,
126049                   /* name */
126050                   "CIM_DMA",
126051                   /* qualifiers */
126052                   __root_cimv2_CIM_DMA_qualifiers,
126053                   /* super */
126054                   &__root_cimv2_CIM_SystemResource,
126055                   /* features */
126056                   _CIM_DMA_features,
126057               };
126058               
126059               //==============================================================================
126060               //
126061               // Class: CIM_Door
126062               //
126063 mike  1.1.2.1 //==============================================================================
126064               
126065               static const char*
126066               _CIM_Door_Open_qualifiers[] =
126067               {
126068                   0,
126069               };
126070               
126071               static MetaProperty
126072               _CIM_Door_Open =
126073               {
126074                   /* flags */
126075                   META_FLAG_PROPERTY|META_FLAG_READ,
126076                   /* name */
126077                   "Open",
126078                   /* qualifiers */
126079                   _CIM_Door_Open_qualifiers,
126080                   /* type */
126081                   CIMTYPE_BOOLEAN,
126082                   /* subscript */
126083                   -1,
126084 mike  1.1.2.1     /* value */
126085                   0,
126086               };
126087               
126088               static const char*
126089               _CIM_Door_Locked_qualifiers[] =
126090               {
126091                   0,
126092               };
126093               
126094               static MetaProperty
126095               _CIM_Door_Locked =
126096               {
126097                   /* flags */
126098                   META_FLAG_PROPERTY|META_FLAG_READ,
126099                   /* name */
126100                   "Locked",
126101                   /* qualifiers */
126102                   _CIM_Door_Locked_qualifiers,
126103                   /* type */
126104                   CIMTYPE_BOOLEAN,
126105 mike  1.1.2.1     /* subscript */
126106                   -1,
126107                   /* value */
126108                   0,
126109               };
126110               
126111               static const char*
126112               _CIM_Door_Timeout_qualifiers[] =
126113               {
126114                   /* Units */
126115                   "\060Seconds",
126116                   0,
126117               };
126118               
126119               static MetaProperty
126120               _CIM_Door_Timeout =
126121               {
126122                   /* flags */
126123                   META_FLAG_PROPERTY|META_FLAG_READ,
126124                   /* name */
126125                   "Timeout",
126126 mike  1.1.2.1     /* qualifiers */
126127                   _CIM_Door_Timeout_qualifiers,
126128                   /* type */
126129                   CIMTYPE_UINT32,
126130                   /* subscript */
126131                   -1,
126132                   /* value */
126133                   0,
126134               };
126135               
126136               static const char*
126137               _CIM_Door_LastOpened_qualifiers[] =
126138               {
126139                   0,
126140               };
126141               
126142               static MetaProperty
126143               _CIM_Door_LastOpened =
126144               {
126145                   /* flags */
126146                   META_FLAG_PROPERTY|META_FLAG_READ,
126147 mike  1.1.2.1     /* name */
126148                   "LastOpened",
126149                   /* qualifiers */
126150                   _CIM_Door_LastOpened_qualifiers,
126151                   /* type */
126152                   CIMTYPE_DATETIME,
126153                   /* subscript */
126154                   -1,
126155                   /* value */
126156                   0,
126157               };
126158               
126159               static const char*
126160               _CIM_Door_Capabilities_qualifiers[] =
126161               {
126162                   /* ValueMap */
126163                   "\061\000\0050\0001\0002\0003\0004\000",
126164                   /* Values */
126165                   "\062\000\005Unknown\000Other\000Host System Lockable\000Physical Key\000All Drives Dismounted Before Access\000",
126166                   0,
126167               };
126168 mike  1.1.2.1 
126169               static MetaProperty
126170               _CIM_Door_Capabilities =
126171               {
126172                   /* flags */
126173                   META_FLAG_PROPERTY|META_FLAG_READ,
126174                   /* name */
126175                   "Capabilities",
126176                   /* qualifiers */
126177                   _CIM_Door_Capabilities_qualifiers,
126178                   /* type */
126179                   CIMTYPE_UINT16,
126180                   /* subscript */
126181                   0,
126182                   /* value */
126183                   0,
126184               };
126185               
126186               static MetaFeature*
126187               _CIM_Door_features[] =
126188               {
126189 mike  1.1.2.1     (MetaFeature*)&_CIM_Door_Open,
126190                   (MetaFeature*)&_CIM_Door_Locked,
126191                   (MetaFeature*)&_CIM_Door_Timeout,
126192                   (MetaFeature*)&_CIM_Door_LastOpened,
126193                   (MetaFeature*)&_CIM_Door_Capabilities,
126194                   0,
126195               };
126196               
126197               static const char*
126198               __root_cimv2_CIM_Door_qualifiers[] =
126199               {
126200                   /* UMLPackagePath */
126201                   "\057CIM::Device::UserDevices",
126202                   /* Version */
126203                   "\0632.6.0",
126204                   0,
126205               };
126206               
126207               MetaClass
126208               __root_cimv2_CIM_Door =
126209               {
126210 mike  1.1.2.1     /* flags */
126211                   META_FLAG_CLASS,
126212                   /* name */
126213                   "CIM_Door",
126214                   /* qualifiers */
126215                   __root_cimv2_CIM_Door_qualifiers,
126216                   /* super */
126217                   &__root_cimv2_CIM_LogicalDevice,
126218                   /* features */
126219                   _CIM_Door_features,
126220               };
126221               
126222               //==============================================================================
126223               //
126224               // Class: CIM_DoorAccessToDevice
126225               //
126226               //==============================================================================
126227               
126228               static const char*
126229               _CIM_DoorAccessToDevice_Antecedent_qualifiers[] =
126230               {
126231 mike  1.1.2.1     /* Override */
126232                   "\044Antecedent",
126233                   0,
126234               };
126235               
126236               static MetaReference
126237               _CIM_DoorAccessToDevice_Antecedent =
126238               {
126239                   /* flags */
126240                   META_FLAG_REFERENCE|META_FLAG_READ,
126241                   /* name */
126242                   "Antecedent",
126243                   /* qualifiers */
126244                   _CIM_DoorAccessToDevice_Antecedent_qualifiers,
126245                   /* subscript */
126246                   -1,
126247                   /* refId */
126248                   &__root_cimv2_CIM_Door,
126249               };
126250               
126251               static const char*
126252 mike  1.1.2.1 _CIM_DoorAccessToDevice_Dependent_qualifiers[] =
126253               {
126254                   /* Override */
126255                   "\044Dependent",
126256                   0,
126257               };
126258               
126259               static MetaReference
126260               _CIM_DoorAccessToDevice_Dependent =
126261               {
126262                   /* flags */
126263                   META_FLAG_REFERENCE|META_FLAG_READ,
126264                   /* name */
126265                   "Dependent",
126266                   /* qualifiers */
126267                   _CIM_DoorAccessToDevice_Dependent_qualifiers,
126268                   /* subscript */
126269                   -1,
126270                   /* refId */
126271                   &__root_cimv2_CIM_LogicalDevice,
126272               };
126273 mike  1.1.2.1 
126274               static MetaFeature*
126275               _CIM_DoorAccessToDevice_features[] =
126276               {
126277                   (MetaFeature*)&_CIM_DoorAccessToDevice_Antecedent,
126278                   (MetaFeature*)&_CIM_DoorAccessToDevice_Dependent,
126279                   0,
126280               };
126281               
126282               static const char*
126283               __root_cimv2_CIM_DoorAccessToDevice_qualifiers[] =
126284               {
126285                   /* ASSOCIATION */
126286                   "\000\001",
126287                   /* UMLPackagePath */
126288                   "\057CIM::Device::UserDevices",
126289                   /* Version */
126290                   "\0632.6.0",
126291                   0,
126292               };
126293               
126294 mike  1.1.2.1 MetaClass
126295               __root_cimv2_CIM_DoorAccessToDevice =
126296               {
126297                   /* flags */
126298                   META_FLAG_ASSOCIATION,
126299                   /* name */
126300                   "CIM_DoorAccessToDevice",
126301                   /* qualifiers */
126302                   __root_cimv2_CIM_DoorAccessToDevice_qualifiers,
126303                   /* super */
126304                   &__root_cimv2_CIM_Dependency,
126305                   /* features */
126306                   _CIM_DoorAccessToDevice_features,
126307               };
126308               
126309               //==============================================================================
126310               //
126311               // Class: CIM_DoorAccessToPhysicalElement
126312               //
126313               //==============================================================================
126314               
126315 mike  1.1.2.1 static const char*
126316               _CIM_DoorAccessToPhysicalElement_Antecedent_qualifiers[] =
126317               {
126318                   /* Override */
126319                   "\044Antecedent",
126320                   0,
126321               };
126322               
126323               static MetaReference
126324               _CIM_DoorAccessToPhysicalElement_Antecedent =
126325               {
126326                   /* flags */
126327                   META_FLAG_REFERENCE|META_FLAG_READ,
126328                   /* name */
126329                   "Antecedent",
126330                   /* qualifiers */
126331                   _CIM_DoorAccessToPhysicalElement_Antecedent_qualifiers,
126332                   /* subscript */
126333                   -1,
126334                   /* refId */
126335                   &__root_cimv2_CIM_Door,
126336 mike  1.1.2.1 };
126337               
126338               static const char*
126339               _CIM_DoorAccessToPhysicalElement_Dependent_qualifiers[] =
126340               {
126341                   /* Override */
126342                   "\044Dependent",
126343                   0,
126344               };
126345               
126346               static MetaReference
126347               _CIM_DoorAccessToPhysicalElement_Dependent =
126348               {
126349                   /* flags */
126350                   META_FLAG_REFERENCE|META_FLAG_READ,
126351                   /* name */
126352                   "Dependent",
126353                   /* qualifiers */
126354                   _CIM_DoorAccessToPhysicalElement_Dependent_qualifiers,
126355                   /* subscript */
126356                   -1,
126357 mike  1.1.2.1     /* refId */
126358                   &__root_cimv2_CIM_PhysicalElement,
126359               };
126360               
126361               static MetaFeature*
126362               _CIM_DoorAccessToPhysicalElement_features[] =
126363               {
126364                   (MetaFeature*)&_CIM_DoorAccessToPhysicalElement_Antecedent,
126365                   (MetaFeature*)&_CIM_DoorAccessToPhysicalElement_Dependent,
126366                   0,
126367               };
126368               
126369               static const char*
126370               __root_cimv2_CIM_DoorAccessToPhysicalElement_qualifiers[] =
126371               {
126372                   /* ASSOCIATION */
126373                   "\000\001",
126374                   /* UMLPackagePath */
126375                   "\057CIM::Device::UserDevices",
126376                   /* Version */
126377                   "\0632.6.0",
126378 mike  1.1.2.1     0,
126379               };
126380               
126381               MetaClass
126382               __root_cimv2_CIM_DoorAccessToPhysicalElement =
126383               {
126384                   /* flags */
126385                   META_FLAG_ASSOCIATION,
126386                   /* name */
126387                   "CIM_DoorAccessToPhysicalElement",
126388                   /* qualifiers */
126389                   __root_cimv2_CIM_DoorAccessToPhysicalElement_qualifiers,
126390                   /* super */
126391                   &__root_cimv2_CIM_Dependency,
126392                   /* features */
126393                   _CIM_DoorAccessToPhysicalElement_features,
126394               };
126395               
126396               //==============================================================================
126397               //
126398               // Class: CIM_DriveInDiskGroup
126399 mike  1.1.2.1 //
126400               //==============================================================================
126401               
126402               static const char*
126403               _CIM_DriveInDiskGroup_Collection_qualifiers[] =
126404               {
126405                   /* Aggregate */
126406                   "\003\001",
126407                   /* Override */
126408                   "\044Collection",
126409                   /* Max */
126410                   "\027\000\000\000\001",
126411                   0,
126412               };
126413               
126414               static MetaReference
126415               _CIM_DriveInDiskGroup_Collection =
126416               {
126417                   /* flags */
126418                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
126419                   /* name */
126420 mike  1.1.2.1     "Collection",
126421                   /* qualifiers */
126422                   _CIM_DriveInDiskGroup_Collection_qualifiers,
126423                   /* subscript */
126424                   -1,
126425                   /* refId */
126426                   &__root_cimv2_CIM_DiskGroup,
126427               };
126428               
126429               static const char*
126430               _CIM_DriveInDiskGroup_Member_qualifiers[] =
126431               {
126432                   /* Override */
126433                   "\044Member",
126434                   0,
126435               };
126436               
126437               static MetaReference
126438               _CIM_DriveInDiskGroup_Member =
126439               {
126440                   /* flags */
126441 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
126442                   /* name */
126443                   "Member",
126444                   /* qualifiers */
126445                   _CIM_DriveInDiskGroup_Member_qualifiers,
126446                   /* subscript */
126447                   -1,
126448                   /* refId */
126449                   &__root_cimv2_CIM_DiskDrive,
126450               };
126451               
126452               static MetaFeature*
126453               _CIM_DriveInDiskGroup_features[] =
126454               {
126455                   (MetaFeature*)&_CIM_DriveInDiskGroup_Collection,
126456                   (MetaFeature*)&_CIM_DriveInDiskGroup_Member,
126457                   0,
126458               };
126459               
126460               static const char*
126461               __root_cimv2_CIM_DriveInDiskGroup_qualifiers[] =
126462 mike  1.1.2.1 {
126463                   /* ASSOCIATION */
126464                   "\000\001",
126465                   /* UMLPackagePath */
126466                   "\057CIM::Device::DiskGroup",
126467                   /* Aggregation */
126468                   "\004\001",
126469                   /* Version */
126470                   "\0632.10.0",
126471                   0,
126472               };
126473               
126474               MetaClass
126475               __root_cimv2_CIM_DriveInDiskGroup =
126476               {
126477                   /* flags */
126478                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
126479                   /* name */
126480                   "CIM_DriveInDiskGroup",
126481                   /* qualifiers */
126482                   __root_cimv2_CIM_DriveInDiskGroup_qualifiers,
126483 mike  1.1.2.1     /* super */
126484                   &__root_cimv2_CIM_CollectedMSEs,
126485                   /* features */
126486                   _CIM_DriveInDiskGroup_features,
126487               };
126488               
126489               //==============================================================================
126490               //
126491               // Class: CIM_DropperService
126492               //
126493               //==============================================================================
126494               
126495               static const char*
126496               _CIM_DropperService_DropperType_qualifiers[] =
126497               {
126498                   /* ValueMap */
126499                   "\061\000\0041\0002\0003\0004\000",
126500                   /* Values */
126501                   "\062\000\004Other\000Random\000HeadTail\000Absolute Dropper\000",
126502                   /* ModelCorrespondence */
126503                   "\036\000\001CIM_DropperService.OtherDropperType\000",
126504 mike  1.1.2.1     0,
126505               };
126506               
126507               static MetaProperty
126508               _CIM_DropperService_DropperType =
126509               {
126510                   /* flags */
126511                   META_FLAG_PROPERTY|META_FLAG_READ,
126512                   /* name */
126513                   "DropperType",
126514                   /* qualifiers */
126515                   _CIM_DropperService_DropperType_qualifiers,
126516                   /* type */
126517                   CIMTYPE_UINT16,
126518                   /* subscript */
126519                   -1,
126520                   /* value */
126521                   0,
126522               };
126523               
126524               static const char*
126525 mike  1.1.2.1 _CIM_DropperService_OtherDropperType_qualifiers[] =
126526               {
126527                   /* ModelCorrespondence */
126528                   "\036\000\001CIM_DropperService.DropperType\000",
126529                   0,
126530               };
126531               
126532               static MetaProperty
126533               _CIM_DropperService_OtherDropperType =
126534               {
126535                   /* flags */
126536                   META_FLAG_PROPERTY|META_FLAG_READ,
126537                   /* name */
126538                   "OtherDropperType",
126539                   /* qualifiers */
126540                   _CIM_DropperService_OtherDropperType_qualifiers,
126541                   /* type */
126542                   CIMTYPE_STRING,
126543                   /* subscript */
126544                   -1,
126545                   /* value */
126546 mike  1.1.2.1     0,
126547               };
126548               
126549               static const char*
126550               _CIM_DropperService_AlwaysDrop_qualifiers[] =
126551               {
126552                   /* Deprecated */
126553                   "\013\000\001CIM_DropperService.DropperType\000",
126554                   /* ValueMap */
126555                   "\061\000\0030\0001\0002\000",
126556                   /* Values */
126557                   "\062\000\003Unknown\000Always Drop\000Do Not Always Drop\000",
126558                   0,
126559               };
126560               
126561               static MetaProperty
126562               _CIM_DropperService_AlwaysDrop =
126563               {
126564                   /* flags */
126565                   META_FLAG_PROPERTY|META_FLAG_READ,
126566                   /* name */
126567 mike  1.1.2.1     "AlwaysDrop",
126568                   /* qualifiers */
126569                   _CIM_DropperService_AlwaysDrop_qualifiers,
126570                   /* type */
126571                   CIMTYPE_UINT16,
126572                   /* subscript */
126573                   -1,
126574                   /* value */
126575                   0,
126576               };
126577               
126578               static const char*
126579               _CIM_DropperService_DropFrom_qualifiers[] =
126580               {
126581                   /* ValueMap */
126582                   "\061\000\0030\0001\0002\000",
126583                   /* Values */
126584                   "\062\000\003Unknown\000Head\000Tail\000",
126585                   0,
126586               };
126587               
126588 mike  1.1.2.1 static MetaProperty
126589               _CIM_DropperService_DropFrom =
126590               {
126591                   /* flags */
126592                   META_FLAG_PROPERTY|META_FLAG_READ,
126593                   /* name */
126594                   "DropFrom",
126595                   /* qualifiers */
126596                   _CIM_DropperService_DropFrom_qualifiers,
126597                   /* type */
126598                   CIMTYPE_UINT16,
126599                   /* subscript */
126600                   -1,
126601                   /* value */
126602                   0,
126603               };
126604               
126605               static const char*
126606               _CIM_DropperService_DropStartMetric_qualifiers[] =
126607               {
126608                   /* ValueMap */
126609 mike  1.1.2.1     "\061\000\0031\0002\0003\000",
126610                   /* Values */
126611                   "\062\000\003Other\000Queue Threshold\000Arrival Rate\000",
126612                   0,
126613               };
126614               
126615               static MetaProperty
126616               _CIM_DropperService_DropStartMetric =
126617               {
126618                   /* flags */
126619                   META_FLAG_PROPERTY|META_FLAG_READ,
126620                   /* name */
126621                   "DropStartMetric",
126622                   /* qualifiers */
126623                   _CIM_DropperService_DropStartMetric_qualifiers,
126624                   /* type */
126625                   CIMTYPE_UINT16,
126626                   /* subscript */
126627                   -1,
126628                   /* value */
126629                   0,
126630 mike  1.1.2.1 };
126631               
126632               static const char*
126633               _CIM_DropperService_DropMaintainMetric_qualifiers[] =
126634               {
126635                   /* ValueMap */
126636                   "\061\000\0031\0002\0003\000",
126637                   /* Values */
126638                   "\062\000\003Other\000Queue Threshold\000Arrival Rate\000",
126639                   0,
126640               };
126641               
126642               static MetaProperty
126643               _CIM_DropperService_DropMaintainMetric =
126644               {
126645                   /* flags */
126646                   META_FLAG_PROPERTY|META_FLAG_READ,
126647                   /* name */
126648                   "DropMaintainMetric",
126649                   /* qualifiers */
126650                   _CIM_DropperService_DropMaintainMetric_qualifiers,
126651 mike  1.1.2.1     /* type */
126652                   CIMTYPE_UINT16,
126653                   /* subscript */
126654                   -1,
126655                   /* value */
126656                   0,
126657               };
126658               
126659               static MetaFeature*
126660               _CIM_DropperService_features[] =
126661               {
126662                   (MetaFeature*)&_CIM_DropperService_DropperType,
126663                   (MetaFeature*)&_CIM_DropperService_OtherDropperType,
126664                   (MetaFeature*)&_CIM_DropperService_AlwaysDrop,
126665                   (MetaFeature*)&_CIM_DropperService_DropFrom,
126666                   (MetaFeature*)&_CIM_DropperService_DropStartMetric,
126667                   (MetaFeature*)&_CIM_DropperService_DropMaintainMetric,
126668                   0,
126669               };
126670               
126671               static const char*
126672 mike  1.1.2.1 __root_cimv2_CIM_DropperService_qualifiers[] =
126673               {
126674                   /* UMLPackagePath */
126675                   "\057CIM::Network::QoS",
126676                   /* Version */
126677                   "\0632.7.0",
126678                   0,
126679               };
126680               
126681               MetaClass
126682               __root_cimv2_CIM_DropperService =
126683               {
126684                   /* flags */
126685                   META_FLAG_CLASS,
126686                   /* name */
126687                   "CIM_DropperService",
126688                   /* qualifiers */
126689                   __root_cimv2_CIM_DropperService_qualifiers,
126690                   /* super */
126691                   &__root_cimv2_CIM_ConditioningService,
126692                   /* features */
126693 mike  1.1.2.1     _CIM_DropperService_features,
126694               };
126695               
126696               //==============================================================================
126697               //
126698               // Class: CIM_DropThresholdCalculationService
126699               //
126700               //==============================================================================
126701               
126702               static const char*
126703               _CIM_DropThresholdCalculationService_SmoothingWeight_qualifiers[] =
126704               {
126705                   /* Units */
126706                   "\060Thousandths",
126707                   /* MinValue */
126708                   "\035\000\000\000\000\000\000\000\000",
126709                   /* MaxValue */
126710                   "\031\000\000\000\000\000\001\206\240",
126711                   0,
126712               };
126713               
126714 mike  1.1.2.1 static MetaProperty
126715               _CIM_DropThresholdCalculationService_SmoothingWeight =
126716               {
126717                   /* flags */
126718                   META_FLAG_PROPERTY|META_FLAG_READ,
126719                   /* name */
126720                   "SmoothingWeight",
126721                   /* qualifiers */
126722                   _CIM_DropThresholdCalculationService_SmoothingWeight_qualifiers,
126723                   /* type */
126724                   CIMTYPE_UINT32,
126725                   /* subscript */
126726                   -1,
126727                   /* value */
126728                   0,
126729               };
126730               
126731               static const char*
126732               _CIM_DropThresholdCalculationService_TimeInterval_qualifiers[] =
126733               {
126734                   /* Units */
126735 mike  1.1.2.1     "\060NanoSeconds",
126736                   0,
126737               };
126738               
126739               static MetaProperty
126740               _CIM_DropThresholdCalculationService_TimeInterval =
126741               {
126742                   /* flags */
126743                   META_FLAG_PROPERTY|META_FLAG_READ,
126744                   /* name */
126745                   "TimeInterval",
126746                   /* qualifiers */
126747                   _CIM_DropThresholdCalculationService_TimeInterval_qualifiers,
126748                   /* type */
126749                   CIMTYPE_UINT32,
126750                   /* subscript */
126751                   -1,
126752                   /* value */
126753                   0,
126754               };
126755               
126756 mike  1.1.2.1 static MetaFeature*
126757               _CIM_DropThresholdCalculationService_features[] =
126758               {
126759                   (MetaFeature*)&_CIM_DropThresholdCalculationService_SmoothingWeight,
126760                   (MetaFeature*)&_CIM_DropThresholdCalculationService_TimeInterval,
126761                   0,
126762               };
126763               
126764               static const char*
126765               __root_cimv2_CIM_DropThresholdCalculationService_qualifiers[] =
126766               {
126767                   /* UMLPackagePath */
126768                   "\057CIM::Network::QoS",
126769                   /* Version */
126770                   "\0632.7.0",
126771                   0,
126772               };
126773               
126774               MetaClass
126775               __root_cimv2_CIM_DropThresholdCalculationService =
126776               {
126777 mike  1.1.2.1     /* flags */
126778                   META_FLAG_CLASS,
126779                   /* name */
126780                   "CIM_DropThresholdCalculationService",
126781                   /* qualifiers */
126782                   __root_cimv2_CIM_DropThresholdCalculationService_qualifiers,
126783                   /* super */
126784                   &__root_cimv2_CIM_Service,
126785                   /* features */
126786                   _CIM_DropThresholdCalculationService_features,
126787               };
126788               
126789               //==============================================================================
126790               //
126791               // Class: CIM_DSLModem
126792               //
126793               //==============================================================================
126794               
126795               static MetaFeature*
126796               _CIM_DSLModem_features[] =
126797               {
126798 mike  1.1.2.1     0,
126799               };
126800               
126801               static const char*
126802               __root_cimv2_CIM_DSLModem_qualifiers[] =
126803               {
126804                   /* UMLPackagePath */
126805                   "\057CIM::Device::Modems",
126806                   /* Version */
126807                   "\0632.6.0",
126808                   0,
126809               };
126810               
126811               MetaClass
126812               __root_cimv2_CIM_DSLModem =
126813               {
126814                   /* flags */
126815                   META_FLAG_CLASS,
126816                   /* name */
126817                   "CIM_DSLModem",
126818                   /* qualifiers */
126819 mike  1.1.2.1     __root_cimv2_CIM_DSLModem_qualifiers,
126820                   /* super */
126821                   &__root_cimv2_CIM_ConnectionBasedModem,
126822                   /* features */
126823                   _CIM_DSLModem_features,
126824               };
126825               
126826               //==============================================================================
126827               //
126828               // Class: CIM_DVDDrive
126829               //
126830               //==============================================================================
126831               
126832               static const char*
126833               _CIM_DVDDrive_FormatsSupported_qualifiers[] =
126834               {
126835                   /* ValueMap */
126836                   "\061\000\0260\0001\00016\00017\00018\00019\00022\00023\00024\00025\00026\00027\00033\00034\00035\00036\00037\00038\00039\00040\00041\00042\000",
126837                   /* Values */
126838                   "\062\000\026Unknown\000Other\000CD-ROM\000CD-ROM/XA\000CD-I\000CD Recordable\000DVD\000DVD-RW+\000DVD-RAM\000DVD-ROM\000DVD-Video\000Divx\000CD-RW\000CD-DA\000CD+\000DVD Recordable\000DVD-RW\000DVD-Audio\000DVD-5\000DVD-9\000DVD-10\000DVD-18\000",
126839                   /* ModelCorrespondence */
126840 mike  1.1.2.1     "\036\000\001CIM_PhysicalMedia.MediaType\000",
126841                   0,
126842               };
126843               
126844               static MetaProperty
126845               _CIM_DVDDrive_FormatsSupported =
126846               {
126847                   /* flags */
126848                   META_FLAG_PROPERTY|META_FLAG_READ,
126849                   /* name */
126850                   "FormatsSupported",
126851                   /* qualifiers */
126852                   _CIM_DVDDrive_FormatsSupported_qualifiers,
126853                   /* type */
126854                   CIMTYPE_UINT16,
126855                   /* subscript */
126856                   0,
126857                   /* value */
126858                   0,
126859               };
126860               
126861 mike  1.1.2.1 static MetaFeature*
126862               _CIM_DVDDrive_features[] =
126863               {
126864                   (MetaFeature*)&_CIM_DVDDrive_FormatsSupported,
126865                   0,
126866               };
126867               
126868               static const char*
126869               __root_cimv2_CIM_DVDDrive_qualifiers[] =
126870               {
126871                   /* UMLPackagePath */
126872                   "\057CIM::Device::StorageDevices",
126873                   /* Version */
126874                   "\0632.6.0",
126875                   0,
126876               };
126877               
126878               MetaClass
126879               __root_cimv2_CIM_DVDDrive =
126880               {
126881                   /* flags */
126882 mike  1.1.2.1     META_FLAG_CLASS,
126883                   /* name */
126884                   "CIM_DVDDrive",
126885                   /* qualifiers */
126886                   __root_cimv2_CIM_DVDDrive_qualifiers,
126887                   /* super */
126888                   &__root_cimv2_CIM_MediaAccessDevice,
126889                   /* features */
126890                   _CIM_DVDDrive_features,
126891               };
126892               
126893               //==============================================================================
126894               //
126895               // Class: CIM_ErrorCountersForDevice
126896               //
126897               //==============================================================================
126898               
126899               static const char*
126900               _CIM_ErrorCountersForDevice_Stats_qualifiers[] =
126901               {
126902                   /* Override */
126903 mike  1.1.2.1     "\044Stats",
126904                   /* Weak */
126905                   "\064\001",
126906                   0,
126907               };
126908               
126909               static MetaReference
126910               _CIM_ErrorCountersForDevice_Stats =
126911               {
126912                   /* flags */
126913                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
126914                   /* name */
126915                   "Stats",
126916                   /* qualifiers */
126917                   _CIM_ErrorCountersForDevice_Stats_qualifiers,
126918                   /* subscript */
126919                   -1,
126920                   /* refId */
126921                   &__root_cimv2_CIM_DeviceErrorCounts,
126922               };
126923               
126924 mike  1.1.2.1 static const char*
126925               _CIM_ErrorCountersForDevice_Element_qualifiers[] =
126926               {
126927                   /* Override */
126928                   "\044Element",
126929                   /* Min */
126930                   "\033\000\000\000\001",
126931                   /* Max */
126932                   "\027\000\000\000\001",
126933                   0,
126934               };
126935               
126936               static MetaReference
126937               _CIM_ErrorCountersForDevice_Element =
126938               {
126939                   /* flags */
126940                   META_FLAG_REFERENCE|META_FLAG_READ,
126941                   /* name */
126942                   "Element",
126943                   /* qualifiers */
126944                   _CIM_ErrorCountersForDevice_Element_qualifiers,
126945 mike  1.1.2.1     /* subscript */
126946                   -1,
126947                   /* refId */
126948                   &__root_cimv2_CIM_LogicalDevice,
126949               };
126950               
126951               static MetaFeature*
126952               _CIM_ErrorCountersForDevice_features[] =
126953               {
126954                   (MetaFeature*)&_CIM_ErrorCountersForDevice_Stats,
126955                   (MetaFeature*)&_CIM_ErrorCountersForDevice_Element,
126956                   0,
126957               };
126958               
126959               static const char*
126960               __root_cimv2_CIM_ErrorCountersForDevice_qualifiers[] =
126961               {
126962                   /* ASSOCIATION */
126963                   "\000\001",
126964                   /* UMLPackagePath */
126965                   "\057CIM::Device::DeviceElements",
126966 mike  1.1.2.1     /* Version */
126967                   "\0632.10.0",
126968                   0,
126969               };
126970               
126971               MetaClass
126972               __root_cimv2_CIM_ErrorCountersForDevice =
126973               {
126974                   /* flags */
126975                   META_FLAG_ASSOCIATION,
126976                   /* name */
126977                   "CIM_ErrorCountersForDevice",
126978                   /* qualifiers */
126979                   __root_cimv2_CIM_ErrorCountersForDevice_qualifiers,
126980                   /* super */
126981                   &__root_cimv2_CIM_Statistics,
126982                   /* features */
126983                   _CIM_ErrorCountersForDevice_features,
126984               };
126985               
126986               //==============================================================================
126987 mike  1.1.2.1 //
126988               // Class: CIM_ESCONController
126989               //
126990               //==============================================================================
126991               
126992               static MetaFeature*
126993               _CIM_ESCONController_features[] =
126994               {
126995                   0,
126996               };
126997               
126998               static const char*
126999               __root_cimv2_CIM_ESCONController_qualifiers[] =
127000               {
127001                   /* UMLPackagePath */
127002                   "\057CIM::Device::Controller",
127003                   /* Version */
127004                   "\0632.6.0",
127005                   0,
127006               };
127007               
127008 mike  1.1.2.1 MetaClass
127009               __root_cimv2_CIM_ESCONController =
127010               {
127011                   /* flags */
127012                   META_FLAG_CLASS,
127013                   /* name */
127014                   "CIM_ESCONController",
127015                   /* qualifiers */
127016                   __root_cimv2_CIM_ESCONController_qualifiers,
127017                   /* super */
127018                   &__root_cimv2_CIM_Controller,
127019                   /* features */
127020                   _CIM_ESCONController_features,
127021               };
127022               
127023               //==============================================================================
127024               //
127025               // Class: CIM_EthernetAdapter
127026               //
127027               //==============================================================================
127028               
127029 mike  1.1.2.1 static const char*
127030               _CIM_EthernetAdapter_NetworkAddresses_qualifiers[] =
127031               {
127032                   /* Deprecated */
127033                   "\013\000\001CIM_EthernetPort.NetworkAddresses\000",
127034                   /* Override */
127035                   "\044NetworkAddresses",
127036                   /* ArrayType */
127037                   "\005Indexed",
127038                   0,
127039               };
127040               
127041               static MetaProperty
127042               _CIM_EthernetAdapter_NetworkAddresses =
127043               {
127044                   /* flags */
127045                   META_FLAG_PROPERTY|META_FLAG_READ,
127046                   /* name */
127047                   "NetworkAddresses",
127048                   /* qualifiers */
127049                   _CIM_EthernetAdapter_NetworkAddresses_qualifiers,
127050 mike  1.1.2.1     /* type */
127051                   CIMTYPE_STRING,
127052                   /* subscript */
127053                   0,
127054                   /* value */
127055                   0,
127056               };
127057               
127058               static const char*
127059               _CIM_EthernetAdapter_MaxDataSize_qualifiers[] =
127060               {
127061                   /* Deprecated */
127062                   "\013\000\001CIM_EthernetPort.MaxDataSize\000",
127063                   /* MappingStrings */
127064                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpPortMaxInfo\000",
127065                   0,
127066               };
127067               
127068               static MetaProperty
127069               _CIM_EthernetAdapter_MaxDataSize =
127070               {
127071 mike  1.1.2.1     /* flags */
127072                   META_FLAG_PROPERTY|META_FLAG_READ,
127073                   /* name */
127074                   "MaxDataSize",
127075                   /* qualifiers */
127076                   _CIM_EthernetAdapter_MaxDataSize_qualifiers,
127077                   /* type */
127078                   CIMTYPE_UINT32,
127079                   /* subscript */
127080                   -1,
127081                   /* value */
127082                   0,
127083               };
127084               
127085               static const char*
127086               _CIM_EthernetAdapter_Capabilities_qualifiers[] =
127087               {
127088                   /* Deprecated */
127089                   "\013\000\001CIM_EthernetPort.Capabilities\000",
127090                   /* ValueMap */
127091                   "\061\000\0060\0001\0002\0003\0004\0005\000",
127092 mike  1.1.2.1     /* Values */
127093                   "\062\000\006Unknown\000Other\000AlertOnLan\000WakeOnLan\000FailOver\000LoadBalancing\000",
127094                   /* ArrayType */
127095                   "\005Indexed",
127096                   /* ModelCorrespondence */
127097                   "\036\000\001CIM_EthernetAdapter.CapabilityDescriptions\000",
127098                   0,
127099               };
127100               
127101               static MetaProperty
127102               _CIM_EthernetAdapter_Capabilities =
127103               {
127104                   /* flags */
127105                   META_FLAG_PROPERTY|META_FLAG_READ,
127106                   /* name */
127107                   "Capabilities",
127108                   /* qualifiers */
127109                   _CIM_EthernetAdapter_Capabilities_qualifiers,
127110                   /* type */
127111                   CIMTYPE_UINT16,
127112                   /* subscript */
127113 mike  1.1.2.1     0,
127114                   /* value */
127115                   0,
127116               };
127117               
127118               static const char*
127119               _CIM_EthernetAdapter_CapabilityDescriptions_qualifiers[] =
127120               {
127121                   /* Deprecated */
127122                   "\013\000\001CIM_EthernetPort.CapabilityDescriptions\000",
127123                   /* ArrayType */
127124                   "\005Indexed",
127125                   /* ModelCorrespondence */
127126                   "\036\000\001CIM_EthernetAdapter.Capabilities\000",
127127                   0,
127128               };
127129               
127130               static MetaProperty
127131               _CIM_EthernetAdapter_CapabilityDescriptions =
127132               {
127133                   /* flags */
127134 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
127135                   /* name */
127136                   "CapabilityDescriptions",
127137                   /* qualifiers */
127138                   _CIM_EthernetAdapter_CapabilityDescriptions_qualifiers,
127139                   /* type */
127140                   CIMTYPE_STRING,
127141                   /* subscript */
127142                   0,
127143                   /* value */
127144                   0,
127145               };
127146               
127147               static const char*
127148               _CIM_EthernetAdapter_EnabledCapabilities_qualifiers[] =
127149               {
127150                   /* Deprecated */
127151                   "\013\000\001CIM_EthernetPort.EnabledCapabilities\000",
127152                   /* ValueMap */
127153                   "\061\000\0060\0001\0002\0003\0004\0005\000",
127154                   /* Values */
127155 mike  1.1.2.1     "\062\000\006Unknown\000Other\000AlertOnLan\000WakeOnLan\000FailOver\000LoadBalancing\000",
127156                   /* ModelCorrespondence */
127157                   "\036\000\001CIM_EthernetAdapter.Capabilities\000",
127158                   0,
127159               };
127160               
127161               static MetaProperty
127162               _CIM_EthernetAdapter_EnabledCapabilities =
127163               {
127164                   /* flags */
127165                   META_FLAG_PROPERTY|META_FLAG_READ,
127166                   /* name */
127167                   "EnabledCapabilities",
127168                   /* qualifiers */
127169                   _CIM_EthernetAdapter_EnabledCapabilities_qualifiers,
127170                   /* type */
127171                   CIMTYPE_UINT16,
127172                   /* subscript */
127173                   0,
127174                   /* value */
127175                   0,
127176 mike  1.1.2.1 };
127177               
127178               static const char*
127179               _CIM_EthernetAdapter_SymbolErrors_qualifiers[] =
127180               {
127181                   /* Deprecated */
127182                   "\013\000\001CIM_EthernetPortStatistics.SymbolErrors\000",
127183                   /* Counter */
127184                   "\012\001",
127185                   /* MappingStrings */
127186                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsSymbolErrors\000",
127187                   0,
127188               };
127189               
127190               static MetaProperty
127191               _CIM_EthernetAdapter_SymbolErrors =
127192               {
127193                   /* flags */
127194                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127195                   /* name */
127196                   "SymbolErrors",
127197 mike  1.1.2.1     /* qualifiers */
127198                   _CIM_EthernetAdapter_SymbolErrors_qualifiers,
127199                   /* type */
127200                   CIMTYPE_UINT32,
127201                   /* subscript */
127202                   -1,
127203                   /* value */
127204                   0,
127205               };
127206               
127207               static const char*
127208               _CIM_EthernetAdapter_TotalPacketsTransmitted_qualifiers[] =
127209               {
127210                   /* Deprecated */
127211                   "\013\000\001CIM_NetworkPortStatistics.PacketsTransmitted\000",
127212                   /* Counter */
127213                   "\012\001",
127214                   /* MappingStrings */
127215                   "\026\000\001MIF.DMTF|Network Adapter 802 Port|001.6\000",
127216                   0,
127217               };
127218 mike  1.1.2.1 
127219               static MetaProperty
127220               _CIM_EthernetAdapter_TotalPacketsTransmitted =
127221               {
127222                   /* flags */
127223                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127224                   /* name */
127225                   "TotalPacketsTransmitted",
127226                   /* qualifiers */
127227                   _CIM_EthernetAdapter_TotalPacketsTransmitted_qualifiers,
127228                   /* type */
127229                   CIMTYPE_UINT64,
127230                   /* subscript */
127231                   -1,
127232                   /* value */
127233                   0,
127234               };
127235               
127236               static const char*
127237               _CIM_EthernetAdapter_TotalPacketsReceived_qualifiers[] =
127238               {
127239 mike  1.1.2.1     /* Deprecated */
127240                   "\013\000\001CIM_NetworkPortStatistics.PacketsReceived\000",
127241                   /* Counter */
127242                   "\012\001",
127243                   /* MappingStrings */
127244                   "\026\000\001MIF.DMTF|Network Adapter 802 Port|001.8\000",
127245                   0,
127246               };
127247               
127248               static MetaProperty
127249               _CIM_EthernetAdapter_TotalPacketsReceived =
127250               {
127251                   /* flags */
127252                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127253                   /* name */
127254                   "TotalPacketsReceived",
127255                   /* qualifiers */
127256                   _CIM_EthernetAdapter_TotalPacketsReceived_qualifiers,
127257                   /* type */
127258                   CIMTYPE_UINT64,
127259                   /* subscript */
127260 mike  1.1.2.1     -1,
127261                   /* value */
127262                   0,
127263               };
127264               
127265               static const char*
127266               _CIM_EthernetAdapter_AlignmentErrors_qualifiers[] =
127267               {
127268                   /* Deprecated */
127269                   "\013\000\001CIM_EthernetPortStatistics.AlignmentErrors\000",
127270                   /* Counter */
127271                   "\012\001",
127272                   /* MappingStrings */
127273                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsAlignmentErrors\000",
127274                   0,
127275               };
127276               
127277               static MetaProperty
127278               _CIM_EthernetAdapter_AlignmentErrors =
127279               {
127280                   /* flags */
127281 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127282                   /* name */
127283                   "AlignmentErrors",
127284                   /* qualifiers */
127285                   _CIM_EthernetAdapter_AlignmentErrors_qualifiers,
127286                   /* type */
127287                   CIMTYPE_UINT32,
127288                   /* subscript */
127289                   -1,
127290                   /* value */
127291                   0,
127292               };
127293               
127294               static const char*
127295               _CIM_EthernetAdapter_FCSErrors_qualifiers[] =
127296               {
127297                   /* Deprecated */
127298                   "\013\000\001CIM_EthernetPortStatistics.FCSErrors\000",
127299                   /* Counter */
127300                   "\012\001",
127301                   /* MappingStrings */
127302 mike  1.1.2.1     "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsFCSErrors\000",
127303                   0,
127304               };
127305               
127306               static MetaProperty
127307               _CIM_EthernetAdapter_FCSErrors =
127308               {
127309                   /* flags */
127310                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127311                   /* name */
127312                   "FCSErrors",
127313                   /* qualifiers */
127314                   _CIM_EthernetAdapter_FCSErrors_qualifiers,
127315                   /* type */
127316                   CIMTYPE_UINT32,
127317                   /* subscript */
127318                   -1,
127319                   /* value */
127320                   0,
127321               };
127322               
127323 mike  1.1.2.1 static const char*
127324               _CIM_EthernetAdapter_SingleCollisionFrames_qualifiers[] =
127325               {
127326                   /* Deprecated */
127327                   "\013\000\001CIM_EthernetPortStatistics.SingleCollisionFrames\000",
127328                   /* Counter */
127329                   "\012\001",
127330                   /* MappingStrings */
127331                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsSingleCollisionFrames\000",
127332                   0,
127333               };
127334               
127335               static MetaProperty
127336               _CIM_EthernetAdapter_SingleCollisionFrames =
127337               {
127338                   /* flags */
127339                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127340                   /* name */
127341                   "SingleCollisionFrames",
127342                   /* qualifiers */
127343                   _CIM_EthernetAdapter_SingleCollisionFrames_qualifiers,
127344 mike  1.1.2.1     /* type */
127345                   CIMTYPE_UINT32,
127346                   /* subscript */
127347                   -1,
127348                   /* value */
127349                   0,
127350               };
127351               
127352               static const char*
127353               _CIM_EthernetAdapter_MultipleCollisionFrames_qualifiers[] =
127354               {
127355                   /* Deprecated */
127356                   "\013\000\001CIM_EthernetPortStatistics.MultipleCollisionFrames\000",
127357                   /* Counter */
127358                   "\012\001",
127359                   /* MappingStrings */
127360                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsMultipleCollisionFrames\000",
127361                   0,
127362               };
127363               
127364               static MetaProperty
127365 mike  1.1.2.1 _CIM_EthernetAdapter_MultipleCollisionFrames =
127366               {
127367                   /* flags */
127368                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127369                   /* name */
127370                   "MultipleCollisionFrames",
127371                   /* qualifiers */
127372                   _CIM_EthernetAdapter_MultipleCollisionFrames_qualifiers,
127373                   /* type */
127374                   CIMTYPE_UINT32,
127375                   /* subscript */
127376                   -1,
127377                   /* value */
127378                   0,
127379               };
127380               
127381               static const char*
127382               _CIM_EthernetAdapter_SQETestErrors_qualifiers[] =
127383               {
127384                   /* Deprecated */
127385                   "\013\000\001CIM_EthernetPortStatistics.SQETestErrors\000",
127386 mike  1.1.2.1     /* Counter */
127387                   "\012\001",
127388                   /* MappingStrings */
127389                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsSQETestErrors\000",
127390                   0,
127391               };
127392               
127393               static MetaProperty
127394               _CIM_EthernetAdapter_SQETestErrors =
127395               {
127396                   /* flags */
127397                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127398                   /* name */
127399                   "SQETestErrors",
127400                   /* qualifiers */
127401                   _CIM_EthernetAdapter_SQETestErrors_qualifiers,
127402                   /* type */
127403                   CIMTYPE_UINT32,
127404                   /* subscript */
127405                   -1,
127406                   /* value */
127407 mike  1.1.2.1     0,
127408               };
127409               
127410               static const char*
127411               _CIM_EthernetAdapter_DeferredTransmissions_qualifiers[] =
127412               {
127413                   /* Deprecated */
127414                   "\013\000\001CIM_EthernetPortStatistics.DeferredTransmissions\000",
127415                   /* Counter */
127416                   "\012\001",
127417                   /* MappingStrings */
127418                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsDeferredTransmissions\000",
127419                   0,
127420               };
127421               
127422               static MetaProperty
127423               _CIM_EthernetAdapter_DeferredTransmissions =
127424               {
127425                   /* flags */
127426                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127427                   /* name */
127428 mike  1.1.2.1     "DeferredTransmissions",
127429                   /* qualifiers */
127430                   _CIM_EthernetAdapter_DeferredTransmissions_qualifiers,
127431                   /* type */
127432                   CIMTYPE_UINT32,
127433                   /* subscript */
127434                   -1,
127435                   /* value */
127436                   0,
127437               };
127438               
127439               static const char*
127440               _CIM_EthernetAdapter_LateCollisions_qualifiers[] =
127441               {
127442                   /* Deprecated */
127443                   "\013\000\001CIM_EthernetPortStatistics.LateCollisions\000",
127444                   /* Counter */
127445                   "\012\001",
127446                   /* MappingStrings */
127447                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsLateCollisions\000",
127448                   0,
127449 mike  1.1.2.1 };
127450               
127451               static MetaProperty
127452               _CIM_EthernetAdapter_LateCollisions =
127453               {
127454                   /* flags */
127455                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127456                   /* name */
127457                   "LateCollisions",
127458                   /* qualifiers */
127459                   _CIM_EthernetAdapter_LateCollisions_qualifiers,
127460                   /* type */
127461                   CIMTYPE_UINT32,
127462                   /* subscript */
127463                   -1,
127464                   /* value */
127465                   0,
127466               };
127467               
127468               static const char*
127469               _CIM_EthernetAdapter_ExcessiveCollisions_qualifiers[] =
127470 mike  1.1.2.1 {
127471                   /* Deprecated */
127472                   "\013\000\001CIM_EthernetPortStatistics.ExcessiveCollisions\000",
127473                   /* Counter */
127474                   "\012\001",
127475                   /* MappingStrings */
127476                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsExcessiveCollisions\000",
127477                   0,
127478               };
127479               
127480               static MetaProperty
127481               _CIM_EthernetAdapter_ExcessiveCollisions =
127482               {
127483                   /* flags */
127484                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127485                   /* name */
127486                   "ExcessiveCollisions",
127487                   /* qualifiers */
127488                   _CIM_EthernetAdapter_ExcessiveCollisions_qualifiers,
127489                   /* type */
127490                   CIMTYPE_UINT32,
127491 mike  1.1.2.1     /* subscript */
127492                   -1,
127493                   /* value */
127494                   0,
127495               };
127496               
127497               static const char*
127498               _CIM_EthernetAdapter_InternalMACTransmitErrors_qualifiers[] =
127499               {
127500                   /* Deprecated */
127501                   "\013\000\001CIM_EthernetPortStatistics.InternalMACTransmitErrors\000",
127502                   /* Counter */
127503                   "\012\001",
127504                   /* MappingStrings */
127505                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsInternalMacTransmitErrors\000",
127506                   0,
127507               };
127508               
127509               static MetaProperty
127510               _CIM_EthernetAdapter_InternalMACTransmitErrors =
127511               {
127512 mike  1.1.2.1     /* flags */
127513                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127514                   /* name */
127515                   "InternalMACTransmitErrors",
127516                   /* qualifiers */
127517                   _CIM_EthernetAdapter_InternalMACTransmitErrors_qualifiers,
127518                   /* type */
127519                   CIMTYPE_UINT32,
127520                   /* subscript */
127521                   -1,
127522                   /* value */
127523                   0,
127524               };
127525               
127526               static const char*
127527               _CIM_EthernetAdapter_InternalMACReceiveErrors_qualifiers[] =
127528               {
127529                   /* Deprecated */
127530                   "\013\000\001CIM_EthernetPortStatistics.InternalMACReceiveErrors\000",
127531                   /* Counter */
127532                   "\012\001",
127533 mike  1.1.2.1     /* MappingStrings */
127534                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsInternalMacReceiveErrors\000",
127535                   0,
127536               };
127537               
127538               static MetaProperty
127539               _CIM_EthernetAdapter_InternalMACReceiveErrors =
127540               {
127541                   /* flags */
127542                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127543                   /* name */
127544                   "InternalMACReceiveErrors",
127545                   /* qualifiers */
127546                   _CIM_EthernetAdapter_InternalMACReceiveErrors_qualifiers,
127547                   /* type */
127548                   CIMTYPE_UINT32,
127549                   /* subscript */
127550                   -1,
127551                   /* value */
127552                   0,
127553               };
127554 mike  1.1.2.1 
127555               static const char*
127556               _CIM_EthernetAdapter_CarrierSenseErrors_qualifiers[] =
127557               {
127558                   /* Deprecated */
127559                   "\013\000\001CIM_EthernetPortStatistics.CarrierSenseErrors\000",
127560                   /* Counter */
127561                   "\012\001",
127562                   /* MappingStrings */
127563                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsCarrierSenseErrors\000",
127564                   0,
127565               };
127566               
127567               static MetaProperty
127568               _CIM_EthernetAdapter_CarrierSenseErrors =
127569               {
127570                   /* flags */
127571                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127572                   /* name */
127573                   "CarrierSenseErrors",
127574                   /* qualifiers */
127575 mike  1.1.2.1     _CIM_EthernetAdapter_CarrierSenseErrors_qualifiers,
127576                   /* type */
127577                   CIMTYPE_UINT32,
127578                   /* subscript */
127579                   -1,
127580                   /* value */
127581                   0,
127582               };
127583               
127584               static const char*
127585               _CIM_EthernetAdapter_FrameTooLongs_qualifiers[] =
127586               {
127587                   /* Deprecated */
127588                   "\013\000\001CIM_EthernetPortStatistics.FrameTooLongs\000",
127589                   /* Counter */
127590                   "\012\001",
127591                   /* MappingStrings */
127592                   "\026\000\001MIB.IETF|EtherLike-MIB.dot3StatsFrameTooLongs\000",
127593                   0,
127594               };
127595               
127596 mike  1.1.2.1 static MetaProperty
127597               _CIM_EthernetAdapter_FrameTooLongs =
127598               {
127599                   /* flags */
127600                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
127601                   /* name */
127602                   "FrameTooLongs",
127603                   /* qualifiers */
127604                   _CIM_EthernetAdapter_FrameTooLongs_qualifiers,
127605                   /* type */
127606                   CIMTYPE_UINT32,
127607                   /* subscript */
127608                   -1,
127609                   /* value */
127610                   0,
127611               };
127612               
127613               static MetaFeature*
127614               _CIM_EthernetAdapter_features[] =
127615               {
127616                   (MetaFeature*)&_CIM_EthernetAdapter_NetworkAddresses,
127617 mike  1.1.2.1     (MetaFeature*)&_CIM_EthernetAdapter_MaxDataSize,
127618                   (MetaFeature*)&_CIM_EthernetAdapter_Capabilities,
127619                   (MetaFeature*)&_CIM_EthernetAdapter_CapabilityDescriptions,
127620                   (MetaFeature*)&_CIM_EthernetAdapter_EnabledCapabilities,
127621                   (MetaFeature*)&_CIM_EthernetAdapter_SymbolErrors,
127622                   (MetaFeature*)&_CIM_EthernetAdapter_TotalPacketsTransmitted,
127623                   (MetaFeature*)&_CIM_EthernetAdapter_TotalPacketsReceived,
127624                   (MetaFeature*)&_CIM_EthernetAdapter_AlignmentErrors,
127625                   (MetaFeature*)&_CIM_EthernetAdapter_FCSErrors,
127626                   (MetaFeature*)&_CIM_EthernetAdapter_SingleCollisionFrames,
127627                   (MetaFeature*)&_CIM_EthernetAdapter_MultipleCollisionFrames,
127628                   (MetaFeature*)&_CIM_EthernetAdapter_SQETestErrors,
127629                   (MetaFeature*)&_CIM_EthernetAdapter_DeferredTransmissions,
127630                   (MetaFeature*)&_CIM_EthernetAdapter_LateCollisions,
127631                   (MetaFeature*)&_CIM_EthernetAdapter_ExcessiveCollisions,
127632                   (MetaFeature*)&_CIM_EthernetAdapter_InternalMACTransmitErrors,
127633                   (MetaFeature*)&_CIM_EthernetAdapter_InternalMACReceiveErrors,
127634                   (MetaFeature*)&_CIM_EthernetAdapter_CarrierSenseErrors,
127635                   (MetaFeature*)&_CIM_EthernetAdapter_FrameTooLongs,
127636                   0,
127637               };
127638 mike  1.1.2.1 
127639               static const char*
127640               __root_cimv2_CIM_EthernetAdapter_qualifiers[] =
127641               {
127642                   /* Deprecated */
127643                   "\013\000\001CIM_EthernetPort\000",
127644                   /* UMLPackagePath */
127645                   "\057CIM::Device::NetworkAdapter",
127646                   /* Version */
127647                   "\0632.10.0",
127648                   0,
127649               };
127650               
127651               MetaClass
127652               __root_cimv2_CIM_EthernetAdapter =
127653               {
127654                   /* flags */
127655                   META_FLAG_CLASS,
127656                   /* name */
127657                   "CIM_EthernetAdapter",
127658                   /* qualifiers */
127659 mike  1.1.2.1     __root_cimv2_CIM_EthernetAdapter_qualifiers,
127660                   /* super */
127661                   &__root_cimv2_CIM_NetworkAdapter,
127662                   /* features */
127663                   _CIM_EthernetAdapter_features,
127664               };
127665               
127666               //==============================================================================
127667               //
127668               // Class: CIM_EthernetPort
127669               //
127670               //==============================================================================
127671               
127672               static const char*
127673               _CIM_EthernetPort_PortType_qualifiers[] =
127674               {
127675                   /* Override */
127676                   "\044PortType",
127677                   /* ValueMap */
127678                   "\061\000\0260\0001\00050\00051\00052\00053\00054\00055\00056\000100\000101\000102\000103\000104\000105\000106\000107\000108\000109\000110\000111\00016000..65535\000",
127679                   /* Values */
127680 mike  1.1.2.1     "\062\000\026Unknown\000Other\00010BaseT\00010-100BaseT\000100BaseT\0001000BaseT\0002500BaseT\00010GBaseT\00010GBase-CX4\000100Base-FX\000100Base-SX\0001000Base-SX\0001000Base-LX\0001000Base-CX\00010GBase-SR\00010GBase-SW\00010GBase-LX4\00010GBase-LR\00010GBase-LW\00010GBase-ER\00010GBase-EW\000Vendor Reserved\000",
127681                   0,
127682               };
127683               
127684               static MetaProperty
127685               _CIM_EthernetPort_PortType =
127686               {
127687                   /* flags */
127688                   META_FLAG_PROPERTY|META_FLAG_READ,
127689                   /* name */
127690                   "PortType",
127691                   /* qualifiers */
127692                   _CIM_EthernetPort_PortType_qualifiers,
127693                   /* type */
127694                   CIMTYPE_UINT16,
127695                   /* subscript */
127696                   -1,
127697                   /* value */
127698                   0,
127699               };
127700               
127701 mike  1.1.2.1 static const char*
127702               _CIM_EthernetPort_NetworkAddresses_qualifiers[] =
127703               {
127704                   /* Override */
127705                   "\044NetworkAddresses",
127706                   0,
127707               };
127708               
127709               static MetaProperty
127710               _CIM_EthernetPort_NetworkAddresses =
127711               {
127712                   /* flags */
127713                   META_FLAG_PROPERTY|META_FLAG_READ,
127714                   /* name */
127715                   "NetworkAddresses",
127716                   /* qualifiers */
127717                   _CIM_EthernetPort_NetworkAddresses_qualifiers,
127718                   /* type */
127719                   CIMTYPE_STRING,
127720                   /* subscript */
127721                   0,
127722 mike  1.1.2.1     /* value */
127723                   0,
127724               };
127725               
127726               static const char*
127727               _CIM_EthernetPort_MaxDataSize_qualifiers[] =
127728               {
127729                   /* MappingStrings */
127730                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpPortMaxInfo\000",
127731                   0,
127732               };
127733               
127734               static MetaProperty
127735               _CIM_EthernetPort_MaxDataSize =
127736               {
127737                   /* flags */
127738                   META_FLAG_PROPERTY|META_FLAG_READ,
127739                   /* name */
127740                   "MaxDataSize",
127741                   /* qualifiers */
127742                   _CIM_EthernetPort_MaxDataSize_qualifiers,
127743 mike  1.1.2.1     /* type */
127744                   CIMTYPE_UINT32,
127745                   /* subscript */
127746                   -1,
127747                   /* value */
127748                   0,
127749               };
127750               
127751               static const char*
127752               _CIM_EthernetPort_Capabilities_qualifiers[] =
127753               {
127754                   /* ValueMap */
127755                   "\061\000\0060\0001\0002\0003\0004\0005\000",
127756                   /* Values */
127757                   "\062\000\006Unknown\000Other\000AlertOnLan\000WakeOnLan\000FailOver\000LoadBalancing\000",
127758                   /* ArrayType */
127759                   "\005Indexed",
127760                   /* ModelCorrespondence */
127761                   "\036\000\001CIM_EthernetPort.CapabilityDescriptions\000",
127762                   0,
127763               };
127764 mike  1.1.2.1 
127765               static MetaProperty
127766               _CIM_EthernetPort_Capabilities =
127767               {
127768                   /* flags */
127769                   META_FLAG_PROPERTY|META_FLAG_READ,
127770                   /* name */
127771                   "Capabilities",
127772                   /* qualifiers */
127773                   _CIM_EthernetPort_Capabilities_qualifiers,
127774                   /* type */
127775                   CIMTYPE_UINT16,
127776                   /* subscript */
127777                   0,
127778                   /* value */
127779                   0,
127780               };
127781               
127782               static const char*
127783               _CIM_EthernetPort_CapabilityDescriptions_qualifiers[] =
127784               {
127785 mike  1.1.2.1     /* ArrayType */
127786                   "\005Indexed",
127787                   /* ModelCorrespondence */
127788                   "\036\000\001CIM_EthernetPort.Capabilities\000",
127789                   0,
127790               };
127791               
127792               static MetaProperty
127793               _CIM_EthernetPort_CapabilityDescriptions =
127794               {
127795                   /* flags */
127796                   META_FLAG_PROPERTY|META_FLAG_READ,
127797                   /* name */
127798                   "CapabilityDescriptions",
127799                   /* qualifiers */
127800                   _CIM_EthernetPort_CapabilityDescriptions_qualifiers,
127801                   /* type */
127802                   CIMTYPE_STRING,
127803                   /* subscript */
127804                   0,
127805                   /* value */
127806 mike  1.1.2.1     0,
127807               };
127808               
127809               static const char*
127810               _CIM_EthernetPort_EnabledCapabilities_qualifiers[] =
127811               {
127812                   /* ValueMap */
127813                   "\061\000\0060\0001\0002\0003\0004\0005\000",
127814                   /* Values */
127815                   "\062\000\006Unknown\000Other\000AlertOnLan\000WakeOnLan\000FailOver\000LoadBalancing\000",
127816                   /* ArrayType */
127817                   "\005Indexed",
127818                   /* ModelCorrespondence */
127819                   "\036\000\002CIM_EthernetPort.Capabilities\000CIM_EthernetPort.OtherEnabledCapabilities\000",
127820                   0,
127821               };
127822               
127823               static MetaProperty
127824               _CIM_EthernetPort_EnabledCapabilities =
127825               {
127826                   /* flags */
127827 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
127828                   /* name */
127829                   "EnabledCapabilities",
127830                   /* qualifiers */
127831                   _CIM_EthernetPort_EnabledCapabilities_qualifiers,
127832                   /* type */
127833                   CIMTYPE_UINT16,
127834                   /* subscript */
127835                   0,
127836                   /* value */
127837                   0,
127838               };
127839               
127840               static const char*
127841               _CIM_EthernetPort_OtherEnabledCapabilities_qualifiers[] =
127842               {
127843                   /* ArrayType */
127844                   "\005Indexed",
127845                   /* ModelCorrespondence */
127846                   "\036\000\001CIM_EthernetPort.EnabledCapabilities\000",
127847                   0,
127848 mike  1.1.2.1 };
127849               
127850               static MetaProperty
127851               _CIM_EthernetPort_OtherEnabledCapabilities =
127852               {
127853                   /* flags */
127854                   META_FLAG_PROPERTY|META_FLAG_READ,
127855                   /* name */
127856                   "OtherEnabledCapabilities",
127857                   /* qualifiers */
127858                   _CIM_EthernetPort_OtherEnabledCapabilities_qualifiers,
127859                   /* type */
127860                   CIMTYPE_STRING,
127861                   /* subscript */
127862                   0,
127863                   /* value */
127864                   0,
127865               };
127866               
127867               static MetaFeature*
127868               _CIM_EthernetPort_features[] =
127869 mike  1.1.2.1 {
127870                   (MetaFeature*)&_CIM_EthernetPort_PortType,
127871                   (MetaFeature*)&_CIM_EthernetPort_NetworkAddresses,
127872                   (MetaFeature*)&_CIM_EthernetPort_MaxDataSize,
127873                   (MetaFeature*)&_CIM_EthernetPort_Capabilities,
127874                   (MetaFeature*)&_CIM_EthernetPort_CapabilityDescriptions,
127875                   (MetaFeature*)&_CIM_EthernetPort_EnabledCapabilities,
127876                   (MetaFeature*)&_CIM_EthernetPort_OtherEnabledCapabilities,
127877                   0,
127878               };
127879               
127880               static const char*
127881               __root_cimv2_CIM_EthernetPort_qualifiers[] =
127882               {
127883                   /* UMLPackagePath */
127884                   "\057CIM::Device::Ports",
127885                   /* Version */
127886                   "\0632.10.0",
127887                   0,
127888               };
127889               
127890 mike  1.1.2.1 MetaClass
127891               __root_cimv2_CIM_EthernetPort =
127892               {
127893                   /* flags */
127894                   META_FLAG_CLASS,
127895                   /* name */
127896                   "CIM_EthernetPort",
127897                   /* qualifiers */
127898                   __root_cimv2_CIM_EthernetPort_qualifiers,
127899                   /* super */
127900                   &__root_cimv2_CIM_NetworkPort,
127901                   /* features */
127902                   _CIM_EthernetPort_features,
127903               };
127904               
127905               //==============================================================================
127906               //
127907               // Class: CIM_Export
127908               //
127909               //==============================================================================
127910               
127911 mike  1.1.2.1 static const char*
127912               _CIM_Export_LocalFS_qualifiers[] =
127913               {
127914                   /* Key */
127915                   "\025\001",
127916                   /* Max */
127917                   "\027\000\000\000\001",
127918                   0,
127919               };
127920               
127921               static MetaReference
127922               _CIM_Export_LocalFS =
127923               {
127924                   /* flags */
127925                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
127926                   /* name */
127927                   "LocalFS",
127928                   /* qualifiers */
127929                   _CIM_Export_LocalFS_qualifiers,
127930                   /* subscript */
127931                   -1,
127932 mike  1.1.2.1     /* refId */
127933                   &__root_cimv2_CIM_LocalFileSystem,
127934               };
127935               
127936               static const char*
127937               _CIM_Export_Directory_qualifiers[] =
127938               {
127939                   /* Key */
127940                   "\025\001",
127941                   0,
127942               };
127943               
127944               static MetaReference
127945               _CIM_Export_Directory =
127946               {
127947                   /* flags */
127948                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
127949                   /* name */
127950                   "Directory",
127951                   /* qualifiers */
127952                   _CIM_Export_Directory_qualifiers,
127953 mike  1.1.2.1     /* subscript */
127954                   -1,
127955                   /* refId */
127956                   &__root_cimv2_CIM_Directory,
127957               };
127958               
127959               static const char*
127960               _CIM_Export_ExportedDirectoryName_qualifiers[] =
127961               {
127962                   0,
127963               };
127964               
127965               static MetaProperty
127966               _CIM_Export_ExportedDirectoryName =
127967               {
127968                   /* flags */
127969                   META_FLAG_PROPERTY|META_FLAG_READ,
127970                   /* name */
127971                   "ExportedDirectoryName",
127972                   /* qualifiers */
127973                   _CIM_Export_ExportedDirectoryName_qualifiers,
127974 mike  1.1.2.1     /* type */
127975                   CIMTYPE_STRING,
127976                   /* subscript */
127977                   -1,
127978                   /* value */
127979                   0,
127980               };
127981               
127982               static MetaFeature*
127983               _CIM_Export_features[] =
127984               {
127985                   (MetaFeature*)&_CIM_Export_LocalFS,
127986                   (MetaFeature*)&_CIM_Export_Directory,
127987                   (MetaFeature*)&_CIM_Export_ExportedDirectoryName,
127988                   0,
127989               };
127990               
127991               static const char*
127992               __root_cimv2_CIM_Export_qualifiers[] =
127993               {
127994                   /* ASSOCIATION */
127995 mike  1.1.2.1     "\000\001",
127996                   /* UMLPackagePath */
127997                   "\057CIM::System::FileElements",
127998                   /* Version */
127999                   "\0632.6.0",
128000                   0,
128001               };
128002               
128003               MetaClass
128004               __root_cimv2_CIM_Export =
128005               {
128006                   /* flags */
128007                   META_FLAG_ASSOCIATION,
128008                   /* name */
128009                   "CIM_Export",
128010                   /* qualifiers */
128011                   __root_cimv2_CIM_Export_qualifiers,
128012                   /* super */
128013                   0,
128014                   /* features */
128015                   _CIM_Export_features,
128016 mike  1.1.2.1 };
128017               
128018               //==============================================================================
128019               //
128020               // Class: CIM_ExtentInDiskGroup
128021               //
128022               //==============================================================================
128023               
128024               static const char*
128025               _CIM_ExtentInDiskGroup_Collection_qualifiers[] =
128026               {
128027                   /* Aggregate */
128028                   "\003\001",
128029                   /* Override */
128030                   "\044Collection",
128031                   /* Max */
128032                   "\027\000\000\000\001",
128033                   0,
128034               };
128035               
128036               static MetaReference
128037 mike  1.1.2.1 _CIM_ExtentInDiskGroup_Collection =
128038               {
128039                   /* flags */
128040                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
128041                   /* name */
128042                   "Collection",
128043                   /* qualifiers */
128044                   _CIM_ExtentInDiskGroup_Collection_qualifiers,
128045                   /* subscript */
128046                   -1,
128047                   /* refId */
128048                   &__root_cimv2_CIM_DiskGroup,
128049               };
128050               
128051               static const char*
128052               _CIM_ExtentInDiskGroup_Member_qualifiers[] =
128053               {
128054                   /* Override */
128055                   "\044Member",
128056                   0,
128057               };
128058 mike  1.1.2.1 
128059               static MetaReference
128060               _CIM_ExtentInDiskGroup_Member =
128061               {
128062                   /* flags */
128063                   META_FLAG_REFERENCE|META_FLAG_READ,
128064                   /* name */
128065                   "Member",
128066                   /* qualifiers */
128067                   _CIM_ExtentInDiskGroup_Member_qualifiers,
128068                   /* subscript */
128069                   -1,
128070                   /* refId */
128071                   &__root_cimv2_CIM_StorageExtent,
128072               };
128073               
128074               static MetaFeature*
128075               _CIM_ExtentInDiskGroup_features[] =
128076               {
128077                   (MetaFeature*)&_CIM_ExtentInDiskGroup_Collection,
128078                   (MetaFeature*)&_CIM_ExtentInDiskGroup_Member,
128079 mike  1.1.2.1     0,
128080               };
128081               
128082               static const char*
128083               __root_cimv2_CIM_ExtentInDiskGroup_qualifiers[] =
128084               {
128085                   /* ASSOCIATION */
128086                   "\000\001",
128087                   /* UMLPackagePath */
128088                   "\057CIM::Device::DiskGroup",
128089                   /* Aggregation */
128090                   "\004\001",
128091                   /* Version */
128092                   "\0632.10.0",
128093                   0,
128094               };
128095               
128096               MetaClass
128097               __root_cimv2_CIM_ExtentInDiskGroup =
128098               {
128099                   /* flags */
128100 mike  1.1.2.1     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
128101                   /* name */
128102                   "CIM_ExtentInDiskGroup",
128103                   /* qualifiers */
128104                   __root_cimv2_CIM_ExtentInDiskGroup_qualifiers,
128105                   /* super */
128106                   &__root_cimv2_CIM_CollectedMSEs,
128107                   /* features */
128108                   _CIM_ExtentInDiskGroup_features,
128109               };
128110               
128111               //==============================================================================
128112               //
128113               // Class: CIM_ExtentRedundancyComponent
128114               //
128115               //==============================================================================
128116               
128117               static const char*
128118               _CIM_ExtentRedundancyComponent_GroupComponent_qualifiers[] =
128119               {
128120                   /* Deprecated */
128121 mike  1.1.2.1     "\013\000\001CIM_MemberOfCollection.Collection\000",
128122                   /* Aggregate */
128123                   "\003\001",
128124                   /* Override */
128125                   "\044GroupComponent",
128126                   0,
128127               };
128128               
128129               static MetaReference
128130               _CIM_ExtentRedundancyComponent_GroupComponent =
128131               {
128132                   /* flags */
128133                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
128134                   /* name */
128135                   "GroupComponent",
128136                   /* qualifiers */
128137                   _CIM_ExtentRedundancyComponent_GroupComponent_qualifiers,
128138                   /* subscript */
128139                   -1,
128140                   /* refId */
128141                   &__root_cimv2_CIM_StorageRedundancyGroup,
128142 mike  1.1.2.1 };
128143               
128144               static const char*
128145               _CIM_ExtentRedundancyComponent_PartComponent_qualifiers[] =
128146               {
128147                   /* Deprecated */
128148                   "\013\000\001CIM_MemberOfCollection.Member\000",
128149                   /* Override */
128150                   "\044PartComponent",
128151                   0,
128152               };
128153               
128154               static MetaReference
128155               _CIM_ExtentRedundancyComponent_PartComponent =
128156               {
128157                   /* flags */
128158                   META_FLAG_REFERENCE|META_FLAG_READ,
128159                   /* name */
128160                   "PartComponent",
128161                   /* qualifiers */
128162                   _CIM_ExtentRedundancyComponent_PartComponent_qualifiers,
128163 mike  1.1.2.1     /* subscript */
128164                   -1,
128165                   /* refId */
128166                   &__root_cimv2_CIM_StorageExtent,
128167               };
128168               
128169               static MetaFeature*
128170               _CIM_ExtentRedundancyComponent_features[] =
128171               {
128172                   (MetaFeature*)&_CIM_ExtentRedundancyComponent_GroupComponent,
128173                   (MetaFeature*)&_CIM_ExtentRedundancyComponent_PartComponent,
128174                   0,
128175               };
128176               
128177               static const char*
128178               __root_cimv2_CIM_ExtentRedundancyComponent_qualifiers[] =
128179               {
128180                   /* ASSOCIATION */
128181                   "\000\001",
128182                   /* Deprecated */
128183                   "\013\000\001CIM_MemberOfCollection\000",
128184 mike  1.1.2.1     /* UMLPackagePath */
128185                   "\057CIM::Core::Redundancy",
128186                   /* Aggregation */
128187                   "\004\001",
128188                   /* Version */
128189                   "\0632.13.0",
128190                   0,
128191               };
128192               
128193               MetaClass
128194               __root_cimv2_CIM_ExtentRedundancyComponent =
128195               {
128196                   /* flags */
128197                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
128198                   /* name */
128199                   "CIM_ExtentRedundancyComponent",
128200                   /* qualifiers */
128201                   __root_cimv2_CIM_ExtentRedundancyComponent_qualifiers,
128202                   /* super */
128203                   &__root_cimv2_CIM_RedundancyComponent,
128204                   /* features */
128205 mike  1.1.2.1     _CIM_ExtentRedundancyComponent_features,
128206               };
128207               
128208               //==============================================================================
128209               //
128210               // Class: CIM_Fan
128211               //
128212               //==============================================================================
128213               
128214               static const char*
128215               _CIM_Fan_VariableSpeed_qualifiers[] =
128216               {
128217                   0,
128218               };
128219               
128220               static MetaProperty
128221               _CIM_Fan_VariableSpeed =
128222               {
128223                   /* flags */
128224                   META_FLAG_PROPERTY|META_FLAG_READ,
128225                   /* name */
128226 mike  1.1.2.1     "VariableSpeed",
128227                   /* qualifiers */
128228                   _CIM_Fan_VariableSpeed_qualifiers,
128229                   /* type */
128230                   CIMTYPE_BOOLEAN,
128231                   /* subscript */
128232                   -1,
128233                   /* value */
128234                   0,
128235               };
128236               
128237               static const char*
128238               _CIM_Fan_DesiredSpeed_qualifiers[] =
128239               {
128240                   /* Units */
128241                   "\060Revolutions per Minute",
128242                   0,
128243               };
128244               
128245               static MetaProperty
128246               _CIM_Fan_DesiredSpeed =
128247 mike  1.1.2.1 {
128248                   /* flags */
128249                   META_FLAG_PROPERTY|META_FLAG_READ,
128250                   /* name */
128251                   "DesiredSpeed",
128252                   /* qualifiers */
128253                   _CIM_Fan_DesiredSpeed_qualifiers,
128254                   /* type */
128255                   CIMTYPE_UINT64,
128256                   /* subscript */
128257                   -1,
128258                   /* value */
128259                   0,
128260               };
128261               
128262               static const char*
128263               _CIM_Fan_SetSpeed_DesiredSpeed_qualifiers[] =
128264               {
128265                   /* IN */
128266                   "\024\001",
128267                   0,
128268 mike  1.1.2.1 };
128269               
128270               static MetaProperty
128271               _CIM_Fan_SetSpeed_DesiredSpeed =
128272               {
128273                   /* flags */
128274                   META_FLAG_PROPERTY|META_FLAG_IN,
128275                   /* name */
128276                   "DesiredSpeed",
128277                   /* qualifiers */
128278                   _CIM_Fan_SetSpeed_DesiredSpeed_qualifiers,
128279                   /* type */
128280                   CIMTYPE_UINT64,
128281                   /* subscript */
128282                   -1,
128283                   /* value */
128284                   0,
128285               };
128286               
128287               static MetaFeature*
128288               _CIM_Fan_SetSpeed_parameters[] =
128289 mike  1.1.2.1 {
128290                   (MetaFeature*)&_CIM_Fan_SetSpeed_DesiredSpeed,
128291                   0,
128292               };
128293               
128294               static const char*
128295               _CIM_Fan_SetSpeed_qualifiers[] =
128296               {
128297                   0,
128298               };
128299               
128300               static MetaMethod
128301               _CIM_Fan_SetSpeed =
128302               {
128303                   /* flags */
128304                   META_FLAG_METHOD,
128305                   /* name */
128306                   "CIM_Fan",
128307                   /* qualifiers */
128308                   _CIM_Fan_SetSpeed_qualifiers,
128309                   /* type */
128310 mike  1.1.2.1     CIMTYPE_UINT32,
128311                   /* parameters */
128312                   _CIM_Fan_SetSpeed_parameters,
128313               };
128314               
128315               static MetaFeature*
128316               _CIM_Fan_features[] =
128317               {
128318                   (MetaFeature*)&_CIM_Fan_VariableSpeed,
128319                   (MetaFeature*)&_CIM_Fan_DesiredSpeed,
128320                   (MetaFeature*)&_CIM_Fan_SetSpeed,
128321                   0,
128322               };
128323               
128324               static const char*
128325               __root_cimv2_CIM_Fan_qualifiers[] =
128326               {
128327                   /* UMLPackagePath */
128328                   "\057CIM::Device::CoolingAndPower",
128329                   /* Version */
128330                   "\0632.6.0",
128331 mike  1.1.2.1     0,
128332               };
128333               
128334               MetaClass
128335               __root_cimv2_CIM_Fan =
128336               {
128337                   /* flags */
128338                   META_FLAG_CLASS,
128339                   /* name */
128340                   "CIM_Fan",
128341                   /* qualifiers */
128342                   __root_cimv2_CIM_Fan_qualifiers,
128343                   /* super */
128344                   &__root_cimv2_CIM_CoolingDevice,
128345                   /* features */
128346                   _CIM_Fan_features,
128347               };
128348               
128349               //==============================================================================
128350               //
128351               // Class: CIM_FCPort
128352 mike  1.1.2.1 //
128353               //==============================================================================
128354               
128355               static const char*
128356               _CIM_FCPort_PortType_qualifiers[] =
128357               {
128358                   /* Override */
128359                   "\044PortType",
128360                   /* ValueMap */
128361                   "\061\000\0140\0001\00010\00011\00012\00013\00014\00015\00016\00017\00018\00016000..65535\000",
128362                   /* Values */
128363                   "\062\000\014Unknown\000Other\000N\000NL\000F/NL\000Nx\000E\000F\000FL\000B\000G\000Vendor Reserved\000",
128364                   0,
128365               };
128366               
128367               static MetaProperty
128368               _CIM_FCPort_PortType =
128369               {
128370                   /* flags */
128371                   META_FLAG_PROPERTY|META_FLAG_READ,
128372                   /* name */
128373 mike  1.1.2.1     "PortType",
128374                   /* qualifiers */
128375                   _CIM_FCPort_PortType_qualifiers,
128376                   /* type */
128377                   CIMTYPE_UINT16,
128378                   /* subscript */
128379                   -1,
128380                   /* value */
128381                   0,
128382               };
128383               
128384               static const char*
128385               _CIM_FCPort_SupportedCOS_qualifiers[] =
128386               {
128387                   /* ValueMap */
128388                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
128389                   /* Values */
128390                   "\062\000\010Unknown\0001\0002\0003\0004\0005\0006\000F\000",
128391                   0,
128392               };
128393               
128394 mike  1.1.2.1 static MetaProperty
128395               _CIM_FCPort_SupportedCOS =
128396               {
128397                   /* flags */
128398                   META_FLAG_PROPERTY|META_FLAG_READ,
128399                   /* name */
128400                   "SupportedCOS",
128401                   /* qualifiers */
128402                   _CIM_FCPort_SupportedCOS_qualifiers,
128403                   /* type */
128404                   CIMTYPE_UINT16,
128405                   /* subscript */
128406                   0,
128407                   /* value */
128408                   0,
128409               };
128410               
128411               static const char*
128412               _CIM_FCPort_ActiveCOS_qualifiers[] =
128413               {
128414                   /* ValueMap */
128415 mike  1.1.2.1     "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
128416                   /* Values */
128417                   "\062\000\010Unknown\0001\0002\0003\0004\0005\0006\000F\000",
128418                   /* ModelCorrespondence */
128419                   "\036\000\001CIM_FCPort.SupportedCOS\000",
128420                   0,
128421               };
128422               
128423               static MetaProperty
128424               _CIM_FCPort_ActiveCOS =
128425               {
128426                   /* flags */
128427                   META_FLAG_PROPERTY|META_FLAG_READ,
128428                   /* name */
128429                   "ActiveCOS",
128430                   /* qualifiers */
128431                   _CIM_FCPort_ActiveCOS_qualifiers,
128432                   /* type */
128433                   CIMTYPE_UINT16,
128434                   /* subscript */
128435                   0,
128436 mike  1.1.2.1     /* value */
128437                   0,
128438               };
128439               
128440               static const char*
128441               _CIM_FCPort_SupportedFC4Types_qualifiers[] =
128442               {
128443                   /* ValueMap */
128444                   "\061\000\0320\0001\0004\0005\0008\0009\00017\00018\00019\00021\00022\00023\00025\00026\00027\00028\00032\00034\00036\00064\00080\00081\00082\00088\00096\000255\000",
128445                   /* Values */
128446                   "\062\000\032Unknown\000Other\000ISO/IEC 8802 - 2 LLC\000IP over FC\000SCSI - FCP\000SCSI - GPP\000IPI - 3 Master\000IPI - 3 Slave\000IPI - 3 Peer\000CP IPI - 3 Master\000CP IPI - 3 Slave\000CP IPI - 3 Peer\000SBCCS Channel\000SBCCS Control Unit\000FC-SB-2 Channel\000FC-SB-2 Control Unit\000Fibre Channel Services (FC-GS, FC-GS-2, FC-GS-3)\000FC-SW\000FC - SNMP\000HIPPI - FP\000BBL Control\000BBL FDDI Encapsulated LAN PDU\000BBL 802.3 Encapsulated LAN PDU\000FC - VI\000FC - AV\000Vendor Unique\000",
128447                   0,
128448               };
128449               
128450               static MetaProperty
128451               _CIM_FCPort_SupportedFC4Types =
128452               {
128453                   /* flags */
128454                   META_FLAG_PROPERTY|META_FLAG_READ,
128455                   /* name */
128456                   "SupportedFC4Types",
128457 mike  1.1.2.1     /* qualifiers */
128458                   _CIM_FCPort_SupportedFC4Types_qualifiers,
128459                   /* type */
128460                   CIMTYPE_UINT16,
128461                   /* subscript */
128462                   0,
128463                   /* value */
128464                   0,
128465               };
128466               
128467               static const char*
128468               _CIM_FCPort_ActiveFC4Types_qualifiers[] =
128469               {
128470                   /* ValueMap */
128471                   "\061\000\0320\0001\0004\0005\0008\0009\00017\00018\00019\00021\00022\00023\00025\00026\00027\00028\00032\00034\00036\00064\00080\00081\00082\00088\00096\000255\000",
128472                   /* Values */
128473                   "\062\000\032Unknown\000Other\000ISO/IEC 8802 - 2 LLC\000IP over FC\000SCSI - FCP\000SCSI - GPP\000IPI - 3 Master\000IPI - 3 Slave\000IPI - 3 Peer\000CP IPI - 3 Master\000CP IPI - 3 Slave\000CP IPI - 3 Peer\000SBCCS Channel\000SBCCS Control Unit\000FC-SB-2 Channel\000FC-SB-2 Control Unit\000Fibre Channel Services (FC-GS, FC-GS-2, FC-GS-3)\000FC-SW\000FC - SNMP\000HIPPI - FP\000BBL Control\000BBL FDDI Encapsulated LAN PDU\000BBL 802.3 Encapsulated LAN PDU\000FC - VI\000FC - AV\000Vendor Unique\000",
128474                   /* ModelCorrespondence */
128475                   "\036\000\001CIM_FCPort.SupportedFC4Types\000",
128476                   0,
128477               };
128478 mike  1.1.2.1 
128479               static MetaProperty
128480               _CIM_FCPort_ActiveFC4Types =
128481               {
128482                   /* flags */
128483                   META_FLAG_PROPERTY|META_FLAG_READ,
128484                   /* name */
128485                   "ActiveFC4Types",
128486                   /* qualifiers */
128487                   _CIM_FCPort_ActiveFC4Types_qualifiers,
128488                   /* type */
128489                   CIMTYPE_UINT16,
128490                   /* subscript */
128491                   0,
128492                   /* value */
128493                   0,
128494               };
128495               
128496               static MetaFeature*
128497               _CIM_FCPort_features[] =
128498               {
128499 mike  1.1.2.1     (MetaFeature*)&_CIM_FCPort_PortType,
128500                   (MetaFeature*)&_CIM_FCPort_SupportedCOS,
128501                   (MetaFeature*)&_CIM_FCPort_ActiveCOS,
128502                   (MetaFeature*)&_CIM_FCPort_SupportedFC4Types,
128503                   (MetaFeature*)&_CIM_FCPort_ActiveFC4Types,
128504                   0,
128505               };
128506               
128507               static const char*
128508               __root_cimv2_CIM_FCPort_qualifiers[] =
128509               {
128510                   /* UMLPackagePath */
128511                   "\057CIM::Device::FC",
128512                   /* Version */
128513                   "\0632.7.1",
128514                   0,
128515               };
128516               
128517               MetaClass
128518               __root_cimv2_CIM_FCPort =
128519               {
128520 mike  1.1.2.1     /* flags */
128521                   META_FLAG_CLASS,
128522                   /* name */
128523                   "CIM_FCPort",
128524                   /* qualifiers */
128525                   __root_cimv2_CIM_FCPort_qualifiers,
128526                   /* super */
128527                   &__root_cimv2_CIM_NetworkPort,
128528                   /* features */
128529                   _CIM_FCPort_features,
128530               };
128531               
128532               //==============================================================================
128533               //
128534               // Class: CIM_FibreChannelAdapter
128535               //
128536               //==============================================================================
128537               
128538               static const char*
128539               _CIM_FibreChannelAdapter_MaxFrameSize_qualifiers[] =
128540               {
128541 mike  1.1.2.1     /* Deprecated */
128542                   "\013\000\001CIM_NetworkPort.SupportedMaximumTransmissionUnit\000",
128543                   /* Units */
128544                   "\060Bytes",
128545                   0,
128546               };
128547               
128548               static MetaProperty
128549               _CIM_FibreChannelAdapter_MaxFrameSize =
128550               {
128551                   /* flags */
128552                   META_FLAG_PROPERTY|META_FLAG_READ,
128553                   /* name */
128554                   "MaxFrameSize",
128555                   /* qualifiers */
128556                   _CIM_FibreChannelAdapter_MaxFrameSize_qualifiers,
128557                   /* type */
128558                   CIMTYPE_UINT64,
128559                   /* subscript */
128560                   -1,
128561                   /* value */
128562 mike  1.1.2.1     0,
128563               };
128564               
128565               static const char*
128566               _CIM_FibreChannelAdapter_SupportedCOS_qualifiers[] =
128567               {
128568                   /* Deprecated */
128569                   "\013\000\001CIM_FCPort.SupportedCOS\000",
128570                   /* ValueMap */
128571                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
128572                   /* Values */
128573                   "\062\000\007Unknown\0001\0002\0003\0004\0006\000F\000",
128574                   0,
128575               };
128576               
128577               static MetaProperty
128578               _CIM_FibreChannelAdapter_SupportedCOS =
128579               {
128580                   /* flags */
128581                   META_FLAG_PROPERTY|META_FLAG_READ,
128582                   /* name */
128583 mike  1.1.2.1     "SupportedCOS",
128584                   /* qualifiers */
128585                   _CIM_FibreChannelAdapter_SupportedCOS_qualifiers,
128586                   /* type */
128587                   CIMTYPE_UINT16,
128588                   /* subscript */
128589                   0,
128590                   /* value */
128591                   0,
128592               };
128593               
128594               static const char*
128595               _CIM_FibreChannelAdapter_FC4TypesSupported_qualifiers[] =
128596               {
128597                   /* Deprecated */
128598                   "\013\000\001CIM_FCPort.SupportedFC4Types\000",
128599                   /* ValueMap */
128600                   "\061\000\0320\0001\0004\0005\0008\0009\00017\00018\00019\00021\00022\00023\00025\00026\00027\00028\00032\00034\00036\00064\00080\00081\00082\00088\00096\000255\000",
128601                   /* Values */
128602                   "\062\000\032Unknown\000Other\000ISO/IEC 8802 - 2 LLC\000IP over FC\000SCSI - FCP\000SCSI - GPP\000IPI - 3 Master\000IPI - 3 Slave\000IPI - 3 Peer\000CP IPI - 3 Master\000CP IPI - 3 Slave\000CP IPI - 3 Peer\000SBCCS Channel\000SBCCS Control Unit\000FC-SB-2 Channel\000FC-SB-2 Control Unit\000Fibre Channel Services (FC-GS, FC-GS-2, FC-GS-3)\000FC-SW\000FC - SNMP\000HIPPI - FP\000BBL Control\000BBL FDDI Encapsulated LAN PDU\000BBL 802.3 Encapsulated LAN PDU\000FC - VI\000FC - AV\000Vendor Unique\000",
128603                   /* ModelCorrespondence */
128604 mike  1.1.2.1     "\036\000\001CIM_FibreChannelAdapter.FC4VendorUniqueTypes\000",
128605                   0,
128606               };
128607               
128608               static MetaProperty
128609               _CIM_FibreChannelAdapter_FC4TypesSupported =
128610               {
128611                   /* flags */
128612                   META_FLAG_PROPERTY|META_FLAG_READ,
128613                   /* name */
128614                   "FC4TypesSupported",
128615                   /* qualifiers */
128616                   _CIM_FibreChannelAdapter_FC4TypesSupported_qualifiers,
128617                   /* type */
128618                   CIMTYPE_UINT16,
128619                   /* subscript */
128620                   0,
128621                   /* value */
128622                   0,
128623               };
128624               
128625 mike  1.1.2.1 static const char*
128626               _CIM_FibreChannelAdapter_FC4VendorUniqueTypes_qualifiers[] =
128627               {
128628                   /* Deprecated */
128629                   "\013\000\001CIM_FCPort.SupportedFC4Types\000",
128630                   /* MinValue */
128631                   "\035\000\000\000\000\000\000\000\360",
128632                   /* MaxValue */
128633                   "\031\000\000\000\000\000\000\000\377",
128634                   0,
128635               };
128636               
128637               static MetaProperty
128638               _CIM_FibreChannelAdapter_FC4VendorUniqueTypes =
128639               {
128640                   /* flags */
128641                   META_FLAG_PROPERTY|META_FLAG_READ,
128642                   /* name */
128643                   "FC4VendorUniqueTypes",
128644                   /* qualifiers */
128645                   _CIM_FibreChannelAdapter_FC4VendorUniqueTypes_qualifiers,
128646 mike  1.1.2.1     /* type */
128647                   CIMTYPE_UINT16,
128648                   /* subscript */
128649                   0,
128650                   /* value */
128651                   0,
128652               };
128653               
128654               static const char*
128655               _CIM_FibreChannelAdapter_CurrentFC4Types_qualifiers[] =
128656               {
128657                   /* Deprecated */
128658                   "\013\000\001CIM_FCPort.ActiveFC4Types\000",
128659                   /* ValueMap */
128660                   "\061\000\0320\0001\0004\0005\0008\0009\00017\00018\00019\00021\00022\00023\00025\00026\00027\00028\00032\00034\00036\00064\00080\00081\00082\00088\00096\000255\000",
128661                   /* Values */
128662                   "\062\000\032Unknown\000Other\000ISO/IEC 8802 - 2 LLC\000IP over FC\000SCSI - FCP\000SCSI - GPP\000IPI - 3 Master\000IPI - 3 Slave\000IPI - 3 Peer\000CP IPI - 3 Master\000CP IPI - 3 Slave\000CP IPI - 3 Peer\000SBCCS Channel\000SBCCS Control Unit\000FC-SB-2 Channel\000FC-SB-2 Control Unit\000Fibre Channel Services (FC-GS, FC-GS-2, FC-GS-3)\000FC-SW\000FC - SNMP\000HIPPI - FP\000BBL Control\000BBL FDDI Encapsulated LAN PDU\000BBL 802.3 Encapsulated LAN PDU\000FC - VI\000FC - AV\000Vendor Unique\000",
128663                   /* ModelCorrespondence */
128664                   "\036\000\002CIM_FibreChannelAdapter.FC4TypesSupported\000CIM_FibreChannelAdapter.CurrentFC4VendorTypes\000",
128665                   0,
128666               };
128667 mike  1.1.2.1 
128668               static MetaProperty
128669               _CIM_FibreChannelAdapter_CurrentFC4Types =
128670               {
128671                   /* flags */
128672                   META_FLAG_PROPERTY|META_FLAG_READ,
128673                   /* name */
128674                   "CurrentFC4Types",
128675                   /* qualifiers */
128676                   _CIM_FibreChannelAdapter_CurrentFC4Types_qualifiers,
128677                   /* type */
128678                   CIMTYPE_UINT16,
128679                   /* subscript */
128680                   0,
128681                   /* value */
128682                   0,
128683               };
128684               
128685               static const char*
128686               _CIM_FibreChannelAdapter_CurrentFC4VendorTypes_qualifiers[] =
128687               {
128688 mike  1.1.2.1     /* Deprecated */
128689                   "\013\000\001CIM_FCPort.ActiveFC4Types\000",
128690                   /* MinValue */
128691                   "\035\000\000\000\000\000\000\000\360",
128692                   /* MaxValue */
128693                   "\031\000\000\000\000\000\000\000\377",
128694                   /* ModelCorrespondence */
128695                   "\036\000\001CIM_FibreChannelAdapter.FC4VendorUniqueTypes\000",
128696                   0,
128697               };
128698               
128699               static MetaProperty
128700               _CIM_FibreChannelAdapter_CurrentFC4VendorTypes =
128701               {
128702                   /* flags */
128703                   META_FLAG_PROPERTY|META_FLAG_READ,
128704                   /* name */
128705                   "CurrentFC4VendorTypes",
128706                   /* qualifiers */
128707                   _CIM_FibreChannelAdapter_CurrentFC4VendorTypes_qualifiers,
128708                   /* type */
128709 mike  1.1.2.1     CIMTYPE_UINT16,
128710                   /* subscript */
128711                   0,
128712                   /* value */
128713                   0,
128714               };
128715               
128716               static const char*
128717               _CIM_FibreChannelAdapter_Capabilities_qualifiers[] =
128718               {
128719                   /* Deprecated */
128720                   "\013\000\001No value\000",
128721                   /* ValueMap */
128722                   "\061\000\0200\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\000",
128723                   /* Values */
128724                   "\062\000\020Unknown\000Other\000Utilizes the Directory Server\000Utilizes the Time Server\000Utilizes the Management Server\000Utilizes the Alias Server\000Utilizes the Security Key Distribution Server\000Utilizes the Clock Synchronization Server\000Utilizes the Multicast Server\000Utilizes QoS Facilitator\000Utilizes Broadcast Services\000Supports Fabric Login Server\000Generates State Change Notifications\000Registers for State Change Notifications\000Responds to Read Connection Status\000Supports Third Party Process Logout\000",
128725                   /* ArrayType */
128726                   "\005Indexed",
128727                   0,
128728               };
128729               
128730 mike  1.1.2.1 static MetaProperty
128731               _CIM_FibreChannelAdapter_Capabilities =
128732               {
128733                   /* flags */
128734                   META_FLAG_PROPERTY|META_FLAG_READ,
128735                   /* name */
128736                   "Capabilities",
128737                   /* qualifiers */
128738                   _CIM_FibreChannelAdapter_Capabilities_qualifiers,
128739                   /* type */
128740                   CIMTYPE_UINT16,
128741                   /* subscript */
128742                   0,
128743                   /* value */
128744                   0,
128745               };
128746               
128747               static const char*
128748               _CIM_FibreChannelAdapter_CapabilityDescriptions_qualifiers[] =
128749               {
128750                   /* Deprecated */
128751 mike  1.1.2.1     "\013\000\001No value\000",
128752                   /* ArrayType */
128753                   "\005Indexed",
128754                   /* ModelCorrespondence */
128755                   "\036\000\001CIM_FibreChannelAdapter.Capabilities\000",
128756                   0,
128757               };
128758               
128759               static MetaProperty
128760               _CIM_FibreChannelAdapter_CapabilityDescriptions =
128761               {
128762                   /* flags */
128763                   META_FLAG_PROPERTY|META_FLAG_READ,
128764                   /* name */
128765                   "CapabilityDescriptions",
128766                   /* qualifiers */
128767                   _CIM_FibreChannelAdapter_CapabilityDescriptions_qualifiers,
128768                   /* type */
128769                   CIMTYPE_STRING,
128770                   /* subscript */
128771                   0,
128772 mike  1.1.2.1     /* value */
128773                   0,
128774               };
128775               
128776               static const char*
128777               _CIM_FibreChannelAdapter_ReceiveBufferErrors_qualifiers[] =
128778               {
128779                   /* Deprecated */
128780                   "\013\000\001CIM_FCPortStatistics.ErrorFrames\000",
128781                   /* Counter */
128782                   "\012\001",
128783                   0,
128784               };
128785               
128786               static MetaProperty
128787               _CIM_FibreChannelAdapter_ReceiveBufferErrors =
128788               {
128789                   /* flags */
128790                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
128791                   /* name */
128792                   "ReceiveBufferErrors",
128793 mike  1.1.2.1     /* qualifiers */
128794                   _CIM_FibreChannelAdapter_ReceiveBufferErrors_qualifiers,
128795                   /* type */
128796                   CIMTYPE_UINT64,
128797                   /* subscript */
128798                   -1,
128799                   /* value */
128800                   0,
128801               };
128802               
128803               static const char*
128804               _CIM_FibreChannelAdapter_ReceiveEndErrors_qualifiers[] =
128805               {
128806                   /* Deprecated */
128807                   "\013\000\001CIM_FCPortStatistics.ErrorFrames\000",
128808                   /* Counter */
128809                   "\012\001",
128810                   0,
128811               };
128812               
128813               static MetaProperty
128814 mike  1.1.2.1 _CIM_FibreChannelAdapter_ReceiveEndErrors =
128815               {
128816                   /* flags */
128817                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
128818                   /* name */
128819                   "ReceiveEndErrors",
128820                   /* qualifiers */
128821                   _CIM_FibreChannelAdapter_ReceiveEndErrors_qualifiers,
128822                   /* type */
128823                   CIMTYPE_UINT64,
128824                   /* subscript */
128825                   -1,
128826                   /* value */
128827                   0,
128828               };
128829               
128830               static const char*
128831               _CIM_FibreChannelAdapter_ResourceAllocationTimeout_qualifiers[] =
128832               {
128833                   /* Deprecated */
128834                   "\013\000\001No value\000",
128835 mike  1.1.2.1     /* Units */
128836                   "\060MilliSeconds",
128837                   0,
128838               };
128839               
128840               static MetaProperty
128841               _CIM_FibreChannelAdapter_ResourceAllocationTimeout =
128842               {
128843                   /* flags */
128844                   META_FLAG_PROPERTY|META_FLAG_READ,
128845                   /* name */
128846                   "ResourceAllocationTimeout",
128847                   /* qualifiers */
128848                   _CIM_FibreChannelAdapter_ResourceAllocationTimeout_qualifiers,
128849                   /* type */
128850                   CIMTYPE_UINT64,
128851                   /* subscript */
128852                   -1,
128853                   /* value */
128854                   0,
128855               };
128856 mike  1.1.2.1 
128857               static const char*
128858               _CIM_FibreChannelAdapter_ErrorDetectTimeout_qualifiers[] =
128859               {
128860                   /* Deprecated */
128861                   "\013\000\001No value\000",
128862                   /* Units */
128863                   "\060MilliSeconds",
128864                   0,
128865               };
128866               
128867               static MetaProperty
128868               _CIM_FibreChannelAdapter_ErrorDetectTimeout =
128869               {
128870                   /* flags */
128871                   META_FLAG_PROPERTY|META_FLAG_READ,
128872                   /* name */
128873                   "ErrorDetectTimeout",
128874                   /* qualifiers */
128875                   _CIM_FibreChannelAdapter_ErrorDetectTimeout_qualifiers,
128876                   /* type */
128877 mike  1.1.2.1     CIMTYPE_UINT64,
128878                   /* subscript */
128879                   -1,
128880                   /* value */
128881                   0,
128882               };
128883               
128884               static const char*
128885               _CIM_FibreChannelAdapter_Class1SequencesSent_qualifiers[] =
128886               {
128887                   /* Deprecated */
128888                   "\013\000\001No value\000",
128889                   /* Counter */
128890                   "\012\001",
128891                   0,
128892               };
128893               
128894               static MetaProperty
128895               _CIM_FibreChannelAdapter_Class1SequencesSent =
128896               {
128897                   /* flags */
128898 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
128899                   /* name */
128900                   "Class1SequencesSent",
128901                   /* qualifiers */
128902                   _CIM_FibreChannelAdapter_Class1SequencesSent_qualifiers,
128903                   /* type */
128904                   CIMTYPE_UINT64,
128905                   /* subscript */
128906                   -1,
128907                   /* value */
128908                   0,
128909               };
128910               
128911               static const char*
128912               _CIM_FibreChannelAdapter_Class2SequencesSent_qualifiers[] =
128913               {
128914                   /* Deprecated */
128915                   "\013\000\001No value\000",
128916                   /* Counter */
128917                   "\012\001",
128918                   0,
128919 mike  1.1.2.1 };
128920               
128921               static MetaProperty
128922               _CIM_FibreChannelAdapter_Class2SequencesSent =
128923               {
128924                   /* flags */
128925                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
128926                   /* name */
128927                   "Class2SequencesSent",
128928                   /* qualifiers */
128929                   _CIM_FibreChannelAdapter_Class2SequencesSent_qualifiers,
128930                   /* type */
128931                   CIMTYPE_UINT64,
128932                   /* subscript */
128933                   -1,
128934                   /* value */
128935                   0,
128936               };
128937               
128938               static const char*
128939               _CIM_FibreChannelAdapter_Class3SequencesSent_qualifiers[] =
128940 mike  1.1.2.1 {
128941                   /* Deprecated */
128942                   "\013\000\001No value\000",
128943                   /* Counter */
128944                   "\012\001",
128945                   0,
128946               };
128947               
128948               static MetaProperty
128949               _CIM_FibreChannelAdapter_Class3SequencesSent =
128950               {
128951                   /* flags */
128952                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
128953                   /* name */
128954                   "Class3SequencesSent",
128955                   /* qualifiers */
128956                   _CIM_FibreChannelAdapter_Class3SequencesSent_qualifiers,
128957                   /* type */
128958                   CIMTYPE_UINT64,
128959                   /* subscript */
128960                   -1,
128961 mike  1.1.2.1     /* value */
128962                   0,
128963               };
128964               
128965               static const char*
128966               _CIM_FibreChannelAdapter_Class4SequencesSent_qualifiers[] =
128967               {
128968                   /* Deprecated */
128969                   "\013\000\001No value\000",
128970                   /* Counter */
128971                   "\012\001",
128972                   0,
128973               };
128974               
128975               static MetaProperty
128976               _CIM_FibreChannelAdapter_Class4SequencesSent =
128977               {
128978                   /* flags */
128979                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
128980                   /* name */
128981                   "Class4SequencesSent",
128982 mike  1.1.2.1     /* qualifiers */
128983                   _CIM_FibreChannelAdapter_Class4SequencesSent_qualifiers,
128984                   /* type */
128985                   CIMTYPE_UINT64,
128986                   /* subscript */
128987                   -1,
128988                   /* value */
128989                   0,
128990               };
128991               
128992               static const char*
128993               _CIM_FibreChannelAdapter_Class2OctetsReceived_qualifiers[] =
128994               {
128995                   /* Deprecated */
128996                   "\013\000\001CIM_FCPortStatistics.BytesReceived\000",
128997                   /* Counter */
128998                   "\012\001",
128999                   0,
129000               };
129001               
129002               static MetaProperty
129003 mike  1.1.2.1 _CIM_FibreChannelAdapter_Class2OctetsReceived =
129004               {
129005                   /* flags */
129006                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129007                   /* name */
129008                   "Class2OctetsReceived",
129009                   /* qualifiers */
129010                   _CIM_FibreChannelAdapter_Class2OctetsReceived_qualifiers,
129011                   /* type */
129012                   CIMTYPE_UINT64,
129013                   /* subscript */
129014                   -1,
129015                   /* value */
129016                   0,
129017               };
129018               
129019               static const char*
129020               _CIM_FibreChannelAdapter_Class2OctetsTransmitted_qualifiers[] =
129021               {
129022                   /* Deprecated */
129023                   "\013\000\001CIM_FCPortStatistics.BytesTransmitted\000",
129024 mike  1.1.2.1     /* Counter */
129025                   "\012\001",
129026                   0,
129027               };
129028               
129029               static MetaProperty
129030               _CIM_FibreChannelAdapter_Class2OctetsTransmitted =
129031               {
129032                   /* flags */
129033                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129034                   /* name */
129035                   "Class2OctetsTransmitted",
129036                   /* qualifiers */
129037                   _CIM_FibreChannelAdapter_Class2OctetsTransmitted_qualifiers,
129038                   /* type */
129039                   CIMTYPE_UINT64,
129040                   /* subscript */
129041                   -1,
129042                   /* value */
129043                   0,
129044               };
129045 mike  1.1.2.1 
129046               static const char*
129047               _CIM_FibreChannelAdapter_Class2FramesReceived_qualifiers[] =
129048               {
129049                   /* Deprecated */
129050                   "\013\000\001CIM_FCPortStatistics.PacketsReceived\000",
129051                   /* Counter */
129052                   "\012\001",
129053                   0,
129054               };
129055               
129056               static MetaProperty
129057               _CIM_FibreChannelAdapter_Class2FramesReceived =
129058               {
129059                   /* flags */
129060                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129061                   /* name */
129062                   "Class2FramesReceived",
129063                   /* qualifiers */
129064                   _CIM_FibreChannelAdapter_Class2FramesReceived_qualifiers,
129065                   /* type */
129066 mike  1.1.2.1     CIMTYPE_UINT64,
129067                   /* subscript */
129068                   -1,
129069                   /* value */
129070                   0,
129071               };
129072               
129073               static const char*
129074               _CIM_FibreChannelAdapter_Class2FramesTransmitted_qualifiers[] =
129075               {
129076                   /* Deprecated */
129077                   "\013\000\001CIM_FCPortStatistics.PacketsTransmitted\000",
129078                   /* Counter */
129079                   "\012\001",
129080                   0,
129081               };
129082               
129083               static MetaProperty
129084               _CIM_FibreChannelAdapter_Class2FramesTransmitted =
129085               {
129086                   /* flags */
129087 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129088                   /* name */
129089                   "Class2FramesTransmitted",
129090                   /* qualifiers */
129091                   _CIM_FibreChannelAdapter_Class2FramesTransmitted_qualifiers,
129092                   /* type */
129093                   CIMTYPE_UINT64,
129094                   /* subscript */
129095                   -1,
129096                   /* value */
129097                   0,
129098               };
129099               
129100               static const char*
129101               _CIM_FibreChannelAdapter_Class2DiscardFrames_qualifiers[] =
129102               {
129103                   /* Deprecated */
129104                   "\013\000\001No value\000",
129105                   /* Counter */
129106                   "\012\001",
129107                   0,
129108 mike  1.1.2.1 };
129109               
129110               static MetaProperty
129111               _CIM_FibreChannelAdapter_Class2DiscardFrames =
129112               {
129113                   /* flags */
129114                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129115                   /* name */
129116                   "Class2DiscardFrames",
129117                   /* qualifiers */
129118                   _CIM_FibreChannelAdapter_Class2DiscardFrames_qualifiers,
129119                   /* type */
129120                   CIMTYPE_UINT64,
129121                   /* subscript */
129122                   -1,
129123                   /* value */
129124                   0,
129125               };
129126               
129127               static const char*
129128               _CIM_FibreChannelAdapter_Class3OctetsReceived_qualifiers[] =
129129 mike  1.1.2.1 {
129130                   /* Deprecated */
129131                   "\013\000\001CIM_FCPortStatistics.BytesReceived\000",
129132                   /* Counter */
129133                   "\012\001",
129134                   0,
129135               };
129136               
129137               static MetaProperty
129138               _CIM_FibreChannelAdapter_Class3OctetsReceived =
129139               {
129140                   /* flags */
129141                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129142                   /* name */
129143                   "Class3OctetsReceived",
129144                   /* qualifiers */
129145                   _CIM_FibreChannelAdapter_Class3OctetsReceived_qualifiers,
129146                   /* type */
129147                   CIMTYPE_UINT64,
129148                   /* subscript */
129149                   -1,
129150 mike  1.1.2.1     /* value */
129151                   0,
129152               };
129153               
129154               static const char*
129155               _CIM_FibreChannelAdapter_Class3OctetsTransmitted_qualifiers[] =
129156               {
129157                   /* Deprecated */
129158                   "\013\000\001CIM_FCPortStatistics.BytesTransmitted\000",
129159                   /* Counter */
129160                   "\012\001",
129161                   0,
129162               };
129163               
129164               static MetaProperty
129165               _CIM_FibreChannelAdapter_Class3OctetsTransmitted =
129166               {
129167                   /* flags */
129168                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129169                   /* name */
129170                   "Class3OctetsTransmitted",
129171 mike  1.1.2.1     /* qualifiers */
129172                   _CIM_FibreChannelAdapter_Class3OctetsTransmitted_qualifiers,
129173                   /* type */
129174                   CIMTYPE_UINT64,
129175                   /* subscript */
129176                   -1,
129177                   /* value */
129178                   0,
129179               };
129180               
129181               static const char*
129182               _CIM_FibreChannelAdapter_Class3FramesReceived_qualifiers[] =
129183               {
129184                   /* Deprecated */
129185                   "\013\000\001CIM_FCPortStatistics.PacketsReceived\000",
129186                   /* Counter */
129187                   "\012\001",
129188                   0,
129189               };
129190               
129191               static MetaProperty
129192 mike  1.1.2.1 _CIM_FibreChannelAdapter_Class3FramesReceived =
129193               {
129194                   /* flags */
129195                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129196                   /* name */
129197                   "Class3FramesReceived",
129198                   /* qualifiers */
129199                   _CIM_FibreChannelAdapter_Class3FramesReceived_qualifiers,
129200                   /* type */
129201                   CIMTYPE_UINT64,
129202                   /* subscript */
129203                   -1,
129204                   /* value */
129205                   0,
129206               };
129207               
129208               static const char*
129209               _CIM_FibreChannelAdapter_Class3FramesTransmitted_qualifiers[] =
129210               {
129211                   /* Deprecated */
129212                   "\013\000\001CIM_FCPortStatistics.PacketsTransmitted\000",
129213 mike  1.1.2.1     /* Counter */
129214                   "\012\001",
129215                   0,
129216               };
129217               
129218               static MetaProperty
129219               _CIM_FibreChannelAdapter_Class3FramesTransmitted =
129220               {
129221                   /* flags */
129222                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129223                   /* name */
129224                   "Class3FramesTransmitted",
129225                   /* qualifiers */
129226                   _CIM_FibreChannelAdapter_Class3FramesTransmitted_qualifiers,
129227                   /* type */
129228                   CIMTYPE_UINT64,
129229                   /* subscript */
129230                   -1,
129231                   /* value */
129232                   0,
129233               };
129234 mike  1.1.2.1 
129235               static const char*
129236               _CIM_FibreChannelAdapter_Class3DiscardFrames_qualifiers[] =
129237               {
129238                   /* Deprecated */
129239                   "\013\000\001No value\000",
129240                   /* Counter */
129241                   "\012\001",
129242                   0,
129243               };
129244               
129245               static MetaProperty
129246               _CIM_FibreChannelAdapter_Class3DiscardFrames =
129247               {
129248                   /* flags */
129249                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129250                   /* name */
129251                   "Class3DiscardFrames",
129252                   /* qualifiers */
129253                   _CIM_FibreChannelAdapter_Class3DiscardFrames_qualifiers,
129254                   /* type */
129255 mike  1.1.2.1     CIMTYPE_UINT64,
129256                   /* subscript */
129257                   -1,
129258                   /* value */
129259                   0,
129260               };
129261               
129262               static const char*
129263               _CIM_FibreChannelAdapter_ParityErrors_qualifiers[] =
129264               {
129265                   /* Deprecated */
129266                   "\013\000\001CIM_FCPortStatistics.ErrorFrames\000",
129267                   /* Counter */
129268                   "\012\001",
129269                   0,
129270               };
129271               
129272               static MetaProperty
129273               _CIM_FibreChannelAdapter_ParityErrors =
129274               {
129275                   /* flags */
129276 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129277                   /* name */
129278                   "ParityErrors",
129279                   /* qualifiers */
129280                   _CIM_FibreChannelAdapter_ParityErrors_qualifiers,
129281                   /* type */
129282                   CIMTYPE_UINT64,
129283                   /* subscript */
129284                   -1,
129285                   /* value */
129286                   0,
129287               };
129288               
129289               static const char*
129290               _CIM_FibreChannelAdapter_FrameTimeouts_qualifiers[] =
129291               {
129292                   /* Deprecated */
129293                   "\013\000\001CIM_FCPortStatistics.ErrorFrames\000",
129294                   /* Counter */
129295                   "\012\001",
129296                   0,
129297 mike  1.1.2.1 };
129298               
129299               static MetaProperty
129300               _CIM_FibreChannelAdapter_FrameTimeouts =
129301               {
129302                   /* flags */
129303                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129304                   /* name */
129305                   "FrameTimeouts",
129306                   /* qualifiers */
129307                   _CIM_FibreChannelAdapter_FrameTimeouts_qualifiers,
129308                   /* type */
129309                   CIMTYPE_UINT64,
129310                   /* subscript */
129311                   -1,
129312                   /* value */
129313                   0,
129314               };
129315               
129316               static const char*
129317               _CIM_FibreChannelAdapter_BufferCreditErrors_qualifiers[] =
129318 mike  1.1.2.1 {
129319                   /* Deprecated */
129320                   "\013\000\001CIM_FCPortStatistics.BufferCreditNotProvided\000",
129321                   /* Counter */
129322                   "\012\001",
129323                   0,
129324               };
129325               
129326               static MetaProperty
129327               _CIM_FibreChannelAdapter_BufferCreditErrors =
129328               {
129329                   /* flags */
129330                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129331                   /* name */
129332                   "BufferCreditErrors",
129333                   /* qualifiers */
129334                   _CIM_FibreChannelAdapter_BufferCreditErrors_qualifiers,
129335                   /* type */
129336                   CIMTYPE_UINT64,
129337                   /* subscript */
129338                   -1,
129339 mike  1.1.2.1     /* value */
129340                   0,
129341               };
129342               
129343               static const char*
129344               _CIM_FibreChannelAdapter_EndCreditErrors_qualifiers[] =
129345               {
129346                   /* Deprecated */
129347                   "\013\000\001CIM_FCPortStatistics.BufferCreditNotReceived\000",
129348                   /* Counter */
129349                   "\012\001",
129350                   0,
129351               };
129352               
129353               static MetaProperty
129354               _CIM_FibreChannelAdapter_EndCreditErrors =
129355               {
129356                   /* flags */
129357                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129358                   /* name */
129359                   "EndCreditErrors",
129360 mike  1.1.2.1     /* qualifiers */
129361                   _CIM_FibreChannelAdapter_EndCreditErrors_qualifiers,
129362                   /* type */
129363                   CIMTYPE_UINT64,
129364                   /* subscript */
129365                   -1,
129366                   /* value */
129367                   0,
129368               };
129369               
129370               static const char*
129371               _CIM_FibreChannelAdapter_OutOfOrderFramesReceived_qualifiers[] =
129372               {
129373                   /* Deprecated */
129374                   "\013\000\001CIM_FCPortStatistics.DelimiterErrors\000",
129375                   /* Counter */
129376                   "\012\001",
129377                   0,
129378               };
129379               
129380               static MetaProperty
129381 mike  1.1.2.1 _CIM_FibreChannelAdapter_OutOfOrderFramesReceived =
129382               {
129383                   /* flags */
129384                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129385                   /* name */
129386                   "OutOfOrderFramesReceived",
129387                   /* qualifiers */
129388                   _CIM_FibreChannelAdapter_OutOfOrderFramesReceived_qualifiers,
129389                   /* type */
129390                   CIMTYPE_UINT64,
129391                   /* subscript */
129392                   -1,
129393                   /* value */
129394                   0,
129395               };
129396               
129397               static MetaFeature*
129398               _CIM_FibreChannelAdapter_features[] =
129399               {
129400                   (MetaFeature*)&_CIM_FibreChannelAdapter_MaxFrameSize,
129401                   (MetaFeature*)&_CIM_FibreChannelAdapter_SupportedCOS,
129402 mike  1.1.2.1     (MetaFeature*)&_CIM_FibreChannelAdapter_FC4TypesSupported,
129403                   (MetaFeature*)&_CIM_FibreChannelAdapter_FC4VendorUniqueTypes,
129404                   (MetaFeature*)&_CIM_FibreChannelAdapter_CurrentFC4Types,
129405                   (MetaFeature*)&_CIM_FibreChannelAdapter_CurrentFC4VendorTypes,
129406                   (MetaFeature*)&_CIM_FibreChannelAdapter_Capabilities,
129407                   (MetaFeature*)&_CIM_FibreChannelAdapter_CapabilityDescriptions,
129408                   (MetaFeature*)&_CIM_FibreChannelAdapter_ReceiveBufferErrors,
129409                   (MetaFeature*)&_CIM_FibreChannelAdapter_ReceiveEndErrors,
129410                   (MetaFeature*)&_CIM_FibreChannelAdapter_ResourceAllocationTimeout,
129411                   (MetaFeature*)&_CIM_FibreChannelAdapter_ErrorDetectTimeout,
129412                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class1SequencesSent,
129413                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class2SequencesSent,
129414                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class3SequencesSent,
129415                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class4SequencesSent,
129416                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class2OctetsReceived,
129417                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class2OctetsTransmitted,
129418                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class2FramesReceived,
129419                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class2FramesTransmitted,
129420                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class2DiscardFrames,
129421                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class3OctetsReceived,
129422                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class3OctetsTransmitted,
129423 mike  1.1.2.1     (MetaFeature*)&_CIM_FibreChannelAdapter_Class3FramesReceived,
129424                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class3FramesTransmitted,
129425                   (MetaFeature*)&_CIM_FibreChannelAdapter_Class3DiscardFrames,
129426                   (MetaFeature*)&_CIM_FibreChannelAdapter_ParityErrors,
129427                   (MetaFeature*)&_CIM_FibreChannelAdapter_FrameTimeouts,
129428                   (MetaFeature*)&_CIM_FibreChannelAdapter_BufferCreditErrors,
129429                   (MetaFeature*)&_CIM_FibreChannelAdapter_EndCreditErrors,
129430                   (MetaFeature*)&_CIM_FibreChannelAdapter_OutOfOrderFramesReceived,
129431                   0,
129432               };
129433               
129434               static const char*
129435               __root_cimv2_CIM_FibreChannelAdapter_qualifiers[] =
129436               {
129437                   /* Deprecated */
129438                   "\013\000\001CIM_FCPort\000",
129439                   /* UMLPackagePath */
129440                   "\057CIM::Device::NetworkAdapter",
129441                   /* Version */
129442                   "\0632.10.0",
129443                   0,
129444 mike  1.1.2.1 };
129445               
129446               MetaClass
129447               __root_cimv2_CIM_FibreChannelAdapter =
129448               {
129449                   /* flags */
129450                   META_FLAG_CLASS,
129451                   /* name */
129452                   "CIM_FibreChannelAdapter",
129453                   /* qualifiers */
129454                   __root_cimv2_CIM_FibreChannelAdapter_qualifiers,
129455                   /* super */
129456                   &__root_cimv2_CIM_NetworkAdapter,
129457                   /* features */
129458                   _CIM_FibreChannelAdapter_features,
129459               };
129460               
129461               //==============================================================================
129462               //
129463               // Class: CIM_FibrePort
129464               //
129465 mike  1.1.2.1 //==============================================================================
129466               
129467               static const char*
129468               _CIM_FibrePort_AddressIdentifier_qualifiers[] =
129469               {
129470                   /* Deprecated */
129471                   "\013\000\001CIM_FCPort.PermanentAddress\000",
129472                   0,
129473               };
129474               
129475               static MetaProperty
129476               _CIM_FibrePort_AddressIdentifier =
129477               {
129478                   /* flags */
129479                   META_FLAG_PROPERTY|META_FLAG_READ,
129480                   /* name */
129481                   "AddressIdentifier",
129482                   /* qualifiers */
129483                   _CIM_FibrePort_AddressIdentifier_qualifiers,
129484                   /* type */
129485                   CIMTYPE_UINT32,
129486 mike  1.1.2.1     /* subscript */
129487                   -1,
129488                   /* value */
129489                   0,
129490               };
129491               
129492               static const char*
129493               _CIM_FibrePort_SupportedPortTypes_qualifiers[] =
129494               {
129495                   /* Deprecated */
129496                   "\013\000\001No value\000",
129497                   /* ValueMap */
129498                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
129499                   /* Values */
129500                   "\062\000\010Unknown\000N\000NL-Private\000NL-Public\000E\000F\000FL\000B\000",
129501                   /* ArrayType */
129502                   "\005Indexed",
129503                   /* ModelCorrespondence */
129504                   "\036\000\001CIM_FibrePort.PortTypeVersions\000",
129505                   0,
129506               };
129507 mike  1.1.2.1 
129508               static MetaProperty
129509               _CIM_FibrePort_SupportedPortTypes =
129510               {
129511                   /* flags */
129512                   META_FLAG_PROPERTY|META_FLAG_READ,
129513                   /* name */
129514                   "SupportedPortTypes",
129515                   /* qualifiers */
129516                   _CIM_FibrePort_SupportedPortTypes_qualifiers,
129517                   /* type */
129518                   CIMTYPE_UINT16,
129519                   /* subscript */
129520                   0,
129521                   /* value */
129522                   0,
129523               };
129524               
129525               static const char*
129526               _CIM_FibrePort_PortTypeVersions_qualifiers[] =
129527               {
129528 mike  1.1.2.1     /* Deprecated */
129529                   "\013\000\001No value\000",
129530                   /* ArrayType */
129531                   "\005Indexed",
129532                   /* ModelCorrespondence */
129533                   "\036\000\001CIM_FibrePort.SupportedPortTypes\000",
129534                   0,
129535               };
129536               
129537               static MetaProperty
129538               _CIM_FibrePort_PortTypeVersions =
129539               {
129540                   /* flags */
129541                   META_FLAG_PROPERTY|META_FLAG_READ,
129542                   /* name */
129543                   "PortTypeVersions",
129544                   /* qualifiers */
129545                   _CIM_FibrePort_PortTypeVersions_qualifiers,
129546                   /* type */
129547                   CIMTYPE_STRING,
129548                   /* subscript */
129549 mike  1.1.2.1     0,
129550                   /* value */
129551                   0,
129552               };
129553               
129554               static const char*
129555               _CIM_FibrePort_EnabledPortTypes_qualifiers[] =
129556               {
129557                   /* Deprecated */
129558                   "\013\000\001No value\000",
129559                   /* ValueMap */
129560                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
129561                   /* Values */
129562                   "\062\000\010Unknown\000N\000NL-Private\000NL-Public\000E\000F\000FL\000B\000",
129563                   /* ModelCorrespondence */
129564                   "\036\000\002CIM_FibrePort.SupportedPortTypes\000CIM_FibrePort.EnabledVersions\000",
129565                   0,
129566               };
129567               
129568               static MetaProperty
129569               _CIM_FibrePort_EnabledPortTypes =
129570 mike  1.1.2.1 {
129571                   /* flags */
129572                   META_FLAG_PROPERTY|META_FLAG_READ,
129573                   /* name */
129574                   "EnabledPortTypes",
129575                   /* qualifiers */
129576                   _CIM_FibrePort_EnabledPortTypes_qualifiers,
129577                   /* type */
129578                   CIMTYPE_UINT16,
129579                   /* subscript */
129580                   0,
129581                   /* value */
129582                   0,
129583               };
129584               
129585               static const char*
129586               _CIM_FibrePort_EnabledVersions_qualifiers[] =
129587               {
129588                   /* Deprecated */
129589                   "\013\000\001No value\000",
129590                   /* ArrayType */
129591 mike  1.1.2.1     "\005Indexed",
129592                   /* ModelCorrespondence */
129593                   "\036\000\001CIM_FibrePort.EnabledPortTypes\000",
129594                   0,
129595               };
129596               
129597               static MetaProperty
129598               _CIM_FibrePort_EnabledVersions =
129599               {
129600                   /* flags */
129601                   META_FLAG_PROPERTY|META_FLAG_READ,
129602                   /* name */
129603                   "EnabledVersions",
129604                   /* qualifiers */
129605                   _CIM_FibrePort_EnabledVersions_qualifiers,
129606                   /* type */
129607                   CIMTYPE_STRING,
129608                   /* subscript */
129609                   0,
129610                   /* value */
129611                   0,
129612 mike  1.1.2.1 };
129613               
129614               static const char*
129615               _CIM_FibrePort_CurrentPortType_qualifiers[] =
129616               {
129617                   /* Deprecated */
129618                   "\013\000\001CIM_FCPort.PortType\000",
129619                   /* ValueMap */
129620                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
129621                   /* Values */
129622                   "\062\000\010Unknown\000N\000NL-Private\000NL-Public\000E\000F\000FL\000B\000",
129623                   /* ModelCorrespondence */
129624                   "\036\000\002CIM_FibrePort.EnabledPortTypes\000CIM_FibrePort.CurrentVersion\000",
129625                   0,
129626               };
129627               
129628               static MetaProperty
129629               _CIM_FibrePort_CurrentPortType =
129630               {
129631                   /* flags */
129632                   META_FLAG_PROPERTY|META_FLAG_READ,
129633 mike  1.1.2.1     /* name */
129634                   "CurrentPortType",
129635                   /* qualifiers */
129636                   _CIM_FibrePort_CurrentPortType_qualifiers,
129637                   /* type */
129638                   CIMTYPE_UINT16,
129639                   /* subscript */
129640                   -1,
129641                   /* value */
129642                   0,
129643               };
129644               
129645               static const char*
129646               _CIM_FibrePort_CurrentVersion_qualifiers[] =
129647               {
129648                   /* Deprecated */
129649                   "\013\000\001No value\000",
129650                   /* ModelCorrespondence */
129651                   "\036\000\001CIM_FibrePort.CurrentPortType\000",
129652                   0,
129653               };
129654 mike  1.1.2.1 
129655               static MetaProperty
129656               _CIM_FibrePort_CurrentVersion =
129657               {
129658                   /* flags */
129659                   META_FLAG_PROPERTY|META_FLAG_READ,
129660                   /* name */
129661                   "CurrentVersion",
129662                   /* qualifiers */
129663                   _CIM_FibrePort_CurrentVersion_qualifiers,
129664                   /* type */
129665                   CIMTYPE_STRING,
129666                   /* subscript */
129667                   -1,
129668                   /* value */
129669                   0,
129670               };
129671               
129672               static const char*
129673               _CIM_FibrePort_AliasAddresses_qualifiers[] =
129674               {
129675 mike  1.1.2.1     /* Deprecated */
129676                   "\013\000\001CIM_FCPort.NetworkAddresses\000",
129677                   0,
129678               };
129679               
129680               static MetaProperty
129681               _CIM_FibrePort_AliasAddresses =
129682               {
129683                   /* flags */
129684                   META_FLAG_PROPERTY|META_FLAG_READ,
129685                   /* name */
129686                   "AliasAddresses",
129687                   /* qualifiers */
129688                   _CIM_FibrePort_AliasAddresses_qualifiers,
129689                   /* type */
129690                   CIMTYPE_UINT32,
129691                   /* subscript */
129692                   0,
129693                   /* value */
129694                   0,
129695               };
129696 mike  1.1.2.1 
129697               static const char*
129698               _CIM_FibrePort_LossOfSignalCounter_qualifiers[] =
129699               {
129700                   /* Deprecated */
129701                   "\013\000\001CIM_FCPortStatistics.LossOfSignalCounter\000",
129702                   /* Counter */
129703                   "\012\001",
129704                   0,
129705               };
129706               
129707               static MetaProperty
129708               _CIM_FibrePort_LossOfSignalCounter =
129709               {
129710                   /* flags */
129711                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129712                   /* name */
129713                   "LossOfSignalCounter",
129714                   /* qualifiers */
129715                   _CIM_FibrePort_LossOfSignalCounter_qualifiers,
129716                   /* type */
129717 mike  1.1.2.1     CIMTYPE_UINT64,
129718                   /* subscript */
129719                   -1,
129720                   /* value */
129721                   0,
129722               };
129723               
129724               static const char*
129725               _CIM_FibrePort_LossOfSyncCounter_qualifiers[] =
129726               {
129727                   /* Deprecated */
129728                   "\013\000\001CIM_FCPortStatistics.LossOfSyncCounter\000",
129729                   /* Counter */
129730                   "\012\001",
129731                   0,
129732               };
129733               
129734               static MetaProperty
129735               _CIM_FibrePort_LossOfSyncCounter =
129736               {
129737                   /* flags */
129738 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129739                   /* name */
129740                   "LossOfSyncCounter",
129741                   /* qualifiers */
129742                   _CIM_FibrePort_LossOfSyncCounter_qualifiers,
129743                   /* type */
129744                   CIMTYPE_UINT64,
129745                   /* subscript */
129746                   -1,
129747                   /* value */
129748                   0,
129749               };
129750               
129751               static const char*
129752               _CIM_FibrePort_CRCErrors_qualifiers[] =
129753               {
129754                   /* Deprecated */
129755                   "\013\000\001CIM_FCPortStatistics.CRCErrors\000",
129756                   /* Counter */
129757                   "\012\001",
129758                   0,
129759 mike  1.1.2.1 };
129760               
129761               static MetaProperty
129762               _CIM_FibrePort_CRCErrors =
129763               {
129764                   /* flags */
129765                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129766                   /* name */
129767                   "CRCErrors",
129768                   /* qualifiers */
129769                   _CIM_FibrePort_CRCErrors_qualifiers,
129770                   /* type */
129771                   CIMTYPE_UINT64,
129772                   /* subscript */
129773                   -1,
129774                   /* value */
129775                   0,
129776               };
129777               
129778               static const char*
129779               _CIM_FibrePort_InvalidTransmissionWords_qualifiers[] =
129780 mike  1.1.2.1 {
129781                   /* Deprecated */
129782                   "\013\000\001CIM_FCPortStatistics.InvalidTransmissionWords\000",
129783                   /* Counter */
129784                   "\012\001",
129785                   0,
129786               };
129787               
129788               static MetaProperty
129789               _CIM_FibrePort_InvalidTransmissionWords =
129790               {
129791                   /* flags */
129792                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129793                   /* name */
129794                   "InvalidTransmissionWords",
129795                   /* qualifiers */
129796                   _CIM_FibrePort_InvalidTransmissionWords_qualifiers,
129797                   /* type */
129798                   CIMTYPE_UINT64,
129799                   /* subscript */
129800                   -1,
129801 mike  1.1.2.1     /* value */
129802                   0,
129803               };
129804               
129805               static const char*
129806               _CIM_FibrePort_FramesTooShort_qualifiers[] =
129807               {
129808                   /* Deprecated */
129809                   "\013\000\001CIM_FCPortStatistics.FramesTooShort\000",
129810                   /* Counter */
129811                   "\012\001",
129812                   0,
129813               };
129814               
129815               static MetaProperty
129816               _CIM_FibrePort_FramesTooShort =
129817               {
129818                   /* flags */
129819                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129820                   /* name */
129821                   "FramesTooShort",
129822 mike  1.1.2.1     /* qualifiers */
129823                   _CIM_FibrePort_FramesTooShort_qualifiers,
129824                   /* type */
129825                   CIMTYPE_UINT64,
129826                   /* subscript */
129827                   -1,
129828                   /* value */
129829                   0,
129830               };
129831               
129832               static const char*
129833               _CIM_FibrePort_FramesTooLong_qualifiers[] =
129834               {
129835                   /* Deprecated */
129836                   "\013\000\001CIM_FCPortStatistics.FramesTooLong\000",
129837                   /* Counter */
129838                   "\012\001",
129839                   0,
129840               };
129841               
129842               static MetaProperty
129843 mike  1.1.2.1 _CIM_FibrePort_FramesTooLong =
129844               {
129845                   /* flags */
129846                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129847                   /* name */
129848                   "FramesTooLong",
129849                   /* qualifiers */
129850                   _CIM_FibrePort_FramesTooLong_qualifiers,
129851                   /* type */
129852                   CIMTYPE_UINT64,
129853                   /* subscript */
129854                   -1,
129855                   /* value */
129856                   0,
129857               };
129858               
129859               static const char*
129860               _CIM_FibrePort_ElasticityBufferUnderruns_qualifiers[] =
129861               {
129862                   /* Deprecated */
129863                   "\013\000\001No value\000",
129864 mike  1.1.2.1     /* Counter */
129865                   "\012\001",
129866                   0,
129867               };
129868               
129869               static MetaProperty
129870               _CIM_FibrePort_ElasticityBufferUnderruns =
129871               {
129872                   /* flags */
129873                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129874                   /* name */
129875                   "ElasticityBufferUnderruns",
129876                   /* qualifiers */
129877                   _CIM_FibrePort_ElasticityBufferUnderruns_qualifiers,
129878                   /* type */
129879                   CIMTYPE_UINT64,
129880                   /* subscript */
129881                   -1,
129882                   /* value */
129883                   0,
129884               };
129885 mike  1.1.2.1 
129886               static const char*
129887               _CIM_FibrePort_ElasticityBufferOverruns_qualifiers[] =
129888               {
129889                   /* Deprecated */
129890                   "\013\000\001No value\000",
129891                   /* Counter */
129892                   "\012\001",
129893                   0,
129894               };
129895               
129896               static MetaProperty
129897               _CIM_FibrePort_ElasticityBufferOverruns =
129898               {
129899                   /* flags */
129900                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
129901                   /* name */
129902                   "ElasticityBufferOverruns",
129903                   /* qualifiers */
129904                   _CIM_FibrePort_ElasticityBufferOverruns_qualifiers,
129905                   /* type */
129906 mike  1.1.2.1     CIMTYPE_UINT64,
129907                   /* subscript */
129908                   -1,
129909                   /* value */
129910                   0,
129911               };
129912               
129913               static const char*
129914               _CIM_FibrePort_ReceiverTransmitterTimeout_qualifiers[] =
129915               {
129916                   /* Deprecated */
129917                   "\013\000\001No value\000",
129918                   /* Units */
129919                   "\060Milliseconds",
129920                   0,
129921               };
129922               
129923               static MetaProperty
129924               _CIM_FibrePort_ReceiverTransmitterTimeout =
129925               {
129926                   /* flags */
129927 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
129928                   /* name */
129929                   "ReceiverTransmitterTimeout",
129930                   /* qualifiers */
129931                   _CIM_FibrePort_ReceiverTransmitterTimeout_qualifiers,
129932                   /* type */
129933                   CIMTYPE_UINT64,
129934                   /* subscript */
129935                   -1,
129936                   /* value */
129937                   0,
129938               };
129939               
129940               static const char*
129941               _CIM_FibrePort_BypassedState_qualifiers[] =
129942               {
129943                   /* Deprecated */
129944                   "\013\000\001No value\000",
129945                   /* ValueMap */
129946                   "\061\000\0040\0001\0002\0003\000",
129947                   /* Values */
129948 mike  1.1.2.1     "\062\000\004Unknown\000Not Bypassed\000Bypassed\000Forced Insert\000",
129949                   0,
129950               };
129951               
129952               static MetaProperty
129953               _CIM_FibrePort_BypassedState =
129954               {
129955                   /* flags */
129956                   META_FLAG_PROPERTY|META_FLAG_READ,
129957                   /* name */
129958                   "BypassedState",
129959                   /* qualifiers */
129960                   _CIM_FibrePort_BypassedState_qualifiers,
129961                   /* type */
129962                   CIMTYPE_UINT16,
129963                   /* subscript */
129964                   -1,
129965                   /* value */
129966                   0,
129967               };
129968               
129969 mike  1.1.2.1 static const char*
129970               _CIM_FibrePort_ConnectedMedia_qualifiers[] =
129971               {
129972                   /* Deprecated */
129973                   "\013\000\001No value\000",
129974                   /* ValueMap */
129975                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
129976                   /* Values */
129977                   "\062\000\007Unknown\000Other\000No Media\000Copper/Twinaxial\000Fiber-optic\000Fiber Single Mode\000Fiber Multimode\000",
129978                   0,
129979               };
129980               
129981               static MetaProperty
129982               _CIM_FibrePort_ConnectedMedia =
129983               {
129984                   /* flags */
129985                   META_FLAG_PROPERTY|META_FLAG_READ,
129986                   /* name */
129987                   "ConnectedMedia",
129988                   /* qualifiers */
129989                   _CIM_FibrePort_ConnectedMedia_qualifiers,
129990 mike  1.1.2.1     /* type */
129991                   CIMTYPE_UINT16,
129992                   /* subscript */
129993                   -1,
129994                   /* value */
129995                   0,
129996               };
129997               
129998               static MetaFeature*
129999               _CIM_FibrePort_features[] =
130000               {
130001                   (MetaFeature*)&_CIM_FibrePort_AddressIdentifier,
130002                   (MetaFeature*)&_CIM_FibrePort_SupportedPortTypes,
130003                   (MetaFeature*)&_CIM_FibrePort_PortTypeVersions,
130004                   (MetaFeature*)&_CIM_FibrePort_EnabledPortTypes,
130005                   (MetaFeature*)&_CIM_FibrePort_EnabledVersions,
130006                   (MetaFeature*)&_CIM_FibrePort_CurrentPortType,
130007                   (MetaFeature*)&_CIM_FibrePort_CurrentVersion,
130008                   (MetaFeature*)&_CIM_FibrePort_AliasAddresses,
130009                   (MetaFeature*)&_CIM_FibrePort_LossOfSignalCounter,
130010                   (MetaFeature*)&_CIM_FibrePort_LossOfSyncCounter,
130011 mike  1.1.2.1     (MetaFeature*)&_CIM_FibrePort_CRCErrors,
130012                   (MetaFeature*)&_CIM_FibrePort_InvalidTransmissionWords,
130013                   (MetaFeature*)&_CIM_FibrePort_FramesTooShort,
130014                   (MetaFeature*)&_CIM_FibrePort_FramesTooLong,
130015                   (MetaFeature*)&_CIM_FibrePort_ElasticityBufferUnderruns,
130016                   (MetaFeature*)&_CIM_FibrePort_ElasticityBufferOverruns,
130017                   (MetaFeature*)&_CIM_FibrePort_ReceiverTransmitterTimeout,
130018                   (MetaFeature*)&_CIM_FibrePort_BypassedState,
130019                   (MetaFeature*)&_CIM_FibrePort_ConnectedMedia,
130020                   0,
130021               };
130022               
130023               static const char*
130024               __root_cimv2_CIM_FibrePort_qualifiers[] =
130025               {
130026                   /* Deprecated */
130027                   "\013\000\001CIM_FCPort\000",
130028                   /* UMLPackagePath */
130029                   "\057CIM::Device::NetworkAdapter",
130030                   /* Version */
130031                   "\0632.10.0",
130032 mike  1.1.2.1     0,
130033               };
130034               
130035               MetaClass
130036               __root_cimv2_CIM_FibrePort =
130037               {
130038                   /* flags */
130039                   META_FLAG_CLASS,
130040                   /* name */
130041                   "CIM_FibrePort",
130042                   /* qualifiers */
130043                   __root_cimv2_CIM_FibrePort_qualifiers,
130044                   /* super */
130045                   &__root_cimv2_CIM_LogicalPort,
130046                   /* features */
130047                   _CIM_FibrePort_features,
130048               };
130049               
130050               //==============================================================================
130051               //
130052               // Class: CIM_FibrePortActiveLogin
130053 mike  1.1.2.1 //
130054               //==============================================================================
130055               
130056               static const char*
130057               _CIM_FibrePortActiveLogin_LoginOriginator_qualifiers[] =
130058               {
130059                   /* Deprecated */
130060                   "\013\000\001CIM_ActiveConnection.Dependent\000",
130061                   /* Key */
130062                   "\025\001",
130063                   0,
130064               };
130065               
130066               static MetaReference
130067               _CIM_FibrePortActiveLogin_LoginOriginator =
130068               {
130069                   /* flags */
130070                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
130071                   /* name */
130072                   "LoginOriginator",
130073                   /* qualifiers */
130074 mike  1.1.2.1     _CIM_FibrePortActiveLogin_LoginOriginator_qualifiers,
130075                   /* subscript */
130076                   -1,
130077                   /* refId */
130078                   &__root_cimv2_CIM_FibrePort,
130079               };
130080               
130081               static const char*
130082               _CIM_FibrePortActiveLogin_LoginResponder_qualifiers[] =
130083               {
130084                   /* Deprecated */
130085                   "\013\000\001CIM_ActiveConnection.Antecedent\000",
130086                   /* Key */
130087                   "\025\001",
130088                   0,
130089               };
130090               
130091               static MetaReference
130092               _CIM_FibrePortActiveLogin_LoginResponder =
130093               {
130094                   /* flags */
130095 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
130096                   /* name */
130097                   "LoginResponder",
130098                   /* qualifiers */
130099                   _CIM_FibrePortActiveLogin_LoginResponder_qualifiers,
130100                   /* subscript */
130101                   -1,
130102                   /* refId */
130103                   &__root_cimv2_CIM_FibrePort,
130104               };
130105               
130106               static const char*
130107               _CIM_FibrePortActiveLogin_NegotiatedCOS_qualifiers[] =
130108               {
130109                   /* Deprecated */
130110                   "\013\000\001CIM_FCPort.ActiveCOS\000",
130111                   /* Key */
130112                   "\025\001",
130113                   /* ValueMap */
130114                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
130115                   /* Values */
130116 mike  1.1.2.1     "\062\000\007Unknown\0001\0002\0003\0004\0006\000F\000",
130117                   /* MappingStrings */
130118                   "\026\000\001MIF.DMTF|Fibre Channel Bus PortExtensions|001.5\000",
130119                   /* ModelCorrespondence */
130120                   "\036\000\001CIM_FibreChannelAdapter.SupportedCOS\000",
130121                   0,
130122               };
130123               
130124               static MetaProperty
130125               _CIM_FibrePortActiveLogin_NegotiatedCOS =
130126               {
130127                   /* flags */
130128                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
130129                   /* name */
130130                   "NegotiatedCOS",
130131                   /* qualifiers */
130132                   _CIM_FibrePortActiveLogin_NegotiatedCOS_qualifiers,
130133                   /* type */
130134                   CIMTYPE_UINT16,
130135                   /* subscript */
130136                   -1,
130137 mike  1.1.2.1     /* value */
130138                   0,
130139               };
130140               
130141               static const char*
130142               _CIM_FibrePortActiveLogin_NegotiatedFrameSize_qualifiers[] =
130143               {
130144                   /* Deprecated */
130145                   "\013\000\001CIM_FCPort.ActiveMaximumTransmissionUnit\000",
130146                   /* Units */
130147                   "\060Bytes",
130148                   0,
130149               };
130150               
130151               static MetaProperty
130152               _CIM_FibrePortActiveLogin_NegotiatedFrameSize =
130153               {
130154                   /* flags */
130155                   META_FLAG_PROPERTY|META_FLAG_READ,
130156                   /* name */
130157                   "NegotiatedFrameSize",
130158 mike  1.1.2.1     /* qualifiers */
130159                   _CIM_FibrePortActiveLogin_NegotiatedFrameSize_qualifiers,
130160                   /* type */
130161                   CIMTYPE_UINT64,
130162                   /* subscript */
130163                   -1,
130164                   /* value */
130165                   0,
130166               };
130167               
130168               static const char*
130169               _CIM_FibrePortActiveLogin_NegotiatedSpeed_qualifiers[] =
130170               {
130171                   /* Deprecated */
130172                   "\013\000\001CIM_FCPort.Speed\000",
130173                   /* Units */
130174                   "\060Bits per Second",
130175                   0,
130176               };
130177               
130178               static MetaProperty
130179 mike  1.1.2.1 _CIM_FibrePortActiveLogin_NegotiatedSpeed =
130180               {
130181                   /* flags */
130182                   META_FLAG_PROPERTY|META_FLAG_READ,
130183                   /* name */
130184                   "NegotiatedSpeed",
130185                   /* qualifiers */
130186                   _CIM_FibrePortActiveLogin_NegotiatedSpeed_qualifiers,
130187                   /* type */
130188                   CIMTYPE_UINT64,
130189                   /* subscript */
130190                   -1,
130191                   /* value */
130192                   0,
130193               };
130194               
130195               static const char*
130196               _CIM_FibrePortActiveLogin_ACKModel_qualifiers[] =
130197               {
130198                   /* Deprecated */
130199                   "\013\000\001No value\000",
130200 mike  1.1.2.1     /* ValueMap */
130201                   "\061\000\0040\0001\0002\0003\000",
130202                   /* Values */
130203                   "\062\000\004Unknown\000ACK-0\000ACK-1\000ACK-N\000",
130204                   /* MappingStrings */
130205                   "\026\000\001MIF.DMTF|Fibre Channel Bus PortExtensions|001.6\000",
130206                   0,
130207               };
130208               
130209               static MetaProperty
130210               _CIM_FibrePortActiveLogin_ACKModel =
130211               {
130212                   /* flags */
130213                   META_FLAG_PROPERTY|META_FLAG_READ,
130214                   /* name */
130215                   "ACKModel",
130216                   /* qualifiers */
130217                   _CIM_FibrePortActiveLogin_ACKModel_qualifiers,
130218                   /* type */
130219                   CIMTYPE_UINT16,
130220                   /* subscript */
130221 mike  1.1.2.1     -1,
130222                   /* value */
130223                   0,
130224               };
130225               
130226               static const char*
130227               _CIM_FibrePortActiveLogin_BufferToBufferModel_qualifiers[] =
130228               {
130229                   /* Deprecated */
130230                   "\013\000\001No value\000",
130231                   /* ValueMap */
130232                   "\061\000\0030\0001\0002\000",
130233                   /* Values */
130234                   "\062\000\003Unknown\000Regular\000Alternate\000",
130235                   0,
130236               };
130237               
130238               static MetaProperty
130239               _CIM_FibrePortActiveLogin_BufferToBufferModel =
130240               {
130241                   /* flags */
130242 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
130243                   /* name */
130244                   "BufferToBufferModel",
130245                   /* qualifiers */
130246                   _CIM_FibrePortActiveLogin_BufferToBufferModel_qualifiers,
130247                   /* type */
130248                   CIMTYPE_UINT16,
130249                   /* subscript */
130250                   -1,
130251                   /* value */
130252                   0,
130253               };
130254               
130255               static const char*
130256               _CIM_FibrePortActiveLogin_OriginatorBufferCredit_qualifiers[] =
130257               {
130258                   /* Deprecated */
130259                   "\013\000\001No value\000",
130260                   /* MappingStrings */
130261                   "\026\000\001MIF.DMTF|Fibre Channel Bus PortExtensions|001.3\000",
130262                   0,
130263 mike  1.1.2.1 };
130264               
130265               static MetaProperty
130266               _CIM_FibrePortActiveLogin_OriginatorBufferCredit =
130267               {
130268                   /* flags */
130269                   META_FLAG_PROPERTY|META_FLAG_READ,
130270                   /* name */
130271                   "OriginatorBufferCredit",
130272                   /* qualifiers */
130273                   _CIM_FibrePortActiveLogin_OriginatorBufferCredit_qualifiers,
130274                   /* type */
130275                   CIMTYPE_UINT64,
130276                   /* subscript */
130277                   -1,
130278                   /* value */
130279                   0,
130280               };
130281               
130282               static const char*
130283               _CIM_FibrePortActiveLogin_ResponderBufferCredit_qualifiers[] =
130284 mike  1.1.2.1 {
130285                   /* Deprecated */
130286                   "\013\000\001No value\000",
130287                   /* MappingStrings */
130288                   "\026\000\001MIF.DMTF|Fibre Channel Bus PortExtensions|001.3\000",
130289                   0,
130290               };
130291               
130292               static MetaProperty
130293               _CIM_FibrePortActiveLogin_ResponderBufferCredit =
130294               {
130295                   /* flags */
130296                   META_FLAG_PROPERTY|META_FLAG_READ,
130297                   /* name */
130298                   "ResponderBufferCredit",
130299                   /* qualifiers */
130300                   _CIM_FibrePortActiveLogin_ResponderBufferCredit_qualifiers,
130301                   /* type */
130302                   CIMTYPE_UINT64,
130303                   /* subscript */
130304                   -1,
130305 mike  1.1.2.1     /* value */
130306                   0,
130307               };
130308               
130309               static const char*
130310               _CIM_FibrePortActiveLogin_OriginatorEndCredit_qualifiers[] =
130311               {
130312                   /* Deprecated */
130313                   "\013\000\001No value\000",
130314                   /* MappingStrings */
130315                   "\026\000\001MIF.DMTF|Fibre Channel Bus PortExtensions|001.2\000",
130316                   0,
130317               };
130318               
130319               static MetaProperty
130320               _CIM_FibrePortActiveLogin_OriginatorEndCredit =
130321               {
130322                   /* flags */
130323                   META_FLAG_PROPERTY|META_FLAG_READ,
130324                   /* name */
130325                   "OriginatorEndCredit",
130326 mike  1.1.2.1     /* qualifiers */
130327                   _CIM_FibrePortActiveLogin_OriginatorEndCredit_qualifiers,
130328                   /* type */
130329                   CIMTYPE_UINT64,
130330                   /* subscript */
130331                   -1,
130332                   /* value */
130333                   0,
130334               };
130335               
130336               static const char*
130337               _CIM_FibrePortActiveLogin_ResponderEndCredit_qualifiers[] =
130338               {
130339                   /* Deprecated */
130340                   "\013\000\001No value\000",
130341                   /* MappingStrings */
130342                   "\026\000\001MIF.DMTF|Fibre Channel Bus PortExtensions|001.2\000",
130343                   0,
130344               };
130345               
130346               static MetaProperty
130347 mike  1.1.2.1 _CIM_FibrePortActiveLogin_ResponderEndCredit =
130348               {
130349                   /* flags */
130350                   META_FLAG_PROPERTY|META_FLAG_READ,
130351                   /* name */
130352                   "ResponderEndCredit",
130353                   /* qualifiers */
130354                   _CIM_FibrePortActiveLogin_ResponderEndCredit_qualifiers,
130355                   /* type */
130356                   CIMTYPE_UINT64,
130357                   /* subscript */
130358                   -1,
130359                   /* value */
130360                   0,
130361               };
130362               
130363               static MetaFeature*
130364               _CIM_FibrePortActiveLogin_features[] =
130365               {
130366                   (MetaFeature*)&_CIM_FibrePortActiveLogin_LoginOriginator,
130367                   (MetaFeature*)&_CIM_FibrePortActiveLogin_LoginResponder,
130368 mike  1.1.2.1     (MetaFeature*)&_CIM_FibrePortActiveLogin_NegotiatedCOS,
130369                   (MetaFeature*)&_CIM_FibrePortActiveLogin_NegotiatedFrameSize,
130370                   (MetaFeature*)&_CIM_FibrePortActiveLogin_NegotiatedSpeed,
130371                   (MetaFeature*)&_CIM_FibrePortActiveLogin_ACKModel,
130372                   (MetaFeature*)&_CIM_FibrePortActiveLogin_BufferToBufferModel,
130373                   (MetaFeature*)&_CIM_FibrePortActiveLogin_OriginatorBufferCredit,
130374                   (MetaFeature*)&_CIM_FibrePortActiveLogin_ResponderBufferCredit,
130375                   (MetaFeature*)&_CIM_FibrePortActiveLogin_OriginatorEndCredit,
130376                   (MetaFeature*)&_CIM_FibrePortActiveLogin_ResponderEndCredit,
130377                   0,
130378               };
130379               
130380               static const char*
130381               __root_cimv2_CIM_FibrePortActiveLogin_qualifiers[] =
130382               {
130383                   /* ASSOCIATION */
130384                   "\000\001",
130385                   /* Deprecated */
130386                   "\013\000\002CIM_ActiveConnection\000CIM_FCPort\000",
130387                   /* UMLPackagePath */
130388                   "\057CIM::Device::NetworkAdapter",
130389 mike  1.1.2.1     /* Version */
130390                   "\0632.10.0",
130391                   0,
130392               };
130393               
130394               MetaClass
130395               __root_cimv2_CIM_FibrePortActiveLogin =
130396               {
130397                   /* flags */
130398                   META_FLAG_ASSOCIATION,
130399                   /* name */
130400                   "CIM_FibrePortActiveLogin",
130401                   /* qualifiers */
130402                   __root_cimv2_CIM_FibrePortActiveLogin_qualifiers,
130403                   /* super */
130404                   0,
130405                   /* features */
130406                   _CIM_FibrePortActiveLogin_features,
130407               };
130408               
130409               //==============================================================================
130410 mike  1.1.2.1 //
130411               // Class: CIM_FibrePortOnFCAdapter
130412               //
130413               //==============================================================================
130414               
130415               static const char*
130416               _CIM_FibrePortOnFCAdapter_Antecedent_qualifiers[] =
130417               {
130418                   /* Deprecated */
130419                   "\013\000\001No value\000",
130420                   /* Override */
130421                   "\044Antecedent",
130422                   /* Max */
130423                   "\027\000\000\000\001",
130424                   0,
130425               };
130426               
130427               static MetaReference
130428               _CIM_FibrePortOnFCAdapter_Antecedent =
130429               {
130430                   /* flags */
130431 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
130432                   /* name */
130433                   "Antecedent",
130434                   /* qualifiers */
130435                   _CIM_FibrePortOnFCAdapter_Antecedent_qualifiers,
130436                   /* subscript */
130437                   -1,
130438                   /* refId */
130439                   &__root_cimv2_CIM_FibreChannelAdapter,
130440               };
130441               
130442               static const char*
130443               _CIM_FibrePortOnFCAdapter_Dependent_qualifiers[] =
130444               {
130445                   /* Deprecated */
130446                   "\013\000\001No value\000",
130447                   /* Override */
130448                   "\044Dependent",
130449                   /* Max */
130450                   "\027\000\000\000\001",
130451                   0,
130452 mike  1.1.2.1 };
130453               
130454               static MetaReference
130455               _CIM_FibrePortOnFCAdapter_Dependent =
130456               {
130457                   /* flags */
130458                   META_FLAG_REFERENCE|META_FLAG_READ,
130459                   /* name */
130460                   "Dependent",
130461                   /* qualifiers */
130462                   _CIM_FibrePortOnFCAdapter_Dependent_qualifiers,
130463                   /* subscript */
130464                   -1,
130465                   /* refId */
130466                   &__root_cimv2_CIM_FibrePort,
130467               };
130468               
130469               static MetaFeature*
130470               _CIM_FibrePortOnFCAdapter_features[] =
130471               {
130472                   (MetaFeature*)&_CIM_FibrePortOnFCAdapter_Antecedent,
130473 mike  1.1.2.1     (MetaFeature*)&_CIM_FibrePortOnFCAdapter_Dependent,
130474                   0,
130475               };
130476               
130477               static const char*
130478               __root_cimv2_CIM_FibrePortOnFCAdapter_qualifiers[] =
130479               {
130480                   /* ASSOCIATION */
130481                   "\000\001",
130482                   /* Deprecated */
130483                   "\013\000\001No value\000",
130484                   /* UMLPackagePath */
130485                   "\057CIM::Device::NetworkAdapter",
130486                   /* Version */
130487                   "\0632.10.0",
130488                   0,
130489               };
130490               
130491               MetaClass
130492               __root_cimv2_CIM_FibrePortOnFCAdapter =
130493               {
130494 mike  1.1.2.1     /* flags */
130495                   META_FLAG_ASSOCIATION,
130496                   /* name */
130497                   "CIM_FibrePortOnFCAdapter",
130498                   /* qualifiers */
130499                   __root_cimv2_CIM_FibrePortOnFCAdapter_qualifiers,
130500                   /* super */
130501                   &__root_cimv2_CIM_PortOnDevice,
130502                   /* features */
130503                   _CIM_FibrePortOnFCAdapter_features,
130504               };
130505               
130506               //==============================================================================
130507               //
130508               // Class: CIM_FibreProtocolService
130509               //
130510               //==============================================================================
130511               
130512               static MetaFeature*
130513               _CIM_FibreProtocolService_features[] =
130514               {
130515 mike  1.1.2.1     0,
130516               };
130517               
130518               static const char*
130519               __root_cimv2_CIM_FibreProtocolService_qualifiers[] =
130520               {
130521                   /* UMLPackagePath */
130522                   "\057CIM::Device::FC",
130523                   /* Version */
130524                   "\0632.10.0",
130525                   0,
130526               };
130527               
130528               MetaClass
130529               __root_cimv2_CIM_FibreProtocolService =
130530               {
130531                   /* flags */
130532                   META_FLAG_CLASS,
130533                   /* name */
130534                   "CIM_FibreProtocolService",
130535                   /* qualifiers */
130536 mike  1.1.2.1     __root_cimv2_CIM_FibreProtocolService_qualifiers,
130537                   /* super */
130538                   &__root_cimv2_CIM_Service,
130539                   /* features */
130540                   _CIM_FibreProtocolService_features,
130541               };
130542               
130543               //==============================================================================
130544               //
130545               // Class: CIM_FileStorage
130546               //
130547               //==============================================================================
130548               
130549               static const char*
130550               _CIM_FileStorage_GroupComponent_qualifiers[] =
130551               {
130552                   /* Aggregate */
130553                   "\003\001",
130554                   /* Override */
130555                   "\044GroupComponent",
130556                   /* Min */
130557 mike  1.1.2.1     "\033\000\000\000\001",
130558                   /* Max */
130559                   "\027\000\000\000\001",
130560                   0,
130561               };
130562               
130563               static MetaReference
130564               _CIM_FileStorage_GroupComponent =
130565               {
130566                   /* flags */
130567                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
130568                   /* name */
130569                   "GroupComponent",
130570                   /* qualifiers */
130571                   _CIM_FileStorage_GroupComponent_qualifiers,
130572                   /* subscript */
130573                   -1,
130574                   /* refId */
130575                   &__root_cimv2_CIM_FileSystem,
130576               };
130577               
130578 mike  1.1.2.1 static const char*
130579               _CIM_FileStorage_PartComponent_qualifiers[] =
130580               {
130581                   /* Override */
130582                   "\044PartComponent",
130583                   /* Weak */
130584                   "\064\001",
130585                   0,
130586               };
130587               
130588               static MetaReference
130589               _CIM_FileStorage_PartComponent =
130590               {
130591                   /* flags */
130592                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
130593                   /* name */
130594                   "PartComponent",
130595                   /* qualifiers */
130596                   _CIM_FileStorage_PartComponent_qualifiers,
130597                   /* subscript */
130598                   -1,
130599 mike  1.1.2.1     /* refId */
130600                   &__root_cimv2_CIM_LogicalFile,
130601               };
130602               
130603               static MetaFeature*
130604               _CIM_FileStorage_features[] =
130605               {
130606                   (MetaFeature*)&_CIM_FileStorage_GroupComponent,
130607                   (MetaFeature*)&_CIM_FileStorage_PartComponent,
130608                   0,
130609               };
130610               
130611               static const char*
130612               __root_cimv2_CIM_FileStorage_qualifiers[] =
130613               {
130614                   /* ASSOCIATION */
130615                   "\000\001",
130616                   /* UMLPackagePath */
130617                   "\057CIM::System::FileElements",
130618                   /* Aggregation */
130619                   "\004\001",
130620 mike  1.1.2.1     /* Composition */
130621                   "\011\001",
130622                   /* Version */
130623                   "\0632.7.0",
130624                   0,
130625               };
130626               
130627               MetaClass
130628               __root_cimv2_CIM_FileStorage =
130629               {
130630                   /* flags */
130631                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
130632                   /* name */
130633                   "CIM_FileStorage",
130634                   /* qualifiers */
130635                   __root_cimv2_CIM_FileStorage_qualifiers,
130636                   /* super */
130637                   &__root_cimv2_CIM_Component,
130638                   /* features */
130639                   _CIM_FileStorage_features,
130640               };
130641 mike  1.1.2.1 
130642               //==============================================================================
130643               //
130644               // Class: CIM_FilterEntryInSystem
130645               //
130646               //==============================================================================
130647               
130648               static const char*
130649               _CIM_FilterEntryInSystem_GroupComponent_qualifiers[] =
130650               {
130651                   /* Deprecated */
130652                   "\013\000\001CIM_HostedFilterEntryBase.Antecedent\000",
130653                   /* Aggregate */
130654                   "\003\001",
130655                   /* Override */
130656                   "\044GroupComponent",
130657                   /* Max */
130658                   "\027\000\000\000\001",
130659                   0,
130660               };
130661               
130662 mike  1.1.2.1 static MetaReference
130663               _CIM_FilterEntryInSystem_GroupComponent =
130664               {
130665                   /* flags */
130666                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
130667                   /* name */
130668                   "GroupComponent",
130669                   /* qualifiers */
130670                   _CIM_FilterEntryInSystem_GroupComponent_qualifiers,
130671                   /* subscript */
130672                   -1,
130673                   /* refId */
130674                   &__root_cimv2_CIM_ComputerSystem,
130675               };
130676               
130677               static const char*
130678               _CIM_FilterEntryInSystem_PartComponent_qualifiers[] =
130679               {
130680                   /* Deprecated */
130681                   "\013\000\001CIM_HostedFilterEntryBase.Dependent\000",
130682                   /* Override */
130683 mike  1.1.2.1     "\044PartComponent",
130684                   0,
130685               };
130686               
130687               static MetaReference
130688               _CIM_FilterEntryInSystem_PartComponent =
130689               {
130690                   /* flags */
130691                   META_FLAG_REFERENCE|META_FLAG_READ,
130692                   /* name */
130693                   "PartComponent",
130694                   /* qualifiers */
130695                   _CIM_FilterEntryInSystem_PartComponent_qualifiers,
130696                   /* subscript */
130697                   -1,
130698                   /* refId */
130699                   &__root_cimv2_CIM_FilterEntryBase,
130700               };
130701               
130702               static MetaFeature*
130703               _CIM_FilterEntryInSystem_features[] =
130704 mike  1.1.2.1 {
130705                   (MetaFeature*)&_CIM_FilterEntryInSystem_GroupComponent,
130706                   (MetaFeature*)&_CIM_FilterEntryInSystem_PartComponent,
130707                   0,
130708               };
130709               
130710               static const char*
130711               __root_cimv2_CIM_FilterEntryInSystem_qualifiers[] =
130712               {
130713                   /* ASSOCIATION */
130714                   "\000\001",
130715                   /* Deprecated */
130716                   "\013\000\001CIM_HostedFilterEntryBase\000",
130717                   /* UMLPackagePath */
130718                   "\057CIM::Network::Filtering",
130719                   /* Aggregation */
130720                   "\004\001",
130721                   /* Version */
130722                   "\0632.7.0",
130723                   0,
130724               };
130725 mike  1.1.2.1 
130726               MetaClass
130727               __root_cimv2_CIM_FilterEntryInSystem =
130728               {
130729                   /* flags */
130730                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
130731                   /* name */
130732                   "CIM_FilterEntryInSystem",
130733                   /* qualifiers */
130734                   __root_cimv2_CIM_FilterEntryInSystem_qualifiers,
130735                   /* super */
130736                   &__root_cimv2_CIM_SystemComponent,
130737                   /* features */
130738                   _CIM_FilterEntryInSystem_features,
130739               };
130740               
130741               //==============================================================================
130742               //
130743               // Class: CIM_FilterListInSystem
130744               //
130745               //==============================================================================
130746 mike  1.1.2.1 
130747               static const char*
130748               _CIM_FilterListInSystem_GroupComponent_qualifiers[] =
130749               {
130750                   /* Deprecated */
130751                   "\013\000\001CIM_HostedFilterList.Antecedent\000",
130752                   /* Aggregate */
130753                   "\003\001",
130754                   /* Override */
130755                   "\044GroupComponent",
130756                   /* Max */
130757                   "\027\000\000\000\001",
130758                   0,
130759               };
130760               
130761               static MetaReference
130762               _CIM_FilterListInSystem_GroupComponent =
130763               {
130764                   /* flags */
130765                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
130766                   /* name */
130767 mike  1.1.2.1     "GroupComponent",
130768                   /* qualifiers */
130769                   _CIM_FilterListInSystem_GroupComponent_qualifiers,
130770                   /* subscript */
130771                   -1,
130772                   /* refId */
130773                   &__root_cimv2_CIM_ComputerSystem,
130774               };
130775               
130776               static const char*
130777               _CIM_FilterListInSystem_PartComponent_qualifiers[] =
130778               {
130779                   /* Deprecated */
130780                   "\013\000\001CIM_HostedFilterList.Dependent\000",
130781                   /* Override */
130782                   "\044PartComponent",
130783                   0,
130784               };
130785               
130786               static MetaReference
130787               _CIM_FilterListInSystem_PartComponent =
130788 mike  1.1.2.1 {
130789                   /* flags */
130790                   META_FLAG_REFERENCE|META_FLAG_READ,
130791                   /* name */
130792                   "PartComponent",
130793                   /* qualifiers */
130794                   _CIM_FilterListInSystem_PartComponent_qualifiers,
130795                   /* subscript */
130796                   -1,
130797                   /* refId */
130798                   &__root_cimv2_CIM_FilterList,
130799               };
130800               
130801               static MetaFeature*
130802               _CIM_FilterListInSystem_features[] =
130803               {
130804                   (MetaFeature*)&_CIM_FilterListInSystem_GroupComponent,
130805                   (MetaFeature*)&_CIM_FilterListInSystem_PartComponent,
130806                   0,
130807               };
130808               
130809 mike  1.1.2.1 static const char*
130810               __root_cimv2_CIM_FilterListInSystem_qualifiers[] =
130811               {
130812                   /* ASSOCIATION */
130813                   "\000\001",
130814                   /* Deprecated */
130815                   "\013\000\001CIM_HostedFilterList\000",
130816                   /* UMLPackagePath */
130817                   "\057CIM::Network::Filtering",
130818                   /* Aggregation */
130819                   "\004\001",
130820                   /* Version */
130821                   "\0632.7.0",
130822                   0,
130823               };
130824               
130825               MetaClass
130826               __root_cimv2_CIM_FilterListInSystem =
130827               {
130828                   /* flags */
130829                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
130830 mike  1.1.2.1     /* name */
130831                   "CIM_FilterListInSystem",
130832                   /* qualifiers */
130833                   __root_cimv2_CIM_FilterListInSystem_qualifiers,
130834                   /* super */
130835                   &__root_cimv2_CIM_SystemComponent,
130836                   /* features */
130837                   _CIM_FilterListInSystem_features,
130838               };
130839               
130840               //==============================================================================
130841               //
130842               // Class: CIM_FlatPanel
130843               //
130844               //==============================================================================
130845               
130846               static const char*
130847               _CIM_FlatPanel_HorizontalResolution_qualifiers[] =
130848               {
130849                   /* Units */
130850                   "\060Pixels",
130851 mike  1.1.2.1     0,
130852               };
130853               
130854               static MetaProperty
130855               _CIM_FlatPanel_HorizontalResolution =
130856               {
130857                   /* flags */
130858                   META_FLAG_PROPERTY|META_FLAG_READ,
130859                   /* name */
130860                   "HorizontalResolution",
130861                   /* qualifiers */
130862                   _CIM_FlatPanel_HorizontalResolution_qualifiers,
130863                   /* type */
130864                   CIMTYPE_UINT32,
130865                   /* subscript */
130866                   -1,
130867                   /* value */
130868                   0,
130869               };
130870               
130871               static const char*
130872 mike  1.1.2.1 _CIM_FlatPanel_VerticalResolution_qualifiers[] =
130873               {
130874                   /* Units */
130875                   "\060Pixels",
130876                   0,
130877               };
130878               
130879               static MetaProperty
130880               _CIM_FlatPanel_VerticalResolution =
130881               {
130882                   /* flags */
130883                   META_FLAG_PROPERTY|META_FLAG_READ,
130884                   /* name */
130885                   "VerticalResolution",
130886                   /* qualifiers */
130887                   _CIM_FlatPanel_VerticalResolution_qualifiers,
130888                   /* type */
130889                   CIMTYPE_UINT32,
130890                   /* subscript */
130891                   -1,
130892                   /* value */
130893 mike  1.1.2.1     0,
130894               };
130895               
130896               static const char*
130897               _CIM_FlatPanel_ScanMode_qualifiers[] =
130898               {
130899                   /* ValueMap */
130900                   "\061\000\0040\0001\0002\0003\000",
130901                   /* Values */
130902                   "\062\000\004Unknown\000Other\000Single Scan\000Dual Scan\000",
130903                   0,
130904               };
130905               
130906               static MetaProperty
130907               _CIM_FlatPanel_ScanMode =
130908               {
130909                   /* flags */
130910                   META_FLAG_PROPERTY|META_FLAG_READ,
130911                   /* name */
130912                   "ScanMode",
130913                   /* qualifiers */
130914 mike  1.1.2.1     _CIM_FlatPanel_ScanMode_qualifiers,
130915                   /* type */
130916                   CIMTYPE_UINT16,
130917                   /* subscript */
130918                   -1,
130919                   /* value */
130920                   0,
130921               };
130922               
130923               static const char*
130924               _CIM_FlatPanel_DisplayType_qualifiers[] =
130925               {
130926                   /* ValueMap */
130927                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
130928                   /* Values */
130929                   "\062\000\011Unknown\000Other\000Passive Matrix LCD\000Active Matrix LCD\000Cholesteric LCD\000Field Emission Display\000Electro Luminescent Display\000Gas Plasma\000LED\000",
130930                   0,
130931               };
130932               
130933               static MetaProperty
130934               _CIM_FlatPanel_DisplayType =
130935 mike  1.1.2.1 {
130936                   /* flags */
130937                   META_FLAG_PROPERTY|META_FLAG_READ,
130938                   /* name */
130939                   "DisplayType",
130940                   /* qualifiers */
130941                   _CIM_FlatPanel_DisplayType_qualifiers,
130942                   /* type */
130943                   CIMTYPE_UINT16,
130944                   /* subscript */
130945                   -1,
130946                   /* value */
130947                   0,
130948               };
130949               
130950               static const char*
130951               _CIM_FlatPanel_LightSource_qualifiers[] =
130952               {
130953                   /* ValueMap */
130954                   "\061\000\0050\0001\0002\0003\0004\000",
130955                   /* Values */
130956 mike  1.1.2.1     "\062\000\005Unknown\000Other\000Backlit\000Edgelit\000Reflective\000",
130957                   0,
130958               };
130959               
130960               static MetaProperty
130961               _CIM_FlatPanel_LightSource =
130962               {
130963                   /* flags */
130964                   META_FLAG_PROPERTY|META_FLAG_READ,
130965                   /* name */
130966                   "LightSource",
130967                   /* qualifiers */
130968                   _CIM_FlatPanel_LightSource_qualifiers,
130969                   /* type */
130970                   CIMTYPE_UINT16,
130971                   /* subscript */
130972                   -1,
130973                   /* value */
130974                   0,
130975               };
130976               
130977 mike  1.1.2.1 static const char*
130978               _CIM_FlatPanel_SupportsColor_qualifiers[] =
130979               {
130980                   0,
130981               };
130982               
130983               static MetaProperty
130984               _CIM_FlatPanel_SupportsColor =
130985               {
130986                   /* flags */
130987                   META_FLAG_PROPERTY|META_FLAG_READ,
130988                   /* name */
130989                   "SupportsColor",
130990                   /* qualifiers */
130991                   _CIM_FlatPanel_SupportsColor_qualifiers,
130992                   /* type */
130993                   CIMTYPE_BOOLEAN,
130994                   /* subscript */
130995                   -1,
130996                   /* value */
130997                   0,
130998 mike  1.1.2.1 };
130999               
131000               static MetaFeature*
131001               _CIM_FlatPanel_features[] =
131002               {
131003                   (MetaFeature*)&_CIM_FlatPanel_HorizontalResolution,
131004                   (MetaFeature*)&_CIM_FlatPanel_VerticalResolution,
131005                   (MetaFeature*)&_CIM_FlatPanel_ScanMode,
131006                   (MetaFeature*)&_CIM_FlatPanel_DisplayType,
131007                   (MetaFeature*)&_CIM_FlatPanel_LightSource,
131008                   (MetaFeature*)&_CIM_FlatPanel_SupportsColor,
131009                   0,
131010               };
131011               
131012               static const char*
131013               __root_cimv2_CIM_FlatPanel_qualifiers[] =
131014               {
131015                   /* UMLPackagePath */
131016                   "\057CIM::Device::UserDevices",
131017                   /* Version */
131018                   "\0632.6.0",
131019 mike  1.1.2.1     0,
131020               };
131021               
131022               MetaClass
131023               __root_cimv2_CIM_FlatPanel =
131024               {
131025                   /* flags */
131026                   META_FLAG_CLASS,
131027                   /* name */
131028                   "CIM_FlatPanel",
131029                   /* qualifiers */
131030                   __root_cimv2_CIM_FlatPanel_qualifiers,
131031                   /* super */
131032                   &__root_cimv2_CIM_Display,
131033                   /* features */
131034                   _CIM_FlatPanel_features,
131035               };
131036               
131037               //==============================================================================
131038               //
131039               // Class: CIM_HDSLModem
131040 mike  1.1.2.1 //
131041               //==============================================================================
131042               
131043               static MetaFeature*
131044               _CIM_HDSLModem_features[] =
131045               {
131046                   0,
131047               };
131048               
131049               static const char*
131050               __root_cimv2_CIM_HDSLModem_qualifiers[] =
131051               {
131052                   /* UMLPackagePath */
131053                   "\057CIM::Device::Modems",
131054                   /* Version */
131055                   "\0632.10.0",
131056                   0,
131057               };
131058               
131059               MetaClass
131060               __root_cimv2_CIM_HDSLModem =
131061 mike  1.1.2.1 {
131062                   /* flags */
131063                   META_FLAG_CLASS,
131064                   /* name */
131065                   "CIM_HDSLModem",
131066                   /* qualifiers */
131067                   __root_cimv2_CIM_HDSLModem_qualifiers,
131068                   /* super */
131069                   &__root_cimv2_CIM_DSLModem,
131070                   /* features */
131071                   _CIM_HDSLModem_features,
131072               };
131073               
131074               //==============================================================================
131075               //
131076               // Class: CIM_HeadTailDropper
131077               //
131078               //==============================================================================
131079               
131080               static const char*
131081               _CIM_HeadTailDropper_QueueThreshold_qualifiers[] =
131082 mike  1.1.2.1 {
131083                   /* Units */
131084                   "\060Bytes",
131085                   0,
131086               };
131087               
131088               static MetaProperty
131089               _CIM_HeadTailDropper_QueueThreshold =
131090               {
131091                   /* flags */
131092                   META_FLAG_PROPERTY|META_FLAG_READ,
131093                   /* name */
131094                   "QueueThreshold",
131095                   /* qualifiers */
131096                   _CIM_HeadTailDropper_QueueThreshold_qualifiers,
131097                   /* type */
131098                   CIMTYPE_UINT32,
131099                   /* subscript */
131100                   -1,
131101                   /* value */
131102                   0,
131103 mike  1.1.2.1 };
131104               
131105               static MetaFeature*
131106               _CIM_HeadTailDropper_features[] =
131107               {
131108                   (MetaFeature*)&_CIM_HeadTailDropper_QueueThreshold,
131109                   0,
131110               };
131111               
131112               static const char*
131113               __root_cimv2_CIM_HeadTailDropper_qualifiers[] =
131114               {
131115                   /* UMLPackagePath */
131116                   "\057CIM::Network::QoS",
131117                   /* Version */
131118                   "\0632.7.0",
131119                   0,
131120               };
131121               
131122               MetaClass
131123               __root_cimv2_CIM_HeadTailDropper =
131124 mike  1.1.2.1 {
131125                   /* flags */
131126                   META_FLAG_CLASS,
131127                   /* name */
131128                   "CIM_HeadTailDropper",
131129                   /* qualifiers */
131130                   __root_cimv2_CIM_HeadTailDropper_qualifiers,
131131                   /* super */
131132                   &__root_cimv2_CIM_DropperService,
131133                   /* features */
131134                   _CIM_HeadTailDropper_features,
131135               };
131136               
131137               //==============================================================================
131138               //
131139               // Class: CIM_HeatPipe
131140               //
131141               //==============================================================================
131142               
131143               static MetaFeature*
131144               _CIM_HeatPipe_features[] =
131145 mike  1.1.2.1 {
131146                   0,
131147               };
131148               
131149               static const char*
131150               __root_cimv2_CIM_HeatPipe_qualifiers[] =
131151               {
131152                   /* UMLPackagePath */
131153                   "\057CIM::Device::CoolingAndPower",
131154                   /* Version */
131155                   "\0632.6.0",
131156                   0,
131157               };
131158               
131159               MetaClass
131160               __root_cimv2_CIM_HeatPipe =
131161               {
131162                   /* flags */
131163                   META_FLAG_CLASS,
131164                   /* name */
131165                   "CIM_HeatPipe",
131166 mike  1.1.2.1     /* qualifiers */
131167                   __root_cimv2_CIM_HeatPipe_qualifiers,
131168                   /* super */
131169                   &__root_cimv2_CIM_CoolingDevice,
131170                   /* features */
131171                   _CIM_HeatPipe_features,
131172               };
131173               
131174               //==============================================================================
131175               //
131176               // Class: CIM_HelpService
131177               //
131178               //==============================================================================
131179               
131180               static const char*
131181               _CIM_HelpService_DeliveryOptions_qualifiers[] =
131182               {
131183                   /* ValueMap */
131184                   "\061\000\0061\0002\0003\0004\0005\0006\000",
131185                   /* Values */
131186                   "\062\000\006Other\000File Contents\000File Pointer\000Associated File\000URL\000Program\000",
131187 mike  1.1.2.1     /* ModelCorrespondence */
131188                   "\036\000\002CIM_HelpService.OtherDeliveryOptionDescription\000CIM_HelpServiceAvailableToFile\000",
131189                   0,
131190               };
131191               
131192               static MetaProperty
131193               _CIM_HelpService_DeliveryOptions =
131194               {
131195                   /* flags */
131196                   META_FLAG_PROPERTY|META_FLAG_READ,
131197                   /* name */
131198                   "DeliveryOptions",
131199                   /* qualifiers */
131200                   _CIM_HelpService_DeliveryOptions_qualifiers,
131201                   /* type */
131202                   CIMTYPE_UINT16,
131203                   /* subscript */
131204                   0,
131205                   /* value */
131206                   0,
131207               };
131208 mike  1.1.2.1 
131209               static const char*
131210               _CIM_HelpService_OtherDeliveryOptionDescription_qualifiers[] =
131211               {
131212                   /* ModelCorrespondence */
131213                   "\036\000\001CIM_HelpService.DeliveryOptions\000",
131214                   0,
131215               };
131216               
131217               static MetaProperty
131218               _CIM_HelpService_OtherDeliveryOptionDescription =
131219               {
131220                   /* flags */
131221                   META_FLAG_PROPERTY|META_FLAG_READ,
131222                   /* name */
131223                   "OtherDeliveryOptionDescription",
131224                   /* qualifiers */
131225                   _CIM_HelpService_OtherDeliveryOptionDescription_qualifiers,
131226                   /* type */
131227                   CIMTYPE_STRING,
131228                   /* subscript */
131229 mike  1.1.2.1     -1,
131230                   /* value */
131231                   0,
131232               };
131233               
131234               static const char*
131235               _CIM_HelpService_DocumentsAvailable_qualifiers[] =
131236               {
131237                   /* ArrayType */
131238                   "\005Indexed",
131239                   /* ModelCorrespondence */
131240                   "\036\000\002CIM_HelpService.DocumentDescriptions\000CIM_HelpService.DocumentFormat\000",
131241                   0,
131242               };
131243               
131244               static MetaProperty
131245               _CIM_HelpService_DocumentsAvailable =
131246               {
131247                   /* flags */
131248                   META_FLAG_PROPERTY|META_FLAG_READ,
131249                   /* name */
131250 mike  1.1.2.1     "DocumentsAvailable",
131251                   /* qualifiers */
131252                   _CIM_HelpService_DocumentsAvailable_qualifiers,
131253                   /* type */
131254                   CIMTYPE_STRING,
131255                   /* subscript */
131256                   0,
131257                   /* value */
131258                   0,
131259               };
131260               
131261               static const char*
131262               _CIM_HelpService_DocumentDescriptions_qualifiers[] =
131263               {
131264                   /* ArrayType */
131265                   "\005Indexed",
131266                   /* ModelCorrespondence */
131267                   "\036\000\002CIM_HelpService.DocumentsAvailable\000CIM_HelpService.DocumentFormat\000",
131268                   0,
131269               };
131270               
131271 mike  1.1.2.1 static MetaProperty
131272               _CIM_HelpService_DocumentDescriptions =
131273               {
131274                   /* flags */
131275                   META_FLAG_PROPERTY|META_FLAG_READ,
131276                   /* name */
131277                   "DocumentDescriptions",
131278                   /* qualifiers */
131279                   _CIM_HelpService_DocumentDescriptions_qualifiers,
131280                   /* type */
131281                   CIMTYPE_STRING,
131282                   /* subscript */
131283                   0,
131284                   /* value */
131285                   0,
131286               };
131287               
131288               static const char*
131289               _CIM_HelpService_DocumentFormat_qualifiers[] =
131290               {
131291                   /* ValueMap */
131292 mike  1.1.2.1     "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
131293                   /* Values */
131294                   "\062\000\007Unknown\000Other\000XML\000HTML\000Binary\000Executable\000.hlp\000",
131295                   /* ArrayType */
131296                   "\005Indexed",
131297                   /* ModelCorrespondence */
131298                   "\036\000\003CIM_HelpService.OtherDocumentFormatDescription\000CIM_HelpService.DocumentDescriptions\000CIM_HelpService.DocumentsAvailable\000",
131299                   0,
131300               };
131301               
131302               static MetaProperty
131303               _CIM_HelpService_DocumentFormat =
131304               {
131305                   /* flags */
131306                   META_FLAG_PROPERTY|META_FLAG_READ,
131307                   /* name */
131308                   "DocumentFormat",
131309                   /* qualifiers */
131310                   _CIM_HelpService_DocumentFormat_qualifiers,
131311                   /* type */
131312                   CIMTYPE_UINT16,
131313 mike  1.1.2.1     /* subscript */
131314                   0,
131315                   /* value */
131316                   0,
131317               };
131318               
131319               static const char*
131320               _CIM_HelpService_OtherDocumentFormatDescription_qualifiers[] =
131321               {
131322                   /* ModelCorrespondence */
131323                   "\036\000\001CIM_HelpService.DocumentFormat\000",
131324                   0,
131325               };
131326               
131327               static MetaProperty
131328               _CIM_HelpService_OtherDocumentFormatDescription =
131329               {
131330                   /* flags */
131331                   META_FLAG_PROPERTY|META_FLAG_READ,
131332                   /* name */
131333                   "OtherDocumentFormatDescription",
131334 mike  1.1.2.1     /* qualifiers */
131335                   _CIM_HelpService_OtherDocumentFormatDescription_qualifiers,
131336                   /* type */
131337                   CIMTYPE_STRING,
131338                   /* subscript */
131339                   -1,
131340                   /* value */
131341                   0,
131342               };
131343               
131344               static const char*
131345               _CIM_HelpService_GetHelp_RequestedDocument_qualifiers[] =
131346               {
131347                   /* IN */
131348                   "\024\001",
131349                   /* ModelCorrespondence */
131350                   "\036\000\002CIM_HelpService.DocumentsAvailable\000CIM_HelpServiceAvailableToFile.UserOfService\000",
131351                   0,
131352               };
131353               
131354               static MetaProperty
131355 mike  1.1.2.1 _CIM_HelpService_GetHelp_RequestedDocument =
131356               {
131357                   /* flags */
131358                   META_FLAG_PROPERTY|META_FLAG_IN,
131359                   /* name */
131360                   "RequestedDocument",
131361                   /* qualifiers */
131362                   _CIM_HelpService_GetHelp_RequestedDocument_qualifiers,
131363                   /* type */
131364                   CIMTYPE_STRING,
131365                   /* subscript */
131366                   -1,
131367                   /* value */
131368                   0,
131369               };
131370               
131371               static const char*
131372               _CIM_HelpService_GetHelp_Format_qualifiers[] =
131373               {
131374                   /* IN */
131375                   "\024\001",
131376 mike  1.1.2.1     /* OUT */
131377                   "\043\001",
131378                   /* ValueMap */
131379                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
131380                   /* Values */
131381                   "\062\000\007Don't Care\000Other\000XML\000HTML\000Binary\000Executable\000.hlp\000",
131382                   /* ModelCorrespondence */
131383                   "\036\000\001CIM_HelpService.DocumentFormat\000",
131384                   0,
131385               };
131386               
131387               static MetaProperty
131388               _CIM_HelpService_GetHelp_Format =
131389               {
131390                   /* flags */
131391                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
131392                   /* name */
131393                   "Format",
131394                   /* qualifiers */
131395                   _CIM_HelpService_GetHelp_Format_qualifiers,
131396                   /* type */
131397 mike  1.1.2.1     CIMTYPE_UINT16,
131398                   /* subscript */
131399                   -1,
131400                   /* value */
131401                   0,
131402               };
131403               
131404               static const char*
131405               _CIM_HelpService_GetHelp_RequestedDelivery_qualifiers[] =
131406               {
131407                   /* IN */
131408                   "\024\001",
131409                   /* ValueMap */
131410                   "\061\000\0051\0002\0003\0005\0006\000",
131411                   /* Values */
131412                   "\062\000\005Other\000File Contents\000File Pointer\000URL\000Program\000",
131413                   /* ModelCorrespondence */
131414                   "\036\000\001CIM_HelpService.DeliveryOptions\000",
131415                   0,
131416               };
131417               
131418 mike  1.1.2.1 static MetaProperty
131419               _CIM_HelpService_GetHelp_RequestedDelivery =
131420               {
131421                   /* flags */
131422                   META_FLAG_PROPERTY|META_FLAG_IN,
131423                   /* name */
131424                   "RequestedDelivery",
131425                   /* qualifiers */
131426                   _CIM_HelpService_GetHelp_RequestedDelivery_qualifiers,
131427                   /* type */
131428                   CIMTYPE_UINT16,
131429                   /* subscript */
131430                   -1,
131431                   /* value */
131432                   0,
131433               };
131434               
131435               static const char*
131436               _CIM_HelpService_GetHelp_DocumentInfo_qualifiers[] =
131437               {
131438                   /* IN */
131439 mike  1.1.2.1     "\024\000",
131440                   /* OUT */
131441                   "\043\001",
131442                   0,
131443               };
131444               
131445               static MetaProperty
131446               _CIM_HelpService_GetHelp_DocumentInfo =
131447               {
131448                   /* flags */
131449                   META_FLAG_PROPERTY|META_FLAG_OUT,
131450                   /* name */
131451                   "DocumentInfo",
131452                   /* qualifiers */
131453                   _CIM_HelpService_GetHelp_DocumentInfo_qualifiers,
131454                   /* type */
131455                   CIMTYPE_STRING,
131456                   /* subscript */
131457                   -1,
131458                   /* value */
131459                   0,
131460 mike  1.1.2.1 };
131461               
131462               static MetaFeature*
131463               _CIM_HelpService_GetHelp_parameters[] =
131464               {
131465                   (MetaFeature*)&_CIM_HelpService_GetHelp_RequestedDocument,
131466                   (MetaFeature*)&_CIM_HelpService_GetHelp_Format,
131467                   (MetaFeature*)&_CIM_HelpService_GetHelp_RequestedDelivery,
131468                   (MetaFeature*)&_CIM_HelpService_GetHelp_DocumentInfo,
131469                   0,
131470               };
131471               
131472               static const char*
131473               _CIM_HelpService_GetHelp_qualifiers[] =
131474               {
131475                   /* ValueMap */
131476                   "\061\000\0130\0001\0002\0003\0004\0005\000..\0000x1000\0000x1001\0000x1002..0x7FFF\0000x8000..0xFFFF\000",
131477                   /* Values */
131478                   "\062\000\013Document returned with no error\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000DMTF Reserved\000Busy\000Requested Document not found\000Method Reserved\000Vendor Reserved\000",
131479                   0,
131480               };
131481 mike  1.1.2.1 
131482               static MetaMethod
131483               _CIM_HelpService_GetHelp =
131484               {
131485                   /* flags */
131486                   META_FLAG_METHOD,
131487                   /* name */
131488                   "CIM_HelpService",
131489                   /* qualifiers */
131490                   _CIM_HelpService_GetHelp_qualifiers,
131491                   /* type */
131492                   CIMTYPE_UINT32,
131493                   /* parameters */
131494                   _CIM_HelpService_GetHelp_parameters,
131495               };
131496               
131497               static MetaFeature*
131498               _CIM_HelpService_features[] =
131499               {
131500                   (MetaFeature*)&_CIM_HelpService_DeliveryOptions,
131501                   (MetaFeature*)&_CIM_HelpService_OtherDeliveryOptionDescription,
131502 mike  1.1.2.1     (MetaFeature*)&_CIM_HelpService_DocumentsAvailable,
131503                   (MetaFeature*)&_CIM_HelpService_DocumentDescriptions,
131504                   (MetaFeature*)&_CIM_HelpService_DocumentFormat,
131505                   (MetaFeature*)&_CIM_HelpService_OtherDocumentFormatDescription,
131506                   (MetaFeature*)&_CIM_HelpService_GetHelp,
131507                   0,
131508               };
131509               
131510               static const char*
131511               __root_cimv2_CIM_HelpService_qualifiers[] =
131512               {
131513                   /* UMLPackagePath */
131514                   "\057CIM::System::Help",
131515                   /* Version */
131516                   "\0632.9.0",
131517                   0,
131518               };
131519               
131520               MetaClass
131521               __root_cimv2_CIM_HelpService =
131522               {
131523 mike  1.1.2.1     /* flags */
131524                   META_FLAG_CLASS,
131525                   /* name */
131526                   "CIM_HelpService",
131527                   /* qualifiers */
131528                   __root_cimv2_CIM_HelpService_qualifiers,
131529                   /* super */
131530                   &__root_cimv2_CIM_Service,
131531                   /* features */
131532                   _CIM_HelpService_features,
131533               };
131534               
131535               //==============================================================================
131536               //
131537               // Class: CIM_HelpServiceAvailableToFile
131538               //
131539               //==============================================================================
131540               
131541               static const char*
131542               _CIM_HelpServiceAvailableToFile_ServiceProvided_qualifiers[] =
131543               {
131544 mike  1.1.2.1     /* Override */
131545                   "\044ServiceProvided",
131546                   0,
131547               };
131548               
131549               static MetaReference
131550               _CIM_HelpServiceAvailableToFile_ServiceProvided =
131551               {
131552                   /* flags */
131553                   META_FLAG_REFERENCE|META_FLAG_READ,
131554                   /* name */
131555                   "ServiceProvided",
131556                   /* qualifiers */
131557                   _CIM_HelpServiceAvailableToFile_ServiceProvided_qualifiers,
131558                   /* subscript */
131559                   -1,
131560                   /* refId */
131561                   &__root_cimv2_CIM_HelpService,
131562               };
131563               
131564               static const char*
131565 mike  1.1.2.1 _CIM_HelpServiceAvailableToFile_UserOfService_qualifiers[] =
131566               {
131567                   /* Override */
131568                   "\044UserOfService",
131569                   0,
131570               };
131571               
131572               static MetaReference
131573               _CIM_HelpServiceAvailableToFile_UserOfService =
131574               {
131575                   /* flags */
131576                   META_FLAG_REFERENCE|META_FLAG_READ,
131577                   /* name */
131578                   "UserOfService",
131579                   /* qualifiers */
131580                   _CIM_HelpServiceAvailableToFile_UserOfService_qualifiers,
131581                   /* subscript */
131582                   -1,
131583                   /* refId */
131584                   &__root_cimv2_CIM_LogicalFile,
131585               };
131586 mike  1.1.2.1 
131587               static const char*
131588               _CIM_HelpServiceAvailableToFile_DocumentFormat_qualifiers[] =
131589               {
131590                   /* ValueMap */
131591                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
131592                   /* Values */
131593                   "\062\000\007Unknown\000Other\000XML\000HTML\000Binary\000Executable\000.hlp\000",
131594                   /* ModelCorrespondence */
131595                   "\036\000\001CIM_HelpServiceAvailableToFile.OtherDocumentFormatDescription\000",
131596                   0,
131597               };
131598               
131599               static MetaProperty
131600               _CIM_HelpServiceAvailableToFile_DocumentFormat =
131601               {
131602                   /* flags */
131603                   META_FLAG_PROPERTY|META_FLAG_READ,
131604                   /* name */
131605                   "DocumentFormat",
131606                   /* qualifiers */
131607 mike  1.1.2.1     _CIM_HelpServiceAvailableToFile_DocumentFormat_qualifiers,
131608                   /* type */
131609                   CIMTYPE_UINT16,
131610                   /* subscript */
131611                   -1,
131612                   /* value */
131613                   0,
131614               };
131615               
131616               static const char*
131617               _CIM_HelpServiceAvailableToFile_OtherDocumentFormatDescription_qualifiers[] =
131618               {
131619                   /* ModelCorrespondence */
131620                   "\036\000\001CIM_HelpServiceAvailableToFile.DocumentFormat\000",
131621                   0,
131622               };
131623               
131624               static MetaProperty
131625               _CIM_HelpServiceAvailableToFile_OtherDocumentFormatDescription =
131626               {
131627                   /* flags */
131628 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
131629                   /* name */
131630                   "OtherDocumentFormatDescription",
131631                   /* qualifiers */
131632                   _CIM_HelpServiceAvailableToFile_OtherDocumentFormatDescription_qualifiers,
131633                   /* type */
131634                   CIMTYPE_STRING,
131635                   /* subscript */
131636                   -1,
131637                   /* value */
131638                   0,
131639               };
131640               
131641               static MetaFeature*
131642               _CIM_HelpServiceAvailableToFile_features[] =
131643               {
131644                   (MetaFeature*)&_CIM_HelpServiceAvailableToFile_ServiceProvided,
131645                   (MetaFeature*)&_CIM_HelpServiceAvailableToFile_UserOfService,
131646                   (MetaFeature*)&_CIM_HelpServiceAvailableToFile_DocumentFormat,
131647                   (MetaFeature*)&_CIM_HelpServiceAvailableToFile_OtherDocumentFormatDescription,
131648                   0,
131649 mike  1.1.2.1 };
131650               
131651               static const char*
131652               __root_cimv2_CIM_HelpServiceAvailableToFile_qualifiers[] =
131653               {
131654                   /* ASSOCIATION */
131655                   "\000\001",
131656                   /* UMLPackagePath */
131657                   "\057CIM::System::Help",
131658                   /* Version */
131659                   "\0632.9.0",
131660                   0,
131661               };
131662               
131663               MetaClass
131664               __root_cimv2_CIM_HelpServiceAvailableToFile =
131665               {
131666                   /* flags */
131667                   META_FLAG_ASSOCIATION,
131668                   /* name */
131669                   "CIM_HelpServiceAvailableToFile",
131670 mike  1.1.2.1     /* qualifiers */
131671                   __root_cimv2_CIM_HelpServiceAvailableToFile_qualifiers,
131672                   /* super */
131673                   &__root_cimv2_CIM_ServiceAvailableToElement,
131674                   /* features */
131675                   _CIM_HelpServiceAvailableToFile_features,
131676               };
131677               
131678               //==============================================================================
131679               //
131680               // Class: CIM_HostedAccessPoint
131681               //
131682               //==============================================================================
131683               
131684               static const char*
131685               _CIM_HostedAccessPoint_Antecedent_qualifiers[] =
131686               {
131687                   /* Override */
131688                   "\044Antecedent",
131689                   /* Min */
131690                   "\033\000\000\000\001",
131691 mike  1.1.2.1     /* Max */
131692                   "\027\000\000\000\001",
131693                   0,
131694               };
131695               
131696               static MetaReference
131697               _CIM_HostedAccessPoint_Antecedent =
131698               {
131699                   /* flags */
131700                   META_FLAG_REFERENCE|META_FLAG_READ,
131701                   /* name */
131702                   "Antecedent",
131703                   /* qualifiers */
131704                   _CIM_HostedAccessPoint_Antecedent_qualifiers,
131705                   /* subscript */
131706                   -1,
131707                   /* refId */
131708                   &__root_cimv2_CIM_System,
131709               };
131710               
131711               static const char*
131712 mike  1.1.2.1 _CIM_HostedAccessPoint_Dependent_qualifiers[] =
131713               {
131714                   /* Override */
131715                   "\044Dependent",
131716                   /* Weak */
131717                   "\064\001",
131718                   0,
131719               };
131720               
131721               static MetaReference
131722               _CIM_HostedAccessPoint_Dependent =
131723               {
131724                   /* flags */
131725                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
131726                   /* name */
131727                   "Dependent",
131728                   /* qualifiers */
131729                   _CIM_HostedAccessPoint_Dependent_qualifiers,
131730                   /* subscript */
131731                   -1,
131732                   /* refId */
131733 mike  1.1.2.1     &__root_cimv2_CIM_ServiceAccessPoint,
131734               };
131735               
131736               static MetaFeature*
131737               _CIM_HostedAccessPoint_features[] =
131738               {
131739                   (MetaFeature*)&_CIM_HostedAccessPoint_Antecedent,
131740                   (MetaFeature*)&_CIM_HostedAccessPoint_Dependent,
131741                   0,
131742               };
131743               
131744               static const char*
131745               __root_cimv2_CIM_HostedAccessPoint_qualifiers[] =
131746               {
131747                   /* ASSOCIATION */
131748                   "\000\001",
131749                   /* UMLPackagePath */
131750                   "\057CIM::Core::Service",
131751                   /* Version */
131752                   "\0632.10.0",
131753                   0,
131754 mike  1.1.2.1 };
131755               
131756               MetaClass
131757               __root_cimv2_CIM_HostedAccessPoint =
131758               {
131759                   /* flags */
131760                   META_FLAG_ASSOCIATION,
131761                   /* name */
131762                   "CIM_HostedAccessPoint",
131763                   /* qualifiers */
131764                   __root_cimv2_CIM_HostedAccessPoint_qualifiers,
131765                   /* super */
131766                   &__root_cimv2_CIM_HostedDependency,
131767                   /* features */
131768                   _CIM_HostedAccessPoint_features,
131769               };
131770               
131771               //==============================================================================
131772               //
131773               // Class: CIM_HostedACI
131774               //
131775 mike  1.1.2.1 //==============================================================================
131776               
131777               static const char*
131778               _CIM_HostedACI_Antecedent_qualifiers[] =
131779               {
131780                   /* Deprecated */
131781                   "\013\000\001No value\000",
131782                   /* Override */
131783                   "\044Antecedent",
131784                   /* Min */
131785                   "\033\000\000\000\001",
131786                   /* Max */
131787                   "\027\000\000\000\001",
131788                   0,
131789               };
131790               
131791               static MetaReference
131792               _CIM_HostedACI_Antecedent =
131793               {
131794                   /* flags */
131795                   META_FLAG_REFERENCE|META_FLAG_READ,
131796 mike  1.1.2.1     /* name */
131797                   "Antecedent",
131798                   /* qualifiers */
131799                   _CIM_HostedACI_Antecedent_qualifiers,
131800                   /* subscript */
131801                   -1,
131802                   /* refId */
131803                   &__root_cimv2_CIM_System,
131804               };
131805               
131806               static const char*
131807               _CIM_HostedACI_Dependent_qualifiers[] =
131808               {
131809                   /* Deprecated */
131810                   "\013\000\001No value\000",
131811                   /* Override */
131812                   "\044Dependent",
131813                   /* Weak */
131814                   "\064\001",
131815                   0,
131816               };
131817 mike  1.1.2.1 
131818               static MetaReference
131819               _CIM_HostedACI_Dependent =
131820               {
131821                   /* flags */
131822                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
131823                   /* name */
131824                   "Dependent",
131825                   /* qualifiers */
131826                   _CIM_HostedACI_Dependent_qualifiers,
131827                   /* subscript */
131828                   -1,
131829                   /* refId */
131830                   &__root_cimv2_CIM_AccessControlInformation,
131831               };
131832               
131833               static MetaFeature*
131834               _CIM_HostedACI_features[] =
131835               {
131836                   (MetaFeature*)&_CIM_HostedACI_Antecedent,
131837                   (MetaFeature*)&_CIM_HostedACI_Dependent,
131838 mike  1.1.2.1     0,
131839               };
131840               
131841               static const char*
131842               __root_cimv2_CIM_HostedACI_qualifiers[] =
131843               {
131844                   /* ASSOCIATION */
131845                   "\000\001",
131846                   /* Deprecated */
131847                   "\013\000\001No value\000",
131848                   /* UMLPackagePath */
131849                   "\057CIM::User::AccessControl",
131850                   /* Version */
131851                   "\0632.8.0",
131852                   0,
131853               };
131854               
131855               MetaClass
131856               __root_cimv2_CIM_HostedACI =
131857               {
131858                   /* flags */
131859 mike  1.1.2.1     META_FLAG_ASSOCIATION,
131860                   /* name */
131861                   "CIM_HostedACI",
131862                   /* qualifiers */
131863                   __root_cimv2_CIM_HostedACI_qualifiers,
131864                   /* super */
131865                   &__root_cimv2_CIM_HostedDependency,
131866                   /* features */
131867                   _CIM_HostedACI_features,
131868               };
131869               
131870               //==============================================================================
131871               //
131872               // Class: CIM_HostedAdminDistance
131873               //
131874               //==============================================================================
131875               
131876               static const char*
131877               _CIM_HostedAdminDistance_Antecedent_qualifiers[] =
131878               {
131879                   /* Override */
131880 mike  1.1.2.1     "\044Antecedent",
131881                   /* Min */
131882                   "\033\000\000\000\001",
131883                   /* Max */
131884                   "\027\000\000\000\001",
131885                   0,
131886               };
131887               
131888               static MetaReference
131889               _CIM_HostedAdminDistance_Antecedent =
131890               {
131891                   /* flags */
131892                   META_FLAG_REFERENCE|META_FLAG_READ,
131893                   /* name */
131894                   "Antecedent",
131895                   /* qualifiers */
131896                   _CIM_HostedAdminDistance_Antecedent_qualifiers,
131897                   /* subscript */
131898                   -1,
131899                   /* refId */
131900                   &__root_cimv2_CIM_AdminDomain,
131901 mike  1.1.2.1 };
131902               
131903               static const char*
131904               _CIM_HostedAdminDistance_Dependent_qualifiers[] =
131905               {
131906                   /* Override */
131907                   "\044Dependent",
131908                   /* Weak */
131909                   "\064\001",
131910                   0,
131911               };
131912               
131913               static MetaReference
131914               _CIM_HostedAdminDistance_Dependent =
131915               {
131916                   /* flags */
131917                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
131918                   /* name */
131919                   "Dependent",
131920                   /* qualifiers */
131921                   _CIM_HostedAdminDistance_Dependent_qualifiers,
131922 mike  1.1.2.1     /* subscript */
131923                   -1,
131924                   /* refId */
131925                   &__root_cimv2_CIM_AdministrativeDistance,
131926               };
131927               
131928               static MetaFeature*
131929               _CIM_HostedAdminDistance_features[] =
131930               {
131931                   (MetaFeature*)&_CIM_HostedAdminDistance_Antecedent,
131932                   (MetaFeature*)&_CIM_HostedAdminDistance_Dependent,
131933                   0,
131934               };
131935               
131936               static const char*
131937               __root_cimv2_CIM_HostedAdminDistance_qualifiers[] =
131938               {
131939                   /* ASSOCIATION */
131940                   "\000\001",
131941                   /* UMLPackagePath */
131942                   "\057CIM::Network::Routes",
131943 mike  1.1.2.1     /* Version */
131944                   "\0632.6.0",
131945                   0,
131946               };
131947               
131948               MetaClass
131949               __root_cimv2_CIM_HostedAdminDistance =
131950               {
131951                   /* flags */
131952                   META_FLAG_ASSOCIATION,
131953                   /* name */
131954                   "CIM_HostedAdminDistance",
131955                   /* qualifiers */
131956                   __root_cimv2_CIM_HostedAdminDistance_qualifiers,
131957                   /* super */
131958                   &__root_cimv2_CIM_HostedDependency,
131959                   /* features */
131960                   _CIM_HostedAdminDistance_features,
131961               };
131962               
131963               //==============================================================================
131964 mike  1.1.2.1 //
131965               // Class: CIM_HostedAuthenticationRequirement
131966               //
131967               //==============================================================================
131968               
131969               static const char*
131970               _CIM_HostedAuthenticationRequirement_Antecedent_qualifiers[] =
131971               {
131972                   /* Deprecated */
131973                   "\013\000\001CIM_PolicyRuleInSystem.Antecedent\000",
131974                   /* Override */
131975                   "\044Antecedent",
131976                   /* Min */
131977                   "\033\000\000\000\001",
131978                   /* Max */
131979                   "\027\000\000\000\001",
131980                   0,
131981               };
131982               
131983               static MetaReference
131984               _CIM_HostedAuthenticationRequirement_Antecedent =
131985 mike  1.1.2.1 {
131986                   /* flags */
131987                   META_FLAG_REFERENCE|META_FLAG_READ,
131988                   /* name */
131989                   "Antecedent",
131990                   /* qualifiers */
131991                   _CIM_HostedAuthenticationRequirement_Antecedent_qualifiers,
131992                   /* subscript */
131993                   -1,
131994                   /* refId */
131995                   &__root_cimv2_CIM_System,
131996               };
131997               
131998               static const char*
131999               _CIM_HostedAuthenticationRequirement_Dependent_qualifiers[] =
132000               {
132001                   /* Deprecated */
132002                   "\013\000\001CIM_PolicyRuleInSystem.Dependent\000",
132003                   /* Override */
132004                   "\044Dependent",
132005                   /* Weak */
132006 mike  1.1.2.1     "\064\001",
132007                   0,
132008               };
132009               
132010               static MetaReference
132011               _CIM_HostedAuthenticationRequirement_Dependent =
132012               {
132013                   /* flags */
132014                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
132015                   /* name */
132016                   "Dependent",
132017                   /* qualifiers */
132018                   _CIM_HostedAuthenticationRequirement_Dependent_qualifiers,
132019                   /* subscript */
132020                   -1,
132021                   /* refId */
132022                   &__root_cimv2_CIM_AuthenticationRequirement,
132023               };
132024               
132025               static MetaFeature*
132026               _CIM_HostedAuthenticationRequirement_features[] =
132027 mike  1.1.2.1 {
132028                   (MetaFeature*)&_CIM_HostedAuthenticationRequirement_Antecedent,
132029                   (MetaFeature*)&_CIM_HostedAuthenticationRequirement_Dependent,
132030                   0,
132031               };
132032               
132033               static const char*
132034               __root_cimv2_CIM_HostedAuthenticationRequirement_qualifiers[] =
132035               {
132036                   /* ASSOCIATION */
132037                   "\000\001",
132038                   /* Deprecated */
132039                   "\013\000\001CIM_PolicyRuleInSystem\000",
132040                   /* UMLPackagePath */
132041                   "\057CIM::User::AuthenticationReqmt",
132042                   /* Version */
132043                   "\0632.8.0",
132044                   0,
132045               };
132046               
132047               MetaClass
132048 mike  1.1.2.1 __root_cimv2_CIM_HostedAuthenticationRequirement =
132049               {
132050                   /* flags */
132051                   META_FLAG_ASSOCIATION,
132052                   /* name */
132053                   "CIM_HostedAuthenticationRequirement",
132054                   /* qualifiers */
132055                   __root_cimv2_CIM_HostedAuthenticationRequirement_qualifiers,
132056                   /* super */
132057                   &__root_cimv2_CIM_HostedDependency,
132058                   /* features */
132059                   _CIM_HostedAuthenticationRequirement_features,
132060               };
132061               
132062               //==============================================================================
132063               //
132064               // Class: CIM_HostedBGPAttributes
132065               //
132066               //==============================================================================
132067               
132068               static const char*
132069 mike  1.1.2.1 _CIM_HostedBGPAttributes_Antecedent_qualifiers[] =
132070               {
132071                   /* Override */
132072                   "\044Antecedent",
132073                   /* Min */
132074                   "\033\000\000\000\001",
132075                   /* Max */
132076                   "\027\000\000\000\001",
132077                   0,
132078               };
132079               
132080               static MetaReference
132081               _CIM_HostedBGPAttributes_Antecedent =
132082               {
132083                   /* flags */
132084                   META_FLAG_REFERENCE|META_FLAG_READ,
132085                   /* name */
132086                   "Antecedent",
132087                   /* qualifiers */
132088                   _CIM_HostedBGPAttributes_Antecedent_qualifiers,
132089                   /* subscript */
132090 mike  1.1.2.1     -1,
132091                   /* refId */
132092                   &__root_cimv2_CIM_AutonomousSystem,
132093               };
132094               
132095               static const char*
132096               _CIM_HostedBGPAttributes_Dependent_qualifiers[] =
132097               {
132098                   /* Override */
132099                   "\044Dependent",
132100                   /* Weak */
132101                   "\064\001",
132102                   0,
132103               };
132104               
132105               static MetaReference
132106               _CIM_HostedBGPAttributes_Dependent =
132107               {
132108                   /* flags */
132109                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
132110                   /* name */
132111 mike  1.1.2.1     "Dependent",
132112                   /* qualifiers */
132113                   _CIM_HostedBGPAttributes_Dependent_qualifiers,
132114                   /* subscript */
132115                   -1,
132116                   /* refId */
132117                   &__root_cimv2_CIM_BGPAttributes,
132118               };
132119               
132120               static MetaFeature*
132121               _CIM_HostedBGPAttributes_features[] =
132122               {
132123                   (MetaFeature*)&_CIM_HostedBGPAttributes_Antecedent,
132124                   (MetaFeature*)&_CIM_HostedBGPAttributes_Dependent,
132125                   0,
132126               };
132127               
132128               static const char*
132129               __root_cimv2_CIM_HostedBGPAttributes_qualifiers[] =
132130               {
132131                   /* ASSOCIATION */
132132 mike  1.1.2.1     "\000\001",
132133                   /* UMLPackagePath */
132134                   "\057CIM::Network::BGP",
132135                   /* Version */
132136                   "\0632.7.0",
132137                   0,
132138               };
132139               
132140               MetaClass
132141               __root_cimv2_CIM_HostedBGPAttributes =
132142               {
132143                   /* flags */
132144                   META_FLAG_ASSOCIATION,
132145                   /* name */
132146                   "CIM_HostedBGPAttributes",
132147                   /* qualifiers */
132148                   __root_cimv2_CIM_HostedBGPAttributes_qualifiers,
132149                   /* super */
132150                   &__root_cimv2_CIM_HostedDependency,
132151                   /* features */
132152                   _CIM_HostedBGPAttributes_features,
132153 mike  1.1.2.1 };
132154               
132155               //==============================================================================
132156               //
132157               // Class: CIM_HostedBGPPeerGroup
132158               //
132159               //==============================================================================
132160               
132161               static const char*
132162               _CIM_HostedBGPPeerGroup_Antecedent_qualifiers[] =
132163               {
132164                   /* Override */
132165                   "\044Antecedent",
132166                   /* Min */
132167                   "\033\000\000\000\001",
132168                   /* Max */
132169                   "\027\000\000\000\001",
132170                   0,
132171               };
132172               
132173               static MetaReference
132174 mike  1.1.2.1 _CIM_HostedBGPPeerGroup_Antecedent =
132175               {
132176                   /* flags */
132177                   META_FLAG_REFERENCE|META_FLAG_READ,
132178                   /* name */
132179                   "Antecedent",
132180                   /* qualifiers */
132181                   _CIM_HostedBGPPeerGroup_Antecedent_qualifiers,
132182                   /* subscript */
132183                   -1,
132184                   /* refId */
132185                   &__root_cimv2_CIM_AutonomousSystem,
132186               };
132187               
132188               static const char*
132189               _CIM_HostedBGPPeerGroup_Dependent_qualifiers[] =
132190               {
132191                   /* Override */
132192                   "\044Dependent",
132193                   /* Weak */
132194                   "\064\001",
132195 mike  1.1.2.1     0,
132196               };
132197               
132198               static MetaReference
132199               _CIM_HostedBGPPeerGroup_Dependent =
132200               {
132201                   /* flags */
132202                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
132203                   /* name */
132204                   "Dependent",
132205                   /* qualifiers */
132206                   _CIM_HostedBGPPeerGroup_Dependent_qualifiers,
132207                   /* subscript */
132208                   -1,
132209                   /* refId */
132210                   &__root_cimv2_CIM_BGPPeerGroup,
132211               };
132212               
132213               static MetaFeature*
132214               _CIM_HostedBGPPeerGroup_features[] =
132215               {
132216 mike  1.1.2.1     (MetaFeature*)&_CIM_HostedBGPPeerGroup_Antecedent,
132217                   (MetaFeature*)&_CIM_HostedBGPPeerGroup_Dependent,
132218                   0,
132219               };
132220               
132221               static const char*
132222               __root_cimv2_CIM_HostedBGPPeerGroup_qualifiers[] =
132223               {
132224                   /* ASSOCIATION */
132225                   "\000\001",
132226                   /* UMLPackagePath */
132227                   "\057CIM::Network::BGP",
132228                   /* Version */
132229                   "\0632.6.0",
132230                   0,
132231               };
132232               
132233               MetaClass
132234               __root_cimv2_CIM_HostedBGPPeerGroup =
132235               {
132236                   /* flags */
132237 mike  1.1.2.1     META_FLAG_ASSOCIATION,
132238                   /* name */
132239                   "CIM_HostedBGPPeerGroup",
132240                   /* qualifiers */
132241                   __root_cimv2_CIM_HostedBGPPeerGroup_qualifiers,
132242                   /* super */
132243                   &__root_cimv2_CIM_HostedDependency,
132244                   /* features */
132245                   _CIM_HostedBGPPeerGroup_features,
132246               };
132247               
132248               //==============================================================================
132249               //
132250               // Class: CIM_HostedBGPRouteMap
132251               //
132252               //==============================================================================
132253               
132254               static const char*
132255               _CIM_HostedBGPRouteMap_Antecedent_qualifiers[] =
132256               {
132257                   /* Override */
132258 mike  1.1.2.1     "\044Antecedent",
132259                   /* Min */
132260                   "\033\000\000\000\001",
132261                   /* Max */
132262                   "\027\000\000\000\001",
132263                   0,
132264               };
132265               
132266               static MetaReference
132267               _CIM_HostedBGPRouteMap_Antecedent =
132268               {
132269                   /* flags */
132270                   META_FLAG_REFERENCE|META_FLAG_READ,
132271                   /* name */
132272                   "Antecedent",
132273                   /* qualifiers */
132274                   _CIM_HostedBGPRouteMap_Antecedent_qualifiers,
132275                   /* subscript */
132276                   -1,
132277                   /* refId */
132278                   &__root_cimv2_CIM_AutonomousSystem,
132279 mike  1.1.2.1 };
132280               
132281               static const char*
132282               _CIM_HostedBGPRouteMap_Dependent_qualifiers[] =
132283               {
132284                   /* Override */
132285                   "\044Dependent",
132286                   /* Weak */
132287                   "\064\001",
132288                   0,
132289               };
132290               
132291               static MetaReference
132292               _CIM_HostedBGPRouteMap_Dependent =
132293               {
132294                   /* flags */
132295                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
132296                   /* name */
132297                   "Dependent",
132298                   /* qualifiers */
132299                   _CIM_HostedBGPRouteMap_Dependent_qualifiers,
132300 mike  1.1.2.1     /* subscript */
132301                   -1,
132302                   /* refId */
132303                   &__root_cimv2_CIM_BGPRouteMap,
132304               };
132305               
132306               static MetaFeature*
132307               _CIM_HostedBGPRouteMap_features[] =
132308               {
132309                   (MetaFeature*)&_CIM_HostedBGPRouteMap_Antecedent,
132310                   (MetaFeature*)&_CIM_HostedBGPRouteMap_Dependent,
132311                   0,
132312               };
132313               
132314               static const char*
132315               __root_cimv2_CIM_HostedBGPRouteMap_qualifiers[] =
132316               {
132317                   /* ASSOCIATION */
132318                   "\000\001",
132319                   /* UMLPackagePath */
132320                   "\057CIM::Network::BGP",
132321 mike  1.1.2.1     /* Version */
132322                   "\0632.6.0",
132323                   0,
132324               };
132325               
132326               MetaClass
132327               __root_cimv2_CIM_HostedBGPRouteMap =
132328               {
132329                   /* flags */
132330                   META_FLAG_ASSOCIATION,
132331                   /* name */
132332                   "CIM_HostedBGPRouteMap",
132333                   /* qualifiers */
132334                   __root_cimv2_CIM_HostedBGPRouteMap_qualifiers,
132335                   /* super */
132336                   &__root_cimv2_CIM_HostedDependency,
132337                   /* features */
132338                   _CIM_HostedBGPRouteMap_features,
132339               };
132340               
132341               //==============================================================================
132342 mike  1.1.2.1 //
132343               // Class: CIM_HostedBootSAP
132344               //
132345               //==============================================================================
132346               
132347               static const char*
132348               _CIM_HostedBootSAP_Antecedent_qualifiers[] =
132349               {
132350                   /* Override */
132351                   "\044Antecedent",
132352                   /* Min */
132353                   "\033\000\000\000\001",
132354                   /* Max */
132355                   "\027\000\000\000\001",
132356                   0,
132357               };
132358               
132359               static MetaReference
132360               _CIM_HostedBootSAP_Antecedent =
132361               {
132362                   /* flags */
132363 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
132364                   /* name */
132365                   "Antecedent",
132366                   /* qualifiers */
132367                   _CIM_HostedBootSAP_Antecedent_qualifiers,
132368                   /* subscript */
132369                   -1,
132370                   /* refId */
132371                   &__root_cimv2_CIM_ComputerSystem,
132372               };
132373               
132374               static const char*
132375               _CIM_HostedBootSAP_Dependent_qualifiers[] =
132376               {
132377                   /* Override */
132378                   "\044Dependent",
132379                   0,
132380               };
132381               
132382               static MetaReference
132383               _CIM_HostedBootSAP_Dependent =
132384 mike  1.1.2.1 {
132385                   /* flags */
132386                   META_FLAG_REFERENCE|META_FLAG_READ,
132387                   /* name */
132388                   "Dependent",
132389                   /* qualifiers */
132390                   _CIM_HostedBootSAP_Dependent_qualifiers,
132391                   /* subscript */
132392                   -1,
132393                   /* refId */
132394                   &__root_cimv2_CIM_BootSAP,
132395               };
132396               
132397               static MetaFeature*
132398               _CIM_HostedBootSAP_features[] =
132399               {
132400                   (MetaFeature*)&_CIM_HostedBootSAP_Antecedent,
132401                   (MetaFeature*)&_CIM_HostedBootSAP_Dependent,
132402                   0,
132403               };
132404               
132405 mike  1.1.2.1 static const char*
132406               __root_cimv2_CIM_HostedBootSAP_qualifiers[] =
132407               {
132408                   /* ASSOCIATION */
132409                   "\000\001",
132410                   /* UMLPackagePath */
132411                   "\057CIM::System::Boot",
132412                   /* Version */
132413                   "\0632.7.0",
132414                   0,
132415               };
132416               
132417               MetaClass
132418               __root_cimv2_CIM_HostedBootSAP =
132419               {
132420                   /* flags */
132421                   META_FLAG_ASSOCIATION,
132422                   /* name */
132423                   "CIM_HostedBootSAP",
132424                   /* qualifiers */
132425                   __root_cimv2_CIM_HostedBootSAP_qualifiers,
132426 mike  1.1.2.1     /* super */
132427                   &__root_cimv2_CIM_HostedAccessPoint,
132428                   /* features */
132429                   _CIM_HostedBootSAP_features,
132430               };
132431               
132432               //==============================================================================
132433               //
132434               // Class: CIM_HostedClusterSAP
132435               //
132436               //==============================================================================
132437               
132438               static const char*
132439               _CIM_HostedClusterSAP_Antecedent_qualifiers[] =
132440               {
132441                   /* Override */
132442                   "\044Antecedent",
132443                   /* Min */
132444                   "\033\000\000\000\001",
132445                   /* Max */
132446                   "\027\000\000\000\001",
132447 mike  1.1.2.1     0,
132448               };
132449               
132450               static MetaReference
132451               _CIM_HostedClusterSAP_Antecedent =
132452               {
132453                   /* flags */
132454                   META_FLAG_REFERENCE|META_FLAG_READ,
132455                   /* name */
132456                   "Antecedent",
132457                   /* qualifiers */
132458                   _CIM_HostedClusterSAP_Antecedent_qualifiers,
132459                   /* subscript */
132460                   -1,
132461                   /* refId */
132462                   &__root_cimv2_CIM_ComputerSystem,
132463               };
132464               
132465               static const char*
132466               _CIM_HostedClusterSAP_Dependent_qualifiers[] =
132467               {
132468 mike  1.1.2.1     /* Override */
132469                   "\044Dependent",
132470                   0,
132471               };
132472               
132473               static MetaReference
132474               _CIM_HostedClusterSAP_Dependent =
132475               {
132476                   /* flags */
132477                   META_FLAG_REFERENCE|META_FLAG_READ,
132478                   /* name */
132479                   "Dependent",
132480                   /* qualifiers */
132481                   _CIM_HostedClusterSAP_Dependent_qualifiers,
132482                   /* subscript */
132483                   -1,
132484                   /* refId */
132485                   &__root_cimv2_CIM_ClusteringSAP,
132486               };
132487               
132488               static MetaFeature*
132489 mike  1.1.2.1 _CIM_HostedClusterSAP_features[] =
132490               {
132491                   (MetaFeature*)&_CIM_HostedClusterSAP_Antecedent,
132492                   (MetaFeature*)&_CIM_HostedClusterSAP_Dependent,
132493                   0,
132494               };
132495               
132496               static const char*
132497               __root_cimv2_CIM_HostedClusterSAP_qualifiers[] =
132498               {
132499                   /* ASSOCIATION */
132500                   "\000\001",
132501                   /* UMLPackagePath */
132502                   "\057CIM::System::SystemElements",
132503                   /* Version */
132504                   "\0632.6.0",
132505                   0,
132506               };
132507               
132508               MetaClass
132509               __root_cimv2_CIM_HostedClusterSAP =
132510 mike  1.1.2.1 {
132511                   /* flags */
132512                   META_FLAG_ASSOCIATION,
132513                   /* name */
132514                   "CIM_HostedClusterSAP",
132515                   /* qualifiers */
132516                   __root_cimv2_CIM_HostedClusterSAP_qualifiers,
132517                   /* super */
132518                   &__root_cimv2_CIM_HostedAccessPoint,
132519                   /* features */
132520                   _CIM_HostedClusterSAP_features,
132521               };
132522               
132523               //==============================================================================
132524               //
132525               // Class: CIM_HostedCollection
132526               //
132527               //==============================================================================
132528               
132529               static const char*
132530               _CIM_HostedCollection_Antecedent_qualifiers[] =
132531 mike  1.1.2.1 {
132532                   /* Override */
132533                   "\044Antecedent",
132534                   /* Min */
132535                   "\033\000\000\000\001",
132536                   /* Max */
132537                   "\027\000\000\000\001",
132538                   0,
132539               };
132540               
132541               static MetaReference
132542               _CIM_HostedCollection_Antecedent =
132543               {
132544                   /* flags */
132545                   META_FLAG_REFERENCE|META_FLAG_READ,
132546                   /* name */
132547                   "Antecedent",
132548                   /* qualifiers */
132549                   _CIM_HostedCollection_Antecedent_qualifiers,
132550                   /* subscript */
132551                   -1,
132552 mike  1.1.2.1     /* refId */
132553                   &__root_cimv2_CIM_System,
132554               };
132555               
132556               static const char*
132557               _CIM_HostedCollection_Dependent_qualifiers[] =
132558               {
132559                   /* Override */
132560                   "\044Dependent",
132561                   0,
132562               };
132563               
132564               static MetaReference
132565               _CIM_HostedCollection_Dependent =
132566               {
132567                   /* flags */
132568                   META_FLAG_REFERENCE|META_FLAG_READ,
132569                   /* name */
132570                   "Dependent",
132571                   /* qualifiers */
132572                   _CIM_HostedCollection_Dependent_qualifiers,
132573 mike  1.1.2.1     /* subscript */
132574                   -1,
132575                   /* refId */
132576                   &__root_cimv2_CIM_SystemSpecificCollection,
132577               };
132578               
132579               static MetaFeature*
132580               _CIM_HostedCollection_features[] =
132581               {
132582                   (MetaFeature*)&_CIM_HostedCollection_Antecedent,
132583                   (MetaFeature*)&_CIM_HostedCollection_Dependent,
132584                   0,
132585               };
132586               
132587               static const char*
132588               __root_cimv2_CIM_HostedCollection_qualifiers[] =
132589               {
132590                   /* ASSOCIATION */
132591                   "\000\001",
132592                   /* UMLPackagePath */
132593                   "\057CIM::Core::Collection",
132594 mike  1.1.2.1     /* Version */
132595                   "\0632.10.0",
132596                   0,
132597               };
132598               
132599               MetaClass
132600               __root_cimv2_CIM_HostedCollection =
132601               {
132602                   /* flags */
132603                   META_FLAG_ASSOCIATION,
132604                   /* name */
132605                   "CIM_HostedCollection",
132606                   /* qualifiers */
132607                   __root_cimv2_CIM_HostedCollection_qualifiers,
132608                   /* super */
132609                   &__root_cimv2_CIM_HostedDependency,
132610                   /* features */
132611                   _CIM_HostedCollection_features,
132612               };
132613               
132614               //==============================================================================
132615 mike  1.1.2.1 //
132616               // Class: CIM_HostedFileSystem
132617               //
132618               //==============================================================================
132619               
132620               static const char*
132621               _CIM_HostedFileSystem_GroupComponent_qualifiers[] =
132622               {
132623                   /* Aggregate */
132624                   "\003\001",
132625                   /* Override */
132626                   "\044GroupComponent",
132627                   /* Min */
132628                   "\033\000\000\000\001",
132629                   /* Max */
132630                   "\027\000\000\000\001",
132631                   0,
132632               };
132633               
132634               static MetaReference
132635               _CIM_HostedFileSystem_GroupComponent =
132636 mike  1.1.2.1 {
132637                   /* flags */
132638                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
132639                   /* name */
132640                   "GroupComponent",
132641                   /* qualifiers */
132642                   _CIM_HostedFileSystem_GroupComponent_qualifiers,
132643                   /* subscript */
132644                   -1,
132645                   /* refId */
132646                   &__root_cimv2_CIM_System,
132647               };
132648               
132649               static const char*
132650               _CIM_HostedFileSystem_PartComponent_qualifiers[] =
132651               {
132652                   /* Override */
132653                   "\044PartComponent",
132654                   /* Weak */
132655                   "\064\001",
132656                   0,
132657 mike  1.1.2.1 };
132658               
132659               static MetaReference
132660               _CIM_HostedFileSystem_PartComponent =
132661               {
132662                   /* flags */
132663                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
132664                   /* name */
132665                   "PartComponent",
132666                   /* qualifiers */
132667                   _CIM_HostedFileSystem_PartComponent_qualifiers,
132668                   /* subscript */
132669                   -1,
132670                   /* refId */
132671                   &__root_cimv2_CIM_FileSystem,
132672               };
132673               
132674               static MetaFeature*
132675               _CIM_HostedFileSystem_features[] =
132676               {
132677                   (MetaFeature*)&_CIM_HostedFileSystem_GroupComponent,
132678 mike  1.1.2.1     (MetaFeature*)&_CIM_HostedFileSystem_PartComponent,
132679                   0,
132680               };
132681               
132682               static const char*
132683               __root_cimv2_CIM_HostedFileSystem_qualifiers[] =
132684               {
132685                   /* ASSOCIATION */
132686                   "\000\001",
132687                   /* UMLPackagePath */
132688                   "\057CIM::System::FileElements",
132689                   /* Aggregation */
132690                   "\004\001",
132691                   /* Composition */
132692                   "\011\001",
132693                   /* Version */
132694                   "\0632.7.0",
132695                   0,
132696               };
132697               
132698               MetaClass
132699 mike  1.1.2.1 __root_cimv2_CIM_HostedFileSystem =
132700               {
132701                   /* flags */
132702                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
132703                   /* name */
132704                   "CIM_HostedFileSystem",
132705                   /* qualifiers */
132706                   __root_cimv2_CIM_HostedFileSystem_qualifiers,
132707                   /* super */
132708                   &__root_cimv2_CIM_SystemComponent,
132709                   /* features */
132710                   _CIM_HostedFileSystem_features,
132711               };
132712               
132713               //==============================================================================
132714               //
132715               // Class: CIM_HostedFilterEntryBase
132716               //
132717               //==============================================================================
132718               
132719               static const char*
132720 mike  1.1.2.1 _CIM_HostedFilterEntryBase_Antecedent_qualifiers[] =
132721               {
132722                   /* Override */
132723                   "\044Antecedent",
132724                   /* Min */
132725                   "\033\000\000\000\001",
132726                   /* Max */
132727                   "\027\000\000\000\001",
132728                   0,
132729               };
132730               
132731               static MetaReference
132732               _CIM_HostedFilterEntryBase_Antecedent =
132733               {
132734                   /* flags */
132735                   META_FLAG_REFERENCE|META_FLAG_READ,
132736                   /* name */
132737                   "Antecedent",
132738                   /* qualifiers */
132739                   _CIM_HostedFilterEntryBase_Antecedent_qualifiers,
132740                   /* subscript */
132741 mike  1.1.2.1     -1,
132742                   /* refId */
132743                   &__root_cimv2_CIM_ComputerSystem,
132744               };
132745               
132746               static const char*
132747               _CIM_HostedFilterEntryBase_Dependent_qualifiers[] =
132748               {
132749                   /* Override */
132750                   "\044Dependent",
132751                   /* Weak */
132752                   "\064\001",
132753                   0,
132754               };
132755               
132756               static MetaReference
132757               _CIM_HostedFilterEntryBase_Dependent =
132758               {
132759                   /* flags */
132760                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
132761                   /* name */
132762 mike  1.1.2.1     "Dependent",
132763                   /* qualifiers */
132764                   _CIM_HostedFilterEntryBase_Dependent_qualifiers,
132765                   /* subscript */
132766                   -1,
132767                   /* refId */
132768                   &__root_cimv2_CIM_FilterEntryBase,
132769               };
132770               
132771               static MetaFeature*
132772               _CIM_HostedFilterEntryBase_features[] =
132773               {
132774                   (MetaFeature*)&_CIM_HostedFilterEntryBase_Antecedent,
132775                   (MetaFeature*)&_CIM_HostedFilterEntryBase_Dependent,
132776                   0,
132777               };
132778               
132779               static const char*
132780               __root_cimv2_CIM_HostedFilterEntryBase_qualifiers[] =
132781               {
132782                   /* ASSOCIATION */
132783 mike  1.1.2.1     "\000\001",
132784                   /* UMLPackagePath */
132785                   "\057CIM::Network::Filtering",
132786                   /* Version */
132787                   "\0632.7.0",
132788                   0,
132789               };
132790               
132791               MetaClass
132792               __root_cimv2_CIM_HostedFilterEntryBase =
132793               {
132794                   /* flags */
132795                   META_FLAG_ASSOCIATION,
132796                   /* name */
132797                   "CIM_HostedFilterEntryBase",
132798                   /* qualifiers */
132799                   __root_cimv2_CIM_HostedFilterEntryBase_qualifiers,
132800                   /* super */
132801                   &__root_cimv2_CIM_HostedDependency,
132802                   /* features */
132803                   _CIM_HostedFilterEntryBase_features,
132804 mike  1.1.2.1 };
132805               
132806               //==============================================================================
132807               //
132808               // Class: CIM_HostedFilterList
132809               //
132810               //==============================================================================
132811               
132812               static const char*
132813               _CIM_HostedFilterList_Antecedent_qualifiers[] =
132814               {
132815                   /* Override */
132816                   "\044Antecedent",
132817                   /* Min */
132818                   "\033\000\000\000\001",
132819                   /* Max */
132820                   "\027\000\000\000\001",
132821                   0,
132822               };
132823               
132824               static MetaReference
132825 mike  1.1.2.1 _CIM_HostedFilterList_Antecedent =
132826               {
132827                   /* flags */
132828                   META_FLAG_REFERENCE|META_FLAG_READ,
132829                   /* name */
132830                   "Antecedent",
132831                   /* qualifiers */
132832                   _CIM_HostedFilterList_Antecedent_qualifiers,
132833                   /* subscript */
132834                   -1,
132835                   /* refId */
132836                   &__root_cimv2_CIM_ComputerSystem,
132837               };
132838               
132839               static const char*
132840               _CIM_HostedFilterList_Dependent_qualifiers[] =
132841               {
132842                   /* Override */
132843                   "\044Dependent",
132844                   /* Weak */
132845                   "\064\001",
132846 mike  1.1.2.1     0,
132847               };
132848               
132849               static MetaReference
132850               _CIM_HostedFilterList_Dependent =
132851               {
132852                   /* flags */
132853                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
132854                   /* name */
132855                   "Dependent",
132856                   /* qualifiers */
132857                   _CIM_HostedFilterList_Dependent_qualifiers,
132858                   /* subscript */
132859                   -1,
132860                   /* refId */
132861                   &__root_cimv2_CIM_FilterList,
132862               };
132863               
132864               static MetaFeature*
132865               _CIM_HostedFilterList_features[] =
132866               {
132867 mike  1.1.2.1     (MetaFeature*)&_CIM_HostedFilterList_Antecedent,
132868                   (MetaFeature*)&_CIM_HostedFilterList_Dependent,
132869                   0,
132870               };
132871               
132872               static const char*
132873               __root_cimv2_CIM_HostedFilterList_qualifiers[] =
132874               {
132875                   /* ASSOCIATION */
132876                   "\000\001",
132877                   /* UMLPackagePath */
132878                   "\057CIM::Network::Filtering",
132879                   /* Version */
132880                   "\0632.7.0",
132881                   0,
132882               };
132883               
132884               MetaClass
132885               __root_cimv2_CIM_HostedFilterList =
132886               {
132887                   /* flags */
132888 mike  1.1.2.1     META_FLAG_ASSOCIATION,
132889                   /* name */
132890                   "CIM_HostedFilterList",
132891                   /* qualifiers */
132892                   __root_cimv2_CIM_HostedFilterList_qualifiers,
132893                   /* super */
132894                   &__root_cimv2_CIM_HostedDependency,
132895                   /* features */
132896                   _CIM_HostedFilterList_features,
132897               };
132898               
132899               //==============================================================================
132900               //
132901               // Class: CIM_HostedJobDestination
132902               //
132903               //==============================================================================
132904               
132905               static const char*
132906               _CIM_HostedJobDestination_Antecedent_qualifiers[] =
132907               {
132908                   /* Override */
132909 mike  1.1.2.1     "\044Antecedent",
132910                   /* Min */
132911                   "\033\000\000\000\001",
132912                   /* Max */
132913                   "\027\000\000\000\001",
132914                   0,
132915               };
132916               
132917               static MetaReference
132918               _CIM_HostedJobDestination_Antecedent =
132919               {
132920                   /* flags */
132921                   META_FLAG_REFERENCE|META_FLAG_READ,
132922                   /* name */
132923                   "Antecedent",
132924                   /* qualifiers */
132925                   _CIM_HostedJobDestination_Antecedent_qualifiers,
132926                   /* subscript */
132927                   -1,
132928                   /* refId */
132929                   &__root_cimv2_CIM_System,
132930 mike  1.1.2.1 };
132931               
132932               static const char*
132933               _CIM_HostedJobDestination_Dependent_qualifiers[] =
132934               {
132935                   /* Override */
132936                   "\044Dependent",
132937                   /* Weak */
132938                   "\064\001",
132939                   0,
132940               };
132941               
132942               static MetaReference
132943               _CIM_HostedJobDestination_Dependent =
132944               {
132945                   /* flags */
132946                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
132947                   /* name */
132948                   "Dependent",
132949                   /* qualifiers */
132950                   _CIM_HostedJobDestination_Dependent_qualifiers,
132951 mike  1.1.2.1     /* subscript */
132952                   -1,
132953                   /* refId */
132954                   &__root_cimv2_CIM_JobDestination,
132955               };
132956               
132957               static MetaFeature*
132958               _CIM_HostedJobDestination_features[] =
132959               {
132960                   (MetaFeature*)&_CIM_HostedJobDestination_Antecedent,
132961                   (MetaFeature*)&_CIM_HostedJobDestination_Dependent,
132962                   0,
132963               };
132964               
132965               static const char*
132966               __root_cimv2_CIM_HostedJobDestination_qualifiers[] =
132967               {
132968                   /* ASSOCIATION */
132969                   "\000\001",
132970                   /* UMLPackagePath */
132971                   "\057CIM::System::Processing",
132972 mike  1.1.2.1     /* Version */
132973                   "\0632.8.0",
132974                   0,
132975               };
132976               
132977               MetaClass
132978               __root_cimv2_CIM_HostedJobDestination =
132979               {
132980                   /* flags */
132981                   META_FLAG_ASSOCIATION,
132982                   /* name */
132983                   "CIM_HostedJobDestination",
132984                   /* qualifiers */
132985                   __root_cimv2_CIM_HostedJobDestination_qualifiers,
132986                   /* super */
132987                   &__root_cimv2_CIM_HostedDependency,
132988                   /* features */
132989                   _CIM_HostedJobDestination_features,
132990               };
132991               
132992               //==============================================================================
132993 mike  1.1.2.1 //
132994               // Class: CIM_HostedRoute
132995               //
132996               //==============================================================================
132997               
132998               static const char*
132999               _CIM_HostedRoute_Antecedent_qualifiers[] =
133000               {
133001                   /* Override */
133002                   "\044Antecedent",
133003                   /* Min */
133004                   "\033\000\000\000\001",
133005                   /* Max */
133006                   "\027\000\000\000\001",
133007                   0,
133008               };
133009               
133010               static MetaReference
133011               _CIM_HostedRoute_Antecedent =
133012               {
133013                   /* flags */
133014 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
133015                   /* name */
133016                   "Antecedent",
133017                   /* qualifiers */
133018                   _CIM_HostedRoute_Antecedent_qualifiers,
133019                   /* subscript */
133020                   -1,
133021                   /* refId */
133022                   &__root_cimv2_CIM_System,
133023               };
133024               
133025               static const char*
133026               _CIM_HostedRoute_Dependent_qualifiers[] =
133027               {
133028                   /* Override */
133029                   "\044Dependent",
133030                   0,
133031               };
133032               
133033               static MetaReference
133034               _CIM_HostedRoute_Dependent =
133035 mike  1.1.2.1 {
133036                   /* flags */
133037                   META_FLAG_REFERENCE|META_FLAG_READ,
133038                   /* name */
133039                   "Dependent",
133040                   /* qualifiers */
133041                   _CIM_HostedRoute_Dependent_qualifiers,
133042                   /* subscript */
133043                   -1,
133044                   /* refId */
133045                   &__root_cimv2_CIM_NextHopRoute,
133046               };
133047               
133048               static MetaFeature*
133049               _CIM_HostedRoute_features[] =
133050               {
133051                   (MetaFeature*)&_CIM_HostedRoute_Antecedent,
133052                   (MetaFeature*)&_CIM_HostedRoute_Dependent,
133053                   0,
133054               };
133055               
133056 mike  1.1.2.1 static const char*
133057               __root_cimv2_CIM_HostedRoute_qualifiers[] =
133058               {
133059                   /* ASSOCIATION */
133060                   "\000\001",
133061                   /* UMLPackagePath */
133062                   "\057CIM::Network::Routes",
133063                   /* Version */
133064                   "\0632.7.0",
133065                   0,
133066               };
133067               
133068               MetaClass
133069               __root_cimv2_CIM_HostedRoute =
133070               {
133071                   /* flags */
133072                   META_FLAG_ASSOCIATION,
133073                   /* name */
133074                   "CIM_HostedRoute",
133075                   /* qualifiers */
133076                   __root_cimv2_CIM_HostedRoute_qualifiers,
133077 mike  1.1.2.1     /* super */
133078                   &__root_cimv2_CIM_HostedDependency,
133079                   /* features */
133080                   _CIM_HostedRoute_features,
133081               };
133082               
133083               //==============================================================================
133084               //
133085               // Class: CIM_HostedRoutingPolicy
133086               //
133087               //==============================================================================
133088               
133089               static const char*
133090               _CIM_HostedRoutingPolicy_Antecedent_qualifiers[] =
133091               {
133092                   /* Override */
133093                   "\044Antecedent",
133094                   /* Min */
133095                   "\033\000\000\000\001",
133096                   /* Max */
133097                   "\027\000\000\000\001",
133098 mike  1.1.2.1     0,
133099               };
133100               
133101               static MetaReference
133102               _CIM_HostedRoutingPolicy_Antecedent =
133103               {
133104                   /* flags */
133105                   META_FLAG_REFERENCE|META_FLAG_READ,
133106                   /* name */
133107                   "Antecedent",
133108                   /* qualifiers */
133109                   _CIM_HostedRoutingPolicy_Antecedent_qualifiers,
133110                   /* subscript */
133111                   -1,
133112                   /* refId */
133113                   &__root_cimv2_CIM_ComputerSystem,
133114               };
133115               
133116               static const char*
133117               _CIM_HostedRoutingPolicy_Dependent_qualifiers[] =
133118               {
133119 mike  1.1.2.1     /* Override */
133120                   "\044Dependent",
133121                   /* Weak */
133122                   "\064\001",
133123                   0,
133124               };
133125               
133126               static MetaReference
133127               _CIM_HostedRoutingPolicy_Dependent =
133128               {
133129                   /* flags */
133130                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
133131                   /* name */
133132                   "Dependent",
133133                   /* qualifiers */
133134                   _CIM_HostedRoutingPolicy_Dependent_qualifiers,
133135                   /* subscript */
133136                   -1,
133137                   /* refId */
133138                   &__root_cimv2_CIM_RoutingPolicy,
133139               };
133140 mike  1.1.2.1 
133141               static MetaFeature*
133142               _CIM_HostedRoutingPolicy_features[] =
133143               {
133144                   (MetaFeature*)&_CIM_HostedRoutingPolicy_Antecedent,
133145                   (MetaFeature*)&_CIM_HostedRoutingPolicy_Dependent,
133146                   0,
133147               };
133148               
133149               static const char*
133150               __root_cimv2_CIM_HostedRoutingPolicy_qualifiers[] =
133151               {
133152                   /* ASSOCIATION */
133153                   "\000\001",
133154                   /* UMLPackagePath */
133155                   "\057CIM::Network::RoutingForwarding",
133156                   /* Version */
133157                   "\0632.6.0",
133158                   0,
133159               };
133160               
133161 mike  1.1.2.1 MetaClass
133162               __root_cimv2_CIM_HostedRoutingPolicy =
133163               {
133164                   /* flags */
133165                   META_FLAG_ASSOCIATION,
133166                   /* name */
133167                   "CIM_HostedRoutingPolicy",
133168                   /* qualifiers */
133169                   __root_cimv2_CIM_HostedRoutingPolicy_qualifiers,
133170                   /* super */
133171                   &__root_cimv2_CIM_HostedDependency,
133172                   /* features */
133173                   _CIM_HostedRoutingPolicy_features,
133174               };
133175               
133176               //==============================================================================
133177               //
133178               // Class: CIM_HostedService
133179               //
133180               //==============================================================================
133181               
133182 mike  1.1.2.1 static const char*
133183               _CIM_HostedService_Antecedent_qualifiers[] =
133184               {
133185                   /* Override */
133186                   "\044Antecedent",
133187                   /* Min */
133188                   "\033\000\000\000\001",
133189                   /* Max */
133190                   "\027\000\000\000\001",
133191                   0,
133192               };
133193               
133194               static MetaReference
133195               _CIM_HostedService_Antecedent =
133196               {
133197                   /* flags */
133198                   META_FLAG_REFERENCE|META_FLAG_READ,
133199                   /* name */
133200                   "Antecedent",
133201                   /* qualifiers */
133202                   _CIM_HostedService_Antecedent_qualifiers,
133203 mike  1.1.2.1     /* subscript */
133204                   -1,
133205                   /* refId */
133206                   &__root_cimv2_CIM_System,
133207               };
133208               
133209               static const char*
133210               _CIM_HostedService_Dependent_qualifiers[] =
133211               {
133212                   /* Override */
133213                   "\044Dependent",
133214                   /* Weak */
133215                   "\064\001",
133216                   0,
133217               };
133218               
133219               static MetaReference
133220               _CIM_HostedService_Dependent =
133221               {
133222                   /* flags */
133223                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
133224 mike  1.1.2.1     /* name */
133225                   "Dependent",
133226                   /* qualifiers */
133227                   _CIM_HostedService_Dependent_qualifiers,
133228                   /* subscript */
133229                   -1,
133230                   /* refId */
133231                   &__root_cimv2_CIM_Service,
133232               };
133233               
133234               static MetaFeature*
133235               _CIM_HostedService_features[] =
133236               {
133237                   (MetaFeature*)&_CIM_HostedService_Antecedent,
133238                   (MetaFeature*)&_CIM_HostedService_Dependent,
133239                   0,
133240               };
133241               
133242               static const char*
133243               __root_cimv2_CIM_HostedService_qualifiers[] =
133244               {
133245 mike  1.1.2.1     /* ASSOCIATION */
133246                   "\000\001",
133247                   /* UMLPackagePath */
133248                   "\057CIM::Core::Service",
133249                   /* Version */
133250                   "\0632.10.0",
133251                   0,
133252               };
133253               
133254               MetaClass
133255               __root_cimv2_CIM_HostedService =
133256               {
133257                   /* flags */
133258                   META_FLAG_ASSOCIATION,
133259                   /* name */
133260                   "CIM_HostedService",
133261                   /* qualifiers */
133262                   __root_cimv2_CIM_HostedService_qualifiers,
133263                   /* super */
133264                   &__root_cimv2_CIM_HostedDependency,
133265                   /* features */
133266 mike  1.1.2.1     _CIM_HostedService_features,
133267               };
133268               
133269               //==============================================================================
133270               //
133271               // Class: CIM_HostedStoragePool
133272               //
133273               //==============================================================================
133274               
133275               static const char*
133276               _CIM_HostedStoragePool_GroupComponent_qualifiers[] =
133277               {
133278                   /* Aggregate */
133279                   "\003\001",
133280                   /* Override */
133281                   "\044GroupComponent",
133282                   /* Min */
133283                   "\033\000\000\000\001",
133284                   /* Max */
133285                   "\027\000\000\000\001",
133286                   0,
133287 mike  1.1.2.1 };
133288               
133289               static MetaReference
133290               _CIM_HostedStoragePool_GroupComponent =
133291               {
133292                   /* flags */
133293                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
133294                   /* name */
133295                   "GroupComponent",
133296                   /* qualifiers */
133297                   _CIM_HostedStoragePool_GroupComponent_qualifiers,
133298                   /* subscript */
133299                   -1,
133300                   /* refId */
133301                   &__root_cimv2_CIM_System,
133302               };
133303               
133304               static const char*
133305               _CIM_HostedStoragePool_PartComponent_qualifiers[] =
133306               {
133307                   /* Override */
133308 mike  1.1.2.1     "\044PartComponent",
133309                   0,
133310               };
133311               
133312               static MetaReference
133313               _CIM_HostedStoragePool_PartComponent =
133314               {
133315                   /* flags */
133316                   META_FLAG_REFERENCE|META_FLAG_READ,
133317                   /* name */
133318                   "PartComponent",
133319                   /* qualifiers */
133320                   _CIM_HostedStoragePool_PartComponent_qualifiers,
133321                   /* subscript */
133322                   -1,
133323                   /* refId */
133324                   &__root_cimv2_CIM_StoragePool,
133325               };
133326               
133327               static MetaFeature*
133328               _CIM_HostedStoragePool_features[] =
133329 mike  1.1.2.1 {
133330                   (MetaFeature*)&_CIM_HostedStoragePool_GroupComponent,
133331                   (MetaFeature*)&_CIM_HostedStoragePool_PartComponent,
133332                   0,
133333               };
133334               
133335               static const char*
133336               __root_cimv2_CIM_HostedStoragePool_qualifiers[] =
133337               {
133338                   /* ASSOCIATION */
133339                   "\000\001",
133340                   /* UMLPackagePath */
133341                   "\057CIM::Device::StorageServices",
133342                   /* Aggregation */
133343                   "\004\001",
133344                   /* Composition */
133345                   "\011\001",
133346                   /* Version */
133347                   "\0632.7.0",
133348                   0,
133349               };
133350 mike  1.1.2.1 
133351               MetaClass
133352               __root_cimv2_CIM_HostedStoragePool =
133353               {
133354                   /* flags */
133355                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
133356                   /* name */
133357                   "CIM_HostedStoragePool",
133358                   /* qualifiers */
133359                   __root_cimv2_CIM_HostedStoragePool_qualifiers,
133360                   /* super */
133361                   &__root_cimv2_CIM_SystemComponent,
133362                   /* features */
133363                   _CIM_HostedStoragePool_features,
133364               };
133365               
133366               //==============================================================================
133367               //
133368               // Class: CIM_IBSubnetManager
133369               //
133370               //==============================================================================
133371 mike  1.1.2.1 
133372               static const char*
133373               _CIM_IBSubnetManager_Priority_qualifiers[] =
133374               {
133375                   /* Write */
133376                   "\065\001",
133377                   /* MappingStrings */
133378                   "\026\000\001MAD.IBTA | SMInfo | Priority\000",
133379                   0,
133380               };
133381               
133382               static MetaProperty
133383               _CIM_IBSubnetManager_Priority =
133384               {
133385                   /* flags */
133386                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
133387                   /* name */
133388                   "Priority",
133389                   /* qualifiers */
133390                   _CIM_IBSubnetManager_Priority_qualifiers,
133391                   /* type */
133392 mike  1.1.2.1     CIMTYPE_UINT8,
133393                   /* subscript */
133394                   -1,
133395                   /* value */
133396                   0,
133397               };
133398               
133399               static const char*
133400               _CIM_IBSubnetManager_State_qualifiers[] =
133401               {
133402                   /* ValueMap */
133403                   "\061\000\0050\0001\0002\0003\0004\000",
133404                   /* Values */
133405                   "\062\000\005Unknown\000Not Active\000Discovering\000Standby\000Master\000",
133406                   /* MappingStrings */
133407                   "\026\000\001MAD.IBTA | SMInfo | SMState\000",
133408                   0,
133409               };
133410               
133411               static MetaProperty
133412               _CIM_IBSubnetManager_State =
133413 mike  1.1.2.1 {
133414                   /* flags */
133415                   META_FLAG_PROPERTY|META_FLAG_READ,
133416                   /* name */
133417                   "State",
133418                   /* qualifiers */
133419                   _CIM_IBSubnetManager_State_qualifiers,
133420                   /* type */
133421                   CIMTYPE_UINT16,
133422                   /* subscript */
133423                   -1,
133424                   /* value */
133425                   0,
133426               };
133427               
133428               static MetaFeature*
133429               _CIM_IBSubnetManager_features[] =
133430               {
133431                   (MetaFeature*)&_CIM_IBSubnetManager_Priority,
133432                   (MetaFeature*)&_CIM_IBSubnetManager_State,
133433                   0,
133434 mike  1.1.2.1 };
133435               
133436               static const char*
133437               __root_cimv2_CIM_IBSubnetManager_qualifiers[] =
133438               {
133439                   /* UMLPackagePath */
133440                   "\057CIM::Device::IB",
133441                   /* Version */
133442                   "\0632.7.0",
133443                   0,
133444               };
133445               
133446               MetaClass
133447               __root_cimv2_CIM_IBSubnetManager =
133448               {
133449                   /* flags */
133450                   META_FLAG_CLASS,
133451                   /* name */
133452                   "CIM_IBSubnetManager",
133453                   /* qualifiers */
133454                   __root_cimv2_CIM_IBSubnetManager_qualifiers,
133455 mike  1.1.2.1     /* super */
133456                   &__root_cimv2_CIM_Service,
133457                   /* features */
133458                   _CIM_IBSubnetManager_features,
133459               };
133460               
133461               //==============================================================================
133462               //
133463               // Class: CIM_IDEController
133464               //
133465               //==============================================================================
133466               
133467               static MetaFeature*
133468               _CIM_IDEController_features[] =
133469               {
133470                   0,
133471               };
133472               
133473               static const char*
133474               __root_cimv2_CIM_IDEController_qualifiers[] =
133475               {
133476 mike  1.1.2.1     /* UMLPackagePath */
133477                   "\057CIM::Device::Controller",
133478                   /* Version */
133479                   "\0632.6.0",
133480                   0,
133481               };
133482               
133483               MetaClass
133484               __root_cimv2_CIM_IDEController =
133485               {
133486                   /* flags */
133487                   META_FLAG_CLASS,
133488                   /* name */
133489                   "CIM_IDEController",
133490                   /* qualifiers */
133491                   __root_cimv2_CIM_IDEController_qualifiers,
133492                   /* super */
133493                   &__root_cimv2_CIM_Controller,
133494                   /* features */
133495                   _CIM_IDEController_features,
133496               };
133497 mike  1.1.2.1 
133498               //==============================================================================
133499               //
133500               // Class: CIM_IdentificationOfManagedSystem
133501               //
133502               //==============================================================================
133503               
133504               static const char*
133505               _CIM_IdentificationOfManagedSystem_Antecedent_qualifiers[] =
133506               {
133507                   /* Override */
133508                   "\044Antecedent",
133509                   /* Max */
133510                   "\027\000\000\000\001",
133511                   0,
133512               };
133513               
133514               static MetaReference
133515               _CIM_IdentificationOfManagedSystem_Antecedent =
133516               {
133517                   /* flags */
133518 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
133519                   /* name */
133520                   "Antecedent",
133521                   /* qualifiers */
133522                   _CIM_IdentificationOfManagedSystem_Antecedent_qualifiers,
133523                   /* subscript */
133524                   -1,
133525                   /* refId */
133526                   &__root_cimv2_CIM_System,
133527               };
133528               
133529               static const char*
133530               _CIM_IdentificationOfManagedSystem_Dependent_qualifiers[] =
133531               {
133532                   /* Override */
133533                   "\044Dependent",
133534                   /* Max */
133535                   "\027\000\000\000\001",
133536                   0,
133537               };
133538               
133539 mike  1.1.2.1 static MetaReference
133540               _CIM_IdentificationOfManagedSystem_Dependent =
133541               {
133542                   /* flags */
133543                   META_FLAG_REFERENCE|META_FLAG_READ,
133544                   /* name */
133545                   "Dependent",
133546                   /* qualifiers */
133547                   _CIM_IdentificationOfManagedSystem_Dependent_qualifiers,
133548                   /* subscript */
133549                   -1,
133550                   /* refId */
133551                   &__root_cimv2_CIM_SystemIdentification,
133552               };
133553               
133554               static MetaFeature*
133555               _CIM_IdentificationOfManagedSystem_features[] =
133556               {
133557                   (MetaFeature*)&_CIM_IdentificationOfManagedSystem_Antecedent,
133558                   (MetaFeature*)&_CIM_IdentificationOfManagedSystem_Dependent,
133559                   0,
133560 mike  1.1.2.1 };
133561               
133562               static const char*
133563               __root_cimv2_CIM_IdentificationOfManagedSystem_qualifiers[] =
133564               {
133565                   /* ASSOCIATION */
133566                   "\000\001",
133567                   /* UMLPackagePath */
133568                   "\057CIM::Interop",
133569                   /* Version */
133570                   "\0632.6.0",
133571                   0,
133572               };
133573               
133574               MetaClass
133575               __root_cimv2_CIM_IdentificationOfManagedSystem =
133576               {
133577                   /* flags */
133578                   META_FLAG_ASSOCIATION,
133579                   /* name */
133580                   "CIM_IdentificationOfManagedSystem",
133581 mike  1.1.2.1     /* qualifiers */
133582                   __root_cimv2_CIM_IdentificationOfManagedSystem_qualifiers,
133583                   /* super */
133584                   &__root_cimv2_CIM_Dependency,
133585                   /* features */
133586                   _CIM_IdentificationOfManagedSystem_features,
133587               };
133588               
133589               //==============================================================================
133590               //
133591               // Class: CIM_InBGPPeerGroup
133592               //
133593               //==============================================================================
133594               
133595               static const char*
133596               _CIM_InBGPPeerGroup_Collection_qualifiers[] =
133597               {
133598                   /* Aggregate */
133599                   "\003\001",
133600                   /* Override */
133601                   "\044Collection",
133602 mike  1.1.2.1     /* Max */
133603                   "\027\000\000\000\001",
133604                   0,
133605               };
133606               
133607               static MetaReference
133608               _CIM_InBGPPeerGroup_Collection =
133609               {
133610                   /* flags */
133611                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
133612                   /* name */
133613                   "Collection",
133614                   /* qualifiers */
133615                   _CIM_InBGPPeerGroup_Collection_qualifiers,
133616                   /* subscript */
133617                   -1,
133618                   /* refId */
133619                   &__root_cimv2_CIM_BGPPeerGroup,
133620               };
133621               
133622               static const char*
133623 mike  1.1.2.1 _CIM_InBGPPeerGroup_Member_qualifiers[] =
133624               {
133625                   /* Override */
133626                   "\044Member",
133627                   /* Min */
133628                   "\033\000\000\000\002",
133629                   0,
133630               };
133631               
133632               static MetaReference
133633               _CIM_InBGPPeerGroup_Member =
133634               {
133635                   /* flags */
133636                   META_FLAG_REFERENCE|META_FLAG_READ,
133637                   /* name */
133638                   "Member",
133639                   /* qualifiers */
133640                   _CIM_InBGPPeerGroup_Member_qualifiers,
133641                   /* subscript */
133642                   -1,
133643                   /* refId */
133644 mike  1.1.2.1     &__root_cimv2_CIM_ComputerSystem,
133645               };
133646               
133647               static MetaFeature*
133648               _CIM_InBGPPeerGroup_features[] =
133649               {
133650                   (MetaFeature*)&_CIM_InBGPPeerGroup_Collection,
133651                   (MetaFeature*)&_CIM_InBGPPeerGroup_Member,
133652                   0,
133653               };
133654               
133655               static const char*
133656               __root_cimv2_CIM_InBGPPeerGroup_qualifiers[] =
133657               {
133658                   /* ASSOCIATION */
133659                   "\000\001",
133660                   /* UMLPackagePath */
133661                   "\057CIM::Network::BGP",
133662                   /* Aggregation */
133663                   "\004\001",
133664                   /* Version */
133665 mike  1.1.2.1     "\0632.6.0",
133666                   0,
133667               };
133668               
133669               MetaClass
133670               __root_cimv2_CIM_InBGPPeerGroup =
133671               {
133672                   /* flags */
133673                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
133674                   /* name */
133675                   "CIM_InBGPPeerGroup",
133676                   /* qualifiers */
133677                   __root_cimv2_CIM_InBGPPeerGroup_qualifiers,
133678                   /* super */
133679                   &__root_cimv2_CIM_CollectedMSEs,
133680                   /* features */
133681                   _CIM_InBGPPeerGroup_features,
133682               };
133683               
133684               //==============================================================================
133685               //
133686 mike  1.1.2.1 // Class: CIM_InfraredController
133687               //
133688               //==============================================================================
133689               
133690               static MetaFeature*
133691               _CIM_InfraredController_features[] =
133692               {
133693                   0,
133694               };
133695               
133696               static const char*
133697               __root_cimv2_CIM_InfraredController_qualifiers[] =
133698               {
133699                   /* UMLPackagePath */
133700                   "\057CIM::Device::Controller",
133701                   /* Version */
133702                   "\0632.6.0",
133703                   0,
133704               };
133705               
133706               MetaClass
133707 mike  1.1.2.1 __root_cimv2_CIM_InfraredController =
133708               {
133709                   /* flags */
133710                   META_FLAG_CLASS,
133711                   /* name */
133712                   "CIM_InfraredController",
133713                   /* qualifiers */
133714                   __root_cimv2_CIM_InfraredController_qualifiers,
133715                   /* super */
133716                   &__root_cimv2_CIM_Controller,
133717                   /* features */
133718                   _CIM_InfraredController_features,
133719               };
133720               
133721               //==============================================================================
133722               //
133723               // Class: CIM_InstalledOS
133724               //
133725               //==============================================================================
133726               
133727               static const char*
133728 mike  1.1.2.1 _CIM_InstalledOS_GroupComponent_qualifiers[] =
133729               {
133730                   /* Aggregate */
133731                   "\003\001",
133732                   /* Override */
133733                   "\044GroupComponent",
133734                   /* Min */
133735                   "\033\000\000\000\001",
133736                   /* Max */
133737                   "\027\000\000\000\001",
133738                   0,
133739               };
133740               
133741               static MetaReference
133742               _CIM_InstalledOS_GroupComponent =
133743               {
133744                   /* flags */
133745                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
133746                   /* name */
133747                   "GroupComponent",
133748                   /* qualifiers */
133749 mike  1.1.2.1     _CIM_InstalledOS_GroupComponent_qualifiers,
133750                   /* subscript */
133751                   -1,
133752                   /* refId */
133753                   &__root_cimv2_CIM_ComputerSystem,
133754               };
133755               
133756               static const char*
133757               _CIM_InstalledOS_PartComponent_qualifiers[] =
133758               {
133759                   /* Override */
133760                   "\044PartComponent",
133761                   /* Weak */
133762                   "\064\001",
133763                   0,
133764               };
133765               
133766               static MetaReference
133767               _CIM_InstalledOS_PartComponent =
133768               {
133769                   /* flags */
133770 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
133771                   /* name */
133772                   "PartComponent",
133773                   /* qualifiers */
133774                   _CIM_InstalledOS_PartComponent_qualifiers,
133775                   /* subscript */
133776                   -1,
133777                   /* refId */
133778                   &__root_cimv2_CIM_OperatingSystem,
133779               };
133780               
133781               static const char*
133782               _CIM_InstalledOS_PrimaryOS_qualifiers[] =
133783               {
133784                   /* MappingStrings */
133785                   "\026\000\001MIF.DMTF|Operating System|001.4\000",
133786                   0,
133787               };
133788               
133789               static MetaProperty
133790               _CIM_InstalledOS_PrimaryOS =
133791 mike  1.1.2.1 {
133792                   /* flags */
133793                   META_FLAG_PROPERTY|META_FLAG_READ,
133794                   /* name */
133795                   "PrimaryOS",
133796                   /* qualifiers */
133797                   _CIM_InstalledOS_PrimaryOS_qualifiers,
133798                   /* type */
133799                   CIMTYPE_BOOLEAN,
133800                   /* subscript */
133801                   -1,
133802                   /* value */
133803                   0,
133804               };
133805               
133806               static MetaFeature*
133807               _CIM_InstalledOS_features[] =
133808               {
133809                   (MetaFeature*)&_CIM_InstalledOS_GroupComponent,
133810                   (MetaFeature*)&_CIM_InstalledOS_PartComponent,
133811                   (MetaFeature*)&_CIM_InstalledOS_PrimaryOS,
133812 mike  1.1.2.1     0,
133813               };
133814               
133815               static const char*
133816               __root_cimv2_CIM_InstalledOS_qualifiers[] =
133817               {
133818                   /* ASSOCIATION */
133819                   "\000\001",
133820                   /* UMLPackagePath */
133821                   "\057CIM::System::OperatingSystem",
133822                   /* Aggregation */
133823                   "\004\001",
133824                   /* Composition */
133825                   "\011\001",
133826                   /* Version */
133827                   "\0632.7.0",
133828                   0,
133829               };
133830               
133831               MetaClass
133832               __root_cimv2_CIM_InstalledOS =
133833 mike  1.1.2.1 {
133834                   /* flags */
133835                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
133836                   /* name */
133837                   "CIM_InstalledOS",
133838                   /* qualifiers */
133839                   __root_cimv2_CIM_InstalledOS_qualifiers,
133840                   /* super */
133841                   &__root_cimv2_CIM_SystemComponent,
133842                   /* features */
133843                   _CIM_InstalledOS_features,
133844               };
133845               
133846               //==============================================================================
133847               //
133848               // Class: CIM_InstalledSoftwareElement
133849               //
133850               //==============================================================================
133851               
133852               static const char*
133853               _CIM_InstalledSoftwareElement_Software_qualifiers[] =
133854 mike  1.1.2.1 {
133855                   /* Key */
133856                   "\025\001",
133857                   0,
133858               };
133859               
133860               static MetaReference
133861               _CIM_InstalledSoftwareElement_Software =
133862               {
133863                   /* flags */
133864                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
133865                   /* name */
133866                   "Software",
133867                   /* qualifiers */
133868                   _CIM_InstalledSoftwareElement_Software_qualifiers,
133869                   /* subscript */
133870                   -1,
133871                   /* refId */
133872                   &__root_cimv2_CIM_SoftwareElement,
133873               };
133874               
133875 mike  1.1.2.1 static const char*
133876               _CIM_InstalledSoftwareElement_System_qualifiers[] =
133877               {
133878                   /* Key */
133879                   "\025\001",
133880                   /* Max */
133881                   "\027\000\000\000\001",
133882                   0,
133883               };
133884               
133885               static MetaReference
133886               _CIM_InstalledSoftwareElement_System =
133887               {
133888                   /* flags */
133889                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
133890                   /* name */
133891                   "System",
133892                   /* qualifiers */
133893                   _CIM_InstalledSoftwareElement_System_qualifiers,
133894                   /* subscript */
133895                   -1,
133896 mike  1.1.2.1     /* refId */
133897                   &__root_cimv2_CIM_ComputerSystem,
133898               };
133899               
133900               static MetaFeature*
133901               _CIM_InstalledSoftwareElement_features[] =
133902               {
133903                   (MetaFeature*)&_CIM_InstalledSoftwareElement_Software,
133904                   (MetaFeature*)&_CIM_InstalledSoftwareElement_System,
133905                   0,
133906               };
133907               
133908               static const char*
133909               __root_cimv2_CIM_InstalledSoftwareElement_qualifiers[] =
133910               {
133911                   /* ASSOCIATION */
133912                   "\000\001",
133913                   /* UMLPackagePath */
133914                   "\057CIM::Application::SystemSoftware",
133915                   /* Version */
133916                   "\0632.6.0",
133917 mike  1.1.2.1     0,
133918               };
133919               
133920               MetaClass
133921               __root_cimv2_CIM_InstalledSoftwareElement =
133922               {
133923                   /* flags */
133924                   META_FLAG_ASSOCIATION,
133925                   /* name */
133926                   "CIM_InstalledSoftwareElement",
133927                   /* qualifiers */
133928                   __root_cimv2_CIM_InstalledSoftwareElement_qualifiers,
133929                   /* super */
133930                   0,
133931                   /* features */
133932                   _CIM_InstalledSoftwareElement_features,
133933               };
133934               
133935               //==============================================================================
133936               //
133937               // Class: CIM_InstalledSoftwareIdentity
133938 mike  1.1.2.1 //
133939               //==============================================================================
133940               
133941               static const char*
133942               _CIM_InstalledSoftwareIdentity_System_qualifiers[] =
133943               {
133944                   /* Key */
133945                   "\025\001",
133946                   0,
133947               };
133948               
133949               static MetaReference
133950               _CIM_InstalledSoftwareIdentity_System =
133951               {
133952                   /* flags */
133953                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
133954                   /* name */
133955                   "System",
133956                   /* qualifiers */
133957                   _CIM_InstalledSoftwareIdentity_System_qualifiers,
133958                   /* subscript */
133959 mike  1.1.2.1     -1,
133960                   /* refId */
133961                   &__root_cimv2_CIM_System,
133962               };
133963               
133964               static const char*
133965               _CIM_InstalledSoftwareIdentity_InstalledSoftware_qualifiers[] =
133966               {
133967                   /* Key */
133968                   "\025\001",
133969                   0,
133970               };
133971               
133972               static MetaReference
133973               _CIM_InstalledSoftwareIdentity_InstalledSoftware =
133974               {
133975                   /* flags */
133976                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
133977                   /* name */
133978                   "InstalledSoftware",
133979                   /* qualifiers */
133980 mike  1.1.2.1     _CIM_InstalledSoftwareIdentity_InstalledSoftware_qualifiers,
133981                   /* subscript */
133982                   -1,
133983                   /* refId */
133984                   &__root_cimv2_CIM_SoftwareIdentity,
133985               };
133986               
133987               static MetaFeature*
133988               _CIM_InstalledSoftwareIdentity_features[] =
133989               {
133990                   (MetaFeature*)&_CIM_InstalledSoftwareIdentity_System,
133991                   (MetaFeature*)&_CIM_InstalledSoftwareIdentity_InstalledSoftware,
133992                   0,
133993               };
133994               
133995               static const char*
133996               __root_cimv2_CIM_InstalledSoftwareIdentity_qualifiers[] =
133997               {
133998                   /* ASSOCIATION */
133999                   "\000\001",
134000                   /* UMLPackagePath */
134001 mike  1.1.2.1     "\057CIM::Core::Software",
134002                   /* Version */
134003                   "\0632.8.0",
134004                   0,
134005               };
134006               
134007               MetaClass
134008               __root_cimv2_CIM_InstalledSoftwareIdentity =
134009               {
134010                   /* flags */
134011                   META_FLAG_ASSOCIATION,
134012                   /* name */
134013                   "CIM_InstalledSoftwareIdentity",
134014                   /* qualifiers */
134015                   __root_cimv2_CIM_InstalledSoftwareIdentity_qualifiers,
134016                   /* super */
134017                   0,
134018                   /* features */
134019                   _CIM_InstalledSoftwareIdentity_features,
134020               };
134021               
134022 mike  1.1.2.1 //==============================================================================
134023               //
134024               // Class: CIM_InterLibraryPort
134025               //
134026               //==============================================================================
134027               
134028               static const char*
134029               _CIM_InterLibraryPort_LastAccessed_qualifiers[] =
134030               {
134031                   0,
134032               };
134033               
134034               static MetaProperty
134035               _CIM_InterLibraryPort_LastAccessed =
134036               {
134037                   /* flags */
134038                   META_FLAG_PROPERTY|META_FLAG_READ,
134039                   /* name */
134040                   "LastAccessed",
134041                   /* qualifiers */
134042                   _CIM_InterLibraryPort_LastAccessed_qualifiers,
134043 mike  1.1.2.1     /* type */
134044                   CIMTYPE_DATETIME,
134045                   /* subscript */
134046                   -1,
134047                   /* value */
134048                   0,
134049               };
134050               
134051               static const char*
134052               _CIM_InterLibraryPort_ImportCount_qualifiers[] =
134053               {
134054                   /* Counter */
134055                   "\012\001",
134056                   0,
134057               };
134058               
134059               static MetaProperty
134060               _CIM_InterLibraryPort_ImportCount =
134061               {
134062                   /* flags */
134063                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
134064 mike  1.1.2.1     /* name */
134065                   "ImportCount",
134066                   /* qualifiers */
134067                   _CIM_InterLibraryPort_ImportCount_qualifiers,
134068                   /* type */
134069                   CIMTYPE_UINT64,
134070                   /* subscript */
134071                   -1,
134072                   /* value */
134073                   0,
134074               };
134075               
134076               static const char*
134077               _CIM_InterLibraryPort_ExportCount_qualifiers[] =
134078               {
134079                   /* Counter */
134080                   "\012\001",
134081                   0,
134082               };
134083               
134084               static MetaProperty
134085 mike  1.1.2.1 _CIM_InterLibraryPort_ExportCount =
134086               {
134087                   /* flags */
134088                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
134089                   /* name */
134090                   "ExportCount",
134091                   /* qualifiers */
134092                   _CIM_InterLibraryPort_ExportCount_qualifiers,
134093                   /* type */
134094                   CIMTYPE_UINT64,
134095                   /* subscript */
134096                   -1,
134097                   /* value */
134098                   0,
134099               };
134100               
134101               static const char*
134102               _CIM_InterLibraryPort_Direction_qualifiers[] =
134103               {
134104                   /* ValueMap */
134105                   "\061\000\0040\0001\0002\0003\000",
134106 mike  1.1.2.1     /* Values */
134107                   "\062\000\004Unknown\000Import\000Export\000Both Import and Export\000",
134108                   0,
134109               };
134110               
134111               static MetaProperty
134112               _CIM_InterLibraryPort_Direction =
134113               {
134114                   /* flags */
134115                   META_FLAG_PROPERTY|META_FLAG_READ,
134116                   /* name */
134117                   "Direction",
134118                   /* qualifiers */
134119                   _CIM_InterLibraryPort_Direction_qualifiers,
134120                   /* type */
134121                   CIMTYPE_UINT16,
134122                   /* subscript */
134123                   -1,
134124                   /* value */
134125                   0,
134126               };
134127 mike  1.1.2.1 
134128               static MetaFeature*
134129               _CIM_InterLibraryPort_features[] =
134130               {
134131                   (MetaFeature*)&_CIM_InterLibraryPort_LastAccessed,
134132                   (MetaFeature*)&_CIM_InterLibraryPort_ImportCount,
134133                   (MetaFeature*)&_CIM_InterLibraryPort_ExportCount,
134134                   (MetaFeature*)&_CIM_InterLibraryPort_Direction,
134135                   0,
134136               };
134137               
134138               static const char*
134139               __root_cimv2_CIM_InterLibraryPort_qualifiers[] =
134140               {
134141                   /* UMLPackagePath */
134142                   "\057CIM::Device::StorageLib",
134143                   /* Version */
134144                   "\0632.6.0",
134145                   0,
134146               };
134147               
134148 mike  1.1.2.1 MetaClass
134149               __root_cimv2_CIM_InterLibraryPort =
134150               {
134151                   /* flags */
134152                   META_FLAG_CLASS,
134153                   /* name */
134154                   "CIM_InterLibraryPort",
134155                   /* qualifiers */
134156                   __root_cimv2_CIM_InterLibraryPort_qualifiers,
134157                   /* super */
134158                   &__root_cimv2_CIM_MediaTransferDevice,
134159                   /* features */
134160                   _CIM_InterLibraryPort_features,
134161               };
134162               
134163               //==============================================================================
134164               //
134165               // Class: CIM_IPsecPolicyForSystem
134166               //
134167               //==============================================================================
134168               
134169 mike  1.1.2.1 static const char*
134170               _CIM_IPsecPolicyForSystem_Antecedent_qualifiers[] =
134171               {
134172                   /* Override */
134173                   "\044Antecedent",
134174                   /* MappingStrings */
134175                   "\026\000\001IPSP Policy Model.IETF|IPsecPolicyForSystem.Antecedent\000",
134176                   0,
134177               };
134178               
134179               static MetaReference
134180               _CIM_IPsecPolicyForSystem_Antecedent =
134181               {
134182                   /* flags */
134183                   META_FLAG_REFERENCE|META_FLAG_READ,
134184                   /* name */
134185                   "Antecedent",
134186                   /* qualifiers */
134187                   _CIM_IPsecPolicyForSystem_Antecedent_qualifiers,
134188                   /* subscript */
134189                   -1,
134190 mike  1.1.2.1     /* refId */
134191                   &__root_cimv2_CIM_System,
134192               };
134193               
134194               static const char*
134195               _CIM_IPsecPolicyForSystem_Dependent_qualifiers[] =
134196               {
134197                   /* Override */
134198                   "\044Dependent",
134199                   /* Min */
134200                   "\033\000\000\000\000",
134201                   /* Max */
134202                   "\027\000\000\000\001",
134203                   /* MappingStrings */
134204                   "\026\000\001IPSP Policy Model.IETF|IPsecPolicyForSystem.Dependent\000",
134205                   0,
134206               };
134207               
134208               static MetaReference
134209               _CIM_IPsecPolicyForSystem_Dependent =
134210               {
134211 mike  1.1.2.1     /* flags */
134212                   META_FLAG_REFERENCE|META_FLAG_READ,
134213                   /* name */
134214                   "Dependent",
134215                   /* qualifiers */
134216                   _CIM_IPsecPolicyForSystem_Dependent_qualifiers,
134217                   /* subscript */
134218                   -1,
134219                   /* refId */
134220                   &__root_cimv2_CIM_PolicyGroup,
134221               };
134222               
134223               static MetaFeature*
134224               _CIM_IPsecPolicyForSystem_features[] =
134225               {
134226                   (MetaFeature*)&_CIM_IPsecPolicyForSystem_Antecedent,
134227                   (MetaFeature*)&_CIM_IPsecPolicyForSystem_Dependent,
134228                   0,
134229               };
134230               
134231               static const char*
134232 mike  1.1.2.1 __root_cimv2_CIM_IPsecPolicyForSystem_qualifiers[] =
134233               {
134234                   /* ASSOCIATION */
134235                   "\000\001",
134236                   /* UMLPackagePath */
134237                   "\057CIM::IPsecPolicy",
134238                   /* Version */
134239                   "\0632.8.0",
134240                   /* MappingStrings */
134241                   "\026\000\001IPSP Policy Model.IETF|IPsecPolicyForSystem\000",
134242                   0,
134243               };
134244               
134245               MetaClass
134246               __root_cimv2_CIM_IPsecPolicyForSystem =
134247               {
134248                   /* flags */
134249                   META_FLAG_ASSOCIATION,
134250                   /* name */
134251                   "CIM_IPsecPolicyForSystem",
134252                   /* qualifiers */
134253 mike  1.1.2.1     __root_cimv2_CIM_IPsecPolicyForSystem_qualifiers,
134254                   /* super */
134255                   &__root_cimv2_CIM_Dependency,
134256                   /* features */
134257                   _CIM_IPsecPolicyForSystem_features,
134258               };
134259               
134260               //==============================================================================
134261               //
134262               // Class: CIM_IRQ
134263               //
134264               //==============================================================================
134265               
134266               static const char*
134267               _CIM_IRQ_CSCreationClassName_qualifiers[] =
134268               {
134269                   /* Key */
134270                   "\025\001",
134271                   /* Propagated */
134272                   "\045CIM_ComputerSystem.CreationClassName",
134273                   /* MaxLen */
134274 mike  1.1.2.1     "\030\000\000\001\000",
134275                   0,
134276               };
134277               
134278               static MetaProperty
134279               _CIM_IRQ_CSCreationClassName =
134280               {
134281                   /* flags */
134282                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
134283                   /* name */
134284                   "CSCreationClassName",
134285                   /* qualifiers */
134286                   _CIM_IRQ_CSCreationClassName_qualifiers,
134287                   /* type */
134288                   CIMTYPE_STRING,
134289                   /* subscript */
134290                   -1,
134291                   /* value */
134292                   0,
134293               };
134294               
134295 mike  1.1.2.1 static const char*
134296               _CIM_IRQ_CSName_qualifiers[] =
134297               {
134298                   /* Key */
134299                   "\025\001",
134300                   /* Propagated */
134301                   "\045CIM_ComputerSystem.Name",
134302                   /* MaxLen */
134303                   "\030\000\000\001\000",
134304                   0,
134305               };
134306               
134307               static MetaProperty
134308               _CIM_IRQ_CSName =
134309               {
134310                   /* flags */
134311                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
134312                   /* name */
134313                   "CSName",
134314                   /* qualifiers */
134315                   _CIM_IRQ_CSName_qualifiers,
134316 mike  1.1.2.1     /* type */
134317                   CIMTYPE_STRING,
134318                   /* subscript */
134319                   -1,
134320                   /* value */
134321                   0,
134322               };
134323               
134324               static const char*
134325               _CIM_IRQ_CreationClassName_qualifiers[] =
134326               {
134327                   /* Key */
134328                   "\025\001",
134329                   /* MaxLen */
134330                   "\030\000\000\001\000",
134331                   0,
134332               };
134333               
134334               static MetaProperty
134335               _CIM_IRQ_CreationClassName =
134336               {
134337 mike  1.1.2.1     /* flags */
134338                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
134339                   /* name */
134340                   "CreationClassName",
134341                   /* qualifiers */
134342                   _CIM_IRQ_CreationClassName_qualifiers,
134343                   /* type */
134344                   CIMTYPE_STRING,
134345                   /* subscript */
134346                   -1,
134347                   /* value */
134348                   0,
134349               };
134350               
134351               static const char*
134352               _CIM_IRQ_IRQNumber_qualifiers[] =
134353               {
134354                   /* Key */
134355                   "\025\001",
134356                   /* MappingStrings */
134357                   "\026\000\001MIF.DMTF|IRQ|002.1\000",
134358 mike  1.1.2.1     0,
134359               };
134360               
134361               static MetaProperty
134362               _CIM_IRQ_IRQNumber =
134363               {
134364                   /* flags */
134365                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
134366                   /* name */
134367                   "IRQNumber",
134368                   /* qualifiers */
134369                   _CIM_IRQ_IRQNumber_qualifiers,
134370                   /* type */
134371                   CIMTYPE_UINT32,
134372                   /* subscript */
134373                   -1,
134374                   /* value */
134375                   0,
134376               };
134377               
134378               static const char*
134379 mike  1.1.2.1 _CIM_IRQ_Availability_qualifiers[] =
134380               {
134381                   /* ValueMap */
134382                   "\061\000\0051\0002\0003\0004\0005\000",
134383                   /* Values */
134384                   "\062\000\005Other\000Unknown\000Available\000In Use/Not Available\000In Use and Available/Shareable\000",
134385                   /* MappingStrings */
134386                   "\026\000\001MIF.DMTF|IRQ|002.2\000",
134387                   0,
134388               };
134389               
134390               static MetaProperty
134391               _CIM_IRQ_Availability =
134392               {
134393                   /* flags */
134394                   META_FLAG_PROPERTY|META_FLAG_READ,
134395                   /* name */
134396                   "Availability",
134397                   /* qualifiers */
134398                   _CIM_IRQ_Availability_qualifiers,
134399                   /* type */
134400 mike  1.1.2.1     CIMTYPE_UINT16,
134401                   /* subscript */
134402                   -1,
134403                   /* value */
134404                   0,
134405               };
134406               
134407               static const char*
134408               _CIM_IRQ_TriggerType_qualifiers[] =
134409               {
134410                   /* ValueMap */
134411                   "\061\000\0041\0002\0003\0004\000",
134412                   /* Values */
134413                   "\062\000\004Other\000Unknown\000Level\000Edge\000",
134414                   /* MappingStrings */
134415                   "\026\000\002MIF.DMTF|IRQ|002.3\000MIF.DMTF|System Resource IRQ Info|001.2\000",
134416                   0,
134417               };
134418               
134419               static MetaProperty
134420               _CIM_IRQ_TriggerType =
134421 mike  1.1.2.1 {
134422                   /* flags */
134423                   META_FLAG_PROPERTY|META_FLAG_READ,
134424                   /* name */
134425                   "TriggerType",
134426                   /* qualifiers */
134427                   _CIM_IRQ_TriggerType_qualifiers,
134428                   /* type */
134429                   CIMTYPE_UINT16,
134430                   /* subscript */
134431                   -1,
134432                   /* value */
134433                   0,
134434               };
134435               
134436               static const char*
134437               _CIM_IRQ_TriggerLevel_qualifiers[] =
134438               {
134439                   /* ValueMap */
134440                   "\061\000\0041\0002\0003\0004\000",
134441                   /* Values */
134442 mike  1.1.2.1     "\062\000\004Other\000Unknown\000Active Low\000Active High\000",
134443                   /* MappingStrings */
134444                   "\026\000\001MIF.DMTF|System Resource IRQ Info|001.3\000",
134445                   0,
134446               };
134447               
134448               static MetaProperty
134449               _CIM_IRQ_TriggerLevel =
134450               {
134451                   /* flags */
134452                   META_FLAG_PROPERTY|META_FLAG_READ,
134453                   /* name */
134454                   "TriggerLevel",
134455                   /* qualifiers */
134456                   _CIM_IRQ_TriggerLevel_qualifiers,
134457                   /* type */
134458                   CIMTYPE_UINT16,
134459                   /* subscript */
134460                   -1,
134461                   /* value */
134462                   0,
134463 mike  1.1.2.1 };
134464               
134465               static const char*
134466               _CIM_IRQ_Shareable_qualifiers[] =
134467               {
134468                   /* Override */
134469                   "\044Shareable",
134470                   /* MappingStrings */
134471                   "\026\000\001MIF.DMTF|IRQ|002.4\000",
134472                   0,
134473               };
134474               
134475               static MetaProperty
134476               _CIM_IRQ_Shareable =
134477               {
134478                   /* flags */
134479                   META_FLAG_PROPERTY|META_FLAG_READ,
134480                   /* name */
134481                   "Shareable",
134482                   /* qualifiers */
134483                   _CIM_IRQ_Shareable_qualifiers,
134484 mike  1.1.2.1     /* type */
134485                   CIMTYPE_BOOLEAN,
134486                   /* subscript */
134487                   -1,
134488                   /* value */
134489                   0,
134490               };
134491               
134492               static const char*
134493               _CIM_IRQ_Hardware_qualifiers[] =
134494               {
134495                   0,
134496               };
134497               
134498               static MetaProperty
134499               _CIM_IRQ_Hardware =
134500               {
134501                   /* flags */
134502                   META_FLAG_PROPERTY|META_FLAG_READ,
134503                   /* name */
134504                   "Hardware",
134505 mike  1.1.2.1     /* qualifiers */
134506                   _CIM_IRQ_Hardware_qualifiers,
134507                   /* type */
134508                   CIMTYPE_BOOLEAN,
134509                   /* subscript */
134510                   -1,
134511                   /* value */
134512                   0,
134513               };
134514               
134515               static MetaFeature*
134516               _CIM_IRQ_features[] =
134517               {
134518                   (MetaFeature*)&_CIM_IRQ_CSCreationClassName,
134519                   (MetaFeature*)&_CIM_IRQ_CSName,
134520                   (MetaFeature*)&_CIM_IRQ_CreationClassName,
134521                   (MetaFeature*)&_CIM_IRQ_IRQNumber,
134522                   (MetaFeature*)&_CIM_IRQ_Availability,
134523                   (MetaFeature*)&_CIM_IRQ_TriggerType,
134524                   (MetaFeature*)&_CIM_IRQ_TriggerLevel,
134525                   (MetaFeature*)&_CIM_IRQ_Shareable,
134526 mike  1.1.2.1     (MetaFeature*)&_CIM_IRQ_Hardware,
134527                   0,
134528               };
134529               
134530               static const char*
134531               __root_cimv2_CIM_IRQ_qualifiers[] =
134532               {
134533                   /* UMLPackagePath */
134534                   "\057CIM::System::SystemResources",
134535                   /* Version */
134536                   "\0632.6.0",
134537                   0,
134538               };
134539               
134540               MetaClass
134541               __root_cimv2_CIM_IRQ =
134542               {
134543                   /* flags */
134544                   META_FLAG_CLASS,
134545                   /* name */
134546                   "CIM_IRQ",
134547 mike  1.1.2.1     /* qualifiers */
134548                   __root_cimv2_CIM_IRQ_qualifiers,
134549                   /* super */
134550                   &__root_cimv2_CIM_SystemResource,
134551                   /* features */
134552                   _CIM_IRQ_features,
134553               };
134554               
134555               //==============================================================================
134556               //
134557               // Class: CIM_iSCSIConnection
134558               //
134559               //==============================================================================
134560               
134561               static const char*
134562               _CIM_iSCSIConnection_ConnectionID_qualifiers[] =
134563               {
134564                   /* MinValue */
134565                   "\035\000\000\000\000\000\000\000\001",
134566                   /* MaxValue */
134567                   "\031\000\000\000\000\000\000\377\377",
134568 mike  1.1.2.1     /* MappingStrings */
134569                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiCxnCid\000",
134570                   0,
134571               };
134572               
134573               static MetaProperty
134574               _CIM_iSCSIConnection_ConnectionID =
134575               {
134576                   /* flags */
134577                   META_FLAG_PROPERTY|META_FLAG_READ,
134578                   /* name */
134579                   "ConnectionID",
134580                   /* qualifiers */
134581                   _CIM_iSCSIConnection_ConnectionID_qualifiers,
134582                   /* type */
134583                   CIMTYPE_UINT32,
134584                   /* subscript */
134585                   -1,
134586                   /* value */
134587                   0,
134588               };
134589 mike  1.1.2.1 
134590               static const char*
134591               _CIM_iSCSIConnection_MaxReceiveDataSegmentLength_qualifiers[] =
134592               {
134593                   /* Units */
134594                   "\060Bytes",
134595                   /* MinValue */
134596                   "\035\000\000\000\000\000\000\002\000",
134597                   /* MaxValue */
134598                   "\031\000\000\000\000\000\377\377\377",
134599                   /* MappingStrings */
134600                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiCxnMaxRecvDataSegLength\000",
134601                   /* ModelCorrespondence */
134602                   "\036\000\001CIM_iSCSIConnectionSettings.MaxReceiveDataSegmentLength\000",
134603                   0,
134604               };
134605               
134606               static MetaProperty
134607               _CIM_iSCSIConnection_MaxReceiveDataSegmentLength =
134608               {
134609                   /* flags */
134610 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
134611                   /* name */
134612                   "MaxReceiveDataSegmentLength",
134613                   /* qualifiers */
134614                   _CIM_iSCSIConnection_MaxReceiveDataSegmentLength_qualifiers,
134615                   /* type */
134616                   CIMTYPE_UINT32,
134617                   /* subscript */
134618                   -1,
134619                   /* value */
134620                   0,
134621               };
134622               
134623               static const char*
134624               _CIM_iSCSIConnection_MaxTransmitDataSegmentLength_qualifiers[] =
134625               {
134626                   /* Units */
134627                   "\060Bytes",
134628                   /* MinValue */
134629                   "\035\000\000\000\000\000\000\002\000",
134630                   /* MaxValue */
134631 mike  1.1.2.1     "\031\000\000\000\000\000\377\377\377",
134632                   /* MappingStrings */
134633                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiCxnMaxXmitDataSegLength\000",
134634                   0,
134635               };
134636               
134637               static MetaProperty
134638               _CIM_iSCSIConnection_MaxTransmitDataSegmentLength =
134639               {
134640                   /* flags */
134641                   META_FLAG_PROPERTY|META_FLAG_READ,
134642                   /* name */
134643                   "MaxTransmitDataSegmentLength",
134644                   /* qualifiers */
134645                   _CIM_iSCSIConnection_MaxTransmitDataSegmentLength_qualifiers,
134646                   /* type */
134647                   CIMTYPE_UINT32,
134648                   /* subscript */
134649                   -1,
134650                   /* value */
134651                   0,
134652 mike  1.1.2.1 };
134653               
134654               static const char*
134655               _CIM_iSCSIConnection_HeaderDigestMethod_qualifiers[] =
134656               {
134657                   /* ValueMap */
134658                   "\061\000\0031\0002\0003\000",
134659                   /* Values */
134660                   "\062\000\003Other\000No Digest\000CRC32C\000",
134661                   /* MappingStrings */
134662                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiCxnHeaderIntegrity\000",
134663                   /* ModelCorrespondence */
134664                   "\036\000\003CIM_iSCSIConnectionSettings.PrimaryHeaderDigestMethod\000CIM_iSCSIConnectionSettings.SecondaryHeaderDigestMethod\000CIM_iSCSIConnection.OtherHeaderDigestMethod\000",
134665                   0,
134666               };
134667               
134668               static MetaProperty
134669               _CIM_iSCSIConnection_HeaderDigestMethod =
134670               {
134671                   /* flags */
134672                   META_FLAG_PROPERTY|META_FLAG_READ,
134673 mike  1.1.2.1     /* name */
134674                   "HeaderDigestMethod",
134675                   /* qualifiers */
134676                   _CIM_iSCSIConnection_HeaderDigestMethod_qualifiers,
134677                   /* type */
134678                   CIMTYPE_UINT16,
134679                   /* subscript */
134680                   -1,
134681                   /* value */
134682                   0,
134683               };
134684               
134685               static const char*
134686               _CIM_iSCSIConnection_OtherHeaderDigestMethod_qualifiers[] =
134687               {
134688                   /* ModelCorrespondence */
134689                   "\036\000\003CIM_iSCSIConnectionSettings.OtherPrimaryHeaderDigestMethod\000CIM_iSCSIConnectionSettings.OtherSecondaryHeaderDigestMethod\000CIM_iSCSIConnection.HeaderDigestMethod\000",
134690                   0,
134691               };
134692               
134693               static MetaProperty
134694 mike  1.1.2.1 _CIM_iSCSIConnection_OtherHeaderDigestMethod =
134695               {
134696                   /* flags */
134697                   META_FLAG_PROPERTY|META_FLAG_READ,
134698                   /* name */
134699                   "OtherHeaderDigestMethod",
134700                   /* qualifiers */
134701                   _CIM_iSCSIConnection_OtherHeaderDigestMethod_qualifiers,
134702                   /* type */
134703                   CIMTYPE_STRING,
134704                   /* subscript */
134705                   -1,
134706                   /* value */
134707                   0,
134708               };
134709               
134710               static const char*
134711               _CIM_iSCSIConnection_DataDigestMethod_qualifiers[] =
134712               {
134713                   /* ValueMap */
134714                   "\061\000\0031\0002\0003\000",
134715 mike  1.1.2.1     /* Values */
134716                   "\062\000\003Other\000No Digest\000CRC32C\000",
134717                   /* MappingStrings */
134718                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiCxnDataIntegrity\000",
134719                   /* ModelCorrespondence */
134720                   "\036\000\003CIM_iSCSIConnectionSettings.PrimaryHeaderDigestMethod\000CIM_iSCSIConnectionSettings.SecondaryHeaderDigestMethod\000CIM_iSCSIConnection.OtherDataDigestMethod\000",
134721                   0,
134722               };
134723               
134724               static MetaProperty
134725               _CIM_iSCSIConnection_DataDigestMethod =
134726               {
134727                   /* flags */
134728                   META_FLAG_PROPERTY|META_FLAG_READ,
134729                   /* name */
134730                   "DataDigestMethod",
134731                   /* qualifiers */
134732                   _CIM_iSCSIConnection_DataDigestMethod_qualifiers,
134733                   /* type */
134734                   CIMTYPE_UINT16,
134735                   /* subscript */
134736 mike  1.1.2.1     -1,
134737                   /* value */
134738                   0,
134739               };
134740               
134741               static const char*
134742               _CIM_iSCSIConnection_OtherDataDigestMethod_qualifiers[] =
134743               {
134744                   /* ModelCorrespondence */
134745                   "\036\000\003CIM_iSCSIConnectionSettings.OtherPrimaryDataDigestMethod\000CIM_iSCSIConnectionSettings.OtherSecondaryDataDigestMethod\000CIM_iSCSIConnection.DataDigestMethod\000",
134746                   0,
134747               };
134748               
134749               static MetaProperty
134750               _CIM_iSCSIConnection_OtherDataDigestMethod =
134751               {
134752                   /* flags */
134753                   META_FLAG_PROPERTY|META_FLAG_READ,
134754                   /* name */
134755                   "OtherDataDigestMethod",
134756                   /* qualifiers */
134757 mike  1.1.2.1     _CIM_iSCSIConnection_OtherDataDigestMethod_qualifiers,
134758                   /* type */
134759                   CIMTYPE_STRING,
134760                   /* subscript */
134761                   -1,
134762                   /* value */
134763                   0,
134764               };
134765               
134766               static const char*
134767               _CIM_iSCSIConnection_ReceivingMarkers_qualifiers[] =
134768               {
134769                   /* MappingStrings */
134770                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiCxnRecvMarker\000",
134771                   /* ModelCorrespondence */
134772                   "\036\000\001CIM_iSCSIConnectionSettings.RequestingMarkersOnReceive\000",
134773                   0,
134774               };
134775               
134776               static MetaProperty
134777               _CIM_iSCSIConnection_ReceivingMarkers =
134778 mike  1.1.2.1 {
134779                   /* flags */
134780                   META_FLAG_PROPERTY|META_FLAG_READ,
134781                   /* name */
134782                   "ReceivingMarkers",
134783                   /* qualifiers */
134784                   _CIM_iSCSIConnection_ReceivingMarkers_qualifiers,
134785                   /* type */
134786                   CIMTYPE_BOOLEAN,
134787                   /* subscript */
134788                   -1,
134789                   /* value */
134790                   0,
134791               };
134792               
134793               static const char*
134794               _CIM_iSCSIConnection_SendingMarkers_qualifiers[] =
134795               {
134796                   /* MappingStrings */
134797                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiCxnSendMarker\000",
134798                   0,
134799 mike  1.1.2.1 };
134800               
134801               static MetaProperty
134802               _CIM_iSCSIConnection_SendingMarkers =
134803               {
134804                   /* flags */
134805                   META_FLAG_PROPERTY|META_FLAG_READ,
134806                   /* name */
134807                   "SendingMarkers",
134808                   /* qualifiers */
134809                   _CIM_iSCSIConnection_SendingMarkers_qualifiers,
134810                   /* type */
134811                   CIMTYPE_BOOLEAN,
134812                   /* subscript */
134813                   -1,
134814                   /* value */
134815                   0,
134816               };
134817               
134818               static const char*
134819               _CIM_iSCSIConnection_ActiveiSCSIVersion_qualifiers[] =
134820 mike  1.1.2.1 {
134821                   /* MinValue */
134822                   "\035\000\000\000\000\000\000\000\000",
134823                   /* MaxValue */
134824                   "\031\000\000\000\000\000\000\000\377",
134825                   /* MappingStrings */
134826                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiCxnVersionActive\000",
134827                   /* ModelCorrespondence */
134828                   "\036\000\002CIM_iSCSICapabilities.MinimumSpecificationVersionSupported\000CIM_iSCSICapabilities.MaximumSpecificationVersionSupported\000",
134829                   0,
134830               };
134831               
134832               static MetaProperty
134833               _CIM_iSCSIConnection_ActiveiSCSIVersion =
134834               {
134835                   /* flags */
134836                   META_FLAG_PROPERTY|META_FLAG_READ,
134837                   /* name */
134838                   "ActiveiSCSIVersion",
134839                   /* qualifiers */
134840                   _CIM_iSCSIConnection_ActiveiSCSIVersion_qualifiers,
134841 mike  1.1.2.1     /* type */
134842                   CIMTYPE_BOOLEAN,
134843                   /* subscript */
134844                   -1,
134845                   /* value */
134846                   0,
134847               };
134848               
134849               static const char*
134850               _CIM_iSCSIConnection_AuthenticationMethodUsed_qualifiers[] =
134851               {
134852                   /* ValueMap */
134853                   "\061\000\0042\0003\0004\0005\000",
134854                   /* Values */
134855                   "\062\000\004No Authentication\000SRP\000CHAP\000Kerberos\000",
134856                   /* MappingStrings */
134857                   "\026\000\001MIB.IETF|IPS-AUTH-MIB.ipsAuthCredAuthMethod\000",
134858                   /* ModelCorrespondence */
134859                   "\036\000\003CIM_iSCSIConnectionSettings.PrimaryAuthenticationMethod\000CIM_iSCSIConnectionSettings.SecondaryAuthenticationMethod\000CIM_iSCSICapabilities.AuthenticationMethodsSupported\000",
134860                   0,
134861               };
134862 mike  1.1.2.1 
134863               static MetaProperty
134864               _CIM_iSCSIConnection_AuthenticationMethodUsed =
134865               {
134866                   /* flags */
134867                   META_FLAG_PROPERTY|META_FLAG_READ,
134868                   /* name */
134869                   "AuthenticationMethodUsed",
134870                   /* qualifiers */
134871                   _CIM_iSCSIConnection_AuthenticationMethodUsed_qualifiers,
134872                   /* type */
134873                   CIMTYPE_UINT16,
134874                   /* subscript */
134875                   -1,
134876                   /* value */
134877                   0,
134878               };
134879               
134880               static const char*
134881               _CIM_iSCSIConnection_MutualAuthentication_qualifiers[] =
134882               {
134883 mike  1.1.2.1     0,
134884               };
134885               
134886               static MetaProperty
134887               _CIM_iSCSIConnection_MutualAuthentication =
134888               {
134889                   /* flags */
134890                   META_FLAG_PROPERTY|META_FLAG_READ,
134891                   /* name */
134892                   "MutualAuthentication",
134893                   /* qualifiers */
134894                   _CIM_iSCSIConnection_MutualAuthentication_qualifiers,
134895                   /* type */
134896                   CIMTYPE_BOOLEAN,
134897                   /* subscript */
134898                   -1,
134899                   /* value */
134900                   0,
134901               };
134902               
134903               static MetaFeature*
134904 mike  1.1.2.1 _CIM_iSCSIConnection_features[] =
134905               {
134906                   (MetaFeature*)&_CIM_iSCSIConnection_ConnectionID,
134907                   (MetaFeature*)&_CIM_iSCSIConnection_MaxReceiveDataSegmentLength,
134908                   (MetaFeature*)&_CIM_iSCSIConnection_MaxTransmitDataSegmentLength,
134909                   (MetaFeature*)&_CIM_iSCSIConnection_HeaderDigestMethod,
134910                   (MetaFeature*)&_CIM_iSCSIConnection_OtherHeaderDigestMethod,
134911                   (MetaFeature*)&_CIM_iSCSIConnection_DataDigestMethod,
134912                   (MetaFeature*)&_CIM_iSCSIConnection_OtherDataDigestMethod,
134913                   (MetaFeature*)&_CIM_iSCSIConnection_ReceivingMarkers,
134914                   (MetaFeature*)&_CIM_iSCSIConnection_SendingMarkers,
134915                   (MetaFeature*)&_CIM_iSCSIConnection_ActiveiSCSIVersion,
134916                   (MetaFeature*)&_CIM_iSCSIConnection_AuthenticationMethodUsed,
134917                   (MetaFeature*)&_CIM_iSCSIConnection_MutualAuthentication,
134918                   0,
134919               };
134920               
134921               static const char*
134922               __root_cimv2_CIM_iSCSIConnection_qualifiers[] =
134923               {
134924                   /* UMLPackagePath */
134925 mike  1.1.2.1     "\057CIM::Network::iSCSI",
134926                   /* Version */
134927                   "\0632.11.0",
134928                   0,
134929               };
134930               
134931               MetaClass
134932               __root_cimv2_CIM_iSCSIConnection =
134933               {
134934                   /* flags */
134935                   META_FLAG_CLASS,
134936                   /* name */
134937                   "CIM_iSCSIConnection",
134938                   /* qualifiers */
134939                   __root_cimv2_CIM_iSCSIConnection_qualifiers,
134940                   /* super */
134941                   &__root_cimv2_CIM_NetworkPipe,
134942                   /* features */
134943                   _CIM_iSCSIConnection_features,
134944               };
134945               
134946 mike  1.1.2.1 //==============================================================================
134947               //
134948               // Class: CIM_iSCSISession
134949               //
134950               //==============================================================================
134951               
134952               static const char*
134953               _CIM_iSCSISession_Directionality_qualifiers[] =
134954               {
134955                   /* Override */
134956                   "\044Directionality",
134957                   /* ValueMap */
134958                   "\061\000\0012\000",
134959                   /* Values */
134960                   "\062\000\001Bi-Directional\000",
134961                   0,
134962               };
134963               
134964               static MetaProperty
134965               _CIM_iSCSISession_Directionality =
134966               {
134967 mike  1.1.2.1     /* flags */
134968                   META_FLAG_PROPERTY|META_FLAG_READ,
134969                   /* name */
134970                   "Directionality",
134971                   /* qualifiers */
134972                   _CIM_iSCSISession_Directionality_qualifiers,
134973                   /* type */
134974                   CIMTYPE_UINT16,
134975                   /* subscript */
134976                   -1,
134977                   /* value */
134978                   "\000\002",
134979               };
134980               
134981               static const char*
134982               _CIM_iSCSISession_SessionType_qualifiers[] =
134983               {
134984                   /* ValueMap */
134985                   "\061\000\0022\0003\000",
134986                   /* Values */
134987                   "\062\000\002Discovery\000Normal\000",
134988 mike  1.1.2.1     /* MappingStrings */
134989                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnType\000",
134990                   0,
134991               };
134992               
134993               static MetaProperty
134994               _CIM_iSCSISession_SessionType =
134995               {
134996                   /* flags */
134997                   META_FLAG_PROPERTY|META_FLAG_READ,
134998                   /* name */
134999                   "SessionType",
135000                   /* qualifiers */
135001                   _CIM_iSCSISession_SessionType_qualifiers,
135002                   /* type */
135003                   CIMTYPE_UINT16,
135004                   /* subscript */
135005                   -1,
135006                   /* value */
135007                   0,
135008               };
135009 mike  1.1.2.1 
135010               static const char*
135011               _CIM_iSCSISession_TSIH_qualifiers[] =
135012               {
135013                   /* MappingStrings */
135014                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnTSIH\000",
135015                   0,
135016               };
135017               
135018               static MetaProperty
135019               _CIM_iSCSISession_TSIH =
135020               {
135021                   /* flags */
135022                   META_FLAG_PROPERTY|META_FLAG_READ,
135023                   /* name */
135024                   "TSIH",
135025                   /* qualifiers */
135026                   _CIM_iSCSISession_TSIH_qualifiers,
135027                   /* type */
135028                   CIMTYPE_UINT32,
135029                   /* subscript */
135030 mike  1.1.2.1     -1,
135031                   /* value */
135032                   0,
135033               };
135034               
135035               static const char*
135036               _CIM_iSCSISession_EndPointName_qualifiers[] =
135037               {
135038                   /* MappingStrings */
135039                   "\026\000\002MIB.IETF|iSCSI-MIB.iscsiSsnInitiatorName\000MIB.IETF|iSCSI-MIB.iscsiSsnTargetName\000",
135040                   0,
135041               };
135042               
135043               static MetaProperty
135044               _CIM_iSCSISession_EndPointName =
135045               {
135046                   /* flags */
135047                   META_FLAG_PROPERTY|META_FLAG_READ,
135048                   /* name */
135049                   "EndPointName",
135050                   /* qualifiers */
135051 mike  1.1.2.1     _CIM_iSCSISession_EndPointName_qualifiers,
135052                   /* type */
135053                   CIMTYPE_STRING,
135054                   /* subscript */
135055                   -1,
135056                   /* value */
135057                   0,
135058               };
135059               
135060               static const char*
135061               _CIM_iSCSISession_CurrentConnections_qualifiers[] =
135062               {
135063                   /* MinValue */
135064                   "\035\000\000\000\000\000\000\000\001",
135065                   /* MaxValue */
135066                   "\031\000\000\000\000\000\000\377\377",
135067                   /* MappingStrings */
135068                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnConnectionNumber\000",
135069                   /* ModelCorrespondence */
135070                   "\036\000\001CIM_iSCSISessionSettings.MaxConnectionsPerSession\000",
135071                   0,
135072 mike  1.1.2.1 };
135073               
135074               static MetaProperty
135075               _CIM_iSCSISession_CurrentConnections =
135076               {
135077                   /* flags */
135078                   META_FLAG_PROPERTY|META_FLAG_READ,
135079                   /* name */
135080                   "CurrentConnections",
135081                   /* qualifiers */
135082                   _CIM_iSCSISession_CurrentConnections_qualifiers,
135083                   /* type */
135084                   CIMTYPE_UINT32,
135085                   /* subscript */
135086                   -1,
135087                   /* value */
135088                   0,
135089               };
135090               
135091               static const char*
135092               _CIM_iSCSISession_InitialR2T_qualifiers[] =
135093 mike  1.1.2.1 {
135094                   /* MappingStrings */
135095                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnInitialR2T\000",
135096                   /* ModelCorrespondence */
135097                   "\036\000\001CIM_iSCSISessionSettings.InitialR2TPreference\000",
135098                   0,
135099               };
135100               
135101               static MetaProperty
135102               _CIM_iSCSISession_InitialR2T =
135103               {
135104                   /* flags */
135105                   META_FLAG_PROPERTY|META_FLAG_READ,
135106                   /* name */
135107                   "InitialR2T",
135108                   /* qualifiers */
135109                   _CIM_iSCSISession_InitialR2T_qualifiers,
135110                   /* type */
135111                   CIMTYPE_BOOLEAN,
135112                   /* subscript */
135113                   -1,
135114 mike  1.1.2.1     /* value */
135115                   0,
135116               };
135117               
135118               static const char*
135119               _CIM_iSCSISession_ImmediateData_qualifiers[] =
135120               {
135121                   /* MappingStrings */
135122                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnImmediateData\000",
135123                   /* ModelCorrespondence */
135124                   "\036\000\001CIM_iSCSISessionSettings.ImmediateDataPreference\000",
135125                   0,
135126               };
135127               
135128               static MetaProperty
135129               _CIM_iSCSISession_ImmediateData =
135130               {
135131                   /* flags */
135132                   META_FLAG_PROPERTY|META_FLAG_READ,
135133                   /* name */
135134                   "ImmediateData",
135135 mike  1.1.2.1     /* qualifiers */
135136                   _CIM_iSCSISession_ImmediateData_qualifiers,
135137                   /* type */
135138                   CIMTYPE_BOOLEAN,
135139                   /* subscript */
135140                   -1,
135141                   /* value */
135142                   0,
135143               };
135144               
135145               static const char*
135146               _CIM_iSCSISession_MaxOutstandingR2T_qualifiers[] =
135147               {
135148                   /* Units */
135149                   "\060Bytes",
135150                   /* MinValue */
135151                   "\035\000\000\000\000\000\000\000\001",
135152                   /* MaxValue */
135153                   "\031\000\000\000\000\000\000\377\377",
135154                   /* MappingStrings */
135155                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnMaxOutstandingR2T\000",
135156 mike  1.1.2.1     /* ModelCorrespondence */
135157                   "\036\000\001CIM_iSCSISessionSettings.MaxOutstandingR2T\000",
135158                   0,
135159               };
135160               
135161               static MetaProperty
135162               _CIM_iSCSISession_MaxOutstandingR2T =
135163               {
135164                   /* flags */
135165                   META_FLAG_PROPERTY|META_FLAG_READ,
135166                   /* name */
135167                   "MaxOutstandingR2T",
135168                   /* qualifiers */
135169                   _CIM_iSCSISession_MaxOutstandingR2T_qualifiers,
135170                   /* type */
135171                   CIMTYPE_UINT32,
135172                   /* subscript */
135173                   -1,
135174                   /* value */
135175                   0,
135176               };
135177 mike  1.1.2.1 
135178               static const char*
135179               _CIM_iSCSISession_MaxUnsolicitedFirstDataBurstLength_qualifiers[] =
135180               {
135181                   /* Units */
135182                   "\060Bytes",
135183                   /* MinValue */
135184                   "\035\000\000\000\000\000\000\002\000",
135185                   /* MaxValue */
135186                   "\031\000\000\000\000\000\377\377\377",
135187                   /* MappingStrings */
135188                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnFirstBurstLength\000",
135189                   /* ModelCorrespondence */
135190                   "\036\000\001CIM_iSCSISessionSettings.MaxUnsolicitedFirstDataBurstLength\000",
135191                   0,
135192               };
135193               
135194               static MetaProperty
135195               _CIM_iSCSISession_MaxUnsolicitedFirstDataBurstLength =
135196               {
135197                   /* flags */
135198 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
135199                   /* name */
135200                   "MaxUnsolicitedFirstDataBurstLength",
135201                   /* qualifiers */
135202                   _CIM_iSCSISession_MaxUnsolicitedFirstDataBurstLength_qualifiers,
135203                   /* type */
135204                   CIMTYPE_UINT32,
135205                   /* subscript */
135206                   -1,
135207                   /* value */
135208                   0,
135209               };
135210               
135211               static const char*
135212               _CIM_iSCSISession_MaxDataBurstLength_qualifiers[] =
135213               {
135214                   /* Units */
135215                   "\060Bytes",
135216                   /* MinValue */
135217                   "\035\000\000\000\000\000\000\002\000",
135218                   /* MaxValue */
135219 mike  1.1.2.1     "\031\000\000\000\000\000\377\377\377",
135220                   /* MappingStrings */
135221                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnMaxBurstLength\000",
135222                   /* ModelCorrespondence */
135223                   "\036\000\001CIM_iSCSISessionSettings.MaxDataBurstLength\000",
135224                   0,
135225               };
135226               
135227               static MetaProperty
135228               _CIM_iSCSISession_MaxDataBurstLength =
135229               {
135230                   /* flags */
135231                   META_FLAG_PROPERTY|META_FLAG_READ,
135232                   /* name */
135233                   "MaxDataBurstLength",
135234                   /* qualifiers */
135235                   _CIM_iSCSISession_MaxDataBurstLength_qualifiers,
135236                   /* type */
135237                   CIMTYPE_UINT32,
135238                   /* subscript */
135239                   -1,
135240 mike  1.1.2.1     /* value */
135241                   0,
135242               };
135243               
135244               static const char*
135245               _CIM_iSCSISession_DataSequenceInOrder_qualifiers[] =
135246               {
135247                   /* MappingStrings */
135248                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnDataSequenceInOrder\000",
135249                   /* ModelCorrespondence */
135250                   "\036\000\001CIM_iSCSISessionSettings.DataSequenceInOrderPreference\000",
135251                   0,
135252               };
135253               
135254               static MetaProperty
135255               _CIM_iSCSISession_DataSequenceInOrder =
135256               {
135257                   /* flags */
135258                   META_FLAG_PROPERTY|META_FLAG_READ,
135259                   /* name */
135260                   "DataSequenceInOrder",
135261 mike  1.1.2.1     /* qualifiers */
135262                   _CIM_iSCSISession_DataSequenceInOrder_qualifiers,
135263                   /* type */
135264                   CIMTYPE_BOOLEAN,
135265                   /* subscript */
135266                   -1,
135267                   /* value */
135268                   0,
135269               };
135270               
135271               static const char*
135272               _CIM_iSCSISession_DataPDUInOrder_qualifiers[] =
135273               {
135274                   /* MappingStrings */
135275                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnDataPDUInOrder\000",
135276                   /* ModelCorrespondence */
135277                   "\036\000\001CIM_iSCSISessionSettings.DataPDUInOrderPreference\000",
135278                   0,
135279               };
135280               
135281               static MetaProperty
135282 mike  1.1.2.1 _CIM_iSCSISession_DataPDUInOrder =
135283               {
135284                   /* flags */
135285                   META_FLAG_PROPERTY|META_FLAG_READ,
135286                   /* name */
135287                   "DataPDUInOrder",
135288                   /* qualifiers */
135289                   _CIM_iSCSISession_DataPDUInOrder_qualifiers,
135290                   /* type */
135291                   CIMTYPE_BOOLEAN,
135292                   /* subscript */
135293                   -1,
135294                   /* value */
135295                   0,
135296               };
135297               
135298               static const char*
135299               _CIM_iSCSISession_ErrorRecoveryLevel_qualifiers[] =
135300               {
135301                   /* MinValue */
135302                   "\035\000\000\000\000\000\000\000\001",
135303 mike  1.1.2.1     /* MaxValue */
135304                   "\031\000\000\000\000\000\000\000\377",
135305                   /* MappingStrings */
135306                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiSsnErrorRecoveryLevel\000",
135307                   /* ModelCorrespondence */
135308                   "\036\000\001CIM_iSCSISessionSettings.ErrorRecoveryLevelPreference\000",
135309                   0,
135310               };
135311               
135312               static MetaProperty
135313               _CIM_iSCSISession_ErrorRecoveryLevel =
135314               {
135315                   /* flags */
135316                   META_FLAG_PROPERTY|META_FLAG_READ,
135317                   /* name */
135318                   "ErrorRecoveryLevel",
135319                   /* qualifiers */
135320                   _CIM_iSCSISession_ErrorRecoveryLevel_qualifiers,
135321                   /* type */
135322                   CIMTYPE_UINT32,
135323                   /* subscript */
135324 mike  1.1.2.1     -1,
135325                   /* value */
135326                   0,
135327               };
135328               
135329               static const char*
135330               _CIM_iSCSISession_MaxConnectionsPerSession_qualifiers[] =
135331               {
135332                   /* MinValue */
135333                   "\035\000\000\000\000\000\000\000\001",
135334                   /* MaxValue */
135335                   "\031\000\000\000\000\000\000\377\377",
135336                   /* MappingStrings */
135337                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeMaxConnections\000",
135338                   /* ModelCorrespondence */
135339                   "\036\000\001CIM_iSCSISessionSettings.MaxConnectionsPerSession\000",
135340                   0,
135341               };
135342               
135343               static MetaProperty
135344               _CIM_iSCSISession_MaxConnectionsPerSession =
135345 mike  1.1.2.1 {
135346                   /* flags */
135347                   META_FLAG_PROPERTY|META_FLAG_READ,
135348                   /* name */
135349                   "MaxConnectionsPerSession",
135350                   /* qualifiers */
135351                   _CIM_iSCSISession_MaxConnectionsPerSession_qualifiers,
135352                   /* type */
135353                   CIMTYPE_UINT32,
135354                   /* subscript */
135355                   -1,
135356                   /* value */
135357                   0,
135358               };
135359               
135360               static const char*
135361               _CIM_iSCSISession_DefaultTimeToWait_qualifiers[] =
135362               {
135363                   /* Units */
135364                   "\060Seconds",
135365                   /* MinValue */
135366 mike  1.1.2.1     "\035\000\000\000\000\000\000\000\000",
135367                   /* MaxValue */
135368                   "\031\000\000\000\000\000\000\016\020",
135369                   /* MappingStrings */
135370                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeDefaultTime2Wait\000",
135371                   /* ModelCorrespondence */
135372                   "\036\000\001CIM_iSCSISessionSettings.DefaultTimeToWaitPreference\000",
135373                   0,
135374               };
135375               
135376               static MetaProperty
135377               _CIM_iSCSISession_DefaultTimeToWait =
135378               {
135379                   /* flags */
135380                   META_FLAG_PROPERTY|META_FLAG_READ,
135381                   /* name */
135382                   "DefaultTimeToWait",
135383                   /* qualifiers */
135384                   _CIM_iSCSISession_DefaultTimeToWait_qualifiers,
135385                   /* type */
135386                   CIMTYPE_UINT32,
135387 mike  1.1.2.1     /* subscript */
135388                   -1,
135389                   /* value */
135390                   0,
135391               };
135392               
135393               static const char*
135394               _CIM_iSCSISession_DefaultTimeToRetain_qualifiers[] =
135395               {
135396                   /* Units */
135397                   "\060Seconds",
135398                   /* MinValue */
135399                   "\035\000\000\000\000\000\000\000\000",
135400                   /* MaxValue */
135401                   "\031\000\000\000\000\000\000\016\020",
135402                   /* MappingStrings */
135403                   "\026\000\001MIB.IETF|iSCSI-MIB.iscsiNodeDefaultTime2Retain\000",
135404                   /* ModelCorrespondence */
135405                   "\036\000\001CIM_iSCSISessionSettings.DefaultTimeToRetainPreference\000",
135406                   0,
135407               };
135408 mike  1.1.2.1 
135409               static MetaProperty
135410               _CIM_iSCSISession_DefaultTimeToRetain =
135411               {
135412                   /* flags */
135413                   META_FLAG_PROPERTY|META_FLAG_READ,
135414                   /* name */
135415                   "DefaultTimeToRetain",
135416                   /* qualifiers */
135417                   _CIM_iSCSISession_DefaultTimeToRetain_qualifiers,
135418                   /* type */
135419                   CIMTYPE_UINT32,
135420                   /* subscript */
135421                   -1,
135422                   /* value */
135423                   0,
135424               };
135425               
135426               static MetaFeature*
135427               _CIM_iSCSISession_features[] =
135428               {
135429 mike  1.1.2.1     (MetaFeature*)&_CIM_iSCSISession_Directionality,
135430                   (MetaFeature*)&_CIM_iSCSISession_SessionType,
135431                   (MetaFeature*)&_CIM_iSCSISession_TSIH,
135432                   (MetaFeature*)&_CIM_iSCSISession_EndPointName,
135433                   (MetaFeature*)&_CIM_iSCSISession_CurrentConnections,
135434                   (MetaFeature*)&_CIM_iSCSISession_InitialR2T,
135435                   (MetaFeature*)&_CIM_iSCSISession_ImmediateData,
135436                   (MetaFeature*)&_CIM_iSCSISession_MaxOutstandingR2T,
135437                   (MetaFeature*)&_CIM_iSCSISession_MaxUnsolicitedFirstDataBurstLength,
135438                   (MetaFeature*)&_CIM_iSCSISession_MaxDataBurstLength,
135439                   (MetaFeature*)&_CIM_iSCSISession_DataSequenceInOrder,
135440                   (MetaFeature*)&_CIM_iSCSISession_DataPDUInOrder,
135441                   (MetaFeature*)&_CIM_iSCSISession_ErrorRecoveryLevel,
135442                   (MetaFeature*)&_CIM_iSCSISession_MaxConnectionsPerSession,
135443                   (MetaFeature*)&_CIM_iSCSISession_DefaultTimeToWait,
135444                   (MetaFeature*)&_CIM_iSCSISession_DefaultTimeToRetain,
135445                   0,
135446               };
135447               
135448               static const char*
135449               __root_cimv2_CIM_iSCSISession_qualifiers[] =
135450 mike  1.1.2.1 {
135451                   /* UMLPackagePath */
135452                   "\057CIM::Network::Pipes",
135453                   /* Version */
135454                   "\0632.11.0",
135455                   0,
135456               };
135457               
135458               MetaClass
135459               __root_cimv2_CIM_iSCSISession =
135460               {
135461                   /* flags */
135462                   META_FLAG_CLASS,
135463                   /* name */
135464                   "CIM_iSCSISession",
135465                   /* qualifiers */
135466                   __root_cimv2_CIM_iSCSISession_qualifiers,
135467                   /* super */
135468                   &__root_cimv2_CIM_NetworkPipe,
135469                   /* features */
135470                   _CIM_iSCSISession_features,
135471 mike  1.1.2.1 };
135472               
135473               //==============================================================================
135474               //
135475               // Class: CIM_ISDNModem
135476               //
135477               //==============================================================================
135478               
135479               static MetaFeature*
135480               _CIM_ISDNModem_features[] =
135481               {
135482                   0,
135483               };
135484               
135485               static const char*
135486               __root_cimv2_CIM_ISDNModem_qualifiers[] =
135487               {
135488                   /* UMLPackagePath */
135489                   "\057CIM::Device::Modems",
135490                   /* Version */
135491                   "\0632.6.0",
135492 mike  1.1.2.1     0,
135493               };
135494               
135495               MetaClass
135496               __root_cimv2_CIM_ISDNModem =
135497               {
135498                   /* flags */
135499                   META_FLAG_CLASS,
135500                   /* name */
135501                   "CIM_ISDNModem",
135502                   /* qualifiers */
135503                   __root_cimv2_CIM_ISDNModem_qualifiers,
135504                   /* super */
135505                   &__root_cimv2_CIM_CallBasedModem,
135506                   /* features */
135507                   _CIM_ISDNModem_features,
135508               };
135509               
135510               //==============================================================================
135511               //
135512               // Class: CIM_J2eeApplication
135513 mike  1.1.2.1 //
135514               //==============================================================================
135515               
135516               static const char*
135517               _CIM_J2eeApplication_Name_qualifiers[] =
135518               {
135519                   /* Override */
135520                   "\044Name",
135521                   /* MaxLen */
135522                   "\030\000\000\001\000",
135523                   /* MappingStrings */
135524                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
135525                   0,
135526               };
135527               
135528               static MetaProperty
135529               _CIM_J2eeApplication_Name =
135530               {
135531                   /* flags */
135532                   META_FLAG_PROPERTY|META_FLAG_READ,
135533                   /* name */
135534 mike  1.1.2.1     "Name",
135535                   /* qualifiers */
135536                   _CIM_J2eeApplication_Name_qualifiers,
135537                   /* type */
135538                   CIMTYPE_STRING,
135539                   /* subscript */
135540                   -1,
135541                   /* value */
135542                   0,
135543               };
135544               
135545               static const char*
135546               _CIM_J2eeApplication_DeploymentDescriptor_qualifiers[] =
135547               {
135548                   /* MappingStrings */
135549                   "\026\000\001JSR77.JCP|JSR77.3.5.0.1 deploymentDescriptor|V1.0\000",
135550                   0,
135551               };
135552               
135553               static MetaProperty
135554               _CIM_J2eeApplication_DeploymentDescriptor =
135555 mike  1.1.2.1 {
135556                   /* flags */
135557                   META_FLAG_PROPERTY|META_FLAG_READ,
135558                   /* name */
135559                   "DeploymentDescriptor",
135560                   /* qualifiers */
135561                   _CIM_J2eeApplication_DeploymentDescriptor_qualifiers,
135562                   /* type */
135563                   CIMTYPE_STRING,
135564                   /* subscript */
135565                   -1,
135566                   /* value */
135567                   0,
135568               };
135569               
135570               static MetaFeature*
135571               _CIM_J2eeApplication_features[] =
135572               {
135573                   (MetaFeature*)&_CIM_J2eeApplication_Name,
135574                   (MetaFeature*)&_CIM_J2eeApplication_DeploymentDescriptor,
135575                   0,
135576 mike  1.1.2.1 };
135577               
135578               static const char*
135579               __root_cimv2_CIM_J2eeApplication_qualifiers[] =
135580               {
135581                   /* UMLPackagePath */
135582                   "\057CIM::Application::J2eeAppServer",
135583                   /* Version */
135584                   "\0632.8.0",
135585                   0,
135586               };
135587               
135588               MetaClass
135589               __root_cimv2_CIM_J2eeApplication =
135590               {
135591                   /* flags */
135592                   META_FLAG_CLASS,
135593                   /* name */
135594                   "CIM_J2eeApplication",
135595                   /* qualifiers */
135596                   __root_cimv2_CIM_J2eeApplication_qualifiers,
135597 mike  1.1.2.1     /* super */
135598                   &__root_cimv2_CIM_ApplicationSystem,
135599                   /* features */
135600                   _CIM_J2eeApplication_features,
135601               };
135602               
135603               //==============================================================================
135604               //
135605               // Class: CIM_J2eeDeployedObject
135606               //
135607               //==============================================================================
135608               
135609               static const char*
135610               _CIM_J2eeDeployedObject_Name_qualifiers[] =
135611               {
135612                   /* Override */
135613                   "\044Name",
135614                   /* MaxLen */
135615                   "\030\000\000\001\000",
135616                   /* MappingStrings */
135617                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
135618 mike  1.1.2.1     0,
135619               };
135620               
135621               static MetaProperty
135622               _CIM_J2eeDeployedObject_Name =
135623               {
135624                   /* flags */
135625                   META_FLAG_PROPERTY|META_FLAG_READ,
135626                   /* name */
135627                   "Name",
135628                   /* qualifiers */
135629                   _CIM_J2eeDeployedObject_Name_qualifiers,
135630                   /* type */
135631                   CIMTYPE_STRING,
135632                   /* subscript */
135633                   -1,
135634                   /* value */
135635                   0,
135636               };
135637               
135638               static const char*
135639 mike  1.1.2.1 _CIM_J2eeDeployedObject_DeploymentDescriptor_qualifiers[] =
135640               {
135641                   /* MappingStrings */
135642                   "\026\000\001JSR77.JCP|JSR77.3.5.0.1 deploymentDescriptor|V1.0\000",
135643                   0,
135644               };
135645               
135646               static MetaProperty
135647               _CIM_J2eeDeployedObject_DeploymentDescriptor =
135648               {
135649                   /* flags */
135650                   META_FLAG_PROPERTY|META_FLAG_READ,
135651                   /* name */
135652                   "DeploymentDescriptor",
135653                   /* qualifiers */
135654                   _CIM_J2eeDeployedObject_DeploymentDescriptor_qualifiers,
135655                   /* type */
135656                   CIMTYPE_STRING,
135657                   /* subscript */
135658                   -1,
135659                   /* value */
135660 mike  1.1.2.1     0,
135661               };
135662               
135663               static MetaFeature*
135664               _CIM_J2eeDeployedObject_features[] =
135665               {
135666                   (MetaFeature*)&_CIM_J2eeDeployedObject_Name,
135667                   (MetaFeature*)&_CIM_J2eeDeployedObject_DeploymentDescriptor,
135668                   0,
135669               };
135670               
135671               static const char*
135672               __root_cimv2_CIM_J2eeDeployedObject_qualifiers[] =
135673               {
135674                   /* UMLPackagePath */
135675                   "\057CIM::Application::J2eeAppServer",
135676                   /* Abstract */
135677                   "\002\001",
135678                   /* Version */
135679                   "\0632.8.0",
135680                   0,
135681 mike  1.1.2.1 };
135682               
135683               MetaClass
135684               __root_cimv2_CIM_J2eeDeployedObject =
135685               {
135686                   /* flags */
135687                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
135688                   /* name */
135689                   "CIM_J2eeDeployedObject",
135690                   /* qualifiers */
135691                   __root_cimv2_CIM_J2eeDeployedObject_qualifiers,
135692                   /* super */
135693                   &__root_cimv2_CIM_Service,
135694                   /* features */
135695                   _CIM_J2eeDeployedObject_features,
135696               };
135697               
135698               //==============================================================================
135699               //
135700               // Class: CIM_J2eeDomain
135701               //
135702 mike  1.1.2.1 //==============================================================================
135703               
135704               static const char*
135705               _CIM_J2eeDomain_Name_qualifiers[] =
135706               {
135707                   /* Override */
135708                   "\044Name",
135709                   /* MaxLen */
135710                   "\030\000\000\001\000",
135711                   /* MappingStrings */
135712                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1.1 Domain Name|V1.0\000",
135713                   0,
135714               };
135715               
135716               static MetaProperty
135717               _CIM_J2eeDomain_Name =
135718               {
135719                   /* flags */
135720                   META_FLAG_PROPERTY|META_FLAG_READ,
135721                   /* name */
135722                   "Name",
135723 mike  1.1.2.1     /* qualifiers */
135724                   _CIM_J2eeDomain_Name_qualifiers,
135725                   /* type */
135726                   CIMTYPE_STRING,
135727                   /* subscript */
135728                   -1,
135729                   /* value */
135730                   0,
135731               };
135732               
135733               static MetaFeature*
135734               _CIM_J2eeDomain_features[] =
135735               {
135736                   (MetaFeature*)&_CIM_J2eeDomain_Name,
135737                   0,
135738               };
135739               
135740               static const char*
135741               __root_cimv2_CIM_J2eeDomain_qualifiers[] =
135742               {
135743                   /* UMLPackagePath */
135744 mike  1.1.2.1     "\057CIM::Application::J2eeAppServer",
135745                   /* Version */
135746                   "\0632.8.0",
135747                   0,
135748               };
135749               
135750               MetaClass
135751               __root_cimv2_CIM_J2eeDomain =
135752               {
135753                   /* flags */
135754                   META_FLAG_CLASS,
135755                   /* name */
135756                   "CIM_J2eeDomain",
135757                   /* qualifiers */
135758                   __root_cimv2_CIM_J2eeDomain_qualifiers,
135759                   /* super */
135760                   &__root_cimv2_CIM_AdminDomain,
135761                   /* features */
135762                   _CIM_J2eeDomain_features,
135763               };
135764               
135765 mike  1.1.2.1 //==============================================================================
135766               //
135767               // Class: CIM_J2eeEJB
135768               //
135769               //==============================================================================
135770               
135771               static const char*
135772               _CIM_J2eeEJB_Name_qualifiers[] =
135773               {
135774                   /* Override */
135775                   "\044Name",
135776                   /* MaxLen */
135777                   "\030\000\000\001\000",
135778                   /* MappingStrings */
135779                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
135780                   0,
135781               };
135782               
135783               static MetaProperty
135784               _CIM_J2eeEJB_Name =
135785               {
135786 mike  1.1.2.1     /* flags */
135787                   META_FLAG_PROPERTY|META_FLAG_READ,
135788                   /* name */
135789                   "Name",
135790                   /* qualifiers */
135791                   _CIM_J2eeEJB_Name_qualifiers,
135792                   /* type */
135793                   CIMTYPE_STRING,
135794                   /* subscript */
135795                   -1,
135796                   /* value */
135797                   0,
135798               };
135799               
135800               static MetaFeature*
135801               _CIM_J2eeEJB_features[] =
135802               {
135803                   (MetaFeature*)&_CIM_J2eeEJB_Name,
135804                   0,
135805               };
135806               
135807 mike  1.1.2.1 static const char*
135808               __root_cimv2_CIM_J2eeEJB_qualifiers[] =
135809               {
135810                   /* UMLPackagePath */
135811                   "\057CIM::Application::J2eeAppServer",
135812                   /* Abstract */
135813                   "\002\001",
135814                   /* Version */
135815                   "\0632.8.0",
135816                   0,
135817               };
135818               
135819               MetaClass
135820               __root_cimv2_CIM_J2eeEJB =
135821               {
135822                   /* flags */
135823                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
135824                   /* name */
135825                   "CIM_J2eeEJB",
135826                   /* qualifiers */
135827                   __root_cimv2_CIM_J2eeEJB_qualifiers,
135828 mike  1.1.2.1     /* super */
135829                   &__root_cimv2_CIM_Service,
135830                   /* features */
135831                   _CIM_J2eeEJB_features,
135832               };
135833               
135834               //==============================================================================
135835               //
135836               // Class: CIM_J2eeEntityBean
135837               //
135838               //==============================================================================
135839               
135840               static MetaFeature*
135841               _CIM_J2eeEntityBean_features[] =
135842               {
135843                   0,
135844               };
135845               
135846               static const char*
135847               __root_cimv2_CIM_J2eeEntityBean_qualifiers[] =
135848               {
135849 mike  1.1.2.1     /* UMLPackagePath */
135850                   "\057CIM::Application::J2eeAppServer",
135851                   /* Version */
135852                   "\0632.8.0",
135853                   0,
135854               };
135855               
135856               MetaClass
135857               __root_cimv2_CIM_J2eeEntityBean =
135858               {
135859                   /* flags */
135860                   META_FLAG_CLASS,
135861                   /* name */
135862                   "CIM_J2eeEntityBean",
135863                   /* qualifiers */
135864                   __root_cimv2_CIM_J2eeEntityBean_qualifiers,
135865                   /* super */
135866                   &__root_cimv2_CIM_J2eeEJB,
135867                   /* features */
135868                   _CIM_J2eeEntityBean_features,
135869               };
135870 mike  1.1.2.1 
135871               //==============================================================================
135872               //
135873               // Class: CIM_J2eeJCAConnectionFactoryManagedConnectionFactory
135874               //
135875               //==============================================================================
135876               
135877               static const char*
135878               _CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_Dependent_qualifiers[] =
135879               {
135880                   /* Override */
135881                   "\044Dependent",
135882                   /* Min */
135883                   "\033\000\000\000\001",
135884                   0,
135885               };
135886               
135887               static MetaReference
135888               _CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_Dependent =
135889               {
135890                   /* flags */
135891 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
135892                   /* name */
135893                   "Dependent",
135894                   /* qualifiers */
135895                   _CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_Dependent_qualifiers,
135896                   /* subscript */
135897                   -1,
135898                   /* refId */
135899                   &__root_cimv2_CIM_J2eeJCAConnectionFactory,
135900               };
135901               
135902               static const char*
135903               _CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_Antecedent_qualifiers[] =
135904               {
135905                   /* Override */
135906                   "\044Antecedent",
135907                   /* Min */
135908                   "\033\000\000\000\001",
135909                   /* Max */
135910                   "\027\000\000\000\001",
135911                   0,
135912 mike  1.1.2.1 };
135913               
135914               static MetaReference
135915               _CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_Antecedent =
135916               {
135917                   /* flags */
135918                   META_FLAG_REFERENCE|META_FLAG_READ,
135919                   /* name */
135920                   "Antecedent",
135921                   /* qualifiers */
135922                   _CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_Antecedent_qualifiers,
135923                   /* subscript */
135924                   -1,
135925                   /* refId */
135926                   &__root_cimv2_CIM_J2eeJCAManagedConnectionFactory,
135927               };
135928               
135929               static MetaFeature*
135930               _CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_features[] =
135931               {
135932                   (MetaFeature*)&_CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_Dependent,
135933 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_Antecedent,
135934                   0,
135935               };
135936               
135937               static const char*
135938               __root_cimv2_CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_qualifiers[] =
135939               {
135940                   /* ASSOCIATION */
135941                   "\000\001",
135942                   /* UMLPackagePath */
135943                   "\057CIM::Application::J2eeAppServer",
135944                   /* Version */
135945                   "\0632.8.0",
135946                   0,
135947               };
135948               
135949               MetaClass
135950               __root_cimv2_CIM_J2eeJCAConnectionFactoryManagedConnectionFactory =
135951               {
135952                   /* flags */
135953                   META_FLAG_ASSOCIATION,
135954 mike  1.1.2.1     /* name */
135955                   "CIM_J2eeJCAConnectionFactoryManagedConnectionFactory",
135956                   /* qualifiers */
135957                   __root_cimv2_CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_qualifiers,
135958                   /* super */
135959                   &__root_cimv2_CIM_HostedDependency,
135960                   /* features */
135961                   _CIM_J2eeJCAConnectionFactoryManagedConnectionFactory_features,
135962               };
135963               
135964               //==============================================================================
135965               //
135966               // Class: CIM_J2eeJDBCDataSourceDriver
135967               //
135968               //==============================================================================
135969               
135970               static const char*
135971               _CIM_J2eeJDBCDataSourceDriver_Dependent_qualifiers[] =
135972               {
135973                   /* Override */
135974                   "\044Dependent",
135975 mike  1.1.2.1     /* Min */
135976                   "\033\000\000\000\001",
135977                   0,
135978               };
135979               
135980               static MetaReference
135981               _CIM_J2eeJDBCDataSourceDriver_Dependent =
135982               {
135983                   /* flags */
135984                   META_FLAG_REFERENCE|META_FLAG_READ,
135985                   /* name */
135986                   "Dependent",
135987                   /* qualifiers */
135988                   _CIM_J2eeJDBCDataSourceDriver_Dependent_qualifiers,
135989                   /* subscript */
135990                   -1,
135991                   /* refId */
135992                   &__root_cimv2_CIM_J2eeJDBCDataSource,
135993               };
135994               
135995               static const char*
135996 mike  1.1.2.1 _CIM_J2eeJDBCDataSourceDriver_Antecedent_qualifiers[] =
135997               {
135998                   /* Override */
135999                   "\044Antecedent",
136000                   /* Min */
136001                   "\033\000\000\000\001",
136002                   /* Max */
136003                   "\027\000\000\000\001",
136004                   0,
136005               };
136006               
136007               static MetaReference
136008               _CIM_J2eeJDBCDataSourceDriver_Antecedent =
136009               {
136010                   /* flags */
136011                   META_FLAG_REFERENCE|META_FLAG_READ,
136012                   /* name */
136013                   "Antecedent",
136014                   /* qualifiers */
136015                   _CIM_J2eeJDBCDataSourceDriver_Antecedent_qualifiers,
136016                   /* subscript */
136017 mike  1.1.2.1     -1,
136018                   /* refId */
136019                   &__root_cimv2_CIM_J2eeJDBCDriver,
136020               };
136021               
136022               static MetaFeature*
136023               _CIM_J2eeJDBCDataSourceDriver_features[] =
136024               {
136025                   (MetaFeature*)&_CIM_J2eeJDBCDataSourceDriver_Dependent,
136026                   (MetaFeature*)&_CIM_J2eeJDBCDataSourceDriver_Antecedent,
136027                   0,
136028               };
136029               
136030               static const char*
136031               __root_cimv2_CIM_J2eeJDBCDataSourceDriver_qualifiers[] =
136032               {
136033                   /* ASSOCIATION */
136034                   "\000\001",
136035                   /* UMLPackagePath */
136036                   "\057CIM::Application::J2eeAppServer",
136037                   /* Version */
136038 mike  1.1.2.1     "\0632.8.0",
136039                   0,
136040               };
136041               
136042               MetaClass
136043               __root_cimv2_CIM_J2eeJDBCDataSourceDriver =
136044               {
136045                   /* flags */
136046                   META_FLAG_ASSOCIATION,
136047                   /* name */
136048                   "CIM_J2eeJDBCDataSourceDriver",
136049                   /* qualifiers */
136050                   __root_cimv2_CIM_J2eeJDBCDataSourceDriver_qualifiers,
136051                   /* super */
136052                   &__root_cimv2_CIM_HostedDependency,
136053                   /* features */
136054                   _CIM_J2eeJDBCDataSourceDriver_features,
136055               };
136056               
136057               //==============================================================================
136058               //
136059 mike  1.1.2.1 // Class: CIM_J2eeMessageDrivenBean
136060               //
136061               //==============================================================================
136062               
136063               static MetaFeature*
136064               _CIM_J2eeMessageDrivenBean_features[] =
136065               {
136066                   0,
136067               };
136068               
136069               static const char*
136070               __root_cimv2_CIM_J2eeMessageDrivenBean_qualifiers[] =
136071               {
136072                   /* UMLPackagePath */
136073                   "\057CIM::Application::J2eeAppServer",
136074                   /* Version */
136075                   "\0632.8.0",
136076                   0,
136077               };
136078               
136079               MetaClass
136080 mike  1.1.2.1 __root_cimv2_CIM_J2eeMessageDrivenBean =
136081               {
136082                   /* flags */
136083                   META_FLAG_CLASS,
136084                   /* name */
136085                   "CIM_J2eeMessageDrivenBean",
136086                   /* qualifiers */
136087                   __root_cimv2_CIM_J2eeMessageDrivenBean_qualifiers,
136088                   /* super */
136089                   &__root_cimv2_CIM_J2eeEJB,
136090                   /* features */
136091                   _CIM_J2eeMessageDrivenBean_features,
136092               };
136093               
136094               //==============================================================================
136095               //
136096               // Class: CIM_J2eeModule
136097               //
136098               //==============================================================================
136099               
136100               static MetaFeature*
136101 mike  1.1.2.1 _CIM_J2eeModule_features[] =
136102               {
136103                   0,
136104               };
136105               
136106               static const char*
136107               __root_cimv2_CIM_J2eeModule_qualifiers[] =
136108               {
136109                   /* UMLPackagePath */
136110                   "\057CIM::Application::J2eeAppServer",
136111                   /* Abstract */
136112                   "\002\001",
136113                   /* Version */
136114                   "\0632.8.0",
136115                   0,
136116               };
136117               
136118               MetaClass
136119               __root_cimv2_CIM_J2eeModule =
136120               {
136121                   /* flags */
136122 mike  1.1.2.1     META_FLAG_CLASS|META_FLAG_ABSTRACT,
136123                   /* name */
136124                   "CIM_J2eeModule",
136125                   /* qualifiers */
136126                   __root_cimv2_CIM_J2eeModule_qualifiers,
136127                   /* super */
136128                   &__root_cimv2_CIM_J2eeDeployedObject,
136129                   /* features */
136130                   _CIM_J2eeModule_features,
136131               };
136132               
136133               //==============================================================================
136134               //
136135               // Class: CIM_J2eeModuleUsesJVM
136136               //
136137               //==============================================================================
136138               
136139               static const char*
136140               _CIM_J2eeModuleUsesJVM_Dependent_qualifiers[] =
136141               {
136142                   /* Override */
136143 mike  1.1.2.1     "\044Dependent",
136144                   0,
136145               };
136146               
136147               static MetaReference
136148               _CIM_J2eeModuleUsesJVM_Dependent =
136149               {
136150                   /* flags */
136151                   META_FLAG_REFERENCE|META_FLAG_READ,
136152                   /* name */
136153                   "Dependent",
136154                   /* qualifiers */
136155                   _CIM_J2eeModuleUsesJVM_Dependent_qualifiers,
136156                   /* subscript */
136157                   -1,
136158                   /* refId */
136159                   &__root_cimv2_CIM_J2eeModule,
136160               };
136161               
136162               static const char*
136163               _CIM_J2eeModuleUsesJVM_Antecedent_qualifiers[] =
136164 mike  1.1.2.1 {
136165                   /* Override */
136166                   "\044Antecedent",
136167                   /* Min */
136168                   "\033\000\000\000\001",
136169                   0,
136170               };
136171               
136172               static MetaReference
136173               _CIM_J2eeModuleUsesJVM_Antecedent =
136174               {
136175                   /* flags */
136176                   META_FLAG_REFERENCE|META_FLAG_READ,
136177                   /* name */
136178                   "Antecedent",
136179                   /* qualifiers */
136180                   _CIM_J2eeModuleUsesJVM_Antecedent_qualifiers,
136181                   /* subscript */
136182                   -1,
136183                   /* refId */
136184                   &__root_cimv2_CIM_J2eeJVM,
136185 mike  1.1.2.1 };
136186               
136187               static MetaFeature*
136188               _CIM_J2eeModuleUsesJVM_features[] =
136189               {
136190                   (MetaFeature*)&_CIM_J2eeModuleUsesJVM_Dependent,
136191                   (MetaFeature*)&_CIM_J2eeModuleUsesJVM_Antecedent,
136192                   0,
136193               };
136194               
136195               static const char*
136196               __root_cimv2_CIM_J2eeModuleUsesJVM_qualifiers[] =
136197               {
136198                   /* ASSOCIATION */
136199                   "\000\001",
136200                   /* UMLPackagePath */
136201                   "\057CIM::Application::J2eeAppServer",
136202                   /* Version */
136203                   "\0632.8.0",
136204                   0,
136205               };
136206 mike  1.1.2.1 
136207               MetaClass
136208               __root_cimv2_CIM_J2eeModuleUsesJVM =
136209               {
136210                   /* flags */
136211                   META_FLAG_ASSOCIATION,
136212                   /* name */
136213                   "CIM_J2eeModuleUsesJVM",
136214                   /* qualifiers */
136215                   __root_cimv2_CIM_J2eeModuleUsesJVM_qualifiers,
136216                   /* super */
136217                   &__root_cimv2_CIM_HostedDependency,
136218                   /* features */
136219                   _CIM_J2eeModuleUsesJVM_features,
136220               };
136221               
136222               //==============================================================================
136223               //
136224               // Class: CIM_J2eeResource
136225               //
136226               //==============================================================================
136227 mike  1.1.2.1 
136228               static const char*
136229               _CIM_J2eeResource_InstanceID_qualifiers[] =
136230               {
136231                   /* Key */
136232                   "\025\001",
136233                   /* ModelCorrespondence */
136234                   "\036\000\001CIM_J2eeResource.Name\000",
136235                   0,
136236               };
136237               
136238               static MetaProperty
136239               _CIM_J2eeResource_InstanceID =
136240               {
136241                   /* flags */
136242                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
136243                   /* name */
136244                   "InstanceID",
136245                   /* qualifiers */
136246                   _CIM_J2eeResource_InstanceID_qualifiers,
136247                   /* type */
136248 mike  1.1.2.1     CIMTYPE_STRING,
136249                   /* subscript */
136250                   -1,
136251                   /* value */
136252                   0,
136253               };
136254               
136255               static const char*
136256               _CIM_J2eeResource_Name_qualifiers[] =
136257               {
136258                   /* Override */
136259                   "\044Name",
136260                   /* MaxLen */
136261                   "\030\000\000\001\000",
136262                   /* MappingStrings */
136263                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
136264                   /* ModelCorrespondence */
136265                   "\036\000\001CIM_J2eeResource.InstanceID\000",
136266                   0,
136267               };
136268               
136269 mike  1.1.2.1 static MetaProperty
136270               _CIM_J2eeResource_Name =
136271               {
136272                   /* flags */
136273                   META_FLAG_PROPERTY|META_FLAG_READ,
136274                   /* name */
136275                   "Name",
136276                   /* qualifiers */
136277                   _CIM_J2eeResource_Name_qualifiers,
136278                   /* type */
136279                   CIMTYPE_STRING,
136280                   /* subscript */
136281                   -1,
136282                   /* value */
136283                   0,
136284               };
136285               
136286               static MetaFeature*
136287               _CIM_J2eeResource_features[] =
136288               {
136289                   (MetaFeature*)&_CIM_J2eeResource_InstanceID,
136290 mike  1.1.2.1     (MetaFeature*)&_CIM_J2eeResource_Name,
136291                   0,
136292               };
136293               
136294               static const char*
136295               __root_cimv2_CIM_J2eeResource_qualifiers[] =
136296               {
136297                   /* UMLPackagePath */
136298                   "\057CIM::Application::J2eeAppServer",
136299                   /* Abstract */
136300                   "\002\001",
136301                   /* Version */
136302                   "\0632.8.0",
136303                   0,
136304               };
136305               
136306               MetaClass
136307               __root_cimv2_CIM_J2eeResource =
136308               {
136309                   /* flags */
136310                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
136311 mike  1.1.2.1     /* name */
136312                   "CIM_J2eeResource",
136313                   /* qualifiers */
136314                   __root_cimv2_CIM_J2eeResource_qualifiers,
136315                   /* super */
136316                   &__root_cimv2_CIM_SystemResource,
136317                   /* features */
136318                   _CIM_J2eeResource_features,
136319               };
136320               
136321               //==============================================================================
136322               //
136323               // Class: CIM_J2eeResourceAdapter
136324               //
136325               //==============================================================================
136326               
136327               static const char*
136328               _CIM_J2eeResourceAdapter_Name_qualifiers[] =
136329               {
136330                   /* Override */
136331                   "\044Name",
136332 mike  1.1.2.1     /* MaxLen */
136333                   "\030\000\000\001\000",
136334                   /* MappingStrings */
136335                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
136336                   0,
136337               };
136338               
136339               static MetaProperty
136340               _CIM_J2eeResourceAdapter_Name =
136341               {
136342                   /* flags */
136343                   META_FLAG_PROPERTY|META_FLAG_READ,
136344                   /* name */
136345                   "Name",
136346                   /* qualifiers */
136347                   _CIM_J2eeResourceAdapter_Name_qualifiers,
136348                   /* type */
136349                   CIMTYPE_STRING,
136350                   /* subscript */
136351                   -1,
136352                   /* value */
136353 mike  1.1.2.1     0,
136354               };
136355               
136356               static MetaFeature*
136357               _CIM_J2eeResourceAdapter_features[] =
136358               {
136359                   (MetaFeature*)&_CIM_J2eeResourceAdapter_Name,
136360                   0,
136361               };
136362               
136363               static const char*
136364               __root_cimv2_CIM_J2eeResourceAdapter_qualifiers[] =
136365               {
136366                   /* UMLPackagePath */
136367                   "\057CIM::Application::J2eeAppServer",
136368                   /* Version */
136369                   "\0632.8.0",
136370                   0,
136371               };
136372               
136373               MetaClass
136374 mike  1.1.2.1 __root_cimv2_CIM_J2eeResourceAdapter =
136375               {
136376                   /* flags */
136377                   META_FLAG_CLASS,
136378                   /* name */
136379                   "CIM_J2eeResourceAdapter",
136380                   /* qualifiers */
136381                   __root_cimv2_CIM_J2eeResourceAdapter_qualifiers,
136382                   /* super */
136383                   &__root_cimv2_CIM_Service,
136384                   /* features */
136385                   _CIM_J2eeResourceAdapter_features,
136386               };
136387               
136388               //==============================================================================
136389               //
136390               // Class: CIM_J2eeResourceAdapterModule
136391               //
136392               //==============================================================================
136393               
136394               static MetaFeature*
136395 mike  1.1.2.1 _CIM_J2eeResourceAdapterModule_features[] =
136396               {
136397                   0,
136398               };
136399               
136400               static const char*
136401               __root_cimv2_CIM_J2eeResourceAdapterModule_qualifiers[] =
136402               {
136403                   /* UMLPackagePath */
136404                   "\057CIM::Application::J2eeAppServer",
136405                   /* Version */
136406                   "\0632.8.0",
136407                   0,
136408               };
136409               
136410               MetaClass
136411               __root_cimv2_CIM_J2eeResourceAdapterModule =
136412               {
136413                   /* flags */
136414                   META_FLAG_CLASS,
136415                   /* name */
136416 mike  1.1.2.1     "CIM_J2eeResourceAdapterModule",
136417                   /* qualifiers */
136418                   __root_cimv2_CIM_J2eeResourceAdapterModule_qualifiers,
136419                   /* super */
136420                   &__root_cimv2_CIM_J2eeModule,
136421                   /* features */
136422                   _CIM_J2eeResourceAdapterModule_features,
136423               };
136424               
136425               //==============================================================================
136426               //
136427               // Class: CIM_J2eeRMI_IIOPResource
136428               //
136429               //==============================================================================
136430               
136431               static MetaFeature*
136432               _CIM_J2eeRMI_IIOPResource_features[] =
136433               {
136434                   0,
136435               };
136436               
136437 mike  1.1.2.1 static const char*
136438               __root_cimv2_CIM_J2eeRMI_IIOPResource_qualifiers[] =
136439               {
136440                   /* UMLPackagePath */
136441                   "\057CIM::Application::J2eeAppServer",
136442                   /* Version */
136443                   "\0632.8.0",
136444                   0,
136445               };
136446               
136447               MetaClass
136448               __root_cimv2_CIM_J2eeRMI_IIOPResource =
136449               {
136450                   /* flags */
136451                   META_FLAG_CLASS,
136452                   /* name */
136453                   "CIM_J2eeRMI_IIOPResource",
136454                   /* qualifiers */
136455                   __root_cimv2_CIM_J2eeRMI_IIOPResource_qualifiers,
136456                   /* super */
136457                   &__root_cimv2_CIM_J2eeResource,
136458 mike  1.1.2.1     /* features */
136459                   _CIM_J2eeRMI_IIOPResource_features,
136460               };
136461               
136462               //==============================================================================
136463               //
136464               // Class: CIM_J2eeServer
136465               //
136466               //==============================================================================
136467               
136468               static const char*
136469               _CIM_J2eeServer_Name_qualifiers[] =
136470               {
136471                   /* Override */
136472                   "\044Name",
136473                   /* MaxLen */
136474                   "\030\000\000\001\000",
136475                   /* MappingStrings */
136476                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
136477                   0,
136478               };
136479 mike  1.1.2.1 
136480               static MetaProperty
136481               _CIM_J2eeServer_Name =
136482               {
136483                   /* flags */
136484                   META_FLAG_PROPERTY|META_FLAG_READ,
136485                   /* name */
136486                   "Name",
136487                   /* qualifiers */
136488                   _CIM_J2eeServer_Name_qualifiers,
136489                   /* type */
136490                   CIMTYPE_STRING,
136491                   /* subscript */
136492                   -1,
136493                   /* value */
136494                   0,
136495               };
136496               
136497               static const char*
136498               _CIM_J2eeServer_Vendor_qualifiers[] =
136499               {
136500 mike  1.1.2.1     /* MappingStrings */
136501                   "\026\000\001JSR77.JCP|JSR77.3.3.1.4 serverVendor|V1.0\000",
136502                   0,
136503               };
136504               
136505               static MetaProperty
136506               _CIM_J2eeServer_Vendor =
136507               {
136508                   /* flags */
136509                   META_FLAG_PROPERTY|META_FLAG_READ,
136510                   /* name */
136511                   "Vendor",
136512                   /* qualifiers */
136513                   _CIM_J2eeServer_Vendor_qualifiers,
136514                   /* type */
136515                   CIMTYPE_STRING,
136516                   /* subscript */
136517                   -1,
136518                   /* value */
136519                   0,
136520               };
136521 mike  1.1.2.1 
136522               static const char*
136523               _CIM_J2eeServer_Version_qualifiers[] =
136524               {
136525                   /* MappingStrings */
136526                   "\026\000\001JSR77.JCP|JSR77.3.3.1.5 serverVersion|V1.0\000",
136527                   0,
136528               };
136529               
136530               static MetaProperty
136531               _CIM_J2eeServer_Version =
136532               {
136533                   /* flags */
136534                   META_FLAG_PROPERTY|META_FLAG_READ,
136535                   /* name */
136536                   "Version",
136537                   /* qualifiers */
136538                   _CIM_J2eeServer_Version_qualifiers,
136539                   /* type */
136540                   CIMTYPE_STRING,
136541                   /* subscript */
136542 mike  1.1.2.1     -1,
136543                   /* value */
136544                   0,
136545               };
136546               
136547               static MetaFeature*
136548               _CIM_J2eeServer_features[] =
136549               {
136550                   (MetaFeature*)&_CIM_J2eeServer_Name,
136551                   (MetaFeature*)&_CIM_J2eeServer_Vendor,
136552                   (MetaFeature*)&_CIM_J2eeServer_Version,
136553                   0,
136554               };
136555               
136556               static const char*
136557               __root_cimv2_CIM_J2eeServer_qualifiers[] =
136558               {
136559                   /* UMLPackagePath */
136560                   "\057CIM::Application::J2eeAppServer",
136561                   /* Version */
136562                   "\0632.8.0",
136563 mike  1.1.2.1     0,
136564               };
136565               
136566               MetaClass
136567               __root_cimv2_CIM_J2eeServer =
136568               {
136569                   /* flags */
136570                   META_FLAG_CLASS,
136571                   /* name */
136572                   "CIM_J2eeServer",
136573                   /* qualifiers */
136574                   __root_cimv2_CIM_J2eeServer_qualifiers,
136575                   /* super */
136576                   &__root_cimv2_CIM_ApplicationSystem,
136577                   /* features */
136578                   _CIM_J2eeServer_features,
136579               };
136580               
136581               //==============================================================================
136582               //
136583               // Class: CIM_J2eeServerInDomain
136584 mike  1.1.2.1 //
136585               //==============================================================================
136586               
136587               static const char*
136588               _CIM_J2eeServerInDomain_GroupComponent_qualifiers[] =
136589               {
136590                   /* Aggregate */
136591                   "\003\001",
136592                   /* Override */
136593                   "\044GroupComponent",
136594                   /* Min */
136595                   "\033\000\000\000\001",
136596                   /* Max */
136597                   "\027\000\000\000\001",
136598                   0,
136599               };
136600               
136601               static MetaReference
136602               _CIM_J2eeServerInDomain_GroupComponent =
136603               {
136604                   /* flags */
136605 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
136606                   /* name */
136607                   "GroupComponent",
136608                   /* qualifiers */
136609                   _CIM_J2eeServerInDomain_GroupComponent_qualifiers,
136610                   /* subscript */
136611                   -1,
136612                   /* refId */
136613                   &__root_cimv2_CIM_J2eeDomain,
136614               };
136615               
136616               static const char*
136617               _CIM_J2eeServerInDomain_PartComponent_qualifiers[] =
136618               {
136619                   /* Override */
136620                   "\044PartComponent",
136621                   /* Min */
136622                   "\033\000\000\000\001",
136623                   0,
136624               };
136625               
136626 mike  1.1.2.1 static MetaReference
136627               _CIM_J2eeServerInDomain_PartComponent =
136628               {
136629                   /* flags */
136630                   META_FLAG_REFERENCE|META_FLAG_READ,
136631                   /* name */
136632                   "PartComponent",
136633                   /* qualifiers */
136634                   _CIM_J2eeServerInDomain_PartComponent_qualifiers,
136635                   /* subscript */
136636                   -1,
136637                   /* refId */
136638                   &__root_cimv2_CIM_J2eeServer,
136639               };
136640               
136641               static MetaFeature*
136642               _CIM_J2eeServerInDomain_features[] =
136643               {
136644                   (MetaFeature*)&_CIM_J2eeServerInDomain_GroupComponent,
136645                   (MetaFeature*)&_CIM_J2eeServerInDomain_PartComponent,
136646                   0,
136647 mike  1.1.2.1 };
136648               
136649               static const char*
136650               __root_cimv2_CIM_J2eeServerInDomain_qualifiers[] =
136651               {
136652                   /* ASSOCIATION */
136653                   "\000\001",
136654                   /* UMLPackagePath */
136655                   "\057CIM::Application::J2eeAppServer",
136656                   /* Aggregation */
136657                   "\004\001",
136658                   /* Version */
136659                   "\0632.8.0",
136660                   0,
136661               };
136662               
136663               MetaClass
136664               __root_cimv2_CIM_J2eeServerInDomain =
136665               {
136666                   /* flags */
136667                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
136668 mike  1.1.2.1     /* name */
136669                   "CIM_J2eeServerInDomain",
136670                   /* qualifiers */
136671                   __root_cimv2_CIM_J2eeServerInDomain_qualifiers,
136672                   /* super */
136673                   &__root_cimv2_CIM_SystemComponent,
136674                   /* features */
136675                   _CIM_J2eeServerInDomain_features,
136676               };
136677               
136678               //==============================================================================
136679               //
136680               // Class: CIM_J2eeServerUsesJVM
136681               //
136682               //==============================================================================
136683               
136684               static const char*
136685               _CIM_J2eeServerUsesJVM_Antecedent_qualifiers[] =
136686               {
136687                   /* Override */
136688                   "\044Antecedent",
136689 mike  1.1.2.1     /* Min */
136690                   "\033\000\000\000\001",
136691                   0,
136692               };
136693               
136694               static MetaReference
136695               _CIM_J2eeServerUsesJVM_Antecedent =
136696               {
136697                   /* flags */
136698                   META_FLAG_REFERENCE|META_FLAG_READ,
136699                   /* name */
136700                   "Antecedent",
136701                   /* qualifiers */
136702                   _CIM_J2eeServerUsesJVM_Antecedent_qualifiers,
136703                   /* subscript */
136704                   -1,
136705                   /* refId */
136706                   &__root_cimv2_CIM_J2eeJVM,
136707               };
136708               
136709               static const char*
136710 mike  1.1.2.1 _CIM_J2eeServerUsesJVM_Dependent_qualifiers[] =
136711               {
136712                   /* Override */
136713                   "\044Dependent",
136714                   /* Min */
136715                   "\033\000\000\000\001",
136716                   0,
136717               };
136718               
136719               static MetaReference
136720               _CIM_J2eeServerUsesJVM_Dependent =
136721               {
136722                   /* flags */
136723                   META_FLAG_REFERENCE|META_FLAG_READ,
136724                   /* name */
136725                   "Dependent",
136726                   /* qualifiers */
136727                   _CIM_J2eeServerUsesJVM_Dependent_qualifiers,
136728                   /* subscript */
136729                   -1,
136730                   /* refId */
136731 mike  1.1.2.1     &__root_cimv2_CIM_J2eeServer,
136732               };
136733               
136734               static MetaFeature*
136735               _CIM_J2eeServerUsesJVM_features[] =
136736               {
136737                   (MetaFeature*)&_CIM_J2eeServerUsesJVM_Antecedent,
136738                   (MetaFeature*)&_CIM_J2eeServerUsesJVM_Dependent,
136739                   0,
136740               };
136741               
136742               static const char*
136743               __root_cimv2_CIM_J2eeServerUsesJVM_qualifiers[] =
136744               {
136745                   /* ASSOCIATION */
136746                   "\000\001",
136747                   /* UMLPackagePath */
136748                   "\057CIM::Application::J2eeAppServer",
136749                   /* Version */
136750                   "\0632.8.0",
136751                   0,
136752 mike  1.1.2.1 };
136753               
136754               MetaClass
136755               __root_cimv2_CIM_J2eeServerUsesJVM =
136756               {
136757                   /* flags */
136758                   META_FLAG_ASSOCIATION,
136759                   /* name */
136760                   "CIM_J2eeServerUsesJVM",
136761                   /* qualifiers */
136762                   __root_cimv2_CIM_J2eeServerUsesJVM_qualifiers,
136763                   /* super */
136764                   &__root_cimv2_CIM_Dependency,
136765                   /* features */
136766                   _CIM_J2eeServerUsesJVM_features,
136767               };
136768               
136769               //==============================================================================
136770               //
136771               // Class: CIM_J2eeServlet
136772               //
136773 mike  1.1.2.1 //==============================================================================
136774               
136775               static const char*
136776               _CIM_J2eeServlet_Name_qualifiers[] =
136777               {
136778                   /* Override */
136779                   "\044Name",
136780                   /* MaxLen */
136781                   "\030\000\000\001\000",
136782                   /* MappingStrings */
136783                   "\026\000\001JSR77.JCP|JSR77.3.1.1.1 objectName|V1.0\000",
136784                   0,
136785               };
136786               
136787               static MetaProperty
136788               _CIM_J2eeServlet_Name =
136789               {
136790                   /* flags */
136791                   META_FLAG_PROPERTY|META_FLAG_READ,
136792                   /* name */
136793                   "Name",
136794 mike  1.1.2.1     /* qualifiers */
136795                   _CIM_J2eeServlet_Name_qualifiers,
136796                   /* type */
136797                   CIMTYPE_STRING,
136798                   /* subscript */
136799                   -1,
136800                   /* value */
136801                   0,
136802               };
136803               
136804               static MetaFeature*
136805               _CIM_J2eeServlet_features[] =
136806               {
136807                   (MetaFeature*)&_CIM_J2eeServlet_Name,
136808                   0,
136809               };
136810               
136811               static const char*
136812               __root_cimv2_CIM_J2eeServlet_qualifiers[] =
136813               {
136814                   /* UMLPackagePath */
136815 mike  1.1.2.1     "\057CIM::Application::J2eeAppServer",
136816                   /* Version */
136817                   "\0632.8.0",
136818                   0,
136819               };
136820               
136821               MetaClass
136822               __root_cimv2_CIM_J2eeServlet =
136823               {
136824                   /* flags */
136825                   META_FLAG_CLASS,
136826                   /* name */
136827                   "CIM_J2eeServlet",
136828                   /* qualifiers */
136829                   __root_cimv2_CIM_J2eeServlet_qualifiers,
136830                   /* super */
136831                   &__root_cimv2_CIM_Service,
136832                   /* features */
136833                   _CIM_J2eeServlet_features,
136834               };
136835               
136836 mike  1.1.2.1 //==============================================================================
136837               //
136838               // Class: CIM_J2eeSessionBean
136839               //
136840               //==============================================================================
136841               
136842               static MetaFeature*
136843               _CIM_J2eeSessionBean_features[] =
136844               {
136845                   0,
136846               };
136847               
136848               static const char*
136849               __root_cimv2_CIM_J2eeSessionBean_qualifiers[] =
136850               {
136851                   /* UMLPackagePath */
136852                   "\057CIM::Application::J2eeAppServer",
136853                   /* Abstract */
136854                   "\002\001",
136855                   /* Version */
136856                   "\0632.8.0",
136857 mike  1.1.2.1     0,
136858               };
136859               
136860               MetaClass
136861               __root_cimv2_CIM_J2eeSessionBean =
136862               {
136863                   /* flags */
136864                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
136865                   /* name */
136866                   "CIM_J2eeSessionBean",
136867                   /* qualifiers */
136868                   __root_cimv2_CIM_J2eeSessionBean_qualifiers,
136869                   /* super */
136870                   &__root_cimv2_CIM_J2eeEJB,
136871                   /* features */
136872                   _CIM_J2eeSessionBean_features,
136873               };
136874               
136875               //==============================================================================
136876               //
136877               // Class: CIM_J2eeStatefulSessionBean
136878 mike  1.1.2.1 //
136879               //==============================================================================
136880               
136881               static MetaFeature*
136882               _CIM_J2eeStatefulSessionBean_features[] =
136883               {
136884                   0,
136885               };
136886               
136887               static const char*
136888               __root_cimv2_CIM_J2eeStatefulSessionBean_qualifiers[] =
136889               {
136890                   /* UMLPackagePath */
136891                   "\057CIM::Application::J2eeAppServer",
136892                   /* Version */
136893                   "\0632.8.0",
136894                   0,
136895               };
136896               
136897               MetaClass
136898               __root_cimv2_CIM_J2eeStatefulSessionBean =
136899 mike  1.1.2.1 {
136900                   /* flags */
136901                   META_FLAG_CLASS,
136902                   /* name */
136903                   "CIM_J2eeStatefulSessionBean",
136904                   /* qualifiers */
136905                   __root_cimv2_CIM_J2eeStatefulSessionBean_qualifiers,
136906                   /* super */
136907                   &__root_cimv2_CIM_J2eeSessionBean,
136908                   /* features */
136909                   _CIM_J2eeStatefulSessionBean_features,
136910               };
136911               
136912               //==============================================================================
136913               //
136914               // Class: CIM_J2eeStatelessSessionBean
136915               //
136916               //==============================================================================
136917               
136918               static MetaFeature*
136919               _CIM_J2eeStatelessSessionBean_features[] =
136920 mike  1.1.2.1 {
136921                   0,
136922               };
136923               
136924               static const char*
136925               __root_cimv2_CIM_J2eeStatelessSessionBean_qualifiers[] =
136926               {
136927                   /* UMLPackagePath */
136928                   "\057CIM::Application::J2eeAppServer",
136929                   /* Version */
136930                   "\0632.8.0",
136931                   0,
136932               };
136933               
136934               MetaClass
136935               __root_cimv2_CIM_J2eeStatelessSessionBean =
136936               {
136937                   /* flags */
136938                   META_FLAG_CLASS,
136939                   /* name */
136940                   "CIM_J2eeStatelessSessionBean",
136941 mike  1.1.2.1     /* qualifiers */
136942                   __root_cimv2_CIM_J2eeStatelessSessionBean_qualifiers,
136943                   /* super */
136944                   &__root_cimv2_CIM_J2eeSessionBean,
136945                   /* features */
136946                   _CIM_J2eeStatelessSessionBean_features,
136947               };
136948               
136949               //==============================================================================
136950               //
136951               // Class: CIM_J2eeURLResource
136952               //
136953               //==============================================================================
136954               
136955               static MetaFeature*
136956               _CIM_J2eeURLResource_features[] =
136957               {
136958                   0,
136959               };
136960               
136961               static const char*
136962 mike  1.1.2.1 __root_cimv2_CIM_J2eeURLResource_qualifiers[] =
136963               {
136964                   /* UMLPackagePath */
136965                   "\057CIM::Application::J2eeAppServer",
136966                   /* Version */
136967                   "\0632.8.0",
136968                   0,
136969               };
136970               
136971               MetaClass
136972               __root_cimv2_CIM_J2eeURLResource =
136973               {
136974                   /* flags */
136975                   META_FLAG_CLASS,
136976                   /* name */
136977                   "CIM_J2eeURLResource",
136978                   /* qualifiers */
136979                   __root_cimv2_CIM_J2eeURLResource_qualifiers,
136980                   /* super */
136981                   &__root_cimv2_CIM_J2eeResource,
136982                   /* features */
136983 mike  1.1.2.1     _CIM_J2eeURLResource_features,
136984               };
136985               
136986               //==============================================================================
136987               //
136988               // Class: CIM_J2eeWebModule
136989               //
136990               //==============================================================================
136991               
136992               static MetaFeature*
136993               _CIM_J2eeWebModule_features[] =
136994               {
136995                   0,
136996               };
136997               
136998               static const char*
136999               __root_cimv2_CIM_J2eeWebModule_qualifiers[] =
137000               {
137001                   /* UMLPackagePath */
137002                   "\057CIM::Application::J2eeAppServer",
137003                   /* Version */
137004 mike  1.1.2.1     "\0632.8.0",
137005                   0,
137006               };
137007               
137008               MetaClass
137009               __root_cimv2_CIM_J2eeWebModule =
137010               {
137011                   /* flags */
137012                   META_FLAG_CLASS,
137013                   /* name */
137014                   "CIM_J2eeWebModule",
137015                   /* qualifiers */
137016                   __root_cimv2_CIM_J2eeWebModule_qualifiers,
137017                   /* super */
137018                   &__root_cimv2_CIM_J2eeModule,
137019                   /* features */
137020                   _CIM_J2eeWebModule_features,
137021               };
137022               
137023               //==============================================================================
137024               //
137025 mike  1.1.2.1 // Class: CIM_Keyboard
137026               //
137027               //==============================================================================
137028               
137029               static const char*
137030               _CIM_Keyboard_NumberOfFunctionKeys_qualifiers[] =
137031               {
137032                   0,
137033               };
137034               
137035               static MetaProperty
137036               _CIM_Keyboard_NumberOfFunctionKeys =
137037               {
137038                   /* flags */
137039                   META_FLAG_PROPERTY|META_FLAG_READ,
137040                   /* name */
137041                   "NumberOfFunctionKeys",
137042                   /* qualifiers */
137043                   _CIM_Keyboard_NumberOfFunctionKeys_qualifiers,
137044                   /* type */
137045                   CIMTYPE_UINT16,
137046 mike  1.1.2.1     /* subscript */
137047                   -1,
137048                   /* value */
137049                   0,
137050               };
137051               
137052               static const char*
137053               _CIM_Keyboard_Layout_qualifiers[] =
137054               {
137055                   /* MappingStrings */
137056                   "\026\000\001MIF.DMTF|Keyboard|004.1\000",
137057                   0,
137058               };
137059               
137060               static MetaProperty
137061               _CIM_Keyboard_Layout =
137062               {
137063                   /* flags */
137064                   META_FLAG_PROPERTY|META_FLAG_READ,
137065                   /* name */
137066                   "Layout",
137067 mike  1.1.2.1     /* qualifiers */
137068                   _CIM_Keyboard_Layout_qualifiers,
137069                   /* type */
137070                   CIMTYPE_STRING,
137071                   /* subscript */
137072                   -1,
137073                   /* value */
137074                   0,
137075               };
137076               
137077               static const char*
137078               _CIM_Keyboard_Password_qualifiers[] =
137079               {
137080                   /* ValueMap */
137081                   "\061\000\0051\0002\0003\0004\0005\000",
137082                   /* Values */
137083                   "\062\000\005Other\000Unknown\000Disabled\000Enabled\000Not Implemented\000",
137084                   /* MappingStrings */
137085                   "\026\000\001MIF.DMTF|System Hardware Security|001.2\000",
137086                   0,
137087               };
137088 mike  1.1.2.1 
137089               static MetaProperty
137090               _CIM_Keyboard_Password =
137091               {
137092                   /* flags */
137093                   META_FLAG_PROPERTY|META_FLAG_READ,
137094                   /* name */
137095                   "Password",
137096                   /* qualifiers */
137097                   _CIM_Keyboard_Password_qualifiers,
137098                   /* type */
137099                   CIMTYPE_UINT16,
137100                   /* subscript */
137101                   -1,
137102                   /* value */
137103                   0,
137104               };
137105               
137106               static MetaFeature*
137107               _CIM_Keyboard_features[] =
137108               {
137109 mike  1.1.2.1     (MetaFeature*)&_CIM_Keyboard_NumberOfFunctionKeys,
137110                   (MetaFeature*)&_CIM_Keyboard_Layout,
137111                   (MetaFeature*)&_CIM_Keyboard_Password,
137112                   0,
137113               };
137114               
137115               static const char*
137116               __root_cimv2_CIM_Keyboard_qualifiers[] =
137117               {
137118                   /* UMLPackagePath */
137119                   "\057CIM::Device::UserDevices",
137120                   /* Version */
137121                   "\0632.7.0",
137122                   0,
137123               };
137124               
137125               MetaClass
137126               __root_cimv2_CIM_Keyboard =
137127               {
137128                   /* flags */
137129                   META_FLAG_CLASS,
137130 mike  1.1.2.1     /* name */
137131                   "CIM_Keyboard",
137132                   /* qualifiers */
137133                   __root_cimv2_CIM_Keyboard_qualifiers,
137134                   /* super */
137135                   &__root_cimv2_CIM_UserDevice,
137136                   /* features */
137137                   _CIM_Keyboard_features,
137138               };
137139               
137140               //==============================================================================
137141               //
137142               // Class: CIM_LabelReader
137143               //
137144               //==============================================================================
137145               
137146               static const char*
137147               _CIM_LabelReader_SupportedFormats_qualifiers[] =
137148               {
137149                   /* ValueMap */
137150                   "\061\000\0060\0001\0002\0003\0004\0005\000",
137151 mike  1.1.2.1     /* Values */
137152                   "\062\000\006Barcode\000Radio Frequency Identification\000OCR (Optical Character Recognition)\000MICR (Magnetic Ink Character Recognition)\0007 Character Barcode\0009 Character Barcode\000",
137153                   /* ModelCorrespondence */
137154                   "\036\000\001CIM_PhysicalMedia.LabelFormats\000",
137155                   0,
137156               };
137157               
137158               static MetaProperty
137159               _CIM_LabelReader_SupportedFormats =
137160               {
137161                   /* flags */
137162                   META_FLAG_PROPERTY|META_FLAG_READ,
137163                   /* name */
137164                   "SupportedFormats",
137165                   /* qualifiers */
137166                   _CIM_LabelReader_SupportedFormats_qualifiers,
137167                   /* type */
137168                   CIMTYPE_UINT16,
137169                   /* subscript */
137170                   0,
137171                   /* value */
137172 mike  1.1.2.1     0,
137173               };
137174               
137175               static const char*
137176               _CIM_LabelReader_Technology_qualifiers[] =
137177               {
137178                   /* ValueMap */
137179                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
137180                   /* Values */
137181                   "\062\000\007Unknown\000Other\000Laser\000Infrared\000RF\000Camera\000Memory Reader\000",
137182                   0,
137183               };
137184               
137185               static MetaProperty
137186               _CIM_LabelReader_Technology =
137187               {
137188                   /* flags */
137189                   META_FLAG_PROPERTY|META_FLAG_READ,
137190                   /* name */
137191                   "Technology",
137192                   /* qualifiers */
137193 mike  1.1.2.1     _CIM_LabelReader_Technology_qualifiers,
137194                   /* type */
137195                   CIMTYPE_UINT16,
137196                   /* subscript */
137197                   -1,
137198                   /* value */
137199                   0,
137200               };
137201               
137202               static MetaFeature*
137203               _CIM_LabelReader_features[] =
137204               {
137205                   (MetaFeature*)&_CIM_LabelReader_SupportedFormats,
137206                   (MetaFeature*)&_CIM_LabelReader_Technology,
137207                   0,
137208               };
137209               
137210               static const char*
137211               __root_cimv2_CIM_LabelReader_qualifiers[] =
137212               {
137213                   /* UMLPackagePath */
137214 mike  1.1.2.1     "\057CIM::Device::StorageLib",
137215                   /* Version */
137216                   "\0632.6.0",
137217                   0,
137218               };
137219               
137220               MetaClass
137221               __root_cimv2_CIM_LabelReader =
137222               {
137223                   /* flags */
137224                   META_FLAG_CLASS,
137225                   /* name */
137226                   "CIM_LabelReader",
137227                   /* qualifiers */
137228                   __root_cimv2_CIM_LabelReader_qualifiers,
137229                   /* super */
137230                   &__root_cimv2_CIM_LogicalDevice,
137231                   /* features */
137232                   _CIM_LabelReader_features,
137233               };
137234               
137235 mike  1.1.2.1 //==============================================================================
137236               //
137237               // Class: CIM_LibraryExchange
137238               //
137239               //==============================================================================
137240               
137241               static const char*
137242               _CIM_LibraryExchange_Antecedent_qualifiers[] =
137243               {
137244                   /* Override */
137245                   "\044Antecedent",
137246                   0,
137247               };
137248               
137249               static MetaReference
137250               _CIM_LibraryExchange_Antecedent =
137251               {
137252                   /* flags */
137253                   META_FLAG_REFERENCE|META_FLAG_READ,
137254                   /* name */
137255                   "Antecedent",
137256 mike  1.1.2.1     /* qualifiers */
137257                   _CIM_LibraryExchange_Antecedent_qualifiers,
137258                   /* subscript */
137259                   -1,
137260                   /* refId */
137261                   &__root_cimv2_CIM_InterLibraryPort,
137262               };
137263               
137264               static const char*
137265               _CIM_LibraryExchange_Dependent_qualifiers[] =
137266               {
137267                   /* Override */
137268                   "\044Dependent",
137269                   0,
137270               };
137271               
137272               static MetaReference
137273               _CIM_LibraryExchange_Dependent =
137274               {
137275                   /* flags */
137276                   META_FLAG_REFERENCE|META_FLAG_READ,
137277 mike  1.1.2.1     /* name */
137278                   "Dependent",
137279                   /* qualifiers */
137280                   _CIM_LibraryExchange_Dependent_qualifiers,
137281                   /* subscript */
137282                   -1,
137283                   /* refId */
137284                   &__root_cimv2_CIM_InterLibraryPort,
137285               };
137286               
137287               static const char*
137288               _CIM_LibraryExchange_CurrentlyAccessingPort_qualifiers[] =
137289               {
137290                   /* ValueMap */
137291                   "\061\000\0040\0001\0002\0003\000",
137292                   /* Values */
137293                   "\062\000\004Unknown\000Antecedent\000Dependent\000Neither\000",
137294                   0,
137295               };
137296               
137297               static MetaProperty
137298 mike  1.1.2.1 _CIM_LibraryExchange_CurrentlyAccessingPort =
137299               {
137300                   /* flags */
137301                   META_FLAG_PROPERTY|META_FLAG_READ,
137302                   /* name */
137303                   "CurrentlyAccessingPort",
137304                   /* qualifiers */
137305                   _CIM_LibraryExchange_CurrentlyAccessingPort_qualifiers,
137306                   /* type */
137307                   CIMTYPE_UINT16,
137308                   /* subscript */
137309                   -1,
137310                   /* value */
137311                   0,
137312               };
137313               
137314               static MetaFeature*
137315               _CIM_LibraryExchange_features[] =
137316               {
137317                   (MetaFeature*)&_CIM_LibraryExchange_Antecedent,
137318                   (MetaFeature*)&_CIM_LibraryExchange_Dependent,
137319 mike  1.1.2.1     (MetaFeature*)&_CIM_LibraryExchange_CurrentlyAccessingPort,
137320                   0,
137321               };
137322               
137323               static const char*
137324               __root_cimv2_CIM_LibraryExchange_qualifiers[] =
137325               {
137326                   /* ASSOCIATION */
137327                   "\000\001",
137328                   /* UMLPackagePath */
137329                   "\057CIM::Device::StorageLib",
137330                   /* Version */
137331                   "\0632.6.0",
137332                   0,
137333               };
137334               
137335               MetaClass
137336               __root_cimv2_CIM_LibraryExchange =
137337               {
137338                   /* flags */
137339                   META_FLAG_ASSOCIATION,
137340 mike  1.1.2.1     /* name */
137341                   "CIM_LibraryExchange",
137342                   /* qualifiers */
137343                   __root_cimv2_CIM_LibraryExchange_qualifiers,
137344                   /* super */
137345                   &__root_cimv2_CIM_Dependency,
137346                   /* features */
137347                   _CIM_LibraryExchange_features,
137348               };
137349               
137350               //==============================================================================
137351               //
137352               // Class: CIM_LimitedAccessPort
137353               //
137354               //==============================================================================
137355               
137356               static const char*
137357               _CIM_LimitedAccessPort_Locked_qualifiers[] =
137358               {
137359                   0,
137360               };
137361 mike  1.1.2.1 
137362               static MetaProperty
137363               _CIM_LimitedAccessPort_Locked =
137364               {
137365                   /* flags */
137366                   META_FLAG_PROPERTY|META_FLAG_READ,
137367                   /* name */
137368                   "Locked",
137369                   /* qualifiers */
137370                   _CIM_LimitedAccessPort_Locked_qualifiers,
137371                   /* type */
137372                   CIMTYPE_BOOLEAN,
137373                   /* subscript */
137374                   -1,
137375                   /* value */
137376                   0,
137377               };
137378               
137379               static const char*
137380               _CIM_LimitedAccessPort_Extended_qualifiers[] =
137381               {
137382 mike  1.1.2.1     0,
137383               };
137384               
137385               static MetaProperty
137386               _CIM_LimitedAccessPort_Extended =
137387               {
137388                   /* flags */
137389                   META_FLAG_PROPERTY|META_FLAG_READ,
137390                   /* name */
137391                   "Extended",
137392                   /* qualifiers */
137393                   _CIM_LimitedAccessPort_Extended_qualifiers,
137394                   /* type */
137395                   CIMTYPE_BOOLEAN,
137396                   /* subscript */
137397                   -1,
137398                   /* value */
137399                   0,
137400               };
137401               
137402               static const char*
137403 mike  1.1.2.1 _CIM_LimitedAccessPort_ExtendTimeout_qualifiers[] =
137404               {
137405                   /* Units */
137406                   "\060Seconds",
137407                   0,
137408               };
137409               
137410               static MetaProperty
137411               _CIM_LimitedAccessPort_ExtendTimeout =
137412               {
137413                   /* flags */
137414                   META_FLAG_PROPERTY|META_FLAG_READ,
137415                   /* name */
137416                   "ExtendTimeout",
137417                   /* qualifiers */
137418                   _CIM_LimitedAccessPort_ExtendTimeout_qualifiers,
137419                   /* type */
137420                   CIMTYPE_UINT32,
137421                   /* subscript */
137422                   -1,
137423                   /* value */
137424 mike  1.1.2.1     0,
137425               };
137426               
137427               static const char*
137428               _CIM_LimitedAccessPort_LastExtended_qualifiers[] =
137429               {
137430                   0,
137431               };
137432               
137433               static MetaProperty
137434               _CIM_LimitedAccessPort_LastExtended =
137435               {
137436                   /* flags */
137437                   META_FLAG_PROPERTY|META_FLAG_READ,
137438                   /* name */
137439                   "LastExtended",
137440                   /* qualifiers */
137441                   _CIM_LimitedAccessPort_LastExtended_qualifiers,
137442                   /* type */
137443                   CIMTYPE_DATETIME,
137444                   /* subscript */
137445 mike  1.1.2.1     -1,
137446                   /* value */
137447                   0,
137448               };
137449               
137450               static const char*
137451               _CIM_LimitedAccessPort_ImportCount_qualifiers[] =
137452               {
137453                   /* Counter */
137454                   "\012\001",
137455                   0,
137456               };
137457               
137458               static MetaProperty
137459               _CIM_LimitedAccessPort_ImportCount =
137460               {
137461                   /* flags */
137462                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
137463                   /* name */
137464                   "ImportCount",
137465                   /* qualifiers */
137466 mike  1.1.2.1     _CIM_LimitedAccessPort_ImportCount_qualifiers,
137467                   /* type */
137468                   CIMTYPE_UINT64,
137469                   /* subscript */
137470                   -1,
137471                   /* value */
137472                   0,
137473               };
137474               
137475               static const char*
137476               _CIM_LimitedAccessPort_ExportCount_qualifiers[] =
137477               {
137478                   /* Counter */
137479                   "\012\001",
137480                   0,
137481               };
137482               
137483               static MetaProperty
137484               _CIM_LimitedAccessPort_ExportCount =
137485               {
137486                   /* flags */
137487 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
137488                   /* name */
137489                   "ExportCount",
137490                   /* qualifiers */
137491                   _CIM_LimitedAccessPort_ExportCount_qualifiers,
137492                   /* type */
137493                   CIMTYPE_UINT64,
137494                   /* subscript */
137495                   -1,
137496                   /* value */
137497                   0,
137498               };
137499               
137500               static const char*
137501               _CIM_LimitedAccessPort_Direction_qualifiers[] =
137502               {
137503                   /* ValueMap */
137504                   "\061\000\0040\0001\0002\0003\000",
137505                   /* Values */
137506                   "\062\000\004Unknown\000Import\000Export\000Both Import and Export\000",
137507                   0,
137508 mike  1.1.2.1 };
137509               
137510               static MetaProperty
137511               _CIM_LimitedAccessPort_Direction =
137512               {
137513                   /* flags */
137514                   META_FLAG_PROPERTY|META_FLAG_READ,
137515                   /* name */
137516                   "Direction",
137517                   /* qualifiers */
137518                   _CIM_LimitedAccessPort_Direction_qualifiers,
137519                   /* type */
137520                   CIMTYPE_UINT16,
137521                   /* subscript */
137522                   -1,
137523                   /* value */
137524                   0,
137525               };
137526               
137527               static MetaFeature*
137528               _CIM_LimitedAccessPort_features[] =
137529 mike  1.1.2.1 {
137530                   (MetaFeature*)&_CIM_LimitedAccessPort_Locked,
137531                   (MetaFeature*)&_CIM_LimitedAccessPort_Extended,
137532                   (MetaFeature*)&_CIM_LimitedAccessPort_ExtendTimeout,
137533                   (MetaFeature*)&_CIM_LimitedAccessPort_LastExtended,
137534                   (MetaFeature*)&_CIM_LimitedAccessPort_ImportCount,
137535                   (MetaFeature*)&_CIM_LimitedAccessPort_ExportCount,
137536                   (MetaFeature*)&_CIM_LimitedAccessPort_Direction,
137537                   0,
137538               };
137539               
137540               static const char*
137541               __root_cimv2_CIM_LimitedAccessPort_qualifiers[] =
137542               {
137543                   /* UMLPackagePath */
137544                   "\057CIM::Device::StorageLib",
137545                   /* Version */
137546                   "\0632.6.0",
137547                   0,
137548               };
137549               
137550 mike  1.1.2.1 MetaClass
137551               __root_cimv2_CIM_LimitedAccessPort =
137552               {
137553                   /* flags */
137554                   META_FLAG_CLASS,
137555                   /* name */
137556                   "CIM_LimitedAccessPort",
137557                   /* qualifiers */
137558                   __root_cimv2_CIM_LimitedAccessPort_qualifiers,
137559                   /* super */
137560                   &__root_cimv2_CIM_MediaTransferDevice,
137561                   /* features */
137562                   _CIM_LimitedAccessPort_features,
137563               };
137564               
137565               //==============================================================================
137566               //
137567               // Class: CIM_LogicalDisk
137568               //
137569               //==============================================================================
137570               
137571 mike  1.1.2.1 static MetaFeature*
137572               _CIM_LogicalDisk_features[] =
137573               {
137574                   0,
137575               };
137576               
137577               static const char*
137578               __root_cimv2_CIM_LogicalDisk_qualifiers[] =
137579               {
137580                   /* UMLPackagePath */
137581                   "\057CIM::Device::StorageExtents",
137582                   /* Version */
137583                   "\0632.6.0",
137584                   0,
137585               };
137586               
137587               MetaClass
137588               __root_cimv2_CIM_LogicalDisk =
137589               {
137590                   /* flags */
137591                   META_FLAG_CLASS,
137592 mike  1.1.2.1     /* name */
137593                   "CIM_LogicalDisk",
137594                   /* qualifiers */
137595                   __root_cimv2_CIM_LogicalDisk_qualifiers,
137596                   /* super */
137597                   &__root_cimv2_CIM_StorageExtent,
137598                   /* features */
137599                   _CIM_LogicalDisk_features,
137600               };
137601               
137602               //==============================================================================
137603               //
137604               // Class: CIM_LogicalDiskBasedOnExtent
137605               //
137606               //==============================================================================
137607               
137608               static const char*
137609               _CIM_LogicalDiskBasedOnExtent_Antecedent_qualifiers[] =
137610               {
137611                   /* Override */
137612                   "\044Antecedent",
137613 mike  1.1.2.1     /* Max */
137614                   "\027\000\000\000\001",
137615                   0,
137616               };
137617               
137618               static MetaReference
137619               _CIM_LogicalDiskBasedOnExtent_Antecedent =
137620               {
137621                   /* flags */
137622                   META_FLAG_REFERENCE|META_FLAG_READ,
137623                   /* name */
137624                   "Antecedent",
137625                   /* qualifiers */
137626                   _CIM_LogicalDiskBasedOnExtent_Antecedent_qualifiers,
137627                   /* subscript */
137628                   -1,
137629                   /* refId */
137630                   &__root_cimv2_CIM_StorageExtent,
137631               };
137632               
137633               static const char*
137634 mike  1.1.2.1 _CIM_LogicalDiskBasedOnExtent_Dependent_qualifiers[] =
137635               {
137636                   /* Override */
137637                   "\044Dependent",
137638                   0,
137639               };
137640               
137641               static MetaReference
137642               _CIM_LogicalDiskBasedOnExtent_Dependent =
137643               {
137644                   /* flags */
137645                   META_FLAG_REFERENCE|META_FLAG_READ,
137646                   /* name */
137647                   "Dependent",
137648                   /* qualifiers */
137649                   _CIM_LogicalDiskBasedOnExtent_Dependent_qualifiers,
137650                   /* subscript */
137651                   -1,
137652                   /* refId */
137653                   &__root_cimv2_CIM_LogicalDisk,
137654               };
137655 mike  1.1.2.1 
137656               static MetaFeature*
137657               _CIM_LogicalDiskBasedOnExtent_features[] =
137658               {
137659                   (MetaFeature*)&_CIM_LogicalDiskBasedOnExtent_Antecedent,
137660                   (MetaFeature*)&_CIM_LogicalDiskBasedOnExtent_Dependent,
137661                   0,
137662               };
137663               
137664               static const char*
137665               __root_cimv2_CIM_LogicalDiskBasedOnExtent_qualifiers[] =
137666               {
137667                   /* ASSOCIATION */
137668                   "\000\001",
137669                   /* UMLPackagePath */
137670                   "\057CIM::Device::StorageExtents",
137671                   /* Version */
137672                   "\0632.6.0",
137673                   0,
137674               };
137675               
137676 mike  1.1.2.1 MetaClass
137677               __root_cimv2_CIM_LogicalDiskBasedOnExtent =
137678               {
137679                   /* flags */
137680                   META_FLAG_ASSOCIATION,
137681                   /* name */
137682                   "CIM_LogicalDiskBasedOnExtent",
137683                   /* qualifiers */
137684                   __root_cimv2_CIM_LogicalDiskBasedOnExtent_qualifiers,
137685                   /* super */
137686                   &__root_cimv2_CIM_BasedOn,
137687                   /* features */
137688                   _CIM_LogicalDiskBasedOnExtent_features,
137689               };
137690               
137691               //==============================================================================
137692               //
137693               // Class: CIM_LogicalDiskBasedOnVolume
137694               //
137695               //==============================================================================
137696               
137697 mike  1.1.2.1 static const char*
137698               _CIM_LogicalDiskBasedOnVolume_Antecedent_qualifiers[] =
137699               {
137700                   /* Override */
137701                   "\044Antecedent",
137702                   /* Max */
137703                   "\027\000\000\000\001",
137704                   0,
137705               };
137706               
137707               static MetaReference
137708               _CIM_LogicalDiskBasedOnVolume_Antecedent =
137709               {
137710                   /* flags */
137711                   META_FLAG_REFERENCE|META_FLAG_READ,
137712                   /* name */
137713                   "Antecedent",
137714                   /* qualifiers */
137715                   _CIM_LogicalDiskBasedOnVolume_Antecedent_qualifiers,
137716                   /* subscript */
137717                   -1,
137718 mike  1.1.2.1     /* refId */
137719                   &__root_cimv2_CIM_StorageVolume,
137720               };
137721               
137722               static const char*
137723               _CIM_LogicalDiskBasedOnVolume_Dependent_qualifiers[] =
137724               {
137725                   /* Override */
137726                   "\044Dependent",
137727                   0,
137728               };
137729               
137730               static MetaReference
137731               _CIM_LogicalDiskBasedOnVolume_Dependent =
137732               {
137733                   /* flags */
137734                   META_FLAG_REFERENCE|META_FLAG_READ,
137735                   /* name */
137736                   "Dependent",
137737                   /* qualifiers */
137738                   _CIM_LogicalDiskBasedOnVolume_Dependent_qualifiers,
137739 mike  1.1.2.1     /* subscript */
137740                   -1,
137741                   /* refId */
137742                   &__root_cimv2_CIM_LogicalDisk,
137743               };
137744               
137745               static MetaFeature*
137746               _CIM_LogicalDiskBasedOnVolume_features[] =
137747               {
137748                   (MetaFeature*)&_CIM_LogicalDiskBasedOnVolume_Antecedent,
137749                   (MetaFeature*)&_CIM_LogicalDiskBasedOnVolume_Dependent,
137750                   0,
137751               };
137752               
137753               static const char*
137754               __root_cimv2_CIM_LogicalDiskBasedOnVolume_qualifiers[] =
137755               {
137756                   /* ASSOCIATION */
137757                   "\000\001",
137758                   /* UMLPackagePath */
137759                   "\057CIM::Device::StorageExtents",
137760 mike  1.1.2.1     /* Version */
137761                   "\0632.6.0",
137762                   0,
137763               };
137764               
137765               MetaClass
137766               __root_cimv2_CIM_LogicalDiskBasedOnVolume =
137767               {
137768                   /* flags */
137769                   META_FLAG_ASSOCIATION,
137770                   /* name */
137771                   "CIM_LogicalDiskBasedOnVolume",
137772                   /* qualifiers */
137773                   __root_cimv2_CIM_LogicalDiskBasedOnVolume_qualifiers,
137774                   /* super */
137775                   &__root_cimv2_CIM_LogicalDiskBasedOnExtent,
137776                   /* features */
137777                   _CIM_LogicalDiskBasedOnVolume_features,
137778               };
137779               
137780               //==============================================================================
137781 mike  1.1.2.1 //
137782               // Class: CIM_LogicalDiskBasedOnVolumeSet
137783               //
137784               //==============================================================================
137785               
137786               static const char*
137787               _CIM_LogicalDiskBasedOnVolumeSet_Antecedent_qualifiers[] =
137788               {
137789                   /* Deprecated */
137790                   "\013\000\001CIM_BasedOn.Antecedent\000",
137791                   /* Override */
137792                   "\044Antecedent",
137793                   /* Max */
137794                   "\027\000\000\000\001",
137795                   0,
137796               };
137797               
137798               static MetaReference
137799               _CIM_LogicalDiskBasedOnVolumeSet_Antecedent =
137800               {
137801                   /* flags */
137802 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
137803                   /* name */
137804                   "Antecedent",
137805                   /* qualifiers */
137806                   _CIM_LogicalDiskBasedOnVolumeSet_Antecedent_qualifiers,
137807                   /* subscript */
137808                   -1,
137809                   /* refId */
137810                   &__root_cimv2_CIM_VolumeSet,
137811               };
137812               
137813               static MetaFeature*
137814               _CIM_LogicalDiskBasedOnVolumeSet_features[] =
137815               {
137816                   (MetaFeature*)&_CIM_LogicalDiskBasedOnVolumeSet_Antecedent,
137817                   0,
137818               };
137819               
137820               static const char*
137821               __root_cimv2_CIM_LogicalDiskBasedOnVolumeSet_qualifiers[] =
137822               {
137823 mike  1.1.2.1     /* ASSOCIATION */
137824                   "\000\001",
137825                   /* Deprecated */
137826                   "\013\000\001CIM_BasedOn\000",
137827                   /* UMLPackagePath */
137828                   "\057CIM::Device::SccExtents",
137829                   /* Version */
137830                   "\0632.7.0",
137831                   0,
137832               };
137833               
137834               MetaClass
137835               __root_cimv2_CIM_LogicalDiskBasedOnVolumeSet =
137836               {
137837                   /* flags */
137838                   META_FLAG_ASSOCIATION,
137839                   /* name */
137840                   "CIM_LogicalDiskBasedOnVolumeSet",
137841                   /* qualifiers */
137842                   __root_cimv2_CIM_LogicalDiskBasedOnVolumeSet_qualifiers,
137843                   /* super */
137844 mike  1.1.2.1     &__root_cimv2_CIM_LogicalDiskBasedOnVolume,
137845                   /* features */
137846                   _CIM_LogicalDiskBasedOnVolumeSet_features,
137847               };
137848               
137849               //==============================================================================
137850               //
137851               // Class: CIM_LogInDataFile
137852               //
137853               //==============================================================================
137854               
137855               static const char*
137856               _CIM_LogInDataFile_Antecedent_qualifiers[] =
137857               {
137858                   /* Override */
137859                   "\044Antecedent",
137860                   0,
137861               };
137862               
137863               static MetaReference
137864               _CIM_LogInDataFile_Antecedent =
137865 mike  1.1.2.1 {
137866                   /* flags */
137867                   META_FLAG_REFERENCE|META_FLAG_READ,
137868                   /* name */
137869                   "Antecedent",
137870                   /* qualifiers */
137871                   _CIM_LogInDataFile_Antecedent_qualifiers,
137872                   /* subscript */
137873                   -1,
137874                   /* refId */
137875                   &__root_cimv2_CIM_DataFile,
137876               };
137877               
137878               static const char*
137879               _CIM_LogInDataFile_Dependent_qualifiers[] =
137880               {
137881                   /* Override */
137882                   "\044Dependent",
137883                   0,
137884               };
137885               
137886 mike  1.1.2.1 static MetaReference
137887               _CIM_LogInDataFile_Dependent =
137888               {
137889                   /* flags */
137890                   META_FLAG_REFERENCE|META_FLAG_READ,
137891                   /* name */
137892                   "Dependent",
137893                   /* qualifiers */
137894                   _CIM_LogInDataFile_Dependent_qualifiers,
137895                   /* subscript */
137896                   -1,
137897                   /* refId */
137898                   &__root_cimv2_CIM_MessageLog,
137899               };
137900               
137901               static MetaFeature*
137902               _CIM_LogInDataFile_features[] =
137903               {
137904                   (MetaFeature*)&_CIM_LogInDataFile_Antecedent,
137905                   (MetaFeature*)&_CIM_LogInDataFile_Dependent,
137906                   0,
137907 mike  1.1.2.1 };
137908               
137909               static const char*
137910               __root_cimv2_CIM_LogInDataFile_qualifiers[] =
137911               {
137912                   /* ASSOCIATION */
137913                   "\000\001",
137914                   /* UMLPackagePath */
137915                   "\057CIM::System::Logs",
137916                   /* Version */
137917                   "\0632.6.0",
137918                   0,
137919               };
137920               
137921               MetaClass
137922               __root_cimv2_CIM_LogInDataFile =
137923               {
137924                   /* flags */
137925                   META_FLAG_ASSOCIATION,
137926                   /* name */
137927                   "CIM_LogInDataFile",
137928 mike  1.1.2.1     /* qualifiers */
137929                   __root_cimv2_CIM_LogInDataFile_qualifiers,
137930                   /* super */
137931                   &__root_cimv2_CIM_Dependency,
137932                   /* features */
137933                   _CIM_LogInDataFile_features,
137934               };
137935               
137936               //==============================================================================
137937               //
137938               // Class: CIM_LogInDeviceFile
137939               //
137940               //==============================================================================
137941               
137942               static const char*
137943               _CIM_LogInDeviceFile_Antecedent_qualifiers[] =
137944               {
137945                   /* Override */
137946                   "\044Antecedent",
137947                   0,
137948               };
137949 mike  1.1.2.1 
137950               static MetaReference
137951               _CIM_LogInDeviceFile_Antecedent =
137952               {
137953                   /* flags */
137954                   META_FLAG_REFERENCE|META_FLAG_READ,
137955                   /* name */
137956                   "Antecedent",
137957                   /* qualifiers */
137958                   _CIM_LogInDeviceFile_Antecedent_qualifiers,
137959                   /* subscript */
137960                   -1,
137961                   /* refId */
137962                   &__root_cimv2_CIM_DeviceFile,
137963               };
137964               
137965               static const char*
137966               _CIM_LogInDeviceFile_Dependent_qualifiers[] =
137967               {
137968                   /* Override */
137969                   "\044Dependent",
137970 mike  1.1.2.1     0,
137971               };
137972               
137973               static MetaReference
137974               _CIM_LogInDeviceFile_Dependent =
137975               {
137976                   /* flags */
137977                   META_FLAG_REFERENCE|META_FLAG_READ,
137978                   /* name */
137979                   "Dependent",
137980                   /* qualifiers */
137981                   _CIM_LogInDeviceFile_Dependent_qualifiers,
137982                   /* subscript */
137983                   -1,
137984                   /* refId */
137985                   &__root_cimv2_CIM_MessageLog,
137986               };
137987               
137988               static MetaFeature*
137989               _CIM_LogInDeviceFile_features[] =
137990               {
137991 mike  1.1.2.1     (MetaFeature*)&_CIM_LogInDeviceFile_Antecedent,
137992                   (MetaFeature*)&_CIM_LogInDeviceFile_Dependent,
137993                   0,
137994               };
137995               
137996               static const char*
137997               __root_cimv2_CIM_LogInDeviceFile_qualifiers[] =
137998               {
137999                   /* ASSOCIATION */
138000                   "\000\001",
138001                   /* UMLPackagePath */
138002                   "\057CIM::System::Logs",
138003                   /* Version */
138004                   "\0632.6.0",
138005                   0,
138006               };
138007               
138008               MetaClass
138009               __root_cimv2_CIM_LogInDeviceFile =
138010               {
138011                   /* flags */
138012 mike  1.1.2.1     META_FLAG_ASSOCIATION,
138013                   /* name */
138014                   "CIM_LogInDeviceFile",
138015                   /* qualifiers */
138016                   __root_cimv2_CIM_LogInDeviceFile_qualifiers,
138017                   /* super */
138018                   &__root_cimv2_CIM_Dependency,
138019                   /* features */
138020                   _CIM_LogInDeviceFile_features,
138021               };
138022               
138023               //==============================================================================
138024               //
138025               // Class: CIM_LogInStorage
138026               //
138027               //==============================================================================
138028               
138029               static const char*
138030               _CIM_LogInStorage_Antecedent_qualifiers[] =
138031               {
138032                   /* Override */
138033 mike  1.1.2.1     "\044Antecedent",
138034                   0,
138035               };
138036               
138037               static MetaReference
138038               _CIM_LogInStorage_Antecedent =
138039               {
138040                   /* flags */
138041                   META_FLAG_REFERENCE|META_FLAG_READ,
138042                   /* name */
138043                   "Antecedent",
138044                   /* qualifiers */
138045                   _CIM_LogInStorage_Antecedent_qualifiers,
138046                   /* subscript */
138047                   -1,
138048                   /* refId */
138049                   &__root_cimv2_CIM_StorageExtent,
138050               };
138051               
138052               static const char*
138053               _CIM_LogInStorage_Dependent_qualifiers[] =
138054 mike  1.1.2.1 {
138055                   /* Override */
138056                   "\044Dependent",
138057                   0,
138058               };
138059               
138060               static MetaReference
138061               _CIM_LogInStorage_Dependent =
138062               {
138063                   /* flags */
138064                   META_FLAG_REFERENCE|META_FLAG_READ,
138065                   /* name */
138066                   "Dependent",
138067                   /* qualifiers */
138068                   _CIM_LogInStorage_Dependent_qualifiers,
138069                   /* subscript */
138070                   -1,
138071                   /* refId */
138072                   &__root_cimv2_CIM_MessageLog,
138073               };
138074               
138075 mike  1.1.2.1 static const char*
138076               _CIM_LogInStorage_StartingOffset_qualifiers[] =
138077               {
138078                   0,
138079               };
138080               
138081               static MetaProperty
138082               _CIM_LogInStorage_StartingOffset =
138083               {
138084                   /* flags */
138085                   META_FLAG_PROPERTY|META_FLAG_READ,
138086                   /* name */
138087                   "StartingOffset",
138088                   /* qualifiers */
138089                   _CIM_LogInStorage_StartingOffset_qualifiers,
138090                   /* type */
138091                   CIMTYPE_UINT64,
138092                   /* subscript */
138093                   -1,
138094                   /* value */
138095                   0,
138096 mike  1.1.2.1 };
138097               
138098               static MetaFeature*
138099               _CIM_LogInStorage_features[] =
138100               {
138101                   (MetaFeature*)&_CIM_LogInStorage_Antecedent,
138102                   (MetaFeature*)&_CIM_LogInStorage_Dependent,
138103                   (MetaFeature*)&_CIM_LogInStorage_StartingOffset,
138104                   0,
138105               };
138106               
138107               static const char*
138108               __root_cimv2_CIM_LogInStorage_qualifiers[] =
138109               {
138110                   /* ASSOCIATION */
138111                   "\000\001",
138112                   /* UMLPackagePath */
138113                   "\057CIM::System::Logs",
138114                   /* Version */
138115                   "\0632.6.0",
138116                   0,
138117 mike  1.1.2.1 };
138118               
138119               MetaClass
138120               __root_cimv2_CIM_LogInStorage =
138121               {
138122                   /* flags */
138123                   META_FLAG_ASSOCIATION,
138124                   /* name */
138125                   "CIM_LogInStorage",
138126                   /* qualifiers */
138127                   __root_cimv2_CIM_LogInStorage_qualifiers,
138128                   /* super */
138129                   &__root_cimv2_CIM_Dependency,
138130                   /* features */
138131                   _CIM_LogInStorage_features,
138132               };
138133               
138134               //==============================================================================
138135               //
138136               // Class: CIM_MagnetoOpticalDrive
138137               //
138138 mike  1.1.2.1 //==============================================================================
138139               
138140               static MetaFeature*
138141               _CIM_MagnetoOpticalDrive_features[] =
138142               {
138143                   0,
138144               };
138145               
138146               static const char*
138147               __root_cimv2_CIM_MagnetoOpticalDrive_qualifiers[] =
138148               {
138149                   /* UMLPackagePath */
138150                   "\057CIM::Device::StorageDevices",
138151                   /* Version */
138152                   "\0632.6.0",
138153                   0,
138154               };
138155               
138156               MetaClass
138157               __root_cimv2_CIM_MagnetoOpticalDrive =
138158               {
138159 mike  1.1.2.1     /* flags */
138160                   META_FLAG_CLASS,
138161                   /* name */
138162                   "CIM_MagnetoOpticalDrive",
138163                   /* qualifiers */
138164                   __root_cimv2_CIM_MagnetoOpticalDrive_qualifiers,
138165                   /* super */
138166                   &__root_cimv2_CIM_MediaAccessDevice,
138167                   /* features */
138168                   _CIM_MagnetoOpticalDrive_features,
138169               };
138170               
138171               //==============================================================================
138172               //
138173               // Class: CIM_ManagementController
138174               //
138175               //==============================================================================
138176               
138177               static MetaFeature*
138178               _CIM_ManagementController_features[] =
138179               {
138180 mike  1.1.2.1     0,
138181               };
138182               
138183               static const char*
138184               __root_cimv2_CIM_ManagementController_qualifiers[] =
138185               {
138186                   /* UMLPackagePath */
138187                   "\057CIM::Device::Controller",
138188                   /* Version */
138189                   "\0632.10.0",
138190                   0,
138191               };
138192               
138193               MetaClass
138194               __root_cimv2_CIM_ManagementController =
138195               {
138196                   /* flags */
138197                   META_FLAG_CLASS,
138198                   /* name */
138199                   "CIM_ManagementController",
138200                   /* qualifiers */
138201 mike  1.1.2.1     __root_cimv2_CIM_ManagementController_qualifiers,
138202                   /* super */
138203                   &__root_cimv2_CIM_Controller,
138204                   /* features */
138205                   _CIM_ManagementController_features,
138206               };
138207               
138208               //==============================================================================
138209               //
138210               // Class: CIM_MarkerService
138211               //
138212               //==============================================================================
138213               
138214               static MetaFeature*
138215               _CIM_MarkerService_features[] =
138216               {
138217                   0,
138218               };
138219               
138220               static const char*
138221               __root_cimv2_CIM_MarkerService_qualifiers[] =
138222 mike  1.1.2.1 {
138223                   /* UMLPackagePath */
138224                   "\057CIM::Network::QoS",
138225                   /* Version */
138226                   "\0632.6.0",
138227                   0,
138228               };
138229               
138230               MetaClass
138231               __root_cimv2_CIM_MarkerService =
138232               {
138233                   /* flags */
138234                   META_FLAG_CLASS,
138235                   /* name */
138236                   "CIM_MarkerService",
138237                   /* qualifiers */
138238                   __root_cimv2_CIM_MarkerService_qualifiers,
138239                   /* super */
138240                   &__root_cimv2_CIM_ConditioningService,
138241                   /* features */
138242                   _CIM_MarkerService_features,
138243 mike  1.1.2.1 };
138244               
138245               //==============================================================================
138246               //
138247               // Class: CIM_MediaPartition
138248               //
138249               //==============================================================================
138250               
138251               static const char*
138252               _CIM_MediaPartition_Bootable_qualifiers[] =
138253               {
138254                   0,
138255               };
138256               
138257               static MetaProperty
138258               _CIM_MediaPartition_Bootable =
138259               {
138260                   /* flags */
138261                   META_FLAG_PROPERTY|META_FLAG_READ,
138262                   /* name */
138263                   "Bootable",
138264 mike  1.1.2.1     /* qualifiers */
138265                   _CIM_MediaPartition_Bootable_qualifiers,
138266                   /* type */
138267                   CIMTYPE_BOOLEAN,
138268                   /* subscript */
138269                   -1,
138270                   /* value */
138271                   0,
138272               };
138273               
138274               static const char*
138275               _CIM_MediaPartition_Allocatable_qualifiers[] =
138276               {
138277                   0,
138278               };
138279               
138280               static MetaProperty
138281               _CIM_MediaPartition_Allocatable =
138282               {
138283                   /* flags */
138284                   META_FLAG_PROPERTY|META_FLAG_READ,
138285 mike  1.1.2.1     /* name */
138286                   "Allocatable",
138287                   /* qualifiers */
138288                   _CIM_MediaPartition_Allocatable_qualifiers,
138289                   /* type */
138290                   CIMTYPE_BOOLEAN,
138291                   /* subscript */
138292                   -1,
138293                   /* value */
138294                   0,
138295               };
138296               
138297               static const char*
138298               _CIM_MediaPartition_Signature_qualifiers[] =
138299               {
138300                   /* ModelCorrespondence */
138301                   "\036\000\002CIM_MediaPartition.SignatureState\000CIM_MediaPartition.SignatureAlgorithm\000",
138302                   0,
138303               };
138304               
138305               static MetaProperty
138306 mike  1.1.2.1 _CIM_MediaPartition_Signature =
138307               {
138308                   /* flags */
138309                   META_FLAG_PROPERTY|META_FLAG_READ,
138310                   /* name */
138311                   "Signature",
138312                   /* qualifiers */
138313                   _CIM_MediaPartition_Signature_qualifiers,
138314                   /* type */
138315                   CIMTYPE_STRING,
138316                   /* subscript */
138317                   -1,
138318                   /* value */
138319                   0,
138320               };
138321               
138322               static const char*
138323               _CIM_MediaPartition_SignatureAlgorithm_qualifiers[] =
138324               {
138325                   /* ModelCorrespondence */
138326                   "\036\000\002CIM_MediaPartition.Signature\000CIM_MediaPartition.SignatureState\000",
138327 mike  1.1.2.1     0,
138328               };
138329               
138330               static MetaProperty
138331               _CIM_MediaPartition_SignatureAlgorithm =
138332               {
138333                   /* flags */
138334                   META_FLAG_PROPERTY|META_FLAG_READ,
138335                   /* name */
138336                   "SignatureAlgorithm",
138337                   /* qualifiers */
138338                   _CIM_MediaPartition_SignatureAlgorithm_qualifiers,
138339                   /* type */
138340                   CIMTYPE_STRING,
138341                   /* subscript */
138342                   -1,
138343                   /* value */
138344                   0,
138345               };
138346               
138347               static const char*
138348 mike  1.1.2.1 _CIM_MediaPartition_SignatureState_qualifiers[] =
138349               {
138350                   /* ValueMap */
138351                   "\061\000\0060\0001\0002\0003\0004\0005\000",
138352                   /* Values */
138353                   "\062\000\006Unknown\000Unimplemented\000Uninitialized\000Calculated by Operating System\000Calculated by a Media Manager\000Assigned by Owning Application\000",
138354                   /* ModelCorrespondence */
138355                   "\036\000\002CIM_MediaPartition.Signature\000CIM_MediaPartition.SignatureAlgorithm\000",
138356                   0,
138357               };
138358               
138359               static MetaProperty
138360               _CIM_MediaPartition_SignatureState =
138361               {
138362                   /* flags */
138363                   META_FLAG_PROPERTY|META_FLAG_READ,
138364                   /* name */
138365                   "SignatureState",
138366                   /* qualifiers */
138367                   _CIM_MediaPartition_SignatureState_qualifiers,
138368                   /* type */
138369 mike  1.1.2.1     CIMTYPE_STRING,
138370                   /* subscript */
138371                   -1,
138372                   /* value */
138373                   0,
138374               };
138375               
138376               static const char*
138377               _CIM_MediaPartition_Extendable_qualifiers[] =
138378               {
138379                   0,
138380               };
138381               
138382               static MetaProperty
138383               _CIM_MediaPartition_Extendable =
138384               {
138385                   /* flags */
138386                   META_FLAG_PROPERTY|META_FLAG_READ,
138387                   /* name */
138388                   "Extendable",
138389                   /* qualifiers */
138390 mike  1.1.2.1     _CIM_MediaPartition_Extendable_qualifiers,
138391                   /* type */
138392                   CIMTYPE_BOOLEAN,
138393                   /* subscript */
138394                   -1,
138395                   /* value */
138396                   0,
138397               };
138398               
138399               static MetaFeature*
138400               _CIM_MediaPartition_features[] =
138401               {
138402                   (MetaFeature*)&_CIM_MediaPartition_Bootable,
138403                   (MetaFeature*)&_CIM_MediaPartition_Allocatable,
138404                   (MetaFeature*)&_CIM_MediaPartition_Signature,
138405                   (MetaFeature*)&_CIM_MediaPartition_SignatureAlgorithm,
138406                   (MetaFeature*)&_CIM_MediaPartition_SignatureState,
138407                   (MetaFeature*)&_CIM_MediaPartition_Extendable,
138408                   0,
138409               };
138410               
138411 mike  1.1.2.1 static const char*
138412               __root_cimv2_CIM_MediaPartition_qualifiers[] =
138413               {
138414                   /* UMLPackagePath */
138415                   "\057CIM::Device::StorageExtents",
138416                   /* Version */
138417                   "\0632.6.0",
138418                   0,
138419               };
138420               
138421               MetaClass
138422               __root_cimv2_CIM_MediaPartition =
138423               {
138424                   /* flags */
138425                   META_FLAG_CLASS,
138426                   /* name */
138427                   "CIM_MediaPartition",
138428                   /* qualifiers */
138429                   __root_cimv2_CIM_MediaPartition_qualifiers,
138430                   /* super */
138431                   &__root_cimv2_CIM_StorageExtent,
138432 mike  1.1.2.1     /* features */
138433                   _CIM_MediaPartition_features,
138434               };
138435               
138436               //==============================================================================
138437               //
138438               // Class: CIM_MediaPresent
138439               //
138440               //==============================================================================
138441               
138442               static const char*
138443               _CIM_MediaPresent_Antecedent_qualifiers[] =
138444               {
138445                   /* Override */
138446                   "\044Antecedent",
138447                   0,
138448               };
138449               
138450               static MetaReference
138451               _CIM_MediaPresent_Antecedent =
138452               {
138453 mike  1.1.2.1     /* flags */
138454                   META_FLAG_REFERENCE|META_FLAG_READ,
138455                   /* name */
138456                   "Antecedent",
138457                   /* qualifiers */
138458                   _CIM_MediaPresent_Antecedent_qualifiers,
138459                   /* subscript */
138460                   -1,
138461                   /* refId */
138462                   &__root_cimv2_CIM_MediaAccessDevice,
138463               };
138464               
138465               static const char*
138466               _CIM_MediaPresent_Dependent_qualifiers[] =
138467               {
138468                   /* Override */
138469                   "\044Dependent",
138470                   0,
138471               };
138472               
138473               static MetaReference
138474 mike  1.1.2.1 _CIM_MediaPresent_Dependent =
138475               {
138476                   /* flags */
138477                   META_FLAG_REFERENCE|META_FLAG_READ,
138478                   /* name */
138479                   "Dependent",
138480                   /* qualifiers */
138481                   _CIM_MediaPresent_Dependent_qualifiers,
138482                   /* subscript */
138483                   -1,
138484                   /* refId */
138485                   &__root_cimv2_CIM_StorageExtent,
138486               };
138487               
138488               static const char*
138489               _CIM_MediaPresent_FixedMedia_qualifiers[] =
138490               {
138491                   0,
138492               };
138493               
138494               static MetaProperty
138495 mike  1.1.2.1 _CIM_MediaPresent_FixedMedia =
138496               {
138497                   /* flags */
138498                   META_FLAG_PROPERTY|META_FLAG_READ,
138499                   /* name */
138500                   "FixedMedia",
138501                   /* qualifiers */
138502                   _CIM_MediaPresent_FixedMedia_qualifiers,
138503                   /* type */
138504                   CIMTYPE_BOOLEAN,
138505                   /* subscript */
138506                   -1,
138507                   /* value */
138508                   0,
138509               };
138510               
138511               static MetaFeature*
138512               _CIM_MediaPresent_features[] =
138513               {
138514                   (MetaFeature*)&_CIM_MediaPresent_Antecedent,
138515                   (MetaFeature*)&_CIM_MediaPresent_Dependent,
138516 mike  1.1.2.1     (MetaFeature*)&_CIM_MediaPresent_FixedMedia,
138517                   0,
138518               };
138519               
138520               static const char*
138521               __root_cimv2_CIM_MediaPresent_qualifiers[] =
138522               {
138523                   /* ASSOCIATION */
138524                   "\000\001",
138525                   /* UMLPackagePath */
138526                   "\057CIM::Device::StorageExtents",
138527                   /* Version */
138528                   "\0632.6.0",
138529                   /* MappingStrings */
138530                   "\026\000\001MIF.DMTF|Storage Devices|001.8\000",
138531                   0,
138532               };
138533               
138534               MetaClass
138535               __root_cimv2_CIM_MediaPresent =
138536               {
138537 mike  1.1.2.1     /* flags */
138538                   META_FLAG_ASSOCIATION,
138539                   /* name */
138540                   "CIM_MediaPresent",
138541                   /* qualifiers */
138542                   __root_cimv2_CIM_MediaPresent_qualifiers,
138543                   /* super */
138544                   &__root_cimv2_CIM_Dependency,
138545                   /* features */
138546                   _CIM_MediaPresent_features,
138547               };
138548               
138549               //==============================================================================
138550               //
138551               // Class: CIM_Memory
138552               //
138553               //==============================================================================
138554               
138555               static const char*
138556               _CIM_Memory_Volatile_qualifiers[] =
138557               {
138558 mike  1.1.2.1     0,
138559               };
138560               
138561               static MetaProperty
138562               _CIM_Memory_Volatile =
138563               {
138564                   /* flags */
138565                   META_FLAG_PROPERTY|META_FLAG_READ,
138566                   /* name */
138567                   "Volatile",
138568                   /* qualifiers */
138569                   _CIM_Memory_Volatile_qualifiers,
138570                   /* type */
138571                   CIMTYPE_BOOLEAN,
138572                   /* subscript */
138573                   -1,
138574                   /* value */
138575                   0,
138576               };
138577               
138578               static const char*
138579 mike  1.1.2.1 _CIM_Memory_ErrorMethodology_qualifiers[] =
138580               {
138581                   /* Override */
138582                   "\044ErrorMethodology",
138583                   /* MappingStrings */
138584                   "\026\000\001MIF.DMTF|Physical Memory Array|001.7\000",
138585                   0,
138586               };
138587               
138588               static MetaProperty
138589               _CIM_Memory_ErrorMethodology =
138590               {
138591                   /* flags */
138592                   META_FLAG_PROPERTY|META_FLAG_READ,
138593                   /* name */
138594                   "ErrorMethodology",
138595                   /* qualifiers */
138596                   _CIM_Memory_ErrorMethodology_qualifiers,
138597                   /* type */
138598                   CIMTYPE_STRING,
138599                   /* subscript */
138600 mike  1.1.2.1     -1,
138601                   /* value */
138602                   0,
138603               };
138604               
138605               static const char*
138606               _CIM_Memory_StartingAddress_qualifiers[] =
138607               {
138608                   /* Units */
138609                   "\060KiloBytes",
138610                   /* MappingStrings */
138611                   "\026\000\002MIF.DMTF|Memory Array Mapped Addresses|001.3\000MIF.DMTF|Memory Device Mapped Addresses|001.4\000",
138612                   0,
138613               };
138614               
138615               static MetaProperty
138616               _CIM_Memory_StartingAddress =
138617               {
138618                   /* flags */
138619                   META_FLAG_PROPERTY|META_FLAG_READ,
138620                   /* name */
138621 mike  1.1.2.1     "StartingAddress",
138622                   /* qualifiers */
138623                   _CIM_Memory_StartingAddress_qualifiers,
138624                   /* type */
138625                   CIMTYPE_UINT64,
138626                   /* subscript */
138627                   -1,
138628                   /* value */
138629                   0,
138630               };
138631               
138632               static const char*
138633               _CIM_Memory_EndingAddress_qualifiers[] =
138634               {
138635                   /* Units */
138636                   "\060KiloBytes",
138637                   /* MappingStrings */
138638                   "\026\000\002MIF.DMTF|Memory Array Mapped Addresses|001.4\000MIF.DMTF|Memory Device Mapped Addresses|001.5\000",
138639                   0,
138640               };
138641               
138642 mike  1.1.2.1 static MetaProperty
138643               _CIM_Memory_EndingAddress =
138644               {
138645                   /* flags */
138646                   META_FLAG_PROPERTY|META_FLAG_READ,
138647                   /* name */
138648                   "EndingAddress",
138649                   /* qualifiers */
138650                   _CIM_Memory_EndingAddress_qualifiers,
138651                   /* type */
138652                   CIMTYPE_UINT64,
138653                   /* subscript */
138654                   -1,
138655                   /* value */
138656                   0,
138657               };
138658               
138659               static const char*
138660               _CIM_Memory_ErrorInfo_qualifiers[] =
138661               {
138662                   /* Deprecated */
138663 mike  1.1.2.1     "\013\000\001CIM_MemoryError.ErrorInfo\000",
138664                   /* ValueMap */
138665                   "\061\000\0161\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\000",
138666                   /* Values */
138667                   "\062\000\016Other\000Unknown\000OK\000Bad Read\000Parity Error\000Single-Bit Error\000Double-Bit Error\000Multi-Bit Error\000Nibble Error\000Checksum Error\000CRC Error\000Undefined\000Undefined\000Undefined\000",
138668                   /* MappingStrings */
138669                   "\026\000\002MIF.DMTF|Memory Device|005.12\000MIF.DMTF|Physical Memory Array|001.8\000",
138670                   /* ModelCorrespondence */
138671                   "\036\000\001CIM_Memory.OtherErrorDescription\000",
138672                   0,
138673               };
138674               
138675               static MetaProperty
138676               _CIM_Memory_ErrorInfo =
138677               {
138678                   /* flags */
138679                   META_FLAG_PROPERTY|META_FLAG_READ,
138680                   /* name */
138681                   "ErrorInfo",
138682                   /* qualifiers */
138683                   _CIM_Memory_ErrorInfo_qualifiers,
138684 mike  1.1.2.1     /* type */
138685                   CIMTYPE_UINT16,
138686                   /* subscript */
138687                   -1,
138688                   /* value */
138689                   0,
138690               };
138691               
138692               static const char*
138693               _CIM_Memory_OtherErrorDescription_qualifiers[] =
138694               {
138695                   /* Deprecated */
138696                   "\013\000\001CIM_MemoryError.OtherErrorDescription\000",
138697                   /* ModelCorrespondence */
138698                   "\036\000\001CIM_Memory.ErrorInfo\000",
138699                   0,
138700               };
138701               
138702               static MetaProperty
138703               _CIM_Memory_OtherErrorDescription =
138704               {
138705 mike  1.1.2.1     /* flags */
138706                   META_FLAG_PROPERTY|META_FLAG_READ,
138707                   /* name */
138708                   "OtherErrorDescription",
138709                   /* qualifiers */
138710                   _CIM_Memory_OtherErrorDescription_qualifiers,
138711                   /* type */
138712                   CIMTYPE_STRING,
138713                   /* subscript */
138714                   -1,
138715                   /* value */
138716                   0,
138717               };
138718               
138719               static const char*
138720               _CIM_Memory_CorrectableError_qualifiers[] =
138721               {
138722                   /* Deprecated */
138723                   "\013\000\001CIM_MemoryError.CorrectableError\000",
138724                   /* MappingStrings */
138725                   "\026\000\001MIF.DMTF|Physical Memory Array|001.8\000",
138726 mike  1.1.2.1     0,
138727               };
138728               
138729               static MetaProperty
138730               _CIM_Memory_CorrectableError =
138731               {
138732                   /* flags */
138733                   META_FLAG_PROPERTY|META_FLAG_READ,
138734                   /* name */
138735                   "CorrectableError",
138736                   /* qualifiers */
138737                   _CIM_Memory_CorrectableError_qualifiers,
138738                   /* type */
138739                   CIMTYPE_BOOLEAN,
138740                   /* subscript */
138741                   -1,
138742                   /* value */
138743                   0,
138744               };
138745               
138746               static const char*
138747 mike  1.1.2.1 _CIM_Memory_ErrorTime_qualifiers[] =
138748               {
138749                   /* Deprecated */
138750                   "\013\000\001CIM_MemoryError.ErrorTime\000",
138751                   0,
138752               };
138753               
138754               static MetaProperty
138755               _CIM_Memory_ErrorTime =
138756               {
138757                   /* flags */
138758                   META_FLAG_PROPERTY|META_FLAG_READ,
138759                   /* name */
138760                   "ErrorTime",
138761                   /* qualifiers */
138762                   _CIM_Memory_ErrorTime_qualifiers,
138763                   /* type */
138764                   CIMTYPE_DATETIME,
138765                   /* subscript */
138766                   -1,
138767                   /* value */
138768 mike  1.1.2.1     0,
138769               };
138770               
138771               static const char*
138772               _CIM_Memory_ErrorAccess_qualifiers[] =
138773               {
138774                   /* Deprecated */
138775                   "\013\000\001CIM_MemoryError.ErrorAccess\000",
138776                   /* ValueMap */
138777                   "\061\000\0051\0002\0003\0004\0005\000",
138778                   /* Values */
138779                   "\062\000\005Other\000Unknown\000Read\000Write\000Partial Write\000",
138780                   /* MappingStrings */
138781                   "\026\000\001MIF.DMTF|Physical Memory Array|001.10\000",
138782                   0,
138783               };
138784               
138785               static MetaProperty
138786               _CIM_Memory_ErrorAccess =
138787               {
138788                   /* flags */
138789 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
138790                   /* name */
138791                   "ErrorAccess",
138792                   /* qualifiers */
138793                   _CIM_Memory_ErrorAccess_qualifiers,
138794                   /* type */
138795                   CIMTYPE_UINT16,
138796                   /* subscript */
138797                   -1,
138798                   /* value */
138799                   0,
138800               };
138801               
138802               static const char*
138803               _CIM_Memory_ErrorTransferSize_qualifiers[] =
138804               {
138805                   /* Deprecated */
138806                   "\013\000\001CIM_MemoryError.ErrorTransferSize\000",
138807                   /* Units */
138808                   "\060Bits",
138809                   /* MappingStrings */
138810 mike  1.1.2.1     "\026\000\001MIF.DMTF|Physical Memory Array|001.11\000",
138811                   0,
138812               };
138813               
138814               static MetaProperty
138815               _CIM_Memory_ErrorTransferSize =
138816               {
138817                   /* flags */
138818                   META_FLAG_PROPERTY|META_FLAG_READ,
138819                   /* name */
138820                   "ErrorTransferSize",
138821                   /* qualifiers */
138822                   _CIM_Memory_ErrorTransferSize_qualifiers,
138823                   /* type */
138824                   CIMTYPE_UINT32,
138825                   /* subscript */
138826                   -1,
138827                   /* value */
138828                   0,
138829               };
138830               
138831 mike  1.1.2.1 static const char*
138832               _CIM_Memory_ErrorData_qualifiers[] =
138833               {
138834                   /* Deprecated */
138835                   "\013\000\001CIM_MemoryError.ErrorData\000",
138836                   /* OctetString */
138837                   "\042\001",
138838                   /* MappingStrings */
138839                   "\026\000\001MIF.DMTF|Physical Memory Array|001.12\000",
138840                   /* ArrayType */
138841                   "\005Indexed",
138842                   0,
138843               };
138844               
138845               static MetaProperty
138846               _CIM_Memory_ErrorData =
138847               {
138848                   /* flags */
138849                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
138850                   /* name */
138851                   "ErrorData",
138852 mike  1.1.2.1     /* qualifiers */
138853                   _CIM_Memory_ErrorData_qualifiers,
138854                   /* type */
138855                   CIMTYPE_UINT8,
138856                   /* subscript */
138857                   64,
138858                   /* value */
138859                   0,
138860               };
138861               
138862               static const char*
138863               _CIM_Memory_ErrorDataOrder_qualifiers[] =
138864               {
138865                   /* Deprecated */
138866                   "\013\000\001CIM_MemoryError.ErrorDataOrder\000",
138867                   /* ValueMap */
138868                   "\061\000\0030\0001\0002\000",
138869                   /* Values */
138870                   "\062\000\003Unknown\000Least Significant Byte First\000Most Significant Byte First\000",
138871                   0,
138872               };
138873 mike  1.1.2.1 
138874               static MetaProperty
138875               _CIM_Memory_ErrorDataOrder =
138876               {
138877                   /* flags */
138878                   META_FLAG_PROPERTY|META_FLAG_READ,
138879                   /* name */
138880                   "ErrorDataOrder",
138881                   /* qualifiers */
138882                   _CIM_Memory_ErrorDataOrder_qualifiers,
138883                   /* type */
138884                   CIMTYPE_UINT16,
138885                   /* subscript */
138886                   -1,
138887                   /* value */
138888                   0,
138889               };
138890               
138891               static const char*
138892               _CIM_Memory_ErrorAddress_qualifiers[] =
138893               {
138894 mike  1.1.2.1     /* Deprecated */
138895                   "\013\000\001CIM_MemoryError.StartingAddress\000",
138896                   /* MappingStrings */
138897                   "\026\000\002MIF.DMTF|Memory Device|005.19\000MIF.DMTF|Physical Memory Array|001.14\000",
138898                   0,
138899               };
138900               
138901               static MetaProperty
138902               _CIM_Memory_ErrorAddress =
138903               {
138904                   /* flags */
138905                   META_FLAG_PROPERTY|META_FLAG_READ,
138906                   /* name */
138907                   "ErrorAddress",
138908                   /* qualifiers */
138909                   _CIM_Memory_ErrorAddress_qualifiers,
138910                   /* type */
138911                   CIMTYPE_UINT64,
138912                   /* subscript */
138913                   -1,
138914                   /* value */
138915 mike  1.1.2.1     0,
138916               };
138917               
138918               static const char*
138919               _CIM_Memory_SystemLevelAddress_qualifiers[] =
138920               {
138921                   /* Deprecated */
138922                   "\013\000\001CIM_MemoryError.SystemLevelAddress\000",
138923                   0,
138924               };
138925               
138926               static MetaProperty
138927               _CIM_Memory_SystemLevelAddress =
138928               {
138929                   /* flags */
138930                   META_FLAG_PROPERTY|META_FLAG_READ,
138931                   /* name */
138932                   "SystemLevelAddress",
138933                   /* qualifiers */
138934                   _CIM_Memory_SystemLevelAddress_qualifiers,
138935                   /* type */
138936 mike  1.1.2.1     CIMTYPE_BOOLEAN,
138937                   /* subscript */
138938                   -1,
138939                   /* value */
138940                   0,
138941               };
138942               
138943               static const char*
138944               _CIM_Memory_ErrorResolution_qualifiers[] =
138945               {
138946                   /* Deprecated */
138947                   "\013\000\001CIM_MemoryError.ErrorResolution\000",
138948                   /* Units */
138949                   "\060Bytes",
138950                   /* MappingStrings */
138951                   "\026\000\002MIF.DMTF|Memory Device|005.21\000MIF.DMTF|Physical Memory Array|001.15\000",
138952                   0,
138953               };
138954               
138955               static MetaProperty
138956               _CIM_Memory_ErrorResolution =
138957 mike  1.1.2.1 {
138958                   /* flags */
138959                   META_FLAG_PROPERTY|META_FLAG_READ,
138960                   /* name */
138961                   "ErrorResolution",
138962                   /* qualifiers */
138963                   _CIM_Memory_ErrorResolution_qualifiers,
138964                   /* type */
138965                   CIMTYPE_UINT64,
138966                   /* subscript */
138967                   -1,
138968                   /* value */
138969                   0,
138970               };
138971               
138972               static const char*
138973               _CIM_Memory_AdditionalErrorData_qualifiers[] =
138974               {
138975                   /* Deprecated */
138976                   "\013\000\001CIM_MemoryError.AdditionalErrorData\000",
138977                   /* OctetString */
138978 mike  1.1.2.1     "\042\001",
138979                   /* MappingStrings */
138980                   "\026\000\002MIF.DMTF|Memory Device|005.18\000MIF.DMTF|Physical Memory Array|001.13\000",
138981                   0,
138982               };
138983               
138984               static MetaProperty
138985               _CIM_Memory_AdditionalErrorData =
138986               {
138987                   /* flags */
138988                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
138989                   /* name */
138990                   "AdditionalErrorData",
138991                   /* qualifiers */
138992                   _CIM_Memory_AdditionalErrorData_qualifiers,
138993                   /* type */
138994                   CIMTYPE_UINT8,
138995                   /* subscript */
138996                   64,
138997                   /* value */
138998                   0,
138999 mike  1.1.2.1 };
139000               
139001               static MetaFeature*
139002               _CIM_Memory_features[] =
139003               {
139004                   (MetaFeature*)&_CIM_Memory_Volatile,
139005                   (MetaFeature*)&_CIM_Memory_ErrorMethodology,
139006                   (MetaFeature*)&_CIM_Memory_StartingAddress,
139007                   (MetaFeature*)&_CIM_Memory_EndingAddress,
139008                   (MetaFeature*)&_CIM_Memory_ErrorInfo,
139009                   (MetaFeature*)&_CIM_Memory_OtherErrorDescription,
139010                   (MetaFeature*)&_CIM_Memory_CorrectableError,
139011                   (MetaFeature*)&_CIM_Memory_ErrorTime,
139012                   (MetaFeature*)&_CIM_Memory_ErrorAccess,
139013                   (MetaFeature*)&_CIM_Memory_ErrorTransferSize,
139014                   (MetaFeature*)&_CIM_Memory_ErrorData,
139015                   (MetaFeature*)&_CIM_Memory_ErrorDataOrder,
139016                   (MetaFeature*)&_CIM_Memory_ErrorAddress,
139017                   (MetaFeature*)&_CIM_Memory_SystemLevelAddress,
139018                   (MetaFeature*)&_CIM_Memory_ErrorResolution,
139019                   (MetaFeature*)&_CIM_Memory_AdditionalErrorData,
139020 mike  1.1.2.1     0,
139021               };
139022               
139023               static const char*
139024               __root_cimv2_CIM_Memory_qualifiers[] =
139025               {
139026                   /* UMLPackagePath */
139027                   "\057CIM::Device::Memory",
139028                   /* Version */
139029                   "\0632.8.0",
139030                   0,
139031               };
139032               
139033               MetaClass
139034               __root_cimv2_CIM_Memory =
139035               {
139036                   /* flags */
139037                   META_FLAG_CLASS,
139038                   /* name */
139039                   "CIM_Memory",
139040                   /* qualifiers */
139041 mike  1.1.2.1     __root_cimv2_CIM_Memory_qualifiers,
139042                   /* super */
139043                   &__root_cimv2_CIM_StorageExtent,
139044                   /* features */
139045                   _CIM_Memory_features,
139046               };
139047               
139048               //==============================================================================
139049               //
139050               // Class: CIM_MemoryMappedIO
139051               //
139052               //==============================================================================
139053               
139054               static const char*
139055               _CIM_MemoryMappedIO_CSCreationClassName_qualifiers[] =
139056               {
139057                   /* Key */
139058                   "\025\001",
139059                   /* Propagated */
139060                   "\045CIM_ComputerSystem.CreationClassName",
139061                   /* MaxLen */
139062 mike  1.1.2.1     "\030\000\000\001\000",
139063                   0,
139064               };
139065               
139066               static MetaProperty
139067               _CIM_MemoryMappedIO_CSCreationClassName =
139068               {
139069                   /* flags */
139070                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
139071                   /* name */
139072                   "CSCreationClassName",
139073                   /* qualifiers */
139074                   _CIM_MemoryMappedIO_CSCreationClassName_qualifiers,
139075                   /* type */
139076                   CIMTYPE_STRING,
139077                   /* subscript */
139078                   -1,
139079                   /* value */
139080                   0,
139081               };
139082               
139083 mike  1.1.2.1 static const char*
139084               _CIM_MemoryMappedIO_CSName_qualifiers[] =
139085               {
139086                   /* Key */
139087                   "\025\001",
139088                   /* Propagated */
139089                   "\045CIM_ComputerSystem.Name",
139090                   /* MaxLen */
139091                   "\030\000\000\001\000",
139092                   0,
139093               };
139094               
139095               static MetaProperty
139096               _CIM_MemoryMappedIO_CSName =
139097               {
139098                   /* flags */
139099                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
139100                   /* name */
139101                   "CSName",
139102                   /* qualifiers */
139103                   _CIM_MemoryMappedIO_CSName_qualifiers,
139104 mike  1.1.2.1     /* type */
139105                   CIMTYPE_STRING,
139106                   /* subscript */
139107                   -1,
139108                   /* value */
139109                   0,
139110               };
139111               
139112               static const char*
139113               _CIM_MemoryMappedIO_CreationClassName_qualifiers[] =
139114               {
139115                   /* Key */
139116                   "\025\001",
139117                   /* MaxLen */
139118                   "\030\000\000\001\000",
139119                   0,
139120               };
139121               
139122               static MetaProperty
139123               _CIM_MemoryMappedIO_CreationClassName =
139124               {
139125 mike  1.1.2.1     /* flags */
139126                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
139127                   /* name */
139128                   "CreationClassName",
139129                   /* qualifiers */
139130                   _CIM_MemoryMappedIO_CreationClassName_qualifiers,
139131                   /* type */
139132                   CIMTYPE_STRING,
139133                   /* subscript */
139134                   -1,
139135                   /* value */
139136                   0,
139137               };
139138               
139139               static const char*
139140               _CIM_MemoryMappedIO_StartingAddress_qualifiers[] =
139141               {
139142                   /* Key */
139143                   "\025\001",
139144                   /* MappingStrings */
139145                   "\026\000\001MIF.DMTF|Memory Mapped I/O|001.1\000",
139146 mike  1.1.2.1     0,
139147               };
139148               
139149               static MetaProperty
139150               _CIM_MemoryMappedIO_StartingAddress =
139151               {
139152                   /* flags */
139153                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
139154                   /* name */
139155                   "StartingAddress",
139156                   /* qualifiers */
139157                   _CIM_MemoryMappedIO_StartingAddress_qualifiers,
139158                   /* type */
139159                   CIMTYPE_UINT64,
139160                   /* subscript */
139161                   -1,
139162                   /* value */
139163                   0,
139164               };
139165               
139166               static const char*
139167 mike  1.1.2.1 _CIM_MemoryMappedIO_EndingAddress_qualifiers[] =
139168               {
139169                   /* MappingStrings */
139170                   "\026\000\001MIF.DMTF|Memory Mapped I/O|001.2\000",
139171                   0,
139172               };
139173               
139174               static MetaProperty
139175               _CIM_MemoryMappedIO_EndingAddress =
139176               {
139177                   /* flags */
139178                   META_FLAG_PROPERTY|META_FLAG_READ,
139179                   /* name */
139180                   "EndingAddress",
139181                   /* qualifiers */
139182                   _CIM_MemoryMappedIO_EndingAddress_qualifiers,
139183                   /* type */
139184                   CIMTYPE_UINT64,
139185                   /* subscript */
139186                   -1,
139187                   /* value */
139188 mike  1.1.2.1     0,
139189               };
139190               
139191               static const char*
139192               _CIM_MemoryMappedIO_MappedResource_qualifiers[] =
139193               {
139194                   /* ValueMap */
139195                   "\061\000\0040\0001\0002\0003\000",
139196                   /* Values */
139197                   "\062\000\004Other\000Mapped Memory\000I/O Mapped to Memory Space\000I/O Mapped to Port Space\000",
139198                   0,
139199               };
139200               
139201               static MetaProperty
139202               _CIM_MemoryMappedIO_MappedResource =
139203               {
139204                   /* flags */
139205                   META_FLAG_PROPERTY|META_FLAG_READ,
139206                   /* name */
139207                   "MappedResource",
139208                   /* qualifiers */
139209 mike  1.1.2.1     _CIM_MemoryMappedIO_MappedResource_qualifiers,
139210                   /* type */
139211                   CIMTYPE_UINT16,
139212                   /* subscript */
139213                   -1,
139214                   /* value */
139215                   0,
139216               };
139217               
139218               static MetaFeature*
139219               _CIM_MemoryMappedIO_features[] =
139220               {
139221                   (MetaFeature*)&_CIM_MemoryMappedIO_CSCreationClassName,
139222                   (MetaFeature*)&_CIM_MemoryMappedIO_CSName,
139223                   (MetaFeature*)&_CIM_MemoryMappedIO_CreationClassName,
139224                   (MetaFeature*)&_CIM_MemoryMappedIO_StartingAddress,
139225                   (MetaFeature*)&_CIM_MemoryMappedIO_EndingAddress,
139226                   (MetaFeature*)&_CIM_MemoryMappedIO_MappedResource,
139227                   0,
139228               };
139229               
139230 mike  1.1.2.1 static const char*
139231               __root_cimv2_CIM_MemoryMappedIO_qualifiers[] =
139232               {
139233                   /* UMLPackagePath */
139234                   "\057CIM::System::SystemResources",
139235                   /* Version */
139236                   "\0632.6.0",
139237                   0,
139238               };
139239               
139240               MetaClass
139241               __root_cimv2_CIM_MemoryMappedIO =
139242               {
139243                   /* flags */
139244                   META_FLAG_CLASS,
139245                   /* name */
139246                   "CIM_MemoryMappedIO",
139247                   /* qualifiers */
139248                   __root_cimv2_CIM_MemoryMappedIO_qualifiers,
139249                   /* super */
139250                   &__root_cimv2_CIM_SystemResource,
139251 mike  1.1.2.1     /* features */
139252                   _CIM_MemoryMappedIO_features,
139253               };
139254               
139255               //==============================================================================
139256               //
139257               // Class: CIM_MemoryResource
139258               //
139259               //==============================================================================
139260               
139261               static MetaFeature*
139262               _CIM_MemoryResource_features[] =
139263               {
139264                   0,
139265               };
139266               
139267               static const char*
139268               __root_cimv2_CIM_MemoryResource_qualifiers[] =
139269               {
139270                   /* UMLPackagePath */
139271                   "\057CIM::System::SystemResources",
139272 mike  1.1.2.1     /* Version */
139273                   "\0632.6.0",
139274                   0,
139275               };
139276               
139277               MetaClass
139278               __root_cimv2_CIM_MemoryResource =
139279               {
139280                   /* flags */
139281                   META_FLAG_CLASS,
139282                   /* name */
139283                   "CIM_MemoryResource",
139284                   /* qualifiers */
139285                   __root_cimv2_CIM_MemoryResource_qualifiers,
139286                   /* super */
139287                   &__root_cimv2_CIM_MemoryMappedIO,
139288                   /* features */
139289                   _CIM_MemoryResource_features,
139290               };
139291               
139292               //==============================================================================
139293 mike  1.1.2.1 //
139294               // Class: CIM_MeterService
139295               //
139296               //==============================================================================
139297               
139298               static const char*
139299               _CIM_MeterService_MeterType_qualifiers[] =
139300               {
139301                   /* ValueMap */
139302                   "\061\000\0041\0002\0003\0004\000",
139303                   /* Values */
139304                   "\062\000\004Other\000Average Rate Meter\000Exponentially Weighted Moving Average Meter\000Token Bucket Meter\000",
139305                   /* ModelCorrespondence */
139306                   "\036\000\001CIM_MeterService.OtherMeterType\000",
139307                   0,
139308               };
139309               
139310               static MetaProperty
139311               _CIM_MeterService_MeterType =
139312               {
139313                   /* flags */
139314 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
139315                   /* name */
139316                   "MeterType",
139317                   /* qualifiers */
139318                   _CIM_MeterService_MeterType_qualifiers,
139319                   /* type */
139320                   CIMTYPE_UINT16,
139321                   /* subscript */
139322                   -1,
139323                   /* value */
139324                   0,
139325               };
139326               
139327               static const char*
139328               _CIM_MeterService_OtherMeterType_qualifiers[] =
139329               {
139330                   /* ModelCorrespondence */
139331                   "\036\000\001CIM_MeterService.MeterType\000",
139332                   0,
139333               };
139334               
139335 mike  1.1.2.1 static MetaProperty
139336               _CIM_MeterService_OtherMeterType =
139337               {
139338                   /* flags */
139339                   META_FLAG_PROPERTY|META_FLAG_READ,
139340                   /* name */
139341                   "OtherMeterType",
139342                   /* qualifiers */
139343                   _CIM_MeterService_OtherMeterType_qualifiers,
139344                   /* type */
139345                   CIMTYPE_STRING,
139346                   /* subscript */
139347                   -1,
139348                   /* value */
139349                   0,
139350               };
139351               
139352               static const char*
139353               _CIM_MeterService_ConformanceLevels_qualifiers[] =
139354               {
139355                   0,
139356 mike  1.1.2.1 };
139357               
139358               static MetaProperty
139359               _CIM_MeterService_ConformanceLevels =
139360               {
139361                   /* flags */
139362                   META_FLAG_PROPERTY|META_FLAG_READ,
139363                   /* name */
139364                   "ConformanceLevels",
139365                   /* qualifiers */
139366                   _CIM_MeterService_ConformanceLevels_qualifiers,
139367                   /* type */
139368                   CIMTYPE_UINT16,
139369                   /* subscript */
139370                   -1,
139371                   /* value */
139372                   0,
139373               };
139374               
139375               static MetaFeature*
139376               _CIM_MeterService_features[] =
139377 mike  1.1.2.1 {
139378                   (MetaFeature*)&_CIM_MeterService_MeterType,
139379                   (MetaFeature*)&_CIM_MeterService_OtherMeterType,
139380                   (MetaFeature*)&_CIM_MeterService_ConformanceLevels,
139381                   0,
139382               };
139383               
139384               static const char*
139385               __root_cimv2_CIM_MeterService_qualifiers[] =
139386               {
139387                   /* UMLPackagePath */
139388                   "\057CIM::Network::QoS",
139389                   /* Version */
139390                   "\0632.7.0",
139391                   0,
139392               };
139393               
139394               MetaClass
139395               __root_cimv2_CIM_MeterService =
139396               {
139397                   /* flags */
139398 mike  1.1.2.1     META_FLAG_CLASS,
139399                   /* name */
139400                   "CIM_MeterService",
139401                   /* qualifiers */
139402                   __root_cimv2_CIM_MeterService_qualifiers,
139403                   /* super */
139404                   &__root_cimv2_CIM_ConditioningService,
139405                   /* features */
139406                   _CIM_MeterService_features,
139407               };
139408               
139409               //==============================================================================
139410               //
139411               // Class: CIM_ModulePort
139412               //
139413               //==============================================================================
139414               
139415               static const char*
139416               _CIM_ModulePort_GroupComponent_qualifiers[] =
139417               {
139418                   /* Aggregate */
139419 mike  1.1.2.1     "\003\001",
139420                   /* Override */
139421                   "\044GroupComponent",
139422                   /* Max */
139423                   "\027\000\000\000\001",
139424                   0,
139425               };
139426               
139427               static MetaReference
139428               _CIM_ModulePort_GroupComponent =
139429               {
139430                   /* flags */
139431                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
139432                   /* name */
139433                   "GroupComponent",
139434                   /* qualifiers */
139435                   _CIM_ModulePort_GroupComponent_qualifiers,
139436                   /* subscript */
139437                   -1,
139438                   /* refId */
139439                   &__root_cimv2_CIM_LogicalModule,
139440 mike  1.1.2.1 };
139441               
139442               static const char*
139443               _CIM_ModulePort_PartComponent_qualifiers[] =
139444               {
139445                   /* Override */
139446                   "\044PartComponent",
139447                   0,
139448               };
139449               
139450               static MetaReference
139451               _CIM_ModulePort_PartComponent =
139452               {
139453                   /* flags */
139454                   META_FLAG_REFERENCE|META_FLAG_READ,
139455                   /* name */
139456                   "PartComponent",
139457                   /* qualifiers */
139458                   _CIM_ModulePort_PartComponent_qualifiers,
139459                   /* subscript */
139460                   -1,
139461 mike  1.1.2.1     /* refId */
139462                   &__root_cimv2_CIM_NetworkPort,
139463               };
139464               
139465               static MetaFeature*
139466               _CIM_ModulePort_features[] =
139467               {
139468                   (MetaFeature*)&_CIM_ModulePort_GroupComponent,
139469                   (MetaFeature*)&_CIM_ModulePort_PartComponent,
139470                   0,
139471               };
139472               
139473               static const char*
139474               __root_cimv2_CIM_ModulePort_qualifiers[] =
139475               {
139476                   /* ASSOCIATION */
139477                   "\000\001",
139478                   /* UMLPackagePath */
139479                   "\057CIM::Device::Ports",
139480                   /* Aggregation */
139481                   "\004\001",
139482 mike  1.1.2.1     /* Version */
139483                   "\0632.8.0",
139484                   0,
139485               };
139486               
139487               MetaClass
139488               __root_cimv2_CIM_ModulePort =
139489               {
139490                   /* flags */
139491                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
139492                   /* name */
139493                   "CIM_ModulePort",
139494                   /* qualifiers */
139495                   __root_cimv2_CIM_ModulePort_qualifiers,
139496                   /* super */
139497                   &__root_cimv2_CIM_Component,
139498                   /* features */
139499                   _CIM_ModulePort_features,
139500               };
139501               
139502               //==============================================================================
139503 mike  1.1.2.1 //
139504               // Class: CIM_MultiStateSensor
139505               //
139506               //==============================================================================
139507               
139508               static MetaFeature*
139509               _CIM_MultiStateSensor_features[] =
139510               {
139511                   0,
139512               };
139513               
139514               static const char*
139515               __root_cimv2_CIM_MultiStateSensor_qualifiers[] =
139516               {
139517                   /* UMLPackagePath */
139518                   "\057CIM::Device::Sensors",
139519                   /* Version */
139520                   "\0632.6.0",
139521                   0,
139522               };
139523               
139524 mike  1.1.2.1 MetaClass
139525               __root_cimv2_CIM_MultiStateSensor =
139526               {
139527                   /* flags */
139528                   META_FLAG_CLASS,
139529                   /* name */
139530                   "CIM_MultiStateSensor",
139531                   /* qualifiers */
139532                   __root_cimv2_CIM_MultiStateSensor_qualifiers,
139533                   /* super */
139534                   &__root_cimv2_CIM_Sensor,
139535                   /* features */
139536                   _CIM_MultiStateSensor_features,
139537               };
139538               
139539               //==============================================================================
139540               //
139541               // Class: CIM_Network
139542               //
139543               //==============================================================================
139544               
139545 mike  1.1.2.1 static MetaFeature*
139546               _CIM_Network_features[] =
139547               {
139548                   0,
139549               };
139550               
139551               static const char*
139552               __root_cimv2_CIM_Network_qualifiers[] =
139553               {
139554                   /* UMLPackagePath */
139555                   "\057CIM::Network::Systems",
139556                   /* Version */
139557                   "\0632.7.0",
139558                   /* MappingStrings */
139559                   "\026\000\001Recommendation.ITU|M3100.Network\000",
139560                   0,
139561               };
139562               
139563               MetaClass
139564               __root_cimv2_CIM_Network =
139565               {
139566 mike  1.1.2.1     /* flags */
139567                   META_FLAG_CLASS,
139568                   /* name */
139569                   "CIM_Network",
139570                   /* qualifiers */
139571                   __root_cimv2_CIM_Network_qualifiers,
139572                   /* super */
139573                   &__root_cimv2_CIM_AdminDomain,
139574                   /* features */
139575                   _CIM_Network_features,
139576               };
139577               
139578               //==============================================================================
139579               //
139580               // Class: CIM_NetworkService
139581               //
139582               //==============================================================================
139583               
139584               static const char*
139585               _CIM_NetworkService_Keywords_qualifiers[] =
139586               {
139587 mike  1.1.2.1     /* Deprecated */
139588                   "\013\000\001No value\000",
139589                   0,
139590               };
139591               
139592               static MetaProperty
139593               _CIM_NetworkService_Keywords =
139594               {
139595                   /* flags */
139596                   META_FLAG_PROPERTY|META_FLAG_READ,
139597                   /* name */
139598                   "Keywords",
139599                   /* qualifiers */
139600                   _CIM_NetworkService_Keywords_qualifiers,
139601                   /* type */
139602                   CIMTYPE_STRING,
139603                   /* subscript */
139604                   0,
139605                   /* value */
139606                   0,
139607               };
139608 mike  1.1.2.1 
139609               static const char*
139610               _CIM_NetworkService_ServiceURL_qualifiers[] =
139611               {
139612                   /* Deprecated */
139613                   "\013\000\001CIM_ServiceAccessURI\000",
139614                   0,
139615               };
139616               
139617               static MetaProperty
139618               _CIM_NetworkService_ServiceURL =
139619               {
139620                   /* flags */
139621                   META_FLAG_PROPERTY|META_FLAG_READ,
139622                   /* name */
139623                   "ServiceURL",
139624                   /* qualifiers */
139625                   _CIM_NetworkService_ServiceURL_qualifiers,
139626                   /* type */
139627                   CIMTYPE_STRING,
139628                   /* subscript */
139629 mike  1.1.2.1     -1,
139630                   /* value */
139631                   0,
139632               };
139633               
139634               static const char*
139635               _CIM_NetworkService_StartupConditions_qualifiers[] =
139636               {
139637                   /* Deprecated */
139638                   "\013\000\001No value\000",
139639                   0,
139640               };
139641               
139642               static MetaProperty
139643               _CIM_NetworkService_StartupConditions =
139644               {
139645                   /* flags */
139646                   META_FLAG_PROPERTY|META_FLAG_READ,
139647                   /* name */
139648                   "StartupConditions",
139649                   /* qualifiers */
139650 mike  1.1.2.1     _CIM_NetworkService_StartupConditions_qualifiers,
139651                   /* type */
139652                   CIMTYPE_STRING,
139653                   /* subscript */
139654                   0,
139655                   /* value */
139656                   0,
139657               };
139658               
139659               static const char*
139660               _CIM_NetworkService_StartupParameters_qualifiers[] =
139661               {
139662                   /* Deprecated */
139663                   "\013\000\001No value\000",
139664                   0,
139665               };
139666               
139667               static MetaProperty
139668               _CIM_NetworkService_StartupParameters =
139669               {
139670                   /* flags */
139671 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
139672                   /* name */
139673                   "StartupParameters",
139674                   /* qualifiers */
139675                   _CIM_NetworkService_StartupParameters_qualifiers,
139676                   /* type */
139677                   CIMTYPE_STRING,
139678                   /* subscript */
139679                   0,
139680                   /* value */
139681                   0,
139682               };
139683               
139684               static MetaFeature*
139685               _CIM_NetworkService_features[] =
139686               {
139687                   (MetaFeature*)&_CIM_NetworkService_Keywords,
139688                   (MetaFeature*)&_CIM_NetworkService_ServiceURL,
139689                   (MetaFeature*)&_CIM_NetworkService_StartupConditions,
139690                   (MetaFeature*)&_CIM_NetworkService_StartupParameters,
139691                   0,
139692 mike  1.1.2.1 };
139693               
139694               static const char*
139695               __root_cimv2_CIM_NetworkService_qualifiers[] =
139696               {
139697                   /* Deprecated */
139698                   "\013\000\001CIM_Service\000",
139699                   /* UMLPackagePath */
139700                   "\057CIM::Network::RoutingForwarding",
139701                   /* Abstract */
139702                   "\002\001",
139703                   /* Version */
139704                   "\0632.7.0",
139705                   0,
139706               };
139707               
139708               MetaClass
139709               __root_cimv2_CIM_NetworkService =
139710               {
139711                   /* flags */
139712                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
139713 mike  1.1.2.1     /* name */
139714                   "CIM_NetworkService",
139715                   /* qualifiers */
139716                   __root_cimv2_CIM_NetworkService_qualifiers,
139717                   /* super */
139718                   &__root_cimv2_CIM_Service,
139719                   /* features */
139720                   _CIM_NetworkService_features,
139721               };
139722               
139723               //==============================================================================
139724               //
139725               // Class: CIM_NetworkServicesInAdminDomain
139726               //
139727               //==============================================================================
139728               
139729               static const char*
139730               _CIM_NetworkServicesInAdminDomain_Antecedent_qualifiers[] =
139731               {
139732                   /* Deprecated */
139733                   "\013\000\001CIM_Dependency.Antecedent\000",
139734 mike  1.1.2.1     /* Override */
139735                   "\044Antecedent",
139736                   0,
139737               };
139738               
139739               static MetaReference
139740               _CIM_NetworkServicesInAdminDomain_Antecedent =
139741               {
139742                   /* flags */
139743                   META_FLAG_REFERENCE|META_FLAG_READ,
139744                   /* name */
139745                   "Antecedent",
139746                   /* qualifiers */
139747                   _CIM_NetworkServicesInAdminDomain_Antecedent_qualifiers,
139748                   /* subscript */
139749                   -1,
139750                   /* refId */
139751                   &__root_cimv2_CIM_AdminDomain,
139752               };
139753               
139754               static const char*
139755 mike  1.1.2.1 _CIM_NetworkServicesInAdminDomain_Dependent_qualifiers[] =
139756               {
139757                   /* Deprecated */
139758                   "\013\000\001CIM_Dependency.Dependent\000",
139759                   /* Override */
139760                   "\044Dependent",
139761                   0,
139762               };
139763               
139764               static MetaReference
139765               _CIM_NetworkServicesInAdminDomain_Dependent =
139766               {
139767                   /* flags */
139768                   META_FLAG_REFERENCE|META_FLAG_READ,
139769                   /* name */
139770                   "Dependent",
139771                   /* qualifiers */
139772                   _CIM_NetworkServicesInAdminDomain_Dependent_qualifiers,
139773                   /* subscript */
139774                   -1,
139775                   /* refId */
139776 mike  1.1.2.1     &__root_cimv2_CIM_NetworkService,
139777               };
139778               
139779               static MetaFeature*
139780               _CIM_NetworkServicesInAdminDomain_features[] =
139781               {
139782                   (MetaFeature*)&_CIM_NetworkServicesInAdminDomain_Antecedent,
139783                   (MetaFeature*)&_CIM_NetworkServicesInAdminDomain_Dependent,
139784                   0,
139785               };
139786               
139787               static const char*
139788               __root_cimv2_CIM_NetworkServicesInAdminDomain_qualifiers[] =
139789               {
139790                   /* ASSOCIATION */
139791                   "\000\001",
139792                   /* Deprecated */
139793                   "\013\000\001CIM_HostedDependency\000",
139794                   /* UMLPackagePath */
139795                   "\057CIM::Network::RoutingForwarding",
139796                   /* Version */
139797 mike  1.1.2.1     "\0632.7.0",
139798                   0,
139799               };
139800               
139801               MetaClass
139802               __root_cimv2_CIM_NetworkServicesInAdminDomain =
139803               {
139804                   /* flags */
139805                   META_FLAG_ASSOCIATION,
139806                   /* name */
139807                   "CIM_NetworkServicesInAdminDomain",
139808                   /* qualifiers */
139809                   __root_cimv2_CIM_NetworkServicesInAdminDomain_qualifiers,
139810                   /* super */
139811                   &__root_cimv2_CIM_HostedDependency,
139812                   /* features */
139813                   _CIM_NetworkServicesInAdminDomain_features,
139814               };
139815               
139816               //==============================================================================
139817               //
139818 mike  1.1.2.1 // Class: CIM_NetworksInAdminDomain
139819               //
139820               //==============================================================================
139821               
139822               static const char*
139823               _CIM_NetworksInAdminDomain_Domain_qualifiers[] =
139824               {
139825                   /* Deprecated */
139826                   "\013\000\001CIM_HostedCollection.Antecedent\000",
139827                   /* Key */
139828                   "\025\001",
139829                   /* Min */
139830                   "\033\000\000\000\001",
139831                   /* Max */
139832                   "\027\000\000\000\001",
139833                   0,
139834               };
139835               
139836               static MetaReference
139837               _CIM_NetworksInAdminDomain_Domain =
139838               {
139839 mike  1.1.2.1     /* flags */
139840                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
139841                   /* name */
139842                   "Domain",
139843                   /* qualifiers */
139844                   _CIM_NetworksInAdminDomain_Domain_qualifiers,
139845                   /* subscript */
139846                   -1,
139847                   /* refId */
139848                   &__root_cimv2_CIM_AdminDomain,
139849               };
139850               
139851               static const char*
139852               _CIM_NetworksInAdminDomain_Network_qualifiers[] =
139853               {
139854                   /* Deprecated */
139855                   "\013\000\001CIM_HostedCollection.Dependent\000",
139856                   /* Key */
139857                   "\025\001",
139858                   /* Weak */
139859                   "\064\001",
139860 mike  1.1.2.1     0,
139861               };
139862               
139863               static MetaReference
139864               _CIM_NetworksInAdminDomain_Network =
139865               {
139866                   /* flags */
139867                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
139868                   /* name */
139869                   "Network",
139870                   /* qualifiers */
139871                   _CIM_NetworksInAdminDomain_Network_qualifiers,
139872                   /* subscript */
139873                   -1,
139874                   /* refId */
139875                   &__root_cimv2_CIM_LogicalNetwork,
139876               };
139877               
139878               static MetaFeature*
139879               _CIM_NetworksInAdminDomain_features[] =
139880               {
139881 mike  1.1.2.1     (MetaFeature*)&_CIM_NetworksInAdminDomain_Domain,
139882                   (MetaFeature*)&_CIM_NetworksInAdminDomain_Network,
139883                   0,
139884               };
139885               
139886               static const char*
139887               __root_cimv2_CIM_NetworksInAdminDomain_qualifiers[] =
139888               {
139889                   /* ASSOCIATION */
139890                   "\000\001",
139891                   /* Deprecated */
139892                   "\013\000\001CIM_HostedCollection\000",
139893                   /* UMLPackagePath */
139894                   "\057CIM::Network::Collections",
139895                   /* Version */
139896                   "\0632.7.0",
139897                   0,
139898               };
139899               
139900               MetaClass
139901               __root_cimv2_CIM_NetworksInAdminDomain =
139902 mike  1.1.2.1 {
139903                   /* flags */
139904                   META_FLAG_ASSOCIATION,
139905                   /* name */
139906                   "CIM_NetworksInAdminDomain",
139907                   /* qualifiers */
139908                   __root_cimv2_CIM_NetworksInAdminDomain_qualifiers,
139909                   /* super */
139910                   0,
139911                   /* features */
139912                   _CIM_NetworksInAdminDomain_features,
139913               };
139914               
139915               //==============================================================================
139916               //
139917               // Class: CIM_NextService
139918               //
139919               //==============================================================================
139920               
139921               static const char*
139922               _CIM_NextService_PrecedingService_qualifiers[] =
139923 mike  1.1.2.1 {
139924                   /* Key */
139925                   "\025\001",
139926                   0,
139927               };
139928               
139929               static MetaReference
139930               _CIM_NextService_PrecedingService =
139931               {
139932                   /* flags */
139933                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
139934                   /* name */
139935                   "PrecedingService",
139936                   /* qualifiers */
139937                   _CIM_NextService_PrecedingService_qualifiers,
139938                   /* subscript */
139939                   -1,
139940                   /* refId */
139941                   &__root_cimv2_CIM_ConditioningService,
139942               };
139943               
139944 mike  1.1.2.1 static const char*
139945               _CIM_NextService_FollowingService_qualifiers[] =
139946               {
139947                   /* Key */
139948                   "\025\001",
139949                   0,
139950               };
139951               
139952               static MetaReference
139953               _CIM_NextService_FollowingService =
139954               {
139955                   /* flags */
139956                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
139957                   /* name */
139958                   "FollowingService",
139959                   /* qualifiers */
139960                   _CIM_NextService_FollowingService_qualifiers,
139961                   /* subscript */
139962                   -1,
139963                   /* refId */
139964                   &__root_cimv2_CIM_ConditioningService,
139965 mike  1.1.2.1 };
139966               
139967               static MetaFeature*
139968               _CIM_NextService_features[] =
139969               {
139970                   (MetaFeature*)&_CIM_NextService_PrecedingService,
139971                   (MetaFeature*)&_CIM_NextService_FollowingService,
139972                   0,
139973               };
139974               
139975               static const char*
139976               __root_cimv2_CIM_NextService_qualifiers[] =
139977               {
139978                   /* ASSOCIATION */
139979                   "\000\001",
139980                   /* UMLPackagePath */
139981                   "\057CIM::Network::QoS",
139982                   /* Version */
139983                   "\0632.7.0",
139984                   0,
139985               };
139986 mike  1.1.2.1 
139987               MetaClass
139988               __root_cimv2_CIM_NextService =
139989               {
139990                   /* flags */
139991                   META_FLAG_ASSOCIATION,
139992                   /* name */
139993                   "CIM_NextService",
139994                   /* qualifiers */
139995                   __root_cimv2_CIM_NextService_qualifiers,
139996                   /* super */
139997                   0,
139998                   /* features */
139999                   _CIM_NextService_features,
140000               };
140001               
140002               //==============================================================================
140003               //
140004               // Class: CIM_NextServiceAfterMeter
140005               //
140006               //==============================================================================
140007 mike  1.1.2.1 
140008               static const char*
140009               _CIM_NextServiceAfterMeter_PrecedingService_qualifiers[] =
140010               {
140011                   /* Key */
140012                   "\025\001",
140013                   0,
140014               };
140015               
140016               static MetaReference
140017               _CIM_NextServiceAfterMeter_PrecedingService =
140018               {
140019                   /* flags */
140020                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
140021                   /* name */
140022                   "PrecedingService",
140023                   /* qualifiers */
140024                   _CIM_NextServiceAfterMeter_PrecedingService_qualifiers,
140025                   /* subscript */
140026                   -1,
140027                   /* refId */
140028 mike  1.1.2.1     &__root_cimv2_CIM_MeterService,
140029               };
140030               
140031               static const char*
140032               _CIM_NextServiceAfterMeter_FollowingService_qualifiers[] =
140033               {
140034                   /* Key */
140035                   "\025\001",
140036                   0,
140037               };
140038               
140039               static MetaReference
140040               _CIM_NextServiceAfterMeter_FollowingService =
140041               {
140042                   /* flags */
140043                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
140044                   /* name */
140045                   "FollowingService",
140046                   /* qualifiers */
140047                   _CIM_NextServiceAfterMeter_FollowingService_qualifiers,
140048                   /* subscript */
140049 mike  1.1.2.1     -1,
140050                   /* refId */
140051                   &__root_cimv2_CIM_ConditioningService,
140052               };
140053               
140054               static const char*
140055               _CIM_NextServiceAfterMeter_MeterResult_qualifiers[] =
140056               {
140057                   /* Key */
140058                   "\025\001",
140059                   /* ValueMap */
140060                   "\061\000\0040\0001\0002\0003\000",
140061                   /* Values */
140062                   "\062\000\004Unknown\000Conforming\000Partially Conforming\000Non-Conforming\000",
140063                   0,
140064               };
140065               
140066               static MetaProperty
140067               _CIM_NextServiceAfterMeter_MeterResult =
140068               {
140069                   /* flags */
140070 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
140071                   /* name */
140072                   "MeterResult",
140073                   /* qualifiers */
140074                   _CIM_NextServiceAfterMeter_MeterResult_qualifiers,
140075                   /* type */
140076                   CIMTYPE_UINT16,
140077                   /* subscript */
140078                   -1,
140079                   /* value */
140080                   0,
140081               };
140082               
140083               static MetaFeature*
140084               _CIM_NextServiceAfterMeter_features[] =
140085               {
140086                   (MetaFeature*)&_CIM_NextServiceAfterMeter_PrecedingService,
140087                   (MetaFeature*)&_CIM_NextServiceAfterMeter_FollowingService,
140088                   (MetaFeature*)&_CIM_NextServiceAfterMeter_MeterResult,
140089                   0,
140090               };
140091 mike  1.1.2.1 
140092               static const char*
140093               __root_cimv2_CIM_NextServiceAfterMeter_qualifiers[] =
140094               {
140095                   /* ASSOCIATION */
140096                   "\000\001",
140097                   /* UMLPackagePath */
140098                   "\057CIM::Network::QoS",
140099                   /* Version */
140100                   "\0632.7.0",
140101                   0,
140102               };
140103               
140104               MetaClass
140105               __root_cimv2_CIM_NextServiceAfterMeter =
140106               {
140107                   /* flags */
140108                   META_FLAG_ASSOCIATION,
140109                   /* name */
140110                   "CIM_NextServiceAfterMeter",
140111                   /* qualifiers */
140112 mike  1.1.2.1     __root_cimv2_CIM_NextServiceAfterMeter_qualifiers,
140113                   /* super */
140114                   0,
140115                   /* features */
140116                   _CIM_NextServiceAfterMeter_features,
140117               };
140118               
140119               //==============================================================================
140120               //
140121               // Class: CIM_NFS
140122               //
140123               //==============================================================================
140124               
140125               static const char*
140126               _CIM_NFS_HardMount_qualifiers[] =
140127               {
140128                   0,
140129               };
140130               
140131               static MetaProperty
140132               _CIM_NFS_HardMount =
140133 mike  1.1.2.1 {
140134                   /* flags */
140135                   META_FLAG_PROPERTY|META_FLAG_READ,
140136                   /* name */
140137                   "HardMount",
140138                   /* qualifiers */
140139                   _CIM_NFS_HardMount_qualifiers,
140140                   /* type */
140141                   CIMTYPE_BOOLEAN,
140142                   /* subscript */
140143                   -1,
140144                   /* value */
140145                   0,
140146               };
140147               
140148               static const char*
140149               _CIM_NFS_ForegroundMount_qualifiers[] =
140150               {
140151                   0,
140152               };
140153               
140154 mike  1.1.2.1 static MetaProperty
140155               _CIM_NFS_ForegroundMount =
140156               {
140157                   /* flags */
140158                   META_FLAG_PROPERTY|META_FLAG_READ,
140159                   /* name */
140160                   "ForegroundMount",
140161                   /* qualifiers */
140162                   _CIM_NFS_ForegroundMount_qualifiers,
140163                   /* type */
140164                   CIMTYPE_BOOLEAN,
140165                   /* subscript */
140166                   -1,
140167                   /* value */
140168                   0,
140169               };
140170               
140171               static const char*
140172               _CIM_NFS_Interrupt_qualifiers[] =
140173               {
140174                   0,
140175 mike  1.1.2.1 };
140176               
140177               static MetaProperty
140178               _CIM_NFS_Interrupt =
140179               {
140180                   /* flags */
140181                   META_FLAG_PROPERTY|META_FLAG_READ,
140182                   /* name */
140183                   "Interrupt",
140184                   /* qualifiers */
140185                   _CIM_NFS_Interrupt_qualifiers,
140186                   /* type */
140187                   CIMTYPE_BOOLEAN,
140188                   /* subscript */
140189                   -1,
140190                   /* value */
140191                   0,
140192               };
140193               
140194               static const char*
140195               _CIM_NFS_MountFailureRetries_qualifiers[] =
140196 mike  1.1.2.1 {
140197                   0,
140198               };
140199               
140200               static MetaProperty
140201               _CIM_NFS_MountFailureRetries =
140202               {
140203                   /* flags */
140204                   META_FLAG_PROPERTY|META_FLAG_READ,
140205                   /* name */
140206                   "MountFailureRetries",
140207                   /* qualifiers */
140208                   _CIM_NFS_MountFailureRetries_qualifiers,
140209                   /* type */
140210                   CIMTYPE_UINT16,
140211                   /* subscript */
140212                   -1,
140213                   /* value */
140214                   0,
140215               };
140216               
140217 mike  1.1.2.1 static const char*
140218               _CIM_NFS_RetransmissionAttempts_qualifiers[] =
140219               {
140220                   0,
140221               };
140222               
140223               static MetaProperty
140224               _CIM_NFS_RetransmissionAttempts =
140225               {
140226                   /* flags */
140227                   META_FLAG_PROPERTY|META_FLAG_READ,
140228                   /* name */
140229                   "RetransmissionAttempts",
140230                   /* qualifiers */
140231                   _CIM_NFS_RetransmissionAttempts_qualifiers,
140232                   /* type */
140233                   CIMTYPE_UINT16,
140234                   /* subscript */
140235                   -1,
140236                   /* value */
140237                   0,
140238 mike  1.1.2.1 };
140239               
140240               static const char*
140241               _CIM_NFS_RetransmissionTimeout_qualifiers[] =
140242               {
140243                   /* Units */
140244                   "\060Tenths of Seconds",
140245                   0,
140246               };
140247               
140248               static MetaProperty
140249               _CIM_NFS_RetransmissionTimeout =
140250               {
140251                   /* flags */
140252                   META_FLAG_PROPERTY|META_FLAG_READ,
140253                   /* name */
140254                   "RetransmissionTimeout",
140255                   /* qualifiers */
140256                   _CIM_NFS_RetransmissionTimeout_qualifiers,
140257                   /* type */
140258                   CIMTYPE_UINT32,
140259 mike  1.1.2.1     /* subscript */
140260                   -1,
140261                   /* value */
140262                   0,
140263               };
140264               
140265               static const char*
140266               _CIM_NFS_ReadBufferSize_qualifiers[] =
140267               {
140268                   /* Units */
140269                   "\060Bytes",
140270                   0,
140271               };
140272               
140273               static MetaProperty
140274               _CIM_NFS_ReadBufferSize =
140275               {
140276                   /* flags */
140277                   META_FLAG_PROPERTY|META_FLAG_READ,
140278                   /* name */
140279                   "ReadBufferSize",
140280 mike  1.1.2.1     /* qualifiers */
140281                   _CIM_NFS_ReadBufferSize_qualifiers,
140282                   /* type */
140283                   CIMTYPE_UINT64,
140284                   /* subscript */
140285                   -1,
140286                   /* value */
140287                   0,
140288               };
140289               
140290               static const char*
140291               _CIM_NFS_WriteBufferSize_qualifiers[] =
140292               {
140293                   /* Units */
140294                   "\060Bytes",
140295                   0,
140296               };
140297               
140298               static MetaProperty
140299               _CIM_NFS_WriteBufferSize =
140300               {
140301 mike  1.1.2.1     /* flags */
140302                   META_FLAG_PROPERTY|META_FLAG_READ,
140303                   /* name */
140304                   "WriteBufferSize",
140305                   /* qualifiers */
140306                   _CIM_NFS_WriteBufferSize_qualifiers,
140307                   /* type */
140308                   CIMTYPE_UINT64,
140309                   /* subscript */
140310                   -1,
140311                   /* value */
140312                   0,
140313               };
140314               
140315               static const char*
140316               _CIM_NFS_ServerCommunicationPort_qualifiers[] =
140317               {
140318                   0,
140319               };
140320               
140321               static MetaProperty
140322 mike  1.1.2.1 _CIM_NFS_ServerCommunicationPort =
140323               {
140324                   /* flags */
140325                   META_FLAG_PROPERTY|META_FLAG_READ,
140326                   /* name */
140327                   "ServerCommunicationPort",
140328                   /* qualifiers */
140329                   _CIM_NFS_ServerCommunicationPort_qualifiers,
140330                   /* type */
140331                   CIMTYPE_UINT32,
140332                   /* subscript */
140333                   -1,
140334                   /* value */
140335                   0,
140336               };
140337               
140338               static const char*
140339               _CIM_NFS_AttributeCaching_qualifiers[] =
140340               {
140341                   0,
140342               };
140343 mike  1.1.2.1 
140344               static MetaProperty
140345               _CIM_NFS_AttributeCaching =
140346               {
140347                   /* flags */
140348                   META_FLAG_PROPERTY|META_FLAG_READ,
140349                   /* name */
140350                   "AttributeCaching",
140351                   /* qualifiers */
140352                   _CIM_NFS_AttributeCaching_qualifiers,
140353                   /* type */
140354                   CIMTYPE_BOOLEAN,
140355                   /* subscript */
140356                   -1,
140357                   /* value */
140358                   0,
140359               };
140360               
140361               static const char*
140362               _CIM_NFS_AttributeCachingForRegularFilesMin_qualifiers[] =
140363               {
140364 mike  1.1.2.1     /* Units */
140365                   "\060Seconds",
140366                   0,
140367               };
140368               
140369               static MetaProperty
140370               _CIM_NFS_AttributeCachingForRegularFilesMin =
140371               {
140372                   /* flags */
140373                   META_FLAG_PROPERTY|META_FLAG_READ,
140374                   /* name */
140375                   "AttributeCachingForRegularFilesMin",
140376                   /* qualifiers */
140377                   _CIM_NFS_AttributeCachingForRegularFilesMin_qualifiers,
140378                   /* type */
140379                   CIMTYPE_UINT16,
140380                   /* subscript */
140381                   -1,
140382                   /* value */
140383                   0,
140384               };
140385 mike  1.1.2.1 
140386               static const char*
140387               _CIM_NFS_AttributeCachingForRegularFilesMax_qualifiers[] =
140388               {
140389                   /* Units */
140390                   "\060Seconds",
140391                   0,
140392               };
140393               
140394               static MetaProperty
140395               _CIM_NFS_AttributeCachingForRegularFilesMax =
140396               {
140397                   /* flags */
140398                   META_FLAG_PROPERTY|META_FLAG_READ,
140399                   /* name */
140400                   "AttributeCachingForRegularFilesMax",
140401                   /* qualifiers */
140402                   _CIM_NFS_AttributeCachingForRegularFilesMax_qualifiers,
140403                   /* type */
140404                   CIMTYPE_UINT16,
140405                   /* subscript */
140406 mike  1.1.2.1     -1,
140407                   /* value */
140408                   0,
140409               };
140410               
140411               static const char*
140412               _CIM_NFS_AttributeCachingForDirectoriesMin_qualifiers[] =
140413               {
140414                   /* Units */
140415                   "\060Seconds",
140416                   0,
140417               };
140418               
140419               static MetaProperty
140420               _CIM_NFS_AttributeCachingForDirectoriesMin =
140421               {
140422                   /* flags */
140423                   META_FLAG_PROPERTY|META_FLAG_READ,
140424                   /* name */
140425                   "AttributeCachingForDirectoriesMin",
140426                   /* qualifiers */
140427 mike  1.1.2.1     _CIM_NFS_AttributeCachingForDirectoriesMin_qualifiers,
140428                   /* type */
140429                   CIMTYPE_UINT16,
140430                   /* subscript */
140431                   -1,
140432                   /* value */
140433                   0,
140434               };
140435               
140436               static const char*
140437               _CIM_NFS_AttributeCachingForDirectoriesMax_qualifiers[] =
140438               {
140439                   /* Units */
140440                   "\060Seconds",
140441                   0,
140442               };
140443               
140444               static MetaProperty
140445               _CIM_NFS_AttributeCachingForDirectoriesMax =
140446               {
140447                   /* flags */
140448 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
140449                   /* name */
140450                   "AttributeCachingForDirectoriesMax",
140451                   /* qualifiers */
140452                   _CIM_NFS_AttributeCachingForDirectoriesMax_qualifiers,
140453                   /* type */
140454                   CIMTYPE_UINT16,
140455                   /* subscript */
140456                   -1,
140457                   /* value */
140458                   0,
140459               };
140460               
140461               static MetaFeature*
140462               _CIM_NFS_features[] =
140463               {
140464                   (MetaFeature*)&_CIM_NFS_HardMount,
140465                   (MetaFeature*)&_CIM_NFS_ForegroundMount,
140466                   (MetaFeature*)&_CIM_NFS_Interrupt,
140467                   (MetaFeature*)&_CIM_NFS_MountFailureRetries,
140468                   (MetaFeature*)&_CIM_NFS_RetransmissionAttempts,
140469 mike  1.1.2.1     (MetaFeature*)&_CIM_NFS_RetransmissionTimeout,
140470                   (MetaFeature*)&_CIM_NFS_ReadBufferSize,
140471                   (MetaFeature*)&_CIM_NFS_WriteBufferSize,
140472                   (MetaFeature*)&_CIM_NFS_ServerCommunicationPort,
140473                   (MetaFeature*)&_CIM_NFS_AttributeCaching,
140474                   (MetaFeature*)&_CIM_NFS_AttributeCachingForRegularFilesMin,
140475                   (MetaFeature*)&_CIM_NFS_AttributeCachingForRegularFilesMax,
140476                   (MetaFeature*)&_CIM_NFS_AttributeCachingForDirectoriesMin,
140477                   (MetaFeature*)&_CIM_NFS_AttributeCachingForDirectoriesMax,
140478                   0,
140479               };
140480               
140481               static const char*
140482               __root_cimv2_CIM_NFS_qualifiers[] =
140483               {
140484                   /* UMLPackagePath */
140485                   "\057CIM::System::FileElements",
140486                   /* Version */
140487                   "\0632.6.0",
140488                   0,
140489               };
140490 mike  1.1.2.1 
140491               MetaClass
140492               __root_cimv2_CIM_NFS =
140493               {
140494                   /* flags */
140495                   META_FLAG_CLASS,
140496                   /* name */
140497                   "CIM_NFS",
140498                   /* qualifiers */
140499                   __root_cimv2_CIM_NFS_qualifiers,
140500                   /* super */
140501                   &__root_cimv2_CIM_RemoteFileSystem,
140502                   /* features */
140503                   _CIM_NFS_features,
140504               };
140505               
140506               //==============================================================================
140507               //
140508               // Class: CIM_NonVolatileStorage
140509               //
140510               //==============================================================================
140511 mike  1.1.2.1 
140512               static const char*
140513               _CIM_NonVolatileStorage_IsWriteable_qualifiers[] =
140514               {
140515                   /* Deprecated */
140516                   "\013\000\001CIM_Memory.Access\000",
140517                   0,
140518               };
140519               
140520               static MetaProperty
140521               _CIM_NonVolatileStorage_IsWriteable =
140522               {
140523                   /* flags */
140524                   META_FLAG_PROPERTY|META_FLAG_READ,
140525                   /* name */
140526                   "IsWriteable",
140527                   /* qualifiers */
140528                   _CIM_NonVolatileStorage_IsWriteable_qualifiers,
140529                   /* type */
140530                   CIMTYPE_BOOLEAN,
140531                   /* subscript */
140532 mike  1.1.2.1     -1,
140533                   /* value */
140534                   0,
140535               };
140536               
140537               static const char*
140538               _CIM_NonVolatileStorage_ApplicationWriteable_qualifiers[] =
140539               {
140540                   /* Deprecated */
140541                   "\013\000\001no value\000",
140542                   0,
140543               };
140544               
140545               static MetaProperty
140546               _CIM_NonVolatileStorage_ApplicationWriteable =
140547               {
140548                   /* flags */
140549                   META_FLAG_PROPERTY|META_FLAG_READ,
140550                   /* name */
140551                   "ApplicationWriteable",
140552                   /* qualifiers */
140553 mike  1.1.2.1     _CIM_NonVolatileStorage_ApplicationWriteable_qualifiers,
140554                   /* type */
140555                   CIMTYPE_BOOLEAN,
140556                   /* subscript */
140557                   -1,
140558                   /* value */
140559                   0,
140560               };
140561               
140562               static const char*
140563               _CIM_NonVolatileStorage_StartAddressForApplicationWrite_qualifiers[] =
140564               {
140565                   /* Deprecated */
140566                   "\013\000\001no value\000",
140567                   /* ModelCorrespondence */
140568                   "\036\000\001CIM_NonVolatileStorage.ApplicationWriteable\000",
140569                   0,
140570               };
140571               
140572               static MetaProperty
140573               _CIM_NonVolatileStorage_StartAddressForApplicationWrite =
140574 mike  1.1.2.1 {
140575                   /* flags */
140576                   META_FLAG_PROPERTY|META_FLAG_READ,
140577                   /* name */
140578                   "StartAddressForApplicationWrite",
140579                   /* qualifiers */
140580                   _CIM_NonVolatileStorage_StartAddressForApplicationWrite_qualifiers,
140581                   /* type */
140582                   CIMTYPE_UINT64,
140583                   /* subscript */
140584                   -1,
140585                   /* value */
140586                   0,
140587               };
140588               
140589               static const char*
140590               _CIM_NonVolatileStorage_ApplicationWriteableSize_qualifiers[] =
140591               {
140592                   /* Deprecated */
140593                   "\013\000\001no value\000",
140594                   /* Units */
140595 mike  1.1.2.1     "\060Bits",
140596                   /* ModelCorrespondence */
140597                   "\036\000\001CIM_NonVolatileStorage.ApplicationWriteable\000",
140598                   0,
140599               };
140600               
140601               static MetaProperty
140602               _CIM_NonVolatileStorage_ApplicationWriteableSize =
140603               {
140604                   /* flags */
140605                   META_FLAG_PROPERTY|META_FLAG_READ,
140606                   /* name */
140607                   "ApplicationWriteableSize",
140608                   /* qualifiers */
140609                   _CIM_NonVolatileStorage_ApplicationWriteableSize_qualifiers,
140610                   /* type */
140611                   CIMTYPE_UINT64,
140612                   /* subscript */
140613                   -1,
140614                   /* value */
140615                   0,
140616 mike  1.1.2.1 };
140617               
140618               static MetaFeature*
140619               _CIM_NonVolatileStorage_features[] =
140620               {
140621                   (MetaFeature*)&_CIM_NonVolatileStorage_IsWriteable,
140622                   (MetaFeature*)&_CIM_NonVolatileStorage_ApplicationWriteable,
140623                   (MetaFeature*)&_CIM_NonVolatileStorage_StartAddressForApplicationWrite,
140624                   (MetaFeature*)&_CIM_NonVolatileStorage_ApplicationWriteableSize,
140625                   0,
140626               };
140627               
140628               static const char*
140629               __root_cimv2_CIM_NonVolatileStorage_qualifiers[] =
140630               {
140631                   /* Deprecated */
140632                   "\013\000\001CIM_Memory\000",
140633                   /* UMLPackagePath */
140634                   "\057CIM::Device::Memory",
140635                   /* Version */
140636                   "\0632.8.0",
140637 mike  1.1.2.1     0,
140638               };
140639               
140640               MetaClass
140641               __root_cimv2_CIM_NonVolatileStorage =
140642               {
140643                   /* flags */
140644                   META_FLAG_CLASS,
140645                   /* name */
140646                   "CIM_NonVolatileStorage",
140647                   /* qualifiers */
140648                   __root_cimv2_CIM_NonVolatileStorage_qualifiers,
140649                   /* super */
140650                   &__root_cimv2_CIM_Memory,
140651                   /* features */
140652                   _CIM_NonVolatileStorage_features,
140653               };
140654               
140655               //==============================================================================
140656               //
140657               // Class: CIM_NumericSensor
140658 mike  1.1.2.1 //
140659               //==============================================================================
140660               
140661               static const char*
140662               _CIM_NumericSensor_BaseUnits_qualifiers[] =
140663               {
140664                   /* ValueMap */
140665                   "\061\000\1020\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\00025\00026\00027\00028\00029\00030\00031\00032\00033\00034\00035\00036\00037\00038\00039\00040\00041\00042\00043\00044\00045\00046\00047\00048\00049\00050\00051\00052\00053\00054\00055\00056\00057\00058\00059\00060\00061\00062\00063\00064\00065\000",
140666                   /* Values */
140667                   "\062\000\102Unknown\000Other\000Degrees C\000Degrees F\000Degrees K\000Volts\000Amps\000Watts\000Joules\000Coulombs\000VA\000Nits\000Lumens\000Lux\000Candelas\000kPa\000PSI\000Newtons\000CFM\000RPM\000Hertz\000Seconds\000Minutes\000Hours\000Days\000Weeks\000Mils\000Inches\000Feet\000Cubic Inches\000Cubic Feet\000Meters\000Cubic Centimeters\000Cubic Meters\000Liters\000Fluid Ounces\000Radians\000Steradians\000Revolutions\000Cycles\000Gravities\000Ounces\000Pounds\000Foot-Pounds\000Ounce-Inches\000Gauss\000Gilberts\000Henries\000Farads\000Ohms\000Siemens\000Moles\000Becquerels\000PPM (parts/million)\000Decibels\000DbA\000DbC\000Grays\000Sieverts\000Color Temperature Degrees K\000Bits\000Bytes\000Words (data)\000DoubleWords\000QuadWords\000Percentage\000",
140668                   /* ModelCorrespondence */
140669                   "\036\000\002CIM_NumericSensor.UnitModifier\000CIM_NumericSensor.RateUnits\000",
140670                   0,
140671               };
140672               
140673               static MetaProperty
140674               _CIM_NumericSensor_BaseUnits =
140675               {
140676                   /* flags */
140677                   META_FLAG_PROPERTY|META_FLAG_READ,
140678                   /* name */
140679 mike  1.1.2.1     "BaseUnits",
140680                   /* qualifiers */
140681                   _CIM_NumericSensor_BaseUnits_qualifiers,
140682                   /* type */
140683                   CIMTYPE_UINT16,
140684                   /* subscript */
140685                   -1,
140686                   /* value */
140687                   0,
140688               };
140689               
140690               static const char*
140691               _CIM_NumericSensor_UnitModifier_qualifiers[] =
140692               {
140693                   /* ModelCorrespondence */
140694                   "\036\000\002CIM_NumericSensor.BaseUnits\000CIM_NumericSensor.RateUnits\000",
140695                   0,
140696               };
140697               
140698               static MetaProperty
140699               _CIM_NumericSensor_UnitModifier =
140700 mike  1.1.2.1 {
140701                   /* flags */
140702                   META_FLAG_PROPERTY|META_FLAG_READ,
140703                   /* name */
140704                   "UnitModifier",
140705                   /* qualifiers */
140706                   _CIM_NumericSensor_UnitModifier_qualifiers,
140707                   /* type */
140708                   CIMTYPE_SINT32,
140709                   /* subscript */
140710                   -1,
140711                   /* value */
140712                   0,
140713               };
140714               
140715               static const char*
140716               _CIM_NumericSensor_RateUnits_qualifiers[] =
140717               {
140718                   /* ValueMap */
140719                   "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\0009\000",
140720                   /* Values */
140721 mike  1.1.2.1     "\062\000\012None\000Per MicroSecond\000Per MilliSecond\000Per Second\000Per Minute\000Per Hour\000Per Day\000Per Week\000Per Month\000Per Year\000",
140722                   /* ModelCorrespondence */
140723                   "\036\000\002CIM_NumericSensor.UnitModifier\000CIM_NumericSensor.BaseUnits\000",
140724                   0,
140725               };
140726               
140727               static MetaProperty
140728               _CIM_NumericSensor_RateUnits =
140729               {
140730                   /* flags */
140731                   META_FLAG_PROPERTY|META_FLAG_READ,
140732                   /* name */
140733                   "RateUnits",
140734                   /* qualifiers */
140735                   _CIM_NumericSensor_RateUnits_qualifiers,
140736                   /* type */
140737                   CIMTYPE_UINT16,
140738                   /* subscript */
140739                   -1,
140740                   /* value */
140741                   0,
140742 mike  1.1.2.1 };
140743               
140744               static const char*
140745               _CIM_NumericSensor_CurrentReading_qualifiers[] =
140746               {
140747                   /* MappingStrings */
140748                   "\026\000\003MIF.DMTF|Temperature Probe|002.5\000MIF.DMTF|Electrical Current Probe|001.5\000MIF.DMTF|Voltage Probe|001.5\000",
140749                   0,
140750               };
140751               
140752               static MetaProperty
140753               _CIM_NumericSensor_CurrentReading =
140754               {
140755                   /* flags */
140756                   META_FLAG_PROPERTY|META_FLAG_READ,
140757                   /* name */
140758                   "CurrentReading",
140759                   /* qualifiers */
140760                   _CIM_NumericSensor_CurrentReading_qualifiers,
140761                   /* type */
140762                   CIMTYPE_SINT32,
140763 mike  1.1.2.1     /* subscript */
140764                   -1,
140765                   /* value */
140766                   0,
140767               };
140768               
140769               static const char*
140770               _CIM_NumericSensor_NominalReading_qualifiers[] =
140771               {
140772                   /* MappingStrings */
140773                   "\026\000\003MIF.DMTF|Temperature Probe|002.6\000MIF.DMTF|Electrical Current Probe|001.6\000MIF.DMTF|Voltage Probe|001.6\000",
140774                   0,
140775               };
140776               
140777               static MetaProperty
140778               _CIM_NumericSensor_NominalReading =
140779               {
140780                   /* flags */
140781                   META_FLAG_PROPERTY|META_FLAG_READ,
140782                   /* name */
140783                   "NominalReading",
140784 mike  1.1.2.1     /* qualifiers */
140785                   _CIM_NumericSensor_NominalReading_qualifiers,
140786                   /* type */
140787                   CIMTYPE_SINT32,
140788                   /* subscript */
140789                   -1,
140790                   /* value */
140791                   0,
140792               };
140793               
140794               static const char*
140795               _CIM_NumericSensor_NormalMax_qualifiers[] =
140796               {
140797                   /* MappingStrings */
140798                   "\026\000\003MIF.DMTF|Temperature Probe|002.7\000MIF.DMTF|Electrical Current Probe|001.7\000MIF.DMTF|Voltage Probe|001.7\000",
140799                   0,
140800               };
140801               
140802               static MetaProperty
140803               _CIM_NumericSensor_NormalMax =
140804               {
140805 mike  1.1.2.1     /* flags */
140806                   META_FLAG_PROPERTY|META_FLAG_READ,
140807                   /* name */
140808                   "NormalMax",
140809                   /* qualifiers */
140810                   _CIM_NumericSensor_NormalMax_qualifiers,
140811                   /* type */
140812                   CIMTYPE_SINT32,
140813                   /* subscript */
140814                   -1,
140815                   /* value */
140816                   0,
140817               };
140818               
140819               static const char*
140820               _CIM_NumericSensor_NormalMin_qualifiers[] =
140821               {
140822                   /* MappingStrings */
140823                   "\026\000\003MIF.DMTF|Temperature Probe|002.8\000MIF.DMTF|Electrical Current Probe|001.8\000MIF.DMTF|Voltage Probe|001.8\000",
140824                   0,
140825               };
140826 mike  1.1.2.1 
140827               static MetaProperty
140828               _CIM_NumericSensor_NormalMin =
140829               {
140830                   /* flags */
140831                   META_FLAG_PROPERTY|META_FLAG_READ,
140832                   /* name */
140833                   "NormalMin",
140834                   /* qualifiers */
140835                   _CIM_NumericSensor_NormalMin_qualifiers,
140836                   /* type */
140837                   CIMTYPE_SINT32,
140838                   /* subscript */
140839                   -1,
140840                   /* value */
140841                   0,
140842               };
140843               
140844               static const char*
140845               _CIM_NumericSensor_MaxReadable_qualifiers[] =
140846               {
140847 mike  1.1.2.1     /* MappingStrings */
140848                   "\026\000\003MIF.DMTF|Temperature Probe|002.9\000MIF.DMTF|Electrical Current Probe|001.9\000MIF.DMTF|Voltage Probe|001.9\000",
140849                   0,
140850               };
140851               
140852               static MetaProperty
140853               _CIM_NumericSensor_MaxReadable =
140854               {
140855                   /* flags */
140856                   META_FLAG_PROPERTY|META_FLAG_READ,
140857                   /* name */
140858                   "MaxReadable",
140859                   /* qualifiers */
140860                   _CIM_NumericSensor_MaxReadable_qualifiers,
140861                   /* type */
140862                   CIMTYPE_SINT32,
140863                   /* subscript */
140864                   -1,
140865                   /* value */
140866                   0,
140867               };
140868 mike  1.1.2.1 
140869               static const char*
140870               _CIM_NumericSensor_MinReadable_qualifiers[] =
140871               {
140872                   /* MappingStrings */
140873                   "\026\000\003MIF.DMTF|Temperature Probe|002.10\000MIF.DMTF|Electrical Current Probe|001.10\000MIF.DMTF|Voltage Probe|001.10\000",
140874                   0,
140875               };
140876               
140877               static MetaProperty
140878               _CIM_NumericSensor_MinReadable =
140879               {
140880                   /* flags */
140881                   META_FLAG_PROPERTY|META_FLAG_READ,
140882                   /* name */
140883                   "MinReadable",
140884                   /* qualifiers */
140885                   _CIM_NumericSensor_MinReadable_qualifiers,
140886                   /* type */
140887                   CIMTYPE_SINT32,
140888                   /* subscript */
140889 mike  1.1.2.1     -1,
140890                   /* value */
140891                   0,
140892               };
140893               
140894               static const char*
140895               _CIM_NumericSensor_Resolution_qualifiers[] =
140896               {
140897                   /* MappingStrings */
140898                   "\026\000\003MIF.DMTF|Temperature Probe|002.17\000MIF.DMTF|Electrical Current Probe|001.17\000MIF.DMTF|Voltage Probe|001.17\000",
140899                   0,
140900               };
140901               
140902               static MetaProperty
140903               _CIM_NumericSensor_Resolution =
140904               {
140905                   /* flags */
140906                   META_FLAG_PROPERTY|META_FLAG_READ,
140907                   /* name */
140908                   "Resolution",
140909                   /* qualifiers */
140910 mike  1.1.2.1     _CIM_NumericSensor_Resolution_qualifiers,
140911                   /* type */
140912                   CIMTYPE_UINT32,
140913                   /* subscript */
140914                   -1,
140915                   /* value */
140916                   0,
140917               };
140918               
140919               static const char*
140920               _CIM_NumericSensor_Tolerance_qualifiers[] =
140921               {
140922                   /* Deprecated */
140923                   "\013\000\002CIM_NumericSensor.Resolution\000CIM_NumericSensor.Accuracy\000",
140924                   0,
140925               };
140926               
140927               static MetaProperty
140928               _CIM_NumericSensor_Tolerance =
140929               {
140930                   /* flags */
140931 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
140932                   /* name */
140933                   "Tolerance",
140934                   /* qualifiers */
140935                   _CIM_NumericSensor_Tolerance_qualifiers,
140936                   /* type */
140937                   CIMTYPE_SINT32,
140938                   /* subscript */
140939                   -1,
140940                   /* value */
140941                   0,
140942               };
140943               
140944               static const char*
140945               _CIM_NumericSensor_Accuracy_qualifiers[] =
140946               {
140947                   /* Units */
140948                   "\060Hundredths of Percent",
140949                   /* MappingStrings */
140950                   "\026\000\003MIF.DMTF|Temperature Probe|002.19\000MIF.DMTF|Electrical Current Probe|001.19\000MIF.DMTF|Voltage Probe|001.19\000",
140951                   0,
140952 mike  1.1.2.1 };
140953               
140954               static MetaProperty
140955               _CIM_NumericSensor_Accuracy =
140956               {
140957                   /* flags */
140958                   META_FLAG_PROPERTY|META_FLAG_READ,
140959                   /* name */
140960                   "Accuracy",
140961                   /* qualifiers */
140962                   _CIM_NumericSensor_Accuracy_qualifiers,
140963                   /* type */
140964                   CIMTYPE_SINT32,
140965                   /* subscript */
140966                   -1,
140967                   /* value */
140968                   0,
140969               };
140970               
140971               static const char*
140972               _CIM_NumericSensor_IsLinear_qualifiers[] =
140973 mike  1.1.2.1 {
140974                   0,
140975               };
140976               
140977               static MetaProperty
140978               _CIM_NumericSensor_IsLinear =
140979               {
140980                   /* flags */
140981                   META_FLAG_PROPERTY|META_FLAG_READ,
140982                   /* name */
140983                   "IsLinear",
140984                   /* qualifiers */
140985                   _CIM_NumericSensor_IsLinear_qualifiers,
140986                   /* type */
140987                   CIMTYPE_BOOLEAN,
140988                   /* subscript */
140989                   -1,
140990                   /* value */
140991                   0,
140992               };
140993               
140994 mike  1.1.2.1 static const char*
140995               _CIM_NumericSensor_Hysteresis_qualifiers[] =
140996               {
140997                   0,
140998               };
140999               
141000               static MetaProperty
141001               _CIM_NumericSensor_Hysteresis =
141002               {
141003                   /* flags */
141004                   META_FLAG_PROPERTY|META_FLAG_READ,
141005                   /* name */
141006                   "Hysteresis",
141007                   /* qualifiers */
141008                   _CIM_NumericSensor_Hysteresis_qualifiers,
141009                   /* type */
141010                   CIMTYPE_UINT32,
141011                   /* subscript */
141012                   -1,
141013                   /* value */
141014                   0,
141015 mike  1.1.2.1 };
141016               
141017               static const char*
141018               _CIM_NumericSensor_LowerThresholdNonCritical_qualifiers[] =
141019               {
141020                   /* MappingStrings */
141021                   "\026\000\003MIF.DMTF|Temperature Probe|002.11\000MIF.DMTF|Electrical Current Probe|001.11\000MIF.DMTF|Voltage Probe|001.11\000",
141022                   0,
141023               };
141024               
141025               static MetaProperty
141026               _CIM_NumericSensor_LowerThresholdNonCritical =
141027               {
141028                   /* flags */
141029                   META_FLAG_PROPERTY|META_FLAG_READ,
141030                   /* name */
141031                   "LowerThresholdNonCritical",
141032                   /* qualifiers */
141033                   _CIM_NumericSensor_LowerThresholdNonCritical_qualifiers,
141034                   /* type */
141035                   CIMTYPE_SINT32,
141036 mike  1.1.2.1     /* subscript */
141037                   -1,
141038                   /* value */
141039                   0,
141040               };
141041               
141042               static const char*
141043               _CIM_NumericSensor_UpperThresholdNonCritical_qualifiers[] =
141044               {
141045                   /* MappingStrings */
141046                   "\026\000\003MIF.DMTF|Temperature Probe|002.12\000MIF.DMTF|Electrical Current Probe|001.12\000MIF.DMTF|Voltage Probe|001.12\000",
141047                   0,
141048               };
141049               
141050               static MetaProperty
141051               _CIM_NumericSensor_UpperThresholdNonCritical =
141052               {
141053                   /* flags */
141054                   META_FLAG_PROPERTY|META_FLAG_READ,
141055                   /* name */
141056                   "UpperThresholdNonCritical",
141057 mike  1.1.2.1     /* qualifiers */
141058                   _CIM_NumericSensor_UpperThresholdNonCritical_qualifiers,
141059                   /* type */
141060                   CIMTYPE_SINT32,
141061                   /* subscript */
141062                   -1,
141063                   /* value */
141064                   0,
141065               };
141066               
141067               static const char*
141068               _CIM_NumericSensor_LowerThresholdCritical_qualifiers[] =
141069               {
141070                   /* MappingStrings */
141071                   "\026\000\003MIF.DMTF|Temperature Probe|002.13\000MIF.DMTF|Electrical Current Probe|001.13\000MIF.DMTF|Voltage Probe|001.13\000",
141072                   0,
141073               };
141074               
141075               static MetaProperty
141076               _CIM_NumericSensor_LowerThresholdCritical =
141077               {
141078 mike  1.1.2.1     /* flags */
141079                   META_FLAG_PROPERTY|META_FLAG_READ,
141080                   /* name */
141081                   "LowerThresholdCritical",
141082                   /* qualifiers */
141083                   _CIM_NumericSensor_LowerThresholdCritical_qualifiers,
141084                   /* type */
141085                   CIMTYPE_SINT32,
141086                   /* subscript */
141087                   -1,
141088                   /* value */
141089                   0,
141090               };
141091               
141092               static const char*
141093               _CIM_NumericSensor_UpperThresholdCritical_qualifiers[] =
141094               {
141095                   /* MappingStrings */
141096                   "\026\000\003MIF.DMTF|Temperature Probe|002.14\000MIF.DMTF|Electrical Current Probe|001.14\000MIF.DMTF|Voltage Probe|001.14\000",
141097                   0,
141098               };
141099 mike  1.1.2.1 
141100               static MetaProperty
141101               _CIM_NumericSensor_UpperThresholdCritical =
141102               {
141103                   /* flags */
141104                   META_FLAG_PROPERTY|META_FLAG_READ,
141105                   /* name */
141106                   "UpperThresholdCritical",
141107                   /* qualifiers */
141108                   _CIM_NumericSensor_UpperThresholdCritical_qualifiers,
141109                   /* type */
141110                   CIMTYPE_SINT32,
141111                   /* subscript */
141112                   -1,
141113                   /* value */
141114                   0,
141115               };
141116               
141117               static const char*
141118               _CIM_NumericSensor_LowerThresholdFatal_qualifiers[] =
141119               {
141120 mike  1.1.2.1     /* MappingStrings */
141121                   "\026\000\003MIF.DMTF|Temperature Probe|002.15\000MIF.DMTF|Electrical Current Probe|001.15\000MIF.DMTF|Voltage Probe|001.15\000",
141122                   0,
141123               };
141124               
141125               static MetaProperty
141126               _CIM_NumericSensor_LowerThresholdFatal =
141127               {
141128                   /* flags */
141129                   META_FLAG_PROPERTY|META_FLAG_READ,
141130                   /* name */
141131                   "LowerThresholdFatal",
141132                   /* qualifiers */
141133                   _CIM_NumericSensor_LowerThresholdFatal_qualifiers,
141134                   /* type */
141135                   CIMTYPE_SINT32,
141136                   /* subscript */
141137                   -1,
141138                   /* value */
141139                   0,
141140               };
141141 mike  1.1.2.1 
141142               static const char*
141143               _CIM_NumericSensor_UpperThresholdFatal_qualifiers[] =
141144               {
141145                   /* MappingStrings */
141146                   "\026\000\003MIF.DMTF|Temperature Probe|002.16\000MIF.DMTF|Electrical Current Probe|001.16\000MIF.DMTF|Voltage Probe|001.16\000",
141147                   0,
141148               };
141149               
141150               static MetaProperty
141151               _CIM_NumericSensor_UpperThresholdFatal =
141152               {
141153                   /* flags */
141154                   META_FLAG_PROPERTY|META_FLAG_READ,
141155                   /* name */
141156                   "UpperThresholdFatal",
141157                   /* qualifiers */
141158                   _CIM_NumericSensor_UpperThresholdFatal_qualifiers,
141159                   /* type */
141160                   CIMTYPE_SINT32,
141161                   /* subscript */
141162 mike  1.1.2.1     -1,
141163                   /* value */
141164                   0,
141165               };
141166               
141167               static const char*
141168               _CIM_NumericSensor_SupportedThresholds_qualifiers[] =
141169               {
141170                   /* ValueMap */
141171                   "\061\000\0060\0001\0002\0003\0004\0005\000",
141172                   /* Values */
141173                   "\062\000\006LowerThresholdNonCritical\000UpperThresholdNonCritical\000LowerThresholdCritical\000UpperThresholdCritical\000LowerThresholdFatal\000UpperThresholdFatal\000",
141174                   0,
141175               };
141176               
141177               static MetaProperty
141178               _CIM_NumericSensor_SupportedThresholds =
141179               {
141180                   /* flags */
141181                   META_FLAG_PROPERTY|META_FLAG_READ,
141182                   /* name */
141183 mike  1.1.2.1     "SupportedThresholds",
141184                   /* qualifiers */
141185                   _CIM_NumericSensor_SupportedThresholds_qualifiers,
141186                   /* type */
141187                   CIMTYPE_UINT16,
141188                   /* subscript */
141189                   0,
141190                   /* value */
141191                   0,
141192               };
141193               
141194               static const char*
141195               _CIM_NumericSensor_EnabledThresholds_qualifiers[] =
141196               {
141197                   /* ValueMap */
141198                   "\061\000\0060\0001\0002\0003\0004\0005\000",
141199                   /* Values */
141200                   "\062\000\006LowerThresholdNonCritical\000UpperThresholdNonCritical\000LowerThresholdCritical\000UpperThresholdCritical\000LowerThresholdFatal\000UpperThresholdFatal\000",
141201                   0,
141202               };
141203               
141204 mike  1.1.2.1 static MetaProperty
141205               _CIM_NumericSensor_EnabledThresholds =
141206               {
141207                   /* flags */
141208                   META_FLAG_PROPERTY|META_FLAG_READ,
141209                   /* name */
141210                   "EnabledThresholds",
141211                   /* qualifiers */
141212                   _CIM_NumericSensor_EnabledThresholds_qualifiers,
141213                   /* type */
141214                   CIMTYPE_UINT16,
141215                   /* subscript */
141216                   0,
141217                   /* value */
141218                   0,
141219               };
141220               
141221               static const char*
141222               _CIM_NumericSensor_SettableThresholds_qualifiers[] =
141223               {
141224                   /* ValueMap */
141225 mike  1.1.2.1     "\061\000\0060\0001\0002\0003\0004\0005\000",
141226                   /* Values */
141227                   "\062\000\006LowerThresholdNonCritical\000UpperThresholdNonCritical\000LowerThresholdCritical\000UpperThresholdCritical\000LowerThresholdFatal\000UpperThresholdFatal\000",
141228                   0,
141229               };
141230               
141231               static MetaProperty
141232               _CIM_NumericSensor_SettableThresholds =
141233               {
141234                   /* flags */
141235                   META_FLAG_PROPERTY|META_FLAG_READ,
141236                   /* name */
141237                   "SettableThresholds",
141238                   /* qualifiers */
141239                   _CIM_NumericSensor_SettableThresholds_qualifiers,
141240                   /* type */
141241                   CIMTYPE_UINT16,
141242                   /* subscript */
141243                   0,
141244                   /* value */
141245                   0,
141246 mike  1.1.2.1 };
141247               
141248               static MetaFeature*
141249               _CIM_NumericSensor_RestoreDefaultThresholds_parameters[] =
141250               {
141251                   0,
141252               };
141253               
141254               static const char*
141255               _CIM_NumericSensor_RestoreDefaultThresholds_qualifiers[] =
141256               {
141257                   0,
141258               };
141259               
141260               static MetaMethod
141261               _CIM_NumericSensor_RestoreDefaultThresholds =
141262               {
141263                   /* flags */
141264                   META_FLAG_METHOD,
141265                   /* name */
141266                   "CIM_NumericSensor",
141267 mike  1.1.2.1     /* qualifiers */
141268                   _CIM_NumericSensor_RestoreDefaultThresholds_qualifiers,
141269                   /* type */
141270                   CIMTYPE_UINT32,
141271                   /* parameters */
141272                   _CIM_NumericSensor_RestoreDefaultThresholds_parameters,
141273               };
141274               
141275               static const char*
141276               _CIM_NumericSensor_GetNonLinearFactors_SensorReading_qualifiers[] =
141277               {
141278                   /* IN */
141279                   "\024\001",
141280                   0,
141281               };
141282               
141283               static MetaProperty
141284               _CIM_NumericSensor_GetNonLinearFactors_SensorReading =
141285               {
141286                   /* flags */
141287                   META_FLAG_PROPERTY|META_FLAG_IN,
141288 mike  1.1.2.1     /* name */
141289                   "SensorReading",
141290                   /* qualifiers */
141291                   _CIM_NumericSensor_GetNonLinearFactors_SensorReading_qualifiers,
141292                   /* type */
141293                   CIMTYPE_SINT32,
141294                   /* subscript */
141295                   -1,
141296                   /* value */
141297                   0,
141298               };
141299               
141300               static const char*
141301               _CIM_NumericSensor_GetNonLinearFactors_Accuracy_qualifiers[] =
141302               {
141303                   /* IN */
141304                   "\024\000",
141305                   /* OUT */
141306                   "\043\001",
141307                   0,
141308               };
141309 mike  1.1.2.1 
141310               static MetaProperty
141311               _CIM_NumericSensor_GetNonLinearFactors_Accuracy =
141312               {
141313                   /* flags */
141314                   META_FLAG_PROPERTY|META_FLAG_OUT,
141315                   /* name */
141316                   "Accuracy",
141317                   /* qualifiers */
141318                   _CIM_NumericSensor_GetNonLinearFactors_Accuracy_qualifiers,
141319                   /* type */
141320                   CIMTYPE_SINT32,
141321                   /* subscript */
141322                   -1,
141323                   /* value */
141324                   0,
141325               };
141326               
141327               static const char*
141328               _CIM_NumericSensor_GetNonLinearFactors_Resolution_qualifiers[] =
141329               {
141330 mike  1.1.2.1     /* IN */
141331                   "\024\000",
141332                   /* OUT */
141333                   "\043\001",
141334                   0,
141335               };
141336               
141337               static MetaProperty
141338               _CIM_NumericSensor_GetNonLinearFactors_Resolution =
141339               {
141340                   /* flags */
141341                   META_FLAG_PROPERTY|META_FLAG_OUT,
141342                   /* name */
141343                   "Resolution",
141344                   /* qualifiers */
141345                   _CIM_NumericSensor_GetNonLinearFactors_Resolution_qualifiers,
141346                   /* type */
141347                   CIMTYPE_UINT32,
141348                   /* subscript */
141349                   -1,
141350                   /* value */
141351 mike  1.1.2.1     0,
141352               };
141353               
141354               static const char*
141355               _CIM_NumericSensor_GetNonLinearFactors_Tolerance_qualifiers[] =
141356               {
141357                   /* IN */
141358                   "\024\000",
141359                   /* OUT */
141360                   "\043\001",
141361                   0,
141362               };
141363               
141364               static MetaProperty
141365               _CIM_NumericSensor_GetNonLinearFactors_Tolerance =
141366               {
141367                   /* flags */
141368                   META_FLAG_PROPERTY|META_FLAG_OUT,
141369                   /* name */
141370                   "Tolerance",
141371                   /* qualifiers */
141372 mike  1.1.2.1     _CIM_NumericSensor_GetNonLinearFactors_Tolerance_qualifiers,
141373                   /* type */
141374                   CIMTYPE_SINT32,
141375                   /* subscript */
141376                   -1,
141377                   /* value */
141378                   0,
141379               };
141380               
141381               static const char*
141382               _CIM_NumericSensor_GetNonLinearFactors_Hysteresis_qualifiers[] =
141383               {
141384                   /* IN */
141385                   "\024\000",
141386                   /* OUT */
141387                   "\043\001",
141388                   0,
141389               };
141390               
141391               static MetaProperty
141392               _CIM_NumericSensor_GetNonLinearFactors_Hysteresis =
141393 mike  1.1.2.1 {
141394                   /* flags */
141395                   META_FLAG_PROPERTY|META_FLAG_OUT,
141396                   /* name */
141397                   "Hysteresis",
141398                   /* qualifiers */
141399                   _CIM_NumericSensor_GetNonLinearFactors_Hysteresis_qualifiers,
141400                   /* type */
141401                   CIMTYPE_UINT32,
141402                   /* subscript */
141403                   -1,
141404                   /* value */
141405                   0,
141406               };
141407               
141408               static MetaFeature*
141409               _CIM_NumericSensor_GetNonLinearFactors_parameters[] =
141410               {
141411                   (MetaFeature*)&_CIM_NumericSensor_GetNonLinearFactors_SensorReading,
141412                   (MetaFeature*)&_CIM_NumericSensor_GetNonLinearFactors_Accuracy,
141413                   (MetaFeature*)&_CIM_NumericSensor_GetNonLinearFactors_Resolution,
141414 mike  1.1.2.1     (MetaFeature*)&_CIM_NumericSensor_GetNonLinearFactors_Tolerance,
141415                   (MetaFeature*)&_CIM_NumericSensor_GetNonLinearFactors_Hysteresis,
141416                   0,
141417               };
141418               
141419               static const char*
141420               _CIM_NumericSensor_GetNonLinearFactors_qualifiers[] =
141421               {
141422                   /* Deprecated */
141423                   "\013\000\001No Value\000",
141424                   0,
141425               };
141426               
141427               static MetaMethod
141428               _CIM_NumericSensor_GetNonLinearFactors =
141429               {
141430                   /* flags */
141431                   META_FLAG_METHOD,
141432                   /* name */
141433                   "CIM_NumericSensor",
141434                   /* qualifiers */
141435 mike  1.1.2.1     _CIM_NumericSensor_GetNonLinearFactors_qualifiers,
141436                   /* type */
141437                   CIMTYPE_UINT32,
141438                   /* parameters */
141439                   _CIM_NumericSensor_GetNonLinearFactors_parameters,
141440               };
141441               
141442               static MetaFeature*
141443               _CIM_NumericSensor_features[] =
141444               {
141445                   (MetaFeature*)&_CIM_NumericSensor_BaseUnits,
141446                   (MetaFeature*)&_CIM_NumericSensor_UnitModifier,
141447                   (MetaFeature*)&_CIM_NumericSensor_RateUnits,
141448                   (MetaFeature*)&_CIM_NumericSensor_CurrentReading,
141449                   (MetaFeature*)&_CIM_NumericSensor_NominalReading,
141450                   (MetaFeature*)&_CIM_NumericSensor_NormalMax,
141451                   (MetaFeature*)&_CIM_NumericSensor_NormalMin,
141452                   (MetaFeature*)&_CIM_NumericSensor_MaxReadable,
141453                   (MetaFeature*)&_CIM_NumericSensor_MinReadable,
141454                   (MetaFeature*)&_CIM_NumericSensor_Resolution,
141455                   (MetaFeature*)&_CIM_NumericSensor_Tolerance,
141456 mike  1.1.2.1     (MetaFeature*)&_CIM_NumericSensor_Accuracy,
141457                   (MetaFeature*)&_CIM_NumericSensor_IsLinear,
141458                   (MetaFeature*)&_CIM_NumericSensor_Hysteresis,
141459                   (MetaFeature*)&_CIM_NumericSensor_LowerThresholdNonCritical,
141460                   (MetaFeature*)&_CIM_NumericSensor_UpperThresholdNonCritical,
141461                   (MetaFeature*)&_CIM_NumericSensor_LowerThresholdCritical,
141462                   (MetaFeature*)&_CIM_NumericSensor_UpperThresholdCritical,
141463                   (MetaFeature*)&_CIM_NumericSensor_LowerThresholdFatal,
141464                   (MetaFeature*)&_CIM_NumericSensor_UpperThresholdFatal,
141465                   (MetaFeature*)&_CIM_NumericSensor_SupportedThresholds,
141466                   (MetaFeature*)&_CIM_NumericSensor_EnabledThresholds,
141467                   (MetaFeature*)&_CIM_NumericSensor_SettableThresholds,
141468                   (MetaFeature*)&_CIM_NumericSensor_RestoreDefaultThresholds,
141469                   (MetaFeature*)&_CIM_NumericSensor_GetNonLinearFactors,
141470                   0,
141471               };
141472               
141473               static const char*
141474               __root_cimv2_CIM_NumericSensor_qualifiers[] =
141475               {
141476                   /* UMLPackagePath */
141477 mike  1.1.2.1     "\057CIM::Device::Sensors",
141478                   /* Version */
141479                   "\0632.8.0",
141480                   0,
141481               };
141482               
141483               MetaClass
141484               __root_cimv2_CIM_NumericSensor =
141485               {
141486                   /* flags */
141487                   META_FLAG_CLASS,
141488                   /* name */
141489                   "CIM_NumericSensor",
141490                   /* qualifiers */
141491                   __root_cimv2_CIM_NumericSensor_qualifiers,
141492                   /* super */
141493                   &__root_cimv2_CIM_Sensor,
141494                   /* features */
141495                   _CIM_NumericSensor_features,
141496               };
141497               
141498 mike  1.1.2.1 //==============================================================================
141499               //
141500               // Class: CIM_ObjectManager
141501               //
141502               //==============================================================================
141503               
141504               static const char*
141505               _CIM_ObjectManager_GatherStatisticalData_qualifiers[] =
141506               {
141507                   /* Write */
141508                   "\065\001",
141509                   0,
141510               };
141511               
141512               static MetaProperty
141513               _CIM_ObjectManager_GatherStatisticalData =
141514               {
141515                   /* flags */
141516                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
141517                   /* name */
141518                   "GatherStatisticalData",
141519 mike  1.1.2.1     /* qualifiers */
141520                   _CIM_ObjectManager_GatherStatisticalData_qualifiers,
141521                   /* type */
141522                   CIMTYPE_BOOLEAN,
141523                   /* subscript */
141524                   -1,
141525                   /* value */
141526                   "\001",
141527               };
141528               
141529               static const char*
141530               _CIM_ObjectManager_Name_qualifiers[] =
141531               {
141532                   /* Override */
141533                   "\044Name",
141534                   0,
141535               };
141536               
141537               static MetaProperty
141538               _CIM_ObjectManager_Name =
141539               {
141540 mike  1.1.2.1     /* flags */
141541                   META_FLAG_PROPERTY|META_FLAG_READ,
141542                   /* name */
141543                   "Name",
141544                   /* qualifiers */
141545                   _CIM_ObjectManager_Name_qualifiers,
141546                   /* type */
141547                   CIMTYPE_STRING,
141548                   /* subscript */
141549                   -1,
141550                   /* value */
141551                   0,
141552               };
141553               
141554               static const char*
141555               _CIM_ObjectManager_ElementName_qualifiers[] =
141556               {
141557                   /* Override */
141558                   "\044ElementName",
141559                   0,
141560               };
141561 mike  1.1.2.1 
141562               static MetaProperty
141563               _CIM_ObjectManager_ElementName =
141564               {
141565                   /* flags */
141566                   META_FLAG_PROPERTY|META_FLAG_READ,
141567                   /* name */
141568                   "ElementName",
141569                   /* qualifiers */
141570                   _CIM_ObjectManager_ElementName_qualifiers,
141571                   /* type */
141572                   CIMTYPE_STRING,
141573                   /* subscript */
141574                   -1,
141575                   /* value */
141576                   0,
141577               };
141578               
141579               static const char*
141580               _CIM_ObjectManager_Description_qualifiers[] =
141581               {
141582 mike  1.1.2.1     /* Override */
141583                   "\044Description",
141584                   0,
141585               };
141586               
141587               static MetaProperty
141588               _CIM_ObjectManager_Description =
141589               {
141590                   /* flags */
141591                   META_FLAG_PROPERTY|META_FLAG_READ,
141592                   /* name */
141593                   "Description",
141594                   /* qualifiers */
141595                   _CIM_ObjectManager_Description_qualifiers,
141596                   /* type */
141597                   CIMTYPE_STRING,
141598                   /* subscript */
141599                   -1,
141600                   /* value */
141601                   0,
141602               };
141603 mike  1.1.2.1 
141604               static MetaFeature*
141605               _CIM_ObjectManager_features[] =
141606               {
141607                   (MetaFeature*)&_CIM_ObjectManager_GatherStatisticalData,
141608                   (MetaFeature*)&_CIM_ObjectManager_Name,
141609                   (MetaFeature*)&_CIM_ObjectManager_ElementName,
141610                   (MetaFeature*)&_CIM_ObjectManager_Description,
141611                   0,
141612               };
141613               
141614               static const char*
141615               __root_cimv2_CIM_ObjectManager_qualifiers[] =
141616               {
141617                   /* UMLPackagePath */
141618                   "\057CIM::Interop",
141619                   /* Version */
141620                   "\0632.8.0",
141621                   0,
141622               };
141623               
141624 mike  1.1.2.1 MetaClass
141625               __root_cimv2_CIM_ObjectManager =
141626               {
141627                   /* flags */
141628                   META_FLAG_CLASS,
141629                   /* name */
141630                   "CIM_ObjectManager",
141631                   /* qualifiers */
141632                   __root_cimv2_CIM_ObjectManager_qualifiers,
141633                   /* super */
141634                   &__root_cimv2_CIM_WBEMService,
141635                   /* features */
141636                   _CIM_ObjectManager_features,
141637               };
141638               
141639               //==============================================================================
141640               //
141641               // Class: CIM_ObjectManagerAdapter
141642               //
141643               //==============================================================================
141644               
141645 mike  1.1.2.1 static const char*
141646               _CIM_ObjectManagerAdapter_Name_qualifiers[] =
141647               {
141648                   /* Override */
141649                   "\044Name",
141650                   0,
141651               };
141652               
141653               static MetaProperty
141654               _CIM_ObjectManagerAdapter_Name =
141655               {
141656                   /* flags */
141657                   META_FLAG_PROPERTY|META_FLAG_READ,
141658                   /* name */
141659                   "Name",
141660                   /* qualifiers */
141661                   _CIM_ObjectManagerAdapter_Name_qualifiers,
141662                   /* type */
141663                   CIMTYPE_STRING,
141664                   /* subscript */
141665                   -1,
141666 mike  1.1.2.1     /* value */
141667                   0,
141668               };
141669               
141670               static const char*
141671               _CIM_ObjectManagerAdapter_ElementName_qualifiers[] =
141672               {
141673                   /* Override */
141674                   "\044ElementName",
141675                   0,
141676               };
141677               
141678               static MetaProperty
141679               _CIM_ObjectManagerAdapter_ElementName =
141680               {
141681                   /* flags */
141682                   META_FLAG_PROPERTY|META_FLAG_READ,
141683                   /* name */
141684                   "ElementName",
141685                   /* qualifiers */
141686                   _CIM_ObjectManagerAdapter_ElementName_qualifiers,
141687 mike  1.1.2.1     /* type */
141688                   CIMTYPE_STRING,
141689                   /* subscript */
141690                   -1,
141691                   /* value */
141692                   0,
141693               };
141694               
141695               static const char*
141696               _CIM_ObjectManagerAdapter_Handle_qualifiers[] =
141697               {
141698                   /* Required */
141699                   "\050\001",
141700                   0,
141701               };
141702               
141703               static MetaProperty
141704               _CIM_ObjectManagerAdapter_Handle =
141705               {
141706                   /* flags */
141707                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
141708 mike  1.1.2.1     /* name */
141709                   "Handle",
141710                   /* qualifiers */
141711                   _CIM_ObjectManagerAdapter_Handle_qualifiers,
141712                   /* type */
141713                   CIMTYPE_STRING,
141714                   /* subscript */
141715                   -1,
141716                   /* value */
141717                   0,
141718               };
141719               
141720               static const char*
141721               _CIM_ObjectManagerAdapter_AdapterType_qualifiers[] =
141722               {
141723                   /* Required */
141724                   "\050\001",
141725                   /* ValueMap */
141726                   "\061\000\0051\0002\0003\0004\0005\000",
141727                   /* Values */
141728                   "\062\000\005Other\000Client\000Provider\000Indication Handler\000Repository\000",
141729 mike  1.1.2.1     /* ModelCorrespondence */
141730                   "\036\000\001CIM_ObjectManagerAdapter.OtherAdapterTypeDescription\000",
141731                   0,
141732               };
141733               
141734               static MetaProperty
141735               _CIM_ObjectManagerAdapter_AdapterType =
141736               {
141737                   /* flags */
141738                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
141739                   /* name */
141740                   "AdapterType",
141741                   /* qualifiers */
141742                   _CIM_ObjectManagerAdapter_AdapterType_qualifiers,
141743                   /* type */
141744                   CIMTYPE_UINT16,
141745                   /* subscript */
141746                   -1,
141747                   /* value */
141748                   0,
141749               };
141750 mike  1.1.2.1 
141751               static const char*
141752               _CIM_ObjectManagerAdapter_OtherAdapterTypeDescription_qualifiers[] =
141753               {
141754                   /* ModelCorrespondence */
141755                   "\036\000\001CIM_ObjectManagerAdapter.AdapterType\000",
141756                   0,
141757               };
141758               
141759               static MetaProperty
141760               _CIM_ObjectManagerAdapter_OtherAdapterTypeDescription =
141761               {
141762                   /* flags */
141763                   META_FLAG_PROPERTY|META_FLAG_READ,
141764                   /* name */
141765                   "OtherAdapterTypeDescription",
141766                   /* qualifiers */
141767                   _CIM_ObjectManagerAdapter_OtherAdapterTypeDescription_qualifiers,
141768                   /* type */
141769                   CIMTYPE_STRING,
141770                   /* subscript */
141771 mike  1.1.2.1     -1,
141772                   /* value */
141773                   0,
141774               };
141775               
141776               static MetaFeature*
141777               _CIM_ObjectManagerAdapter_features[] =
141778               {
141779                   (MetaFeature*)&_CIM_ObjectManagerAdapter_Name,
141780                   (MetaFeature*)&_CIM_ObjectManagerAdapter_ElementName,
141781                   (MetaFeature*)&_CIM_ObjectManagerAdapter_Handle,
141782                   (MetaFeature*)&_CIM_ObjectManagerAdapter_AdapterType,
141783                   (MetaFeature*)&_CIM_ObjectManagerAdapter_OtherAdapterTypeDescription,
141784                   0,
141785               };
141786               
141787               static const char*
141788               __root_cimv2_CIM_ObjectManagerAdapter_qualifiers[] =
141789               {
141790                   /* UMLPackagePath */
141791                   "\057CIM::Interop",
141792 mike  1.1.2.1     /* Version */
141793                   "\0632.8.0",
141794                   0,
141795               };
141796               
141797               MetaClass
141798               __root_cimv2_CIM_ObjectManagerAdapter =
141799               {
141800                   /* flags */
141801                   META_FLAG_CLASS,
141802                   /* name */
141803                   "CIM_ObjectManagerAdapter",
141804                   /* qualifiers */
141805                   __root_cimv2_CIM_ObjectManagerAdapter_qualifiers,
141806                   /* super */
141807                   &__root_cimv2_CIM_WBEMService,
141808                   /* features */
141809                   _CIM_ObjectManagerAdapter_features,
141810               };
141811               
141812               //==============================================================================
141813 mike  1.1.2.1 //
141814               // Class: CIM_ObjectManagerCommunicationMechanism
141815               //
141816               //==============================================================================
141817               
141818               static const char*
141819               _CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism_qualifiers[] =
141820               {
141821                   /* Required */
141822                   "\050\001",
141823                   /* ValueMap */
141824                   "\061\000\0060\0001\0002\0003\0004\0005\000",
141825                   /* Values */
141826                   "\062\000\006Unknown\000Other\000CIM-XML\000SM-CLP\000WS-Management\000WSDM\000",
141827                   /* ModelCorrespondence */
141828                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.OtherCommunicationMechanismDescription\000",
141829                   0,
141830               };
141831               
141832               static MetaProperty
141833               _CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism =
141834 mike  1.1.2.1 {
141835                   /* flags */
141836                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
141837                   /* name */
141838                   "CommunicationMechanism",
141839                   /* qualifiers */
141840                   _CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism_qualifiers,
141841                   /* type */
141842                   CIMTYPE_UINT16,
141843                   /* subscript */
141844                   -1,
141845                   /* value */
141846                   0,
141847               };
141848               
141849               static const char*
141850               _CIM_ObjectManagerCommunicationMechanism_OtherCommunicationMechanismDescription_qualifiers[] =
141851               {
141852                   /* ModelCorrespondence */
141853                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.CommunicationMechanism\000",
141854                   0,
141855 mike  1.1.2.1 };
141856               
141857               static MetaProperty
141858               _CIM_ObjectManagerCommunicationMechanism_OtherCommunicationMechanismDescription =
141859               {
141860                   /* flags */
141861                   META_FLAG_PROPERTY|META_FLAG_READ,
141862                   /* name */
141863                   "OtherCommunicationMechanismDescription",
141864                   /* qualifiers */
141865                   _CIM_ObjectManagerCommunicationMechanism_OtherCommunicationMechanismDescription_qualifiers,
141866                   /* type */
141867                   CIMTYPE_STRING,
141868                   /* subscript */
141869                   -1,
141870                   /* value */
141871                   0,
141872               };
141873               
141874               static const char*
141875               _CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported_qualifiers[] =
141876 mike  1.1.2.1 {
141877                   /* Required */
141878                   "\050\001",
141879                   /* ValueMap */
141880                   "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\0009\000",
141881                   /* Values */
141882                   "\062\000\012Unknown\000Other\000Basic Read\000Basic Write\000Schema Manipulation\000Instance Manipulation\000Association Traversal\000Query Execution\000Qualifier Declaration\000Indications\000",
141883                   /* ArrayType */
141884                   "\005Indexed",
141885                   /* ModelCorrespondence */
141886                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.FunctionalProfileDescriptions\000",
141887                   0,
141888               };
141889               
141890               static MetaProperty
141891               _CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported =
141892               {
141893                   /* flags */
141894                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
141895                   /* name */
141896                   "FunctionalProfilesSupported",
141897 mike  1.1.2.1     /* qualifiers */
141898                   _CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported_qualifiers,
141899                   /* type */
141900                   CIMTYPE_UINT16,
141901                   /* subscript */
141902                   0,
141903                   /* value */
141904                   0,
141905               };
141906               
141907               static const char*
141908               _CIM_ObjectManagerCommunicationMechanism_FunctionalProfileDescriptions_qualifiers[] =
141909               {
141910                   /* ArrayType */
141911                   "\005Indexed",
141912                   /* ModelCorrespondence */
141913                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.FunctionalProfilesSupported\000",
141914                   0,
141915               };
141916               
141917               static MetaProperty
141918 mike  1.1.2.1 _CIM_ObjectManagerCommunicationMechanism_FunctionalProfileDescriptions =
141919               {
141920                   /* flags */
141921                   META_FLAG_PROPERTY|META_FLAG_READ,
141922                   /* name */
141923                   "FunctionalProfileDescriptions",
141924                   /* qualifiers */
141925                   _CIM_ObjectManagerCommunicationMechanism_FunctionalProfileDescriptions_qualifiers,
141926                   /* type */
141927                   CIMTYPE_STRING,
141928                   /* subscript */
141929                   0,
141930                   /* value */
141931                   0,
141932               };
141933               
141934               static const char*
141935               _CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported_qualifiers[] =
141936               {
141937                   /* Required */
141938                   "\050\001",
141939 mike  1.1.2.1     0,
141940               };
141941               
141942               static MetaProperty
141943               _CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported =
141944               {
141945                   /* flags */
141946                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
141947                   /* name */
141948                   "MultipleOperationsSupported",
141949                   /* qualifiers */
141950                   _CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported_qualifiers,
141951                   /* type */
141952                   CIMTYPE_BOOLEAN,
141953                   /* subscript */
141954                   -1,
141955                   /* value */
141956                   0,
141957               };
141958               
141959               static const char*
141960 mike  1.1.2.1 _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported_qualifiers[] =
141961               {
141962                   /* Required */
141963                   "\050\001",
141964                   /* ValueMap */
141965                   "\061\000\0050\0001\0002\0003\0004\000",
141966                   /* Values */
141967                   "\062\000\005Unknown\000Other\000None\000Basic\000Digest\000",
141968                   /* ArrayType */
141969                   "\005Indexed",
141970                   /* ModelCorrespondence */
141971                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.AuthenticationMechanismDescriptions\000",
141972                   0,
141973               };
141974               
141975               static MetaProperty
141976               _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported =
141977               {
141978                   /* flags */
141979                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
141980                   /* name */
141981 mike  1.1.2.1     "AuthenticationMechanismsSupported",
141982                   /* qualifiers */
141983                   _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported_qualifiers,
141984                   /* type */
141985                   CIMTYPE_UINT16,
141986                   /* subscript */
141987                   0,
141988                   /* value */
141989                   0,
141990               };
141991               
141992               static const char*
141993               _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismDescriptions_qualifiers[] =
141994               {
141995                   /* ArrayType */
141996                   "\005Indexed",
141997                   /* ModelCorrespondence */
141998                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.AuthenticationMechanismsSupported\000",
141999                   0,
142000               };
142001               
142002 mike  1.1.2.1 static MetaProperty
142003               _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismDescriptions =
142004               {
142005                   /* flags */
142006                   META_FLAG_PROPERTY|META_FLAG_READ,
142007                   /* name */
142008                   "AuthenticationMechanismDescriptions",
142009                   /* qualifiers */
142010                   _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismDescriptions_qualifiers,
142011                   /* type */
142012                   CIMTYPE_STRING,
142013                   /* subscript */
142014                   0,
142015                   /* value */
142016                   0,
142017               };
142018               
142019               static const char*
142020               _CIM_ObjectManagerCommunicationMechanism_Version_qualifiers[] =
142021               {
142022                   /* Required */
142023 mike  1.1.2.1     "\050\001",
142024                   0,
142025               };
142026               
142027               static MetaProperty
142028               _CIM_ObjectManagerCommunicationMechanism_Version =
142029               {
142030                   /* flags */
142031                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
142032                   /* name */
142033                   "Version",
142034                   /* qualifiers */
142035                   _CIM_ObjectManagerCommunicationMechanism_Version_qualifiers,
142036                   /* type */
142037                   CIMTYPE_STRING,
142038                   /* subscript */
142039                   -1,
142040                   /* value */
142041                   0,
142042               };
142043               
142044 mike  1.1.2.1 static const char*
142045               _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes_qualifiers[] =
142046               {
142047                   /* Required */
142048                   "\050\001",
142049                   /* ValueMap */
142050                   "\061\000\0031\0002\0003\000",
142051                   /* Values */
142052                   "\062\000\003Other\000Not Advertised\000SLP\000",
142053                   /* ArrayType */
142054                   "\005Indexed",
142055                   /* ModelCorrespondence */
142056                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.AdvertiseTypeDescriptions\000",
142057                   0,
142058               };
142059               
142060               static MetaProperty
142061               _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes =
142062               {
142063                   /* flags */
142064                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
142065 mike  1.1.2.1     /* name */
142066                   "AdvertiseTypes",
142067                   /* qualifiers */
142068                   _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes_qualifiers,
142069                   /* type */
142070                   CIMTYPE_UINT16,
142071                   /* subscript */
142072                   0,
142073                   /* value */
142074                   0,
142075               };
142076               
142077               static const char*
142078               _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypeDescriptions_qualifiers[] =
142079               {
142080                   /* ArrayType */
142081                   "\005Indexed",
142082                   /* ModelCorrespondence */
142083                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.AdvertiseTypes\000",
142084                   0,
142085               };
142086 mike  1.1.2.1 
142087               static MetaProperty
142088               _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypeDescriptions =
142089               {
142090                   /* flags */
142091                   META_FLAG_PROPERTY|META_FLAG_READ,
142092                   /* name */
142093                   "AdvertiseTypeDescriptions",
142094                   /* qualifiers */
142095                   _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypeDescriptions_qualifiers,
142096                   /* type */
142097                   CIMTYPE_STRING,
142098                   /* subscript */
142099                   0,
142100                   /* value */
142101                   0,
142102               };
142103               
142104               static MetaFeature*
142105               _CIM_ObjectManagerCommunicationMechanism_features[] =
142106               {
142107 mike  1.1.2.1     (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism,
142108                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_OtherCommunicationMechanismDescription,
142109                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported,
142110                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_FunctionalProfileDescriptions,
142111                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported,
142112                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported,
142113                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismDescriptions,
142114                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_Version,
142115                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes,
142116                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_AdvertiseTypeDescriptions,
142117                   0,
142118               };
142119               
142120               static const char*
142121               __root_cimv2_CIM_ObjectManagerCommunicationMechanism_qualifiers[] =
142122               {
142123                   /* UMLPackagePath */
142124                   "\057CIM::Interop",
142125                   /* Version */
142126                   "\0632.13.0",
142127                   0,
142128 mike  1.1.2.1 };
142129               
142130               MetaClass
142131               __root_cimv2_CIM_ObjectManagerCommunicationMechanism =
142132               {
142133                   /* flags */
142134                   META_FLAG_CLASS,
142135                   /* name */
142136                   "CIM_ObjectManagerCommunicationMechanism",
142137                   /* qualifiers */
142138                   __root_cimv2_CIM_ObjectManagerCommunicationMechanism_qualifiers,
142139                   /* super */
142140                   &__root_cimv2_CIM_ServiceAccessPoint,
142141                   /* features */
142142                   _CIM_ObjectManagerCommunicationMechanism_features,
142143               };
142144               
142145               //==============================================================================
142146               //
142147               // Class: CIM_OOBAlertService
142148               //
142149 mike  1.1.2.1 //==============================================================================
142150               
142151               static const char*
142152               _CIM_OOBAlertService_DestinationType_qualifiers[] =
142153               {
142154                   /* ValueMap */
142155                   "\061\000\0050\0001\0002\0003\0004\000",
142156                   /* Values */
142157                   "\062\000\005Unknown\000Other\000Pager\000TCP Port\000UDP Port\000",
142158                   /* ModelCorrespondence */
142159                   "\036\000\001CIM_OOBAlertService.OtherDestinationTypeDescription\000",
142160                   0,
142161               };
142162               
142163               static MetaProperty
142164               _CIM_OOBAlertService_DestinationType =
142165               {
142166                   /* flags */
142167                   META_FLAG_PROPERTY|META_FLAG_READ,
142168                   /* name */
142169                   "DestinationType",
142170 mike  1.1.2.1     /* qualifiers */
142171                   _CIM_OOBAlertService_DestinationType_qualifiers,
142172                   /* type */
142173                   CIMTYPE_UINT16,
142174                   /* subscript */
142175                   -1,
142176                   /* value */
142177                   0,
142178               };
142179               
142180               static const char*
142181               _CIM_OOBAlertService_OtherDestinationTypeDescription_qualifiers[] =
142182               {
142183                   /* ModelCorrespondence */
142184                   "\036\000\001CIM_OOBAlertService.DestinationType\000",
142185                   0,
142186               };
142187               
142188               static MetaProperty
142189               _CIM_OOBAlertService_OtherDestinationTypeDescription =
142190               {
142191 mike  1.1.2.1     /* flags */
142192                   META_FLAG_PROPERTY|META_FLAG_READ,
142193                   /* name */
142194                   "OtherDestinationTypeDescription",
142195                   /* qualifiers */
142196                   _CIM_OOBAlertService_OtherDestinationTypeDescription_qualifiers,
142197                   /* type */
142198                   CIMTYPE_STRING,
142199                   /* subscript */
142200                   -1,
142201                   /* value */
142202                   0,
142203               };
142204               
142205               static const char*
142206               _CIM_OOBAlertService_DestinationAddress_qualifiers[] =
142207               {
142208                   0,
142209               };
142210               
142211               static MetaProperty
142212 mike  1.1.2.1 _CIM_OOBAlertService_DestinationAddress =
142213               {
142214                   /* flags */
142215                   META_FLAG_PROPERTY|META_FLAG_READ,
142216                   /* name */
142217                   "DestinationAddress",
142218                   /* qualifiers */
142219                   _CIM_OOBAlertService_DestinationAddress_qualifiers,
142220                   /* type */
142221                   CIMTYPE_STRING,
142222                   /* subscript */
142223                   -1,
142224                   /* value */
142225                   0,
142226               };
142227               
142228               static const char*
142229               _CIM_OOBAlertService_MessageFormat_qualifiers[] =
142230               {
142231                   /* ValueMap */
142232                   "\061\000\0060\0001\0002\0003\0004\0005\000",
142233 mike  1.1.2.1     /* Values */
142234                   "\062\000\006Unknown\000Other\000Numeric\000AlphaNumeric\000Free Form Text\000Platform Event Trap\000",
142235                   /* ModelCorrespondence */
142236                   "\036\000\001CIM_OOBAlertService.OtherMessageFormatDescription\000",
142237                   0,
142238               };
142239               
142240               static MetaProperty
142241               _CIM_OOBAlertService_MessageFormat =
142242               {
142243                   /* flags */
142244                   META_FLAG_PROPERTY|META_FLAG_READ,
142245                   /* name */
142246                   "MessageFormat",
142247                   /* qualifiers */
142248                   _CIM_OOBAlertService_MessageFormat_qualifiers,
142249                   /* type */
142250                   CIMTYPE_UINT16,
142251                   /* subscript */
142252                   -1,
142253                   /* value */
142254 mike  1.1.2.1     0,
142255               };
142256               
142257               static const char*
142258               _CIM_OOBAlertService_OtherMessageFormatDescription_qualifiers[] =
142259               {
142260                   /* ModelCorrespondence */
142261                   "\036\000\001CIM_OOBAlertService.MessageFormat\000",
142262                   0,
142263               };
142264               
142265               static MetaProperty
142266               _CIM_OOBAlertService_OtherMessageFormatDescription =
142267               {
142268                   /* flags */
142269                   META_FLAG_PROPERTY|META_FLAG_READ,
142270                   /* name */
142271                   "OtherMessageFormatDescription",
142272                   /* qualifiers */
142273                   _CIM_OOBAlertService_OtherMessageFormatDescription_qualifiers,
142274                   /* type */
142275 mike  1.1.2.1     CIMTYPE_STRING,
142276                   /* subscript */
142277                   -1,
142278                   /* value */
142279                   0,
142280               };
142281               
142282               static const char*
142283               _CIM_OOBAlertService_OnlySendsFixedMessage_qualifiers[] =
142284               {
142285                   0,
142286               };
142287               
142288               static MetaProperty
142289               _CIM_OOBAlertService_OnlySendsFixedMessage =
142290               {
142291                   /* flags */
142292                   META_FLAG_PROPERTY|META_FLAG_READ,
142293                   /* name */
142294                   "OnlySendsFixedMessage",
142295                   /* qualifiers */
142296 mike  1.1.2.1     _CIM_OOBAlertService_OnlySendsFixedMessage_qualifiers,
142297                   /* type */
142298                   CIMTYPE_BOOLEAN,
142299                   /* subscript */
142300                   -1,
142301                   /* value */
142302                   0,
142303               };
142304               
142305               static const char*
142306               _CIM_OOBAlertService_FixedPartOfMessage_qualifiers[] =
142307               {
142308                   0,
142309               };
142310               
142311               static MetaProperty
142312               _CIM_OOBAlertService_FixedPartOfMessage =
142313               {
142314                   /* flags */
142315                   META_FLAG_PROPERTY|META_FLAG_READ,
142316                   /* name */
142317 mike  1.1.2.1     "FixedPartOfMessage",
142318                   /* qualifiers */
142319                   _CIM_OOBAlertService_FixedPartOfMessage_qualifiers,
142320                   /* type */
142321                   CIMTYPE_STRING,
142322                   /* subscript */
142323                   -1,
142324                   /* value */
142325                   0,
142326               };
142327               
142328               static const char*
142329               _CIM_OOBAlertService_DestinationIsAckCapable_qualifiers[] =
142330               {
142331                   0,
142332               };
142333               
142334               static MetaProperty
142335               _CIM_OOBAlertService_DestinationIsAckCapable =
142336               {
142337                   /* flags */
142338 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
142339                   /* name */
142340                   "DestinationIsAckCapable",
142341                   /* qualifiers */
142342                   _CIM_OOBAlertService_DestinationIsAckCapable_qualifiers,
142343                   /* type */
142344                   CIMTYPE_BOOLEAN,
142345                   /* subscript */
142346                   -1,
142347                   /* value */
142348                   0,
142349               };
142350               
142351               static const char*
142352               _CIM_OOBAlertService_RetryCount_qualifiers[] =
142353               {
142354                   0,
142355               };
142356               
142357               static MetaProperty
142358               _CIM_OOBAlertService_RetryCount =
142359 mike  1.1.2.1 {
142360                   /* flags */
142361                   META_FLAG_PROPERTY|META_FLAG_READ,
142362                   /* name */
142363                   "RetryCount",
142364                   /* qualifiers */
142365                   _CIM_OOBAlertService_RetryCount_qualifiers,
142366                   /* type */
142367                   CIMTYPE_UINT16,
142368                   /* subscript */
142369                   -1,
142370                   /* value */
142371                   0,
142372               };
142373               
142374               static const char*
142375               _CIM_OOBAlertService_RetryInterval_qualifiers[] =
142376               {
142377                   /* Units */
142378                   "\060Seconds",
142379                   0,
142380 mike  1.1.2.1 };
142381               
142382               static MetaProperty
142383               _CIM_OOBAlertService_RetryInterval =
142384               {
142385                   /* flags */
142386                   META_FLAG_PROPERTY|META_FLAG_READ,
142387                   /* name */
142388                   "RetryInterval",
142389                   /* qualifiers */
142390                   _CIM_OOBAlertService_RetryInterval_qualifiers,
142391                   /* type */
142392                   CIMTYPE_UINT16,
142393                   /* subscript */
142394                   -1,
142395                   /* value */
142396                   0,
142397               };
142398               
142399               static const char*
142400               _CIM_OOBAlertService_PresenceHeartbeatCapable_qualifiers[] =
142401 mike  1.1.2.1 {
142402                   /* Read */
142403                   "\047\001",
142404                   0,
142405               };
142406               
142407               static MetaProperty
142408               _CIM_OOBAlertService_PresenceHeartbeatCapable =
142409               {
142410                   /* flags */
142411                   META_FLAG_PROPERTY|META_FLAG_READ,
142412                   /* name */
142413                   "PresenceHeartbeatCapable",
142414                   /* qualifiers */
142415                   _CIM_OOBAlertService_PresenceHeartbeatCapable_qualifiers,
142416                   /* type */
142417                   CIMTYPE_BOOLEAN,
142418                   /* subscript */
142419                   -1,
142420                   /* value */
142421                   0,
142422 mike  1.1.2.1 };
142423               
142424               static const char*
142425               _CIM_OOBAlertService_EnablePresenceHeartbeats_qualifiers[] =
142426               {
142427                   /* ModelCorrespondence */
142428                   "\036\000\001CIM_OOBAlertService.PresenceHeartbeatCapable\000",
142429                   0,
142430               };
142431               
142432               static MetaProperty
142433               _CIM_OOBAlertService_EnablePresenceHeartbeats =
142434               {
142435                   /* flags */
142436                   META_FLAG_PROPERTY|META_FLAG_READ,
142437                   /* name */
142438                   "EnablePresenceHeartbeats",
142439                   /* qualifiers */
142440                   _CIM_OOBAlertService_EnablePresenceHeartbeats_qualifiers,
142441                   /* type */
142442                   CIMTYPE_BOOLEAN,
142443 mike  1.1.2.1     /* subscript */
142444                   -1,
142445                   /* value */
142446                   0,
142447               };
142448               
142449               static MetaFeature*
142450               _CIM_OOBAlertService_features[] =
142451               {
142452                   (MetaFeature*)&_CIM_OOBAlertService_DestinationType,
142453                   (MetaFeature*)&_CIM_OOBAlertService_OtherDestinationTypeDescription,
142454                   (MetaFeature*)&_CIM_OOBAlertService_DestinationAddress,
142455                   (MetaFeature*)&_CIM_OOBAlertService_MessageFormat,
142456                   (MetaFeature*)&_CIM_OOBAlertService_OtherMessageFormatDescription,
142457                   (MetaFeature*)&_CIM_OOBAlertService_OnlySendsFixedMessage,
142458                   (MetaFeature*)&_CIM_OOBAlertService_FixedPartOfMessage,
142459                   (MetaFeature*)&_CIM_OOBAlertService_DestinationIsAckCapable,
142460                   (MetaFeature*)&_CIM_OOBAlertService_RetryCount,
142461                   (MetaFeature*)&_CIM_OOBAlertService_RetryInterval,
142462                   (MetaFeature*)&_CIM_OOBAlertService_PresenceHeartbeatCapable,
142463                   (MetaFeature*)&_CIM_OOBAlertService_EnablePresenceHeartbeats,
142464 mike  1.1.2.1     0,
142465               };
142466               
142467               static const char*
142468               __root_cimv2_CIM_OOBAlertService_qualifiers[] =
142469               {
142470                   /* UMLPackagePath */
142471                   "\057CIM::System::Boot",
142472                   /* Version */
142473                   "\0632.6.0",
142474                   0,
142475               };
142476               
142477               MetaClass
142478               __root_cimv2_CIM_OOBAlertService =
142479               {
142480                   /* flags */
142481                   META_FLAG_CLASS,
142482                   /* name */
142483                   "CIM_OOBAlertService",
142484                   /* qualifiers */
142485 mike  1.1.2.1     __root_cimv2_CIM_OOBAlertService_qualifiers,
142486                   /* super */
142487                   &__root_cimv2_CIM_Service,
142488                   /* features */
142489                   _CIM_OOBAlertService_features,
142490               };
142491               
142492               //==============================================================================
142493               //
142494               // Class: CIM_OOBAlertServiceOnModem
142495               //
142496               //==============================================================================
142497               
142498               static const char*
142499               _CIM_OOBAlertServiceOnModem_Antecedent_qualifiers[] =
142500               {
142501                   /* Override */
142502                   "\044Antecedent",
142503                   /* Max */
142504                   "\027\000\000\000\001",
142505                   0,
142506 mike  1.1.2.1 };
142507               
142508               static MetaReference
142509               _CIM_OOBAlertServiceOnModem_Antecedent =
142510               {
142511                   /* flags */
142512                   META_FLAG_REFERENCE|META_FLAG_READ,
142513                   /* name */
142514                   "Antecedent",
142515                   /* qualifiers */
142516                   _CIM_OOBAlertServiceOnModem_Antecedent_qualifiers,
142517                   /* subscript */
142518                   -1,
142519                   /* refId */
142520                   &__root_cimv2_CIM_Modem,
142521               };
142522               
142523               static const char*
142524               _CIM_OOBAlertServiceOnModem_Dependent_qualifiers[] =
142525               {
142526                   /* Override */
142527 mike  1.1.2.1     "\044Dependent",
142528                   0,
142529               };
142530               
142531               static MetaReference
142532               _CIM_OOBAlertServiceOnModem_Dependent =
142533               {
142534                   /* flags */
142535                   META_FLAG_REFERENCE|META_FLAG_READ,
142536                   /* name */
142537                   "Dependent",
142538                   /* qualifiers */
142539                   _CIM_OOBAlertServiceOnModem_Dependent_qualifiers,
142540                   /* subscript */
142541                   -1,
142542                   /* refId */
142543                   &__root_cimv2_CIM_OOBAlertService,
142544               };
142545               
142546               static MetaFeature*
142547               _CIM_OOBAlertServiceOnModem_features[] =
142548 mike  1.1.2.1 {
142549                   (MetaFeature*)&_CIM_OOBAlertServiceOnModem_Antecedent,
142550                   (MetaFeature*)&_CIM_OOBAlertServiceOnModem_Dependent,
142551                   0,
142552               };
142553               
142554               static const char*
142555               __root_cimv2_CIM_OOBAlertServiceOnModem_qualifiers[] =
142556               {
142557                   /* ASSOCIATION */
142558                   "\000\001",
142559                   /* UMLPackagePath */
142560                   "\057CIM::Device::Modems",
142561                   /* Version */
142562                   "\0632.10.0",
142563                   0,
142564               };
142565               
142566               MetaClass
142567               __root_cimv2_CIM_OOBAlertServiceOnModem =
142568               {
142569 mike  1.1.2.1     /* flags */
142570                   META_FLAG_ASSOCIATION,
142571                   /* name */
142572                   "CIM_OOBAlertServiceOnModem",
142573                   /* qualifiers */
142574                   __root_cimv2_CIM_OOBAlertServiceOnModem_qualifiers,
142575                   /* super */
142576                   &__root_cimv2_CIM_DeviceServiceImplementation,
142577                   /* features */
142578                   _CIM_OOBAlertServiceOnModem_features,
142579               };
142580               
142581               //==============================================================================
142582               //
142583               // Class: CIM_OOBAlertServiceOnNetworkAdapter
142584               //
142585               //==============================================================================
142586               
142587               static const char*
142588               _CIM_OOBAlertServiceOnNetworkAdapter_Antecedent_qualifiers[] =
142589               {
142590 mike  1.1.2.1     /* Deprecated */
142591                   "\013\000\001CIM_OOBAlertServiceOnNetworkPort.Antecedent\000",
142592                   /* Override */
142593                   "\044Antecedent",
142594                   /* Max */
142595                   "\027\000\000\000\001",
142596                   0,
142597               };
142598               
142599               static MetaReference
142600               _CIM_OOBAlertServiceOnNetworkAdapter_Antecedent =
142601               {
142602                   /* flags */
142603                   META_FLAG_REFERENCE|META_FLAG_READ,
142604                   /* name */
142605                   "Antecedent",
142606                   /* qualifiers */
142607                   _CIM_OOBAlertServiceOnNetworkAdapter_Antecedent_qualifiers,
142608                   /* subscript */
142609                   -1,
142610                   /* refId */
142611 mike  1.1.2.1     &__root_cimv2_CIM_NetworkAdapter,
142612               };
142613               
142614               static const char*
142615               _CIM_OOBAlertServiceOnNetworkAdapter_Dependent_qualifiers[] =
142616               {
142617                   /* Deprecated */
142618                   "\013\000\001CIM_OOBAlertServiceOnNetworkPort.Dependent\000",
142619                   /* Override */
142620                   "\044Dependent",
142621                   0,
142622               };
142623               
142624               static MetaReference
142625               _CIM_OOBAlertServiceOnNetworkAdapter_Dependent =
142626               {
142627                   /* flags */
142628                   META_FLAG_REFERENCE|META_FLAG_READ,
142629                   /* name */
142630                   "Dependent",
142631                   /* qualifiers */
142632 mike  1.1.2.1     _CIM_OOBAlertServiceOnNetworkAdapter_Dependent_qualifiers,
142633                   /* subscript */
142634                   -1,
142635                   /* refId */
142636                   &__root_cimv2_CIM_OOBAlertService,
142637               };
142638               
142639               static MetaFeature*
142640               _CIM_OOBAlertServiceOnNetworkAdapter_features[] =
142641               {
142642                   (MetaFeature*)&_CIM_OOBAlertServiceOnNetworkAdapter_Antecedent,
142643                   (MetaFeature*)&_CIM_OOBAlertServiceOnNetworkAdapter_Dependent,
142644                   0,
142645               };
142646               
142647               static const char*
142648               __root_cimv2_CIM_OOBAlertServiceOnNetworkAdapter_qualifiers[] =
142649               {
142650                   /* ASSOCIATION */
142651                   "\000\001",
142652                   /* Deprecated */
142653 mike  1.1.2.1     "\013\000\001CIM_OOBAlertServiceOnNetworkPort\000",
142654                   /* UMLPackagePath */
142655                   "\057CIM::Device::NetworkAdapter",
142656                   /* Version */
142657                   "\0632.10.0",
142658                   0,
142659               };
142660               
142661               MetaClass
142662               __root_cimv2_CIM_OOBAlertServiceOnNetworkAdapter =
142663               {
142664                   /* flags */
142665                   META_FLAG_ASSOCIATION,
142666                   /* name */
142667                   "CIM_OOBAlertServiceOnNetworkAdapter",
142668                   /* qualifiers */
142669                   __root_cimv2_CIM_OOBAlertServiceOnNetworkAdapter_qualifiers,
142670                   /* super */
142671                   &__root_cimv2_CIM_DeviceServiceImplementation,
142672                   /* features */
142673                   _CIM_OOBAlertServiceOnNetworkAdapter_features,
142674 mike  1.1.2.1 };
142675               
142676               //==============================================================================
142677               //
142678               // Class: CIM_OOBAlertServiceOnNetworkPort
142679               //
142680               //==============================================================================
142681               
142682               static const char*
142683               _CIM_OOBAlertServiceOnNetworkPort_Antecedent_qualifiers[] =
142684               {
142685                   /* Override */
142686                   "\044Antecedent",
142687                   /* Max */
142688                   "\027\000\000\000\001",
142689                   0,
142690               };
142691               
142692               static MetaReference
142693               _CIM_OOBAlertServiceOnNetworkPort_Antecedent =
142694               {
142695 mike  1.1.2.1     /* flags */
142696                   META_FLAG_REFERENCE|META_FLAG_READ,
142697                   /* name */
142698                   "Antecedent",
142699                   /* qualifiers */
142700                   _CIM_OOBAlertServiceOnNetworkPort_Antecedent_qualifiers,
142701                   /* subscript */
142702                   -1,
142703                   /* refId */
142704                   &__root_cimv2_CIM_NetworkPort,
142705               };
142706               
142707               static const char*
142708               _CIM_OOBAlertServiceOnNetworkPort_Dependent_qualifiers[] =
142709               {
142710                   /* Override */
142711                   "\044Dependent",
142712                   0,
142713               };
142714               
142715               static MetaReference
142716 mike  1.1.2.1 _CIM_OOBAlertServiceOnNetworkPort_Dependent =
142717               {
142718                   /* flags */
142719                   META_FLAG_REFERENCE|META_FLAG_READ,
142720                   /* name */
142721                   "Dependent",
142722                   /* qualifiers */
142723                   _CIM_OOBAlertServiceOnNetworkPort_Dependent_qualifiers,
142724                   /* subscript */
142725                   -1,
142726                   /* refId */
142727                   &__root_cimv2_CIM_OOBAlertService,
142728               };
142729               
142730               static MetaFeature*
142731               _CIM_OOBAlertServiceOnNetworkPort_features[] =
142732               {
142733                   (MetaFeature*)&_CIM_OOBAlertServiceOnNetworkPort_Antecedent,
142734                   (MetaFeature*)&_CIM_OOBAlertServiceOnNetworkPort_Dependent,
142735                   0,
142736               };
142737 mike  1.1.2.1 
142738               static const char*
142739               __root_cimv2_CIM_OOBAlertServiceOnNetworkPort_qualifiers[] =
142740               {
142741                   /* ASSOCIATION */
142742                   "\000\001",
142743                   /* UMLPackagePath */
142744                   "\057CIM::Device::Ports",
142745                   /* Version */
142746                   "\0632.10.0",
142747                   0,
142748               };
142749               
142750               MetaClass
142751               __root_cimv2_CIM_OOBAlertServiceOnNetworkPort =
142752               {
142753                   /* flags */
142754                   META_FLAG_ASSOCIATION,
142755                   /* name */
142756                   "CIM_OOBAlertServiceOnNetworkPort",
142757                   /* qualifiers */
142758 mike  1.1.2.1     __root_cimv2_CIM_OOBAlertServiceOnNetworkPort_qualifiers,
142759                   /* super */
142760                   &__root_cimv2_CIM_DeviceServiceImplementation,
142761                   /* features */
142762                   _CIM_OOBAlertServiceOnNetworkPort_features,
142763               };
142764               
142765               //==============================================================================
142766               //
142767               // Class: CIM_OperationLog
142768               //
142769               //==============================================================================
142770               
142771               static const char*
142772               _CIM_OperationLog_Antecedent_qualifiers[] =
142773               {
142774                   /* Override */
142775                   "\044Antecedent",
142776                   0,
142777               };
142778               
142779 mike  1.1.2.1 static MetaReference
142780               _CIM_OperationLog_Antecedent =
142781               {
142782                   /* flags */
142783                   META_FLAG_REFERENCE|META_FLAG_READ,
142784                   /* name */
142785                   "Antecedent",
142786                   /* qualifiers */
142787                   _CIM_OperationLog_Antecedent_qualifiers,
142788                   /* subscript */
142789                   -1,
142790                   /* refId */
142791                   &__root_cimv2_CIM_MessageLog,
142792               };
142793               
142794               static const char*
142795               _CIM_OperationLog_Dependent_qualifiers[] =
142796               {
142797                   /* Override */
142798                   "\044Dependent",
142799                   /* Min */
142800 mike  1.1.2.1     "\033\000\000\000\001",
142801                   /* Max */
142802                   "\027\000\000\000\001",
142803                   0,
142804               };
142805               
142806               static MetaReference
142807               _CIM_OperationLog_Dependent =
142808               {
142809                   /* flags */
142810                   META_FLAG_REFERENCE|META_FLAG_READ,
142811                   /* name */
142812                   "Dependent",
142813                   /* qualifiers */
142814                   _CIM_OperationLog_Dependent_qualifiers,
142815                   /* subscript */
142816                   -1,
142817                   /* refId */
142818                   &__root_cimv2_CIM_LogicalElement,
142819               };
142820               
142821 mike  1.1.2.1 static MetaFeature*
142822               _CIM_OperationLog_features[] =
142823               {
142824                   (MetaFeature*)&_CIM_OperationLog_Antecedent,
142825                   (MetaFeature*)&_CIM_OperationLog_Dependent,
142826                   0,
142827               };
142828               
142829               static const char*
142830               __root_cimv2_CIM_OperationLog_qualifiers[] =
142831               {
142832                   /* ASSOCIATION */
142833                   "\000\001",
142834                   /* UMLPackagePath */
142835                   "\057CIM::System::Logs",
142836                   /* Version */
142837                   "\0632.8.0",
142838                   0,
142839               };
142840               
142841               MetaClass
142842 mike  1.1.2.1 __root_cimv2_CIM_OperationLog =
142843               {
142844                   /* flags */
142845                   META_FLAG_ASSOCIATION,
142846                   /* name */
142847                   "CIM_OperationLog",
142848                   /* qualifiers */
142849                   __root_cimv2_CIM_OperationLog_qualifiers,
142850                   /* super */
142851                   &__root_cimv2_CIM_UseOfMessageLog,
142852                   /* features */
142853                   _CIM_OperationLog_features,
142854               };
142855               
142856               //==============================================================================
142857               //
142858               // Class: CIM_OSProcess
142859               //
142860               //==============================================================================
142861               
142862               static const char*
142863 mike  1.1.2.1 _CIM_OSProcess_GroupComponent_qualifiers[] =
142864               {
142865                   /* Aggregate */
142866                   "\003\001",
142867                   /* Override */
142868                   "\044GroupComponent",
142869                   /* Min */
142870                   "\033\000\000\000\001",
142871                   /* Max */
142872                   "\027\000\000\000\001",
142873                   0,
142874               };
142875               
142876               static MetaReference
142877               _CIM_OSProcess_GroupComponent =
142878               {
142879                   /* flags */
142880                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
142881                   /* name */
142882                   "GroupComponent",
142883                   /* qualifiers */
142884 mike  1.1.2.1     _CIM_OSProcess_GroupComponent_qualifiers,
142885                   /* subscript */
142886                   -1,
142887                   /* refId */
142888                   &__root_cimv2_CIM_OperatingSystem,
142889               };
142890               
142891               static const char*
142892               _CIM_OSProcess_PartComponent_qualifiers[] =
142893               {
142894                   /* Override */
142895                   "\044PartComponent",
142896                   /* Weak */
142897                   "\064\001",
142898                   0,
142899               };
142900               
142901               static MetaReference
142902               _CIM_OSProcess_PartComponent =
142903               {
142904                   /* flags */
142905 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
142906                   /* name */
142907                   "PartComponent",
142908                   /* qualifiers */
142909                   _CIM_OSProcess_PartComponent_qualifiers,
142910                   /* subscript */
142911                   -1,
142912                   /* refId */
142913                   &__root_cimv2_CIM_Process,
142914               };
142915               
142916               static MetaFeature*
142917               _CIM_OSProcess_features[] =
142918               {
142919                   (MetaFeature*)&_CIM_OSProcess_GroupComponent,
142920                   (MetaFeature*)&_CIM_OSProcess_PartComponent,
142921                   0,
142922               };
142923               
142924               static const char*
142925               __root_cimv2_CIM_OSProcess_qualifiers[] =
142926 mike  1.1.2.1 {
142927                   /* ASSOCIATION */
142928                   "\000\001",
142929                   /* UMLPackagePath */
142930                   "\057CIM::System::Processing",
142931                   /* Aggregation */
142932                   "\004\001",
142933                   /* Composition */
142934                   "\011\001",
142935                   /* Version */
142936                   "\0632.7.0",
142937                   0,
142938               };
142939               
142940               MetaClass
142941               __root_cimv2_CIM_OSProcess =
142942               {
142943                   /* flags */
142944                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
142945                   /* name */
142946                   "CIM_OSProcess",
142947 mike  1.1.2.1     /* qualifiers */
142948                   __root_cimv2_CIM_OSProcess_qualifiers,
142949                   /* super */
142950                   &__root_cimv2_CIM_Component,
142951                   /* features */
142952                   _CIM_OSProcess_features,
142953               };
142954               
142955               //==============================================================================
142956               //
142957               // Class: CIM_OwningPrintQueue
142958               //
142959               //==============================================================================
142960               
142961               static const char*
142962               _CIM_OwningPrintQueue_Antecedent_qualifiers[] =
142963               {
142964                   /* Override */
142965                   "\044Antecedent",
142966                   /* Min */
142967                   "\033\000\000\000\001",
142968 mike  1.1.2.1     /* Max */
142969                   "\027\000\000\000\001",
142970                   0,
142971               };
142972               
142973               static MetaReference
142974               _CIM_OwningPrintQueue_Antecedent =
142975               {
142976                   /* flags */
142977                   META_FLAG_REFERENCE|META_FLAG_READ,
142978                   /* name */
142979                   "Antecedent",
142980                   /* qualifiers */
142981                   _CIM_OwningPrintQueue_Antecedent_qualifiers,
142982                   /* subscript */
142983                   -1,
142984                   /* refId */
142985                   &__root_cimv2_CIM_PrintQueue,
142986               };
142987               
142988               static const char*
142989 mike  1.1.2.1 _CIM_OwningPrintQueue_Dependent_qualifiers[] =
142990               {
142991                   /* Override */
142992                   "\044Dependent",
142993                   /* Weak */
142994                   "\064\001",
142995                   0,
142996               };
142997               
142998               static MetaReference
142999               _CIM_OwningPrintQueue_Dependent =
143000               {
143001                   /* flags */
143002                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
143003                   /* name */
143004                   "Dependent",
143005                   /* qualifiers */
143006                   _CIM_OwningPrintQueue_Dependent_qualifiers,
143007                   /* subscript */
143008                   -1,
143009                   /* refId */
143010 mike  1.1.2.1     &__root_cimv2_CIM_PrintJob,
143011               };
143012               
143013               static const char*
143014               _CIM_OwningPrintQueue_QueuePosition_qualifiers[] =
143015               {
143016                   0,
143017               };
143018               
143019               static MetaProperty
143020               _CIM_OwningPrintQueue_QueuePosition =
143021               {
143022                   /* flags */
143023                   META_FLAG_PROPERTY|META_FLAG_READ,
143024                   /* name */
143025                   "QueuePosition",
143026                   /* qualifiers */
143027                   _CIM_OwningPrintQueue_QueuePosition_qualifiers,
143028                   /* type */
143029                   CIMTYPE_UINT32,
143030                   /* subscript */
143031 mike  1.1.2.1     -1,
143032                   /* value */
143033                   0,
143034               };
143035               
143036               static MetaFeature*
143037               _CIM_OwningPrintQueue_features[] =
143038               {
143039                   (MetaFeature*)&_CIM_OwningPrintQueue_Antecedent,
143040                   (MetaFeature*)&_CIM_OwningPrintQueue_Dependent,
143041                   (MetaFeature*)&_CIM_OwningPrintQueue_QueuePosition,
143042                   0,
143043               };
143044               
143045               static const char*
143046               __root_cimv2_CIM_OwningPrintQueue_qualifiers[] =
143047               {
143048                   /* ASSOCIATION */
143049                   "\000\001",
143050                   /* UMLPackagePath */
143051                   "\057CIM::Device::Printing",
143052 mike  1.1.2.1     /* Version */
143053                   "\0632.10.0",
143054                   0,
143055               };
143056               
143057               MetaClass
143058               __root_cimv2_CIM_OwningPrintQueue =
143059               {
143060                   /* flags */
143061                   META_FLAG_ASSOCIATION,
143062                   /* name */
143063                   "CIM_OwningPrintQueue",
143064                   /* qualifiers */
143065                   __root_cimv2_CIM_OwningPrintQueue_qualifiers,
143066                   /* super */
143067                   &__root_cimv2_CIM_JobDestinationJobs,
143068                   /* features */
143069                   _CIM_OwningPrintQueue_features,
143070               };
143071               
143072               //==============================================================================
143073 mike  1.1.2.1 //
143074               // Class: CIM_PackageAlarm
143075               //
143076               //==============================================================================
143077               
143078               static const char*
143079               _CIM_PackageAlarm_Antecedent_qualifiers[] =
143080               {
143081                   /* Deprecated */
143082                   "\013\000\001CIM_PackageDependency.Antecedent\000",
143083                   /* Override */
143084                   "\044Antecedent",
143085                   0,
143086               };
143087               
143088               static MetaReference
143089               _CIM_PackageAlarm_Antecedent =
143090               {
143091                   /* flags */
143092                   META_FLAG_REFERENCE|META_FLAG_READ,
143093                   /* name */
143094 mike  1.1.2.1     "Antecedent",
143095                   /* qualifiers */
143096                   _CIM_PackageAlarm_Antecedent_qualifiers,
143097                   /* subscript */
143098                   -1,
143099                   /* refId */
143100                   &__root_cimv2_CIM_AlarmDevice,
143101               };
143102               
143103               static const char*
143104               _CIM_PackageAlarm_Dependent_qualifiers[] =
143105               {
143106                   /* Deprecated */
143107                   "\013\000\001CIM_PackageDependency.Dependent\000",
143108                   /* Override */
143109                   "\044Dependent",
143110                   0,
143111               };
143112               
143113               static MetaReference
143114               _CIM_PackageAlarm_Dependent =
143115 mike  1.1.2.1 {
143116                   /* flags */
143117                   META_FLAG_REFERENCE|META_FLAG_READ,
143118                   /* name */
143119                   "Dependent",
143120                   /* qualifiers */
143121                   _CIM_PackageAlarm_Dependent_qualifiers,
143122                   /* subscript */
143123                   -1,
143124                   /* refId */
143125                   &__root_cimv2_CIM_PhysicalPackage,
143126               };
143127               
143128               static MetaFeature*
143129               _CIM_PackageAlarm_features[] =
143130               {
143131                   (MetaFeature*)&_CIM_PackageAlarm_Antecedent,
143132                   (MetaFeature*)&_CIM_PackageAlarm_Dependent,
143133                   0,
143134               };
143135               
143136 mike  1.1.2.1 static const char*
143137               __root_cimv2_CIM_PackageAlarm_qualifiers[] =
143138               {
143139                   /* ASSOCIATION */
143140                   "\000\001",
143141                   /* Deprecated */
143142                   "\013\000\001CIM_PackageDependency\000",
143143                   /* UMLPackagePath */
143144                   "\057CIM::Device::Sensors",
143145                   /* Version */
143146                   "\0632.7.0",
143147                   0,
143148               };
143149               
143150               MetaClass
143151               __root_cimv2_CIM_PackageAlarm =
143152               {
143153                   /* flags */
143154                   META_FLAG_ASSOCIATION,
143155                   /* name */
143156                   "CIM_PackageAlarm",
143157 mike  1.1.2.1     /* qualifiers */
143158                   __root_cimv2_CIM_PackageAlarm_qualifiers,
143159                   /* super */
143160                   &__root_cimv2_CIM_PackageDependency,
143161                   /* features */
143162                   _CIM_PackageAlarm_features,
143163               };
143164               
143165               //==============================================================================
143166               //
143167               // Class: CIM_PackageCooling
143168               //
143169               //==============================================================================
143170               
143171               static const char*
143172               _CIM_PackageCooling_Antecedent_qualifiers[] =
143173               {
143174                   /* Deprecated */
143175                   "\013\000\001CIM_PackageDependency.Antecedent\000",
143176                   /* Override */
143177                   "\044Antecedent",
143178 mike  1.1.2.1     0,
143179               };
143180               
143181               static MetaReference
143182               _CIM_PackageCooling_Antecedent =
143183               {
143184                   /* flags */
143185                   META_FLAG_REFERENCE|META_FLAG_READ,
143186                   /* name */
143187                   "Antecedent",
143188                   /* qualifiers */
143189                   _CIM_PackageCooling_Antecedent_qualifiers,
143190                   /* subscript */
143191                   -1,
143192                   /* refId */
143193                   &__root_cimv2_CIM_CoolingDevice,
143194               };
143195               
143196               static const char*
143197               _CIM_PackageCooling_Dependent_qualifiers[] =
143198               {
143199 mike  1.1.2.1     /* Deprecated */
143200                   "\013\000\001CIM_PackageDependency.Dependent\000",
143201                   /* Override */
143202                   "\044Dependent",
143203                   0,
143204               };
143205               
143206               static MetaReference
143207               _CIM_PackageCooling_Dependent =
143208               {
143209                   /* flags */
143210                   META_FLAG_REFERENCE|META_FLAG_READ,
143211                   /* name */
143212                   "Dependent",
143213                   /* qualifiers */
143214                   _CIM_PackageCooling_Dependent_qualifiers,
143215                   /* subscript */
143216                   -1,
143217                   /* refId */
143218                   &__root_cimv2_CIM_PhysicalPackage,
143219               };
143220 mike  1.1.2.1 
143221               static MetaFeature*
143222               _CIM_PackageCooling_features[] =
143223               {
143224                   (MetaFeature*)&_CIM_PackageCooling_Antecedent,
143225                   (MetaFeature*)&_CIM_PackageCooling_Dependent,
143226                   0,
143227               };
143228               
143229               static const char*
143230               __root_cimv2_CIM_PackageCooling_qualifiers[] =
143231               {
143232                   /* ASSOCIATION */
143233                   "\000\001",
143234                   /* Deprecated */
143235                   "\013\000\001CIM_PackageDependency\000",
143236                   /* UMLPackagePath */
143237                   "\057CIM::Device::CoolingAndPower",
143238                   /* Version */
143239                   "\0632.10.0",
143240                   0,
143241 mike  1.1.2.1 };
143242               
143243               MetaClass
143244               __root_cimv2_CIM_PackageCooling =
143245               {
143246                   /* flags */
143247                   META_FLAG_ASSOCIATION,
143248                   /* name */
143249                   "CIM_PackageCooling",
143250                   /* qualifiers */
143251                   __root_cimv2_CIM_PackageCooling_qualifiers,
143252                   /* super */
143253                   &__root_cimv2_CIM_PackageDependency,
143254                   /* features */
143255                   _CIM_PackageCooling_features,
143256               };
143257               
143258               //==============================================================================
143259               //
143260               // Class: CIM_PacketSchedulingService
143261               //
143262 mike  1.1.2.1 //==============================================================================
143263               
143264               static const char*
143265               _CIM_PacketSchedulingService_SchedulerType_qualifiers[] =
143266               {
143267                   /* ValueMap */
143268                   "\061\000\0061\0002\0003\0004\0005\0006\000",
143269                   /* Values */
143270                   "\062\000\006Other\000FIFO\000Priority\000Allocation\000Bounded Priority\000Weighted Round Robin Packet\000",
143271                   /* ModelCorrespondence */
143272                   "\036\000\001CIM_PacketSchedulingService.OtherSchedulerType\000",
143273                   0,
143274               };
143275               
143276               static MetaProperty
143277               _CIM_PacketSchedulingService_SchedulerType =
143278               {
143279                   /* flags */
143280                   META_FLAG_PROPERTY|META_FLAG_READ,
143281                   /* name */
143282                   "SchedulerType",
143283 mike  1.1.2.1     /* qualifiers */
143284                   _CIM_PacketSchedulingService_SchedulerType_qualifiers,
143285                   /* type */
143286                   CIMTYPE_UINT16,
143287                   /* subscript */
143288                   -1,
143289                   /* value */
143290                   0,
143291               };
143292               
143293               static const char*
143294               _CIM_PacketSchedulingService_OtherSchedulerType_qualifiers[] =
143295               {
143296                   /* ModelCorrespondence */
143297                   "\036\000\001CIM_PacketSchedulingService.SchedulerType\000",
143298                   0,
143299               };
143300               
143301               static MetaProperty
143302               _CIM_PacketSchedulingService_OtherSchedulerType =
143303               {
143304 mike  1.1.2.1     /* flags */
143305                   META_FLAG_PROPERTY|META_FLAG_READ,
143306                   /* name */
143307                   "OtherSchedulerType",
143308                   /* qualifiers */
143309                   _CIM_PacketSchedulingService_OtherSchedulerType_qualifiers,
143310                   /* type */
143311                   CIMTYPE_STRING,
143312                   /* subscript */
143313                   -1,
143314                   /* value */
143315                   0,
143316               };
143317               
143318               static MetaFeature*
143319               _CIM_PacketSchedulingService_features[] =
143320               {
143321                   (MetaFeature*)&_CIM_PacketSchedulingService_SchedulerType,
143322                   (MetaFeature*)&_CIM_PacketSchedulingService_OtherSchedulerType,
143323                   0,
143324               };
143325 mike  1.1.2.1 
143326               static const char*
143327               __root_cimv2_CIM_PacketSchedulingService_qualifiers[] =
143328               {
143329                   /* UMLPackagePath */
143330                   "\057CIM::Network::QoS",
143331                   /* Version */
143332                   "\0632.7.0",
143333                   0,
143334               };
143335               
143336               MetaClass
143337               __root_cimv2_CIM_PacketSchedulingService =
143338               {
143339                   /* flags */
143340                   META_FLAG_CLASS,
143341                   /* name */
143342                   "CIM_PacketSchedulingService",
143343                   /* qualifiers */
143344                   __root_cimv2_CIM_PacketSchedulingService_qualifiers,
143345                   /* super */
143346 mike  1.1.2.1     &__root_cimv2_CIM_ConditioningService,
143347                   /* features */
143348                   _CIM_PacketSchedulingService_features,
143349               };
143350               
143351               //==============================================================================
143352               //
143353               // Class: CIM_ParallelController
143354               //
143355               //==============================================================================
143356               
143357               static const char*
143358               _CIM_ParallelController_DMASupport_qualifiers[] =
143359               {
143360                   /* MappingStrings */
143361                   "\026\000\001MIF.DMTF|Parallel Ports|003.7\000",
143362                   0,
143363               };
143364               
143365               static MetaProperty
143366               _CIM_ParallelController_DMASupport =
143367 mike  1.1.2.1 {
143368                   /* flags */
143369                   META_FLAG_PROPERTY|META_FLAG_READ,
143370                   /* name */
143371                   "DMASupport",
143372                   /* qualifiers */
143373                   _CIM_ParallelController_DMASupport_qualifiers,
143374                   /* type */
143375                   CIMTYPE_BOOLEAN,
143376                   /* subscript */
143377                   -1,
143378                   /* value */
143379                   0,
143380               };
143381               
143382               static const char*
143383               _CIM_ParallelController_Capabilities_qualifiers[] =
143384               {
143385                   /* ValueMap */
143386                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
143387                   /* Values */
143388 mike  1.1.2.1     "\062\000\011Unknown\000Other\000XT/AT Compatible\000PS/2 Compatible\000ECP\000EPP\000PC-98\000PC-98-Hireso\000PC-H98\000",
143389                   /* MappingStrings */
143390                   "\026\000\001MIF.DMTF|Parallel Ports|003.8\000",
143391                   /* ArrayType */
143392                   "\005Indexed",
143393                   /* ModelCorrespondence */
143394                   "\036\000\001CIM_ParallelController.CapabilityDescriptions\000",
143395                   0,
143396               };
143397               
143398               static MetaProperty
143399               _CIM_ParallelController_Capabilities =
143400               {
143401                   /* flags */
143402                   META_FLAG_PROPERTY|META_FLAG_READ,
143403                   /* name */
143404                   "Capabilities",
143405                   /* qualifiers */
143406                   _CIM_ParallelController_Capabilities_qualifiers,
143407                   /* type */
143408                   CIMTYPE_UINT16,
143409 mike  1.1.2.1     /* subscript */
143410                   0,
143411                   /* value */
143412                   0,
143413               };
143414               
143415               static const char*
143416               _CIM_ParallelController_CapabilityDescriptions_qualifiers[] =
143417               {
143418                   /* ArrayType */
143419                   "\005Indexed",
143420                   /* ModelCorrespondence */
143421                   "\036\000\001CIM_ParallelController.Capabilities\000",
143422                   0,
143423               };
143424               
143425               static MetaProperty
143426               _CIM_ParallelController_CapabilityDescriptions =
143427               {
143428                   /* flags */
143429                   META_FLAG_PROPERTY|META_FLAG_READ,
143430 mike  1.1.2.1     /* name */
143431                   "CapabilityDescriptions",
143432                   /* qualifiers */
143433                   _CIM_ParallelController_CapabilityDescriptions_qualifiers,
143434                   /* type */
143435                   CIMTYPE_STRING,
143436                   /* subscript */
143437                   0,
143438                   /* value */
143439                   0,
143440               };
143441               
143442               static const char*
143443               _CIM_ParallelController_Security_qualifiers[] =
143444               {
143445                   /* ValueMap */
143446                   "\061\000\0061\0002\0003\0004\0005\0006\000",
143447                   /* Values */
143448                   "\062\000\006Other\000Unknown\000None\000External Interface Locked Out\000External Interface Enabled\000Boot Bypass\000",
143449                   /* MappingStrings */
143450                   "\026\000\001MIF.DMTF|Parallel Ports|003.10\000",
143451 mike  1.1.2.1     0,
143452               };
143453               
143454               static MetaProperty
143455               _CIM_ParallelController_Security =
143456               {
143457                   /* flags */
143458                   META_FLAG_PROPERTY|META_FLAG_READ,
143459                   /* name */
143460                   "Security",
143461                   /* qualifiers */
143462                   _CIM_ParallelController_Security_qualifiers,
143463                   /* type */
143464                   CIMTYPE_UINT16,
143465                   /* subscript */
143466                   -1,
143467                   /* value */
143468                   0,
143469               };
143470               
143471               static MetaFeature*
143472 mike  1.1.2.1 _CIM_ParallelController_features[] =
143473               {
143474                   (MetaFeature*)&_CIM_ParallelController_DMASupport,
143475                   (MetaFeature*)&_CIM_ParallelController_Capabilities,
143476                   (MetaFeature*)&_CIM_ParallelController_CapabilityDescriptions,
143477                   (MetaFeature*)&_CIM_ParallelController_Security,
143478                   0,
143479               };
143480               
143481               static const char*
143482               __root_cimv2_CIM_ParallelController_qualifiers[] =
143483               {
143484                   /* UMLPackagePath */
143485                   "\057CIM::Device::Controller",
143486                   /* Version */
143487                   "\0632.10.0",
143488                   0,
143489               };
143490               
143491               MetaClass
143492               __root_cimv2_CIM_ParallelController =
143493 mike  1.1.2.1 {
143494                   /* flags */
143495                   META_FLAG_CLASS,
143496                   /* name */
143497                   "CIM_ParallelController",
143498                   /* qualifiers */
143499                   __root_cimv2_CIM_ParallelController_qualifiers,
143500                   /* super */
143501                   &__root_cimv2_CIM_Controller,
143502                   /* features */
143503                   _CIM_ParallelController_features,
143504               };
143505               
143506               //==============================================================================
143507               //
143508               // Class: CIM_PCIController
143509               //
143510               //==============================================================================
143511               
143512               static const char*
143513               _CIM_PCIController_CommandRegister_qualifiers[] =
143514 mike  1.1.2.1 {
143515                   0,
143516               };
143517               
143518               static MetaProperty
143519               _CIM_PCIController_CommandRegister =
143520               {
143521                   /* flags */
143522                   META_FLAG_PROPERTY|META_FLAG_READ,
143523                   /* name */
143524                   "CommandRegister",
143525                   /* qualifiers */
143526                   _CIM_PCIController_CommandRegister_qualifiers,
143527                   /* type */
143528                   CIMTYPE_UINT16,
143529                   /* subscript */
143530                   -1,
143531                   /* value */
143532                   0,
143533               };
143534               
143535 mike  1.1.2.1 static const char*
143536               _CIM_PCIController_Capabilities_qualifiers[] =
143537               {
143538                   /* ValueMap */
143539                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000",
143540                   /* Values */
143541                   "\062\000\015Unknown\000Other\000Supports 66MHz\000Supports User Definable Features\000Supports Fast Back-to-Back Transactions\000PCI-X Capable\000PCI Power Management Supported\000Message Signaled Interrupts Supported\000Parity Error Recovery Capable\000AGP Supported\000Vital Product Data Supported\000Provides Slot Identification\000Hot Swap Supported\000",
143542                   /* ArrayType */
143543                   "\005Indexed",
143544                   /* ModelCorrespondence */
143545                   "\036\000\001CIM_PCIController.CapabilityDescriptions\000",
143546                   0,
143547               };
143548               
143549               static MetaProperty
143550               _CIM_PCIController_Capabilities =
143551               {
143552                   /* flags */
143553                   META_FLAG_PROPERTY|META_FLAG_READ,
143554                   /* name */
143555                   "Capabilities",
143556 mike  1.1.2.1     /* qualifiers */
143557                   _CIM_PCIController_Capabilities_qualifiers,
143558                   /* type */
143559                   CIMTYPE_UINT16,
143560                   /* subscript */
143561                   0,
143562                   /* value */
143563                   0,
143564               };
143565               
143566               static const char*
143567               _CIM_PCIController_CapabilityDescriptions_qualifiers[] =
143568               {
143569                   /* ArrayType */
143570                   "\005Indexed",
143571                   /* ModelCorrespondence */
143572                   "\036\000\001CIM_PCIController.Capabilities\000",
143573                   0,
143574               };
143575               
143576               static MetaProperty
143577 mike  1.1.2.1 _CIM_PCIController_CapabilityDescriptions =
143578               {
143579                   /* flags */
143580                   META_FLAG_PROPERTY|META_FLAG_READ,
143581                   /* name */
143582                   "CapabilityDescriptions",
143583                   /* qualifiers */
143584                   _CIM_PCIController_CapabilityDescriptions_qualifiers,
143585                   /* type */
143586                   CIMTYPE_STRING,
143587                   /* subscript */
143588                   0,
143589                   /* value */
143590                   0,
143591               };
143592               
143593               static const char*
143594               _CIM_PCIController_DeviceSelectTiming_qualifiers[] =
143595               {
143596                   /* ValueMap */
143597                   "\061\000\0060\0001\0002\0003\0004\0005\000",
143598 mike  1.1.2.1     /* Values */
143599                   "\062\000\006Unknown\000Other\000Fast\000Medium\000Slow\000Reserved\000",
143600                   0,
143601               };
143602               
143603               static MetaProperty
143604               _CIM_PCIController_DeviceSelectTiming =
143605               {
143606                   /* flags */
143607                   META_FLAG_PROPERTY|META_FLAG_READ,
143608                   /* name */
143609                   "DeviceSelectTiming",
143610                   /* qualifiers */
143611                   _CIM_PCIController_DeviceSelectTiming_qualifiers,
143612                   /* type */
143613                   CIMTYPE_UINT16,
143614                   /* subscript */
143615                   -1,
143616                   /* value */
143617                   0,
143618               };
143619 mike  1.1.2.1 
143620               static const char*
143621               _CIM_PCIController_ClassCode_qualifiers[] =
143622               {
143623                   /* ValueMap */
143624                   "\061\000\0240\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018..254\000255\000",
143625                   /* Values */
143626                   "\062\000\024Pre 2.0\000Mass Storage\000Network\000Display\000Multimedia\000Memory\000Bridge\000Simple Communications\000Base Peripheral\000Input\000Docking Station\000Processor\000Serial Bus\000Wireless\000Intelligent I/O\000Satellite Communication\000Encryption/Decryption\000Data Acquisition and Signal Processing\000PCI Reserved\000Other\000",
143627                   0,
143628               };
143629               
143630               static MetaProperty
143631               _CIM_PCIController_ClassCode =
143632               {
143633                   /* flags */
143634                   META_FLAG_PROPERTY|META_FLAG_READ,
143635                   /* name */
143636                   "ClassCode",
143637                   /* qualifiers */
143638                   _CIM_PCIController_ClassCode_qualifiers,
143639                   /* type */
143640 mike  1.1.2.1     CIMTYPE_UINT8,
143641                   /* subscript */
143642                   -1,
143643                   /* value */
143644                   0,
143645               };
143646               
143647               static const char*
143648               _CIM_PCIController_CacheLineSize_qualifiers[] =
143649               {
143650                   /* Units */
143651                   "\060DoubleWords",
143652                   0,
143653               };
143654               
143655               static MetaProperty
143656               _CIM_PCIController_CacheLineSize =
143657               {
143658                   /* flags */
143659                   META_FLAG_PROPERTY|META_FLAG_READ,
143660                   /* name */
143661 mike  1.1.2.1     "CacheLineSize",
143662                   /* qualifiers */
143663                   _CIM_PCIController_CacheLineSize_qualifiers,
143664                   /* type */
143665                   CIMTYPE_UINT8,
143666                   /* subscript */
143667                   -1,
143668                   /* value */
143669                   0,
143670               };
143671               
143672               static const char*
143673               _CIM_PCIController_LatencyTimer_qualifiers[] =
143674               {
143675                   /* Units */
143676                   "\060PCI clock cycles",
143677                   0,
143678               };
143679               
143680               static MetaProperty
143681               _CIM_PCIController_LatencyTimer =
143682 mike  1.1.2.1 {
143683                   /* flags */
143684                   META_FLAG_PROPERTY|META_FLAG_READ,
143685                   /* name */
143686                   "LatencyTimer",
143687                   /* qualifiers */
143688                   _CIM_PCIController_LatencyTimer_qualifiers,
143689                   /* type */
143690                   CIMTYPE_UINT8,
143691                   /* subscript */
143692                   -1,
143693                   /* value */
143694                   0,
143695               };
143696               
143697               static const char*
143698               _CIM_PCIController_InterruptPin_qualifiers[] =
143699               {
143700                   /* ValueMap */
143701                   "\061\000\0060\0001\0002\0003\0004\0005\000",
143702                   /* Values */
143703 mike  1.1.2.1     "\062\000\006None\000INTA#\000INTB#\000INTC#\000INTD#\000Unknown\000",
143704                   0,
143705               };
143706               
143707               static MetaProperty
143708               _CIM_PCIController_InterruptPin =
143709               {
143710                   /* flags */
143711                   META_FLAG_PROPERTY|META_FLAG_READ,
143712                   /* name */
143713                   "InterruptPin",
143714                   /* qualifiers */
143715                   _CIM_PCIController_InterruptPin_qualifiers,
143716                   /* type */
143717                   CIMTYPE_UINT16,
143718                   /* subscript */
143719                   -1,
143720                   /* value */
143721                   0,
143722               };
143723               
143724 mike  1.1.2.1 static const char*
143725               _CIM_PCIController_ExpansionROMBaseAddress_qualifiers[] =
143726               {
143727                   /* Units */
143728                   "\060DoubleWords",
143729                   0,
143730               };
143731               
143732               static MetaProperty
143733               _CIM_PCIController_ExpansionROMBaseAddress =
143734               {
143735                   /* flags */
143736                   META_FLAG_PROPERTY|META_FLAG_READ,
143737                   /* name */
143738                   "ExpansionROMBaseAddress",
143739                   /* qualifiers */
143740                   _CIM_PCIController_ExpansionROMBaseAddress_qualifiers,
143741                   /* type */
143742                   CIMTYPE_UINT32,
143743                   /* subscript */
143744                   -1,
143745 mike  1.1.2.1     /* value */
143746                   0,
143747               };
143748               
143749               static const char*
143750               _CIM_PCIController_SelfTestEnabled_qualifiers[] =
143751               {
143752                   0,
143753               };
143754               
143755               static MetaProperty
143756               _CIM_PCIController_SelfTestEnabled =
143757               {
143758                   /* flags */
143759                   META_FLAG_PROPERTY|META_FLAG_READ,
143760                   /* name */
143761                   "SelfTestEnabled",
143762                   /* qualifiers */
143763                   _CIM_PCIController_SelfTestEnabled_qualifiers,
143764                   /* type */
143765                   CIMTYPE_BOOLEAN,
143766 mike  1.1.2.1     /* subscript */
143767                   -1,
143768                   /* value */
143769                   0,
143770               };
143771               
143772               static MetaFeature*
143773               _CIM_PCIController_BISTExecution_parameters[] =
143774               {
143775                   0,
143776               };
143777               
143778               static const char*
143779               _CIM_PCIController_BISTExecution_qualifiers[] =
143780               {
143781                   0,
143782               };
143783               
143784               static MetaMethod
143785               _CIM_PCIController_BISTExecution =
143786               {
143787 mike  1.1.2.1     /* flags */
143788                   META_FLAG_METHOD,
143789                   /* name */
143790                   "CIM_PCIController",
143791                   /* qualifiers */
143792                   _CIM_PCIController_BISTExecution_qualifiers,
143793                   /* type */
143794                   CIMTYPE_UINT8,
143795                   /* parameters */
143796                   _CIM_PCIController_BISTExecution_parameters,
143797               };
143798               
143799               static MetaFeature*
143800               _CIM_PCIController_features[] =
143801               {
143802                   (MetaFeature*)&_CIM_PCIController_CommandRegister,
143803                   (MetaFeature*)&_CIM_PCIController_Capabilities,
143804                   (MetaFeature*)&_CIM_PCIController_CapabilityDescriptions,
143805                   (MetaFeature*)&_CIM_PCIController_DeviceSelectTiming,
143806                   (MetaFeature*)&_CIM_PCIController_ClassCode,
143807                   (MetaFeature*)&_CIM_PCIController_CacheLineSize,
143808 mike  1.1.2.1     (MetaFeature*)&_CIM_PCIController_LatencyTimer,
143809                   (MetaFeature*)&_CIM_PCIController_InterruptPin,
143810                   (MetaFeature*)&_CIM_PCIController_ExpansionROMBaseAddress,
143811                   (MetaFeature*)&_CIM_PCIController_SelfTestEnabled,
143812                   (MetaFeature*)&_CIM_PCIController_BISTExecution,
143813                   0,
143814               };
143815               
143816               static const char*
143817               __root_cimv2_CIM_PCIController_qualifiers[] =
143818               {
143819                   /* UMLPackagePath */
143820                   "\057CIM::Device::Controller",
143821                   /* Version */
143822                   "\0632.10.0",
143823                   0,
143824               };
143825               
143826               MetaClass
143827               __root_cimv2_CIM_PCIController =
143828               {
143829 mike  1.1.2.1     /* flags */
143830                   META_FLAG_CLASS,
143831                   /* name */
143832                   "CIM_PCIController",
143833                   /* qualifiers */
143834                   __root_cimv2_CIM_PCIController_qualifiers,
143835                   /* super */
143836                   &__root_cimv2_CIM_Controller,
143837                   /* features */
143838                   _CIM_PCIController_features,
143839               };
143840               
143841               //==============================================================================
143842               //
143843               // Class: CIM_PCIDevice
143844               //
143845               //==============================================================================
143846               
143847               static const char*
143848               _CIM_PCIDevice_BaseAddress_qualifiers[] =
143849               {
143850 mike  1.1.2.1     0,
143851               };
143852               
143853               static MetaProperty
143854               _CIM_PCIDevice_BaseAddress =
143855               {
143856                   /* flags */
143857                   META_FLAG_PROPERTY|META_FLAG_READ,
143858                   /* name */
143859                   "BaseAddress",
143860                   /* qualifiers */
143861                   _CIM_PCIDevice_BaseAddress_qualifiers,
143862                   /* type */
143863                   CIMTYPE_UINT32,
143864                   /* subscript */
143865                   6,
143866                   /* value */
143867                   0,
143868               };
143869               
143870               static const char*
143871 mike  1.1.2.1 _CIM_PCIDevice_SubsystemID_qualifiers[] =
143872               {
143873                   0,
143874               };
143875               
143876               static MetaProperty
143877               _CIM_PCIDevice_SubsystemID =
143878               {
143879                   /* flags */
143880                   META_FLAG_PROPERTY|META_FLAG_READ,
143881                   /* name */
143882                   "SubsystemID",
143883                   /* qualifiers */
143884                   _CIM_PCIDevice_SubsystemID_qualifiers,
143885                   /* type */
143886                   CIMTYPE_UINT16,
143887                   /* subscript */
143888                   -1,
143889                   /* value */
143890                   0,
143891               };
143892 mike  1.1.2.1 
143893               static const char*
143894               _CIM_PCIDevice_SubsystemVendorID_qualifiers[] =
143895               {
143896                   0,
143897               };
143898               
143899               static MetaProperty
143900               _CIM_PCIDevice_SubsystemVendorID =
143901               {
143902                   /* flags */
143903                   META_FLAG_PROPERTY|META_FLAG_READ,
143904                   /* name */
143905                   "SubsystemVendorID",
143906                   /* qualifiers */
143907                   _CIM_PCIDevice_SubsystemVendorID_qualifiers,
143908                   /* type */
143909                   CIMTYPE_UINT16,
143910                   /* subscript */
143911                   -1,
143912                   /* value */
143913 mike  1.1.2.1     0,
143914               };
143915               
143916               static const char*
143917               _CIM_PCIDevice_MinGrantTime_qualifiers[] =
143918               {
143919                   /* Units */
143920                   "\060250 nanoseconds",
143921                   0,
143922               };
143923               
143924               static MetaProperty
143925               _CIM_PCIDevice_MinGrantTime =
143926               {
143927                   /* flags */
143928                   META_FLAG_PROPERTY|META_FLAG_READ,
143929                   /* name */
143930                   "MinGrantTime",
143931                   /* qualifiers */
143932                   _CIM_PCIDevice_MinGrantTime_qualifiers,
143933                   /* type */
143934 mike  1.1.2.1     CIMTYPE_UINT8,
143935                   /* subscript */
143936                   -1,
143937                   /* value */
143938                   0,
143939               };
143940               
143941               static const char*
143942               _CIM_PCIDevice_MaxLatency_qualifiers[] =
143943               {
143944                   /* Units */
143945                   "\060250 nanoseconds",
143946                   0,
143947               };
143948               
143949               static MetaProperty
143950               _CIM_PCIDevice_MaxLatency =
143951               {
143952                   /* flags */
143953                   META_FLAG_PROPERTY|META_FLAG_READ,
143954                   /* name */
143955 mike  1.1.2.1     "MaxLatency",
143956                   /* qualifiers */
143957                   _CIM_PCIDevice_MaxLatency_qualifiers,
143958                   /* type */
143959                   CIMTYPE_UINT8,
143960                   /* subscript */
143961                   -1,
143962                   /* value */
143963                   0,
143964               };
143965               
143966               static MetaFeature*
143967               _CIM_PCIDevice_features[] =
143968               {
143969                   (MetaFeature*)&_CIM_PCIDevice_BaseAddress,
143970                   (MetaFeature*)&_CIM_PCIDevice_SubsystemID,
143971                   (MetaFeature*)&_CIM_PCIDevice_SubsystemVendorID,
143972                   (MetaFeature*)&_CIM_PCIDevice_MinGrantTime,
143973                   (MetaFeature*)&_CIM_PCIDevice_MaxLatency,
143974                   0,
143975               };
143976 mike  1.1.2.1 
143977               static const char*
143978               __root_cimv2_CIM_PCIDevice_qualifiers[] =
143979               {
143980                   /* UMLPackagePath */
143981                   "\057CIM::Device::Controller",
143982                   /* Version */
143983                   "\0632.10.0",
143984                   0,
143985               };
143986               
143987               MetaClass
143988               __root_cimv2_CIM_PCIDevice =
143989               {
143990                   /* flags */
143991                   META_FLAG_CLASS,
143992                   /* name */
143993                   "CIM_PCIDevice",
143994                   /* qualifiers */
143995                   __root_cimv2_CIM_PCIDevice_qualifiers,
143996                   /* super */
143997 mike  1.1.2.1     &__root_cimv2_CIM_PCIController,
143998                   /* features */
143999                   _CIM_PCIDevice_features,
144000               };
144001               
144002               //==============================================================================
144003               //
144004               // Class: CIM_PCMCIAController
144005               //
144006               //==============================================================================
144007               
144008               static MetaFeature*
144009               _CIM_PCMCIAController_features[] =
144010               {
144011                   0,
144012               };
144013               
144014               static const char*
144015               __root_cimv2_CIM_PCMCIAController_qualifiers[] =
144016               {
144017                   /* UMLPackagePath */
144018 mike  1.1.2.1     "\057CIM::Device::Controller",
144019                   /* Version */
144020                   "\0632.6.0",
144021                   0,
144022               };
144023               
144024               MetaClass
144025               __root_cimv2_CIM_PCMCIAController =
144026               {
144027                   /* flags */
144028                   META_FLAG_CLASS,
144029                   /* name */
144030                   "CIM_PCMCIAController",
144031                   /* qualifiers */
144032                   __root_cimv2_CIM_PCMCIAController_qualifiers,
144033                   /* super */
144034                   &__root_cimv2_CIM_Controller,
144035                   /* features */
144036                   _CIM_PCMCIAController_features,
144037               };
144038               
144039 mike  1.1.2.1 //==============================================================================
144040               //
144041               // Class: CIM_PhysicalExtent
144042               //
144043               //==============================================================================
144044               
144045               static const char*
144046               _CIM_PhysicalExtent_BlockSize_qualifiers[] =
144047               {
144048                   /* Deprecated */
144049                   "\013\000\002CIM_CompositeExtentBasedOn.BlockSize\000CIM_ProtectedExtentBasedOn.BlockSize\000",
144050                   /* Override */
144051                   "\044BlockSize",
144052                   /* MappingStrings */
144053                   "\026\000\001MIF.DMTF|Physical Extent|001.4\000",
144054                   0,
144055               };
144056               
144057               static MetaProperty
144058               _CIM_PhysicalExtent_BlockSize =
144059               {
144060 mike  1.1.2.1     /* flags */
144061                   META_FLAG_PROPERTY|META_FLAG_READ,
144062                   /* name */
144063                   "BlockSize",
144064                   /* qualifiers */
144065                   _CIM_PhysicalExtent_BlockSize_qualifiers,
144066                   /* type */
144067                   CIMTYPE_UINT64,
144068                   /* subscript */
144069                   -1,
144070                   /* value */
144071                   0,
144072               };
144073               
144074               static const char*
144075               _CIM_PhysicalExtent_NumberOfBlocks_qualifiers[] =
144076               {
144077                   /* Deprecated */
144078                   "\013\000\002CIM_CompositeExtentBasedOn.NumberOfBlocks\000CIM_ProtectedExtentBasedOn.NumberOfBlocks\000",
144079                   /* Override */
144080                   "\044NumberOfBlocks",
144081 mike  1.1.2.1     /* MappingStrings */
144082                   "\026\000\001MIF.DMTF|Physical Extent|001.3\000",
144083                   0,
144084               };
144085               
144086               static MetaProperty
144087               _CIM_PhysicalExtent_NumberOfBlocks =
144088               {
144089                   /* flags */
144090                   META_FLAG_PROPERTY|META_FLAG_READ,
144091                   /* name */
144092                   "NumberOfBlocks",
144093                   /* qualifiers */
144094                   _CIM_PhysicalExtent_NumberOfBlocks_qualifiers,
144095                   /* type */
144096                   CIMTYPE_UINT64,
144097                   /* subscript */
144098                   -1,
144099                   /* value */
144100                   0,
144101               };
144102 mike  1.1.2.1 
144103               static const char*
144104               _CIM_PhysicalExtent_UnitsBeforeCheckDataInterleave_qualifiers[] =
144105               {
144106                   /* Deprecated */
144107                   "\013\000\002CIM_CompositeExtentBasedOn.UnitsBeforeCheckDataInterleave\000CIM_ProtectedExtentBasedOn.UnitsBeforeCheckDataInterleave\000",
144108                   /* Units */
144109                   "\060Bytes",
144110                   /* MappingStrings */
144111                   "\026\000\001MIF.DMTF|Physical Extent|001.6\000",
144112                   0,
144113               };
144114               
144115               static MetaProperty
144116               _CIM_PhysicalExtent_UnitsBeforeCheckDataInterleave =
144117               {
144118                   /* flags */
144119                   META_FLAG_PROPERTY|META_FLAG_READ,
144120                   /* name */
144121                   "UnitsBeforeCheckDataInterleave",
144122                   /* qualifiers */
144123 mike  1.1.2.1     _CIM_PhysicalExtent_UnitsBeforeCheckDataInterleave_qualifiers,
144124                   /* type */
144125                   CIMTYPE_UINT64,
144126                   /* subscript */
144127                   -1,
144128                   /* value */
144129                   0,
144130               };
144131               
144132               static const char*
144133               _CIM_PhysicalExtent_UnitsOfCheckData_qualifiers[] =
144134               {
144135                   /* Deprecated */
144136                   "\013\000\002CIM_CompositeExtentBasedOn.UnitsOfCheckData\000CIM_ProtectedExtentBasedOn.UnitsOfCheckData\000",
144137                   /* Units */
144138                   "\060Bytes",
144139                   /* MappingStrings */
144140                   "\026\000\001MIF.DMTF|Physical Extent|001.7\000",
144141                   0,
144142               };
144143               
144144 mike  1.1.2.1 static MetaProperty
144145               _CIM_PhysicalExtent_UnitsOfCheckData =
144146               {
144147                   /* flags */
144148                   META_FLAG_PROPERTY|META_FLAG_READ,
144149                   /* name */
144150                   "UnitsOfCheckData",
144151                   /* qualifiers */
144152                   _CIM_PhysicalExtent_UnitsOfCheckData_qualifiers,
144153                   /* type */
144154                   CIMTYPE_UINT64,
144155                   /* subscript */
144156                   -1,
144157                   /* value */
144158                   0,
144159               };
144160               
144161               static const char*
144162               _CIM_PhysicalExtent_UnitsOfUserData_qualifiers[] =
144163               {
144164                   /* Deprecated */
144165 mike  1.1.2.1     "\013\000\002CIM_CompositeExtentBasedOn.UnitsOfUserData\000CIM_ProtectedExtentBasedOn.UnitsOfUserData\000",
144166                   /* Units */
144167                   "\060Bytes",
144168                   /* MappingStrings */
144169                   "\026\000\001MIF.DMTF|Physical Extent|001.8\000",
144170                   0,
144171               };
144172               
144173               static MetaProperty
144174               _CIM_PhysicalExtent_UnitsOfUserData =
144175               {
144176                   /* flags */
144177                   META_FLAG_PROPERTY|META_FLAG_READ,
144178                   /* name */
144179                   "UnitsOfUserData",
144180                   /* qualifiers */
144181                   _CIM_PhysicalExtent_UnitsOfUserData_qualifiers,
144182                   /* type */
144183                   CIMTYPE_UINT64,
144184                   /* subscript */
144185                   -1,
144186 mike  1.1.2.1     /* value */
144187                   0,
144188               };
144189               
144190               static MetaFeature*
144191               _CIM_PhysicalExtent_features[] =
144192               {
144193                   (MetaFeature*)&_CIM_PhysicalExtent_BlockSize,
144194                   (MetaFeature*)&_CIM_PhysicalExtent_NumberOfBlocks,
144195                   (MetaFeature*)&_CIM_PhysicalExtent_UnitsBeforeCheckDataInterleave,
144196                   (MetaFeature*)&_CIM_PhysicalExtent_UnitsOfCheckData,
144197                   (MetaFeature*)&_CIM_PhysicalExtent_UnitsOfUserData,
144198                   0,
144199               };
144200               
144201               static const char*
144202               __root_cimv2_CIM_PhysicalExtent_qualifiers[] =
144203               {
144204                   /* Deprecated */
144205                   "\013\000\002CIM_ProtectedExtentBasedOn\000CIM_CompositeExtentBasedOn\000",
144206                   /* UMLPackagePath */
144207 mike  1.1.2.1     "\057CIM::Device::SccExtents",
144208                   /* Version */
144209                   "\0632.7.0",
144210                   0,
144211               };
144212               
144213               MetaClass
144214               __root_cimv2_CIM_PhysicalExtent =
144215               {
144216                   /* flags */
144217                   META_FLAG_CLASS,
144218                   /* name */
144219                   "CIM_PhysicalExtent",
144220                   /* qualifiers */
144221                   __root_cimv2_CIM_PhysicalExtent_qualifiers,
144222                   /* super */
144223                   &__root_cimv2_CIM_StorageExtent,
144224                   /* features */
144225                   _CIM_PhysicalExtent_features,
144226               };
144227               
144228 mike  1.1.2.1 //==============================================================================
144229               //
144230               // Class: CIM_PickerForChanger
144231               //
144232               //==============================================================================
144233               
144234               static const char*
144235               _CIM_PickerForChanger_Antecedent_qualifiers[] =
144236               {
144237                   /* Override */
144238                   "\044Antecedent",
144239                   0,
144240               };
144241               
144242               static MetaReference
144243               _CIM_PickerForChanger_Antecedent =
144244               {
144245                   /* flags */
144246                   META_FLAG_REFERENCE|META_FLAG_READ,
144247                   /* name */
144248                   "Antecedent",
144249 mike  1.1.2.1     /* qualifiers */
144250                   _CIM_PickerForChanger_Antecedent_qualifiers,
144251                   /* subscript */
144252                   -1,
144253                   /* refId */
144254                   &__root_cimv2_CIM_PickerElement,
144255               };
144256               
144257               static const char*
144258               _CIM_PickerForChanger_Dependent_qualifiers[] =
144259               {
144260                   /* Override */
144261                   "\044Dependent",
144262                   /* Max */
144263                   "\027\000\000\000\001",
144264                   0,
144265               };
144266               
144267               static MetaReference
144268               _CIM_PickerForChanger_Dependent =
144269               {
144270 mike  1.1.2.1     /* flags */
144271                   META_FLAG_REFERENCE|META_FLAG_READ,
144272                   /* name */
144273                   "Dependent",
144274                   /* qualifiers */
144275                   _CIM_PickerForChanger_Dependent_qualifiers,
144276                   /* subscript */
144277                   -1,
144278                   /* refId */
144279                   &__root_cimv2_CIM_ChangerDevice,
144280               };
144281               
144282               static MetaFeature*
144283               _CIM_PickerForChanger_features[] =
144284               {
144285                   (MetaFeature*)&_CIM_PickerForChanger_Antecedent,
144286                   (MetaFeature*)&_CIM_PickerForChanger_Dependent,
144287                   0,
144288               };
144289               
144290               static const char*
144291 mike  1.1.2.1 __root_cimv2_CIM_PickerForChanger_qualifiers[] =
144292               {
144293                   /* ASSOCIATION */
144294                   "\000\001",
144295                   /* UMLPackagePath */
144296                   "\057CIM::Device::StorageLib",
144297                   /* Version */
144298                   "\0632.6.0",
144299                   0,
144300               };
144301               
144302               MetaClass
144303               __root_cimv2_CIM_PickerForChanger =
144304               {
144305                   /* flags */
144306                   META_FLAG_ASSOCIATION,
144307                   /* name */
144308                   "CIM_PickerForChanger",
144309                   /* qualifiers */
144310                   __root_cimv2_CIM_PickerForChanger_qualifiers,
144311                   /* super */
144312 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
144313                   /* features */
144314                   _CIM_PickerForChanger_features,
144315               };
144316               
144317               //==============================================================================
144318               //
144319               // Class: CIM_PointingDevice
144320               //
144321               //==============================================================================
144322               
144323               static const char*
144324               _CIM_PointingDevice_PointingType_qualifiers[] =
144325               {
144326                   /* ValueMap */
144327                   "\061\000\0111\0002\0003\0004\0005\0006\0007\0008\0009\000",
144328                   /* Values */
144329                   "\062\000\011Other\000Unknown\000Mouse\000Track Ball\000Track Point\000Glide Point\000Touch Pad\000Touch Screen\000Mouse - Optical Sensor\000",
144330                   /* MappingStrings */
144331                   "\026\000\001MIF.DMTF|Pointing Device|003.1\000",
144332                   0,
144333 mike  1.1.2.1 };
144334               
144335               static MetaProperty
144336               _CIM_PointingDevice_PointingType =
144337               {
144338                   /* flags */
144339                   META_FLAG_PROPERTY|META_FLAG_READ,
144340                   /* name */
144341                   "PointingType",
144342                   /* qualifiers */
144343                   _CIM_PointingDevice_PointingType_qualifiers,
144344                   /* type */
144345                   CIMTYPE_UINT16,
144346                   /* subscript */
144347                   -1,
144348                   /* value */
144349                   0,
144350               };
144351               
144352               static const char*
144353               _CIM_PointingDevice_NumberOfButtons_qualifiers[] =
144354 mike  1.1.2.1 {
144355                   /* MappingStrings */
144356                   "\026\000\001MIF.DMTF|Pointing Device|003.4\000",
144357                   0,
144358               };
144359               
144360               static MetaProperty
144361               _CIM_PointingDevice_NumberOfButtons =
144362               {
144363                   /* flags */
144364                   META_FLAG_PROPERTY|META_FLAG_READ,
144365                   /* name */
144366                   "NumberOfButtons",
144367                   /* qualifiers */
144368                   _CIM_PointingDevice_NumberOfButtons_qualifiers,
144369                   /* type */
144370                   CIMTYPE_UINT8,
144371                   /* subscript */
144372                   -1,
144373                   /* value */
144374                   0,
144375 mike  1.1.2.1 };
144376               
144377               static const char*
144378               _CIM_PointingDevice_Handedness_qualifiers[] =
144379               {
144380                   /* ValueMap */
144381                   "\061\000\0040\0001\0002\0003\000",
144382                   /* Values */
144383                   "\062\000\004Unknown\000Not Applicable\000Right Handed Operation\000Left Handed Operation\000",
144384                   0,
144385               };
144386               
144387               static MetaProperty
144388               _CIM_PointingDevice_Handedness =
144389               {
144390                   /* flags */
144391                   META_FLAG_PROPERTY|META_FLAG_READ,
144392                   /* name */
144393                   "Handedness",
144394                   /* qualifiers */
144395                   _CIM_PointingDevice_Handedness_qualifiers,
144396 mike  1.1.2.1     /* type */
144397                   CIMTYPE_UINT16,
144398                   /* subscript */
144399                   -1,
144400                   /* value */
144401                   0,
144402               };
144403               
144404               static const char*
144405               _CIM_PointingDevice_Resolution_qualifiers[] =
144406               {
144407                   /* Units */
144408                   "\060Counts per Inch",
144409                   0,
144410               };
144411               
144412               static MetaProperty
144413               _CIM_PointingDevice_Resolution =
144414               {
144415                   /* flags */
144416                   META_FLAG_PROPERTY|META_FLAG_READ,
144417 mike  1.1.2.1     /* name */
144418                   "Resolution",
144419                   /* qualifiers */
144420                   _CIM_PointingDevice_Resolution_qualifiers,
144421                   /* type */
144422                   CIMTYPE_UINT32,
144423                   /* subscript */
144424                   -1,
144425                   /* value */
144426                   0,
144427               };
144428               
144429               static MetaFeature*
144430               _CIM_PointingDevice_features[] =
144431               {
144432                   (MetaFeature*)&_CIM_PointingDevice_PointingType,
144433                   (MetaFeature*)&_CIM_PointingDevice_NumberOfButtons,
144434                   (MetaFeature*)&_CIM_PointingDevice_Handedness,
144435                   (MetaFeature*)&_CIM_PointingDevice_Resolution,
144436                   0,
144437               };
144438 mike  1.1.2.1 
144439               static const char*
144440               __root_cimv2_CIM_PointingDevice_qualifiers[] =
144441               {
144442                   /* UMLPackagePath */
144443                   "\057CIM::Device::UserDevices",
144444                   /* Version */
144445                   "\0632.7.0",
144446                   0,
144447               };
144448               
144449               MetaClass
144450               __root_cimv2_CIM_PointingDevice =
144451               {
144452                   /* flags */
144453                   META_FLAG_CLASS,
144454                   /* name */
144455                   "CIM_PointingDevice",
144456                   /* qualifiers */
144457                   __root_cimv2_CIM_PointingDevice_qualifiers,
144458                   /* super */
144459 mike  1.1.2.1     &__root_cimv2_CIM_UserDevice,
144460                   /* features */
144461                   _CIM_PointingDevice_features,
144462               };
144463               
144464               //==============================================================================
144465               //
144466               // Class: CIM_PolicyInSystem
144467               //
144468               //==============================================================================
144469               
144470               static const char*
144471               _CIM_PolicyInSystem_Antecedent_qualifiers[] =
144472               {
144473                   /* Override */
144474                   "\044Antecedent",
144475                   /* Max */
144476                   "\027\000\000\000\001",
144477                   0,
144478               };
144479               
144480 mike  1.1.2.1 static MetaReference
144481               _CIM_PolicyInSystem_Antecedent =
144482               {
144483                   /* flags */
144484                   META_FLAG_REFERENCE|META_FLAG_READ,
144485                   /* name */
144486                   "Antecedent",
144487                   /* qualifiers */
144488                   _CIM_PolicyInSystem_Antecedent_qualifiers,
144489                   /* subscript */
144490                   -1,
144491                   /* refId */
144492                   &__root_cimv2_CIM_System,
144493               };
144494               
144495               static const char*
144496               _CIM_PolicyInSystem_Dependent_qualifiers[] =
144497               {
144498                   /* Override */
144499                   "\044Dependent",
144500                   0,
144501 mike  1.1.2.1 };
144502               
144503               static MetaReference
144504               _CIM_PolicyInSystem_Dependent =
144505               {
144506                   /* flags */
144507                   META_FLAG_REFERENCE|META_FLAG_READ,
144508                   /* name */
144509                   "Dependent",
144510                   /* qualifiers */
144511                   _CIM_PolicyInSystem_Dependent_qualifiers,
144512                   /* subscript */
144513                   -1,
144514                   /* refId */
144515                   &__root_cimv2_CIM_Policy,
144516               };
144517               
144518               static MetaFeature*
144519               _CIM_PolicyInSystem_features[] =
144520               {
144521                   (MetaFeature*)&_CIM_PolicyInSystem_Antecedent,
144522 mike  1.1.2.1     (MetaFeature*)&_CIM_PolicyInSystem_Dependent,
144523                   0,
144524               };
144525               
144526               static const char*
144527               __root_cimv2_CIM_PolicyInSystem_qualifiers[] =
144528               {
144529                   /* ASSOCIATION */
144530                   "\000\001",
144531                   /* UMLPackagePath */
144532                   "\057CIM::Policy",
144533                   /* Abstract */
144534                   "\002\001",
144535                   /* Version */
144536                   "\0632.8.0",
144537                   0,
144538               };
144539               
144540               MetaClass
144541               __root_cimv2_CIM_PolicyInSystem =
144542               {
144543 mike  1.1.2.1     /* flags */
144544                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT,
144545                   /* name */
144546                   "CIM_PolicyInSystem",
144547                   /* qualifiers */
144548                   __root_cimv2_CIM_PolicyInSystem_qualifiers,
144549                   /* super */
144550                   &__root_cimv2_CIM_HostedDependency,
144551                   /* features */
144552                   _CIM_PolicyInSystem_features,
144553               };
144554               
144555               //==============================================================================
144556               //
144557               // Class: CIM_PolicyRepository
144558               //
144559               //==============================================================================
144560               
144561               static MetaFeature*
144562               _CIM_PolicyRepository_features[] =
144563               {
144564 mike  1.1.2.1     0,
144565               };
144566               
144567               static const char*
144568               __root_cimv2_CIM_PolicyRepository_qualifiers[] =
144569               {
144570                   /* Deprecated */
144571                   "\013\000\001CIM_ReusablePolicyContainer\000",
144572                   /* UMLPackagePath */
144573                   "\057CIM::Policy",
144574                   /* Version */
144575                   "\0632.7.0",
144576                   0,
144577               };
144578               
144579               MetaClass
144580               __root_cimv2_CIM_PolicyRepository =
144581               {
144582                   /* flags */
144583                   META_FLAG_CLASS,
144584                   /* name */
144585 mike  1.1.2.1     "CIM_PolicyRepository",
144586                   /* qualifiers */
144587                   __root_cimv2_CIM_PolicyRepository_qualifiers,
144588                   /* super */
144589                   &__root_cimv2_CIM_AdminDomain,
144590                   /* features */
144591                   _CIM_PolicyRepository_features,
144592               };
144593               
144594               //==============================================================================
144595               //
144596               // Class: CIM_PolicyRepositoryInPolicyRepository
144597               //
144598               //==============================================================================
144599               
144600               static const char*
144601               _CIM_PolicyRepositoryInPolicyRepository_GroupComponent_qualifiers[] =
144602               {
144603                   /* Deprecated */
144604                   "\013\000\001CIM_PolicyContainerInPolicyContainer.GroupComponent\000",
144605                   /* Aggregate */
144606 mike  1.1.2.1     "\003\001",
144607                   /* Override */
144608                   "\044GroupComponent",
144609                   0,
144610               };
144611               
144612               static MetaReference
144613               _CIM_PolicyRepositoryInPolicyRepository_GroupComponent =
144614               {
144615                   /* flags */
144616                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
144617                   /* name */
144618                   "GroupComponent",
144619                   /* qualifiers */
144620                   _CIM_PolicyRepositoryInPolicyRepository_GroupComponent_qualifiers,
144621                   /* subscript */
144622                   -1,
144623                   /* refId */
144624                   &__root_cimv2_CIM_PolicyRepository,
144625               };
144626               
144627 mike  1.1.2.1 static const char*
144628               _CIM_PolicyRepositoryInPolicyRepository_PartComponent_qualifiers[] =
144629               {
144630                   /* Deprecated */
144631                   "\013\000\001CIM_PolicyContainerInPolicyContainer.PartComponent\000",
144632                   /* Override */
144633                   "\044PartComponent",
144634                   0,
144635               };
144636               
144637               static MetaReference
144638               _CIM_PolicyRepositoryInPolicyRepository_PartComponent =
144639               {
144640                   /* flags */
144641                   META_FLAG_REFERENCE|META_FLAG_READ,
144642                   /* name */
144643                   "PartComponent",
144644                   /* qualifiers */
144645                   _CIM_PolicyRepositoryInPolicyRepository_PartComponent_qualifiers,
144646                   /* subscript */
144647                   -1,
144648 mike  1.1.2.1     /* refId */
144649                   &__root_cimv2_CIM_PolicyRepository,
144650               };
144651               
144652               static MetaFeature*
144653               _CIM_PolicyRepositoryInPolicyRepository_features[] =
144654               {
144655                   (MetaFeature*)&_CIM_PolicyRepositoryInPolicyRepository_GroupComponent,
144656                   (MetaFeature*)&_CIM_PolicyRepositoryInPolicyRepository_PartComponent,
144657                   0,
144658               };
144659               
144660               static const char*
144661               __root_cimv2_CIM_PolicyRepositoryInPolicyRepository_qualifiers[] =
144662               {
144663                   /* ASSOCIATION */
144664                   "\000\001",
144665                   /* Deprecated */
144666                   "\013\000\001CIM_PolicyContainerInPolicyContainer\000",
144667                   /* UMLPackagePath */
144668                   "\057CIM::Policy",
144669 mike  1.1.2.1     /* Aggregation */
144670                   "\004\001",
144671                   /* Version */
144672                   "\0632.7.0",
144673                   0,
144674               };
144675               
144676               MetaClass
144677               __root_cimv2_CIM_PolicyRepositoryInPolicyRepository =
144678               {
144679                   /* flags */
144680                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
144681                   /* name */
144682                   "CIM_PolicyRepositoryInPolicyRepository",
144683                   /* qualifiers */
144684                   __root_cimv2_CIM_PolicyRepositoryInPolicyRepository_qualifiers,
144685                   /* super */
144686                   &__root_cimv2_CIM_SystemComponent,
144687                   /* features */
144688                   _CIM_PolicyRepositoryInPolicyRepository_features,
144689               };
144690 mike  1.1.2.1 
144691               //==============================================================================
144692               //
144693               // Class: CIM_PolicyRoleCollectionInSystem
144694               //
144695               //==============================================================================
144696               
144697               static const char*
144698               _CIM_PolicyRoleCollectionInSystem_Antecedent_qualifiers[] =
144699               {
144700                   /* Override */
144701                   "\044Antecedent",
144702                   /* Min */
144703                   "\033\000\000\000\001",
144704                   /* Max */
144705                   "\027\000\000\000\001",
144706                   0,
144707               };
144708               
144709               static MetaReference
144710               _CIM_PolicyRoleCollectionInSystem_Antecedent =
144711 mike  1.1.2.1 {
144712                   /* flags */
144713                   META_FLAG_REFERENCE|META_FLAG_READ,
144714                   /* name */
144715                   "Antecedent",
144716                   /* qualifiers */
144717                   _CIM_PolicyRoleCollectionInSystem_Antecedent_qualifiers,
144718                   /* subscript */
144719                   -1,
144720                   /* refId */
144721                   &__root_cimv2_CIM_System,
144722               };
144723               
144724               static const char*
144725               _CIM_PolicyRoleCollectionInSystem_Dependent_qualifiers[] =
144726               {
144727                   /* Override */
144728                   "\044Dependent",
144729                   0,
144730               };
144731               
144732 mike  1.1.2.1 static MetaReference
144733               _CIM_PolicyRoleCollectionInSystem_Dependent =
144734               {
144735                   /* flags */
144736                   META_FLAG_REFERENCE|META_FLAG_READ,
144737                   /* name */
144738                   "Dependent",
144739                   /* qualifiers */
144740                   _CIM_PolicyRoleCollectionInSystem_Dependent_qualifiers,
144741                   /* subscript */
144742                   -1,
144743                   /* refId */
144744                   &__root_cimv2_CIM_PolicyRoleCollection,
144745               };
144746               
144747               static MetaFeature*
144748               _CIM_PolicyRoleCollectionInSystem_features[] =
144749               {
144750                   (MetaFeature*)&_CIM_PolicyRoleCollectionInSystem_Antecedent,
144751                   (MetaFeature*)&_CIM_PolicyRoleCollectionInSystem_Dependent,
144752                   0,
144753 mike  1.1.2.1 };
144754               
144755               static const char*
144756               __root_cimv2_CIM_PolicyRoleCollectionInSystem_qualifiers[] =
144757               {
144758                   /* ASSOCIATION */
144759                   "\000\001",
144760                   /* UMLPackagePath */
144761                   "\057CIM::Policy",
144762                   /* Version */
144763                   "\0632.7.0",
144764                   0,
144765               };
144766               
144767               MetaClass
144768               __root_cimv2_CIM_PolicyRoleCollectionInSystem =
144769               {
144770                   /* flags */
144771                   META_FLAG_ASSOCIATION,
144772                   /* name */
144773                   "CIM_PolicyRoleCollectionInSystem",
144774 mike  1.1.2.1     /* qualifiers */
144775                   __root_cimv2_CIM_PolicyRoleCollectionInSystem_qualifiers,
144776                   /* super */
144777                   &__root_cimv2_CIM_HostedCollection,
144778                   /* features */
144779                   _CIM_PolicyRoleCollectionInSystem_features,
144780               };
144781               
144782               //==============================================================================
144783               //
144784               // Class: CIM_PolicySetInSystem
144785               //
144786               //==============================================================================
144787               
144788               static const char*
144789               _CIM_PolicySetInSystem_Antecedent_qualifiers[] =
144790               {
144791                   /* Override */
144792                   "\044Antecedent",
144793                   /* Min */
144794                   "\033\000\000\000\001",
144795 mike  1.1.2.1     /* Max */
144796                   "\027\000\000\000\001",
144797                   0,
144798               };
144799               
144800               static MetaReference
144801               _CIM_PolicySetInSystem_Antecedent =
144802               {
144803                   /* flags */
144804                   META_FLAG_REFERENCE|META_FLAG_READ,
144805                   /* name */
144806                   "Antecedent",
144807                   /* qualifiers */
144808                   _CIM_PolicySetInSystem_Antecedent_qualifiers,
144809                   /* subscript */
144810                   -1,
144811                   /* refId */
144812                   &__root_cimv2_CIM_System,
144813               };
144814               
144815               static const char*
144816 mike  1.1.2.1 _CIM_PolicySetInSystem_Dependent_qualifiers[] =
144817               {
144818                   /* Override */
144819                   "\044Dependent",
144820                   0,
144821               };
144822               
144823               static MetaReference
144824               _CIM_PolicySetInSystem_Dependent =
144825               {
144826                   /* flags */
144827                   META_FLAG_REFERENCE|META_FLAG_READ,
144828                   /* name */
144829                   "Dependent",
144830                   /* qualifiers */
144831                   _CIM_PolicySetInSystem_Dependent_qualifiers,
144832                   /* subscript */
144833                   -1,
144834                   /* refId */
144835                   &__root_cimv2_CIM_PolicySet,
144836               };
144837 mike  1.1.2.1 
144838               static const char*
144839               _CIM_PolicySetInSystem_Priority_qualifiers[] =
144840               {
144841                   0,
144842               };
144843               
144844               static MetaProperty
144845               _CIM_PolicySetInSystem_Priority =
144846               {
144847                   /* flags */
144848                   META_FLAG_PROPERTY|META_FLAG_READ,
144849                   /* name */
144850                   "Priority",
144851                   /* qualifiers */
144852                   _CIM_PolicySetInSystem_Priority_qualifiers,
144853                   /* type */
144854                   CIMTYPE_UINT16,
144855                   /* subscript */
144856                   -1,
144857                   /* value */
144858 mike  1.1.2.1     0,
144859               };
144860               
144861               static MetaFeature*
144862               _CIM_PolicySetInSystem_features[] =
144863               {
144864                   (MetaFeature*)&_CIM_PolicySetInSystem_Antecedent,
144865                   (MetaFeature*)&_CIM_PolicySetInSystem_Dependent,
144866                   (MetaFeature*)&_CIM_PolicySetInSystem_Priority,
144867                   0,
144868               };
144869               
144870               static const char*
144871               __root_cimv2_CIM_PolicySetInSystem_qualifiers[] =
144872               {
144873                   /* ASSOCIATION */
144874                   "\000\001",
144875                   /* UMLPackagePath */
144876                   "\057CIM::Policy",
144877                   /* Abstract */
144878                   "\002\001",
144879 mike  1.1.2.1     /* Version */
144880                   "\0632.6.0",
144881                   0,
144882               };
144883               
144884               MetaClass
144885               __root_cimv2_CIM_PolicySetInSystem =
144886               {
144887                   /* flags */
144888                   META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT,
144889                   /* name */
144890                   "CIM_PolicySetInSystem",
144891                   /* qualifiers */
144892                   __root_cimv2_CIM_PolicySetInSystem_qualifiers,
144893                   /* super */
144894                   &__root_cimv2_CIM_PolicyInSystem,
144895                   /* features */
144896                   _CIM_PolicySetInSystem_features,
144897               };
144898               
144899               //==============================================================================
144900 mike  1.1.2.1 //
144901               // Class: CIM_PortController
144902               //
144903               //==============================================================================
144904               
144905               static const char*
144906               _CIM_PortController_ControllerType_qualifiers[] =
144907               {
144908                   /* ValueMap */
144909                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
144910                   /* Values */
144911                   "\062\000\011Unknown\000Other\000Ethernet\000IB\000FC\000FDDI\000ATM\000Token Ring\000Frame Relay\000",
144912                   /* ModelCorrespondence */
144913                   "\036\000\001CIM_PortController.OtherControllerType\000",
144914                   0,
144915               };
144916               
144917               static MetaProperty
144918               _CIM_PortController_ControllerType =
144919               {
144920                   /* flags */
144921 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
144922                   /* name */
144923                   "ControllerType",
144924                   /* qualifiers */
144925                   _CIM_PortController_ControllerType_qualifiers,
144926                   /* type */
144927                   CIMTYPE_UINT16,
144928                   /* subscript */
144929                   -1,
144930                   /* value */
144931                   0,
144932               };
144933               
144934               static const char*
144935               _CIM_PortController_OtherControllerType_qualifiers[] =
144936               {
144937                   /* ModelCorrespondence */
144938                   "\036\000\001CIM_PortController.ControllerType\000",
144939                   0,
144940               };
144941               
144942 mike  1.1.2.1 static MetaProperty
144943               _CIM_PortController_OtherControllerType =
144944               {
144945                   /* flags */
144946                   META_FLAG_PROPERTY|META_FLAG_READ,
144947                   /* name */
144948                   "OtherControllerType",
144949                   /* qualifiers */
144950                   _CIM_PortController_OtherControllerType_qualifiers,
144951                   /* type */
144952                   CIMTYPE_STRING,
144953                   /* subscript */
144954                   -1,
144955                   /* value */
144956                   0,
144957               };
144958               
144959               static const char*
144960               _CIM_PortController_ControllerVersion_qualifiers[] =
144961               {
144962                   0,
144963 mike  1.1.2.1 };
144964               
144965               static MetaProperty
144966               _CIM_PortController_ControllerVersion =
144967               {
144968                   /* flags */
144969                   META_FLAG_PROPERTY|META_FLAG_READ,
144970                   /* name */
144971                   "ControllerVersion",
144972                   /* qualifiers */
144973                   _CIM_PortController_ControllerVersion_qualifiers,
144974                   /* type */
144975                   CIMTYPE_UINT16,
144976                   /* subscript */
144977                   -1,
144978                   /* value */
144979                   0,
144980               };
144981               
144982               static MetaFeature*
144983               _CIM_PortController_features[] =
144984 mike  1.1.2.1 {
144985                   (MetaFeature*)&_CIM_PortController_ControllerType,
144986                   (MetaFeature*)&_CIM_PortController_OtherControllerType,
144987                   (MetaFeature*)&_CIM_PortController_ControllerVersion,
144988                   0,
144989               };
144990               
144991               static const char*
144992               __root_cimv2_CIM_PortController_qualifiers[] =
144993               {
144994                   /* UMLPackagePath */
144995                   "\057CIM::Device::Controller",
144996                   /* Version */
144997                   "\0632.10.0",
144998                   0,
144999               };
145000               
145001               MetaClass
145002               __root_cimv2_CIM_PortController =
145003               {
145004                   /* flags */
145005 mike  1.1.2.1     META_FLAG_CLASS,
145006                   /* name */
145007                   "CIM_PortController",
145008                   /* qualifiers */
145009                   __root_cimv2_CIM_PortController_qualifiers,
145010                   /* super */
145011                   &__root_cimv2_CIM_Controller,
145012                   /* features */
145013                   _CIM_PortController_features,
145014               };
145015               
145016               //==============================================================================
145017               //
145018               // Class: CIM_PortResource
145019               //
145020               //==============================================================================
145021               
145022               static MetaFeature*
145023               _CIM_PortResource_features[] =
145024               {
145025                   0,
145026 mike  1.1.2.1 };
145027               
145028               static const char*
145029               __root_cimv2_CIM_PortResource_qualifiers[] =
145030               {
145031                   /* UMLPackagePath */
145032                   "\057CIM::System::SystemResources",
145033                   /* Version */
145034                   "\0632.6.0",
145035                   0,
145036               };
145037               
145038               MetaClass
145039               __root_cimv2_CIM_PortResource =
145040               {
145041                   /* flags */
145042                   META_FLAG_CLASS,
145043                   /* name */
145044                   "CIM_PortResource",
145045                   /* qualifiers */
145046                   __root_cimv2_CIM_PortResource_qualifiers,
145047 mike  1.1.2.1     /* super */
145048                   &__root_cimv2_CIM_MemoryMappedIO,
145049                   /* features */
145050                   _CIM_PortResource_features,
145051               };
145052               
145053               //==============================================================================
145054               //
145055               // Class: CIM_POTSModem
145056               //
145057               //==============================================================================
145058               
145059               static const char*
145060               _CIM_POTSModem_Capabilities_qualifiers[] =
145061               {
145062                   /* ValueMap */
145063                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000",
145064                   /* Values */
145065                   "\062\000\015Unknown\000Other\000Distinctive Ring\000Caller ID\000Voice\000Fax Class 1\000Fax Class 2\000WakeOnRing\000Fax Group 3\000GSM Support\000AMPS Support\000OOB Alerting\000Worldwide Country Support\000",
145066                   /* ArrayType */
145067                   "\005Indexed",
145068 mike  1.1.2.1     /* ModelCorrespondence */
145069                   "\036\000\001CIM_POTSModem.CapabilityDescriptions\000",
145070                   0,
145071               };
145072               
145073               static MetaProperty
145074               _CIM_POTSModem_Capabilities =
145075               {
145076                   /* flags */
145077                   META_FLAG_PROPERTY|META_FLAG_READ,
145078                   /* name */
145079                   "Capabilities",
145080                   /* qualifiers */
145081                   _CIM_POTSModem_Capabilities_qualifiers,
145082                   /* type */
145083                   CIMTYPE_UINT16,
145084                   /* subscript */
145085                   0,
145086                   /* value */
145087                   0,
145088               };
145089 mike  1.1.2.1 
145090               static const char*
145091               _CIM_POTSModem_CapabilityDescriptions_qualifiers[] =
145092               {
145093                   /* ArrayType */
145094                   "\005Indexed",
145095                   /* ModelCorrespondence */
145096                   "\036\000\001CIM_POTSModem.Capabilities\000",
145097                   0,
145098               };
145099               
145100               static MetaProperty
145101               _CIM_POTSModem_CapabilityDescriptions =
145102               {
145103                   /* flags */
145104                   META_FLAG_PROPERTY|META_FLAG_READ,
145105                   /* name */
145106                   "CapabilityDescriptions",
145107                   /* qualifiers */
145108                   _CIM_POTSModem_CapabilityDescriptions_qualifiers,
145109                   /* type */
145110 mike  1.1.2.1     CIMTYPE_STRING,
145111                   /* subscript */
145112                   0,
145113                   /* value */
145114                   0,
145115               };
145116               
145117               static const char*
145118               _CIM_POTSModem_EnabledCapabilities_qualifiers[] =
145119               {
145120                   /* ValueMap */
145121                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000",
145122                   /* Values */
145123                   "\062\000\015Unknown\000Other\000Distinctive Ring\000Caller ID\000Voice\000Fax Class 1\000Fax Class 2\000WakeOnRing\000Fax Group 3\000GSM Support\000AMPS Support\000OOB Alerting\000Worldwide Country Support\000",
145124                   /* ModelCorrespondence */
145125                   "\036\000\001CIM_POTSModem.Capabilities\000",
145126                   0,
145127               };
145128               
145129               static MetaProperty
145130               _CIM_POTSModem_EnabledCapabilities =
145131 mike  1.1.2.1 {
145132                   /* flags */
145133                   META_FLAG_PROPERTY|META_FLAG_READ,
145134                   /* name */
145135                   "EnabledCapabilities",
145136                   /* qualifiers */
145137                   _CIM_POTSModem_EnabledCapabilities_qualifiers,
145138                   /* type */
145139                   CIMTYPE_UINT16,
145140                   /* subscript */
145141                   0,
145142                   /* value */
145143                   0,
145144               };
145145               
145146               static const char*
145147               _CIM_POTSModem_MaxBaudRateToSerialPort_qualifiers[] =
145148               {
145149                   /* Units */
145150                   "\060Bits per Second",
145151                   0,
145152 mike  1.1.2.1 };
145153               
145154               static MetaProperty
145155               _CIM_POTSModem_MaxBaudRateToSerialPort =
145156               {
145157                   /* flags */
145158                   META_FLAG_PROPERTY|META_FLAG_READ,
145159                   /* name */
145160                   "MaxBaudRateToSerialPort",
145161                   /* qualifiers */
145162                   _CIM_POTSModem_MaxBaudRateToSerialPort_qualifiers,
145163                   /* type */
145164                   CIMTYPE_UINT32,
145165                   /* subscript */
145166                   -1,
145167                   /* value */
145168                   0,
145169               };
145170               
145171               static const char*
145172               _CIM_POTSModem_MaxBaudRateToPhone_qualifiers[] =
145173 mike  1.1.2.1 {
145174                   /* Units */
145175                   "\060Bits per Second",
145176                   0,
145177               };
145178               
145179               static MetaProperty
145180               _CIM_POTSModem_MaxBaudRateToPhone =
145181               {
145182                   /* flags */
145183                   META_FLAG_PROPERTY|META_FLAG_READ,
145184                   /* name */
145185                   "MaxBaudRateToPhone",
145186                   /* qualifiers */
145187                   _CIM_POTSModem_MaxBaudRateToPhone_qualifiers,
145188                   /* type */
145189                   CIMTYPE_UINT32,
145190                   /* subscript */
145191                   -1,
145192                   /* value */
145193                   0,
145194 mike  1.1.2.1 };
145195               
145196               static const char*
145197               _CIM_POTSModem_SupportsSynchronousConnect_qualifiers[] =
145198               {
145199                   0,
145200               };
145201               
145202               static MetaProperty
145203               _CIM_POTSModem_SupportsSynchronousConnect =
145204               {
145205                   /* flags */
145206                   META_FLAG_PROPERTY|META_FLAG_READ,
145207                   /* name */
145208                   "SupportsSynchronousConnect",
145209                   /* qualifiers */
145210                   _CIM_POTSModem_SupportsSynchronousConnect_qualifiers,
145211                   /* type */
145212                   CIMTYPE_BOOLEAN,
145213                   /* subscript */
145214                   -1,
145215 mike  1.1.2.1     /* value */
145216                   0,
145217               };
145218               
145219               static const char*
145220               _CIM_POTSModem_DialType_qualifiers[] =
145221               {
145222                   /* ValueMap */
145223                   "\061\000\0030\0001\0002\000",
145224                   /* Values */
145225                   "\062\000\003Unknown\000Tone\000Pulse\000",
145226                   0,
145227               };
145228               
145229               static MetaProperty
145230               _CIM_POTSModem_DialType =
145231               {
145232                   /* flags */
145233                   META_FLAG_PROPERTY|META_FLAG_READ,
145234                   /* name */
145235                   "DialType",
145236 mike  1.1.2.1     /* qualifiers */
145237                   _CIM_POTSModem_DialType_qualifiers,
145238                   /* type */
145239                   CIMTYPE_UINT16,
145240                   /* subscript */
145241                   -1,
145242                   /* value */
145243                   0,
145244               };
145245               
145246               static const char*
145247               _CIM_POTSModem_InactivityTimeout_qualifiers[] =
145248               {
145249                   /* Units */
145250                   "\060Seconds",
145251                   0,
145252               };
145253               
145254               static MetaProperty
145255               _CIM_POTSModem_InactivityTimeout =
145256               {
145257 mike  1.1.2.1     /* flags */
145258                   META_FLAG_PROPERTY|META_FLAG_READ,
145259                   /* name */
145260                   "InactivityTimeout",
145261                   /* qualifiers */
145262                   _CIM_POTSModem_InactivityTimeout_qualifiers,
145263                   /* type */
145264                   CIMTYPE_UINT32,
145265                   /* subscript */
145266                   -1,
145267                   /* value */
145268                   0,
145269               };
145270               
145271               static const char*
145272               _CIM_POTSModem_SpeakerVolumeInfo_qualifiers[] =
145273               {
145274                   /* ValueMap */
145275                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
145276                   /* Values */
145277                   "\062\000\010Unknown\000Other\000Not Supported\000High\000Medium\000Low\000Off\000Auto\000",
145278 mike  1.1.2.1     0,
145279               };
145280               
145281               static MetaProperty
145282               _CIM_POTSModem_SpeakerVolumeInfo =
145283               {
145284                   /* flags */
145285                   META_FLAG_PROPERTY|META_FLAG_READ,
145286                   /* name */
145287                   "SpeakerVolumeInfo",
145288                   /* qualifiers */
145289                   _CIM_POTSModem_SpeakerVolumeInfo_qualifiers,
145290                   /* type */
145291                   CIMTYPE_UINT16,
145292                   /* subscript */
145293                   -1,
145294                   /* value */
145295                   0,
145296               };
145297               
145298               static const char*
145299 mike  1.1.2.1 _CIM_POTSModem_CountriesSupported_qualifiers[] =
145300               {
145301                   /* MaxLen */
145302                   "\030\000\000\000\100",
145303                   0,
145304               };
145305               
145306               static MetaProperty
145307               _CIM_POTSModem_CountriesSupported =
145308               {
145309                   /* flags */
145310                   META_FLAG_PROPERTY|META_FLAG_READ,
145311                   /* name */
145312                   "CountriesSupported",
145313                   /* qualifiers */
145314                   _CIM_POTSModem_CountriesSupported_qualifiers,
145315                   /* type */
145316                   CIMTYPE_STRING,
145317                   /* subscript */
145318                   0,
145319                   /* value */
145320 mike  1.1.2.1     0,
145321               };
145322               
145323               static const char*
145324               _CIM_POTSModem_CountrySelected_qualifiers[] =
145325               {
145326                   /* MaxLen */
145327                   "\030\000\000\000\100",
145328                   0,
145329               };
145330               
145331               static MetaProperty
145332               _CIM_POTSModem_CountrySelected =
145333               {
145334                   /* flags */
145335                   META_FLAG_PROPERTY|META_FLAG_READ,
145336                   /* name */
145337                   "CountrySelected",
145338                   /* qualifiers */
145339                   _CIM_POTSModem_CountrySelected_qualifiers,
145340                   /* type */
145341 mike  1.1.2.1     CIMTYPE_STRING,
145342                   /* subscript */
145343                   -1,
145344                   /* value */
145345                   0,
145346               };
145347               
145348               static const char*
145349               _CIM_POTSModem_RingsBeforeAnswer_qualifiers[] =
145350               {
145351                   0,
145352               };
145353               
145354               static MetaProperty
145355               _CIM_POTSModem_RingsBeforeAnswer =
145356               {
145357                   /* flags */
145358                   META_FLAG_PROPERTY|META_FLAG_READ,
145359                   /* name */
145360                   "RingsBeforeAnswer",
145361                   /* qualifiers */
145362 mike  1.1.2.1     _CIM_POTSModem_RingsBeforeAnswer_qualifiers,
145363                   /* type */
145364                   CIMTYPE_UINT8,
145365                   /* subscript */
145366                   -1,
145367                   /* value */
145368                   0,
145369               };
145370               
145371               static const char*
145372               _CIM_POTSModem_MaxNumberOfPasswords_qualifiers[] =
145373               {
145374                   0,
145375               };
145376               
145377               static MetaProperty
145378               _CIM_POTSModem_MaxNumberOfPasswords =
145379               {
145380                   /* flags */
145381                   META_FLAG_PROPERTY|META_FLAG_READ,
145382                   /* name */
145383 mike  1.1.2.1     "MaxNumberOfPasswords",
145384                   /* qualifiers */
145385                   _CIM_POTSModem_MaxNumberOfPasswords_qualifiers,
145386                   /* type */
145387                   CIMTYPE_UINT16,
145388                   /* subscript */
145389                   -1,
145390                   /* value */
145391                   0,
145392               };
145393               
145394               static const char*
145395               _CIM_POTSModem_CurrentPasswords_qualifiers[] =
145396               {
145397                   /* MaxLen */
145398                   "\030\000\000\000\030",
145399                   0,
145400               };
145401               
145402               static MetaProperty
145403               _CIM_POTSModem_CurrentPasswords =
145404 mike  1.1.2.1 {
145405                   /* flags */
145406                   META_FLAG_PROPERTY|META_FLAG_READ,
145407                   /* name */
145408                   "CurrentPasswords",
145409                   /* qualifiers */
145410                   _CIM_POTSModem_CurrentPasswords_qualifiers,
145411                   /* type */
145412                   CIMTYPE_STRING,
145413                   /* subscript */
145414                   0,
145415                   /* value */
145416                   0,
145417               };
145418               
145419               static const char*
145420               _CIM_POTSModem_SupportsCallback_qualifiers[] =
145421               {
145422                   0,
145423               };
145424               
145425 mike  1.1.2.1 static MetaProperty
145426               _CIM_POTSModem_SupportsCallback =
145427               {
145428                   /* flags */
145429                   META_FLAG_PROPERTY|META_FLAG_READ,
145430                   /* name */
145431                   "SupportsCallback",
145432                   /* qualifiers */
145433                   _CIM_POTSModem_SupportsCallback_qualifiers,
145434                   /* type */
145435                   CIMTYPE_BOOLEAN,
145436                   /* subscript */
145437                   -1,
145438                   /* value */
145439                   0,
145440               };
145441               
145442               static const char*
145443               _CIM_POTSModem_AnswerMode_qualifiers[] =
145444               {
145445                   /* ValueMap */
145446 mike  1.1.2.1     "\061\000\0060\0001\0002\0003\0004\0005\000",
145447                   /* Values */
145448                   "\062\000\006Unknown\000Other\000Disabled\000Manual Answer\000Auto Answer\000Auto Answer with Call-Back\000",
145449                   0,
145450               };
145451               
145452               static MetaProperty
145453               _CIM_POTSModem_AnswerMode =
145454               {
145455                   /* flags */
145456                   META_FLAG_PROPERTY|META_FLAG_READ,
145457                   /* name */
145458                   "AnswerMode",
145459                   /* qualifiers */
145460                   _CIM_POTSModem_AnswerMode_qualifiers,
145461                   /* type */
145462                   CIMTYPE_UINT16,
145463                   /* subscript */
145464                   -1,
145465                   /* value */
145466                   0,
145467 mike  1.1.2.1 };
145468               
145469               static const char*
145470               _CIM_POTSModem_Equalization_qualifiers[] =
145471               {
145472                   /* ValueMap */
145473                   "\061\000\0040\0001\0002\0003\000",
145474                   /* Values */
145475                   "\062\000\004Unknown\000Other\000Long\000Short\000",
145476                   0,
145477               };
145478               
145479               static MetaProperty
145480               _CIM_POTSModem_Equalization =
145481               {
145482                   /* flags */
145483                   META_FLAG_PROPERTY|META_FLAG_READ,
145484                   /* name */
145485                   "Equalization",
145486                   /* qualifiers */
145487                   _CIM_POTSModem_Equalization_qualifiers,
145488 mike  1.1.2.1     /* type */
145489                   CIMTYPE_UINT16,
145490                   /* subscript */
145491                   -1,
145492                   /* value */
145493                   0,
145494               };
145495               
145496               static const char*
145497               _CIM_POTSModem_BlackListedNumbers_qualifiers[] =
145498               {
145499                   0,
145500               };
145501               
145502               static MetaProperty
145503               _CIM_POTSModem_BlackListedNumbers =
145504               {
145505                   /* flags */
145506                   META_FLAG_PROPERTY|META_FLAG_READ,
145507                   /* name */
145508                   "BlackListedNumbers",
145509 mike  1.1.2.1     /* qualifiers */
145510                   _CIM_POTSModem_BlackListedNumbers_qualifiers,
145511                   /* type */
145512                   CIMTYPE_STRING,
145513                   /* subscript */
145514                   0,
145515                   /* value */
145516                   0,
145517               };
145518               
145519               static MetaFeature*
145520               _CIM_POTSModem_features[] =
145521               {
145522                   (MetaFeature*)&_CIM_POTSModem_Capabilities,
145523                   (MetaFeature*)&_CIM_POTSModem_CapabilityDescriptions,
145524                   (MetaFeature*)&_CIM_POTSModem_EnabledCapabilities,
145525                   (MetaFeature*)&_CIM_POTSModem_MaxBaudRateToSerialPort,
145526                   (MetaFeature*)&_CIM_POTSModem_MaxBaudRateToPhone,
145527                   (MetaFeature*)&_CIM_POTSModem_SupportsSynchronousConnect,
145528                   (MetaFeature*)&_CIM_POTSModem_DialType,
145529                   (MetaFeature*)&_CIM_POTSModem_InactivityTimeout,
145530 mike  1.1.2.1     (MetaFeature*)&_CIM_POTSModem_SpeakerVolumeInfo,
145531                   (MetaFeature*)&_CIM_POTSModem_CountriesSupported,
145532                   (MetaFeature*)&_CIM_POTSModem_CountrySelected,
145533                   (MetaFeature*)&_CIM_POTSModem_RingsBeforeAnswer,
145534                   (MetaFeature*)&_CIM_POTSModem_MaxNumberOfPasswords,
145535                   (MetaFeature*)&_CIM_POTSModem_CurrentPasswords,
145536                   (MetaFeature*)&_CIM_POTSModem_SupportsCallback,
145537                   (MetaFeature*)&_CIM_POTSModem_AnswerMode,
145538                   (MetaFeature*)&_CIM_POTSModem_Equalization,
145539                   (MetaFeature*)&_CIM_POTSModem_BlackListedNumbers,
145540                   0,
145541               };
145542               
145543               static const char*
145544               __root_cimv2_CIM_POTSModem_qualifiers[] =
145545               {
145546                   /* UMLPackagePath */
145547                   "\057CIM::Device::Modems",
145548                   /* Version */
145549                   "\0632.10.0",
145550                   0,
145551 mike  1.1.2.1 };
145552               
145553               MetaClass
145554               __root_cimv2_CIM_POTSModem =
145555               {
145556                   /* flags */
145557                   META_FLAG_CLASS,
145558                   /* name */
145559                   "CIM_POTSModem",
145560                   /* qualifiers */
145561                   __root_cimv2_CIM_POTSModem_qualifiers,
145562                   /* super */
145563                   &__root_cimv2_CIM_CallBasedModem,
145564                   /* features */
145565                   _CIM_POTSModem_features,
145566               };
145567               
145568               //==============================================================================
145569               //
145570               // Class: CIM_PowerManagementService
145571               //
145572 mike  1.1.2.1 //==============================================================================
145573               
145574               static const char*
145575               _CIM_PowerManagementService_SetPowerState_PowerState_qualifiers[] =
145576               {
145577                   /* IN */
145578                   "\024\001",
145579                   /* ValueMap */
145580                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
145581                   /* Values */
145582                   "\062\000\010Full Power\000Power Save - Low Power Mode\000Power Save - Standby\000Power Save - Other\000Power Cycle\000Power Off\000Hibernate\000Soft Off\000",
145583                   0,
145584               };
145585               
145586               static MetaProperty
145587               _CIM_PowerManagementService_SetPowerState_PowerState =
145588               {
145589                   /* flags */
145590                   META_FLAG_PROPERTY|META_FLAG_IN,
145591                   /* name */
145592                   "PowerState",
145593 mike  1.1.2.1     /* qualifiers */
145594                   _CIM_PowerManagementService_SetPowerState_PowerState_qualifiers,
145595                   /* type */
145596                   CIMTYPE_UINT16,
145597                   /* subscript */
145598                   -1,
145599                   /* value */
145600                   0,
145601               };
145602               
145603               static const char*
145604               _CIM_PowerManagementService_SetPowerState_ManagedElement_qualifiers[] =
145605               {
145606                   /* IN */
145607                   "\024\001",
145608                   0,
145609               };
145610               
145611               static MetaReference
145612               _CIM_PowerManagementService_SetPowerState_ManagedElement =
145613               {
145614 mike  1.1.2.1     /* flags */
145615                   META_FLAG_REFERENCE|META_FLAG_IN,
145616                   /* name */
145617                   "ManagedElement",
145618                   /* qualifiers */
145619                   _CIM_PowerManagementService_SetPowerState_ManagedElement_qualifiers,
145620                   /* subscript */
145621                   -1,
145622                   /* ref */
145623                   &__root_cimv2_CIM_ManagedElement,
145624               };
145625               
145626               static const char*
145627               _CIM_PowerManagementService_SetPowerState_Time_qualifiers[] =
145628               {
145629                   /* IN */
145630                   "\024\001",
145631                   0,
145632               };
145633               
145634               static MetaProperty
145635 mike  1.1.2.1 _CIM_PowerManagementService_SetPowerState_Time =
145636               {
145637                   /* flags */
145638                   META_FLAG_PROPERTY|META_FLAG_IN,
145639                   /* name */
145640                   "Time",
145641                   /* qualifiers */
145642                   _CIM_PowerManagementService_SetPowerState_Time_qualifiers,
145643                   /* type */
145644                   CIMTYPE_DATETIME,
145645                   /* subscript */
145646                   -1,
145647                   /* value */
145648                   0,
145649               };
145650               
145651               static MetaFeature*
145652               _CIM_PowerManagementService_SetPowerState_parameters[] =
145653               {
145654                   (MetaFeature*)&_CIM_PowerManagementService_SetPowerState_PowerState,
145655                   (MetaFeature*)&_CIM_PowerManagementService_SetPowerState_ManagedElement,
145656 mike  1.1.2.1     (MetaFeature*)&_CIM_PowerManagementService_SetPowerState_Time,
145657                   0,
145658               };
145659               
145660               static const char*
145661               _CIM_PowerManagementService_SetPowerState_qualifiers[] =
145662               {
145663                   0,
145664               };
145665               
145666               static MetaMethod
145667               _CIM_PowerManagementService_SetPowerState =
145668               {
145669                   /* flags */
145670                   META_FLAG_METHOD,
145671                   /* name */
145672                   "CIM_PowerManagementService",
145673                   /* qualifiers */
145674                   _CIM_PowerManagementService_SetPowerState_qualifiers,
145675                   /* type */
145676                   CIMTYPE_UINT32,
145677 mike  1.1.2.1     /* parameters */
145678                   _CIM_PowerManagementService_SetPowerState_parameters,
145679               };
145680               
145681               static MetaFeature*
145682               _CIM_PowerManagementService_features[] =
145683               {
145684                   (MetaFeature*)&_CIM_PowerManagementService_SetPowerState,
145685                   0,
145686               };
145687               
145688               static const char*
145689               __root_cimv2_CIM_PowerManagementService_qualifiers[] =
145690               {
145691                   /* UMLPackagePath */
145692                   "\057CIM::Core::PowerMgmt",
145693                   /* Version */
145694                   "\0632.7.0",
145695                   0,
145696               };
145697               
145698 mike  1.1.2.1 MetaClass
145699               __root_cimv2_CIM_PowerManagementService =
145700               {
145701                   /* flags */
145702                   META_FLAG_CLASS,
145703                   /* name */
145704                   "CIM_PowerManagementService",
145705                   /* qualifiers */
145706                   __root_cimv2_CIM_PowerManagementService_qualifiers,
145707                   /* super */
145708                   &__root_cimv2_CIM_Service,
145709                   /* features */
145710                   _CIM_PowerManagementService_features,
145711               };
145712               
145713               //==============================================================================
145714               //
145715               // Class: CIM_PreambleMarkerService
145716               //
145717               //==============================================================================
145718               
145719 mike  1.1.2.1 static const char*
145720               _CIM_PreambleMarkerService_FilterItemList_qualifiers[] =
145721               {
145722                   /* ArrayType */
145723                   "\005Ordered",
145724                   0,
145725               };
145726               
145727               static MetaProperty
145728               _CIM_PreambleMarkerService_FilterItemList =
145729               {
145730                   /* flags */
145731                   META_FLAG_PROPERTY|META_FLAG_READ,
145732                   /* name */
145733                   "FilterItemList",
145734                   /* qualifiers */
145735                   _CIM_PreambleMarkerService_FilterItemList_qualifiers,
145736                   /* type */
145737                   CIMTYPE_STRING,
145738                   /* subscript */
145739                   0,
145740 mike  1.1.2.1     /* value */
145741                   0,
145742               };
145743               
145744               static MetaFeature*
145745               _CIM_PreambleMarkerService_features[] =
145746               {
145747                   (MetaFeature*)&_CIM_PreambleMarkerService_FilterItemList,
145748                   0,
145749               };
145750               
145751               static const char*
145752               __root_cimv2_CIM_PreambleMarkerService_qualifiers[] =
145753               {
145754                   /* UMLPackagePath */
145755                   "\057CIM::Network::QoS",
145756                   /* Version */
145757                   "\0632.7.0",
145758                   0,
145759               };
145760               
145761 mike  1.1.2.1 MetaClass
145762               __root_cimv2_CIM_PreambleMarkerService =
145763               {
145764                   /* flags */
145765                   META_FLAG_CLASS,
145766                   /* name */
145767                   "CIM_PreambleMarkerService",
145768                   /* qualifiers */
145769                   __root_cimv2_CIM_PreambleMarkerService_qualifiers,
145770                   /* super */
145771                   &__root_cimv2_CIM_MarkerService,
145772                   /* features */
145773                   _CIM_PreambleMarkerService_features,
145774               };
145775               
145776               //==============================================================================
145777               //
145778               // Class: CIM_PrinterServicingQueue
145779               //
145780               //==============================================================================
145781               
145782 mike  1.1.2.1 static const char*
145783               _CIM_PrinterServicingQueue_Antecedent_qualifiers[] =
145784               {
145785                   /* Override */
145786                   "\044Antecedent",
145787                   0,
145788               };
145789               
145790               static MetaReference
145791               _CIM_PrinterServicingQueue_Antecedent =
145792               {
145793                   /* flags */
145794                   META_FLAG_REFERENCE|META_FLAG_READ,
145795                   /* name */
145796                   "Antecedent",
145797                   /* qualifiers */
145798                   _CIM_PrinterServicingQueue_Antecedent_qualifiers,
145799                   /* subscript */
145800                   -1,
145801                   /* refId */
145802                   &__root_cimv2_CIM_Printer,
145803 mike  1.1.2.1 };
145804               
145805               static const char*
145806               _CIM_PrinterServicingQueue_Dependent_qualifiers[] =
145807               {
145808                   /* Override */
145809                   "\044Dependent",
145810                   0,
145811               };
145812               
145813               static MetaReference
145814               _CIM_PrinterServicingQueue_Dependent =
145815               {
145816                   /* flags */
145817                   META_FLAG_REFERENCE|META_FLAG_READ,
145818                   /* name */
145819                   "Dependent",
145820                   /* qualifiers */
145821                   _CIM_PrinterServicingQueue_Dependent_qualifiers,
145822                   /* subscript */
145823                   -1,
145824 mike  1.1.2.1     /* refId */
145825                   &__root_cimv2_CIM_PrintQueue,
145826               };
145827               
145828               static MetaFeature*
145829               _CIM_PrinterServicingQueue_features[] =
145830               {
145831                   (MetaFeature*)&_CIM_PrinterServicingQueue_Antecedent,
145832                   (MetaFeature*)&_CIM_PrinterServicingQueue_Dependent,
145833                   0,
145834               };
145835               
145836               static const char*
145837               __root_cimv2_CIM_PrinterServicingQueue_qualifiers[] =
145838               {
145839                   /* ASSOCIATION */
145840                   "\000\001",
145841                   /* UMLPackagePath */
145842                   "\057CIM::Device::Printing",
145843                   /* Version */
145844                   "\0632.10.0",
145845 mike  1.1.2.1     0,
145846               };
145847               
145848               MetaClass
145849               __root_cimv2_CIM_PrinterServicingQueue =
145850               {
145851                   /* flags */
145852                   META_FLAG_ASSOCIATION,
145853                   /* name */
145854                   "CIM_PrinterServicingQueue",
145855                   /* qualifiers */
145856                   __root_cimv2_CIM_PrinterServicingQueue_qualifiers,
145857                   /* super */
145858                   &__root_cimv2_CIM_Dependency,
145859                   /* features */
145860                   _CIM_PrinterServicingQueue_features,
145861               };
145862               
145863               //==============================================================================
145864               //
145865               // Class: CIM_PrintSAP
145866 mike  1.1.2.1 //
145867               //==============================================================================
145868               
145869               static const char*
145870               _CIM_PrintSAP_PrintProtocol_qualifiers[] =
145871               {
145872                   /* ValueMap */
145873                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
145874                   /* Values */
145875                   "\062\000\010Unknown\000Other\000SMB\000BSD\000SYSV\000HPNP\000IPP\000Local\000",
145876                   /* ArrayType */
145877                   "\005Indexed",
145878                   /* ModelCorrespondence */
145879                   "\036\000\001CIM_PrintSAP.PrintProtocolInfo\000",
145880                   0,
145881               };
145882               
145883               static MetaProperty
145884               _CIM_PrintSAP_PrintProtocol =
145885               {
145886                   /* flags */
145887 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
145888                   /* name */
145889                   "PrintProtocol",
145890                   /* qualifiers */
145891                   _CIM_PrintSAP_PrintProtocol_qualifiers,
145892                   /* type */
145893                   CIMTYPE_UINT16,
145894                   /* subscript */
145895                   0,
145896                   /* value */
145897                   0,
145898               };
145899               
145900               static const char*
145901               _CIM_PrintSAP_PrintProtocolInfo_qualifiers[] =
145902               {
145903                   /* ArrayType */
145904                   "\005Indexed",
145905                   /* ModelCorrespondence */
145906                   "\036\000\001CIM_PrintSAP.PrintProtocol\000",
145907                   0,
145908 mike  1.1.2.1 };
145909               
145910               static MetaProperty
145911               _CIM_PrintSAP_PrintProtocolInfo =
145912               {
145913                   /* flags */
145914                   META_FLAG_PROPERTY|META_FLAG_READ,
145915                   /* name */
145916                   "PrintProtocolInfo",
145917                   /* qualifiers */
145918                   _CIM_PrintSAP_PrintProtocolInfo_qualifiers,
145919                   /* type */
145920                   CIMTYPE_STRING,
145921                   /* subscript */
145922                   0,
145923                   /* value */
145924                   0,
145925               };
145926               
145927               static MetaFeature*
145928               _CIM_PrintSAP_features[] =
145929 mike  1.1.2.1 {
145930                   (MetaFeature*)&_CIM_PrintSAP_PrintProtocol,
145931                   (MetaFeature*)&_CIM_PrintSAP_PrintProtocolInfo,
145932                   0,
145933               };
145934               
145935               static const char*
145936               __root_cimv2_CIM_PrintSAP_qualifiers[] =
145937               {
145938                   /* UMLPackagePath */
145939                   "\057CIM::Device::Printing",
145940                   /* Version */
145941                   "\0632.10.0",
145942                   0,
145943               };
145944               
145945               MetaClass
145946               __root_cimv2_CIM_PrintSAP =
145947               {
145948                   /* flags */
145949                   META_FLAG_CLASS,
145950 mike  1.1.2.1     /* name */
145951                   "CIM_PrintSAP",
145952                   /* qualifiers */
145953                   __root_cimv2_CIM_PrintSAP_qualifiers,
145954                   /* super */
145955                   &__root_cimv2_CIM_ServiceAccessPoint,
145956                   /* features */
145957                   _CIM_PrintSAP_features,
145958               };
145959               
145960               //==============================================================================
145961               //
145962               // Class: CIM_PrintService
145963               //
145964               //==============================================================================
145965               
145966               static const char*
145967               _CIM_PrintService_PaperTypesAvailable_qualifiers[] =
145968               {
145969                   /* ModelCorrespondence */
145970                   "\036\000\002CIM_Printer.PaperTypesAvailable\000CIM_PrintJob.RequiredPaperType\000",
145971 mike  1.1.2.1     0,
145972               };
145973               
145974               static MetaProperty
145975               _CIM_PrintService_PaperTypesAvailable =
145976               {
145977                   /* flags */
145978                   META_FLAG_PROPERTY|META_FLAG_READ,
145979                   /* name */
145980                   "PaperTypesAvailable",
145981                   /* qualifiers */
145982                   _CIM_PrintService_PaperTypesAvailable_qualifiers,
145983                   /* type */
145984                   CIMTYPE_STRING,
145985                   /* subscript */
145986                   0,
145987                   /* value */
145988                   0,
145989               };
145990               
145991               static const char*
145992 mike  1.1.2.1 _CIM_PrintService_LanguagesSupported_qualifiers[] =
145993               {
145994                   /* ValueMap */
145995                   "\061\000\0731\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\00025\00026\00027\00028\00029\00030\00031\00032\00033\00034\00035\00036\00037\00038\00039\00040\00041\00042\00043\00044\00045\00046\00047\00048\00050\00051\00052\00053\00054\00055\00056\00057\00058\00059\00060\000",
145996                   /* Values */
145997                   "\062\000\073Other\000Unknown\000PCL\000HPGL\000PJL\000PS\000PSPrinter\000IPDS\000PPDS\000EscapeP\000Epson\000DDIF\000Interpress\000ISO6429\000Line Data\000MODCA\000REGIS\000SCS\000SPDL\000TEK4014\000PDS\000IGP\000CodeV\000DSCDSE\000WPS\000LN03\000CCITT\000QUIC\000CPAP\000DecPPL\000Simple Text\000NPAP\000DOC\000imPress\000Pinwriter\000NPDL\000NEC201PL\000Automatic\000Pages\000LIPS\000TIFF\000Diagnostic\000CaPSL\000EXCL\000LCDS\000XES\000MIME\000TIPSI\000Prescribe\000LinePrinter\000IDP\000XJCL\000PDF\000RPDL\000IntermecIPL\000UBIFingerprint\000UBIDirectProtocol\000Fujitsu\000PCLXL\000",
145998                   /* MappingStrings */
145999                   "\026\000\001MIB.IETF|Printer-MIB.prtInterpreterLangFamily\000",
146000                   /* ArrayType */
146001                   "\005Indexed",
146002                   /* ModelCorrespondence */
146003                   "\036\000\003CIM_Printer.LanguagesSupported\000CIM_PrintJob.Language\000CIM_PrintService.MimeTypesSupported\000",
146004                   0,
146005               };
146006               
146007               static MetaProperty
146008               _CIM_PrintService_LanguagesSupported =
146009               {
146010                   /* flags */
146011                   META_FLAG_PROPERTY|META_FLAG_READ,
146012                   /* name */
146013 mike  1.1.2.1     "LanguagesSupported",
146014                   /* qualifiers */
146015                   _CIM_PrintService_LanguagesSupported_qualifiers,
146016                   /* type */
146017                   CIMTYPE_UINT16,
146018                   /* subscript */
146019                   0,
146020                   /* value */
146021                   0,
146022               };
146023               
146024               static const char*
146025               _CIM_PrintService_MimeTypesSupported_qualifiers[] =
146026               {
146027                   /* ModelCorrespondence */
146028                   "\036\000\003CIM_Printer.MimeTypesSupported\000CIM_PrintJob.MimeTypes\000CIM_PrintService.LanguagesSupported\000",
146029                   0,
146030               };
146031               
146032               static MetaProperty
146033               _CIM_PrintService_MimeTypesSupported =
146034 mike  1.1.2.1 {
146035                   /* flags */
146036                   META_FLAG_PROPERTY|META_FLAG_READ,
146037                   /* name */
146038                   "MimeTypesSupported",
146039                   /* qualifiers */
146040                   _CIM_PrintService_MimeTypesSupported_qualifiers,
146041                   /* type */
146042                   CIMTYPE_STRING,
146043                   /* subscript */
146044                   0,
146045                   /* value */
146046                   0,
146047               };
146048               
146049               static const char*
146050               _CIM_PrintService_Capabilities_qualifiers[] =
146051               {
146052                   /* ValueMap */
146053                   "\061\000\0260\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\000",
146054                   /* Values */
146055 mike  1.1.2.1     "\062\000\026Unknown\000Other\000Color Printing\000Duplex Printing\000Copies\000Collation\000Stapling\000Transparency Printing\000Punch\000Cover\000Bind\000Black and White Printing\000One Sided\000Two Sided Long Edge\000Two Sided Short Edge\000Portrait\000Landscape\000Reverse Portrait\000Reverse Landscape\000Quality High\000Quality Normal\000Quality Low\000",
146056                   /* ArrayType */
146057                   "\005Indexed",
146058                   /* ModelCorrespondence */
146059                   "\036\000\003CIM_Printer.Capabilities\000CIM_PrintJob.Finishing\000CIM_PrintService.CapabilityDescriptions\000",
146060                   0,
146061               };
146062               
146063               static MetaProperty
146064               _CIM_PrintService_Capabilities =
146065               {
146066                   /* flags */
146067                   META_FLAG_PROPERTY|META_FLAG_READ,
146068                   /* name */
146069                   "Capabilities",
146070                   /* qualifiers */
146071                   _CIM_PrintService_Capabilities_qualifiers,
146072                   /* type */
146073                   CIMTYPE_UINT16,
146074                   /* subscript */
146075                   0,
146076 mike  1.1.2.1     /* value */
146077                   0,
146078               };
146079               
146080               static const char*
146081               _CIM_PrintService_CapabilityDescriptions_qualifiers[] =
146082               {
146083                   /* ArrayType */
146084                   "\005Indexed",
146085                   /* ModelCorrespondence */
146086                   "\036\000\001CIM_PrintService.Capabilities\000",
146087                   0,
146088               };
146089               
146090               static MetaProperty
146091               _CIM_PrintService_CapabilityDescriptions =
146092               {
146093                   /* flags */
146094                   META_FLAG_PROPERTY|META_FLAG_READ,
146095                   /* name */
146096                   "CapabilityDescriptions",
146097 mike  1.1.2.1     /* qualifiers */
146098                   _CIM_PrintService_CapabilityDescriptions_qualifiers,
146099                   /* type */
146100                   CIMTYPE_STRING,
146101                   /* subscript */
146102                   0,
146103                   /* value */
146104                   0,
146105               };
146106               
146107               static const char*
146108               _CIM_PrintService_AvailableFilters_qualifiers[] =
146109               {
146110                   0,
146111               };
146112               
146113               static MetaProperty
146114               _CIM_PrintService_AvailableFilters =
146115               {
146116                   /* flags */
146117                   META_FLAG_PROPERTY|META_FLAG_READ,
146118 mike  1.1.2.1     /* name */
146119                   "AvailableFilters",
146120                   /* qualifiers */
146121                   _CIM_PrintService_AvailableFilters_qualifiers,
146122                   /* type */
146123                   CIMTYPE_STRING,
146124                   /* subscript */
146125                   0,
146126                   /* value */
146127                   0,
146128               };
146129               
146130               static MetaFeature*
146131               _CIM_PrintService_features[] =
146132               {
146133                   (MetaFeature*)&_CIM_PrintService_PaperTypesAvailable,
146134                   (MetaFeature*)&_CIM_PrintService_LanguagesSupported,
146135                   (MetaFeature*)&_CIM_PrintService_MimeTypesSupported,
146136                   (MetaFeature*)&_CIM_PrintService_Capabilities,
146137                   (MetaFeature*)&_CIM_PrintService_CapabilityDescriptions,
146138                   (MetaFeature*)&_CIM_PrintService_AvailableFilters,
146139 mike  1.1.2.1     0,
146140               };
146141               
146142               static const char*
146143               __root_cimv2_CIM_PrintService_qualifiers[] =
146144               {
146145                   /* UMLPackagePath */
146146                   "\057CIM::Device::Printing",
146147                   /* Version */
146148                   "\0632.10.0",
146149                   0,
146150               };
146151               
146152               MetaClass
146153               __root_cimv2_CIM_PrintService =
146154               {
146155                   /* flags */
146156                   META_FLAG_CLASS,
146157                   /* name */
146158                   "CIM_PrintService",
146159                   /* qualifiers */
146160 mike  1.1.2.1     __root_cimv2_CIM_PrintService_qualifiers,
146161                   /* super */
146162                   &__root_cimv2_CIM_Service,
146163                   /* features */
146164                   _CIM_PrintService_features,
146165               };
146166               
146167               //==============================================================================
146168               //
146169               // Class: CIM_Priority8021QMarkerService
146170               //
146171               //==============================================================================
146172               
146173               static const char*
146174               _CIM_Priority8021QMarkerService_PriorityValue_qualifiers[] =
146175               {
146176                   /* MinValue */
146177                   "\035\000\000\000\000\000\000\000\000",
146178                   /* MaxValue */
146179                   "\031\000\000\000\000\000\000\000\007",
146180                   0,
146181 mike  1.1.2.1 };
146182               
146183               static MetaProperty
146184               _CIM_Priority8021QMarkerService_PriorityValue =
146185               {
146186                   /* flags */
146187                   META_FLAG_PROPERTY|META_FLAG_READ,
146188                   /* name */
146189                   "PriorityValue",
146190                   /* qualifiers */
146191                   _CIM_Priority8021QMarkerService_PriorityValue_qualifiers,
146192                   /* type */
146193                   CIMTYPE_UINT8,
146194                   /* subscript */
146195                   -1,
146196                   /* value */
146197                   0,
146198               };
146199               
146200               static MetaFeature*
146201               _CIM_Priority8021QMarkerService_features[] =
146202 mike  1.1.2.1 {
146203                   (MetaFeature*)&_CIM_Priority8021QMarkerService_PriorityValue,
146204                   0,
146205               };
146206               
146207               static const char*
146208               __root_cimv2_CIM_Priority8021QMarkerService_qualifiers[] =
146209               {
146210                   /* UMLPackagePath */
146211                   "\057CIM::Network::QoS",
146212                   /* Version */
146213                   "\0632.7.0",
146214                   0,
146215               };
146216               
146217               MetaClass
146218               __root_cimv2_CIM_Priority8021QMarkerService =
146219               {
146220                   /* flags */
146221                   META_FLAG_CLASS,
146222                   /* name */
146223 mike  1.1.2.1     "CIM_Priority8021QMarkerService",
146224                   /* qualifiers */
146225                   __root_cimv2_CIM_Priority8021QMarkerService_qualifiers,
146226                   /* super */
146227                   &__root_cimv2_CIM_MarkerService,
146228                   /* features */
146229                   _CIM_Priority8021QMarkerService_features,
146230               };
146231               
146232               //==============================================================================
146233               //
146234               // Class: CIM_ProcessThread
146235               //
146236               //==============================================================================
146237               
146238               static const char*
146239               _CIM_ProcessThread_GroupComponent_qualifiers[] =
146240               {
146241                   /* Aggregate */
146242                   "\003\001",
146243                   /* Override */
146244 mike  1.1.2.1     "\044GroupComponent",
146245                   /* Min */
146246                   "\033\000\000\000\001",
146247                   /* Max */
146248                   "\027\000\000\000\001",
146249                   0,
146250               };
146251               
146252               static MetaReference
146253               _CIM_ProcessThread_GroupComponent =
146254               {
146255                   /* flags */
146256                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
146257                   /* name */
146258                   "GroupComponent",
146259                   /* qualifiers */
146260                   _CIM_ProcessThread_GroupComponent_qualifiers,
146261                   /* subscript */
146262                   -1,
146263                   /* refId */
146264                   &__root_cimv2_CIM_Process,
146265 mike  1.1.2.1 };
146266               
146267               static const char*
146268               _CIM_ProcessThread_PartComponent_qualifiers[] =
146269               {
146270                   /* Override */
146271                   "\044PartComponent",
146272                   /* Weak */
146273                   "\064\001",
146274                   0,
146275               };
146276               
146277               static MetaReference
146278               _CIM_ProcessThread_PartComponent =
146279               {
146280                   /* flags */
146281                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
146282                   /* name */
146283                   "PartComponent",
146284                   /* qualifiers */
146285                   _CIM_ProcessThread_PartComponent_qualifiers,
146286 mike  1.1.2.1     /* subscript */
146287                   -1,
146288                   /* refId */
146289                   &__root_cimv2_CIM_Thread,
146290               };
146291               
146292               static MetaFeature*
146293               _CIM_ProcessThread_features[] =
146294               {
146295                   (MetaFeature*)&_CIM_ProcessThread_GroupComponent,
146296                   (MetaFeature*)&_CIM_ProcessThread_PartComponent,
146297                   0,
146298               };
146299               
146300               static const char*
146301               __root_cimv2_CIM_ProcessThread_qualifiers[] =
146302               {
146303                   /* ASSOCIATION */
146304                   "\000\001",
146305                   /* UMLPackagePath */
146306                   "\057CIM::System::Processing",
146307 mike  1.1.2.1     /* Aggregation */
146308                   "\004\001",
146309                   /* Composition */
146310                   "\011\001",
146311                   /* Version */
146312                   "\0632.7.0",
146313                   0,
146314               };
146315               
146316               MetaClass
146317               __root_cimv2_CIM_ProcessThread =
146318               {
146319                   /* flags */
146320                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
146321                   /* name */
146322                   "CIM_ProcessThread",
146323                   /* qualifiers */
146324                   __root_cimv2_CIM_ProcessThread_qualifiers,
146325                   /* super */
146326                   &__root_cimv2_CIM_Component,
146327                   /* features */
146328 mike  1.1.2.1     _CIM_ProcessThread_features,
146329               };
146330               
146331               //==============================================================================
146332               //
146333               // Class: CIM_ProductServiceComponent
146334               //
146335               //==============================================================================
146336               
146337               static const char*
146338               _CIM_ProductServiceComponent_GroupComponent_qualifiers[] =
146339               {
146340                   /* Aggregate */
146341                   "\003\001",
146342                   /* Override */
146343                   "\044GroupComponent",
146344                   /* Max */
146345                   "\027\000\000\000\001",
146346                   0,
146347               };
146348               
146349 mike  1.1.2.1 static MetaReference
146350               _CIM_ProductServiceComponent_GroupComponent =
146351               {
146352                   /* flags */
146353                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
146354                   /* name */
146355                   "GroupComponent",
146356                   /* qualifiers */
146357                   _CIM_ProductServiceComponent_GroupComponent_qualifiers,
146358                   /* subscript */
146359                   -1,
146360                   /* refId */
146361                   &__root_cimv2_CIM_Product,
146362               };
146363               
146364               static const char*
146365               _CIM_ProductServiceComponent_PartComponent_qualifiers[] =
146366               {
146367                   /* Override */
146368                   "\044PartComponent",
146369                   0,
146370 mike  1.1.2.1 };
146371               
146372               static MetaReference
146373               _CIM_ProductServiceComponent_PartComponent =
146374               {
146375                   /* flags */
146376                   META_FLAG_REFERENCE|META_FLAG_READ,
146377                   /* name */
146378                   "PartComponent",
146379                   /* qualifiers */
146380                   _CIM_ProductServiceComponent_PartComponent_qualifiers,
146381                   /* subscript */
146382                   -1,
146383                   /* refId */
146384                   &__root_cimv2_CIM_Service,
146385               };
146386               
146387               static MetaFeature*
146388               _CIM_ProductServiceComponent_features[] =
146389               {
146390                   (MetaFeature*)&_CIM_ProductServiceComponent_GroupComponent,
146391 mike  1.1.2.1     (MetaFeature*)&_CIM_ProductServiceComponent_PartComponent,
146392                   0,
146393               };
146394               
146395               static const char*
146396               __root_cimv2_CIM_ProductServiceComponent_qualifiers[] =
146397               {
146398                   /* ASSOCIATION */
146399                   "\000\001",
146400                   /* UMLPackagePath */
146401                   "\057CIM::Core::ProductFRU",
146402                   /* Aggregation */
146403                   "\004\001",
146404                   /* Composition */
146405                   "\011\001",
146406                   /* Version */
146407                   "\0632.7.0",
146408                   0,
146409               };
146410               
146411               MetaClass
146412 mike  1.1.2.1 __root_cimv2_CIM_ProductServiceComponent =
146413               {
146414                   /* flags */
146415                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
146416                   /* name */
146417                   "CIM_ProductServiceComponent",
146418                   /* qualifiers */
146419                   __root_cimv2_CIM_ProductServiceComponent_qualifiers,
146420                   /* super */
146421                   &__root_cimv2_CIM_Component,
146422                   /* features */
146423                   _CIM_ProductServiceComponent_features,
146424               };
146425               
146426               //==============================================================================
146427               //
146428               // Class: CIM_ProtectedExtentBasedOn
146429               //
146430               //==============================================================================
146431               
146432               static const char*
146433 mike  1.1.2.1 _CIM_ProtectedExtentBasedOn_Antecedent_qualifiers[] =
146434               {
146435                   /* Override */
146436                   "\044Antecedent",
146437                   0,
146438               };
146439               
146440               static MetaReference
146441               _CIM_ProtectedExtentBasedOn_Antecedent =
146442               {
146443                   /* flags */
146444                   META_FLAG_REFERENCE|META_FLAG_READ,
146445                   /* name */
146446                   "Antecedent",
146447                   /* qualifiers */
146448                   _CIM_ProtectedExtentBasedOn_Antecedent_qualifiers,
146449                   /* subscript */
146450                   -1,
146451                   /* refId */
146452                   &__root_cimv2_CIM_StorageExtent,
146453               };
146454 mike  1.1.2.1 
146455               static const char*
146456               _CIM_ProtectedExtentBasedOn_Dependent_qualifiers[] =
146457               {
146458                   /* Override */
146459                   "\044Dependent",
146460                   0,
146461               };
146462               
146463               static MetaReference
146464               _CIM_ProtectedExtentBasedOn_Dependent =
146465               {
146466                   /* flags */
146467                   META_FLAG_REFERENCE|META_FLAG_READ,
146468                   /* name */
146469                   "Dependent",
146470                   /* qualifiers */
146471                   _CIM_ProtectedExtentBasedOn_Dependent_qualifiers,
146472                   /* subscript */
146473                   -1,
146474                   /* refId */
146475 mike  1.1.2.1     &__root_cimv2_CIM_StorageExtent,
146476               };
146477               
146478               static const char*
146479               _CIM_ProtectedExtentBasedOn_StartingAddress_qualifiers[] =
146480               {
146481                   /* Override */
146482                   "\044StartingAddress",
146483                   /* MappingStrings */
146484                   "\026\000\001MIF.DMTF|Physical Extent|001.2\000",
146485                   0,
146486               };
146487               
146488               static MetaProperty
146489               _CIM_ProtectedExtentBasedOn_StartingAddress =
146490               {
146491                   /* flags */
146492                   META_FLAG_PROPERTY|META_FLAG_READ,
146493                   /* name */
146494                   "StartingAddress",
146495                   /* qualifiers */
146496 mike  1.1.2.1     _CIM_ProtectedExtentBasedOn_StartingAddress_qualifiers,
146497                   /* type */
146498                   CIMTYPE_UINT64,
146499                   /* subscript */
146500                   -1,
146501                   /* value */
146502                   0,
146503               };
146504               
146505               static const char*
146506               _CIM_ProtectedExtentBasedOn_NumberOfBlocks_qualifiers[] =
146507               {
146508                   /* MappingStrings */
146509                   "\026\000\001MIF.DMTF|Physical Extent|001.3\000",
146510                   /* ModelCorrespondence */
146511                   "\036\000\001CIM_StorageExtent.NumberOfBlocks\000",
146512                   0,
146513               };
146514               
146515               static MetaProperty
146516               _CIM_ProtectedExtentBasedOn_NumberOfBlocks =
146517 mike  1.1.2.1 {
146518                   /* flags */
146519                   META_FLAG_PROPERTY|META_FLAG_READ,
146520                   /* name */
146521                   "NumberOfBlocks",
146522                   /* qualifiers */
146523                   _CIM_ProtectedExtentBasedOn_NumberOfBlocks_qualifiers,
146524                   /* type */
146525                   CIMTYPE_UINT64,
146526                   /* subscript */
146527                   -1,
146528                   /* value */
146529                   0,
146530               };
146531               
146532               static const char*
146533               _CIM_ProtectedExtentBasedOn_BlockSize_qualifiers[] =
146534               {
146535                   /* Units */
146536                   "\060Bytes",
146537                   /* MappingStrings */
146538 mike  1.1.2.1     "\026\000\001MIF.DMTF|Physical Extent|001.4\000",
146539                   /* ModelCorrespondence */
146540                   "\036\000\001CIM_StorageExtent.BlockSize\000",
146541                   0,
146542               };
146543               
146544               static MetaProperty
146545               _CIM_ProtectedExtentBasedOn_BlockSize =
146546               {
146547                   /* flags */
146548                   META_FLAG_PROPERTY|META_FLAG_READ,
146549                   /* name */
146550                   "BlockSize",
146551                   /* qualifiers */
146552                   _CIM_ProtectedExtentBasedOn_BlockSize_qualifiers,
146553                   /* type */
146554                   CIMTYPE_UINT64,
146555                   /* subscript */
146556                   -1,
146557                   /* value */
146558                   0,
146559 mike  1.1.2.1 };
146560               
146561               static const char*
146562               _CIM_ProtectedExtentBasedOn_UnitsBeforeCheckDataInterleave_qualifiers[] =
146563               {
146564                   /* Units */
146565                   "\060Bytes",
146566                   /* MappingStrings */
146567                   "\026\000\001MIF.DMTF|Physical Extent|001.6\000",
146568                   0,
146569               };
146570               
146571               static MetaProperty
146572               _CIM_ProtectedExtentBasedOn_UnitsBeforeCheckDataInterleave =
146573               {
146574                   /* flags */
146575                   META_FLAG_PROPERTY|META_FLAG_READ,
146576                   /* name */
146577                   "UnitsBeforeCheckDataInterleave",
146578                   /* qualifiers */
146579                   _CIM_ProtectedExtentBasedOn_UnitsBeforeCheckDataInterleave_qualifiers,
146580 mike  1.1.2.1     /* type */
146581                   CIMTYPE_UINT64,
146582                   /* subscript */
146583                   -1,
146584                   /* value */
146585                   0,
146586               };
146587               
146588               static const char*
146589               _CIM_ProtectedExtentBasedOn_UnitsOfCheckData_qualifiers[] =
146590               {
146591                   /* Units */
146592                   "\060Bytes",
146593                   /* MappingStrings */
146594                   "\026\000\001MIF.DMTF|Physical Extent|001.7\000",
146595                   0,
146596               };
146597               
146598               static MetaProperty
146599               _CIM_ProtectedExtentBasedOn_UnitsOfCheckData =
146600               {
146601 mike  1.1.2.1     /* flags */
146602                   META_FLAG_PROPERTY|META_FLAG_READ,
146603                   /* name */
146604                   "UnitsOfCheckData",
146605                   /* qualifiers */
146606                   _CIM_ProtectedExtentBasedOn_UnitsOfCheckData_qualifiers,
146607                   /* type */
146608                   CIMTYPE_UINT64,
146609                   /* subscript */
146610                   -1,
146611                   /* value */
146612                   0,
146613               };
146614               
146615               static const char*
146616               _CIM_ProtectedExtentBasedOn_UnitsOfUserData_qualifiers[] =
146617               {
146618                   /* Units */
146619                   "\060Bytes",
146620                   /* MappingStrings */
146621                   "\026\000\001MIF.DMTF|Physical Extent|001.8\000",
146622 mike  1.1.2.1     0,
146623               };
146624               
146625               static MetaProperty
146626               _CIM_ProtectedExtentBasedOn_UnitsOfUserData =
146627               {
146628                   /* flags */
146629                   META_FLAG_PROPERTY|META_FLAG_READ,
146630                   /* name */
146631                   "UnitsOfUserData",
146632                   /* qualifiers */
146633                   _CIM_ProtectedExtentBasedOn_UnitsOfUserData_qualifiers,
146634                   /* type */
146635                   CIMTYPE_UINT64,
146636                   /* subscript */
146637                   -1,
146638                   /* value */
146639                   0,
146640               };
146641               
146642               static MetaFeature*
146643 mike  1.1.2.1 _CIM_ProtectedExtentBasedOn_features[] =
146644               {
146645                   (MetaFeature*)&_CIM_ProtectedExtentBasedOn_Antecedent,
146646                   (MetaFeature*)&_CIM_ProtectedExtentBasedOn_Dependent,
146647                   (MetaFeature*)&_CIM_ProtectedExtentBasedOn_StartingAddress,
146648                   (MetaFeature*)&_CIM_ProtectedExtentBasedOn_NumberOfBlocks,
146649                   (MetaFeature*)&_CIM_ProtectedExtentBasedOn_BlockSize,
146650                   (MetaFeature*)&_CIM_ProtectedExtentBasedOn_UnitsBeforeCheckDataInterleave,
146651                   (MetaFeature*)&_CIM_ProtectedExtentBasedOn_UnitsOfCheckData,
146652                   (MetaFeature*)&_CIM_ProtectedExtentBasedOn_UnitsOfUserData,
146653                   0,
146654               };
146655               
146656               static const char*
146657               __root_cimv2_CIM_ProtectedExtentBasedOn_qualifiers[] =
146658               {
146659                   /* ASSOCIATION */
146660                   "\000\001",
146661                   /* UMLPackagePath */
146662                   "\057CIM::Device::StorageExtents",
146663                   /* Version */
146664 mike  1.1.2.1     "\0632.7.0",
146665                   0,
146666               };
146667               
146668               MetaClass
146669               __root_cimv2_CIM_ProtectedExtentBasedOn =
146670               {
146671                   /* flags */
146672                   META_FLAG_ASSOCIATION,
146673                   /* name */
146674                   "CIM_ProtectedExtentBasedOn",
146675                   /* qualifiers */
146676                   __root_cimv2_CIM_ProtectedExtentBasedOn_qualifiers,
146677                   /* super */
146678                   &__root_cimv2_CIM_BasedOn,
146679                   /* features */
146680                   _CIM_ProtectedExtentBasedOn_features,
146681               };
146682               
146683               //==============================================================================
146684               //
146685 mike  1.1.2.1 // Class: CIM_ProtectedSpaceExtent
146686               //
146687               //==============================================================================
146688               
146689               static const char*
146690               _CIM_ProtectedSpaceExtent_BlockSize_qualifiers[] =
146691               {
146692                   /* Deprecated */
146693                   "\013\000\002CIM_CompositeExtentBasedOn.BlockSize\000CIM_ProtectedExtentBasedOn.BlockSize\000",
146694                   /* Override */
146695                   "\044BlockSize",
146696                   /* MappingStrings */
146697                   "\026\000\001MIF.DMTF|Protected Space Extent|001.4\000",
146698                   0,
146699               };
146700               
146701               static MetaProperty
146702               _CIM_ProtectedSpaceExtent_BlockSize =
146703               {
146704                   /* flags */
146705                   META_FLAG_PROPERTY|META_FLAG_READ,
146706 mike  1.1.2.1     /* name */
146707                   "BlockSize",
146708                   /* qualifiers */
146709                   _CIM_ProtectedSpaceExtent_BlockSize_qualifiers,
146710                   /* type */
146711                   CIMTYPE_UINT64,
146712                   /* subscript */
146713                   -1,
146714                   /* value */
146715                   0,
146716               };
146717               
146718               static const char*
146719               _CIM_ProtectedSpaceExtent_NumberOfBlocks_qualifiers[] =
146720               {
146721                   /* Deprecated */
146722                   "\013\000\002CIM_CompositeExtentBasedOn.NumberOfBlocks\000CIM_ProtectedExtentBasedOn.NumberOfBlocks\000",
146723                   /* Override */
146724                   "\044NumberOfBlocks",
146725                   /* MappingStrings */
146726                   "\026\000\001MIF.DMTF|Protected Space Extent|001.3\000",
146727 mike  1.1.2.1     0,
146728               };
146729               
146730               static MetaProperty
146731               _CIM_ProtectedSpaceExtent_NumberOfBlocks =
146732               {
146733                   /* flags */
146734                   META_FLAG_PROPERTY|META_FLAG_READ,
146735                   /* name */
146736                   "NumberOfBlocks",
146737                   /* qualifiers */
146738                   _CIM_ProtectedSpaceExtent_NumberOfBlocks_qualifiers,
146739                   /* type */
146740                   CIMTYPE_UINT64,
146741                   /* subscript */
146742                   -1,
146743                   /* value */
146744                   0,
146745               };
146746               
146747               static const char*
146748 mike  1.1.2.1 _CIM_ProtectedSpaceExtent_UserDataStripeDepth_qualifiers[] =
146749               {
146750                   /* Deprecated */
146751                   "\013\000\001CIM_CompositeExtentBasedOn.UserDataStripeDepth\000",
146752                   /* Units */
146753                   "\060Bytes",
146754                   /* MappingStrings */
146755                   "\026\000\001MIF.DMTF|Protected Space Extent|001.6\000",
146756                   0,
146757               };
146758               
146759               static MetaProperty
146760               _CIM_ProtectedSpaceExtent_UserDataStripeDepth =
146761               {
146762                   /* flags */
146763                   META_FLAG_PROPERTY|META_FLAG_READ,
146764                   /* name */
146765                   "UserDataStripeDepth",
146766                   /* qualifiers */
146767                   _CIM_ProtectedSpaceExtent_UserDataStripeDepth_qualifiers,
146768                   /* type */
146769 mike  1.1.2.1     CIMTYPE_UINT64,
146770                   /* subscript */
146771                   -1,
146772                   /* value */
146773                   0,
146774               };
146775               
146776               static MetaFeature*
146777               _CIM_ProtectedSpaceExtent_features[] =
146778               {
146779                   (MetaFeature*)&_CIM_ProtectedSpaceExtent_BlockSize,
146780                   (MetaFeature*)&_CIM_ProtectedSpaceExtent_NumberOfBlocks,
146781                   (MetaFeature*)&_CIM_ProtectedSpaceExtent_UserDataStripeDepth,
146782                   0,
146783               };
146784               
146785               static const char*
146786               __root_cimv2_CIM_ProtectedSpaceExtent_qualifiers[] =
146787               {
146788                   /* Deprecated */
146789                   "\013\000\002CIM_ProtectedExtentBasedOn\000CIM_CompositeExtentBasedOn\000",
146790 mike  1.1.2.1     /* UMLPackagePath */
146791                   "\057CIM::Device::SccExtents",
146792                   /* Version */
146793                   "\0632.7.0",
146794                   0,
146795               };
146796               
146797               MetaClass
146798               __root_cimv2_CIM_ProtectedSpaceExtent =
146799               {
146800                   /* flags */
146801                   META_FLAG_CLASS,
146802                   /* name */
146803                   "CIM_ProtectedSpaceExtent",
146804                   /* qualifiers */
146805                   __root_cimv2_CIM_ProtectedSpaceExtent_qualifiers,
146806                   /* super */
146807                   &__root_cimv2_CIM_StorageExtent,
146808                   /* features */
146809                   _CIM_ProtectedSpaceExtent_features,
146810               };
146811 mike  1.1.2.1 
146812               //==============================================================================
146813               //
146814               // Class: CIM_ProtocolAdapter
146815               //
146816               //==============================================================================
146817               
146818               static const char*
146819               _CIM_ProtocolAdapter_Name_qualifiers[] =
146820               {
146821                   /* Deprecated */
146822                   "\013\000\001CIM_ObjectManagerAdapter.Name\000",
146823                   /* Override */
146824                   "\044Name",
146825                   0,
146826               };
146827               
146828               static MetaProperty
146829               _CIM_ProtocolAdapter_Name =
146830               {
146831                   /* flags */
146832 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
146833                   /* name */
146834                   "Name",
146835                   /* qualifiers */
146836                   _CIM_ProtocolAdapter_Name_qualifiers,
146837                   /* type */
146838                   CIMTYPE_STRING,
146839                   /* subscript */
146840                   -1,
146841                   /* value */
146842                   0,
146843               };
146844               
146845               static const char*
146846               _CIM_ProtocolAdapter_Handle_qualifiers[] =
146847               {
146848                   /* Deprecated */
146849                   "\013\000\001CIM_ObjectManagerAdapter.Handle\000",
146850                   /* Required */
146851                   "\050\001",
146852                   0,
146853 mike  1.1.2.1 };
146854               
146855               static MetaProperty
146856               _CIM_ProtocolAdapter_Handle =
146857               {
146858                   /* flags */
146859                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
146860                   /* name */
146861                   "Handle",
146862                   /* qualifiers */
146863                   _CIM_ProtocolAdapter_Handle_qualifiers,
146864                   /* type */
146865                   CIMTYPE_STRING,
146866                   /* subscript */
146867                   -1,
146868                   /* value */
146869                   0,
146870               };
146871               
146872               static const char*
146873               _CIM_ProtocolAdapter_ProtocolAdapterType_qualifiers[] =
146874 mike  1.1.2.1 {
146875                   /* Deprecated */
146876                   "\013\000\001CIM_ObjectManagerAdapter.AdapterType\000",
146877                   /* Required */
146878                   "\050\001",
146879                   /* ValueMap */
146880                   "\061\000\0031\0002\0003\000",
146881                   /* Values */
146882                   "\062\000\003Other\000Client\000Provider\000",
146883                   /* ModelCorrespondence */
146884                   "\036\000\001CIM_ProtocolAdapter.OtherProtocolAdapterType\000",
146885                   0,
146886               };
146887               
146888               static MetaProperty
146889               _CIM_ProtocolAdapter_ProtocolAdapterType =
146890               {
146891                   /* flags */
146892                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
146893                   /* name */
146894                   "ProtocolAdapterType",
146895 mike  1.1.2.1     /* qualifiers */
146896                   _CIM_ProtocolAdapter_ProtocolAdapterType_qualifiers,
146897                   /* type */
146898                   CIMTYPE_UINT16,
146899                   /* subscript */
146900                   -1,
146901                   /* value */
146902                   0,
146903               };
146904               
146905               static const char*
146906               _CIM_ProtocolAdapter_OtherProtocolAdapterType_qualifiers[] =
146907               {
146908                   /* Deprecated */
146909                   "\013\000\001CIM_ObjectManagerAdapter.OtherAdapterTypeDescription\000",
146910                   /* ModelCorrespondence */
146911                   "\036\000\001CIM_ProtocolAdapter.ProtocolAdapterType\000",
146912                   0,
146913               };
146914               
146915               static MetaProperty
146916 mike  1.1.2.1 _CIM_ProtocolAdapter_OtherProtocolAdapterType =
146917               {
146918                   /* flags */
146919                   META_FLAG_PROPERTY|META_FLAG_READ,
146920                   /* name */
146921                   "OtherProtocolAdapterType",
146922                   /* qualifiers */
146923                   _CIM_ProtocolAdapter_OtherProtocolAdapterType_qualifiers,
146924                   /* type */
146925                   CIMTYPE_STRING,
146926                   /* subscript */
146927                   -1,
146928                   /* value */
146929                   0,
146930               };
146931               
146932               static MetaFeature*
146933               _CIM_ProtocolAdapter_features[] =
146934               {
146935                   (MetaFeature*)&_CIM_ProtocolAdapter_Name,
146936                   (MetaFeature*)&_CIM_ProtocolAdapter_Handle,
146937 mike  1.1.2.1     (MetaFeature*)&_CIM_ProtocolAdapter_ProtocolAdapterType,
146938                   (MetaFeature*)&_CIM_ProtocolAdapter_OtherProtocolAdapterType,
146939                   0,
146940               };
146941               
146942               static const char*
146943               __root_cimv2_CIM_ProtocolAdapter_qualifiers[] =
146944               {
146945                   /* Deprecated */
146946                   "\013\000\001CIM_ObjectManagerAdapter\000",
146947                   /* UMLPackagePath */
146948                   "\057CIM::Interop",
146949                   /* Version */
146950                   "\0632.8.0",
146951                   0,
146952               };
146953               
146954               MetaClass
146955               __root_cimv2_CIM_ProtocolAdapter =
146956               {
146957                   /* flags */
146958 mike  1.1.2.1     META_FLAG_CLASS,
146959                   /* name */
146960                   "CIM_ProtocolAdapter",
146961                   /* qualifiers */
146962                   __root_cimv2_CIM_ProtocolAdapter_qualifiers,
146963                   /* super */
146964                   &__root_cimv2_CIM_WBEMService,
146965                   /* features */
146966                   _CIM_ProtocolAdapter_features,
146967               };
146968               
146969               //==============================================================================
146970               //
146971               // Class: CIM_ProtocolControllerAccessesUnit
146972               //
146973               //==============================================================================
146974               
146975               static const char*
146976               _CIM_ProtocolControllerAccessesUnit_Antecedent_qualifiers[] =
146977               {
146978                   /* Override */
146979 mike  1.1.2.1     "\044Antecedent",
146980                   0,
146981               };
146982               
146983               static MetaReference
146984               _CIM_ProtocolControllerAccessesUnit_Antecedent =
146985               {
146986                   /* flags */
146987                   META_FLAG_REFERENCE|META_FLAG_READ,
146988                   /* name */
146989                   "Antecedent",
146990                   /* qualifiers */
146991                   _CIM_ProtocolControllerAccessesUnit_Antecedent_qualifiers,
146992                   /* subscript */
146993                   -1,
146994                   /* refId */
146995                   &__root_cimv2_CIM_ProtocolController,
146996               };
146997               
146998               static const char*
146999               _CIM_ProtocolControllerAccessesUnit_Dependent_qualifiers[] =
147000 mike  1.1.2.1 {
147001                   /* Override */
147002                   "\044Dependent",
147003                   0,
147004               };
147005               
147006               static MetaReference
147007               _CIM_ProtocolControllerAccessesUnit_Dependent =
147008               {
147009                   /* flags */
147010                   META_FLAG_REFERENCE|META_FLAG_READ,
147011                   /* name */
147012                   "Dependent",
147013                   /* qualifiers */
147014                   _CIM_ProtocolControllerAccessesUnit_Dependent_qualifiers,
147015                   /* subscript */
147016                   -1,
147017                   /* refId */
147018                   &__root_cimv2_CIM_LogicalDevice,
147019               };
147020               
147021 mike  1.1.2.1 static const char*
147022               _CIM_ProtocolControllerAccessesUnit_TargetControllerNumber_qualifiers[] =
147023               {
147024                   0,
147025               };
147026               
147027               static MetaProperty
147028               _CIM_ProtocolControllerAccessesUnit_TargetControllerNumber =
147029               {
147030                   /* flags */
147031                   META_FLAG_PROPERTY|META_FLAG_READ,
147032                   /* name */
147033                   "TargetControllerNumber",
147034                   /* qualifiers */
147035                   _CIM_ProtocolControllerAccessesUnit_TargetControllerNumber_qualifiers,
147036                   /* type */
147037                   CIMTYPE_STRING,
147038                   /* subscript */
147039                   -1,
147040                   /* value */
147041                   0,
147042 mike  1.1.2.1 };
147043               
147044               static MetaFeature*
147045               _CIM_ProtocolControllerAccessesUnit_features[] =
147046               {
147047                   (MetaFeature*)&_CIM_ProtocolControllerAccessesUnit_Antecedent,
147048                   (MetaFeature*)&_CIM_ProtocolControllerAccessesUnit_Dependent,
147049                   (MetaFeature*)&_CIM_ProtocolControllerAccessesUnit_TargetControllerNumber,
147050                   0,
147051               };
147052               
147053               static const char*
147054               __root_cimv2_CIM_ProtocolControllerAccessesUnit_qualifiers[] =
147055               {
147056                   /* ASSOCIATION */
147057                   "\000\001",
147058                   /* UMLPackagePath */
147059                   "\057CIM::Device::ProtocolController",
147060                   /* Version */
147061                   "\0632.8.0",
147062                   0,
147063 mike  1.1.2.1 };
147064               
147065               MetaClass
147066               __root_cimv2_CIM_ProtocolControllerAccessesUnit =
147067               {
147068                   /* flags */
147069                   META_FLAG_ASSOCIATION,
147070                   /* name */
147071                   "CIM_ProtocolControllerAccessesUnit",
147072                   /* qualifiers */
147073                   __root_cimv2_CIM_ProtocolControllerAccessesUnit_qualifiers,
147074                   /* super */
147075                   &__root_cimv2_CIM_ProtocolControllerForDevice,
147076                   /* features */
147077                   _CIM_ProtocolControllerAccessesUnit_features,
147078               };
147079               
147080               //==============================================================================
147081               //
147082               // Class: CIM_ProtocolEndpoint
147083               //
147084 mike  1.1.2.1 //==============================================================================
147085               
147086               static const char*
147087               _CIM_ProtocolEndpoint_Description_qualifiers[] =
147088               {
147089                   /* Override */
147090                   "\044Description",
147091                   /* MappingStrings */
147092                   "\026\000\001MIB.IETF|IF-MIB.ifDescr\000",
147093                   0,
147094               };
147095               
147096               static MetaProperty
147097               _CIM_ProtocolEndpoint_Description =
147098               {
147099                   /* flags */
147100                   META_FLAG_PROPERTY|META_FLAG_READ,
147101                   /* name */
147102                   "Description",
147103                   /* qualifiers */
147104                   _CIM_ProtocolEndpoint_Description_qualifiers,
147105 mike  1.1.2.1     /* type */
147106                   CIMTYPE_STRING,
147107                   /* subscript */
147108                   -1,
147109                   /* value */
147110                   0,
147111               };
147112               
147113               static const char*
147114               _CIM_ProtocolEndpoint_OperationalStatus_qualifiers[] =
147115               {
147116                   /* Override */
147117                   "\044OperationalStatus",
147118                   /* MappingStrings */
147119                   "\026\000\001MIB.IETF|IF-MIB.ifOperStatus\000",
147120                   0,
147121               };
147122               
147123               static MetaProperty
147124               _CIM_ProtocolEndpoint_OperationalStatus =
147125               {
147126 mike  1.1.2.1     /* flags */
147127                   META_FLAG_PROPERTY|META_FLAG_READ,
147128                   /* name */
147129                   "OperationalStatus",
147130                   /* qualifiers */
147131                   _CIM_ProtocolEndpoint_OperationalStatus_qualifiers,
147132                   /* type */
147133                   CIMTYPE_UINT16,
147134                   /* subscript */
147135                   0,
147136                   /* value */
147137                   0,
147138               };
147139               
147140               static const char*
147141               _CIM_ProtocolEndpoint_EnabledState_qualifiers[] =
147142               {
147143                   /* Override */
147144                   "\044EnabledState",
147145                   /* MappingStrings */
147146                   "\026\000\001MIB.IETF|IF-MIB.ifAdminStatus\000",
147147 mike  1.1.2.1     0,
147148               };
147149               
147150               static MetaProperty
147151               _CIM_ProtocolEndpoint_EnabledState =
147152               {
147153                   /* flags */
147154                   META_FLAG_PROPERTY|META_FLAG_READ,
147155                   /* name */
147156                   "EnabledState",
147157                   /* qualifiers */
147158                   _CIM_ProtocolEndpoint_EnabledState_qualifiers,
147159                   /* type */
147160                   CIMTYPE_UINT16,
147161                   /* subscript */
147162                   -1,
147163                   /* value */
147164                   0,
147165               };
147166               
147167               static const char*
147168 mike  1.1.2.1 _CIM_ProtocolEndpoint_TimeOfLastStateChange_qualifiers[] =
147169               {
147170                   /* Override */
147171                   "\044TimeOfLastStateChange",
147172                   /* MappingStrings */
147173                   "\026\000\001MIB.IETF|IF-MIB.ifLastChange\000",
147174                   0,
147175               };
147176               
147177               static MetaProperty
147178               _CIM_ProtocolEndpoint_TimeOfLastStateChange =
147179               {
147180                   /* flags */
147181                   META_FLAG_PROPERTY|META_FLAG_READ,
147182                   /* name */
147183                   "TimeOfLastStateChange",
147184                   /* qualifiers */
147185                   _CIM_ProtocolEndpoint_TimeOfLastStateChange_qualifiers,
147186                   /* type */
147187                   CIMTYPE_DATETIME,
147188                   /* subscript */
147189 mike  1.1.2.1     -1,
147190                   /* value */
147191                   0,
147192               };
147193               
147194               static const char*
147195               _CIM_ProtocolEndpoint_Name_qualifiers[] =
147196               {
147197                   /* Override */
147198                   "\044Name",
147199                   /* MaxLen */
147200                   "\030\000\000\001\000",
147201                   0,
147202               };
147203               
147204               static MetaProperty
147205               _CIM_ProtocolEndpoint_Name =
147206               {
147207                   /* flags */
147208                   META_FLAG_PROPERTY|META_FLAG_READ,
147209                   /* name */
147210 mike  1.1.2.1     "Name",
147211                   /* qualifiers */
147212                   _CIM_ProtocolEndpoint_Name_qualifiers,
147213                   /* type */
147214                   CIMTYPE_STRING,
147215                   /* subscript */
147216                   -1,
147217                   /* value */
147218                   0,
147219               };
147220               
147221               static const char*
147222               _CIM_ProtocolEndpoint_NameFormat_qualifiers[] =
147223               {
147224                   /* MaxLen */
147225                   "\030\000\000\001\000",
147226                   0,
147227               };
147228               
147229               static MetaProperty
147230               _CIM_ProtocolEndpoint_NameFormat =
147231 mike  1.1.2.1 {
147232                   /* flags */
147233                   META_FLAG_PROPERTY|META_FLAG_READ,
147234                   /* name */
147235                   "NameFormat",
147236                   /* qualifiers */
147237                   _CIM_ProtocolEndpoint_NameFormat_qualifiers,
147238                   /* type */
147239                   CIMTYPE_STRING,
147240                   /* subscript */
147241                   -1,
147242                   /* value */
147243                   0,
147244               };
147245               
147246               static const char*
147247               _CIM_ProtocolEndpoint_ProtocolType_qualifiers[] =
147248               {
147249                   /* Deprecated */
147250                   "\013\000\001CIM_ProtocolEndpoint.ProtocolIFType\000",
147251                   /* ValueMap */
147252 mike  1.1.2.1     "\061\000\0340\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\00025\00026\00027\000",
147253                   /* Values */
147254                   "\062\000\034Unknown\000Other\000IPv4\000IPv6\000IPX\000AppleTalk\000DECnet\000SNA\000CONP\000CLNP\000VINES\000XNS\000ATM\000Frame Relay\000Ethernet\000TokenRing\000FDDI\000Infiniband\000Fibre Channel\000ISDN BRI Endpoint\000ISDN B Channel Endpoint\000ISDN D Channel Endpoint\000IPv4/v6\000BGP\000OSPF\000MPLS\000UDP\000TCP\000",
147255                   /* ModelCorrespondence */
147256                   "\036\000\001CIM_ProtocolEndpoint.OtherTypeDescription\000",
147257                   0,
147258               };
147259               
147260               static MetaProperty
147261               _CIM_ProtocolEndpoint_ProtocolType =
147262               {
147263                   /* flags */
147264                   META_FLAG_PROPERTY|META_FLAG_READ,
147265                   /* name */
147266                   "ProtocolType",
147267                   /* qualifiers */
147268                   _CIM_ProtocolEndpoint_ProtocolType_qualifiers,
147269                   /* type */
147270                   CIMTYPE_UINT16,
147271                   /* subscript */
147272                   -1,
147273 mike  1.1.2.1     /* value */
147274                   0,
147275               };
147276               
147277               static const char*
147278               _CIM_ProtocolEndpoint_ProtocolIFType_qualifiers[] =
147279               {
147280                   /* ValueMap */
147281                   "\061\000\3700\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\00025\00026\00027\00028\00029\00030\00031\00032\00033\00034\00035\00036\00037\00038\00039\00040\00041\00042\00043\00044\00045\00046\00047\00048\00049\00050\00051\00052\00053\00054\00055\00056\00057\00058\00059\00060\00061\00062\00063\00064\00065\00066\00067\00068\00069\00070\00071\00072\00073\00074\00075\00076\00077\00078\00079\00080\00081\00082\00083\00084\00085\00086\00087\00088\00089\00090\00091\00092\00093\00094\00095\00096\00097\00098\00099\000100\000101\000102\000103\000104\000105\000106\000107\000108\000109\000110\000111\000112\000113\000114\000115\000116\000117\000118\000119\000120\000121\000122\000123\000124\000125\000126\000127\000128\000129\000130\000131\000132\000133\000134\000135\000136\000137\000138\000139\000140\000141\000142\000143\000144\000145\000146\000147\000148\000149\000150\000151\000152\000153\000154\000155\000156\000157\000158\000159\000160\000161\000162\000163\000164\000165\000166\000167\000168\000169\000170\000171\000172\000173\000174\000175\000176\000177\000178\000179\000180\000181\000182\000183\000184\000185\000186\000187\000188\000189\000190\000191\000192\000193\000194\000195\000196\000197\000198\000199\000200\000201\000202\000203\000204\000205\000206\000207\000208\000209\000210\000211\000212\000213\000214\000215\000216\000217\000218\000219\000220\000221\000222\000223\000224\000..4095\0004096\0004097\0004098\0004099\0004100\0004101\0004102\0004103\0004104\0004105\0004106\0004107\0004108\0004109\0004110\0004111\0004112\0004113\0004114\0004115\000..32767\00032768..\000",
147282                   /* Values */
147283                   "\062\000\370Unknown\000Other\000Regular 1822\000HDH 1822\000DDN X.25\000RFC877 X.25\000Ethernet CSMA/CD\000ISO 802.3 CSMA/CD\000ISO 802.4 Token Bus\000ISO 802.5 Token Ring\000ISO 802.6 MAN\000StarLAN\000Proteon 10Mbit\000Proteon 80Mbit\000HyperChannel\000FDDI\000LAP-B\000SDLC\000DS1\000E1\000Basic ISDN\000Primary ISDN\000Proprietary Point-to-Point Serial\000PPP\000Software Loopback\000EON\000Ethernet 3Mbit\000NSIP\000SLIP\000Ultra\000DS3\000SIP\000Frame Relay\000RS-232\000Parallel\000ARCNet\000ARCNet Plus\000ATM\000MIO X.25\000SONET\000X.25 PLE\000ISO 802.211c\000LocalTalk\000SMDS DXI\000Frame Relay Service\000V.35\000HSSI\000HIPPI\000Modem\000AAL5\000SONET Path\000SONET VT\000SMDS ICIP\000Proprietary Virtual/Internal\000Proprietary Multiplexor\000IEEE 802.12\000Fibre Channel\000HIPPI Interface\000Frame Relay Interconnect\000ATM Emulated LAN for 802.3\000ATM Emulated LAN for 802.5\000ATM Emulated Circuit\000Fast Ethernet (100BaseT)\000ISDN\000V.11\000V.36\000G703 at 64K\000G703 at 2Mb\000QLLC\000Fast Ethernet 100BaseFX\000Channel\000IEEE 802.11\000IBM 260/370 OEMI Channel\000ESCON\000Data Link Switching\000ISDN S/T Interface\000ISDN U Interface\000LAP-D\000IP Switch\000Remote Source Route Bridging\000ATM Logical\000DS0\000DS0 Bundle\000BSC\000Async\000Combat Net Radio\000ISO 802.5r DTR\000Ext Pos Loc Report System\000AppleTalk Remote Access Protocol\000Proprietary Connectionless\000ITU X.29 Host PAD\000ITU X.3 Terminal PAD\000Frame Relay MPI\000ITU X.213\000ADSL\000RADSL\000SDSL\000VDSL\000ISO 802.5 CRFP\000Myrinet\000Voice Receive and Transmit\000Voice Foreign Exchange Office\000Voice Foreign Exchange Service\000Voice Encapsulation\000Voice over IP\000ATM DXI\000ATM FUNI\000ATM IMA\000PPP Multilink Bundle\000IP over CDLC\000IP over CLAW\000Stack to Stack\000Virtual IP Address\000MPC\000IP over ATM\000ISO 802.5j Fibre Token Ring\000TDLC\000Gigabit Ethernet\000HDLC\000LAP-F\000V.37\000X.25 MLP\000X.25 Hunt Group\000Transp HDLC\000Interleave Channel\000FAST Channel\000IP (for APPN HPR in IP Networks)\000CATV MAC Layer\000CATV Downstream\000CATV Upstream\000Avalon 12MPP Switch\000Tunnel\000Coffee\000Circuit Emulation Service\000ATM SubInterface\000Layer 2 VLAN using 802.1Q\000Layer 3 VLAN using IP\000Layer 3 VLAN using IPX\000Digital Power Line\000Multimedia Mail over IP\000DTM\000DCN\000IP Forwarding\000MSDSL\000IEEE 1394\000IF-GSN/HIPPI-6400\000DVB-RCC MAC Layer\000DVB-RCC Downstream\000DVB-RCC Upstream\000ATM Virtual\000MPLS Tunnel\000SRP\000Voice over ATM\000Voice over Frame Relay\000ISDL\000Composite Link\000SS7 Signaling Link\000Proprietary P2P Wireless\000Frame Forward\000RFC1483 Multiprotocol over ATM\000USB\000IEEE 802.3ad Link Aggregate\000BGP Policy Accounting\000FRF .16 Multilink FR\000H.323 Gatekeeper\000H.323 Proxy\000MPLS\000Multi-Frequency Signaling Link\000HDSL-2\000S-HDSL\000DS1 Facility Data Link\000Packet over SONET/SDH\000DVB-ASI Input\000DVB-ASI Output\000Power Line\000Non Facility Associated Signaling\000TR008\000GR303 RDT\000GR303 IDT\000ISUP\000Proprietary Wireless MAC Layer\000Proprietary Wireless Downstream\000Proprietary Wireless Upstream\000HIPERLAN Type 2\000Proprietary Broadband Wireless Access Point to Mulipoint\000SONET Overhead Channel\000Digital Wrapper Overhead Channel\000ATM Adaptation Layer 2\000Radio MAC\000ATM Radio\000Inter Machine Trunk\000MVL DSL\000Long Read DSL\000Frame Relay DLCI Endpoint\000ATM VCI Endpoint\000Optical Channel\000Optical Transport\000Proprietary ATM\000Voice over Cable\000Infiniband\000TE Link\000Q.2931\000Virtual Trunk Group\000SIP Trunk Group\000SIP Signaling\000CATV Upstream Channel\000Econet\000FSAN 155Mb PON\000FSAN 622Mb PON\000Transparent Bridge\000Line Group\000Voice E&M Feature Group\000Voice FGD EANA\000Voice DID\000MPEG Transport\0006To4\000GTP\000Paradyne EtherLoop 1\000Paradyne EtherLoop 2\000Optical Channel Group\000HomePNA\000GFP\000ciscoISLvlan\000actelisMetaLOOP\000Fcip\000IANA Reserved\000IPv4\000IPv6\000IPv4/v6\000IPX\000DECnet\000SNA\000CONP\000CLNP\000VINES\000XNS\000ISDN B Channel Endpoint\000ISDN D Channel Endpoint\000BGP\000OSPF\000UDP\000TCP\000802.11a\000802.11b\000802.11g\000802.11h\000DMTF Reserved\000Vendor Reserved\000",
147284                   /* MappingStrings */
147285                   "\026\000\001MIB.IETF|IF-MIB.ifType\000",
147286                   /* ModelCorrespondence */
147287                   "\036\000\001CIM_ProtocolEndpoint.OtherTypeDescription\000",
147288                   0,
147289               };
147290               
147291               static MetaProperty
147292               _CIM_ProtocolEndpoint_ProtocolIFType =
147293               {
147294 mike  1.1.2.1     /* flags */
147295                   META_FLAG_PROPERTY|META_FLAG_READ,
147296                   /* name */
147297                   "ProtocolIFType",
147298                   /* qualifiers */
147299                   _CIM_ProtocolEndpoint_ProtocolIFType_qualifiers,
147300                   /* type */
147301                   CIMTYPE_UINT16,
147302                   /* subscript */
147303                   -1,
147304                   /* value */
147305                   0,
147306               };
147307               
147308               static const char*
147309               _CIM_ProtocolEndpoint_OtherTypeDescription_qualifiers[] =
147310               {
147311                   /* MaxLen */
147312                   "\030\000\000\000\100",
147313                   /* ModelCorrespondence */
147314                   "\036\000\002CIM_ProtocolEndpoint.ProtocolType\000CIM_ProtocolEndpoint.ProtocolIFType\000",
147315 mike  1.1.2.1     0,
147316               };
147317               
147318               static MetaProperty
147319               _CIM_ProtocolEndpoint_OtherTypeDescription =
147320               {
147321                   /* flags */
147322                   META_FLAG_PROPERTY|META_FLAG_READ,
147323                   /* name */
147324                   "OtherTypeDescription",
147325                   /* qualifiers */
147326                   _CIM_ProtocolEndpoint_OtherTypeDescription_qualifiers,
147327                   /* type */
147328                   CIMTYPE_STRING,
147329                   /* subscript */
147330                   -1,
147331                   /* value */
147332                   0,
147333               };
147334               
147335               static MetaFeature*
147336 mike  1.1.2.1 _CIM_ProtocolEndpoint_features[] =
147337               {
147338                   (MetaFeature*)&_CIM_ProtocolEndpoint_Description,
147339                   (MetaFeature*)&_CIM_ProtocolEndpoint_OperationalStatus,
147340                   (MetaFeature*)&_CIM_ProtocolEndpoint_EnabledState,
147341                   (MetaFeature*)&_CIM_ProtocolEndpoint_TimeOfLastStateChange,
147342                   (MetaFeature*)&_CIM_ProtocolEndpoint_Name,
147343                   (MetaFeature*)&_CIM_ProtocolEndpoint_NameFormat,
147344                   (MetaFeature*)&_CIM_ProtocolEndpoint_ProtocolType,
147345                   (MetaFeature*)&_CIM_ProtocolEndpoint_ProtocolIFType,
147346                   (MetaFeature*)&_CIM_ProtocolEndpoint_OtherTypeDescription,
147347                   0,
147348               };
147349               
147350               static const char*
147351               __root_cimv2_CIM_ProtocolEndpoint_qualifiers[] =
147352               {
147353                   /* UMLPackagePath */
147354                   "\057CIM::Core::Service",
147355                   /* Version */
147356                   "\0632.8.0",
147357 mike  1.1.2.1     0,
147358               };
147359               
147360               MetaClass
147361               __root_cimv2_CIM_ProtocolEndpoint =
147362               {
147363                   /* flags */
147364                   META_FLAG_CLASS,
147365                   /* name */
147366                   "CIM_ProtocolEndpoint",
147367                   /* qualifiers */
147368                   __root_cimv2_CIM_ProtocolEndpoint_qualifiers,
147369                   /* super */
147370                   &__root_cimv2_CIM_ServiceAccessPoint,
147371                   /* features */
147372                   _CIM_ProtocolEndpoint_features,
147373               };
147374               
147375               //==============================================================================
147376               //
147377               // Class: CIM_ProvidesServiceToElement
147378 mike  1.1.2.1 //
147379               //==============================================================================
147380               
147381               static const char*
147382               _CIM_ProvidesServiceToElement_Antecedent_qualifiers[] =
147383               {
147384                   /* Deprecated */
147385                   "\013\000\001CIM_ServiceAvailableToElement.ServiceProvided\000",
147386                   /* Override */
147387                   "\044Antecedent",
147388                   0,
147389               };
147390               
147391               static MetaReference
147392               _CIM_ProvidesServiceToElement_Antecedent =
147393               {
147394                   /* flags */
147395                   META_FLAG_REFERENCE|META_FLAG_READ,
147396                   /* name */
147397                   "Antecedent",
147398                   /* qualifiers */
147399 mike  1.1.2.1     _CIM_ProvidesServiceToElement_Antecedent_qualifiers,
147400                   /* subscript */
147401                   -1,
147402                   /* refId */
147403                   &__root_cimv2_CIM_Service,
147404               };
147405               
147406               static const char*
147407               _CIM_ProvidesServiceToElement_Dependent_qualifiers[] =
147408               {
147409                   /* Deprecated */
147410                   "\013\000\001CIM_ServiceAvailableToElement.UserOfService\000",
147411                   /* Override */
147412                   "\044Dependent",
147413                   0,
147414               };
147415               
147416               static MetaReference
147417               _CIM_ProvidesServiceToElement_Dependent =
147418               {
147419                   /* flags */
147420 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
147421                   /* name */
147422                   "Dependent",
147423                   /* qualifiers */
147424                   _CIM_ProvidesServiceToElement_Dependent_qualifiers,
147425                   /* subscript */
147426                   -1,
147427                   /* refId */
147428                   &__root_cimv2_CIM_ManagedElement,
147429               };
147430               
147431               static MetaFeature*
147432               _CIM_ProvidesServiceToElement_features[] =
147433               {
147434                   (MetaFeature*)&_CIM_ProvidesServiceToElement_Antecedent,
147435                   (MetaFeature*)&_CIM_ProvidesServiceToElement_Dependent,
147436                   0,
147437               };
147438               
147439               static const char*
147440               __root_cimv2_CIM_ProvidesServiceToElement_qualifiers[] =
147441 mike  1.1.2.1 {
147442                   /* ASSOCIATION */
147443                   "\000\001",
147444                   /* Deprecated */
147445                   "\013\000\001CIM_ServiceAvailableToElement\000",
147446                   /* UMLPackagePath */
147447                   "\057CIM::Core::Service",
147448                   /* Version */
147449                   "\0632.10.0",
147450                   0,
147451               };
147452               
147453               MetaClass
147454               __root_cimv2_CIM_ProvidesServiceToElement =
147455               {
147456                   /* flags */
147457                   META_FLAG_ASSOCIATION,
147458                   /* name */
147459                   "CIM_ProvidesServiceToElement",
147460                   /* qualifiers */
147461                   __root_cimv2_CIM_ProvidesServiceToElement_qualifiers,
147462 mike  1.1.2.1     /* super */
147463                   &__root_cimv2_CIM_Dependency,
147464                   /* features */
147465                   _CIM_ProvidesServiceToElement_features,
147466               };
147467               
147468               //==============================================================================
147469               //
147470               // Class: CIM_PSExtentBasedOnPExtent
147471               //
147472               //==============================================================================
147473               
147474               static const char*
147475               _CIM_PSExtentBasedOnPExtent_Antecedent_qualifiers[] =
147476               {
147477                   /* Deprecated */
147478                   "\013\000\002CIM_CompositeExtentBasedOn.Antecedent\000CIM_ProtectedExtentBasedOn.Antecedent\000",
147479                   /* Override */
147480                   "\044Antecedent",
147481                   0,
147482               };
147483 mike  1.1.2.1 
147484               static MetaReference
147485               _CIM_PSExtentBasedOnPExtent_Antecedent =
147486               {
147487                   /* flags */
147488                   META_FLAG_REFERENCE|META_FLAG_READ,
147489                   /* name */
147490                   "Antecedent",
147491                   /* qualifiers */
147492                   _CIM_PSExtentBasedOnPExtent_Antecedent_qualifiers,
147493                   /* subscript */
147494                   -1,
147495                   /* refId */
147496                   &__root_cimv2_CIM_PhysicalExtent,
147497               };
147498               
147499               static const char*
147500               _CIM_PSExtentBasedOnPExtent_Dependent_qualifiers[] =
147501               {
147502                   /* Deprecated */
147503                   "\013\000\002CIM_CompositeExtentBasedOn.Dependent\000CIM_ProtectedExtentBasedOn.Dependent\000",
147504 mike  1.1.2.1     /* Override */
147505                   "\044Dependent",
147506                   0,
147507               };
147508               
147509               static MetaReference
147510               _CIM_PSExtentBasedOnPExtent_Dependent =
147511               {
147512                   /* flags */
147513                   META_FLAG_REFERENCE|META_FLAG_READ,
147514                   /* name */
147515                   "Dependent",
147516                   /* qualifiers */
147517                   _CIM_PSExtentBasedOnPExtent_Dependent_qualifiers,
147518                   /* subscript */
147519                   -1,
147520                   /* refId */
147521                   &__root_cimv2_CIM_ProtectedSpaceExtent,
147522               };
147523               
147524               static const char*
147525 mike  1.1.2.1 _CIM_PSExtentBasedOnPExtent_StartingAddress_qualifiers[] =
147526               {
147527                   /* Deprecated */
147528                   "\013\000\002CIM_CompositeExtentBasedOn.StartingAddress\000CIM_ProtectedExtentBasedOn.StartingAddress\000",
147529                   /* Override */
147530                   "\044StartingAddress",
147531                   /* MappingStrings */
147532                   "\026\000\001MIF.DMTF|Protected Space Extent|001.2\000",
147533                   0,
147534               };
147535               
147536               static MetaProperty
147537               _CIM_PSExtentBasedOnPExtent_StartingAddress =
147538               {
147539                   /* flags */
147540                   META_FLAG_PROPERTY|META_FLAG_READ,
147541                   /* name */
147542                   "StartingAddress",
147543                   /* qualifiers */
147544                   _CIM_PSExtentBasedOnPExtent_StartingAddress_qualifiers,
147545                   /* type */
147546 mike  1.1.2.1     CIMTYPE_UINT64,
147547                   /* subscript */
147548                   -1,
147549                   /* value */
147550                   0,
147551               };
147552               
147553               static MetaFeature*
147554               _CIM_PSExtentBasedOnPExtent_features[] =
147555               {
147556                   (MetaFeature*)&_CIM_PSExtentBasedOnPExtent_Antecedent,
147557                   (MetaFeature*)&_CIM_PSExtentBasedOnPExtent_Dependent,
147558                   (MetaFeature*)&_CIM_PSExtentBasedOnPExtent_StartingAddress,
147559                   0,
147560               };
147561               
147562               static const char*
147563               __root_cimv2_CIM_PSExtentBasedOnPExtent_qualifiers[] =
147564               {
147565                   /* ASSOCIATION */
147566                   "\000\001",
147567 mike  1.1.2.1     /* Deprecated */
147568                   "\013\000\002CIM_ProtectedExtentBasedOn\000CIM_CompositeExtentBasedOn\000",
147569                   /* UMLPackagePath */
147570                   "\057CIM::Device::SccExtents",
147571                   /* Version */
147572                   "\0632.7.0",
147573                   0,
147574               };
147575               
147576               MetaClass
147577               __root_cimv2_CIM_PSExtentBasedOnPExtent =
147578               {
147579                   /* flags */
147580                   META_FLAG_ASSOCIATION,
147581                   /* name */
147582                   "CIM_PSExtentBasedOnPExtent",
147583                   /* qualifiers */
147584                   __root_cimv2_CIM_PSExtentBasedOnPExtent_qualifiers,
147585                   /* super */
147586                   &__root_cimv2_CIM_BasedOn,
147587                   /* features */
147588 mike  1.1.2.1     _CIM_PSExtentBasedOnPExtent_features,
147589               };
147590               
147591               //==============================================================================
147592               //
147593               // Class: CIM_QoSService
147594               //
147595               //==============================================================================
147596               
147597               static MetaFeature*
147598               _CIM_QoSService_features[] =
147599               {
147600                   0,
147601               };
147602               
147603               static const char*
147604               __root_cimv2_CIM_QoSService_qualifiers[] =
147605               {
147606                   /* UMLPackagePath */
147607                   "\057CIM::Network::QoS",
147608                   /* Version */
147609 mike  1.1.2.1     "\0632.7.0",
147610                   0,
147611               };
147612               
147613               MetaClass
147614               __root_cimv2_CIM_QoSService =
147615               {
147616                   /* flags */
147617                   META_FLAG_CLASS,
147618                   /* name */
147619                   "CIM_QoSService",
147620                   /* qualifiers */
147621                   __root_cimv2_CIM_QoSService_qualifiers,
147622                   /* super */
147623                   &__root_cimv2_CIM_Service,
147624                   /* features */
147625                   _CIM_QoSService_features,
147626               };
147627               
147628               //==============================================================================
147629               //
147630 mike  1.1.2.1 // Class: CIM_QoSSubService
147631               //
147632               //==============================================================================
147633               
147634               static const char*
147635               _CIM_QoSSubService_GroupComponent_qualifiers[] =
147636               {
147637                   /* Aggregate */
147638                   "\003\001",
147639                   /* Override */
147640                   "\044GroupComponent",
147641                   /* Max */
147642                   "\027\000\000\000\001",
147643                   0,
147644               };
147645               
147646               static MetaReference
147647               _CIM_QoSSubService_GroupComponent =
147648               {
147649                   /* flags */
147650                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
147651 mike  1.1.2.1     /* name */
147652                   "GroupComponent",
147653                   /* qualifiers */
147654                   _CIM_QoSSubService_GroupComponent_qualifiers,
147655                   /* subscript */
147656                   -1,
147657                   /* refId */
147658                   &__root_cimv2_CIM_QoSService,
147659               };
147660               
147661               static const char*
147662               _CIM_QoSSubService_PartComponent_qualifiers[] =
147663               {
147664                   /* Override */
147665                   "\044PartComponent",
147666                   0,
147667               };
147668               
147669               static MetaReference
147670               _CIM_QoSSubService_PartComponent =
147671               {
147672 mike  1.1.2.1     /* flags */
147673                   META_FLAG_REFERENCE|META_FLAG_READ,
147674                   /* name */
147675                   "PartComponent",
147676                   /* qualifiers */
147677                   _CIM_QoSSubService_PartComponent_qualifiers,
147678                   /* subscript */
147679                   -1,
147680                   /* refId */
147681                   &__root_cimv2_CIM_QoSService,
147682               };
147683               
147684               static MetaFeature*
147685               _CIM_QoSSubService_features[] =
147686               {
147687                   (MetaFeature*)&_CIM_QoSSubService_GroupComponent,
147688                   (MetaFeature*)&_CIM_QoSSubService_PartComponent,
147689                   0,
147690               };
147691               
147692               static const char*
147693 mike  1.1.2.1 __root_cimv2_CIM_QoSSubService_qualifiers[] =
147694               {
147695                   /* ASSOCIATION */
147696                   "\000\001",
147697                   /* UMLPackagePath */
147698                   "\057CIM::Network::QoS",
147699                   /* Aggregation */
147700                   "\004\001",
147701                   /* Composition */
147702                   "\011\001",
147703                   /* Version */
147704                   "\0632.7.0",
147705                   0,
147706               };
147707               
147708               MetaClass
147709               __root_cimv2_CIM_QoSSubService =
147710               {
147711                   /* flags */
147712                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
147713                   /* name */
147714 mike  1.1.2.1     "CIM_QoSSubService",
147715                   /* qualifiers */
147716                   __root_cimv2_CIM_QoSSubService_qualifiers,
147717                   /* super */
147718                   &__root_cimv2_CIM_ServiceComponent,
147719                   /* features */
147720                   _CIM_QoSSubService_features,
147721               };
147722               
147723               //==============================================================================
147724               //
147725               // Class: CIM_QueueForPrintService
147726               //
147727               //==============================================================================
147728               
147729               static const char*
147730               _CIM_QueueForPrintService_Antecedent_qualifiers[] =
147731               {
147732                   /* Override */
147733                   "\044Antecedent",
147734                   0,
147735 mike  1.1.2.1 };
147736               
147737               static MetaReference
147738               _CIM_QueueForPrintService_Antecedent =
147739               {
147740                   /* flags */
147741                   META_FLAG_REFERENCE|META_FLAG_READ,
147742                   /* name */
147743                   "Antecedent",
147744                   /* qualifiers */
147745                   _CIM_QueueForPrintService_Antecedent_qualifiers,
147746                   /* subscript */
147747                   -1,
147748                   /* refId */
147749                   &__root_cimv2_CIM_PrintQueue,
147750               };
147751               
147752               static const char*
147753               _CIM_QueueForPrintService_Dependent_qualifiers[] =
147754               {
147755                   /* Override */
147756 mike  1.1.2.1     "\044Dependent",
147757                   0,
147758               };
147759               
147760               static MetaReference
147761               _CIM_QueueForPrintService_Dependent =
147762               {
147763                   /* flags */
147764                   META_FLAG_REFERENCE|META_FLAG_READ,
147765                   /* name */
147766                   "Dependent",
147767                   /* qualifiers */
147768                   _CIM_QueueForPrintService_Dependent_qualifiers,
147769                   /* subscript */
147770                   -1,
147771                   /* refId */
147772                   &__root_cimv2_CIM_PrintService,
147773               };
147774               
147775               static const char*
147776               _CIM_QueueForPrintService_QueueAcceptingFromService_qualifiers[] =
147777 mike  1.1.2.1 {
147778                   0,
147779               };
147780               
147781               static MetaProperty
147782               _CIM_QueueForPrintService_QueueAcceptingFromService =
147783               {
147784                   /* flags */
147785                   META_FLAG_PROPERTY|META_FLAG_READ,
147786                   /* name */
147787                   "QueueAcceptingFromService",
147788                   /* qualifiers */
147789                   _CIM_QueueForPrintService_QueueAcceptingFromService_qualifiers,
147790                   /* type */
147791                   CIMTYPE_BOOLEAN,
147792                   /* subscript */
147793                   -1,
147794                   /* value */
147795                   0,
147796               };
147797               
147798 mike  1.1.2.1 static MetaFeature*
147799               _CIM_QueueForPrintService_features[] =
147800               {
147801                   (MetaFeature*)&_CIM_QueueForPrintService_Antecedent,
147802                   (MetaFeature*)&_CIM_QueueForPrintService_Dependent,
147803                   (MetaFeature*)&_CIM_QueueForPrintService_QueueAcceptingFromService,
147804                   0,
147805               };
147806               
147807               static const char*
147808               __root_cimv2_CIM_QueueForPrintService_qualifiers[] =
147809               {
147810                   /* ASSOCIATION */
147811                   "\000\001",
147812                   /* UMLPackagePath */
147813                   "\057CIM::Device::Printing",
147814                   /* Version */
147815                   "\0632.6.0",
147816                   0,
147817               };
147818               
147819 mike  1.1.2.1 MetaClass
147820               __root_cimv2_CIM_QueueForPrintService =
147821               {
147822                   /* flags */
147823                   META_FLAG_ASSOCIATION,
147824                   /* name */
147825                   "CIM_QueueForPrintService",
147826                   /* qualifiers */
147827                   __root_cimv2_CIM_QueueForPrintService_qualifiers,
147828                   /* super */
147829                   &__root_cimv2_CIM_Dependency,
147830                   /* features */
147831                   _CIM_QueueForPrintService_features,
147832               };
147833               
147834               //==============================================================================
147835               //
147836               // Class: CIM_QueueForwardsToPrintSAP
147837               //
147838               //==============================================================================
147839               
147840 mike  1.1.2.1 static const char*
147841               _CIM_QueueForwardsToPrintSAP_Antecedent_qualifiers[] =
147842               {
147843                   /* Override */
147844                   "\044Antecedent",
147845                   0,
147846               };
147847               
147848               static MetaReference
147849               _CIM_QueueForwardsToPrintSAP_Antecedent =
147850               {
147851                   /* flags */
147852                   META_FLAG_REFERENCE|META_FLAG_READ,
147853                   /* name */
147854                   "Antecedent",
147855                   /* qualifiers */
147856                   _CIM_QueueForwardsToPrintSAP_Antecedent_qualifiers,
147857                   /* subscript */
147858                   -1,
147859                   /* refId */
147860                   &__root_cimv2_CIM_PrintSAP,
147861 mike  1.1.2.1 };
147862               
147863               static const char*
147864               _CIM_QueueForwardsToPrintSAP_Dependent_qualifiers[] =
147865               {
147866                   /* Override */
147867                   "\044Dependent",
147868                   0,
147869               };
147870               
147871               static MetaReference
147872               _CIM_QueueForwardsToPrintSAP_Dependent =
147873               {
147874                   /* flags */
147875                   META_FLAG_REFERENCE|META_FLAG_READ,
147876                   /* name */
147877                   "Dependent",
147878                   /* qualifiers */
147879                   _CIM_QueueForwardsToPrintSAP_Dependent_qualifiers,
147880                   /* subscript */
147881                   -1,
147882 mike  1.1.2.1     /* refId */
147883                   &__root_cimv2_CIM_PrintQueue,
147884               };
147885               
147886               static MetaFeature*
147887               _CIM_QueueForwardsToPrintSAP_features[] =
147888               {
147889                   (MetaFeature*)&_CIM_QueueForwardsToPrintSAP_Antecedent,
147890                   (MetaFeature*)&_CIM_QueueForwardsToPrintSAP_Dependent,
147891                   0,
147892               };
147893               
147894               static const char*
147895               __root_cimv2_CIM_QueueForwardsToPrintSAP_qualifiers[] =
147896               {
147897                   /* ASSOCIATION */
147898                   "\000\001",
147899                   /* UMLPackagePath */
147900                   "\057CIM::Device::Printing",
147901                   /* Version */
147902                   "\0632.10.0",
147903 mike  1.1.2.1     0,
147904               };
147905               
147906               MetaClass
147907               __root_cimv2_CIM_QueueForwardsToPrintSAP =
147908               {
147909                   /* flags */
147910                   META_FLAG_ASSOCIATION,
147911                   /* name */
147912                   "CIM_QueueForwardsToPrintSAP",
147913                   /* qualifiers */
147914                   __root_cimv2_CIM_QueueForwardsToPrintSAP_qualifiers,
147915                   /* super */
147916                   &__root_cimv2_CIM_Dependency,
147917                   /* features */
147918                   _CIM_QueueForwardsToPrintSAP_features,
147919               };
147920               
147921               //==============================================================================
147922               //
147923               // Class: CIM_QueuingService
147924 mike  1.1.2.1 //
147925               //==============================================================================
147926               
147927               static const char*
147928               _CIM_QueuingService_CurrentQueueDepth_qualifiers[] =
147929               {
147930                   /* Gauge */
147931                   "\023\001",
147932                   /* ModelCorrespondence */
147933                   "\036\000\001CIM_QueuingService.DepthUnits\000",
147934                   0,
147935               };
147936               
147937               static MetaProperty
147938               _CIM_QueuingService_CurrentQueueDepth =
147939               {
147940                   /* flags */
147941                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
147942                   /* name */
147943                   "CurrentQueueDepth",
147944                   /* qualifiers */
147945 mike  1.1.2.1     _CIM_QueuingService_CurrentQueueDepth_qualifiers,
147946                   /* type */
147947                   CIMTYPE_UINT32,
147948                   /* subscript */
147949                   -1,
147950                   /* value */
147951                   0,
147952               };
147953               
147954               static const char*
147955               _CIM_QueuingService_DepthUnits_qualifiers[] =
147956               {
147957                   /* ValueMap */
147958                   "\061\000\0021\0002\000",
147959                   /* Values */
147960                   "\062\000\002Bytes\000Packets\000",
147961                   0,
147962               };
147963               
147964               static MetaProperty
147965               _CIM_QueuingService_DepthUnits =
147966 mike  1.1.2.1 {
147967                   /* flags */
147968                   META_FLAG_PROPERTY|META_FLAG_READ,
147969                   /* name */
147970                   "DepthUnits",
147971                   /* qualifiers */
147972                   _CIM_QueuingService_DepthUnits_qualifiers,
147973                   /* type */
147974                   CIMTYPE_UINT16,
147975                   /* subscript */
147976                   -1,
147977                   /* value */
147978                   0,
147979               };
147980               
147981               static MetaFeature*
147982               _CIM_QueuingService_features[] =
147983               {
147984                   (MetaFeature*)&_CIM_QueuingService_CurrentQueueDepth,
147985                   (MetaFeature*)&_CIM_QueuingService_DepthUnits,
147986                   0,
147987 mike  1.1.2.1 };
147988               
147989               static const char*
147990               __root_cimv2_CIM_QueuingService_qualifiers[] =
147991               {
147992                   /* UMLPackagePath */
147993                   "\057CIM::Network::QoS",
147994                   /* Version */
147995                   "\0632.7.0",
147996                   0,
147997               };
147998               
147999               MetaClass
148000               __root_cimv2_CIM_QueuingService =
148001               {
148002                   /* flags */
148003                   META_FLAG_CLASS,
148004                   /* name */
148005                   "CIM_QueuingService",
148006                   /* qualifiers */
148007                   __root_cimv2_CIM_QueuingService_qualifiers,
148008 mike  1.1.2.1     /* super */
148009                   &__root_cimv2_CIM_ConditioningService,
148010                   /* features */
148011                   _CIM_QueuingService_features,
148012               };
148013               
148014               //==============================================================================
148015               //
148016               // Class: CIM_RealizesExtent
148017               //
148018               //==============================================================================
148019               
148020               static const char*
148021               _CIM_RealizesExtent_Antecedent_qualifiers[] =
148022               {
148023                   /* Override */
148024                   "\044Antecedent",
148025                   /* Max */
148026                   "\027\000\000\000\001",
148027                   0,
148028               };
148029 mike  1.1.2.1 
148030               static MetaReference
148031               _CIM_RealizesExtent_Antecedent =
148032               {
148033                   /* flags */
148034                   META_FLAG_REFERENCE|META_FLAG_READ,
148035                   /* name */
148036                   "Antecedent",
148037                   /* qualifiers */
148038                   _CIM_RealizesExtent_Antecedent_qualifiers,
148039                   /* subscript */
148040                   -1,
148041                   /* refId */
148042                   &__root_cimv2_CIM_PhysicalComponent,
148043               };
148044               
148045               static const char*
148046               _CIM_RealizesExtent_Dependent_qualifiers[] =
148047               {
148048                   /* Override */
148049                   "\044Dependent",
148050 mike  1.1.2.1     0,
148051               };
148052               
148053               static MetaReference
148054               _CIM_RealizesExtent_Dependent =
148055               {
148056                   /* flags */
148057                   META_FLAG_REFERENCE|META_FLAG_READ,
148058                   /* name */
148059                   "Dependent",
148060                   /* qualifiers */
148061                   _CIM_RealizesExtent_Dependent_qualifiers,
148062                   /* subscript */
148063                   -1,
148064                   /* refId */
148065                   &__root_cimv2_CIM_StorageExtent,
148066               };
148067               
148068               static const char*
148069               _CIM_RealizesExtent_StartingAddress_qualifiers[] =
148070               {
148071 mike  1.1.2.1     0,
148072               };
148073               
148074               static MetaProperty
148075               _CIM_RealizesExtent_StartingAddress =
148076               {
148077                   /* flags */
148078                   META_FLAG_PROPERTY|META_FLAG_READ,
148079                   /* name */
148080                   "StartingAddress",
148081                   /* qualifiers */
148082                   _CIM_RealizesExtent_StartingAddress_qualifiers,
148083                   /* type */
148084                   CIMTYPE_UINT64,
148085                   /* subscript */
148086                   -1,
148087                   /* value */
148088                   0,
148089               };
148090               
148091               static MetaFeature*
148092 mike  1.1.2.1 _CIM_RealizesExtent_features[] =
148093               {
148094                   (MetaFeature*)&_CIM_RealizesExtent_Antecedent,
148095                   (MetaFeature*)&_CIM_RealizesExtent_Dependent,
148096                   (MetaFeature*)&_CIM_RealizesExtent_StartingAddress,
148097                   0,
148098               };
148099               
148100               static const char*
148101               __root_cimv2_CIM_RealizesExtent_qualifiers[] =
148102               {
148103                   /* ASSOCIATION */
148104                   "\000\001",
148105                   /* UMLPackagePath */
148106                   "\057CIM::Device::StorageExtents",
148107                   /* Version */
148108                   "\0632.6.0",
148109                   0,
148110               };
148111               
148112               MetaClass
148113 mike  1.1.2.1 __root_cimv2_CIM_RealizesExtent =
148114               {
148115                   /* flags */
148116                   META_FLAG_ASSOCIATION,
148117                   /* name */
148118                   "CIM_RealizesExtent",
148119                   /* qualifiers */
148120                   __root_cimv2_CIM_RealizesExtent_qualifiers,
148121                   /* super */
148122                   &__root_cimv2_CIM_Realizes,
148123                   /* features */
148124                   _CIM_RealizesExtent_features,
148125               };
148126               
148127               //==============================================================================
148128               //
148129               // Class: CIM_RealizesPExtent
148130               //
148131               //==============================================================================
148132               
148133               static const char*
148134 mike  1.1.2.1 _CIM_RealizesPExtent_Antecedent_qualifiers[] =
148135               {
148136                   /* Deprecated */
148137                   "\013\000\001CIM_RealizesExtent.Antecedent\000",
148138                   /* Override */
148139                   "\044Antecedent",
148140                   /* Max */
148141                   "\027\000\000\000\001",
148142                   0,
148143               };
148144               
148145               static MetaReference
148146               _CIM_RealizesPExtent_Antecedent =
148147               {
148148                   /* flags */
148149                   META_FLAG_REFERENCE|META_FLAG_READ,
148150                   /* name */
148151                   "Antecedent",
148152                   /* qualifiers */
148153                   _CIM_RealizesPExtent_Antecedent_qualifiers,
148154                   /* subscript */
148155 mike  1.1.2.1     -1,
148156                   /* refId */
148157                   &__root_cimv2_CIM_PhysicalMedia,
148158               };
148159               
148160               static const char*
148161               _CIM_RealizesPExtent_Dependent_qualifiers[] =
148162               {
148163                   /* Deprecated */
148164                   "\013\000\001CIM_RealizesExtent.Dependent\000",
148165                   /* Override */
148166                   "\044Dependent",
148167                   0,
148168               };
148169               
148170               static MetaReference
148171               _CIM_RealizesPExtent_Dependent =
148172               {
148173                   /* flags */
148174                   META_FLAG_REFERENCE|META_FLAG_READ,
148175                   /* name */
148176 mike  1.1.2.1     "Dependent",
148177                   /* qualifiers */
148178                   _CIM_RealizesPExtent_Dependent_qualifiers,
148179                   /* subscript */
148180                   -1,
148181                   /* refId */
148182                   &__root_cimv2_CIM_PhysicalExtent,
148183               };
148184               
148185               static MetaFeature*
148186               _CIM_RealizesPExtent_features[] =
148187               {
148188                   (MetaFeature*)&_CIM_RealizesPExtent_Antecedent,
148189                   (MetaFeature*)&_CIM_RealizesPExtent_Dependent,
148190                   0,
148191               };
148192               
148193               static const char*
148194               __root_cimv2_CIM_RealizesPExtent_qualifiers[] =
148195               {
148196                   /* ASSOCIATION */
148197 mike  1.1.2.1     "\000\001",
148198                   /* Deprecated */
148199                   "\013\000\001CIM_RealizesExtent\000",
148200                   /* UMLPackagePath */
148201                   "\057CIM::Device::SccExtents",
148202                   /* Version */
148203                   "\0632.7.0",
148204                   0,
148205               };
148206               
148207               MetaClass
148208               __root_cimv2_CIM_RealizesPExtent =
148209               {
148210                   /* flags */
148211                   META_FLAG_ASSOCIATION,
148212                   /* name */
148213                   "CIM_RealizesPExtent",
148214                   /* qualifiers */
148215                   __root_cimv2_CIM_RealizesPExtent_qualifiers,
148216                   /* super */
148217                   &__root_cimv2_CIM_RealizesExtent,
148218 mike  1.1.2.1     /* features */
148219                   _CIM_RealizesPExtent_features,
148220               };
148221               
148222               //==============================================================================
148223               //
148224               // Class: CIM_REDDropperService
148225               //
148226               //==============================================================================
148227               
148228               static const char*
148229               _CIM_REDDropperService_MinQueueThreshold_qualifiers[] =
148230               {
148231                   /* ModelCorrespondence */
148232                   "\036\000\001CIM_REDDropperService.ThresholdUnits\000",
148233                   0,
148234               };
148235               
148236               static MetaProperty
148237               _CIM_REDDropperService_MinQueueThreshold =
148238               {
148239 mike  1.1.2.1     /* flags */
148240                   META_FLAG_PROPERTY|META_FLAG_READ,
148241                   /* name */
148242                   "MinQueueThreshold",
148243                   /* qualifiers */
148244                   _CIM_REDDropperService_MinQueueThreshold_qualifiers,
148245                   /* type */
148246                   CIMTYPE_UINT32,
148247                   /* subscript */
148248                   -1,
148249                   /* value */
148250                   0,
148251               };
148252               
148253               static const char*
148254               _CIM_REDDropperService_MaxQueueThreshold_qualifiers[] =
148255               {
148256                   /* MinValue */
148257                   "\035\000\000\000\000\000\000\000\000",
148258                   /* MaxValue */
148259                   "\031\000\000\000\000\000\000\003\350",
148260 mike  1.1.2.1     /* ModelCorrespondence */
148261                   "\036\000\001CIM_REDDropperService.ThresholdUnits\000",
148262                   0,
148263               };
148264               
148265               static MetaProperty
148266               _CIM_REDDropperService_MaxQueueThreshold =
148267               {
148268                   /* flags */
148269                   META_FLAG_PROPERTY|META_FLAG_READ,
148270                   /* name */
148271                   "MaxQueueThreshold",
148272                   /* qualifiers */
148273                   _CIM_REDDropperService_MaxQueueThreshold_qualifiers,
148274                   /* type */
148275                   CIMTYPE_UINT32,
148276                   /* subscript */
148277                   -1,
148278                   /* value */
148279                   0,
148280               };
148281 mike  1.1.2.1 
148282               static const char*
148283               _CIM_REDDropperService_StartProbability_qualifiers[] =
148284               {
148285                   /* Units */
148286                   "\060Per Thousand Packets",
148287                   /* ModelCorrespondence */
148288                   "\036\000\001CIM_REDDropperService.StopProbability\000",
148289                   0,
148290               };
148291               
148292               static MetaProperty
148293               _CIM_REDDropperService_StartProbability =
148294               {
148295                   /* flags */
148296                   META_FLAG_PROPERTY|META_FLAG_READ,
148297                   /* name */
148298                   "StartProbability",
148299                   /* qualifiers */
148300                   _CIM_REDDropperService_StartProbability_qualifiers,
148301                   /* type */
148302 mike  1.1.2.1     CIMTYPE_UINT32,
148303                   /* subscript */
148304                   -1,
148305                   /* value */
148306                   0,
148307               };
148308               
148309               static const char*
148310               _CIM_REDDropperService_StopProbability_qualifiers[] =
148311               {
148312                   /* Units */
148313                   "\060Per Thousand Packets",
148314                   /* MinValue */
148315                   "\035\000\000\000\000\000\000\000\000",
148316                   /* MaxValue */
148317                   "\031\000\000\000\000\000\000\003\350",
148318                   /* ModelCorrespondence */
148319                   "\036\000\001CIM_REDDropperService.StartProbability\000",
148320                   0,
148321               };
148322               
148323 mike  1.1.2.1 static MetaProperty
148324               _CIM_REDDropperService_StopProbability =
148325               {
148326                   /* flags */
148327                   META_FLAG_PROPERTY|META_FLAG_READ,
148328                   /* name */
148329                   "StopProbability",
148330                   /* qualifiers */
148331                   _CIM_REDDropperService_StopProbability_qualifiers,
148332                   /* type */
148333                   CIMTYPE_UINT32,
148334                   /* subscript */
148335                   -1,
148336                   /* value */
148337                   0,
148338               };
148339               
148340               static const char*
148341               _CIM_REDDropperService_ThresholdUnits_qualifiers[] =
148342               {
148343                   /* ValueMap */
148344 mike  1.1.2.1     "\061\000\0021\0002\000",
148345                   /* Values */
148346                   "\062\000\002Bytes\000Packets\000",
148347                   0,
148348               };
148349               
148350               static MetaProperty
148351               _CIM_REDDropperService_ThresholdUnits =
148352               {
148353                   /* flags */
148354                   META_FLAG_PROPERTY|META_FLAG_READ,
148355                   /* name */
148356                   "ThresholdUnits",
148357                   /* qualifiers */
148358                   _CIM_REDDropperService_ThresholdUnits_qualifiers,
148359                   /* type */
148360                   CIMTYPE_UINT16,
148361                   /* subscript */
148362                   -1,
148363                   /* value */
148364                   0,
148365 mike  1.1.2.1 };
148366               
148367               static MetaFeature*
148368               _CIM_REDDropperService_features[] =
148369               {
148370                   (MetaFeature*)&_CIM_REDDropperService_MinQueueThreshold,
148371                   (MetaFeature*)&_CIM_REDDropperService_MaxQueueThreshold,
148372                   (MetaFeature*)&_CIM_REDDropperService_StartProbability,
148373                   (MetaFeature*)&_CIM_REDDropperService_StopProbability,
148374                   (MetaFeature*)&_CIM_REDDropperService_ThresholdUnits,
148375                   0,
148376               };
148377               
148378               static const char*
148379               __root_cimv2_CIM_REDDropperService_qualifiers[] =
148380               {
148381                   /* UMLPackagePath */
148382                   "\057CIM::Network::QoS",
148383                   /* Version */
148384                   "\0632.7.0",
148385                   0,
148386 mike  1.1.2.1 };
148387               
148388               MetaClass
148389               __root_cimv2_CIM_REDDropperService =
148390               {
148391                   /* flags */
148392                   META_FLAG_CLASS,
148393                   /* name */
148394                   "CIM_REDDropperService",
148395                   /* qualifiers */
148396                   __root_cimv2_CIM_REDDropperService_qualifiers,
148397                   /* super */
148398                   &__root_cimv2_CIM_DropperService,
148399                   /* features */
148400                   _CIM_REDDropperService_features,
148401               };
148402               
148403               //==============================================================================
148404               //
148405               // Class: CIM_Refrigeration
148406               //
148407 mike  1.1.2.1 //==============================================================================
148408               
148409               static MetaFeature*
148410               _CIM_Refrigeration_features[] =
148411               {
148412                   0,
148413               };
148414               
148415               static const char*
148416               __root_cimv2_CIM_Refrigeration_qualifiers[] =
148417               {
148418                   /* UMLPackagePath */
148419                   "\057CIM::Device::CoolingAndPower",
148420                   /* Version */
148421                   "\0632.6.0",
148422                   0,
148423               };
148424               
148425               MetaClass
148426               __root_cimv2_CIM_Refrigeration =
148427               {
148428 mike  1.1.2.1     /* flags */
148429                   META_FLAG_CLASS,
148430                   /* name */
148431                   "CIM_Refrigeration",
148432                   /* qualifiers */
148433                   __root_cimv2_CIM_Refrigeration_qualifiers,
148434                   /* super */
148435                   &__root_cimv2_CIM_CoolingDevice,
148436                   /* features */
148437                   _CIM_Refrigeration_features,
148438               };
148439               
148440               //==============================================================================
148441               //
148442               // Class: CIM_RemoteServiceAccessPoint
148443               //
148444               //==============================================================================
148445               
148446               static const char*
148447               _CIM_RemoteServiceAccessPoint_AccessInfo_qualifiers[] =
148448               {
148449 mike  1.1.2.1     /* ModelCorrespondence */
148450                   "\036\000\001CIM_RemoteServiceAccessPoint.InfoFormat\000",
148451                   0,
148452               };
148453               
148454               static MetaProperty
148455               _CIM_RemoteServiceAccessPoint_AccessInfo =
148456               {
148457                   /* flags */
148458                   META_FLAG_PROPERTY|META_FLAG_READ,
148459                   /* name */
148460                   "AccessInfo",
148461                   /* qualifiers */
148462                   _CIM_RemoteServiceAccessPoint_AccessInfo_qualifiers,
148463                   /* type */
148464                   CIMTYPE_STRING,
148465                   /* subscript */
148466                   -1,
148467                   /* value */
148468                   0,
148469               };
148470 mike  1.1.2.1 
148471               static const char*
148472               _CIM_RemoteServiceAccessPoint_InfoFormat_qualifiers[] =
148473               {
148474                   /* ValueMap */
148475                   "\061\000\0321\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\000100\000101\000102\000103\000104\000200\000201\000202\000203\000204\000205\000..\00032768..65535\000",
148476                   /* Values */
148477                   "\062\000\032Other\000Host Name\000IPv4 Address\000IPv6 Address\000IPX Address\000DECnet Address\000SNA Address\000Autonomous System Number\000MPLS Label\000IPv4 Subnet Address\000IPv6 Subnet Address\000IPv4 Address Range\000IPv6 Address Range\000Dial String\000Ethernet Address\000Token Ring Address\000ATM Address\000Frame Relay Address\000URL\000FQDN\000User FQDN\000DER ASN1 DN\000DER ASN1 GN\000Key ID\000DMTF Reserved\000Vendor Reserved\000",
148478                   /* ModelCorrespondence */
148479                   "\036\000\001CIM_RemoteServiceAccessPoint.OtherInfoFormatDescription\000",
148480                   0,
148481               };
148482               
148483               static MetaProperty
148484               _CIM_RemoteServiceAccessPoint_InfoFormat =
148485               {
148486                   /* flags */
148487                   META_FLAG_PROPERTY|META_FLAG_READ,
148488                   /* name */
148489                   "InfoFormat",
148490                   /* qualifiers */
148491 mike  1.1.2.1     _CIM_RemoteServiceAccessPoint_InfoFormat_qualifiers,
148492                   /* type */
148493                   CIMTYPE_UINT16,
148494                   /* subscript */
148495                   -1,
148496                   /* value */
148497                   0,
148498               };
148499               
148500               static const char*
148501               _CIM_RemoteServiceAccessPoint_OtherInfoFormatDescription_qualifiers[] =
148502               {
148503                   /* ModelCorrespondence */
148504                   "\036\000\001CIM_RemoteServiceAccessPoint.InfoFormat\000",
148505                   0,
148506               };
148507               
148508               static MetaProperty
148509               _CIM_RemoteServiceAccessPoint_OtherInfoFormatDescription =
148510               {
148511                   /* flags */
148512 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
148513                   /* name */
148514                   "OtherInfoFormatDescription",
148515                   /* qualifiers */
148516                   _CIM_RemoteServiceAccessPoint_OtherInfoFormatDescription_qualifiers,
148517                   /* type */
148518                   CIMTYPE_STRING,
148519                   /* subscript */
148520                   -1,
148521                   /* value */
148522                   0,
148523               };
148524               
148525               static MetaFeature*
148526               _CIM_RemoteServiceAccessPoint_features[] =
148527               {
148528                   (MetaFeature*)&_CIM_RemoteServiceAccessPoint_AccessInfo,
148529                   (MetaFeature*)&_CIM_RemoteServiceAccessPoint_InfoFormat,
148530                   (MetaFeature*)&_CIM_RemoteServiceAccessPoint_OtherInfoFormatDescription,
148531                   0,
148532               };
148533 mike  1.1.2.1 
148534               static const char*
148535               __root_cimv2_CIM_RemoteServiceAccessPoint_qualifiers[] =
148536               {
148537                   /* UMLPackagePath */
148538                   "\057CIM::Core::Service",
148539                   /* Version */
148540                   "\0632.10.0",
148541                   0,
148542               };
148543               
148544               MetaClass
148545               __root_cimv2_CIM_RemoteServiceAccessPoint =
148546               {
148547                   /* flags */
148548                   META_FLAG_CLASS,
148549                   /* name */
148550                   "CIM_RemoteServiceAccessPoint",
148551                   /* qualifiers */
148552                   __root_cimv2_CIM_RemoteServiceAccessPoint_qualifiers,
148553                   /* super */
148554 mike  1.1.2.1     &__root_cimv2_CIM_ServiceAccessPoint,
148555                   /* features */
148556                   _CIM_RemoteServiceAccessPoint_features,
148557               };
148558               
148559               //==============================================================================
148560               //
148561               // Class: CIM_ResidesOnExtent
148562               //
148563               //==============================================================================
148564               
148565               static const char*
148566               _CIM_ResidesOnExtent_Antecedent_qualifiers[] =
148567               {
148568                   /* Override */
148569                   "\044Antecedent",
148570                   0,
148571               };
148572               
148573               static MetaReference
148574               _CIM_ResidesOnExtent_Antecedent =
148575 mike  1.1.2.1 {
148576                   /* flags */
148577                   META_FLAG_REFERENCE|META_FLAG_READ,
148578                   /* name */
148579                   "Antecedent",
148580                   /* qualifiers */
148581                   _CIM_ResidesOnExtent_Antecedent_qualifiers,
148582                   /* subscript */
148583                   -1,
148584                   /* refId */
148585                   &__root_cimv2_CIM_StorageExtent,
148586               };
148587               
148588               static const char*
148589               _CIM_ResidesOnExtent_Dependent_qualifiers[] =
148590               {
148591                   /* Override */
148592                   "\044Dependent",
148593                   0,
148594               };
148595               
148596 mike  1.1.2.1 static MetaReference
148597               _CIM_ResidesOnExtent_Dependent =
148598               {
148599                   /* flags */
148600                   META_FLAG_REFERENCE|META_FLAG_READ,
148601                   /* name */
148602                   "Dependent",
148603                   /* qualifiers */
148604                   _CIM_ResidesOnExtent_Dependent_qualifiers,
148605                   /* subscript */
148606                   -1,
148607                   /* refId */
148608                   &__root_cimv2_CIM_LogicalElement,
148609               };
148610               
148611               static MetaFeature*
148612               _CIM_ResidesOnExtent_features[] =
148613               {
148614                   (MetaFeature*)&_CIM_ResidesOnExtent_Antecedent,
148615                   (MetaFeature*)&_CIM_ResidesOnExtent_Dependent,
148616                   0,
148617 mike  1.1.2.1 };
148618               
148619               static const char*
148620               __root_cimv2_CIM_ResidesOnExtent_qualifiers[] =
148621               {
148622                   /* ASSOCIATION */
148623                   "\000\001",
148624                   /* UMLPackagePath */
148625                   "\057CIM::System::FileElements",
148626                   /* Version */
148627                   "\0632.8.0",
148628                   0,
148629               };
148630               
148631               MetaClass
148632               __root_cimv2_CIM_ResidesOnExtent =
148633               {
148634                   /* flags */
148635                   META_FLAG_ASSOCIATION,
148636                   /* name */
148637                   "CIM_ResidesOnExtent",
148638 mike  1.1.2.1     /* qualifiers */
148639                   __root_cimv2_CIM_ResidesOnExtent_qualifiers,
148640                   /* super */
148641                   &__root_cimv2_CIM_Dependency,
148642                   /* features */
148643                   _CIM_ResidesOnExtent_features,
148644               };
148645               
148646               //==============================================================================
148647               //
148648               // Class: CIM_ResourceOfSystem
148649               //
148650               //==============================================================================
148651               
148652               static const char*
148653               _CIM_ResourceOfSystem_GroupComponent_qualifiers[] =
148654               {
148655                   /* Aggregate */
148656                   "\003\001",
148657                   /* Override */
148658                   "\044GroupComponent",
148659 mike  1.1.2.1     /* Min */
148660                   "\033\000\000\000\001",
148661                   /* Max */
148662                   "\027\000\000\000\001",
148663                   0,
148664               };
148665               
148666               static MetaReference
148667               _CIM_ResourceOfSystem_GroupComponent =
148668               {
148669                   /* flags */
148670                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
148671                   /* name */
148672                   "GroupComponent",
148673                   /* qualifiers */
148674                   _CIM_ResourceOfSystem_GroupComponent_qualifiers,
148675                   /* subscript */
148676                   -1,
148677                   /* refId */
148678                   &__root_cimv2_CIM_System,
148679               };
148680 mike  1.1.2.1 
148681               static const char*
148682               _CIM_ResourceOfSystem_PartComponent_qualifiers[] =
148683               {
148684                   /* Override */
148685                   "\044PartComponent",
148686                   0,
148687               };
148688               
148689               static MetaReference
148690               _CIM_ResourceOfSystem_PartComponent =
148691               {
148692                   /* flags */
148693                   META_FLAG_REFERENCE|META_FLAG_READ,
148694                   /* name */
148695                   "PartComponent",
148696                   /* qualifiers */
148697                   _CIM_ResourceOfSystem_PartComponent_qualifiers,
148698                   /* subscript */
148699                   -1,
148700                   /* refId */
148701 mike  1.1.2.1     &__root_cimv2_CIM_SystemResource,
148702               };
148703               
148704               static MetaFeature*
148705               _CIM_ResourceOfSystem_features[] =
148706               {
148707                   (MetaFeature*)&_CIM_ResourceOfSystem_GroupComponent,
148708                   (MetaFeature*)&_CIM_ResourceOfSystem_PartComponent,
148709                   0,
148710               };
148711               
148712               static const char*
148713               __root_cimv2_CIM_ResourceOfSystem_qualifiers[] =
148714               {
148715                   /* ASSOCIATION */
148716                   "\000\001",
148717                   /* UMLPackagePath */
148718                   "\057CIM::System::SystemResources",
148719                   /* Aggregation */
148720                   "\004\001",
148721                   /* Composition */
148722 mike  1.1.2.1     "\011\001",
148723                   /* Version */
148724                   "\0632.7.2",
148725                   0,
148726               };
148727               
148728               MetaClass
148729               __root_cimv2_CIM_ResourceOfSystem =
148730               {
148731                   /* flags */
148732                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
148733                   /* name */
148734                   "CIM_ResourceOfSystem",
148735                   /* qualifiers */
148736                   __root_cimv2_CIM_ResourceOfSystem_qualifiers,
148737                   /* super */
148738                   &__root_cimv2_CIM_SystemComponent,
148739                   /* features */
148740                   _CIM_ResourceOfSystem_features,
148741               };
148742               
148743 mike  1.1.2.1 //==============================================================================
148744               //
148745               // Class: CIM_ReusablePolicyContainer
148746               //
148747               //==============================================================================
148748               
148749               static MetaFeature*
148750               _CIM_ReusablePolicyContainer_features[] =
148751               {
148752                   0,
148753               };
148754               
148755               static const char*
148756               __root_cimv2_CIM_ReusablePolicyContainer_qualifiers[] =
148757               {
148758                   /* UMLPackagePath */
148759                   "\057CIM::Policy",
148760                   /* Version */
148761                   "\0632.6.0",
148762                   0,
148763               };
148764 mike  1.1.2.1 
148765               MetaClass
148766               __root_cimv2_CIM_ReusablePolicyContainer =
148767               {
148768                   /* flags */
148769                   META_FLAG_CLASS,
148770                   /* name */
148771                   "CIM_ReusablePolicyContainer",
148772                   /* qualifiers */
148773                   __root_cimv2_CIM_ReusablePolicyContainer_qualifiers,
148774                   /* super */
148775                   &__root_cimv2_CIM_AdminDomain,
148776                   /* features */
148777                   _CIM_ReusablePolicyContainer_features,
148778               };
148779               
148780               //==============================================================================
148781               //
148782               // Class: CIM_RouteCalculationService
148783               //
148784               //==============================================================================
148785 mike  1.1.2.1 
148786               static const char*
148787               _CIM_RouteCalculationService_RouterID_qualifiers[] =
148788               {
148789                   0,
148790               };
148791               
148792               static MetaProperty
148793               _CIM_RouteCalculationService_RouterID =
148794               {
148795                   /* flags */
148796                   META_FLAG_PROPERTY|META_FLAG_READ,
148797                   /* name */
148798                   "RouterID",
148799                   /* qualifiers */
148800                   _CIM_RouteCalculationService_RouterID_qualifiers,
148801                   /* type */
148802                   CIMTYPE_STRING,
148803                   /* subscript */
148804                   -1,
148805                   /* value */
148806 mike  1.1.2.1     0,
148807               };
148808               
148809               static const char*
148810               _CIM_RouteCalculationService_AlgorithmType_qualifiers[] =
148811               {
148812                   /* ValueMap */
148813                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
148814                   /* Values */
148815                   "\062\000\011Unknown\000RIPv1\000RIPv2\000OSPFv1\000OSPFv2\000BGPv1\000BGPv2\000BGPv3\000BGPv4\000",
148816                   0,
148817               };
148818               
148819               static MetaProperty
148820               _CIM_RouteCalculationService_AlgorithmType =
148821               {
148822                   /* flags */
148823                   META_FLAG_PROPERTY|META_FLAG_READ,
148824                   /* name */
148825                   "AlgorithmType",
148826                   /* qualifiers */
148827 mike  1.1.2.1     _CIM_RouteCalculationService_AlgorithmType_qualifiers,
148828                   /* type */
148829                   CIMTYPE_UINT16,
148830                   /* subscript */
148831                   -1,
148832                   /* value */
148833                   0,
148834               };
148835               
148836               static MetaFeature*
148837               _CIM_RouteCalculationService_features[] =
148838               {
148839                   (MetaFeature*)&_CIM_RouteCalculationService_RouterID,
148840                   (MetaFeature*)&_CIM_RouteCalculationService_AlgorithmType,
148841                   0,
148842               };
148843               
148844               static const char*
148845               __root_cimv2_CIM_RouteCalculationService_qualifiers[] =
148846               {
148847                   /* UMLPackagePath */
148848 mike  1.1.2.1     "\057CIM::Network::RoutingForwarding",
148849                   /* Abstract */
148850                   "\002\001",
148851                   /* Version */
148852                   "\0632.7.0",
148853                   0,
148854               };
148855               
148856               MetaClass
148857               __root_cimv2_CIM_RouteCalculationService =
148858               {
148859                   /* flags */
148860                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
148861                   /* name */
148862                   "CIM_RouteCalculationService",
148863                   /* qualifiers */
148864                   __root_cimv2_CIM_RouteCalculationService_qualifiers,
148865                   /* super */
148866                   &__root_cimv2_CIM_NetworkService,
148867                   /* features */
148868                   _CIM_RouteCalculationService_features,
148869 mike  1.1.2.1 };
148870               
148871               //==============================================================================
148872               //
148873               // Class: CIM_RoutersInAS
148874               //
148875               //==============================================================================
148876               
148877               static const char*
148878               _CIM_RoutersInAS_GroupComponent_qualifiers[] =
148879               {
148880                   /* Aggregate */
148881                   "\003\001",
148882                   /* Override */
148883                   "\044GroupComponent",
148884                   /* Max */
148885                   "\027\000\000\000\001",
148886                   0,
148887               };
148888               
148889               static MetaReference
148890 mike  1.1.2.1 _CIM_RoutersInAS_GroupComponent =
148891               {
148892                   /* flags */
148893                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
148894                   /* name */
148895                   "GroupComponent",
148896                   /* qualifiers */
148897                   _CIM_RoutersInAS_GroupComponent_qualifiers,
148898                   /* subscript */
148899                   -1,
148900                   /* refId */
148901                   &__root_cimv2_CIM_AutonomousSystem,
148902               };
148903               
148904               static const char*
148905               _CIM_RoutersInAS_PartComponent_qualifiers[] =
148906               {
148907                   /* Override */
148908                   "\044PartComponent",
148909                   0,
148910               };
148911 mike  1.1.2.1 
148912               static MetaReference
148913               _CIM_RoutersInAS_PartComponent =
148914               {
148915                   /* flags */
148916                   META_FLAG_REFERENCE|META_FLAG_READ,
148917                   /* name */
148918                   "PartComponent",
148919                   /* qualifiers */
148920                   _CIM_RoutersInAS_PartComponent_qualifiers,
148921                   /* subscript */
148922                   -1,
148923                   /* refId */
148924                   &__root_cimv2_CIM_ComputerSystem,
148925               };
148926               
148927               static const char*
148928               _CIM_RoutersInAS_BGPSupportedAttributes_qualifiers[] =
148929               {
148930                   0,
148931               };
148932 mike  1.1.2.1 
148933               static MetaProperty
148934               _CIM_RoutersInAS_BGPSupportedAttributes =
148935               {
148936                   /* flags */
148937                   META_FLAG_PROPERTY|META_FLAG_READ,
148938                   /* name */
148939                   "BGPSupportedAttributes",
148940                   /* qualifiers */
148941                   _CIM_RoutersInAS_BGPSupportedAttributes_qualifiers,
148942                   /* type */
148943                   CIMTYPE_STRING,
148944                   /* subscript */
148945                   0,
148946                   /* value */
148947                   0,
148948               };
148949               
148950               static const char*
148951               _CIM_RoutersInAS_AddCommunityValue_qualifiers[] =
148952               {
148953 mike  1.1.2.1     0,
148954               };
148955               
148956               static MetaProperty
148957               _CIM_RoutersInAS_AddCommunityValue =
148958               {
148959                   /* flags */
148960                   META_FLAG_PROPERTY|META_FLAG_READ,
148961                   /* name */
148962                   "AddCommunityValue",
148963                   /* qualifiers */
148964                   _CIM_RoutersInAS_AddCommunityValue_qualifiers,
148965                   /* type */
148966                   CIMTYPE_BOOLEAN,
148967                   /* subscript */
148968                   -1,
148969                   /* value */
148970                   0,
148971               };
148972               
148973               static const char*
148974 mike  1.1.2.1 _CIM_RoutersInAS_Role_qualifiers[] =
148975               {
148976                   /* ValueMap */
148977                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
148978                   /* Values */
148979                   "\062\000\010Unknown\000Other\000Conventional BGP Speaker\000Route Reflector\000Router Reflector Client\000Route Reflector Non-Client\000Peer Group Member\000Confederation Member\000",
148980                   0,
148981               };
148982               
148983               static MetaProperty
148984               _CIM_RoutersInAS_Role =
148985               {
148986                   /* flags */
148987                   META_FLAG_PROPERTY|META_FLAG_READ,
148988                   /* name */
148989                   "Role",
148990                   /* qualifiers */
148991                   _CIM_RoutersInAS_Role_qualifiers,
148992                   /* type */
148993                   CIMTYPE_UINT16,
148994                   /* subscript */
148995 mike  1.1.2.1     -1,
148996                   /* value */
148997                   0,
148998               };
148999               
149000               static const char*
149001               _CIM_RoutersInAS_OtherRoleDescription_qualifiers[] =
149002               {
149003                   /* MaxLen */
149004                   "\030\000\000\000\100",
149005                   0,
149006               };
149007               
149008               static MetaProperty
149009               _CIM_RoutersInAS_OtherRoleDescription =
149010               {
149011                   /* flags */
149012                   META_FLAG_PROPERTY|META_FLAG_READ,
149013                   /* name */
149014                   "OtherRoleDescription",
149015                   /* qualifiers */
149016 mike  1.1.2.1     _CIM_RoutersInAS_OtherRoleDescription_qualifiers,
149017                   /* type */
149018                   CIMTYPE_STRING,
149019                   /* subscript */
149020                   -1,
149021                   /* value */
149022                   0,
149023               };
149024               
149025               static MetaFeature*
149026               _CIM_RoutersInAS_features[] =
149027               {
149028                   (MetaFeature*)&_CIM_RoutersInAS_GroupComponent,
149029                   (MetaFeature*)&_CIM_RoutersInAS_PartComponent,
149030                   (MetaFeature*)&_CIM_RoutersInAS_BGPSupportedAttributes,
149031                   (MetaFeature*)&_CIM_RoutersInAS_AddCommunityValue,
149032                   (MetaFeature*)&_CIM_RoutersInAS_Role,
149033                   (MetaFeature*)&_CIM_RoutersInAS_OtherRoleDescription,
149034                   0,
149035               };
149036               
149037 mike  1.1.2.1 static const char*
149038               __root_cimv2_CIM_RoutersInAS_qualifiers[] =
149039               {
149040                   /* ASSOCIATION */
149041                   "\000\001",
149042                   /* UMLPackagePath */
149043                   "\057CIM::Network::Systems",
149044                   /* Aggregation */
149045                   "\004\001",
149046                   /* Composition */
149047                   "\011\001",
149048                   /* Version */
149049                   "\0632.7.0",
149050                   0,
149051               };
149052               
149053               MetaClass
149054               __root_cimv2_CIM_RoutersInAS =
149055               {
149056                   /* flags */
149057                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
149058 mike  1.1.2.1     /* name */
149059                   "CIM_RoutersInAS",
149060                   /* qualifiers */
149061                   __root_cimv2_CIM_RoutersInAS_qualifiers,
149062                   /* super */
149063                   &__root_cimv2_CIM_SystemComponent,
149064                   /* features */
149065                   _CIM_RoutersInAS_features,
149066               };
149067               
149068               //==============================================================================
149069               //
149070               // Class: CIM_RoutersInBGPCluster
149071               //
149072               //==============================================================================
149073               
149074               static const char*
149075               _CIM_RoutersInBGPCluster_Collection_qualifiers[] =
149076               {
149077                   /* Aggregate */
149078                   "\003\001",
149079 mike  1.1.2.1     /* Override */
149080                   "\044Collection",
149081                   /* Max */
149082                   "\027\000\000\000\001",
149083                   0,
149084               };
149085               
149086               static MetaReference
149087               _CIM_RoutersInBGPCluster_Collection =
149088               {
149089                   /* flags */
149090                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
149091                   /* name */
149092                   "Collection",
149093                   /* qualifiers */
149094                   _CIM_RoutersInBGPCluster_Collection_qualifiers,
149095                   /* subscript */
149096                   -1,
149097                   /* refId */
149098                   &__root_cimv2_CIM_BGPCluster,
149099               };
149100 mike  1.1.2.1 
149101               static const char*
149102               _CIM_RoutersInBGPCluster_Member_qualifiers[] =
149103               {
149104                   /* Override */
149105                   "\044Member",
149106                   /* Min */
149107                   "\033\000\000\000\003",
149108                   0,
149109               };
149110               
149111               static MetaReference
149112               _CIM_RoutersInBGPCluster_Member =
149113               {
149114                   /* flags */
149115                   META_FLAG_REFERENCE|META_FLAG_READ,
149116                   /* name */
149117                   "Member",
149118                   /* qualifiers */
149119                   _CIM_RoutersInBGPCluster_Member_qualifiers,
149120                   /* subscript */
149121 mike  1.1.2.1     -1,
149122                   /* refId */
149123                   &__root_cimv2_CIM_ComputerSystem,
149124               };
149125               
149126               static MetaFeature*
149127               _CIM_RoutersInBGPCluster_features[] =
149128               {
149129                   (MetaFeature*)&_CIM_RoutersInBGPCluster_Collection,
149130                   (MetaFeature*)&_CIM_RoutersInBGPCluster_Member,
149131                   0,
149132               };
149133               
149134               static const char*
149135               __root_cimv2_CIM_RoutersInBGPCluster_qualifiers[] =
149136               {
149137                   /* ASSOCIATION */
149138                   "\000\001",
149139                   /* UMLPackagePath */
149140                   "\057CIM::Network::BGP",
149141                   /* Aggregation */
149142 mike  1.1.2.1     "\004\001",
149143                   /* Version */
149144                   "\0632.6.0",
149145                   0,
149146               };
149147               
149148               MetaClass
149149               __root_cimv2_CIM_RoutersInBGPCluster =
149150               {
149151                   /* flags */
149152                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
149153                   /* name */
149154                   "CIM_RoutersInBGPCluster",
149155                   /* qualifiers */
149156                   __root_cimv2_CIM_RoutersInBGPCluster_qualifiers,
149157                   /* super */
149158                   &__root_cimv2_CIM_CollectedMSEs,
149159                   /* features */
149160                   _CIM_RoutersInBGPCluster_features,
149161               };
149162               
149163 mike  1.1.2.1 //==============================================================================
149164               //
149165               // Class: CIM_RouteUsesEndpoint
149166               //
149167               //==============================================================================
149168               
149169               static const char*
149170               _CIM_RouteUsesEndpoint_Antecedent_qualifiers[] =
149171               {
149172                   /* Override */
149173                   "\044Antecedent",
149174                   /* Max */
149175                   "\027\000\000\000\001",
149176                   0,
149177               };
149178               
149179               static MetaReference
149180               _CIM_RouteUsesEndpoint_Antecedent =
149181               {
149182                   /* flags */
149183                   META_FLAG_REFERENCE|META_FLAG_READ,
149184 mike  1.1.2.1     /* name */
149185                   "Antecedent",
149186                   /* qualifiers */
149187                   _CIM_RouteUsesEndpoint_Antecedent_qualifiers,
149188                   /* subscript */
149189                   -1,
149190                   /* refId */
149191                   &__root_cimv2_CIM_ProtocolEndpoint,
149192               };
149193               
149194               static const char*
149195               _CIM_RouteUsesEndpoint_Dependent_qualifiers[] =
149196               {
149197                   /* Override */
149198                   "\044Dependent",
149199                   0,
149200               };
149201               
149202               static MetaReference
149203               _CIM_RouteUsesEndpoint_Dependent =
149204               {
149205 mike  1.1.2.1     /* flags */
149206                   META_FLAG_REFERENCE|META_FLAG_READ,
149207                   /* name */
149208                   "Dependent",
149209                   /* qualifiers */
149210                   _CIM_RouteUsesEndpoint_Dependent_qualifiers,
149211                   /* subscript */
149212                   -1,
149213                   /* refId */
149214                   &__root_cimv2_CIM_NextHopRoute,
149215               };
149216               
149217               static MetaFeature*
149218               _CIM_RouteUsesEndpoint_features[] =
149219               {
149220                   (MetaFeature*)&_CIM_RouteUsesEndpoint_Antecedent,
149221                   (MetaFeature*)&_CIM_RouteUsesEndpoint_Dependent,
149222                   0,
149223               };
149224               
149225               static const char*
149226 mike  1.1.2.1 __root_cimv2_CIM_RouteUsesEndpoint_qualifiers[] =
149227               {
149228                   /* ASSOCIATION */
149229                   "\000\001",
149230                   /* UMLPackagePath */
149231                   "\057CIM::Network::Routes",
149232                   /* Version */
149233                   "\0632.7.0",
149234                   0,
149235               };
149236               
149237               MetaClass
149238               __root_cimv2_CIM_RouteUsesEndpoint =
149239               {
149240                   /* flags */
149241                   META_FLAG_ASSOCIATION,
149242                   /* name */
149243                   "CIM_RouteUsesEndpoint",
149244                   /* qualifiers */
149245                   __root_cimv2_CIM_RouteUsesEndpoint_qualifiers,
149246                   /* super */
149247 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
149248                   /* features */
149249                   _CIM_RouteUsesEndpoint_features,
149250               };
149251               
149252               //==============================================================================
149253               //
149254               // Class: CIM_RoutingProtocolDomain
149255               //
149256               //==============================================================================
149257               
149258               static MetaFeature*
149259               _CIM_RoutingProtocolDomain_features[] =
149260               {
149261                   0,
149262               };
149263               
149264               static const char*
149265               __root_cimv2_CIM_RoutingProtocolDomain_qualifiers[] =
149266               {
149267                   /* UMLPackagePath */
149268 mike  1.1.2.1     "\057CIM::Network::RoutingForwarding",
149269                   /* Version */
149270                   "\0632.7.0",
149271                   0,
149272               };
149273               
149274               MetaClass
149275               __root_cimv2_CIM_RoutingProtocolDomain =
149276               {
149277                   /* flags */
149278                   META_FLAG_CLASS,
149279                   /* name */
149280                   "CIM_RoutingProtocolDomain",
149281                   /* qualifiers */
149282                   __root_cimv2_CIM_RoutingProtocolDomain_qualifiers,
149283                   /* super */
149284                   &__root_cimv2_CIM_AdminDomain,
149285                   /* features */
149286                   _CIM_RoutingProtocolDomain_features,
149287               };
149288               
149289 mike  1.1.2.1 //==============================================================================
149290               //
149291               // Class: CIM_RoutingProtocolDomainInAS
149292               //
149293               //==============================================================================
149294               
149295               static const char*
149296               _CIM_RoutingProtocolDomainInAS_GroupComponent_qualifiers[] =
149297               {
149298                   /* Aggregate */
149299                   "\003\001",
149300                   /* Override */
149301                   "\044GroupComponent",
149302                   /* Max */
149303                   "\027\000\000\000\001",
149304                   0,
149305               };
149306               
149307               static MetaReference
149308               _CIM_RoutingProtocolDomainInAS_GroupComponent =
149309               {
149310 mike  1.1.2.1     /* flags */
149311                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
149312                   /* name */
149313                   "GroupComponent",
149314                   /* qualifiers */
149315                   _CIM_RoutingProtocolDomainInAS_GroupComponent_qualifiers,
149316                   /* subscript */
149317                   -1,
149318                   /* refId */
149319                   &__root_cimv2_CIM_AutonomousSystem,
149320               };
149321               
149322               static const char*
149323               _CIM_RoutingProtocolDomainInAS_PartComponent_qualifiers[] =
149324               {
149325                   /* Override */
149326                   "\044PartComponent",
149327                   0,
149328               };
149329               
149330               static MetaReference
149331 mike  1.1.2.1 _CIM_RoutingProtocolDomainInAS_PartComponent =
149332               {
149333                   /* flags */
149334                   META_FLAG_REFERENCE|META_FLAG_READ,
149335                   /* name */
149336                   "PartComponent",
149337                   /* qualifiers */
149338                   _CIM_RoutingProtocolDomainInAS_PartComponent_qualifiers,
149339                   /* subscript */
149340                   -1,
149341                   /* refId */
149342                   &__root_cimv2_CIM_RoutingProtocolDomain,
149343               };
149344               
149345               static MetaFeature*
149346               _CIM_RoutingProtocolDomainInAS_features[] =
149347               {
149348                   (MetaFeature*)&_CIM_RoutingProtocolDomainInAS_GroupComponent,
149349                   (MetaFeature*)&_CIM_RoutingProtocolDomainInAS_PartComponent,
149350                   0,
149351               };
149352 mike  1.1.2.1 
149353               static const char*
149354               __root_cimv2_CIM_RoutingProtocolDomainInAS_qualifiers[] =
149355               {
149356                   /* ASSOCIATION */
149357                   "\000\001",
149358                   /* UMLPackagePath */
149359                   "\057CIM::Network::RoutingForwarding",
149360                   /* Aggregation */
149361                   "\004\001",
149362                   /* Version */
149363                   "\0632.7.0",
149364                   0,
149365               };
149366               
149367               MetaClass
149368               __root_cimv2_CIM_RoutingProtocolDomainInAS =
149369               {
149370                   /* flags */
149371                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
149372                   /* name */
149373 mike  1.1.2.1     "CIM_RoutingProtocolDomainInAS",
149374                   /* qualifiers */
149375                   __root_cimv2_CIM_RoutingProtocolDomainInAS_qualifiers,
149376                   /* super */
149377                   &__root_cimv2_CIM_ContainedDomain,
149378                   /* features */
149379                   _CIM_RoutingProtocolDomainInAS_features,
149380               };
149381               
149382               //==============================================================================
149383               //
149384               // Class: CIM_RunningOS
149385               //
149386               //==============================================================================
149387               
149388               static const char*
149389               _CIM_RunningOS_Antecedent_qualifiers[] =
149390               {
149391                   /* Override */
149392                   "\044Antecedent",
149393                   /* Max */
149394 mike  1.1.2.1     "\027\000\000\000\001",
149395                   0,
149396               };
149397               
149398               static MetaReference
149399               _CIM_RunningOS_Antecedent =
149400               {
149401                   /* flags */
149402                   META_FLAG_REFERENCE|META_FLAG_READ,
149403                   /* name */
149404                   "Antecedent",
149405                   /* qualifiers */
149406                   _CIM_RunningOS_Antecedent_qualifiers,
149407                   /* subscript */
149408                   -1,
149409                   /* refId */
149410                   &__root_cimv2_CIM_OperatingSystem,
149411               };
149412               
149413               static const char*
149414               _CIM_RunningOS_Dependent_qualifiers[] =
149415 mike  1.1.2.1 {
149416                   /* Override */
149417                   "\044Dependent",
149418                   /* Max */
149419                   "\027\000\000\000\001",
149420                   0,
149421               };
149422               
149423               static MetaReference
149424               _CIM_RunningOS_Dependent =
149425               {
149426                   /* flags */
149427                   META_FLAG_REFERENCE|META_FLAG_READ,
149428                   /* name */
149429                   "Dependent",
149430                   /* qualifiers */
149431                   _CIM_RunningOS_Dependent_qualifiers,
149432                   /* subscript */
149433                   -1,
149434                   /* refId */
149435                   &__root_cimv2_CIM_ComputerSystem,
149436 mike  1.1.2.1 };
149437               
149438               static MetaFeature*
149439               _CIM_RunningOS_features[] =
149440               {
149441                   (MetaFeature*)&_CIM_RunningOS_Antecedent,
149442                   (MetaFeature*)&_CIM_RunningOS_Dependent,
149443                   0,
149444               };
149445               
149446               static const char*
149447               __root_cimv2_CIM_RunningOS_qualifiers[] =
149448               {
149449                   /* ASSOCIATION */
149450                   "\000\001",
149451                   /* UMLPackagePath */
149452                   "\057CIM::System::OperatingSystem",
149453                   /* Version */
149454                   "\0632.6.0",
149455                   0,
149456               };
149457 mike  1.1.2.1 
149458               MetaClass
149459               __root_cimv2_CIM_RunningOS =
149460               {
149461                   /* flags */
149462                   META_FLAG_ASSOCIATION,
149463                   /* name */
149464                   "CIM_RunningOS",
149465                   /* qualifiers */
149466                   __root_cimv2_CIM_RunningOS_qualifiers,
149467                   /* super */
149468                   &__root_cimv2_CIM_Dependency,
149469                   /* features */
149470                   _CIM_RunningOS_features,
149471               };
149472               
149473               //==============================================================================
149474               //
149475               // Class: CIM_SAPAvailableForElement
149476               //
149477               //==============================================================================
149478 mike  1.1.2.1 
149479               static const char*
149480               _CIM_SAPAvailableForElement_AvailableSAP_qualifiers[] =
149481               {
149482                   /* Key */
149483                   "\025\001",
149484                   0,
149485               };
149486               
149487               static MetaReference
149488               _CIM_SAPAvailableForElement_AvailableSAP =
149489               {
149490                   /* flags */
149491                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
149492                   /* name */
149493                   "AvailableSAP",
149494                   /* qualifiers */
149495                   _CIM_SAPAvailableForElement_AvailableSAP_qualifiers,
149496                   /* subscript */
149497                   -1,
149498                   /* refId */
149499 mike  1.1.2.1     &__root_cimv2_CIM_ServiceAccessPoint,
149500               };
149501               
149502               static const char*
149503               _CIM_SAPAvailableForElement_ManagedElement_qualifiers[] =
149504               {
149505                   /* Key */
149506                   "\025\001",
149507                   0,
149508               };
149509               
149510               static MetaReference
149511               _CIM_SAPAvailableForElement_ManagedElement =
149512               {
149513                   /* flags */
149514                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
149515                   /* name */
149516                   "ManagedElement",
149517                   /* qualifiers */
149518                   _CIM_SAPAvailableForElement_ManagedElement_qualifiers,
149519                   /* subscript */
149520 mike  1.1.2.1     -1,
149521                   /* refId */
149522                   &__root_cimv2_CIM_ManagedElement,
149523               };
149524               
149525               static MetaFeature*
149526               _CIM_SAPAvailableForElement_features[] =
149527               {
149528                   (MetaFeature*)&_CIM_SAPAvailableForElement_AvailableSAP,
149529                   (MetaFeature*)&_CIM_SAPAvailableForElement_ManagedElement,
149530                   0,
149531               };
149532               
149533               static const char*
149534               __root_cimv2_CIM_SAPAvailableForElement_qualifiers[] =
149535               {
149536                   /* ASSOCIATION */
149537                   "\000\001",
149538                   /* UMLPackagePath */
149539                   "\057CIM::Core::Service",
149540                   /* Version */
149541 mike  1.1.2.1     "\0632.10.0",
149542                   0,
149543               };
149544               
149545               MetaClass
149546               __root_cimv2_CIM_SAPAvailableForElement =
149547               {
149548                   /* flags */
149549                   META_FLAG_ASSOCIATION,
149550                   /* name */
149551                   "CIM_SAPAvailableForElement",
149552                   /* qualifiers */
149553                   __root_cimv2_CIM_SAPAvailableForElement_qualifiers,
149554                   /* super */
149555                   0,
149556                   /* features */
149557                   _CIM_SAPAvailableForElement_features,
149558               };
149559               
149560               //==============================================================================
149561               //
149562 mike  1.1.2.1 // Class: CIM_SAPSAPDependency
149563               //
149564               //==============================================================================
149565               
149566               static const char*
149567               _CIM_SAPSAPDependency_Antecedent_qualifiers[] =
149568               {
149569                   /* Override */
149570                   "\044Antecedent",
149571                   0,
149572               };
149573               
149574               static MetaReference
149575               _CIM_SAPSAPDependency_Antecedent =
149576               {
149577                   /* flags */
149578                   META_FLAG_REFERENCE|META_FLAG_READ,
149579                   /* name */
149580                   "Antecedent",
149581                   /* qualifiers */
149582                   _CIM_SAPSAPDependency_Antecedent_qualifiers,
149583 mike  1.1.2.1     /* subscript */
149584                   -1,
149585                   /* refId */
149586                   &__root_cimv2_CIM_ServiceAccessPoint,
149587               };
149588               
149589               static const char*
149590               _CIM_SAPSAPDependency_Dependent_qualifiers[] =
149591               {
149592                   /* Override */
149593                   "\044Dependent",
149594                   0,
149595               };
149596               
149597               static MetaReference
149598               _CIM_SAPSAPDependency_Dependent =
149599               {
149600                   /* flags */
149601                   META_FLAG_REFERENCE|META_FLAG_READ,
149602                   /* name */
149603                   "Dependent",
149604 mike  1.1.2.1     /* qualifiers */
149605                   _CIM_SAPSAPDependency_Dependent_qualifiers,
149606                   /* subscript */
149607                   -1,
149608                   /* refId */
149609                   &__root_cimv2_CIM_ServiceAccessPoint,
149610               };
149611               
149612               static MetaFeature*
149613               _CIM_SAPSAPDependency_features[] =
149614               {
149615                   (MetaFeature*)&_CIM_SAPSAPDependency_Antecedent,
149616                   (MetaFeature*)&_CIM_SAPSAPDependency_Dependent,
149617                   0,
149618               };
149619               
149620               static const char*
149621               __root_cimv2_CIM_SAPSAPDependency_qualifiers[] =
149622               {
149623                   /* ASSOCIATION */
149624                   "\000\001",
149625 mike  1.1.2.1     /* UMLPackagePath */
149626                   "\057CIM::Core::Service",
149627                   /* Version */
149628                   "\0632.10.0",
149629                   0,
149630               };
149631               
149632               MetaClass
149633               __root_cimv2_CIM_SAPSAPDependency =
149634               {
149635                   /* flags */
149636                   META_FLAG_ASSOCIATION,
149637                   /* name */
149638                   "CIM_SAPSAPDependency",
149639                   /* qualifiers */
149640                   __root_cimv2_CIM_SAPSAPDependency_qualifiers,
149641                   /* super */
149642                   &__root_cimv2_CIM_Dependency,
149643                   /* features */
149644                   _CIM_SAPSAPDependency_features,
149645               };
149646 mike  1.1.2.1 
149647               //==============================================================================
149648               //
149649               // Class: CIM_SAPStatistics
149650               //
149651               //==============================================================================
149652               
149653               static const char*
149654               _CIM_SAPStatistics_Stats_qualifiers[] =
149655               {
149656                   /* Override */
149657                   "\044Stats",
149658                   /* Weak */
149659                   "\064\001",
149660                   0,
149661               };
149662               
149663               static MetaReference
149664               _CIM_SAPStatistics_Stats =
149665               {
149666                   /* flags */
149667 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
149668                   /* name */
149669                   "Stats",
149670                   /* qualifiers */
149671                   _CIM_SAPStatistics_Stats_qualifiers,
149672                   /* subscript */
149673                   -1,
149674                   /* refId */
149675                   &__root_cimv2_CIM_SAPStatisticalInformation,
149676               };
149677               
149678               static const char*
149679               _CIM_SAPStatistics_Element_qualifiers[] =
149680               {
149681                   /* Override */
149682                   "\044Element",
149683                   /* Min */
149684                   "\033\000\000\000\001",
149685                   /* Max */
149686                   "\027\000\000\000\001",
149687                   0,
149688 mike  1.1.2.1 };
149689               
149690               static MetaReference
149691               _CIM_SAPStatistics_Element =
149692               {
149693                   /* flags */
149694                   META_FLAG_REFERENCE|META_FLAG_READ,
149695                   /* name */
149696                   "Element",
149697                   /* qualifiers */
149698                   _CIM_SAPStatistics_Element_qualifiers,
149699                   /* subscript */
149700                   -1,
149701                   /* refId */
149702                   &__root_cimv2_CIM_ServiceAccessPoint,
149703               };
149704               
149705               static MetaFeature*
149706               _CIM_SAPStatistics_features[] =
149707               {
149708                   (MetaFeature*)&_CIM_SAPStatistics_Stats,
149709 mike  1.1.2.1     (MetaFeature*)&_CIM_SAPStatistics_Element,
149710                   0,
149711               };
149712               
149713               static const char*
149714               __root_cimv2_CIM_SAPStatistics_qualifiers[] =
149715               {
149716                   /* ASSOCIATION */
149717                   "\000\001",
149718                   /* UMLPackagePath */
149719                   "\057CIM::Core::Statistics",
149720                   /* Version */
149721                   "\0632.6.0",
149722                   0,
149723               };
149724               
149725               MetaClass
149726               __root_cimv2_CIM_SAPStatistics =
149727               {
149728                   /* flags */
149729                   META_FLAG_ASSOCIATION,
149730 mike  1.1.2.1     /* name */
149731                   "CIM_SAPStatistics",
149732                   /* qualifiers */
149733                   __root_cimv2_CIM_SAPStatistics_qualifiers,
149734                   /* super */
149735                   &__root_cimv2_CIM_Statistics,
149736                   /* features */
149737                   _CIM_SAPStatistics_features,
149738               };
149739               
149740               //==============================================================================
149741               //
149742               // Class: CIM_SchedulingServiceToSchedule
149743               //
149744               //==============================================================================
149745               
149746               static const char*
149747               _CIM_SchedulingServiceToSchedule_SchedService_qualifiers[] =
149748               {
149749                   /* Key */
149750                   "\025\001",
149751 mike  1.1.2.1     /* Max */
149752                   "\027\000\000\000\001",
149753                   0,
149754               };
149755               
149756               static MetaReference
149757               _CIM_SchedulingServiceToSchedule_SchedService =
149758               {
149759                   /* flags */
149760                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
149761                   /* name */
149762                   "SchedService",
149763                   /* qualifiers */
149764                   _CIM_SchedulingServiceToSchedule_SchedService_qualifiers,
149765                   /* subscript */
149766                   -1,
149767                   /* refId */
149768                   &__root_cimv2_CIM_PacketSchedulingService,
149769               };
149770               
149771               static const char*
149772 mike  1.1.2.1 _CIM_SchedulingServiceToSchedule_SchedElement_qualifiers[] =
149773               {
149774                   /* Key */
149775                   "\025\001",
149776                   0,
149777               };
149778               
149779               static MetaReference
149780               _CIM_SchedulingServiceToSchedule_SchedElement =
149781               {
149782                   /* flags */
149783                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
149784                   /* name */
149785                   "SchedElement",
149786                   /* qualifiers */
149787                   _CIM_SchedulingServiceToSchedule_SchedElement_qualifiers,
149788                   /* subscript */
149789                   -1,
149790                   /* refId */
149791                   &__root_cimv2_CIM_SchedulingElement,
149792               };
149793 mike  1.1.2.1 
149794               static MetaFeature*
149795               _CIM_SchedulingServiceToSchedule_features[] =
149796               {
149797                   (MetaFeature*)&_CIM_SchedulingServiceToSchedule_SchedService,
149798                   (MetaFeature*)&_CIM_SchedulingServiceToSchedule_SchedElement,
149799                   0,
149800               };
149801               
149802               static const char*
149803               __root_cimv2_CIM_SchedulingServiceToSchedule_qualifiers[] =
149804               {
149805                   /* ASSOCIATION */
149806                   "\000\001",
149807                   /* UMLPackagePath */
149808                   "\057CIM::Network::QoS",
149809                   /* Version */
149810                   "\0632.7.0",
149811                   0,
149812               };
149813               
149814 mike  1.1.2.1 MetaClass
149815               __root_cimv2_CIM_SchedulingServiceToSchedule =
149816               {
149817                   /* flags */
149818                   META_FLAG_ASSOCIATION,
149819                   /* name */
149820                   "CIM_SchedulingServiceToSchedule",
149821                   /* qualifiers */
149822                   __root_cimv2_CIM_SchedulingServiceToSchedule_qualifiers,
149823                   /* super */
149824                   0,
149825                   /* features */
149826                   _CIM_SchedulingServiceToSchedule_features,
149827               };
149828               
149829               //==============================================================================
149830               //
149831               // Class: CIM_SCSIController
149832               //
149833               //==============================================================================
149834               
149835 mike  1.1.2.1 static const char*
149836               _CIM_SCSIController_ProtectionManagement_qualifiers[] =
149837               {
149838                   /* Deprecated */
149839                   "\013\000\001No Value\000",
149840                   /* ValueMap */
149841                   "\061\000\0061\0002\0003\0004\0005\0006\000",
149842                   /* Values */
149843                   "\062\000\006Other\000Unknown\000Unprotected\000Protected\000Protected through SCC (SCSI-3 Controller Command)\000Protected through SCC-2 (SCSI-3 Controller Command)\000",
149844                   /* MappingStrings */
149845                   "\026\000\001MIF.DMTF|Storage Controller|001.3\000",
149846                   0,
149847               };
149848               
149849               static MetaProperty
149850               _CIM_SCSIController_ProtectionManagement =
149851               {
149852                   /* flags */
149853                   META_FLAG_PROPERTY|META_FLAG_READ,
149854                   /* name */
149855                   "ProtectionManagement",
149856 mike  1.1.2.1     /* qualifiers */
149857                   _CIM_SCSIController_ProtectionManagement_qualifiers,
149858                   /* type */
149859                   CIMTYPE_UINT16,
149860                   /* subscript */
149861                   -1,
149862                   /* value */
149863                   0,
149864               };
149865               
149866               static const char*
149867               _CIM_SCSIController_MaxDataWidth_qualifiers[] =
149868               {
149869                   /* Deprecated */
149870                   "\013\000\001No Value\000",
149871                   /* Units */
149872                   "\060Bits",
149873                   /* MappingStrings */
149874                   "\026\000\001MIF.DMTF|Bus Port|004.7\000",
149875                   0,
149876               };
149877 mike  1.1.2.1 
149878               static MetaProperty
149879               _CIM_SCSIController_MaxDataWidth =
149880               {
149881                   /* flags */
149882                   META_FLAG_PROPERTY|META_FLAG_READ,
149883                   /* name */
149884                   "MaxDataWidth",
149885                   /* qualifiers */
149886                   _CIM_SCSIController_MaxDataWidth_qualifiers,
149887                   /* type */
149888                   CIMTYPE_UINT32,
149889                   /* subscript */
149890                   -1,
149891                   /* value */
149892                   0,
149893               };
149894               
149895               static const char*
149896               _CIM_SCSIController_MaxTransferRate_qualifiers[] =
149897               {
149898 mike  1.1.2.1     /* Deprecated */
149899                   "\013\000\001No Value\000",
149900                   /* Units */
149901                   "\060Bits per Second",
149902                   /* MappingStrings */
149903                   "\026\000\001MIF.DMTF|Bus Port|004.8\000",
149904                   0,
149905               };
149906               
149907               static MetaProperty
149908               _CIM_SCSIController_MaxTransferRate =
149909               {
149910                   /* flags */
149911                   META_FLAG_PROPERTY|META_FLAG_READ,
149912                   /* name */
149913                   "MaxTransferRate",
149914                   /* qualifiers */
149915                   _CIM_SCSIController_MaxTransferRate_qualifiers,
149916                   /* type */
149917                   CIMTYPE_UINT64,
149918                   /* subscript */
149919 mike  1.1.2.1     -1,
149920                   /* value */
149921                   0,
149922               };
149923               
149924               static const char*
149925               _CIM_SCSIController_ControllerTimeouts_qualifiers[] =
149926               {
149927                   /* Deprecated */
149928                   "\013\000\001No Value\000",
149929                   /* Counter */
149930                   "\012\001",
149931                   0,
149932               };
149933               
149934               static MetaProperty
149935               _CIM_SCSIController_ControllerTimeouts =
149936               {
149937                   /* flags */
149938                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
149939                   /* name */
149940 mike  1.1.2.1     "ControllerTimeouts",
149941                   /* qualifiers */
149942                   _CIM_SCSIController_ControllerTimeouts_qualifiers,
149943                   /* type */
149944                   CIMTYPE_UINT32,
149945                   /* subscript */
149946                   -1,
149947                   /* value */
149948                   0,
149949               };
149950               
149951               static const char*
149952               _CIM_SCSIController_SignalCapabilities_qualifiers[] =
149953               {
149954                   /* Deprecated */
149955                   "\013\000\001No Value\000",
149956                   /* ValueMap */
149957                   "\061\000\0061\0002\0003\0004\0005\0006\000",
149958                   /* Values */
149959                   "\062\000\006Other\000Unknown\000Single Ended\000Differential\000Low Voltage Differential\000Optical\000",
149960                   /* ModelCorrespondence */
149961 mike  1.1.2.1     "\036\000\001CIM_SCSIInterface.SCSISignal\000",
149962                   0,
149963               };
149964               
149965               static MetaProperty
149966               _CIM_SCSIController_SignalCapabilities =
149967               {
149968                   /* flags */
149969                   META_FLAG_PROPERTY|META_FLAG_READ,
149970                   /* name */
149971                   "SignalCapabilities",
149972                   /* qualifiers */
149973                   _CIM_SCSIController_SignalCapabilities_qualifiers,
149974                   /* type */
149975                   CIMTYPE_UINT16,
149976                   /* subscript */
149977                   0,
149978                   /* value */
149979                   0,
149980               };
149981               
149982 mike  1.1.2.1 static MetaFeature*
149983               _CIM_SCSIController_features[] =
149984               {
149985                   (MetaFeature*)&_CIM_SCSIController_ProtectionManagement,
149986                   (MetaFeature*)&_CIM_SCSIController_MaxDataWidth,
149987                   (MetaFeature*)&_CIM_SCSIController_MaxTransferRate,
149988                   (MetaFeature*)&_CIM_SCSIController_ControllerTimeouts,
149989                   (MetaFeature*)&_CIM_SCSIController_SignalCapabilities,
149990                   0,
149991               };
149992               
149993               static const char*
149994               __root_cimv2_CIM_SCSIController_qualifiers[] =
149995               {
149996                   /* Deprecated */
149997                   "\013\000\001CIM_SCSIProtocolController\000",
149998                   /* UMLPackagePath */
149999                   "\057CIM::Device::Controller",
150000                   /* Version */
150001                   "\0632.10.0",
150002                   0,
150003 mike  1.1.2.1 };
150004               
150005               MetaClass
150006               __root_cimv2_CIM_SCSIController =
150007               {
150008                   /* flags */
150009                   META_FLAG_CLASS,
150010                   /* name */
150011                   "CIM_SCSIController",
150012                   /* qualifiers */
150013                   __root_cimv2_CIM_SCSIController_qualifiers,
150014                   /* super */
150015                   &__root_cimv2_CIM_Controller,
150016                   /* features */
150017                   _CIM_SCSIController_features,
150018               };
150019               
150020               //==============================================================================
150021               //
150022               // Class: CIM_SCSIProtocolEndpoint
150023               //
150024 mike  1.1.2.1 //==============================================================================
150025               
150026               static const char*
150027               _CIM_SCSIProtocolEndpoint_Name_qualifiers[] =
150028               {
150029                   /* Override */
150030                   "\044Name",
150031                   /* MaxLen */
150032                   "\030\000\000\001\000",
150033                   /* MappingStrings */
150034                   "\026\000\001SPC.INCITS-T10 |Protocol Specific Parameters | Name\000",
150035                   /* ModelCorrespondence */
150036                   "\036\000\002CIM_SCSIProtocolEndpoint.ConnectionType\000CIM_SCSIProtocolEndpoint.OtherConnectionType\000",
150037                   0,
150038               };
150039               
150040               static MetaProperty
150041               _CIM_SCSIProtocolEndpoint_Name =
150042               {
150043                   /* flags */
150044                   META_FLAG_PROPERTY|META_FLAG_READ,
150045 mike  1.1.2.1     /* name */
150046                   "Name",
150047                   /* qualifiers */
150048                   _CIM_SCSIProtocolEndpoint_Name_qualifiers,
150049                   /* type */
150050                   CIMTYPE_STRING,
150051                   /* subscript */
150052                   -1,
150053                   /* value */
150054                   0,
150055               };
150056               
150057               static const char*
150058               _CIM_SCSIProtocolEndpoint_ConnectionType_qualifiers[] =
150059               {
150060                   /* ValueMap */
150061                   "\061\000\0111\0002\0003\0004\0005\0006\0007\0008\0009\000",
150062                   /* Values */
150063                   "\062\000\011Other\000Fibre Channel\000Parallel SCSI\000SSA\000IEEE 1394\000RDMA\000iSCSI\000SAS\000ADT\000",
150064                   /* MappingStrings */
150065                   "\026\000\001SPC.INCITS-T10 | Protocol Identifier | Values\000",
150066 mike  1.1.2.1     /* ModelCorrespondence */
150067                   "\036\000\002CIM_SCSIProtocolEndpoint.Name\000CIM_SCSIProtocolEndpoint.OtherConnectionType\000",
150068                   0,
150069               };
150070               
150071               static MetaProperty
150072               _CIM_SCSIProtocolEndpoint_ConnectionType =
150073               {
150074                   /* flags */
150075                   META_FLAG_PROPERTY|META_FLAG_READ,
150076                   /* name */
150077                   "ConnectionType",
150078                   /* qualifiers */
150079                   _CIM_SCSIProtocolEndpoint_ConnectionType_qualifiers,
150080                   /* type */
150081                   CIMTYPE_UINT16,
150082                   /* subscript */
150083                   -1,
150084                   /* value */
150085                   0,
150086               };
150087 mike  1.1.2.1 
150088               static const char*
150089               _CIM_SCSIProtocolEndpoint_Role_qualifiers[] =
150090               {
150091                   /* ValueMap */
150092                   "\061\000\0040\0002\0003\0004\000",
150093                   /* Values */
150094                   "\062\000\004Unknown\000Initiator\000Target\000Both Initiator and Target\000",
150095                   0,
150096               };
150097               
150098               static MetaProperty
150099               _CIM_SCSIProtocolEndpoint_Role =
150100               {
150101                   /* flags */
150102                   META_FLAG_PROPERTY|META_FLAG_READ,
150103                   /* name */
150104                   "Role",
150105                   /* qualifiers */
150106                   _CIM_SCSIProtocolEndpoint_Role_qualifiers,
150107                   /* type */
150108 mike  1.1.2.1     CIMTYPE_UINT16,
150109                   /* subscript */
150110                   -1,
150111                   /* value */
150112                   0,
150113               };
150114               
150115               static const char*
150116               _CIM_SCSIProtocolEndpoint_TargetRelativePortNumber_qualifiers[] =
150117               {
150118                   /* MinValue */
150119                   "\035\000\000\000\000\000\000\000\001",
150120                   /* MappingStrings */
150121                   "\026\000\001SPC.INCITS-T10 | RelativeTargetPort | IdentifierFormat\000",
150122                   0,
150123               };
150124               
150125               static MetaProperty
150126               _CIM_SCSIProtocolEndpoint_TargetRelativePortNumber =
150127               {
150128                   /* flags */
150129 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
150130                   /* name */
150131                   "TargetRelativePortNumber",
150132                   /* qualifiers */
150133                   _CIM_SCSIProtocolEndpoint_TargetRelativePortNumber_qualifiers,
150134                   /* type */
150135                   CIMTYPE_UINT32,
150136                   /* subscript */
150137                   -1,
150138                   /* value */
150139                   0,
150140               };
150141               
150142               static const char*
150143               _CIM_SCSIProtocolEndpoint_OtherConnectionType_qualifiers[] =
150144               {
150145                   /* ModelCorrespondence */
150146                   "\036\000\002CIM_SCSIProtocolEndpoint.Name\000CIM_SCSIProtocolEndpoint.ConnectionType\000",
150147                   0,
150148               };
150149               
150150 mike  1.1.2.1 static MetaProperty
150151               _CIM_SCSIProtocolEndpoint_OtherConnectionType =
150152               {
150153                   /* flags */
150154                   META_FLAG_PROPERTY|META_FLAG_READ,
150155                   /* name */
150156                   "OtherConnectionType",
150157                   /* qualifiers */
150158                   _CIM_SCSIProtocolEndpoint_OtherConnectionType_qualifiers,
150159                   /* type */
150160                   CIMTYPE_STRING,
150161                   /* subscript */
150162                   -1,
150163                   /* value */
150164                   0,
150165               };
150166               
150167               static MetaFeature*
150168               _CIM_SCSIProtocolEndpoint_features[] =
150169               {
150170                   (MetaFeature*)&_CIM_SCSIProtocolEndpoint_Name,
150171 mike  1.1.2.1     (MetaFeature*)&_CIM_SCSIProtocolEndpoint_ConnectionType,
150172                   (MetaFeature*)&_CIM_SCSIProtocolEndpoint_Role,
150173                   (MetaFeature*)&_CIM_SCSIProtocolEndpoint_TargetRelativePortNumber,
150174                   (MetaFeature*)&_CIM_SCSIProtocolEndpoint_OtherConnectionType,
150175                   0,
150176               };
150177               
150178               static const char*
150179               __root_cimv2_CIM_SCSIProtocolEndpoint_qualifiers[] =
150180               {
150181                   /* UMLPackagePath */
150182                   "\057CIM::Network::ProtocolEndpoints",
150183                   /* Version */
150184                   "\0632.11.0",
150185                   0,
150186               };
150187               
150188               MetaClass
150189               __root_cimv2_CIM_SCSIProtocolEndpoint =
150190               {
150191                   /* flags */
150192 mike  1.1.2.1     META_FLAG_CLASS,
150193                   /* name */
150194                   "CIM_SCSIProtocolEndpoint",
150195                   /* qualifiers */
150196                   __root_cimv2_CIM_SCSIProtocolEndpoint_qualifiers,
150197                   /* super */
150198                   &__root_cimv2_CIM_ProtocolEndpoint,
150199                   /* features */
150200                   _CIM_SCSIProtocolEndpoint_features,
150201               };
150202               
150203               //==============================================================================
150204               //
150205               // Class: CIM_SDSLModem
150206               //
150207               //==============================================================================
150208               
150209               static MetaFeature*
150210               _CIM_SDSLModem_features[] =
150211               {
150212                   0,
150213 mike  1.1.2.1 };
150214               
150215               static const char*
150216               __root_cimv2_CIM_SDSLModem_qualifiers[] =
150217               {
150218                   /* UMLPackagePath */
150219                   "\057CIM::Device::Modems",
150220                   /* Version */
150221                   "\0632.6.0",
150222                   0,
150223               };
150224               
150225               MetaClass
150226               __root_cimv2_CIM_SDSLModem =
150227               {
150228                   /* flags */
150229                   META_FLAG_CLASS,
150230                   /* name */
150231                   "CIM_SDSLModem",
150232                   /* qualifiers */
150233                   __root_cimv2_CIM_SDSLModem_qualifiers,
150234 mike  1.1.2.1     /* super */
150235                   &__root_cimv2_CIM_DSLModem,
150236                   /* features */
150237                   _CIM_SDSLModem_features,
150238               };
150239               
150240               //==============================================================================
150241               //
150242               // Class: CIM_SecurityAssociationEndpoint
150243               //
150244               //==============================================================================
150245               
150246               static const char*
150247               _CIM_SecurityAssociationEndpoint_InstallDate_qualifiers[] =
150248               {
150249                   /* Override */
150250                   "\044InstallDate",
150251                   0,
150252               };
150253               
150254               static MetaProperty
150255 mike  1.1.2.1 _CIM_SecurityAssociationEndpoint_InstallDate =
150256               {
150257                   /* flags */
150258                   META_FLAG_PROPERTY|META_FLAG_READ,
150259                   /* name */
150260                   "InstallDate",
150261                   /* qualifiers */
150262                   _CIM_SecurityAssociationEndpoint_InstallDate_qualifiers,
150263                   /* type */
150264                   CIMTYPE_DATETIME,
150265                   /* subscript */
150266                   -1,
150267                   /* value */
150268                   0,
150269               };
150270               
150271               static const char*
150272               _CIM_SecurityAssociationEndpoint_LifetimeSeconds_qualifiers[] =
150273               {
150274                   /* Units */
150275                   "\060Seconds",
150276 mike  1.1.2.1     0,
150277               };
150278               
150279               static MetaProperty
150280               _CIM_SecurityAssociationEndpoint_LifetimeSeconds =
150281               {
150282                   /* flags */
150283                   META_FLAG_PROPERTY|META_FLAG_READ,
150284                   /* name */
150285                   "LifetimeSeconds",
150286                   /* qualifiers */
150287                   _CIM_SecurityAssociationEndpoint_LifetimeSeconds_qualifiers,
150288                   /* type */
150289                   CIMTYPE_UINT64,
150290                   /* subscript */
150291                   -1,
150292                   /* value */
150293                   "\000\000\000\000\000\000\000\000",
150294               };
150295               
150296               static const char*
150297 mike  1.1.2.1 _CIM_SecurityAssociationEndpoint_RefreshThresholdSecondsPercentage_qualifiers[] =
150298               {
150299                   /* Write */
150300                   "\065\001",
150301                   /* Units */
150302                   "\060Percent",
150303                   /* MinValue */
150304                   "\035\000\000\000\000\000\000\000\000",
150305                   /* MaxValue */
150306                   "\031\000\000\000\000\000\000\000\144",
150307                   0,
150308               };
150309               
150310               static MetaProperty
150311               _CIM_SecurityAssociationEndpoint_RefreshThresholdSecondsPercentage =
150312               {
150313                   /* flags */
150314                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
150315                   /* name */
150316                   "RefreshThresholdSecondsPercentage",
150317                   /* qualifiers */
150318 mike  1.1.2.1     _CIM_SecurityAssociationEndpoint_RefreshThresholdSecondsPercentage_qualifiers,
150319                   /* type */
150320                   CIMTYPE_UINT8,
150321                   /* subscript */
150322                   -1,
150323                   /* value */
150324                   0,
150325               };
150326               
150327               static const char*
150328               _CIM_SecurityAssociationEndpoint_IdleDurationSeconds_qualifiers[] =
150329               {
150330                   /* Units */
150331                   "\060Seconds",
150332                   0,
150333               };
150334               
150335               static MetaProperty
150336               _CIM_SecurityAssociationEndpoint_IdleDurationSeconds =
150337               {
150338                   /* flags */
150339 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
150340                   /* name */
150341                   "IdleDurationSeconds",
150342                   /* qualifiers */
150343                   _CIM_SecurityAssociationEndpoint_IdleDurationSeconds_qualifiers,
150344                   /* type */
150345                   CIMTYPE_UINT64,
150346                   /* subscript */
150347                   -1,
150348                   /* value */
150349                   "\000\000\000\000\000\000\000\000",
150350               };
150351               
150352               static const char*
150353               _CIM_SecurityAssociationEndpoint_LifetimeKilobytes_qualifiers[] =
150354               {
150355                   /* Units */
150356                   "\060KiloBytes",
150357                   0,
150358               };
150359               
150360 mike  1.1.2.1 static MetaProperty
150361               _CIM_SecurityAssociationEndpoint_LifetimeKilobytes =
150362               {
150363                   /* flags */
150364                   META_FLAG_PROPERTY|META_FLAG_READ,
150365                   /* name */
150366                   "LifetimeKilobytes",
150367                   /* qualifiers */
150368                   _CIM_SecurityAssociationEndpoint_LifetimeKilobytes_qualifiers,
150369                   /* type */
150370                   CIMTYPE_UINT64,
150371                   /* subscript */
150372                   -1,
150373                   /* value */
150374                   "\000\000\000\000\000\000\000\000",
150375               };
150376               
150377               static const char*
150378               _CIM_SecurityAssociationEndpoint_RefreshThresholdKbytesPercentage_qualifiers[] =
150379               {
150380                   /* Write */
150381 mike  1.1.2.1     "\065\001",
150382                   /* Units */
150383                   "\060Percent",
150384                   /* MinValue */
150385                   "\035\000\000\000\000\000\000\000\000",
150386                   /* MaxValue */
150387                   "\031\000\000\000\000\000\000\000\144",
150388                   0,
150389               };
150390               
150391               static MetaProperty
150392               _CIM_SecurityAssociationEndpoint_RefreshThresholdKbytesPercentage =
150393               {
150394                   /* flags */
150395                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
150396                   /* name */
150397                   "RefreshThresholdKbytesPercentage",
150398                   /* qualifiers */
150399                   _CIM_SecurityAssociationEndpoint_RefreshThresholdKbytesPercentage_qualifiers,
150400                   /* type */
150401                   CIMTYPE_UINT8,
150402 mike  1.1.2.1     /* subscript */
150403                   -1,
150404                   /* value */
150405                   0,
150406               };
150407               
150408               static const char*
150409               _CIM_SecurityAssociationEndpoint_PacketLoggingActive_qualifiers[] =
150410               {
150411                   /* Write */
150412                   "\065\001",
150413                   0,
150414               };
150415               
150416               static MetaProperty
150417               _CIM_SecurityAssociationEndpoint_PacketLoggingActive =
150418               {
150419                   /* flags */
150420                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
150421                   /* name */
150422                   "PacketLoggingActive",
150423 mike  1.1.2.1     /* qualifiers */
150424                   _CIM_SecurityAssociationEndpoint_PacketLoggingActive_qualifiers,
150425                   /* type */
150426                   CIMTYPE_BOOLEAN,
150427                   /* subscript */
150428                   -1,
150429                   /* value */
150430                   0,
150431               };
150432               
150433               static MetaFeature*
150434               _CIM_SecurityAssociationEndpoint_features[] =
150435               {
150436                   (MetaFeature*)&_CIM_SecurityAssociationEndpoint_InstallDate,
150437                   (MetaFeature*)&_CIM_SecurityAssociationEndpoint_LifetimeSeconds,
150438                   (MetaFeature*)&_CIM_SecurityAssociationEndpoint_RefreshThresholdSecondsPercentage,
150439                   (MetaFeature*)&_CIM_SecurityAssociationEndpoint_IdleDurationSeconds,
150440                   (MetaFeature*)&_CIM_SecurityAssociationEndpoint_LifetimeKilobytes,
150441                   (MetaFeature*)&_CIM_SecurityAssociationEndpoint_RefreshThresholdKbytesPercentage,
150442                   (MetaFeature*)&_CIM_SecurityAssociationEndpoint_PacketLoggingActive,
150443                   0,
150444 mike  1.1.2.1 };
150445               
150446               static const char*
150447               __root_cimv2_CIM_SecurityAssociationEndpoint_qualifiers[] =
150448               {
150449                   /* UMLPackagePath */
150450                   "\057CIM::Network::IPsec",
150451                   /* Version */
150452                   "\0632.8.0",
150453                   0,
150454               };
150455               
150456               MetaClass
150457               __root_cimv2_CIM_SecurityAssociationEndpoint =
150458               {
150459                   /* flags */
150460                   META_FLAG_CLASS,
150461                   /* name */
150462                   "CIM_SecurityAssociationEndpoint",
150463                   /* qualifiers */
150464                   __root_cimv2_CIM_SecurityAssociationEndpoint_qualifiers,
150465 mike  1.1.2.1     /* super */
150466                   &__root_cimv2_CIM_ProtocolEndpoint,
150467                   /* features */
150468                   _CIM_SecurityAssociationEndpoint_features,
150469               };
150470               
150471               //==============================================================================
150472               //
150473               // Class: CIM_SecurityService
150474               //
150475               //==============================================================================
150476               
150477               static MetaFeature*
150478               _CIM_SecurityService_features[] =
150479               {
150480                   0,
150481               };
150482               
150483               static const char*
150484               __root_cimv2_CIM_SecurityService_qualifiers[] =
150485               {
150486 mike  1.1.2.1     /* UMLPackagePath */
150487                   "\057CIM::User::SecurityServices",
150488                   /* Abstract */
150489                   "\002\001",
150490                   /* Version */
150491                   "\0632.6.0",
150492                   0,
150493               };
150494               
150495               MetaClass
150496               __root_cimv2_CIM_SecurityService =
150497               {
150498                   /* flags */
150499                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
150500                   /* name */
150501                   "CIM_SecurityService",
150502                   /* qualifiers */
150503                   __root_cimv2_CIM_SecurityService_qualifiers,
150504                   /* super */
150505                   &__root_cimv2_CIM_Service,
150506                   /* features */
150507 mike  1.1.2.1     _CIM_SecurityService_features,
150508               };
150509               
150510               //==============================================================================
150511               //
150512               // Class: CIM_SecurityServiceForSystem
150513               //
150514               //==============================================================================
150515               
150516               static const char*
150517               _CIM_SecurityServiceForSystem_Antecedent_qualifiers[] =
150518               {
150519                   /* Override */
150520                   "\044Antecedent",
150521                   0,
150522               };
150523               
150524               static MetaReference
150525               _CIM_SecurityServiceForSystem_Antecedent =
150526               {
150527                   /* flags */
150528 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
150529                   /* name */
150530                   "Antecedent",
150531                   /* qualifiers */
150532                   _CIM_SecurityServiceForSystem_Antecedent_qualifiers,
150533                   /* subscript */
150534                   -1,
150535                   /* refId */
150536                   &__root_cimv2_CIM_SecurityService,
150537               };
150538               
150539               static const char*
150540               _CIM_SecurityServiceForSystem_Dependent_qualifiers[] =
150541               {
150542                   /* Override */
150543                   "\044Dependent",
150544                   0,
150545               };
150546               
150547               static MetaReference
150548               _CIM_SecurityServiceForSystem_Dependent =
150549 mike  1.1.2.1 {
150550                   /* flags */
150551                   META_FLAG_REFERENCE|META_FLAG_READ,
150552                   /* name */
150553                   "Dependent",
150554                   /* qualifiers */
150555                   _CIM_SecurityServiceForSystem_Dependent_qualifiers,
150556                   /* subscript */
150557                   -1,
150558                   /* refId */
150559                   &__root_cimv2_CIM_System,
150560               };
150561               
150562               static MetaFeature*
150563               _CIM_SecurityServiceForSystem_features[] =
150564               {
150565                   (MetaFeature*)&_CIM_SecurityServiceForSystem_Antecedent,
150566                   (MetaFeature*)&_CIM_SecurityServiceForSystem_Dependent,
150567                   0,
150568               };
150569               
150570 mike  1.1.2.1 static const char*
150571               __root_cimv2_CIM_SecurityServiceForSystem_qualifiers[] =
150572               {
150573                   /* ASSOCIATION */
150574                   "\000\001",
150575                   /* UMLPackagePath */
150576                   "\057CIM::User::SecurityServices",
150577                   /* Version */
150578                   "\0632.6.0",
150579                   0,
150580               };
150581               
150582               MetaClass
150583               __root_cimv2_CIM_SecurityServiceForSystem =
150584               {
150585                   /* flags */
150586                   META_FLAG_ASSOCIATION,
150587                   /* name */
150588                   "CIM_SecurityServiceForSystem",
150589                   /* qualifiers */
150590                   __root_cimv2_CIM_SecurityServiceForSystem_qualifiers,
150591 mike  1.1.2.1     /* super */
150592                   &__root_cimv2_CIM_ProvidesServiceToElement,
150593                   /* features */
150594                   _CIM_SecurityServiceForSystem_features,
150595               };
150596               
150597               //==============================================================================
150598               //
150599               // Class: CIM_SecurityServiceUsesAccount
150600               //
150601               //==============================================================================
150602               
150603               static const char*
150604               _CIM_SecurityServiceUsesAccount_Antecedent_qualifiers[] =
150605               {
150606                   /* Override */
150607                   "\044Antecedent",
150608                   0,
150609               };
150610               
150611               static MetaReference
150612 mike  1.1.2.1 _CIM_SecurityServiceUsesAccount_Antecedent =
150613               {
150614                   /* flags */
150615                   META_FLAG_REFERENCE|META_FLAG_READ,
150616                   /* name */
150617                   "Antecedent",
150618                   /* qualifiers */
150619                   _CIM_SecurityServiceUsesAccount_Antecedent_qualifiers,
150620                   /* subscript */
150621                   -1,
150622                   /* refId */
150623                   &__root_cimv2_CIM_Account,
150624               };
150625               
150626               static const char*
150627               _CIM_SecurityServiceUsesAccount_Dependent_qualifiers[] =
150628               {
150629                   /* Override */
150630                   "\044Dependent",
150631                   0,
150632               };
150633 mike  1.1.2.1 
150634               static MetaReference
150635               _CIM_SecurityServiceUsesAccount_Dependent =
150636               {
150637                   /* flags */
150638                   META_FLAG_REFERENCE|META_FLAG_READ,
150639                   /* name */
150640                   "Dependent",
150641                   /* qualifiers */
150642                   _CIM_SecurityServiceUsesAccount_Dependent_qualifiers,
150643                   /* subscript */
150644                   -1,
150645                   /* refId */
150646                   &__root_cimv2_CIM_SecurityService,
150647               };
150648               
150649               static MetaFeature*
150650               _CIM_SecurityServiceUsesAccount_features[] =
150651               {
150652                   (MetaFeature*)&_CIM_SecurityServiceUsesAccount_Antecedent,
150653                   (MetaFeature*)&_CIM_SecurityServiceUsesAccount_Dependent,
150654 mike  1.1.2.1     0,
150655               };
150656               
150657               static const char*
150658               __root_cimv2_CIM_SecurityServiceUsesAccount_qualifiers[] =
150659               {
150660                   /* ASSOCIATION */
150661                   "\000\001",
150662                   /* UMLPackagePath */
150663                   "\057CIM::User::Account",
150664                   /* Version */
150665                   "\0632.6.0",
150666                   0,
150667               };
150668               
150669               MetaClass
150670               __root_cimv2_CIM_SecurityServiceUsesAccount =
150671               {
150672                   /* flags */
150673                   META_FLAG_ASSOCIATION,
150674                   /* name */
150675 mike  1.1.2.1     "CIM_SecurityServiceUsesAccount",
150676                   /* qualifiers */
150677                   __root_cimv2_CIM_SecurityServiceUsesAccount_qualifiers,
150678                   /* super */
150679                   &__root_cimv2_CIM_Dependency,
150680                   /* features */
150681                   _CIM_SecurityServiceUsesAccount_features,
150682               };
150683               
150684               //==============================================================================
150685               //
150686               // Class: CIM_SerialController
150687               //
150688               //==============================================================================
150689               
150690               static const char*
150691               _CIM_SerialController_Capabilities_qualifiers[] =
150692               {
150693                   /* ValueMap */
150694                   "\061\000\0101\0002\0003\0004\0005\0006\000160\000161\000",
150695                   /* Values */
150696 mike  1.1.2.1     "\062\000\010Other\000Unknown\000XT/AT Compatible\00016450 Compatible\00016550 Compatible\00016550A Compatible\0008251 Compatible\0008251FIFO Compatible\000",
150697                   /* MappingStrings */
150698                   "\026\000\001MIF.DMTF|Serial Ports|004.7\000",
150699                   /* ArrayType */
150700                   "\005Indexed",
150701                   /* ModelCorrespondence */
150702                   "\036\000\001CIM_SerialController.CapabilityDescriptions\000",
150703                   0,
150704               };
150705               
150706               static MetaProperty
150707               _CIM_SerialController_Capabilities =
150708               {
150709                   /* flags */
150710                   META_FLAG_PROPERTY|META_FLAG_READ,
150711                   /* name */
150712                   "Capabilities",
150713                   /* qualifiers */
150714                   _CIM_SerialController_Capabilities_qualifiers,
150715                   /* type */
150716                   CIMTYPE_UINT16,
150717 mike  1.1.2.1     /* subscript */
150718                   0,
150719                   /* value */
150720                   0,
150721               };
150722               
150723               static const char*
150724               _CIM_SerialController_CapabilityDescriptions_qualifiers[] =
150725               {
150726                   /* ArrayType */
150727                   "\005Indexed",
150728                   /* ModelCorrespondence */
150729                   "\036\000\001CIM_SerialController.Capabilities\000",
150730                   0,
150731               };
150732               
150733               static MetaProperty
150734               _CIM_SerialController_CapabilityDescriptions =
150735               {
150736                   /* flags */
150737                   META_FLAG_PROPERTY|META_FLAG_READ,
150738 mike  1.1.2.1     /* name */
150739                   "CapabilityDescriptions",
150740                   /* qualifiers */
150741                   _CIM_SerialController_CapabilityDescriptions_qualifiers,
150742                   /* type */
150743                   CIMTYPE_STRING,
150744                   /* subscript */
150745                   0,
150746                   /* value */
150747                   0,
150748               };
150749               
150750               static const char*
150751               _CIM_SerialController_MaxBaudRate_qualifiers[] =
150752               {
150753                   /* Units */
150754                   "\060Bits per Second",
150755                   /* MappingStrings */
150756                   "\026\000\001MIF.DMTF|Serial Ports|004.6\000",
150757                   0,
150758               };
150759 mike  1.1.2.1 
150760               static MetaProperty
150761               _CIM_SerialController_MaxBaudRate =
150762               {
150763                   /* flags */
150764                   META_FLAG_PROPERTY|META_FLAG_READ,
150765                   /* name */
150766                   "MaxBaudRate",
150767                   /* qualifiers */
150768                   _CIM_SerialController_MaxBaudRate_qualifiers,
150769                   /* type */
150770                   CIMTYPE_UINT32,
150771                   /* subscript */
150772                   -1,
150773                   /* value */
150774                   0,
150775               };
150776               
150777               static const char*
150778               _CIM_SerialController_Security_qualifiers[] =
150779               {
150780 mike  1.1.2.1     /* ValueMap */
150781                   "\061\000\0061\0002\0003\0004\0005\0006\000",
150782                   /* Values */
150783                   "\062\000\006Other\000Unknown\000None\000External Interface Locked Out\000External Interface Enabled\000Boot Bypass\000",
150784                   /* MappingStrings */
150785                   "\026\000\001MIF.DMTF|Serial Ports|004.9\000",
150786                   0,
150787               };
150788               
150789               static MetaProperty
150790               _CIM_SerialController_Security =
150791               {
150792                   /* flags */
150793                   META_FLAG_PROPERTY|META_FLAG_READ,
150794                   /* name */
150795                   "Security",
150796                   /* qualifiers */
150797                   _CIM_SerialController_Security_qualifiers,
150798                   /* type */
150799                   CIMTYPE_UINT16,
150800                   /* subscript */
150801 mike  1.1.2.1     -1,
150802                   /* value */
150803                   0,
150804               };
150805               
150806               static MetaFeature*
150807               _CIM_SerialController_features[] =
150808               {
150809                   (MetaFeature*)&_CIM_SerialController_Capabilities,
150810                   (MetaFeature*)&_CIM_SerialController_CapabilityDescriptions,
150811                   (MetaFeature*)&_CIM_SerialController_MaxBaudRate,
150812                   (MetaFeature*)&_CIM_SerialController_Security,
150813                   0,
150814               };
150815               
150816               static const char*
150817               __root_cimv2_CIM_SerialController_qualifiers[] =
150818               {
150819                   /* UMLPackagePath */
150820                   "\057CIM::Device::Controller",
150821                   /* Version */
150822 mike  1.1.2.1     "\0632.10.0",
150823                   0,
150824               };
150825               
150826               MetaClass
150827               __root_cimv2_CIM_SerialController =
150828               {
150829                   /* flags */
150830                   META_FLAG_CLASS,
150831                   /* name */
150832                   "CIM_SerialController",
150833                   /* qualifiers */
150834                   __root_cimv2_CIM_SerialController_qualifiers,
150835                   /* super */
150836                   &__root_cimv2_CIM_Controller,
150837                   /* features */
150838                   _CIM_SerialController_features,
150839               };
150840               
150841               //==============================================================================
150842               //
150843 mike  1.1.2.1 // Class: CIM_ServiceAccessBySAP
150844               //
150845               //==============================================================================
150846               
150847               static const char*
150848               _CIM_ServiceAccessBySAP_Antecedent_qualifiers[] =
150849               {
150850                   /* Override */
150851                   "\044Antecedent",
150852                   0,
150853               };
150854               
150855               static MetaReference
150856               _CIM_ServiceAccessBySAP_Antecedent =
150857               {
150858                   /* flags */
150859                   META_FLAG_REFERENCE|META_FLAG_READ,
150860                   /* name */
150861                   "Antecedent",
150862                   /* qualifiers */
150863                   _CIM_ServiceAccessBySAP_Antecedent_qualifiers,
150864 mike  1.1.2.1     /* subscript */
150865                   -1,
150866                   /* refId */
150867                   &__root_cimv2_CIM_Service,
150868               };
150869               
150870               static const char*
150871               _CIM_ServiceAccessBySAP_Dependent_qualifiers[] =
150872               {
150873                   /* Override */
150874                   "\044Dependent",
150875                   0,
150876               };
150877               
150878               static MetaReference
150879               _CIM_ServiceAccessBySAP_Dependent =
150880               {
150881                   /* flags */
150882                   META_FLAG_REFERENCE|META_FLAG_READ,
150883                   /* name */
150884                   "Dependent",
150885 mike  1.1.2.1     /* qualifiers */
150886                   _CIM_ServiceAccessBySAP_Dependent_qualifiers,
150887                   /* subscript */
150888                   -1,
150889                   /* refId */
150890                   &__root_cimv2_CIM_ServiceAccessPoint,
150891               };
150892               
150893               static MetaFeature*
150894               _CIM_ServiceAccessBySAP_features[] =
150895               {
150896                   (MetaFeature*)&_CIM_ServiceAccessBySAP_Antecedent,
150897                   (MetaFeature*)&_CIM_ServiceAccessBySAP_Dependent,
150898                   0,
150899               };
150900               
150901               static const char*
150902               __root_cimv2_CIM_ServiceAccessBySAP_qualifiers[] =
150903               {
150904                   /* ASSOCIATION */
150905                   "\000\001",
150906 mike  1.1.2.1     /* UMLPackagePath */
150907                   "\057CIM::Core::Service",
150908                   /* Version */
150909                   "\0632.10.0",
150910                   0,
150911               };
150912               
150913               MetaClass
150914               __root_cimv2_CIM_ServiceAccessBySAP =
150915               {
150916                   /* flags */
150917                   META_FLAG_ASSOCIATION,
150918                   /* name */
150919                   "CIM_ServiceAccessBySAP",
150920                   /* qualifiers */
150921                   __root_cimv2_CIM_ServiceAccessBySAP_qualifiers,
150922                   /* super */
150923                   &__root_cimv2_CIM_Dependency,
150924                   /* features */
150925                   _CIM_ServiceAccessBySAP_features,
150926               };
150927 mike  1.1.2.1 
150928               //==============================================================================
150929               //
150930               // Class: CIM_ServiceAvailableToDatabase
150931               //
150932               //==============================================================================
150933               
150934               static const char*
150935               _CIM_ServiceAvailableToDatabase_ServiceProvided_qualifiers[] =
150936               {
150937                   /* Override */
150938                   "\044ServiceProvided",
150939                   0,
150940               };
150941               
150942               static MetaReference
150943               _CIM_ServiceAvailableToDatabase_ServiceProvided =
150944               {
150945                   /* flags */
150946                   META_FLAG_REFERENCE|META_FLAG_READ,
150947                   /* name */
150948 mike  1.1.2.1     "ServiceProvided",
150949                   /* qualifiers */
150950                   _CIM_ServiceAvailableToDatabase_ServiceProvided_qualifiers,
150951                   /* subscript */
150952                   -1,
150953                   /* refId */
150954                   &__root_cimv2_CIM_DatabaseService,
150955               };
150956               
150957               static const char*
150958               _CIM_ServiceAvailableToDatabase_UserOfService_qualifiers[] =
150959               {
150960                   /* Override */
150961                   "\044UserOfService",
150962                   0,
150963               };
150964               
150965               static MetaReference
150966               _CIM_ServiceAvailableToDatabase_UserOfService =
150967               {
150968                   /* flags */
150969 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
150970                   /* name */
150971                   "UserOfService",
150972                   /* qualifiers */
150973                   _CIM_ServiceAvailableToDatabase_UserOfService_qualifiers,
150974                   /* subscript */
150975                   -1,
150976                   /* refId */
150977                   &__root_cimv2_CIM_CommonDatabase,
150978               };
150979               
150980               static const char*
150981               _CIM_ServiceAvailableToDatabase_AvailableState_qualifiers[] =
150982               {
150983                   /* ValueMap */
150984                   "\061\000\0051\0002\0003\0004\0005\000",
150985                   /* Values */
150986                   "\062\000\005Other\000Active\000Available\000Restricted\000Unavailable\000",
150987                   /* MappingStrings */
150988                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsRelState\000",
150989                   /* ModelCorrespondence */
150990 mike  1.1.2.1     "\036\000\001CIM_ServiceAvailableToDatabase.OtherAvailableState\000",
150991                   0,
150992               };
150993               
150994               static MetaProperty
150995               _CIM_ServiceAvailableToDatabase_AvailableState =
150996               {
150997                   /* flags */
150998                   META_FLAG_PROPERTY|META_FLAG_READ,
150999                   /* name */
151000                   "AvailableState",
151001                   /* qualifiers */
151002                   _CIM_ServiceAvailableToDatabase_AvailableState_qualifiers,
151003                   /* type */
151004                   CIMTYPE_UINT16,
151005                   /* subscript */
151006                   -1,
151007                   /* value */
151008                   0,
151009               };
151010               
151011 mike  1.1.2.1 static const char*
151012               _CIM_ServiceAvailableToDatabase_OtherAvailableState_qualifiers[] =
151013               {
151014                   /* ModelCorrespondence */
151015                   "\036\000\001CIM_ServiceAvailableToDatabase.AvailableState\000",
151016                   0,
151017               };
151018               
151019               static MetaProperty
151020               _CIM_ServiceAvailableToDatabase_OtherAvailableState =
151021               {
151022                   /* flags */
151023                   META_FLAG_PROPERTY|META_FLAG_READ,
151024                   /* name */
151025                   "OtherAvailableState",
151026                   /* qualifiers */
151027                   _CIM_ServiceAvailableToDatabase_OtherAvailableState_qualifiers,
151028                   /* type */
151029                   CIMTYPE_STRING,
151030                   /* subscript */
151031                   -1,
151032 mike  1.1.2.1     /* value */
151033                   0,
151034               };
151035               
151036               static const char*
151037               _CIM_ServiceAvailableToDatabase_ActiveTime_qualifiers[] =
151038               {
151039                   /* MappingStrings */
151040                   "\026\000\001MIB.IETF|RDBMS-MIB.rdbmsRelActiveTime\000",
151041                   0,
151042               };
151043               
151044               static MetaProperty
151045               _CIM_ServiceAvailableToDatabase_ActiveTime =
151046               {
151047                   /* flags */
151048                   META_FLAG_PROPERTY|META_FLAG_READ,
151049                   /* name */
151050                   "ActiveTime",
151051                   /* qualifiers */
151052                   _CIM_ServiceAvailableToDatabase_ActiveTime_qualifiers,
151053 mike  1.1.2.1     /* type */
151054                   CIMTYPE_DATETIME,
151055                   /* subscript */
151056                   -1,
151057                   /* value */
151058                   0,
151059               };
151060               
151061               static MetaFeature*
151062               _CIM_ServiceAvailableToDatabase_features[] =
151063               {
151064                   (MetaFeature*)&_CIM_ServiceAvailableToDatabase_ServiceProvided,
151065                   (MetaFeature*)&_CIM_ServiceAvailableToDatabase_UserOfService,
151066                   (MetaFeature*)&_CIM_ServiceAvailableToDatabase_AvailableState,
151067                   (MetaFeature*)&_CIM_ServiceAvailableToDatabase_OtherAvailableState,
151068                   (MetaFeature*)&_CIM_ServiceAvailableToDatabase_ActiveTime,
151069                   0,
151070               };
151071               
151072               static const char*
151073               __root_cimv2_CIM_ServiceAvailableToDatabase_qualifiers[] =
151074 mike  1.1.2.1 {
151075                   /* ASSOCIATION */
151076                   "\000\001",
151077                   /* UMLPackagePath */
151078                   "\057CIM::Database::System",
151079                   /* Version */
151080                   "\0632.7.0",
151081                   0,
151082               };
151083               
151084               MetaClass
151085               __root_cimv2_CIM_ServiceAvailableToDatabase =
151086               {
151087                   /* flags */
151088                   META_FLAG_ASSOCIATION,
151089                   /* name */
151090                   "CIM_ServiceAvailableToDatabase",
151091                   /* qualifiers */
151092                   __root_cimv2_CIM_ServiceAvailableToDatabase_qualifiers,
151093                   /* super */
151094                   &__root_cimv2_CIM_ServiceAvailableToElement,
151095 mike  1.1.2.1     /* features */
151096                   _CIM_ServiceAvailableToDatabase_features,
151097               };
151098               
151099               //==============================================================================
151100               //
151101               // Class: CIM_ServiceServiceDependency
151102               //
151103               //==============================================================================
151104               
151105               static const char*
151106               _CIM_ServiceServiceDependency_Antecedent_qualifiers[] =
151107               {
151108                   /* Override */
151109                   "\044Antecedent",
151110                   0,
151111               };
151112               
151113               static MetaReference
151114               _CIM_ServiceServiceDependency_Antecedent =
151115               {
151116 mike  1.1.2.1     /* flags */
151117                   META_FLAG_REFERENCE|META_FLAG_READ,
151118                   /* name */
151119                   "Antecedent",
151120                   /* qualifiers */
151121                   _CIM_ServiceServiceDependency_Antecedent_qualifiers,
151122                   /* subscript */
151123                   -1,
151124                   /* refId */
151125                   &__root_cimv2_CIM_Service,
151126               };
151127               
151128               static const char*
151129               _CIM_ServiceServiceDependency_Dependent_qualifiers[] =
151130               {
151131                   /* Override */
151132                   "\044Dependent",
151133                   0,
151134               };
151135               
151136               static MetaReference
151137 mike  1.1.2.1 _CIM_ServiceServiceDependency_Dependent =
151138               {
151139                   /* flags */
151140                   META_FLAG_REFERENCE|META_FLAG_READ,
151141                   /* name */
151142                   "Dependent",
151143                   /* qualifiers */
151144                   _CIM_ServiceServiceDependency_Dependent_qualifiers,
151145                   /* subscript */
151146                   -1,
151147                   /* refId */
151148                   &__root_cimv2_CIM_Service,
151149               };
151150               
151151               static const char*
151152               _CIM_ServiceServiceDependency_TypeOfDependency_qualifiers[] =
151153               {
151154                   /* ValueMap */
151155                   "\061\000\0050\0001\0002\0003\0004\000",
151156                   /* Values */
151157                   "\062\000\005Unknown\000Other\000Service Must Have Completed\000Service Must Be Started\000Service Must Not Be Started\000",
151158 mike  1.1.2.1     0,
151159               };
151160               
151161               static MetaProperty
151162               _CIM_ServiceServiceDependency_TypeOfDependency =
151163               {
151164                   /* flags */
151165                   META_FLAG_PROPERTY|META_FLAG_READ,
151166                   /* name */
151167                   "TypeOfDependency",
151168                   /* qualifiers */
151169                   _CIM_ServiceServiceDependency_TypeOfDependency_qualifiers,
151170                   /* type */
151171                   CIMTYPE_UINT16,
151172                   /* subscript */
151173                   -1,
151174                   /* value */
151175                   0,
151176               };
151177               
151178               static const char*
151179 mike  1.1.2.1 _CIM_ServiceServiceDependency_RestartService_qualifiers[] =
151180               {
151181                   0,
151182               };
151183               
151184               static MetaProperty
151185               _CIM_ServiceServiceDependency_RestartService =
151186               {
151187                   /* flags */
151188                   META_FLAG_PROPERTY|META_FLAG_READ,
151189                   /* name */
151190                   "RestartService",
151191                   /* qualifiers */
151192                   _CIM_ServiceServiceDependency_RestartService_qualifiers,
151193                   /* type */
151194                   CIMTYPE_BOOLEAN,
151195                   /* subscript */
151196                   -1,
151197                   /* value */
151198                   0,
151199               };
151200 mike  1.1.2.1 
151201               static MetaFeature*
151202               _CIM_ServiceServiceDependency_features[] =
151203               {
151204                   (MetaFeature*)&_CIM_ServiceServiceDependency_Antecedent,
151205                   (MetaFeature*)&_CIM_ServiceServiceDependency_Dependent,
151206                   (MetaFeature*)&_CIM_ServiceServiceDependency_TypeOfDependency,
151207                   (MetaFeature*)&_CIM_ServiceServiceDependency_RestartService,
151208                   0,
151209               };
151210               
151211               static const char*
151212               __root_cimv2_CIM_ServiceServiceDependency_qualifiers[] =
151213               {
151214                   /* ASSOCIATION */
151215                   "\000\001",
151216                   /* UMLPackagePath */
151217                   "\057CIM::Core::Service",
151218                   /* Version */
151219                   "\0632.10.0",
151220                   0,
151221 mike  1.1.2.1 };
151222               
151223               MetaClass
151224               __root_cimv2_CIM_ServiceServiceDependency =
151225               {
151226                   /* flags */
151227                   META_FLAG_ASSOCIATION,
151228                   /* name */
151229                   "CIM_ServiceServiceDependency",
151230                   /* qualifiers */
151231                   __root_cimv2_CIM_ServiceServiceDependency_qualifiers,
151232                   /* super */
151233                   &__root_cimv2_CIM_ProvidesServiceToElement,
151234                   /* features */
151235                   _CIM_ServiceServiceDependency_features,
151236               };
151237               
151238               //==============================================================================
151239               //
151240               // Class: CIM_ServiceUsesSecurityService
151241               //
151242 mike  1.1.2.1 //==============================================================================
151243               
151244               static const char*
151245               _CIM_ServiceUsesSecurityService_Antecedent_qualifiers[] =
151246               {
151247                   /* Override */
151248                   "\044Antecedent",
151249                   0,
151250               };
151251               
151252               static MetaReference
151253               _CIM_ServiceUsesSecurityService_Antecedent =
151254               {
151255                   /* flags */
151256                   META_FLAG_REFERENCE|META_FLAG_READ,
151257                   /* name */
151258                   "Antecedent",
151259                   /* qualifiers */
151260                   _CIM_ServiceUsesSecurityService_Antecedent_qualifiers,
151261                   /* subscript */
151262                   -1,
151263 mike  1.1.2.1     /* refId */
151264                   &__root_cimv2_CIM_SecurityService,
151265               };
151266               
151267               static const char*
151268               _CIM_ServiceUsesSecurityService_Dependent_qualifiers[] =
151269               {
151270                   /* Override */
151271                   "\044Dependent",
151272                   0,
151273               };
151274               
151275               static MetaReference
151276               _CIM_ServiceUsesSecurityService_Dependent =
151277               {
151278                   /* flags */
151279                   META_FLAG_REFERENCE|META_FLAG_READ,
151280                   /* name */
151281                   "Dependent",
151282                   /* qualifiers */
151283                   _CIM_ServiceUsesSecurityService_Dependent_qualifiers,
151284 mike  1.1.2.1     /* subscript */
151285                   -1,
151286                   /* refId */
151287                   &__root_cimv2_CIM_Service,
151288               };
151289               
151290               static MetaFeature*
151291               _CIM_ServiceUsesSecurityService_features[] =
151292               {
151293                   (MetaFeature*)&_CIM_ServiceUsesSecurityService_Antecedent,
151294                   (MetaFeature*)&_CIM_ServiceUsesSecurityService_Dependent,
151295                   0,
151296               };
151297               
151298               static const char*
151299               __root_cimv2_CIM_ServiceUsesSecurityService_qualifiers[] =
151300               {
151301                   /* ASSOCIATION */
151302                   "\000\001",
151303                   /* UMLPackagePath */
151304                   "\057CIM::User::SecurityServices",
151305 mike  1.1.2.1     /* Version */
151306                   "\0632.6.0",
151307                   0,
151308               };
151309               
151310               MetaClass
151311               __root_cimv2_CIM_ServiceUsesSecurityService =
151312               {
151313                   /* flags */
151314                   META_FLAG_ASSOCIATION,
151315                   /* name */
151316                   "CIM_ServiceUsesSecurityService",
151317                   /* qualifiers */
151318                   __root_cimv2_CIM_ServiceUsesSecurityService_qualifiers,
151319                   /* super */
151320                   &__root_cimv2_CIM_ServiceServiceDependency,
151321                   /* features */
151322                   _CIM_ServiceUsesSecurityService_features,
151323               };
151324               
151325               //==============================================================================
151326 mike  1.1.2.1 //
151327               // Class: CIM_SettingForSystem
151328               //
151329               //==============================================================================
151330               
151331               static const char*
151332               _CIM_SettingForSystem_Antecedent_qualifiers[] =
151333               {
151334                   /* Override */
151335                   "\044Antecedent",
151336                   /* Min */
151337                   "\033\000\000\000\001",
151338                   /* Max */
151339                   "\027\000\000\000\001",
151340                   0,
151341               };
151342               
151343               static MetaReference
151344               _CIM_SettingForSystem_Antecedent =
151345               {
151346                   /* flags */
151347 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
151348                   /* name */
151349                   "Antecedent",
151350                   /* qualifiers */
151351                   _CIM_SettingForSystem_Antecedent_qualifiers,
151352                   /* subscript */
151353                   -1,
151354                   /* refId */
151355                   &__root_cimv2_CIM_System,
151356               };
151357               
151358               static const char*
151359               _CIM_SettingForSystem_Dependent_qualifiers[] =
151360               {
151361                   /* Override */
151362                   "\044Dependent",
151363                   /* Weak */
151364                   "\064\001",
151365                   0,
151366               };
151367               
151368 mike  1.1.2.1 static MetaReference
151369               _CIM_SettingForSystem_Dependent =
151370               {
151371                   /* flags */
151372                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
151373                   /* name */
151374                   "Dependent",
151375                   /* qualifiers */
151376                   _CIM_SettingForSystem_Dependent_qualifiers,
151377                   /* subscript */
151378                   -1,
151379                   /* refId */
151380                   &__root_cimv2_CIM_SystemSetting,
151381               };
151382               
151383               static MetaFeature*
151384               _CIM_SettingForSystem_features[] =
151385               {
151386                   (MetaFeature*)&_CIM_SettingForSystem_Antecedent,
151387                   (MetaFeature*)&_CIM_SettingForSystem_Dependent,
151388                   0,
151389 mike  1.1.2.1 };
151390               
151391               static const char*
151392               __root_cimv2_CIM_SettingForSystem_qualifiers[] =
151393               {
151394                   /* ASSOCIATION */
151395                   "\000\001",
151396                   /* UMLPackagePath */
151397                   "\057CIM::Core::Settings",
151398                   /* Version */
151399                   "\0632.10.0",
151400                   0,
151401               };
151402               
151403               MetaClass
151404               __root_cimv2_CIM_SettingForSystem =
151405               {
151406                   /* flags */
151407                   META_FLAG_ASSOCIATION,
151408                   /* name */
151409                   "CIM_SettingForSystem",
151410 mike  1.1.2.1     /* qualifiers */
151411                   __root_cimv2_CIM_SettingForSystem_qualifiers,
151412                   /* super */
151413                   &__root_cimv2_CIM_HostedDependency,
151414                   /* features */
151415                   _CIM_SettingForSystem_features,
151416               };
151417               
151418               //==============================================================================
151419               //
151420               // Class: CIM_Snapshot
151421               //
151422               //==============================================================================
151423               
151424               static const char*
151425               _CIM_Snapshot_IsSynced_qualifiers[] =
151426               {
151427                   /* Deprecated */
151428                   "\013\000\001CIM_Synchronized.SyncMaintained\000",
151429                   0,
151430               };
151431 mike  1.1.2.1 
151432               static MetaProperty
151433               _CIM_Snapshot_IsSynced =
151434               {
151435                   /* flags */
151436                   META_FLAG_PROPERTY|META_FLAG_READ,
151437                   /* name */
151438                   "IsSynced",
151439                   /* qualifiers */
151440                   _CIM_Snapshot_IsSynced_qualifiers,
151441                   /* type */
151442                   CIMTYPE_BOOLEAN,
151443                   /* subscript */
151444                   -1,
151445                   /* value */
151446                   0,
151447               };
151448               
151449               static const char*
151450               _CIM_Snapshot_SyncTime_qualifiers[] =
151451               {
151452 mike  1.1.2.1     /* Deprecated */
151453                   "\013\000\001CIM_Synchronized.WhenSynced\000",
151454                   0,
151455               };
151456               
151457               static MetaProperty
151458               _CIM_Snapshot_SyncTime =
151459               {
151460                   /* flags */
151461                   META_FLAG_PROPERTY|META_FLAG_READ,
151462                   /* name */
151463                   "SyncTime",
151464                   /* qualifiers */
151465                   _CIM_Snapshot_SyncTime_qualifiers,
151466                   /* type */
151467                   CIMTYPE_DATETIME,
151468                   /* subscript */
151469                   -1,
151470                   /* value */
151471                   0,
151472               };
151473 mike  1.1.2.1 
151474               static MetaFeature*
151475               _CIM_Snapshot_features[] =
151476               {
151477                   (MetaFeature*)&_CIM_Snapshot_IsSynced,
151478                   (MetaFeature*)&_CIM_Snapshot_SyncTime,
151479                   0,
151480               };
151481               
151482               static const char*
151483               __root_cimv2_CIM_Snapshot_qualifiers[] =
151484               {
151485                   /* Deprecated */
151486                   "\013\000\001No Value\000",
151487                   /* UMLPackagePath */
151488                   "\057CIM::Device::SccExtents",
151489                   /* Version */
151490                   "\0632.7.0",
151491                   0,
151492               };
151493               
151494 mike  1.1.2.1 MetaClass
151495               __root_cimv2_CIM_Snapshot =
151496               {
151497                   /* flags */
151498                   META_FLAG_CLASS,
151499                   /* name */
151500                   "CIM_Snapshot",
151501                   /* qualifiers */
151502                   __root_cimv2_CIM_Snapshot_qualifiers,
151503                   /* super */
151504                   &__root_cimv2_CIM_StorageExtent,
151505                   /* features */
151506                   _CIM_Snapshot_features,
151507               };
151508               
151509               //==============================================================================
151510               //
151511               // Class: CIM_SnapshotOfExtent
151512               //
151513               //==============================================================================
151514               
151515 mike  1.1.2.1 static const char*
151516               _CIM_SnapshotOfExtent_Antecedent_qualifiers[] =
151517               {
151518                   /* Deprecated */
151519                   "\013\000\001No Value\000",
151520                   /* Override */
151521                   "\044Antecedent",
151522                   /* Max */
151523                   "\027\000\000\000\001",
151524                   0,
151525               };
151526               
151527               static MetaReference
151528               _CIM_SnapshotOfExtent_Antecedent =
151529               {
151530                   /* flags */
151531                   META_FLAG_REFERENCE|META_FLAG_READ,
151532                   /* name */
151533                   "Antecedent",
151534                   /* qualifiers */
151535                   _CIM_SnapshotOfExtent_Antecedent_qualifiers,
151536 mike  1.1.2.1     /* subscript */
151537                   -1,
151538                   /* refId */
151539                   &__root_cimv2_CIM_StorageExtent,
151540               };
151541               
151542               static const char*
151543               _CIM_SnapshotOfExtent_Dependent_qualifiers[] =
151544               {
151545                   /* Deprecated */
151546                   "\013\000\001No Value\000",
151547                   /* Override */
151548                   "\044Dependent",
151549                   0,
151550               };
151551               
151552               static MetaReference
151553               _CIM_SnapshotOfExtent_Dependent =
151554               {
151555                   /* flags */
151556                   META_FLAG_REFERENCE|META_FLAG_READ,
151557 mike  1.1.2.1     /* name */
151558                   "Dependent",
151559                   /* qualifiers */
151560                   _CIM_SnapshotOfExtent_Dependent_qualifiers,
151561                   /* subscript */
151562                   -1,
151563                   /* refId */
151564                   &__root_cimv2_CIM_Snapshot,
151565               };
151566               
151567               static const char*
151568               _CIM_SnapshotOfExtent_SnapshotType_qualifiers[] =
151569               {
151570                   /* Deprecated */
151571                   "\013\000\001CIM_StorageSynchronized.CopyType\000",
151572                   /* ValueMap */
151573                   "\061\000\0050\0001\0002\0003\0004\000",
151574                   /* Values */
151575                   "\062\000\005Other\000Unknown\000Copy\000Before Delta\000After Delta\000",
151576                   0,
151577               };
151578 mike  1.1.2.1 
151579               static MetaProperty
151580               _CIM_SnapshotOfExtent_SnapshotType =
151581               {
151582                   /* flags */
151583                   META_FLAG_PROPERTY|META_FLAG_READ,
151584                   /* name */
151585                   "SnapshotType",
151586                   /* qualifiers */
151587                   _CIM_SnapshotOfExtent_SnapshotType_qualifiers,
151588                   /* type */
151589                   CIMTYPE_UINT16,
151590                   /* subscript */
151591                   -1,
151592                   /* value */
151593                   0,
151594               };
151595               
151596               static MetaFeature*
151597               _CIM_SnapshotOfExtent_features[] =
151598               {
151599 mike  1.1.2.1     (MetaFeature*)&_CIM_SnapshotOfExtent_Antecedent,
151600                   (MetaFeature*)&_CIM_SnapshotOfExtent_Dependent,
151601                   (MetaFeature*)&_CIM_SnapshotOfExtent_SnapshotType,
151602                   0,
151603               };
151604               
151605               static const char*
151606               __root_cimv2_CIM_SnapshotOfExtent_qualifiers[] =
151607               {
151608                   /* ASSOCIATION */
151609                   "\000\001",
151610                   /* Deprecated */
151611                   "\013\000\001No Value\000",
151612                   /* UMLPackagePath */
151613                   "\057CIM::Device::SccExtents",
151614                   /* Version */
151615                   "\0632.7.0",
151616                   0,
151617               };
151618               
151619               MetaClass
151620 mike  1.1.2.1 __root_cimv2_CIM_SnapshotOfExtent =
151621               {
151622                   /* flags */
151623                   META_FLAG_ASSOCIATION,
151624                   /* name */
151625                   "CIM_SnapshotOfExtent",
151626                   /* qualifiers */
151627                   __root_cimv2_CIM_SnapshotOfExtent_qualifiers,
151628                   /* super */
151629                   &__root_cimv2_CIM_Dependency,
151630                   /* features */
151631                   _CIM_SnapshotOfExtent_features,
151632               };
151633               
151634               //==============================================================================
151635               //
151636               // Class: CIM_Specific802dot1QVLANService
151637               //
151638               //==============================================================================
151639               
151640               static MetaFeature*
151641 mike  1.1.2.1 _CIM_Specific802dot1QVLANService_features[] =
151642               {
151643                   0,
151644               };
151645               
151646               static const char*
151647               __root_cimv2_CIM_Specific802dot1QVLANService_qualifiers[] =
151648               {
151649                   /* Deprecated */
151650                   "\013\000\001No Value\000",
151651                   /* UMLPackagePath */
151652                   "\057CIM::Network::VLAN",
151653                   /* Version */
151654                   "\0632.8.0",
151655                   0,
151656               };
151657               
151658               MetaClass
151659               __root_cimv2_CIM_Specific802dot1QVLANService =
151660               {
151661                   /* flags */
151662 mike  1.1.2.1     META_FLAG_CLASS,
151663                   /* name */
151664                   "CIM_Specific802dot1QVLANService",
151665                   /* qualifiers */
151666                   __root_cimv2_CIM_Specific802dot1QVLANService_qualifiers,
151667                   /* super */
151668                   &__root_cimv2_CIM_VLANService,
151669                   /* features */
151670                   _CIM_Specific802dot1QVLANService_features,
151671               };
151672               
151673               //==============================================================================
151674               //
151675               // Class: CIM_SSAController
151676               //
151677               //==============================================================================
151678               
151679               static MetaFeature*
151680               _CIM_SSAController_features[] =
151681               {
151682                   0,
151683 mike  1.1.2.1 };
151684               
151685               static const char*
151686               __root_cimv2_CIM_SSAController_qualifiers[] =
151687               {
151688                   /* UMLPackagePath */
151689                   "\057CIM::Device::Controller",
151690                   /* Version */
151691                   "\0632.6.0",
151692                   0,
151693               };
151694               
151695               MetaClass
151696               __root_cimv2_CIM_SSAController =
151697               {
151698                   /* flags */
151699                   META_FLAG_CLASS,
151700                   /* name */
151701                   "CIM_SSAController",
151702                   /* qualifiers */
151703                   __root_cimv2_CIM_SSAController_qualifiers,
151704 mike  1.1.2.1     /* super */
151705                   &__root_cimv2_CIM_Controller,
151706                   /* features */
151707                   _CIM_SSAController_features,
151708               };
151709               
151710               //==============================================================================
151711               //
151712               // Class: CIM_StorageConfigurationService
151713               //
151714               //==============================================================================
151715               
151716               static const char*
151717               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_ElementName_qualifiers[] =
151718               {
151719                   /* IN */
151720                   "\024\001",
151721                   0,
151722               };
151723               
151724               static MetaProperty
151725 mike  1.1.2.1 _CIM_StorageConfigurationService_CreateOrModifyStoragePool_ElementName =
151726               {
151727                   /* flags */
151728                   META_FLAG_PROPERTY|META_FLAG_IN,
151729                   /* name */
151730                   "ElementName",
151731                   /* qualifiers */
151732                   _CIM_StorageConfigurationService_CreateOrModifyStoragePool_ElementName_qualifiers,
151733                   /* type */
151734                   CIMTYPE_STRING,
151735                   /* subscript */
151736                   -1,
151737                   /* value */
151738                   0,
151739               };
151740               
151741               static const char*
151742               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Job_qualifiers[] =
151743               {
151744                   /* IN */
151745                   "\024\000",
151746 mike  1.1.2.1     /* OUT */
151747                   "\043\001",
151748                   0,
151749               };
151750               
151751               static MetaReference
151752               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Job =
151753               {
151754                   /* flags */
151755                   META_FLAG_REFERENCE|META_FLAG_OUT,
151756                   /* name */
151757                   "Job",
151758                   /* qualifiers */
151759                   _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Job_qualifiers,
151760                   /* subscript */
151761                   -1,
151762                   /* ref */
151763                   &__root_cimv2_CIM_ConcreteJob,
151764               };
151765               
151766               static const char*
151767 mike  1.1.2.1 _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Goal_qualifiers[] =
151768               {
151769                   /* IN */
151770                   "\024\001",
151771                   0,
151772               };
151773               
151774               static MetaReference
151775               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Goal =
151776               {
151777                   /* flags */
151778                   META_FLAG_REFERENCE|META_FLAG_IN,
151779                   /* name */
151780                   "Goal",
151781                   /* qualifiers */
151782                   _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Goal_qualifiers,
151783                   /* subscript */
151784                   -1,
151785                   /* ref */
151786                   &__root_cimv2_CIM_StorageSetting,
151787               };
151788 mike  1.1.2.1 
151789               static const char*
151790               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Size_qualifiers[] =
151791               {
151792                   /* IN */
151793                   "\024\001",
151794                   /* OUT */
151795                   "\043\001",
151796                   /* Units */
151797                   "\060Bytes",
151798                   0,
151799               };
151800               
151801               static MetaProperty
151802               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Size =
151803               {
151804                   /* flags */
151805                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
151806                   /* name */
151807                   "Size",
151808                   /* qualifiers */
151809 mike  1.1.2.1     _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Size_qualifiers,
151810                   /* type */
151811                   CIMTYPE_UINT64,
151812                   /* subscript */
151813                   -1,
151814                   /* value */
151815                   0,
151816               };
151817               
151818               static const char*
151819               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_InPools_qualifiers[] =
151820               {
151821                   /* IN */
151822                   "\024\001",
151823                   0,
151824               };
151825               
151826               static MetaProperty
151827               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_InPools =
151828               {
151829                   /* flags */
151830 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_IN,
151831                   /* name */
151832                   "InPools",
151833                   /* qualifiers */
151834                   _CIM_StorageConfigurationService_CreateOrModifyStoragePool_InPools_qualifiers,
151835                   /* type */
151836                   CIMTYPE_STRING,
151837                   /* subscript */
151838                   0,
151839                   /* value */
151840                   0,
151841               };
151842               
151843               static const char*
151844               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_InExtents_qualifiers[] =
151845               {
151846                   /* IN */
151847                   "\024\001",
151848                   0,
151849               };
151850               
151851 mike  1.1.2.1 static MetaProperty
151852               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_InExtents =
151853               {
151854                   /* flags */
151855                   META_FLAG_PROPERTY|META_FLAG_IN,
151856                   /* name */
151857                   "InExtents",
151858                   /* qualifiers */
151859                   _CIM_StorageConfigurationService_CreateOrModifyStoragePool_InExtents_qualifiers,
151860                   /* type */
151861                   CIMTYPE_STRING,
151862                   /* subscript */
151863                   0,
151864                   /* value */
151865                   0,
151866               };
151867               
151868               static const char*
151869               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Pool_qualifiers[] =
151870               {
151871                   /* IN */
151872 mike  1.1.2.1     "\024\001",
151873                   /* OUT */
151874                   "\043\001",
151875                   0,
151876               };
151877               
151878               static MetaReference
151879               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Pool =
151880               {
151881                   /* flags */
151882                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
151883                   /* name */
151884                   "Pool",
151885                   /* qualifiers */
151886                   _CIM_StorageConfigurationService_CreateOrModifyStoragePool_Pool_qualifiers,
151887                   /* subscript */
151888                   -1,
151889                   /* ref */
151890                   &__root_cimv2_CIM_StoragePool,
151891               };
151892               
151893 mike  1.1.2.1 static MetaFeature*
151894               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_parameters[] =
151895               {
151896                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyStoragePool_ElementName,
151897                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyStoragePool_Job,
151898                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyStoragePool_Goal,
151899                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyStoragePool_Size,
151900                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyStoragePool_InPools,
151901                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyStoragePool_InExtents,
151902                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyStoragePool_Pool,
151903                   0,
151904               };
151905               
151906               static const char*
151907               _CIM_StorageConfigurationService_CreateOrModifyStoragePool_qualifiers[] =
151908               {
151909                   /* ValueMap */
151910                   "\061\000\0140\0001\0002\0003\0004\0005\0006\000..\0004096\0004097\0004098..32767\00032768..65535\000",
151911                   /* Values */
151912                   "\062\000\014Job Completed with No Error\000Not Supported\000Unknown\000Timeout\000Failed\000Invalid Parameter\000In Use\000DMTF Reserved\000Method Parameters Checked - Job Started\000Size Not Supported\000Method Reserved\000Vendor Specific\000",
151913                   0,
151914 mike  1.1.2.1 };
151915               
151916               static MetaMethod
151917               _CIM_StorageConfigurationService_CreateOrModifyStoragePool =
151918               {
151919                   /* flags */
151920                   META_FLAG_METHOD,
151921                   /* name */
151922                   "CIM_StorageConfigurationService",
151923                   /* qualifiers */
151924                   _CIM_StorageConfigurationService_CreateOrModifyStoragePool_qualifiers,
151925                   /* type */
151926                   CIMTYPE_UINT32,
151927                   /* parameters */
151928                   _CIM_StorageConfigurationService_CreateOrModifyStoragePool_parameters,
151929               };
151930               
151931               static const char*
151932               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_ElementName_qualifiers[] =
151933               {
151934                   /* IN */
151935 mike  1.1.2.1     "\024\001",
151936                   0,
151937               };
151938               
151939               static MetaProperty
151940               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_ElementName =
151941               {
151942                   /* flags */
151943                   META_FLAG_PROPERTY|META_FLAG_IN,
151944                   /* name */
151945                   "ElementName",
151946                   /* qualifiers */
151947                   _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_ElementName_qualifiers,
151948                   /* type */
151949                   CIMTYPE_STRING,
151950                   /* subscript */
151951                   -1,
151952                   /* value */
151953                   0,
151954               };
151955               
151956 mike  1.1.2.1 static const char*
151957               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_ElementType_qualifiers[] =
151958               {
151959                   /* IN */
151960                   "\024\001",
151961                   /* ValueMap */
151962                   "\061\000\0070\0001\0002\0003\0004\000..\00032768..65535\000",
151963                   /* Values */
151964                   "\062\000\007Unknown\000Reserved\000StorageVolume\000StorageExtent\000LogicalDisk\000DMTF Reserved\000Vendor Specific\000",
151965                   0,
151966               };
151967               
151968               static MetaProperty
151969               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_ElementType =
151970               {
151971                   /* flags */
151972                   META_FLAG_PROPERTY|META_FLAG_IN,
151973                   /* name */
151974                   "ElementType",
151975                   /* qualifiers */
151976                   _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_ElementType_qualifiers,
151977 mike  1.1.2.1     /* type */
151978                   CIMTYPE_UINT16,
151979                   /* subscript */
151980                   -1,
151981                   /* value */
151982                   0,
151983               };
151984               
151985               static const char*
151986               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Job_qualifiers[] =
151987               {
151988                   /* IN */
151989                   "\024\000",
151990                   /* OUT */
151991                   "\043\001",
151992                   0,
151993               };
151994               
151995               static MetaReference
151996               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Job =
151997               {
151998 mike  1.1.2.1     /* flags */
151999                   META_FLAG_REFERENCE|META_FLAG_OUT,
152000                   /* name */
152001                   "Job",
152002                   /* qualifiers */
152003                   _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Job_qualifiers,
152004                   /* subscript */
152005                   -1,
152006                   /* ref */
152007                   &__root_cimv2_CIM_ConcreteJob,
152008               };
152009               
152010               static const char*
152011               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Goal_qualifiers[] =
152012               {
152013                   /* IN */
152014                   "\024\001",
152015                   0,
152016               };
152017               
152018               static MetaReference
152019 mike  1.1.2.1 _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Goal =
152020               {
152021                   /* flags */
152022                   META_FLAG_REFERENCE|META_FLAG_IN,
152023                   /* name */
152024                   "Goal",
152025                   /* qualifiers */
152026                   _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Goal_qualifiers,
152027                   /* subscript */
152028                   -1,
152029                   /* ref */
152030                   &__root_cimv2_CIM_ManagedElement,
152031               };
152032               
152033               static const char*
152034               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Size_qualifiers[] =
152035               {
152036                   /* IN */
152037                   "\024\001",
152038                   /* OUT */
152039                   "\043\001",
152040 mike  1.1.2.1     /* Units */
152041                   "\060Bytes",
152042                   0,
152043               };
152044               
152045               static MetaProperty
152046               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Size =
152047               {
152048                   /* flags */
152049                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
152050                   /* name */
152051                   "Size",
152052                   /* qualifiers */
152053                   _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Size_qualifiers,
152054                   /* type */
152055                   CIMTYPE_UINT64,
152056                   /* subscript */
152057                   -1,
152058                   /* value */
152059                   0,
152060               };
152061 mike  1.1.2.1 
152062               static const char*
152063               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_InPool_qualifiers[] =
152064               {
152065                   /* IN */
152066                   "\024\001",
152067                   0,
152068               };
152069               
152070               static MetaReference
152071               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_InPool =
152072               {
152073                   /* flags */
152074                   META_FLAG_REFERENCE|META_FLAG_IN,
152075                   /* name */
152076                   "InPool",
152077                   /* qualifiers */
152078                   _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_InPool_qualifiers,
152079                   /* subscript */
152080                   -1,
152081                   /* ref */
152082 mike  1.1.2.1     &__root_cimv2_CIM_StoragePool,
152083               };
152084               
152085               static const char*
152086               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_TheElement_qualifiers[] =
152087               {
152088                   /* IN */
152089                   "\024\001",
152090                   /* OUT */
152091                   "\043\001",
152092                   0,
152093               };
152094               
152095               static MetaReference
152096               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_TheElement =
152097               {
152098                   /* flags */
152099                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
152100                   /* name */
152101                   "TheElement",
152102                   /* qualifiers */
152103 mike  1.1.2.1     _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_TheElement_qualifiers,
152104                   /* subscript */
152105                   -1,
152106                   /* ref */
152107                   &__root_cimv2_CIM_LogicalElement,
152108               };
152109               
152110               static MetaFeature*
152111               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_parameters[] =
152112               {
152113                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_ElementName,
152114                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_ElementType,
152115                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Job,
152116                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Goal,
152117                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_Size,
152118                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_InPool,
152119                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_TheElement,
152120                   0,
152121               };
152122               
152123               static const char*
152124 mike  1.1.2.1 _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_qualifiers[] =
152125               {
152126                   /* ValueMap */
152127                   "\061\000\0140\0001\0002\0003\0004\0005\0006\000..\0004096\0004097\0004098..32767\00032768..65535\000",
152128                   /* Values */
152129                   "\062\000\014Job Completed with No Error\000Not Supported\000Unknown\000Timeout\000Failed\000Invalid Parameter\000In Use\000DMTF Reserved\000Method Parameters Checked - Job Started\000Size Not Supported\000Method Reserved\000Vendor Specific\000",
152130                   0,
152131               };
152132               
152133               static MetaMethod
152134               _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool =
152135               {
152136                   /* flags */
152137                   META_FLAG_METHOD,
152138                   /* name */
152139                   "CIM_StorageConfigurationService",
152140                   /* qualifiers */
152141                   _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_qualifiers,
152142                   /* type */
152143                   CIMTYPE_UINT32,
152144                   /* parameters */
152145 mike  1.1.2.1     _CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool_parameters,
152146               };
152147               
152148               static const char*
152149               _CIM_StorageConfigurationService_DeleteStoragePool_Job_qualifiers[] =
152150               {
152151                   /* IN */
152152                   "\024\000",
152153                   /* OUT */
152154                   "\043\001",
152155                   0,
152156               };
152157               
152158               static MetaReference
152159               _CIM_StorageConfigurationService_DeleteStoragePool_Job =
152160               {
152161                   /* flags */
152162                   META_FLAG_REFERENCE|META_FLAG_OUT,
152163                   /* name */
152164                   "Job",
152165                   /* qualifiers */
152166 mike  1.1.2.1     _CIM_StorageConfigurationService_DeleteStoragePool_Job_qualifiers,
152167                   /* subscript */
152168                   -1,
152169                   /* ref */
152170                   &__root_cimv2_CIM_ConcreteJob,
152171               };
152172               
152173               static const char*
152174               _CIM_StorageConfigurationService_DeleteStoragePool_Pool_qualifiers[] =
152175               {
152176                   /* IN */
152177                   "\024\001",
152178                   0,
152179               };
152180               
152181               static MetaReference
152182               _CIM_StorageConfigurationService_DeleteStoragePool_Pool =
152183               {
152184                   /* flags */
152185                   META_FLAG_REFERENCE|META_FLAG_IN,
152186                   /* name */
152187 mike  1.1.2.1     "Pool",
152188                   /* qualifiers */
152189                   _CIM_StorageConfigurationService_DeleteStoragePool_Pool_qualifiers,
152190                   /* subscript */
152191                   -1,
152192                   /* ref */
152193                   &__root_cimv2_CIM_StoragePool,
152194               };
152195               
152196               static MetaFeature*
152197               _CIM_StorageConfigurationService_DeleteStoragePool_parameters[] =
152198               {
152199                   (MetaFeature*)&_CIM_StorageConfigurationService_DeleteStoragePool_Job,
152200                   (MetaFeature*)&_CIM_StorageConfigurationService_DeleteStoragePool_Pool,
152201                   0,
152202               };
152203               
152204               static const char*
152205               _CIM_StorageConfigurationService_DeleteStoragePool_qualifiers[] =
152206               {
152207                   /* ValueMap */
152208 mike  1.1.2.1     "\061\000\0130\0001\0002\0003\0004\0005\0006\000..\0004096\0004097..32767\00032768..65535\000",
152209                   /* Values */
152210                   "\062\000\013Job Completed with No Error\000Not Supported\000Unknown\000Timeout\000Failed\000Invalid Parameter\000In Use\000DMTF Reserved\000Method Parameters Checked - Job Started\000Method Reserved\000Vendor Specific\000",
152211                   0,
152212               };
152213               
152214               static MetaMethod
152215               _CIM_StorageConfigurationService_DeleteStoragePool =
152216               {
152217                   /* flags */
152218                   META_FLAG_METHOD,
152219                   /* name */
152220                   "CIM_StorageConfigurationService",
152221                   /* qualifiers */
152222                   _CIM_StorageConfigurationService_DeleteStoragePool_qualifiers,
152223                   /* type */
152224                   CIMTYPE_UINT32,
152225                   /* parameters */
152226                   _CIM_StorageConfigurationService_DeleteStoragePool_parameters,
152227               };
152228               
152229 mike  1.1.2.1 static const char*
152230               _CIM_StorageConfigurationService_ReturnToStoragePool_Job_qualifiers[] =
152231               {
152232                   /* IN */
152233                   "\024\000",
152234                   /* OUT */
152235                   "\043\001",
152236                   0,
152237               };
152238               
152239               static MetaReference
152240               _CIM_StorageConfigurationService_ReturnToStoragePool_Job =
152241               {
152242                   /* flags */
152243                   META_FLAG_REFERENCE|META_FLAG_OUT,
152244                   /* name */
152245                   "Job",
152246                   /* qualifiers */
152247                   _CIM_StorageConfigurationService_ReturnToStoragePool_Job_qualifiers,
152248                   /* subscript */
152249                   -1,
152250 mike  1.1.2.1     /* ref */
152251                   &__root_cimv2_CIM_ConcreteJob,
152252               };
152253               
152254               static const char*
152255               _CIM_StorageConfigurationService_ReturnToStoragePool_TheElement_qualifiers[] =
152256               {
152257                   /* IN */
152258                   "\024\001",
152259                   0,
152260               };
152261               
152262               static MetaReference
152263               _CIM_StorageConfigurationService_ReturnToStoragePool_TheElement =
152264               {
152265                   /* flags */
152266                   META_FLAG_REFERENCE|META_FLAG_IN,
152267                   /* name */
152268                   "TheElement",
152269                   /* qualifiers */
152270                   _CIM_StorageConfigurationService_ReturnToStoragePool_TheElement_qualifiers,
152271 mike  1.1.2.1     /* subscript */
152272                   -1,
152273                   /* ref */
152274                   &__root_cimv2_CIM_LogicalElement,
152275               };
152276               
152277               static MetaFeature*
152278               _CIM_StorageConfigurationService_ReturnToStoragePool_parameters[] =
152279               {
152280                   (MetaFeature*)&_CIM_StorageConfigurationService_ReturnToStoragePool_Job,
152281                   (MetaFeature*)&_CIM_StorageConfigurationService_ReturnToStoragePool_TheElement,
152282                   0,
152283               };
152284               
152285               static const char*
152286               _CIM_StorageConfigurationService_ReturnToStoragePool_qualifiers[] =
152287               {
152288                   /* ValueMap */
152289                   "\061\000\0130\0001\0002\0003\0004\0005\0006\000..\0004096\0004097..32767\00032768..65535\000",
152290                   /* Values */
152291                   "\062\000\013Job Completed with No Error\000Not Supported\000Unknown\000Timeout\000Failed\000Invalid Parameter\000In Use\000DMTF Reserved\000Method Parameters Checked - Job Started\000Method Reserved\000Vendor Specific\000",
152292 mike  1.1.2.1     0,
152293               };
152294               
152295               static MetaMethod
152296               _CIM_StorageConfigurationService_ReturnToStoragePool =
152297               {
152298                   /* flags */
152299                   META_FLAG_METHOD,
152300                   /* name */
152301                   "CIM_StorageConfigurationService",
152302                   /* qualifiers */
152303                   _CIM_StorageConfigurationService_ReturnToStoragePool_qualifiers,
152304                   /* type */
152305                   CIMTYPE_UINT32,
152306                   /* parameters */
152307                   _CIM_StorageConfigurationService_ReturnToStoragePool_parameters,
152308               };
152309               
152310               static const char*
152311               _CIM_StorageConfigurationService_CreateReplica_ElementName_qualifiers[] =
152312               {
152313 mike  1.1.2.1     /* IN */
152314                   "\024\001",
152315                   0,
152316               };
152317               
152318               static MetaProperty
152319               _CIM_StorageConfigurationService_CreateReplica_ElementName =
152320               {
152321                   /* flags */
152322                   META_FLAG_PROPERTY|META_FLAG_IN,
152323                   /* name */
152324                   "ElementName",
152325                   /* qualifiers */
152326                   _CIM_StorageConfigurationService_CreateReplica_ElementName_qualifiers,
152327                   /* type */
152328                   CIMTYPE_STRING,
152329                   /* subscript */
152330                   -1,
152331                   /* value */
152332                   0,
152333               };
152334 mike  1.1.2.1 
152335               static const char*
152336               _CIM_StorageConfigurationService_CreateReplica_Job_qualifiers[] =
152337               {
152338                   /* IN */
152339                   "\024\000",
152340                   /* OUT */
152341                   "\043\001",
152342                   0,
152343               };
152344               
152345               static MetaReference
152346               _CIM_StorageConfigurationService_CreateReplica_Job =
152347               {
152348                   /* flags */
152349                   META_FLAG_REFERENCE|META_FLAG_OUT,
152350                   /* name */
152351                   "Job",
152352                   /* qualifiers */
152353                   _CIM_StorageConfigurationService_CreateReplica_Job_qualifiers,
152354                   /* subscript */
152355 mike  1.1.2.1     -1,
152356                   /* ref */
152357                   &__root_cimv2_CIM_ConcreteJob,
152358               };
152359               
152360               static const char*
152361               _CIM_StorageConfigurationService_CreateReplica_SourceElement_qualifiers[] =
152362               {
152363                   /* Required */
152364                   "\050\001",
152365                   /* IN */
152366                   "\024\001",
152367                   0,
152368               };
152369               
152370               static MetaReference
152371               _CIM_StorageConfigurationService_CreateReplica_SourceElement =
152372               {
152373                   /* flags */
152374                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
152375                   /* name */
152376 mike  1.1.2.1     "SourceElement",
152377                   /* qualifiers */
152378                   _CIM_StorageConfigurationService_CreateReplica_SourceElement_qualifiers,
152379                   /* subscript */
152380                   -1,
152381                   /* ref */
152382                   &__root_cimv2_CIM_LogicalElement,
152383               };
152384               
152385               static const char*
152386               _CIM_StorageConfigurationService_CreateReplica_TargetElement_qualifiers[] =
152387               {
152388                   /* IN */
152389                   "\024\000",
152390                   /* OUT */
152391                   "\043\001",
152392                   0,
152393               };
152394               
152395               static MetaReference
152396               _CIM_StorageConfigurationService_CreateReplica_TargetElement =
152397 mike  1.1.2.1 {
152398                   /* flags */
152399                   META_FLAG_REFERENCE|META_FLAG_OUT,
152400                   /* name */
152401                   "TargetElement",
152402                   /* qualifiers */
152403                   _CIM_StorageConfigurationService_CreateReplica_TargetElement_qualifiers,
152404                   /* subscript */
152405                   -1,
152406                   /* ref */
152407                   &__root_cimv2_CIM_LogicalElement,
152408               };
152409               
152410               static const char*
152411               _CIM_StorageConfigurationService_CreateReplica_TargetSettingGoal_qualifiers[] =
152412               {
152413                   /* IN */
152414                   "\024\001",
152415                   0,
152416               };
152417               
152418 mike  1.1.2.1 static MetaReference
152419               _CIM_StorageConfigurationService_CreateReplica_TargetSettingGoal =
152420               {
152421                   /* flags */
152422                   META_FLAG_REFERENCE|META_FLAG_IN,
152423                   /* name */
152424                   "TargetSettingGoal",
152425                   /* qualifiers */
152426                   _CIM_StorageConfigurationService_CreateReplica_TargetSettingGoal_qualifiers,
152427                   /* subscript */
152428                   -1,
152429                   /* ref */
152430                   &__root_cimv2_CIM_StorageSetting,
152431               };
152432               
152433               static const char*
152434               _CIM_StorageConfigurationService_CreateReplica_TargetPool_qualifiers[] =
152435               {
152436                   /* IN */
152437                   "\024\001",
152438                   0,
152439 mike  1.1.2.1 };
152440               
152441               static MetaReference
152442               _CIM_StorageConfigurationService_CreateReplica_TargetPool =
152443               {
152444                   /* flags */
152445                   META_FLAG_REFERENCE|META_FLAG_IN,
152446                   /* name */
152447                   "TargetPool",
152448                   /* qualifiers */
152449                   _CIM_StorageConfigurationService_CreateReplica_TargetPool_qualifiers,
152450                   /* subscript */
152451                   -1,
152452                   /* ref */
152453                   &__root_cimv2_CIM_StoragePool,
152454               };
152455               
152456               static const char*
152457               _CIM_StorageConfigurationService_CreateReplica_CopyType_qualifiers[] =
152458               {
152459                   /* IN */
152460 mike  1.1.2.1     "\024\001",
152461                   /* ValueMap */
152462                   "\061\000\0062\0003\0004\0005\000..\00032768..65535\000",
152463                   /* Values */
152464                   "\062\000\006Async\000Sync\000UnSyncAssoc\000UnSyncUnAssoc\000DMTF Reserved\000Vendor Specific\000",
152465                   0,
152466               };
152467               
152468               static MetaProperty
152469               _CIM_StorageConfigurationService_CreateReplica_CopyType =
152470               {
152471                   /* flags */
152472                   META_FLAG_PROPERTY|META_FLAG_IN,
152473                   /* name */
152474                   "CopyType",
152475                   /* qualifiers */
152476                   _CIM_StorageConfigurationService_CreateReplica_CopyType_qualifiers,
152477                   /* type */
152478                   CIMTYPE_UINT16,
152479                   /* subscript */
152480                   -1,
152481 mike  1.1.2.1     /* value */
152482                   0,
152483               };
152484               
152485               static MetaFeature*
152486               _CIM_StorageConfigurationService_CreateReplica_parameters[] =
152487               {
152488                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateReplica_ElementName,
152489                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateReplica_Job,
152490                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateReplica_SourceElement,
152491                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateReplica_TargetElement,
152492                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateReplica_TargetSettingGoal,
152493                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateReplica_TargetPool,
152494                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateReplica_CopyType,
152495                   0,
152496               };
152497               
152498               static const char*
152499               _CIM_StorageConfigurationService_CreateReplica_qualifiers[] =
152500               {
152501                   /* ValueMap */
152502 mike  1.1.2.1     "\061\000\0130\0001\0002\0003\0004\0005\0006\000..\0004096\0004097..32767\00032768..65535\000",
152503                   /* Values */
152504                   "\062\000\013Job Completed with No Error\000Not Supported\000Unknown\000Timeout\000Failed\000Invalid Parameter\000In Use\000DMTF Reserved\000Method Parameters Checked - Job Started\000Method Reserved\000Vendor Specific\000",
152505                   0,
152506               };
152507               
152508               static MetaMethod
152509               _CIM_StorageConfigurationService_CreateReplica =
152510               {
152511                   /* flags */
152512                   META_FLAG_METHOD,
152513                   /* name */
152514                   "CIM_StorageConfigurationService",
152515                   /* qualifiers */
152516                   _CIM_StorageConfigurationService_CreateReplica_qualifiers,
152517                   /* type */
152518                   CIMTYPE_UINT32,
152519                   /* parameters */
152520                   _CIM_StorageConfigurationService_CreateReplica_parameters,
152521               };
152522               
152523 mike  1.1.2.1 static const char*
152524               _CIM_StorageConfigurationService_ModifySynchronization_Operation_qualifiers[] =
152525               {
152526                   /* IN */
152527                   "\024\001",
152528                   /* ValueMap */
152529                   "\061\000\0200\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\000..\0000x8000..0xFFFF\000",
152530                   /* Values */
152531                   "\062\000\020DMTF Reserved\000DMTF Reserved\000Detach\000Fracture\000Resync Replica\000Restore from Replica\000Prepare\000Unprepare\000Quiesce\000Unquiesce\000Reset To Sync\000Reset To Async\000Start Copy\000Stop Copy\000DMTF Reserved\000Vendor Specific\000",
152532                   0,
152533               };
152534               
152535               static MetaProperty
152536               _CIM_StorageConfigurationService_ModifySynchronization_Operation =
152537               {
152538                   /* flags */
152539                   META_FLAG_PROPERTY|META_FLAG_IN,
152540                   /* name */
152541                   "Operation",
152542                   /* qualifiers */
152543                   _CIM_StorageConfigurationService_ModifySynchronization_Operation_qualifiers,
152544 mike  1.1.2.1     /* type */
152545                   CIMTYPE_UINT16,
152546                   /* subscript */
152547                   -1,
152548                   /* value */
152549                   0,
152550               };
152551               
152552               static const char*
152553               _CIM_StorageConfigurationService_ModifySynchronization_Job_qualifiers[] =
152554               {
152555                   /* IN */
152556                   "\024\000",
152557                   /* OUT */
152558                   "\043\001",
152559                   0,
152560               };
152561               
152562               static MetaReference
152563               _CIM_StorageConfigurationService_ModifySynchronization_Job =
152564               {
152565 mike  1.1.2.1     /* flags */
152566                   META_FLAG_REFERENCE|META_FLAG_OUT,
152567                   /* name */
152568                   "Job",
152569                   /* qualifiers */
152570                   _CIM_StorageConfigurationService_ModifySynchronization_Job_qualifiers,
152571                   /* subscript */
152572                   -1,
152573                   /* ref */
152574                   &__root_cimv2_CIM_ConcreteJob,
152575               };
152576               
152577               static const char*
152578               _CIM_StorageConfigurationService_ModifySynchronization_Synchronization_qualifiers[] =
152579               {
152580                   /* IN */
152581                   "\024\001",
152582                   0,
152583               };
152584               
152585               static MetaReference
152586 mike  1.1.2.1 _CIM_StorageConfigurationService_ModifySynchronization_Synchronization =
152587               {
152588                   /* flags */
152589                   META_FLAG_REFERENCE|META_FLAG_IN,
152590                   /* name */
152591                   "Synchronization",
152592                   /* qualifiers */
152593                   _CIM_StorageConfigurationService_ModifySynchronization_Synchronization_qualifiers,
152594                   /* subscript */
152595                   -1,
152596                   /* ref */
152597                   &__root_cimv2_CIM_StorageSynchronized,
152598               };
152599               
152600               static MetaFeature*
152601               _CIM_StorageConfigurationService_ModifySynchronization_parameters[] =
152602               {
152603                   (MetaFeature*)&_CIM_StorageConfigurationService_ModifySynchronization_Operation,
152604                   (MetaFeature*)&_CIM_StorageConfigurationService_ModifySynchronization_Job,
152605                   (MetaFeature*)&_CIM_StorageConfigurationService_ModifySynchronization_Synchronization,
152606                   0,
152607 mike  1.1.2.1 };
152608               
152609               static const char*
152610               _CIM_StorageConfigurationService_ModifySynchronization_qualifiers[] =
152611               {
152612                   /* ValueMap */
152613                   "\061\000\0130\0001\0002\0003\0004\0005\0006\000..\0000x1000\0000x1001..0x7FFF\0000x8000..0xFFFF\000",
152614                   /* Values */
152615                   "\062\000\013Job Completed with No Error\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000In Use\000DMTF Reserved\000Method Parameters Checked - Job Started\000Method Reserved\000Vendor Specific\000",
152616                   0,
152617               };
152618               
152619               static MetaMethod
152620               _CIM_StorageConfigurationService_ModifySynchronization =
152621               {
152622                   /* flags */
152623                   META_FLAG_METHOD,
152624                   /* name */
152625                   "CIM_StorageConfigurationService",
152626                   /* qualifiers */
152627                   _CIM_StorageConfigurationService_ModifySynchronization_qualifiers,
152628 mike  1.1.2.1     /* type */
152629                   CIMTYPE_UINT32,
152630                   /* parameters */
152631                   _CIM_StorageConfigurationService_ModifySynchronization_parameters,
152632               };
152633               
152634               static const char*
152635               _CIM_StorageConfigurationService_AttachReplica_Job_qualifiers[] =
152636               {
152637                   /* IN */
152638                   "\024\000",
152639                   /* OUT */
152640                   "\043\001",
152641                   0,
152642               };
152643               
152644               static MetaReference
152645               _CIM_StorageConfigurationService_AttachReplica_Job =
152646               {
152647                   /* flags */
152648                   META_FLAG_REFERENCE|META_FLAG_OUT,
152649 mike  1.1.2.1     /* name */
152650                   "Job",
152651                   /* qualifiers */
152652                   _CIM_StorageConfigurationService_AttachReplica_Job_qualifiers,
152653                   /* subscript */
152654                   -1,
152655                   /* ref */
152656                   &__root_cimv2_CIM_ConcreteJob,
152657               };
152658               
152659               static const char*
152660               _CIM_StorageConfigurationService_AttachReplica_SourceElement_qualifiers[] =
152661               {
152662                   /* Required */
152663                   "\050\001",
152664                   /* IN */
152665                   "\024\001",
152666                   0,
152667               };
152668               
152669               static MetaReference
152670 mike  1.1.2.1 _CIM_StorageConfigurationService_AttachReplica_SourceElement =
152671               {
152672                   /* flags */
152673                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
152674                   /* name */
152675                   "SourceElement",
152676                   /* qualifiers */
152677                   _CIM_StorageConfigurationService_AttachReplica_SourceElement_qualifiers,
152678                   /* subscript */
152679                   -1,
152680                   /* ref */
152681                   &__root_cimv2_CIM_ManagedElement,
152682               };
152683               
152684               static const char*
152685               _CIM_StorageConfigurationService_AttachReplica_TargetElement_qualifiers[] =
152686               {
152687                   /* IN */
152688                   "\024\001",
152689                   0,
152690               };
152691 mike  1.1.2.1 
152692               static MetaReference
152693               _CIM_StorageConfigurationService_AttachReplica_TargetElement =
152694               {
152695                   /* flags */
152696                   META_FLAG_REFERENCE|META_FLAG_IN,
152697                   /* name */
152698                   "TargetElement",
152699                   /* qualifiers */
152700                   _CIM_StorageConfigurationService_AttachReplica_TargetElement_qualifiers,
152701                   /* subscript */
152702                   -1,
152703                   /* ref */
152704                   &__root_cimv2_CIM_ManagedElement,
152705               };
152706               
152707               static const char*
152708               _CIM_StorageConfigurationService_AttachReplica_CopyType_qualifiers[] =
152709               {
152710                   /* IN */
152711                   "\024\001",
152712 mike  1.1.2.1     /* ValueMap */
152713                   "\061\000\0062\0003\0004\0005\000..\0000x8000..0xFFFF\000",
152714                   /* Values */
152715                   "\062\000\006Async\000Sync\000UnSyncAssoc\000UnSyncUnAssoc\000DMTF Reserved\000Vendor Specific\000",
152716                   0,
152717               };
152718               
152719               static MetaProperty
152720               _CIM_StorageConfigurationService_AttachReplica_CopyType =
152721               {
152722                   /* flags */
152723                   META_FLAG_PROPERTY|META_FLAG_IN,
152724                   /* name */
152725                   "CopyType",
152726                   /* qualifiers */
152727                   _CIM_StorageConfigurationService_AttachReplica_CopyType_qualifiers,
152728                   /* type */
152729                   CIMTYPE_UINT16,
152730                   /* subscript */
152731                   -1,
152732                   /* value */
152733 mike  1.1.2.1     0,
152734               };
152735               
152736               static MetaFeature*
152737               _CIM_StorageConfigurationService_AttachReplica_parameters[] =
152738               {
152739                   (MetaFeature*)&_CIM_StorageConfigurationService_AttachReplica_Job,
152740                   (MetaFeature*)&_CIM_StorageConfigurationService_AttachReplica_SourceElement,
152741                   (MetaFeature*)&_CIM_StorageConfigurationService_AttachReplica_TargetElement,
152742                   (MetaFeature*)&_CIM_StorageConfigurationService_AttachReplica_CopyType,
152743                   0,
152744               };
152745               
152746               static const char*
152747               _CIM_StorageConfigurationService_AttachReplica_qualifiers[] =
152748               {
152749                   /* ValueMap */
152750                   "\061\000\0130\0001\0002\0003\0004\0005\0006\000..\0000x1000\0000x1001..0x7FFF\0000x8000..0xFFFF\000",
152751                   /* Values */
152752                   "\062\000\013Job Completed with No Error\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000In Use\000DMTF Reserved\000Method Parameters Checked - Job Started\000Method Reserved\000Vendor Specific\000",
152753                   0,
152754 mike  1.1.2.1 };
152755               
152756               static MetaMethod
152757               _CIM_StorageConfigurationService_AttachReplica =
152758               {
152759                   /* flags */
152760                   META_FLAG_METHOD,
152761                   /* name */
152762                   "CIM_StorageConfigurationService",
152763                   /* qualifiers */
152764                   _CIM_StorageConfigurationService_AttachReplica_qualifiers,
152765                   /* type */
152766                   CIMTYPE_UINT32,
152767                   /* parameters */
152768                   _CIM_StorageConfigurationService_AttachReplica_parameters,
152769               };
152770               
152771               static const char*
152772               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_ElementName_qualifiers[] =
152773               {
152774                   /* IN */
152775 mike  1.1.2.1     "\024\001",
152776                   0,
152777               };
152778               
152779               static MetaProperty
152780               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_ElementName =
152781               {
152782                   /* flags */
152783                   META_FLAG_PROPERTY|META_FLAG_IN,
152784                   /* name */
152785                   "ElementName",
152786                   /* qualifiers */
152787                   _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_ElementName_qualifiers,
152788                   /* type */
152789                   CIMTYPE_STRING,
152790                   /* subscript */
152791                   -1,
152792                   /* value */
152793                   0,
152794               };
152795               
152796 mike  1.1.2.1 static const char*
152797               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_ElementType_qualifiers[] =
152798               {
152799                   /* Required */
152800                   "\050\001",
152801                   /* IN */
152802                   "\024\001",
152803                   /* ValueMap */
152804                   "\061\000\0100\0001\0002\0003\0004\0005\000..\00032768..65535\000",
152805                   /* Values */
152806                   "\062\000\010Unknown\000Reserved\000Storage Volume\000Storage Extent\000Storage Pool\000Logical Disk\000DMTF Reserved\000Vendor Specific\000",
152807                   0,
152808               };
152809               
152810               static MetaProperty
152811               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_ElementType =
152812               {
152813                   /* flags */
152814                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_REQUIRED,
152815                   /* name */
152816                   "ElementType",
152817 mike  1.1.2.1     /* qualifiers */
152818                   _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_ElementType_qualifiers,
152819                   /* type */
152820                   CIMTYPE_UINT16,
152821                   /* subscript */
152822                   -1,
152823                   /* value */
152824                   0,
152825               };
152826               
152827               static const char*
152828               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Job_qualifiers[] =
152829               {
152830                   /* IN */
152831                   "\024\000",
152832                   /* OUT */
152833                   "\043\001",
152834                   0,
152835               };
152836               
152837               static MetaReference
152838 mike  1.1.2.1 _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Job =
152839               {
152840                   /* flags */
152841                   META_FLAG_REFERENCE|META_FLAG_OUT,
152842                   /* name */
152843                   "Job",
152844                   /* qualifiers */
152845                   _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Job_qualifiers,
152846                   /* subscript */
152847                   -1,
152848                   /* ref */
152849                   &__root_cimv2_CIM_ConcreteJob,
152850               };
152851               
152852               static const char*
152853               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Goal_qualifiers[] =
152854               {
152855                   /* IN */
152856                   "\024\001",
152857                   0,
152858               };
152859 mike  1.1.2.1 
152860               static MetaReference
152861               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Goal =
152862               {
152863                   /* flags */
152864                   META_FLAG_REFERENCE|META_FLAG_IN,
152865                   /* name */
152866                   "Goal",
152867                   /* qualifiers */
152868                   _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Goal_qualifiers,
152869                   /* subscript */
152870                   -1,
152871                   /* ref */
152872                   &__root_cimv2_CIM_ManagedElement,
152873               };
152874               
152875               static const char*
152876               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Size_qualifiers[] =
152877               {
152878                   /* IN */
152879                   "\024\001",
152880 mike  1.1.2.1     /* OUT */
152881                   "\043\001",
152882                   /* Units */
152883                   "\060Bytes",
152884                   0,
152885               };
152886               
152887               static MetaProperty
152888               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Size =
152889               {
152890                   /* flags */
152891                   META_FLAG_PROPERTY|META_FLAG_IN|META_FLAG_OUT,
152892                   /* name */
152893                   "Size",
152894                   /* qualifiers */
152895                   _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Size_qualifiers,
152896                   /* type */
152897                   CIMTYPE_UINT64,
152898                   /* subscript */
152899                   -1,
152900                   /* value */
152901 mike  1.1.2.1     0,
152902               };
152903               
152904               static const char*
152905               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_InElements_qualifiers[] =
152906               {
152907                   /* Required */
152908                   "\050\001",
152909                   /* IN */
152910                   "\024\001",
152911                   0,
152912               };
152913               
152914               static MetaReference
152915               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_InElements =
152916               {
152917                   /* flags */
152918                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
152919                   /* name */
152920                   "InElements",
152921                   /* qualifiers */
152922 mike  1.1.2.1     _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_InElements_qualifiers,
152923                   /* subscript */
152924                   0,
152925                   /* ref */
152926                   &__root_cimv2_CIM_StorageExtent,
152927               };
152928               
152929               static const char*
152930               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_TheElement_qualifiers[] =
152931               {
152932                   /* IN */
152933                   "\024\001",
152934                   /* OUT */
152935                   "\043\001",
152936                   0,
152937               };
152938               
152939               static MetaReference
152940               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_TheElement =
152941               {
152942                   /* flags */
152943 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
152944                   /* name */
152945                   "TheElement",
152946                   /* qualifiers */
152947                   _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_TheElement_qualifiers,
152948                   /* subscript */
152949                   -1,
152950                   /* ref */
152951                   &__root_cimv2_CIM_LogicalElement,
152952               };
152953               
152954               static MetaFeature*
152955               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_parameters[] =
152956               {
152957                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromElements_ElementName,
152958                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromElements_ElementType,
152959                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Job,
152960                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Goal,
152961                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromElements_Size,
152962                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromElements_InElements,
152963                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromElements_TheElement,
152964 mike  1.1.2.1     0,
152965               };
152966               
152967               static const char*
152968               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_qualifiers[] =
152969               {
152970                   /* ValueMap */
152971                   "\061\000\0140\0001\0002\0003\0004\0005\0006\000..\0004096\0004097\0004098..32767\00032768..65535\000",
152972                   /* Values */
152973                   "\062\000\014Completed with No Error\000Not Supported\000Unknown\000Timeout\000Failed\000Invalid Parameter\000In Use\000DMTF Reserved\000Method Parameters Checked - Job Started\000Size Not Supported\000Method Reserved\000Vendor Specific\000",
152974                   0,
152975               };
152976               
152977               static MetaMethod
152978               _CIM_StorageConfigurationService_CreateOrModifyElementFromElements =
152979               {
152980                   /* flags */
152981                   META_FLAG_METHOD,
152982                   /* name */
152983                   "CIM_StorageConfigurationService",
152984                   /* qualifiers */
152985 mike  1.1.2.1     _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_qualifiers,
152986                   /* type */
152987                   CIMTYPE_UINT32,
152988                   /* parameters */
152989                   _CIM_StorageConfigurationService_CreateOrModifyElementFromElements_parameters,
152990               };
152991               
152992               static MetaFeature*
152993               _CIM_StorageConfigurationService_features[] =
152994               {
152995                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyStoragePool,
152996                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromStoragePool,
152997                   (MetaFeature*)&_CIM_StorageConfigurationService_DeleteStoragePool,
152998                   (MetaFeature*)&_CIM_StorageConfigurationService_ReturnToStoragePool,
152999                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateReplica,
153000                   (MetaFeature*)&_CIM_StorageConfigurationService_ModifySynchronization,
153001                   (MetaFeature*)&_CIM_StorageConfigurationService_AttachReplica,
153002                   (MetaFeature*)&_CIM_StorageConfigurationService_CreateOrModifyElementFromElements,
153003                   0,
153004               };
153005               
153006 mike  1.1.2.1 static const char*
153007               __root_cimv2_CIM_StorageConfigurationService_qualifiers[] =
153008               {
153009                   /* UMLPackagePath */
153010                   "\057CIM::Device::StorageServices",
153011                   /* Version */
153012                   "\0632.11.0",
153013                   0,
153014               };
153015               
153016               MetaClass
153017               __root_cimv2_CIM_StorageConfigurationService =
153018               {
153019                   /* flags */
153020                   META_FLAG_CLASS,
153021                   /* name */
153022                   "CIM_StorageConfigurationService",
153023                   /* qualifiers */
153024                   __root_cimv2_CIM_StorageConfigurationService_qualifiers,
153025                   /* super */
153026                   &__root_cimv2_CIM_Service,
153027 mike  1.1.2.1     /* features */
153028                   _CIM_StorageConfigurationService_features,
153029               };
153030               
153031               //==============================================================================
153032               //
153033               // Class: CIM_StorageDefect
153034               //
153035               //==============================================================================
153036               
153037               static const char*
153038               _CIM_StorageDefect_Extent_qualifiers[] =
153039               {
153040                   /* Key */
153041                   "\025\001",
153042                   /* Aggregate */
153043                   "\003\001",
153044                   /* Min */
153045                   "\033\000\000\000\001",
153046                   /* Max */
153047                   "\027\000\000\000\001",
153048 mike  1.1.2.1     0,
153049               };
153050               
153051               static MetaReference
153052               _CIM_StorageDefect_Extent =
153053               {
153054                   /* flags */
153055                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
153056                   /* name */
153057                   "Extent",
153058                   /* qualifiers */
153059                   _CIM_StorageDefect_Extent_qualifiers,
153060                   /* subscript */
153061                   -1,
153062                   /* refId */
153063                   &__root_cimv2_CIM_StorageExtent,
153064               };
153065               
153066               static const char*
153067               _CIM_StorageDefect_Error_qualifiers[] =
153068               {
153069 mike  1.1.2.1     /* Key */
153070                   "\025\001",
153071                   /* Weak */
153072                   "\064\001",
153073                   0,
153074               };
153075               
153076               static MetaReference
153077               _CIM_StorageDefect_Error =
153078               {
153079                   /* flags */
153080                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
153081                   /* name */
153082                   "Error",
153083                   /* qualifiers */
153084                   _CIM_StorageDefect_Error_qualifiers,
153085                   /* subscript */
153086                   -1,
153087                   /* refId */
153088                   &__root_cimv2_CIM_StorageError,
153089               };
153090 mike  1.1.2.1 
153091               static MetaFeature*
153092               _CIM_StorageDefect_features[] =
153093               {
153094                   (MetaFeature*)&_CIM_StorageDefect_Extent,
153095                   (MetaFeature*)&_CIM_StorageDefect_Error,
153096                   0,
153097               };
153098               
153099               static const char*
153100               __root_cimv2_CIM_StorageDefect_qualifiers[] =
153101               {
153102                   /* ASSOCIATION */
153103                   "\000\001",
153104                   /* UMLPackagePath */
153105                   "\057CIM::Device::StorageExtents",
153106                   /* Aggregation */
153107                   "\004\001",
153108                   /* Version */
153109                   "\0632.6.0",
153110                   0,
153111 mike  1.1.2.1 };
153112               
153113               MetaClass
153114               __root_cimv2_CIM_StorageDefect =
153115               {
153116                   /* flags */
153117                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
153118                   /* name */
153119                   "CIM_StorageDefect",
153120                   /* qualifiers */
153121                   __root_cimv2_CIM_StorageDefect_qualifiers,
153122                   /* super */
153123                   0,
153124                   /* features */
153125                   _CIM_StorageDefect_features,
153126               };
153127               
153128               //==============================================================================
153129               //
153130               // Class: CIM_StorageLibrary
153131               //
153132 mike  1.1.2.1 //==============================================================================
153133               
153134               static const char*
153135               _CIM_StorageLibrary_Capabilities_qualifiers[] =
153136               {
153137                   /* ValueMap */
153138                   "\061\000\0050\0001\0002\0003\0004\000",
153139                   /* Values */
153140                   "\062\000\005Unknown\000Other\000Automatic Cleaning\000Manual Operation\000Front Panel Lockable\000",
153141                   0,
153142               };
153143               
153144               static MetaProperty
153145               _CIM_StorageLibrary_Capabilities =
153146               {
153147                   /* flags */
153148                   META_FLAG_PROPERTY|META_FLAG_READ,
153149                   /* name */
153150                   "Capabilities",
153151                   /* qualifiers */
153152                   _CIM_StorageLibrary_Capabilities_qualifiers,
153153 mike  1.1.2.1     /* type */
153154                   CIMTYPE_UINT16,
153155                   /* subscript */
153156                   0,
153157                   /* value */
153158                   0,
153159               };
153160               
153161               static const char*
153162               _CIM_StorageLibrary_Overfilled_qualifiers[] =
153163               {
153164                   0,
153165               };
153166               
153167               static MetaProperty
153168               _CIM_StorageLibrary_Overfilled =
153169               {
153170                   /* flags */
153171                   META_FLAG_PROPERTY|META_FLAG_READ,
153172                   /* name */
153173                   "Overfilled",
153174 mike  1.1.2.1     /* qualifiers */
153175                   _CIM_StorageLibrary_Overfilled_qualifiers,
153176                   /* type */
153177                   CIMTYPE_BOOLEAN,
153178                   /* subscript */
153179                   -1,
153180                   /* value */
153181                   0,
153182               };
153183               
153184               static const char*
153185               _CIM_StorageLibrary_AuditNeeded_qualifiers[] =
153186               {
153187                   0,
153188               };
153189               
153190               static MetaProperty
153191               _CIM_StorageLibrary_AuditNeeded =
153192               {
153193                   /* flags */
153194                   META_FLAG_PROPERTY|META_FLAG_READ,
153195 mike  1.1.2.1     /* name */
153196                   "AuditNeeded",
153197                   /* qualifiers */
153198                   _CIM_StorageLibrary_AuditNeeded_qualifiers,
153199                   /* type */
153200                   CIMTYPE_BOOLEAN,
153201                   /* subscript */
153202                   -1,
153203                   /* value */
153204                   0,
153205               };
153206               
153207               static const char*
153208               _CIM_StorageLibrary_AuditInProgress_qualifiers[] =
153209               {
153210                   0,
153211               };
153212               
153213               static MetaProperty
153214               _CIM_StorageLibrary_AuditInProgress =
153215               {
153216 mike  1.1.2.1     /* flags */
153217                   META_FLAG_PROPERTY|META_FLAG_READ,
153218                   /* name */
153219                   "AuditInProgress",
153220                   /* qualifiers */
153221                   _CIM_StorageLibrary_AuditInProgress_qualifiers,
153222                   /* type */
153223                   CIMTYPE_BOOLEAN,
153224                   /* subscript */
153225                   -1,
153226                   /* value */
153227                   0,
153228               };
153229               
153230               static const char*
153231               _CIM_StorageLibrary_MaxAuditTime_qualifiers[] =
153232               {
153233                   /* Units */
153234                   "\060Seconds",
153235                   0,
153236               };
153237 mike  1.1.2.1 
153238               static MetaProperty
153239               _CIM_StorageLibrary_MaxAuditTime =
153240               {
153241                   /* flags */
153242                   META_FLAG_PROPERTY|META_FLAG_READ,
153243                   /* name */
153244                   "MaxAuditTime",
153245                   /* qualifiers */
153246                   _CIM_StorageLibrary_MaxAuditTime_qualifiers,
153247                   /* type */
153248                   CIMTYPE_UINT64,
153249                   /* subscript */
153250                   -1,
153251                   /* value */
153252                   0,
153253               };
153254               
153255               static const char*
153256               _CIM_StorageLibrary_Automated_qualifiers[] =
153257               {
153258 mike  1.1.2.1     0,
153259               };
153260               
153261               static MetaProperty
153262               _CIM_StorageLibrary_Automated =
153263               {
153264                   /* flags */
153265                   META_FLAG_PROPERTY|META_FLAG_READ,
153266                   /* name */
153267                   "Automated",
153268                   /* qualifiers */
153269                   _CIM_StorageLibrary_Automated_qualifiers,
153270                   /* type */
153271                   CIMTYPE_BOOLEAN,
153272                   /* subscript */
153273                   -1,
153274                   /* value */
153275                   0,
153276               };
153277               
153278               static const char*
153279 mike  1.1.2.1 _CIM_StorageLibrary_RoboticsEnabled_qualifiers[] =
153280               {
153281                   0,
153282               };
153283               
153284               static MetaProperty
153285               _CIM_StorageLibrary_RoboticsEnabled =
153286               {
153287                   /* flags */
153288                   META_FLAG_PROPERTY|META_FLAG_READ,
153289                   /* name */
153290                   "RoboticsEnabled",
153291                   /* qualifiers */
153292                   _CIM_StorageLibrary_RoboticsEnabled_qualifiers,
153293                   /* type */
153294                   CIMTYPE_BOOLEAN,
153295                   /* subscript */
153296                   -1,
153297                   /* value */
153298                   0,
153299               };
153300 mike  1.1.2.1 
153301               static const char*
153302               _CIM_StorageLibrary_EnableRobotics_Enable_qualifiers[] =
153303               {
153304                   /* IN */
153305                   "\024\001",
153306                   0,
153307               };
153308               
153309               static MetaProperty
153310               _CIM_StorageLibrary_EnableRobotics_Enable =
153311               {
153312                   /* flags */
153313                   META_FLAG_PROPERTY|META_FLAG_IN,
153314                   /* name */
153315                   "Enable",
153316                   /* qualifiers */
153317                   _CIM_StorageLibrary_EnableRobotics_Enable_qualifiers,
153318                   /* type */
153319                   CIMTYPE_BOOLEAN,
153320                   /* subscript */
153321 mike  1.1.2.1     -1,
153322                   /* value */
153323                   0,
153324               };
153325               
153326               static MetaFeature*
153327               _CIM_StorageLibrary_EnableRobotics_parameters[] =
153328               {
153329                   (MetaFeature*)&_CIM_StorageLibrary_EnableRobotics_Enable,
153330                   0,
153331               };
153332               
153333               static const char*
153334               _CIM_StorageLibrary_EnableRobotics_qualifiers[] =
153335               {
153336                   0,
153337               };
153338               
153339               static MetaMethod
153340               _CIM_StorageLibrary_EnableRobotics =
153341               {
153342 mike  1.1.2.1     /* flags */
153343                   META_FLAG_METHOD,
153344                   /* name */
153345                   "CIM_StorageLibrary",
153346                   /* qualifiers */
153347                   _CIM_StorageLibrary_EnableRobotics_qualifiers,
153348                   /* type */
153349                   CIMTYPE_UINT32,
153350                   /* parameters */
153351                   _CIM_StorageLibrary_EnableRobotics_parameters,
153352               };
153353               
153354               static MetaFeature*
153355               _CIM_StorageLibrary_features[] =
153356               {
153357                   (MetaFeature*)&_CIM_StorageLibrary_Capabilities,
153358                   (MetaFeature*)&_CIM_StorageLibrary_Overfilled,
153359                   (MetaFeature*)&_CIM_StorageLibrary_AuditNeeded,
153360                   (MetaFeature*)&_CIM_StorageLibrary_AuditInProgress,
153361                   (MetaFeature*)&_CIM_StorageLibrary_MaxAuditTime,
153362                   (MetaFeature*)&_CIM_StorageLibrary_Automated,
153363 mike  1.1.2.1     (MetaFeature*)&_CIM_StorageLibrary_RoboticsEnabled,
153364                   (MetaFeature*)&_CIM_StorageLibrary_EnableRobotics,
153365                   0,
153366               };
153367               
153368               static const char*
153369               __root_cimv2_CIM_StorageLibrary_qualifiers[] =
153370               {
153371                   /* UMLPackagePath */
153372                   "\057CIM::Device::StorageLib",
153373                   /* Version */
153374                   "\0632.6.0",
153375                   0,
153376               };
153377               
153378               MetaClass
153379               __root_cimv2_CIM_StorageLibrary =
153380               {
153381                   /* flags */
153382                   META_FLAG_CLASS,
153383                   /* name */
153384 mike  1.1.2.1     "CIM_StorageLibrary",
153385                   /* qualifiers */
153386                   __root_cimv2_CIM_StorageLibrary_qualifiers,
153387                   /* super */
153388                   &__root_cimv2_CIM_System,
153389                   /* features */
153390                   _CIM_StorageLibrary_features,
153391               };
153392               
153393               //==============================================================================
153394               //
153395               // Class: CIM_SwitchPort
153396               //
153397               //==============================================================================
153398               
153399               static const char*
153400               _CIM_SwitchPort_PortNumber_qualifiers[] =
153401               {
153402                   /* MappingStrings */
153403                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dPort\000",
153404                   0,
153405 mike  1.1.2.1 };
153406               
153407               static MetaProperty
153408               _CIM_SwitchPort_PortNumber =
153409               {
153410                   /* flags */
153411                   META_FLAG_PROPERTY|META_FLAG_READ,
153412                   /* name */
153413                   "PortNumber",
153414                   /* qualifiers */
153415                   _CIM_SwitchPort_PortNumber_qualifiers,
153416                   /* type */
153417                   CIMTYPE_UINT16,
153418                   /* subscript */
153419                   -1,
153420                   /* value */
153421                   0,
153422               };
153423               
153424               static MetaFeature*
153425               _CIM_SwitchPort_features[] =
153426 mike  1.1.2.1 {
153427                   (MetaFeature*)&_CIM_SwitchPort_PortNumber,
153428                   0,
153429               };
153430               
153431               static const char*
153432               __root_cimv2_CIM_SwitchPort_qualifiers[] =
153433               {
153434                   /* UMLPackagePath */
153435                   "\057CIM::Network::ProtocolEndpoints",
153436                   /* Version */
153437                   "\0632.7.0",
153438                   0,
153439               };
153440               
153441               MetaClass
153442               __root_cimv2_CIM_SwitchPort =
153443               {
153444                   /* flags */
153445                   META_FLAG_CLASS,
153446                   /* name */
153447 mike  1.1.2.1     "CIM_SwitchPort",
153448                   /* qualifiers */
153449                   __root_cimv2_CIM_SwitchPort_qualifiers,
153450                   /* super */
153451                   &__root_cimv2_CIM_ProtocolEndpoint,
153452                   /* features */
153453                   _CIM_SwitchPort_features,
153454               };
153455               
153456               //==============================================================================
153457               //
153458               // Class: CIM_SwitchPortDynamicForwarding
153459               //
153460               //==============================================================================
153461               
153462               static const char*
153463               _CIM_SwitchPortDynamicForwarding_Antecedent_qualifiers[] =
153464               {
153465                   /* Override */
153466                   "\044Antecedent",
153467                   /* Min */
153468 mike  1.1.2.1     "\033\000\000\000\001",
153469                   0,
153470               };
153471               
153472               static MetaReference
153473               _CIM_SwitchPortDynamicForwarding_Antecedent =
153474               {
153475                   /* flags */
153476                   META_FLAG_REFERENCE|META_FLAG_READ,
153477                   /* name */
153478                   "Antecedent",
153479                   /* qualifiers */
153480                   _CIM_SwitchPortDynamicForwarding_Antecedent_qualifiers,
153481                   /* subscript */
153482                   -1,
153483                   /* refId */
153484                   &__root_cimv2_CIM_SwitchPort,
153485               };
153486               
153487               static const char*
153488               _CIM_SwitchPortDynamicForwarding_Dependent_qualifiers[] =
153489 mike  1.1.2.1 {
153490                   /* Override */
153491                   "\044Dependent",
153492                   0,
153493               };
153494               
153495               static MetaReference
153496               _CIM_SwitchPortDynamicForwarding_Dependent =
153497               {
153498                   /* flags */
153499                   META_FLAG_REFERENCE|META_FLAG_READ,
153500                   /* name */
153501                   "Dependent",
153502                   /* qualifiers */
153503                   _CIM_SwitchPortDynamicForwarding_Dependent_qualifiers,
153504                   /* subscript */
153505                   -1,
153506                   /* refId */
153507                   &__root_cimv2_CIM_DynamicForwardingEntry,
153508               };
153509               
153510 mike  1.1.2.1 static MetaFeature*
153511               _CIM_SwitchPortDynamicForwarding_features[] =
153512               {
153513                   (MetaFeature*)&_CIM_SwitchPortDynamicForwarding_Antecedent,
153514                   (MetaFeature*)&_CIM_SwitchPortDynamicForwarding_Dependent,
153515                   0,
153516               };
153517               
153518               static const char*
153519               __root_cimv2_CIM_SwitchPortDynamicForwarding_qualifiers[] =
153520               {
153521                   /* ASSOCIATION */
153522                   "\000\001",
153523                   /* UMLPackagePath */
153524                   "\057CIM::Network::SwitchingBridging",
153525                   /* Version */
153526                   "\0632.7.0",
153527                   0,
153528               };
153529               
153530               MetaClass
153531 mike  1.1.2.1 __root_cimv2_CIM_SwitchPortDynamicForwarding =
153532               {
153533                   /* flags */
153534                   META_FLAG_ASSOCIATION,
153535                   /* name */
153536                   "CIM_SwitchPortDynamicForwarding",
153537                   /* qualifiers */
153538                   __root_cimv2_CIM_SwitchPortDynamicForwarding_qualifiers,
153539                   /* super */
153540                   &__root_cimv2_CIM_Dependency,
153541                   /* features */
153542                   _CIM_SwitchPortDynamicForwarding_features,
153543               };
153544               
153545               //==============================================================================
153546               //
153547               // Class: CIM_SwitchPortPair
153548               //
153549               //==============================================================================
153550               
153551               static const char*
153552 mike  1.1.2.1 _CIM_SwitchPortPair_Antecedent_qualifiers[] =
153553               {
153554                   /* Override */
153555                   "\044Antecedent",
153556                   0,
153557               };
153558               
153559               static MetaReference
153560               _CIM_SwitchPortPair_Antecedent =
153561               {
153562                   /* flags */
153563                   META_FLAG_REFERENCE|META_FLAG_READ,
153564                   /* name */
153565                   "Antecedent",
153566                   /* qualifiers */
153567                   _CIM_SwitchPortPair_Antecedent_qualifiers,
153568                   /* subscript */
153569                   -1,
153570                   /* refId */
153571                   &__root_cimv2_CIM_SwitchPort,
153572               };
153573 mike  1.1.2.1 
153574               static const char*
153575               _CIM_SwitchPortPair_Dependent_qualifiers[] =
153576               {
153577                   /* Override */
153578                   "\044Dependent",
153579                   0,
153580               };
153581               
153582               static MetaReference
153583               _CIM_SwitchPortPair_Dependent =
153584               {
153585                   /* flags */
153586                   META_FLAG_REFERENCE|META_FLAG_READ,
153587                   /* name */
153588                   "Dependent",
153589                   /* qualifiers */
153590                   _CIM_SwitchPortPair_Dependent_qualifiers,
153591                   /* subscript */
153592                   -1,
153593                   /* refId */
153594 mike  1.1.2.1     &__root_cimv2_CIM_SwitchPort,
153595               };
153596               
153597               static const char*
153598               _CIM_SwitchPortPair_BridgeNum_qualifiers[] =
153599               {
153600                   /* MappingStrings */
153601                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dPortPairBridgeNum\000",
153602                   0,
153603               };
153604               
153605               static MetaProperty
153606               _CIM_SwitchPortPair_BridgeNum =
153607               {
153608                   /* flags */
153609                   META_FLAG_PROPERTY|META_FLAG_READ,
153610                   /* name */
153611                   "BridgeNum",
153612                   /* qualifiers */
153613                   _CIM_SwitchPortPair_BridgeNum_qualifiers,
153614                   /* type */
153615 mike  1.1.2.1     CIMTYPE_UINT16,
153616                   /* subscript */
153617                   -1,
153618                   /* value */
153619                   0,
153620               };
153621               
153622               static const char*
153623               _CIM_SwitchPortPair_BridgeState_qualifiers[] =
153624               {
153625                   /* ValueMap */
153626                   "\061\000\0031\0002\0003\000",
153627                   /* Values */
153628                   "\062\000\003Enabled\000Disabled\000Invalid\000",
153629                   /* MappingStrings */
153630                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dPortPairBridgeState\000",
153631                   0,
153632               };
153633               
153634               static MetaProperty
153635               _CIM_SwitchPortPair_BridgeState =
153636 mike  1.1.2.1 {
153637                   /* flags */
153638                   META_FLAG_PROPERTY|META_FLAG_READ,
153639                   /* name */
153640                   "BridgeState",
153641                   /* qualifiers */
153642                   _CIM_SwitchPortPair_BridgeState_qualifiers,
153643                   /* type */
153644                   CIMTYPE_UINT16,
153645                   /* subscript */
153646                   -1,
153647                   /* value */
153648                   0,
153649               };
153650               
153651               static MetaFeature*
153652               _CIM_SwitchPortPair_features[] =
153653               {
153654                   (MetaFeature*)&_CIM_SwitchPortPair_Antecedent,
153655                   (MetaFeature*)&_CIM_SwitchPortPair_Dependent,
153656                   (MetaFeature*)&_CIM_SwitchPortPair_BridgeNum,
153657 mike  1.1.2.1     (MetaFeature*)&_CIM_SwitchPortPair_BridgeState,
153658                   0,
153659               };
153660               
153661               static const char*
153662               __root_cimv2_CIM_SwitchPortPair_qualifiers[] =
153663               {
153664                   /* ASSOCIATION */
153665                   "\000\001",
153666                   /* UMLPackagePath */
153667                   "\057CIM::Network::SwitchingBridging",
153668                   /* Version */
153669                   "\0632.7.0",
153670                   0,
153671               };
153672               
153673               MetaClass
153674               __root_cimv2_CIM_SwitchPortPair =
153675               {
153676                   /* flags */
153677                   META_FLAG_ASSOCIATION,
153678 mike  1.1.2.1     /* name */
153679                   "CIM_SwitchPortPair",
153680                   /* qualifiers */
153681                   __root_cimv2_CIM_SwitchPortPair_qualifiers,
153682                   /* super */
153683                   &__root_cimv2_CIM_SAPSAPDependency,
153684                   /* features */
153685                   _CIM_SwitchPortPair_features,
153686               };
153687               
153688               //==============================================================================
153689               //
153690               // Class: CIM_SwitchPortStaticForwarding
153691               //
153692               //==============================================================================
153693               
153694               static const char*
153695               _CIM_SwitchPortStaticForwarding_Antecedent_qualifiers[] =
153696               {
153697                   /* Override */
153698                   "\044Antecedent",
153699 mike  1.1.2.1     /* Min */
153700                   "\033\000\000\000\001",
153701                   0,
153702               };
153703               
153704               static MetaReference
153705               _CIM_SwitchPortStaticForwarding_Antecedent =
153706               {
153707                   /* flags */
153708                   META_FLAG_REFERENCE|META_FLAG_READ,
153709                   /* name */
153710                   "Antecedent",
153711                   /* qualifiers */
153712                   _CIM_SwitchPortStaticForwarding_Antecedent_qualifiers,
153713                   /* subscript */
153714                   -1,
153715                   /* refId */
153716                   &__root_cimv2_CIM_SwitchPort,
153717               };
153718               
153719               static const char*
153720 mike  1.1.2.1 _CIM_SwitchPortStaticForwarding_Dependent_qualifiers[] =
153721               {
153722                   /* Override */
153723                   "\044Dependent",
153724                   0,
153725               };
153726               
153727               static MetaReference
153728               _CIM_SwitchPortStaticForwarding_Dependent =
153729               {
153730                   /* flags */
153731                   META_FLAG_REFERENCE|META_FLAG_READ,
153732                   /* name */
153733                   "Dependent",
153734                   /* qualifiers */
153735                   _CIM_SwitchPortStaticForwarding_Dependent_qualifiers,
153736                   /* subscript */
153737                   -1,
153738                   /* refId */
153739                   &__root_cimv2_CIM_StaticForwardingEntry,
153740               };
153741 mike  1.1.2.1 
153742               static MetaFeature*
153743               _CIM_SwitchPortStaticForwarding_features[] =
153744               {
153745                   (MetaFeature*)&_CIM_SwitchPortStaticForwarding_Antecedent,
153746                   (MetaFeature*)&_CIM_SwitchPortStaticForwarding_Dependent,
153747                   0,
153748               };
153749               
153750               static const char*
153751               __root_cimv2_CIM_SwitchPortStaticForwarding_qualifiers[] =
153752               {
153753                   /* ASSOCIATION */
153754                   "\000\001",
153755                   /* UMLPackagePath */
153756                   "\057CIM::Network::SwitchingBridging",
153757                   /* Version */
153758                   "\0632.6.0",
153759                   0,
153760               };
153761               
153762 mike  1.1.2.1 MetaClass
153763               __root_cimv2_CIM_SwitchPortStaticForwarding =
153764               {
153765                   /* flags */
153766                   META_FLAG_ASSOCIATION,
153767                   /* name */
153768                   "CIM_SwitchPortStaticForwarding",
153769                   /* qualifiers */
153770                   __root_cimv2_CIM_SwitchPortStaticForwarding_qualifiers,
153771                   /* super */
153772                   &__root_cimv2_CIM_Dependency,
153773                   /* features */
153774                   _CIM_SwitchPortStaticForwarding_features,
153775               };
153776               
153777               //==============================================================================
153778               //
153779               // Class: CIM_SystemBIOS
153780               //
153781               //==============================================================================
153782               
153783 mike  1.1.2.1 static const char*
153784               _CIM_SystemBIOS_GroupComponent_qualifiers[] =
153785               {
153786                   /* Aggregate */
153787                   "\003\001",
153788                   /* Override */
153789                   "\044GroupComponent",
153790                   /* Max */
153791                   "\027\000\000\000\001",
153792                   0,
153793               };
153794               
153795               static MetaReference
153796               _CIM_SystemBIOS_GroupComponent =
153797               {
153798                   /* flags */
153799                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
153800                   /* name */
153801                   "GroupComponent",
153802                   /* qualifiers */
153803                   _CIM_SystemBIOS_GroupComponent_qualifiers,
153804 mike  1.1.2.1     /* subscript */
153805                   -1,
153806                   /* refId */
153807                   &__root_cimv2_CIM_ComputerSystem,
153808               };
153809               
153810               static const char*
153811               _CIM_SystemBIOS_PartComponent_qualifiers[] =
153812               {
153813                   /* Override */
153814                   "\044PartComponent",
153815                   0,
153816               };
153817               
153818               static MetaReference
153819               _CIM_SystemBIOS_PartComponent =
153820               {
153821                   /* flags */
153822                   META_FLAG_REFERENCE|META_FLAG_READ,
153823                   /* name */
153824                   "PartComponent",
153825 mike  1.1.2.1     /* qualifiers */
153826                   _CIM_SystemBIOS_PartComponent_qualifiers,
153827                   /* subscript */
153828                   -1,
153829                   /* refId */
153830                   &__root_cimv2_CIM_BIOSElement,
153831               };
153832               
153833               static MetaFeature*
153834               _CIM_SystemBIOS_features[] =
153835               {
153836                   (MetaFeature*)&_CIM_SystemBIOS_GroupComponent,
153837                   (MetaFeature*)&_CIM_SystemBIOS_PartComponent,
153838                   0,
153839               };
153840               
153841               static const char*
153842               __root_cimv2_CIM_SystemBIOS_qualifiers[] =
153843               {
153844                   /* ASSOCIATION */
153845                   "\000\001",
153846 mike  1.1.2.1     /* UMLPackagePath */
153847                   "\057CIM::Application::BIOS",
153848                   /* Aggregation */
153849                   "\004\001",
153850                   /* Version */
153851                   "\0632.7.0",
153852                   0,
153853               };
153854               
153855               MetaClass
153856               __root_cimv2_CIM_SystemBIOS =
153857               {
153858                   /* flags */
153859                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
153860                   /* name */
153861                   "CIM_SystemBIOS",
153862                   /* qualifiers */
153863                   __root_cimv2_CIM_SystemBIOS_qualifiers,
153864                   /* super */
153865                   &__root_cimv2_CIM_SystemComponent,
153866                   /* features */
153867 mike  1.1.2.1     _CIM_SystemBIOS_features,
153868               };
153869               
153870               //==============================================================================
153871               //
153872               // Class: CIM_Tachometer
153873               //
153874               //==============================================================================
153875               
153876               static const char*
153877               _CIM_Tachometer_SensorType_qualifiers[] =
153878               {
153879                   /* Deprecated */
153880                   "\013\000\001No value\000",
153881                   /* Override */
153882                   "\044SensorType",
153883                   0,
153884               };
153885               
153886               static MetaProperty
153887               _CIM_Tachometer_SensorType =
153888 mike  1.1.2.1 {
153889                   /* flags */
153890                   META_FLAG_PROPERTY|META_FLAG_READ,
153891                   /* name */
153892                   "SensorType",
153893                   /* qualifiers */
153894                   _CIM_Tachometer_SensorType_qualifiers,
153895                   /* type */
153896                   CIMTYPE_UINT16,
153897                   /* subscript */
153898                   -1,
153899                   /* value */
153900                   "\000\005",
153901               };
153902               
153903               static const char*
153904               _CIM_Tachometer_BaseUnits_qualifiers[] =
153905               {
153906                   /* Deprecated */
153907                   "\013\000\001No value\000",
153908                   /* Override */
153909 mike  1.1.2.1     "\044BaseUnits",
153910                   0,
153911               };
153912               
153913               static MetaProperty
153914               _CIM_Tachometer_BaseUnits =
153915               {
153916                   /* flags */
153917                   META_FLAG_PROPERTY|META_FLAG_READ,
153918                   /* name */
153919                   "BaseUnits",
153920                   /* qualifiers */
153921                   _CIM_Tachometer_BaseUnits_qualifiers,
153922                   /* type */
153923                   CIMTYPE_UINT16,
153924                   /* subscript */
153925                   -1,
153926                   /* value */
153927                   "\000\046",
153928               };
153929               
153930 mike  1.1.2.1 static const char*
153931               _CIM_Tachometer_UnitModifier_qualifiers[] =
153932               {
153933                   /* Deprecated */
153934                   "\013\000\001No value\000",
153935                   /* Override */
153936                   "\044UnitModifier",
153937                   0,
153938               };
153939               
153940               static MetaProperty
153941               _CIM_Tachometer_UnitModifier =
153942               {
153943                   /* flags */
153944                   META_FLAG_PROPERTY|META_FLAG_READ,
153945                   /* name */
153946                   "UnitModifier",
153947                   /* qualifiers */
153948                   _CIM_Tachometer_UnitModifier_qualifiers,
153949                   /* type */
153950                   CIMTYPE_SINT32,
153951 mike  1.1.2.1     /* subscript */
153952                   -1,
153953                   /* value */
153954                   "\000\000\000\001",
153955               };
153956               
153957               static const char*
153958               _CIM_Tachometer_RateUnits_qualifiers[] =
153959               {
153960                   /* Deprecated */
153961                   "\013\000\001No value\000",
153962                   /* Override */
153963                   "\044RateUnits",
153964                   0,
153965               };
153966               
153967               static MetaProperty
153968               _CIM_Tachometer_RateUnits =
153969               {
153970                   /* flags */
153971                   META_FLAG_PROPERTY|META_FLAG_READ,
153972 mike  1.1.2.1     /* name */
153973                   "RateUnits",
153974                   /* qualifiers */
153975                   _CIM_Tachometer_RateUnits_qualifiers,
153976                   /* type */
153977                   CIMTYPE_UINT16,
153978                   /* subscript */
153979                   -1,
153980                   /* value */
153981                   "\000\004",
153982               };
153983               
153984               static const char*
153985               _CIM_Tachometer_Resolution_qualifiers[] =
153986               {
153987                   /* Deprecated */
153988                   "\013\000\001No value\000",
153989                   /* Override */
153990                   "\044Resolution",
153991                   /* Units */
153992                   "\060Tenths of Revolutions per Minute",
153993 mike  1.1.2.1     0,
153994               };
153995               
153996               static MetaProperty
153997               _CIM_Tachometer_Resolution =
153998               {
153999                   /* flags */
154000                   META_FLAG_PROPERTY|META_FLAG_READ,
154001                   /* name */
154002                   "Resolution",
154003                   /* qualifiers */
154004                   _CIM_Tachometer_Resolution_qualifiers,
154005                   /* type */
154006                   CIMTYPE_UINT32,
154007                   /* subscript */
154008                   -1,
154009                   /* value */
154010                   0,
154011               };
154012               
154013               static MetaFeature*
154014 mike  1.1.2.1 _CIM_Tachometer_features[] =
154015               {
154016                   (MetaFeature*)&_CIM_Tachometer_SensorType,
154017                   (MetaFeature*)&_CIM_Tachometer_BaseUnits,
154018                   (MetaFeature*)&_CIM_Tachometer_UnitModifier,
154019                   (MetaFeature*)&_CIM_Tachometer_RateUnits,
154020                   (MetaFeature*)&_CIM_Tachometer_Resolution,
154021                   0,
154022               };
154023               
154024               static const char*
154025               __root_cimv2_CIM_Tachometer_qualifiers[] =
154026               {
154027                   /* Deprecated */
154028                   "\013\000\001CIM_NumericSensor\000",
154029                   /* UMLPackagePath */
154030                   "\057CIM::Device::Sensors",
154031                   /* Version */
154032                   "\0632.8.0",
154033                   0,
154034               };
154035 mike  1.1.2.1 
154036               MetaClass
154037               __root_cimv2_CIM_Tachometer =
154038               {
154039                   /* flags */
154040                   META_FLAG_CLASS,
154041                   /* name */
154042                   "CIM_Tachometer",
154043                   /* qualifiers */
154044                   __root_cimv2_CIM_Tachometer_qualifiers,
154045                   /* super */
154046                   &__root_cimv2_CIM_NumericSensor,
154047                   /* features */
154048                   _CIM_Tachometer_features,
154049               };
154050               
154051               //==============================================================================
154052               //
154053               // Class: CIM_TapePartition
154054               //
154055               //==============================================================================
154056 mike  1.1.2.1 
154057               static const char*
154058               _CIM_TapePartition_UnusedBlocks_qualifiers[] =
154059               {
154060                   /* Gauge */
154061                   "\023\001",
154062                   0,
154063               };
154064               
154065               static MetaProperty
154066               _CIM_TapePartition_UnusedBlocks =
154067               {
154068                   /* flags */
154069                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
154070                   /* name */
154071                   "UnusedBlocks",
154072                   /* qualifiers */
154073                   _CIM_TapePartition_UnusedBlocks_qualifiers,
154074                   /* type */
154075                   CIMTYPE_UINT64,
154076                   /* subscript */
154077 mike  1.1.2.1     -1,
154078                   /* value */
154079                   0,
154080               };
154081               
154082               static MetaFeature*
154083               _CIM_TapePartition_features[] =
154084               {
154085                   (MetaFeature*)&_CIM_TapePartition_UnusedBlocks,
154086                   0,
154087               };
154088               
154089               static const char*
154090               __root_cimv2_CIM_TapePartition_qualifiers[] =
154091               {
154092                   /* UMLPackagePath */
154093                   "\057CIM::Device::StorageExtents",
154094                   /* Version */
154095                   "\0632.6.0",
154096                   0,
154097               };
154098 mike  1.1.2.1 
154099               MetaClass
154100               __root_cimv2_CIM_TapePartition =
154101               {
154102                   /* flags */
154103                   META_FLAG_CLASS,
154104                   /* name */
154105                   "CIM_TapePartition",
154106                   /* qualifiers */
154107                   __root_cimv2_CIM_TapePartition_qualifiers,
154108                   /* super */
154109                   &__root_cimv2_CIM_MediaPartition,
154110                   /* features */
154111                   _CIM_TapePartition_features,
154112               };
154113               
154114               //==============================================================================
154115               //
154116               // Class: CIM_TapePartitionOnSurface
154117               //
154118               //==============================================================================
154119 mike  1.1.2.1 
154120               static const char*
154121               _CIM_TapePartitionOnSurface_Antecedent_qualifiers[] =
154122               {
154123                   /* Override */
154124                   "\044Antecedent",
154125                   /* Max */
154126                   "\027\000\000\000\001",
154127                   0,
154128               };
154129               
154130               static MetaReference
154131               _CIM_TapePartitionOnSurface_Antecedent =
154132               {
154133                   /* flags */
154134                   META_FLAG_REFERENCE|META_FLAG_READ,
154135                   /* name */
154136                   "Antecedent",
154137                   /* qualifiers */
154138                   _CIM_TapePartitionOnSurface_Antecedent_qualifiers,
154139                   /* subscript */
154140 mike  1.1.2.1     -1,
154141                   /* refId */
154142                   &__root_cimv2_CIM_StorageExtent,
154143               };
154144               
154145               static const char*
154146               _CIM_TapePartitionOnSurface_Dependent_qualifiers[] =
154147               {
154148                   /* Override */
154149                   "\044Dependent",
154150                   0,
154151               };
154152               
154153               static MetaReference
154154               _CIM_TapePartitionOnSurface_Dependent =
154155               {
154156                   /* flags */
154157                   META_FLAG_REFERENCE|META_FLAG_READ,
154158                   /* name */
154159                   "Dependent",
154160                   /* qualifiers */
154161 mike  1.1.2.1     _CIM_TapePartitionOnSurface_Dependent_qualifiers,
154162                   /* subscript */
154163                   -1,
154164                   /* refId */
154165                   &__root_cimv2_CIM_TapePartition,
154166               };
154167               
154168               static MetaFeature*
154169               _CIM_TapePartitionOnSurface_features[] =
154170               {
154171                   (MetaFeature*)&_CIM_TapePartitionOnSurface_Antecedent,
154172                   (MetaFeature*)&_CIM_TapePartitionOnSurface_Dependent,
154173                   0,
154174               };
154175               
154176               static const char*
154177               __root_cimv2_CIM_TapePartitionOnSurface_qualifiers[] =
154178               {
154179                   /* ASSOCIATION */
154180                   "\000\001",
154181                   /* UMLPackagePath */
154182 mike  1.1.2.1     "\057CIM::Device::StorageExtents",
154183                   /* Version */
154184                   "\0632.6.0",
154185                   0,
154186               };
154187               
154188               MetaClass
154189               __root_cimv2_CIM_TapePartitionOnSurface =
154190               {
154191                   /* flags */
154192                   META_FLAG_ASSOCIATION,
154193                   /* name */
154194                   "CIM_TapePartitionOnSurface",
154195                   /* qualifiers */
154196                   __root_cimv2_CIM_TapePartitionOnSurface_qualifiers,
154197                   /* super */
154198                   &__root_cimv2_CIM_BasedOn,
154199                   /* features */
154200                   _CIM_TapePartitionOnSurface_features,
154201               };
154202               
154203 mike  1.1.2.1 //==============================================================================
154204               //
154205               // Class: CIM_TCPProtocolEndpoint
154206               //
154207               //==============================================================================
154208               
154209               static const char*
154210               _CIM_TCPProtocolEndpoint_PortNumber_qualifiers[] =
154211               {
154212                   0,
154213               };
154214               
154215               static MetaProperty
154216               _CIM_TCPProtocolEndpoint_PortNumber =
154217               {
154218                   /* flags */
154219                   META_FLAG_PROPERTY|META_FLAG_READ,
154220                   /* name */
154221                   "PortNumber",
154222                   /* qualifiers */
154223                   _CIM_TCPProtocolEndpoint_PortNumber_qualifiers,
154224 mike  1.1.2.1     /* type */
154225                   CIMTYPE_UINT32,
154226                   /* subscript */
154227                   -1,
154228                   /* value */
154229                   0,
154230               };
154231               
154232               static const char*
154233               _CIM_TCPProtocolEndpoint_ProtocolIFType_qualifiers[] =
154234               {
154235                   /* Override */
154236                   "\044ProtocolIFType",
154237                   /* ValueMap */
154238                   "\061\000\0051\000225..4095\0004111\0004301..32767\00032768..\000",
154239                   /* Values */
154240                   "\062\000\005Other\000IANA Reserved\000TCP\000DMTF Reserved\000Vendor Reserved\000",
154241                   0,
154242               };
154243               
154244               static MetaProperty
154245 mike  1.1.2.1 _CIM_TCPProtocolEndpoint_ProtocolIFType =
154246               {
154247                   /* flags */
154248                   META_FLAG_PROPERTY|META_FLAG_READ,
154249                   /* name */
154250                   "ProtocolIFType",
154251                   /* qualifiers */
154252                   _CIM_TCPProtocolEndpoint_ProtocolIFType_qualifiers,
154253                   /* type */
154254                   CIMTYPE_UINT16,
154255                   /* subscript */
154256                   -1,
154257                   /* value */
154258                   "\020\017",
154259               };
154260               
154261               static MetaFeature*
154262               _CIM_TCPProtocolEndpoint_features[] =
154263               {
154264                   (MetaFeature*)&_CIM_TCPProtocolEndpoint_PortNumber,
154265                   (MetaFeature*)&_CIM_TCPProtocolEndpoint_ProtocolIFType,
154266 mike  1.1.2.1     0,
154267               };
154268               
154269               static const char*
154270               __root_cimv2_CIM_TCPProtocolEndpoint_qualifiers[] =
154271               {
154272                   /* UMLPackagePath */
154273                   "\057CIM::Network::ProtocolEndpoints",
154274                   /* Version */
154275                   "\0632.8.0",
154276                   0,
154277               };
154278               
154279               MetaClass
154280               __root_cimv2_CIM_TCPProtocolEndpoint =
154281               {
154282                   /* flags */
154283                   META_FLAG_CLASS,
154284                   /* name */
154285                   "CIM_TCPProtocolEndpoint",
154286                   /* qualifiers */
154287 mike  1.1.2.1     __root_cimv2_CIM_TCPProtocolEndpoint_qualifiers,
154288                   /* super */
154289                   &__root_cimv2_CIM_ProtocolEndpoint,
154290                   /* features */
154291                   _CIM_TCPProtocolEndpoint_features,
154292               };
154293               
154294               //==============================================================================
154295               //
154296               // Class: CIM_TemperatureSensor
154297               //
154298               //==============================================================================
154299               
154300               static const char*
154301               _CIM_TemperatureSensor_SensorType_qualifiers[] =
154302               {
154303                   /* Deprecated */
154304                   "\013\000\001No Value\000",
154305                   /* Override */
154306                   "\044SensorType",
154307                   0,
154308 mike  1.1.2.1 };
154309               
154310               static MetaProperty
154311               _CIM_TemperatureSensor_SensorType =
154312               {
154313                   /* flags */
154314                   META_FLAG_PROPERTY|META_FLAG_READ,
154315                   /* name */
154316                   "SensorType",
154317                   /* qualifiers */
154318                   _CIM_TemperatureSensor_SensorType_qualifiers,
154319                   /* type */
154320                   CIMTYPE_UINT16,
154321                   /* subscript */
154322                   -1,
154323                   /* value */
154324                   "\000\002",
154325               };
154326               
154327               static const char*
154328               _CIM_TemperatureSensor_BaseUnits_qualifiers[] =
154329 mike  1.1.2.1 {
154330                   /* Deprecated */
154331                   "\013\000\001No Value\000",
154332                   /* Override */
154333                   "\044BaseUnits",
154334                   0,
154335               };
154336               
154337               static MetaProperty
154338               _CIM_TemperatureSensor_BaseUnits =
154339               {
154340                   /* flags */
154341                   META_FLAG_PROPERTY|META_FLAG_READ,
154342                   /* name */
154343                   "BaseUnits",
154344                   /* qualifiers */
154345                   _CIM_TemperatureSensor_BaseUnits_qualifiers,
154346                   /* type */
154347                   CIMTYPE_UINT16,
154348                   /* subscript */
154349                   -1,
154350 mike  1.1.2.1     /* value */
154351                   "\000\002",
154352               };
154353               
154354               static const char*
154355               _CIM_TemperatureSensor_UnitModifier_qualifiers[] =
154356               {
154357                   /* Deprecated */
154358                   "\013\000\001No Value\000",
154359                   /* Override */
154360                   "\044UnitModifier",
154361                   0,
154362               };
154363               
154364               static MetaProperty
154365               _CIM_TemperatureSensor_UnitModifier =
154366               {
154367                   /* flags */
154368                   META_FLAG_PROPERTY|META_FLAG_READ,
154369                   /* name */
154370                   "UnitModifier",
154371 mike  1.1.2.1     /* qualifiers */
154372                   _CIM_TemperatureSensor_UnitModifier_qualifiers,
154373                   /* type */
154374                   CIMTYPE_SINT32,
154375                   /* subscript */
154376                   -1,
154377                   /* value */
154378                   "\377\377\377\377",
154379               };
154380               
154381               static const char*
154382               _CIM_TemperatureSensor_RateUnits_qualifiers[] =
154383               {
154384                   /* Deprecated */
154385                   "\013\000\001No Value\000",
154386                   /* Override */
154387                   "\044RateUnits",
154388                   0,
154389               };
154390               
154391               static MetaProperty
154392 mike  1.1.2.1 _CIM_TemperatureSensor_RateUnits =
154393               {
154394                   /* flags */
154395                   META_FLAG_PROPERTY|META_FLAG_READ,
154396                   /* name */
154397                   "RateUnits",
154398                   /* qualifiers */
154399                   _CIM_TemperatureSensor_RateUnits_qualifiers,
154400                   /* type */
154401                   CIMTYPE_UINT16,
154402                   /* subscript */
154403                   -1,
154404                   /* value */
154405                   "\000\000",
154406               };
154407               
154408               static const char*
154409               _CIM_TemperatureSensor_CurrentReading_qualifiers[] =
154410               {
154411                   /* Deprecated */
154412                   "\013\000\001No Value\000",
154413 mike  1.1.2.1     /* Override */
154414                   "\044CurrentReading",
154415                   /* MappingStrings */
154416                   "\026\000\001MIF.DMTF|Temperature Probe|002.5\000",
154417                   0,
154418               };
154419               
154420               static MetaProperty
154421               _CIM_TemperatureSensor_CurrentReading =
154422               {
154423                   /* flags */
154424                   META_FLAG_PROPERTY|META_FLAG_READ,
154425                   /* name */
154426                   "CurrentReading",
154427                   /* qualifiers */
154428                   _CIM_TemperatureSensor_CurrentReading_qualifiers,
154429                   /* type */
154430                   CIMTYPE_SINT32,
154431                   /* subscript */
154432                   -1,
154433                   /* value */
154434 mike  1.1.2.1     0,
154435               };
154436               
154437               static const char*
154438               _CIM_TemperatureSensor_NominalReading_qualifiers[] =
154439               {
154440                   /* Deprecated */
154441                   "\013\000\001No Value\000",
154442                   /* Override */
154443                   "\044NominalReading",
154444                   /* MappingStrings */
154445                   "\026\000\001MIF.DMTF|Temperature Probe|002.6\000",
154446                   0,
154447               };
154448               
154449               static MetaProperty
154450               _CIM_TemperatureSensor_NominalReading =
154451               {
154452                   /* flags */
154453                   META_FLAG_PROPERTY|META_FLAG_READ,
154454                   /* name */
154455 mike  1.1.2.1     "NominalReading",
154456                   /* qualifiers */
154457                   _CIM_TemperatureSensor_NominalReading_qualifiers,
154458                   /* type */
154459                   CIMTYPE_SINT32,
154460                   /* subscript */
154461                   -1,
154462                   /* value */
154463                   0,
154464               };
154465               
154466               static const char*
154467               _CIM_TemperatureSensor_NormalMax_qualifiers[] =
154468               {
154469                   /* Deprecated */
154470                   "\013\000\001No Value\000",
154471                   /* Override */
154472                   "\044NormalMax",
154473                   /* MappingStrings */
154474                   "\026\000\001MIF.DMTF|Temperature Probe|002.7\000",
154475                   0,
154476 mike  1.1.2.1 };
154477               
154478               static MetaProperty
154479               _CIM_TemperatureSensor_NormalMax =
154480               {
154481                   /* flags */
154482                   META_FLAG_PROPERTY|META_FLAG_READ,
154483                   /* name */
154484                   "NormalMax",
154485                   /* qualifiers */
154486                   _CIM_TemperatureSensor_NormalMax_qualifiers,
154487                   /* type */
154488                   CIMTYPE_SINT32,
154489                   /* subscript */
154490                   -1,
154491                   /* value */
154492                   0,
154493               };
154494               
154495               static const char*
154496               _CIM_TemperatureSensor_NormalMin_qualifiers[] =
154497 mike  1.1.2.1 {
154498                   /* Deprecated */
154499                   "\013\000\001No Value\000",
154500                   /* Override */
154501                   "\044NormalMin",
154502                   /* MappingStrings */
154503                   "\026\000\001MIF.DMTF|Temperature Probe|002.8\000",
154504                   0,
154505               };
154506               
154507               static MetaProperty
154508               _CIM_TemperatureSensor_NormalMin =
154509               {
154510                   /* flags */
154511                   META_FLAG_PROPERTY|META_FLAG_READ,
154512                   /* name */
154513                   "NormalMin",
154514                   /* qualifiers */
154515                   _CIM_TemperatureSensor_NormalMin_qualifiers,
154516                   /* type */
154517                   CIMTYPE_SINT32,
154518 mike  1.1.2.1     /* subscript */
154519                   -1,
154520                   /* value */
154521                   0,
154522               };
154523               
154524               static const char*
154525               _CIM_TemperatureSensor_MaxReadable_qualifiers[] =
154526               {
154527                   /* Deprecated */
154528                   "\013\000\001No Value\000",
154529                   /* Override */
154530                   "\044MaxReadable",
154531                   /* MappingStrings */
154532                   "\026\000\001MIF.DMTF|Temperature Probe|002.9\000",
154533                   0,
154534               };
154535               
154536               static MetaProperty
154537               _CIM_TemperatureSensor_MaxReadable =
154538               {
154539 mike  1.1.2.1     /* flags */
154540                   META_FLAG_PROPERTY|META_FLAG_READ,
154541                   /* name */
154542                   "MaxReadable",
154543                   /* qualifiers */
154544                   _CIM_TemperatureSensor_MaxReadable_qualifiers,
154545                   /* type */
154546                   CIMTYPE_SINT32,
154547                   /* subscript */
154548                   -1,
154549                   /* value */
154550                   0,
154551               };
154552               
154553               static const char*
154554               _CIM_TemperatureSensor_MinReadable_qualifiers[] =
154555               {
154556                   /* Deprecated */
154557                   "\013\000\001No Value\000",
154558                   /* Override */
154559                   "\044MinReadable",
154560 mike  1.1.2.1     /* MappingStrings */
154561                   "\026\000\001MIF.DMTF|Temperature Probe|002.10\000",
154562                   0,
154563               };
154564               
154565               static MetaProperty
154566               _CIM_TemperatureSensor_MinReadable =
154567               {
154568                   /* flags */
154569                   META_FLAG_PROPERTY|META_FLAG_READ,
154570                   /* name */
154571                   "MinReadable",
154572                   /* qualifiers */
154573                   _CIM_TemperatureSensor_MinReadable_qualifiers,
154574                   /* type */
154575                   CIMTYPE_SINT32,
154576                   /* subscript */
154577                   -1,
154578                   /* value */
154579                   0,
154580               };
154581 mike  1.1.2.1 
154582               static const char*
154583               _CIM_TemperatureSensor_Resolution_qualifiers[] =
154584               {
154585                   /* Deprecated */
154586                   "\013\000\001No Value\000",
154587                   /* Override */
154588                   "\044Resolution",
154589                   /* Units */
154590                   "\060Hundredths of Degrees C",
154591                   /* MappingStrings */
154592                   "\026\000\001MIF.DMTF|Temperature Probe|002.17\000",
154593                   0,
154594               };
154595               
154596               static MetaProperty
154597               _CIM_TemperatureSensor_Resolution =
154598               {
154599                   /* flags */
154600                   META_FLAG_PROPERTY|META_FLAG_READ,
154601                   /* name */
154602 mike  1.1.2.1     "Resolution",
154603                   /* qualifiers */
154604                   _CIM_TemperatureSensor_Resolution_qualifiers,
154605                   /* type */
154606                   CIMTYPE_UINT32,
154607                   /* subscript */
154608                   -1,
154609                   /* value */
154610                   0,
154611               };
154612               
154613               static const char*
154614               _CIM_TemperatureSensor_Tolerance_qualifiers[] =
154615               {
154616                   /* Deprecated */
154617                   "\013\000\001No Value\000",
154618                   /* Override */
154619                   "\044Tolerance",
154620                   /* MappingStrings */
154621                   "\026\000\001MIF.DMTF|Temperature Probe|002.18\000",
154622                   0,
154623 mike  1.1.2.1 };
154624               
154625               static MetaProperty
154626               _CIM_TemperatureSensor_Tolerance =
154627               {
154628                   /* flags */
154629                   META_FLAG_PROPERTY|META_FLAG_READ,
154630                   /* name */
154631                   "Tolerance",
154632                   /* qualifiers */
154633                   _CIM_TemperatureSensor_Tolerance_qualifiers,
154634                   /* type */
154635                   CIMTYPE_SINT32,
154636                   /* subscript */
154637                   -1,
154638                   /* value */
154639                   0,
154640               };
154641               
154642               static const char*
154643               _CIM_TemperatureSensor_Accuracy_qualifiers[] =
154644 mike  1.1.2.1 {
154645                   /* Deprecated */
154646                   "\013\000\001No Value\000",
154647                   /* Override */
154648                   "\044Accuracy",
154649                   /* MappingStrings */
154650                   "\026\000\001MIF.DMTF|Temperature Probe|002.19\000",
154651                   0,
154652               };
154653               
154654               static MetaProperty
154655               _CIM_TemperatureSensor_Accuracy =
154656               {
154657                   /* flags */
154658                   META_FLAG_PROPERTY|META_FLAG_READ,
154659                   /* name */
154660                   "Accuracy",
154661                   /* qualifiers */
154662                   _CIM_TemperatureSensor_Accuracy_qualifiers,
154663                   /* type */
154664                   CIMTYPE_SINT32,
154665 mike  1.1.2.1     /* subscript */
154666                   -1,
154667                   /* value */
154668                   0,
154669               };
154670               
154671               static const char*
154672               _CIM_TemperatureSensor_LowerThresholdNonCritical_qualifiers[] =
154673               {
154674                   /* Deprecated */
154675                   "\013\000\001No Value\000",
154676                   /* Override */
154677                   "\044LowerThresholdNonCritical",
154678                   /* MappingStrings */
154679                   "\026\000\001MIF.DMTF|Temperature Probe|002.11\000",
154680                   0,
154681               };
154682               
154683               static MetaProperty
154684               _CIM_TemperatureSensor_LowerThresholdNonCritical =
154685               {
154686 mike  1.1.2.1     /* flags */
154687                   META_FLAG_PROPERTY|META_FLAG_READ,
154688                   /* name */
154689                   "LowerThresholdNonCritical",
154690                   /* qualifiers */
154691                   _CIM_TemperatureSensor_LowerThresholdNonCritical_qualifiers,
154692                   /* type */
154693                   CIMTYPE_SINT32,
154694                   /* subscript */
154695                   -1,
154696                   /* value */
154697                   0,
154698               };
154699               
154700               static const char*
154701               _CIM_TemperatureSensor_UpperThresholdNonCritical_qualifiers[] =
154702               {
154703                   /* Deprecated */
154704                   "\013\000\001No Value\000",
154705                   /* Override */
154706                   "\044UpperThresholdNonCritical",
154707 mike  1.1.2.1     /* MappingStrings */
154708                   "\026\000\001MIF.DMTF|Temperature Probe|002.12\000",
154709                   0,
154710               };
154711               
154712               static MetaProperty
154713               _CIM_TemperatureSensor_UpperThresholdNonCritical =
154714               {
154715                   /* flags */
154716                   META_FLAG_PROPERTY|META_FLAG_READ,
154717                   /* name */
154718                   "UpperThresholdNonCritical",
154719                   /* qualifiers */
154720                   _CIM_TemperatureSensor_UpperThresholdNonCritical_qualifiers,
154721                   /* type */
154722                   CIMTYPE_SINT32,
154723                   /* subscript */
154724                   -1,
154725                   /* value */
154726                   0,
154727               };
154728 mike  1.1.2.1 
154729               static const char*
154730               _CIM_TemperatureSensor_LowerThresholdCritical_qualifiers[] =
154731               {
154732                   /* Deprecated */
154733                   "\013\000\001No Value\000",
154734                   /* Override */
154735                   "\044LowerThresholdCritical",
154736                   /* MappingStrings */
154737                   "\026\000\001MIF.DMTF|Temperature Probe|002.13\000",
154738                   0,
154739               };
154740               
154741               static MetaProperty
154742               _CIM_TemperatureSensor_LowerThresholdCritical =
154743               {
154744                   /* flags */
154745                   META_FLAG_PROPERTY|META_FLAG_READ,
154746                   /* name */
154747                   "LowerThresholdCritical",
154748                   /* qualifiers */
154749 mike  1.1.2.1     _CIM_TemperatureSensor_LowerThresholdCritical_qualifiers,
154750                   /* type */
154751                   CIMTYPE_SINT32,
154752                   /* subscript */
154753                   -1,
154754                   /* value */
154755                   0,
154756               };
154757               
154758               static const char*
154759               _CIM_TemperatureSensor_UpperThresholdCritical_qualifiers[] =
154760               {
154761                   /* Deprecated */
154762                   "\013\000\001No Value\000",
154763                   /* Override */
154764                   "\044UpperThresholdCritical",
154765                   /* MappingStrings */
154766                   "\026\000\001MIF.DMTF|Temperature Probe|002.14\000",
154767                   0,
154768               };
154769               
154770 mike  1.1.2.1 static MetaProperty
154771               _CIM_TemperatureSensor_UpperThresholdCritical =
154772               {
154773                   /* flags */
154774                   META_FLAG_PROPERTY|META_FLAG_READ,
154775                   /* name */
154776                   "UpperThresholdCritical",
154777                   /* qualifiers */
154778                   _CIM_TemperatureSensor_UpperThresholdCritical_qualifiers,
154779                   /* type */
154780                   CIMTYPE_SINT32,
154781                   /* subscript */
154782                   -1,
154783                   /* value */
154784                   0,
154785               };
154786               
154787               static const char*
154788               _CIM_TemperatureSensor_LowerThresholdFatal_qualifiers[] =
154789               {
154790                   /* Deprecated */
154791 mike  1.1.2.1     "\013\000\001No Value\000",
154792                   /* Override */
154793                   "\044LowerThresholdFatal",
154794                   /* MappingStrings */
154795                   "\026\000\001MIF.DMTF|Temperature Probe|002.15\000",
154796                   0,
154797               };
154798               
154799               static MetaProperty
154800               _CIM_TemperatureSensor_LowerThresholdFatal =
154801               {
154802                   /* flags */
154803                   META_FLAG_PROPERTY|META_FLAG_READ,
154804                   /* name */
154805                   "LowerThresholdFatal",
154806                   /* qualifiers */
154807                   _CIM_TemperatureSensor_LowerThresholdFatal_qualifiers,
154808                   /* type */
154809                   CIMTYPE_SINT32,
154810                   /* subscript */
154811                   -1,
154812 mike  1.1.2.1     /* value */
154813                   0,
154814               };
154815               
154816               static const char*
154817               _CIM_TemperatureSensor_UpperThresholdFatal_qualifiers[] =
154818               {
154819                   /* Deprecated */
154820                   "\013\000\001No Value\000",
154821                   /* Override */
154822                   "\044UpperThresholdFatal",
154823                   /* MappingStrings */
154824                   "\026\000\001MIF.DMTF|Temperature Probe|002.16\000",
154825                   0,
154826               };
154827               
154828               static MetaProperty
154829               _CIM_TemperatureSensor_UpperThresholdFatal =
154830               {
154831                   /* flags */
154832                   META_FLAG_PROPERTY|META_FLAG_READ,
154833 mike  1.1.2.1     /* name */
154834                   "UpperThresholdFatal",
154835                   /* qualifiers */
154836                   _CIM_TemperatureSensor_UpperThresholdFatal_qualifiers,
154837                   /* type */
154838                   CIMTYPE_SINT32,
154839                   /* subscript */
154840                   -1,
154841                   /* value */
154842                   0,
154843               };
154844               
154845               static MetaFeature*
154846               _CIM_TemperatureSensor_features[] =
154847               {
154848                   (MetaFeature*)&_CIM_TemperatureSensor_SensorType,
154849                   (MetaFeature*)&_CIM_TemperatureSensor_BaseUnits,
154850                   (MetaFeature*)&_CIM_TemperatureSensor_UnitModifier,
154851                   (MetaFeature*)&_CIM_TemperatureSensor_RateUnits,
154852                   (MetaFeature*)&_CIM_TemperatureSensor_CurrentReading,
154853                   (MetaFeature*)&_CIM_TemperatureSensor_NominalReading,
154854 mike  1.1.2.1     (MetaFeature*)&_CIM_TemperatureSensor_NormalMax,
154855                   (MetaFeature*)&_CIM_TemperatureSensor_NormalMin,
154856                   (MetaFeature*)&_CIM_TemperatureSensor_MaxReadable,
154857                   (MetaFeature*)&_CIM_TemperatureSensor_MinReadable,
154858                   (MetaFeature*)&_CIM_TemperatureSensor_Resolution,
154859                   (MetaFeature*)&_CIM_TemperatureSensor_Tolerance,
154860                   (MetaFeature*)&_CIM_TemperatureSensor_Accuracy,
154861                   (MetaFeature*)&_CIM_TemperatureSensor_LowerThresholdNonCritical,
154862                   (MetaFeature*)&_CIM_TemperatureSensor_UpperThresholdNonCritical,
154863                   (MetaFeature*)&_CIM_TemperatureSensor_LowerThresholdCritical,
154864                   (MetaFeature*)&_CIM_TemperatureSensor_UpperThresholdCritical,
154865                   (MetaFeature*)&_CIM_TemperatureSensor_LowerThresholdFatal,
154866                   (MetaFeature*)&_CIM_TemperatureSensor_UpperThresholdFatal,
154867                   0,
154868               };
154869               
154870               static const char*
154871               __root_cimv2_CIM_TemperatureSensor_qualifiers[] =
154872               {
154873                   /* Deprecated */
154874                   "\013\000\001CIM_NumericSensor\000",
154875 mike  1.1.2.1     /* UMLPackagePath */
154876                   "\057CIM::Device::Sensors",
154877                   /* Version */
154878                   "\0632.8.0",
154879                   0,
154880               };
154881               
154882               MetaClass
154883               __root_cimv2_CIM_TemperatureSensor =
154884               {
154885                   /* flags */
154886                   META_FLAG_CLASS,
154887                   /* name */
154888                   "CIM_TemperatureSensor",
154889                   /* qualifiers */
154890                   __root_cimv2_CIM_TemperatureSensor_qualifiers,
154891                   /* super */
154892                   &__root_cimv2_CIM_NumericSensor,
154893                   /* features */
154894                   _CIM_TemperatureSensor_features,
154895               };
154896 mike  1.1.2.1 
154897               //==============================================================================
154898               //
154899               // Class: CIM_TokenBucketMeterService
154900               //
154901               //==============================================================================
154902               
154903               static const char*
154904               _CIM_TokenBucketMeterService_AverageRate_qualifiers[] =
154905               {
154906                   /* Units */
154907                   "\060KiloBits per Second",
154908                   0,
154909               };
154910               
154911               static MetaProperty
154912               _CIM_TokenBucketMeterService_AverageRate =
154913               {
154914                   /* flags */
154915                   META_FLAG_PROPERTY|META_FLAG_READ,
154916                   /* name */
154917 mike  1.1.2.1     "AverageRate",
154918                   /* qualifiers */
154919                   _CIM_TokenBucketMeterService_AverageRate_qualifiers,
154920                   /* type */
154921                   CIMTYPE_UINT32,
154922                   /* subscript */
154923                   -1,
154924                   /* value */
154925                   0,
154926               };
154927               
154928               static const char*
154929               _CIM_TokenBucketMeterService_PeakRate_qualifiers[] =
154930               {
154931                   /* Units */
154932                   "\060KiloBits per Second",
154933                   0,
154934               };
154935               
154936               static MetaProperty
154937               _CIM_TokenBucketMeterService_PeakRate =
154938 mike  1.1.2.1 {
154939                   /* flags */
154940                   META_FLAG_PROPERTY|META_FLAG_READ,
154941                   /* name */
154942                   "PeakRate",
154943                   /* qualifiers */
154944                   _CIM_TokenBucketMeterService_PeakRate_qualifiers,
154945                   /* type */
154946                   CIMTYPE_UINT32,
154947                   /* subscript */
154948                   -1,
154949                   /* value */
154950                   0,
154951               };
154952               
154953               static const char*
154954               _CIM_TokenBucketMeterService_BurstSize_qualifiers[] =
154955               {
154956                   /* Units */
154957                   "\060KiloBytes",
154958                   0,
154959 mike  1.1.2.1 };
154960               
154961               static MetaProperty
154962               _CIM_TokenBucketMeterService_BurstSize =
154963               {
154964                   /* flags */
154965                   META_FLAG_PROPERTY|META_FLAG_READ,
154966                   /* name */
154967                   "BurstSize",
154968                   /* qualifiers */
154969                   _CIM_TokenBucketMeterService_BurstSize_qualifiers,
154970                   /* type */
154971                   CIMTYPE_UINT32,
154972                   /* subscript */
154973                   -1,
154974                   /* value */
154975                   0,
154976               };
154977               
154978               static const char*
154979               _CIM_TokenBucketMeterService_ExcessBurstSize_qualifiers[] =
154980 mike  1.1.2.1 {
154981                   /* Units */
154982                   "\060KiloBytes",
154983                   0,
154984               };
154985               
154986               static MetaProperty
154987               _CIM_TokenBucketMeterService_ExcessBurstSize =
154988               {
154989                   /* flags */
154990                   META_FLAG_PROPERTY|META_FLAG_READ,
154991                   /* name */
154992                   "ExcessBurstSize",
154993                   /* qualifiers */
154994                   _CIM_TokenBucketMeterService_ExcessBurstSize_qualifiers,
154995                   /* type */
154996                   CIMTYPE_UINT32,
154997                   /* subscript */
154998                   -1,
154999                   /* value */
155000                   0,
155001 mike  1.1.2.1 };
155002               
155003               static MetaFeature*
155004               _CIM_TokenBucketMeterService_features[] =
155005               {
155006                   (MetaFeature*)&_CIM_TokenBucketMeterService_AverageRate,
155007                   (MetaFeature*)&_CIM_TokenBucketMeterService_PeakRate,
155008                   (MetaFeature*)&_CIM_TokenBucketMeterService_BurstSize,
155009                   (MetaFeature*)&_CIM_TokenBucketMeterService_ExcessBurstSize,
155010                   0,
155011               };
155012               
155013               static const char*
155014               __root_cimv2_CIM_TokenBucketMeterService_qualifiers[] =
155015               {
155016                   /* UMLPackagePath */
155017                   "\057CIM::Network::QoS",
155018                   /* Version */
155019                   "\0632.7.0",
155020                   0,
155021               };
155022 mike  1.1.2.1 
155023               MetaClass
155024               __root_cimv2_CIM_TokenBucketMeterService =
155025               {
155026                   /* flags */
155027                   META_FLAG_CLASS,
155028                   /* name */
155029                   "CIM_TokenBucketMeterService",
155030                   /* qualifiers */
155031                   __root_cimv2_CIM_TokenBucketMeterService_qualifiers,
155032                   /* super */
155033                   &__root_cimv2_CIM_MeterService,
155034                   /* features */
155035                   _CIM_TokenBucketMeterService_features,
155036               };
155037               
155038               //==============================================================================
155039               //
155040               // Class: CIM_ToSMarkerService
155041               //
155042               //==============================================================================
155043 mike  1.1.2.1 
155044               static const char*
155045               _CIM_ToSMarkerService_ToSValue_qualifiers[] =
155046               {
155047                   0,
155048               };
155049               
155050               static MetaProperty
155051               _CIM_ToSMarkerService_ToSValue =
155052               {
155053                   /* flags */
155054                   META_FLAG_PROPERTY|META_FLAG_READ,
155055                   /* name */
155056                   "ToSValue",
155057                   /* qualifiers */
155058                   _CIM_ToSMarkerService_ToSValue_qualifiers,
155059                   /* type */
155060                   CIMTYPE_UINT8,
155061                   /* subscript */
155062                   -1,
155063                   /* value */
155064 mike  1.1.2.1     0,
155065               };
155066               
155067               static MetaFeature*
155068               _CIM_ToSMarkerService_features[] =
155069               {
155070                   (MetaFeature*)&_CIM_ToSMarkerService_ToSValue,
155071                   0,
155072               };
155073               
155074               static const char*
155075               __root_cimv2_CIM_ToSMarkerService_qualifiers[] =
155076               {
155077                   /* UMLPackagePath */
155078                   "\057CIM::Network::QoS",
155079                   /* Version */
155080                   "\0632.7.0",
155081                   0,
155082               };
155083               
155084               MetaClass
155085 mike  1.1.2.1 __root_cimv2_CIM_ToSMarkerService =
155086               {
155087                   /* flags */
155088                   META_FLAG_CLASS,
155089                   /* name */
155090                   "CIM_ToSMarkerService",
155091                   /* qualifiers */
155092                   __root_cimv2_CIM_ToSMarkerService_qualifiers,
155093                   /* super */
155094                   &__root_cimv2_CIM_MarkerService,
155095                   /* features */
155096                   _CIM_ToSMarkerService_features,
155097               };
155098               
155099               //==============================================================================
155100               //
155101               // Class: CIM_TrapSourceForSNMPService
155102               //
155103               //==============================================================================
155104               
155105               static const char*
155106 mike  1.1.2.1 _CIM_TrapSourceForSNMPService_Antecedent_qualifiers[] =
155107               {
155108                   /* Override */
155109                   "\044Antecedent",
155110                   /* Max */
155111                   "\027\000\000\000\001",
155112                   0,
155113               };
155114               
155115               static MetaReference
155116               _CIM_TrapSourceForSNMPService_Antecedent =
155117               {
155118                   /* flags */
155119                   META_FLAG_REFERENCE|META_FLAG_READ,
155120                   /* name */
155121                   "Antecedent",
155122                   /* qualifiers */
155123                   _CIM_TrapSourceForSNMPService_Antecedent_qualifiers,
155124                   /* subscript */
155125                   -1,
155126                   /* refId */
155127 mike  1.1.2.1     &__root_cimv2_CIM_ProtocolEndpoint,
155128               };
155129               
155130               static const char*
155131               _CIM_TrapSourceForSNMPService_Dependent_qualifiers[] =
155132               {
155133                   /* Override */
155134                   "\044Dependent",
155135                   0,
155136               };
155137               
155138               static MetaReference
155139               _CIM_TrapSourceForSNMPService_Dependent =
155140               {
155141                   /* flags */
155142                   META_FLAG_REFERENCE|META_FLAG_READ,
155143                   /* name */
155144                   "Dependent",
155145                   /* qualifiers */
155146                   _CIM_TrapSourceForSNMPService_Dependent_qualifiers,
155147                   /* subscript */
155148 mike  1.1.2.1     -1,
155149                   /* refId */
155150                   &__root_cimv2_CIM_SNMPService,
155151               };
155152               
155153               static MetaFeature*
155154               _CIM_TrapSourceForSNMPService_features[] =
155155               {
155156                   (MetaFeature*)&_CIM_TrapSourceForSNMPService_Antecedent,
155157                   (MetaFeature*)&_CIM_TrapSourceForSNMPService_Dependent,
155158                   0,
155159               };
155160               
155161               static const char*
155162               __root_cimv2_CIM_TrapSourceForSNMPService_qualifiers[] =
155163               {
155164                   /* ASSOCIATION */
155165                   "\000\001",
155166                   /* UMLPackagePath */
155167                   "\057CIM::Network::SNMP",
155168                   /* Version */
155169 mike  1.1.2.1     "\0632.7.0",
155170                   0,
155171               };
155172               
155173               MetaClass
155174               __root_cimv2_CIM_TrapSourceForSNMPService =
155175               {
155176                   /* flags */
155177                   META_FLAG_ASSOCIATION,
155178                   /* name */
155179                   "CIM_TrapSourceForSNMPService",
155180                   /* qualifiers */
155181                   __root_cimv2_CIM_TrapSourceForSNMPService_qualifiers,
155182                   /* super */
155183                   &__root_cimv2_CIM_ServiceSAPDependency,
155184                   /* features */
155185                   _CIM_TrapSourceForSNMPService_features,
155186               };
155187               
155188               //==============================================================================
155189               //
155190 mike  1.1.2.1 // Class: CIM_UDPProtocolEndpoint
155191               //
155192               //==============================================================================
155193               
155194               static const char*
155195               _CIM_UDPProtocolEndpoint_PortNumber_qualifiers[] =
155196               {
155197                   0,
155198               };
155199               
155200               static MetaProperty
155201               _CIM_UDPProtocolEndpoint_PortNumber =
155202               {
155203                   /* flags */
155204                   META_FLAG_PROPERTY|META_FLAG_READ,
155205                   /* name */
155206                   "PortNumber",
155207                   /* qualifiers */
155208                   _CIM_UDPProtocolEndpoint_PortNumber_qualifiers,
155209                   /* type */
155210                   CIMTYPE_UINT32,
155211 mike  1.1.2.1     /* subscript */
155212                   -1,
155213                   /* value */
155214                   0,
155215               };
155216               
155217               static const char*
155218               _CIM_UDPProtocolEndpoint_ProtocolIFType_qualifiers[] =
155219               {
155220                   /* Override */
155221                   "\044ProtocolIFType",
155222                   /* ValueMap */
155223                   "\061\000\0051\000225..4095\0004110\0004301..32767\00032768..\000",
155224                   /* Values */
155225                   "\062\000\005Other\000IANA Reserved\000UDP\000DMTF Reserved\000Vendor Reserved\000",
155226                   0,
155227               };
155228               
155229               static MetaProperty
155230               _CIM_UDPProtocolEndpoint_ProtocolIFType =
155231               {
155232 mike  1.1.2.1     /* flags */
155233                   META_FLAG_PROPERTY|META_FLAG_READ,
155234                   /* name */
155235                   "ProtocolIFType",
155236                   /* qualifiers */
155237                   _CIM_UDPProtocolEndpoint_ProtocolIFType_qualifiers,
155238                   /* type */
155239                   CIMTYPE_UINT16,
155240                   /* subscript */
155241                   -1,
155242                   /* value */
155243                   "\020\016",
155244               };
155245               
155246               static MetaFeature*
155247               _CIM_UDPProtocolEndpoint_features[] =
155248               {
155249                   (MetaFeature*)&_CIM_UDPProtocolEndpoint_PortNumber,
155250                   (MetaFeature*)&_CIM_UDPProtocolEndpoint_ProtocolIFType,
155251                   0,
155252               };
155253 mike  1.1.2.1 
155254               static const char*
155255               __root_cimv2_CIM_UDPProtocolEndpoint_qualifiers[] =
155256               {
155257                   /* UMLPackagePath */
155258                   "\057CIM::Network::ProtocolEndpoints",
155259                   /* Version */
155260                   "\0632.8.0",
155261                   0,
155262               };
155263               
155264               MetaClass
155265               __root_cimv2_CIM_UDPProtocolEndpoint =
155266               {
155267                   /* flags */
155268                   META_FLAG_CLASS,
155269                   /* name */
155270                   "CIM_UDPProtocolEndpoint",
155271                   /* qualifiers */
155272                   __root_cimv2_CIM_UDPProtocolEndpoint_qualifiers,
155273                   /* super */
155274 mike  1.1.2.1     &__root_cimv2_CIM_ProtocolEndpoint,
155275                   /* features */
155276                   _CIM_UDPProtocolEndpoint_features,
155277               };
155278               
155279               //==============================================================================
155280               //
155281               // Class: CIM_Unimodem
155282               //
155283               //==============================================================================
155284               
155285               static const char*
155286               _CIM_Unimodem_CallSetupResultCode_qualifiers[] =
155287               {
155288                   /* ValueMap */
155289                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
155290                   /* Values */
155291                   "\062\000\014No Previous Call\000No Dial Tone Detected\000Reorder Signal Detected, Network Busy\000Busy Signal Detected\000No Recognized Signal Detected\000Voice Detected\000Text Telephone Detected\000Data Answering Signal Detected\000Data Calling Signal Detected\000Fax Answering Signal Detected\000Fax Calling Signal Detected\000V.8bis Signal Detected\000",
155292                   0,
155293               };
155294               
155295 mike  1.1.2.1 static MetaProperty
155296               _CIM_Unimodem_CallSetupResultCode =
155297               {
155298                   /* flags */
155299                   META_FLAG_PROPERTY|META_FLAG_READ,
155300                   /* name */
155301                   "CallSetupResultCode",
155302                   /* qualifiers */
155303                   _CIM_Unimodem_CallSetupResultCode_qualifiers,
155304                   /* type */
155305                   CIMTYPE_UINT16,
155306                   /* subscript */
155307                   -1,
155308                   /* value */
155309                   0,
155310               };
155311               
155312               static const char*
155313               _CIM_Unimodem_MultiMediaMode_qualifiers[] =
155314               {
155315                   /* ValueMap */
155316 mike  1.1.2.1     "\061\000\0130\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
155317                   /* Values */
155318                   "\062\000\013Data Only\000Fax Only\000Voice Only\000Voice View\000ASVD V.61\000ASVD V.34Q\000DSVD Multi-Tech\000DSVD 1.2\000DSVD V.70\000Video Telephony H.324\000Other V.80 Call\000",
155319                   0,
155320               };
155321               
155322               static MetaProperty
155323               _CIM_Unimodem_MultiMediaMode =
155324               {
155325                   /* flags */
155326                   META_FLAG_PROPERTY|META_FLAG_READ,
155327                   /* name */
155328                   "MultiMediaMode",
155329                   /* qualifiers */
155330                   _CIM_Unimodem_MultiMediaMode_qualifiers,
155331                   /* type */
155332                   CIMTYPE_UINT16,
155333                   /* subscript */
155334                   -1,
155335                   /* value */
155336                   0,
155337 mike  1.1.2.1 };
155338               
155339               static const char*
155340               _CIM_Unimodem_DTEDCEInterfaceMode_qualifiers[] =
155341               {
155342                   /* ValueMap */
155343                   "\061\000\0030\0001\0002\000",
155344                   /* Values */
155345                   "\062\000\003Async Data\000V.80 Transparent Synchronous Mode\000V.80 Framed Synchronous Mode\000",
155346                   0,
155347               };
155348               
155349               static MetaProperty
155350               _CIM_Unimodem_DTEDCEInterfaceMode =
155351               {
155352                   /* flags */
155353                   META_FLAG_PROPERTY|META_FLAG_READ,
155354                   /* name */
155355                   "DTEDCEInterfaceMode",
155356                   /* qualifiers */
155357                   _CIM_Unimodem_DTEDCEInterfaceMode_qualifiers,
155358 mike  1.1.2.1     /* type */
155359                   CIMTYPE_UINT16,
155360                   /* subscript */
155361                   -1,
155362                   /* value */
155363                   0,
155364               };
155365               
155366               static const char*
155367               _CIM_Unimodem_TransmitCarrierNegotiation_qualifiers[] =
155368               {
155369                   /* ValueMap */
155370                   "\061\000\0300\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023..65535\000",
155371                   /* Values */
155372                   "\062\000\030V.17 (G3 Fax Call)\000V.21\000V.22\000V.22bis\000V.23 Constant Carrier (1200/75)\000V.23 Switched Carrier (Half Duplex)\000V.26bis\000V.26ter\000V.27ter (G3 Fax Call)\000V.29 HD (G3 Fax Call)\000V.32\000V.32bis\000V.34\000V.34 HD (G3 Fax Call)\000V.90 Issue 1 (Asymmetric)\000V.90 Issue 2 (Symmetric)\000Reserved (V.58)\000X2\000K56FLEX\000V.FC\000V.32terbo\000Bell 212A\000Bell 103\000Reserved for Mfgs\000",
155373                   0,
155374               };
155375               
155376               static MetaProperty
155377               _CIM_Unimodem_TransmitCarrierNegotiation =
155378               {
155379 mike  1.1.2.1     /* flags */
155380                   META_FLAG_PROPERTY|META_FLAG_READ,
155381                   /* name */
155382                   "TransmitCarrierNegotiation",
155383                   /* qualifiers */
155384                   _CIM_Unimodem_TransmitCarrierNegotiation_qualifiers,
155385                   /* type */
155386                   CIMTYPE_UINT16,
155387                   /* subscript */
155388                   -1,
155389                   /* value */
155390                   0,
155391               };
155392               
155393               static const char*
155394               _CIM_Unimodem_ReceiveCarrierNegotiation_qualifiers[] =
155395               {
155396                   /* ValueMap */
155397                   "\061\000\0300\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023..65535\000",
155398                   /* Values */
155399                   "\062\000\030V.17 (G3 Fax Call)\000V.21\000V.22\000V.22bis\000V.23 Constant Carrier (1200/75)\000V.23 Switched Carrier (Half Duplex)\000V.26bis\000V.26ter\000V.27ter (G3 Fax Call)\000V.29 HD (G3 Fax Call)\000V.32\000V.32bis\000V.34\000V.34 HD (G3 Fax Call)\000V.90 Issue 1 (Asymmetric)\000V.90 Issue 2 (Symmetric)\000Reserved (V.58)\000X2\000K56FLEX\000V.FC\000V.32terbo\000Bell 212A\000Bell 103\000Reserved for Mfgs\000",
155400 mike  1.1.2.1     0,
155401               };
155402               
155403               static MetaProperty
155404               _CIM_Unimodem_ReceiveCarrierNegotiation =
155405               {
155406                   /* flags */
155407                   META_FLAG_PROPERTY|META_FLAG_READ,
155408                   /* name */
155409                   "ReceiveCarrierNegotiation",
155410                   /* qualifiers */
155411                   _CIM_Unimodem_ReceiveCarrierNegotiation_qualifiers,
155412                   /* type */
155413                   CIMTYPE_UINT16,
155414                   /* subscript */
155415                   -1,
155416                   /* value */
155417                   0,
155418               };
155419               
155420               static const char*
155421 mike  1.1.2.1 _CIM_Unimodem_InitialTransmitCarrierDataRate_qualifiers[] =
155422               {
155423                   /* Units */
155424                   "\060Bits per Second",
155425                   0,
155426               };
155427               
155428               static MetaProperty
155429               _CIM_Unimodem_InitialTransmitCarrierDataRate =
155430               {
155431                   /* flags */
155432                   META_FLAG_PROPERTY|META_FLAG_READ,
155433                   /* name */
155434                   "InitialTransmitCarrierDataRate",
155435                   /* qualifiers */
155436                   _CIM_Unimodem_InitialTransmitCarrierDataRate_qualifiers,
155437                   /* type */
155438                   CIMTYPE_UINT32,
155439                   /* subscript */
155440                   -1,
155441                   /* value */
155442 mike  1.1.2.1     0,
155443               };
155444               
155445               static const char*
155446               _CIM_Unimodem_InitialReceiveCarrierDataRate_qualifiers[] =
155447               {
155448                   /* Units */
155449                   "\060Bits per Second",
155450                   0,
155451               };
155452               
155453               static MetaProperty
155454               _CIM_Unimodem_InitialReceiveCarrierDataRate =
155455               {
155456                   /* flags */
155457                   META_FLAG_PROPERTY|META_FLAG_READ,
155458                   /* name */
155459                   "InitialReceiveCarrierDataRate",
155460                   /* qualifiers */
155461                   _CIM_Unimodem_InitialReceiveCarrierDataRate_qualifiers,
155462                   /* type */
155463 mike  1.1.2.1     CIMTYPE_UINT32,
155464                   /* subscript */
155465                   -1,
155466                   /* value */
155467                   0,
155468               };
155469               
155470               static const char*
155471               _CIM_Unimodem_CarrierRetrainsRequested_qualifiers[] =
155472               {
155473                   /* Counter */
155474                   "\012\001",
155475                   0,
155476               };
155477               
155478               static MetaProperty
155479               _CIM_Unimodem_CarrierRetrainsRequested =
155480               {
155481                   /* flags */
155482                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155483                   /* name */
155484 mike  1.1.2.1     "CarrierRetrainsRequested",
155485                   /* qualifiers */
155486                   _CIM_Unimodem_CarrierRetrainsRequested_qualifiers,
155487                   /* type */
155488                   CIMTYPE_UINT8,
155489                   /* subscript */
155490                   -1,
155491                   /* value */
155492                   0,
155493               };
155494               
155495               static const char*
155496               _CIM_Unimodem_CarrierRetrainsGranted_qualifiers[] =
155497               {
155498                   /* Counter */
155499                   "\012\001",
155500                   0,
155501               };
155502               
155503               static MetaProperty
155504               _CIM_Unimodem_CarrierRetrainsGranted =
155505 mike  1.1.2.1 {
155506                   /* flags */
155507                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155508                   /* name */
155509                   "CarrierRetrainsGranted",
155510                   /* qualifiers */
155511                   _CIM_Unimodem_CarrierRetrainsGranted_qualifiers,
155512                   /* type */
155513                   CIMTYPE_UINT8,
155514                   /* subscript */
155515                   -1,
155516                   /* value */
155517                   0,
155518               };
155519               
155520               static const char*
155521               _CIM_Unimodem_FinalTransmitCarrierDataRate_qualifiers[] =
155522               {
155523                   /* Units */
155524                   "\060Bits per Second",
155525                   0,
155526 mike  1.1.2.1 };
155527               
155528               static MetaProperty
155529               _CIM_Unimodem_FinalTransmitCarrierDataRate =
155530               {
155531                   /* flags */
155532                   META_FLAG_PROPERTY|META_FLAG_READ,
155533                   /* name */
155534                   "FinalTransmitCarrierDataRate",
155535                   /* qualifiers */
155536                   _CIM_Unimodem_FinalTransmitCarrierDataRate_qualifiers,
155537                   /* type */
155538                   CIMTYPE_UINT32,
155539                   /* subscript */
155540                   -1,
155541                   /* value */
155542                   0,
155543               };
155544               
155545               static const char*
155546               _CIM_Unimodem_FinalReceiveCarrierDataRate_qualifiers[] =
155547 mike  1.1.2.1 {
155548                   /* Units */
155549                   "\060Bits per Second",
155550                   0,
155551               };
155552               
155553               static MetaProperty
155554               _CIM_Unimodem_FinalReceiveCarrierDataRate =
155555               {
155556                   /* flags */
155557                   META_FLAG_PROPERTY|META_FLAG_READ,
155558                   /* name */
155559                   "FinalReceiveCarrierDataRate",
155560                   /* qualifiers */
155561                   _CIM_Unimodem_FinalReceiveCarrierDataRate_qualifiers,
155562                   /* type */
155563                   CIMTYPE_UINT32,
155564                   /* subscript */
155565                   -1,
155566                   /* value */
155567                   0,
155568 mike  1.1.2.1 };
155569               
155570               static const char*
155571               _CIM_Unimodem_TerminationCause_qualifiers[] =
155572               {
155573                   /* ValueMap */
155574                   "\061\000\0630\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\00025\00026\00027\00028\00029\00030\00031\00032\00033\00034\00035\00036\00037\00038\00039\00040\00041\00042\00043\00044\00045\00046\00047\00048\00049\00050\000",
155575                   /* Values */
155576                   "\062\000\063Cause Unidentified\000No Previous Call\000Call Is Still in Progress\000Call Waiting Signal Detected\000Delayed\000NMS Initiated Dial Call\000NMS Initiated Leased Line Restoral\000NMS Initiated Redial\000NMS Initiated Dial Disconnect\000Power Loss\000Equipment Failure\000Front Panel Disconnect Requested\000Front Panel Leased Line Restoral\000Automatic Leased Line Restoral\000Inactivity Timer Expired\000cct116 Restoral Request\000cct108 Is Off Inhibits Dial\000cct108 Turned Off\000No Number Provided\000Blacklisted Number\000Call Attempts Limit Exceeded\000Extension Phone Off Hook\000Call Setup Fail Timer Expired\000Incoming Call Detected\000Loop Current Interrupted\000No Dial Tone\000Voice Detected\000Reorder Tone\000Sit Tone\000Engaged Tone\000Long Space Disconnect\000Carrier Lost\000Training Failed\000No Modulation in Common\000Retrain Failed\000Retrain Attempt Count Exceeded\000GSTN Cleardown Received\000Fax Detected\000In Test Mode\000Intrusive Self Test Initiated\000Any Key Abort\000DTE Hangup Command\000DTE Reset Command\000Frame Reject\000No Error Control Established\000Protocol Violation\000n400 Exceeded\000Negotiation Failed\000Disconnect Frame Received\000Sabme Frame Received\000Loss Of Synchronization\000",
155577                   0,
155578               };
155579               
155580               static MetaProperty
155581               _CIM_Unimodem_TerminationCause =
155582               {
155583                   /* flags */
155584                   META_FLAG_PROPERTY|META_FLAG_READ,
155585                   /* name */
155586                   "TerminationCause",
155587                   /* qualifiers */
155588                   _CIM_Unimodem_TerminationCause_qualifiers,
155589 mike  1.1.2.1     /* type */
155590                   CIMTYPE_UINT16,
155591                   /* subscript */
155592                   -1,
155593                   /* value */
155594                   0,
155595               };
155596               
155597               static const char*
155598               _CIM_Unimodem_UnimodemRevision_qualifiers[] =
155599               {
155600                   0,
155601               };
155602               
155603               static MetaProperty
155604               _CIM_Unimodem_UnimodemRevision =
155605               {
155606                   /* flags */
155607                   META_FLAG_PROPERTY|META_FLAG_READ,
155608                   /* name */
155609                   "UnimodemRevision",
155610 mike  1.1.2.1     /* qualifiers */
155611                   _CIM_Unimodem_UnimodemRevision_qualifiers,
155612                   /* type */
155613                   CIMTYPE_STRING,
155614                   /* subscript */
155615                   -1,
155616                   /* value */
155617                   0,
155618               };
155619               
155620               static const char*
155621               _CIM_Unimodem_EstimatedNoiseLevel_qualifiers[] =
155622               {
155623                   /* Units */
155624                   "\060-dBm",
155625                   /* Gauge */
155626                   "\023\001",
155627                   0,
155628               };
155629               
155630               static MetaProperty
155631 mike  1.1.2.1 _CIM_Unimodem_EstimatedNoiseLevel =
155632               {
155633                   /* flags */
155634                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
155635                   /* name */
155636                   "EstimatedNoiseLevel",
155637                   /* qualifiers */
155638                   _CIM_Unimodem_EstimatedNoiseLevel_qualifiers,
155639                   /* type */
155640                   CIMTYPE_UINT32,
155641                   /* subscript */
155642                   -1,
155643                   /* value */
155644                   0,
155645               };
155646               
155647               static const char*
155648               _CIM_Unimodem_NormalizedMeanSquaredError_qualifiers[] =
155649               {
155650                   0,
155651               };
155652 mike  1.1.2.1 
155653               static MetaProperty
155654               _CIM_Unimodem_NormalizedMeanSquaredError =
155655               {
155656                   /* flags */
155657                   META_FLAG_PROPERTY|META_FLAG_READ,
155658                   /* name */
155659                   "NormalizedMeanSquaredError",
155660                   /* qualifiers */
155661                   _CIM_Unimodem_NormalizedMeanSquaredError_qualifiers,
155662                   /* type */
155663                   CIMTYPE_UINT32,
155664                   /* subscript */
155665                   -1,
155666                   /* value */
155667                   0,
155668               };
155669               
155670               static const char*
155671               _CIM_Unimodem_TemporaryCarrierLossEventCount_qualifiers[] =
155672               {
155673 mike  1.1.2.1     /* Counter */
155674                   "\012\001",
155675                   0,
155676               };
155677               
155678               static MetaProperty
155679               _CIM_Unimodem_TemporaryCarrierLossEventCount =
155680               {
155681                   /* flags */
155682                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155683                   /* name */
155684                   "TemporaryCarrierLossEventCount",
155685                   /* qualifiers */
155686                   _CIM_Unimodem_TemporaryCarrierLossEventCount_qualifiers,
155687                   /* type */
155688                   CIMTYPE_UINT8,
155689                   /* subscript */
155690                   -1,
155691                   /* value */
155692                   0,
155693               };
155694 mike  1.1.2.1 
155695               static const char*
155696               _CIM_Unimodem_CarrierRenegotiationEventCount_qualifiers[] =
155697               {
155698                   /* Counter */
155699                   "\012\001",
155700                   0,
155701               };
155702               
155703               static MetaProperty
155704               _CIM_Unimodem_CarrierRenegotiationEventCount =
155705               {
155706                   /* flags */
155707                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155708                   /* name */
155709                   "CarrierRenegotiationEventCount",
155710                   /* qualifiers */
155711                   _CIM_Unimodem_CarrierRenegotiationEventCount_qualifiers,
155712                   /* type */
155713                   CIMTYPE_UINT8,
155714                   /* subscript */
155715 mike  1.1.2.1     -1,
155716                   /* value */
155717                   0,
155718               };
155719               
155720               static const char*
155721               _CIM_Unimodem_ErrorControlFrameSize_qualifiers[] =
155722               {
155723                   /* Units */
155724                   "\060Bytes",
155725                   0,
155726               };
155727               
155728               static MetaProperty
155729               _CIM_Unimodem_ErrorControlFrameSize =
155730               {
155731                   /* flags */
155732                   META_FLAG_PROPERTY|META_FLAG_READ,
155733                   /* name */
155734                   "ErrorControlFrameSize",
155735                   /* qualifiers */
155736 mike  1.1.2.1     _CIM_Unimodem_ErrorControlFrameSize_qualifiers,
155737                   /* type */
155738                   CIMTYPE_UINT16,
155739                   /* subscript */
155740                   -1,
155741                   /* value */
155742                   0,
155743               };
155744               
155745               static const char*
155746               _CIM_Unimodem_ErrorControlLinkTimeouts_qualifiers[] =
155747               {
155748                   /* Counter */
155749                   "\012\001",
155750                   0,
155751               };
155752               
155753               static MetaProperty
155754               _CIM_Unimodem_ErrorControlLinkTimeouts =
155755               {
155756                   /* flags */
155757 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155758                   /* name */
155759                   "ErrorControlLinkTimeouts",
155760                   /* qualifiers */
155761                   _CIM_Unimodem_ErrorControlLinkTimeouts_qualifiers,
155762                   /* type */
155763                   CIMTYPE_UINT8,
155764                   /* subscript */
155765                   -1,
155766                   /* value */
155767                   0,
155768               };
155769               
155770               static const char*
155771               _CIM_Unimodem_ErrorControlLinkNAKs_qualifiers[] =
155772               {
155773                   /* Counter */
155774                   "\012\001",
155775                   0,
155776               };
155777               
155778 mike  1.1.2.1 static MetaProperty
155779               _CIM_Unimodem_ErrorControlLinkNAKs =
155780               {
155781                   /* flags */
155782                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155783                   /* name */
155784                   "ErrorControlLinkNAKs",
155785                   /* qualifiers */
155786                   _CIM_Unimodem_ErrorControlLinkNAKs_qualifiers,
155787                   /* type */
155788                   CIMTYPE_UINT8,
155789                   /* subscript */
155790                   -1,
155791                   /* value */
155792                   0,
155793               };
155794               
155795               static const char*
155796               _CIM_Unimodem_TransmitFlowControl_qualifiers[] =
155797               {
155798                   /* ValueMap */
155799 mike  1.1.2.1     "\061\000\0040\0001\0002\0003\000",
155800                   /* Values */
155801                   "\062\000\004Unknown\000Off\000DC1/DC3\000V.24 ckt 106/133\000",
155802                   0,
155803               };
155804               
155805               static MetaProperty
155806               _CIM_Unimodem_TransmitFlowControl =
155807               {
155808                   /* flags */
155809                   META_FLAG_PROPERTY|META_FLAG_READ,
155810                   /* name */
155811                   "TransmitFlowControl",
155812                   /* qualifiers */
155813                   _CIM_Unimodem_TransmitFlowControl_qualifiers,
155814                   /* type */
155815                   CIMTYPE_UINT16,
155816                   /* subscript */
155817                   -1,
155818                   /* value */
155819                   0,
155820 mike  1.1.2.1 };
155821               
155822               static const char*
155823               _CIM_Unimodem_ReceiveFlowControl_qualifiers[] =
155824               {
155825                   /* ValueMap */
155826                   "\061\000\0040\0001\0002\0003\000",
155827                   /* Values */
155828                   "\062\000\004Unknown\000Off\000DC1/DC3\000V.24 ckt 106/133\000",
155829                   0,
155830               };
155831               
155832               static MetaProperty
155833               _CIM_Unimodem_ReceiveFlowControl =
155834               {
155835                   /* flags */
155836                   META_FLAG_PROPERTY|META_FLAG_READ,
155837                   /* name */
155838                   "ReceiveFlowControl",
155839                   /* qualifiers */
155840                   _CIM_Unimodem_ReceiveFlowControl_qualifiers,
155841 mike  1.1.2.1     /* type */
155842                   CIMTYPE_UINT16,
155843                   /* subscript */
155844                   -1,
155845                   /* value */
155846                   0,
155847               };
155848               
155849               static const char*
155850               _CIM_Unimodem_TransmitCharsSentFromDTE_qualifiers[] =
155851               {
155852                   /* Counter */
155853                   "\012\001",
155854                   0,
155855               };
155856               
155857               static MetaProperty
155858               _CIM_Unimodem_TransmitCharsSentFromDTE =
155859               {
155860                   /* flags */
155861                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155862 mike  1.1.2.1     /* name */
155863                   "TransmitCharsSentFromDTE",
155864                   /* qualifiers */
155865                   _CIM_Unimodem_TransmitCharsSentFromDTE_qualifiers,
155866                   /* type */
155867                   CIMTYPE_UINT64,
155868                   /* subscript */
155869                   -1,
155870                   /* value */
155871                   0,
155872               };
155873               
155874               static const char*
155875               _CIM_Unimodem_ReceiveCharsSentToDTE_qualifiers[] =
155876               {
155877                   /* Counter */
155878                   "\012\001",
155879                   0,
155880               };
155881               
155882               static MetaProperty
155883 mike  1.1.2.1 _CIM_Unimodem_ReceiveCharsSentToDTE =
155884               {
155885                   /* flags */
155886                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155887                   /* name */
155888                   "ReceiveCharsSentToDTE",
155889                   /* qualifiers */
155890                   _CIM_Unimodem_ReceiveCharsSentToDTE_qualifiers,
155891                   /* type */
155892                   CIMTYPE_UINT64,
155893                   /* subscript */
155894                   -1,
155895                   /* value */
155896                   0,
155897               };
155898               
155899               static const char*
155900               _CIM_Unimodem_TransmitCharsLost_qualifiers[] =
155901               {
155902                   /* Counter */
155903                   "\012\001",
155904 mike  1.1.2.1     0,
155905               };
155906               
155907               static MetaProperty
155908               _CIM_Unimodem_TransmitCharsLost =
155909               {
155910                   /* flags */
155911                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155912                   /* name */
155913                   "TransmitCharsLost",
155914                   /* qualifiers */
155915                   _CIM_Unimodem_TransmitCharsLost_qualifiers,
155916                   /* type */
155917                   CIMTYPE_UINT64,
155918                   /* subscript */
155919                   -1,
155920                   /* value */
155921                   0,
155922               };
155923               
155924               static const char*
155925 mike  1.1.2.1 _CIM_Unimodem_ReceiveCharsLost_qualifiers[] =
155926               {
155927                   /* Counter */
155928                   "\012\001",
155929                   0,
155930               };
155931               
155932               static MetaProperty
155933               _CIM_Unimodem_ReceiveCharsLost =
155934               {
155935                   /* flags */
155936                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155937                   /* name */
155938                   "ReceiveCharsLost",
155939                   /* qualifiers */
155940                   _CIM_Unimodem_ReceiveCharsLost_qualifiers,
155941                   /* type */
155942                   CIMTYPE_UINT64,
155943                   /* subscript */
155944                   -1,
155945                   /* value */
155946 mike  1.1.2.1     0,
155947               };
155948               
155949               static const char*
155950               _CIM_Unimodem_TransmitIFrameCount_qualifiers[] =
155951               {
155952                   /* Counter */
155953                   "\012\001",
155954                   0,
155955               };
155956               
155957               static MetaProperty
155958               _CIM_Unimodem_TransmitIFrameCount =
155959               {
155960                   /* flags */
155961                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155962                   /* name */
155963                   "TransmitIFrameCount",
155964                   /* qualifiers */
155965                   _CIM_Unimodem_TransmitIFrameCount_qualifiers,
155966                   /* type */
155967 mike  1.1.2.1     CIMTYPE_UINT64,
155968                   /* subscript */
155969                   -1,
155970                   /* value */
155971                   0,
155972               };
155973               
155974               static const char*
155975               _CIM_Unimodem_ReceiveIFrameCount_qualifiers[] =
155976               {
155977                   /* Counter */
155978                   "\012\001",
155979                   0,
155980               };
155981               
155982               static MetaProperty
155983               _CIM_Unimodem_ReceiveIFrameCount =
155984               {
155985                   /* flags */
155986                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
155987                   /* name */
155988 mike  1.1.2.1     "ReceiveIFrameCount",
155989                   /* qualifiers */
155990                   _CIM_Unimodem_ReceiveIFrameCount_qualifiers,
155991                   /* type */
155992                   CIMTYPE_UINT64,
155993                   /* subscript */
155994                   -1,
155995                   /* value */
155996                   0,
155997               };
155998               
155999               static const char*
156000               _CIM_Unimodem_TransmitIFrameErrorCount_qualifiers[] =
156001               {
156002                   /* Counter */
156003                   "\012\001",
156004                   0,
156005               };
156006               
156007               static MetaProperty
156008               _CIM_Unimodem_TransmitIFrameErrorCount =
156009 mike  1.1.2.1 {
156010                   /* flags */
156011                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
156012                   /* name */
156013                   "TransmitIFrameErrorCount",
156014                   /* qualifiers */
156015                   _CIM_Unimodem_TransmitIFrameErrorCount_qualifiers,
156016                   /* type */
156017                   CIMTYPE_UINT64,
156018                   /* subscript */
156019                   -1,
156020                   /* value */
156021                   0,
156022               };
156023               
156024               static const char*
156025               _CIM_Unimodem_ReceivedIFrameErrorCount_qualifiers[] =
156026               {
156027                   /* Counter */
156028                   "\012\001",
156029                   0,
156030 mike  1.1.2.1 };
156031               
156032               static MetaProperty
156033               _CIM_Unimodem_ReceivedIFrameErrorCount =
156034               {
156035                   /* flags */
156036                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
156037                   /* name */
156038                   "ReceivedIFrameErrorCount",
156039                   /* qualifiers */
156040                   _CIM_Unimodem_ReceivedIFrameErrorCount_qualifiers,
156041                   /* type */
156042                   CIMTYPE_UINT64,
156043                   /* subscript */
156044                   -1,
156045                   /* value */
156046                   0,
156047               };
156048               
156049               static const char*
156050               _CIM_Unimodem_CallWaitingEventCount_qualifiers[] =
156051 mike  1.1.2.1 {
156052                   /* Counter */
156053                   "\012\001",
156054                   0,
156055               };
156056               
156057               static MetaProperty
156058               _CIM_Unimodem_CallWaitingEventCount =
156059               {
156060                   /* flags */
156061                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
156062                   /* name */
156063                   "CallWaitingEventCount",
156064                   /* qualifiers */
156065                   _CIM_Unimodem_CallWaitingEventCount_qualifiers,
156066                   /* type */
156067                   CIMTYPE_UINT8,
156068                   /* subscript */
156069                   -1,
156070                   /* value */
156071                   0,
156072 mike  1.1.2.1 };
156073               
156074               static MetaFeature*
156075               _CIM_Unimodem_features[] =
156076               {
156077                   (MetaFeature*)&_CIM_Unimodem_CallSetupResultCode,
156078                   (MetaFeature*)&_CIM_Unimodem_MultiMediaMode,
156079                   (MetaFeature*)&_CIM_Unimodem_DTEDCEInterfaceMode,
156080                   (MetaFeature*)&_CIM_Unimodem_TransmitCarrierNegotiation,
156081                   (MetaFeature*)&_CIM_Unimodem_ReceiveCarrierNegotiation,
156082                   (MetaFeature*)&_CIM_Unimodem_InitialTransmitCarrierDataRate,
156083                   (MetaFeature*)&_CIM_Unimodem_InitialReceiveCarrierDataRate,
156084                   (MetaFeature*)&_CIM_Unimodem_CarrierRetrainsRequested,
156085                   (MetaFeature*)&_CIM_Unimodem_CarrierRetrainsGranted,
156086                   (MetaFeature*)&_CIM_Unimodem_FinalTransmitCarrierDataRate,
156087                   (MetaFeature*)&_CIM_Unimodem_FinalReceiveCarrierDataRate,
156088                   (MetaFeature*)&_CIM_Unimodem_TerminationCause,
156089                   (MetaFeature*)&_CIM_Unimodem_UnimodemRevision,
156090                   (MetaFeature*)&_CIM_Unimodem_EstimatedNoiseLevel,
156091                   (MetaFeature*)&_CIM_Unimodem_NormalizedMeanSquaredError,
156092                   (MetaFeature*)&_CIM_Unimodem_TemporaryCarrierLossEventCount,
156093 mike  1.1.2.1     (MetaFeature*)&_CIM_Unimodem_CarrierRenegotiationEventCount,
156094                   (MetaFeature*)&_CIM_Unimodem_ErrorControlFrameSize,
156095                   (MetaFeature*)&_CIM_Unimodem_ErrorControlLinkTimeouts,
156096                   (MetaFeature*)&_CIM_Unimodem_ErrorControlLinkNAKs,
156097                   (MetaFeature*)&_CIM_Unimodem_TransmitFlowControl,
156098                   (MetaFeature*)&_CIM_Unimodem_ReceiveFlowControl,
156099                   (MetaFeature*)&_CIM_Unimodem_TransmitCharsSentFromDTE,
156100                   (MetaFeature*)&_CIM_Unimodem_ReceiveCharsSentToDTE,
156101                   (MetaFeature*)&_CIM_Unimodem_TransmitCharsLost,
156102                   (MetaFeature*)&_CIM_Unimodem_ReceiveCharsLost,
156103                   (MetaFeature*)&_CIM_Unimodem_TransmitIFrameCount,
156104                   (MetaFeature*)&_CIM_Unimodem_ReceiveIFrameCount,
156105                   (MetaFeature*)&_CIM_Unimodem_TransmitIFrameErrorCount,
156106                   (MetaFeature*)&_CIM_Unimodem_ReceivedIFrameErrorCount,
156107                   (MetaFeature*)&_CIM_Unimodem_CallWaitingEventCount,
156108                   0,
156109               };
156110               
156111               static const char*
156112               __root_cimv2_CIM_Unimodem_qualifiers[] =
156113               {
156114 mike  1.1.2.1     /* UMLPackagePath */
156115                   "\057CIM::Device::Modems",
156116                   /* Version */
156117                   "\0632.10.0",
156118                   0,
156119               };
156120               
156121               MetaClass
156122               __root_cimv2_CIM_Unimodem =
156123               {
156124                   /* flags */
156125                   META_FLAG_CLASS,
156126                   /* name */
156127                   "CIM_Unimodem",
156128                   /* qualifiers */
156129                   __root_cimv2_CIM_Unimodem_qualifiers,
156130                   /* super */
156131                   &__root_cimv2_CIM_POTSModem,
156132                   /* features */
156133                   _CIM_Unimodem_features,
156134               };
156135 mike  1.1.2.1 
156136               //==============================================================================
156137               //
156138               // Class: CIM_UnitaryComputerSystem
156139               //
156140               //==============================================================================
156141               
156142               static const char*
156143               _CIM_UnitaryComputerSystem_InitialLoadInfo_qualifiers[] =
156144               {
156145                   0,
156146               };
156147               
156148               static MetaProperty
156149               _CIM_UnitaryComputerSystem_InitialLoadInfo =
156150               {
156151                   /* flags */
156152                   META_FLAG_PROPERTY|META_FLAG_READ,
156153                   /* name */
156154                   "InitialLoadInfo",
156155                   /* qualifiers */
156156 mike  1.1.2.1     _CIM_UnitaryComputerSystem_InitialLoadInfo_qualifiers,
156157                   /* type */
156158                   CIMTYPE_STRING,
156159                   /* subscript */
156160                   0,
156161                   /* value */
156162                   0,
156163               };
156164               
156165               static const char*
156166               _CIM_UnitaryComputerSystem_LastLoadInfo_qualifiers[] =
156167               {
156168                   /* MappingStrings */
156169                   "\026\000\003MIB.IETF|HOST-RESOURCES-MIB.hrSystemInitialLoadDevice\000MIB.IETF|HOST-RESOURCES-MIB.hrSystemInitialLoadParameters\000MIF.DMTF|Host System|001.3\000",
156170                   0,
156171               };
156172               
156173               static MetaProperty
156174               _CIM_UnitaryComputerSystem_LastLoadInfo =
156175               {
156176                   /* flags */
156177 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
156178                   /* name */
156179                   "LastLoadInfo",
156180                   /* qualifiers */
156181                   _CIM_UnitaryComputerSystem_LastLoadInfo_qualifiers,
156182                   /* type */
156183                   CIMTYPE_STRING,
156184                   /* subscript */
156185                   -1,
156186                   /* value */
156187                   0,
156188               };
156189               
156190               static const char*
156191               _CIM_UnitaryComputerSystem_PowerManagementSupported_qualifiers[] =
156192               {
156193                   /* Deprecated */
156194                   "\013\000\001CIM_PowerManagementCapabilities\000",
156195                   0,
156196               };
156197               
156198 mike  1.1.2.1 static MetaProperty
156199               _CIM_UnitaryComputerSystem_PowerManagementSupported =
156200               {
156201                   /* flags */
156202                   META_FLAG_PROPERTY|META_FLAG_READ,
156203                   /* name */
156204                   "PowerManagementSupported",
156205                   /* qualifiers */
156206                   _CIM_UnitaryComputerSystem_PowerManagementSupported_qualifiers,
156207                   /* type */
156208                   CIMTYPE_BOOLEAN,
156209                   /* subscript */
156210                   -1,
156211                   /* value */
156212                   0,
156213               };
156214               
156215               static const char*
156216               _CIM_UnitaryComputerSystem_PowerState_qualifiers[] =
156217               {
156218                   /* ValueMap */
156219 mike  1.1.2.1     "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\0009\000",
156220                   /* Values */
156221                   "\062\000\012Unknown\000Full Power\000Power Save - Low Power Mode\000Power Save - Standby\000Power Save - Unknown\000Power Cycle\000Power Off\000Power Save - Warning\000Power Save - Hibernate\000Power Save - Soft Off\000",
156222                   0,
156223               };
156224               
156225               static MetaProperty
156226               _CIM_UnitaryComputerSystem_PowerState =
156227               {
156228                   /* flags */
156229                   META_FLAG_PROPERTY|META_FLAG_READ,
156230                   /* name */
156231                   "PowerState",
156232                   /* qualifiers */
156233                   _CIM_UnitaryComputerSystem_PowerState_qualifiers,
156234                   /* type */
156235                   CIMTYPE_UINT16,
156236                   /* subscript */
156237                   -1,
156238                   /* value */
156239                   0,
156240 mike  1.1.2.1 };
156241               
156242               static const char*
156243               _CIM_UnitaryComputerSystem_WakeUpType_qualifiers[] =
156244               {
156245                   /* ValueMap */
156246                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
156247                   /* Values */
156248                   "\062\000\011Reserved\000Other\000Unknown\000APM Timer\000Modem Ring\000LAN Remote\000Power Switch\000PCI PME#\000A/C Power Restored\000",
156249                   0,
156250               };
156251               
156252               static MetaProperty
156253               _CIM_UnitaryComputerSystem_WakeUpType =
156254               {
156255                   /* flags */
156256                   META_FLAG_PROPERTY|META_FLAG_READ,
156257                   /* name */
156258                   "WakeUpType",
156259                   /* qualifiers */
156260                   _CIM_UnitaryComputerSystem_WakeUpType_qualifiers,
156261 mike  1.1.2.1     /* type */
156262                   CIMTYPE_UINT16,
156263                   /* subscript */
156264                   -1,
156265                   /* value */
156266                   0,
156267               };
156268               
156269               static MetaFeature*
156270               _CIM_UnitaryComputerSystem_features[] =
156271               {
156272                   (MetaFeature*)&_CIM_UnitaryComputerSystem_InitialLoadInfo,
156273                   (MetaFeature*)&_CIM_UnitaryComputerSystem_LastLoadInfo,
156274                   (MetaFeature*)&_CIM_UnitaryComputerSystem_PowerManagementSupported,
156275                   (MetaFeature*)&_CIM_UnitaryComputerSystem_PowerState,
156276                   (MetaFeature*)&_CIM_UnitaryComputerSystem_WakeUpType,
156277                   0,
156278               };
156279               
156280               static const char*
156281               __root_cimv2_CIM_UnitaryComputerSystem_qualifiers[] =
156282 mike  1.1.2.1 {
156283                   /* UMLPackagePath */
156284                   "\057CIM::System::SystemElements",
156285                   /* Version */
156286                   "\0632.8.0",
156287                   0,
156288               };
156289               
156290               MetaClass
156291               __root_cimv2_CIM_UnitaryComputerSystem =
156292               {
156293                   /* flags */
156294                   META_FLAG_CLASS,
156295                   /* name */
156296                   "CIM_UnitaryComputerSystem",
156297                   /* qualifiers */
156298                   __root_cimv2_CIM_UnitaryComputerSystem_qualifiers,
156299                   /* super */
156300                   &__root_cimv2_CIM_ComputerSystem,
156301                   /* features */
156302                   _CIM_UnitaryComputerSystem_features,
156303 mike  1.1.2.1 };
156304               
156305               //==============================================================================
156306               //
156307               // Class: CIM_USBConnection
156308               //
156309               //==============================================================================
156310               
156311               static const char*
156312               _CIM_USBConnection_Antecedent_qualifiers[] =
156313               {
156314                   /* Override */
156315                   "\044Antecedent",
156316                   /* Max */
156317                   "\027\000\000\000\001",
156318                   0,
156319               };
156320               
156321               static MetaReference
156322               _CIM_USBConnection_Antecedent =
156323               {
156324 mike  1.1.2.1     /* flags */
156325                   META_FLAG_REFERENCE|META_FLAG_READ,
156326                   /* name */
156327                   "Antecedent",
156328                   /* qualifiers */
156329                   _CIM_USBConnection_Antecedent_qualifiers,
156330                   /* subscript */
156331                   -1,
156332                   /* refId */
156333                   &__root_cimv2_CIM_USBPort,
156334               };
156335               
156336               static const char*
156337               _CIM_USBConnection_Dependent_qualifiers[] =
156338               {
156339                   /* Override */
156340                   "\044Dependent",
156341                   /* Max */
156342                   "\027\000\000\000\001",
156343                   0,
156344               };
156345 mike  1.1.2.1 
156346               static MetaReference
156347               _CIM_USBConnection_Dependent =
156348               {
156349                   /* flags */
156350                   META_FLAG_REFERENCE|META_FLAG_READ,
156351                   /* name */
156352                   "Dependent",
156353                   /* qualifiers */
156354                   _CIM_USBConnection_Dependent_qualifiers,
156355                   /* subscript */
156356                   -1,
156357                   /* refId */
156358                   &__root_cimv2_CIM_USBDevice,
156359               };
156360               
156361               static MetaFeature*
156362               _CIM_USBConnection_features[] =
156363               {
156364                   (MetaFeature*)&_CIM_USBConnection_Antecedent,
156365                   (MetaFeature*)&_CIM_USBConnection_Dependent,
156366 mike  1.1.2.1     0,
156367               };
156368               
156369               static const char*
156370               __root_cimv2_CIM_USBConnection_qualifiers[] =
156371               {
156372                   /* ASSOCIATION */
156373                   "\000\001",
156374                   /* UMLPackagePath */
156375                   "\057CIM::Device::USB",
156376                   /* Version */
156377                   "\0632.6.0",
156378                   0,
156379               };
156380               
156381               MetaClass
156382               __root_cimv2_CIM_USBConnection =
156383               {
156384                   /* flags */
156385                   META_FLAG_ASSOCIATION,
156386                   /* name */
156387 mike  1.1.2.1     "CIM_USBConnection",
156388                   /* qualifiers */
156389                   __root_cimv2_CIM_USBConnection_qualifiers,
156390                   /* super */
156391                   &__root_cimv2_CIM_DeviceConnection,
156392                   /* features */
156393                   _CIM_USBConnection_features,
156394               };
156395               
156396               //==============================================================================
156397               //
156398               // Class: CIM_USBController
156399               //
156400               //==============================================================================
156401               
156402               static const char*
156403               _CIM_USBController_USBVersion_qualifiers[] =
156404               {
156405                   0,
156406               };
156407               
156408 mike  1.1.2.1 static MetaProperty
156409               _CIM_USBController_USBVersion =
156410               {
156411                   /* flags */
156412                   META_FLAG_PROPERTY|META_FLAG_READ,
156413                   /* name */
156414                   "USBVersion",
156415                   /* qualifiers */
156416                   _CIM_USBController_USBVersion_qualifiers,
156417                   /* type */
156418                   CIMTYPE_UINT16,
156419                   /* subscript */
156420                   -1,
156421                   /* value */
156422                   0,
156423               };
156424               
156425               static const char*
156426               _CIM_USBController_InterfaceType_qualifiers[] =
156427               {
156428                   /* ValueMap */
156429 mike  1.1.2.1     "\061\000\0040\0001\0002\0003\000",
156430                   /* Values */
156431                   "\062\000\004Unknown\000Other\000UHCI\000OHCI\000",
156432                   /* ModelCorrespondence */
156433                   "\036\000\001CIM_USBController.ControllerVersion\000",
156434                   0,
156435               };
156436               
156437               static MetaProperty
156438               _CIM_USBController_InterfaceType =
156439               {
156440                   /* flags */
156441                   META_FLAG_PROPERTY|META_FLAG_READ,
156442                   /* name */
156443                   "InterfaceType",
156444                   /* qualifiers */
156445                   _CIM_USBController_InterfaceType_qualifiers,
156446                   /* type */
156447                   CIMTYPE_UINT16,
156448                   /* subscript */
156449                   -1,
156450 mike  1.1.2.1     /* value */
156451                   0,
156452               };
156453               
156454               static const char*
156455               _CIM_USBController_ControllerVersion_qualifiers[] =
156456               {
156457                   /* ModelCorrespondence */
156458                   "\036\000\001CIM_USBController.InterfaceType\000",
156459                   0,
156460               };
156461               
156462               static MetaProperty
156463               _CIM_USBController_ControllerVersion =
156464               {
156465                   /* flags */
156466                   META_FLAG_PROPERTY|META_FLAG_READ,
156467                   /* name */
156468                   "ControllerVersion",
156469                   /* qualifiers */
156470                   _CIM_USBController_ControllerVersion_qualifiers,
156471 mike  1.1.2.1     /* type */
156472                   CIMTYPE_UINT16,
156473                   /* subscript */
156474                   -1,
156475                   /* value */
156476                   0,
156477               };
156478               
156479               static MetaFeature*
156480               _CIM_USBController_features[] =
156481               {
156482                   (MetaFeature*)&_CIM_USBController_USBVersion,
156483                   (MetaFeature*)&_CIM_USBController_InterfaceType,
156484                   (MetaFeature*)&_CIM_USBController_ControllerVersion,
156485                   0,
156486               };
156487               
156488               static const char*
156489               __root_cimv2_CIM_USBController_qualifiers[] =
156490               {
156491                   /* UMLPackagePath */
156492 mike  1.1.2.1     "\057CIM::Device::Controller",
156493                   /* Version */
156494                   "\0632.10.0",
156495                   0,
156496               };
156497               
156498               MetaClass
156499               __root_cimv2_CIM_USBController =
156500               {
156501                   /* flags */
156502                   META_FLAG_CLASS,
156503                   /* name */
156504                   "CIM_USBController",
156505                   /* qualifiers */
156506                   __root_cimv2_CIM_USBController_qualifiers,
156507                   /* super */
156508                   &__root_cimv2_CIM_Controller,
156509                   /* features */
156510                   _CIM_USBController_features,
156511               };
156512               
156513 mike  1.1.2.1 //==============================================================================
156514               //
156515               // Class: CIM_VDSLModem
156516               //
156517               //==============================================================================
156518               
156519               static MetaFeature*
156520               _CIM_VDSLModem_features[] =
156521               {
156522                   0,
156523               };
156524               
156525               static const char*
156526               __root_cimv2_CIM_VDSLModem_qualifiers[] =
156527               {
156528                   /* UMLPackagePath */
156529                   "\057CIM::Device::Modems",
156530                   /* Version */
156531                   "\0632.6.0",
156532                   0,
156533               };
156534 mike  1.1.2.1 
156535               MetaClass
156536               __root_cimv2_CIM_VDSLModem =
156537               {
156538                   /* flags */
156539                   META_FLAG_CLASS,
156540                   /* name */
156541                   "CIM_VDSLModem",
156542                   /* qualifiers */
156543                   __root_cimv2_CIM_VDSLModem_qualifiers,
156544                   /* super */
156545                   &__root_cimv2_CIM_DSLModem,
156546                   /* features */
156547                   _CIM_VDSLModem_features,
156548               };
156549               
156550               //==============================================================================
156551               //
156552               // Class: CIM_VideoController
156553               //
156554               //==============================================================================
156555 mike  1.1.2.1 
156556               static const char*
156557               _CIM_VideoController_Description_qualifiers[] =
156558               {
156559                   /* Override */
156560                   "\044Description",
156561                   /* MappingStrings */
156562                   "\026\000\001MIF.DMTF|Video|004.18\000",
156563                   0,
156564               };
156565               
156566               static MetaProperty
156567               _CIM_VideoController_Description =
156568               {
156569                   /* flags */
156570                   META_FLAG_PROPERTY|META_FLAG_READ,
156571                   /* name */
156572                   "Description",
156573                   /* qualifiers */
156574                   _CIM_VideoController_Description_qualifiers,
156575                   /* type */
156576 mike  1.1.2.1     CIMTYPE_STRING,
156577                   /* subscript */
156578                   -1,
156579                   /* value */
156580                   0,
156581               };
156582               
156583               static const char*
156584               _CIM_VideoController_VideoProcessor_qualifiers[] =
156585               {
156586                   0,
156587               };
156588               
156589               static MetaProperty
156590               _CIM_VideoController_VideoProcessor =
156591               {
156592                   /* flags */
156593                   META_FLAG_PROPERTY|META_FLAG_READ,
156594                   /* name */
156595                   "VideoProcessor",
156596                   /* qualifiers */
156597 mike  1.1.2.1     _CIM_VideoController_VideoProcessor_qualifiers,
156598                   /* type */
156599                   CIMTYPE_STRING,
156600                   /* subscript */
156601                   -1,
156602                   /* value */
156603                   0,
156604               };
156605               
156606               static const char*
156607               _CIM_VideoController_VideoMemoryType_qualifiers[] =
156608               {
156609                   /* ValueMap */
156610                   "\061\000\0151\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\000",
156611                   /* Values */
156612                   "\062\000\015Other\000Unknown\000VRAM\000DRAM\000SRAM\000WRAM\000EDO RAM\000Burst Synchronous DRAM\000Pipelined Burst SRAM\000CDRAM\0003DRAM\000SDRAM\000SGRAM\000",
156613                   /* MappingStrings */
156614                   "\026\000\001MIF.DMTF|Video|004.6\000",
156615                   0,
156616               };
156617               
156618 mike  1.1.2.1 static MetaProperty
156619               _CIM_VideoController_VideoMemoryType =
156620               {
156621                   /* flags */
156622                   META_FLAG_PROPERTY|META_FLAG_READ,
156623                   /* name */
156624                   "VideoMemoryType",
156625                   /* qualifiers */
156626                   _CIM_VideoController_VideoMemoryType_qualifiers,
156627                   /* type */
156628                   CIMTYPE_UINT16,
156629                   /* subscript */
156630                   -1,
156631                   /* value */
156632                   0,
156633               };
156634               
156635               static const char*
156636               _CIM_VideoController_NumberOfVideoPages_qualifiers[] =
156637               {
156638                   0,
156639 mike  1.1.2.1 };
156640               
156641               static MetaProperty
156642               _CIM_VideoController_NumberOfVideoPages =
156643               {
156644                   /* flags */
156645                   META_FLAG_PROPERTY|META_FLAG_READ,
156646                   /* name */
156647                   "NumberOfVideoPages",
156648                   /* qualifiers */
156649                   _CIM_VideoController_NumberOfVideoPages_qualifiers,
156650                   /* type */
156651                   CIMTYPE_UINT32,
156652                   /* subscript */
156653                   -1,
156654                   /* value */
156655                   0,
156656               };
156657               
156658               static const char*
156659               _CIM_VideoController_MaxMemorySupported_qualifiers[] =
156660 mike  1.1.2.1 {
156661                   /* Units */
156662                   "\060Bytes",
156663                   0,
156664               };
156665               
156666               static MetaProperty
156667               _CIM_VideoController_MaxMemorySupported =
156668               {
156669                   /* flags */
156670                   META_FLAG_PROPERTY|META_FLAG_READ,
156671                   /* name */
156672                   "MaxMemorySupported",
156673                   /* qualifiers */
156674                   _CIM_VideoController_MaxMemorySupported_qualifiers,
156675                   /* type */
156676                   CIMTYPE_UINT32,
156677                   /* subscript */
156678                   -1,
156679                   /* value */
156680                   0,
156681 mike  1.1.2.1 };
156682               
156683               static const char*
156684               _CIM_VideoController_AcceleratorCapabilities_qualifiers[] =
156685               {
156686                   /* ValueMap */
156687                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
156688                   /* Values */
156689                   "\062\000\011Unknown\000Other\000Graphics Accelerator\0003D Accelerator\000PCI Fast Write\000MultiMonitor Support\000PCI Mastering\000Second Monochrome Adapter Support\000Large Memory Address Support\000",
156690                   /* ArrayType */
156691                   "\005Indexed",
156692                   /* ModelCorrespondence */
156693                   "\036\000\001CIM_VideoController.CapabilityDescriptions\000",
156694                   0,
156695               };
156696               
156697               static MetaProperty
156698               _CIM_VideoController_AcceleratorCapabilities =
156699               {
156700                   /* flags */
156701                   META_FLAG_PROPERTY|META_FLAG_READ,
156702 mike  1.1.2.1     /* name */
156703                   "AcceleratorCapabilities",
156704                   /* qualifiers */
156705                   _CIM_VideoController_AcceleratorCapabilities_qualifiers,
156706                   /* type */
156707                   CIMTYPE_UINT16,
156708                   /* subscript */
156709                   0,
156710                   /* value */
156711                   0,
156712               };
156713               
156714               static const char*
156715               _CIM_VideoController_CapabilityDescriptions_qualifiers[] =
156716               {
156717                   /* ArrayType */
156718                   "\005Indexed",
156719                   /* ModelCorrespondence */
156720                   "\036\000\001CIM_VideoController.AcceleratorCapabilities\000",
156721                   0,
156722               };
156723 mike  1.1.2.1 
156724               static MetaProperty
156725               _CIM_VideoController_CapabilityDescriptions =
156726               {
156727                   /* flags */
156728                   META_FLAG_PROPERTY|META_FLAG_READ,
156729                   /* name */
156730                   "CapabilityDescriptions",
156731                   /* qualifiers */
156732                   _CIM_VideoController_CapabilityDescriptions_qualifiers,
156733                   /* type */
156734                   CIMTYPE_STRING,
156735                   /* subscript */
156736                   0,
156737                   /* value */
156738                   0,
156739               };
156740               
156741               static const char*
156742               _CIM_VideoController_CurrentBitsPerPixel_qualifiers[] =
156743               {
156744 mike  1.1.2.1     /* Units */
156745                   "\060Bits",
156746                   /* MappingStrings */
156747                   "\026\000\001MIF.DMTF|Video|004.12\000",
156748                   0,
156749               };
156750               
156751               static MetaProperty
156752               _CIM_VideoController_CurrentBitsPerPixel =
156753               {
156754                   /* flags */
156755                   META_FLAG_PROPERTY|META_FLAG_READ,
156756                   /* name */
156757                   "CurrentBitsPerPixel",
156758                   /* qualifiers */
156759                   _CIM_VideoController_CurrentBitsPerPixel_qualifiers,
156760                   /* type */
156761                   CIMTYPE_UINT32,
156762                   /* subscript */
156763                   -1,
156764                   /* value */
156765 mike  1.1.2.1     0,
156766               };
156767               
156768               static const char*
156769               _CIM_VideoController_CurrentHorizontalResolution_qualifiers[] =
156770               {
156771                   /* Units */
156772                   "\060Pixels",
156773                   /* MappingStrings */
156774                   "\026\000\001MIF.DMTF|Video|004.11\000",
156775                   0,
156776               };
156777               
156778               static MetaProperty
156779               _CIM_VideoController_CurrentHorizontalResolution =
156780               {
156781                   /* flags */
156782                   META_FLAG_PROPERTY|META_FLAG_READ,
156783                   /* name */
156784                   "CurrentHorizontalResolution",
156785                   /* qualifiers */
156786 mike  1.1.2.1     _CIM_VideoController_CurrentHorizontalResolution_qualifiers,
156787                   /* type */
156788                   CIMTYPE_UINT32,
156789                   /* subscript */
156790                   -1,
156791                   /* value */
156792                   0,
156793               };
156794               
156795               static const char*
156796               _CIM_VideoController_CurrentVerticalResolution_qualifiers[] =
156797               {
156798                   /* Units */
156799                   "\060Pixels",
156800                   /* MappingStrings */
156801                   "\026\000\001MIF.DMTF|Video|004.10\000",
156802                   0,
156803               };
156804               
156805               static MetaProperty
156806               _CIM_VideoController_CurrentVerticalResolution =
156807 mike  1.1.2.1 {
156808                   /* flags */
156809                   META_FLAG_PROPERTY|META_FLAG_READ,
156810                   /* name */
156811                   "CurrentVerticalResolution",
156812                   /* qualifiers */
156813                   _CIM_VideoController_CurrentVerticalResolution_qualifiers,
156814                   /* type */
156815                   CIMTYPE_UINT32,
156816                   /* subscript */
156817                   -1,
156818                   /* value */
156819                   0,
156820               };
156821               
156822               static const char*
156823               _CIM_VideoController_MaxRefreshRate_qualifiers[] =
156824               {
156825                   /* Units */
156826                   "\060Hertz",
156827                   /* MappingStrings */
156828 mike  1.1.2.1     "\026\000\001MIF.DMTF|Video|004.5\000",
156829                   0,
156830               };
156831               
156832               static MetaProperty
156833               _CIM_VideoController_MaxRefreshRate =
156834               {
156835                   /* flags */
156836                   META_FLAG_PROPERTY|META_FLAG_READ,
156837                   /* name */
156838                   "MaxRefreshRate",
156839                   /* qualifiers */
156840                   _CIM_VideoController_MaxRefreshRate_qualifiers,
156841                   /* type */
156842                   CIMTYPE_UINT32,
156843                   /* subscript */
156844                   -1,
156845                   /* value */
156846                   0,
156847               };
156848               
156849 mike  1.1.2.1 static const char*
156850               _CIM_VideoController_MinRefreshRate_qualifiers[] =
156851               {
156852                   /* Units */
156853                   "\060Hertz",
156854                   /* MappingStrings */
156855                   "\026\000\001MIF.DMTF|Video|004.4\000",
156856                   0,
156857               };
156858               
156859               static MetaProperty
156860               _CIM_VideoController_MinRefreshRate =
156861               {
156862                   /* flags */
156863                   META_FLAG_PROPERTY|META_FLAG_READ,
156864                   /* name */
156865                   "MinRefreshRate",
156866                   /* qualifiers */
156867                   _CIM_VideoController_MinRefreshRate_qualifiers,
156868                   /* type */
156869                   CIMTYPE_UINT32,
156870 mike  1.1.2.1     /* subscript */
156871                   -1,
156872                   /* value */
156873                   0,
156874               };
156875               
156876               static const char*
156877               _CIM_VideoController_CurrentRefreshRate_qualifiers[] =
156878               {
156879                   /* Units */
156880                   "\060Hertz",
156881                   /* MappingStrings */
156882                   "\026\000\001MIF.DMTF|Video|004.15\000",
156883                   0,
156884               };
156885               
156886               static MetaProperty
156887               _CIM_VideoController_CurrentRefreshRate =
156888               {
156889                   /* flags */
156890                   META_FLAG_PROPERTY|META_FLAG_READ,
156891 mike  1.1.2.1     /* name */
156892                   "CurrentRefreshRate",
156893                   /* qualifiers */
156894                   _CIM_VideoController_CurrentRefreshRate_qualifiers,
156895                   /* type */
156896                   CIMTYPE_UINT32,
156897                   /* subscript */
156898                   -1,
156899                   /* value */
156900                   0,
156901               };
156902               
156903               static const char*
156904               _CIM_VideoController_CurrentScanMode_qualifiers[] =
156905               {
156906                   /* ValueMap */
156907                   "\061\000\0041\0002\0003\0004\000",
156908                   /* Values */
156909                   "\062\000\004Other\000Unknown\000Interlaced\000Non Interlaced\000",
156910                   /* MappingStrings */
156911                   "\026\000\001MIF.DMTF|Video|004.8\000",
156912 mike  1.1.2.1     0,
156913               };
156914               
156915               static MetaProperty
156916               _CIM_VideoController_CurrentScanMode =
156917               {
156918                   /* flags */
156919                   META_FLAG_PROPERTY|META_FLAG_READ,
156920                   /* name */
156921                   "CurrentScanMode",
156922                   /* qualifiers */
156923                   _CIM_VideoController_CurrentScanMode_qualifiers,
156924                   /* type */
156925                   CIMTYPE_UINT16,
156926                   /* subscript */
156927                   -1,
156928                   /* value */
156929                   0,
156930               };
156931               
156932               static const char*
156933 mike  1.1.2.1 _CIM_VideoController_CurrentNumberOfRows_qualifiers[] =
156934               {
156935                   /* MappingStrings */
156936                   "\026\000\001MIF.DMTF|Video|004.13\000",
156937                   0,
156938               };
156939               
156940               static MetaProperty
156941               _CIM_VideoController_CurrentNumberOfRows =
156942               {
156943                   /* flags */
156944                   META_FLAG_PROPERTY|META_FLAG_READ,
156945                   /* name */
156946                   "CurrentNumberOfRows",
156947                   /* qualifiers */
156948                   _CIM_VideoController_CurrentNumberOfRows_qualifiers,
156949                   /* type */
156950                   CIMTYPE_UINT32,
156951                   /* subscript */
156952                   -1,
156953                   /* value */
156954 mike  1.1.2.1     0,
156955               };
156956               
156957               static const char*
156958               _CIM_VideoController_CurrentNumberOfColumns_qualifiers[] =
156959               {
156960                   /* MappingStrings */
156961                   "\026\000\001MIF.DMTF|Video|004.14\000",
156962                   0,
156963               };
156964               
156965               static MetaProperty
156966               _CIM_VideoController_CurrentNumberOfColumns =
156967               {
156968                   /* flags */
156969                   META_FLAG_PROPERTY|META_FLAG_READ,
156970                   /* name */
156971                   "CurrentNumberOfColumns",
156972                   /* qualifiers */
156973                   _CIM_VideoController_CurrentNumberOfColumns_qualifiers,
156974                   /* type */
156975 mike  1.1.2.1     CIMTYPE_UINT32,
156976                   /* subscript */
156977                   -1,
156978                   /* value */
156979                   0,
156980               };
156981               
156982               static const char*
156983               _CIM_VideoController_CurrentNumberOfColors_qualifiers[] =
156984               {
156985                   0,
156986               };
156987               
156988               static MetaProperty
156989               _CIM_VideoController_CurrentNumberOfColors =
156990               {
156991                   /* flags */
156992                   META_FLAG_PROPERTY|META_FLAG_READ,
156993                   /* name */
156994                   "CurrentNumberOfColors",
156995                   /* qualifiers */
156996 mike  1.1.2.1     _CIM_VideoController_CurrentNumberOfColors_qualifiers,
156997                   /* type */
156998                   CIMTYPE_UINT64,
156999                   /* subscript */
157000                   -1,
157001                   /* value */
157002                   0,
157003               };
157004               
157005               static MetaFeature*
157006               _CIM_VideoController_features[] =
157007               {
157008                   (MetaFeature*)&_CIM_VideoController_Description,
157009                   (MetaFeature*)&_CIM_VideoController_VideoProcessor,
157010                   (MetaFeature*)&_CIM_VideoController_VideoMemoryType,
157011                   (MetaFeature*)&_CIM_VideoController_NumberOfVideoPages,
157012                   (MetaFeature*)&_CIM_VideoController_MaxMemorySupported,
157013                   (MetaFeature*)&_CIM_VideoController_AcceleratorCapabilities,
157014                   (MetaFeature*)&_CIM_VideoController_CapabilityDescriptions,
157015                   (MetaFeature*)&_CIM_VideoController_CurrentBitsPerPixel,
157016                   (MetaFeature*)&_CIM_VideoController_CurrentHorizontalResolution,
157017 mike  1.1.2.1     (MetaFeature*)&_CIM_VideoController_CurrentVerticalResolution,
157018                   (MetaFeature*)&_CIM_VideoController_MaxRefreshRate,
157019                   (MetaFeature*)&_CIM_VideoController_MinRefreshRate,
157020                   (MetaFeature*)&_CIM_VideoController_CurrentRefreshRate,
157021                   (MetaFeature*)&_CIM_VideoController_CurrentScanMode,
157022                   (MetaFeature*)&_CIM_VideoController_CurrentNumberOfRows,
157023                   (MetaFeature*)&_CIM_VideoController_CurrentNumberOfColumns,
157024                   (MetaFeature*)&_CIM_VideoController_CurrentNumberOfColors,
157025                   0,
157026               };
157027               
157028               static const char*
157029               __root_cimv2_CIM_VideoController_qualifiers[] =
157030               {
157031                   /* UMLPackagePath */
157032                   "\057CIM::Device::Controller",
157033                   /* Version */
157034                   "\0632.8.0",
157035                   0,
157036               };
157037               
157038 mike  1.1.2.1 MetaClass
157039               __root_cimv2_CIM_VideoController =
157040               {
157041                   /* flags */
157042                   META_FLAG_CLASS,
157043                   /* name */
157044                   "CIM_VideoController",
157045                   /* qualifiers */
157046                   __root_cimv2_CIM_VideoController_qualifiers,
157047                   /* super */
157048                   &__root_cimv2_CIM_Controller,
157049                   /* features */
157050                   _CIM_VideoController_features,
157051               };
157052               
157053               //==============================================================================
157054               //
157055               // Class: CIM_VideoSetting
157056               //
157057               //==============================================================================
157058               
157059 mike  1.1.2.1 static const char*
157060               _CIM_VideoSetting_Element_qualifiers[] =
157061               {
157062                   /* Override */
157063                   "\044Element",
157064                   0,
157065               };
157066               
157067               static MetaReference
157068               _CIM_VideoSetting_Element =
157069               {
157070                   /* flags */
157071                   META_FLAG_REFERENCE|META_FLAG_READ,
157072                   /* name */
157073                   "Element",
157074                   /* qualifiers */
157075                   _CIM_VideoSetting_Element_qualifiers,
157076                   /* subscript */
157077                   -1,
157078                   /* refId */
157079                   &__root_cimv2_CIM_VideoController,
157080 mike  1.1.2.1 };
157081               
157082               static const char*
157083               _CIM_VideoSetting_Setting_qualifiers[] =
157084               {
157085                   /* Override */
157086                   "\044Setting",
157087                   0,
157088               };
157089               
157090               static MetaReference
157091               _CIM_VideoSetting_Setting =
157092               {
157093                   /* flags */
157094                   META_FLAG_REFERENCE|META_FLAG_READ,
157095                   /* name */
157096                   "Setting",
157097                   /* qualifiers */
157098                   _CIM_VideoSetting_Setting_qualifiers,
157099                   /* subscript */
157100                   -1,
157101 mike  1.1.2.1     /* refId */
157102                   &__root_cimv2_CIM_VideoControllerResolution,
157103               };
157104               
157105               static MetaFeature*
157106               _CIM_VideoSetting_features[] =
157107               {
157108                   (MetaFeature*)&_CIM_VideoSetting_Element,
157109                   (MetaFeature*)&_CIM_VideoSetting_Setting,
157110                   0,
157111               };
157112               
157113               static const char*
157114               __root_cimv2_CIM_VideoSetting_qualifiers[] =
157115               {
157116                   /* ASSOCIATION */
157117                   "\000\001",
157118                   /* UMLPackagePath */
157119                   "\057CIM::Device::Controller",
157120                   /* Version */
157121                   "\0632.6.0",
157122 mike  1.1.2.1     0,
157123               };
157124               
157125               MetaClass
157126               __root_cimv2_CIM_VideoSetting =
157127               {
157128                   /* flags */
157129                   META_FLAG_ASSOCIATION,
157130                   /* name */
157131                   "CIM_VideoSetting",
157132                   /* qualifiers */
157133                   __root_cimv2_CIM_VideoSetting_qualifiers,
157134                   /* super */
157135                   &__root_cimv2_CIM_ElementSetting,
157136                   /* features */
157137                   _CIM_VideoSetting_features,
157138               };
157139               
157140               //==============================================================================
157141               //
157142               // Class: CIM_VirtualComputerSystem
157143 mike  1.1.2.1 //
157144               //==============================================================================
157145               
157146               static const char*
157147               _CIM_VirtualComputerSystem_VirtualSystem_qualifiers[] =
157148               {
157149                   0,
157150               };
157151               
157152               static MetaProperty
157153               _CIM_VirtualComputerSystem_VirtualSystem =
157154               {
157155                   /* flags */
157156                   META_FLAG_PROPERTY|META_FLAG_READ,
157157                   /* name */
157158                   "VirtualSystem",
157159                   /* qualifiers */
157160                   _CIM_VirtualComputerSystem_VirtualSystem_qualifiers,
157161                   /* type */
157162                   CIMTYPE_STRING,
157163                   /* subscript */
157164 mike  1.1.2.1     -1,
157165                   /* value */
157166                   0,
157167               };
157168               
157169               static MetaFeature*
157170               _CIM_VirtualComputerSystem_features[] =
157171               {
157172                   (MetaFeature*)&_CIM_VirtualComputerSystem_VirtualSystem,
157173                   0,
157174               };
157175               
157176               static const char*
157177               __root_cimv2_CIM_VirtualComputerSystem_qualifiers[] =
157178               {
157179                   /* UMLPackagePath */
157180                   "\057CIM::System::SystemElements",
157181                   /* Version */
157182                   "\0632.6.0",
157183                   0,
157184               };
157185 mike  1.1.2.1 
157186               MetaClass
157187               __root_cimv2_CIM_VirtualComputerSystem =
157188               {
157189                   /* flags */
157190                   META_FLAG_CLASS,
157191                   /* name */
157192                   "CIM_VirtualComputerSystem",
157193                   /* qualifiers */
157194                   __root_cimv2_CIM_VirtualComputerSystem_qualifiers,
157195                   /* super */
157196                   &__root_cimv2_CIM_ComputerSystem,
157197                   /* features */
157198                   _CIM_VirtualComputerSystem_features,
157199               };
157200               
157201               //==============================================================================
157202               //
157203               // Class: CIM_VLANFor
157204               //
157205               //==============================================================================
157206 mike  1.1.2.1 
157207               static const char*
157208               _CIM_VLANFor_Antecedent_qualifiers[] =
157209               {
157210                   /* Deprecated */
157211                   "\013\000\001No Value\000",
157212                   /* Override */
157213                   "\044Antecedent",
157214                   0,
157215               };
157216               
157217               static MetaReference
157218               _CIM_VLANFor_Antecedent =
157219               {
157220                   /* flags */
157221                   META_FLAG_REFERENCE|META_FLAG_READ,
157222                   /* name */
157223                   "Antecedent",
157224                   /* qualifiers */
157225                   _CIM_VLANFor_Antecedent_qualifiers,
157226                   /* subscript */
157227 mike  1.1.2.1     -1,
157228                   /* refId */
157229                   &__root_cimv2_CIM_VLAN,
157230               };
157231               
157232               static const char*
157233               _CIM_VLANFor_Dependent_qualifiers[] =
157234               {
157235                   /* Deprecated */
157236                   "\013\000\001No Value\000",
157237                   /* Override */
157238                   "\044Dependent",
157239                   /* Min */
157240                   "\033\000\000\000\001",
157241                   0,
157242               };
157243               
157244               static MetaReference
157245               _CIM_VLANFor_Dependent =
157246               {
157247                   /* flags */
157248 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
157249                   /* name */
157250                   "Dependent",
157251                   /* qualifiers */
157252                   _CIM_VLANFor_Dependent_qualifiers,
157253                   /* subscript */
157254                   -1,
157255                   /* refId */
157256                   &__root_cimv2_CIM_VLANService,
157257               };
157258               
157259               static MetaFeature*
157260               _CIM_VLANFor_features[] =
157261               {
157262                   (MetaFeature*)&_CIM_VLANFor_Antecedent,
157263                   (MetaFeature*)&_CIM_VLANFor_Dependent,
157264                   0,
157265               };
157266               
157267               static const char*
157268               __root_cimv2_CIM_VLANFor_qualifiers[] =
157269 mike  1.1.2.1 {
157270                   /* ASSOCIATION */
157271                   "\000\001",
157272                   /* Deprecated */
157273                   "\013\000\001No Value\000",
157274                   /* UMLPackagePath */
157275                   "\057CIM::Network::VLAN",
157276                   /* Version */
157277                   "\0632.8.0",
157278                   0,
157279               };
157280               
157281               MetaClass
157282               __root_cimv2_CIM_VLANFor =
157283               {
157284                   /* flags */
157285                   META_FLAG_ASSOCIATION,
157286                   /* name */
157287                   "CIM_VLANFor",
157288                   /* qualifiers */
157289                   __root_cimv2_CIM_VLANFor_qualifiers,
157290 mike  1.1.2.1     /* super */
157291                   &__root_cimv2_CIM_ServiceSAPDependency,
157292                   /* features */
157293                   _CIM_VLANFor_features,
157294               };
157295               
157296               //==============================================================================
157297               //
157298               // Class: CIM_VolatileStorage
157299               //
157300               //==============================================================================
157301               
157302               static const char*
157303               _CIM_VolatileStorage_Cacheable_qualifiers[] =
157304               {
157305                   /* Deprecated */
157306                   "\013\000\001CIM_AssociatedCacheMemory\000",
157307                   /* MappingStrings */
157308                   "\026\000\001MIF.DMTF|System Resource Memory Info|002.5\000",
157309                   0,
157310               };
157311 mike  1.1.2.1 
157312               static MetaProperty
157313               _CIM_VolatileStorage_Cacheable =
157314               {
157315                   /* flags */
157316                   META_FLAG_PROPERTY|META_FLAG_READ,
157317                   /* name */
157318                   "Cacheable",
157319                   /* qualifiers */
157320                   _CIM_VolatileStorage_Cacheable_qualifiers,
157321                   /* type */
157322                   CIMTYPE_BOOLEAN,
157323                   /* subscript */
157324                   -1,
157325                   /* value */
157326                   0,
157327               };
157328               
157329               static const char*
157330               _CIM_VolatileStorage_CacheType_qualifiers[] =
157331               {
157332 mike  1.1.2.1     /* Deprecated */
157333                   "\013\000\001CIM_AssociatedCacheMemory.WritePolicy\000",
157334                   /* ValueMap */
157335                   "\061\000\0051\0002\0003\0004\0005\000",
157336                   /* Values */
157337                   "\062\000\005Other\000Unknown\000Write-Back\000Write-Through\000Not Applicable\000",
157338                   /* MappingStrings */
157339                   "\026\000\001MIF.DMTF|System Resource Memory Info|002.6\000",
157340                   0,
157341               };
157342               
157343               static MetaProperty
157344               _CIM_VolatileStorage_CacheType =
157345               {
157346                   /* flags */
157347                   META_FLAG_PROPERTY|META_FLAG_READ,
157348                   /* name */
157349                   "CacheType",
157350                   /* qualifiers */
157351                   _CIM_VolatileStorage_CacheType_qualifiers,
157352                   /* type */
157353 mike  1.1.2.1     CIMTYPE_UINT16,
157354                   /* subscript */
157355                   -1,
157356                   /* value */
157357                   0,
157358               };
157359               
157360               static MetaFeature*
157361               _CIM_VolatileStorage_features[] =
157362               {
157363                   (MetaFeature*)&_CIM_VolatileStorage_Cacheable,
157364                   (MetaFeature*)&_CIM_VolatileStorage_CacheType,
157365                   0,
157366               };
157367               
157368               static const char*
157369               __root_cimv2_CIM_VolatileStorage_qualifiers[] =
157370               {
157371                   /* Deprecated */
157372                   "\013\000\001CIM_Memory\000",
157373                   /* UMLPackagePath */
157374 mike  1.1.2.1     "\057CIM::Device::Memory",
157375                   /* Version */
157376                   "\0632.8.0",
157377                   0,
157378               };
157379               
157380               MetaClass
157381               __root_cimv2_CIM_VolatileStorage =
157382               {
157383                   /* flags */
157384                   META_FLAG_CLASS,
157385                   /* name */
157386                   "CIM_VolatileStorage",
157387                   /* qualifiers */
157388                   __root_cimv2_CIM_VolatileStorage_qualifiers,
157389                   /* super */
157390                   &__root_cimv2_CIM_Memory,
157391                   /* features */
157392                   _CIM_VolatileStorage_features,
157393               };
157394               
157395 mike  1.1.2.1 //==============================================================================
157396               //
157397               // Class: CIM_VoltageSensor
157398               //
157399               //==============================================================================
157400               
157401               static const char*
157402               _CIM_VoltageSensor_SensorType_qualifiers[] =
157403               {
157404                   /* Deprecated */
157405                   "\013\000\001No value\000",
157406                   /* Override */
157407                   "\044SensorType",
157408                   0,
157409               };
157410               
157411               static MetaProperty
157412               _CIM_VoltageSensor_SensorType =
157413               {
157414                   /* flags */
157415                   META_FLAG_PROPERTY|META_FLAG_READ,
157416 mike  1.1.2.1     /* name */
157417                   "SensorType",
157418                   /* qualifiers */
157419                   _CIM_VoltageSensor_SensorType_qualifiers,
157420                   /* type */
157421                   CIMTYPE_UINT16,
157422                   /* subscript */
157423                   -1,
157424                   /* value */
157425                   "\000\003",
157426               };
157427               
157428               static const char*
157429               _CIM_VoltageSensor_BaseUnits_qualifiers[] =
157430               {
157431                   /* Deprecated */
157432                   "\013\000\001No value\000",
157433                   /* Override */
157434                   "\044BaseUnits",
157435                   0,
157436               };
157437 mike  1.1.2.1 
157438               static MetaProperty
157439               _CIM_VoltageSensor_BaseUnits =
157440               {
157441                   /* flags */
157442                   META_FLAG_PROPERTY|META_FLAG_READ,
157443                   /* name */
157444                   "BaseUnits",
157445                   /* qualifiers */
157446                   _CIM_VoltageSensor_BaseUnits_qualifiers,
157447                   /* type */
157448                   CIMTYPE_UINT16,
157449                   /* subscript */
157450                   -1,
157451                   /* value */
157452                   "\000\005",
157453               };
157454               
157455               static const char*
157456               _CIM_VoltageSensor_UnitModifier_qualifiers[] =
157457               {
157458 mike  1.1.2.1     /* Deprecated */
157459                   "\013\000\001No value\000",
157460                   /* Override */
157461                   "\044UnitModifier",
157462                   0,
157463               };
157464               
157465               static MetaProperty
157466               _CIM_VoltageSensor_UnitModifier =
157467               {
157468                   /* flags */
157469                   META_FLAG_PROPERTY|META_FLAG_READ,
157470                   /* name */
157471                   "UnitModifier",
157472                   /* qualifiers */
157473                   _CIM_VoltageSensor_UnitModifier_qualifiers,
157474                   /* type */
157475                   CIMTYPE_SINT32,
157476                   /* subscript */
157477                   -1,
157478                   /* value */
157479 mike  1.1.2.1     "\377\377\377\375",
157480               };
157481               
157482               static const char*
157483               _CIM_VoltageSensor_RateUnits_qualifiers[] =
157484               {
157485                   /* Deprecated */
157486                   "\013\000\001No value\000",
157487                   /* Override */
157488                   "\044RateUnits",
157489                   0,
157490               };
157491               
157492               static MetaProperty
157493               _CIM_VoltageSensor_RateUnits =
157494               {
157495                   /* flags */
157496                   META_FLAG_PROPERTY|META_FLAG_READ,
157497                   /* name */
157498                   "RateUnits",
157499                   /* qualifiers */
157500 mike  1.1.2.1     _CIM_VoltageSensor_RateUnits_qualifiers,
157501                   /* type */
157502                   CIMTYPE_UINT16,
157503                   /* subscript */
157504                   -1,
157505                   /* value */
157506                   "\000\000",
157507               };
157508               
157509               static const char*
157510               _CIM_VoltageSensor_CurrentReading_qualifiers[] =
157511               {
157512                   /* Deprecated */
157513                   "\013\000\001No value\000",
157514                   /* Override */
157515                   "\044CurrentReading",
157516                   /* MappingStrings */
157517                   "\026\000\001MIF.DMTF|Voltage Probe|001.5\000",
157518                   0,
157519               };
157520               
157521 mike  1.1.2.1 static MetaProperty
157522               _CIM_VoltageSensor_CurrentReading =
157523               {
157524                   /* flags */
157525                   META_FLAG_PROPERTY|META_FLAG_READ,
157526                   /* name */
157527                   "CurrentReading",
157528                   /* qualifiers */
157529                   _CIM_VoltageSensor_CurrentReading_qualifiers,
157530                   /* type */
157531                   CIMTYPE_SINT32,
157532                   /* subscript */
157533                   -1,
157534                   /* value */
157535                   0,
157536               };
157537               
157538               static const char*
157539               _CIM_VoltageSensor_NominalReading_qualifiers[] =
157540               {
157541                   /* Deprecated */
157542 mike  1.1.2.1     "\013\000\001No value\000",
157543                   /* Override */
157544                   "\044NominalReading",
157545                   /* MappingStrings */
157546                   "\026\000\001MIF.DMTF|Voltage Probe|001.6\000",
157547                   0,
157548               };
157549               
157550               static MetaProperty
157551               _CIM_VoltageSensor_NominalReading =
157552               {
157553                   /* flags */
157554                   META_FLAG_PROPERTY|META_FLAG_READ,
157555                   /* name */
157556                   "NominalReading",
157557                   /* qualifiers */
157558                   _CIM_VoltageSensor_NominalReading_qualifiers,
157559                   /* type */
157560                   CIMTYPE_SINT32,
157561                   /* subscript */
157562                   -1,
157563 mike  1.1.2.1     /* value */
157564                   0,
157565               };
157566               
157567               static const char*
157568               _CIM_VoltageSensor_NormalMax_qualifiers[] =
157569               {
157570                   /* Deprecated */
157571                   "\013\000\001No value\000",
157572                   /* Override */
157573                   "\044NormalMax",
157574                   /* MappingStrings */
157575                   "\026\000\001MIF.DMTF|Voltage Probe|001.7\000",
157576                   0,
157577               };
157578               
157579               static MetaProperty
157580               _CIM_VoltageSensor_NormalMax =
157581               {
157582                   /* flags */
157583                   META_FLAG_PROPERTY|META_FLAG_READ,
157584 mike  1.1.2.1     /* name */
157585                   "NormalMax",
157586                   /* qualifiers */
157587                   _CIM_VoltageSensor_NormalMax_qualifiers,
157588                   /* type */
157589                   CIMTYPE_SINT32,
157590                   /* subscript */
157591                   -1,
157592                   /* value */
157593                   0,
157594               };
157595               
157596               static const char*
157597               _CIM_VoltageSensor_NormalMin_qualifiers[] =
157598               {
157599                   /* Deprecated */
157600                   "\013\000\001No value\000",
157601                   /* Override */
157602                   "\044NormalMin",
157603                   /* MappingStrings */
157604                   "\026\000\001MIF.DMTF|Voltage Probe|001.8\000",
157605 mike  1.1.2.1     0,
157606               };
157607               
157608               static MetaProperty
157609               _CIM_VoltageSensor_NormalMin =
157610               {
157611                   /* flags */
157612                   META_FLAG_PROPERTY|META_FLAG_READ,
157613                   /* name */
157614                   "NormalMin",
157615                   /* qualifiers */
157616                   _CIM_VoltageSensor_NormalMin_qualifiers,
157617                   /* type */
157618                   CIMTYPE_SINT32,
157619                   /* subscript */
157620                   -1,
157621                   /* value */
157622                   0,
157623               };
157624               
157625               static const char*
157626 mike  1.1.2.1 _CIM_VoltageSensor_MaxReadable_qualifiers[] =
157627               {
157628                   /* Deprecated */
157629                   "\013\000\001No value\000",
157630                   /* Override */
157631                   "\044MaxReadable",
157632                   /* MappingStrings */
157633                   "\026\000\001MIF.DMTF|Voltage Probe|001.9\000",
157634                   0,
157635               };
157636               
157637               static MetaProperty
157638               _CIM_VoltageSensor_MaxReadable =
157639               {
157640                   /* flags */
157641                   META_FLAG_PROPERTY|META_FLAG_READ,
157642                   /* name */
157643                   "MaxReadable",
157644                   /* qualifiers */
157645                   _CIM_VoltageSensor_MaxReadable_qualifiers,
157646                   /* type */
157647 mike  1.1.2.1     CIMTYPE_SINT32,
157648                   /* subscript */
157649                   -1,
157650                   /* value */
157651                   0,
157652               };
157653               
157654               static const char*
157655               _CIM_VoltageSensor_MinReadable_qualifiers[] =
157656               {
157657                   /* Deprecated */
157658                   "\013\000\001No value\000",
157659                   /* Override */
157660                   "\044MinReadable",
157661                   /* MappingStrings */
157662                   "\026\000\001MIF.DMTF|Voltage Probe|001.10\000",
157663                   0,
157664               };
157665               
157666               static MetaProperty
157667               _CIM_VoltageSensor_MinReadable =
157668 mike  1.1.2.1 {
157669                   /* flags */
157670                   META_FLAG_PROPERTY|META_FLAG_READ,
157671                   /* name */
157672                   "MinReadable",
157673                   /* qualifiers */
157674                   _CIM_VoltageSensor_MinReadable_qualifiers,
157675                   /* type */
157676                   CIMTYPE_SINT32,
157677                   /* subscript */
157678                   -1,
157679                   /* value */
157680                   0,
157681               };
157682               
157683               static const char*
157684               _CIM_VoltageSensor_Resolution_qualifiers[] =
157685               {
157686                   /* Deprecated */
157687                   "\013\000\001No value\000",
157688                   /* Override */
157689 mike  1.1.2.1     "\044Resolution",
157690                   /* Units */
157691                   "\060Tenths of MilliVolts",
157692                   /* MappingStrings */
157693                   "\026\000\001MIF.DMTF|Voltage Probe|001.17\000",
157694                   0,
157695               };
157696               
157697               static MetaProperty
157698               _CIM_VoltageSensor_Resolution =
157699               {
157700                   /* flags */
157701                   META_FLAG_PROPERTY|META_FLAG_READ,
157702                   /* name */
157703                   "Resolution",
157704                   /* qualifiers */
157705                   _CIM_VoltageSensor_Resolution_qualifiers,
157706                   /* type */
157707                   CIMTYPE_UINT32,
157708                   /* subscript */
157709                   -1,
157710 mike  1.1.2.1     /* value */
157711                   0,
157712               };
157713               
157714               static const char*
157715               _CIM_VoltageSensor_Tolerance_qualifiers[] =
157716               {
157717                   /* Deprecated */
157718                   "\013\000\001No value\000",
157719                   /* Override */
157720                   "\044Tolerance",
157721                   /* MappingStrings */
157722                   "\026\000\001MIF.DMTF|Voltage Probe|001.18\000",
157723                   0,
157724               };
157725               
157726               static MetaProperty
157727               _CIM_VoltageSensor_Tolerance =
157728               {
157729                   /* flags */
157730                   META_FLAG_PROPERTY|META_FLAG_READ,
157731 mike  1.1.2.1     /* name */
157732                   "Tolerance",
157733                   /* qualifiers */
157734                   _CIM_VoltageSensor_Tolerance_qualifiers,
157735                   /* type */
157736                   CIMTYPE_SINT32,
157737                   /* subscript */
157738                   -1,
157739                   /* value */
157740                   0,
157741               };
157742               
157743               static const char*
157744               _CIM_VoltageSensor_Accuracy_qualifiers[] =
157745               {
157746                   /* Deprecated */
157747                   "\013\000\001No value\000",
157748                   /* Override */
157749                   "\044Accuracy",
157750                   /* MappingStrings */
157751                   "\026\000\001MIF.DMTF|Voltage Probe|001.19\000",
157752 mike  1.1.2.1     0,
157753               };
157754               
157755               static MetaProperty
157756               _CIM_VoltageSensor_Accuracy =
157757               {
157758                   /* flags */
157759                   META_FLAG_PROPERTY|META_FLAG_READ,
157760                   /* name */
157761                   "Accuracy",
157762                   /* qualifiers */
157763                   _CIM_VoltageSensor_Accuracy_qualifiers,
157764                   /* type */
157765                   CIMTYPE_SINT32,
157766                   /* subscript */
157767                   -1,
157768                   /* value */
157769                   0,
157770               };
157771               
157772               static const char*
157773 mike  1.1.2.1 _CIM_VoltageSensor_LowerThresholdNonCritical_qualifiers[] =
157774               {
157775                   /* Deprecated */
157776                   "\013\000\001No value\000",
157777                   /* Override */
157778                   "\044LowerThresholdNonCritical",
157779                   /* MappingStrings */
157780                   "\026\000\001MIF.DMTF|Voltage Probe|001.11\000",
157781                   0,
157782               };
157783               
157784               static MetaProperty
157785               _CIM_VoltageSensor_LowerThresholdNonCritical =
157786               {
157787                   /* flags */
157788                   META_FLAG_PROPERTY|META_FLAG_READ,
157789                   /* name */
157790                   "LowerThresholdNonCritical",
157791                   /* qualifiers */
157792                   _CIM_VoltageSensor_LowerThresholdNonCritical_qualifiers,
157793                   /* type */
157794 mike  1.1.2.1     CIMTYPE_SINT32,
157795                   /* subscript */
157796                   -1,
157797                   /* value */
157798                   0,
157799               };
157800               
157801               static const char*
157802               _CIM_VoltageSensor_UpperThresholdNonCritical_qualifiers[] =
157803               {
157804                   /* Deprecated */
157805                   "\013\000\001No value\000",
157806                   /* Override */
157807                   "\044UpperThresholdNonCritical",
157808                   /* MappingStrings */
157809                   "\026\000\001MIF.DMTF|Voltage Probe|001.12\000",
157810                   0,
157811               };
157812               
157813               static MetaProperty
157814               _CIM_VoltageSensor_UpperThresholdNonCritical =
157815 mike  1.1.2.1 {
157816                   /* flags */
157817                   META_FLAG_PROPERTY|META_FLAG_READ,
157818                   /* name */
157819                   "UpperThresholdNonCritical",
157820                   /* qualifiers */
157821                   _CIM_VoltageSensor_UpperThresholdNonCritical_qualifiers,
157822                   /* type */
157823                   CIMTYPE_SINT32,
157824                   /* subscript */
157825                   -1,
157826                   /* value */
157827                   0,
157828               };
157829               
157830               static const char*
157831               _CIM_VoltageSensor_LowerThresholdCritical_qualifiers[] =
157832               {
157833                   /* Deprecated */
157834                   "\013\000\001No value\000",
157835                   /* Override */
157836 mike  1.1.2.1     "\044LowerThresholdCritical",
157837                   /* MappingStrings */
157838                   "\026\000\001MIF.DMTF|Voltage Probe|001.13\000",
157839                   0,
157840               };
157841               
157842               static MetaProperty
157843               _CIM_VoltageSensor_LowerThresholdCritical =
157844               {
157845                   /* flags */
157846                   META_FLAG_PROPERTY|META_FLAG_READ,
157847                   /* name */
157848                   "LowerThresholdCritical",
157849                   /* qualifiers */
157850                   _CIM_VoltageSensor_LowerThresholdCritical_qualifiers,
157851                   /* type */
157852                   CIMTYPE_SINT32,
157853                   /* subscript */
157854                   -1,
157855                   /* value */
157856                   0,
157857 mike  1.1.2.1 };
157858               
157859               static const char*
157860               _CIM_VoltageSensor_UpperThresholdCritical_qualifiers[] =
157861               {
157862                   /* Deprecated */
157863                   "\013\000\001No value\000",
157864                   /* Override */
157865                   "\044UpperThresholdCritical",
157866                   /* MappingStrings */
157867                   "\026\000\001MIF.DMTF|Voltage Probe|001.14\000",
157868                   0,
157869               };
157870               
157871               static MetaProperty
157872               _CIM_VoltageSensor_UpperThresholdCritical =
157873               {
157874                   /* flags */
157875                   META_FLAG_PROPERTY|META_FLAG_READ,
157876                   /* name */
157877                   "UpperThresholdCritical",
157878 mike  1.1.2.1     /* qualifiers */
157879                   _CIM_VoltageSensor_UpperThresholdCritical_qualifiers,
157880                   /* type */
157881                   CIMTYPE_SINT32,
157882                   /* subscript */
157883                   -1,
157884                   /* value */
157885                   0,
157886               };
157887               
157888               static const char*
157889               _CIM_VoltageSensor_LowerThresholdFatal_qualifiers[] =
157890               {
157891                   /* Deprecated */
157892                   "\013\000\001No value\000",
157893                   /* Override */
157894                   "\044LowerThresholdFatal",
157895                   /* MappingStrings */
157896                   "\026\000\001MIF.DMTF|Voltage Probe|001.15\000",
157897                   0,
157898               };
157899 mike  1.1.2.1 
157900               static MetaProperty
157901               _CIM_VoltageSensor_LowerThresholdFatal =
157902               {
157903                   /* flags */
157904                   META_FLAG_PROPERTY|META_FLAG_READ,
157905                   /* name */
157906                   "LowerThresholdFatal",
157907                   /* qualifiers */
157908                   _CIM_VoltageSensor_LowerThresholdFatal_qualifiers,
157909                   /* type */
157910                   CIMTYPE_SINT32,
157911                   /* subscript */
157912                   -1,
157913                   /* value */
157914                   0,
157915               };
157916               
157917               static const char*
157918               _CIM_VoltageSensor_UpperThresholdFatal_qualifiers[] =
157919               {
157920 mike  1.1.2.1     /* Deprecated */
157921                   "\013\000\001No value\000",
157922                   /* Override */
157923                   "\044UpperThresholdFatal",
157924                   /* MappingStrings */
157925                   "\026\000\001MIF.DMTF|Voltage Probe|001.16\000",
157926                   0,
157927               };
157928               
157929               static MetaProperty
157930               _CIM_VoltageSensor_UpperThresholdFatal =
157931               {
157932                   /* flags */
157933                   META_FLAG_PROPERTY|META_FLAG_READ,
157934                   /* name */
157935                   "UpperThresholdFatal",
157936                   /* qualifiers */
157937                   _CIM_VoltageSensor_UpperThresholdFatal_qualifiers,
157938                   /* type */
157939                   CIMTYPE_SINT32,
157940                   /* subscript */
157941 mike  1.1.2.1     -1,
157942                   /* value */
157943                   0,
157944               };
157945               
157946               static MetaFeature*
157947               _CIM_VoltageSensor_features[] =
157948               {
157949                   (MetaFeature*)&_CIM_VoltageSensor_SensorType,
157950                   (MetaFeature*)&_CIM_VoltageSensor_BaseUnits,
157951                   (MetaFeature*)&_CIM_VoltageSensor_UnitModifier,
157952                   (MetaFeature*)&_CIM_VoltageSensor_RateUnits,
157953                   (MetaFeature*)&_CIM_VoltageSensor_CurrentReading,
157954                   (MetaFeature*)&_CIM_VoltageSensor_NominalReading,
157955                   (MetaFeature*)&_CIM_VoltageSensor_NormalMax,
157956                   (MetaFeature*)&_CIM_VoltageSensor_NormalMin,
157957                   (MetaFeature*)&_CIM_VoltageSensor_MaxReadable,
157958                   (MetaFeature*)&_CIM_VoltageSensor_MinReadable,
157959                   (MetaFeature*)&_CIM_VoltageSensor_Resolution,
157960                   (MetaFeature*)&_CIM_VoltageSensor_Tolerance,
157961                   (MetaFeature*)&_CIM_VoltageSensor_Accuracy,
157962 mike  1.1.2.1     (MetaFeature*)&_CIM_VoltageSensor_LowerThresholdNonCritical,
157963                   (MetaFeature*)&_CIM_VoltageSensor_UpperThresholdNonCritical,
157964                   (MetaFeature*)&_CIM_VoltageSensor_LowerThresholdCritical,
157965                   (MetaFeature*)&_CIM_VoltageSensor_UpperThresholdCritical,
157966                   (MetaFeature*)&_CIM_VoltageSensor_LowerThresholdFatal,
157967                   (MetaFeature*)&_CIM_VoltageSensor_UpperThresholdFatal,
157968                   0,
157969               };
157970               
157971               static const char*
157972               __root_cimv2_CIM_VoltageSensor_qualifiers[] =
157973               {
157974                   /* Deprecated */
157975                   "\013\000\001CIM_NumericSensor\000",
157976                   /* UMLPackagePath */
157977                   "\057CIM::Device::Sensors",
157978                   /* Version */
157979                   "\0632.8.0",
157980                   0,
157981               };
157982               
157983 mike  1.1.2.1 MetaClass
157984               __root_cimv2_CIM_VoltageSensor =
157985               {
157986                   /* flags */
157987                   META_FLAG_CLASS,
157988                   /* name */
157989                   "CIM_VoltageSensor",
157990                   /* qualifiers */
157991                   __root_cimv2_CIM_VoltageSensor_qualifiers,
157992                   /* super */
157993                   &__root_cimv2_CIM_NumericSensor,
157994                   /* features */
157995                   _CIM_VoltageSensor_features,
157996               };
157997               
157998               //==============================================================================
157999               //
158000               // Class: CIM_VolumeSetBasedOnPSExtent
158001               //
158002               //==============================================================================
158003               
158004 mike  1.1.2.1 static const char*
158005               _CIM_VolumeSetBasedOnPSExtent_Antecedent_qualifiers[] =
158006               {
158007                   /* Deprecated */
158008                   "\013\000\001CIM_CompositeExtentBasedOn.Antecedent\000",
158009                   /* Override */
158010                   "\044Antecedent",
158011                   /* Min */
158012                   "\033\000\000\000\001",
158013                   0,
158014               };
158015               
158016               static MetaReference
158017               _CIM_VolumeSetBasedOnPSExtent_Antecedent =
158018               {
158019                   /* flags */
158020                   META_FLAG_REFERENCE|META_FLAG_READ,
158021                   /* name */
158022                   "Antecedent",
158023                   /* qualifiers */
158024                   _CIM_VolumeSetBasedOnPSExtent_Antecedent_qualifiers,
158025 mike  1.1.2.1     /* subscript */
158026                   -1,
158027                   /* refId */
158028                   &__root_cimv2_CIM_ProtectedSpaceExtent,
158029               };
158030               
158031               static const char*
158032               _CIM_VolumeSetBasedOnPSExtent_Dependent_qualifiers[] =
158033               {
158034                   /* Deprecated */
158035                   "\013\000\001CIM_CompositeExtentBasedOn.Dependent\000",
158036                   /* Override */
158037                   "\044Dependent",
158038                   0,
158039               };
158040               
158041               static MetaReference
158042               _CIM_VolumeSetBasedOnPSExtent_Dependent =
158043               {
158044                   /* flags */
158045                   META_FLAG_REFERENCE|META_FLAG_READ,
158046 mike  1.1.2.1     /* name */
158047                   "Dependent",
158048                   /* qualifiers */
158049                   _CIM_VolumeSetBasedOnPSExtent_Dependent_qualifiers,
158050                   /* subscript */
158051                   -1,
158052                   /* refId */
158053                   &__root_cimv2_CIM_VolumeSet,
158054               };
158055               
158056               static const char*
158057               _CIM_VolumeSetBasedOnPSExtent_LBAsMappedByDecrementing_qualifiers[] =
158058               {
158059                   /* Deprecated */
158060                   "\013\000\001CIM_CompositeExtentBasedOn.LBAsMappedByDecrementing\000",
158061                   0,
158062               };
158063               
158064               static MetaProperty
158065               _CIM_VolumeSetBasedOnPSExtent_LBAsMappedByDecrementing =
158066               {
158067 mike  1.1.2.1     /* flags */
158068                   META_FLAG_PROPERTY|META_FLAG_READ,
158069                   /* name */
158070                   "LBAsMappedByDecrementing",
158071                   /* qualifiers */
158072                   _CIM_VolumeSetBasedOnPSExtent_LBAsMappedByDecrementing_qualifiers,
158073                   /* type */
158074                   CIMTYPE_BOOLEAN,
158075                   /* subscript */
158076                   -1,
158077                   /* value */
158078                   0,
158079               };
158080               
158081               static const char*
158082               _CIM_VolumeSetBasedOnPSExtent_LBAMappingIncludesCheckData_qualifiers[] =
158083               {
158084                   /* Deprecated */
158085                   "\013\000\001CIM_CompositeExtentBasedOn.LBAMappingIncludesCheckData\000",
158086                   0,
158087               };
158088 mike  1.1.2.1 
158089               static MetaProperty
158090               _CIM_VolumeSetBasedOnPSExtent_LBAMappingIncludesCheckData =
158091               {
158092                   /* flags */
158093                   META_FLAG_PROPERTY|META_FLAG_READ,
158094                   /* name */
158095                   "LBAMappingIncludesCheckData",
158096                   /* qualifiers */
158097                   _CIM_VolumeSetBasedOnPSExtent_LBAMappingIncludesCheckData_qualifiers,
158098                   /* type */
158099                   CIMTYPE_BOOLEAN,
158100                   /* subscript */
158101                   -1,
158102                   /* value */
158103                   0,
158104               };
158105               
158106               static MetaFeature*
158107               _CIM_VolumeSetBasedOnPSExtent_features[] =
158108               {
158109 mike  1.1.2.1     (MetaFeature*)&_CIM_VolumeSetBasedOnPSExtent_Antecedent,
158110                   (MetaFeature*)&_CIM_VolumeSetBasedOnPSExtent_Dependent,
158111                   (MetaFeature*)&_CIM_VolumeSetBasedOnPSExtent_LBAsMappedByDecrementing,
158112                   (MetaFeature*)&_CIM_VolumeSetBasedOnPSExtent_LBAMappingIncludesCheckData,
158113                   0,
158114               };
158115               
158116               static const char*
158117               __root_cimv2_CIM_VolumeSetBasedOnPSExtent_qualifiers[] =
158118               {
158119                   /* ASSOCIATION */
158120                   "\000\001",
158121                   /* Deprecated */
158122                   "\013\000\001CIM_CompositeExtentBasedOn\000",
158123                   /* UMLPackagePath */
158124                   "\057CIM::Device::SccExtents",
158125                   /* Version */
158126                   "\0632.7.0",
158127                   0,
158128               };
158129               
158130 mike  1.1.2.1 MetaClass
158131               __root_cimv2_CIM_VolumeSetBasedOnPSExtent =
158132               {
158133                   /* flags */
158134                   META_FLAG_ASSOCIATION,
158135                   /* name */
158136                   "CIM_VolumeSetBasedOnPSExtent",
158137                   /* qualifiers */
158138                   __root_cimv2_CIM_VolumeSetBasedOnPSExtent_qualifiers,
158139                   /* super */
158140                   &__root_cimv2_CIM_BasedOn,
158141                   /* features */
158142                   _CIM_VolumeSetBasedOnPSExtent_features,
158143               };
158144               
158145               //==============================================================================
158146               //
158147               // Class: CIM_WakeUpServiceOnModem
158148               //
158149               //==============================================================================
158150               
158151 mike  1.1.2.1 static const char*
158152               _CIM_WakeUpServiceOnModem_Antecedent_qualifiers[] =
158153               {
158154                   /* Override */
158155                   "\044Antecedent",
158156                   /* Max */
158157                   "\027\000\000\000\001",
158158                   0,
158159               };
158160               
158161               static MetaReference
158162               _CIM_WakeUpServiceOnModem_Antecedent =
158163               {
158164                   /* flags */
158165                   META_FLAG_REFERENCE|META_FLAG_READ,
158166                   /* name */
158167                   "Antecedent",
158168                   /* qualifiers */
158169                   _CIM_WakeUpServiceOnModem_Antecedent_qualifiers,
158170                   /* subscript */
158171                   -1,
158172 mike  1.1.2.1     /* refId */
158173                   &__root_cimv2_CIM_Modem,
158174               };
158175               
158176               static const char*
158177               _CIM_WakeUpServiceOnModem_Dependent_qualifiers[] =
158178               {
158179                   /* Override */
158180                   "\044Dependent",
158181                   0,
158182               };
158183               
158184               static MetaReference
158185               _CIM_WakeUpServiceOnModem_Dependent =
158186               {
158187                   /* flags */
158188                   META_FLAG_REFERENCE|META_FLAG_READ,
158189                   /* name */
158190                   "Dependent",
158191                   /* qualifiers */
158192                   _CIM_WakeUpServiceOnModem_Dependent_qualifiers,
158193 mike  1.1.2.1     /* subscript */
158194                   -1,
158195                   /* refId */
158196                   &__root_cimv2_CIM_WakeUpService,
158197               };
158198               
158199               static MetaFeature*
158200               _CIM_WakeUpServiceOnModem_features[] =
158201               {
158202                   (MetaFeature*)&_CIM_WakeUpServiceOnModem_Antecedent,
158203                   (MetaFeature*)&_CIM_WakeUpServiceOnModem_Dependent,
158204                   0,
158205               };
158206               
158207               static const char*
158208               __root_cimv2_CIM_WakeUpServiceOnModem_qualifiers[] =
158209               {
158210                   /* ASSOCIATION */
158211                   "\000\001",
158212                   /* UMLPackagePath */
158213                   "\057CIM::Device::Modems",
158214 mike  1.1.2.1     /* Version */
158215                   "\0632.10.0",
158216                   0,
158217               };
158218               
158219               MetaClass
158220               __root_cimv2_CIM_WakeUpServiceOnModem =
158221               {
158222                   /* flags */
158223                   META_FLAG_ASSOCIATION,
158224                   /* name */
158225                   "CIM_WakeUpServiceOnModem",
158226                   /* qualifiers */
158227                   __root_cimv2_CIM_WakeUpServiceOnModem_qualifiers,
158228                   /* super */
158229                   &__root_cimv2_CIM_DeviceServiceImplementation,
158230                   /* features */
158231                   _CIM_WakeUpServiceOnModem_features,
158232               };
158233               
158234               //==============================================================================
158235 mike  1.1.2.1 //
158236               // Class: CIM_WakeUpServiceOnNetworkAdapter
158237               //
158238               //==============================================================================
158239               
158240               static const char*
158241               _CIM_WakeUpServiceOnNetworkAdapter_Antecedent_qualifiers[] =
158242               {
158243                   /* Deprecated */
158244                   "\013\000\001CIM_WakeUpServiceOnNetworkPort.Antecedent\000",
158245                   /* Override */
158246                   "\044Antecedent",
158247                   /* Max */
158248                   "\027\000\000\000\001",
158249                   0,
158250               };
158251               
158252               static MetaReference
158253               _CIM_WakeUpServiceOnNetworkAdapter_Antecedent =
158254               {
158255                   /* flags */
158256 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
158257                   /* name */
158258                   "Antecedent",
158259                   /* qualifiers */
158260                   _CIM_WakeUpServiceOnNetworkAdapter_Antecedent_qualifiers,
158261                   /* subscript */
158262                   -1,
158263                   /* refId */
158264                   &__root_cimv2_CIM_NetworkAdapter,
158265               };
158266               
158267               static const char*
158268               _CIM_WakeUpServiceOnNetworkAdapter_Dependent_qualifiers[] =
158269               {
158270                   /* Deprecated */
158271                   "\013\000\001CIM_WakeUpServiceOnNetworkPort.Dependent\000",
158272                   /* Override */
158273                   "\044Dependent",
158274                   0,
158275               };
158276               
158277 mike  1.1.2.1 static MetaReference
158278               _CIM_WakeUpServiceOnNetworkAdapter_Dependent =
158279               {
158280                   /* flags */
158281                   META_FLAG_REFERENCE|META_FLAG_READ,
158282                   /* name */
158283                   "Dependent",
158284                   /* qualifiers */
158285                   _CIM_WakeUpServiceOnNetworkAdapter_Dependent_qualifiers,
158286                   /* subscript */
158287                   -1,
158288                   /* refId */
158289                   &__root_cimv2_CIM_WakeUpService,
158290               };
158291               
158292               static MetaFeature*
158293               _CIM_WakeUpServiceOnNetworkAdapter_features[] =
158294               {
158295                   (MetaFeature*)&_CIM_WakeUpServiceOnNetworkAdapter_Antecedent,
158296                   (MetaFeature*)&_CIM_WakeUpServiceOnNetworkAdapter_Dependent,
158297                   0,
158298 mike  1.1.2.1 };
158299               
158300               static const char*
158301               __root_cimv2_CIM_WakeUpServiceOnNetworkAdapter_qualifiers[] =
158302               {
158303                   /* ASSOCIATION */
158304                   "\000\001",
158305                   /* Deprecated */
158306                   "\013\000\001CIM_WakeUpServiceOnNetworkPort\000",
158307                   /* UMLPackagePath */
158308                   "\057CIM::Device::NetworkAdapter",
158309                   /* Version */
158310                   "\0632.10.0",
158311                   0,
158312               };
158313               
158314               MetaClass
158315               __root_cimv2_CIM_WakeUpServiceOnNetworkAdapter =
158316               {
158317                   /* flags */
158318                   META_FLAG_ASSOCIATION,
158319 mike  1.1.2.1     /* name */
158320                   "CIM_WakeUpServiceOnNetworkAdapter",
158321                   /* qualifiers */
158322                   __root_cimv2_CIM_WakeUpServiceOnNetworkAdapter_qualifiers,
158323                   /* super */
158324                   &__root_cimv2_CIM_DeviceServiceImplementation,
158325                   /* features */
158326                   _CIM_WakeUpServiceOnNetworkAdapter_features,
158327               };
158328               
158329               //==============================================================================
158330               //
158331               // Class: CIM_WakeUpServiceOnNetworkPort
158332               //
158333               //==============================================================================
158334               
158335               static const char*
158336               _CIM_WakeUpServiceOnNetworkPort_Antecedent_qualifiers[] =
158337               {
158338                   /* Override */
158339                   "\044Antecedent",
158340 mike  1.1.2.1     /* Max */
158341                   "\027\000\000\000\001",
158342                   0,
158343               };
158344               
158345               static MetaReference
158346               _CIM_WakeUpServiceOnNetworkPort_Antecedent =
158347               {
158348                   /* flags */
158349                   META_FLAG_REFERENCE|META_FLAG_READ,
158350                   /* name */
158351                   "Antecedent",
158352                   /* qualifiers */
158353                   _CIM_WakeUpServiceOnNetworkPort_Antecedent_qualifiers,
158354                   /* subscript */
158355                   -1,
158356                   /* refId */
158357                   &__root_cimv2_CIM_NetworkPort,
158358               };
158359               
158360               static const char*
158361 mike  1.1.2.1 _CIM_WakeUpServiceOnNetworkPort_Dependent_qualifiers[] =
158362               {
158363                   /* Override */
158364                   "\044Dependent",
158365                   0,
158366               };
158367               
158368               static MetaReference
158369               _CIM_WakeUpServiceOnNetworkPort_Dependent =
158370               {
158371                   /* flags */
158372                   META_FLAG_REFERENCE|META_FLAG_READ,
158373                   /* name */
158374                   "Dependent",
158375                   /* qualifiers */
158376                   _CIM_WakeUpServiceOnNetworkPort_Dependent_qualifiers,
158377                   /* subscript */
158378                   -1,
158379                   /* refId */
158380                   &__root_cimv2_CIM_WakeUpService,
158381               };
158382 mike  1.1.2.1 
158383               static MetaFeature*
158384               _CIM_WakeUpServiceOnNetworkPort_features[] =
158385               {
158386                   (MetaFeature*)&_CIM_WakeUpServiceOnNetworkPort_Antecedent,
158387                   (MetaFeature*)&_CIM_WakeUpServiceOnNetworkPort_Dependent,
158388                   0,
158389               };
158390               
158391               static const char*
158392               __root_cimv2_CIM_WakeUpServiceOnNetworkPort_qualifiers[] =
158393               {
158394                   /* ASSOCIATION */
158395                   "\000\001",
158396                   /* UMLPackagePath */
158397                   "\057CIM::Device::Ports",
158398                   /* Version */
158399                   "\0632.10.0",
158400                   0,
158401               };
158402               
158403 mike  1.1.2.1 MetaClass
158404               __root_cimv2_CIM_WakeUpServiceOnNetworkPort =
158405               {
158406                   /* flags */
158407                   META_FLAG_ASSOCIATION,
158408                   /* name */
158409                   "CIM_WakeUpServiceOnNetworkPort",
158410                   /* qualifiers */
158411                   __root_cimv2_CIM_WakeUpServiceOnNetworkPort_qualifiers,
158412                   /* super */
158413                   &__root_cimv2_CIM_DeviceServiceImplementation,
158414                   /* features */
158415                   _CIM_WakeUpServiceOnNetworkPort_features,
158416               };
158417               
158418               //==============================================================================
158419               //
158420               // Class: CIM_WeightedREDDropperService
158421               //
158422               //==============================================================================
158423               
158424 mike  1.1.2.1 static const char*
158425               _CIM_WeightedREDDropperService_DropMetric_qualifiers[] =
158426               {
158427                   /* Deprecated */
158428                   "\013\000\001No value\000",
158429                   /* ValueMap */
158430                   "\061\000\0071\0002\0003\0004\0005\0006\0007\000",
158431                   /* Values */
158432                   "\062\000\007Other\000IP Precedence\000DSCP Value\000802.1P Priority Value\000RSVP Session\000Queue Depth\000Packet Arrival Rate\000",
158433                   /* ModelCorrespondence */
158434                   "\036\000\001CIM_WeightedREDDropperService.OtherDropMetric\000",
158435                   0,
158436               };
158437               
158438               static MetaProperty
158439               _CIM_WeightedREDDropperService_DropMetric =
158440               {
158441                   /* flags */
158442                   META_FLAG_PROPERTY|META_FLAG_READ,
158443                   /* name */
158444                   "DropMetric",
158445 mike  1.1.2.1     /* qualifiers */
158446                   _CIM_WeightedREDDropperService_DropMetric_qualifiers,
158447                   /* type */
158448                   CIMTYPE_UINT16,
158449                   /* subscript */
158450                   -1,
158451                   /* value */
158452                   0,
158453               };
158454               
158455               static const char*
158456               _CIM_WeightedREDDropperService_OtherDropMetric_qualifiers[] =
158457               {
158458                   /* Deprecated */
158459                   "\013\000\001No value\000",
158460                   /* ModelCorrespondence */
158461                   "\036\000\001CIM_WeightedREDDropperService.DropMetric\000",
158462                   0,
158463               };
158464               
158465               static MetaProperty
158466 mike  1.1.2.1 _CIM_WeightedREDDropperService_OtherDropMetric =
158467               {
158468                   /* flags */
158469                   META_FLAG_PROPERTY|META_FLAG_READ,
158470                   /* name */
158471                   "OtherDropMetric",
158472                   /* qualifiers */
158473                   _CIM_WeightedREDDropperService_OtherDropMetric_qualifiers,
158474                   /* type */
158475                   CIMTYPE_STRING,
158476                   /* subscript */
158477                   -1,
158478                   /* value */
158479                   0,
158480               };
158481               
158482               static const char*
158483               _CIM_WeightedREDDropperService_Weight_qualifiers[] =
158484               {
158485                   /* Deprecated */
158486                   "\013\000\001CIM_DropThresholdCalculationService.SmoothingWeight\000",
158487 mike  1.1.2.1     /* MinValue */
158488                   "\035\000\000\000\000\000\000\000\000",
158489                   /* MaxValue */
158490                   "\031\000\000\000\000\000\000\000\144",
158491                   0,
158492               };
158493               
158494               static MetaProperty
158495               _CIM_WeightedREDDropperService_Weight =
158496               {
158497                   /* flags */
158498                   META_FLAG_PROPERTY|META_FLAG_READ,
158499                   /* name */
158500                   "Weight",
158501                   /* qualifiers */
158502                   _CIM_WeightedREDDropperService_Weight_qualifiers,
158503                   /* type */
158504                   CIMTYPE_REAL32,
158505                   /* subscript */
158506                   -1,
158507                   /* value */
158508 mike  1.1.2.1     0,
158509               };
158510               
158511               static MetaFeature*
158512               _CIM_WeightedREDDropperService_features[] =
158513               {
158514                   (MetaFeature*)&_CIM_WeightedREDDropperService_DropMetric,
158515                   (MetaFeature*)&_CIM_WeightedREDDropperService_OtherDropMetric,
158516                   (MetaFeature*)&_CIM_WeightedREDDropperService_Weight,
158517                   0,
158518               };
158519               
158520               static const char*
158521               __root_cimv2_CIM_WeightedREDDropperService_qualifiers[] =
158522               {
158523                   /* Deprecated */
158524                   "\013\000\001No value\000",
158525                   /* UMLPackagePath */
158526                   "\057CIM::Network::QoS",
158527                   /* Version */
158528                   "\0632.7.0",
158529 mike  1.1.2.1     0,
158530               };
158531               
158532               MetaClass
158533               __root_cimv2_CIM_WeightedREDDropperService =
158534               {
158535                   /* flags */
158536                   META_FLAG_CLASS,
158537                   /* name */
158538                   "CIM_WeightedREDDropperService",
158539                   /* qualifiers */
158540                   __root_cimv2_CIM_WeightedREDDropperService_qualifiers,
158541                   /* super */
158542                   &__root_cimv2_CIM_DropperService,
158543                   /* features */
158544                   _CIM_WeightedREDDropperService_features,
158545               };
158546               
158547               //==============================================================================
158548               //
158549               // Class: CIM_AccountManagementService
158550 mike  1.1.2.1 //
158551               //==============================================================================
158552               
158553               static MetaFeature*
158554               _CIM_AccountManagementService_features[] =
158555               {
158556                   0,
158557               };
158558               
158559               static const char*
158560               __root_cimv2_CIM_AccountManagementService_qualifiers[] =
158561               {
158562                   /* UMLPackagePath */
158563                   "\057CIM::User::Account",
158564                   /* Version */
158565                   "\0632.6.0",
158566                   0,
158567               };
158568               
158569               MetaClass
158570               __root_cimv2_CIM_AccountManagementService =
158571 mike  1.1.2.1 {
158572                   /* flags */
158573                   META_FLAG_CLASS,
158574                   /* name */
158575                   "CIM_AccountManagementService",
158576                   /* qualifiers */
158577                   __root_cimv2_CIM_AccountManagementService_qualifiers,
158578                   /* super */
158579                   &__root_cimv2_CIM_SecurityService,
158580                   /* features */
158581                   _CIM_AccountManagementService_features,
158582               };
158583               
158584               //==============================================================================
158585               //
158586               // Class: CIM_Action
158587               //
158588               //==============================================================================
158589               
158590               static const char*
158591               _CIM_Action_Name_qualifiers[] =
158592 mike  1.1.2.1 {
158593                   /* Key */
158594                   "\025\001",
158595                   /* Propagated */
158596                   "\045CIM_SoftwareElement.Name",
158597                   /* MaxLen */
158598                   "\030\000\000\001\000",
158599                   0,
158600               };
158601               
158602               static MetaProperty
158603               _CIM_Action_Name =
158604               {
158605                   /* flags */
158606                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
158607                   /* name */
158608                   "Name",
158609                   /* qualifiers */
158610                   _CIM_Action_Name_qualifiers,
158611                   /* type */
158612                   CIMTYPE_STRING,
158613 mike  1.1.2.1     /* subscript */
158614                   -1,
158615                   /* value */
158616                   0,
158617               };
158618               
158619               static const char*
158620               _CIM_Action_Version_qualifiers[] =
158621               {
158622                   /* Key */
158623                   "\025\001",
158624                   /* Propagated */
158625                   "\045CIM_SoftwareElement.Version",
158626                   /* MaxLen */
158627                   "\030\000\000\000\100",
158628                   0,
158629               };
158630               
158631               static MetaProperty
158632               _CIM_Action_Version =
158633               {
158634 mike  1.1.2.1     /* flags */
158635                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
158636                   /* name */
158637                   "Version",
158638                   /* qualifiers */
158639                   _CIM_Action_Version_qualifiers,
158640                   /* type */
158641                   CIMTYPE_STRING,
158642                   /* subscript */
158643                   -1,
158644                   /* value */
158645                   0,
158646               };
158647               
158648               static const char*
158649               _CIM_Action_SoftwareElementState_qualifiers[] =
158650               {
158651                   /* Key */
158652                   "\025\001",
158653                   /* Propagated */
158654                   "\045CIM_SoftwareElement.SoftwareElementState",
158655 mike  1.1.2.1     /* ValueMap */
158656                   "\061\000\0040\0001\0002\0003\000",
158657                   /* Values */
158658                   "\062\000\004Deployable\000Installable\000Executable\000Running\000",
158659                   0,
158660               };
158661               
158662               static MetaProperty
158663               _CIM_Action_SoftwareElementState =
158664               {
158665                   /* flags */
158666                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
158667                   /* name */
158668                   "SoftwareElementState",
158669                   /* qualifiers */
158670                   _CIM_Action_SoftwareElementState_qualifiers,
158671                   /* type */
158672                   CIMTYPE_UINT16,
158673                   /* subscript */
158674                   -1,
158675                   /* value */
158676 mike  1.1.2.1     0,
158677               };
158678               
158679               static const char*
158680               _CIM_Action_SoftwareElementID_qualifiers[] =
158681               {
158682                   /* Key */
158683                   "\025\001",
158684                   /* Propagated */
158685                   "\045CIM_SoftwareElement.SoftwareElementID",
158686                   /* MaxLen */
158687                   "\030\000\000\001\000",
158688                   0,
158689               };
158690               
158691               static MetaProperty
158692               _CIM_Action_SoftwareElementID =
158693               {
158694                   /* flags */
158695                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
158696                   /* name */
158697 mike  1.1.2.1     "SoftwareElementID",
158698                   /* qualifiers */
158699                   _CIM_Action_SoftwareElementID_qualifiers,
158700                   /* type */
158701                   CIMTYPE_STRING,
158702                   /* subscript */
158703                   -1,
158704                   /* value */
158705                   0,
158706               };
158707               
158708               static const char*
158709               _CIM_Action_TargetOperatingSystem_qualifiers[] =
158710               {
158711                   /* Key */
158712                   "\025\001",
158713                   /* Propagated */
158714                   "\045CIM_SoftwareElement.TargetOperatingSystem",
158715                   /* ValueMap */
158716                   "\061\000\1070\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\00025\00026\00027\00028\00029\00030\00031\00032\00033\00034\00035\00036\00037\00038\00039\00040\00041\00042\00043\00044\00045\00046\00047\00048\00049\00050\00051\00052\00053\00054\00055\00056\00057\00058\00059\00060\00061\00062\00063\00064\00065\00066\00067\00068\00069\00070\000",
158717                   /* Values */
158718 mike  1.1.2.1     "\062\000\107Unknown\000Other\000MACOS\000ATTUNIX\000DGUX\000DECNT\000Tru64 UNIX\000OpenVMS\000HPUX\000AIX\000MVS\000OS400\000OS/2\000JavaVM\000MSDOS\000WIN3x\000WIN95\000WIN98\000WINNT\000WINCE\000NCR3000\000NetWare\000OSF\000DC/OS\000Reliant UNIX\000SCO UnixWare\000SCO OpenServer\000Sequent\000IRIX\000Solaris\000SunOS\000U6000\000ASERIES\000HP NonStop OS\000HP NonStop OSS\000BS2000\000LINUX\000Lynx\000XENIX\000VM\000Interactive UNIX\000BSDUNIX\000FreeBSD\000NetBSD\000GNU Hurd\000OS9\000MACH Kernel\000Inferno\000QNX\000EPOC\000IxWorks\000VxWorks\000MiNT\000BeOS\000HP MPE\000NextStep\000PalmPilot\000Rhapsody\000Windows 2000\000Dedicated\000OS/390\000VSE\000TPF\000Windows (R) Me\000Caldera Open UNIX\000OpenBSD\000Not Applicable\000Windows XP\000z/OS\000Microsoft Windows Server 2003\000Microsoft Windows Server 2003 64-Bit\000",
158719                   0,
158720               };
158721               
158722               static MetaProperty
158723               _CIM_Action_TargetOperatingSystem =
158724               {
158725                   /* flags */
158726                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
158727                   /* name */
158728                   "TargetOperatingSystem",
158729                   /* qualifiers */
158730                   _CIM_Action_TargetOperatingSystem_qualifiers,
158731                   /* type */
158732                   CIMTYPE_UINT16,
158733                   /* subscript */
158734                   -1,
158735                   /* value */
158736                   0,
158737               };
158738               
158739 mike  1.1.2.1 static const char*
158740               _CIM_Action_ActionID_qualifiers[] =
158741               {
158742                   /* Key */
158743                   "\025\001",
158744                   /* MaxLen */
158745                   "\030\000\000\001\000",
158746                   0,
158747               };
158748               
158749               static MetaProperty
158750               _CIM_Action_ActionID =
158751               {
158752                   /* flags */
158753                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
158754                   /* name */
158755                   "ActionID",
158756                   /* qualifiers */
158757                   _CIM_Action_ActionID_qualifiers,
158758                   /* type */
158759                   CIMTYPE_STRING,
158760 mike  1.1.2.1     /* subscript */
158761                   -1,
158762                   /* value */
158763                   0,
158764               };
158765               
158766               static const char*
158767               _CIM_Action_Direction_qualifiers[] =
158768               {
158769                   /* ValueMap */
158770                   "\061\000\0020\0001\000",
158771                   /* Values */
158772                   "\062\000\002Install\000Uninstall\000",
158773                   0,
158774               };
158775               
158776               static MetaProperty
158777               _CIM_Action_Direction =
158778               {
158779                   /* flags */
158780                   META_FLAG_PROPERTY|META_FLAG_READ,
158781 mike  1.1.2.1     /* name */
158782                   "Direction",
158783                   /* qualifiers */
158784                   _CIM_Action_Direction_qualifiers,
158785                   /* type */
158786                   CIMTYPE_UINT16,
158787                   /* subscript */
158788                   -1,
158789                   /* value */
158790                   0,
158791               };
158792               
158793               static MetaFeature*
158794               _CIM_Action_Invoke_parameters[] =
158795               {
158796                   0,
158797               };
158798               
158799               static const char*
158800               _CIM_Action_Invoke_qualifiers[] =
158801               {
158802 mike  1.1.2.1     0,
158803               };
158804               
158805               static MetaMethod
158806               _CIM_Action_Invoke =
158807               {
158808                   /* flags */
158809                   META_FLAG_METHOD,
158810                   /* name */
158811                   "CIM_Action",
158812                   /* qualifiers */
158813                   _CIM_Action_Invoke_qualifiers,
158814                   /* type */
158815                   CIMTYPE_UINT32,
158816                   /* parameters */
158817                   _CIM_Action_Invoke_parameters,
158818               };
158819               
158820               static const char*
158821               _CIM_Action_InvokeOnSystem_TargetSystem_qualifiers[] =
158822               {
158823 mike  1.1.2.1     /* IN */
158824                   "\024\001",
158825                   0,
158826               };
158827               
158828               static MetaReference
158829               _CIM_Action_InvokeOnSystem_TargetSystem =
158830               {
158831                   /* flags */
158832                   META_FLAG_REFERENCE|META_FLAG_IN,
158833                   /* name */
158834                   "TargetSystem",
158835                   /* qualifiers */
158836                   _CIM_Action_InvokeOnSystem_TargetSystem_qualifiers,
158837                   /* subscript */
158838                   -1,
158839                   /* ref */
158840                   &__root_cimv2_CIM_ComputerSystem,
158841               };
158842               
158843               static MetaFeature*
158844 mike  1.1.2.1 _CIM_Action_InvokeOnSystem_parameters[] =
158845               {
158846                   (MetaFeature*)&_CIM_Action_InvokeOnSystem_TargetSystem,
158847                   0,
158848               };
158849               
158850               static const char*
158851               _CIM_Action_InvokeOnSystem_qualifiers[] =
158852               {
158853                   0,
158854               };
158855               
158856               static MetaMethod
158857               _CIM_Action_InvokeOnSystem =
158858               {
158859                   /* flags */
158860                   META_FLAG_METHOD,
158861                   /* name */
158862                   "CIM_Action",
158863                   /* qualifiers */
158864                   _CIM_Action_InvokeOnSystem_qualifiers,
158865 mike  1.1.2.1     /* type */
158866                   CIMTYPE_UINT32,
158867                   /* parameters */
158868                   _CIM_Action_InvokeOnSystem_parameters,
158869               };
158870               
158871               static MetaFeature*
158872               _CIM_Action_features[] =
158873               {
158874                   (MetaFeature*)&_CIM_Action_Name,
158875                   (MetaFeature*)&_CIM_Action_Version,
158876                   (MetaFeature*)&_CIM_Action_SoftwareElementState,
158877                   (MetaFeature*)&_CIM_Action_SoftwareElementID,
158878                   (MetaFeature*)&_CIM_Action_TargetOperatingSystem,
158879                   (MetaFeature*)&_CIM_Action_ActionID,
158880                   (MetaFeature*)&_CIM_Action_Direction,
158881                   (MetaFeature*)&_CIM_Action_Invoke,
158882                   (MetaFeature*)&_CIM_Action_InvokeOnSystem,
158883                   0,
158884               };
158885               
158886 mike  1.1.2.1 static const char*
158887               __root_cimv2_CIM_Action_qualifiers[] =
158888               {
158889                   /* UMLPackagePath */
158890                   "\057CIM::Application::CheckAction",
158891                   /* Abstract */
158892                   "\002\001",
158893                   /* Version */
158894                   "\0632.7.0",
158895                   0,
158896               };
158897               
158898               MetaClass
158899               __root_cimv2_CIM_Action =
158900               {
158901                   /* flags */
158902                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
158903                   /* name */
158904                   "CIM_Action",
158905                   /* qualifiers */
158906                   __root_cimv2_CIM_Action_qualifiers,
158907 mike  1.1.2.1     /* super */
158908                   &__root_cimv2_CIM_ManagedElement,
158909                   /* features */
158910                   _CIM_Action_features,
158911               };
158912               
158913               //==============================================================================
158914               //
158915               // Class: CIM_ActionSequence
158916               //
158917               //==============================================================================
158918               
158919               static const char*
158920               _CIM_ActionSequence_Next_qualifiers[] =
158921               {
158922                   /* Key */
158923                   "\025\001",
158924                   /* Max */
158925                   "\027\000\000\000\001",
158926                   0,
158927               };
158928 mike  1.1.2.1 
158929               static MetaReference
158930               _CIM_ActionSequence_Next =
158931               {
158932                   /* flags */
158933                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
158934                   /* name */
158935                   "Next",
158936                   /* qualifiers */
158937                   _CIM_ActionSequence_Next_qualifiers,
158938                   /* subscript */
158939                   -1,
158940                   /* refId */
158941                   &__root_cimv2_CIM_Action,
158942               };
158943               
158944               static const char*
158945               _CIM_ActionSequence_Prior_qualifiers[] =
158946               {
158947                   /* Key */
158948                   "\025\001",
158949 mike  1.1.2.1     /* Max */
158950                   "\027\000\000\000\001",
158951                   0,
158952               };
158953               
158954               static MetaReference
158955               _CIM_ActionSequence_Prior =
158956               {
158957                   /* flags */
158958                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
158959                   /* name */
158960                   "Prior",
158961                   /* qualifiers */
158962                   _CIM_ActionSequence_Prior_qualifiers,
158963                   /* subscript */
158964                   -1,
158965                   /* refId */
158966                   &__root_cimv2_CIM_Action,
158967               };
158968               
158969               static MetaFeature*
158970 mike  1.1.2.1 _CIM_ActionSequence_features[] =
158971               {
158972                   (MetaFeature*)&_CIM_ActionSequence_Next,
158973                   (MetaFeature*)&_CIM_ActionSequence_Prior,
158974                   0,
158975               };
158976               
158977               static const char*
158978               __root_cimv2_CIM_ActionSequence_qualifiers[] =
158979               {
158980                   /* ASSOCIATION */
158981                   "\000\001",
158982                   /* UMLPackagePath */
158983                   "\057CIM::Application::CheckAction",
158984                   /* Version */
158985                   "\0632.6.0",
158986                   0,
158987               };
158988               
158989               MetaClass
158990               __root_cimv2_CIM_ActionSequence =
158991 mike  1.1.2.1 {
158992                   /* flags */
158993                   META_FLAG_ASSOCIATION,
158994                   /* name */
158995                   "CIM_ActionSequence",
158996                   /* qualifiers */
158997                   __root_cimv2_CIM_ActionSequence_qualifiers,
158998                   /* super */
158999                   0,
159000                   /* features */
159001                   _CIM_ActionSequence_features,
159002               };
159003               
159004               //==============================================================================
159005               //
159006               // Class: CIM_ActiveConnection
159007               //
159008               //==============================================================================
159009               
159010               static const char*
159011               _CIM_ActiveConnection_Antecedent_qualifiers[] =
159012 mike  1.1.2.1 {
159013                   /* Override */
159014                   "\044Antecedent",
159015                   0,
159016               };
159017               
159018               static MetaReference
159019               _CIM_ActiveConnection_Antecedent =
159020               {
159021                   /* flags */
159022                   META_FLAG_REFERENCE|META_FLAG_READ,
159023                   /* name */
159024                   "Antecedent",
159025                   /* qualifiers */
159026                   _CIM_ActiveConnection_Antecedent_qualifiers,
159027                   /* subscript */
159028                   -1,
159029                   /* refId */
159030                   &__root_cimv2_CIM_ServiceAccessPoint,
159031               };
159032               
159033 mike  1.1.2.1 static const char*
159034               _CIM_ActiveConnection_Dependent_qualifiers[] =
159035               {
159036                   /* Override */
159037                   "\044Dependent",
159038                   0,
159039               };
159040               
159041               static MetaReference
159042               _CIM_ActiveConnection_Dependent =
159043               {
159044                   /* flags */
159045                   META_FLAG_REFERENCE|META_FLAG_READ,
159046                   /* name */
159047                   "Dependent",
159048                   /* qualifiers */
159049                   _CIM_ActiveConnection_Dependent_qualifiers,
159050                   /* subscript */
159051                   -1,
159052                   /* refId */
159053                   &__root_cimv2_CIM_ServiceAccessPoint,
159054 mike  1.1.2.1 };
159055               
159056               static const char*
159057               _CIM_ActiveConnection_TrafficType_qualifiers[] =
159058               {
159059                   /* Deprecated */
159060                   "\013\000\001No value\000",
159061                   /* ValueMap */
159062                   "\061\000\0060\0001\0002\0003\0004\0005\000",
159063                   /* Values */
159064                   "\062\000\006Unknown\000Other\000Unicast\000Broadcast\000Multicast\000Anycast\000",
159065                   /* ModelCorrespondence */
159066                   "\036\000\001CIM_ActiveConnection.OtherTrafficDescription\000",
159067                   0,
159068               };
159069               
159070               static MetaProperty
159071               _CIM_ActiveConnection_TrafficType =
159072               {
159073                   /* flags */
159074                   META_FLAG_PROPERTY|META_FLAG_READ,
159075 mike  1.1.2.1     /* name */
159076                   "TrafficType",
159077                   /* qualifiers */
159078                   _CIM_ActiveConnection_TrafficType_qualifiers,
159079                   /* type */
159080                   CIMTYPE_UINT16,
159081                   /* subscript */
159082                   -1,
159083                   /* value */
159084                   0,
159085               };
159086               
159087               static const char*
159088               _CIM_ActiveConnection_OtherTrafficDescription_qualifiers[] =
159089               {
159090                   /* Deprecated */
159091                   "\013\000\001No value\000",
159092                   /* MaxLen */
159093                   "\030\000\000\000\100",
159094                   /* ModelCorrespondence */
159095                   "\036\000\001CIM_ActiveConnection.TrafficType\000",
159096 mike  1.1.2.1     0,
159097               };
159098               
159099               static MetaProperty
159100               _CIM_ActiveConnection_OtherTrafficDescription =
159101               {
159102                   /* flags */
159103                   META_FLAG_PROPERTY|META_FLAG_READ,
159104                   /* name */
159105                   "OtherTrafficDescription",
159106                   /* qualifiers */
159107                   _CIM_ActiveConnection_OtherTrafficDescription_qualifiers,
159108                   /* type */
159109                   CIMTYPE_STRING,
159110                   /* subscript */
159111                   -1,
159112                   /* value */
159113                   0,
159114               };
159115               
159116               static const char*
159117 mike  1.1.2.1 _CIM_ActiveConnection_IsUnidirectional_qualifiers[] =
159118               {
159119                   0,
159120               };
159121               
159122               static MetaProperty
159123               _CIM_ActiveConnection_IsUnidirectional =
159124               {
159125                   /* flags */
159126                   META_FLAG_PROPERTY|META_FLAG_READ,
159127                   /* name */
159128                   "IsUnidirectional",
159129                   /* qualifiers */
159130                   _CIM_ActiveConnection_IsUnidirectional_qualifiers,
159131                   /* type */
159132                   CIMTYPE_BOOLEAN,
159133                   /* subscript */
159134                   -1,
159135                   /* value */
159136                   0,
159137               };
159138 mike  1.1.2.1 
159139               static MetaFeature*
159140               _CIM_ActiveConnection_features[] =
159141               {
159142                   (MetaFeature*)&_CIM_ActiveConnection_Antecedent,
159143                   (MetaFeature*)&_CIM_ActiveConnection_Dependent,
159144                   (MetaFeature*)&_CIM_ActiveConnection_TrafficType,
159145                   (MetaFeature*)&_CIM_ActiveConnection_OtherTrafficDescription,
159146                   (MetaFeature*)&_CIM_ActiveConnection_IsUnidirectional,
159147                   0,
159148               };
159149               
159150               static const char*
159151               __root_cimv2_CIM_ActiveConnection_qualifiers[] =
159152               {
159153                   /* ASSOCIATION */
159154                   "\000\001",
159155                   /* UMLPackagePath */
159156                   "\057CIM::Core::Service",
159157                   /* Version */
159158                   "\0632.10.0",
159159 mike  1.1.2.1     0,
159160               };
159161               
159162               MetaClass
159163               __root_cimv2_CIM_ActiveConnection =
159164               {
159165                   /* flags */
159166                   META_FLAG_ASSOCIATION,
159167                   /* name */
159168                   "CIM_ActiveConnection",
159169                   /* qualifiers */
159170                   __root_cimv2_CIM_ActiveConnection_qualifiers,
159171                   /* super */
159172                   &__root_cimv2_CIM_SAPSAPDependency,
159173                   /* features */
159174                   _CIM_ActiveConnection_features,
159175               };
159176               
159177               //==============================================================================
159178               //
159179               // Class: CIM_ADSLModem
159180 mike  1.1.2.1 //
159181               //==============================================================================
159182               
159183               static const char*
159184               _CIM_ADSLModem_NoiseMargin_qualifiers[] =
159185               {
159186                   /* Units */
159187                   "\060Tenths of Decibels",
159188                   0,
159189               };
159190               
159191               static MetaProperty
159192               _CIM_ADSLModem_NoiseMargin =
159193               {
159194                   /* flags */
159195                   META_FLAG_PROPERTY|META_FLAG_READ,
159196                   /* name */
159197                   "NoiseMargin",
159198                   /* qualifiers */
159199                   _CIM_ADSLModem_NoiseMargin_qualifiers,
159200                   /* type */
159201 mike  1.1.2.1     CIMTYPE_UINT32,
159202                   /* subscript */
159203                   -1,
159204                   /* value */
159205                   0,
159206               };
159207               
159208               static const char*
159209               _CIM_ADSLModem_LineAttenuation_qualifiers[] =
159210               {
159211                   /* Units */
159212                   "\060Tenths of Decibels",
159213                   /* Gauge */
159214                   "\023\001",
159215                   0,
159216               };
159217               
159218               static MetaProperty
159219               _CIM_ADSLModem_LineAttenuation =
159220               {
159221                   /* flags */
159222 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
159223                   /* name */
159224                   "LineAttenuation",
159225                   /* qualifiers */
159226                   _CIM_ADSLModem_LineAttenuation_qualifiers,
159227                   /* type */
159228                   CIMTYPE_UINT32,
159229                   /* subscript */
159230                   -1,
159231                   /* value */
159232                   0,
159233               };
159234               
159235               static const char*
159236               _CIM_ADSLModem_LineState_qualifiers[] =
159237               {
159238                   /* ValueMap */
159239                   "\061\000\0051\0002\0004\0008\00032\000",
159240                   /* Values */
159241                   "\062\000\005No Defect\000Loss Of Framing\000Loss Of Signal\000Loss Of Power\000Loss Of Signal Quality\000",
159242                   0,
159243 mike  1.1.2.1 };
159244               
159245               static MetaProperty
159246               _CIM_ADSLModem_LineState =
159247               {
159248                   /* flags */
159249                   META_FLAG_PROPERTY|META_FLAG_READ,
159250                   /* name */
159251                   "LineState",
159252                   /* qualifiers */
159253                   _CIM_ADSLModem_LineState_qualifiers,
159254                   /* type */
159255                   CIMTYPE_UINT32,
159256                   /* subscript */
159257                   -1,
159258                   /* value */
159259                   0,
159260               };
159261               
159262               static const char*
159263               _CIM_ADSLModem_TotalOutputPower_qualifiers[] =
159264 mike  1.1.2.1 {
159265                   /* Units */
159266                   "\060Tenths of Decibels",
159267                   /* Gauge */
159268                   "\023\001",
159269                   0,
159270               };
159271               
159272               static MetaProperty
159273               _CIM_ADSLModem_TotalOutputPower =
159274               {
159275                   /* flags */
159276                   META_FLAG_PROPERTY|META_FLAG_GAUGE|META_FLAG_READ,
159277                   /* name */
159278                   "TotalOutputPower",
159279                   /* qualifiers */
159280                   _CIM_ADSLModem_TotalOutputPower_qualifiers,
159281                   /* type */
159282                   CIMTYPE_UINT32,
159283                   /* subscript */
159284                   -1,
159285 mike  1.1.2.1     /* value */
159286                   0,
159287               };
159288               
159289               static const char*
159290               _CIM_ADSLModem_MaxDataRate_qualifiers[] =
159291               {
159292                   /* Units */
159293                   "\060Bits per Second",
159294                   0,
159295               };
159296               
159297               static MetaProperty
159298               _CIM_ADSLModem_MaxDataRate =
159299               {
159300                   /* flags */
159301                   META_FLAG_PROPERTY|META_FLAG_READ,
159302                   /* name */
159303                   "MaxDataRate",
159304                   /* qualifiers */
159305                   _CIM_ADSLModem_MaxDataRate_qualifiers,
159306 mike  1.1.2.1     /* type */
159307                   CIMTYPE_UINT32,
159308                   /* subscript */
159309                   -1,
159310                   /* value */
159311                   0,
159312               };
159313               
159314               static MetaFeature*
159315               _CIM_ADSLModem_features[] =
159316               {
159317                   (MetaFeature*)&_CIM_ADSLModem_NoiseMargin,
159318                   (MetaFeature*)&_CIM_ADSLModem_LineAttenuation,
159319                   (MetaFeature*)&_CIM_ADSLModem_LineState,
159320                   (MetaFeature*)&_CIM_ADSLModem_TotalOutputPower,
159321                   (MetaFeature*)&_CIM_ADSLModem_MaxDataRate,
159322                   0,
159323               };
159324               
159325               static const char*
159326               __root_cimv2_CIM_ADSLModem_qualifiers[] =
159327 mike  1.1.2.1 {
159328                   /* UMLPackagePath */
159329                   "\057CIM::Device::Modems",
159330                   /* Version */
159331                   "\0632.10.0",
159332                   0,
159333               };
159334               
159335               MetaClass
159336               __root_cimv2_CIM_ADSLModem =
159337               {
159338                   /* flags */
159339                   META_FLAG_CLASS,
159340                   /* name */
159341                   "CIM_ADSLModem",
159342                   /* qualifiers */
159343                   __root_cimv2_CIM_ADSLModem_qualifiers,
159344                   /* super */
159345                   &__root_cimv2_CIM_DSLModem,
159346                   /* features */
159347                   _CIM_ADSLModem_features,
159348 mike  1.1.2.1 };
159349               
159350               //==============================================================================
159351               //
159352               // Class: CIM_AggregatePSExtentBasedOnAggregatePExtent
159353               //
159354               //==============================================================================
159355               
159356               static const char*
159357               _CIM_AggregatePSExtentBasedOnAggregatePExtent_Antecedent_qualifiers[] =
159358               {
159359                   /* Deprecated */
159360                   "\013\000\001CIM_ProtectedExtentBasedOn.Antecedent\000",
159361                   /* Override */
159362                   "\044Antecedent",
159363                   /* Max */
159364                   "\027\000\000\000\001",
159365                   0,
159366               };
159367               
159368               static MetaReference
159369 mike  1.1.2.1 _CIM_AggregatePSExtentBasedOnAggregatePExtent_Antecedent =
159370               {
159371                   /* flags */
159372                   META_FLAG_REFERENCE|META_FLAG_READ,
159373                   /* name */
159374                   "Antecedent",
159375                   /* qualifiers */
159376                   _CIM_AggregatePSExtentBasedOnAggregatePExtent_Antecedent_qualifiers,
159377                   /* subscript */
159378                   -1,
159379                   /* refId */
159380                   &__root_cimv2_CIM_AggregatePExtent,
159381               };
159382               
159383               static const char*
159384               _CIM_AggregatePSExtentBasedOnAggregatePExtent_Dependent_qualifiers[] =
159385               {
159386                   /* Deprecated */
159387                   "\013\000\001CIM_ProtectedExtentBasedOn.Dependent\000",
159388                   /* Override */
159389                   "\044Dependent",
159390 mike  1.1.2.1     0,
159391               };
159392               
159393               static MetaReference
159394               _CIM_AggregatePSExtentBasedOnAggregatePExtent_Dependent =
159395               {
159396                   /* flags */
159397                   META_FLAG_REFERENCE|META_FLAG_READ,
159398                   /* name */
159399                   "Dependent",
159400                   /* qualifiers */
159401                   _CIM_AggregatePSExtentBasedOnAggregatePExtent_Dependent_qualifiers,
159402                   /* subscript */
159403                   -1,
159404                   /* refId */
159405                   &__root_cimv2_CIM_AggregatePSExtent,
159406               };
159407               
159408               static MetaFeature*
159409               _CIM_AggregatePSExtentBasedOnAggregatePExtent_features[] =
159410               {
159411 mike  1.1.2.1     (MetaFeature*)&_CIM_AggregatePSExtentBasedOnAggregatePExtent_Antecedent,
159412                   (MetaFeature*)&_CIM_AggregatePSExtentBasedOnAggregatePExtent_Dependent,
159413                   0,
159414               };
159415               
159416               static const char*
159417               __root_cimv2_CIM_AggregatePSExtentBasedOnAggregatePExtent_qualifiers[] =
159418               {
159419                   /* ASSOCIATION */
159420                   "\000\001",
159421                   /* Deprecated */
159422                   "\013\000\001CIM_ProtectedExtentBasedOn\000",
159423                   /* UMLPackagePath */
159424                   "\057CIM::Device::SccExtents",
159425                   /* Version */
159426                   "\0632.8.0",
159427                   0,
159428               };
159429               
159430               MetaClass
159431               __root_cimv2_CIM_AggregatePSExtentBasedOnAggregatePExtent =
159432 mike  1.1.2.1 {
159433                   /* flags */
159434                   META_FLAG_ASSOCIATION,
159435                   /* name */
159436                   "CIM_AggregatePSExtentBasedOnAggregatePExtent",
159437                   /* qualifiers */
159438                   __root_cimv2_CIM_AggregatePSExtentBasedOnAggregatePExtent_qualifiers,
159439                   /* super */
159440                   &__root_cimv2_CIM_BasedOn,
159441                   /* features */
159442                   _CIM_AggregatePSExtentBasedOnAggregatePExtent_features,
159443               };
159444               
159445               //==============================================================================
159446               //
159447               // Class: CIM_AggregatePSExtentBasedOnPExtent
159448               //
159449               //==============================================================================
159450               
159451               static const char*
159452               _CIM_AggregatePSExtentBasedOnPExtent_Antecedent_qualifiers[] =
159453 mike  1.1.2.1 {
159454                   /* Deprecated */
159455                   "\013\000\001CIM_ProtectedExtentBasedOn.Antecedent\000",
159456                   /* Override */
159457                   "\044Antecedent",
159458                   /* Max */
159459                   "\027\000\000\000\001",
159460                   0,
159461               };
159462               
159463               static MetaReference
159464               _CIM_AggregatePSExtentBasedOnPExtent_Antecedent =
159465               {
159466                   /* flags */
159467                   META_FLAG_REFERENCE|META_FLAG_READ,
159468                   /* name */
159469                   "Antecedent",
159470                   /* qualifiers */
159471                   _CIM_AggregatePSExtentBasedOnPExtent_Antecedent_qualifiers,
159472                   /* subscript */
159473                   -1,
159474 mike  1.1.2.1     /* refId */
159475                   &__root_cimv2_CIM_PhysicalExtent,
159476               };
159477               
159478               static const char*
159479               _CIM_AggregatePSExtentBasedOnPExtent_Dependent_qualifiers[] =
159480               {
159481                   /* Deprecated */
159482                   "\013\000\001CIM_ProtectedExtentBasedOn.Dependent\000",
159483                   /* Override */
159484                   "\044Dependent",
159485                   0,
159486               };
159487               
159488               static MetaReference
159489               _CIM_AggregatePSExtentBasedOnPExtent_Dependent =
159490               {
159491                   /* flags */
159492                   META_FLAG_REFERENCE|META_FLAG_READ,
159493                   /* name */
159494                   "Dependent",
159495 mike  1.1.2.1     /* qualifiers */
159496                   _CIM_AggregatePSExtentBasedOnPExtent_Dependent_qualifiers,
159497                   /* subscript */
159498                   -1,
159499                   /* refId */
159500                   &__root_cimv2_CIM_AggregatePSExtent,
159501               };
159502               
159503               static MetaFeature*
159504               _CIM_AggregatePSExtentBasedOnPExtent_features[] =
159505               {
159506                   (MetaFeature*)&_CIM_AggregatePSExtentBasedOnPExtent_Antecedent,
159507                   (MetaFeature*)&_CIM_AggregatePSExtentBasedOnPExtent_Dependent,
159508                   0,
159509               };
159510               
159511               static const char*
159512               __root_cimv2_CIM_AggregatePSExtentBasedOnPExtent_qualifiers[] =
159513               {
159514                   /* ASSOCIATION */
159515                   "\000\001",
159516 mike  1.1.2.1     /* Deprecated */
159517                   "\013\000\001CIM_ProtectedExtentBasedOn\000",
159518                   /* UMLPackagePath */
159519                   "\057CIM::Device::SccExtents",
159520                   /* Version */
159521                   "\0632.8.0",
159522                   0,
159523               };
159524               
159525               MetaClass
159526               __root_cimv2_CIM_AggregatePSExtentBasedOnPExtent =
159527               {
159528                   /* flags */
159529                   META_FLAG_ASSOCIATION,
159530                   /* name */
159531                   "CIM_AggregatePSExtentBasedOnPExtent",
159532                   /* qualifiers */
159533                   __root_cimv2_CIM_AggregatePSExtentBasedOnPExtent_qualifiers,
159534                   /* super */
159535                   &__root_cimv2_CIM_BasedOn,
159536                   /* features */
159537 mike  1.1.2.1     _CIM_AggregatePSExtentBasedOnPExtent_features,
159538               };
159539               
159540               //==============================================================================
159541               //
159542               // Class: CIM_AggregateRedundancyComponent
159543               //
159544               //==============================================================================
159545               
159546               static const char*
159547               _CIM_AggregateRedundancyComponent_GroupComponent_qualifiers[] =
159548               {
159549                   /* Deprecated */
159550                   "\013\000\001CIM_ExtentRedundancyComponent.GroupComponent\000",
159551                   /* Aggregate */
159552                   "\003\001",
159553                   /* Override */
159554                   "\044GroupComponent",
159555                   0,
159556               };
159557               
159558 mike  1.1.2.1 static MetaReference
159559               _CIM_AggregateRedundancyComponent_GroupComponent =
159560               {
159561                   /* flags */
159562                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
159563                   /* name */
159564                   "GroupComponent",
159565                   /* qualifiers */
159566                   _CIM_AggregateRedundancyComponent_GroupComponent_qualifiers,
159567                   /* subscript */
159568                   -1,
159569                   /* refId */
159570                   &__root_cimv2_CIM_StorageRedundancyGroup,
159571               };
159572               
159573               static const char*
159574               _CIM_AggregateRedundancyComponent_PartComponent_qualifiers[] =
159575               {
159576                   /* Deprecated */
159577                   "\013\000\001CIM_ExtentRedundancyComponent.PartComponent\000",
159578                   /* Override */
159579 mike  1.1.2.1     "\044PartComponent",
159580                   0,
159581               };
159582               
159583               static MetaReference
159584               _CIM_AggregateRedundancyComponent_PartComponent =
159585               {
159586                   /* flags */
159587                   META_FLAG_REFERENCE|META_FLAG_READ,
159588                   /* name */
159589                   "PartComponent",
159590                   /* qualifiers */
159591                   _CIM_AggregateRedundancyComponent_PartComponent_qualifiers,
159592                   /* subscript */
159593                   -1,
159594                   /* refId */
159595                   &__root_cimv2_CIM_AggregatePExtent,
159596               };
159597               
159598               static MetaFeature*
159599               _CIM_AggregateRedundancyComponent_features[] =
159600 mike  1.1.2.1 {
159601                   (MetaFeature*)&_CIM_AggregateRedundancyComponent_GroupComponent,
159602                   (MetaFeature*)&_CIM_AggregateRedundancyComponent_PartComponent,
159603                   0,
159604               };
159605               
159606               static const char*
159607               __root_cimv2_CIM_AggregateRedundancyComponent_qualifiers[] =
159608               {
159609                   /* ASSOCIATION */
159610                   "\000\001",
159611                   /* Deprecated */
159612                   "\013\000\001CIM_ExtentRedundancyComponent\000",
159613                   /* UMLPackagePath */
159614                   "\057CIM::Device::SccExtents",
159615                   /* Aggregation */
159616                   "\004\001",
159617                   /* Version */
159618                   "\0632.7.0",
159619                   0,
159620               };
159621 mike  1.1.2.1 
159622               MetaClass
159623               __root_cimv2_CIM_AggregateRedundancyComponent =
159624               {
159625                   /* flags */
159626                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
159627                   /* name */
159628                   "CIM_AggregateRedundancyComponent",
159629                   /* qualifiers */
159630                   __root_cimv2_CIM_AggregateRedundancyComponent_qualifiers,
159631                   /* super */
159632                   &__root_cimv2_CIM_ExtentRedundancyComponent,
159633                   /* features */
159634                   _CIM_AggregateRedundancyComponent_features,
159635               };
159636               
159637               //==============================================================================
159638               //
159639               // Class: CIM_AGPVideoController
159640               //
159641               //==============================================================================
159642 mike  1.1.2.1 
159643               static const char*
159644               _CIM_AGPVideoController_Capabilities_qualifiers[] =
159645               {
159646                   /* Deprecated */
159647                   "\013\000\001CIM_VideoController.AcceleratorCapabilities\000",
159648                   /* ValueMap */
159649                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
159650                   /* Values */
159651                   "\062\000\007Unknown\000Other\000PCI Fast Write\000MultiMonitor Support\000PCI Mastering\000Second Monochrome Adapter Support\000Large Memory Address Support\000",
159652                   /* ArrayType */
159653                   "\005Indexed",
159654                   /* ModelCorrespondence */
159655                   "\036\000\001CIM_AGPVideoController.CapabilityDescriptions\000",
159656                   0,
159657               };
159658               
159659               static MetaProperty
159660               _CIM_AGPVideoController_Capabilities =
159661               {
159662                   /* flags */
159663 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
159664                   /* name */
159665                   "Capabilities",
159666                   /* qualifiers */
159667                   _CIM_AGPVideoController_Capabilities_qualifiers,
159668                   /* type */
159669                   CIMTYPE_UINT16,
159670                   /* subscript */
159671                   0,
159672                   /* value */
159673                   0,
159674               };
159675               
159676               static const char*
159677               _CIM_AGPVideoController_NonlocalVideoMemorySize_qualifiers[] =
159678               {
159679                   /* Units */
159680                   "\060KiloBytes",
159681                   0,
159682               };
159683               
159684 mike  1.1.2.1 static MetaProperty
159685               _CIM_AGPVideoController_NonlocalVideoMemorySize =
159686               {
159687                   /* flags */
159688                   META_FLAG_PROPERTY|META_FLAG_READ,
159689                   /* name */
159690                   "NonlocalVideoMemorySize",
159691                   /* qualifiers */
159692                   _CIM_AGPVideoController_NonlocalVideoMemorySize_qualifiers,
159693                   /* type */
159694                   CIMTYPE_UINT32,
159695                   /* subscript */
159696                   -1,
159697                   /* value */
159698                   0,
159699               };
159700               
159701               static const char*
159702               _CIM_AGPVideoController_LocalBusWidth_qualifiers[] =
159703               {
159704                   /* Units */
159705 mike  1.1.2.1     "\060Bits",
159706                   0,
159707               };
159708               
159709               static MetaProperty
159710               _CIM_AGPVideoController_LocalBusWidth =
159711               {
159712                   /* flags */
159713                   META_FLAG_PROPERTY|META_FLAG_READ,
159714                   /* name */
159715                   "LocalBusWidth",
159716                   /* qualifiers */
159717                   _CIM_AGPVideoController_LocalBusWidth_qualifiers,
159718                   /* type */
159719                   CIMTYPE_UINT32,
159720                   /* subscript */
159721                   -1,
159722                   /* value */
159723                   0,
159724               };
159725               
159726 mike  1.1.2.1 static const char*
159727               _CIM_AGPVideoController_UsageModel_qualifiers[] =
159728               {
159729                   /* ValueMap */
159730                   "\061\000\0050\0001\0002\0003\0004\000",
159731                   /* Values */
159732                   "\062\000\005Unknown\000Other\000Execute\000DMA\000Both\000",
159733                   0,
159734               };
159735               
159736               static MetaProperty
159737               _CIM_AGPVideoController_UsageModel =
159738               {
159739                   /* flags */
159740                   META_FLAG_PROPERTY|META_FLAG_READ,
159741                   /* name */
159742                   "UsageModel",
159743                   /* qualifiers */
159744                   _CIM_AGPVideoController_UsageModel_qualifiers,
159745                   /* type */
159746                   CIMTYPE_UINT16,
159747 mike  1.1.2.1     /* subscript */
159748                   -1,
159749                   /* value */
159750                   0,
159751               };
159752               
159753               static const char*
159754               _CIM_AGPVideoController_DataTransferRate_qualifiers[] =
159755               {
159756                   /* ValueMap */
159757                   "\061\000\0050\0001\0002\0003\0004\000",
159758                   /* Values */
159759                   "\062\000\005Unknown\000Other\0001X\0002X\0004X\000",
159760                   0,
159761               };
159762               
159763               static MetaProperty
159764               _CIM_AGPVideoController_DataTransferRate =
159765               {
159766                   /* flags */
159767                   META_FLAG_PROPERTY|META_FLAG_READ,
159768 mike  1.1.2.1     /* name */
159769                   "DataTransferRate",
159770                   /* qualifiers */
159771                   _CIM_AGPVideoController_DataTransferRate_qualifiers,
159772                   /* type */
159773                   CIMTYPE_UINT16,
159774                   /* subscript */
159775                   -1,
159776                   /* value */
159777                   0,
159778               };
159779               
159780               static const char*
159781               _CIM_AGPVideoController_AddressingMode_qualifiers[] =
159782               {
159783                   /* ValueMap */
159784                   "\061\000\0040\0001\0002\0003\000",
159785                   /* Values */
159786                   "\062\000\004Unknown\000Other\000Sideband\000Pipeline\000",
159787                   0,
159788               };
159789 mike  1.1.2.1 
159790               static MetaProperty
159791               _CIM_AGPVideoController_AddressingMode =
159792               {
159793                   /* flags */
159794                   META_FLAG_PROPERTY|META_FLAG_READ,
159795                   /* name */
159796                   "AddressingMode",
159797                   /* qualifiers */
159798                   _CIM_AGPVideoController_AddressingMode_qualifiers,
159799                   /* type */
159800                   CIMTYPE_UINT16,
159801                   /* subscript */
159802                   -1,
159803                   /* value */
159804                   0,
159805               };
159806               
159807               static const char*
159808               _CIM_AGPVideoController_MaximumAGPCommandQueuePath_qualifiers[] =
159809               {
159810 mike  1.1.2.1     0,
159811               };
159812               
159813               static MetaProperty
159814               _CIM_AGPVideoController_MaximumAGPCommandQueuePath =
159815               {
159816                   /* flags */
159817                   META_FLAG_PROPERTY|META_FLAG_READ,
159818                   /* name */
159819                   "MaximumAGPCommandQueuePath",
159820                   /* qualifiers */
159821                   _CIM_AGPVideoController_MaximumAGPCommandQueuePath_qualifiers,
159822                   /* type */
159823                   CIMTYPE_UINT32,
159824                   /* subscript */
159825                   -1,
159826                   /* value */
159827                   0,
159828               };
159829               
159830               static const char*
159831 mike  1.1.2.1 _CIM_AGPVideoController_MaxNumberOfPipelinedAGPTransactions_qualifiers[] =
159832               {
159833                   0,
159834               };
159835               
159836               static MetaProperty
159837               _CIM_AGPVideoController_MaxNumberOfPipelinedAGPTransactions =
159838               {
159839                   /* flags */
159840                   META_FLAG_PROPERTY|META_FLAG_READ,
159841                   /* name */
159842                   "MaxNumberOfPipelinedAGPTransactions",
159843                   /* qualifiers */
159844                   _CIM_AGPVideoController_MaxNumberOfPipelinedAGPTransactions_qualifiers,
159845                   /* type */
159846                   CIMTYPE_UINT32,
159847                   /* subscript */
159848                   -1,
159849                   /* value */
159850                   0,
159851               };
159852 mike  1.1.2.1 
159853               static const char*
159854               _CIM_AGPVideoController_GraphicsApertureSize_qualifiers[] =
159855               {
159856                   /* Units */
159857                   "\060KiloBytes",
159858                   0,
159859               };
159860               
159861               static MetaProperty
159862               _CIM_AGPVideoController_GraphicsApertureSize =
159863               {
159864                   /* flags */
159865                   META_FLAG_PROPERTY|META_FLAG_READ,
159866                   /* name */
159867                   "GraphicsApertureSize",
159868                   /* qualifiers */
159869                   _CIM_AGPVideoController_GraphicsApertureSize_qualifiers,
159870                   /* type */
159871                   CIMTYPE_UINT32,
159872                   /* subscript */
159873 mike  1.1.2.1     -1,
159874                   /* value */
159875                   0,
159876               };
159877               
159878               static const char*
159879               _CIM_AGPVideoController_AGPSpecificationVersionConformance_qualifiers[] =
159880               {
159881                   0,
159882               };
159883               
159884               static MetaProperty
159885               _CIM_AGPVideoController_AGPSpecificationVersionConformance =
159886               {
159887                   /* flags */
159888                   META_FLAG_PROPERTY|META_FLAG_READ,
159889                   /* name */
159890                   "AGPSpecificationVersionConformance",
159891                   /* qualifiers */
159892                   _CIM_AGPVideoController_AGPSpecificationVersionConformance_qualifiers,
159893                   /* type */
159894 mike  1.1.2.1     CIMTYPE_STRING,
159895                   /* subscript */
159896                   -1,
159897                   /* value */
159898                   0,
159899               };
159900               
159901               static MetaFeature*
159902               _CIM_AGPVideoController_features[] =
159903               {
159904                   (MetaFeature*)&_CIM_AGPVideoController_Capabilities,
159905                   (MetaFeature*)&_CIM_AGPVideoController_NonlocalVideoMemorySize,
159906                   (MetaFeature*)&_CIM_AGPVideoController_LocalBusWidth,
159907                   (MetaFeature*)&_CIM_AGPVideoController_UsageModel,
159908                   (MetaFeature*)&_CIM_AGPVideoController_DataTransferRate,
159909                   (MetaFeature*)&_CIM_AGPVideoController_AddressingMode,
159910                   (MetaFeature*)&_CIM_AGPVideoController_MaximumAGPCommandQueuePath,
159911                   (MetaFeature*)&_CIM_AGPVideoController_MaxNumberOfPipelinedAGPTransactions,
159912                   (MetaFeature*)&_CIM_AGPVideoController_GraphicsApertureSize,
159913                   (MetaFeature*)&_CIM_AGPVideoController_AGPSpecificationVersionConformance,
159914                   0,
159915 mike  1.1.2.1 };
159916               
159917               static const char*
159918               __root_cimv2_CIM_AGPVideoController_qualifiers[] =
159919               {
159920                   /* UMLPackagePath */
159921                   "\057CIM::Device::Controller",
159922                   /* Version */
159923                   "\0632.7.0",
159924                   0,
159925               };
159926               
159927               MetaClass
159928               __root_cimv2_CIM_AGPVideoController =
159929               {
159930                   /* flags */
159931                   META_FLAG_CLASS,
159932                   /* name */
159933                   "CIM_AGPVideoController",
159934                   /* qualifiers */
159935                   __root_cimv2_CIM_AGPVideoController_qualifiers,
159936 mike  1.1.2.1     /* super */
159937                   &__root_cimv2_CIM_VideoController,
159938                   /* features */
159939                   _CIM_AGPVideoController_features,
159940               };
159941               
159942               //==============================================================================
159943               //
159944               // Class: CIM_AllocatedDMA
159945               //
159946               //==============================================================================
159947               
159948               static const char*
159949               _CIM_AllocatedDMA_Antecedent_qualifiers[] =
159950               {
159951                   /* Override */
159952                   "\044Antecedent",
159953                   0,
159954               };
159955               
159956               static MetaReference
159957 mike  1.1.2.1 _CIM_AllocatedDMA_Antecedent =
159958               {
159959                   /* flags */
159960                   META_FLAG_REFERENCE|META_FLAG_READ,
159961                   /* name */
159962                   "Antecedent",
159963                   /* qualifiers */
159964                   _CIM_AllocatedDMA_Antecedent_qualifiers,
159965                   /* subscript */
159966                   -1,
159967                   /* refId */
159968                   &__root_cimv2_CIM_DMA,
159969               };
159970               
159971               static const char*
159972               _CIM_AllocatedDMA_Dependent_qualifiers[] =
159973               {
159974                   /* Override */
159975                   "\044Dependent",
159976                   0,
159977               };
159978 mike  1.1.2.1 
159979               static MetaReference
159980               _CIM_AllocatedDMA_Dependent =
159981               {
159982                   /* flags */
159983                   META_FLAG_REFERENCE|META_FLAG_READ,
159984                   /* name */
159985                   "Dependent",
159986                   /* qualifiers */
159987                   _CIM_AllocatedDMA_Dependent_qualifiers,
159988                   /* subscript */
159989                   -1,
159990                   /* refId */
159991                   &__root_cimv2_CIM_LogicalDevice,
159992               };
159993               
159994               static const char*
159995               _CIM_AllocatedDMA_BusMaster_qualifiers[] =
159996               {
159997                   /* MappingStrings */
159998                   "\026\000\001MIF.DMTF|System Resource DMA Info|001.6\000",
159999 mike  1.1.2.1     0,
160000               };
160001               
160002               static MetaProperty
160003               _CIM_AllocatedDMA_BusMaster =
160004               {
160005                   /* flags */
160006                   META_FLAG_PROPERTY|META_FLAG_READ,
160007                   /* name */
160008                   "BusMaster",
160009                   /* qualifiers */
160010                   _CIM_AllocatedDMA_BusMaster_qualifiers,
160011                   /* type */
160012                   CIMTYPE_BOOLEAN,
160013                   /* subscript */
160014                   -1,
160015                   /* value */
160016                   0,
160017               };
160018               
160019               static MetaFeature*
160020 mike  1.1.2.1 _CIM_AllocatedDMA_features[] =
160021               {
160022                   (MetaFeature*)&_CIM_AllocatedDMA_Antecedent,
160023                   (MetaFeature*)&_CIM_AllocatedDMA_Dependent,
160024                   (MetaFeature*)&_CIM_AllocatedDMA_BusMaster,
160025                   0,
160026               };
160027               
160028               static const char*
160029               __root_cimv2_CIM_AllocatedDMA_qualifiers[] =
160030               {
160031                   /* ASSOCIATION */
160032                   "\000\001",
160033                   /* UMLPackagePath */
160034                   "\057CIM::System::SystemResources",
160035                   /* Version */
160036                   "\0632.6.0",
160037                   0,
160038               };
160039               
160040               MetaClass
160041 mike  1.1.2.1 __root_cimv2_CIM_AllocatedDMA =
160042               {
160043                   /* flags */
160044                   META_FLAG_ASSOCIATION,
160045                   /* name */
160046                   "CIM_AllocatedDMA",
160047                   /* qualifiers */
160048                   __root_cimv2_CIM_AllocatedDMA_qualifiers,
160049                   /* super */
160050                   &__root_cimv2_CIM_AllocatedResource,
160051                   /* features */
160052                   _CIM_AllocatedDMA_features,
160053               };
160054               
160055               //==============================================================================
160056               //
160057               // Class: CIM_AssociatedBattery
160058               //
160059               //==============================================================================
160060               
160061               static const char*
160062 mike  1.1.2.1 _CIM_AssociatedBattery_Antecedent_qualifiers[] =
160063               {
160064                   /* Override */
160065                   "\044Antecedent",
160066                   0,
160067               };
160068               
160069               static MetaReference
160070               _CIM_AssociatedBattery_Antecedent =
160071               {
160072                   /* flags */
160073                   META_FLAG_REFERENCE|META_FLAG_READ,
160074                   /* name */
160075                   "Antecedent",
160076                   /* qualifiers */
160077                   _CIM_AssociatedBattery_Antecedent_qualifiers,
160078                   /* subscript */
160079                   -1,
160080                   /* refId */
160081                   &__root_cimv2_CIM_Battery,
160082               };
160083 mike  1.1.2.1 
160084               static const char*
160085               _CIM_AssociatedBattery_Dependent_qualifiers[] =
160086               {
160087                   /* Override */
160088                   "\044Dependent",
160089                   0,
160090               };
160091               
160092               static MetaReference
160093               _CIM_AssociatedBattery_Dependent =
160094               {
160095                   /* flags */
160096                   META_FLAG_REFERENCE|META_FLAG_READ,
160097                   /* name */
160098                   "Dependent",
160099                   /* qualifiers */
160100                   _CIM_AssociatedBattery_Dependent_qualifiers,
160101                   /* subscript */
160102                   -1,
160103                   /* refId */
160104 mike  1.1.2.1     &__root_cimv2_CIM_LogicalDevice,
160105               };
160106               
160107               static MetaFeature*
160108               _CIM_AssociatedBattery_features[] =
160109               {
160110                   (MetaFeature*)&_CIM_AssociatedBattery_Antecedent,
160111                   (MetaFeature*)&_CIM_AssociatedBattery_Dependent,
160112                   0,
160113               };
160114               
160115               static const char*
160116               __root_cimv2_CIM_AssociatedBattery_qualifiers[] =
160117               {
160118                   /* ASSOCIATION */
160119                   "\000\001",
160120                   /* UMLPackagePath */
160121                   "\057CIM::Device::CoolingAndPower",
160122                   /* Version */
160123                   "\0632.10.0",
160124                   0,
160125 mike  1.1.2.1 };
160126               
160127               MetaClass
160128               __root_cimv2_CIM_AssociatedBattery =
160129               {
160130                   /* flags */
160131                   META_FLAG_ASSOCIATION,
160132                   /* name */
160133                   "CIM_AssociatedBattery",
160134                   /* qualifiers */
160135                   __root_cimv2_CIM_AssociatedBattery_qualifiers,
160136                   /* super */
160137                   &__root_cimv2_CIM_Dependency,
160138                   /* features */
160139                   _CIM_AssociatedBattery_features,
160140               };
160141               
160142               //==============================================================================
160143               //
160144               // Class: CIM_AssociatedCooling
160145               //
160146 mike  1.1.2.1 //==============================================================================
160147               
160148               static const char*
160149               _CIM_AssociatedCooling_Antecedent_qualifiers[] =
160150               {
160151                   /* Override */
160152                   "\044Antecedent",
160153                   0,
160154               };
160155               
160156               static MetaReference
160157               _CIM_AssociatedCooling_Antecedent =
160158               {
160159                   /* flags */
160160                   META_FLAG_REFERENCE|META_FLAG_READ,
160161                   /* name */
160162                   "Antecedent",
160163                   /* qualifiers */
160164                   _CIM_AssociatedCooling_Antecedent_qualifiers,
160165                   /* subscript */
160166                   -1,
160167 mike  1.1.2.1     /* refId */
160168                   &__root_cimv2_CIM_CoolingDevice,
160169               };
160170               
160171               static const char*
160172               _CIM_AssociatedCooling_Dependent_qualifiers[] =
160173               {
160174                   /* Override */
160175                   "\044Dependent",
160176                   0,
160177               };
160178               
160179               static MetaReference
160180               _CIM_AssociatedCooling_Dependent =
160181               {
160182                   /* flags */
160183                   META_FLAG_REFERENCE|META_FLAG_READ,
160184                   /* name */
160185                   "Dependent",
160186                   /* qualifiers */
160187                   _CIM_AssociatedCooling_Dependent_qualifiers,
160188 mike  1.1.2.1     /* subscript */
160189                   -1,
160190                   /* refId */
160191                   &__root_cimv2_CIM_LogicalDevice,
160192               };
160193               
160194               static MetaFeature*
160195               _CIM_AssociatedCooling_features[] =
160196               {
160197                   (MetaFeature*)&_CIM_AssociatedCooling_Antecedent,
160198                   (MetaFeature*)&_CIM_AssociatedCooling_Dependent,
160199                   0,
160200               };
160201               
160202               static const char*
160203               __root_cimv2_CIM_AssociatedCooling_qualifiers[] =
160204               {
160205                   /* ASSOCIATION */
160206                   "\000\001",
160207                   /* UMLPackagePath */
160208                   "\057CIM::Device::CoolingAndPower",
160209 mike  1.1.2.1     /* Version */
160210                   "\0632.6.0",
160211                   0,
160212               };
160213               
160214               MetaClass
160215               __root_cimv2_CIM_AssociatedCooling =
160216               {
160217                   /* flags */
160218                   META_FLAG_ASSOCIATION,
160219                   /* name */
160220                   "CIM_AssociatedCooling",
160221                   /* qualifiers */
160222                   __root_cimv2_CIM_AssociatedCooling_qualifiers,
160223                   /* super */
160224                   &__root_cimv2_CIM_Dependency,
160225                   /* features */
160226                   _CIM_AssociatedCooling_features,
160227               };
160228               
160229               //==============================================================================
160230 mike  1.1.2.1 //
160231               // Class: CIM_AssociatedDatabaseSystem
160232               //
160233               //==============================================================================
160234               
160235               static const char*
160236               _CIM_AssociatedDatabaseSystem_Antecedent_qualifiers[] =
160237               {
160238                   /* Override */
160239                   "\044Antecedent",
160240                   /* Min */
160241                   "\033\000\000\000\001",
160242                   0,
160243               };
160244               
160245               static MetaReference
160246               _CIM_AssociatedDatabaseSystem_Antecedent =
160247               {
160248                   /* flags */
160249                   META_FLAG_REFERENCE|META_FLAG_READ,
160250                   /* name */
160251 mike  1.1.2.1     "Antecedent",
160252                   /* qualifiers */
160253                   _CIM_AssociatedDatabaseSystem_Antecedent_qualifiers,
160254                   /* subscript */
160255                   -1,
160256                   /* refId */
160257                   &__root_cimv2_CIM_DatabaseSystem,
160258               };
160259               
160260               static const char*
160261               _CIM_AssociatedDatabaseSystem_Dependent_qualifiers[] =
160262               {
160263                   /* Override */
160264                   "\044Dependent",
160265                   0,
160266               };
160267               
160268               static MetaReference
160269               _CIM_AssociatedDatabaseSystem_Dependent =
160270               {
160271                   /* flags */
160272 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
160273                   /* name */
160274                   "Dependent",
160275                   /* qualifiers */
160276                   _CIM_AssociatedDatabaseSystem_Dependent_qualifiers,
160277                   /* subscript */
160278                   -1,
160279                   /* refId */
160280                   &__root_cimv2_CIM_CommonDatabase,
160281               };
160282               
160283               static MetaFeature*
160284               _CIM_AssociatedDatabaseSystem_features[] =
160285               {
160286                   (MetaFeature*)&_CIM_AssociatedDatabaseSystem_Antecedent,
160287                   (MetaFeature*)&_CIM_AssociatedDatabaseSystem_Dependent,
160288                   0,
160289               };
160290               
160291               static const char*
160292               __root_cimv2_CIM_AssociatedDatabaseSystem_qualifiers[] =
160293 mike  1.1.2.1 {
160294                   /* ASSOCIATION */
160295                   "\000\001",
160296                   /* UMLPackagePath */
160297                   "\057CIM::Database::System",
160298                   /* Version */
160299                   "\0632.7.0",
160300                   0,
160301               };
160302               
160303               MetaClass
160304               __root_cimv2_CIM_AssociatedDatabaseSystem =
160305               {
160306                   /* flags */
160307                   META_FLAG_ASSOCIATION,
160308                   /* name */
160309                   "CIM_AssociatedDatabaseSystem",
160310                   /* qualifiers */
160311                   __root_cimv2_CIM_AssociatedDatabaseSystem_qualifiers,
160312                   /* super */
160313                   &__root_cimv2_CIM_Dependency,
160314 mike  1.1.2.1     /* features */
160315                   _CIM_AssociatedDatabaseSystem_features,
160316               };
160317               
160318               //==============================================================================
160319               //
160320               // Class: CIM_AssociatedLabelReader
160321               //
160322               //==============================================================================
160323               
160324               static const char*
160325               _CIM_AssociatedLabelReader_Antecedent_qualifiers[] =
160326               {
160327                   /* Override */
160328                   "\044Antecedent",
160329                   0,
160330               };
160331               
160332               static MetaReference
160333               _CIM_AssociatedLabelReader_Antecedent =
160334               {
160335 mike  1.1.2.1     /* flags */
160336                   META_FLAG_REFERENCE|META_FLAG_READ,
160337                   /* name */
160338                   "Antecedent",
160339                   /* qualifiers */
160340                   _CIM_AssociatedLabelReader_Antecedent_qualifiers,
160341                   /* subscript */
160342                   -1,
160343                   /* refId */
160344                   &__root_cimv2_CIM_LabelReader,
160345               };
160346               
160347               static const char*
160348               _CIM_AssociatedLabelReader_Dependent_qualifiers[] =
160349               {
160350                   /* Override */
160351                   "\044Dependent",
160352                   0,
160353               };
160354               
160355               static MetaReference
160356 mike  1.1.2.1 _CIM_AssociatedLabelReader_Dependent =
160357               {
160358                   /* flags */
160359                   META_FLAG_REFERENCE|META_FLAG_READ,
160360                   /* name */
160361                   "Dependent",
160362                   /* qualifiers */
160363                   _CIM_AssociatedLabelReader_Dependent_qualifiers,
160364                   /* subscript */
160365                   -1,
160366                   /* refId */
160367                   &__root_cimv2_CIM_LogicalDevice,
160368               };
160369               
160370               static MetaFeature*
160371               _CIM_AssociatedLabelReader_features[] =
160372               {
160373                   (MetaFeature*)&_CIM_AssociatedLabelReader_Antecedent,
160374                   (MetaFeature*)&_CIM_AssociatedLabelReader_Dependent,
160375                   0,
160376               };
160377 mike  1.1.2.1 
160378               static const char*
160379               __root_cimv2_CIM_AssociatedLabelReader_qualifiers[] =
160380               {
160381                   /* ASSOCIATION */
160382                   "\000\001",
160383                   /* UMLPackagePath */
160384                   "\057CIM::Device::StorageLib",
160385                   /* Version */
160386                   "\0632.6.0",
160387                   0,
160388               };
160389               
160390               MetaClass
160391               __root_cimv2_CIM_AssociatedLabelReader =
160392               {
160393                   /* flags */
160394                   META_FLAG_ASSOCIATION,
160395                   /* name */
160396                   "CIM_AssociatedLabelReader",
160397                   /* qualifiers */
160398 mike  1.1.2.1     __root_cimv2_CIM_AssociatedLabelReader_qualifiers,
160399                   /* super */
160400                   &__root_cimv2_CIM_Dependency,
160401                   /* features */
160402                   _CIM_AssociatedLabelReader_features,
160403               };
160404               
160405               //==============================================================================
160406               //
160407               // Class: CIM_AssociatedMemory
160408               //
160409               //==============================================================================
160410               
160411               static const char*
160412               _CIM_AssociatedMemory_Antecedent_qualifiers[] =
160413               {
160414                   /* Override */
160415                   "\044Antecedent",
160416                   0,
160417               };
160418               
160419 mike  1.1.2.1 static MetaReference
160420               _CIM_AssociatedMemory_Antecedent =
160421               {
160422                   /* flags */
160423                   META_FLAG_REFERENCE|META_FLAG_READ,
160424                   /* name */
160425                   "Antecedent",
160426                   /* qualifiers */
160427                   _CIM_AssociatedMemory_Antecedent_qualifiers,
160428                   /* subscript */
160429                   -1,
160430                   /* refId */
160431                   &__root_cimv2_CIM_Memory,
160432               };
160433               
160434               static const char*
160435               _CIM_AssociatedMemory_Dependent_qualifiers[] =
160436               {
160437                   /* Override */
160438                   "\044Dependent",
160439                   0,
160440 mike  1.1.2.1 };
160441               
160442               static MetaReference
160443               _CIM_AssociatedMemory_Dependent =
160444               {
160445                   /* flags */
160446                   META_FLAG_REFERENCE|META_FLAG_READ,
160447                   /* name */
160448                   "Dependent",
160449                   /* qualifiers */
160450                   _CIM_AssociatedMemory_Dependent_qualifiers,
160451                   /* subscript */
160452                   -1,
160453                   /* refId */
160454                   &__root_cimv2_CIM_LogicalElement,
160455               };
160456               
160457               static MetaFeature*
160458               _CIM_AssociatedMemory_features[] =
160459               {
160460                   (MetaFeature*)&_CIM_AssociatedMemory_Antecedent,
160461 mike  1.1.2.1     (MetaFeature*)&_CIM_AssociatedMemory_Dependent,
160462                   0,
160463               };
160464               
160465               static const char*
160466               __root_cimv2_CIM_AssociatedMemory_qualifiers[] =
160467               {
160468                   /* ASSOCIATION */
160469                   "\000\001",
160470                   /* UMLPackagePath */
160471                   "\057CIM::Device::Memory",
160472                   /* Version */
160473                   "\0632.8.0",
160474                   0,
160475               };
160476               
160477               MetaClass
160478               __root_cimv2_CIM_AssociatedMemory =
160479               {
160480                   /* flags */
160481                   META_FLAG_ASSOCIATION,
160482 mike  1.1.2.1     /* name */
160483                   "CIM_AssociatedMemory",
160484                   /* qualifiers */
160485                   __root_cimv2_CIM_AssociatedMemory_qualifiers,
160486                   /* super */
160487                   &__root_cimv2_CIM_Dependency,
160488                   /* features */
160489                   _CIM_AssociatedMemory_features,
160490               };
160491               
160492               //==============================================================================
160493               //
160494               // Class: CIM_AssociatedNextHop
160495               //
160496               //==============================================================================
160497               
160498               static const char*
160499               _CIM_AssociatedNextHop_Antecedent_qualifiers[] =
160500               {
160501                   /* Override */
160502                   "\044Antecedent",
160503 mike  1.1.2.1     /* Max */
160504                   "\027\000\000\000\001",
160505                   0,
160506               };
160507               
160508               static MetaReference
160509               _CIM_AssociatedNextHop_Antecedent =
160510               {
160511                   /* flags */
160512                   META_FLAG_REFERENCE|META_FLAG_READ,
160513                   /* name */
160514                   "Antecedent",
160515                   /* qualifiers */
160516                   _CIM_AssociatedNextHop_Antecedent_qualifiers,
160517                   /* subscript */
160518                   -1,
160519                   /* refId */
160520                   &__root_cimv2_CIM_RemoteServiceAccessPoint,
160521               };
160522               
160523               static const char*
160524 mike  1.1.2.1 _CIM_AssociatedNextHop_Dependent_qualifiers[] =
160525               {
160526                   /* Override */
160527                   "\044Dependent",
160528                   0,
160529               };
160530               
160531               static MetaReference
160532               _CIM_AssociatedNextHop_Dependent =
160533               {
160534                   /* flags */
160535                   META_FLAG_REFERENCE|META_FLAG_READ,
160536                   /* name */
160537                   "Dependent",
160538                   /* qualifiers */
160539                   _CIM_AssociatedNextHop_Dependent_qualifiers,
160540                   /* subscript */
160541                   -1,
160542                   /* refId */
160543                   &__root_cimv2_CIM_NextHopRoute,
160544               };
160545 mike  1.1.2.1 
160546               static MetaFeature*
160547               _CIM_AssociatedNextHop_features[] =
160548               {
160549                   (MetaFeature*)&_CIM_AssociatedNextHop_Antecedent,
160550                   (MetaFeature*)&_CIM_AssociatedNextHop_Dependent,
160551                   0,
160552               };
160553               
160554               static const char*
160555               __root_cimv2_CIM_AssociatedNextHop_qualifiers[] =
160556               {
160557                   /* ASSOCIATION */
160558                   "\000\001",
160559                   /* UMLPackagePath */
160560                   "\057CIM::Network::Routes",
160561                   /* Version */
160562                   "\0632.7.0",
160563                   0,
160564               };
160565               
160566 mike  1.1.2.1 MetaClass
160567               __root_cimv2_CIM_AssociatedNextHop =
160568               {
160569                   /* flags */
160570                   META_FLAG_ASSOCIATION,
160571                   /* name */
160572                   "CIM_AssociatedNextHop",
160573                   /* qualifiers */
160574                   __root_cimv2_CIM_AssociatedNextHop_qualifiers,
160575                   /* super */
160576                   &__root_cimv2_CIM_Dependency,
160577                   /* features */
160578                   _CIM_AssociatedNextHop_features,
160579               };
160580               
160581               //==============================================================================
160582               //
160583               // Class: CIM_AssociatedProcessorMemory
160584               //
160585               //==============================================================================
160586               
160587 mike  1.1.2.1 static const char*
160588               _CIM_AssociatedProcessorMemory_Dependent_qualifiers[] =
160589               {
160590                   /* Override */
160591                   "\044Dependent",
160592                   0,
160593               };
160594               
160595               static MetaReference
160596               _CIM_AssociatedProcessorMemory_Dependent =
160597               {
160598                   /* flags */
160599                   META_FLAG_REFERENCE|META_FLAG_READ,
160600                   /* name */
160601                   "Dependent",
160602                   /* qualifiers */
160603                   _CIM_AssociatedProcessorMemory_Dependent_qualifiers,
160604                   /* subscript */
160605                   -1,
160606                   /* refId */
160607                   &__root_cimv2_CIM_Processor,
160608 mike  1.1.2.1 };
160609               
160610               static const char*
160611               _CIM_AssociatedProcessorMemory_BusSpeed_qualifiers[] =
160612               {
160613                   /* Units */
160614                   "\060MegaHertz",
160615                   0,
160616               };
160617               
160618               static MetaProperty
160619               _CIM_AssociatedProcessorMemory_BusSpeed =
160620               {
160621                   /* flags */
160622                   META_FLAG_PROPERTY|META_FLAG_READ,
160623                   /* name */
160624                   "BusSpeed",
160625                   /* qualifiers */
160626                   _CIM_AssociatedProcessorMemory_BusSpeed_qualifiers,
160627                   /* type */
160628                   CIMTYPE_UINT32,
160629 mike  1.1.2.1     /* subscript */
160630                   -1,
160631                   /* value */
160632                   0,
160633               };
160634               
160635               static MetaFeature*
160636               _CIM_AssociatedProcessorMemory_features[] =
160637               {
160638                   (MetaFeature*)&_CIM_AssociatedProcessorMemory_Dependent,
160639                   (MetaFeature*)&_CIM_AssociatedProcessorMemory_BusSpeed,
160640                   0,
160641               };
160642               
160643               static const char*
160644               __root_cimv2_CIM_AssociatedProcessorMemory_qualifiers[] =
160645               {
160646                   /* ASSOCIATION */
160647                   "\000\001",
160648                   /* UMLPackagePath */
160649                   "\057CIM::Device::Memory",
160650 mike  1.1.2.1     /* Version */
160651                   "\0632.6.0",
160652                   0,
160653               };
160654               
160655               MetaClass
160656               __root_cimv2_CIM_AssociatedProcessorMemory =
160657               {
160658                   /* flags */
160659                   META_FLAG_ASSOCIATION,
160660                   /* name */
160661                   "CIM_AssociatedProcessorMemory",
160662                   /* qualifiers */
160663                   __root_cimv2_CIM_AssociatedProcessorMemory_qualifiers,
160664                   /* super */
160665                   &__root_cimv2_CIM_AssociatedMemory,
160666                   /* features */
160667                   _CIM_AssociatedProcessorMemory_features,
160668               };
160669               
160670               //==============================================================================
160671 mike  1.1.2.1 //
160672               // Class: CIM_AssociatedSupplyVoltageSensor
160673               //
160674               //==============================================================================
160675               
160676               static const char*
160677               _CIM_AssociatedSupplyVoltageSensor_Antecedent_qualifiers[] =
160678               {
160679                   /* Deprecated */
160680                   "\013\000\001CIM_AssociatedSensor.Antecedent\000",
160681                   /* Override */
160682                   "\044Antecedent",
160683                   0,
160684               };
160685               
160686               static MetaReference
160687               _CIM_AssociatedSupplyVoltageSensor_Antecedent =
160688               {
160689                   /* flags */
160690                   META_FLAG_REFERENCE|META_FLAG_READ,
160691                   /* name */
160692 mike  1.1.2.1     "Antecedent",
160693                   /* qualifiers */
160694                   _CIM_AssociatedSupplyVoltageSensor_Antecedent_qualifiers,
160695                   /* subscript */
160696                   -1,
160697                   /* refId */
160698                   &__root_cimv2_CIM_VoltageSensor,
160699               };
160700               
160701               static const char*
160702               _CIM_AssociatedSupplyVoltageSensor_Dependent_qualifiers[] =
160703               {
160704                   /* Deprecated */
160705                   "\013\000\001CIM_AssociatedSensor.Dependent\000",
160706                   /* Override */
160707                   "\044Dependent",
160708                   0,
160709               };
160710               
160711               static MetaReference
160712               _CIM_AssociatedSupplyVoltageSensor_Dependent =
160713 mike  1.1.2.1 {
160714                   /* flags */
160715                   META_FLAG_REFERENCE|META_FLAG_READ,
160716                   /* name */
160717                   "Dependent",
160718                   /* qualifiers */
160719                   _CIM_AssociatedSupplyVoltageSensor_Dependent_qualifiers,
160720                   /* subscript */
160721                   -1,
160722                   /* refId */
160723                   &__root_cimv2_CIM_PowerSupply,
160724               };
160725               
160726               static const char*
160727               _CIM_AssociatedSupplyVoltageSensor_MonitoringRange_qualifiers[] =
160728               {
160729                   /* Deprecated */
160730                   "\013\000\001No Value\000",
160731                   /* ValueMap */
160732                   "\061\000\0050\0001\0002\0003\0004\000",
160733                   /* Values */
160734 mike  1.1.2.1     "\062\000\005Unknown\000Other\000Range 1\000Range 2\000Both Range 1 and 2\000",
160735                   0,
160736               };
160737               
160738               static MetaProperty
160739               _CIM_AssociatedSupplyVoltageSensor_MonitoringRange =
160740               {
160741                   /* flags */
160742                   META_FLAG_PROPERTY|META_FLAG_READ,
160743                   /* name */
160744                   "MonitoringRange",
160745                   /* qualifiers */
160746                   _CIM_AssociatedSupplyVoltageSensor_MonitoringRange_qualifiers,
160747                   /* type */
160748                   CIMTYPE_UINT16,
160749                   /* subscript */
160750                   -1,
160751                   /* value */
160752                   0,
160753               };
160754               
160755 mike  1.1.2.1 static MetaFeature*
160756               _CIM_AssociatedSupplyVoltageSensor_features[] =
160757               {
160758                   (MetaFeature*)&_CIM_AssociatedSupplyVoltageSensor_Antecedent,
160759                   (MetaFeature*)&_CIM_AssociatedSupplyVoltageSensor_Dependent,
160760                   (MetaFeature*)&_CIM_AssociatedSupplyVoltageSensor_MonitoringRange,
160761                   0,
160762               };
160763               
160764               static const char*
160765               __root_cimv2_CIM_AssociatedSupplyVoltageSensor_qualifiers[] =
160766               {
160767                   /* ASSOCIATION */
160768                   "\000\001",
160769                   /* Deprecated */
160770                   "\013\000\001CIM_AssociatedSensor\000",
160771                   /* UMLPackagePath */
160772                   "\057CIM::Device::Sensors",
160773                   /* Version */
160774                   "\0632.8.0",
160775                   0,
160776 mike  1.1.2.1 };
160777               
160778               MetaClass
160779               __root_cimv2_CIM_AssociatedSupplyVoltageSensor =
160780               {
160781                   /* flags */
160782                   META_FLAG_ASSOCIATION,
160783                   /* name */
160784                   "CIM_AssociatedSupplyVoltageSensor",
160785                   /* qualifiers */
160786                   __root_cimv2_CIM_AssociatedSupplyVoltageSensor_qualifiers,
160787                   /* super */
160788                   &__root_cimv2_CIM_AssociatedSensor,
160789                   /* features */
160790                   _CIM_AssociatedSupplyVoltageSensor_features,
160791               };
160792               
160793               //==============================================================================
160794               //
160795               // Class: CIM_AuthenticationService
160796               //
160797 mike  1.1.2.1 //==============================================================================
160798               
160799               static MetaFeature*
160800               _CIM_AuthenticationService_features[] =
160801               {
160802                   0,
160803               };
160804               
160805               static const char*
160806               __root_cimv2_CIM_AuthenticationService_qualifiers[] =
160807               {
160808                   /* UMLPackagePath */
160809                   "\057CIM::User::SecurityServices",
160810                   /* Version */
160811                   "\0632.8.0",
160812                   0,
160813               };
160814               
160815               MetaClass
160816               __root_cimv2_CIM_AuthenticationService =
160817               {
160818 mike  1.1.2.1     /* flags */
160819                   META_FLAG_CLASS,
160820                   /* name */
160821                   "CIM_AuthenticationService",
160822                   /* qualifiers */
160823                   __root_cimv2_CIM_AuthenticationService_qualifiers,
160824                   /* super */
160825                   &__root_cimv2_CIM_SecurityService,
160826                   /* features */
160827                   _CIM_AuthenticationService_features,
160828               };
160829               
160830               //==============================================================================
160831               //
160832               // Class: CIM_AuthorizationService
160833               //
160834               //==============================================================================
160835               
160836               static MetaFeature*
160837               _CIM_AuthorizationService_features[] =
160838               {
160839 mike  1.1.2.1     0,
160840               };
160841               
160842               static const char*
160843               __root_cimv2_CIM_AuthorizationService_qualifiers[] =
160844               {
160845                   /* UMLPackagePath */
160846                   "\057CIM::User::SecurityServices",
160847                   /* Version */
160848                   "\0632.8.0",
160849                   0,
160850               };
160851               
160852               MetaClass
160853               __root_cimv2_CIM_AuthorizationService =
160854               {
160855                   /* flags */
160856                   META_FLAG_CLASS,
160857                   /* name */
160858                   "CIM_AuthorizationService",
160859                   /* qualifiers */
160860 mike  1.1.2.1     __root_cimv2_CIM_AuthorizationService_qualifiers,
160861                   /* super */
160862                   &__root_cimv2_CIM_SecurityService,
160863                   /* features */
160864                   _CIM_AuthorizationService_features,
160865               };
160866               
160867               //==============================================================================
160868               //
160869               // Class: CIM_AuthorizedUse
160870               //
160871               //==============================================================================
160872               
160873               static const char*
160874               _CIM_AuthorizedUse_Antecedent_qualifiers[] =
160875               {
160876                   /* Deprecated */
160877                   "\013\000\001No value\000",
160878                   /* Override */
160879                   "\044Antecedent",
160880                   0,
160881 mike  1.1.2.1 };
160882               
160883               static MetaReference
160884               _CIM_AuthorizedUse_Antecedent =
160885               {
160886                   /* flags */
160887                   META_FLAG_REFERENCE|META_FLAG_READ,
160888                   /* name */
160889                   "Antecedent",
160890                   /* qualifiers */
160891                   _CIM_AuthorizedUse_Antecedent_qualifiers,
160892                   /* subscript */
160893                   -1,
160894                   /* refId */
160895                   &__root_cimv2_CIM_AccessControlInformation,
160896               };
160897               
160898               static const char*
160899               _CIM_AuthorizedUse_Dependent_qualifiers[] =
160900               {
160901                   /* Deprecated */
160902 mike  1.1.2.1     "\013\000\001No value\000",
160903                   /* Override */
160904                   "\044Dependent",
160905                   0,
160906               };
160907               
160908               static MetaReference
160909               _CIM_AuthorizedUse_Dependent =
160910               {
160911                   /* flags */
160912                   META_FLAG_REFERENCE|META_FLAG_READ,
160913                   /* name */
160914                   "Dependent",
160915                   /* qualifiers */
160916                   _CIM_AuthorizedUse_Dependent_qualifiers,
160917                   /* subscript */
160918                   -1,
160919                   /* refId */
160920                   &__root_cimv2_CIM_AuthorizationService,
160921               };
160922               
160923 mike  1.1.2.1 static MetaFeature*
160924               _CIM_AuthorizedUse_features[] =
160925               {
160926                   (MetaFeature*)&_CIM_AuthorizedUse_Antecedent,
160927                   (MetaFeature*)&_CIM_AuthorizedUse_Dependent,
160928                   0,
160929               };
160930               
160931               static const char*
160932               __root_cimv2_CIM_AuthorizedUse_qualifiers[] =
160933               {
160934                   /* ASSOCIATION */
160935                   "\000\001",
160936                   /* Deprecated */
160937                   "\013\000\001No value\000",
160938                   /* UMLPackagePath */
160939                   "\057CIM::User::AccessControl",
160940                   /* Version */
160941                   "\0632.8.0",
160942                   0,
160943               };
160944 mike  1.1.2.1 
160945               MetaClass
160946               __root_cimv2_CIM_AuthorizedUse =
160947               {
160948                   /* flags */
160949                   META_FLAG_ASSOCIATION,
160950                   /* name */
160951                   "CIM_AuthorizedUse",
160952                   /* qualifiers */
160953                   __root_cimv2_CIM_AuthorizedUse_qualifiers,
160954                   /* super */
160955                   &__root_cimv2_CIM_Dependency,
160956                   /* features */
160957                   _CIM_AuthorizedUse_features,
160958               };
160959               
160960               //==============================================================================
160961               //
160962               // Class: CIM_AvailableDiagnosticService
160963               //
160964               //==============================================================================
160965 mike  1.1.2.1 
160966               static const char*
160967               _CIM_AvailableDiagnosticService_ServiceProvided_qualifiers[] =
160968               {
160969                   /* Override */
160970                   "\044ServiceProvided",
160971                   0,
160972               };
160973               
160974               static MetaReference
160975               _CIM_AvailableDiagnosticService_ServiceProvided =
160976               {
160977                   /* flags */
160978                   META_FLAG_REFERENCE|META_FLAG_READ,
160979                   /* name */
160980                   "ServiceProvided",
160981                   /* qualifiers */
160982                   _CIM_AvailableDiagnosticService_ServiceProvided_qualifiers,
160983                   /* subscript */
160984                   -1,
160985                   /* refId */
160986 mike  1.1.2.1     &__root_cimv2_CIM_DiagnosticService,
160987               };
160988               
160989               static const char*
160990               _CIM_AvailableDiagnosticService_EstimatedDurationOfService_qualifiers[] =
160991               {
160992                   /* ValueMap */
160993                   "\061\000\0060\0002\0003\0004\0005\0006\000",
160994                   /* Values */
160995                   "\062\000\006Unknown\000Milliseconds\000Seconds\000Minutes\000Hours\000Days\000",
160996                   /* ModelCorrespondence */
160997                   "\036\000\001CIM_AvailableDiagnosticService.EstimatedDurationQualifier\000",
160998                   0,
160999               };
161000               
161001               static MetaProperty
161002               _CIM_AvailableDiagnosticService_EstimatedDurationOfService =
161003               {
161004                   /* flags */
161005                   META_FLAG_PROPERTY|META_FLAG_READ,
161006                   /* name */
161007 mike  1.1.2.1     "EstimatedDurationOfService",
161008                   /* qualifiers */
161009                   _CIM_AvailableDiagnosticService_EstimatedDurationOfService_qualifiers,
161010                   /* type */
161011                   CIMTYPE_UINT16,
161012                   /* subscript */
161013                   -1,
161014                   /* value */
161015                   0,
161016               };
161017               
161018               static const char*
161019               _CIM_AvailableDiagnosticService_EstimatedDurationQualifier_qualifiers[] =
161020               {
161021                   /* ModelCorrespondence */
161022                   "\036\000\001CIM_AvailableDiagnosticService.EstimatedDurationOfService\000",
161023                   0,
161024               };
161025               
161026               static MetaProperty
161027               _CIM_AvailableDiagnosticService_EstimatedDurationQualifier =
161028 mike  1.1.2.1 {
161029                   /* flags */
161030                   META_FLAG_PROPERTY|META_FLAG_READ,
161031                   /* name */
161032                   "EstimatedDurationQualifier",
161033                   /* qualifiers */
161034                   _CIM_AvailableDiagnosticService_EstimatedDurationQualifier_qualifiers,
161035                   /* type */
161036                   CIMTYPE_UINT32,
161037                   /* subscript */
161038                   -1,
161039                   /* value */
161040                   0,
161041               };
161042               
161043               static MetaFeature*
161044               _CIM_AvailableDiagnosticService_features[] =
161045               {
161046                   (MetaFeature*)&_CIM_AvailableDiagnosticService_ServiceProvided,
161047                   (MetaFeature*)&_CIM_AvailableDiagnosticService_EstimatedDurationOfService,
161048                   (MetaFeature*)&_CIM_AvailableDiagnosticService_EstimatedDurationQualifier,
161049 mike  1.1.2.1     0,
161050               };
161051               
161052               static const char*
161053               __root_cimv2_CIM_AvailableDiagnosticService_qualifiers[] =
161054               {
161055                   /* ASSOCIATION */
161056                   "\000\001",
161057                   /* UMLPackagePath */
161058                   "\057CIM::System::Diagnostics",
161059                   /* Version */
161060                   "\0632.9.0",
161061                   0,
161062               };
161063               
161064               MetaClass
161065               __root_cimv2_CIM_AvailableDiagnosticService =
161066               {
161067                   /* flags */
161068                   META_FLAG_ASSOCIATION,
161069                   /* name */
161070 mike  1.1.2.1     "CIM_AvailableDiagnosticService",
161071                   /* qualifiers */
161072                   __root_cimv2_CIM_AvailableDiagnosticService_qualifiers,
161073                   /* super */
161074                   &__root_cimv2_CIM_ServiceAvailableToElement,
161075                   /* features */
161076                   _CIM_AvailableDiagnosticService_features,
161077               };
161078               
161079               //==============================================================================
161080               //
161081               // Class: CIM_AverageRateMeterService
161082               //
161083               //==============================================================================
161084               
161085               static const char*
161086               _CIM_AverageRateMeterService_AverageRate_qualifiers[] =
161087               {
161088                   /* Units */
161089                   "\060KiloBits per Second",
161090                   0,
161091 mike  1.1.2.1 };
161092               
161093               static MetaProperty
161094               _CIM_AverageRateMeterService_AverageRate =
161095               {
161096                   /* flags */
161097                   META_FLAG_PROPERTY|META_FLAG_READ,
161098                   /* name */
161099                   "AverageRate",
161100                   /* qualifiers */
161101                   _CIM_AverageRateMeterService_AverageRate_qualifiers,
161102                   /* type */
161103                   CIMTYPE_UINT32,
161104                   /* subscript */
161105                   -1,
161106                   /* value */
161107                   0,
161108               };
161109               
161110               static const char*
161111               _CIM_AverageRateMeterService_DeltaInterval_qualifiers[] =
161112 mike  1.1.2.1 {
161113                   /* Units */
161114                   "\060MicroSeconds",
161115                   0,
161116               };
161117               
161118               static MetaProperty
161119               _CIM_AverageRateMeterService_DeltaInterval =
161120               {
161121                   /* flags */
161122                   META_FLAG_PROPERTY|META_FLAG_READ,
161123                   /* name */
161124                   "DeltaInterval",
161125                   /* qualifiers */
161126                   _CIM_AverageRateMeterService_DeltaInterval_qualifiers,
161127                   /* type */
161128                   CIMTYPE_UINT64,
161129                   /* subscript */
161130                   -1,
161131                   /* value */
161132                   0,
161133 mike  1.1.2.1 };
161134               
161135               static MetaFeature*
161136               _CIM_AverageRateMeterService_features[] =
161137               {
161138                   (MetaFeature*)&_CIM_AverageRateMeterService_AverageRate,
161139                   (MetaFeature*)&_CIM_AverageRateMeterService_DeltaInterval,
161140                   0,
161141               };
161142               
161143               static const char*
161144               __root_cimv2_CIM_AverageRateMeterService_qualifiers[] =
161145               {
161146                   /* UMLPackagePath */
161147                   "\057CIM::Network::QoS",
161148                   /* Version */
161149                   "\0632.7.0",
161150                   0,
161151               };
161152               
161153               MetaClass
161154 mike  1.1.2.1 __root_cimv2_CIM_AverageRateMeterService =
161155               {
161156                   /* flags */
161157                   META_FLAG_CLASS,
161158                   /* name */
161159                   "CIM_AverageRateMeterService",
161160                   /* qualifiers */
161161                   __root_cimv2_CIM_AverageRateMeterService_qualifiers,
161162                   /* super */
161163                   &__root_cimv2_CIM_MeterService,
161164                   /* features */
161165                   _CIM_AverageRateMeterService_features,
161166               };
161167               
161168               //==============================================================================
161169               //
161170               // Class: CIM_BGPProtocolEndpoint
161171               //
161172               //==============================================================================
161173               
161174               static const char*
161175 mike  1.1.2.1 _CIM_BGPProtocolEndpoint_IsEBGP_qualifiers[] =
161176               {
161177                   0,
161178               };
161179               
161180               static MetaProperty
161181               _CIM_BGPProtocolEndpoint_IsEBGP =
161182               {
161183                   /* flags */
161184                   META_FLAG_PROPERTY|META_FLAG_READ,
161185                   /* name */
161186                   "IsEBGP",
161187                   /* qualifiers */
161188                   _CIM_BGPProtocolEndpoint_IsEBGP_qualifiers,
161189                   /* type */
161190                   CIMTYPE_BOOLEAN,
161191                   /* subscript */
161192                   -1,
161193                   /* value */
161194                   0,
161195               };
161196 mike  1.1.2.1 
161197               static const char*
161198               _CIM_BGPProtocolEndpoint_IsEBGPMultihop_qualifiers[] =
161199               {
161200                   0,
161201               };
161202               
161203               static MetaProperty
161204               _CIM_BGPProtocolEndpoint_IsEBGPMultihop =
161205               {
161206                   /* flags */
161207                   META_FLAG_PROPERTY|META_FLAG_READ,
161208                   /* name */
161209                   "IsEBGPMultihop",
161210                   /* qualifiers */
161211                   _CIM_BGPProtocolEndpoint_IsEBGPMultihop_qualifiers,
161212                   /* type */
161213                   CIMTYPE_BOOLEAN,
161214                   /* subscript */
161215                   -1,
161216                   /* value */
161217 mike  1.1.2.1     0,
161218               };
161219               
161220               static const char*
161221               _CIM_BGPProtocolEndpoint_LocalIdentifier_qualifiers[] =
161222               {
161223                   /* MappingStrings */
161224                   "\026\000\001MIB.IETF|BGP4-MIB.bgpIdentifier\000",
161225                   0,
161226               };
161227               
161228               static MetaProperty
161229               _CIM_BGPProtocolEndpoint_LocalIdentifier =
161230               {
161231                   /* flags */
161232                   META_FLAG_PROPERTY|META_FLAG_READ,
161233                   /* name */
161234                   "LocalIdentifier",
161235                   /* qualifiers */
161236                   _CIM_BGPProtocolEndpoint_LocalIdentifier_qualifiers,
161237                   /* type */
161238 mike  1.1.2.1     CIMTYPE_STRING,
161239                   /* subscript */
161240                   -1,
161241                   /* value */
161242                   0,
161243               };
161244               
161245               static const char*
161246               _CIM_BGPProtocolEndpoint_PeerIdentifier_qualifiers[] =
161247               {
161248                   /* MappingStrings */
161249                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerIdentifier\000",
161250                   0,
161251               };
161252               
161253               static MetaProperty
161254               _CIM_BGPProtocolEndpoint_PeerIdentifier =
161255               {
161256                   /* flags */
161257                   META_FLAG_PROPERTY|META_FLAG_READ,
161258                   /* name */
161259 mike  1.1.2.1     "PeerIdentifier",
161260                   /* qualifiers */
161261                   _CIM_BGPProtocolEndpoint_PeerIdentifier_qualifiers,
161262                   /* type */
161263                   CIMTYPE_STRING,
161264                   /* subscript */
161265                   -1,
161266                   /* value */
161267                   0,
161268               };
161269               
161270               static const char*
161271               _CIM_BGPProtocolEndpoint_State_qualifiers[] =
161272               {
161273                   /* ValueMap */
161274                   "\061\000\0061\0002\0003\0004\0005\0006\000",
161275                   /* Values */
161276                   "\062\000\006Idle\000Connect\000Active\000OpenSet\000OpenConfirm\000Established\000",
161277                   /* MappingStrings */
161278                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerState\000",
161279                   0,
161280 mike  1.1.2.1 };
161281               
161282               static MetaProperty
161283               _CIM_BGPProtocolEndpoint_State =
161284               {
161285                   /* flags */
161286                   META_FLAG_PROPERTY|META_FLAG_READ,
161287                   /* name */
161288                   "State",
161289                   /* qualifiers */
161290                   _CIM_BGPProtocolEndpoint_State_qualifiers,
161291                   /* type */
161292                   CIMTYPE_UINT16,
161293                   /* subscript */
161294                   -1,
161295                   /* value */
161296                   0,
161297               };
161298               
161299               static const char*
161300               _CIM_BGPProtocolEndpoint_AdminStatus_qualifiers[] =
161301 mike  1.1.2.1 {
161302                   /* Deprecated */
161303                   "\013\000\001CIM_EnabledLogicalElement.RequestedState\000",
161304                   /* ValueMap */
161305                   "\061\000\0021\0002\000",
161306                   /* Values */
161307                   "\062\000\002Stop\000Start\000",
161308                   /* MappingStrings */
161309                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerAdminStatus\000",
161310                   0,
161311               };
161312               
161313               static MetaProperty
161314               _CIM_BGPProtocolEndpoint_AdminStatus =
161315               {
161316                   /* flags */
161317                   META_FLAG_PROPERTY|META_FLAG_READ,
161318                   /* name */
161319                   "AdminStatus",
161320                   /* qualifiers */
161321                   _CIM_BGPProtocolEndpoint_AdminStatus_qualifiers,
161322 mike  1.1.2.1     /* type */
161323                   CIMTYPE_UINT16,
161324                   /* subscript */
161325                   -1,
161326                   /* value */
161327                   0,
161328               };
161329               
161330               static const char*
161331               _CIM_BGPProtocolEndpoint_NegotiatedVersion_qualifiers[] =
161332               {
161333                   /* MappingStrings */
161334                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerNegotiatedVersion\000",
161335                   0,
161336               };
161337               
161338               static MetaProperty
161339               _CIM_BGPProtocolEndpoint_NegotiatedVersion =
161340               {
161341                   /* flags */
161342                   META_FLAG_PROPERTY|META_FLAG_READ,
161343 mike  1.1.2.1     /* name */
161344                   "NegotiatedVersion",
161345                   /* qualifiers */
161346                   _CIM_BGPProtocolEndpoint_NegotiatedVersion_qualifiers,
161347                   /* type */
161348                   CIMTYPE_STRING,
161349                   /* subscript */
161350                   -1,
161351                   /* value */
161352                   0,
161353               };
161354               
161355               static const char*
161356               _CIM_BGPProtocolEndpoint_LocalAddress_qualifiers[] =
161357               {
161358                   /* Deprecated */
161359                   "\013\000\002CIM_BindsTo\000CIM_IPProtocolEndpoint\000",
161360                   /* MappingStrings */
161361                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerLocalAddr\000",
161362                   0,
161363               };
161364 mike  1.1.2.1 
161365               static MetaProperty
161366               _CIM_BGPProtocolEndpoint_LocalAddress =
161367               {
161368                   /* flags */
161369                   META_FLAG_PROPERTY|META_FLAG_READ,
161370                   /* name */
161371                   "LocalAddress",
161372                   /* qualifiers */
161373                   _CIM_BGPProtocolEndpoint_LocalAddress_qualifiers,
161374                   /* type */
161375                   CIMTYPE_STRING,
161376                   /* subscript */
161377                   -1,
161378                   /* value */
161379                   0,
161380               };
161381               
161382               static const char*
161383               _CIM_BGPProtocolEndpoint_LocalPort_qualifiers[] =
161384               {
161385 mike  1.1.2.1     /* Deprecated */
161386                   "\013\000\002CIM_BindsTo\000CIM_TCPProtocolEndpoint\000",
161387                   /* MappingStrings */
161388                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerLocalPort\000",
161389                   0,
161390               };
161391               
161392               static MetaProperty
161393               _CIM_BGPProtocolEndpoint_LocalPort =
161394               {
161395                   /* flags */
161396                   META_FLAG_PROPERTY|META_FLAG_READ,
161397                   /* name */
161398                   "LocalPort",
161399                   /* qualifiers */
161400                   _CIM_BGPProtocolEndpoint_LocalPort_qualifiers,
161401                   /* type */
161402                   CIMTYPE_UINT16,
161403                   /* subscript */
161404                   -1,
161405                   /* value */
161406 mike  1.1.2.1     0,
161407               };
161408               
161409               static const char*
161410               _CIM_BGPProtocolEndpoint_RemoteAddress_qualifiers[] =
161411               {
161412                   /* Deprecated */
161413                   "\013\000\002CIM_BindsTo\000CIM_RemoteServiceAccessPoint\000",
161414                   /* MappingStrings */
161415                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerRemoteAddr\000",
161416                   0,
161417               };
161418               
161419               static MetaProperty
161420               _CIM_BGPProtocolEndpoint_RemoteAddress =
161421               {
161422                   /* flags */
161423                   META_FLAG_PROPERTY|META_FLAG_READ,
161424                   /* name */
161425                   "RemoteAddress",
161426                   /* qualifiers */
161427 mike  1.1.2.1     _CIM_BGPProtocolEndpoint_RemoteAddress_qualifiers,
161428                   /* type */
161429                   CIMTYPE_STRING,
161430                   /* subscript */
161431                   -1,
161432                   /* value */
161433                   0,
161434               };
161435               
161436               static const char*
161437               _CIM_BGPProtocolEndpoint_RemotePort_qualifiers[] =
161438               {
161439                   /* Deprecated */
161440                   "\013\000\002CIM_BindsTo\000CIM_RemotePort\000",
161441                   /* MappingStrings */
161442                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerRemotePort\000",
161443                   0,
161444               };
161445               
161446               static MetaProperty
161447               _CIM_BGPProtocolEndpoint_RemotePort =
161448 mike  1.1.2.1 {
161449                   /* flags */
161450                   META_FLAG_PROPERTY|META_FLAG_READ,
161451                   /* name */
161452                   "RemotePort",
161453                   /* qualifiers */
161454                   _CIM_BGPProtocolEndpoint_RemotePort_qualifiers,
161455                   /* type */
161456                   CIMTYPE_UINT16,
161457                   /* subscript */
161458                   -1,
161459                   /* value */
161460                   0,
161461               };
161462               
161463               static const char*
161464               _CIM_BGPProtocolEndpoint_RemoteAS_qualifiers[] =
161465               {
161466                   /* MappingStrings */
161467                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerRemoteAs\000",
161468                   0,
161469 mike  1.1.2.1 };
161470               
161471               static MetaProperty
161472               _CIM_BGPProtocolEndpoint_RemoteAS =
161473               {
161474                   /* flags */
161475                   META_FLAG_PROPERTY|META_FLAG_READ,
161476                   /* name */
161477                   "RemoteAS",
161478                   /* qualifiers */
161479                   _CIM_BGPProtocolEndpoint_RemoteAS_qualifiers,
161480                   /* type */
161481                   CIMTYPE_UINT16,
161482                   /* subscript */
161483                   -1,
161484                   /* value */
161485                   0,
161486               };
161487               
161488               static const char*
161489               _CIM_BGPProtocolEndpoint_ConnectRetryInterval_qualifiers[] =
161490 mike  1.1.2.1 {
161491                   /* Units */
161492                   "\060Seconds",
161493                   /* MappingStrings */
161494                   "\026\000\001MIB.IETF|BGP4-MIB.bgpConnectRetryInterval\000",
161495                   0,
161496               };
161497               
161498               static MetaProperty
161499               _CIM_BGPProtocolEndpoint_ConnectRetryInterval =
161500               {
161501                   /* flags */
161502                   META_FLAG_PROPERTY|META_FLAG_READ,
161503                   /* name */
161504                   "ConnectRetryInterval",
161505                   /* qualifiers */
161506                   _CIM_BGPProtocolEndpoint_ConnectRetryInterval_qualifiers,
161507                   /* type */
161508                   CIMTYPE_UINT32,
161509                   /* subscript */
161510                   -1,
161511 mike  1.1.2.1     /* value */
161512                   "\000\000\000\170",
161513               };
161514               
161515               static const char*
161516               _CIM_BGPProtocolEndpoint_HoldTimeConfigured_qualifiers[] =
161517               {
161518                   /* Units */
161519                   "\060Seconds",
161520                   /* MappingStrings */
161521                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerHoldTimeConfigured\000",
161522                   0,
161523               };
161524               
161525               static MetaProperty
161526               _CIM_BGPProtocolEndpoint_HoldTimeConfigured =
161527               {
161528                   /* flags */
161529                   META_FLAG_PROPERTY|META_FLAG_READ,
161530                   /* name */
161531                   "HoldTimeConfigured",
161532 mike  1.1.2.1     /* qualifiers */
161533                   _CIM_BGPProtocolEndpoint_HoldTimeConfigured_qualifiers,
161534                   /* type */
161535                   CIMTYPE_UINT16,
161536                   /* subscript */
161537                   -1,
161538                   /* value */
161539                   "\000\132",
161540               };
161541               
161542               static const char*
161543               _CIM_BGPProtocolEndpoint_KeepAliveConfigured_qualifiers[] =
161544               {
161545                   /* Units */
161546                   "\060Seconds",
161547                   /* MappingStrings */
161548                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerKeepAliveConfigured\000",
161549                   0,
161550               };
161551               
161552               static MetaProperty
161553 mike  1.1.2.1 _CIM_BGPProtocolEndpoint_KeepAliveConfigured =
161554               {
161555                   /* flags */
161556                   META_FLAG_PROPERTY|META_FLAG_READ,
161557                   /* name */
161558                   "KeepAliveConfigured",
161559                   /* qualifiers */
161560                   _CIM_BGPProtocolEndpoint_KeepAliveConfigured_qualifiers,
161561                   /* type */
161562                   CIMTYPE_UINT16,
161563                   /* subscript */
161564                   -1,
161565                   /* value */
161566                   "\000\036",
161567               };
161568               
161569               static const char*
161570               _CIM_BGPProtocolEndpoint_MinASOriginationInterval_qualifiers[] =
161571               {
161572                   /* Units */
161573                   "\060Seconds",
161574 mike  1.1.2.1     /* MappingStrings */
161575                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerMinASOriginationInterval\000",
161576                   0,
161577               };
161578               
161579               static MetaProperty
161580               _CIM_BGPProtocolEndpoint_MinASOriginationInterval =
161581               {
161582                   /* flags */
161583                   META_FLAG_PROPERTY|META_FLAG_READ,
161584                   /* name */
161585                   "MinASOriginationInterval",
161586                   /* qualifiers */
161587                   _CIM_BGPProtocolEndpoint_MinASOriginationInterval_qualifiers,
161588                   /* type */
161589                   CIMTYPE_UINT16,
161590                   /* subscript */
161591                   -1,
161592                   /* value */
161593                   "\000\017",
161594               };
161595 mike  1.1.2.1 
161596               static const char*
161597               _CIM_BGPProtocolEndpoint_MinRouteAdvertisementInterval_qualifiers[] =
161598               {
161599                   /* Units */
161600                   "\060Seconds",
161601                   /* MappingStrings */
161602                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerMinRouteAdvertisementInterval\000",
161603                   0,
161604               };
161605               
161606               static MetaProperty
161607               _CIM_BGPProtocolEndpoint_MinRouteAdvertisementInterval =
161608               {
161609                   /* flags */
161610                   META_FLAG_PROPERTY|META_FLAG_READ,
161611                   /* name */
161612                   "MinRouteAdvertisementInterval",
161613                   /* qualifiers */
161614                   _CIM_BGPProtocolEndpoint_MinRouteAdvertisementInterval_qualifiers,
161615                   /* type */
161616 mike  1.1.2.1     CIMTYPE_UINT16,
161617                   /* subscript */
161618                   -1,
161619                   /* value */
161620                   "\000\036",
161621               };
161622               
161623               static const char*
161624               _CIM_BGPProtocolEndpoint_HoldTime_qualifiers[] =
161625               {
161626                   /* Units */
161627                   "\060Seconds",
161628                   /* MappingStrings */
161629                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerHoldTime\000",
161630                   0,
161631               };
161632               
161633               static MetaProperty
161634               _CIM_BGPProtocolEndpoint_HoldTime =
161635               {
161636                   /* flags */
161637 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
161638                   /* name */
161639                   "HoldTime",
161640                   /* qualifiers */
161641                   _CIM_BGPProtocolEndpoint_HoldTime_qualifiers,
161642                   /* type */
161643                   CIMTYPE_UINT16,
161644                   /* subscript */
161645                   -1,
161646                   /* value */
161647                   0,
161648               };
161649               
161650               static const char*
161651               _CIM_BGPProtocolEndpoint_KeepAlive_qualifiers[] =
161652               {
161653                   /* Units */
161654                   "\060Seconds",
161655                   /* MappingStrings */
161656                   "\026\000\001MIB.IETF|BGP4-MIB.bgpPeerKeepAlive\000",
161657                   0,
161658 mike  1.1.2.1 };
161659               
161660               static MetaProperty
161661               _CIM_BGPProtocolEndpoint_KeepAlive =
161662               {
161663                   /* flags */
161664                   META_FLAG_PROPERTY|META_FLAG_READ,
161665                   /* name */
161666                   "KeepAlive",
161667                   /* qualifiers */
161668                   _CIM_BGPProtocolEndpoint_KeepAlive_qualifiers,
161669                   /* type */
161670                   CIMTYPE_UINT16,
161671                   /* subscript */
161672                   -1,
161673                   /* value */
161674                   0,
161675               };
161676               
161677               static const char*
161678               _CIM_BGPProtocolEndpoint_ProtocolIFType_qualifiers[] =
161679 mike  1.1.2.1 {
161680                   /* Override */
161681                   "\044ProtocolIFType",
161682                   /* ValueMap */
161683                   "\061\000\0051\000225..4095\0004108\0004301..32767\00032768..\000",
161684                   /* Values */
161685                   "\062\000\005Other\000IANA Reserved\000BGP\000DMTF Reserved\000Vendor Reserved\000",
161686                   0,
161687               };
161688               
161689               static MetaProperty
161690               _CIM_BGPProtocolEndpoint_ProtocolIFType =
161691               {
161692                   /* flags */
161693                   META_FLAG_PROPERTY|META_FLAG_READ,
161694                   /* name */
161695                   "ProtocolIFType",
161696                   /* qualifiers */
161697                   _CIM_BGPProtocolEndpoint_ProtocolIFType_qualifiers,
161698                   /* type */
161699                   CIMTYPE_UINT16,
161700 mike  1.1.2.1     /* subscript */
161701                   -1,
161702                   /* value */
161703                   "\020\014",
161704               };
161705               
161706               static MetaFeature*
161707               _CIM_BGPProtocolEndpoint_features[] =
161708               {
161709                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_IsEBGP,
161710                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_IsEBGPMultihop,
161711                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_LocalIdentifier,
161712                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_PeerIdentifier,
161713                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_State,
161714                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_AdminStatus,
161715                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_NegotiatedVersion,
161716                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_LocalAddress,
161717                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_LocalPort,
161718                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_RemoteAddress,
161719                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_RemotePort,
161720                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_RemoteAS,
161721 mike  1.1.2.1     (MetaFeature*)&_CIM_BGPProtocolEndpoint_ConnectRetryInterval,
161722                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_HoldTimeConfigured,
161723                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_KeepAliveConfigured,
161724                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_MinASOriginationInterval,
161725                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_MinRouteAdvertisementInterval,
161726                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_HoldTime,
161727                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_KeepAlive,
161728                   (MetaFeature*)&_CIM_BGPProtocolEndpoint_ProtocolIFType,
161729                   0,
161730               };
161731               
161732               static const char*
161733               __root_cimv2_CIM_BGPProtocolEndpoint_qualifiers[] =
161734               {
161735                   /* UMLPackagePath */
161736                   "\057CIM::Network::ProtocolEndpoints",
161737                   /* Version */
161738                   "\0632.8.0",
161739                   0,
161740               };
161741               
161742 mike  1.1.2.1 MetaClass
161743               __root_cimv2_CIM_BGPProtocolEndpoint =
161744               {
161745                   /* flags */
161746                   META_FLAG_CLASS,
161747                   /* name */
161748                   "CIM_BGPProtocolEndpoint",
161749                   /* qualifiers */
161750                   __root_cimv2_CIM_BGPProtocolEndpoint_qualifiers,
161751                   /* super */
161752                   &__root_cimv2_CIM_ProtocolEndpoint,
161753                   /* features */
161754                   _CIM_BGPProtocolEndpoint_features,
161755               };
161756               
161757               //==============================================================================
161758               //
161759               // Class: CIM_BGPService
161760               //
161761               //==============================================================================
161762               
161763 mike  1.1.2.1 static const char*
161764               _CIM_BGPService_BGPVersion_qualifiers[] =
161765               {
161766                   /* MappingStrings */
161767                   "\026\000\001MIB.IETF|BGP4-MIB.bgpVersion\000",
161768                   0,
161769               };
161770               
161771               static MetaProperty
161772               _CIM_BGPService_BGPVersion =
161773               {
161774                   /* flags */
161775                   META_FLAG_PROPERTY|META_FLAG_READ,
161776                   /* name */
161777                   "BGPVersion",
161778                   /* qualifiers */
161779                   _CIM_BGPService_BGPVersion_qualifiers,
161780                   /* type */
161781                   CIMTYPE_UINT8,
161782                   /* subscript */
161783                   -1,
161784 mike  1.1.2.1     /* value */
161785                   0,
161786               };
161787               
161788               static const char*
161789               _CIM_BGPService_LastErrorCode_qualifiers[] =
161790               {
161791                   /* ValueMap */
161792                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
161793                   /* Values */
161794                   "\062\000\007None\000Message Header Error\000OPEN Message Error\000UPDATE Message Error\000Hold Timer Expired\000Finite State Machine Error\000Cease\000",
161795                   0,
161796               };
161797               
161798               static MetaProperty
161799               _CIM_BGPService_LastErrorCode =
161800               {
161801                   /* flags */
161802                   META_FLAG_PROPERTY|META_FLAG_READ,
161803                   /* name */
161804                   "LastErrorCode",
161805 mike  1.1.2.1     /* qualifiers */
161806                   _CIM_BGPService_LastErrorCode_qualifiers,
161807                   /* type */
161808                   CIMTYPE_UINT16,
161809                   /* subscript */
161810                   -1,
161811                   /* value */
161812                   0,
161813               };
161814               
161815               static const char*
161816               _CIM_BGPService_LastMessageErrorSubCode_qualifiers[] =
161817               {
161818                   /* ValueMap */
161819                   "\061\000\0040\0001\0002\0003\000",
161820                   /* Values */
161821                   "\062\000\004None\000Connection Not Synchronized\000Bad Message Length\000Bad Message Type\000",
161822                   0,
161823               };
161824               
161825               static MetaProperty
161826 mike  1.1.2.1 _CIM_BGPService_LastMessageErrorSubCode =
161827               {
161828                   /* flags */
161829                   META_FLAG_PROPERTY|META_FLAG_READ,
161830                   /* name */
161831                   "LastMessageErrorSubCode",
161832                   /* qualifiers */
161833                   _CIM_BGPService_LastMessageErrorSubCode_qualifiers,
161834                   /* type */
161835                   CIMTYPE_UINT16,
161836                   /* subscript */
161837                   -1,
161838                   /* value */
161839                   0,
161840               };
161841               
161842               static const char*
161843               _CIM_BGPService_LastOpenErrorSubCode_qualifiers[] =
161844               {
161845                   /* ValueMap */
161846                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
161847 mike  1.1.2.1     /* Values */
161848                   "\062\000\007None\000Unsupported Version Number\000Bad Peer AS\000Bad BGP Identifier\000Unsupported Optional Parameter\000Authentication Failure\000Unacceptable Hold Time\000",
161849                   0,
161850               };
161851               
161852               static MetaProperty
161853               _CIM_BGPService_LastOpenErrorSubCode =
161854               {
161855                   /* flags */
161856                   META_FLAG_PROPERTY|META_FLAG_READ,
161857                   /* name */
161858                   "LastOpenErrorSubCode",
161859                   /* qualifiers */
161860                   _CIM_BGPService_LastOpenErrorSubCode_qualifiers,
161861                   /* type */
161862                   CIMTYPE_UINT16,
161863                   /* subscript */
161864                   -1,
161865                   /* value */
161866                   0,
161867               };
161868 mike  1.1.2.1 
161869               static const char*
161870               _CIM_BGPService_LastUpdateErrorSubCode_qualifiers[] =
161871               {
161872                   /* ValueMap */
161873                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
161874                   /* Values */
161875                   "\062\000\014None\000Malformed Attribute List\000Unrecognized Well-Known Attribute\000Missing Well-Known Attribute\000Attribute Flags Error\000Attribute Length Error\000Invalid Origin Attribute\000AS Routing Loop\000Invalid NEXT_HOP Attribute\000Optional Attribute Error\000Invalid Network Field\000Malformed AS_path\000",
161876                   0,
161877               };
161878               
161879               static MetaProperty
161880               _CIM_BGPService_LastUpdateErrorSubCode =
161881               {
161882                   /* flags */
161883                   META_FLAG_PROPERTY|META_FLAG_READ,
161884                   /* name */
161885                   "LastUpdateErrorSubCode",
161886                   /* qualifiers */
161887                   _CIM_BGPService_LastUpdateErrorSubCode_qualifiers,
161888                   /* type */
161889 mike  1.1.2.1     CIMTYPE_UINT16,
161890                   /* subscript */
161891                   -1,
161892                   /* value */
161893                   0,
161894               };
161895               
161896               static MetaFeature*
161897               _CIM_BGPService_features[] =
161898               {
161899                   (MetaFeature*)&_CIM_BGPService_BGPVersion,
161900                   (MetaFeature*)&_CIM_BGPService_LastErrorCode,
161901                   (MetaFeature*)&_CIM_BGPService_LastMessageErrorSubCode,
161902                   (MetaFeature*)&_CIM_BGPService_LastOpenErrorSubCode,
161903                   (MetaFeature*)&_CIM_BGPService_LastUpdateErrorSubCode,
161904                   0,
161905               };
161906               
161907               static const char*
161908               __root_cimv2_CIM_BGPService_qualifiers[] =
161909               {
161910 mike  1.1.2.1     /* UMLPackagePath */
161911                   "\057CIM::Network::BGP",
161912                   /* Version */
161913                   "\0632.7.0",
161914                   0,
161915               };
161916               
161917               MetaClass
161918               __root_cimv2_CIM_BGPService =
161919               {
161920                   /* flags */
161921                   META_FLAG_CLASS,
161922                   /* name */
161923                   "CIM_BGPService",
161924                   /* qualifiers */
161925                   __root_cimv2_CIM_BGPService_qualifiers,
161926                   /* super */
161927                   &__root_cimv2_CIM_RouteCalculationService,
161928                   /* features */
161929                   _CIM_BGPService_features,
161930               };
161931 mike  1.1.2.1 
161932               //==============================================================================
161933               //
161934               // Class: CIM_BGPServiceAttributes
161935               //
161936               //==============================================================================
161937               
161938               static const char*
161939               _CIM_BGPServiceAttributes_GroupComponent_qualifiers[] =
161940               {
161941                   /* Deprecated */
161942                   "\013\000\001No value\000",
161943                   /* Aggregate */
161944                   "\003\001",
161945                   /* Override */
161946                   "\044GroupComponent",
161947                   /* Max */
161948                   "\027\000\000\000\001",
161949                   0,
161950               };
161951               
161952 mike  1.1.2.1 static MetaReference
161953               _CIM_BGPServiceAttributes_GroupComponent =
161954               {
161955                   /* flags */
161956                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
161957                   /* name */
161958                   "GroupComponent",
161959                   /* qualifiers */
161960                   _CIM_BGPServiceAttributes_GroupComponent_qualifiers,
161961                   /* subscript */
161962                   -1,
161963                   /* refId */
161964                   &__root_cimv2_CIM_BGPService,
161965               };
161966               
161967               static const char*
161968               _CIM_BGPServiceAttributes_PartComponent_qualifiers[] =
161969               {
161970                   /* Deprecated */
161971                   "\013\000\001No value\000",
161972                   /* Override */
161973 mike  1.1.2.1     "\044PartComponent",
161974                   /* Max */
161975                   "\027\000\000\000\001",
161976                   0,
161977               };
161978               
161979               static MetaReference
161980               _CIM_BGPServiceAttributes_PartComponent =
161981               {
161982                   /* flags */
161983                   META_FLAG_REFERENCE|META_FLAG_READ,
161984                   /* name */
161985                   "PartComponent",
161986                   /* qualifiers */
161987                   _CIM_BGPServiceAttributes_PartComponent_qualifiers,
161988                   /* subscript */
161989                   -1,
161990                   /* refId */
161991                   &__root_cimv2_CIM_BGPPathAttributes,
161992               };
161993               
161994 mike  1.1.2.1 static MetaFeature*
161995               _CIM_BGPServiceAttributes_features[] =
161996               {
161997                   (MetaFeature*)&_CIM_BGPServiceAttributes_GroupComponent,
161998                   (MetaFeature*)&_CIM_BGPServiceAttributes_PartComponent,
161999                   0,
162000               };
162001               
162002               static const char*
162003               __root_cimv2_CIM_BGPServiceAttributes_qualifiers[] =
162004               {
162005                   /* ASSOCIATION */
162006                   "\000\001",
162007                   /* Deprecated */
162008                   "\013\000\001No value\000",
162009                   /* UMLPackagePath */
162010                   "\057CIM::Network::BGP",
162011                   /* Aggregation */
162012                   "\004\001",
162013                   /* Version */
162014                   "\0632.7.0",
162015 mike  1.1.2.1     0,
162016               };
162017               
162018               MetaClass
162019               __root_cimv2_CIM_BGPServiceAttributes =
162020               {
162021                   /* flags */
162022                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
162023                   /* name */
162024                   "CIM_BGPServiceAttributes",
162025                   /* qualifiers */
162026                   __root_cimv2_CIM_BGPServiceAttributes_qualifiers,
162027                   /* super */
162028                   &__root_cimv2_CIM_Component,
162029                   /* features */
162030                   _CIM_BGPServiceAttributes_features,
162031               };
162032               
162033               //==============================================================================
162034               //
162035               // Class: CIM_BGPServiceStatistics
162036 mike  1.1.2.1 //
162037               //==============================================================================
162038               
162039               static const char*
162040               _CIM_BGPServiceStatistics_Stats_qualifiers[] =
162041               {
162042                   /* Deprecated */
162043                   "\013\000\001CIM_ElementStatisticalData.Stats\000",
162044                   /* Override */
162045                   "\044Stats",
162046                   /* Max */
162047                   "\027\000\000\000\001",
162048                   0,
162049               };
162050               
162051               static MetaReference
162052               _CIM_BGPServiceStatistics_Stats =
162053               {
162054                   /* flags */
162055                   META_FLAG_REFERENCE|META_FLAG_READ,
162056                   /* name */
162057 mike  1.1.2.1     "Stats",
162058                   /* qualifiers */
162059                   _CIM_BGPServiceStatistics_Stats_qualifiers,
162060                   /* subscript */
162061                   -1,
162062                   /* refId */
162063                   &__root_cimv2_CIM_BGPStatistics,
162064               };
162065               
162066               static const char*
162067               _CIM_BGPServiceStatistics_Element_qualifiers[] =
162068               {
162069                   /* Deprecated */
162070                   "\013\000\001CIM_ElementStatisticalData.ManagedElement\000",
162071                   /* Override */
162072                   "\044Element",
162073                   /* Min */
162074                   "\033\000\000\000\001",
162075                   /* Max */
162076                   "\027\000\000\000\001",
162077                   0,
162078 mike  1.1.2.1 };
162079               
162080               static MetaReference
162081               _CIM_BGPServiceStatistics_Element =
162082               {
162083                   /* flags */
162084                   META_FLAG_REFERENCE|META_FLAG_READ,
162085                   /* name */
162086                   "Element",
162087                   /* qualifiers */
162088                   _CIM_BGPServiceStatistics_Element_qualifiers,
162089                   /* subscript */
162090                   -1,
162091                   /* refId */
162092                   &__root_cimv2_CIM_BGPService,
162093               };
162094               
162095               static MetaFeature*
162096               _CIM_BGPServiceStatistics_features[] =
162097               {
162098                   (MetaFeature*)&_CIM_BGPServiceStatistics_Stats,
162099 mike  1.1.2.1     (MetaFeature*)&_CIM_BGPServiceStatistics_Element,
162100                   0,
162101               };
162102               
162103               static const char*
162104               __root_cimv2_CIM_BGPServiceStatistics_qualifiers[] =
162105               {
162106                   /* ASSOCIATION */
162107                   "\000\001",
162108                   /* Deprecated */
162109                   "\013\000\001CIM_ElementStatisticalData\000",
162110                   /* UMLPackagePath */
162111                   "\057CIM::Network::BGP",
162112                   /* Version */
162113                   "\0632.7.0",
162114                   0,
162115               };
162116               
162117               MetaClass
162118               __root_cimv2_CIM_BGPServiceStatistics =
162119               {
162120 mike  1.1.2.1     /* flags */
162121                   META_FLAG_ASSOCIATION,
162122                   /* name */
162123                   "CIM_BGPServiceStatistics",
162124                   /* qualifiers */
162125                   __root_cimv2_CIM_BGPServiceStatistics_qualifiers,
162126                   /* super */
162127                   &__root_cimv2_CIM_ServiceStatistics,
162128                   /* features */
162129                   _CIM_BGPServiceStatistics_features,
162130               };
162131               
162132               //==============================================================================
162133               //
162134               // Class: CIM_BindsTo
162135               //
162136               //==============================================================================
162137               
162138               static const char*
162139               _CIM_BindsTo_Antecedent_qualifiers[] =
162140               {
162141 mike  1.1.2.1     /* Override */
162142                   "\044Antecedent",
162143                   0,
162144               };
162145               
162146               static MetaReference
162147               _CIM_BindsTo_Antecedent =
162148               {
162149                   /* flags */
162150                   META_FLAG_REFERENCE|META_FLAG_READ,
162151                   /* name */
162152                   "Antecedent",
162153                   /* qualifiers */
162154                   _CIM_BindsTo_Antecedent_qualifiers,
162155                   /* subscript */
162156                   -1,
162157                   /* refId */
162158                   &__root_cimv2_CIM_ProtocolEndpoint,
162159               };
162160               
162161               static const char*
162162 mike  1.1.2.1 _CIM_BindsTo_Dependent_qualifiers[] =
162163               {
162164                   /* Override */
162165                   "\044Dependent",
162166                   0,
162167               };
162168               
162169               static MetaReference
162170               _CIM_BindsTo_Dependent =
162171               {
162172                   /* flags */
162173                   META_FLAG_REFERENCE|META_FLAG_READ,
162174                   /* name */
162175                   "Dependent",
162176                   /* qualifiers */
162177                   _CIM_BindsTo_Dependent_qualifiers,
162178                   /* subscript */
162179                   -1,
162180                   /* refId */
162181                   &__root_cimv2_CIM_ServiceAccessPoint,
162182               };
162183 mike  1.1.2.1 
162184               static MetaFeature*
162185               _CIM_BindsTo_features[] =
162186               {
162187                   (MetaFeature*)&_CIM_BindsTo_Antecedent,
162188                   (MetaFeature*)&_CIM_BindsTo_Dependent,
162189                   0,
162190               };
162191               
162192               static const char*
162193               __root_cimv2_CIM_BindsTo_qualifiers[] =
162194               {
162195                   /* ASSOCIATION */
162196                   "\000\001",
162197                   /* UMLPackagePath */
162198                   "\057CIM::Core::Service",
162199                   /* Version */
162200                   "\0632.10.0",
162201                   0,
162202               };
162203               
162204 mike  1.1.2.1 MetaClass
162205               __root_cimv2_CIM_BindsTo =
162206               {
162207                   /* flags */
162208                   META_FLAG_ASSOCIATION,
162209                   /* name */
162210                   "CIM_BindsTo",
162211                   /* qualifiers */
162212                   __root_cimv2_CIM_BindsTo_qualifiers,
162213                   /* super */
162214                   &__root_cimv2_CIM_SAPSAPDependency,
162215                   /* features */
162216                   _CIM_BindsTo_features,
162217               };
162218               
162219               //==============================================================================
162220               //
162221               // Class: CIM_BIOSLoadedInNV
162222               //
162223               //==============================================================================
162224               
162225 mike  1.1.2.1 static const char*
162226               _CIM_BIOSLoadedInNV_Antecedent_qualifiers[] =
162227               {
162228                   /* Override */
162229                   "\044Antecedent",
162230                   0,
162231               };
162232               
162233               static MetaReference
162234               _CIM_BIOSLoadedInNV_Antecedent =
162235               {
162236                   /* flags */
162237                   META_FLAG_REFERENCE|META_FLAG_READ,
162238                   /* name */
162239                   "Antecedent",
162240                   /* qualifiers */
162241                   _CIM_BIOSLoadedInNV_Antecedent_qualifiers,
162242                   /* subscript */
162243                   -1,
162244                   /* refId */
162245                   &__root_cimv2_CIM_Memory,
162246 mike  1.1.2.1 };
162247               
162248               static const char*
162249               _CIM_BIOSLoadedInNV_Dependent_qualifiers[] =
162250               {
162251                   /* Override */
162252                   "\044Dependent",
162253                   0,
162254               };
162255               
162256               static MetaReference
162257               _CIM_BIOSLoadedInNV_Dependent =
162258               {
162259                   /* flags */
162260                   META_FLAG_REFERENCE|META_FLAG_READ,
162261                   /* name */
162262                   "Dependent",
162263                   /* qualifiers */
162264                   _CIM_BIOSLoadedInNV_Dependent_qualifiers,
162265                   /* subscript */
162266                   -1,
162267 mike  1.1.2.1     /* refId */
162268                   &__root_cimv2_CIM_BIOSElement,
162269               };
162270               
162271               static const char*
162272               _CIM_BIOSLoadedInNV_StartingAddress_qualifiers[] =
162273               {
162274                   0,
162275               };
162276               
162277               static MetaProperty
162278               _CIM_BIOSLoadedInNV_StartingAddress =
162279               {
162280                   /* flags */
162281                   META_FLAG_PROPERTY|META_FLAG_READ,
162282                   /* name */
162283                   "StartingAddress",
162284                   /* qualifiers */
162285                   _CIM_BIOSLoadedInNV_StartingAddress_qualifiers,
162286                   /* type */
162287                   CIMTYPE_UINT64,
162288 mike  1.1.2.1     /* subscript */
162289                   -1,
162290                   /* value */
162291                   0,
162292               };
162293               
162294               static const char*
162295               _CIM_BIOSLoadedInNV_EndingAddress_qualifiers[] =
162296               {
162297                   0,
162298               };
162299               
162300               static MetaProperty
162301               _CIM_BIOSLoadedInNV_EndingAddress =
162302               {
162303                   /* flags */
162304                   META_FLAG_PROPERTY|META_FLAG_READ,
162305                   /* name */
162306                   "EndingAddress",
162307                   /* qualifiers */
162308                   _CIM_BIOSLoadedInNV_EndingAddress_qualifiers,
162309 mike  1.1.2.1     /* type */
162310                   CIMTYPE_UINT64,
162311                   /* subscript */
162312                   -1,
162313                   /* value */
162314                   0,
162315               };
162316               
162317               static MetaFeature*
162318               _CIM_BIOSLoadedInNV_features[] =
162319               {
162320                   (MetaFeature*)&_CIM_BIOSLoadedInNV_Antecedent,
162321                   (MetaFeature*)&_CIM_BIOSLoadedInNV_Dependent,
162322                   (MetaFeature*)&_CIM_BIOSLoadedInNV_StartingAddress,
162323                   (MetaFeature*)&_CIM_BIOSLoadedInNV_EndingAddress,
162324                   0,
162325               };
162326               
162327               static const char*
162328               __root_cimv2_CIM_BIOSLoadedInNV_qualifiers[] =
162329               {
162330 mike  1.1.2.1     /* ASSOCIATION */
162331                   "\000\001",
162332                   /* UMLPackagePath */
162333                   "\057CIM::Device::Memory",
162334                   /* Version */
162335                   "\0632.8.0",
162336                   0,
162337               };
162338               
162339               MetaClass
162340               __root_cimv2_CIM_BIOSLoadedInNV =
162341               {
162342                   /* flags */
162343                   META_FLAG_ASSOCIATION,
162344                   /* name */
162345                   "CIM_BIOSLoadedInNV",
162346                   /* qualifiers */
162347                   __root_cimv2_CIM_BIOSLoadedInNV_qualifiers,
162348                   /* super */
162349                   &__root_cimv2_CIM_Dependency,
162350                   /* features */
162351 mike  1.1.2.1     _CIM_BIOSLoadedInNV_features,
162352               };
162353               
162354               //==============================================================================
162355               //
162356               // Class: CIM_BootServiceAccessBySAP
162357               //
162358               //==============================================================================
162359               
162360               static const char*
162361               _CIM_BootServiceAccessBySAP_Antecedent_qualifiers[] =
162362               {
162363                   /* Override */
162364                   "\044Antecedent",
162365                   0,
162366               };
162367               
162368               static MetaReference
162369               _CIM_BootServiceAccessBySAP_Antecedent =
162370               {
162371                   /* flags */
162372 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
162373                   /* name */
162374                   "Antecedent",
162375                   /* qualifiers */
162376                   _CIM_BootServiceAccessBySAP_Antecedent_qualifiers,
162377                   /* subscript */
162378                   -1,
162379                   /* refId */
162380                   &__root_cimv2_CIM_BootService,
162381               };
162382               
162383               static const char*
162384               _CIM_BootServiceAccessBySAP_Dependent_qualifiers[] =
162385               {
162386                   /* Override */
162387                   "\044Dependent",
162388                   0,
162389               };
162390               
162391               static MetaReference
162392               _CIM_BootServiceAccessBySAP_Dependent =
162393 mike  1.1.2.1 {
162394                   /* flags */
162395                   META_FLAG_REFERENCE|META_FLAG_READ,
162396                   /* name */
162397                   "Dependent",
162398                   /* qualifiers */
162399                   _CIM_BootServiceAccessBySAP_Dependent_qualifiers,
162400                   /* subscript */
162401                   -1,
162402                   /* refId */
162403                   &__root_cimv2_CIM_BootSAP,
162404               };
162405               
162406               static MetaFeature*
162407               _CIM_BootServiceAccessBySAP_features[] =
162408               {
162409                   (MetaFeature*)&_CIM_BootServiceAccessBySAP_Antecedent,
162410                   (MetaFeature*)&_CIM_BootServiceAccessBySAP_Dependent,
162411                   0,
162412               };
162413               
162414 mike  1.1.2.1 static const char*
162415               __root_cimv2_CIM_BootServiceAccessBySAP_qualifiers[] =
162416               {
162417                   /* ASSOCIATION */
162418                   "\000\001",
162419                   /* UMLPackagePath */
162420                   "\057CIM::System::Boot",
162421                   /* Version */
162422                   "\0632.6.0",
162423                   0,
162424               };
162425               
162426               MetaClass
162427               __root_cimv2_CIM_BootServiceAccessBySAP =
162428               {
162429                   /* flags */
162430                   META_FLAG_ASSOCIATION,
162431                   /* name */
162432                   "CIM_BootServiceAccessBySAP",
162433                   /* qualifiers */
162434                   __root_cimv2_CIM_BootServiceAccessBySAP_qualifiers,
162435 mike  1.1.2.1     /* super */
162436                   &__root_cimv2_CIM_ServiceAccessBySAP,
162437                   /* features */
162438                   _CIM_BootServiceAccessBySAP_features,
162439               };
162440               
162441               //==============================================================================
162442               //
162443               // Class: CIM_CableModem
162444               //
162445               //==============================================================================
162446               
162447               static MetaFeature*
162448               _CIM_CableModem_features[] =
162449               {
162450                   0,
162451               };
162452               
162453               static const char*
162454               __root_cimv2_CIM_CableModem_qualifiers[] =
162455               {
162456 mike  1.1.2.1     /* UMLPackagePath */
162457                   "\057CIM::Device::Modems",
162458                   /* Version */
162459                   "\0632.6.0",
162460                   0,
162461               };
162462               
162463               MetaClass
162464               __root_cimv2_CIM_CableModem =
162465               {
162466                   /* flags */
162467                   META_FLAG_CLASS,
162468                   /* name */
162469                   "CIM_CableModem",
162470                   /* qualifiers */
162471                   __root_cimv2_CIM_CableModem_qualifiers,
162472                   /* super */
162473                   &__root_cimv2_CIM_ConnectionBasedModem,
162474                   /* features */
162475                   _CIM_CableModem_features,
162476               };
162477 mike  1.1.2.1 
162478               //==============================================================================
162479               //
162480               // Class: CIM_CacheMemory
162481               //
162482               //==============================================================================
162483               
162484               static const char*
162485               _CIM_CacheMemory_Level_qualifiers[] =
162486               {
162487                   /* Deprecated */
162488                   "\013\000\001CIM_AssociatedCacheMemory.Level\000",
162489                   /* ValueMap */
162490                   "\061\000\0061\0002\0003\0004\0005\0006\000",
162491                   /* Values */
162492                   "\062\000\006Other\000Unknown\000Primary\000Secondary\000Tertiary\000Not Applicable\000",
162493                   /* MappingStrings */
162494                   "\026\000\001MIF.DMTF|System Cache|006.2\000",
162495                   0,
162496               };
162497               
162498 mike  1.1.2.1 static MetaProperty
162499               _CIM_CacheMemory_Level =
162500               {
162501                   /* flags */
162502                   META_FLAG_PROPERTY|META_FLAG_READ,
162503                   /* name */
162504                   "Level",
162505                   /* qualifiers */
162506                   _CIM_CacheMemory_Level_qualifiers,
162507                   /* type */
162508                   CIMTYPE_UINT16,
162509                   /* subscript */
162510                   -1,
162511                   /* value */
162512                   0,
162513               };
162514               
162515               static const char*
162516               _CIM_CacheMemory_WritePolicy_qualifiers[] =
162517               {
162518                   /* Deprecated */
162519 mike  1.1.2.1     "\013\000\001CIM_AssociatedCacheMemory.WritePolicy\000",
162520                   /* ValueMap */
162521                   "\061\000\0061\0002\0003\0004\0005\0006\000",
162522                   /* Values */
162523                   "\062\000\006Other\000Unknown\000Write Back\000Write Through\000Varies with Address\000Determination Per I/O\000",
162524                   /* MappingStrings */
162525                   "\026\000\001MIF.DMTF|System Cache|006.5\000",
162526                   0,
162527               };
162528               
162529               static MetaProperty
162530               _CIM_CacheMemory_WritePolicy =
162531               {
162532                   /* flags */
162533                   META_FLAG_PROPERTY|META_FLAG_READ,
162534                   /* name */
162535                   "WritePolicy",
162536                   /* qualifiers */
162537                   _CIM_CacheMemory_WritePolicy_qualifiers,
162538                   /* type */
162539                   CIMTYPE_UINT16,
162540 mike  1.1.2.1     /* subscript */
162541                   -1,
162542                   /* value */
162543                   0,
162544               };
162545               
162546               static const char*
162547               _CIM_CacheMemory_CacheType_qualifiers[] =
162548               {
162549                   /* Deprecated */
162550                   "\013\000\001CIM_AssociatedCacheMemory.CacheType\000",
162551                   /* ValueMap */
162552                   "\061\000\0051\0002\0003\0004\0005\000",
162553                   /* Values */
162554                   "\062\000\005Other\000Unknown\000Instruction\000Data\000Unified\000",
162555                   /* MappingStrings */
162556                   "\026\000\001MIF.DMTF|System Cache|006.9\000",
162557                   0,
162558               };
162559               
162560               static MetaProperty
162561 mike  1.1.2.1 _CIM_CacheMemory_CacheType =
162562               {
162563                   /* flags */
162564                   META_FLAG_PROPERTY|META_FLAG_READ,
162565                   /* name */
162566                   "CacheType",
162567                   /* qualifiers */
162568                   _CIM_CacheMemory_CacheType_qualifiers,
162569                   /* type */
162570                   CIMTYPE_UINT16,
162571                   /* subscript */
162572                   -1,
162573                   /* value */
162574                   0,
162575               };
162576               
162577               static const char*
162578               _CIM_CacheMemory_LineSize_qualifiers[] =
162579               {
162580                   /* Deprecated */
162581                   "\013\000\001CIM_AssociatedCacheMemory.LineSize\000",
162582 mike  1.1.2.1     /* Units */
162583                   "\060Bytes",
162584                   /* MappingStrings */
162585                   "\026\000\001MIF.DMTF|System Cache|006.10\000",
162586                   0,
162587               };
162588               
162589               static MetaProperty
162590               _CIM_CacheMemory_LineSize =
162591               {
162592                   /* flags */
162593                   META_FLAG_PROPERTY|META_FLAG_READ,
162594                   /* name */
162595                   "LineSize",
162596                   /* qualifiers */
162597                   _CIM_CacheMemory_LineSize_qualifiers,
162598                   /* type */
162599                   CIMTYPE_UINT32,
162600                   /* subscript */
162601                   -1,
162602                   /* value */
162603 mike  1.1.2.1     0,
162604               };
162605               
162606               static const char*
162607               _CIM_CacheMemory_ReplacementPolicy_qualifiers[] =
162608               {
162609                   /* Deprecated */
162610                   "\013\000\001CIM_AssociatedCacheMemory.ReplacementPolicy\000",
162611                   /* ValueMap */
162612                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
162613                   /* Values */
162614                   "\062\000\010Other\000Unknown\000Least Recently Used (LRU)\000First In First Out (FIFO)\000Last In First Out (LIFO)\000Least Frequently Used (LFU)\000Most Frequently Used (MFU)\000Data Dependent Multiple Algorithms\000",
162615                   /* MappingStrings */
162616                   "\026\000\001MIF.DMTF|System Cache|006.12\000",
162617                   0,
162618               };
162619               
162620               static MetaProperty
162621               _CIM_CacheMemory_ReplacementPolicy =
162622               {
162623                   /* flags */
162624 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
162625                   /* name */
162626                   "ReplacementPolicy",
162627                   /* qualifiers */
162628                   _CIM_CacheMemory_ReplacementPolicy_qualifiers,
162629                   /* type */
162630                   CIMTYPE_UINT16,
162631                   /* subscript */
162632                   -1,
162633                   /* value */
162634                   0,
162635               };
162636               
162637               static const char*
162638               _CIM_CacheMemory_ReadPolicy_qualifiers[] =
162639               {
162640                   /* Deprecated */
162641                   "\013\000\001CIM_AssociatedCacheMemory.ReadPolicy\000",
162642                   /* ValueMap */
162643                   "\061\000\0061\0002\0003\0004\0005\0006\000",
162644                   /* Values */
162645 mike  1.1.2.1     "\062\000\006Other\000Unknown\000Read\000Read-Ahead\000Read and Read-Ahead\000Determination Per I/O\000",
162646                   /* MappingStrings */
162647                   "\026\000\001MIF.DMTF|System Cache|006.13\000",
162648                   0,
162649               };
162650               
162651               static MetaProperty
162652               _CIM_CacheMemory_ReadPolicy =
162653               {
162654                   /* flags */
162655                   META_FLAG_PROPERTY|META_FLAG_READ,
162656                   /* name */
162657                   "ReadPolicy",
162658                   /* qualifiers */
162659                   _CIM_CacheMemory_ReadPolicy_qualifiers,
162660                   /* type */
162661                   CIMTYPE_UINT16,
162662                   /* subscript */
162663                   -1,
162664                   /* value */
162665                   0,
162666 mike  1.1.2.1 };
162667               
162668               static const char*
162669               _CIM_CacheMemory_FlushTimer_qualifiers[] =
162670               {
162671                   /* Deprecated */
162672                   "\013\000\001CIM_AssociatedCacheMemory.FlushTimer\000",
162673                   /* Units */
162674                   "\060Seconds",
162675                   /* MappingStrings */
162676                   "\026\000\001MIF.DMTF|System Cache|006.14\000",
162677                   0,
162678               };
162679               
162680               static MetaProperty
162681               _CIM_CacheMemory_FlushTimer =
162682               {
162683                   /* flags */
162684                   META_FLAG_PROPERTY|META_FLAG_READ,
162685                   /* name */
162686                   "FlushTimer",
162687 mike  1.1.2.1     /* qualifiers */
162688                   _CIM_CacheMemory_FlushTimer_qualifiers,
162689                   /* type */
162690                   CIMTYPE_UINT32,
162691                   /* subscript */
162692                   -1,
162693                   /* value */
162694                   0,
162695               };
162696               
162697               static const char*
162698               _CIM_CacheMemory_Associativity_qualifiers[] =
162699               {
162700                   /* Deprecated */
162701                   "\013\000\001CIM_AssociatedCacheMemory.Associativity\000",
162702                   /* ValueMap */
162703                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
162704                   /* Values */
162705                   "\062\000\010Other\000Unknown\000Direct Mapped\0002-way Set-Associative\0004-way Set-Associative\000Fully Associative\0008-way Set-Associative\00016-way Set-Associative\000",
162706                   /* MappingStrings */
162707                   "\026\000\001MIF.DMTF|System Cache|006.15\000",
162708 mike  1.1.2.1     0,
162709               };
162710               
162711               static MetaProperty
162712               _CIM_CacheMemory_Associativity =
162713               {
162714                   /* flags */
162715                   META_FLAG_PROPERTY|META_FLAG_READ,
162716                   /* name */
162717                   "Associativity",
162718                   /* qualifiers */
162719                   _CIM_CacheMemory_Associativity_qualifiers,
162720                   /* type */
162721                   CIMTYPE_UINT16,
162722                   /* subscript */
162723                   -1,
162724                   /* value */
162725                   0,
162726               };
162727               
162728               static MetaFeature*
162729 mike  1.1.2.1 _CIM_CacheMemory_features[] =
162730               {
162731                   (MetaFeature*)&_CIM_CacheMemory_Level,
162732                   (MetaFeature*)&_CIM_CacheMemory_WritePolicy,
162733                   (MetaFeature*)&_CIM_CacheMemory_CacheType,
162734                   (MetaFeature*)&_CIM_CacheMemory_LineSize,
162735                   (MetaFeature*)&_CIM_CacheMemory_ReplacementPolicy,
162736                   (MetaFeature*)&_CIM_CacheMemory_ReadPolicy,
162737                   (MetaFeature*)&_CIM_CacheMemory_FlushTimer,
162738                   (MetaFeature*)&_CIM_CacheMemory_Associativity,
162739                   0,
162740               };
162741               
162742               static const char*
162743               __root_cimv2_CIM_CacheMemory_qualifiers[] =
162744               {
162745                   /* Deprecated */
162746                   "\013\000\001CIM_AssociatedCacheMemory\000",
162747                   /* UMLPackagePath */
162748                   "\057CIM::Device::Memory",
162749                   /* Version */
162750 mike  1.1.2.1     "\0632.8.0",
162751                   0,
162752               };
162753               
162754               MetaClass
162755               __root_cimv2_CIM_CacheMemory =
162756               {
162757                   /* flags */
162758                   META_FLAG_CLASS,
162759                   /* name */
162760                   "CIM_CacheMemory",
162761                   /* qualifiers */
162762                   __root_cimv2_CIM_CacheMemory_qualifiers,
162763                   /* super */
162764                   &__root_cimv2_CIM_Memory,
162765                   /* features */
162766                   _CIM_CacheMemory_features,
162767               };
162768               
162769               //==============================================================================
162770               //
162771 mike  1.1.2.1 // Class: CIM_CalculatedRoutes
162772               //
162773               //==============================================================================
162774               
162775               static const char*
162776               _CIM_CalculatedRoutes_Antecedent_qualifiers[] =
162777               {
162778                   /* Deprecated */
162779                   "\013\000\002CIM_ConcreteDependency.Antecedent\000CIM_NextHopIPRoute.RouteDerivation\000",
162780                   /* Override */
162781                   "\044Antecedent",
162782                   /* Max */
162783                   "\027\000\000\000\001",
162784                   0,
162785               };
162786               
162787               static MetaReference
162788               _CIM_CalculatedRoutes_Antecedent =
162789               {
162790                   /* flags */
162791                   META_FLAG_REFERENCE|META_FLAG_READ,
162792 mike  1.1.2.1     /* name */
162793                   "Antecedent",
162794                   /* qualifiers */
162795                   _CIM_CalculatedRoutes_Antecedent_qualifiers,
162796                   /* subscript */
162797                   -1,
162798                   /* refId */
162799                   &__root_cimv2_CIM_RouteCalculationService,
162800               };
162801               
162802               static const char*
162803               _CIM_CalculatedRoutes_Dependent_qualifiers[] =
162804               {
162805                   /* Deprecated */
162806                   "\013\000\001CIM_ConcreteDependency.Dependent\000",
162807                   /* Override */
162808                   "\044Dependent",
162809                   0,
162810               };
162811               
162812               static MetaReference
162813 mike  1.1.2.1 _CIM_CalculatedRoutes_Dependent =
162814               {
162815                   /* flags */
162816                   META_FLAG_REFERENCE|META_FLAG_READ,
162817                   /* name */
162818                   "Dependent",
162819                   /* qualifiers */
162820                   _CIM_CalculatedRoutes_Dependent_qualifiers,
162821                   /* subscript */
162822                   -1,
162823                   /* refId */
162824                   &__root_cimv2_CIM_IPRoute,
162825               };
162826               
162827               static MetaFeature*
162828               _CIM_CalculatedRoutes_features[] =
162829               {
162830                   (MetaFeature*)&_CIM_CalculatedRoutes_Antecedent,
162831                   (MetaFeature*)&_CIM_CalculatedRoutes_Dependent,
162832                   0,
162833               };
162834 mike  1.1.2.1 
162835               static const char*
162836               __root_cimv2_CIM_CalculatedRoutes_qualifiers[] =
162837               {
162838                   /* ASSOCIATION */
162839                   "\000\001",
162840                   /* Deprecated */
162841                   "\013\000\002CIM_ConcreteDependency\000CIM_NextHopIPRoute.RouteDerivation\000",
162842                   /* UMLPackagePath */
162843                   "\057CIM::Network::Routes",
162844                   /* Version */
162845                   "\0632.7.0",
162846                   0,
162847               };
162848               
162849               MetaClass
162850               __root_cimv2_CIM_CalculatedRoutes =
162851               {
162852                   /* flags */
162853                   META_FLAG_ASSOCIATION,
162854                   /* name */
162855 mike  1.1.2.1     "CIM_CalculatedRoutes",
162856                   /* qualifiers */
162857                   __root_cimv2_CIM_CalculatedRoutes_qualifiers,
162858                   /* super */
162859                   &__root_cimv2_CIM_Dependency,
162860                   /* features */
162861                   _CIM_CalculatedRoutes_features,
162862               };
162863               
162864               //==============================================================================
162865               //
162866               // Class: CIM_CalculatesAmong
162867               //
162868               //==============================================================================
162869               
162870               static const char*
162871               _CIM_CalculatesAmong_Antecedent_qualifiers[] =
162872               {
162873                   /* Override */
162874                   "\044Antecedent",
162875                   0,
162876 mike  1.1.2.1 };
162877               
162878               static MetaReference
162879               _CIM_CalculatesAmong_Antecedent =
162880               {
162881                   /* flags */
162882                   META_FLAG_REFERENCE|META_FLAG_READ,
162883                   /* name */
162884                   "Antecedent",
162885                   /* qualifiers */
162886                   _CIM_CalculatesAmong_Antecedent_qualifiers,
162887                   /* subscript */
162888                   -1,
162889                   /* refId */
162890                   &__root_cimv2_CIM_ProtocolEndpoint,
162891               };
162892               
162893               static const char*
162894               _CIM_CalculatesAmong_Dependent_qualifiers[] =
162895               {
162896                   /* Override */
162897 mike  1.1.2.1     "\044Dependent",
162898                   0,
162899               };
162900               
162901               static MetaReference
162902               _CIM_CalculatesAmong_Dependent =
162903               {
162904                   /* flags */
162905                   META_FLAG_REFERENCE|META_FLAG_READ,
162906                   /* name */
162907                   "Dependent",
162908                   /* qualifiers */
162909                   _CIM_CalculatesAmong_Dependent_qualifiers,
162910                   /* subscript */
162911                   -1,
162912                   /* refId */
162913                   &__root_cimv2_CIM_RouteCalculationService,
162914               };
162915               
162916               static const char*
162917               _CIM_CalculatesAmong_IsStatic_qualifiers[] =
162918 mike  1.1.2.1 {
162919                   /* Deprecated */
162920                   "\013\000\001No value\000",
162921                   0,
162922               };
162923               
162924               static MetaProperty
162925               _CIM_CalculatesAmong_IsStatic =
162926               {
162927                   /* flags */
162928                   META_FLAG_PROPERTY|META_FLAG_READ,
162929                   /* name */
162930                   "IsStatic",
162931                   /* qualifiers */
162932                   _CIM_CalculatesAmong_IsStatic_qualifiers,
162933                   /* type */
162934                   CIMTYPE_BOOLEAN,
162935                   /* subscript */
162936                   -1,
162937                   /* value */
162938                   0,
162939 mike  1.1.2.1 };
162940               
162941               static MetaFeature*
162942               _CIM_CalculatesAmong_features[] =
162943               {
162944                   (MetaFeature*)&_CIM_CalculatesAmong_Antecedent,
162945                   (MetaFeature*)&_CIM_CalculatesAmong_Dependent,
162946                   (MetaFeature*)&_CIM_CalculatesAmong_IsStatic,
162947                   0,
162948               };
162949               
162950               static const char*
162951               __root_cimv2_CIM_CalculatesAmong_qualifiers[] =
162952               {
162953                   /* ASSOCIATION */
162954                   "\000\001",
162955                   /* UMLPackagePath */
162956                   "\057CIM::Network::RoutingForwarding",
162957                   /* Version */
162958                   "\0632.7.0",
162959                   0,
162960 mike  1.1.2.1 };
162961               
162962               MetaClass
162963               __root_cimv2_CIM_CalculatesAmong =
162964               {
162965                   /* flags */
162966                   META_FLAG_ASSOCIATION,
162967                   /* name */
162968                   "CIM_CalculatesAmong",
162969                   /* qualifiers */
162970                   __root_cimv2_CIM_CalculatesAmong_qualifiers,
162971                   /* super */
162972                   &__root_cimv2_CIM_ServiceSAPDependency,
162973                   /* features */
162974                   _CIM_CalculatesAmong_features,
162975               };
162976               
162977               //==============================================================================
162978               //
162979               // Class: CIM_CalculationBasedOnQueue
162980               //
162981 mike  1.1.2.1 //==============================================================================
162982               
162983               static const char*
162984               _CIM_CalculationBasedOnQueue_Antecedent_qualifiers[] =
162985               {
162986                   /* Override */
162987                   "\044Antecedent",
162988                   /* Min */
162989                   "\033\000\000\000\001",
162990                   /* Max */
162991                   "\027\000\000\000\001",
162992                   0,
162993               };
162994               
162995               static MetaReference
162996               _CIM_CalculationBasedOnQueue_Antecedent =
162997               {
162998                   /* flags */
162999                   META_FLAG_REFERENCE|META_FLAG_READ,
163000                   /* name */
163001                   "Antecedent",
163002 mike  1.1.2.1     /* qualifiers */
163003                   _CIM_CalculationBasedOnQueue_Antecedent_qualifiers,
163004                   /* subscript */
163005                   -1,
163006                   /* refId */
163007                   &__root_cimv2_CIM_QueuingService,
163008               };
163009               
163010               static const char*
163011               _CIM_CalculationBasedOnQueue_Dependent_qualifiers[] =
163012               {
163013                   /* Override */
163014                   "\044Dependent",
163015                   0,
163016               };
163017               
163018               static MetaReference
163019               _CIM_CalculationBasedOnQueue_Dependent =
163020               {
163021                   /* flags */
163022                   META_FLAG_REFERENCE|META_FLAG_READ,
163023 mike  1.1.2.1     /* name */
163024                   "Dependent",
163025                   /* qualifiers */
163026                   _CIM_CalculationBasedOnQueue_Dependent_qualifiers,
163027                   /* subscript */
163028                   -1,
163029                   /* refId */
163030                   &__root_cimv2_CIM_DropThresholdCalculationService,
163031               };
163032               
163033               static MetaFeature*
163034               _CIM_CalculationBasedOnQueue_features[] =
163035               {
163036                   (MetaFeature*)&_CIM_CalculationBasedOnQueue_Antecedent,
163037                   (MetaFeature*)&_CIM_CalculationBasedOnQueue_Dependent,
163038                   0,
163039               };
163040               
163041               static const char*
163042               __root_cimv2_CIM_CalculationBasedOnQueue_qualifiers[] =
163043               {
163044 mike  1.1.2.1     /* ASSOCIATION */
163045                   "\000\001",
163046                   /* UMLPackagePath */
163047                   "\057CIM::Network::QoS",
163048                   /* Version */
163049                   "\0632.7.0",
163050                   0,
163051               };
163052               
163053               MetaClass
163054               __root_cimv2_CIM_CalculationBasedOnQueue =
163055               {
163056                   /* flags */
163057                   META_FLAG_ASSOCIATION,
163058                   /* name */
163059                   "CIM_CalculationBasedOnQueue",
163060                   /* qualifiers */
163061                   __root_cimv2_CIM_CalculationBasedOnQueue_qualifiers,
163062                   /* super */
163063                   &__root_cimv2_CIM_ServiceServiceDependency,
163064                   /* features */
163065 mike  1.1.2.1     _CIM_CalculationBasedOnQueue_features,
163066               };
163067               
163068               //==============================================================================
163069               //
163070               // Class: CIM_CalculationServiceForDropper
163071               //
163072               //==============================================================================
163073               
163074               static const char*
163075               _CIM_CalculationServiceForDropper_Antecedent_qualifiers[] =
163076               {
163077                   /* Override */
163078                   "\044Antecedent",
163079                   /* Min */
163080                   "\033\000\000\000\001",
163081                   0,
163082               };
163083               
163084               static MetaReference
163085               _CIM_CalculationServiceForDropper_Antecedent =
163086 mike  1.1.2.1 {
163087                   /* flags */
163088                   META_FLAG_REFERENCE|META_FLAG_READ,
163089                   /* name */
163090                   "Antecedent",
163091                   /* qualifiers */
163092                   _CIM_CalculationServiceForDropper_Antecedent_qualifiers,
163093                   /* subscript */
163094                   -1,
163095                   /* refId */
163096                   &__root_cimv2_CIM_DropThresholdCalculationService,
163097               };
163098               
163099               static const char*
163100               _CIM_CalculationServiceForDropper_Dependent_qualifiers[] =
163101               {
163102                   /* Override */
163103                   "\044Dependent",
163104                   0,
163105               };
163106               
163107 mike  1.1.2.1 static MetaReference
163108               _CIM_CalculationServiceForDropper_Dependent =
163109               {
163110                   /* flags */
163111                   META_FLAG_REFERENCE|META_FLAG_READ,
163112                   /* name */
163113                   "Dependent",
163114                   /* qualifiers */
163115                   _CIM_CalculationServiceForDropper_Dependent_qualifiers,
163116                   /* subscript */
163117                   -1,
163118                   /* refId */
163119                   &__root_cimv2_CIM_REDDropperService,
163120               };
163121               
163122               static MetaFeature*
163123               _CIM_CalculationServiceForDropper_features[] =
163124               {
163125                   (MetaFeature*)&_CIM_CalculationServiceForDropper_Antecedent,
163126                   (MetaFeature*)&_CIM_CalculationServiceForDropper_Dependent,
163127                   0,
163128 mike  1.1.2.1 };
163129               
163130               static const char*
163131               __root_cimv2_CIM_CalculationServiceForDropper_qualifiers[] =
163132               {
163133                   /* ASSOCIATION */
163134                   "\000\001",
163135                   /* UMLPackagePath */
163136                   "\057CIM::Network::QoS",
163137                   /* Version */
163138                   "\0632.7.0",
163139                   0,
163140               };
163141               
163142               MetaClass
163143               __root_cimv2_CIM_CalculationServiceForDropper =
163144               {
163145                   /* flags */
163146                   META_FLAG_ASSOCIATION,
163147                   /* name */
163148                   "CIM_CalculationServiceForDropper",
163149 mike  1.1.2.1     /* qualifiers */
163150                   __root_cimv2_CIM_CalculationServiceForDropper_qualifiers,
163151                   /* super */
163152                   &__root_cimv2_CIM_ServiceServiceDependency,
163153                   /* features */
163154                   _CIM_CalculationServiceForDropper_features,
163155               };
163156               
163157               //==============================================================================
163158               //
163159               // Class: CIM_Check
163160               //
163161               //==============================================================================
163162               
163163               static const char*
163164               _CIM_Check_Name_qualifiers[] =
163165               {
163166                   /* Key */
163167                   "\025\001",
163168                   /* Propagated */
163169                   "\045CIM_SoftwareElement.Name",
163170 mike  1.1.2.1     /* MaxLen */
163171                   "\030\000\000\001\000",
163172                   0,
163173               };
163174               
163175               static MetaProperty
163176               _CIM_Check_Name =
163177               {
163178                   /* flags */
163179                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
163180                   /* name */
163181                   "Name",
163182                   /* qualifiers */
163183                   _CIM_Check_Name_qualifiers,
163184                   /* type */
163185                   CIMTYPE_STRING,
163186                   /* subscript */
163187                   -1,
163188                   /* value */
163189                   0,
163190               };
163191 mike  1.1.2.1 
163192               static const char*
163193               _CIM_Check_Version_qualifiers[] =
163194               {
163195                   /* Key */
163196                   "\025\001",
163197                   /* Propagated */
163198                   "\045CIM_SoftwareElement.Version",
163199                   /* MaxLen */
163200                   "\030\000\000\000\100",
163201                   0,
163202               };
163203               
163204               static MetaProperty
163205               _CIM_Check_Version =
163206               {
163207                   /* flags */
163208                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
163209                   /* name */
163210                   "Version",
163211                   /* qualifiers */
163212 mike  1.1.2.1     _CIM_Check_Version_qualifiers,
163213                   /* type */
163214                   CIMTYPE_STRING,
163215                   /* subscript */
163216                   -1,
163217                   /* value */
163218                   0,
163219               };
163220               
163221               static const char*
163222               _CIM_Check_SoftwareElementState_qualifiers[] =
163223               {
163224                   /* Key */
163225                   "\025\001",
163226                   /* Propagated */
163227                   "\045CIM_SoftwareElement.SoftwareElementState",
163228                   /* ValueMap */
163229                   "\061\000\0040\0001\0002\0003\000",
163230                   /* Values */
163231                   "\062\000\004Deployable\000Installable\000Executable\000Running\000",
163232                   0,
163233 mike  1.1.2.1 };
163234               
163235               static MetaProperty
163236               _CIM_Check_SoftwareElementState =
163237               {
163238                   /* flags */
163239                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
163240                   /* name */
163241                   "SoftwareElementState",
163242                   /* qualifiers */
163243                   _CIM_Check_SoftwareElementState_qualifiers,
163244                   /* type */
163245                   CIMTYPE_UINT16,
163246                   /* subscript */
163247                   -1,
163248                   /* value */
163249                   0,
163250               };
163251               
163252               static const char*
163253               _CIM_Check_SoftwareElementID_qualifiers[] =
163254 mike  1.1.2.1 {
163255                   /* Key */
163256                   "\025\001",
163257                   /* Propagated */
163258                   "\045CIM_SoftwareElement.SoftwareElementID",
163259                   /* MaxLen */
163260                   "\030\000\000\001\000",
163261                   0,
163262               };
163263               
163264               static MetaProperty
163265               _CIM_Check_SoftwareElementID =
163266               {
163267                   /* flags */
163268                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
163269                   /* name */
163270                   "SoftwareElementID",
163271                   /* qualifiers */
163272                   _CIM_Check_SoftwareElementID_qualifiers,
163273                   /* type */
163274                   CIMTYPE_STRING,
163275 mike  1.1.2.1     /* subscript */
163276                   -1,
163277                   /* value */
163278                   0,
163279               };
163280               
163281               static const char*
163282               _CIM_Check_TargetOperatingSystem_qualifiers[] =
163283               {
163284                   /* Key */
163285                   "\025\001",
163286                   /* Propagated */
163287                   "\045CIM_SoftwareElement.TargetOperatingSystem",
163288                   /* ValueMap */
163289                   "\061\000\1070\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\00025\00026\00027\00028\00029\00030\00031\00032\00033\00034\00035\00036\00037\00038\00039\00040\00041\00042\00043\00044\00045\00046\00047\00048\00049\00050\00051\00052\00053\00054\00055\00056\00057\00058\00059\00060\00061\00062\00063\00064\00065\00066\00067\00068\00069\00070\000",
163290                   /* Values */
163291                   "\062\000\107Unknown\000Other\000MACOS\000ATTUNIX\000DGUX\000DECNT\000Tru64 UNIX\000OpenVMS\000HPUX\000AIX\000MVS\000OS400\000OS/2\000JavaVM\000MSDOS\000WIN3x\000WIN95\000WIN98\000WINNT\000WINCE\000NCR3000\000NetWare\000OSF\000DC/OS\000Reliant UNIX\000SCO UnixWare\000SCO OpenServer\000Sequent\000IRIX\000Solaris\000SunOS\000U6000\000ASERIES\000HP NonStop OS\000HP NonStop OSS\000BS2000\000LINUX\000Lynx\000XENIX\000VM\000Interactive UNIX\000BSDUNIX\000FreeBSD\000NetBSD\000GNU Hurd\000OS9\000MACH Kernel\000Inferno\000QNX\000EPOC\000IxWorks\000VxWorks\000MiNT\000BeOS\000HP MPE\000NextStep\000PalmPilot\000Rhapsody\000Windows 2000\000Dedicated\000OS/390\000VSE\000TPF\000Windows (R) Me\000Caldera Open UNIX\000OpenBSD\000Not Applicable\000Windows XP\000z/OS\000Microsoft Windows Server 2003\000Microsoft Windows Server 2003 64-Bit\000",
163292                   0,
163293               };
163294               
163295               static MetaProperty
163296 mike  1.1.2.1 _CIM_Check_TargetOperatingSystem =
163297               {
163298                   /* flags */
163299                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
163300                   /* name */
163301                   "TargetOperatingSystem",
163302                   /* qualifiers */
163303                   _CIM_Check_TargetOperatingSystem_qualifiers,
163304                   /* type */
163305                   CIMTYPE_UINT16,
163306                   /* subscript */
163307                   -1,
163308                   /* value */
163309                   0,
163310               };
163311               
163312               static const char*
163313               _CIM_Check_CheckID_qualifiers[] =
163314               {
163315                   /* Key */
163316                   "\025\001",
163317 mike  1.1.2.1     /* MaxLen */
163318                   "\030\000\000\001\000",
163319                   0,
163320               };
163321               
163322               static MetaProperty
163323               _CIM_Check_CheckID =
163324               {
163325                   /* flags */
163326                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
163327                   /* name */
163328                   "CheckID",
163329                   /* qualifiers */
163330                   _CIM_Check_CheckID_qualifiers,
163331                   /* type */
163332                   CIMTYPE_STRING,
163333                   /* subscript */
163334                   -1,
163335                   /* value */
163336                   0,
163337               };
163338 mike  1.1.2.1 
163339               static const char*
163340               _CIM_Check_CheckMode_qualifiers[] =
163341               {
163342                   0,
163343               };
163344               
163345               static MetaProperty
163346               _CIM_Check_CheckMode =
163347               {
163348                   /* flags */
163349                   META_FLAG_PROPERTY|META_FLAG_READ,
163350                   /* name */
163351                   "CheckMode",
163352                   /* qualifiers */
163353                   _CIM_Check_CheckMode_qualifiers,
163354                   /* type */
163355                   CIMTYPE_BOOLEAN,
163356                   /* subscript */
163357                   -1,
163358                   /* value */
163359 mike  1.1.2.1     0,
163360               };
163361               
163362               static MetaFeature*
163363               _CIM_Check_Invoke_parameters[] =
163364               {
163365                   0,
163366               };
163367               
163368               static const char*
163369               _CIM_Check_Invoke_qualifiers[] =
163370               {
163371                   0,
163372               };
163373               
163374               static MetaMethod
163375               _CIM_Check_Invoke =
163376               {
163377                   /* flags */
163378                   META_FLAG_METHOD,
163379                   /* name */
163380 mike  1.1.2.1     "CIM_Check",
163381                   /* qualifiers */
163382                   _CIM_Check_Invoke_qualifiers,
163383                   /* type */
163384                   CIMTYPE_UINT32,
163385                   /* parameters */
163386                   _CIM_Check_Invoke_parameters,
163387               };
163388               
163389               static const char*
163390               _CIM_Check_InvokeOnSystem_TargetSystem_qualifiers[] =
163391               {
163392                   /* IN */
163393                   "\024\001",
163394                   0,
163395               };
163396               
163397               static MetaReference
163398               _CIM_Check_InvokeOnSystem_TargetSystem =
163399               {
163400                   /* flags */
163401 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_IN,
163402                   /* name */
163403                   "TargetSystem",
163404                   /* qualifiers */
163405                   _CIM_Check_InvokeOnSystem_TargetSystem_qualifiers,
163406                   /* subscript */
163407                   -1,
163408                   /* ref */
163409                   &__root_cimv2_CIM_ComputerSystem,
163410               };
163411               
163412               static MetaFeature*
163413               _CIM_Check_InvokeOnSystem_parameters[] =
163414               {
163415                   (MetaFeature*)&_CIM_Check_InvokeOnSystem_TargetSystem,
163416                   0,
163417               };
163418               
163419               static const char*
163420               _CIM_Check_InvokeOnSystem_qualifiers[] =
163421               {
163422 mike  1.1.2.1     0,
163423               };
163424               
163425               static MetaMethod
163426               _CIM_Check_InvokeOnSystem =
163427               {
163428                   /* flags */
163429                   META_FLAG_METHOD,
163430                   /* name */
163431                   "CIM_Check",
163432                   /* qualifiers */
163433                   _CIM_Check_InvokeOnSystem_qualifiers,
163434                   /* type */
163435                   CIMTYPE_UINT32,
163436                   /* parameters */
163437                   _CIM_Check_InvokeOnSystem_parameters,
163438               };
163439               
163440               static MetaFeature*
163441               _CIM_Check_features[] =
163442               {
163443 mike  1.1.2.1     (MetaFeature*)&_CIM_Check_Name,
163444                   (MetaFeature*)&_CIM_Check_Version,
163445                   (MetaFeature*)&_CIM_Check_SoftwareElementState,
163446                   (MetaFeature*)&_CIM_Check_SoftwareElementID,
163447                   (MetaFeature*)&_CIM_Check_TargetOperatingSystem,
163448                   (MetaFeature*)&_CIM_Check_CheckID,
163449                   (MetaFeature*)&_CIM_Check_CheckMode,
163450                   (MetaFeature*)&_CIM_Check_Invoke,
163451                   (MetaFeature*)&_CIM_Check_InvokeOnSystem,
163452                   0,
163453               };
163454               
163455               static const char*
163456               __root_cimv2_CIM_Check_qualifiers[] =
163457               {
163458                   /* UMLPackagePath */
163459                   "\057CIM::Application::CheckAction",
163460                   /* Abstract */
163461                   "\002\001",
163462                   /* Version */
163463                   "\0632.7.0",
163464 mike  1.1.2.1     0,
163465               };
163466               
163467               MetaClass
163468               __root_cimv2_CIM_Check =
163469               {
163470                   /* flags */
163471                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
163472                   /* name */
163473                   "CIM_Check",
163474                   /* qualifiers */
163475                   __root_cimv2_CIM_Check_qualifiers,
163476                   /* super */
163477                   &__root_cimv2_CIM_ManagedElement,
163478                   /* features */
163479                   _CIM_Check_features,
163480               };
163481               
163482               //==============================================================================
163483               //
163484               // Class: CIM_CIMXMLCommunicationMechanism
163485 mike  1.1.2.1 //
163486               //==============================================================================
163487               
163488               static const char*
163489               _CIM_CIMXMLCommunicationMechanism_CommunicationMechanism_qualifiers[] =
163490               {
163491                   /* Required */
163492                   "\050\001",
163493                   /* Override */
163494                   "\044CommunicationMechanism",
163495                   /* ValueMap */
163496                   "\061\000\0012\000",
163497                   /* Values */
163498                   "\062\000\001CIM-XML\000",
163499                   0,
163500               };
163501               
163502               static MetaProperty
163503               _CIM_CIMXMLCommunicationMechanism_CommunicationMechanism =
163504               {
163505                   /* flags */
163506 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
163507                   /* name */
163508                   "CommunicationMechanism",
163509                   /* qualifiers */
163510                   _CIM_CIMXMLCommunicationMechanism_CommunicationMechanism_qualifiers,
163511                   /* type */
163512                   CIMTYPE_UINT16,
163513                   /* subscript */
163514                   -1,
163515                   /* value */
163516                   "\000\002",
163517               };
163518               
163519               static const char*
163520               _CIM_CIMXMLCommunicationMechanism_Version_qualifiers[] =
163521               {
163522                   /* Required */
163523                   "\050\001",
163524                   /* Override */
163525                   "\044Version",
163526                   /* ValueMap */
163527 mike  1.1.2.1     "\061\000\0031.0\0001.1\0001.2\000",
163528                   0,
163529               };
163530               
163531               static MetaProperty
163532               _CIM_CIMXMLCommunicationMechanism_Version =
163533               {
163534                   /* flags */
163535                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
163536                   /* name */
163537                   "Version",
163538                   /* qualifiers */
163539                   _CIM_CIMXMLCommunicationMechanism_Version_qualifiers,
163540                   /* type */
163541                   CIMTYPE_STRING,
163542                   /* subscript */
163543                   -1,
163544                   /* value */
163545                   0,
163546               };
163547               
163548 mike  1.1.2.1 static const char*
163549               _CIM_CIMXMLCommunicationMechanism_CIMXMLProtocolVersion_qualifiers[] =
163550               {
163551                   /* Deprecated */
163552                   "\013\000\001CIM_CIMXMLCommunicationMechanism.Version\000",
163553                   /* Required */
163554                   "\050\001",
163555                   /* ValueMap */
163556                   "\061\000\0020\0001\000",
163557                   /* Values */
163558                   "\062\000\002Unknown\0001.0\000",
163559                   0,
163560               };
163561               
163562               static MetaProperty
163563               _CIM_CIMXMLCommunicationMechanism_CIMXMLProtocolVersion =
163564               {
163565                   /* flags */
163566                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
163567                   /* name */
163568                   "CIMXMLProtocolVersion",
163569 mike  1.1.2.1     /* qualifiers */
163570                   _CIM_CIMXMLCommunicationMechanism_CIMXMLProtocolVersion_qualifiers,
163571                   /* type */
163572                   CIMTYPE_UINT16,
163573                   /* subscript */
163574                   -1,
163575                   /* value */
163576                   0,
163577               };
163578               
163579               static const char*
163580               _CIM_CIMXMLCommunicationMechanism_CIMValidated_qualifiers[] =
163581               {
163582                   /* Required */
163583                   "\050\001",
163584                   0,
163585               };
163586               
163587               static MetaProperty
163588               _CIM_CIMXMLCommunicationMechanism_CIMValidated =
163589               {
163590 mike  1.1.2.1     /* flags */
163591                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
163592                   /* name */
163593                   "CIMValidated",
163594                   /* qualifiers */
163595                   _CIM_CIMXMLCommunicationMechanism_CIMValidated_qualifiers,
163596                   /* type */
163597                   CIMTYPE_BOOLEAN,
163598                   /* subscript */
163599                   -1,
163600                   /* value */
163601                   0,
163602               };
163603               
163604               static MetaFeature*
163605               _CIM_CIMXMLCommunicationMechanism_features[] =
163606               {
163607                   (MetaFeature*)&_CIM_CIMXMLCommunicationMechanism_CommunicationMechanism,
163608                   (MetaFeature*)&_CIM_CIMXMLCommunicationMechanism_Version,
163609                   (MetaFeature*)&_CIM_CIMXMLCommunicationMechanism_CIMXMLProtocolVersion,
163610                   (MetaFeature*)&_CIM_CIMXMLCommunicationMechanism_CIMValidated,
163611 mike  1.1.2.1     0,
163612               };
163613               
163614               static const char*
163615               __root_cimv2_CIM_CIMXMLCommunicationMechanism_qualifiers[] =
163616               {
163617                   /* UMLPackagePath */
163618                   "\057CIM::Interop",
163619                   /* Version */
163620                   "\0632.8.0",
163621                   0,
163622               };
163623               
163624               MetaClass
163625               __root_cimv2_CIM_CIMXMLCommunicationMechanism =
163626               {
163627                   /* flags */
163628                   META_FLAG_CLASS,
163629                   /* name */
163630                   "CIM_CIMXMLCommunicationMechanism",
163631                   /* qualifiers */
163632 mike  1.1.2.1     __root_cimv2_CIM_CIMXMLCommunicationMechanism_qualifiers,
163633                   /* super */
163634                   &__root_cimv2_CIM_ObjectManagerCommunicationMechanism,
163635                   /* features */
163636                   _CIM_CIMXMLCommunicationMechanism_features,
163637               };
163638               
163639               //==============================================================================
163640               //
163641               // Class: CIM_ClassifierService
163642               //
163643               //==============================================================================
163644               
163645               static MetaFeature*
163646               _CIM_ClassifierService_features[] =
163647               {
163648                   0,
163649               };
163650               
163651               static const char*
163652               __root_cimv2_CIM_ClassifierService_qualifiers[] =
163653 mike  1.1.2.1 {
163654                   /* UMLPackagePath */
163655                   "\057CIM::Network::QoS",
163656                   /* Version */
163657                   "\0632.7.0",
163658                   0,
163659               };
163660               
163661               MetaClass
163662               __root_cimv2_CIM_ClassifierService =
163663               {
163664                   /* flags */
163665                   META_FLAG_CLASS,
163666                   /* name */
163667                   "CIM_ClassifierService",
163668                   /* qualifiers */
163669                   __root_cimv2_CIM_ClassifierService_qualifiers,
163670                   /* super */
163671                   &__root_cimv2_CIM_ConditioningService,
163672                   /* features */
163673                   _CIM_ClassifierService_features,
163674 mike  1.1.2.1 };
163675               
163676               //==============================================================================
163677               //
163678               // Class: CIM_Cluster
163679               //
163680               //==============================================================================
163681               
163682               static const char*
163683               _CIM_Cluster_Interconnect_qualifiers[] =
163684               {
163685                   0,
163686               };
163687               
163688               static MetaProperty
163689               _CIM_Cluster_Interconnect =
163690               {
163691                   /* flags */
163692                   META_FLAG_PROPERTY|META_FLAG_READ,
163693                   /* name */
163694                   "Interconnect",
163695 mike  1.1.2.1     /* qualifiers */
163696                   _CIM_Cluster_Interconnect_qualifiers,
163697                   /* type */
163698                   CIMTYPE_STRING,
163699                   /* subscript */
163700                   -1,
163701                   /* value */
163702                   0,
163703               };
163704               
163705               static const char*
163706               _CIM_Cluster_InterconnectAddress_qualifiers[] =
163707               {
163708                   0,
163709               };
163710               
163711               static MetaProperty
163712               _CIM_Cluster_InterconnectAddress =
163713               {
163714                   /* flags */
163715                   META_FLAG_PROPERTY|META_FLAG_READ,
163716 mike  1.1.2.1     /* name */
163717                   "InterconnectAddress",
163718                   /* qualifiers */
163719                   _CIM_Cluster_InterconnectAddress_qualifiers,
163720                   /* type */
163721                   CIMTYPE_STRING,
163722                   /* subscript */
163723                   -1,
163724                   /* value */
163725                   0,
163726               };
163727               
163728               static const char*
163729               _CIM_Cluster_Types_qualifiers[] =
163730               {
163731                   /* ValueMap */
163732                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
163733                   /* Values */
163734                   "\062\000\007Unknown\000Other\000Failover\000Performance\000Distributed OS\000Node Grouping\000SysPlex\000",
163735                   0,
163736               };
163737 mike  1.1.2.1 
163738               static MetaProperty
163739               _CIM_Cluster_Types =
163740               {
163741                   /* flags */
163742                   META_FLAG_PROPERTY|META_FLAG_READ,
163743                   /* name */
163744                   "Types",
163745                   /* qualifiers */
163746                   _CIM_Cluster_Types_qualifiers,
163747                   /* type */
163748                   CIMTYPE_UINT16,
163749                   /* subscript */
163750                   0,
163751                   /* value */
163752                   0,
163753               };
163754               
163755               static const char*
163756               _CIM_Cluster_MaxNumberOfNodes_qualifiers[] =
163757               {
163758 mike  1.1.2.1     0,
163759               };
163760               
163761               static MetaProperty
163762               _CIM_Cluster_MaxNumberOfNodes =
163763               {
163764                   /* flags */
163765                   META_FLAG_PROPERTY|META_FLAG_READ,
163766                   /* name */
163767                   "MaxNumberOfNodes",
163768                   /* qualifiers */
163769                   _CIM_Cluster_MaxNumberOfNodes_qualifiers,
163770                   /* type */
163771                   CIMTYPE_UINT32,
163772                   /* subscript */
163773                   -1,
163774                   /* value */
163775                   0,
163776               };
163777               
163778               static const char*
163779 mike  1.1.2.1 _CIM_Cluster_ClusterState_qualifiers[] =
163780               {
163781                   /* ValueMap */
163782                   "\061\000\0060\0001\0002\0003\0004\0005\000",
163783                   /* Values */
163784                   "\062\000\006Unknown\000Other\000On-line\000Off-line\000Degraded\000Unavailable\000",
163785                   0,
163786               };
163787               
163788               static MetaProperty
163789               _CIM_Cluster_ClusterState =
163790               {
163791                   /* flags */
163792                   META_FLAG_PROPERTY|META_FLAG_READ,
163793                   /* name */
163794                   "ClusterState",
163795                   /* qualifiers */
163796                   _CIM_Cluster_ClusterState_qualifiers,
163797                   /* type */
163798                   CIMTYPE_UINT16,
163799                   /* subscript */
163800 mike  1.1.2.1     -1,
163801                   /* value */
163802                   0,
163803               };
163804               
163805               static MetaFeature*
163806               _CIM_Cluster_features[] =
163807               {
163808                   (MetaFeature*)&_CIM_Cluster_Interconnect,
163809                   (MetaFeature*)&_CIM_Cluster_InterconnectAddress,
163810                   (MetaFeature*)&_CIM_Cluster_Types,
163811                   (MetaFeature*)&_CIM_Cluster_MaxNumberOfNodes,
163812                   (MetaFeature*)&_CIM_Cluster_ClusterState,
163813                   0,
163814               };
163815               
163816               static const char*
163817               __root_cimv2_CIM_Cluster_qualifiers[] =
163818               {
163819                   /* UMLPackagePath */
163820                   "\057CIM::System::SystemElements",
163821 mike  1.1.2.1     /* Version */
163822                   "\0632.6.0",
163823                   0,
163824               };
163825               
163826               MetaClass
163827               __root_cimv2_CIM_Cluster =
163828               {
163829                   /* flags */
163830                   META_FLAG_CLASS,
163831                   /* name */
163832                   "CIM_Cluster",
163833                   /* qualifiers */
163834                   __root_cimv2_CIM_Cluster_qualifiers,
163835                   /* super */
163836                   &__root_cimv2_CIM_ComputerSystem,
163837                   /* features */
163838                   _CIM_Cluster_features,
163839               };
163840               
163841               //==============================================================================
163842 mike  1.1.2.1 //
163843               // Class: CIM_ClusteringService
163844               //
163845               //==============================================================================
163846               
163847               static const char*
163848               _CIM_ClusteringService_AddNode_CS_qualifiers[] =
163849               {
163850                   /* IN */
163851                   "\024\001",
163852                   0,
163853               };
163854               
163855               static MetaReference
163856               _CIM_ClusteringService_AddNode_CS =
163857               {
163858                   /* flags */
163859                   META_FLAG_REFERENCE|META_FLAG_IN,
163860                   /* name */
163861                   "CS",
163862                   /* qualifiers */
163863 mike  1.1.2.1     _CIM_ClusteringService_AddNode_CS_qualifiers,
163864                   /* subscript */
163865                   -1,
163866                   /* ref */
163867                   &__root_cimv2_CIM_ComputerSystem,
163868               };
163869               
163870               static MetaFeature*
163871               _CIM_ClusteringService_AddNode_parameters[] =
163872               {
163873                   (MetaFeature*)&_CIM_ClusteringService_AddNode_CS,
163874                   0,
163875               };
163876               
163877               static const char*
163878               _CIM_ClusteringService_AddNode_qualifiers[] =
163879               {
163880                   0,
163881               };
163882               
163883               static MetaMethod
163884 mike  1.1.2.1 _CIM_ClusteringService_AddNode =
163885               {
163886                   /* flags */
163887                   META_FLAG_METHOD,
163888                   /* name */
163889                   "CIM_ClusteringService",
163890                   /* qualifiers */
163891                   _CIM_ClusteringService_AddNode_qualifiers,
163892                   /* type */
163893                   CIMTYPE_UINT32,
163894                   /* parameters */
163895                   _CIM_ClusteringService_AddNode_parameters,
163896               };
163897               
163898               static const char*
163899               _CIM_ClusteringService_EvictNode_CS_qualifiers[] =
163900               {
163901                   /* IN */
163902                   "\024\001",
163903                   0,
163904               };
163905 mike  1.1.2.1 
163906               static MetaReference
163907               _CIM_ClusteringService_EvictNode_CS =
163908               {
163909                   /* flags */
163910                   META_FLAG_REFERENCE|META_FLAG_IN,
163911                   /* name */
163912                   "CS",
163913                   /* qualifiers */
163914                   _CIM_ClusteringService_EvictNode_CS_qualifiers,
163915                   /* subscript */
163916                   -1,
163917                   /* ref */
163918                   &__root_cimv2_CIM_ComputerSystem,
163919               };
163920               
163921               static MetaFeature*
163922               _CIM_ClusteringService_EvictNode_parameters[] =
163923               {
163924                   (MetaFeature*)&_CIM_ClusteringService_EvictNode_CS,
163925                   0,
163926 mike  1.1.2.1 };
163927               
163928               static const char*
163929               _CIM_ClusteringService_EvictNode_qualifiers[] =
163930               {
163931                   0,
163932               };
163933               
163934               static MetaMethod
163935               _CIM_ClusteringService_EvictNode =
163936               {
163937                   /* flags */
163938                   META_FLAG_METHOD,
163939                   /* name */
163940                   "CIM_ClusteringService",
163941                   /* qualifiers */
163942                   _CIM_ClusteringService_EvictNode_qualifiers,
163943                   /* type */
163944                   CIMTYPE_UINT32,
163945                   /* parameters */
163946                   _CIM_ClusteringService_EvictNode_parameters,
163947 mike  1.1.2.1 };
163948               
163949               static MetaFeature*
163950               _CIM_ClusteringService_features[] =
163951               {
163952                   (MetaFeature*)&_CIM_ClusteringService_AddNode,
163953                   (MetaFeature*)&_CIM_ClusteringService_EvictNode,
163954                   0,
163955               };
163956               
163957               static const char*
163958               __root_cimv2_CIM_ClusteringService_qualifiers[] =
163959               {
163960                   /* UMLPackagePath */
163961                   "\057CIM::System::SystemElements",
163962                   /* Version */
163963                   "\0632.8.0",
163964                   0,
163965               };
163966               
163967               MetaClass
163968 mike  1.1.2.1 __root_cimv2_CIM_ClusteringService =
163969               {
163970                   /* flags */
163971                   META_FLAG_CLASS,
163972                   /* name */
163973                   "CIM_ClusteringService",
163974                   /* qualifiers */
163975                   __root_cimv2_CIM_ClusteringService_qualifiers,
163976                   /* super */
163977                   &__root_cimv2_CIM_Service,
163978                   /* features */
163979                   _CIM_ClusteringService_features,
163980               };
163981               
163982               //==============================================================================
163983               //
163984               // Class: CIM_ClusterServiceAccessBySAP
163985               //
163986               //==============================================================================
163987               
163988               static const char*
163989 mike  1.1.2.1 _CIM_ClusterServiceAccessBySAP_Antecedent_qualifiers[] =
163990               {
163991                   /* Override */
163992                   "\044Antecedent",
163993                   0,
163994               };
163995               
163996               static MetaReference
163997               _CIM_ClusterServiceAccessBySAP_Antecedent =
163998               {
163999                   /* flags */
164000                   META_FLAG_REFERENCE|META_FLAG_READ,
164001                   /* name */
164002                   "Antecedent",
164003                   /* qualifiers */
164004                   _CIM_ClusterServiceAccessBySAP_Antecedent_qualifiers,
164005                   /* subscript */
164006                   -1,
164007                   /* refId */
164008                   &__root_cimv2_CIM_ClusteringService,
164009               };
164010 mike  1.1.2.1 
164011               static const char*
164012               _CIM_ClusterServiceAccessBySAP_Dependent_qualifiers[] =
164013               {
164014                   /* Override */
164015                   "\044Dependent",
164016                   0,
164017               };
164018               
164019               static MetaReference
164020               _CIM_ClusterServiceAccessBySAP_Dependent =
164021               {
164022                   /* flags */
164023                   META_FLAG_REFERENCE|META_FLAG_READ,
164024                   /* name */
164025                   "Dependent",
164026                   /* qualifiers */
164027                   _CIM_ClusterServiceAccessBySAP_Dependent_qualifiers,
164028                   /* subscript */
164029                   -1,
164030                   /* refId */
164031 mike  1.1.2.1     &__root_cimv2_CIM_ClusteringSAP,
164032               };
164033               
164034               static MetaFeature*
164035               _CIM_ClusterServiceAccessBySAP_features[] =
164036               {
164037                   (MetaFeature*)&_CIM_ClusterServiceAccessBySAP_Antecedent,
164038                   (MetaFeature*)&_CIM_ClusterServiceAccessBySAP_Dependent,
164039                   0,
164040               };
164041               
164042               static const char*
164043               __root_cimv2_CIM_ClusterServiceAccessBySAP_qualifiers[] =
164044               {
164045                   /* ASSOCIATION */
164046                   "\000\001",
164047                   /* UMLPackagePath */
164048                   "\057CIM::System::SystemElements",
164049                   /* Version */
164050                   "\0632.6.0",
164051                   0,
164052 mike  1.1.2.1 };
164053               
164054               MetaClass
164055               __root_cimv2_CIM_ClusterServiceAccessBySAP =
164056               {
164057                   /* flags */
164058                   META_FLAG_ASSOCIATION,
164059                   /* name */
164060                   "CIM_ClusterServiceAccessBySAP",
164061                   /* qualifiers */
164062                   __root_cimv2_CIM_ClusterServiceAccessBySAP_qualifiers,
164063                   /* super */
164064                   &__root_cimv2_CIM_ServiceAccessBySAP,
164065                   /* features */
164066                   _CIM_ClusterServiceAccessBySAP_features,
164067               };
164068               
164069               //==============================================================================
164070               //
164071               // Class: CIM_CollectionOfSensors
164072               //
164073 mike  1.1.2.1 //==============================================================================
164074               
164075               static const char*
164076               _CIM_CollectionOfSensors_GroupComponent_qualifiers[] =
164077               {
164078                   /* Aggregate */
164079                   "\003\001",
164080                   /* Override */
164081                   "\044GroupComponent",
164082                   /* Max */
164083                   "\027\000\000\000\001",
164084                   0,
164085               };
164086               
164087               static MetaReference
164088               _CIM_CollectionOfSensors_GroupComponent =
164089               {
164090                   /* flags */
164091                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
164092                   /* name */
164093                   "GroupComponent",
164094 mike  1.1.2.1     /* qualifiers */
164095                   _CIM_CollectionOfSensors_GroupComponent_qualifiers,
164096                   /* subscript */
164097                   -1,
164098                   /* refId */
164099                   &__root_cimv2_CIM_MultiStateSensor,
164100               };
164101               
164102               static const char*
164103               _CIM_CollectionOfSensors_PartComponent_qualifiers[] =
164104               {
164105                   /* Override */
164106                   "\044PartComponent",
164107                   /* Min */
164108                   "\033\000\000\000\002",
164109                   0,
164110               };
164111               
164112               static MetaReference
164113               _CIM_CollectionOfSensors_PartComponent =
164114               {
164115 mike  1.1.2.1     /* flags */
164116                   META_FLAG_REFERENCE|META_FLAG_READ,
164117                   /* name */
164118                   "PartComponent",
164119                   /* qualifiers */
164120                   _CIM_CollectionOfSensors_PartComponent_qualifiers,
164121                   /* subscript */
164122                   -1,
164123                   /* refId */
164124                   &__root_cimv2_CIM_Sensor,
164125               };
164126               
164127               static MetaFeature*
164128               _CIM_CollectionOfSensors_features[] =
164129               {
164130                   (MetaFeature*)&_CIM_CollectionOfSensors_GroupComponent,
164131                   (MetaFeature*)&_CIM_CollectionOfSensors_PartComponent,
164132                   0,
164133               };
164134               
164135               static const char*
164136 mike  1.1.2.1 __root_cimv2_CIM_CollectionOfSensors_qualifiers[] =
164137               {
164138                   /* ASSOCIATION */
164139                   "\000\001",
164140                   /* UMLPackagePath */
164141                   "\057CIM::Device::Sensors",
164142                   /* Aggregation */
164143                   "\004\001",
164144                   /* Composition */
164145                   "\011\001",
164146                   /* Version */
164147                   "\0632.7.0",
164148                   0,
164149               };
164150               
164151               MetaClass
164152               __root_cimv2_CIM_CollectionOfSensors =
164153               {
164154                   /* flags */
164155                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
164156                   /* name */
164157 mike  1.1.2.1     "CIM_CollectionOfSensors",
164158                   /* qualifiers */
164159                   __root_cimv2_CIM_CollectionOfSensors_qualifiers,
164160                   /* super */
164161                   &__root_cimv2_CIM_Component,
164162                   /* features */
164163                   _CIM_CollectionOfSensors_features,
164164               };
164165               
164166               //==============================================================================
164167               //
164168               // Class: CIM_CommMechanismForAdapter
164169               //
164170               //==============================================================================
164171               
164172               static const char*
164173               _CIM_CommMechanismForAdapter_Antecedent_qualifiers[] =
164174               {
164175                   /* Deprecated */
164176                   "\013\000\001CIM_CommMechanismForObjectManagerAdapter.Antecedent\000",
164177                   /* Override */
164178 mike  1.1.2.1     "\044Antecedent",
164179                   0,
164180               };
164181               
164182               static MetaReference
164183               _CIM_CommMechanismForAdapter_Antecedent =
164184               {
164185                   /* flags */
164186                   META_FLAG_REFERENCE|META_FLAG_READ,
164187                   /* name */
164188                   "Antecedent",
164189                   /* qualifiers */
164190                   _CIM_CommMechanismForAdapter_Antecedent_qualifiers,
164191                   /* subscript */
164192                   -1,
164193                   /* refId */
164194                   &__root_cimv2_CIM_ProtocolAdapter,
164195               };
164196               
164197               static const char*
164198               _CIM_CommMechanismForAdapter_Dependent_qualifiers[] =
164199 mike  1.1.2.1 {
164200                   /* Deprecated */
164201                   "\013\000\001CIM_CommMechanismForObjectManagerAdapter.Dependent\000",
164202                   /* Override */
164203                   "\044Dependent",
164204                   /* Min */
164205                   "\033\000\000\000\001",
164206                   0,
164207               };
164208               
164209               static MetaReference
164210               _CIM_CommMechanismForAdapter_Dependent =
164211               {
164212                   /* flags */
164213                   META_FLAG_REFERENCE|META_FLAG_READ,
164214                   /* name */
164215                   "Dependent",
164216                   /* qualifiers */
164217                   _CIM_CommMechanismForAdapter_Dependent_qualifiers,
164218                   /* subscript */
164219                   -1,
164220 mike  1.1.2.1     /* refId */
164221                   &__root_cimv2_CIM_ObjectManagerCommunicationMechanism,
164222               };
164223               
164224               static MetaFeature*
164225               _CIM_CommMechanismForAdapter_features[] =
164226               {
164227                   (MetaFeature*)&_CIM_CommMechanismForAdapter_Antecedent,
164228                   (MetaFeature*)&_CIM_CommMechanismForAdapter_Dependent,
164229                   0,
164230               };
164231               
164232               static const char*
164233               __root_cimv2_CIM_CommMechanismForAdapter_qualifiers[] =
164234               {
164235                   /* ASSOCIATION */
164236                   "\000\001",
164237                   /* Deprecated */
164238                   "\013\000\001CIM_CommMechanismForObjectManagerAdapter\000",
164239                   /* UMLPackagePath */
164240                   "\057CIM::Interop",
164241 mike  1.1.2.1     /* Version */
164242                   "\0632.8.0",
164243                   0,
164244               };
164245               
164246               MetaClass
164247               __root_cimv2_CIM_CommMechanismForAdapter =
164248               {
164249                   /* flags */
164250                   META_FLAG_ASSOCIATION,
164251                   /* name */
164252                   "CIM_CommMechanismForAdapter",
164253                   /* qualifiers */
164254                   __root_cimv2_CIM_CommMechanismForAdapter_qualifiers,
164255                   /* super */
164256                   &__root_cimv2_CIM_Dependency,
164257                   /* features */
164258                   _CIM_CommMechanismForAdapter_features,
164259               };
164260               
164261               //==============================================================================
164262 mike  1.1.2.1 //
164263               // Class: CIM_CommMechanismForManager
164264               //
164265               //==============================================================================
164266               
164267               static const char*
164268               _CIM_CommMechanismForManager_Antecedent_qualifiers[] =
164269               {
164270                   /* Override */
164271                   "\044Antecedent",
164272                   /* Min */
164273                   "\033\000\000\000\001",
164274                   /* Max */
164275                   "\027\000\000\000\001",
164276                   0,
164277               };
164278               
164279               static MetaReference
164280               _CIM_CommMechanismForManager_Antecedent =
164281               {
164282                   /* flags */
164283 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
164284                   /* name */
164285                   "Antecedent",
164286                   /* qualifiers */
164287                   _CIM_CommMechanismForManager_Antecedent_qualifiers,
164288                   /* subscript */
164289                   -1,
164290                   /* refId */
164291                   &__root_cimv2_CIM_ObjectManager,
164292               };
164293               
164294               static const char*
164295               _CIM_CommMechanismForManager_Dependent_qualifiers[] =
164296               {
164297                   /* Override */
164298                   "\044Dependent",
164299                   /* Min */
164300                   "\033\000\000\000\001",
164301                   0,
164302               };
164303               
164304 mike  1.1.2.1 static MetaReference
164305               _CIM_CommMechanismForManager_Dependent =
164306               {
164307                   /* flags */
164308                   META_FLAG_REFERENCE|META_FLAG_READ,
164309                   /* name */
164310                   "Dependent",
164311                   /* qualifiers */
164312                   _CIM_CommMechanismForManager_Dependent_qualifiers,
164313                   /* subscript */
164314                   -1,
164315                   /* refId */
164316                   &__root_cimv2_CIM_ObjectManagerCommunicationMechanism,
164317               };
164318               
164319               static MetaFeature*
164320               _CIM_CommMechanismForManager_features[] =
164321               {
164322                   (MetaFeature*)&_CIM_CommMechanismForManager_Antecedent,
164323                   (MetaFeature*)&_CIM_CommMechanismForManager_Dependent,
164324                   0,
164325 mike  1.1.2.1 };
164326               
164327               static const char*
164328               __root_cimv2_CIM_CommMechanismForManager_qualifiers[] =
164329               {
164330                   /* ASSOCIATION */
164331                   "\000\001",
164332                   /* UMLPackagePath */
164333                   "\057CIM::Interop",
164334                   /* Version */
164335                   "\0632.6.0",
164336                   0,
164337               };
164338               
164339               MetaClass
164340               __root_cimv2_CIM_CommMechanismForManager =
164341               {
164342                   /* flags */
164343                   META_FLAG_ASSOCIATION,
164344                   /* name */
164345                   "CIM_CommMechanismForManager",
164346 mike  1.1.2.1     /* qualifiers */
164347                   __root_cimv2_CIM_CommMechanismForManager_qualifiers,
164348                   /* super */
164349                   &__root_cimv2_CIM_ServiceAccessBySAP,
164350                   /* features */
164351                   _CIM_CommMechanismForManager_features,
164352               };
164353               
164354               //==============================================================================
164355               //
164356               // Class: CIM_CommMechanismForObjectManagerAdapter
164357               //
164358               //==============================================================================
164359               
164360               static const char*
164361               _CIM_CommMechanismForObjectManagerAdapter_Antecedent_qualifiers[] =
164362               {
164363                   /* Override */
164364                   "\044Antecedent",
164365                   0,
164366               };
164367 mike  1.1.2.1 
164368               static MetaReference
164369               _CIM_CommMechanismForObjectManagerAdapter_Antecedent =
164370               {
164371                   /* flags */
164372                   META_FLAG_REFERENCE|META_FLAG_READ,
164373                   /* name */
164374                   "Antecedent",
164375                   /* qualifiers */
164376                   _CIM_CommMechanismForObjectManagerAdapter_Antecedent_qualifiers,
164377                   /* subscript */
164378                   -1,
164379                   /* refId */
164380                   &__root_cimv2_CIM_ObjectManagerAdapter,
164381               };
164382               
164383               static const char*
164384               _CIM_CommMechanismForObjectManagerAdapter_Dependent_qualifiers[] =
164385               {
164386                   /* Override */
164387                   "\044Dependent",
164388 mike  1.1.2.1     /* Min */
164389                   "\033\000\000\000\001",
164390                   0,
164391               };
164392               
164393               static MetaReference
164394               _CIM_CommMechanismForObjectManagerAdapter_Dependent =
164395               {
164396                   /* flags */
164397                   META_FLAG_REFERENCE|META_FLAG_READ,
164398                   /* name */
164399                   "Dependent",
164400                   /* qualifiers */
164401                   _CIM_CommMechanismForObjectManagerAdapter_Dependent_qualifiers,
164402                   /* subscript */
164403                   -1,
164404                   /* refId */
164405                   &__root_cimv2_CIM_ObjectManagerCommunicationMechanism,
164406               };
164407               
164408               static MetaFeature*
164409 mike  1.1.2.1 _CIM_CommMechanismForObjectManagerAdapter_features[] =
164410               {
164411                   (MetaFeature*)&_CIM_CommMechanismForObjectManagerAdapter_Antecedent,
164412                   (MetaFeature*)&_CIM_CommMechanismForObjectManagerAdapter_Dependent,
164413                   0,
164414               };
164415               
164416               static const char*
164417               __root_cimv2_CIM_CommMechanismForObjectManagerAdapter_qualifiers[] =
164418               {
164419                   /* ASSOCIATION */
164420                   "\000\001",
164421                   /* UMLPackagePath */
164422                   "\057CIM::Interop",
164423                   /* Version */
164424                   "\0632.8.0",
164425                   0,
164426               };
164427               
164428               MetaClass
164429               __root_cimv2_CIM_CommMechanismForObjectManagerAdapter =
164430 mike  1.1.2.1 {
164431                   /* flags */
164432                   META_FLAG_ASSOCIATION,
164433                   /* name */
164434                   "CIM_CommMechanismForObjectManagerAdapter",
164435                   /* qualifiers */
164436                   __root_cimv2_CIM_CommMechanismForObjectManagerAdapter_qualifiers,
164437                   /* super */
164438                   &__root_cimv2_CIM_Dependency,
164439                   /* features */
164440                   _CIM_CommMechanismForObjectManagerAdapter_features,
164441               };
164442               
164443               //==============================================================================
164444               //
164445               // Class: CIM_ComponentCS
164446               //
164447               //==============================================================================
164448               
164449               static const char*
164450               _CIM_ComponentCS_GroupComponent_qualifiers[] =
164451 mike  1.1.2.1 {
164452                   /* Aggregate */
164453                   "\003\001",
164454                   /* Override */
164455                   "\044GroupComponent",
164456                   /* Max */
164457                   "\027\000\000\000\001",
164458                   0,
164459               };
164460               
164461               static MetaReference
164462               _CIM_ComponentCS_GroupComponent =
164463               {
164464                   /* flags */
164465                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
164466                   /* name */
164467                   "GroupComponent",
164468                   /* qualifiers */
164469                   _CIM_ComponentCS_GroupComponent_qualifiers,
164470                   /* subscript */
164471                   -1,
164472 mike  1.1.2.1     /* refId */
164473                   &__root_cimv2_CIM_ComputerSystem,
164474               };
164475               
164476               static const char*
164477               _CIM_ComponentCS_PartComponent_qualifiers[] =
164478               {
164479                   /* Override */
164480                   "\044PartComponent",
164481                   0,
164482               };
164483               
164484               static MetaReference
164485               _CIM_ComponentCS_PartComponent =
164486               {
164487                   /* flags */
164488                   META_FLAG_REFERENCE|META_FLAG_READ,
164489                   /* name */
164490                   "PartComponent",
164491                   /* qualifiers */
164492                   _CIM_ComponentCS_PartComponent_qualifiers,
164493 mike  1.1.2.1     /* subscript */
164494                   -1,
164495                   /* refId */
164496                   &__root_cimv2_CIM_ComputerSystem,
164497               };
164498               
164499               static MetaFeature*
164500               _CIM_ComponentCS_features[] =
164501               {
164502                   (MetaFeature*)&_CIM_ComponentCS_GroupComponent,
164503                   (MetaFeature*)&_CIM_ComponentCS_PartComponent,
164504                   0,
164505               };
164506               
164507               static const char*
164508               __root_cimv2_CIM_ComponentCS_qualifiers[] =
164509               {
164510                   /* ASSOCIATION */
164511                   "\000\001",
164512                   /* UMLPackagePath */
164513                   "\057CIM::System::SystemElements",
164514 mike  1.1.2.1     /* Aggregation */
164515                   "\004\001",
164516                   /* Composition */
164517                   "\011\001",
164518                   /* Version */
164519                   "\0632.13.0",
164520                   0,
164521               };
164522               
164523               MetaClass
164524               __root_cimv2_CIM_ComponentCS =
164525               {
164526                   /* flags */
164527                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
164528                   /* name */
164529                   "CIM_ComponentCS",
164530                   /* qualifiers */
164531                   __root_cimv2_CIM_ComponentCS_qualifiers,
164532                   /* super */
164533                   &__root_cimv2_CIM_SystemComponent,
164534                   /* features */
164535 mike  1.1.2.1     _CIM_ComponentCS_features,
164536               };
164537               
164538               //==============================================================================
164539               //
164540               // Class: CIM_ComputerSystemMemory
164541               //
164542               //==============================================================================
164543               
164544               static const char*
164545               _CIM_ComputerSystemMemory_GroupComponent_qualifiers[] =
164546               {
164547                   /* Deprecated */
164548                   "\013\000\001CIM_SystemDevice.GroupComponent\000",
164549                   /* Aggregate */
164550                   "\003\001",
164551                   /* Override */
164552                   "\044GroupComponent",
164553                   /* Min */
164554                   "\033\000\000\000\001",
164555                   /* Max */
164556 mike  1.1.2.1     "\027\000\000\000\001",
164557                   0,
164558               };
164559               
164560               static MetaReference
164561               _CIM_ComputerSystemMemory_GroupComponent =
164562               {
164563                   /* flags */
164564                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
164565                   /* name */
164566                   "GroupComponent",
164567                   /* qualifiers */
164568                   _CIM_ComputerSystemMemory_GroupComponent_qualifiers,
164569                   /* subscript */
164570                   -1,
164571                   /* refId */
164572                   &__root_cimv2_CIM_UnitaryComputerSystem,
164573               };
164574               
164575               static const char*
164576               _CIM_ComputerSystemMemory_PartComponent_qualifiers[] =
164577 mike  1.1.2.1 {
164578                   /* Deprecated */
164579                   "\013\000\001CIM_SystemDevice.PartComponent\000",
164580                   /* Override */
164581                   "\044PartComponent",
164582                   0,
164583               };
164584               
164585               static MetaReference
164586               _CIM_ComputerSystemMemory_PartComponent =
164587               {
164588                   /* flags */
164589                   META_FLAG_REFERENCE|META_FLAG_READ,
164590                   /* name */
164591                   "PartComponent",
164592                   /* qualifiers */
164593                   _CIM_ComputerSystemMemory_PartComponent_qualifiers,
164594                   /* subscript */
164595                   -1,
164596                   /* refId */
164597                   &__root_cimv2_CIM_Memory,
164598 mike  1.1.2.1 };
164599               
164600               static MetaFeature*
164601               _CIM_ComputerSystemMemory_features[] =
164602               {
164603                   (MetaFeature*)&_CIM_ComputerSystemMemory_GroupComponent,
164604                   (MetaFeature*)&_CIM_ComputerSystemMemory_PartComponent,
164605                   0,
164606               };
164607               
164608               static const char*
164609               __root_cimv2_CIM_ComputerSystemMemory_qualifiers[] =
164610               {
164611                   /* ASSOCIATION */
164612                   "\000\001",
164613                   /* Deprecated */
164614                   "\013\000\001CIM_SystemDevice\000",
164615                   /* UMLPackagePath */
164616                   "\057CIM::Device::Memory",
164617                   /* Aggregation */
164618                   "\004\001",
164619 mike  1.1.2.1     /* Composition */
164620                   "\011\001",
164621                   /* Version */
164622                   "\0632.8.0",
164623                   0,
164624               };
164625               
164626               MetaClass
164627               __root_cimv2_CIM_ComputerSystemMemory =
164628               {
164629                   /* flags */
164630                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
164631                   /* name */
164632                   "CIM_ComputerSystemMemory",
164633                   /* qualifiers */
164634                   __root_cimv2_CIM_ComputerSystemMemory_qualifiers,
164635                   /* super */
164636                   &__root_cimv2_CIM_SystemDevice,
164637                   /* features */
164638                   _CIM_ComputerSystemMemory_features,
164639               };
164640 mike  1.1.2.1 
164641               //==============================================================================
164642               //
164643               // Class: CIM_ComputerSystemProcessor
164644               //
164645               //==============================================================================
164646               
164647               static const char*
164648               _CIM_ComputerSystemProcessor_GroupComponent_qualifiers[] =
164649               {
164650                   /* Deprecated */
164651                   "\013\000\001CIM_SystemDevice.GroupComponent\000",
164652                   /* Aggregate */
164653                   "\003\001",
164654                   /* Override */
164655                   "\044GroupComponent",
164656                   0,
164657               };
164658               
164659               static MetaReference
164660               _CIM_ComputerSystemProcessor_GroupComponent =
164661 mike  1.1.2.1 {
164662                   /* flags */
164663                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
164664                   /* name */
164665                   "GroupComponent",
164666                   /* qualifiers */
164667                   _CIM_ComputerSystemProcessor_GroupComponent_qualifiers,
164668                   /* subscript */
164669                   -1,
164670                   /* refId */
164671                   &__root_cimv2_CIM_UnitaryComputerSystem,
164672               };
164673               
164674               static const char*
164675               _CIM_ComputerSystemProcessor_PartComponent_qualifiers[] =
164676               {
164677                   /* Deprecated */
164678                   "\013\000\001CIM_SystemDevice.PartComponent\000",
164679                   /* Override */
164680                   "\044PartComponent",
164681                   0,
164682 mike  1.1.2.1 };
164683               
164684               static MetaReference
164685               _CIM_ComputerSystemProcessor_PartComponent =
164686               {
164687                   /* flags */
164688                   META_FLAG_REFERENCE|META_FLAG_READ,
164689                   /* name */
164690                   "PartComponent",
164691                   /* qualifiers */
164692                   _CIM_ComputerSystemProcessor_PartComponent_qualifiers,
164693                   /* subscript */
164694                   -1,
164695                   /* refId */
164696                   &__root_cimv2_CIM_Processor,
164697               };
164698               
164699               static MetaFeature*
164700               _CIM_ComputerSystemProcessor_features[] =
164701               {
164702                   (MetaFeature*)&_CIM_ComputerSystemProcessor_GroupComponent,
164703 mike  1.1.2.1     (MetaFeature*)&_CIM_ComputerSystemProcessor_PartComponent,
164704                   0,
164705               };
164706               
164707               static const char*
164708               __root_cimv2_CIM_ComputerSystemProcessor_qualifiers[] =
164709               {
164710                   /* ASSOCIATION */
164711                   "\000\001",
164712                   /* Deprecated */
164713                   "\013\000\001CIM_SystemDevice\000",
164714                   /* UMLPackagePath */
164715                   "\057CIM::Device::Processor",
164716                   /* Aggregation */
164717                   "\004\001",
164718                   /* Composition */
164719                   "\011\001",
164720                   /* Version */
164721                   "\0632.10.0",
164722                   0,
164723               };
164724 mike  1.1.2.1 
164725               MetaClass
164726               __root_cimv2_CIM_ComputerSystemProcessor =
164727               {
164728                   /* flags */
164729                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
164730                   /* name */
164731                   "CIM_ComputerSystemProcessor",
164732                   /* qualifiers */
164733                   __root_cimv2_CIM_ComputerSystemProcessor_qualifiers,
164734                   /* super */
164735                   &__root_cimv2_CIM_SystemDevice,
164736                   /* features */
164737                   _CIM_ComputerSystemProcessor_features,
164738               };
164739               
164740               //==============================================================================
164741               //
164742               // Class: CIM_ComputerSystemResource
164743               //
164744               //==============================================================================
164745 mike  1.1.2.1 
164746               static const char*
164747               _CIM_ComputerSystemResource_GroupComponent_qualifiers[] =
164748               {
164749                   /* Aggregate */
164750                   "\003\001",
164751                   /* Override */
164752                   "\044GroupComponent",
164753                   /* Min */
164754                   "\033\000\000\000\001",
164755                   /* Max */
164756                   "\027\000\000\000\001",
164757                   0,
164758               };
164759               
164760               static MetaReference
164761               _CIM_ComputerSystemResource_GroupComponent =
164762               {
164763                   /* flags */
164764                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
164765                   /* name */
164766 mike  1.1.2.1     "GroupComponent",
164767                   /* qualifiers */
164768                   _CIM_ComputerSystemResource_GroupComponent_qualifiers,
164769                   /* subscript */
164770                   -1,
164771                   /* refId */
164772                   &__root_cimv2_CIM_ComputerSystem,
164773               };
164774               
164775               static const char*
164776               _CIM_ComputerSystemResource_PartComponent_qualifiers[] =
164777               {
164778                   /* Override */
164779                   "\044PartComponent",
164780                   0,
164781               };
164782               
164783               static MetaReference
164784               _CIM_ComputerSystemResource_PartComponent =
164785               {
164786                   /* flags */
164787 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
164788                   /* name */
164789                   "PartComponent",
164790                   /* qualifiers */
164791                   _CIM_ComputerSystemResource_PartComponent_qualifiers,
164792                   /* subscript */
164793                   -1,
164794                   /* refId */
164795                   &__root_cimv2_CIM_SystemResource,
164796               };
164797               
164798               static MetaFeature*
164799               _CIM_ComputerSystemResource_features[] =
164800               {
164801                   (MetaFeature*)&_CIM_ComputerSystemResource_GroupComponent,
164802                   (MetaFeature*)&_CIM_ComputerSystemResource_PartComponent,
164803                   0,
164804               };
164805               
164806               static const char*
164807               __root_cimv2_CIM_ComputerSystemResource_qualifiers[] =
164808 mike  1.1.2.1 {
164809                   /* ASSOCIATION */
164810                   "\000\001",
164811                   /* UMLPackagePath */
164812                   "\057CIM::System::SystemResources",
164813                   /* Aggregation */
164814                   "\004\001",
164815                   /* Composition */
164816                   "\011\001",
164817                   /* Version */
164818                   "\0632.7.0",
164819                   0,
164820               };
164821               
164822               MetaClass
164823               __root_cimv2_CIM_ComputerSystemResource =
164824               {
164825                   /* flags */
164826                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
164827                   /* name */
164828                   "CIM_ComputerSystemResource",
164829 mike  1.1.2.1     /* qualifiers */
164830                   __root_cimv2_CIM_ComputerSystemResource_qualifiers,
164831                   /* super */
164832                   &__root_cimv2_CIM_ResourceOfSystem,
164833                   /* features */
164834                   _CIM_ComputerSystemResource_features,
164835               };
164836               
164837               //==============================================================================
164838               //
164839               // Class: CIM_ConditioningServiceOnEndpoint
164840               //
164841               //==============================================================================
164842               
164843               static const char*
164844               _CIM_ConditioningServiceOnEndpoint_Antecedent_qualifiers[] =
164845               {
164846                   /* Deprecated */
164847                   "\013\000\002CIM_IngressConditioningServiceOnEndpoint.Antecedent\000CIM_EgressConditioningServiceOnEndpoint.Antecedent \000",
164848                   /* Override */
164849                   "\044Antecedent",
164850 mike  1.1.2.1     /* Max */
164851                   "\027\000\000\000\001",
164852                   0,
164853               };
164854               
164855               static MetaReference
164856               _CIM_ConditioningServiceOnEndpoint_Antecedent =
164857               {
164858                   /* flags */
164859                   META_FLAG_REFERENCE|META_FLAG_READ,
164860                   /* name */
164861                   "Antecedent",
164862                   /* qualifiers */
164863                   _CIM_ConditioningServiceOnEndpoint_Antecedent_qualifiers,
164864                   /* subscript */
164865                   -1,
164866                   /* refId */
164867                   &__root_cimv2_CIM_ProtocolEndpoint,
164868               };
164869               
164870               static const char*
164871 mike  1.1.2.1 _CIM_ConditioningServiceOnEndpoint_Dependent_qualifiers[] =
164872               {
164873                   /* Deprecated */
164874                   "\013\000\002CIM_IngressConditioningServiceOnEndpoint.Dependent\000CIM_EgressConditioningServiceOnEndpoint.Dependent\000",
164875                   /* Override */
164876                   "\044Dependent",
164877                   0,
164878               };
164879               
164880               static MetaReference
164881               _CIM_ConditioningServiceOnEndpoint_Dependent =
164882               {
164883                   /* flags */
164884                   META_FLAG_REFERENCE|META_FLAG_READ,
164885                   /* name */
164886                   "Dependent",
164887                   /* qualifiers */
164888                   _CIM_ConditioningServiceOnEndpoint_Dependent_qualifiers,
164889                   /* subscript */
164890                   -1,
164891                   /* refId */
164892 mike  1.1.2.1     &__root_cimv2_CIM_ConditioningService,
164893               };
164894               
164895               static const char*
164896               _CIM_ConditioningServiceOnEndpoint_ServiceType_qualifiers[] =
164897               {
164898                   /* Deprecated */
164899                   "\013\000\002CIM_IngressConditioningServiceOnEndpoint\000CIM_EgressConditioningServiceOnEndpoint\000",
164900                   /* ValueMap */
164901                   "\061\000\0030\0001\0002\000",
164902                   /* Values */
164903                   "\062\000\003Unknown\000Ingress\000Egress\000",
164904                   0,
164905               };
164906               
164907               static MetaProperty
164908               _CIM_ConditioningServiceOnEndpoint_ServiceType =
164909               {
164910                   /* flags */
164911                   META_FLAG_PROPERTY|META_FLAG_READ,
164912                   /* name */
164913 mike  1.1.2.1     "ServiceType",
164914                   /* qualifiers */
164915                   _CIM_ConditioningServiceOnEndpoint_ServiceType_qualifiers,
164916                   /* type */
164917                   CIMTYPE_UINT16,
164918                   /* subscript */
164919                   -1,
164920                   /* value */
164921                   0,
164922               };
164923               
164924               static MetaFeature*
164925               _CIM_ConditioningServiceOnEndpoint_features[] =
164926               {
164927                   (MetaFeature*)&_CIM_ConditioningServiceOnEndpoint_Antecedent,
164928                   (MetaFeature*)&_CIM_ConditioningServiceOnEndpoint_Dependent,
164929                   (MetaFeature*)&_CIM_ConditioningServiceOnEndpoint_ServiceType,
164930                   0,
164931               };
164932               
164933               static const char*
164934 mike  1.1.2.1 __root_cimv2_CIM_ConditioningServiceOnEndpoint_qualifiers[] =
164935               {
164936                   /* ASSOCIATION */
164937                   "\000\001",
164938                   /* Deprecated */
164939                   "\013\000\002CIM_IngressConditioningServiceOnEndpoint\000CIM_EgressConditioningServiceOnEndpoint\000",
164940                   /* UMLPackagePath */
164941                   "\057CIM::Network::QoS",
164942                   /* Version */
164943                   "\0632.7.0",
164944                   0,
164945               };
164946               
164947               MetaClass
164948               __root_cimv2_CIM_ConditioningServiceOnEndpoint =
164949               {
164950                   /* flags */
164951                   META_FLAG_ASSOCIATION,
164952                   /* name */
164953                   "CIM_ConditioningServiceOnEndpoint",
164954                   /* qualifiers */
164955 mike  1.1.2.1     __root_cimv2_CIM_ConditioningServiceOnEndpoint_qualifiers,
164956                   /* super */
164957                   &__root_cimv2_CIM_Dependency,
164958                   /* features */
164959                   _CIM_ConditioningServiceOnEndpoint_features,
164960               };
164961               
164962               //==============================================================================
164963               //
164964               // Class: CIM_ControlledBy
164965               //
164966               //==============================================================================
164967               
164968               static const char*
164969               _CIM_ControlledBy_Antecedent_qualifiers[] =
164970               {
164971                   /* Override */
164972                   "\044Antecedent",
164973                   0,
164974               };
164975               
164976 mike  1.1.2.1 static MetaReference
164977               _CIM_ControlledBy_Antecedent =
164978               {
164979                   /* flags */
164980                   META_FLAG_REFERENCE|META_FLAG_READ,
164981                   /* name */
164982                   "Antecedent",
164983                   /* qualifiers */
164984                   _CIM_ControlledBy_Antecedent_qualifiers,
164985                   /* subscript */
164986                   -1,
164987                   /* refId */
164988                   &__root_cimv2_CIM_Controller,
164989               };
164990               
164991               static const char*
164992               _CIM_ControlledBy_Dependent_qualifiers[] =
164993               {
164994                   /* Override */
164995                   "\044Dependent",
164996                   0,
164997 mike  1.1.2.1 };
164998               
164999               static MetaReference
165000               _CIM_ControlledBy_Dependent =
165001               {
165002                   /* flags */
165003                   META_FLAG_REFERENCE|META_FLAG_READ,
165004                   /* name */
165005                   "Dependent",
165006                   /* qualifiers */
165007                   _CIM_ControlledBy_Dependent_qualifiers,
165008                   /* subscript */
165009                   -1,
165010                   /* refId */
165011                   &__root_cimv2_CIM_LogicalDevice,
165012               };
165013               
165014               static const char*
165015               _CIM_ControlledBy_AccessState_qualifiers[] =
165016               {
165017                   /* ValueMap */
165018 mike  1.1.2.1     "\061\000\0030\0001\0002\000",
165019                   /* Values */
165020                   "\062\000\003Unknown\000Active\000Inactive\000",
165021                   0,
165022               };
165023               
165024               static MetaProperty
165025               _CIM_ControlledBy_AccessState =
165026               {
165027                   /* flags */
165028                   META_FLAG_PROPERTY|META_FLAG_READ,
165029                   /* name */
165030                   "AccessState",
165031                   /* qualifiers */
165032                   _CIM_ControlledBy_AccessState_qualifiers,
165033                   /* type */
165034                   CIMTYPE_UINT16,
165035                   /* subscript */
165036                   -1,
165037                   /* value */
165038                   0,
165039 mike  1.1.2.1 };
165040               
165041               static const char*
165042               _CIM_ControlledBy_TimeOfDeviceReset_qualifiers[] =
165043               {
165044                   0,
165045               };
165046               
165047               static MetaProperty
165048               _CIM_ControlledBy_TimeOfDeviceReset =
165049               {
165050                   /* flags */
165051                   META_FLAG_PROPERTY|META_FLAG_READ,
165052                   /* name */
165053                   "TimeOfDeviceReset",
165054                   /* qualifiers */
165055                   _CIM_ControlledBy_TimeOfDeviceReset_qualifiers,
165056                   /* type */
165057                   CIMTYPE_DATETIME,
165058                   /* subscript */
165059                   -1,
165060 mike  1.1.2.1     /* value */
165061                   0,
165062               };
165063               
165064               static const char*
165065               _CIM_ControlledBy_NumberOfHardResets_qualifiers[] =
165066               {
165067                   /* Counter */
165068                   "\012\001",
165069                   0,
165070               };
165071               
165072               static MetaProperty
165073               _CIM_ControlledBy_NumberOfHardResets =
165074               {
165075                   /* flags */
165076                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
165077                   /* name */
165078                   "NumberOfHardResets",
165079                   /* qualifiers */
165080                   _CIM_ControlledBy_NumberOfHardResets_qualifiers,
165081 mike  1.1.2.1     /* type */
165082                   CIMTYPE_UINT32,
165083                   /* subscript */
165084                   -1,
165085                   /* value */
165086                   0,
165087               };
165088               
165089               static const char*
165090               _CIM_ControlledBy_NumberOfSoftResets_qualifiers[] =
165091               {
165092                   /* Counter */
165093                   "\012\001",
165094                   0,
165095               };
165096               
165097               static MetaProperty
165098               _CIM_ControlledBy_NumberOfSoftResets =
165099               {
165100                   /* flags */
165101                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
165102 mike  1.1.2.1     /* name */
165103                   "NumberOfSoftResets",
165104                   /* qualifiers */
165105                   _CIM_ControlledBy_NumberOfSoftResets_qualifiers,
165106                   /* type */
165107                   CIMTYPE_UINT32,
165108                   /* subscript */
165109                   -1,
165110                   /* value */
165111                   0,
165112               };
165113               
165114               static const char*
165115               _CIM_ControlledBy_DeviceNumber_qualifiers[] =
165116               {
165117                   0,
165118               };
165119               
165120               static MetaProperty
165121               _CIM_ControlledBy_DeviceNumber =
165122               {
165123 mike  1.1.2.1     /* flags */
165124                   META_FLAG_PROPERTY|META_FLAG_READ,
165125                   /* name */
165126                   "DeviceNumber",
165127                   /* qualifiers */
165128                   _CIM_ControlledBy_DeviceNumber_qualifiers,
165129                   /* type */
165130                   CIMTYPE_STRING,
165131                   /* subscript */
165132                   -1,
165133                   /* value */
165134                   0,
165135               };
165136               
165137               static const char*
165138               _CIM_ControlledBy_AccessMode_qualifiers[] =
165139               {
165140                   /* ValueMap */
165141                   "\061\000\0032\0003\0004\000",
165142                   /* Values */
165143                   "\062\000\003ReadWrite\000ReadOnly\000NoAccess\000",
165144 mike  1.1.2.1     0,
165145               };
165146               
165147               static MetaProperty
165148               _CIM_ControlledBy_AccessMode =
165149               {
165150                   /* flags */
165151                   META_FLAG_PROPERTY|META_FLAG_READ,
165152                   /* name */
165153                   "AccessMode",
165154                   /* qualifiers */
165155                   _CIM_ControlledBy_AccessMode_qualifiers,
165156                   /* type */
165157                   CIMTYPE_UINT16,
165158                   /* subscript */
165159                   -1,
165160                   /* value */
165161                   0,
165162               };
165163               
165164               static const char*
165165 mike  1.1.2.1 _CIM_ControlledBy_AccessPriority_qualifiers[] =
165166               {
165167                   0,
165168               };
165169               
165170               static MetaProperty
165171               _CIM_ControlledBy_AccessPriority =
165172               {
165173                   /* flags */
165174                   META_FLAG_PROPERTY|META_FLAG_READ,
165175                   /* name */
165176                   "AccessPriority",
165177                   /* qualifiers */
165178                   _CIM_ControlledBy_AccessPriority_qualifiers,
165179                   /* type */
165180                   CIMTYPE_UINT16,
165181                   /* subscript */
165182                   -1,
165183                   /* value */
165184                   0,
165185               };
165186 mike  1.1.2.1 
165187               static MetaFeature*
165188               _CIM_ControlledBy_features[] =
165189               {
165190                   (MetaFeature*)&_CIM_ControlledBy_Antecedent,
165191                   (MetaFeature*)&_CIM_ControlledBy_Dependent,
165192                   (MetaFeature*)&_CIM_ControlledBy_AccessState,
165193                   (MetaFeature*)&_CIM_ControlledBy_TimeOfDeviceReset,
165194                   (MetaFeature*)&_CIM_ControlledBy_NumberOfHardResets,
165195                   (MetaFeature*)&_CIM_ControlledBy_NumberOfSoftResets,
165196                   (MetaFeature*)&_CIM_ControlledBy_DeviceNumber,
165197                   (MetaFeature*)&_CIM_ControlledBy_AccessMode,
165198                   (MetaFeature*)&_CIM_ControlledBy_AccessPriority,
165199                   0,
165200               };
165201               
165202               static const char*
165203               __root_cimv2_CIM_ControlledBy_qualifiers[] =
165204               {
165205                   /* ASSOCIATION */
165206                   "\000\001",
165207 mike  1.1.2.1     /* UMLPackagePath */
165208                   "\057CIM::Device::Controller",
165209                   /* Version */
165210                   "\0632.10.0",
165211                   0,
165212               };
165213               
165214               MetaClass
165215               __root_cimv2_CIM_ControlledBy =
165216               {
165217                   /* flags */
165218                   META_FLAG_ASSOCIATION,
165219                   /* name */
165220                   "CIM_ControlledBy",
165221                   /* qualifiers */
165222                   __root_cimv2_CIM_ControlledBy_qualifiers,
165223                   /* super */
165224                   &__root_cimv2_CIM_DeviceConnection,
165225                   /* features */
165226                   _CIM_ControlledBy_features,
165227               };
165228 mike  1.1.2.1 
165229               //==============================================================================
165230               //
165231               // Class: CIM_CredentialManagementService
165232               //
165233               //==============================================================================
165234               
165235               static MetaFeature*
165236               _CIM_CredentialManagementService_features[] =
165237               {
165238                   0,
165239               };
165240               
165241               static const char*
165242               __root_cimv2_CIM_CredentialManagementService_qualifiers[] =
165243               {
165244                   /* UMLPackagePath */
165245                   "\057CIM::User::SecurityServices",
165246                   /* Version */
165247                   "\0632.6.0",
165248                   0,
165249 mike  1.1.2.1 };
165250               
165251               MetaClass
165252               __root_cimv2_CIM_CredentialManagementService =
165253               {
165254                   /* flags */
165255                   META_FLAG_CLASS,
165256                   /* name */
165257                   "CIM_CredentialManagementService",
165258                   /* qualifiers */
165259                   __root_cimv2_CIM_CredentialManagementService_qualifiers,
165260                   /* super */
165261                   &__root_cimv2_CIM_AuthenticationService,
165262                   /* features */
165263                   _CIM_CredentialManagementService_features,
165264               };
165265               
165266               //==============================================================================
165267               //
165268               // Class: CIM_CurrentSensor
165269               //
165270 mike  1.1.2.1 //==============================================================================
165271               
165272               static const char*
165273               _CIM_CurrentSensor_SensorType_qualifiers[] =
165274               {
165275                   /* Deprecated */
165276                   "\013\000\001No Value\000",
165277                   /* Override */
165278                   "\044SensorType",
165279                   0,
165280               };
165281               
165282               static MetaProperty
165283               _CIM_CurrentSensor_SensorType =
165284               {
165285                   /* flags */
165286                   META_FLAG_PROPERTY|META_FLAG_READ,
165287                   /* name */
165288                   "SensorType",
165289                   /* qualifiers */
165290                   _CIM_CurrentSensor_SensorType_qualifiers,
165291 mike  1.1.2.1     /* type */
165292                   CIMTYPE_UINT16,
165293                   /* subscript */
165294                   -1,
165295                   /* value */
165296                   "\000\004",
165297               };
165298               
165299               static const char*
165300               _CIM_CurrentSensor_BaseUnits_qualifiers[] =
165301               {
165302                   /* Deprecated */
165303                   "\013\000\001No Value\000",
165304                   /* Override */
165305                   "\044BaseUnits",
165306                   0,
165307               };
165308               
165309               static MetaProperty
165310               _CIM_CurrentSensor_BaseUnits =
165311               {
165312 mike  1.1.2.1     /* flags */
165313                   META_FLAG_PROPERTY|META_FLAG_READ,
165314                   /* name */
165315                   "BaseUnits",
165316                   /* qualifiers */
165317                   _CIM_CurrentSensor_BaseUnits_qualifiers,
165318                   /* type */
165319                   CIMTYPE_UINT16,
165320                   /* subscript */
165321                   -1,
165322                   /* value */
165323                   "\000\006",
165324               };
165325               
165326               static const char*
165327               _CIM_CurrentSensor_UnitModifier_qualifiers[] =
165328               {
165329                   /* Deprecated */
165330                   "\013\000\001No Value\000",
165331                   /* Override */
165332                   "\044UnitModifier",
165333 mike  1.1.2.1     0,
165334               };
165335               
165336               static MetaProperty
165337               _CIM_CurrentSensor_UnitModifier =
165338               {
165339                   /* flags */
165340                   META_FLAG_PROPERTY|META_FLAG_READ,
165341                   /* name */
165342                   "UnitModifier",
165343                   /* qualifiers */
165344                   _CIM_CurrentSensor_UnitModifier_qualifiers,
165345                   /* type */
165346                   CIMTYPE_SINT32,
165347                   /* subscript */
165348                   -1,
165349                   /* value */
165350                   "\377\377\377\375",
165351               };
165352               
165353               static const char*
165354 mike  1.1.2.1 _CIM_CurrentSensor_RateUnits_qualifiers[] =
165355               {
165356                   /* Deprecated */
165357                   "\013\000\001No Value\000",
165358                   /* Override */
165359                   "\044RateUnits",
165360                   0,
165361               };
165362               
165363               static MetaProperty
165364               _CIM_CurrentSensor_RateUnits =
165365               {
165366                   /* flags */
165367                   META_FLAG_PROPERTY|META_FLAG_READ,
165368                   /* name */
165369                   "RateUnits",
165370                   /* qualifiers */
165371                   _CIM_CurrentSensor_RateUnits_qualifiers,
165372                   /* type */
165373                   CIMTYPE_UINT16,
165374                   /* subscript */
165375 mike  1.1.2.1     -1,
165376                   /* value */
165377                   "\000\000",
165378               };
165379               
165380               static const char*
165381               _CIM_CurrentSensor_CurrentReading_qualifiers[] =
165382               {
165383                   /* Deprecated */
165384                   "\013\000\001No Value\000",
165385                   /* Override */
165386                   "\044CurrentReading",
165387                   /* MappingStrings */
165388                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.5\000",
165389                   0,
165390               };
165391               
165392               static MetaProperty
165393               _CIM_CurrentSensor_CurrentReading =
165394               {
165395                   /* flags */
165396 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
165397                   /* name */
165398                   "CurrentReading",
165399                   /* qualifiers */
165400                   _CIM_CurrentSensor_CurrentReading_qualifiers,
165401                   /* type */
165402                   CIMTYPE_SINT32,
165403                   /* subscript */
165404                   -1,
165405                   /* value */
165406                   0,
165407               };
165408               
165409               static const char*
165410               _CIM_CurrentSensor_NominalReading_qualifiers[] =
165411               {
165412                   /* Deprecated */
165413                   "\013\000\001No Value\000",
165414                   /* Override */
165415                   "\044NominalReading",
165416                   /* MappingStrings */
165417 mike  1.1.2.1     "\026\000\001MIF.DMTF|Electrical Current Probe|001.6\000",
165418                   0,
165419               };
165420               
165421               static MetaProperty
165422               _CIM_CurrentSensor_NominalReading =
165423               {
165424                   /* flags */
165425                   META_FLAG_PROPERTY|META_FLAG_READ,
165426                   /* name */
165427                   "NominalReading",
165428                   /* qualifiers */
165429                   _CIM_CurrentSensor_NominalReading_qualifiers,
165430                   /* type */
165431                   CIMTYPE_SINT32,
165432                   /* subscript */
165433                   -1,
165434                   /* value */
165435                   0,
165436               };
165437               
165438 mike  1.1.2.1 static const char*
165439               _CIM_CurrentSensor_NormalMax_qualifiers[] =
165440               {
165441                   /* Deprecated */
165442                   "\013\000\001No Value\000",
165443                   /* Override */
165444                   "\044NormalMax",
165445                   /* MappingStrings */
165446                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.7\000",
165447                   0,
165448               };
165449               
165450               static MetaProperty
165451               _CIM_CurrentSensor_NormalMax =
165452               {
165453                   /* flags */
165454                   META_FLAG_PROPERTY|META_FLAG_READ,
165455                   /* name */
165456                   "NormalMax",
165457                   /* qualifiers */
165458                   _CIM_CurrentSensor_NormalMax_qualifiers,
165459 mike  1.1.2.1     /* type */
165460                   CIMTYPE_SINT32,
165461                   /* subscript */
165462                   -1,
165463                   /* value */
165464                   0,
165465               };
165466               
165467               static const char*
165468               _CIM_CurrentSensor_NormalMin_qualifiers[] =
165469               {
165470                   /* Deprecated */
165471                   "\013\000\001No Value\000",
165472                   /* Override */
165473                   "\044NormalMin",
165474                   /* MappingStrings */
165475                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.8\000",
165476                   0,
165477               };
165478               
165479               static MetaProperty
165480 mike  1.1.2.1 _CIM_CurrentSensor_NormalMin =
165481               {
165482                   /* flags */
165483                   META_FLAG_PROPERTY|META_FLAG_READ,
165484                   /* name */
165485                   "NormalMin",
165486                   /* qualifiers */
165487                   _CIM_CurrentSensor_NormalMin_qualifiers,
165488                   /* type */
165489                   CIMTYPE_SINT32,
165490                   /* subscript */
165491                   -1,
165492                   /* value */
165493                   0,
165494               };
165495               
165496               static const char*
165497               _CIM_CurrentSensor_MaxReadable_qualifiers[] =
165498               {
165499                   /* Deprecated */
165500                   "\013\000\001No Value\000",
165501 mike  1.1.2.1     /* Override */
165502                   "\044MaxReadable",
165503                   /* MappingStrings */
165504                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.9\000",
165505                   0,
165506               };
165507               
165508               static MetaProperty
165509               _CIM_CurrentSensor_MaxReadable =
165510               {
165511                   /* flags */
165512                   META_FLAG_PROPERTY|META_FLAG_READ,
165513                   /* name */
165514                   "MaxReadable",
165515                   /* qualifiers */
165516                   _CIM_CurrentSensor_MaxReadable_qualifiers,
165517                   /* type */
165518                   CIMTYPE_SINT32,
165519                   /* subscript */
165520                   -1,
165521                   /* value */
165522 mike  1.1.2.1     0,
165523               };
165524               
165525               static const char*
165526               _CIM_CurrentSensor_MinReadable_qualifiers[] =
165527               {
165528                   /* Deprecated */
165529                   "\013\000\001No Value\000",
165530                   /* Override */
165531                   "\044MinReadable",
165532                   /* MappingStrings */
165533                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.10\000",
165534                   0,
165535               };
165536               
165537               static MetaProperty
165538               _CIM_CurrentSensor_MinReadable =
165539               {
165540                   /* flags */
165541                   META_FLAG_PROPERTY|META_FLAG_READ,
165542                   /* name */
165543 mike  1.1.2.1     "MinReadable",
165544                   /* qualifiers */
165545                   _CIM_CurrentSensor_MinReadable_qualifiers,
165546                   /* type */
165547                   CIMTYPE_SINT32,
165548                   /* subscript */
165549                   -1,
165550                   /* value */
165551                   0,
165552               };
165553               
165554               static const char*
165555               _CIM_CurrentSensor_Resolution_qualifiers[] =
165556               {
165557                   /* Deprecated */
165558                   "\013\000\001No Value\000",
165559                   /* Override */
165560                   "\044Resolution",
165561                   /* Units */
165562                   "\060Tenths of MilliAmps",
165563                   /* MappingStrings */
165564 mike  1.1.2.1     "\026\000\001MIF.DMTF|Electrical Current Probe|001.17\000",
165565                   0,
165566               };
165567               
165568               static MetaProperty
165569               _CIM_CurrentSensor_Resolution =
165570               {
165571                   /* flags */
165572                   META_FLAG_PROPERTY|META_FLAG_READ,
165573                   /* name */
165574                   "Resolution",
165575                   /* qualifiers */
165576                   _CIM_CurrentSensor_Resolution_qualifiers,
165577                   /* type */
165578                   CIMTYPE_UINT32,
165579                   /* subscript */
165580                   -1,
165581                   /* value */
165582                   0,
165583               };
165584               
165585 mike  1.1.2.1 static const char*
165586               _CIM_CurrentSensor_Tolerance_qualifiers[] =
165587               {
165588                   /* Deprecated */
165589                   "\013\000\001No Value\000",
165590                   /* Override */
165591                   "\044Tolerance",
165592                   /* MappingStrings */
165593                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.18\000",
165594                   0,
165595               };
165596               
165597               static MetaProperty
165598               _CIM_CurrentSensor_Tolerance =
165599               {
165600                   /* flags */
165601                   META_FLAG_PROPERTY|META_FLAG_READ,
165602                   /* name */
165603                   "Tolerance",
165604                   /* qualifiers */
165605                   _CIM_CurrentSensor_Tolerance_qualifiers,
165606 mike  1.1.2.1     /* type */
165607                   CIMTYPE_SINT32,
165608                   /* subscript */
165609                   -1,
165610                   /* value */
165611                   0,
165612               };
165613               
165614               static const char*
165615               _CIM_CurrentSensor_Accuracy_qualifiers[] =
165616               {
165617                   /* Deprecated */
165618                   "\013\000\001No Value\000",
165619                   /* Override */
165620                   "\044Accuracy",
165621                   /* MappingStrings */
165622                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.19\000",
165623                   0,
165624               };
165625               
165626               static MetaProperty
165627 mike  1.1.2.1 _CIM_CurrentSensor_Accuracy =
165628               {
165629                   /* flags */
165630                   META_FLAG_PROPERTY|META_FLAG_READ,
165631                   /* name */
165632                   "Accuracy",
165633                   /* qualifiers */
165634                   _CIM_CurrentSensor_Accuracy_qualifiers,
165635                   /* type */
165636                   CIMTYPE_SINT32,
165637                   /* subscript */
165638                   -1,
165639                   /* value */
165640                   0,
165641               };
165642               
165643               static const char*
165644               _CIM_CurrentSensor_LowerThresholdNonCritical_qualifiers[] =
165645               {
165646                   /* Deprecated */
165647                   "\013\000\001No Value\000",
165648 mike  1.1.2.1     /* Override */
165649                   "\044LowerThresholdNonCritical",
165650                   /* MappingStrings */
165651                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.11\000",
165652                   0,
165653               };
165654               
165655               static MetaProperty
165656               _CIM_CurrentSensor_LowerThresholdNonCritical =
165657               {
165658                   /* flags */
165659                   META_FLAG_PROPERTY|META_FLAG_READ,
165660                   /* name */
165661                   "LowerThresholdNonCritical",
165662                   /* qualifiers */
165663                   _CIM_CurrentSensor_LowerThresholdNonCritical_qualifiers,
165664                   /* type */
165665                   CIMTYPE_SINT32,
165666                   /* subscript */
165667                   -1,
165668                   /* value */
165669 mike  1.1.2.1     0,
165670               };
165671               
165672               static const char*
165673               _CIM_CurrentSensor_UpperThresholdNonCritical_qualifiers[] =
165674               {
165675                   /* Deprecated */
165676                   "\013\000\001No Value\000",
165677                   /* Override */
165678                   "\044UpperThresholdNonCritical",
165679                   /* MappingStrings */
165680                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.12\000",
165681                   0,
165682               };
165683               
165684               static MetaProperty
165685               _CIM_CurrentSensor_UpperThresholdNonCritical =
165686               {
165687                   /* flags */
165688                   META_FLAG_PROPERTY|META_FLAG_READ,
165689                   /* name */
165690 mike  1.1.2.1     "UpperThresholdNonCritical",
165691                   /* qualifiers */
165692                   _CIM_CurrentSensor_UpperThresholdNonCritical_qualifiers,
165693                   /* type */
165694                   CIMTYPE_SINT32,
165695                   /* subscript */
165696                   -1,
165697                   /* value */
165698                   0,
165699               };
165700               
165701               static const char*
165702               _CIM_CurrentSensor_LowerThresholdCritical_qualifiers[] =
165703               {
165704                   /* Deprecated */
165705                   "\013\000\001No Value\000",
165706                   /* Override */
165707                   "\044LowerThresholdCritical",
165708                   /* MappingStrings */
165709                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.13\000",
165710                   0,
165711 mike  1.1.2.1 };
165712               
165713               static MetaProperty
165714               _CIM_CurrentSensor_LowerThresholdCritical =
165715               {
165716                   /* flags */
165717                   META_FLAG_PROPERTY|META_FLAG_READ,
165718                   /* name */
165719                   "LowerThresholdCritical",
165720                   /* qualifiers */
165721                   _CIM_CurrentSensor_LowerThresholdCritical_qualifiers,
165722                   /* type */
165723                   CIMTYPE_SINT32,
165724                   /* subscript */
165725                   -1,
165726                   /* value */
165727                   0,
165728               };
165729               
165730               static const char*
165731               _CIM_CurrentSensor_UpperThresholdCritical_qualifiers[] =
165732 mike  1.1.2.1 {
165733                   /* Deprecated */
165734                   "\013\000\001No Value\000",
165735                   /* Override */
165736                   "\044UpperThresholdCritical",
165737                   /* MappingStrings */
165738                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.14\000",
165739                   0,
165740               };
165741               
165742               static MetaProperty
165743               _CIM_CurrentSensor_UpperThresholdCritical =
165744               {
165745                   /* flags */
165746                   META_FLAG_PROPERTY|META_FLAG_READ,
165747                   /* name */
165748                   "UpperThresholdCritical",
165749                   /* qualifiers */
165750                   _CIM_CurrentSensor_UpperThresholdCritical_qualifiers,
165751                   /* type */
165752                   CIMTYPE_SINT32,
165753 mike  1.1.2.1     /* subscript */
165754                   -1,
165755                   /* value */
165756                   0,
165757               };
165758               
165759               static const char*
165760               _CIM_CurrentSensor_LowerThresholdFatal_qualifiers[] =
165761               {
165762                   /* Deprecated */
165763                   "\013\000\001No Value\000",
165764                   /* Override */
165765                   "\044LowerThresholdFatal",
165766                   /* MappingStrings */
165767                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.15\000",
165768                   0,
165769               };
165770               
165771               static MetaProperty
165772               _CIM_CurrentSensor_LowerThresholdFatal =
165773               {
165774 mike  1.1.2.1     /* flags */
165775                   META_FLAG_PROPERTY|META_FLAG_READ,
165776                   /* name */
165777                   "LowerThresholdFatal",
165778                   /* qualifiers */
165779                   _CIM_CurrentSensor_LowerThresholdFatal_qualifiers,
165780                   /* type */
165781                   CIMTYPE_SINT32,
165782                   /* subscript */
165783                   -1,
165784                   /* value */
165785                   0,
165786               };
165787               
165788               static const char*
165789               _CIM_CurrentSensor_UpperThresholdFatal_qualifiers[] =
165790               {
165791                   /* Deprecated */
165792                   "\013\000\001No Value\000",
165793                   /* Override */
165794                   "\044UpperThresholdFatal",
165795 mike  1.1.2.1     /* MappingStrings */
165796                   "\026\000\001MIF.DMTF|Electrical Current Probe|001.16\000",
165797                   0,
165798               };
165799               
165800               static MetaProperty
165801               _CIM_CurrentSensor_UpperThresholdFatal =
165802               {
165803                   /* flags */
165804                   META_FLAG_PROPERTY|META_FLAG_READ,
165805                   /* name */
165806                   "UpperThresholdFatal",
165807                   /* qualifiers */
165808                   _CIM_CurrentSensor_UpperThresholdFatal_qualifiers,
165809                   /* type */
165810                   CIMTYPE_SINT32,
165811                   /* subscript */
165812                   -1,
165813                   /* value */
165814                   0,
165815               };
165816 mike  1.1.2.1 
165817               static MetaFeature*
165818               _CIM_CurrentSensor_features[] =
165819               {
165820                   (MetaFeature*)&_CIM_CurrentSensor_SensorType,
165821                   (MetaFeature*)&_CIM_CurrentSensor_BaseUnits,
165822                   (MetaFeature*)&_CIM_CurrentSensor_UnitModifier,
165823                   (MetaFeature*)&_CIM_CurrentSensor_RateUnits,
165824                   (MetaFeature*)&_CIM_CurrentSensor_CurrentReading,
165825                   (MetaFeature*)&_CIM_CurrentSensor_NominalReading,
165826                   (MetaFeature*)&_CIM_CurrentSensor_NormalMax,
165827                   (MetaFeature*)&_CIM_CurrentSensor_NormalMin,
165828                   (MetaFeature*)&_CIM_CurrentSensor_MaxReadable,
165829                   (MetaFeature*)&_CIM_CurrentSensor_MinReadable,
165830                   (MetaFeature*)&_CIM_CurrentSensor_Resolution,
165831                   (MetaFeature*)&_CIM_CurrentSensor_Tolerance,
165832                   (MetaFeature*)&_CIM_CurrentSensor_Accuracy,
165833                   (MetaFeature*)&_CIM_CurrentSensor_LowerThresholdNonCritical,
165834                   (MetaFeature*)&_CIM_CurrentSensor_UpperThresholdNonCritical,
165835                   (MetaFeature*)&_CIM_CurrentSensor_LowerThresholdCritical,
165836                   (MetaFeature*)&_CIM_CurrentSensor_UpperThresholdCritical,
165837 mike  1.1.2.1     (MetaFeature*)&_CIM_CurrentSensor_LowerThresholdFatal,
165838                   (MetaFeature*)&_CIM_CurrentSensor_UpperThresholdFatal,
165839                   0,
165840               };
165841               
165842               static const char*
165843               __root_cimv2_CIM_CurrentSensor_qualifiers[] =
165844               {
165845                   /* Deprecated */
165846                   "\013\000\001CIM_NumericSensor\000",
165847                   /* UMLPackagePath */
165848                   "\057CIM::Device::Sensors",
165849                   /* Version */
165850                   "\0632.8.0",
165851                   0,
165852               };
165853               
165854               MetaClass
165855               __root_cimv2_CIM_CurrentSensor =
165856               {
165857                   /* flags */
165858 mike  1.1.2.1     META_FLAG_CLASS,
165859                   /* name */
165860                   "CIM_CurrentSensor",
165861                   /* qualifiers */
165862                   __root_cimv2_CIM_CurrentSensor_qualifiers,
165863                   /* super */
165864                   &__root_cimv2_CIM_NumericSensor,
165865                   /* features */
165866                   _CIM_CurrentSensor_features,
165867               };
165868               
165869               //==============================================================================
165870               //
165871               // Class: CIM_DatabaseStorage
165872               //
165873               //==============================================================================
165874               
165875               static const char*
165876               _CIM_DatabaseStorage_GroupComponent_qualifiers[] =
165877               {
165878                   /* Aggregate */
165879 mike  1.1.2.1     "\003\001",
165880                   /* Override */
165881                   "\044GroupComponent",
165882                   /* Min */
165883                   "\033\000\000\000\001",
165884                   /* Max */
165885                   "\027\000\000\000\001",
165886                   0,
165887               };
165888               
165889               static MetaReference
165890               _CIM_DatabaseStorage_GroupComponent =
165891               {
165892                   /* flags */
165893                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
165894                   /* name */
165895                   "GroupComponent",
165896                   /* qualifiers */
165897                   _CIM_DatabaseStorage_GroupComponent_qualifiers,
165898                   /* subscript */
165899                   -1,
165900 mike  1.1.2.1     /* refId */
165901                   &__root_cimv2_CIM_CommonDatabase,
165902               };
165903               
165904               static const char*
165905               _CIM_DatabaseStorage_PartComponent_qualifiers[] =
165906               {
165907                   /* Override */
165908                   "\044PartComponent",
165909                   0,
165910               };
165911               
165912               static MetaReference
165913               _CIM_DatabaseStorage_PartComponent =
165914               {
165915                   /* flags */
165916                   META_FLAG_REFERENCE|META_FLAG_READ,
165917                   /* name */
165918                   "PartComponent",
165919                   /* qualifiers */
165920                   _CIM_DatabaseStorage_PartComponent_qualifiers,
165921 mike  1.1.2.1     /* subscript */
165922                   -1,
165923                   /* refId */
165924                   &__root_cimv2_CIM_DatabaseStorageArea,
165925               };
165926               
165927               static MetaFeature*
165928               _CIM_DatabaseStorage_features[] =
165929               {
165930                   (MetaFeature*)&_CIM_DatabaseStorage_GroupComponent,
165931                   (MetaFeature*)&_CIM_DatabaseStorage_PartComponent,
165932                   0,
165933               };
165934               
165935               static const char*
165936               __root_cimv2_CIM_DatabaseStorage_qualifiers[] =
165937               {
165938                   /* ASSOCIATION */
165939                   "\000\001",
165940                   /* UMLPackagePath */
165941                   "\057CIM::Database::Storage",
165942 mike  1.1.2.1     /* Aggregation */
165943                   "\004\001",
165944                   /* Version */
165945                   "\0632.8.0",
165946                   0,
165947               };
165948               
165949               MetaClass
165950               __root_cimv2_CIM_DatabaseStorage =
165951               {
165952                   /* flags */
165953                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
165954                   /* name */
165955                   "CIM_DatabaseStorage",
165956                   /* qualifiers */
165957                   __root_cimv2_CIM_DatabaseStorage_qualifiers,
165958                   /* super */
165959                   &__root_cimv2_CIM_Component,
165960                   /* features */
165961                   _CIM_DatabaseStorage_features,
165962               };
165963 mike  1.1.2.1 
165964               //==============================================================================
165965               //
165966               // Class: CIM_DesktopMonitor
165967               //
165968               //==============================================================================
165969               
165970               static const char*
165971               _CIM_DesktopMonitor_DisplayType_qualifiers[] =
165972               {
165973                   /* ValueMap */
165974                   "\061\000\0060\0001\0002\0003\0004\0005\000",
165975                   /* Values */
165976                   "\062\000\006Unknown\000Other\000Multiscan Color\000Multiscan Monochrome\000Fixed Frequency Color\000Fixed Frequency Monochrome\000",
165977                   0,
165978               };
165979               
165980               static MetaProperty
165981               _CIM_DesktopMonitor_DisplayType =
165982               {
165983                   /* flags */
165984 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
165985                   /* name */
165986                   "DisplayType",
165987                   /* qualifiers */
165988                   _CIM_DesktopMonitor_DisplayType_qualifiers,
165989                   /* type */
165990                   CIMTYPE_UINT16,
165991                   /* subscript */
165992                   -1,
165993                   /* value */
165994                   0,
165995               };
165996               
165997               static const char*
165998               _CIM_DesktopMonitor_Bandwidth_qualifiers[] =
165999               {
166000                   /* Units */
166001                   "\060MegaHertz",
166002                   0,
166003               };
166004               
166005 mike  1.1.2.1 static MetaProperty
166006               _CIM_DesktopMonitor_Bandwidth =
166007               {
166008                   /* flags */
166009                   META_FLAG_PROPERTY|META_FLAG_READ,
166010                   /* name */
166011                   "Bandwidth",
166012                   /* qualifiers */
166013                   _CIM_DesktopMonitor_Bandwidth_qualifiers,
166014                   /* type */
166015                   CIMTYPE_UINT32,
166016                   /* subscript */
166017                   -1,
166018                   /* value */
166019                   0,
166020               };
166021               
166022               static const char*
166023               _CIM_DesktopMonitor_ScreenHeight_qualifiers[] =
166024               {
166025                   0,
166026 mike  1.1.2.1 };
166027               
166028               static MetaProperty
166029               _CIM_DesktopMonitor_ScreenHeight =
166030               {
166031                   /* flags */
166032                   META_FLAG_PROPERTY|META_FLAG_READ,
166033                   /* name */
166034                   "ScreenHeight",
166035                   /* qualifiers */
166036                   _CIM_DesktopMonitor_ScreenHeight_qualifiers,
166037                   /* type */
166038                   CIMTYPE_UINT32,
166039                   /* subscript */
166040                   -1,
166041                   /* value */
166042                   0,
166043               };
166044               
166045               static const char*
166046               _CIM_DesktopMonitor_ScreenWidth_qualifiers[] =
166047 mike  1.1.2.1 {
166048                   0,
166049               };
166050               
166051               static MetaProperty
166052               _CIM_DesktopMonitor_ScreenWidth =
166053               {
166054                   /* flags */
166055                   META_FLAG_PROPERTY|META_FLAG_READ,
166056                   /* name */
166057                   "ScreenWidth",
166058                   /* qualifiers */
166059                   _CIM_DesktopMonitor_ScreenWidth_qualifiers,
166060                   /* type */
166061                   CIMTYPE_UINT32,
166062                   /* subscript */
166063                   -1,
166064                   /* value */
166065                   0,
166066               };
166067               
166068 mike  1.1.2.1 static MetaFeature*
166069               _CIM_DesktopMonitor_features[] =
166070               {
166071                   (MetaFeature*)&_CIM_DesktopMonitor_DisplayType,
166072                   (MetaFeature*)&_CIM_DesktopMonitor_Bandwidth,
166073                   (MetaFeature*)&_CIM_DesktopMonitor_ScreenHeight,
166074                   (MetaFeature*)&_CIM_DesktopMonitor_ScreenWidth,
166075                   0,
166076               };
166077               
166078               static const char*
166079               __root_cimv2_CIM_DesktopMonitor_qualifiers[] =
166080               {
166081                   /* UMLPackagePath */
166082                   "\057CIM::Device::UserDevices",
166083                   /* Version */
166084                   "\0632.6.0",
166085                   0,
166086               };
166087               
166088               MetaClass
166089 mike  1.1.2.1 __root_cimv2_CIM_DesktopMonitor =
166090               {
166091                   /* flags */
166092                   META_FLAG_CLASS,
166093                   /* name */
166094                   "CIM_DesktopMonitor",
166095                   /* qualifiers */
166096                   __root_cimv2_CIM_DesktopMonitor_qualifiers,
166097                   /* super */
166098                   &__root_cimv2_CIM_Display,
166099                   /* features */
166100                   _CIM_DesktopMonitor_features,
166101               };
166102               
166103               //==============================================================================
166104               //
166105               // Class: CIM_DiagnosticResultForTest
166106               //
166107               //==============================================================================
166108               
166109               static const char*
166110 mike  1.1.2.1 _CIM_DiagnosticResultForTest_DiagnosticResult_qualifiers[] =
166111               {
166112                   /* Deprecated */
166113                   "\013\000\001No Value\000",
166114                   /* Key */
166115                   "\025\001",
166116                   /* Weak */
166117                   "\064\001",
166118                   /* Min */
166119                   "\033\000\000\000\001",
166120                   /* Max */
166121                   "\027\000\000\000\001",
166122                   0,
166123               };
166124               
166125               static MetaReference
166126               _CIM_DiagnosticResultForTest_DiagnosticResult =
166127               {
166128                   /* flags */
166129                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
166130                   /* name */
166131 mike  1.1.2.1     "DiagnosticResult",
166132                   /* qualifiers */
166133                   _CIM_DiagnosticResultForTest_DiagnosticResult_qualifiers,
166134                   /* subscript */
166135                   -1,
166136                   /* refId */
166137                   &__root_cimv2_CIM_DiagnosticResult,
166138               };
166139               
166140               static const char*
166141               _CIM_DiagnosticResultForTest_DiagnosticTest_qualifiers[] =
166142               {
166143                   /* Deprecated */
166144                   "\013\000\001No Value\000",
166145                   /* Key */
166146                   "\025\001",
166147                   /* Min */
166148                   "\033\000\000\000\001",
166149                   /* Max */
166150                   "\027\000\000\000\001",
166151                   0,
166152 mike  1.1.2.1 };
166153               
166154               static MetaReference
166155               _CIM_DiagnosticResultForTest_DiagnosticTest =
166156               {
166157                   /* flags */
166158                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
166159                   /* name */
166160                   "DiagnosticTest",
166161                   /* qualifiers */
166162                   _CIM_DiagnosticResultForTest_DiagnosticTest_qualifiers,
166163                   /* subscript */
166164                   -1,
166165                   /* refId */
166166                   &__root_cimv2_CIM_DiagnosticTest,
166167               };
166168               
166169               static MetaFeature*
166170               _CIM_DiagnosticResultForTest_features[] =
166171               {
166172                   (MetaFeature*)&_CIM_DiagnosticResultForTest_DiagnosticResult,
166173 mike  1.1.2.1     (MetaFeature*)&_CIM_DiagnosticResultForTest_DiagnosticTest,
166174                   0,
166175               };
166176               
166177               static const char*
166178               __root_cimv2_CIM_DiagnosticResultForTest_qualifiers[] =
166179               {
166180                   /* ASSOCIATION */
166181                   "\000\001",
166182                   /* Deprecated */
166183                   "\013\000\001No Value\000",
166184                   /* UMLPackagePath */
166185                   "\057CIM::System::Diagnostics",
166186                   /* Version */
166187                   "\0632.9.0",
166188                   0,
166189               };
166190               
166191               MetaClass
166192               __root_cimv2_CIM_DiagnosticResultForTest =
166193               {
166194 mike  1.1.2.1     /* flags */
166195                   META_FLAG_ASSOCIATION,
166196                   /* name */
166197                   "CIM_DiagnosticResultForTest",
166198                   /* qualifiers */
166199                   __root_cimv2_CIM_DiagnosticResultForTest_qualifiers,
166200                   /* super */
166201                   0,
166202                   /* features */
166203                   _CIM_DiagnosticResultForTest_features,
166204               };
166205               
166206               //==============================================================================
166207               //
166208               // Class: CIM_DiagnosticSettingForTest
166209               //
166210               //==============================================================================
166211               
166212               static const char*
166213               _CIM_DiagnosticSettingForTest_Element_qualifiers[] =
166214               {
166215 mike  1.1.2.1     /* Deprecated */
166216                   "\013\000\001CIM_ElementSetting.Element\000",
166217                   /* Override */
166218                   "\044Element",
166219                   0,
166220               };
166221               
166222               static MetaReference
166223               _CIM_DiagnosticSettingForTest_Element =
166224               {
166225                   /* flags */
166226                   META_FLAG_REFERENCE|META_FLAG_READ,
166227                   /* name */
166228                   "Element",
166229                   /* qualifiers */
166230                   _CIM_DiagnosticSettingForTest_Element_qualifiers,
166231                   /* subscript */
166232                   -1,
166233                   /* refId */
166234                   &__root_cimv2_CIM_DiagnosticTest,
166235               };
166236 mike  1.1.2.1 
166237               static const char*
166238               _CIM_DiagnosticSettingForTest_Setting_qualifiers[] =
166239               {
166240                   /* Deprecated */
166241                   "\013\000\001CIM_ElementSetting.Setting\000",
166242                   /* Override */
166243                   "\044Setting",
166244                   0,
166245               };
166246               
166247               static MetaReference
166248               _CIM_DiagnosticSettingForTest_Setting =
166249               {
166250                   /* flags */
166251                   META_FLAG_REFERENCE|META_FLAG_READ,
166252                   /* name */
166253                   "Setting",
166254                   /* qualifiers */
166255                   _CIM_DiagnosticSettingForTest_Setting_qualifiers,
166256                   /* subscript */
166257 mike  1.1.2.1     -1,
166258                   /* refId */
166259                   &__root_cimv2_CIM_DiagnosticSetting,
166260               };
166261               
166262               static MetaFeature*
166263               _CIM_DiagnosticSettingForTest_features[] =
166264               {
166265                   (MetaFeature*)&_CIM_DiagnosticSettingForTest_Element,
166266                   (MetaFeature*)&_CIM_DiagnosticSettingForTest_Setting,
166267                   0,
166268               };
166269               
166270               static const char*
166271               __root_cimv2_CIM_DiagnosticSettingForTest_qualifiers[] =
166272               {
166273                   /* ASSOCIATION */
166274                   "\000\001",
166275                   /* Deprecated */
166276                   "\013\000\001CIM_ElementSetting\000",
166277                   /* UMLPackagePath */
166278 mike  1.1.2.1     "\057CIM::System::Diagnostics",
166279                   /* Version */
166280                   "\0632.9.0",
166281                   0,
166282               };
166283               
166284               MetaClass
166285               __root_cimv2_CIM_DiagnosticSettingForTest =
166286               {
166287                   /* flags */
166288                   META_FLAG_ASSOCIATION,
166289                   /* name */
166290                   "CIM_DiagnosticSettingForTest",
166291                   /* qualifiers */
166292                   __root_cimv2_CIM_DiagnosticSettingForTest_qualifiers,
166293                   /* super */
166294                   &__root_cimv2_CIM_ElementSetting,
166295                   /* features */
166296                   _CIM_DiagnosticSettingForTest_features,
166297               };
166298               
166299 mike  1.1.2.1 //==============================================================================
166300               //
166301               // Class: CIM_DiagnosticTestForMSE
166302               //
166303               //==============================================================================
166304               
166305               static const char*
166306               _CIM_DiagnosticTestForMSE_Antecedent_qualifiers[] =
166307               {
166308                   /* Deprecated */
166309                   "\013\000\001CIM_AvailableDiagnosticService.ServiceProvided\000",
166310                   /* Override */
166311                   "\044Antecedent",
166312                   0,
166313               };
166314               
166315               static MetaReference
166316               _CIM_DiagnosticTestForMSE_Antecedent =
166317               {
166318                   /* flags */
166319                   META_FLAG_REFERENCE|META_FLAG_READ,
166320 mike  1.1.2.1     /* name */
166321                   "Antecedent",
166322                   /* qualifiers */
166323                   _CIM_DiagnosticTestForMSE_Antecedent_qualifiers,
166324                   /* subscript */
166325                   -1,
166326                   /* refId */
166327                   &__root_cimv2_CIM_DiagnosticTest,
166328               };
166329               
166330               static const char*
166331               _CIM_DiagnosticTestForMSE_Dependent_qualifiers[] =
166332               {
166333                   /* Deprecated */
166334                   "\013\000\001CIM_AvailableDiagnosticService.UserOfService\000",
166335                   /* Override */
166336                   "\044Dependent",
166337                   0,
166338               };
166339               
166340               static MetaReference
166341 mike  1.1.2.1 _CIM_DiagnosticTestForMSE_Dependent =
166342               {
166343                   /* flags */
166344                   META_FLAG_REFERENCE|META_FLAG_READ,
166345                   /* name */
166346                   "Dependent",
166347                   /* qualifiers */
166348                   _CIM_DiagnosticTestForMSE_Dependent_qualifiers,
166349                   /* subscript */
166350                   -1,
166351                   /* refId */
166352                   &__root_cimv2_CIM_ManagedSystemElement,
166353               };
166354               
166355               static const char*
166356               _CIM_DiagnosticTestForMSE_EstimatedTimeOfPerforming_qualifiers[] =
166357               {
166358                   /* Deprecated */
166359                   "\013\000\001CIM_AvailableDiagnosticService.EstimatedDurationOfService\000",
166360                   /* Units */
166361                   "\060Seconds",
166362 mike  1.1.2.1     /* ModelCorrespondence */
166363                   "\036\000\001CIM_DiagnosticResult.EstimatedTimeOfPerforming\000",
166364                   0,
166365               };
166366               
166367               static MetaProperty
166368               _CIM_DiagnosticTestForMSE_EstimatedTimeOfPerforming =
166369               {
166370                   /* flags */
166371                   META_FLAG_PROPERTY|META_FLAG_READ,
166372                   /* name */
166373                   "EstimatedTimeOfPerforming",
166374                   /* qualifiers */
166375                   _CIM_DiagnosticTestForMSE_EstimatedTimeOfPerforming_qualifiers,
166376                   /* type */
166377                   CIMTYPE_UINT32,
166378                   /* subscript */
166379                   -1,
166380                   /* value */
166381                   0,
166382               };
166383 mike  1.1.2.1 
166384               static const char*
166385               _CIM_DiagnosticTestForMSE_IsExclusiveForMSE_qualifiers[] =
166386               {
166387                   /* Deprecated */
166388                   "\013\000\001CIM_ServiceAffectsElement.ElementEffects\000",
166389                   0,
166390               };
166391               
166392               static MetaProperty
166393               _CIM_DiagnosticTestForMSE_IsExclusiveForMSE =
166394               {
166395                   /* flags */
166396                   META_FLAG_PROPERTY|META_FLAG_READ,
166397                   /* name */
166398                   "IsExclusiveForMSE",
166399                   /* qualifiers */
166400                   _CIM_DiagnosticTestForMSE_IsExclusiveForMSE_qualifiers,
166401                   /* type */
166402                   CIMTYPE_BOOLEAN,
166403                   /* subscript */
166404 mike  1.1.2.1     -1,
166405                   /* value */
166406                   0,
166407               };
166408               
166409               static MetaFeature*
166410               _CIM_DiagnosticTestForMSE_features[] =
166411               {
166412                   (MetaFeature*)&_CIM_DiagnosticTestForMSE_Antecedent,
166413                   (MetaFeature*)&_CIM_DiagnosticTestForMSE_Dependent,
166414                   (MetaFeature*)&_CIM_DiagnosticTestForMSE_EstimatedTimeOfPerforming,
166415                   (MetaFeature*)&_CIM_DiagnosticTestForMSE_IsExclusiveForMSE,
166416                   0,
166417               };
166418               
166419               static const char*
166420               __root_cimv2_CIM_DiagnosticTestForMSE_qualifiers[] =
166421               {
166422                   /* ASSOCIATION */
166423                   "\000\001",
166424                   /* Deprecated */
166425 mike  1.1.2.1     "\013\000\001CIM_AvailableDiagnosticService\000",
166426                   /* UMLPackagePath */
166427                   "\057CIM::System::Diagnostics",
166428                   /* Version */
166429                   "\0632.9.0",
166430                   0,
166431               };
166432               
166433               MetaClass
166434               __root_cimv2_CIM_DiagnosticTestForMSE =
166435               {
166436                   /* flags */
166437                   META_FLAG_ASSOCIATION,
166438                   /* name */
166439                   "CIM_DiagnosticTestForMSE",
166440                   /* qualifiers */
166441                   __root_cimv2_CIM_DiagnosticTestForMSE_qualifiers,
166442                   /* super */
166443                   &__root_cimv2_CIM_ProvidesServiceToElement,
166444                   /* features */
166445                   _CIM_DiagnosticTestForMSE_features,
166446 mike  1.1.2.1 };
166447               
166448               //==============================================================================
166449               //
166450               // Class: CIM_DiffServService
166451               //
166452               //==============================================================================
166453               
166454               static const char*
166455               _CIM_DiffServService_DSCP_qualifiers[] =
166456               {
166457                   /* Deprecated */
166458                   "\013\000\001CIM_DiffServService.PHBID\000",
166459                   0,
166460               };
166461               
166462               static MetaProperty
166463               _CIM_DiffServService_DSCP =
166464               {
166465                   /* flags */
166466                   META_FLAG_PROPERTY|META_FLAG_READ,
166467 mike  1.1.2.1     /* name */
166468                   "DSCP",
166469                   /* qualifiers */
166470                   _CIM_DiffServService_DSCP_qualifiers,
166471                   /* type */
166472                   CIMTYPE_UINT8,
166473                   /* subscript */
166474                   -1,
166475                   /* value */
166476                   0,
166477               };
166478               
166479               static const char*
166480               _CIM_DiffServService_PHBID_qualifiers[] =
166481               {
166482                   0,
166483               };
166484               
166485               static MetaProperty
166486               _CIM_DiffServService_PHBID =
166487               {
166488 mike  1.1.2.1     /* flags */
166489                   META_FLAG_PROPERTY|META_FLAG_READ,
166490                   /* name */
166491                   "PHBID",
166492                   /* qualifiers */
166493                   _CIM_DiffServService_PHBID_qualifiers,
166494                   /* type */
166495                   CIMTYPE_UINT16,
166496                   /* subscript */
166497                   -1,
166498                   /* value */
166499                   0,
166500               };
166501               
166502               static MetaFeature*
166503               _CIM_DiffServService_features[] =
166504               {
166505                   (MetaFeature*)&_CIM_DiffServService_DSCP,
166506                   (MetaFeature*)&_CIM_DiffServService_PHBID,
166507                   0,
166508               };
166509 mike  1.1.2.1 
166510               static const char*
166511               __root_cimv2_CIM_DiffServService_qualifiers[] =
166512               {
166513                   /* UMLPackagePath */
166514                   "\057CIM::Network::QoS",
166515                   /* Version */
166516                   "\0632.7.0",
166517                   0,
166518               };
166519               
166520               MetaClass
166521               __root_cimv2_CIM_DiffServService =
166522               {
166523                   /* flags */
166524                   META_FLAG_CLASS,
166525                   /* name */
166526                   "CIM_DiffServService",
166527                   /* qualifiers */
166528                   __root_cimv2_CIM_DiffServService_qualifiers,
166529                   /* super */
166530 mike  1.1.2.1     &__root_cimv2_CIM_QoSService,
166531                   /* features */
166532                   _CIM_DiffServService_features,
166533               };
166534               
166535               //==============================================================================
166536               //
166537               // Class: CIM_DirectoryAction
166538               //
166539               //==============================================================================
166540               
166541               static const char*
166542               _CIM_DirectoryAction_DirectoryName_qualifiers[] =
166543               {
166544                   /* MaxLen */
166545                   "\030\000\000\004\000",
166546                   0,
166547               };
166548               
166549               static MetaProperty
166550               _CIM_DirectoryAction_DirectoryName =
166551 mike  1.1.2.1 {
166552                   /* flags */
166553                   META_FLAG_PROPERTY|META_FLAG_READ,
166554                   /* name */
166555                   "DirectoryName",
166556                   /* qualifiers */
166557                   _CIM_DirectoryAction_DirectoryName_qualifiers,
166558                   /* type */
166559                   CIMTYPE_STRING,
166560                   /* subscript */
166561                   -1,
166562                   /* value */
166563                   0,
166564               };
166565               
166566               static MetaFeature*
166567               _CIM_DirectoryAction_features[] =
166568               {
166569                   (MetaFeature*)&_CIM_DirectoryAction_DirectoryName,
166570                   0,
166571               };
166572 mike  1.1.2.1 
166573               static const char*
166574               __root_cimv2_CIM_DirectoryAction_qualifiers[] =
166575               {
166576                   /* UMLPackagePath */
166577                   "\057CIM::Application::CheckAction",
166578                   /* Abstract */
166579                   "\002\001",
166580                   /* Version */
166581                   "\0632.6.0",
166582                   0,
166583               };
166584               
166585               MetaClass
166586               __root_cimv2_CIM_DirectoryAction =
166587               {
166588                   /* flags */
166589                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
166590                   /* name */
166591                   "CIM_DirectoryAction",
166592                   /* qualifiers */
166593 mike  1.1.2.1     __root_cimv2_CIM_DirectoryAction_qualifiers,
166594                   /* super */
166595                   &__root_cimv2_CIM_Action,
166596                   /* features */
166597                   _CIM_DirectoryAction_features,
166598               };
166599               
166600               //==============================================================================
166601               //
166602               // Class: CIM_DirectorySpecification
166603               //
166604               //==============================================================================
166605               
166606               static const char*
166607               _CIM_DirectorySpecification_DirectoryType_qualifiers[] =
166608               {
166609                   /* ValueMap */
166610                   "\061\000\0220\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\000",
166611                   /* Values */
166612                   "\062\000\022Product base directory\000Product executable directory\000Product library directory\000Product configuration directory\000Product include directory\000Product working directory\000Product log directory\000Shared base directory\000Shared executable directory\000Shared library directory\000Shared include directory\000System base directory\000System executable directory\000System library directory\000System configuration directory\000System include directory\000System log directory\000Other\000",
166613                   /* MappingStrings */
166614 mike  1.1.2.1     "\026\000\001MIF.DMTF|Location|001.2\000",
166615                   0,
166616               };
166617               
166618               static MetaProperty
166619               _CIM_DirectorySpecification_DirectoryType =
166620               {
166621                   /* flags */
166622                   META_FLAG_PROPERTY|META_FLAG_READ,
166623                   /* name */
166624                   "DirectoryType",
166625                   /* qualifiers */
166626                   _CIM_DirectorySpecification_DirectoryType_qualifiers,
166627                   /* type */
166628                   CIMTYPE_UINT16,
166629                   /* subscript */
166630                   -1,
166631                   /* value */
166632                   0,
166633               };
166634               
166635 mike  1.1.2.1 static const char*
166636               _CIM_DirectorySpecification_DirectoryPath_qualifiers[] =
166637               {
166638                   /* MaxLen */
166639                   "\030\000\000\004\000",
166640                   0,
166641               };
166642               
166643               static MetaProperty
166644               _CIM_DirectorySpecification_DirectoryPath =
166645               {
166646                   /* flags */
166647                   META_FLAG_PROPERTY|META_FLAG_READ,
166648                   /* name */
166649                   "DirectoryPath",
166650                   /* qualifiers */
166651                   _CIM_DirectorySpecification_DirectoryPath_qualifiers,
166652                   /* type */
166653                   CIMTYPE_STRING,
166654                   /* subscript */
166655                   -1,
166656 mike  1.1.2.1     /* value */
166657                   0,
166658               };
166659               
166660               static MetaFeature*
166661               _CIM_DirectorySpecification_features[] =
166662               {
166663                   (MetaFeature*)&_CIM_DirectorySpecification_DirectoryType,
166664                   (MetaFeature*)&_CIM_DirectorySpecification_DirectoryPath,
166665                   0,
166666               };
166667               
166668               static const char*
166669               __root_cimv2_CIM_DirectorySpecification_qualifiers[] =
166670               {
166671                   /* UMLPackagePath */
166672                   "\057CIM::Application::CheckAction",
166673                   /* Version */
166674                   "\0632.6.0",
166675                   0,
166676               };
166677 mike  1.1.2.1 
166678               MetaClass
166679               __root_cimv2_CIM_DirectorySpecification =
166680               {
166681                   /* flags */
166682                   META_FLAG_CLASS,
166683                   /* name */
166684                   "CIM_DirectorySpecification",
166685                   /* qualifiers */
166686                   __root_cimv2_CIM_DirectorySpecification_qualifiers,
166687                   /* super */
166688                   &__root_cimv2_CIM_Check,
166689                   /* features */
166690                   _CIM_DirectorySpecification_features,
166691               };
166692               
166693               //==============================================================================
166694               //
166695               // Class: CIM_DiskPartition
166696               //
166697               //==============================================================================
166698 mike  1.1.2.1 
166699               static const char*
166700               _CIM_DiskPartition_PrimaryPartition_qualifiers[] =
166701               {
166702                   0,
166703               };
166704               
166705               static MetaProperty
166706               _CIM_DiskPartition_PrimaryPartition =
166707               {
166708                   /* flags */
166709                   META_FLAG_PROPERTY|META_FLAG_READ,
166710                   /* name */
166711                   "PrimaryPartition",
166712                   /* qualifiers */
166713                   _CIM_DiskPartition_PrimaryPartition_qualifiers,
166714                   /* type */
166715                   CIMTYPE_BOOLEAN,
166716                   /* subscript */
166717                   -1,
166718                   /* value */
166719 mike  1.1.2.1     0,
166720               };
166721               
166722               static const char*
166723               _CIM_DiskPartition_PartitionType_qualifiers[] =
166724               {
166725                   /* ValueMap */
166726                   "\061\000\0040\0001\0002\0003\000",
166727                   /* Values */
166728                   "\062\000\004Unknown\000Primary\000Extended\000Logical\000",
166729                   0,
166730               };
166731               
166732               static MetaProperty
166733               _CIM_DiskPartition_PartitionType =
166734               {
166735                   /* flags */
166736                   META_FLAG_PROPERTY|META_FLAG_READ,
166737                   /* name */
166738                   "PartitionType",
166739                   /* qualifiers */
166740 mike  1.1.2.1     _CIM_DiskPartition_PartitionType_qualifiers,
166741                   /* type */
166742                   CIMTYPE_UINT16,
166743                   /* subscript */
166744                   -1,
166745                   /* value */
166746                   0,
166747               };
166748               
166749               static const char*
166750               _CIM_DiskPartition_PartitionSubtype_qualifiers[] =
166751               {
166752                   /* ValueMap */
166753                   "\061\000\1460\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00014\00015\00016\00017\00018\00020\00022\00023\00027\00028\00033\00035\00036\00038\00049\00051\00052\00053\00054\00055\00060\00064\00065\00066\00067\00080\00081\00082\00083\00084\00085\00086\00097\00099\000100\000101\000102\000103\000104\000105\000113\000115\000116\000117\000118\000119\000120\000121\000128\000129\000130\000131\000132\000134\000135\000147\000148\000161\000163\000164\000165\000166\000177\000179\000180\000182\000183\000184\000193\000196\000198\000199\000216\000219\000225\000227\000228\000229\000230\000239\000240\000241\000242\000243\000244\000246\000254\000255\00065535\000",
166754                   /* Values */
166755                   "\062\000\146Empty | Microsoft\000DOS 12-bit FAT\000XENIX root\000XENIX usr\000DOS 16-bit FAT\000DOS Extended\000DOS 16-bit FAT (> 32MB)\000OS/2 HPFS | Win NTFS | QNX Ver 2 | Adv UNIX\000AIX Boot | OS /2 | Dell (Array) | Commodore DOS\000AIX Data, Coherent\000OS/2 Boot Manager\00032-bit FAT\00032-bit FAT\000Microsoft 16-bit FAT\000Microsoft DOS Extended\000OPUS | OS/2 2.0\000OS/2 (MOSS) Inactive Type 1\000Compaq Diagnostics Partition | Microsoft\000OS/2 (MOSS) Inactive Type 4\000OS/2 (MOSS) Inactive Type 6\000OS/2 (MOSS) Inactive Type 7\000OS/2 (MOSS) Inactive Type B\000OS/2 (MOSS) Inactive Type C\000Microsoft\000Microsoft\000Microsoft\000Microsoft\000Microsoft\000Microsoft\000Microsoft\000OS/2 Logical Volume Manager\000Microsoft\000OS/2 JFS Log\000PowerQuest\000VENIX 80286 | Series/1 Disk\000Personal RISC Boot\000Veritas\000Veritas\000OnTrack Disk Manager Read Only DOS\000OnTrack Disk Manager Read/Write DOS\000CPM | Microport System V/386 | OnTrack Disk Mgr | Microsoft\000OnTrack Disk Manager\000OnTrack Disk Manager Non-DOS\000Micro House EZ-Drive Non-DOS\000Golden Bow Vfeature | Microsoft\000Storage Dimensions SpeedStor | Microsoft\000UNIX - AT&T System V/386 | SCO UNIX\000Novell NetWare | Speedstore\000Novell NetWare\000Novell NetWare\000Novell\000Novell\000Novell\000Microsoft\000Microsoft\000Microsoft\000PC/IX IBM\000Microsoft\000QNX POSIX\000QNX POSIX (Secondary)\000QNX POSIX (Secondary)\000Minix (<=1.4a) | Linux | Microsoft\000Minix (>=1.4b) | Microsoft\000Linux Swap | Prime\000Linux Native | Apple\000System Hibernation for APM\000Microsoft\000HPFS FT mirror\000Amoeba | Microsoft\000Amoeba BBT | Microsoft\000Microsoft\000Microsoft\000Microsoft\000BSD/386\000Microsoft\000Microsoft\000Microsoft\000Microsoft\000Microsoft\000BSDI fs | Microsoft\000BSDI Swap | Microsoft\000Microsoft\000Microsoft\000Microsoft\000Syrinx | HPFS FT Disabled Mirror\000CP/M 86\000Digital Research CPM-86 | Concurrent DOS | OUTRIGGER\000SpeedStor 12-bit FAT Extended\000DOS Read-Only | Storage Dimensions\000SpeedStor 16-bit FAT Extended\000Microsoft\000Microsoft\000Intel\000OS/2 Raw Data\000Storage Dimensions\000DOS (Secondary)\000Microsoft\000SpeedStor Large | Storage Dimensions\000Microsoft\000Lan Step | SpeedStor | IBM PS/2 IML\000Bad Block Tables\000Unknown\000",
166756                   0,
166757               };
166758               
166759               static MetaProperty
166760               _CIM_DiskPartition_PartitionSubtype =
166761 mike  1.1.2.1 {
166762                   /* flags */
166763                   META_FLAG_PROPERTY|META_FLAG_READ,
166764                   /* name */
166765                   "PartitionSubtype",
166766                   /* qualifiers */
166767                   _CIM_DiskPartition_PartitionSubtype_qualifiers,
166768                   /* type */
166769                   CIMTYPE_UINT16,
166770                   /* subscript */
166771                   -1,
166772                   /* value */
166773                   0,
166774               };
166775               
166776               static MetaFeature*
166777               _CIM_DiskPartition_features[] =
166778               {
166779                   (MetaFeature*)&_CIM_DiskPartition_PrimaryPartition,
166780                   (MetaFeature*)&_CIM_DiskPartition_PartitionType,
166781                   (MetaFeature*)&_CIM_DiskPartition_PartitionSubtype,
166782 mike  1.1.2.1     0,
166783               };
166784               
166785               static const char*
166786               __root_cimv2_CIM_DiskPartition_qualifiers[] =
166787               {
166788                   /* UMLPackagePath */
166789                   "\057CIM::Device::StorageExtents",
166790                   /* Version */
166791                   "\0632.6.0",
166792                   0,
166793               };
166794               
166795               MetaClass
166796               __root_cimv2_CIM_DiskPartition =
166797               {
166798                   /* flags */
166799                   META_FLAG_CLASS,
166800                   /* name */
166801                   "CIM_DiskPartition",
166802                   /* qualifiers */
166803 mike  1.1.2.1     __root_cimv2_CIM_DiskPartition_qualifiers,
166804                   /* super */
166805                   &__root_cimv2_CIM_MediaPartition,
166806                   /* features */
166807                   _CIM_DiskPartition_features,
166808               };
166809               
166810               //==============================================================================
166811               //
166812               // Class: CIM_DiskPartitionBasedOnVolume
166813               //
166814               //==============================================================================
166815               
166816               static const char*
166817               _CIM_DiskPartitionBasedOnVolume_Antecedent_qualifiers[] =
166818               {
166819                   /* Override */
166820                   "\044Antecedent",
166821                   /* Max */
166822                   "\027\000\000\000\001",
166823                   0,
166824 mike  1.1.2.1 };
166825               
166826               static MetaReference
166827               _CIM_DiskPartitionBasedOnVolume_Antecedent =
166828               {
166829                   /* flags */
166830                   META_FLAG_REFERENCE|META_FLAG_READ,
166831                   /* name */
166832                   "Antecedent",
166833                   /* qualifiers */
166834                   _CIM_DiskPartitionBasedOnVolume_Antecedent_qualifiers,
166835                   /* subscript */
166836                   -1,
166837                   /* refId */
166838                   &__root_cimv2_CIM_StorageVolume,
166839               };
166840               
166841               static const char*
166842               _CIM_DiskPartitionBasedOnVolume_Dependent_qualifiers[] =
166843               {
166844                   /* Override */
166845 mike  1.1.2.1     "\044Dependent",
166846                   0,
166847               };
166848               
166849               static MetaReference
166850               _CIM_DiskPartitionBasedOnVolume_Dependent =
166851               {
166852                   /* flags */
166853                   META_FLAG_REFERENCE|META_FLAG_READ,
166854                   /* name */
166855                   "Dependent",
166856                   /* qualifiers */
166857                   _CIM_DiskPartitionBasedOnVolume_Dependent_qualifiers,
166858                   /* subscript */
166859                   -1,
166860                   /* refId */
166861                   &__root_cimv2_CIM_DiskPartition,
166862               };
166863               
166864               static MetaFeature*
166865               _CIM_DiskPartitionBasedOnVolume_features[] =
166866 mike  1.1.2.1 {
166867                   (MetaFeature*)&_CIM_DiskPartitionBasedOnVolume_Antecedent,
166868                   (MetaFeature*)&_CIM_DiskPartitionBasedOnVolume_Dependent,
166869                   0,
166870               };
166871               
166872               static const char*
166873               __root_cimv2_CIM_DiskPartitionBasedOnVolume_qualifiers[] =
166874               {
166875                   /* ASSOCIATION */
166876                   "\000\001",
166877                   /* UMLPackagePath */
166878                   "\057CIM::Device::StorageExtents",
166879                   /* Version */
166880                   "\0632.6.0",
166881                   0,
166882               };
166883               
166884               MetaClass
166885               __root_cimv2_CIM_DiskPartitionBasedOnVolume =
166886               {
166887 mike  1.1.2.1     /* flags */
166888                   META_FLAG_ASSOCIATION,
166889                   /* name */
166890                   "CIM_DiskPartitionBasedOnVolume",
166891                   /* qualifiers */
166892                   __root_cimv2_CIM_DiskPartitionBasedOnVolume_qualifiers,
166893                   /* super */
166894                   &__root_cimv2_CIM_BasedOn,
166895                   /* features */
166896                   _CIM_DiskPartitionBasedOnVolume_features,
166897               };
166898               
166899               //==============================================================================
166900               //
166901               // Class: CIM_DiskSpaceCheck
166902               //
166903               //==============================================================================
166904               
166905               static const char*
166906               _CIM_DiskSpaceCheck_AvailableDiskSpace_qualifiers[] =
166907               {
166908 mike  1.1.2.1     /* Units */
166909                   "\060KiloBytes",
166910                   /* ModelCorrespondence */
166911                   "\036\000\001CIM_FileSystem.AvailableSpace\000",
166912                   0,
166913               };
166914               
166915               static MetaProperty
166916               _CIM_DiskSpaceCheck_AvailableDiskSpace =
166917               {
166918                   /* flags */
166919                   META_FLAG_PROPERTY|META_FLAG_READ,
166920                   /* name */
166921                   "AvailableDiskSpace",
166922                   /* qualifiers */
166923                   _CIM_DiskSpaceCheck_AvailableDiskSpace_qualifiers,
166924                   /* type */
166925                   CIMTYPE_UINT64,
166926                   /* subscript */
166927                   -1,
166928                   /* value */
166929 mike  1.1.2.1     0,
166930               };
166931               
166932               static MetaFeature*
166933               _CIM_DiskSpaceCheck_features[] =
166934               {
166935                   (MetaFeature*)&_CIM_DiskSpaceCheck_AvailableDiskSpace,
166936                   0,
166937               };
166938               
166939               static const char*
166940               __root_cimv2_CIM_DiskSpaceCheck_qualifiers[] =
166941               {
166942                   /* UMLPackagePath */
166943                   "\057CIM::Application::CheckAction",
166944                   /* Version */
166945                   "\0632.6.0",
166946                   0,
166947               };
166948               
166949               MetaClass
166950 mike  1.1.2.1 __root_cimv2_CIM_DiskSpaceCheck =
166951               {
166952                   /* flags */
166953                   META_FLAG_CLASS,
166954                   /* name */
166955                   "CIM_DiskSpaceCheck",
166956                   /* qualifiers */
166957                   __root_cimv2_CIM_DiskSpaceCheck_qualifiers,
166958                   /* super */
166959                   &__root_cimv2_CIM_Check,
166960                   /* features */
166961                   _CIM_DiskSpaceCheck_features,
166962               };
166963               
166964               //==============================================================================
166965               //
166966               // Class: CIM_DSCPMarkerService
166967               //
166968               //==============================================================================
166969               
166970               static const char*
166971 mike  1.1.2.1 _CIM_DSCPMarkerService_DSCPValue_qualifiers[] =
166972               {
166973                   /* MinValue */
166974                   "\035\000\000\000\000\000\000\000\000",
166975                   /* MaxValue */
166976                   "\031\000\000\000\000\000\000\000\077",
166977                   0,
166978               };
166979               
166980               static MetaProperty
166981               _CIM_DSCPMarkerService_DSCPValue =
166982               {
166983                   /* flags */
166984                   META_FLAG_PROPERTY|META_FLAG_READ,
166985                   /* name */
166986                   "DSCPValue",
166987                   /* qualifiers */
166988                   _CIM_DSCPMarkerService_DSCPValue_qualifiers,
166989                   /* type */
166990                   CIMTYPE_UINT8,
166991                   /* subscript */
166992 mike  1.1.2.1     -1,
166993                   /* value */
166994                   0,
166995               };
166996               
166997               static MetaFeature*
166998               _CIM_DSCPMarkerService_features[] =
166999               {
167000                   (MetaFeature*)&_CIM_DSCPMarkerService_DSCPValue,
167001                   0,
167002               };
167003               
167004               static const char*
167005               __root_cimv2_CIM_DSCPMarkerService_qualifiers[] =
167006               {
167007                   /* UMLPackagePath */
167008                   "\057CIM::Network::QoS",
167009                   /* Version */
167010                   "\0632.7.0",
167011                   0,
167012               };
167013 mike  1.1.2.1 
167014               MetaClass
167015               __root_cimv2_CIM_DSCPMarkerService =
167016               {
167017                   /* flags */
167018                   META_FLAG_CLASS,
167019                   /* name */
167020                   "CIM_DSCPMarkerService",
167021                   /* qualifiers */
167022                   __root_cimv2_CIM_DSCPMarkerService_qualifiers,
167023                   /* super */
167024                   &__root_cimv2_CIM_MarkerService,
167025                   /* features */
167026                   _CIM_DSCPMarkerService_features,
167027               };
167028               
167029               //==============================================================================
167030               //
167031               // Class: CIM_EFService
167032               //
167033               //==============================================================================
167034 mike  1.1.2.1 
167035               static MetaFeature*
167036               _CIM_EFService_features[] =
167037               {
167038                   0,
167039               };
167040               
167041               static const char*
167042               __root_cimv2_CIM_EFService_qualifiers[] =
167043               {
167044                   /* Deprecated */
167045                   "\013\000\001CIM_DiffServService\000",
167046                   /* UMLPackagePath */
167047                   "\057CIM::Network::QoS",
167048                   /* Version */
167049                   "\0632.7.0",
167050                   0,
167051               };
167052               
167053               MetaClass
167054               __root_cimv2_CIM_EFService =
167055 mike  1.1.2.1 {
167056                   /* flags */
167057                   META_FLAG_CLASS,
167058                   /* name */
167059                   "CIM_EFService",
167060                   /* qualifiers */
167061                   __root_cimv2_CIM_EFService_qualifiers,
167062                   /* super */
167063                   &__root_cimv2_CIM_DiffServService,
167064                   /* features */
167065                   _CIM_EFService_features,
167066               };
167067               
167068               //==============================================================================
167069               //
167070               // Class: CIM_EGPRouteCalcDependency
167071               //
167072               //==============================================================================
167073               
167074               static const char*
167075               _CIM_EGPRouteCalcDependency_Antecedent_qualifiers[] =
167076 mike  1.1.2.1 {
167077                   /* Override */
167078                   "\044Antecedent",
167079                   0,
167080               };
167081               
167082               static MetaReference
167083               _CIM_EGPRouteCalcDependency_Antecedent =
167084               {
167085                   /* flags */
167086                   META_FLAG_REFERENCE|META_FLAG_READ,
167087                   /* name */
167088                   "Antecedent",
167089                   /* qualifiers */
167090                   _CIM_EGPRouteCalcDependency_Antecedent_qualifiers,
167091                   /* subscript */
167092                   -1,
167093                   /* refId */
167094                   &__root_cimv2_CIM_RouteCalculationService,
167095               };
167096               
167097 mike  1.1.2.1 static const char*
167098               _CIM_EGPRouteCalcDependency_Dependent_qualifiers[] =
167099               {
167100                   /* Override */
167101                   "\044Dependent",
167102                   0,
167103               };
167104               
167105               static MetaReference
167106               _CIM_EGPRouteCalcDependency_Dependent =
167107               {
167108                   /* flags */
167109                   META_FLAG_REFERENCE|META_FLAG_READ,
167110                   /* name */
167111                   "Dependent",
167112                   /* qualifiers */
167113                   _CIM_EGPRouteCalcDependency_Dependent_qualifiers,
167114                   /* subscript */
167115                   -1,
167116                   /* refId */
167117                   &__root_cimv2_CIM_RouteCalculationService,
167118 mike  1.1.2.1 };
167119               
167120               static const char*
167121               _CIM_EGPRouteCalcDependency_IGPInjection_qualifiers[] =
167122               {
167123                   /* ValueMap */
167124                   "\061\000\0031\0002\0003\000",
167125                   /* Values */
167126                   "\062\000\003None\000Partial\000Full\000",
167127                   0,
167128               };
167129               
167130               static MetaProperty
167131               _CIM_EGPRouteCalcDependency_IGPInjection =
167132               {
167133                   /* flags */
167134                   META_FLAG_PROPERTY|META_FLAG_READ,
167135                   /* name */
167136                   "IGPInjection",
167137                   /* qualifiers */
167138                   _CIM_EGPRouteCalcDependency_IGPInjection_qualifiers,
167139 mike  1.1.2.1     /* type */
167140                   CIMTYPE_UINT16,
167141                   /* subscript */
167142                   -1,
167143                   /* value */
167144                   0,
167145               };
167146               
167147               static MetaFeature*
167148               _CIM_EGPRouteCalcDependency_features[] =
167149               {
167150                   (MetaFeature*)&_CIM_EGPRouteCalcDependency_Antecedent,
167151                   (MetaFeature*)&_CIM_EGPRouteCalcDependency_Dependent,
167152                   (MetaFeature*)&_CIM_EGPRouteCalcDependency_IGPInjection,
167153                   0,
167154               };
167155               
167156               static const char*
167157               __root_cimv2_CIM_EGPRouteCalcDependency_qualifiers[] =
167158               {
167159                   /* ASSOCIATION */
167160 mike  1.1.2.1     "\000\001",
167161                   /* UMLPackagePath */
167162                   "\057CIM::Network::BGP",
167163                   /* Version */
167164                   "\0632.6.0",
167165                   0,
167166               };
167167               
167168               MetaClass
167169               __root_cimv2_CIM_EGPRouteCalcDependency =
167170               {
167171                   /* flags */
167172                   META_FLAG_ASSOCIATION,
167173                   /* name */
167174                   "CIM_EGPRouteCalcDependency",
167175                   /* qualifiers */
167176                   __root_cimv2_CIM_EGPRouteCalcDependency_qualifiers,
167177                   /* super */
167178                   &__root_cimv2_CIM_ServiceServiceDependency,
167179                   /* features */
167180                   _CIM_EGPRouteCalcDependency_features,
167181 mike  1.1.2.1 };
167182               
167183               //==============================================================================
167184               //
167185               // Class: CIM_EgressConditioningServiceOnEndpoint
167186               //
167187               //==============================================================================
167188               
167189               static const char*
167190               _CIM_EgressConditioningServiceOnEndpoint_Antecedent_qualifiers[] =
167191               {
167192                   /* Override */
167193                   "\044Antecedent",
167194                   /* Max */
167195                   "\027\000\000\000\001",
167196                   0,
167197               };
167198               
167199               static MetaReference
167200               _CIM_EgressConditioningServiceOnEndpoint_Antecedent =
167201               {
167202 mike  1.1.2.1     /* flags */
167203                   META_FLAG_REFERENCE|META_FLAG_READ,
167204                   /* name */
167205                   "Antecedent",
167206                   /* qualifiers */
167207                   _CIM_EgressConditioningServiceOnEndpoint_Antecedent_qualifiers,
167208                   /* subscript */
167209                   -1,
167210                   /* refId */
167211                   &__root_cimv2_CIM_ProtocolEndpoint,
167212               };
167213               
167214               static const char*
167215               _CIM_EgressConditioningServiceOnEndpoint_Dependent_qualifiers[] =
167216               {
167217                   /* Override */
167218                   "\044Dependent",
167219                   0,
167220               };
167221               
167222               static MetaReference
167223 mike  1.1.2.1 _CIM_EgressConditioningServiceOnEndpoint_Dependent =
167224               {
167225                   /* flags */
167226                   META_FLAG_REFERENCE|META_FLAG_READ,
167227                   /* name */
167228                   "Dependent",
167229                   /* qualifiers */
167230                   _CIM_EgressConditioningServiceOnEndpoint_Dependent_qualifiers,
167231                   /* subscript */
167232                   -1,
167233                   /* refId */
167234                   &__root_cimv2_CIM_ConditioningService,
167235               };
167236               
167237               static MetaFeature*
167238               _CIM_EgressConditioningServiceOnEndpoint_features[] =
167239               {
167240                   (MetaFeature*)&_CIM_EgressConditioningServiceOnEndpoint_Antecedent,
167241                   (MetaFeature*)&_CIM_EgressConditioningServiceOnEndpoint_Dependent,
167242                   0,
167243               };
167244 mike  1.1.2.1 
167245               static const char*
167246               __root_cimv2_CIM_EgressConditioningServiceOnEndpoint_qualifiers[] =
167247               {
167248                   /* ASSOCIATION */
167249                   "\000\001",
167250                   /* UMLPackagePath */
167251                   "\057CIM::Network::QoS",
167252                   /* Version */
167253                   "\0632.7.0",
167254                   0,
167255               };
167256               
167257               MetaClass
167258               __root_cimv2_CIM_EgressConditioningServiceOnEndpoint =
167259               {
167260                   /* flags */
167261                   META_FLAG_ASSOCIATION,
167262                   /* name */
167263                   "CIM_EgressConditioningServiceOnEndpoint",
167264                   /* qualifiers */
167265 mike  1.1.2.1     __root_cimv2_CIM_EgressConditioningServiceOnEndpoint_qualifiers,
167266                   /* super */
167267                   &__root_cimv2_CIM_ServiceSAPDependency,
167268                   /* features */
167269                   _CIM_EgressConditioningServiceOnEndpoint_features,
167270               };
167271               
167272               //==============================================================================
167273               //
167274               // Class: CIM_ElementInSchedulingService
167275               //
167276               //==============================================================================
167277               
167278               static const char*
167279               _CIM_ElementInSchedulingService_GroupComponent_qualifiers[] =
167280               {
167281                   /* Aggregate */
167282                   "\003\001",
167283                   /* Override */
167284                   "\044GroupComponent",
167285                   /* Max */
167286 mike  1.1.2.1     "\027\000\000\000\001",
167287                   0,
167288               };
167289               
167290               static MetaReference
167291               _CIM_ElementInSchedulingService_GroupComponent =
167292               {
167293                   /* flags */
167294                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
167295                   /* name */
167296                   "GroupComponent",
167297                   /* qualifiers */
167298                   _CIM_ElementInSchedulingService_GroupComponent_qualifiers,
167299                   /* subscript */
167300                   -1,
167301                   /* refId */
167302                   &__root_cimv2_CIM_PacketSchedulingService,
167303               };
167304               
167305               static const char*
167306               _CIM_ElementInSchedulingService_PartComponent_qualifiers[] =
167307 mike  1.1.2.1 {
167308                   /* Override */
167309                   "\044PartComponent",
167310                   /* Min */
167311                   "\033\000\000\000\001",
167312                   0,
167313               };
167314               
167315               static MetaReference
167316               _CIM_ElementInSchedulingService_PartComponent =
167317               {
167318                   /* flags */
167319                   META_FLAG_REFERENCE|META_FLAG_READ,
167320                   /* name */
167321                   "PartComponent",
167322                   /* qualifiers */
167323                   _CIM_ElementInSchedulingService_PartComponent_qualifiers,
167324                   /* subscript */
167325                   -1,
167326                   /* refId */
167327                   &__root_cimv2_CIM_SchedulingElement,
167328 mike  1.1.2.1 };
167329               
167330               static MetaFeature*
167331               _CIM_ElementInSchedulingService_features[] =
167332               {
167333                   (MetaFeature*)&_CIM_ElementInSchedulingService_GroupComponent,
167334                   (MetaFeature*)&_CIM_ElementInSchedulingService_PartComponent,
167335                   0,
167336               };
167337               
167338               static const char*
167339               __root_cimv2_CIM_ElementInSchedulingService_qualifiers[] =
167340               {
167341                   /* ASSOCIATION */
167342                   "\000\001",
167343                   /* UMLPackagePath */
167344                   "\057CIM::Network::QoS",
167345                   /* Aggregation */
167346                   "\004\001",
167347                   /* Composition */
167348                   "\011\001",
167349 mike  1.1.2.1     /* Version */
167350                   "\0632.7.0",
167351                   0,
167352               };
167353               
167354               MetaClass
167355               __root_cimv2_CIM_ElementInSchedulingService =
167356               {
167357                   /* flags */
167358                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
167359                   /* name */
167360                   "CIM_ElementInSchedulingService",
167361                   /* qualifiers */
167362                   __root_cimv2_CIM_ElementInSchedulingService_qualifiers,
167363                   /* super */
167364                   &__root_cimv2_CIM_Component,
167365                   /* features */
167366                   _CIM_ElementInSchedulingService_features,
167367               };
167368               
167369               //==============================================================================
167370 mike  1.1.2.1 //
167371               // Class: CIM_EndpointIdentity
167372               //
167373               //==============================================================================
167374               
167375               static const char*
167376               _CIM_EndpointIdentity_SystemElement_qualifiers[] =
167377               {
167378                   /* Override */
167379                   "\044SystemElement",
167380                   0,
167381               };
167382               
167383               static MetaReference
167384               _CIM_EndpointIdentity_SystemElement =
167385               {
167386                   /* flags */
167387                   META_FLAG_REFERENCE|META_FLAG_READ,
167388                   /* name */
167389                   "SystemElement",
167390                   /* qualifiers */
167391 mike  1.1.2.1     _CIM_EndpointIdentity_SystemElement_qualifiers,
167392                   /* subscript */
167393                   -1,
167394                   /* refId */
167395                   &__root_cimv2_CIM_ProtocolEndpoint,
167396               };
167397               
167398               static const char*
167399               _CIM_EndpointIdentity_SameElement_qualifiers[] =
167400               {
167401                   /* Override */
167402                   "\044SameElement",
167403                   0,
167404               };
167405               
167406               static MetaReference
167407               _CIM_EndpointIdentity_SameElement =
167408               {
167409                   /* flags */
167410                   META_FLAG_REFERENCE|META_FLAG_READ,
167411                   /* name */
167412 mike  1.1.2.1     "SameElement",
167413                   /* qualifiers */
167414                   _CIM_EndpointIdentity_SameElement_qualifiers,
167415                   /* subscript */
167416                   -1,
167417                   /* refId */
167418                   &__root_cimv2_CIM_ProtocolEndpoint,
167419               };
167420               
167421               static MetaFeature*
167422               _CIM_EndpointIdentity_features[] =
167423               {
167424                   (MetaFeature*)&_CIM_EndpointIdentity_SystemElement,
167425                   (MetaFeature*)&_CIM_EndpointIdentity_SameElement,
167426                   0,
167427               };
167428               
167429               static const char*
167430               __root_cimv2_CIM_EndpointIdentity_qualifiers[] =
167431               {
167432                   /* ASSOCIATION */
167433 mike  1.1.2.1     "\000\001",
167434                   /* UMLPackagePath */
167435                   "\057CIM::Network::ProtocolEndpoints",
167436                   /* Version */
167437                   "\0632.6.0",
167438                   0,
167439               };
167440               
167441               MetaClass
167442               __root_cimv2_CIM_EndpointIdentity =
167443               {
167444                   /* flags */
167445                   META_FLAG_ASSOCIATION,
167446                   /* name */
167447                   "CIM_EndpointIdentity",
167448                   /* qualifiers */
167449                   __root_cimv2_CIM_EndpointIdentity_qualifiers,
167450                   /* super */
167451                   &__root_cimv2_CIM_LogicalIdentity,
167452                   /* features */
167453                   _CIM_EndpointIdentity_features,
167454 mike  1.1.2.1 };
167455               
167456               //==============================================================================
167457               //
167458               // Class: CIM_EndpointOfNetworkPipe
167459               //
167460               //==============================================================================
167461               
167462               static const char*
167463               _CIM_EndpointOfNetworkPipe_Antecedent_qualifiers[] =
167464               {
167465                   /* Override */
167466                   "\044Antecedent",
167467                   /* Min */
167468                   "\033\000\000\000\002",
167469                   /* Max */
167470                   "\027\000\000\000\002",
167471                   0,
167472               };
167473               
167474               static MetaReference
167475 mike  1.1.2.1 _CIM_EndpointOfNetworkPipe_Antecedent =
167476               {
167477                   /* flags */
167478                   META_FLAG_REFERENCE|META_FLAG_READ,
167479                   /* name */
167480                   "Antecedent",
167481                   /* qualifiers */
167482                   _CIM_EndpointOfNetworkPipe_Antecedent_qualifiers,
167483                   /* subscript */
167484                   -1,
167485                   /* refId */
167486                   &__root_cimv2_CIM_ProtocolEndpoint,
167487               };
167488               
167489               static const char*
167490               _CIM_EndpointOfNetworkPipe_Dependent_qualifiers[] =
167491               {
167492                   /* Override */
167493                   "\044Dependent",
167494                   0,
167495               };
167496 mike  1.1.2.1 
167497               static MetaReference
167498               _CIM_EndpointOfNetworkPipe_Dependent =
167499               {
167500                   /* flags */
167501                   META_FLAG_REFERENCE|META_FLAG_READ,
167502                   /* name */
167503                   "Dependent",
167504                   /* qualifiers */
167505                   _CIM_EndpointOfNetworkPipe_Dependent_qualifiers,
167506                   /* subscript */
167507                   -1,
167508                   /* refId */
167509                   &__root_cimv2_CIM_NetworkPipe,
167510               };
167511               
167512               static const char*
167513               _CIM_EndpointOfNetworkPipe_SourceOrSink_qualifiers[] =
167514               {
167515                   /* ValueMap */
167516                   "\061\000\0040\0002\0003\0004\000",
167517 mike  1.1.2.1     /* Values */
167518                   "\062\000\004Unknown\000Source\000Sink\000Not Applicable\000",
167519                   0,
167520               };
167521               
167522               static MetaProperty
167523               _CIM_EndpointOfNetworkPipe_SourceOrSink =
167524               {
167525                   /* flags */
167526                   META_FLAG_PROPERTY|META_FLAG_READ,
167527                   /* name */
167528                   "SourceOrSink",
167529                   /* qualifiers */
167530                   _CIM_EndpointOfNetworkPipe_SourceOrSink_qualifiers,
167531                   /* type */
167532                   CIMTYPE_UINT16,
167533                   /* subscript */
167534                   -1,
167535                   /* value */
167536                   0,
167537               };
167538 mike  1.1.2.1 
167539               static MetaFeature*
167540               _CIM_EndpointOfNetworkPipe_features[] =
167541               {
167542                   (MetaFeature*)&_CIM_EndpointOfNetworkPipe_Antecedent,
167543                   (MetaFeature*)&_CIM_EndpointOfNetworkPipe_Dependent,
167544                   (MetaFeature*)&_CIM_EndpointOfNetworkPipe_SourceOrSink,
167545                   0,
167546               };
167547               
167548               static const char*
167549               __root_cimv2_CIM_EndpointOfNetworkPipe_qualifiers[] =
167550               {
167551                   /* ASSOCIATION */
167552                   "\000\001",
167553                   /* UMLPackagePath */
167554                   "\057CIM::Network::Pipes",
167555                   /* Version */
167556                   "\0632.7.0",
167557                   /* MappingStrings */
167558                   "\026\000\002Recommendation.ITU|M3100.Pipe.a-TPInstance\000Recommendation.ITU|M3100.Pipe.z-TPInstance\000",
167559 mike  1.1.2.1     0,
167560               };
167561               
167562               MetaClass
167563               __root_cimv2_CIM_EndpointOfNetworkPipe =
167564               {
167565                   /* flags */
167566                   META_FLAG_ASSOCIATION,
167567                   /* name */
167568                   "CIM_EndpointOfNetworkPipe",
167569                   /* qualifiers */
167570                   __root_cimv2_CIM_EndpointOfNetworkPipe_qualifiers,
167571                   /* super */
167572                   &__root_cimv2_CIM_Dependency,
167573                   /* features */
167574                   _CIM_EndpointOfNetworkPipe_features,
167575               };
167576               
167577               //==============================================================================
167578               //
167579               // Class: CIM_EWMAMeterService
167580 mike  1.1.2.1 //
167581               //==============================================================================
167582               
167583               static const char*
167584               _CIM_EWMAMeterService_AverageRate_qualifiers[] =
167585               {
167586                   /* Units */
167587                   "\060KiloBits Per Second",
167588                   0,
167589               };
167590               
167591               static MetaProperty
167592               _CIM_EWMAMeterService_AverageRate =
167593               {
167594                   /* flags */
167595                   META_FLAG_PROPERTY|META_FLAG_READ,
167596                   /* name */
167597                   "AverageRate",
167598                   /* qualifiers */
167599                   _CIM_EWMAMeterService_AverageRate_qualifiers,
167600                   /* type */
167601 mike  1.1.2.1     CIMTYPE_UINT32,
167602                   /* subscript */
167603                   -1,
167604                   /* value */
167605                   0,
167606               };
167607               
167608               static const char*
167609               _CIM_EWMAMeterService_DeltaInterval_qualifiers[] =
167610               {
167611                   /* Units */
167612                   "\060MicroSeconds",
167613                   0,
167614               };
167615               
167616               static MetaProperty
167617               _CIM_EWMAMeterService_DeltaInterval =
167618               {
167619                   /* flags */
167620                   META_FLAG_PROPERTY|META_FLAG_READ,
167621                   /* name */
167622 mike  1.1.2.1     "DeltaInterval",
167623                   /* qualifiers */
167624                   _CIM_EWMAMeterService_DeltaInterval_qualifiers,
167625                   /* type */
167626                   CIMTYPE_UINT64,
167627                   /* subscript */
167628                   -1,
167629                   /* value */
167630                   0,
167631               };
167632               
167633               static const char*
167634               _CIM_EWMAMeterService_Gain_qualifiers[] =
167635               {
167636                   0,
167637               };
167638               
167639               static MetaProperty
167640               _CIM_EWMAMeterService_Gain =
167641               {
167642                   /* flags */
167643 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
167644                   /* name */
167645                   "Gain",
167646                   /* qualifiers */
167647                   _CIM_EWMAMeterService_Gain_qualifiers,
167648                   /* type */
167649                   CIMTYPE_UINT32,
167650                   /* subscript */
167651                   -1,
167652                   /* value */
167653                   0,
167654               };
167655               
167656               static MetaFeature*
167657               _CIM_EWMAMeterService_features[] =
167658               {
167659                   (MetaFeature*)&_CIM_EWMAMeterService_AverageRate,
167660                   (MetaFeature*)&_CIM_EWMAMeterService_DeltaInterval,
167661                   (MetaFeature*)&_CIM_EWMAMeterService_Gain,
167662                   0,
167663               };
167664 mike  1.1.2.1 
167665               static const char*
167666               __root_cimv2_CIM_EWMAMeterService_qualifiers[] =
167667               {
167668                   /* UMLPackagePath */
167669                   "\057CIM::Network::QoS",
167670                   /* Version */
167671                   "\0632.7.0",
167672                   0,
167673               };
167674               
167675               MetaClass
167676               __root_cimv2_CIM_EWMAMeterService =
167677               {
167678                   /* flags */
167679                   META_FLAG_CLASS,
167680                   /* name */
167681                   "CIM_EWMAMeterService",
167682                   /* qualifiers */
167683                   __root_cimv2_CIM_EWMAMeterService_qualifiers,
167684                   /* super */
167685 mike  1.1.2.1     &__root_cimv2_CIM_MeterService,
167686                   /* features */
167687                   _CIM_EWMAMeterService_features,
167688               };
167689               
167690               //==============================================================================
167691               //
167692               // Class: CIM_ExecuteProgram
167693               //
167694               //==============================================================================
167695               
167696               static const char*
167697               _CIM_ExecuteProgram_ProgramPath_qualifiers[] =
167698               {
167699                   /* MaxLen */
167700                   "\030\000\000\004\000",
167701                   0,
167702               };
167703               
167704               static MetaProperty
167705               _CIM_ExecuteProgram_ProgramPath =
167706 mike  1.1.2.1 {
167707                   /* flags */
167708                   META_FLAG_PROPERTY|META_FLAG_READ,
167709                   /* name */
167710                   "ProgramPath",
167711                   /* qualifiers */
167712                   _CIM_ExecuteProgram_ProgramPath_qualifiers,
167713                   /* type */
167714                   CIMTYPE_STRING,
167715                   /* subscript */
167716                   -1,
167717                   /* value */
167718                   0,
167719               };
167720               
167721               static const char*
167722               _CIM_ExecuteProgram_CommandLine_qualifiers[] =
167723               {
167724                   0,
167725               };
167726               
167727 mike  1.1.2.1 static MetaProperty
167728               _CIM_ExecuteProgram_CommandLine =
167729               {
167730                   /* flags */
167731                   META_FLAG_PROPERTY|META_FLAG_READ,
167732                   /* name */
167733                   "CommandLine",
167734                   /* qualifiers */
167735                   _CIM_ExecuteProgram_CommandLine_qualifiers,
167736                   /* type */
167737                   CIMTYPE_STRING,
167738                   /* subscript */
167739                   -1,
167740                   /* value */
167741                   0,
167742               };
167743               
167744               static MetaFeature*
167745               _CIM_ExecuteProgram_features[] =
167746               {
167747                   (MetaFeature*)&_CIM_ExecuteProgram_ProgramPath,
167748 mike  1.1.2.1     (MetaFeature*)&_CIM_ExecuteProgram_CommandLine,
167749                   0,
167750               };
167751               
167752               static const char*
167753               __root_cimv2_CIM_ExecuteProgram_qualifiers[] =
167754               {
167755                   /* UMLPackagePath */
167756                   "\057CIM::Application::CheckAction",
167757                   /* Version */
167758                   "\0632.6.0",
167759                   0,
167760               };
167761               
167762               MetaClass
167763               __root_cimv2_CIM_ExecuteProgram =
167764               {
167765                   /* flags */
167766                   META_FLAG_CLASS,
167767                   /* name */
167768                   "CIM_ExecuteProgram",
167769 mike  1.1.2.1     /* qualifiers */
167770                   __root_cimv2_CIM_ExecuteProgram_qualifiers,
167771                   /* super */
167772                   &__root_cimv2_CIM_Action,
167773                   /* features */
167774                   _CIM_ExecuteProgram_features,
167775               };
167776               
167777               //==============================================================================
167778               //
167779               // Class: CIM_FileAction
167780               //
167781               //==============================================================================
167782               
167783               static MetaFeature*
167784               _CIM_FileAction_features[] =
167785               {
167786                   0,
167787               };
167788               
167789               static const char*
167790 mike  1.1.2.1 __root_cimv2_CIM_FileAction_qualifiers[] =
167791               {
167792                   /* UMLPackagePath */
167793                   "\057CIM::Application::CheckAction",
167794                   /* Abstract */
167795                   "\002\001",
167796                   /* Version */
167797                   "\0632.6.0",
167798                   0,
167799               };
167800               
167801               MetaClass
167802               __root_cimv2_CIM_FileAction =
167803               {
167804                   /* flags */
167805                   META_FLAG_CLASS|META_FLAG_ABSTRACT,
167806                   /* name */
167807                   "CIM_FileAction",
167808                   /* qualifiers */
167809                   __root_cimv2_CIM_FileAction_qualifiers,
167810                   /* super */
167811 mike  1.1.2.1     &__root_cimv2_CIM_Action,
167812                   /* features */
167813                   _CIM_FileAction_features,
167814               };
167815               
167816               //==============================================================================
167817               //
167818               // Class: CIM_FileSpecification
167819               //
167820               //==============================================================================
167821               
167822               static const char*
167823               _CIM_FileSpecification_FileName_qualifiers[] =
167824               {
167825                   /* MaxLen */
167826                   "\030\000\000\004\000",
167827                   0,
167828               };
167829               
167830               static MetaProperty
167831               _CIM_FileSpecification_FileName =
167832 mike  1.1.2.1 {
167833                   /* flags */
167834                   META_FLAG_PROPERTY|META_FLAG_READ,
167835                   /* name */
167836                   "FileName",
167837                   /* qualifiers */
167838                   _CIM_FileSpecification_FileName_qualifiers,
167839                   /* type */
167840                   CIMTYPE_STRING,
167841                   /* subscript */
167842                   -1,
167843                   /* value */
167844                   0,
167845               };
167846               
167847               static const char*
167848               _CIM_FileSpecification_CreateTimeStamp_qualifiers[] =
167849               {
167850                   0,
167851               };
167852               
167853 mike  1.1.2.1 static MetaProperty
167854               _CIM_FileSpecification_CreateTimeStamp =
167855               {
167856                   /* flags */
167857                   META_FLAG_PROPERTY|META_FLAG_READ,
167858                   /* name */
167859                   "CreateTimeStamp",
167860                   /* qualifiers */
167861                   _CIM_FileSpecification_CreateTimeStamp_qualifiers,
167862                   /* type */
167863                   CIMTYPE_DATETIME,
167864                   /* subscript */
167865                   -1,
167866                   /* value */
167867                   0,
167868               };
167869               
167870               static const char*
167871               _CIM_FileSpecification_FileSize_qualifiers[] =
167872               {
167873                   /* Units */
167874 mike  1.1.2.1     "\060KiloBytes",
167875                   0,
167876               };
167877               
167878               static MetaProperty
167879               _CIM_FileSpecification_FileSize =
167880               {
167881                   /* flags */
167882                   META_FLAG_PROPERTY|META_FLAG_READ,
167883                   /* name */
167884                   "FileSize",
167885                   /* qualifiers */
167886                   _CIM_FileSpecification_FileSize_qualifiers,
167887                   /* type */
167888                   CIMTYPE_UINT64,
167889                   /* subscript */
167890                   -1,
167891                   /* value */
167892                   0,
167893               };
167894               
167895 mike  1.1.2.1 static const char*
167896               _CIM_FileSpecification_CheckSum_qualifiers[] =
167897               {
167898                   /* MappingStrings */
167899                   "\026\000\001MIF.DMTF|Software Signature|002.4\000",
167900                   0,
167901               };
167902               
167903               static MetaProperty
167904               _CIM_FileSpecification_CheckSum =
167905               {
167906                   /* flags */
167907                   META_FLAG_PROPERTY|META_FLAG_READ,
167908                   /* name */
167909                   "CheckSum",
167910                   /* qualifiers */
167911                   _CIM_FileSpecification_CheckSum_qualifiers,
167912                   /* type */
167913                   CIMTYPE_UINT32,
167914                   /* subscript */
167915                   -1,
167916 mike  1.1.2.1     /* value */
167917                   0,
167918               };
167919               
167920               static const char*
167921               _CIM_FileSpecification_CRC1_qualifiers[] =
167922               {
167923                   /* MappingStrings */
167924                   "\026\000\001MIF.DMTF|Software Signature|002.5\000",
167925                   0,
167926               };
167927               
167928               static MetaProperty
167929               _CIM_FileSpecification_CRC1 =
167930               {
167931                   /* flags */
167932                   META_FLAG_PROPERTY|META_FLAG_READ,
167933                   /* name */
167934                   "CRC1",
167935                   /* qualifiers */
167936                   _CIM_FileSpecification_CRC1_qualifiers,
167937 mike  1.1.2.1     /* type */
167938                   CIMTYPE_UINT32,
167939                   /* subscript */
167940                   -1,
167941                   /* value */
167942                   0,
167943               };
167944               
167945               static const char*
167946               _CIM_FileSpecification_CRC2_qualifiers[] =
167947               {
167948                   /* MappingStrings */
167949                   "\026\000\001MIF.DMTF|Software Signature|002.6\000",
167950                   0,
167951               };
167952               
167953               static MetaProperty
167954               _CIM_FileSpecification_CRC2 =
167955               {
167956                   /* flags */
167957                   META_FLAG_PROPERTY|META_FLAG_READ,
167958 mike  1.1.2.1     /* name */
167959                   "CRC2",
167960                   /* qualifiers */
167961                   _CIM_FileSpecification_CRC2_qualifiers,
167962                   /* type */
167963                   CIMTYPE_UINT32,
167964                   /* subscript */
167965                   -1,
167966                   /* value */
167967                   0,
167968               };
167969               
167970               static const char*
167971               _CIM_FileSpecification_MD5Checksum_qualifiers[] =
167972               {
167973                   /* MaxLen */
167974                   "\030\000\000\000\040",
167975                   0,
167976               };
167977               
167978               static MetaProperty
167979 mike  1.1.2.1 _CIM_FileSpecification_MD5Checksum =
167980               {
167981                   /* flags */
167982                   META_FLAG_PROPERTY|META_FLAG_READ,
167983                   /* name */
167984                   "MD5Checksum",
167985                   /* qualifiers */
167986                   _CIM_FileSpecification_MD5Checksum_qualifiers,
167987                   /* type */
167988                   CIMTYPE_STRING,
167989                   /* subscript */
167990                   -1,
167991                   /* value */
167992                   0,
167993               };
167994               
167995               static MetaFeature*
167996               _CIM_FileSpecification_features[] =
167997               {
167998                   (MetaFeature*)&_CIM_FileSpecification_FileName,
167999                   (MetaFeature*)&_CIM_FileSpecification_CreateTimeStamp,
168000 mike  1.1.2.1     (MetaFeature*)&_CIM_FileSpecification_FileSize,
168001                   (MetaFeature*)&_CIM_FileSpecification_CheckSum,
168002                   (MetaFeature*)&_CIM_FileSpecification_CRC1,
168003                   (MetaFeature*)&_CIM_FileSpecification_CRC2,
168004                   (MetaFeature*)&_CIM_FileSpecification_MD5Checksum,
168005                   0,
168006               };
168007               
168008               static const char*
168009               __root_cimv2_CIM_FileSpecification_qualifiers[] =
168010               {
168011                   /* UMLPackagePath */
168012                   "\057CIM::Application::CheckAction",
168013                   /* Version */
168014                   "\0632.6.0",
168015                   0,
168016               };
168017               
168018               MetaClass
168019               __root_cimv2_CIM_FileSpecification =
168020               {
168021 mike  1.1.2.1     /* flags */
168022                   META_FLAG_CLASS,
168023                   /* name */
168024                   "CIM_FileSpecification",
168025                   /* qualifiers */
168026                   __root_cimv2_CIM_FileSpecification_qualifiers,
168027                   /* super */
168028                   &__root_cimv2_CIM_Check,
168029                   /* features */
168030                   _CIM_FileSpecification_features,
168031               };
168032               
168033               //==============================================================================
168034               //
168035               // Class: CIM_FilterOfSecurityAssociation
168036               //
168037               //==============================================================================
168038               
168039               static const char*
168040               _CIM_FilterOfSecurityAssociation_Antecedent_qualifiers[] =
168041               {
168042 mike  1.1.2.1     /* Override */
168043                   "\044Antecedent",
168044                   /* Max */
168045                   "\027\000\000\000\001",
168046                   0,
168047               };
168048               
168049               static MetaReference
168050               _CIM_FilterOfSecurityAssociation_Antecedent =
168051               {
168052                   /* flags */
168053                   META_FLAG_REFERENCE|META_FLAG_READ,
168054                   /* name */
168055                   "Antecedent",
168056                   /* qualifiers */
168057                   _CIM_FilterOfSecurityAssociation_Antecedent_qualifiers,
168058                   /* subscript */
168059                   -1,
168060                   /* refId */
168061                   &__root_cimv2_CIM_FilterList,
168062               };
168063 mike  1.1.2.1 
168064               static const char*
168065               _CIM_FilterOfSecurityAssociation_Dependent_qualifiers[] =
168066               {
168067                   /* Override */
168068                   "\044Dependent",
168069                   0,
168070               };
168071               
168072               static MetaReference
168073               _CIM_FilterOfSecurityAssociation_Dependent =
168074               {
168075                   /* flags */
168076                   META_FLAG_REFERENCE|META_FLAG_READ,
168077                   /* name */
168078                   "Dependent",
168079                   /* qualifiers */
168080                   _CIM_FilterOfSecurityAssociation_Dependent_qualifiers,
168081                   /* subscript */
168082                   -1,
168083                   /* refId */
168084 mike  1.1.2.1     &__root_cimv2_CIM_SecurityAssociationEndpoint,
168085               };
168086               
168087               static MetaFeature*
168088               _CIM_FilterOfSecurityAssociation_features[] =
168089               {
168090                   (MetaFeature*)&_CIM_FilterOfSecurityAssociation_Antecedent,
168091                   (MetaFeature*)&_CIM_FilterOfSecurityAssociation_Dependent,
168092                   0,
168093               };
168094               
168095               static const char*
168096               __root_cimv2_CIM_FilterOfSecurityAssociation_qualifiers[] =
168097               {
168098                   /* ASSOCIATION */
168099                   "\000\001",
168100                   /* UMLPackagePath */
168101                   "\057CIM::Network::IPsec",
168102                   /* Version */
168103                   "\0632.8.0",
168104                   0,
168105 mike  1.1.2.1 };
168106               
168107               MetaClass
168108               __root_cimv2_CIM_FilterOfSecurityAssociation =
168109               {
168110                   /* flags */
168111                   META_FLAG_ASSOCIATION,
168112                   /* name */
168113                   "CIM_FilterOfSecurityAssociation",
168114                   /* qualifiers */
168115                   __root_cimv2_CIM_FilterOfSecurityAssociation_qualifiers,
168116                   /* super */
168117                   &__root_cimv2_CIM_Dependency,
168118                   /* features */
168119                   _CIM_FilterOfSecurityAssociation_features,
168120               };
168121               
168122               //==============================================================================
168123               //
168124               // Class: CIM_FlowService
168125               //
168126 mike  1.1.2.1 //==============================================================================
168127               
168128               static const char*
168129               _CIM_FlowService_FlowID_qualifiers[] =
168130               {
168131                   0,
168132               };
168133               
168134               static MetaProperty
168135               _CIM_FlowService_FlowID =
168136               {
168137                   /* flags */
168138                   META_FLAG_PROPERTY|META_FLAG_READ,
168139                   /* name */
168140                   "FlowID",
168141                   /* qualifiers */
168142                   _CIM_FlowService_FlowID_qualifiers,
168143                   /* type */
168144                   CIMTYPE_STRING,
168145                   /* subscript */
168146                   -1,
168147 mike  1.1.2.1     /* value */
168148                   0,
168149               };
168150               
168151               static MetaFeature*
168152               _CIM_FlowService_features[] =
168153               {
168154                   (MetaFeature*)&_CIM_FlowService_FlowID,
168155                   0,
168156               };
168157               
168158               static const char*
168159               __root_cimv2_CIM_FlowService_qualifiers[] =
168160               {
168161                   /* UMLPackagePath */
168162                   "\057CIM::Network::QoS",
168163                   /* Version */
168164                   "\0632.7.0",
168165                   0,
168166               };
168167               
168168 mike  1.1.2.1 MetaClass
168169               __root_cimv2_CIM_FlowService =
168170               {
168171                   /* flags */
168172                   META_FLAG_CLASS,
168173                   /* name */
168174                   "CIM_FlowService",
168175                   /* qualifiers */
168176                   __root_cimv2_CIM_FlowService_qualifiers,
168177                   /* super */
168178                   &__root_cimv2_CIM_QoSService,
168179                   /* features */
168180                   _CIM_FlowService_features,
168181               };
168182               
168183               //==============================================================================
168184               //
168185               // Class: CIM_ForwardingService
168186               //
168187               //==============================================================================
168188               
168189 mike  1.1.2.1 static const char*
168190               _CIM_ForwardingService_ProtocolType_qualifiers[] =
168191               {
168192                   /* ValueMap */
168193                   "\061\000\0240\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\000",
168194                   /* Values */
168195                   "\062\000\024Unknown\000Other\000IPv4\000IPv6\000IPv4/IPv6\000IPX\000AppleTalk\000DECnet\000SNA\000CONP\000CLNP\000VINES\000XNS\000ATM\000Frame Relay\000Ethernet\000TokenRing\000FDDI\000Infiniband\000Fibre Channel\000",
168196                   /* ModelCorrespondence */
168197                   "\036\000\001CIM_ForwardingService.OtherProtocolType\000",
168198                   0,
168199               };
168200               
168201               static MetaProperty
168202               _CIM_ForwardingService_ProtocolType =
168203               {
168204                   /* flags */
168205                   META_FLAG_PROPERTY|META_FLAG_READ,
168206                   /* name */
168207                   "ProtocolType",
168208                   /* qualifiers */
168209                   _CIM_ForwardingService_ProtocolType_qualifiers,
168210 mike  1.1.2.1     /* type */
168211                   CIMTYPE_UINT16,
168212                   /* subscript */
168213                   -1,
168214                   /* value */
168215                   0,
168216               };
168217               
168218               static const char*
168219               _CIM_ForwardingService_OtherProtocolType_qualifiers[] =
168220               {
168221                   /* MaxLen */
168222                   "\030\000\000\000\040",
168223                   /* ModelCorrespondence */
168224                   "\036\000\001CIM_ForwardingService.ProtocolType\000",
168225                   0,
168226               };
168227               
168228               static MetaProperty
168229               _CIM_ForwardingService_OtherProtocolType =
168230               {
168231 mike  1.1.2.1     /* flags */
168232                   META_FLAG_PROPERTY|META_FLAG_READ,
168233                   /* name */
168234                   "OtherProtocolType",
168235                   /* qualifiers */
168236                   _CIM_ForwardingService_OtherProtocolType_qualifiers,
168237                   /* type */
168238                   CIMTYPE_STRING,
168239                   /* subscript */
168240                   -1,
168241                   /* value */
168242                   0,
168243               };
168244               
168245               static MetaFeature*
168246               _CIM_ForwardingService_features[] =
168247               {
168248                   (MetaFeature*)&_CIM_ForwardingService_ProtocolType,
168249                   (MetaFeature*)&_CIM_ForwardingService_OtherProtocolType,
168250                   0,
168251               };
168252 mike  1.1.2.1 
168253               static const char*
168254               __root_cimv2_CIM_ForwardingService_qualifiers[] =
168255               {
168256                   /* UMLPackagePath */
168257                   "\057CIM::Network::RoutingForwarding",
168258                   /* Version */
168259                   "\0632.7.0",
168260                   0,
168261               };
168262               
168263               MetaClass
168264               __root_cimv2_CIM_ForwardingService =
168265               {
168266                   /* flags */
168267                   META_FLAG_CLASS,
168268                   /* name */
168269                   "CIM_ForwardingService",
168270                   /* qualifiers */
168271                   __root_cimv2_CIM_ForwardingService_qualifiers,
168272                   /* super */
168273 mike  1.1.2.1     &__root_cimv2_CIM_NetworkService,
168274                   /* features */
168275                   _CIM_ForwardingService_features,
168276               };
168277               
168278               //==============================================================================
168279               //
168280               // Class: CIM_ForwardsAmong
168281               //
168282               //==============================================================================
168283               
168284               static const char*
168285               _CIM_ForwardsAmong_Antecedent_qualifiers[] =
168286               {
168287                   /* Override */
168288                   "\044Antecedent",
168289                   0,
168290               };
168291               
168292               static MetaReference
168293               _CIM_ForwardsAmong_Antecedent =
168294 mike  1.1.2.1 {
168295                   /* flags */
168296                   META_FLAG_REFERENCE|META_FLAG_READ,
168297                   /* name */
168298                   "Antecedent",
168299                   /* qualifiers */
168300                   _CIM_ForwardsAmong_Antecedent_qualifiers,
168301                   /* subscript */
168302                   -1,
168303                   /* refId */
168304                   &__root_cimv2_CIM_ProtocolEndpoint,
168305               };
168306               
168307               static const char*
168308               _CIM_ForwardsAmong_Dependent_qualifiers[] =
168309               {
168310                   /* Override */
168311                   "\044Dependent",
168312                   0,
168313               };
168314               
168315 mike  1.1.2.1 static MetaReference
168316               _CIM_ForwardsAmong_Dependent =
168317               {
168318                   /* flags */
168319                   META_FLAG_REFERENCE|META_FLAG_READ,
168320                   /* name */
168321                   "Dependent",
168322                   /* qualifiers */
168323                   _CIM_ForwardsAmong_Dependent_qualifiers,
168324                   /* subscript */
168325                   -1,
168326                   /* refId */
168327                   &__root_cimv2_CIM_ForwardingService,
168328               };
168329               
168330               static MetaFeature*
168331               _CIM_ForwardsAmong_features[] =
168332               {
168333                   (MetaFeature*)&_CIM_ForwardsAmong_Antecedent,
168334                   (MetaFeature*)&_CIM_ForwardsAmong_Dependent,
168335                   0,
168336 mike  1.1.2.1 };
168337               
168338               static const char*
168339               __root_cimv2_CIM_ForwardsAmong_qualifiers[] =
168340               {
168341                   /* ASSOCIATION */
168342                   "\000\001",
168343                   /* UMLPackagePath */
168344                   "\057CIM::Network::RoutingForwarding",
168345                   /* Version */
168346                   "\0632.6.0",
168347                   0,
168348               };
168349               
168350               MetaClass
168351               __root_cimv2_CIM_ForwardsAmong =
168352               {
168353                   /* flags */
168354                   META_FLAG_ASSOCIATION,
168355                   /* name */
168356                   "CIM_ForwardsAmong",
168357 mike  1.1.2.1     /* qualifiers */
168358                   __root_cimv2_CIM_ForwardsAmong_qualifiers,
168359                   /* super */
168360                   &__root_cimv2_CIM_ServiceSAPDependency,
168361                   /* features */
168362                   _CIM_ForwardsAmong_features,
168363               };
168364               
168365               //==============================================================================
168366               //
168367               // Class: CIM_FromDirectoryAction
168368               //
168369               //==============================================================================
168370               
168371               static const char*
168372               _CIM_FromDirectoryAction_SourceDirectory_qualifiers[] =
168373               {
168374                   /* Key */
168375                   "\025\001",
168376                   /* Max */
168377                   "\027\000\000\000\001",
168378 mike  1.1.2.1     0,
168379               };
168380               
168381               static MetaReference
168382               _CIM_FromDirectoryAction_SourceDirectory =
168383               {
168384                   /* flags */
168385                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
168386                   /* name */
168387                   "SourceDirectory",
168388                   /* qualifiers */
168389                   _CIM_FromDirectoryAction_SourceDirectory_qualifiers,
168390                   /* subscript */
168391                   -1,
168392                   /* refId */
168393                   &__root_cimv2_CIM_DirectoryAction,
168394               };
168395               
168396               static const char*
168397               _CIM_FromDirectoryAction_FileName_qualifiers[] =
168398               {
168399 mike  1.1.2.1     /* Key */
168400                   "\025\001",
168401                   0,
168402               };
168403               
168404               static MetaReference
168405               _CIM_FromDirectoryAction_FileName =
168406               {
168407                   /* flags */
168408                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
168409                   /* name */
168410                   "FileName",
168411                   /* qualifiers */
168412                   _CIM_FromDirectoryAction_FileName_qualifiers,
168413                   /* subscript */
168414                   -1,
168415                   /* refId */
168416                   &__root_cimv2_CIM_FileAction,
168417               };
168418               
168419               static MetaFeature*
168420 mike  1.1.2.1 _CIM_FromDirectoryAction_features[] =
168421               {
168422                   (MetaFeature*)&_CIM_FromDirectoryAction_SourceDirectory,
168423                   (MetaFeature*)&_CIM_FromDirectoryAction_FileName,
168424                   0,
168425               };
168426               
168427               static const char*
168428               __root_cimv2_CIM_FromDirectoryAction_qualifiers[] =
168429               {
168430                   /* ASSOCIATION */
168431                   "\000\001",
168432                   /* UMLPackagePath */
168433                   "\057CIM::Application::CheckAction",
168434                   /* Version */
168435                   "\0632.6.0",
168436                   0,
168437               };
168438               
168439               MetaClass
168440               __root_cimv2_CIM_FromDirectoryAction =
168441 mike  1.1.2.1 {
168442                   /* flags */
168443                   META_FLAG_ASSOCIATION,
168444                   /* name */
168445                   "CIM_FromDirectoryAction",
168446                   /* qualifiers */
168447                   __root_cimv2_CIM_FromDirectoryAction_qualifiers,
168448                   /* super */
168449                   0,
168450                   /* features */
168451                   _CIM_FromDirectoryAction_features,
168452               };
168453               
168454               //==============================================================================
168455               //
168456               // Class: CIM_FromDirectorySpecification
168457               //
168458               //==============================================================================
168459               
168460               static const char*
168461               _CIM_FromDirectorySpecification_SourceDirectory_qualifiers[] =
168462 mike  1.1.2.1 {
168463                   /* Key */
168464                   "\025\001",
168465                   /* Max */
168466                   "\027\000\000\000\001",
168467                   0,
168468               };
168469               
168470               static MetaReference
168471               _CIM_FromDirectorySpecification_SourceDirectory =
168472               {
168473                   /* flags */
168474                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
168475                   /* name */
168476                   "SourceDirectory",
168477                   /* qualifiers */
168478                   _CIM_FromDirectorySpecification_SourceDirectory_qualifiers,
168479                   /* subscript */
168480                   -1,
168481                   /* refId */
168482                   &__root_cimv2_CIM_DirectorySpecification,
168483 mike  1.1.2.1 };
168484               
168485               static const char*
168486               _CIM_FromDirectorySpecification_FileName_qualifiers[] =
168487               {
168488                   /* Key */
168489                   "\025\001",
168490                   0,
168491               };
168492               
168493               static MetaReference
168494               _CIM_FromDirectorySpecification_FileName =
168495               {
168496                   /* flags */
168497                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
168498                   /* name */
168499                   "FileName",
168500                   /* qualifiers */
168501                   _CIM_FromDirectorySpecification_FileName_qualifiers,
168502                   /* subscript */
168503                   -1,
168504 mike  1.1.2.1     /* refId */
168505                   &__root_cimv2_CIM_FileAction,
168506               };
168507               
168508               static MetaFeature*
168509               _CIM_FromDirectorySpecification_features[] =
168510               {
168511                   (MetaFeature*)&_CIM_FromDirectorySpecification_SourceDirectory,
168512                   (MetaFeature*)&_CIM_FromDirectorySpecification_FileName,
168513                   0,
168514               };
168515               
168516               static const char*
168517               __root_cimv2_CIM_FromDirectorySpecification_qualifiers[] =
168518               {
168519                   /* ASSOCIATION */
168520                   "\000\001",
168521                   /* UMLPackagePath */
168522                   "\057CIM::Application::CheckAction",
168523                   /* Version */
168524                   "\0632.6.0",
168525 mike  1.1.2.1     0,
168526               };
168527               
168528               MetaClass
168529               __root_cimv2_CIM_FromDirectorySpecification =
168530               {
168531                   /* flags */
168532                   META_FLAG_ASSOCIATION,
168533                   /* name */
168534                   "CIM_FromDirectorySpecification",
168535                   /* qualifiers */
168536                   __root_cimv2_CIM_FromDirectorySpecification_qualifiers,
168537                   /* super */
168538                   0,
168539                   /* features */
168540                   _CIM_FromDirectorySpecification_features,
168541               };
168542               
168543               //==============================================================================
168544               //
168545               // Class: CIM_Hdr8021PService
168546 mike  1.1.2.1 //
168547               //==============================================================================
168548               
168549               static const char*
168550               _CIM_Hdr8021PService_PriorityValue_qualifiers[] =
168551               {
168552                   /* Deprecated */
168553                   "\013\000\001CIM_Hdr8021Filter.HdrPriorityValue8021\000",
168554                   0,
168555               };
168556               
168557               static MetaProperty
168558               _CIM_Hdr8021PService_PriorityValue =
168559               {
168560                   /* flags */
168561                   META_FLAG_PROPERTY|META_FLAG_READ,
168562                   /* name */
168563                   "PriorityValue",
168564                   /* qualifiers */
168565                   _CIM_Hdr8021PService_PriorityValue_qualifiers,
168566                   /* type */
168567 mike  1.1.2.1     CIMTYPE_UINT8,
168568                   /* subscript */
168569                   -1,
168570                   /* value */
168571                   0,
168572               };
168573               
168574               static MetaFeature*
168575               _CIM_Hdr8021PService_features[] =
168576               {
168577                   (MetaFeature*)&_CIM_Hdr8021PService_PriorityValue,
168578                   0,
168579               };
168580               
168581               static const char*
168582               __root_cimv2_CIM_Hdr8021PService_qualifiers[] =
168583               {
168584                   /* Deprecated */
168585                   "\013\000\001CIM_QoSService\000",
168586                   /* UMLPackagePath */
168587                   "\057CIM::Network::QoS",
168588 mike  1.1.2.1     /* Version */
168589                   "\0632.7.0",
168590                   0,
168591               };
168592               
168593               MetaClass
168594               __root_cimv2_CIM_Hdr8021PService =
168595               {
168596                   /* flags */
168597                   META_FLAG_CLASS,
168598                   /* name */
168599                   "CIM_Hdr8021PService",
168600                   /* qualifiers */
168601                   __root_cimv2_CIM_Hdr8021PService_qualifiers,
168602                   /* super */
168603                   &__root_cimv2_CIM_QoSService,
168604                   /* features */
168605                   _CIM_Hdr8021PService_features,
168606               };
168607               
168608               //==============================================================================
168609 mike  1.1.2.1 //
168610               // Class: CIM_HeadTailDropQueueBinding
168611               //
168612               //==============================================================================
168613               
168614               static const char*
168615               _CIM_HeadTailDropQueueBinding_Antecedent_qualifiers[] =
168616               {
168617                   /* Override */
168618                   "\044Antecedent",
168619                   /* Min */
168620                   "\033\000\000\000\001",
168621                   0,
168622               };
168623               
168624               static MetaReference
168625               _CIM_HeadTailDropQueueBinding_Antecedent =
168626               {
168627                   /* flags */
168628                   META_FLAG_REFERENCE|META_FLAG_READ,
168629                   /* name */
168630 mike  1.1.2.1     "Antecedent",
168631                   /* qualifiers */
168632                   _CIM_HeadTailDropQueueBinding_Antecedent_qualifiers,
168633                   /* subscript */
168634                   -1,
168635                   /* refId */
168636                   &__root_cimv2_CIM_QueuingService,
168637               };
168638               
168639               static const char*
168640               _CIM_HeadTailDropQueueBinding_Dependent_qualifiers[] =
168641               {
168642                   /* Override */
168643                   "\044Dependent",
168644                   0,
168645               };
168646               
168647               static MetaReference
168648               _CIM_HeadTailDropQueueBinding_Dependent =
168649               {
168650                   /* flags */
168651 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
168652                   /* name */
168653                   "Dependent",
168654                   /* qualifiers */
168655                   _CIM_HeadTailDropQueueBinding_Dependent_qualifiers,
168656                   /* subscript */
168657                   -1,
168658                   /* refId */
168659                   &__root_cimv2_CIM_HeadTailDropper,
168660               };
168661               
168662               static MetaFeature*
168663               _CIM_HeadTailDropQueueBinding_features[] =
168664               {
168665                   (MetaFeature*)&_CIM_HeadTailDropQueueBinding_Antecedent,
168666                   (MetaFeature*)&_CIM_HeadTailDropQueueBinding_Dependent,
168667                   0,
168668               };
168669               
168670               static const char*
168671               __root_cimv2_CIM_HeadTailDropQueueBinding_qualifiers[] =
168672 mike  1.1.2.1 {
168673                   /* ASSOCIATION */
168674                   "\000\001",
168675                   /* UMLPackagePath */
168676                   "\057CIM::Network::QoS",
168677                   /* Version */
168678                   "\0632.7.0",
168679                   0,
168680               };
168681               
168682               MetaClass
168683               __root_cimv2_CIM_HeadTailDropQueueBinding =
168684               {
168685                   /* flags */
168686                   META_FLAG_ASSOCIATION,
168687                   /* name */
168688                   "CIM_HeadTailDropQueueBinding",
168689                   /* qualifiers */
168690                   __root_cimv2_CIM_HeadTailDropQueueBinding_qualifiers,
168691                   /* super */
168692                   &__root_cimv2_CIM_Dependency,
168693 mike  1.1.2.1     /* features */
168694                   _CIM_HeadTailDropQueueBinding_features,
168695               };
168696               
168697               //==============================================================================
168698               //
168699               // Class: CIM_HostedBootService
168700               //
168701               //==============================================================================
168702               
168703               static const char*
168704               _CIM_HostedBootService_Antecedent_qualifiers[] =
168705               {
168706                   /* Override */
168707                   "\044Antecedent",
168708                   /* Min */
168709                   "\033\000\000\000\001",
168710                   /* Max */
168711                   "\027\000\000\000\001",
168712                   0,
168713               };
168714 mike  1.1.2.1 
168715               static MetaReference
168716               _CIM_HostedBootService_Antecedent =
168717               {
168718                   /* flags */
168719                   META_FLAG_REFERENCE|META_FLAG_READ,
168720                   /* name */
168721                   "Antecedent",
168722                   /* qualifiers */
168723                   _CIM_HostedBootService_Antecedent_qualifiers,
168724                   /* subscript */
168725                   -1,
168726                   /* refId */
168727                   &__root_cimv2_CIM_System,
168728               };
168729               
168730               static const char*
168731               _CIM_HostedBootService_Dependent_qualifiers[] =
168732               {
168733                   /* Override */
168734                   "\044Dependent",
168735 mike  1.1.2.1     0,
168736               };
168737               
168738               static MetaReference
168739               _CIM_HostedBootService_Dependent =
168740               {
168741                   /* flags */
168742                   META_FLAG_REFERENCE|META_FLAG_READ,
168743                   /* name */
168744                   "Dependent",
168745                   /* qualifiers */
168746                   _CIM_HostedBootService_Dependent_qualifiers,
168747                   /* subscript */
168748                   -1,
168749                   /* refId */
168750                   &__root_cimv2_CIM_BootService,
168751               };
168752               
168753               static MetaFeature*
168754               _CIM_HostedBootService_features[] =
168755               {
168756 mike  1.1.2.1     (MetaFeature*)&_CIM_HostedBootService_Antecedent,
168757                   (MetaFeature*)&_CIM_HostedBootService_Dependent,
168758                   0,
168759               };
168760               
168761               static const char*
168762               __root_cimv2_CIM_HostedBootService_qualifiers[] =
168763               {
168764                   /* ASSOCIATION */
168765                   "\000\001",
168766                   /* UMLPackagePath */
168767                   "\057CIM::System::Boot",
168768                   /* Version */
168769                   "\0632.6.0",
168770                   0,
168771               };
168772               
168773               MetaClass
168774               __root_cimv2_CIM_HostedBootService =
168775               {
168776                   /* flags */
168777 mike  1.1.2.1     META_FLAG_ASSOCIATION,
168778                   /* name */
168779                   "CIM_HostedBootService",
168780                   /* qualifiers */
168781                   __root_cimv2_CIM_HostedBootService_qualifiers,
168782                   /* super */
168783                   &__root_cimv2_CIM_HostedService,
168784                   /* features */
168785                   _CIM_HostedBootService_features,
168786               };
168787               
168788               //==============================================================================
168789               //
168790               // Class: CIM_HostedClusterService
168791               //
168792               //==============================================================================
168793               
168794               static const char*
168795               _CIM_HostedClusterService_Antecedent_qualifiers[] =
168796               {
168797                   /* Override */
168798 mike  1.1.2.1     "\044Antecedent",
168799                   /* Min */
168800                   "\033\000\000\000\001",
168801                   /* Max */
168802                   "\027\000\000\000\001",
168803                   0,
168804               };
168805               
168806               static MetaReference
168807               _CIM_HostedClusterService_Antecedent =
168808               {
168809                   /* flags */
168810                   META_FLAG_REFERENCE|META_FLAG_READ,
168811                   /* name */
168812                   "Antecedent",
168813                   /* qualifiers */
168814                   _CIM_HostedClusterService_Antecedent_qualifiers,
168815                   /* subscript */
168816                   -1,
168817                   /* refId */
168818                   &__root_cimv2_CIM_ComputerSystem,
168819 mike  1.1.2.1 };
168820               
168821               static const char*
168822               _CIM_HostedClusterService_Dependent_qualifiers[] =
168823               {
168824                   /* Override */
168825                   "\044Dependent",
168826                   0,
168827               };
168828               
168829               static MetaReference
168830               _CIM_HostedClusterService_Dependent =
168831               {
168832                   /* flags */
168833                   META_FLAG_REFERENCE|META_FLAG_READ,
168834                   /* name */
168835                   "Dependent",
168836                   /* qualifiers */
168837                   _CIM_HostedClusterService_Dependent_qualifiers,
168838                   /* subscript */
168839                   -1,
168840 mike  1.1.2.1     /* refId */
168841                   &__root_cimv2_CIM_ClusteringService,
168842               };
168843               
168844               static MetaFeature*
168845               _CIM_HostedClusterService_features[] =
168846               {
168847                   (MetaFeature*)&_CIM_HostedClusterService_Antecedent,
168848                   (MetaFeature*)&_CIM_HostedClusterService_Dependent,
168849                   0,
168850               };
168851               
168852               static const char*
168853               __root_cimv2_CIM_HostedClusterService_qualifiers[] =
168854               {
168855                   /* ASSOCIATION */
168856                   "\000\001",
168857                   /* UMLPackagePath */
168858                   "\057CIM::System::SystemElements",
168859                   /* Version */
168860                   "\0632.8.1000",
168861 mike  1.1.2.1     0,
168862               };
168863               
168864               MetaClass
168865               __root_cimv2_CIM_HostedClusterService =
168866               {
168867                   /* flags */
168868                   META_FLAG_ASSOCIATION,
168869                   /* name */
168870                   "CIM_HostedClusterService",
168871                   /* qualifiers */
168872                   __root_cimv2_CIM_HostedClusterService_qualifiers,
168873                   /* super */
168874                   &__root_cimv2_CIM_HostedService,
168875                   /* features */
168876                   _CIM_HostedClusterService_features,
168877               };
168878               
168879               //==============================================================================
168880               //
168881               // Class: CIM_HostedForwardingServices
168882 mike  1.1.2.1 //
168883               //==============================================================================
168884               
168885               static const char*
168886               _CIM_HostedForwardingServices_Antecedent_qualifiers[] =
168887               {
168888                   /* Deprecated */
168889                   "\013\000\001CIM_HostedService.Antecedent\000",
168890                   /* Override */
168891                   "\044Antecedent",
168892                   /* Min */
168893                   "\033\000\000\000\001",
168894                   /* Max */
168895                   "\027\000\000\000\001",
168896                   0,
168897               };
168898               
168899               static MetaReference
168900               _CIM_HostedForwardingServices_Antecedent =
168901               {
168902                   /* flags */
168903 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
168904                   /* name */
168905                   "Antecedent",
168906                   /* qualifiers */
168907                   _CIM_HostedForwardingServices_Antecedent_qualifiers,
168908                   /* subscript */
168909                   -1,
168910                   /* refId */
168911                   &__root_cimv2_CIM_ComputerSystem,
168912               };
168913               
168914               static const char*
168915               _CIM_HostedForwardingServices_Dependent_qualifiers[] =
168916               {
168917                   /* Deprecated */
168918                   "\013\000\001CIM_HostedService.Dependent\000",
168919                   /* Override */
168920                   "\044Dependent",
168921                   0,
168922               };
168923               
168924 mike  1.1.2.1 static MetaReference
168925               _CIM_HostedForwardingServices_Dependent =
168926               {
168927                   /* flags */
168928                   META_FLAG_REFERENCE|META_FLAG_READ,
168929                   /* name */
168930                   "Dependent",
168931                   /* qualifiers */
168932                   _CIM_HostedForwardingServices_Dependent_qualifiers,
168933                   /* subscript */
168934                   -1,
168935                   /* refId */
168936                   &__root_cimv2_CIM_ForwardingService,
168937               };
168938               
168939               static MetaFeature*
168940               _CIM_HostedForwardingServices_features[] =
168941               {
168942                   (MetaFeature*)&_CIM_HostedForwardingServices_Antecedent,
168943                   (MetaFeature*)&_CIM_HostedForwardingServices_Dependent,
168944                   0,
168945 mike  1.1.2.1 };
168946               
168947               static const char*
168948               __root_cimv2_CIM_HostedForwardingServices_qualifiers[] =
168949               {
168950                   /* ASSOCIATION */
168951                   "\000\001",
168952                   /* Deprecated */
168953                   "\013\000\001CIM_HostedService\000",
168954                   /* UMLPackagePath */
168955                   "\057CIM::Network::RoutingForwarding",
168956                   /* Version */
168957                   "\0632.7.1",
168958                   0,
168959               };
168960               
168961               MetaClass
168962               __root_cimv2_CIM_HostedForwardingServices =
168963               {
168964                   /* flags */
168965                   META_FLAG_ASSOCIATION,
168966 mike  1.1.2.1     /* name */
168967                   "CIM_HostedForwardingServices",
168968                   /* qualifiers */
168969                   __root_cimv2_CIM_HostedForwardingServices_qualifiers,
168970                   /* super */
168971                   &__root_cimv2_CIM_HostedService,
168972                   /* features */
168973                   _CIM_HostedForwardingServices_features,
168974               };
168975               
168976               //==============================================================================
168977               //
168978               // Class: CIM_HostedNetworkPipe
168979               //
168980               //==============================================================================
168981               
168982               static const char*
168983               _CIM_HostedNetworkPipe_Antecedent_qualifiers[] =
168984               {
168985                   /* Override */
168986                   "\044Antecedent",
168987 mike  1.1.2.1     /* Min */
168988                   "\033\000\000\000\001",
168989                   /* Max */
168990                   "\027\000\000\000\001",
168991                   0,
168992               };
168993               
168994               static MetaReference
168995               _CIM_HostedNetworkPipe_Antecedent =
168996               {
168997                   /* flags */
168998                   META_FLAG_REFERENCE|META_FLAG_READ,
168999                   /* name */
169000                   "Antecedent",
169001                   /* qualifiers */
169002                   _CIM_HostedNetworkPipe_Antecedent_qualifiers,
169003                   /* subscript */
169004                   -1,
169005                   /* refId */
169006                   &__root_cimv2_CIM_Network,
169007               };
169008 mike  1.1.2.1 
169009               static const char*
169010               _CIM_HostedNetworkPipe_Dependent_qualifiers[] =
169011               {
169012                   /* Override */
169013                   "\044Dependent",
169014                   0,
169015               };
169016               
169017               static MetaReference
169018               _CIM_HostedNetworkPipe_Dependent =
169019               {
169020                   /* flags */
169021                   META_FLAG_REFERENCE|META_FLAG_READ,
169022                   /* name */
169023                   "Dependent",
169024                   /* qualifiers */
169025                   _CIM_HostedNetworkPipe_Dependent_qualifiers,
169026                   /* subscript */
169027                   -1,
169028                   /* refId */
169029 mike  1.1.2.1     &__root_cimv2_CIM_NetworkPipe,
169030               };
169031               
169032               static MetaFeature*
169033               _CIM_HostedNetworkPipe_features[] =
169034               {
169035                   (MetaFeature*)&_CIM_HostedNetworkPipe_Antecedent,
169036                   (MetaFeature*)&_CIM_HostedNetworkPipe_Dependent,
169037                   0,
169038               };
169039               
169040               static const char*
169041               __root_cimv2_CIM_HostedNetworkPipe_qualifiers[] =
169042               {
169043                   /* ASSOCIATION */
169044                   "\000\001",
169045                   /* UMLPackagePath */
169046                   "\057CIM::Network::Pipes",
169047                   /* Version */
169048                   "\0632.7.0",
169049                   0,
169050 mike  1.1.2.1 };
169051               
169052               MetaClass
169053               __root_cimv2_CIM_HostedNetworkPipe =
169054               {
169055                   /* flags */
169056                   META_FLAG_ASSOCIATION,
169057                   /* name */
169058                   "CIM_HostedNetworkPipe",
169059                   /* qualifiers */
169060                   __root_cimv2_CIM_HostedNetworkPipe_qualifiers,
169061                   /* super */
169062                   &__root_cimv2_CIM_HostedDependency,
169063                   /* features */
169064                   _CIM_HostedNetworkPipe_features,
169065               };
169066               
169067               //==============================================================================
169068               //
169069               // Class: CIM_HostedRoutingServices
169070               //
169071 mike  1.1.2.1 //==============================================================================
169072               
169073               static const char*
169074               _CIM_HostedRoutingServices_Antecedent_qualifiers[] =
169075               {
169076                   /* Deprecated */
169077                   "\013\000\001CIM_HostedService.Antecedent\000",
169078                   /* Override */
169079                   "\044Antecedent",
169080                   /* Min */
169081                   "\033\000\000\000\001",
169082                   /* Max */
169083                   "\027\000\000\000\001",
169084                   0,
169085               };
169086               
169087               static MetaReference
169088               _CIM_HostedRoutingServices_Antecedent =
169089               {
169090                   /* flags */
169091                   META_FLAG_REFERENCE|META_FLAG_READ,
169092 mike  1.1.2.1     /* name */
169093                   "Antecedent",
169094                   /* qualifiers */
169095                   _CIM_HostedRoutingServices_Antecedent_qualifiers,
169096                   /* subscript */
169097                   -1,
169098                   /* refId */
169099                   &__root_cimv2_CIM_ComputerSystem,
169100               };
169101               
169102               static const char*
169103               _CIM_HostedRoutingServices_Dependent_qualifiers[] =
169104               {
169105                   /* Deprecated */
169106                   "\013\000\001CIM_HostedService.Dependent\000",
169107                   /* Override */
169108                   "\044Dependent",
169109                   0,
169110               };
169111               
169112               static MetaReference
169113 mike  1.1.2.1 _CIM_HostedRoutingServices_Dependent =
169114               {
169115                   /* flags */
169116                   META_FLAG_REFERENCE|META_FLAG_READ,
169117                   /* name */
169118                   "Dependent",
169119                   /* qualifiers */
169120                   _CIM_HostedRoutingServices_Dependent_qualifiers,
169121                   /* subscript */
169122                   -1,
169123                   /* refId */
169124                   &__root_cimv2_CIM_RouteCalculationService,
169125               };
169126               
169127               static MetaFeature*
169128               _CIM_HostedRoutingServices_features[] =
169129               {
169130                   (MetaFeature*)&_CIM_HostedRoutingServices_Antecedent,
169131                   (MetaFeature*)&_CIM_HostedRoutingServices_Dependent,
169132                   0,
169133               };
169134 mike  1.1.2.1 
169135               static const char*
169136               __root_cimv2_CIM_HostedRoutingServices_qualifiers[] =
169137               {
169138                   /* ASSOCIATION */
169139                   "\000\001",
169140                   /* Deprecated */
169141                   "\013\000\001CIM_HostedService\000",
169142                   /* UMLPackagePath */
169143                   "\057CIM::Network::RoutingForwarding",
169144                   /* Version */
169145                   "\0632.7.1",
169146                   0,
169147               };
169148               
169149               MetaClass
169150               __root_cimv2_CIM_HostedRoutingServices =
169151               {
169152                   /* flags */
169153                   META_FLAG_ASSOCIATION,
169154                   /* name */
169155 mike  1.1.2.1     "CIM_HostedRoutingServices",
169156                   /* qualifiers */
169157                   __root_cimv2_CIM_HostedRoutingServices_qualifiers,
169158                   /* super */
169159                   &__root_cimv2_CIM_HostedService,
169160                   /* features */
169161                   _CIM_HostedRoutingServices_features,
169162               };
169163               
169164               //==============================================================================
169165               //
169166               // Class: CIM_HostingCS
169167               //
169168               //==============================================================================
169169               
169170               static const char*
169171               _CIM_HostingCS_Antecedent_qualifiers[] =
169172               {
169173                   /* Override */
169174                   "\044Antecedent",
169175                   /* Min */
169176 mike  1.1.2.1     "\033\000\000\000\001",
169177                   0,
169178               };
169179               
169180               static MetaReference
169181               _CIM_HostingCS_Antecedent =
169182               {
169183                   /* flags */
169184                   META_FLAG_REFERENCE|META_FLAG_READ,
169185                   /* name */
169186                   "Antecedent",
169187                   /* qualifiers */
169188                   _CIM_HostingCS_Antecedent_qualifiers,
169189                   /* subscript */
169190                   -1,
169191                   /* refId */
169192                   &__root_cimv2_CIM_ComputerSystem,
169193               };
169194               
169195               static const char*
169196               _CIM_HostingCS_Dependent_qualifiers[] =
169197 mike  1.1.2.1 {
169198                   /* Override */
169199                   "\044Dependent",
169200                   0,
169201               };
169202               
169203               static MetaReference
169204               _CIM_HostingCS_Dependent =
169205               {
169206                   /* flags */
169207                   META_FLAG_REFERENCE|META_FLAG_READ,
169208                   /* name */
169209                   "Dependent",
169210                   /* qualifiers */
169211                   _CIM_HostingCS_Dependent_qualifiers,
169212                   /* subscript */
169213                   -1,
169214                   /* refId */
169215                   &__root_cimv2_CIM_VirtualComputerSystem,
169216               };
169217               
169218 mike  1.1.2.1 static MetaFeature*
169219               _CIM_HostingCS_features[] =
169220               {
169221                   (MetaFeature*)&_CIM_HostingCS_Antecedent,
169222                   (MetaFeature*)&_CIM_HostingCS_Dependent,
169223                   0,
169224               };
169225               
169226               static const char*
169227               __root_cimv2_CIM_HostingCS_qualifiers[] =
169228               {
169229                   /* ASSOCIATION */
169230                   "\000\001",
169231                   /* UMLPackagePath */
169232                   "\057CIM::System::SystemElements",
169233                   /* Version */
169234                   "\0632.8.0",
169235                   0,
169236               };
169237               
169238               MetaClass
169239 mike  1.1.2.1 __root_cimv2_CIM_HostingCS =
169240               {
169241                   /* flags */
169242                   META_FLAG_ASSOCIATION,
169243                   /* name */
169244                   "CIM_HostingCS",
169245                   /* qualifiers */
169246                   __root_cimv2_CIM_HostingCS_qualifiers,
169247                   /* super */
169248                   &__root_cimv2_CIM_HostedDependency,
169249                   /* features */
169250                   _CIM_HostingCS_features,
169251               };
169252               
169253               //==============================================================================
169254               //
169255               // Class: CIM_IKESAEndpoint
169256               //
169257               //==============================================================================
169258               
169259               static const char*
169260 mike  1.1.2.1 _CIM_IKESAEndpoint_InitiatorCookie_qualifiers[] =
169261               {
169262                   0,
169263               };
169264               
169265               static MetaProperty
169266               _CIM_IKESAEndpoint_InitiatorCookie =
169267               {
169268                   /* flags */
169269                   META_FLAG_PROPERTY|META_FLAG_READ,
169270                   /* name */
169271                   "InitiatorCookie",
169272                   /* qualifiers */
169273                   _CIM_IKESAEndpoint_InitiatorCookie_qualifiers,
169274                   /* type */
169275                   CIMTYPE_UINT64,
169276                   /* subscript */
169277                   -1,
169278                   /* value */
169279                   0,
169280               };
169281 mike  1.1.2.1 
169282               static const char*
169283               _CIM_IKESAEndpoint_ResponderCookie_qualifiers[] =
169284               {
169285                   0,
169286               };
169287               
169288               static MetaProperty
169289               _CIM_IKESAEndpoint_ResponderCookie =
169290               {
169291                   /* flags */
169292                   META_FLAG_PROPERTY|META_FLAG_READ,
169293                   /* name */
169294                   "ResponderCookie",
169295                   /* qualifiers */
169296                   _CIM_IKESAEndpoint_ResponderCookie_qualifiers,
169297                   /* type */
169298                   CIMTYPE_UINT64,
169299                   /* subscript */
169300                   -1,
169301                   /* value */
169302 mike  1.1.2.1     0,
169303               };
169304               
169305               static const char*
169306               _CIM_IKESAEndpoint_CipherAlgorithm_qualifiers[] =
169307               {
169308                   /* ValueMap */
169309                   "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008..65000\00065001..65535\000",
169310                   /* Values */
169311                   "\062\000\012Unknown\000Other\000DES\000IDEA\000Blowfish\000RC5\0003DES\000CAST\000DMTF/IANA Reserved\000Vendor Reserved\000",
169312                   /* MappingStrings */
169313                   "\026\000\001RFC2409.IETF|Appendix A\000",
169314                   /* ModelCorrespondence */
169315                   "\036\000\001CIM_IKESAEndpoint.OtherCipherAlgorithm\000",
169316                   0,
169317               };
169318               
169319               static MetaProperty
169320               _CIM_IKESAEndpoint_CipherAlgorithm =
169321               {
169322                   /* flags */
169323 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
169324                   /* name */
169325                   "CipherAlgorithm",
169326                   /* qualifiers */
169327                   _CIM_IKESAEndpoint_CipherAlgorithm_qualifiers,
169328                   /* type */
169329                   CIMTYPE_UINT16,
169330                   /* subscript */
169331                   -1,
169332                   /* value */
169333                   0,
169334               };
169335               
169336               static const char*
169337               _CIM_IKESAEndpoint_OtherCipherAlgorithm_qualifiers[] =
169338               {
169339                   /* ModelCorrespondence */
169340                   "\036\000\001CIM_IKESAEndpoint.CipherAlgorithm\000",
169341                   0,
169342               };
169343               
169344 mike  1.1.2.1 static MetaProperty
169345               _CIM_IKESAEndpoint_OtherCipherAlgorithm =
169346               {
169347                   /* flags */
169348                   META_FLAG_PROPERTY|META_FLAG_READ,
169349                   /* name */
169350                   "OtherCipherAlgorithm",
169351                   /* qualifiers */
169352                   _CIM_IKESAEndpoint_OtherCipherAlgorithm_qualifiers,
169353                   /* type */
169354                   CIMTYPE_STRING,
169355                   /* subscript */
169356                   -1,
169357                   /* value */
169358                   0,
169359               };
169360               
169361               static const char*
169362               _CIM_IKESAEndpoint_HashAlgorithm_qualifiers[] =
169363               {
169364                   /* ValueMap */
169365 mike  1.1.2.1     "\061\000\0070\0001\0002\0003\0004\0005..65000\00065001..65535\000",
169366                   /* Values */
169367                   "\062\000\007Unknown\000Other\000MD5\000SHA-1\000Tiger\000DMTF/IANA Reserved\000Vendor Reserved\000",
169368                   /* MappingStrings */
169369                   "\026\000\001RFC2409.IETF|Appendix A\000",
169370                   /* ModelCorrespondence */
169371                   "\036\000\001CIM_IKESAEndpoint.OtherHashAlgorithm\000",
169372                   0,
169373               };
169374               
169375               static MetaProperty
169376               _CIM_IKESAEndpoint_HashAlgorithm =
169377               {
169378                   /* flags */
169379                   META_FLAG_PROPERTY|META_FLAG_READ,
169380                   /* name */
169381                   "HashAlgorithm",
169382                   /* qualifiers */
169383                   _CIM_IKESAEndpoint_HashAlgorithm_qualifiers,
169384                   /* type */
169385                   CIMTYPE_UINT16,
169386 mike  1.1.2.1     /* subscript */
169387                   -1,
169388                   /* value */
169389                   0,
169390               };
169391               
169392               static const char*
169393               _CIM_IKESAEndpoint_OtherHashAlgorithm_qualifiers[] =
169394               {
169395                   /* ModelCorrespondence */
169396                   "\036\000\001CIM_IKESAEndpoint.HashAlgorithm\000",
169397                   0,
169398               };
169399               
169400               static MetaProperty
169401               _CIM_IKESAEndpoint_OtherHashAlgorithm =
169402               {
169403                   /* flags */
169404                   META_FLAG_PROPERTY|META_FLAG_READ,
169405                   /* name */
169406                   "OtherHashAlgorithm",
169407 mike  1.1.2.1     /* qualifiers */
169408                   _CIM_IKESAEndpoint_OtherHashAlgorithm_qualifiers,
169409                   /* type */
169410                   CIMTYPE_STRING,
169411                   /* subscript */
169412                   -1,
169413                   /* value */
169414                   0,
169415               };
169416               
169417               static const char*
169418               _CIM_IKESAEndpoint_AuthenticationMethod_qualifiers[] =
169419               {
169420                   /* ValueMap */
169421                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007..65000\00065001..65535\000",
169422                   /* Values */
169423                   "\062\000\011Unknown\000Other\000Pre-shared Key\000DSS Signatures\000RSA Signatures\000Encryption with RSA\000Revised Encryption with RSA\000DMTF/IANA Reserved\000Vendor Reserved\000",
169424                   /* MappingStrings */
169425                   "\026\000\001RFC2409.IETF|Appendix A\000",
169426                   /* ModelCorrespondence */
169427                   "\036\000\001CIM_IKESAEndpoint.OtherAuthenticationMethod\000",
169428 mike  1.1.2.1     0,
169429               };
169430               
169431               static MetaProperty
169432               _CIM_IKESAEndpoint_AuthenticationMethod =
169433               {
169434                   /* flags */
169435                   META_FLAG_PROPERTY|META_FLAG_READ,
169436                   /* name */
169437                   "AuthenticationMethod",
169438                   /* qualifiers */
169439                   _CIM_IKESAEndpoint_AuthenticationMethod_qualifiers,
169440                   /* type */
169441                   CIMTYPE_UINT16,
169442                   /* subscript */
169443                   -1,
169444                   /* value */
169445                   0,
169446               };
169447               
169448               static const char*
169449 mike  1.1.2.1 _CIM_IKESAEndpoint_OtherAuthenticationMethod_qualifiers[] =
169450               {
169451                   /* ModelCorrespondence */
169452                   "\036\000\001CIM_IKESAEndpoint.AuthenticationMethod\000",
169453                   0,
169454               };
169455               
169456               static MetaProperty
169457               _CIM_IKESAEndpoint_OtherAuthenticationMethod =
169458               {
169459                   /* flags */
169460                   META_FLAG_PROPERTY|META_FLAG_READ,
169461                   /* name */
169462                   "OtherAuthenticationMethod",
169463                   /* qualifiers */
169464                   _CIM_IKESAEndpoint_OtherAuthenticationMethod_qualifiers,
169465                   /* type */
169466                   CIMTYPE_STRING,
169467                   /* subscript */
169468                   -1,
169469                   /* value */
169470 mike  1.1.2.1     0,
169471               };
169472               
169473               static const char*
169474               _CIM_IKESAEndpoint_GroupId_qualifiers[] =
169475               {
169476                   /* ValueMap */
169477                   "\061\000\0100\0001\0002\0003\0004\0005\000..\0000x8000..\000",
169478                   /* Values */
169479                   "\062\000\010No Group/Non-Diffie-Hellman Exchange\000DH-768 bit prime\000DH-1024 bit prime\000EC2N-155 bit field element\000EC2N-185 bit field element\000DH-1536 bit prime\000Standard Group - Reserved\000Vendor Reserved\000",
169480                   /* MappingStrings */
169481                   "\026\000\001RFC2412.IETF|Appendix E\000",
169482                   /* ModelCorrespondence */
169483                   "\036\000\001CIM_IKESAEndpoint.VendorID\000",
169484                   0,
169485               };
169486               
169487               static MetaProperty
169488               _CIM_IKESAEndpoint_GroupId =
169489               {
169490                   /* flags */
169491 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
169492                   /* name */
169493                   "GroupId",
169494                   /* qualifiers */
169495                   _CIM_IKESAEndpoint_GroupId_qualifiers,
169496                   /* type */
169497                   CIMTYPE_UINT16,
169498                   /* subscript */
169499                   -1,
169500                   /* value */
169501                   0,
169502               };
169503               
169504               static const char*
169505               _CIM_IKESAEndpoint_VendorID_qualifiers[] =
169506               {
169507                   /* ModelCorrespondence */
169508                   "\036\000\001CIM_IKESAEndpoint.GroupId\000",
169509                   0,
169510               };
169511               
169512 mike  1.1.2.1 static MetaProperty
169513               _CIM_IKESAEndpoint_VendorID =
169514               {
169515                   /* flags */
169516                   META_FLAG_PROPERTY|META_FLAG_READ,
169517                   /* name */
169518                   "VendorID",
169519                   /* qualifiers */
169520                   _CIM_IKESAEndpoint_VendorID_qualifiers,
169521                   /* type */
169522                   CIMTYPE_STRING,
169523                   /* subscript */
169524                   -1,
169525                   /* value */
169526                   0,
169527               };
169528               
169529               static MetaFeature*
169530               _CIM_IKESAEndpoint_features[] =
169531               {
169532                   (MetaFeature*)&_CIM_IKESAEndpoint_InitiatorCookie,
169533 mike  1.1.2.1     (MetaFeature*)&_CIM_IKESAEndpoint_ResponderCookie,
169534                   (MetaFeature*)&_CIM_IKESAEndpoint_CipherAlgorithm,
169535                   (MetaFeature*)&_CIM_IKESAEndpoint_OtherCipherAlgorithm,
169536                   (MetaFeature*)&_CIM_IKESAEndpoint_HashAlgorithm,
169537                   (MetaFeature*)&_CIM_IKESAEndpoint_OtherHashAlgorithm,
169538                   (MetaFeature*)&_CIM_IKESAEndpoint_AuthenticationMethod,
169539                   (MetaFeature*)&_CIM_IKESAEndpoint_OtherAuthenticationMethod,
169540                   (MetaFeature*)&_CIM_IKESAEndpoint_GroupId,
169541                   (MetaFeature*)&_CIM_IKESAEndpoint_VendorID,
169542                   0,
169543               };
169544               
169545               static const char*
169546               __root_cimv2_CIM_IKESAEndpoint_qualifiers[] =
169547               {
169548                   /* UMLPackagePath */
169549                   "\057CIM::Network::IPsec",
169550                   /* Version */
169551                   "\0632.8.0",
169552                   0,
169553               };
169554 mike  1.1.2.1 
169555               MetaClass
169556               __root_cimv2_CIM_IKESAEndpoint =
169557               {
169558                   /* flags */
169559                   META_FLAG_CLASS,
169560                   /* name */
169561                   "CIM_IKESAEndpoint",
169562                   /* qualifiers */
169563                   __root_cimv2_CIM_IKESAEndpoint_qualifiers,
169564                   /* super */
169565                   &__root_cimv2_CIM_SecurityAssociationEndpoint,
169566                   /* features */
169567                   _CIM_IKESAEndpoint_features,
169568               };
169569               
169570               //==============================================================================
169571               //
169572               // Class: CIM_InboundVLAN
169573               //
169574               //==============================================================================
169575 mike  1.1.2.1 
169576               static const char*
169577               _CIM_InboundVLAN_Antecedent_qualifiers[] =
169578               {
169579                   /* Deprecated */
169580                   "\013\000\001No Value\000",
169581                   /* Override */
169582                   "\044Antecedent",
169583                   0,
169584               };
169585               
169586               static MetaReference
169587               _CIM_InboundVLAN_Antecedent =
169588               {
169589                   /* flags */
169590                   META_FLAG_REFERENCE|META_FLAG_READ,
169591                   /* name */
169592                   "Antecedent",
169593                   /* qualifiers */
169594                   _CIM_InboundVLAN_Antecedent_qualifiers,
169595                   /* subscript */
169596 mike  1.1.2.1     -1,
169597                   /* refId */
169598                   &__root_cimv2_CIM_VLAN,
169599               };
169600               
169601               static const char*
169602               _CIM_InboundVLAN_Dependent_qualifiers[] =
169603               {
169604                   /* Deprecated */
169605                   "\013\000\001No Value\000",
169606                   /* Override */
169607                   "\044Dependent",
169608                   0,
169609               };
169610               
169611               static MetaReference
169612               _CIM_InboundVLAN_Dependent =
169613               {
169614                   /* flags */
169615                   META_FLAG_REFERENCE|META_FLAG_READ,
169616                   /* name */
169617 mike  1.1.2.1     "Dependent",
169618                   /* qualifiers */
169619                   _CIM_InboundVLAN_Dependent_qualifiers,
169620                   /* subscript */
169621                   -1,
169622                   /* refId */
169623                   &__root_cimv2_CIM_SwitchPort,
169624               };
169625               
169626               static const char*
169627               _CIM_InboundVLAN_Tagged_qualifiers[] =
169628               {
169629                   /* Deprecated */
169630                   "\013\000\001No Value\000",
169631                   0,
169632               };
169633               
169634               static MetaProperty
169635               _CIM_InboundVLAN_Tagged =
169636               {
169637                   /* flags */
169638 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
169639                   /* name */
169640                   "Tagged",
169641                   /* qualifiers */
169642                   _CIM_InboundVLAN_Tagged_qualifiers,
169643                   /* type */
169644                   CIMTYPE_BOOLEAN,
169645                   /* subscript */
169646                   -1,
169647                   /* value */
169648                   0,
169649               };
169650               
169651               static const char*
169652               _CIM_InboundVLAN_Default_qualifiers[] =
169653               {
169654                   /* Deprecated */
169655                   "\013\000\001No Value\000",
169656                   0,
169657               };
169658               
169659 mike  1.1.2.1 static MetaProperty
169660               _CIM_InboundVLAN_Default =
169661               {
169662                   /* flags */
169663                   META_FLAG_PROPERTY|META_FLAG_READ,
169664                   /* name */
169665                   "Default",
169666                   /* qualifiers */
169667                   _CIM_InboundVLAN_Default_qualifiers,
169668                   /* type */
169669                   CIMTYPE_BOOLEAN,
169670                   /* subscript */
169671                   -1,
169672                   /* value */
169673                   0,
169674               };
169675               
169676               static MetaFeature*
169677               _CIM_InboundVLAN_features[] =
169678               {
169679                   (MetaFeature*)&_CIM_InboundVLAN_Antecedent,
169680 mike  1.1.2.1     (MetaFeature*)&_CIM_InboundVLAN_Dependent,
169681                   (MetaFeature*)&_CIM_InboundVLAN_Tagged,
169682                   (MetaFeature*)&_CIM_InboundVLAN_Default,
169683                   0,
169684               };
169685               
169686               static const char*
169687               __root_cimv2_CIM_InboundVLAN_qualifiers[] =
169688               {
169689                   /* ASSOCIATION */
169690                   "\000\001",
169691                   /* Deprecated */
169692                   "\013\000\001No Value\000",
169693                   /* UMLPackagePath */
169694                   "\057CIM::Network::VLAN",
169695                   /* Version */
169696                   "\0632.8.0",
169697                   0,
169698               };
169699               
169700               MetaClass
169701 mike  1.1.2.1 __root_cimv2_CIM_InboundVLAN =
169702               {
169703                   /* flags */
169704                   META_FLAG_ASSOCIATION,
169705                   /* name */
169706                   "CIM_InboundVLAN",
169707                   /* qualifiers */
169708                   __root_cimv2_CIM_InboundVLAN_qualifiers,
169709                   /* super */
169710                   &__root_cimv2_CIM_SAPSAPDependency,
169711                   /* features */
169712                   _CIM_InboundVLAN_features,
169713               };
169714               
169715               //==============================================================================
169716               //
169717               // Class: CIM_IngressConditioningServiceOnEndpoint
169718               //
169719               //==============================================================================
169720               
169721               static const char*
169722 mike  1.1.2.1 _CIM_IngressConditioningServiceOnEndpoint_Antecedent_qualifiers[] =
169723               {
169724                   /* Override */
169725                   "\044Antecedent",
169726                   0,
169727               };
169728               
169729               static MetaReference
169730               _CIM_IngressConditioningServiceOnEndpoint_Antecedent =
169731               {
169732                   /* flags */
169733                   META_FLAG_REFERENCE|META_FLAG_READ,
169734                   /* name */
169735                   "Antecedent",
169736                   /* qualifiers */
169737                   _CIM_IngressConditioningServiceOnEndpoint_Antecedent_qualifiers,
169738                   /* subscript */
169739                   -1,
169740                   /* refId */
169741                   &__root_cimv2_CIM_ProtocolEndpoint,
169742               };
169743 mike  1.1.2.1 
169744               static const char*
169745               _CIM_IngressConditioningServiceOnEndpoint_Dependent_qualifiers[] =
169746               {
169747                   /* Override */
169748                   "\044Dependent",
169749                   /* Max */
169750                   "\027\000\000\000\001",
169751                   0,
169752               };
169753               
169754               static MetaReference
169755               _CIM_IngressConditioningServiceOnEndpoint_Dependent =
169756               {
169757                   /* flags */
169758                   META_FLAG_REFERENCE|META_FLAG_READ,
169759                   /* name */
169760                   "Dependent",
169761                   /* qualifiers */
169762                   _CIM_IngressConditioningServiceOnEndpoint_Dependent_qualifiers,
169763                   /* subscript */
169764 mike  1.1.2.1     -1,
169765                   /* refId */
169766                   &__root_cimv2_CIM_ConditioningService,
169767               };
169768               
169769               static MetaFeature*
169770               _CIM_IngressConditioningServiceOnEndpoint_features[] =
169771               {
169772                   (MetaFeature*)&_CIM_IngressConditioningServiceOnEndpoint_Antecedent,
169773                   (MetaFeature*)&_CIM_IngressConditioningServiceOnEndpoint_Dependent,
169774                   0,
169775               };
169776               
169777               static const char*
169778               __root_cimv2_CIM_IngressConditioningServiceOnEndpoint_qualifiers[] =
169779               {
169780                   /* ASSOCIATION */
169781                   "\000\001",
169782                   /* UMLPackagePath */
169783                   "\057CIM::Network::QoS",
169784                   /* Version */
169785 mike  1.1.2.1     "\0632.7.0",
169786                   0,
169787               };
169788               
169789               MetaClass
169790               __root_cimv2_CIM_IngressConditioningServiceOnEndpoint =
169791               {
169792                   /* flags */
169793                   META_FLAG_ASSOCIATION,
169794                   /* name */
169795                   "CIM_IngressConditioningServiceOnEndpoint",
169796                   /* qualifiers */
169797                   __root_cimv2_CIM_IngressConditioningServiceOnEndpoint_qualifiers,
169798                   /* super */
169799                   &__root_cimv2_CIM_ServiceSAPDependency,
169800                   /* features */
169801                   _CIM_IngressConditioningServiceOnEndpoint_features,
169802               };
169803               
169804               //==============================================================================
169805               //
169806 mike  1.1.2.1 // Class: CIM_InLogicalNetwork
169807               //
169808               //==============================================================================
169809               
169810               static const char*
169811               _CIM_InLogicalNetwork_Collection_qualifiers[] =
169812               {
169813                   /* Deprecated */
169814                   "\013\000\001CIM_MemberOfCollection.Collection\000",
169815                   /* Aggregate */
169816                   "\003\001",
169817                   /* Override */
169818                   "\044Collection",
169819                   0,
169820               };
169821               
169822               static MetaReference
169823               _CIM_InLogicalNetwork_Collection =
169824               {
169825                   /* flags */
169826                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
169827 mike  1.1.2.1     /* name */
169828                   "Collection",
169829                   /* qualifiers */
169830                   _CIM_InLogicalNetwork_Collection_qualifiers,
169831                   /* subscript */
169832                   -1,
169833                   /* refId */
169834                   &__root_cimv2_CIM_LogicalNetwork,
169835               };
169836               
169837               static const char*
169838               _CIM_InLogicalNetwork_Member_qualifiers[] =
169839               {
169840                   /* Deprecated */
169841                   "\013\000\001CIM_MemberOfCollection.Member\000",
169842                   /* Override */
169843                   "\044Member",
169844                   0,
169845               };
169846               
169847               static MetaReference
169848 mike  1.1.2.1 _CIM_InLogicalNetwork_Member =
169849               {
169850                   /* flags */
169851                   META_FLAG_REFERENCE|META_FLAG_READ,
169852                   /* name */
169853                   "Member",
169854                   /* qualifiers */
169855                   _CIM_InLogicalNetwork_Member_qualifiers,
169856                   /* subscript */
169857                   -1,
169858                   /* refId */
169859                   &__root_cimv2_CIM_ProtocolEndpoint,
169860               };
169861               
169862               static MetaFeature*
169863               _CIM_InLogicalNetwork_features[] =
169864               {
169865                   (MetaFeature*)&_CIM_InLogicalNetwork_Collection,
169866                   (MetaFeature*)&_CIM_InLogicalNetwork_Member,
169867                   0,
169868               };
169869 mike  1.1.2.1 
169870               static const char*
169871               __root_cimv2_CIM_InLogicalNetwork_qualifiers[] =
169872               {
169873                   /* ASSOCIATION */
169874                   "\000\001",
169875                   /* Deprecated */
169876                   "\013\000\001CIM_MemberOfCollection\000",
169877                   /* UMLPackagePath */
169878                   "\057CIM::Network::Collections",
169879                   /* Aggregation */
169880                   "\004\001",
169881                   /* Version */
169882                   "\0632.7.0",
169883                   0,
169884               };
169885               
169886               MetaClass
169887               __root_cimv2_CIM_InLogicalNetwork =
169888               {
169889                   /* flags */
169890 mike  1.1.2.1     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
169891                   /* name */
169892                   "CIM_InLogicalNetwork",
169893                   /* qualifiers */
169894                   __root_cimv2_CIM_InLogicalNetwork_qualifiers,
169895                   /* super */
169896                   &__root_cimv2_CIM_CollectedMSEs,
169897                   /* features */
169898                   _CIM_InLogicalNetwork_features,
169899               };
169900               
169901               //==============================================================================
169902               //
169903               // Class: CIM_IPProtocolEndpoint
169904               //
169905               //==============================================================================
169906               
169907               static const char*
169908               _CIM_IPProtocolEndpoint_IPv4Address_qualifiers[] =
169909               {
169910                   0,
169911 mike  1.1.2.1 };
169912               
169913               static MetaProperty
169914               _CIM_IPProtocolEndpoint_IPv4Address =
169915               {
169916                   /* flags */
169917                   META_FLAG_PROPERTY|META_FLAG_READ,
169918                   /* name */
169919                   "IPv4Address",
169920                   /* qualifiers */
169921                   _CIM_IPProtocolEndpoint_IPv4Address_qualifiers,
169922                   /* type */
169923                   CIMTYPE_STRING,
169924                   /* subscript */
169925                   -1,
169926                   /* value */
169927                   0,
169928               };
169929               
169930               static const char*
169931               _CIM_IPProtocolEndpoint_IPv6Address_qualifiers[] =
169932 mike  1.1.2.1 {
169933                   0,
169934               };
169935               
169936               static MetaProperty
169937               _CIM_IPProtocolEndpoint_IPv6Address =
169938               {
169939                   /* flags */
169940                   META_FLAG_PROPERTY|META_FLAG_READ,
169941                   /* name */
169942                   "IPv6Address",
169943                   /* qualifiers */
169944                   _CIM_IPProtocolEndpoint_IPv6Address_qualifiers,
169945                   /* type */
169946                   CIMTYPE_STRING,
169947                   /* subscript */
169948                   -1,
169949                   /* value */
169950                   0,
169951               };
169952               
169953 mike  1.1.2.1 static const char*
169954               _CIM_IPProtocolEndpoint_Address_qualifiers[] =
169955               {
169956                   /* Deprecated */
169957                   "\013\000\002CIM_IPProtocolEndpoint.IPv4Address\000CIM_IPProtocolEndpoint.IPv6Address\000",
169958                   0,
169959               };
169960               
169961               static MetaProperty
169962               _CIM_IPProtocolEndpoint_Address =
169963               {
169964                   /* flags */
169965                   META_FLAG_PROPERTY|META_FLAG_READ,
169966                   /* name */
169967                   "Address",
169968                   /* qualifiers */
169969                   _CIM_IPProtocolEndpoint_Address_qualifiers,
169970                   /* type */
169971                   CIMTYPE_STRING,
169972                   /* subscript */
169973                   -1,
169974 mike  1.1.2.1     /* value */
169975                   0,
169976               };
169977               
169978               static const char*
169979               _CIM_IPProtocolEndpoint_SubnetMask_qualifiers[] =
169980               {
169981                   0,
169982               };
169983               
169984               static MetaProperty
169985               _CIM_IPProtocolEndpoint_SubnetMask =
169986               {
169987                   /* flags */
169988                   META_FLAG_PROPERTY|META_FLAG_READ,
169989                   /* name */
169990                   "SubnetMask",
169991                   /* qualifiers */
169992                   _CIM_IPProtocolEndpoint_SubnetMask_qualifiers,
169993                   /* type */
169994                   CIMTYPE_STRING,
169995 mike  1.1.2.1     /* subscript */
169996                   -1,
169997                   /* value */
169998                   0,
169999               };
170000               
170001               static const char*
170002               _CIM_IPProtocolEndpoint_PrefixLength_qualifiers[] =
170003               {
170004                   0,
170005               };
170006               
170007               static MetaProperty
170008               _CIM_IPProtocolEndpoint_PrefixLength =
170009               {
170010                   /* flags */
170011                   META_FLAG_PROPERTY|META_FLAG_READ,
170012                   /* name */
170013                   "PrefixLength",
170014                   /* qualifiers */
170015                   _CIM_IPProtocolEndpoint_PrefixLength_qualifiers,
170016 mike  1.1.2.1     /* type */
170017                   CIMTYPE_UINT8,
170018                   /* subscript */
170019                   -1,
170020                   /* value */
170021                   0,
170022               };
170023               
170024               static const char*
170025               _CIM_IPProtocolEndpoint_AddressType_qualifiers[] =
170026               {
170027                   /* Deprecated */
170028                   "\013\000\001No value\000",
170029                   /* ValueMap */
170030                   "\061\000\0030\0001\0002\000",
170031                   /* Values */
170032                   "\062\000\003Unknown\000IPv4\000IPv6\000",
170033                   0,
170034               };
170035               
170036               static MetaProperty
170037 mike  1.1.2.1 _CIM_IPProtocolEndpoint_AddressType =
170038               {
170039                   /* flags */
170040                   META_FLAG_PROPERTY|META_FLAG_READ,
170041                   /* name */
170042                   "AddressType",
170043                   /* qualifiers */
170044                   _CIM_IPProtocolEndpoint_AddressType_qualifiers,
170045                   /* type */
170046                   CIMTYPE_UINT16,
170047                   /* subscript */
170048                   -1,
170049                   /* value */
170050                   0,
170051               };
170052               
170053               static const char*
170054               _CIM_IPProtocolEndpoint_IPVersionSupport_qualifiers[] =
170055               {
170056                   /* Deprecated */
170057                   "\013\000\001CIM_ProtocolEndpoint.ProtocolIFType\000",
170058 mike  1.1.2.1     /* ValueMap */
170059                   "\061\000\0040\0001\0002\0003\000",
170060                   /* Values */
170061                   "\062\000\004Unknown\000IPv4 Only\000IPv6 Only\000Both IPv4 and IPv6\000",
170062                   0,
170063               };
170064               
170065               static MetaProperty
170066               _CIM_IPProtocolEndpoint_IPVersionSupport =
170067               {
170068                   /* flags */
170069                   META_FLAG_PROPERTY|META_FLAG_READ,
170070                   /* name */
170071                   "IPVersionSupport",
170072                   /* qualifiers */
170073                   _CIM_IPProtocolEndpoint_IPVersionSupport_qualifiers,
170074                   /* type */
170075                   CIMTYPE_UINT16,
170076                   /* subscript */
170077                   -1,
170078                   /* value */
170079 mike  1.1.2.1     0,
170080               };
170081               
170082               static const char*
170083               _CIM_IPProtocolEndpoint_ProtocolIFType_qualifiers[] =
170084               {
170085                   /* Override */
170086                   "\044ProtocolIFType",
170087                   /* ValueMap */
170088                   "\061\000\0071\000225..4095\0004096\0004097\0004098\0004301..32767\00032768..\000",
170089                   /* Values */
170090                   "\062\000\007Other\000IANA Reserved\000IPv4\000IPv6\000IPv4/v6\000DMTF Reserved\000Vendor Reserved\000",
170091                   0,
170092               };
170093               
170094               static MetaProperty
170095               _CIM_IPProtocolEndpoint_ProtocolIFType =
170096               {
170097                   /* flags */
170098                   META_FLAG_PROPERTY|META_FLAG_READ,
170099                   /* name */
170100 mike  1.1.2.1     "ProtocolIFType",
170101                   /* qualifiers */
170102                   _CIM_IPProtocolEndpoint_ProtocolIFType_qualifiers,
170103                   /* type */
170104                   CIMTYPE_UINT16,
170105                   /* subscript */
170106                   -1,
170107                   /* value */
170108                   "\020\000",
170109               };
170110               
170111               static MetaFeature*
170112               _CIM_IPProtocolEndpoint_features[] =
170113               {
170114                   (MetaFeature*)&_CIM_IPProtocolEndpoint_IPv4Address,
170115                   (MetaFeature*)&_CIM_IPProtocolEndpoint_IPv6Address,
170116                   (MetaFeature*)&_CIM_IPProtocolEndpoint_Address,
170117                   (MetaFeature*)&_CIM_IPProtocolEndpoint_SubnetMask,
170118                   (MetaFeature*)&_CIM_IPProtocolEndpoint_PrefixLength,
170119                   (MetaFeature*)&_CIM_IPProtocolEndpoint_AddressType,
170120                   (MetaFeature*)&_CIM_IPProtocolEndpoint_IPVersionSupport,
170121 mike  1.1.2.1     (MetaFeature*)&_CIM_IPProtocolEndpoint_ProtocolIFType,
170122                   0,
170123               };
170124               
170125               static const char*
170126               __root_cimv2_CIM_IPProtocolEndpoint_qualifiers[] =
170127               {
170128                   /* UMLPackagePath */
170129                   "\057CIM::Network::ProtocolEndpoints",
170130                   /* Version */
170131                   "\0632.8.0",
170132                   0,
170133               };
170134               
170135               MetaClass
170136               __root_cimv2_CIM_IPProtocolEndpoint =
170137               {
170138                   /* flags */
170139                   META_FLAG_CLASS,
170140                   /* name */
170141                   "CIM_IPProtocolEndpoint",
170142 mike  1.1.2.1     /* qualifiers */
170143                   __root_cimv2_CIM_IPProtocolEndpoint_qualifiers,
170144                   /* super */
170145                   &__root_cimv2_CIM_ProtocolEndpoint,
170146                   /* features */
170147                   _CIM_IPProtocolEndpoint_features,
170148               };
170149               
170150               //==============================================================================
170151               //
170152               // Class: CIM_IPsecPolicyForEndpoint
170153               //
170154               //==============================================================================
170155               
170156               static const char*
170157               _CIM_IPsecPolicyForEndpoint_Antecedent_qualifiers[] =
170158               {
170159                   /* Override */
170160                   "\044Antecedent",
170161                   /* MappingStrings */
170162                   "\026\000\001IPSP Policy Model.IETF|IPsecPolicyForEndpoint.Antecedent\000",
170163 mike  1.1.2.1     0,
170164               };
170165               
170166               static MetaReference
170167               _CIM_IPsecPolicyForEndpoint_Antecedent =
170168               {
170169                   /* flags */
170170                   META_FLAG_REFERENCE|META_FLAG_READ,
170171                   /* name */
170172                   "Antecedent",
170173                   /* qualifiers */
170174                   _CIM_IPsecPolicyForEndpoint_Antecedent_qualifiers,
170175                   /* subscript */
170176                   -1,
170177                   /* refId */
170178                   &__root_cimv2_CIM_IPProtocolEndpoint,
170179               };
170180               
170181               static const char*
170182               _CIM_IPsecPolicyForEndpoint_Dependent_qualifiers[] =
170183               {
170184 mike  1.1.2.1     /* Override */
170185                   "\044Dependent",
170186                   /* Min */
170187                   "\033\000\000\000\000",
170188                   /* Max */
170189                   "\027\000\000\000\001",
170190                   /* MappingStrings */
170191                   "\026\000\001IPSP Policy Model.IETF|IPsecPolicyForEndpoint.Dependent\000",
170192                   0,
170193               };
170194               
170195               static MetaReference
170196               _CIM_IPsecPolicyForEndpoint_Dependent =
170197               {
170198                   /* flags */
170199                   META_FLAG_REFERENCE|META_FLAG_READ,
170200                   /* name */
170201                   "Dependent",
170202                   /* qualifiers */
170203                   _CIM_IPsecPolicyForEndpoint_Dependent_qualifiers,
170204                   /* subscript */
170205 mike  1.1.2.1     -1,
170206                   /* refId */
170207                   &__root_cimv2_CIM_PolicyGroup,
170208               };
170209               
170210               static MetaFeature*
170211               _CIM_IPsecPolicyForEndpoint_features[] =
170212               {
170213                   (MetaFeature*)&_CIM_IPsecPolicyForEndpoint_Antecedent,
170214                   (MetaFeature*)&_CIM_IPsecPolicyForEndpoint_Dependent,
170215                   0,
170216               };
170217               
170218               static const char*
170219               __root_cimv2_CIM_IPsecPolicyForEndpoint_qualifiers[] =
170220               {
170221                   /* ASSOCIATION */
170222                   "\000\001",
170223                   /* UMLPackagePath */
170224                   "\057CIM::IPsecPolicy",
170225                   /* Version */
170226 mike  1.1.2.1     "\0632.8.0",
170227                   /* MappingStrings */
170228                   "\026\000\001IPSP Policy Model.IETF|IPsecPolicyForEndpoint\000",
170229                   0,
170230               };
170231               
170232               MetaClass
170233               __root_cimv2_CIM_IPsecPolicyForEndpoint =
170234               {
170235                   /* flags */
170236                   META_FLAG_ASSOCIATION,
170237                   /* name */
170238                   "CIM_IPsecPolicyForEndpoint",
170239                   /* qualifiers */
170240                   __root_cimv2_CIM_IPsecPolicyForEndpoint_qualifiers,
170241                   /* super */
170242                   &__root_cimv2_CIM_Dependency,
170243                   /* features */
170244                   _CIM_IPsecPolicyForEndpoint_features,
170245               };
170246               
170247 mike  1.1.2.1 //==============================================================================
170248               //
170249               // Class: CIM_IPsecSAEndpoint
170250               //
170251               //==============================================================================
170252               
170253               static const char*
170254               _CIM_IPsecSAEndpoint_SPI_qualifiers[] =
170255               {
170256                   0,
170257               };
170258               
170259               static MetaProperty
170260               _CIM_IPsecSAEndpoint_SPI =
170261               {
170262                   /* flags */
170263                   META_FLAG_PROPERTY|META_FLAG_READ,
170264                   /* name */
170265                   "SPI",
170266                   /* qualifiers */
170267                   _CIM_IPsecSAEndpoint_SPI_qualifiers,
170268 mike  1.1.2.1     /* type */
170269                   CIMTYPE_UINT32,
170270                   /* subscript */
170271                   -1,
170272                   /* value */
170273                   0,
170274               };
170275               
170276               static const char*
170277               _CIM_IPsecSAEndpoint_InboundDirection_qualifiers[] =
170278               {
170279                   0,
170280               };
170281               
170282               static MetaProperty
170283               _CIM_IPsecSAEndpoint_InboundDirection =
170284               {
170285                   /* flags */
170286                   META_FLAG_PROPERTY|META_FLAG_READ,
170287                   /* name */
170288                   "InboundDirection",
170289 mike  1.1.2.1     /* qualifiers */
170290                   _CIM_IPsecSAEndpoint_InboundDirection_qualifiers,
170291                   /* type */
170292                   CIMTYPE_BOOLEAN,
170293                   /* subscript */
170294                   -1,
170295                   /* value */
170296                   0,
170297               };
170298               
170299               static const char*
170300               _CIM_IPsecSAEndpoint_EncapsulationMode_qualifiers[] =
170301               {
170302                   /* ValueMap */
170303                   "\061\000\0030\0002\0003\000",
170304                   /* Values */
170305                   "\062\000\003Unknown\000Tunnel\000Transport\000",
170306                   0,
170307               };
170308               
170309               static MetaProperty
170310 mike  1.1.2.1 _CIM_IPsecSAEndpoint_EncapsulationMode =
170311               {
170312                   /* flags */
170313                   META_FLAG_PROPERTY|META_FLAG_READ,
170314                   /* name */
170315                   "EncapsulationMode",
170316                   /* qualifiers */
170317                   _CIM_IPsecSAEndpoint_EncapsulationMode_qualifiers,
170318                   /* type */
170319                   CIMTYPE_UINT16,
170320                   /* subscript */
170321                   -1,
170322                   /* value */
170323                   0,
170324               };
170325               
170326               static const char*
170327               _CIM_IPsecSAEndpoint_DFHandling_qualifiers[] =
170328               {
170329                   /* ValueMap */
170330                   "\061\000\0040\0002\0003\0004\000",
170331 mike  1.1.2.1     /* Values */
170332                   "\062\000\004Unknown\000Copy from Internal to External IP Header\000Set DF Bit in External Header to 1\000Set DF Bit in External Header to 0\000",
170333                   0,
170334               };
170335               
170336               static MetaProperty
170337               _CIM_IPsecSAEndpoint_DFHandling =
170338               {
170339                   /* flags */
170340                   META_FLAG_PROPERTY|META_FLAG_READ,
170341                   /* name */
170342                   "DFHandling",
170343                   /* qualifiers */
170344                   _CIM_IPsecSAEndpoint_DFHandling_qualifiers,
170345                   /* type */
170346                   CIMTYPE_UINT16,
170347                   /* subscript */
170348                   -1,
170349                   /* value */
170350                   0,
170351               };
170352 mike  1.1.2.1 
170353               static const char*
170354               _CIM_IPsecSAEndpoint_PFSInUse_qualifiers[] =
170355               {
170356                   0,
170357               };
170358               
170359               static MetaProperty
170360               _CIM_IPsecSAEndpoint_PFSInUse =
170361               {
170362                   /* flags */
170363                   META_FLAG_PROPERTY|META_FLAG_READ,
170364                   /* name */
170365                   "PFSInUse",
170366                   /* qualifiers */
170367                   _CIM_IPsecSAEndpoint_PFSInUse_qualifiers,
170368                   /* type */
170369                   CIMTYPE_BOOLEAN,
170370                   /* subscript */
170371                   -1,
170372                   /* value */
170373 mike  1.1.2.1     0,
170374               };
170375               
170376               static MetaFeature*
170377               _CIM_IPsecSAEndpoint_features[] =
170378               {
170379                   (MetaFeature*)&_CIM_IPsecSAEndpoint_SPI,
170380                   (MetaFeature*)&_CIM_IPsecSAEndpoint_InboundDirection,
170381                   (MetaFeature*)&_CIM_IPsecSAEndpoint_EncapsulationMode,
170382                   (MetaFeature*)&_CIM_IPsecSAEndpoint_DFHandling,
170383                   (MetaFeature*)&_CIM_IPsecSAEndpoint_PFSInUse,
170384                   0,
170385               };
170386               
170387               static const char*
170388               __root_cimv2_CIM_IPsecSAEndpoint_qualifiers[] =
170389               {
170390                   /* UMLPackagePath */
170391                   "\057CIM::Network::IPsec",
170392                   /* Version */
170393                   "\0632.8.0",
170394 mike  1.1.2.1     0,
170395               };
170396               
170397               MetaClass
170398               __root_cimv2_CIM_IPsecSAEndpoint =
170399               {
170400                   /* flags */
170401                   META_FLAG_CLASS,
170402                   /* name */
170403                   "CIM_IPsecSAEndpoint",
170404                   /* qualifiers */
170405                   __root_cimv2_CIM_IPsecSAEndpoint_qualifiers,
170406                   /* super */
170407                   &__root_cimv2_CIM_SecurityAssociationEndpoint,
170408                   /* features */
170409                   _CIM_IPsecSAEndpoint_features,
170410               };
170411               
170412               //==============================================================================
170413               //
170414               // Class: CIM_IPXProtocolEndpoint
170415 mike  1.1.2.1 //
170416               //==============================================================================
170417               
170418               static const char*
170419               _CIM_IPXProtocolEndpoint_Address_qualifiers[] =
170420               {
170421                   0,
170422               };
170423               
170424               static MetaProperty
170425               _CIM_IPXProtocolEndpoint_Address =
170426               {
170427                   /* flags */
170428                   META_FLAG_PROPERTY|META_FLAG_READ,
170429                   /* name */
170430                   "Address",
170431                   /* qualifiers */
170432                   _CIM_IPXProtocolEndpoint_Address_qualifiers,
170433                   /* type */
170434                   CIMTYPE_STRING,
170435                   /* subscript */
170436 mike  1.1.2.1     -1,
170437                   /* value */
170438                   0,
170439               };
170440               
170441               static const char*
170442               _CIM_IPXProtocolEndpoint_ProtocolIFType_qualifiers[] =
170443               {
170444                   /* Override */
170445                   "\044ProtocolIFType",
170446                   /* ValueMap */
170447                   "\061\000\0051\000225..4095\0004099\0004301..32767\00032768..\000",
170448                   /* Values */
170449                   "\062\000\005Other\000IANA Reserved\000IPX\000DMTF Reserved\000Vendor Reserved\000",
170450                   0,
170451               };
170452               
170453               static MetaProperty
170454               _CIM_IPXProtocolEndpoint_ProtocolIFType =
170455               {
170456                   /* flags */
170457 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
170458                   /* name */
170459                   "ProtocolIFType",
170460                   /* qualifiers */
170461                   _CIM_IPXProtocolEndpoint_ProtocolIFType_qualifiers,
170462                   /* type */
170463                   CIMTYPE_UINT16,
170464                   /* subscript */
170465                   -1,
170466                   /* value */
170467                   "\020\003",
170468               };
170469               
170470               static MetaFeature*
170471               _CIM_IPXProtocolEndpoint_features[] =
170472               {
170473                   (MetaFeature*)&_CIM_IPXProtocolEndpoint_Address,
170474                   (MetaFeature*)&_CIM_IPXProtocolEndpoint_ProtocolIFType,
170475                   0,
170476               };
170477               
170478 mike  1.1.2.1 static const char*
170479               __root_cimv2_CIM_IPXProtocolEndpoint_qualifiers[] =
170480               {
170481                   /* UMLPackagePath */
170482                   "\057CIM::Network::ProtocolEndpoints",
170483                   /* Version */
170484                   "\0632.8.0",
170485                   0,
170486               };
170487               
170488               MetaClass
170489               __root_cimv2_CIM_IPXProtocolEndpoint =
170490               {
170491                   /* flags */
170492                   META_FLAG_CLASS,
170493                   /* name */
170494                   "CIM_IPXProtocolEndpoint",
170495                   /* qualifiers */
170496                   __root_cimv2_CIM_IPXProtocolEndpoint_qualifiers,
170497                   /* super */
170498                   &__root_cimv2_CIM_ProtocolEndpoint,
170499 mike  1.1.2.1     /* features */
170500                   _CIM_IPXProtocolEndpoint_features,
170501               };
170502               
170503               //==============================================================================
170504               //
170505               // Class: CIM_iSCSIProtocolEndpoint
170506               //
170507               //==============================================================================
170508               
170509               static const char*
170510               _CIM_iSCSIProtocolEndpoint_Name_qualifiers[] =
170511               {
170512                   /* Override */
170513                   "\044Name",
170514                   /* MaxLen */
170515                   "\030\000\000\001\000",
170516                   /* ModelCorrespondence */
170517                   "\036\000\002CIM_SCSIProtocolEndpoint.ConnectionType\000CIM_SCSIProtocolEndpoint.OtherConnectionType\000",
170518                   0,
170519               };
170520 mike  1.1.2.1 
170521               static MetaProperty
170522               _CIM_iSCSIProtocolEndpoint_Name =
170523               {
170524                   /* flags */
170525                   META_FLAG_PROPERTY|META_FLAG_READ,
170526                   /* name */
170527                   "Name",
170528                   /* qualifiers */
170529                   _CIM_iSCSIProtocolEndpoint_Name_qualifiers,
170530                   /* type */
170531                   CIMTYPE_STRING,
170532                   /* subscript */
170533                   -1,
170534                   /* value */
170535                   0,
170536               };
170537               
170538               static const char*
170539               _CIM_iSCSIProtocolEndpoint_Identifier_qualifiers[] =
170540               {
170541 mike  1.1.2.1     /* Required */
170542                   "\050\001",
170543                   /* MaxLen */
170544                   "\030\000\000\000\015",
170545                   0,
170546               };
170547               
170548               static MetaProperty
170549               _CIM_iSCSIProtocolEndpoint_Identifier =
170550               {
170551                   /* flags */
170552                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
170553                   /* name */
170554                   "Identifier",
170555                   /* qualifiers */
170556                   _CIM_iSCSIProtocolEndpoint_Identifier_qualifiers,
170557                   /* type */
170558                   CIMTYPE_STRING,
170559                   /* subscript */
170560                   -1,
170561                   /* value */
170562 mike  1.1.2.1     0,
170563               };
170564               
170565               static const char*
170566               _CIM_iSCSIProtocolEndpoint_Role_qualifiers[] =
170567               {
170568                   /* Override */
170569                   "\044Role",
170570                   /* ValueMap */
170571                   "\061\000\0022\0003\000",
170572                   /* Values */
170573                   "\062\000\002Initiator\000Target\000",
170574                   0,
170575               };
170576               
170577               static MetaProperty
170578               _CIM_iSCSIProtocolEndpoint_Role =
170579               {
170580                   /* flags */
170581                   META_FLAG_PROPERTY|META_FLAG_READ,
170582                   /* name */
170583 mike  1.1.2.1     "Role",
170584                   /* qualifiers */
170585                   _CIM_iSCSIProtocolEndpoint_Role_qualifiers,
170586                   /* type */
170587                   CIMTYPE_UINT16,
170588                   /* subscript */
170589                   -1,
170590                   /* value */
170591                   0,
170592               };
170593               
170594               static MetaFeature*
170595               _CIM_iSCSIProtocolEndpoint_features[] =
170596               {
170597                   (MetaFeature*)&_CIM_iSCSIProtocolEndpoint_Name,
170598                   (MetaFeature*)&_CIM_iSCSIProtocolEndpoint_Identifier,
170599                   (MetaFeature*)&_CIM_iSCSIProtocolEndpoint_Role,
170600                   0,
170601               };
170602               
170603               static const char*
170604 mike  1.1.2.1 __root_cimv2_CIM_iSCSIProtocolEndpoint_qualifiers[] =
170605               {
170606                   /* UMLPackagePath */
170607                   "\057CIM::Network::ProtocolEndpoints",
170608                   /* Version */
170609                   "\0632.11.0",
170610                   0,
170611               };
170612               
170613               MetaClass
170614               __root_cimv2_CIM_iSCSIProtocolEndpoint =
170615               {
170616                   /* flags */
170617                   META_FLAG_CLASS,
170618                   /* name */
170619                   "CIM_iSCSIProtocolEndpoint",
170620                   /* qualifiers */
170621                   __root_cimv2_CIM_iSCSIProtocolEndpoint_qualifiers,
170622                   /* super */
170623                   &__root_cimv2_CIM_SCSIProtocolEndpoint,
170624                   /* features */
170625 mike  1.1.2.1     _CIM_iSCSIProtocolEndpoint_features,
170626               };
170627               
170628               //==============================================================================
170629               //
170630               // Class: CIM_J2eeAppClientModule
170631               //
170632               //==============================================================================
170633               
170634               static MetaFeature*
170635               _CIM_J2eeAppClientModule_features[] =
170636               {
170637                   0,
170638               };
170639               
170640               static const char*
170641               __root_cimv2_CIM_J2eeAppClientModule_qualifiers[] =
170642               {
170643                   /* UMLPackagePath */
170644                   "\057CIM::Application::J2eeAppServer",
170645                   /* Version */
170646 mike  1.1.2.1     "\0632.8.0",
170647                   0,
170648               };
170649               
170650               MetaClass
170651               __root_cimv2_CIM_J2eeAppClientModule =
170652               {
170653                   /* flags */
170654                   META_FLAG_CLASS,
170655                   /* name */
170656                   "CIM_J2eeAppClientModule",
170657                   /* qualifiers */
170658                   __root_cimv2_CIM_J2eeAppClientModule_qualifiers,
170659                   /* super */
170660                   &__root_cimv2_CIM_J2eeModule,
170661                   /* features */
170662                   _CIM_J2eeAppClientModule_features,
170663               };
170664               
170665               //==============================================================================
170666               //
170667 mike  1.1.2.1 // Class: CIM_J2eeApplicationHostedOnServer
170668               //
170669               //==============================================================================
170670               
170671               static const char*
170672               _CIM_J2eeApplicationHostedOnServer_Antecedent_qualifiers[] =
170673               {
170674                   /* Override */
170675                   "\044Antecedent",
170676                   /* Max */
170677                   "\027\000\000\000\001",
170678                   0,
170679               };
170680               
170681               static MetaReference
170682               _CIM_J2eeApplicationHostedOnServer_Antecedent =
170683               {
170684                   /* flags */
170685                   META_FLAG_REFERENCE|META_FLAG_READ,
170686                   /* name */
170687                   "Antecedent",
170688 mike  1.1.2.1     /* qualifiers */
170689                   _CIM_J2eeApplicationHostedOnServer_Antecedent_qualifiers,
170690                   /* subscript */
170691                   -1,
170692                   /* refId */
170693                   &__root_cimv2_CIM_J2eeServer,
170694               };
170695               
170696               static const char*
170697               _CIM_J2eeApplicationHostedOnServer_Dependent_qualifiers[] =
170698               {
170699                   /* Override */
170700                   "\044Dependent",
170701                   0,
170702               };
170703               
170704               static MetaReference
170705               _CIM_J2eeApplicationHostedOnServer_Dependent =
170706               {
170707                   /* flags */
170708                   META_FLAG_REFERENCE|META_FLAG_READ,
170709 mike  1.1.2.1     /* name */
170710                   "Dependent",
170711                   /* qualifiers */
170712                   _CIM_J2eeApplicationHostedOnServer_Dependent_qualifiers,
170713                   /* subscript */
170714                   -1,
170715                   /* refId */
170716                   &__root_cimv2_CIM_J2eeApplication,
170717               };
170718               
170719               static MetaFeature*
170720               _CIM_J2eeApplicationHostedOnServer_features[] =
170721               {
170722                   (MetaFeature*)&_CIM_J2eeApplicationHostedOnServer_Antecedent,
170723                   (MetaFeature*)&_CIM_J2eeApplicationHostedOnServer_Dependent,
170724                   0,
170725               };
170726               
170727               static const char*
170728               __root_cimv2_CIM_J2eeApplicationHostedOnServer_qualifiers[] =
170729               {
170730 mike  1.1.2.1     /* ASSOCIATION */
170731                   "\000\001",
170732                   /* UMLPackagePath */
170733                   "\057CIM::Application::J2eeAppServer",
170734                   /* Version */
170735                   "\0632.8.0",
170736                   0,
170737               };
170738               
170739               MetaClass
170740               __root_cimv2_CIM_J2eeApplicationHostedOnServer =
170741               {
170742                   /* flags */
170743                   META_FLAG_ASSOCIATION,
170744                   /* name */
170745                   "CIM_J2eeApplicationHostedOnServer",
170746                   /* qualifiers */
170747                   __root_cimv2_CIM_J2eeApplicationHostedOnServer_qualifiers,
170748                   /* super */
170749                   &__root_cimv2_CIM_HostedDependency,
170750                   /* features */
170751 mike  1.1.2.1     _CIM_J2eeApplicationHostedOnServer_features,
170752               };
170753               
170754               //==============================================================================
170755               //
170756               // Class: CIM_J2eeApplicationModule
170757               //
170758               //==============================================================================
170759               
170760               static const char*
170761               _CIM_J2eeApplicationModule_GroupComponent_qualifiers[] =
170762               {
170763                   /* Aggregate */
170764                   "\003\001",
170765                   /* Override */
170766                   "\044GroupComponent",
170767                   0,
170768               };
170769               
170770               static MetaReference
170771               _CIM_J2eeApplicationModule_GroupComponent =
170772 mike  1.1.2.1 {
170773                   /* flags */
170774                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
170775                   /* name */
170776                   "GroupComponent",
170777                   /* qualifiers */
170778                   _CIM_J2eeApplicationModule_GroupComponent_qualifiers,
170779                   /* subscript */
170780                   -1,
170781                   /* refId */
170782                   &__root_cimv2_CIM_J2eeApplication,
170783               };
170784               
170785               static const char*
170786               _CIM_J2eeApplicationModule_PartComponent_qualifiers[] =
170787               {
170788                   /* Override */
170789                   "\044PartComponent",
170790                   0,
170791               };
170792               
170793 mike  1.1.2.1 static MetaReference
170794               _CIM_J2eeApplicationModule_PartComponent =
170795               {
170796                   /* flags */
170797                   META_FLAG_REFERENCE|META_FLAG_READ,
170798                   /* name */
170799                   "PartComponent",
170800                   /* qualifiers */
170801                   _CIM_J2eeApplicationModule_PartComponent_qualifiers,
170802                   /* subscript */
170803                   -1,
170804                   /* refId */
170805                   &__root_cimv2_CIM_J2eeModule,
170806               };
170807               
170808               static MetaFeature*
170809               _CIM_J2eeApplicationModule_features[] =
170810               {
170811                   (MetaFeature*)&_CIM_J2eeApplicationModule_GroupComponent,
170812                   (MetaFeature*)&_CIM_J2eeApplicationModule_PartComponent,
170813                   0,
170814 mike  1.1.2.1 };
170815               
170816               static const char*
170817               __root_cimv2_CIM_J2eeApplicationModule_qualifiers[] =
170818               {
170819                   /* ASSOCIATION */
170820                   "\000\001",
170821                   /* UMLPackagePath */
170822                   "\057CIM::Application::J2eeAppServer",
170823                   /* Aggregation */
170824                   "\004\001",
170825                   /* Version */
170826                   "\0632.8.0",
170827                   0,
170828               };
170829               
170830               MetaClass
170831               __root_cimv2_CIM_J2eeApplicationModule =
170832               {
170833                   /* flags */
170834                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
170835 mike  1.1.2.1     /* name */
170836                   "CIM_J2eeApplicationModule",
170837                   /* qualifiers */
170838                   __root_cimv2_CIM_J2eeApplicationModule_qualifiers,
170839                   /* super */
170840                   &__root_cimv2_CIM_SystemComponent,
170841                   /* features */
170842                   _CIM_J2eeApplicationModule_features,
170843               };
170844               
170845               //==============================================================================
170846               //
170847               // Class: CIM_J2eeEJBModule
170848               //
170849               //==============================================================================
170850               
170851               static MetaFeature*
170852               _CIM_J2eeEJBModule_features[] =
170853               {
170854                   0,
170855               };
170856 mike  1.1.2.1 
170857               static const char*
170858               __root_cimv2_CIM_J2eeEJBModule_qualifiers[] =
170859               {
170860                   /* UMLPackagePath */
170861                   "\057CIM::Application::J2eeAppServer",
170862                   /* Version */
170863                   "\0632.8.0",
170864                   0,
170865               };
170866               
170867               MetaClass
170868               __root_cimv2_CIM_J2eeEJBModule =
170869               {
170870                   /* flags */
170871                   META_FLAG_CLASS,
170872                   /* name */
170873                   "CIM_J2eeEJBModule",
170874                   /* qualifiers */
170875                   __root_cimv2_CIM_J2eeEJBModule_qualifiers,
170876                   /* super */
170877 mike  1.1.2.1     &__root_cimv2_CIM_J2eeModule,
170878                   /* features */
170879                   _CIM_J2eeEJBModule_features,
170880               };
170881               
170882               //==============================================================================
170883               //
170884               // Class: CIM_J2eeJavaMailResource
170885               //
170886               //==============================================================================
170887               
170888               static MetaFeature*
170889               _CIM_J2eeJavaMailResource_features[] =
170890               {
170891                   0,
170892               };
170893               
170894               static const char*
170895               __root_cimv2_CIM_J2eeJavaMailResource_qualifiers[] =
170896               {
170897                   /* UMLPackagePath */
170898 mike  1.1.2.1     "\057CIM::Application::J2eeAppServer",
170899                   /* Version */
170900                   "\0632.8.0",
170901                   0,
170902               };
170903               
170904               MetaClass
170905               __root_cimv2_CIM_J2eeJavaMailResource =
170906               {
170907                   /* flags */
170908                   META_FLAG_CLASS,
170909                   /* name */
170910                   "CIM_J2eeJavaMailResource",
170911                   /* qualifiers */
170912                   __root_cimv2_CIM_J2eeJavaMailResource_qualifiers,
170913                   /* super */
170914                   &__root_cimv2_CIM_J2eeResource,
170915                   /* features */
170916                   _CIM_J2eeJavaMailResource_features,
170917               };
170918               
170919 mike  1.1.2.1 //==============================================================================
170920               //
170921               // Class: CIM_J2eeJCAResource
170922               //
170923               //==============================================================================
170924               
170925               static MetaFeature*
170926               _CIM_J2eeJCAResource_features[] =
170927               {
170928                   0,
170929               };
170930               
170931               static const char*
170932               __root_cimv2_CIM_J2eeJCAResource_qualifiers[] =
170933               {
170934                   /* UMLPackagePath */
170935                   "\057CIM::Application::J2eeAppServer",
170936                   /* Version */
170937                   "\0632.8.0",
170938                   0,
170939               };
170940 mike  1.1.2.1 
170941               MetaClass
170942               __root_cimv2_CIM_J2eeJCAResource =
170943               {
170944                   /* flags */
170945                   META_FLAG_CLASS,
170946                   /* name */
170947                   "CIM_J2eeJCAResource",
170948                   /* qualifiers */
170949                   __root_cimv2_CIM_J2eeJCAResource_qualifiers,
170950                   /* super */
170951                   &__root_cimv2_CIM_J2eeResource,
170952                   /* features */
170953                   _CIM_J2eeJCAResource_features,
170954               };
170955               
170956               //==============================================================================
170957               //
170958               // Class: CIM_J2eeJDBCResource
170959               //
170960               //==============================================================================
170961 mike  1.1.2.1 
170962               static MetaFeature*
170963               _CIM_J2eeJDBCResource_features[] =
170964               {
170965                   0,
170966               };
170967               
170968               static const char*
170969               __root_cimv2_CIM_J2eeJDBCResource_qualifiers[] =
170970               {
170971                   /* UMLPackagePath */
170972                   "\057CIM::Application::J2eeAppServer",
170973                   /* Version */
170974                   "\0632.8.0",
170975                   0,
170976               };
170977               
170978               MetaClass
170979               __root_cimv2_CIM_J2eeJDBCResource =
170980               {
170981                   /* flags */
170982 mike  1.1.2.1     META_FLAG_CLASS,
170983                   /* name */
170984                   "CIM_J2eeJDBCResource",
170985                   /* qualifiers */
170986                   __root_cimv2_CIM_J2eeJDBCResource_qualifiers,
170987                   /* super */
170988                   &__root_cimv2_CIM_J2eeResource,
170989                   /* features */
170990                   _CIM_J2eeJDBCResource_features,
170991               };
170992               
170993               //==============================================================================
170994               //
170995               // Class: CIM_J2eeJDBCResourceUsesDataSource
170996               //
170997               //==============================================================================
170998               
170999               static const char*
171000               _CIM_J2eeJDBCResourceUsesDataSource_Dependent_qualifiers[] =
171001               {
171002                   /* Override */
171003 mike  1.1.2.1     "\044Dependent",
171004                   /* Min */
171005                   "\033\000\000\000\001",
171006                   /* Max */
171007                   "\027\000\000\000\001",
171008                   0,
171009               };
171010               
171011               static MetaReference
171012               _CIM_J2eeJDBCResourceUsesDataSource_Dependent =
171013               {
171014                   /* flags */
171015                   META_FLAG_REFERENCE|META_FLAG_READ,
171016                   /* name */
171017                   "Dependent",
171018                   /* qualifiers */
171019                   _CIM_J2eeJDBCResourceUsesDataSource_Dependent_qualifiers,
171020                   /* subscript */
171021                   -1,
171022                   /* refId */
171023                   &__root_cimv2_CIM_J2eeJDBCResource,
171024 mike  1.1.2.1 };
171025               
171026               static const char*
171027               _CIM_J2eeJDBCResourceUsesDataSource_Antecedent_qualifiers[] =
171028               {
171029                   /* Override */
171030                   "\044Antecedent",
171031                   /* Min */
171032                   "\033\000\000\000\001",
171033                   0,
171034               };
171035               
171036               static MetaReference
171037               _CIM_J2eeJDBCResourceUsesDataSource_Antecedent =
171038               {
171039                   /* flags */
171040                   META_FLAG_REFERENCE|META_FLAG_READ,
171041                   /* name */
171042                   "Antecedent",
171043                   /* qualifiers */
171044                   _CIM_J2eeJDBCResourceUsesDataSource_Antecedent_qualifiers,
171045 mike  1.1.2.1     /* subscript */
171046                   -1,
171047                   /* refId */
171048                   &__root_cimv2_CIM_J2eeJDBCDataSource,
171049               };
171050               
171051               static MetaFeature*
171052               _CIM_J2eeJDBCResourceUsesDataSource_features[] =
171053               {
171054                   (MetaFeature*)&_CIM_J2eeJDBCResourceUsesDataSource_Dependent,
171055                   (MetaFeature*)&_CIM_J2eeJDBCResourceUsesDataSource_Antecedent,
171056                   0,
171057               };
171058               
171059               static const char*
171060               __root_cimv2_CIM_J2eeJDBCResourceUsesDataSource_qualifiers[] =
171061               {
171062                   /* ASSOCIATION */
171063                   "\000\001",
171064                   /* UMLPackagePath */
171065                   "\057CIM::Application::J2eeAppServer",
171066 mike  1.1.2.1     /* Version */
171067                   "\0632.8.0",
171068                   0,
171069               };
171070               
171071               MetaClass
171072               __root_cimv2_CIM_J2eeJDBCResourceUsesDataSource =
171073               {
171074                   /* flags */
171075                   META_FLAG_ASSOCIATION,
171076                   /* name */
171077                   "CIM_J2eeJDBCResourceUsesDataSource",
171078                   /* qualifiers */
171079                   __root_cimv2_CIM_J2eeJDBCResourceUsesDataSource_qualifiers,
171080                   /* super */
171081                   &__root_cimv2_CIM_HostedDependency,
171082                   /* features */
171083                   _CIM_J2eeJDBCResourceUsesDataSource_features,
171084               };
171085               
171086               //==============================================================================
171087 mike  1.1.2.1 //
171088               // Class: CIM_J2eeJMSResource
171089               //
171090               //==============================================================================
171091               
171092               static MetaFeature*
171093               _CIM_J2eeJMSResource_features[] =
171094               {
171095                   0,
171096               };
171097               
171098               static const char*
171099               __root_cimv2_CIM_J2eeJMSResource_qualifiers[] =
171100               {
171101                   /* UMLPackagePath */
171102                   "\057CIM::Application::J2eeAppServer",
171103                   /* Version */
171104                   "\0632.8.0",
171105                   0,
171106               };
171107               
171108 mike  1.1.2.1 MetaClass
171109               __root_cimv2_CIM_J2eeJMSResource =
171110               {
171111                   /* flags */
171112                   META_FLAG_CLASS,
171113                   /* name */
171114                   "CIM_J2eeJMSResource",
171115                   /* qualifiers */
171116                   __root_cimv2_CIM_J2eeJMSResource_qualifiers,
171117                   /* super */
171118                   &__root_cimv2_CIM_J2eeResource,
171119                   /* features */
171120                   _CIM_J2eeJMSResource_features,
171121               };
171122               
171123               //==============================================================================
171124               //
171125               // Class: CIM_J2eeJNDIResource
171126               //
171127               //==============================================================================
171128               
171129 mike  1.1.2.1 static MetaFeature*
171130               _CIM_J2eeJNDIResource_features[] =
171131               {
171132                   0,
171133               };
171134               
171135               static const char*
171136               __root_cimv2_CIM_J2eeJNDIResource_qualifiers[] =
171137               {
171138                   /* UMLPackagePath */
171139                   "\057CIM::Application::J2eeAppServer",
171140                   /* Version */
171141                   "\0632.8.0",
171142                   0,
171143               };
171144               
171145               MetaClass
171146               __root_cimv2_CIM_J2eeJNDIResource =
171147               {
171148                   /* flags */
171149                   META_FLAG_CLASS,
171150 mike  1.1.2.1     /* name */
171151                   "CIM_J2eeJNDIResource",
171152                   /* qualifiers */
171153                   __root_cimv2_CIM_J2eeJNDIResource_qualifiers,
171154                   /* super */
171155                   &__root_cimv2_CIM_J2eeResource,
171156                   /* features */
171157                   _CIM_J2eeJNDIResource_features,
171158               };
171159               
171160               //==============================================================================
171161               //
171162               // Class: CIM_J2eeJTAResource
171163               //
171164               //==============================================================================
171165               
171166               static MetaFeature*
171167               _CIM_J2eeJTAResource_features[] =
171168               {
171169                   0,
171170               };
171171 mike  1.1.2.1 
171172               static const char*
171173               __root_cimv2_CIM_J2eeJTAResource_qualifiers[] =
171174               {
171175                   /* UMLPackagePath */
171176                   "\057CIM::Application::J2eeAppServer",
171177                   /* Version */
171178                   "\0632.8.0",
171179                   0,
171180               };
171181               
171182               MetaClass
171183               __root_cimv2_CIM_J2eeJTAResource =
171184               {
171185                   /* flags */
171186                   META_FLAG_CLASS,
171187                   /* name */
171188                   "CIM_J2eeJTAResource",
171189                   /* qualifiers */
171190                   __root_cimv2_CIM_J2eeJTAResource_qualifiers,
171191                   /* super */
171192 mike  1.1.2.1     &__root_cimv2_CIM_J2eeResource,
171193                   /* features */
171194                   _CIM_J2eeJTAResource_features,
171195               };
171196               
171197               //==============================================================================
171198               //
171199               // Class: CIM_J2eeResourceAdapterInModule
171200               //
171201               //==============================================================================
171202               
171203               static const char*
171204               _CIM_J2eeResourceAdapterInModule_GroupComponent_qualifiers[] =
171205               {
171206                   /* Aggregate */
171207                   "\003\001",
171208                   /* Override */
171209                   "\044GroupComponent",
171210                   /* Min */
171211                   "\033\000\000\000\001",
171212                   0,
171213 mike  1.1.2.1 };
171214               
171215               static MetaReference
171216               _CIM_J2eeResourceAdapterInModule_GroupComponent =
171217               {
171218                   /* flags */
171219                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
171220                   /* name */
171221                   "GroupComponent",
171222                   /* qualifiers */
171223                   _CIM_J2eeResourceAdapterInModule_GroupComponent_qualifiers,
171224                   /* subscript */
171225                   -1,
171226                   /* refId */
171227                   &__root_cimv2_CIM_J2eeResourceAdapterModule,
171228               };
171229               
171230               static const char*
171231               _CIM_J2eeResourceAdapterInModule_PartComponent_qualifiers[] =
171232               {
171233                   /* Override */
171234 mike  1.1.2.1     "\044PartComponent",
171235                   /* Min */
171236                   "\033\000\000\000\001",
171237                   0,
171238               };
171239               
171240               static MetaReference
171241               _CIM_J2eeResourceAdapterInModule_PartComponent =
171242               {
171243                   /* flags */
171244                   META_FLAG_REFERENCE|META_FLAG_READ,
171245                   /* name */
171246                   "PartComponent",
171247                   /* qualifiers */
171248                   _CIM_J2eeResourceAdapterInModule_PartComponent_qualifiers,
171249                   /* subscript */
171250                   -1,
171251                   /* refId */
171252                   &__root_cimv2_CIM_J2eeResourceAdapter,
171253               };
171254               
171255 mike  1.1.2.1 static MetaFeature*
171256               _CIM_J2eeResourceAdapterInModule_features[] =
171257               {
171258                   (MetaFeature*)&_CIM_J2eeResourceAdapterInModule_GroupComponent,
171259                   (MetaFeature*)&_CIM_J2eeResourceAdapterInModule_PartComponent,
171260                   0,
171261               };
171262               
171263               static const char*
171264               __root_cimv2_CIM_J2eeResourceAdapterInModule_qualifiers[] =
171265               {
171266                   /* ASSOCIATION */
171267                   "\000\001",
171268                   /* UMLPackagePath */
171269                   "\057CIM::Application::J2eeAppServer",
171270                   /* Aggregation */
171271                   "\004\001",
171272                   /* Version */
171273                   "\0632.8.0",
171274                   0,
171275               };
171276 mike  1.1.2.1 
171277               MetaClass
171278               __root_cimv2_CIM_J2eeResourceAdapterInModule =
171279               {
171280                   /* flags */
171281                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
171282                   /* name */
171283                   "CIM_J2eeResourceAdapterInModule",
171284                   /* qualifiers */
171285                   __root_cimv2_CIM_J2eeResourceAdapterInModule_qualifiers,
171286                   /* super */
171287                   &__root_cimv2_CIM_ServiceComponent,
171288                   /* features */
171289                   _CIM_J2eeResourceAdapterInModule_features,
171290               };
171291               
171292               //==============================================================================
171293               //
171294               // Class: CIM_J2eeResourceOnServer
171295               //
171296               //==============================================================================
171297 mike  1.1.2.1 
171298               static const char*
171299               _CIM_J2eeResourceOnServer_GroupComponent_qualifiers[] =
171300               {
171301                   /* Override */
171302                   "\044GroupComponent",
171303                   /* Min */
171304                   "\033\000\000\000\001",
171305                   /* Max */
171306                   "\027\000\000\000\001",
171307                   0,
171308               };
171309               
171310               static MetaReference
171311               _CIM_J2eeResourceOnServer_GroupComponent =
171312               {
171313                   /* flags */
171314                   META_FLAG_REFERENCE|META_FLAG_READ,
171315                   /* name */
171316                   "GroupComponent",
171317                   /* qualifiers */
171318 mike  1.1.2.1     _CIM_J2eeResourceOnServer_GroupComponent_qualifiers,
171319                   /* subscript */
171320                   -1,
171321                   /* refId */
171322                   &__root_cimv2_CIM_J2eeServer,
171323               };
171324               
171325               static const char*
171326               _CIM_J2eeResourceOnServer_PartComponent_qualifiers[] =
171327               {
171328                   /* Override */
171329                   "\044PartComponent",
171330                   0,
171331               };
171332               
171333               static MetaReference
171334               _CIM_J2eeResourceOnServer_PartComponent =
171335               {
171336                   /* flags */
171337                   META_FLAG_REFERENCE|META_FLAG_READ,
171338                   /* name */
171339 mike  1.1.2.1     "PartComponent",
171340                   /* qualifiers */
171341                   _CIM_J2eeResourceOnServer_PartComponent_qualifiers,
171342                   /* subscript */
171343                   -1,
171344                   /* refId */
171345                   &__root_cimv2_CIM_J2eeResource,
171346               };
171347               
171348               static MetaFeature*
171349               _CIM_J2eeResourceOnServer_features[] =
171350               {
171351                   (MetaFeature*)&_CIM_J2eeResourceOnServer_GroupComponent,
171352                   (MetaFeature*)&_CIM_J2eeResourceOnServer_PartComponent,
171353                   0,
171354               };
171355               
171356               static const char*
171357               __root_cimv2_CIM_J2eeResourceOnServer_qualifiers[] =
171358               {
171359                   /* ASSOCIATION */
171360 mike  1.1.2.1     "\000\001",
171361                   /* UMLPackagePath */
171362                   "\057CIM::Application::J2eeAppServer",
171363                   /* Version */
171364                   "\0632.8.0",
171365                   0,
171366               };
171367               
171368               MetaClass
171369               __root_cimv2_CIM_J2eeResourceOnServer =
171370               {
171371                   /* flags */
171372                   META_FLAG_ASSOCIATION,
171373                   /* name */
171374                   "CIM_J2eeResourceOnServer",
171375                   /* qualifiers */
171376                   __root_cimv2_CIM_J2eeResourceOnServer_qualifiers,
171377                   /* super */
171378                   &__root_cimv2_CIM_ResourceOfSystem,
171379                   /* features */
171380                   _CIM_J2eeResourceOnServer_features,
171381 mike  1.1.2.1 };
171382               
171383               //==============================================================================
171384               //
171385               // Class: CIM_J2eeServletInModule
171386               //
171387               //==============================================================================
171388               
171389               static const char*
171390               _CIM_J2eeServletInModule_GroupComponent_qualifiers[] =
171391               {
171392                   /* Aggregate */
171393                   "\003\001",
171394                   /* Override */
171395                   "\044GroupComponent",
171396                   /* Min */
171397                   "\033\000\000\000\001",
171398                   /* Max */
171399                   "\027\000\000\000\001",
171400                   0,
171401               };
171402 mike  1.1.2.1 
171403               static MetaReference
171404               _CIM_J2eeServletInModule_GroupComponent =
171405               {
171406                   /* flags */
171407                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
171408                   /* name */
171409                   "GroupComponent",
171410                   /* qualifiers */
171411                   _CIM_J2eeServletInModule_GroupComponent_qualifiers,
171412                   /* subscript */
171413                   -1,
171414                   /* refId */
171415                   &__root_cimv2_CIM_J2eeWebModule,
171416               };
171417               
171418               static const char*
171419               _CIM_J2eeServletInModule_PartComponent_qualifiers[] =
171420               {
171421                   /* Override */
171422                   "\044PartComponent",
171423 mike  1.1.2.1     /* Min */
171424                   "\033\000\000\000\001",
171425                   0,
171426               };
171427               
171428               static MetaReference
171429               _CIM_J2eeServletInModule_PartComponent =
171430               {
171431                   /* flags */
171432                   META_FLAG_REFERENCE|META_FLAG_READ,
171433                   /* name */
171434                   "PartComponent",
171435                   /* qualifiers */
171436                   _CIM_J2eeServletInModule_PartComponent_qualifiers,
171437                   /* subscript */
171438                   -1,
171439                   /* refId */
171440                   &__root_cimv2_CIM_J2eeServlet,
171441               };
171442               
171443               static MetaFeature*
171444 mike  1.1.2.1 _CIM_J2eeServletInModule_features[] =
171445               {
171446                   (MetaFeature*)&_CIM_J2eeServletInModule_GroupComponent,
171447                   (MetaFeature*)&_CIM_J2eeServletInModule_PartComponent,
171448                   0,
171449               };
171450               
171451               static const char*
171452               __root_cimv2_CIM_J2eeServletInModule_qualifiers[] =
171453               {
171454                   /* ASSOCIATION */
171455                   "\000\001",
171456                   /* UMLPackagePath */
171457                   "\057CIM::Application::J2eeAppServer",
171458                   /* Aggregation */
171459                   "\004\001",
171460                   /* Version */
171461                   "\0632.8.0",
171462                   0,
171463               };
171464               
171465 mike  1.1.2.1 MetaClass
171466               __root_cimv2_CIM_J2eeServletInModule =
171467               {
171468                   /* flags */
171469                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
171470                   /* name */
171471                   "CIM_J2eeServletInModule",
171472                   /* qualifiers */
171473                   __root_cimv2_CIM_J2eeServletInModule_qualifiers,
171474                   /* super */
171475                   &__root_cimv2_CIM_ServiceComponent,
171476                   /* features */
171477                   _CIM_J2eeServletInModule_features,
171478               };
171479               
171480               //==============================================================================
171481               //
171482               // Class: CIM_KerberosKeyDistributionCenter
171483               //
171484               //==============================================================================
171485               
171486 mike  1.1.2.1 static const char*
171487               _CIM_KerberosKeyDistributionCenter_Name_qualifiers[] =
171488               {
171489                   /* Override */
171490                   "\044Name",
171491                   0,
171492               };
171493               
171494               static MetaProperty
171495               _CIM_KerberosKeyDistributionCenter_Name =
171496               {
171497                   /* flags */
171498                   META_FLAG_PROPERTY|META_FLAG_READ,
171499                   /* name */
171500                   "Name",
171501                   /* qualifiers */
171502                   _CIM_KerberosKeyDistributionCenter_Name_qualifiers,
171503                   /* type */
171504                   CIMTYPE_STRING,
171505                   /* subscript */
171506                   -1,
171507 mike  1.1.2.1     /* value */
171508                   0,
171509               };
171510               
171511               static const char*
171512               _CIM_KerberosKeyDistributionCenter_Protocol_qualifiers[] =
171513               {
171514                   /* ValueMap */
171515                   "\061\000\0040\0001\0002\0003\000",
171516                   /* Values */
171517                   "\062\000\004V4\000V5\000DCE\000MS\000",
171518                   0,
171519               };
171520               
171521               static MetaProperty
171522               _CIM_KerberosKeyDistributionCenter_Protocol =
171523               {
171524                   /* flags */
171525                   META_FLAG_PROPERTY|META_FLAG_READ,
171526                   /* name */
171527                   "Protocol",
171528 mike  1.1.2.1     /* qualifiers */
171529                   _CIM_KerberosKeyDistributionCenter_Protocol_qualifiers,
171530                   /* type */
171531                   CIMTYPE_UINT16,
171532                   /* subscript */
171533                   0,
171534                   /* value */
171535                   0,
171536               };
171537               
171538               static MetaFeature*
171539               _CIM_KerberosKeyDistributionCenter_features[] =
171540               {
171541                   (MetaFeature*)&_CIM_KerberosKeyDistributionCenter_Name,
171542                   (MetaFeature*)&_CIM_KerberosKeyDistributionCenter_Protocol,
171543                   0,
171544               };
171545               
171546               static const char*
171547               __root_cimv2_CIM_KerberosKeyDistributionCenter_qualifiers[] =
171548               {
171549 mike  1.1.2.1     /* UMLPackagePath */
171550                   "\057CIM::User::Kerberos",
171551                   /* Version */
171552                   "\0632.6.0",
171553                   0,
171554               };
171555               
171556               MetaClass
171557               __root_cimv2_CIM_KerberosKeyDistributionCenter =
171558               {
171559                   /* flags */
171560                   META_FLAG_CLASS,
171561                   /* name */
171562                   "CIM_KerberosKeyDistributionCenter",
171563                   /* qualifiers */
171564                   __root_cimv2_CIM_KerberosKeyDistributionCenter_qualifiers,
171565                   /* super */
171566                   &__root_cimv2_CIM_CredentialManagementService,
171567                   /* features */
171568                   _CIM_KerberosKeyDistributionCenter_features,
171569               };
171570 mike  1.1.2.1 
171571               //==============================================================================
171572               //
171573               // Class: CIM_LANEndpoint
171574               //
171575               //==============================================================================
171576               
171577               static const char*
171578               _CIM_LANEndpoint_LANID_qualifiers[] =
171579               {
171580                   /* ModelCorrespondence */
171581                   "\036\000\002CIM_LANConnectivitySegment.LANID\000CIM_LANSegment.LANID\000",
171582                   0,
171583               };
171584               
171585               static MetaProperty
171586               _CIM_LANEndpoint_LANID =
171587               {
171588                   /* flags */
171589                   META_FLAG_PROPERTY|META_FLAG_READ,
171590                   /* name */
171591 mike  1.1.2.1     "LANID",
171592                   /* qualifiers */
171593                   _CIM_LANEndpoint_LANID_qualifiers,
171594                   /* type */
171595                   CIMTYPE_STRING,
171596                   /* subscript */
171597                   -1,
171598                   /* value */
171599                   0,
171600               };
171601               
171602               static const char*
171603               _CIM_LANEndpoint_LANType_qualifiers[] =
171604               {
171605                   /* Deprecated */
171606                   "\013\000\001CIM_ProtocolEndpoint.ProtocolType\000",
171607                   /* ValueMap */
171608                   "\061\000\0050\0001\0002\0003\0004\000",
171609                   /* Values */
171610                   "\062\000\005Unknown\000Other\000Ethernet\000TokenRing\000FDDI\000",
171611                   /* ModelCorrespondence */
171612 mike  1.1.2.1     "\036\000\002CIM_LANConnectivitySegment.ConnectivityType\000CIM_LANSegment.LANType\000",
171613                   0,
171614               };
171615               
171616               static MetaProperty
171617               _CIM_LANEndpoint_LANType =
171618               {
171619                   /* flags */
171620                   META_FLAG_PROPERTY|META_FLAG_READ,
171621                   /* name */
171622                   "LANType",
171623                   /* qualifiers */
171624                   _CIM_LANEndpoint_LANType_qualifiers,
171625                   /* type */
171626                   CIMTYPE_UINT16,
171627                   /* subscript */
171628                   -1,
171629                   /* value */
171630                   0,
171631               };
171632               
171633 mike  1.1.2.1 static const char*
171634               _CIM_LANEndpoint_OtherLANType_qualifiers[] =
171635               {
171636                   /* Deprecated */
171637                   "\013\000\001CIM_ProtocolEndpoint.OtherTypeDescription\000",
171638                   /* ModelCorrespondence */
171639                   "\036\000\002CIM_LANConnectivitySegment.OtherTypeDescription\000CIM_LANEndpoint.LANType\000",
171640                   0,
171641               };
171642               
171643               static MetaProperty
171644               _CIM_LANEndpoint_OtherLANType =
171645               {
171646                   /* flags */
171647                   META_FLAG_PROPERTY|META_FLAG_READ,
171648                   /* name */
171649                   "OtherLANType",
171650                   /* qualifiers */
171651                   _CIM_LANEndpoint_OtherLANType_qualifiers,
171652                   /* type */
171653                   CIMTYPE_STRING,
171654 mike  1.1.2.1     /* subscript */
171655                   -1,
171656                   /* value */
171657                   0,
171658               };
171659               
171660               static const char*
171661               _CIM_LANEndpoint_MACAddress_qualifiers[] =
171662               {
171663                   /* MaxLen */
171664                   "\030\000\000\000\014",
171665                   0,
171666               };
171667               
171668               static MetaProperty
171669               _CIM_LANEndpoint_MACAddress =
171670               {
171671                   /* flags */
171672                   META_FLAG_PROPERTY|META_FLAG_READ,
171673                   /* name */
171674                   "MACAddress",
171675 mike  1.1.2.1     /* qualifiers */
171676                   _CIM_LANEndpoint_MACAddress_qualifiers,
171677                   /* type */
171678                   CIMTYPE_STRING,
171679                   /* subscript */
171680                   -1,
171681                   /* value */
171682                   0,
171683               };
171684               
171685               static const char*
171686               _CIM_LANEndpoint_AliasAddresses_qualifiers[] =
171687               {
171688                   0,
171689               };
171690               
171691               static MetaProperty
171692               _CIM_LANEndpoint_AliasAddresses =
171693               {
171694                   /* flags */
171695                   META_FLAG_PROPERTY|META_FLAG_READ,
171696 mike  1.1.2.1     /* name */
171697                   "AliasAddresses",
171698                   /* qualifiers */
171699                   _CIM_LANEndpoint_AliasAddresses_qualifiers,
171700                   /* type */
171701                   CIMTYPE_STRING,
171702                   /* subscript */
171703                   0,
171704                   /* value */
171705                   0,
171706               };
171707               
171708               static const char*
171709               _CIM_LANEndpoint_GroupAddresses_qualifiers[] =
171710               {
171711                   0,
171712               };
171713               
171714               static MetaProperty
171715               _CIM_LANEndpoint_GroupAddresses =
171716               {
171717 mike  1.1.2.1     /* flags */
171718                   META_FLAG_PROPERTY|META_FLAG_READ,
171719                   /* name */
171720                   "GroupAddresses",
171721                   /* qualifiers */
171722                   _CIM_LANEndpoint_GroupAddresses_qualifiers,
171723                   /* type */
171724                   CIMTYPE_STRING,
171725                   /* subscript */
171726                   0,
171727                   /* value */
171728                   0,
171729               };
171730               
171731               static const char*
171732               _CIM_LANEndpoint_MaxDataSize_qualifiers[] =
171733               {
171734                   /* Units */
171735                   "\060Bits",
171736                   0,
171737               };
171738 mike  1.1.2.1 
171739               static MetaProperty
171740               _CIM_LANEndpoint_MaxDataSize =
171741               {
171742                   /* flags */
171743                   META_FLAG_PROPERTY|META_FLAG_READ,
171744                   /* name */
171745                   "MaxDataSize",
171746                   /* qualifiers */
171747                   _CIM_LANEndpoint_MaxDataSize_qualifiers,
171748                   /* type */
171749                   CIMTYPE_UINT32,
171750                   /* subscript */
171751                   -1,
171752                   /* value */
171753                   0,
171754               };
171755               
171756               static MetaFeature*
171757               _CIM_LANEndpoint_features[] =
171758               {
171759 mike  1.1.2.1     (MetaFeature*)&_CIM_LANEndpoint_LANID,
171760                   (MetaFeature*)&_CIM_LANEndpoint_LANType,
171761                   (MetaFeature*)&_CIM_LANEndpoint_OtherLANType,
171762                   (MetaFeature*)&_CIM_LANEndpoint_MACAddress,
171763                   (MetaFeature*)&_CIM_LANEndpoint_AliasAddresses,
171764                   (MetaFeature*)&_CIM_LANEndpoint_GroupAddresses,
171765                   (MetaFeature*)&_CIM_LANEndpoint_MaxDataSize,
171766                   0,
171767               };
171768               
171769               static const char*
171770               __root_cimv2_CIM_LANEndpoint_qualifiers[] =
171771               {
171772                   /* UMLPackagePath */
171773                   "\057CIM::Network::ProtocolEndpoints",
171774                   /* Version */
171775                   "\0632.7.0",
171776                   0,
171777               };
171778               
171779               MetaClass
171780 mike  1.1.2.1 __root_cimv2_CIM_LANEndpoint =
171781               {
171782                   /* flags */
171783                   META_FLAG_CLASS,
171784                   /* name */
171785                   "CIM_LANEndpoint",
171786                   /* qualifiers */
171787                   __root_cimv2_CIM_LANEndpoint_qualifiers,
171788                   /* super */
171789                   &__root_cimv2_CIM_ProtocolEndpoint,
171790                   /* features */
171791                   _CIM_LANEndpoint_features,
171792               };
171793               
171794               //==============================================================================
171795               //
171796               // Class: CIM_LibraryPackage
171797               //
171798               //==============================================================================
171799               
171800               static const char*
171801 mike  1.1.2.1 _CIM_LibraryPackage_Antecedent_qualifiers[] =
171802               {
171803                   /* Override */
171804                   "\044Antecedent",
171805                   0,
171806               };
171807               
171808               static MetaReference
171809               _CIM_LibraryPackage_Antecedent =
171810               {
171811                   /* flags */
171812                   META_FLAG_REFERENCE|META_FLAG_READ,
171813                   /* name */
171814                   "Antecedent",
171815                   /* qualifiers */
171816                   _CIM_LibraryPackage_Antecedent_qualifiers,
171817                   /* subscript */
171818                   -1,
171819                   /* refId */
171820                   &__root_cimv2_CIM_PhysicalPackage,
171821               };
171822 mike  1.1.2.1 
171823               static const char*
171824               _CIM_LibraryPackage_Dependent_qualifiers[] =
171825               {
171826                   /* Override */
171827                   "\044Dependent",
171828                   0,
171829               };
171830               
171831               static MetaReference
171832               _CIM_LibraryPackage_Dependent =
171833               {
171834                   /* flags */
171835                   META_FLAG_REFERENCE|META_FLAG_READ,
171836                   /* name */
171837                   "Dependent",
171838                   /* qualifiers */
171839                   _CIM_LibraryPackage_Dependent_qualifiers,
171840                   /* subscript */
171841                   -1,
171842                   /* refId */
171843 mike  1.1.2.1     &__root_cimv2_CIM_StorageLibrary,
171844               };
171845               
171846               static MetaFeature*
171847               _CIM_LibraryPackage_features[] =
171848               {
171849                   (MetaFeature*)&_CIM_LibraryPackage_Antecedent,
171850                   (MetaFeature*)&_CIM_LibraryPackage_Dependent,
171851                   0,
171852               };
171853               
171854               static const char*
171855               __root_cimv2_CIM_LibraryPackage_qualifiers[] =
171856               {
171857                   /* ASSOCIATION */
171858                   "\000\001",
171859                   /* UMLPackagePath */
171860                   "\057CIM::Device::StorageLib",
171861                   /* Version */
171862                   "\0632.7.0",
171863                   0,
171864 mike  1.1.2.1 };
171865               
171866               MetaClass
171867               __root_cimv2_CIM_LibraryPackage =
171868               {
171869                   /* flags */
171870                   META_FLAG_ASSOCIATION,
171871                   /* name */
171872                   "CIM_LibraryPackage",
171873                   /* qualifiers */
171874                   __root_cimv2_CIM_LibraryPackage_qualifiers,
171875                   /* super */
171876                   &__root_cimv2_CIM_SystemPackaging,
171877                   /* features */
171878                   _CIM_LibraryPackage_features,
171879               };
171880               
171881               //==============================================================================
171882               //
171883               // Class: CIM_LocalCredentialManagementService
171884               //
171885 mike  1.1.2.1 //==============================================================================
171886               
171887               static MetaFeature*
171888               _CIM_LocalCredentialManagementService_features[] =
171889               {
171890                   0,
171891               };
171892               
171893               static const char*
171894               __root_cimv2_CIM_LocalCredentialManagementService_qualifiers[] =
171895               {
171896                   /* UMLPackagePath */
171897                   "\057CIM::User::SecurityServices",
171898                   /* Version */
171899                   "\0632.6.0",
171900                   0,
171901               };
171902               
171903               MetaClass
171904               __root_cimv2_CIM_LocalCredentialManagementService =
171905               {
171906 mike  1.1.2.1     /* flags */
171907                   META_FLAG_CLASS,
171908                   /* name */
171909                   "CIM_LocalCredentialManagementService",
171910                   /* qualifiers */
171911                   __root_cimv2_CIM_LocalCredentialManagementService_qualifiers,
171912                   /* super */
171913                   &__root_cimv2_CIM_CredentialManagementService,
171914                   /* features */
171915                   _CIM_LocalCredentialManagementService_features,
171916               };
171917               
171918               //==============================================================================
171919               //
171920               // Class: CIM_LogicalDiskBasedOnPartition
171921               //
171922               //==============================================================================
171923               
171924               static const char*
171925               _CIM_LogicalDiskBasedOnPartition_Antecedent_qualifiers[] =
171926               {
171927 mike  1.1.2.1     /* Override */
171928                   "\044Antecedent",
171929                   /* Max */
171930                   "\027\000\000\000\001",
171931                   0,
171932               };
171933               
171934               static MetaReference
171935               _CIM_LogicalDiskBasedOnPartition_Antecedent =
171936               {
171937                   /* flags */
171938                   META_FLAG_REFERENCE|META_FLAG_READ,
171939                   /* name */
171940                   "Antecedent",
171941                   /* qualifiers */
171942                   _CIM_LogicalDiskBasedOnPartition_Antecedent_qualifiers,
171943                   /* subscript */
171944                   -1,
171945                   /* refId */
171946                   &__root_cimv2_CIM_DiskPartition,
171947               };
171948 mike  1.1.2.1 
171949               static const char*
171950               _CIM_LogicalDiskBasedOnPartition_Dependent_qualifiers[] =
171951               {
171952                   /* Override */
171953                   "\044Dependent",
171954                   0,
171955               };
171956               
171957               static MetaReference
171958               _CIM_LogicalDiskBasedOnPartition_Dependent =
171959               {
171960                   /* flags */
171961                   META_FLAG_REFERENCE|META_FLAG_READ,
171962                   /* name */
171963                   "Dependent",
171964                   /* qualifiers */
171965                   _CIM_LogicalDiskBasedOnPartition_Dependent_qualifiers,
171966                   /* subscript */
171967                   -1,
171968                   /* refId */
171969 mike  1.1.2.1     &__root_cimv2_CIM_LogicalDisk,
171970               };
171971               
171972               static MetaFeature*
171973               _CIM_LogicalDiskBasedOnPartition_features[] =
171974               {
171975                   (MetaFeature*)&_CIM_LogicalDiskBasedOnPartition_Antecedent,
171976                   (MetaFeature*)&_CIM_LogicalDiskBasedOnPartition_Dependent,
171977                   0,
171978               };
171979               
171980               static const char*
171981               __root_cimv2_CIM_LogicalDiskBasedOnPartition_qualifiers[] =
171982               {
171983                   /* ASSOCIATION */
171984                   "\000\001",
171985                   /* UMLPackagePath */
171986                   "\057CIM::Device::StorageExtents",
171987                   /* Version */
171988                   "\0632.6.0",
171989                   0,
171990 mike  1.1.2.1 };
171991               
171992               MetaClass
171993               __root_cimv2_CIM_LogicalDiskBasedOnPartition =
171994               {
171995                   /* flags */
171996                   META_FLAG_ASSOCIATION,
171997                   /* name */
171998                   "CIM_LogicalDiskBasedOnPartition",
171999                   /* qualifiers */
172000                   __root_cimv2_CIM_LogicalDiskBasedOnPartition_qualifiers,
172001                   /* super */
172002                   &__root_cimv2_CIM_LogicalDiskBasedOnExtent,
172003                   /* features */
172004                   _CIM_LogicalDiskBasedOnPartition_features,
172005               };
172006               
172007               //==============================================================================
172008               //
172009               // Class: CIM_LogicalNetworkService
172010               //
172011 mike  1.1.2.1 //==============================================================================
172012               
172013               static const char*
172014               _CIM_LogicalNetworkService_Network_qualifiers[] =
172015               {
172016                   /* Deprecated */
172017                   "\013\000\001No value\000",
172018                   /* Key */
172019                   "\025\001",
172020                   0,
172021               };
172022               
172023               static MetaReference
172024               _CIM_LogicalNetworkService_Network =
172025               {
172026                   /* flags */
172027                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
172028                   /* name */
172029                   "Network",
172030                   /* qualifiers */
172031                   _CIM_LogicalNetworkService_Network_qualifiers,
172032 mike  1.1.2.1     /* subscript */
172033                   -1,
172034                   /* refId */
172035                   &__root_cimv2_CIM_LogicalNetwork,
172036               };
172037               
172038               static const char*
172039               _CIM_LogicalNetworkService_NetworkService_qualifiers[] =
172040               {
172041                   /* Deprecated */
172042                   "\013\000\001No value\000",
172043                   /* Key */
172044                   "\025\001",
172045                   0,
172046               };
172047               
172048               static MetaReference
172049               _CIM_LogicalNetworkService_NetworkService =
172050               {
172051                   /* flags */
172052                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
172053 mike  1.1.2.1     /* name */
172054                   "NetworkService",
172055                   /* qualifiers */
172056                   _CIM_LogicalNetworkService_NetworkService_qualifiers,
172057                   /* subscript */
172058                   -1,
172059                   /* refId */
172060                   &__root_cimv2_CIM_NetworkService,
172061               };
172062               
172063               static const char*
172064               _CIM_LogicalNetworkService_ContainmentType_qualifiers[] =
172065               {
172066                   /* Deprecated */
172067                   "\013\000\001No value\000",
172068                   /* ValueMap */
172069                   "\061\000\0040\0001\0002\0003\000",
172070                   /* Values */
172071                   "\062\000\004Unknown\000Originates In\000Terminates In\000Resides In\000",
172072                   0,
172073               };
172074 mike  1.1.2.1 
172075               static MetaProperty
172076               _CIM_LogicalNetworkService_ContainmentType =
172077               {
172078                   /* flags */
172079                   META_FLAG_PROPERTY|META_FLAG_READ,
172080                   /* name */
172081                   "ContainmentType",
172082                   /* qualifiers */
172083                   _CIM_LogicalNetworkService_ContainmentType_qualifiers,
172084                   /* type */
172085                   CIMTYPE_UINT16,
172086                   /* subscript */
172087                   -1,
172088                   /* value */
172089                   0,
172090               };
172091               
172092               static MetaFeature*
172093               _CIM_LogicalNetworkService_features[] =
172094               {
172095 mike  1.1.2.1     (MetaFeature*)&_CIM_LogicalNetworkService_Network,
172096                   (MetaFeature*)&_CIM_LogicalNetworkService_NetworkService,
172097                   (MetaFeature*)&_CIM_LogicalNetworkService_ContainmentType,
172098                   0,
172099               };
172100               
172101               static const char*
172102               __root_cimv2_CIM_LogicalNetworkService_qualifiers[] =
172103               {
172104                   /* ASSOCIATION */
172105                   "\000\001",
172106                   /* Deprecated */
172107                   "\013\000\001No value\000",
172108                   /* UMLPackagePath */
172109                   "\057CIM::Network::RoutingForwarding",
172110                   /* Version */
172111                   "\0632.7.0",
172112                   0,
172113               };
172114               
172115               MetaClass
172116 mike  1.1.2.1 __root_cimv2_CIM_LogicalNetworkService =
172117               {
172118                   /* flags */
172119                   META_FLAG_ASSOCIATION,
172120                   /* name */
172121                   "CIM_LogicalNetworkService",
172122                   /* qualifiers */
172123                   __root_cimv2_CIM_LogicalNetworkService_qualifiers,
172124                   /* super */
172125                   0,
172126                   /* features */
172127                   _CIM_LogicalNetworkService_features,
172128               };
172129               
172130               //==============================================================================
172131               //
172132               // Class: CIM_ManagedCredential
172133               //
172134               //==============================================================================
172135               
172136               static const char*
172137 mike  1.1.2.1 _CIM_ManagedCredential_Antecedent_qualifiers[] =
172138               {
172139                   /* Override */
172140                   "\044Antecedent",
172141                   /* Max */
172142                   "\027\000\000\000\001",
172143                   0,
172144               };
172145               
172146               static MetaReference
172147               _CIM_ManagedCredential_Antecedent =
172148               {
172149                   /* flags */
172150                   META_FLAG_REFERENCE|META_FLAG_READ,
172151                   /* name */
172152                   "Antecedent",
172153                   /* qualifiers */
172154                   _CIM_ManagedCredential_Antecedent_qualifiers,
172155                   /* subscript */
172156                   -1,
172157                   /* refId */
172158 mike  1.1.2.1     &__root_cimv2_CIM_CredentialManagementService,
172159               };
172160               
172161               static const char*
172162               _CIM_ManagedCredential_Dependent_qualifiers[] =
172163               {
172164                   /* Override */
172165                   "\044Dependent",
172166                   0,
172167               };
172168               
172169               static MetaReference
172170               _CIM_ManagedCredential_Dependent =
172171               {
172172                   /* flags */
172173                   META_FLAG_REFERENCE|META_FLAG_READ,
172174                   /* name */
172175                   "Dependent",
172176                   /* qualifiers */
172177                   _CIM_ManagedCredential_Dependent_qualifiers,
172178                   /* subscript */
172179 mike  1.1.2.1     -1,
172180                   /* refId */
172181                   &__root_cimv2_CIM_Credential,
172182               };
172183               
172184               static MetaFeature*
172185               _CIM_ManagedCredential_features[] =
172186               {
172187                   (MetaFeature*)&_CIM_ManagedCredential_Antecedent,
172188                   (MetaFeature*)&_CIM_ManagedCredential_Dependent,
172189                   0,
172190               };
172191               
172192               static const char*
172193               __root_cimv2_CIM_ManagedCredential_qualifiers[] =
172194               {
172195                   /* ASSOCIATION */
172196                   "\000\001",
172197                   /* UMLPackagePath */
172198                   "\057CIM::User::Credential",
172199                   /* Version */
172200 mike  1.1.2.1     "\0632.8.0",
172201                   0,
172202               };
172203               
172204               MetaClass
172205               __root_cimv2_CIM_ManagedCredential =
172206               {
172207                   /* flags */
172208                   META_FLAG_ASSOCIATION,
172209                   /* name */
172210                   "CIM_ManagedCredential",
172211                   /* qualifiers */
172212                   __root_cimv2_CIM_ManagedCredential_qualifiers,
172213                   /* super */
172214                   &__root_cimv2_CIM_Dependency,
172215                   /* features */
172216                   _CIM_ManagedCredential_features,
172217               };
172218               
172219               //==============================================================================
172220               //
172221 mike  1.1.2.1 // Class: CIM_ManagesAccount
172222               //
172223               //==============================================================================
172224               
172225               static const char*
172226               _CIM_ManagesAccount_Antecedent_qualifiers[] =
172227               {
172228                   /* Override */
172229                   "\044Antecedent",
172230                   0,
172231               };
172232               
172233               static MetaReference
172234               _CIM_ManagesAccount_Antecedent =
172235               {
172236                   /* flags */
172237                   META_FLAG_REFERENCE|META_FLAG_READ,
172238                   /* name */
172239                   "Antecedent",
172240                   /* qualifiers */
172241                   _CIM_ManagesAccount_Antecedent_qualifiers,
172242 mike  1.1.2.1     /* subscript */
172243                   -1,
172244                   /* refId */
172245                   &__root_cimv2_CIM_AccountManagementService,
172246               };
172247               
172248               static const char*
172249               _CIM_ManagesAccount_Dependent_qualifiers[] =
172250               {
172251                   /* Override */
172252                   "\044Dependent",
172253                   0,
172254               };
172255               
172256               static MetaReference
172257               _CIM_ManagesAccount_Dependent =
172258               {
172259                   /* flags */
172260                   META_FLAG_REFERENCE|META_FLAG_READ,
172261                   /* name */
172262                   "Dependent",
172263 mike  1.1.2.1     /* qualifiers */
172264                   _CIM_ManagesAccount_Dependent_qualifiers,
172265                   /* subscript */
172266                   -1,
172267                   /* refId */
172268                   &__root_cimv2_CIM_Account,
172269               };
172270               
172271               static MetaFeature*
172272               _CIM_ManagesAccount_features[] =
172273               {
172274                   (MetaFeature*)&_CIM_ManagesAccount_Antecedent,
172275                   (MetaFeature*)&_CIM_ManagesAccount_Dependent,
172276                   0,
172277               };
172278               
172279               static const char*
172280               __root_cimv2_CIM_ManagesAccount_qualifiers[] =
172281               {
172282                   /* ASSOCIATION */
172283                   "\000\001",
172284 mike  1.1.2.1     /* UMLPackagePath */
172285                   "\057CIM::User::Account",
172286                   /* Version */
172287                   "\0632.6.0",
172288                   0,
172289               };
172290               
172291               MetaClass
172292               __root_cimv2_CIM_ManagesAccount =
172293               {
172294                   /* flags */
172295                   META_FLAG_ASSOCIATION,
172296                   /* name */
172297                   "CIM_ManagesAccount",
172298                   /* qualifiers */
172299                   __root_cimv2_CIM_ManagesAccount_qualifiers,
172300                   /* super */
172301                   &__root_cimv2_CIM_Dependency,
172302                   /* features */
172303                   _CIM_ManagesAccount_features,
172304               };
172305 mike  1.1.2.1 
172306               //==============================================================================
172307               //
172308               // Class: CIM_ManagesAccountOnSystem
172309               //
172310               //==============================================================================
172311               
172312               static const char*
172313               _CIM_ManagesAccountOnSystem_Antecedent_qualifiers[] =
172314               {
172315                   /* Override */
172316                   "\044Antecedent",
172317                   0,
172318               };
172319               
172320               static MetaReference
172321               _CIM_ManagesAccountOnSystem_Antecedent =
172322               {
172323                   /* flags */
172324                   META_FLAG_REFERENCE|META_FLAG_READ,
172325                   /* name */
172326 mike  1.1.2.1     "Antecedent",
172327                   /* qualifiers */
172328                   _CIM_ManagesAccountOnSystem_Antecedent_qualifiers,
172329                   /* subscript */
172330                   -1,
172331                   /* refId */
172332                   &__root_cimv2_CIM_AccountManagementService,
172333               };
172334               
172335               static const char*
172336               _CIM_ManagesAccountOnSystem_Dependent_qualifiers[] =
172337               {
172338                   /* Override */
172339                   "\044Dependent",
172340                   0,
172341               };
172342               
172343               static MetaReference
172344               _CIM_ManagesAccountOnSystem_Dependent =
172345               {
172346                   /* flags */
172347 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
172348                   /* name */
172349                   "Dependent",
172350                   /* qualifiers */
172351                   _CIM_ManagesAccountOnSystem_Dependent_qualifiers,
172352                   /* subscript */
172353                   -1,
172354                   /* refId */
172355                   &__root_cimv2_CIM_System,
172356               };
172357               
172358               static MetaFeature*
172359               _CIM_ManagesAccountOnSystem_features[] =
172360               {
172361                   (MetaFeature*)&_CIM_ManagesAccountOnSystem_Antecedent,
172362                   (MetaFeature*)&_CIM_ManagesAccountOnSystem_Dependent,
172363                   0,
172364               };
172365               
172366               static const char*
172367               __root_cimv2_CIM_ManagesAccountOnSystem_qualifiers[] =
172368 mike  1.1.2.1 {
172369                   /* ASSOCIATION */
172370                   "\000\001",
172371                   /* UMLPackagePath */
172372                   "\057CIM::User::Account",
172373                   /* Version */
172374                   "\0632.6.0",
172375                   0,
172376               };
172377               
172378               MetaClass
172379               __root_cimv2_CIM_ManagesAccountOnSystem =
172380               {
172381                   /* flags */
172382                   META_FLAG_ASSOCIATION,
172383                   /* name */
172384                   "CIM_ManagesAccountOnSystem",
172385                   /* qualifiers */
172386                   __root_cimv2_CIM_ManagesAccountOnSystem_qualifiers,
172387                   /* super */
172388                   &__root_cimv2_CIM_SecurityServiceForSystem,
172389 mike  1.1.2.1     /* features */
172390                   _CIM_ManagesAccountOnSystem_features,
172391               };
172392               
172393               //==============================================================================
172394               //
172395               // Class: CIM_MemoryCheck
172396               //
172397               //==============================================================================
172398               
172399               static const char*
172400               _CIM_MemoryCheck_MemorySize_qualifiers[] =
172401               {
172402                   /* Units */
172403                   "\060KiloBytes",
172404                   /* ModelCorrespondence */
172405                   "\036\000\001CIM_OperatingSystem.FreePhysicalMemory\000",
172406                   0,
172407               };
172408               
172409               static MetaProperty
172410 mike  1.1.2.1 _CIM_MemoryCheck_MemorySize =
172411               {
172412                   /* flags */
172413                   META_FLAG_PROPERTY|META_FLAG_READ,
172414                   /* name */
172415                   "MemorySize",
172416                   /* qualifiers */
172417                   _CIM_MemoryCheck_MemorySize_qualifiers,
172418                   /* type */
172419                   CIMTYPE_UINT64,
172420                   /* subscript */
172421                   -1,
172422                   /* value */
172423                   0,
172424               };
172425               
172426               static MetaFeature*
172427               _CIM_MemoryCheck_features[] =
172428               {
172429                   (MetaFeature*)&_CIM_MemoryCheck_MemorySize,
172430                   0,
172431 mike  1.1.2.1 };
172432               
172433               static const char*
172434               __root_cimv2_CIM_MemoryCheck_qualifiers[] =
172435               {
172436                   /* UMLPackagePath */
172437                   "\057CIM::Application::CheckAction",
172438                   /* Version */
172439                   "\0632.6.0",
172440                   0,
172441               };
172442               
172443               MetaClass
172444               __root_cimv2_CIM_MemoryCheck =
172445               {
172446                   /* flags */
172447                   META_FLAG_CLASS,
172448                   /* name */
172449                   "CIM_MemoryCheck",
172450                   /* qualifiers */
172451                   __root_cimv2_CIM_MemoryCheck_qualifiers,
172452 mike  1.1.2.1     /* super */
172453                   &__root_cimv2_CIM_Check,
172454                   /* features */
172455                   _CIM_MemoryCheck_features,
172456               };
172457               
172458               //==============================================================================
172459               //
172460               // Class: CIM_ModifySettingAction
172461               //
172462               //==============================================================================
172463               
172464               static const char*
172465               _CIM_ModifySettingAction_SectionKey_qualifiers[] =
172466               {
172467                   /* MaxLen */
172468                   "\030\000\000\001\000",
172469                   0,
172470               };
172471               
172472               static MetaProperty
172473 mike  1.1.2.1 _CIM_ModifySettingAction_SectionKey =
172474               {
172475                   /* flags */
172476                   META_FLAG_PROPERTY|META_FLAG_READ,
172477                   /* name */
172478                   "SectionKey",
172479                   /* qualifiers */
172480                   _CIM_ModifySettingAction_SectionKey_qualifiers,
172481                   /* type */
172482                   CIMTYPE_STRING,
172483                   /* subscript */
172484                   -1,
172485                   /* value */
172486                   0,
172487               };
172488               
172489               static const char*
172490               _CIM_ModifySettingAction_EntryName_qualifiers[] =
172491               {
172492                   /* MaxLen */
172493                   "\030\000\000\001\000",
172494 mike  1.1.2.1     0,
172495               };
172496               
172497               static MetaProperty
172498               _CIM_ModifySettingAction_EntryName =
172499               {
172500                   /* flags */
172501                   META_FLAG_PROPERTY|META_FLAG_READ,
172502                   /* name */
172503                   "EntryName",
172504                   /* qualifiers */
172505                   _CIM_ModifySettingAction_EntryName_qualifiers,
172506                   /* type */
172507                   CIMTYPE_STRING,
172508                   /* subscript */
172509                   -1,
172510                   /* value */
172511                   0,
172512               };
172513               
172514               static const char*
172515 mike  1.1.2.1 _CIM_ModifySettingAction_EntryValue_qualifiers[] =
172516               {
172517                   0,
172518               };
172519               
172520               static MetaProperty
172521               _CIM_ModifySettingAction_EntryValue =
172522               {
172523                   /* flags */
172524                   META_FLAG_PROPERTY|META_FLAG_READ,
172525                   /* name */
172526                   "EntryValue",
172527                   /* qualifiers */
172528                   _CIM_ModifySettingAction_EntryValue_qualifiers,
172529                   /* type */
172530                   CIMTYPE_STRING,
172531                   /* subscript */
172532                   -1,
172533                   /* value */
172534                   0,
172535               };
172536 mike  1.1.2.1 
172537               static const char*
172538               _CIM_ModifySettingAction_FileName_qualifiers[] =
172539               {
172540                   /* MaxLen */
172541                   "\030\000\000\004\000",
172542                   0,
172543               };
172544               
172545               static MetaProperty
172546               _CIM_ModifySettingAction_FileName =
172547               {
172548                   /* flags */
172549                   META_FLAG_PROPERTY|META_FLAG_READ,
172550                   /* name */
172551                   "FileName",
172552                   /* qualifiers */
172553                   _CIM_ModifySettingAction_FileName_qualifiers,
172554                   /* type */
172555                   CIMTYPE_STRING,
172556                   /* subscript */
172557 mike  1.1.2.1     -1,
172558                   /* value */
172559                   0,
172560               };
172561               
172562               static const char*
172563               _CIM_ModifySettingAction_ActionType_qualifiers[] =
172564               {
172565                   /* ValueMap */
172566                   "\061\000\0040\0001\0002\0003\000",
172567                   /* Values */
172568                   "\062\000\004Create\000Delete\000Append\000Remove\000",
172569                   0,
172570               };
172571               
172572               static MetaProperty
172573               _CIM_ModifySettingAction_ActionType =
172574               {
172575                   /* flags */
172576                   META_FLAG_PROPERTY|META_FLAG_READ,
172577                   /* name */
172578 mike  1.1.2.1     "ActionType",
172579                   /* qualifiers */
172580                   _CIM_ModifySettingAction_ActionType_qualifiers,
172581                   /* type */
172582                   CIMTYPE_UINT16,
172583                   /* subscript */
172584                   -1,
172585                   /* value */
172586                   0,
172587               };
172588               
172589               static MetaFeature*
172590               _CIM_ModifySettingAction_features[] =
172591               {
172592                   (MetaFeature*)&_CIM_ModifySettingAction_SectionKey,
172593                   (MetaFeature*)&_CIM_ModifySettingAction_EntryName,
172594                   (MetaFeature*)&_CIM_ModifySettingAction_EntryValue,
172595                   (MetaFeature*)&_CIM_ModifySettingAction_FileName,
172596                   (MetaFeature*)&_CIM_ModifySettingAction_ActionType,
172597                   0,
172598               };
172599 mike  1.1.2.1 
172600               static const char*
172601               __root_cimv2_CIM_ModifySettingAction_qualifiers[] =
172602               {
172603                   /* UMLPackagePath */
172604                   "\057CIM::Application::CheckAction",
172605                   /* Version */
172606                   "\0632.6.0",
172607                   0,
172608               };
172609               
172610               MetaClass
172611               __root_cimv2_CIM_ModifySettingAction =
172612               {
172613                   /* flags */
172614                   META_FLAG_CLASS,
172615                   /* name */
172616                   "CIM_ModifySettingAction",
172617                   /* qualifiers */
172618                   __root_cimv2_CIM_ModifySettingAction_qualifiers,
172619                   /* super */
172620 mike  1.1.2.1     &__root_cimv2_CIM_Action,
172621                   /* features */
172622                   _CIM_ModifySettingAction_features,
172623               };
172624               
172625               //==============================================================================
172626               //
172627               // Class: CIM_MonitorSetting
172628               //
172629               //==============================================================================
172630               
172631               static const char*
172632               _CIM_MonitorSetting_Element_qualifiers[] =
172633               {
172634                   /* Override */
172635                   "\044Element",
172636                   0,
172637               };
172638               
172639               static MetaReference
172640               _CIM_MonitorSetting_Element =
172641 mike  1.1.2.1 {
172642                   /* flags */
172643                   META_FLAG_REFERENCE|META_FLAG_READ,
172644                   /* name */
172645                   "Element",
172646                   /* qualifiers */
172647                   _CIM_MonitorSetting_Element_qualifiers,
172648                   /* subscript */
172649                   -1,
172650                   /* refId */
172651                   &__root_cimv2_CIM_DesktopMonitor,
172652               };
172653               
172654               static const char*
172655               _CIM_MonitorSetting_Setting_qualifiers[] =
172656               {
172657                   /* Override */
172658                   "\044Setting",
172659                   0,
172660               };
172661               
172662 mike  1.1.2.1 static MetaReference
172663               _CIM_MonitorSetting_Setting =
172664               {
172665                   /* flags */
172666                   META_FLAG_REFERENCE|META_FLAG_READ,
172667                   /* name */
172668                   "Setting",
172669                   /* qualifiers */
172670                   _CIM_MonitorSetting_Setting_qualifiers,
172671                   /* subscript */
172672                   -1,
172673                   /* refId */
172674                   &__root_cimv2_CIM_MonitorResolution,
172675               };
172676               
172677               static MetaFeature*
172678               _CIM_MonitorSetting_features[] =
172679               {
172680                   (MetaFeature*)&_CIM_MonitorSetting_Element,
172681                   (MetaFeature*)&_CIM_MonitorSetting_Setting,
172682                   0,
172683 mike  1.1.2.1 };
172684               
172685               static const char*
172686               __root_cimv2_CIM_MonitorSetting_qualifiers[] =
172687               {
172688                   /* ASSOCIATION */
172689                   "\000\001",
172690                   /* UMLPackagePath */
172691                   "\057CIM::Device::UserDevices",
172692                   /* Version */
172693                   "\0632.6.0",
172694                   0,
172695               };
172696               
172697               MetaClass
172698               __root_cimv2_CIM_MonitorSetting =
172699               {
172700                   /* flags */
172701                   META_FLAG_ASSOCIATION,
172702                   /* name */
172703                   "CIM_MonitorSetting",
172704 mike  1.1.2.1     /* qualifiers */
172705                   __root_cimv2_CIM_MonitorSetting_qualifiers,
172706                   /* super */
172707                   &__root_cimv2_CIM_ElementSetting,
172708                   /* features */
172709                   _CIM_MonitorSetting_features,
172710               };
172711               
172712               //==============================================================================
172713               //
172714               // Class: CIM_NamespaceInManager
172715               //
172716               //==============================================================================
172717               
172718               static const char*
172719               _CIM_NamespaceInManager_Antecedent_qualifiers[] =
172720               {
172721                   /* Override */
172722                   "\044Antecedent",
172723                   /* Min */
172724                   "\033\000\000\000\001",
172725 mike  1.1.2.1     /* Max */
172726                   "\027\000\000\000\001",
172727                   0,
172728               };
172729               
172730               static MetaReference
172731               _CIM_NamespaceInManager_Antecedent =
172732               {
172733                   /* flags */
172734                   META_FLAG_REFERENCE|META_FLAG_READ,
172735                   /* name */
172736                   "Antecedent",
172737                   /* qualifiers */
172738                   _CIM_NamespaceInManager_Antecedent_qualifiers,
172739                   /* subscript */
172740                   -1,
172741                   /* refId */
172742                   &__root_cimv2_CIM_ObjectManager,
172743               };
172744               
172745               static const char*
172746 mike  1.1.2.1 _CIM_NamespaceInManager_Dependent_qualifiers[] =
172747               {
172748                   /* Override */
172749                   "\044Dependent",
172750                   /* Weak */
172751                   "\064\001",
172752                   0,
172753               };
172754               
172755               static MetaReference
172756               _CIM_NamespaceInManager_Dependent =
172757               {
172758                   /* flags */
172759                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
172760                   /* name */
172761                   "Dependent",
172762                   /* qualifiers */
172763                   _CIM_NamespaceInManager_Dependent_qualifiers,
172764                   /* subscript */
172765                   -1,
172766                   /* refId */
172767 mike  1.1.2.1     &__root_cimv2_CIM_Namespace,
172768               };
172769               
172770               static MetaFeature*
172771               _CIM_NamespaceInManager_features[] =
172772               {
172773                   (MetaFeature*)&_CIM_NamespaceInManager_Antecedent,
172774                   (MetaFeature*)&_CIM_NamespaceInManager_Dependent,
172775                   0,
172776               };
172777               
172778               static const char*
172779               __root_cimv2_CIM_NamespaceInManager_qualifiers[] =
172780               {
172781                   /* ASSOCIATION */
172782                   "\000\001",
172783                   /* UMLPackagePath */
172784                   "\057CIM::Interop",
172785                   /* Version */
172786                   "\0632.7.0",
172787                   0,
172788 mike  1.1.2.1 };
172789               
172790               MetaClass
172791               __root_cimv2_CIM_NamespaceInManager =
172792               {
172793                   /* flags */
172794                   META_FLAG_ASSOCIATION,
172795                   /* name */
172796                   "CIM_NamespaceInManager",
172797                   /* qualifiers */
172798                   __root_cimv2_CIM_NamespaceInManager_qualifiers,
172799                   /* super */
172800                   &__root_cimv2_CIM_HostedDependency,
172801                   /* features */
172802                   _CIM_NamespaceInManager_features,
172803               };
172804               
172805               //==============================================================================
172806               //
172807               // Class: CIM_NextScheduler
172808               //
172809 mike  1.1.2.1 //==============================================================================
172810               
172811               static const char*
172812               _CIM_NextScheduler_PrecedingService_qualifiers[] =
172813               {
172814                   /* Override */
172815                   "\044PrecedingService",
172816                   0,
172817               };
172818               
172819               static MetaReference
172820               _CIM_NextScheduler_PrecedingService =
172821               {
172822                   /* flags */
172823                   META_FLAG_REFERENCE|META_FLAG_READ,
172824                   /* name */
172825                   "PrecedingService",
172826                   /* qualifiers */
172827                   _CIM_NextScheduler_PrecedingService_qualifiers,
172828                   /* subscript */
172829                   -1,
172830 mike  1.1.2.1     /* refId */
172831                   &__root_cimv2_CIM_PacketSchedulingService,
172832               };
172833               
172834               static const char*
172835               _CIM_NextScheduler_FollowingService_qualifiers[] =
172836               {
172837                   /* Override */
172838                   "\044FollowingService",
172839                   /* Max */
172840                   "\027\000\000\000\001",
172841                   0,
172842               };
172843               
172844               static MetaReference
172845               _CIM_NextScheduler_FollowingService =
172846               {
172847                   /* flags */
172848                   META_FLAG_REFERENCE|META_FLAG_READ,
172849                   /* name */
172850                   "FollowingService",
172851 mike  1.1.2.1     /* qualifiers */
172852                   _CIM_NextScheduler_FollowingService_qualifiers,
172853                   /* subscript */
172854                   -1,
172855                   /* refId */
172856                   &__root_cimv2_CIM_PacketSchedulingService,
172857               };
172858               
172859               static MetaFeature*
172860               _CIM_NextScheduler_features[] =
172861               {
172862                   (MetaFeature*)&_CIM_NextScheduler_PrecedingService,
172863                   (MetaFeature*)&_CIM_NextScheduler_FollowingService,
172864                   0,
172865               };
172866               
172867               static const char*
172868               __root_cimv2_CIM_NextScheduler_qualifiers[] =
172869               {
172870                   /* ASSOCIATION */
172871                   "\000\001",
172872 mike  1.1.2.1     /* UMLPackagePath */
172873                   "\057CIM::Network::QoS",
172874                   /* Version */
172875                   "\0632.7.0",
172876                   0,
172877               };
172878               
172879               MetaClass
172880               __root_cimv2_CIM_NextScheduler =
172881               {
172882                   /* flags */
172883                   META_FLAG_ASSOCIATION,
172884                   /* name */
172885                   "CIM_NextScheduler",
172886                   /* qualifiers */
172887                   __root_cimv2_CIM_NextScheduler_qualifiers,
172888                   /* super */
172889                   &__root_cimv2_CIM_NextService,
172890                   /* features */
172891                   _CIM_NextScheduler_features,
172892               };
172893 mike  1.1.2.1 
172894               //==============================================================================
172895               //
172896               // Class: CIM_NonWorkConservingSchedulingService
172897               //
172898               //==============================================================================
172899               
172900               static MetaFeature*
172901               _CIM_NonWorkConservingSchedulingService_features[] =
172902               {
172903                   0,
172904               };
172905               
172906               static const char*
172907               __root_cimv2_CIM_NonWorkConservingSchedulingService_qualifiers[] =
172908               {
172909                   /* UMLPackagePath */
172910                   "\057CIM::Network::QoS",
172911                   /* Version */
172912                   "\0632.7.0",
172913                   0,
172914 mike  1.1.2.1 };
172915               
172916               MetaClass
172917               __root_cimv2_CIM_NonWorkConservingSchedulingService =
172918               {
172919                   /* flags */
172920                   META_FLAG_CLASS,
172921                   /* name */
172922                   "CIM_NonWorkConservingSchedulingService",
172923                   /* qualifiers */
172924                   __root_cimv2_CIM_NonWorkConservingSchedulingService_qualifiers,
172925                   /* super */
172926                   &__root_cimv2_CIM_PacketSchedulingService,
172927                   /* features */
172928                   _CIM_NonWorkConservingSchedulingService_features,
172929               };
172930               
172931               //==============================================================================
172932               //
172933               // Class: CIM_Notary
172934               //
172935 mike  1.1.2.1 //==============================================================================
172936               
172937               static const char*
172938               _CIM_Notary_Comparitors_qualifiers[] =
172939               {
172940                   /* ValueMap */
172941                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
172942                   /* Values */
172943                   "\062\000\011N/A\000Other\000Facial\000Retina\000Mark\000Finger\000Voice\000DNA-RNA\000EEG\000",
172944                   0,
172945               };
172946               
172947               static MetaProperty
172948               _CIM_Notary_Comparitors =
172949               {
172950                   /* flags */
172951                   META_FLAG_PROPERTY|META_FLAG_READ,
172952                   /* name */
172953                   "Comparitors",
172954                   /* qualifiers */
172955                   _CIM_Notary_Comparitors_qualifiers,
172956 mike  1.1.2.1     /* type */
172957                   CIMTYPE_UINT16,
172958                   /* subscript */
172959                   -1,
172960                   /* value */
172961                   0,
172962               };
172963               
172964               static const char*
172965               _CIM_Notary_SealProtocol_qualifiers[] =
172966               {
172967                   0,
172968               };
172969               
172970               static MetaProperty
172971               _CIM_Notary_SealProtocol =
172972               {
172973                   /* flags */
172974                   META_FLAG_PROPERTY|META_FLAG_READ,
172975                   /* name */
172976                   "SealProtocol",
172977 mike  1.1.2.1     /* qualifiers */
172978                   _CIM_Notary_SealProtocol_qualifiers,
172979                   /* type */
172980                   CIMTYPE_STRING,
172981                   /* subscript */
172982                   -1,
172983                   /* value */
172984                   0,
172985               };
172986               
172987               static const char*
172988               _CIM_Notary_CharterIssued_qualifiers[] =
172989               {
172990                   0,
172991               };
172992               
172993               static MetaProperty
172994               _CIM_Notary_CharterIssued =
172995               {
172996                   /* flags */
172997                   META_FLAG_PROPERTY|META_FLAG_READ,
172998 mike  1.1.2.1     /* name */
172999                   "CharterIssued",
173000                   /* qualifiers */
173001                   _CIM_Notary_CharterIssued_qualifiers,
173002                   /* type */
173003                   CIMTYPE_DATETIME,
173004                   /* subscript */
173005                   -1,
173006                   /* value */
173007                   0,
173008               };
173009               
173010               static const char*
173011               _CIM_Notary_CharterExpired_qualifiers[] =
173012               {
173013                   0,
173014               };
173015               
173016               static MetaProperty
173017               _CIM_Notary_CharterExpired =
173018               {
173019 mike  1.1.2.1     /* flags */
173020                   META_FLAG_PROPERTY|META_FLAG_READ,
173021                   /* name */
173022                   "CharterExpired",
173023                   /* qualifiers */
173024                   _CIM_Notary_CharterExpired_qualifiers,
173025                   /* type */
173026                   CIMTYPE_DATETIME,
173027                   /* subscript */
173028                   -1,
173029                   /* value */
173030                   0,
173031               };
173032               
173033               static MetaFeature*
173034               _CIM_Notary_features[] =
173035               {
173036                   (MetaFeature*)&_CIM_Notary_Comparitors,
173037                   (MetaFeature*)&_CIM_Notary_SealProtocol,
173038                   (MetaFeature*)&_CIM_Notary_CharterIssued,
173039                   (MetaFeature*)&_CIM_Notary_CharterExpired,
173040 mike  1.1.2.1     0,
173041               };
173042               
173043               static const char*
173044               __root_cimv2_CIM_Notary_qualifiers[] =
173045               {
173046                   /* UMLPackagePath */
173047                   "\057CIM::User::UsersAccess",
173048                   /* Version */
173049                   "\0632.8.0",
173050                   0,
173051               };
173052               
173053               MetaClass
173054               __root_cimv2_CIM_Notary =
173055               {
173056                   /* flags */
173057                   META_FLAG_CLASS,
173058                   /* name */
173059                   "CIM_Notary",
173060                   /* qualifiers */
173061 mike  1.1.2.1     __root_cimv2_CIM_Notary_qualifiers,
173062                   /* super */
173063                   &__root_cimv2_CIM_CredentialManagementService,
173064                   /* features */
173065                   _CIM_Notary_features,
173066               };
173067               
173068               //==============================================================================
173069               //
173070               // Class: CIM_NotaryVerifiesBiometric
173071               //
173072               //==============================================================================
173073               
173074               static const char*
173075               _CIM_NotaryVerifiesBiometric_Antecedent_qualifiers[] =
173076               {
173077                   /* Deprecated */
173078                   "\013\000\001CIM_ManagedCredential.Antecedent\000",
173079                   /* Override */
173080                   "\044Antecedent",
173081                   0,
173082 mike  1.1.2.1 };
173083               
173084               static MetaReference
173085               _CIM_NotaryVerifiesBiometric_Antecedent =
173086               {
173087                   /* flags */
173088                   META_FLAG_REFERENCE|META_FLAG_READ,
173089                   /* name */
173090                   "Antecedent",
173091                   /* qualifiers */
173092                   _CIM_NotaryVerifiesBiometric_Antecedent_qualifiers,
173093                   /* subscript */
173094                   -1,
173095                   /* refId */
173096                   &__root_cimv2_CIM_Notary,
173097               };
173098               
173099               static const char*
173100               _CIM_NotaryVerifiesBiometric_Dependent_qualifiers[] =
173101               {
173102                   /* Deprecated */
173103 mike  1.1.2.1     "\013\000\001CIM_ManagedCredential.Dependent\000",
173104                   /* Override */
173105                   "\044Dependent",
173106                   0,
173107               };
173108               
173109               static MetaReference
173110               _CIM_NotaryVerifiesBiometric_Dependent =
173111               {
173112                   /* flags */
173113                   META_FLAG_REFERENCE|META_FLAG_READ,
173114                   /* name */
173115                   "Dependent",
173116                   /* qualifiers */
173117                   _CIM_NotaryVerifiesBiometric_Dependent_qualifiers,
173118                   /* subscript */
173119                   -1,
173120                   /* refId */
173121                   &__root_cimv2_CIM_UsersAccess,
173122               };
173123               
173124 mike  1.1.2.1 static MetaFeature*
173125               _CIM_NotaryVerifiesBiometric_features[] =
173126               {
173127                   (MetaFeature*)&_CIM_NotaryVerifiesBiometric_Antecedent,
173128                   (MetaFeature*)&_CIM_NotaryVerifiesBiometric_Dependent,
173129                   0,
173130               };
173131               
173132               static const char*
173133               __root_cimv2_CIM_NotaryVerifiesBiometric_qualifiers[] =
173134               {
173135                   /* ASSOCIATION */
173136                   "\000\001",
173137                   /* Deprecated */
173138                   "\013\000\001CIM_ManagedCredential\000",
173139                   /* UMLPackagePath */
173140                   "\057CIM::User::UsersAccess",
173141                   /* Version */
173142                   "\0632.8.0",
173143                   0,
173144               };
173145 mike  1.1.2.1 
173146               MetaClass
173147               __root_cimv2_CIM_NotaryVerifiesBiometric =
173148               {
173149                   /* flags */
173150                   META_FLAG_ASSOCIATION,
173151                   /* name */
173152                   "CIM_NotaryVerifiesBiometric",
173153                   /* qualifiers */
173154                   __root_cimv2_CIM_NotaryVerifiesBiometric_qualifiers,
173155                   /* super */
173156                   &__root_cimv2_CIM_Dependency,
173157                   /* features */
173158                   _CIM_NotaryVerifiesBiometric_features,
173159               };
173160               
173161               //==============================================================================
173162               //
173163               // Class: CIM_OSPFArea
173164               //
173165               //==============================================================================
173166 mike  1.1.2.1 
173167               static const char*
173168               _CIM_OSPFArea_AreaID_qualifiers[] =
173169               {
173170                   /* MappingStrings */
173171                   "\026\000\001MIB.IETF|OSPF-MIB.ospfAreaId\000",
173172                   0,
173173               };
173174               
173175               static MetaProperty
173176               _CIM_OSPFArea_AreaID =
173177               {
173178                   /* flags */
173179                   META_FLAG_PROPERTY|META_FLAG_READ,
173180                   /* name */
173181                   "AreaID",
173182                   /* qualifiers */
173183                   _CIM_OSPFArea_AreaID_qualifiers,
173184                   /* type */
173185                   CIMTYPE_UINT32,
173186                   /* subscript */
173187 mike  1.1.2.1     -1,
173188                   /* value */
173189                   0,
173190               };
173191               
173192               static const char*
173193               _CIM_OSPFArea_AreaType_qualifiers[] =
173194               {
173195                   /* Required */
173196                   "\050\001",
173197                   /* ValueMap */
173198                   "\061\000\0032\0003\0004\000",
173199                   /* Values */
173200                   "\062\000\003Plain\000Stub\000NSSA\000",
173201                   0,
173202               };
173203               
173204               static MetaProperty
173205               _CIM_OSPFArea_AreaType =
173206               {
173207                   /* flags */
173208 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
173209                   /* name */
173210                   "AreaType",
173211                   /* qualifiers */
173212                   _CIM_OSPFArea_AreaType_qualifiers,
173213                   /* type */
173214                   CIMTYPE_UINT16,
173215                   /* subscript */
173216                   -1,
173217                   /* value */
173218                   0,
173219               };
173220               
173221               static const char*
173222               _CIM_OSPFArea_ExtLsdbLimit_qualifiers[] =
173223               {
173224                   /* MappingStrings */
173225                   "\026\000\001MIB.IETF|OSPF-MIB.ospfExtLsdbLimit\000",
173226                   0,
173227               };
173228               
173229 mike  1.1.2.1 static MetaProperty
173230               _CIM_OSPFArea_ExtLsdbLimit =
173231               {
173232                   /* flags */
173233                   META_FLAG_PROPERTY|META_FLAG_READ,
173234                   /* name */
173235                   "ExtLsdbLimit",
173236                   /* qualifiers */
173237                   _CIM_OSPFArea_ExtLsdbLimit_qualifiers,
173238                   /* type */
173239                   CIMTYPE_UINT32,
173240                   /* subscript */
173241                   -1,
173242                   /* value */
173243                   0,
173244               };
173245               
173246               static MetaFeature*
173247               _CIM_OSPFArea_features[] =
173248               {
173249                   (MetaFeature*)&_CIM_OSPFArea_AreaID,
173250 mike  1.1.2.1     (MetaFeature*)&_CIM_OSPFArea_AreaType,
173251                   (MetaFeature*)&_CIM_OSPFArea_ExtLsdbLimit,
173252                   0,
173253               };
173254               
173255               static const char*
173256               __root_cimv2_CIM_OSPFArea_qualifiers[] =
173257               {
173258                   /* UMLPackagePath */
173259                   "\057CIM::Network::OSPF",
173260                   /* Version */
173261                   "\0632.7.0",
173262                   0,
173263               };
173264               
173265               MetaClass
173266               __root_cimv2_CIM_OSPFArea =
173267               {
173268                   /* flags */
173269                   META_FLAG_CLASS,
173270                   /* name */
173271 mike  1.1.2.1     "CIM_OSPFArea",
173272                   /* qualifiers */
173273                   __root_cimv2_CIM_OSPFArea_qualifiers,
173274                   /* super */
173275                   &__root_cimv2_CIM_RoutingProtocolDomain,
173276                   /* features */
173277                   _CIM_OSPFArea_features,
173278               };
173279               
173280               //==============================================================================
173281               //
173282               // Class: CIM_OSPFProtocolEndpointBase
173283               //
173284               //==============================================================================
173285               
173286               static const char*
173287               _CIM_OSPFProtocolEndpointBase_EnabledState_qualifiers[] =
173288               {
173289                   /* Override */
173290                   "\044EnabledState",
173291                   /* MappingStrings */
173292 mike  1.1.2.1     "\026\000\001MIB.IETF|OSPF-MIB.ospfIfAdminStat\000",
173293                   0,
173294               };
173295               
173296               static MetaProperty
173297               _CIM_OSPFProtocolEndpointBase_EnabledState =
173298               {
173299                   /* flags */
173300                   META_FLAG_PROPERTY|META_FLAG_READ,
173301                   /* name */
173302                   "EnabledState",
173303                   /* qualifiers */
173304                   _CIM_OSPFProtocolEndpointBase_EnabledState_qualifiers,
173305                   /* type */
173306                   CIMTYPE_UINT16,
173307                   /* subscript */
173308                   -1,
173309                   /* value */
173310                   0,
173311               };
173312               
173313 mike  1.1.2.1 static const char*
173314               _CIM_OSPFProtocolEndpointBase_TransitDelay_qualifiers[] =
173315               {
173316                   /* Units */
173317                   "\060Seconds",
173318                   /* MappingStrings */
173319                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfTransitDelay\000",
173320                   0,
173321               };
173322               
173323               static MetaProperty
173324               _CIM_OSPFProtocolEndpointBase_TransitDelay =
173325               {
173326                   /* flags */
173327                   META_FLAG_PROPERTY|META_FLAG_READ,
173328                   /* name */
173329                   "TransitDelay",
173330                   /* qualifiers */
173331                   _CIM_OSPFProtocolEndpointBase_TransitDelay_qualifiers,
173332                   /* type */
173333                   CIMTYPE_UINT16,
173334 mike  1.1.2.1     /* subscript */
173335                   -1,
173336                   /* value */
173337                   0,
173338               };
173339               
173340               static const char*
173341               _CIM_OSPFProtocolEndpointBase_RetransmitInterval_qualifiers[] =
173342               {
173343                   /* Units */
173344                   "\060Seconds",
173345                   /* MappingStrings */
173346                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfRetransInterval\000",
173347                   0,
173348               };
173349               
173350               static MetaProperty
173351               _CIM_OSPFProtocolEndpointBase_RetransmitInterval =
173352               {
173353                   /* flags */
173354                   META_FLAG_PROPERTY|META_FLAG_READ,
173355 mike  1.1.2.1     /* name */
173356                   "RetransmitInterval",
173357                   /* qualifiers */
173358                   _CIM_OSPFProtocolEndpointBase_RetransmitInterval_qualifiers,
173359                   /* type */
173360                   CIMTYPE_UINT16,
173361                   /* subscript */
173362                   -1,
173363                   /* value */
173364                   0,
173365               };
173366               
173367               static const char*
173368               _CIM_OSPFProtocolEndpointBase_AuthType_qualifiers[] =
173369               {
173370                   /* Required */
173371                   "\050\001",
173372                   /* ValueMap */
173373                   "\061\000\0041\0002\0003\0004\000",
173374                   /* Values */
173375                   "\062\000\004Other\000Null authentication\000Simple password\000Cryptographic authentication\000",
173376 mike  1.1.2.1     /* MappingStrings */
173377                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfAuthType\000",
173378                   0,
173379               };
173380               
173381               static MetaProperty
173382               _CIM_OSPFProtocolEndpointBase_AuthType =
173383               {
173384                   /* flags */
173385                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
173386                   /* name */
173387                   "AuthType",
173388                   /* qualifiers */
173389                   _CIM_OSPFProtocolEndpointBase_AuthType_qualifiers,
173390                   /* type */
173391                   CIMTYPE_UINT16,
173392                   /* subscript */
173393                   -1,
173394                   /* value */
173395                   0,
173396               };
173397 mike  1.1.2.1 
173398               static const char*
173399               _CIM_OSPFProtocolEndpointBase_OtherAuthType_qualifiers[] =
173400               {
173401                   /* ModelCorrespondence */
173402                   "\036\000\001CIM_OSPFProtocolEndpoint.AuthType\000",
173403                   0,
173404               };
173405               
173406               static MetaProperty
173407               _CIM_OSPFProtocolEndpointBase_OtherAuthType =
173408               {
173409                   /* flags */
173410                   META_FLAG_PROPERTY|META_FLAG_READ,
173411                   /* name */
173412                   "OtherAuthType",
173413                   /* qualifiers */
173414                   _CIM_OSPFProtocolEndpointBase_OtherAuthType_qualifiers,
173415                   /* type */
173416                   CIMTYPE_STRING,
173417                   /* subscript */
173418 mike  1.1.2.1     -1,
173419                   /* value */
173420                   0,
173421               };
173422               
173423               static const char*
173424               _CIM_OSPFProtocolEndpointBase_AuthKey_qualifiers[] =
173425               {
173426                   /* MappingStrings */
173427                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfAuthKey\000",
173428                   0,
173429               };
173430               
173431               static MetaProperty
173432               _CIM_OSPFProtocolEndpointBase_AuthKey =
173433               {
173434                   /* flags */
173435                   META_FLAG_PROPERTY|META_FLAG_READ,
173436                   /* name */
173437                   "AuthKey",
173438                   /* qualifiers */
173439 mike  1.1.2.1     _CIM_OSPFProtocolEndpointBase_AuthKey_qualifiers,
173440                   /* type */
173441                   CIMTYPE_STRING,
173442                   /* subscript */
173443                   -1,
173444                   /* value */
173445                   0,
173446               };
173447               
173448               static const char*
173449               _CIM_OSPFProtocolEndpointBase_ProtocolIFType_qualifiers[] =
173450               {
173451                   /* Override */
173452                   "\044ProtocolIFType",
173453                   /* ValueMap */
173454                   "\061\000\0051\000225..4095\0004109\0004301..32767\00032768..\000",
173455                   /* Values */
173456                   "\062\000\005Other\000IANA Reserved\000OSPF\000DMTF Reserved\000Vendor Reserved\000",
173457                   0,
173458               };
173459               
173460 mike  1.1.2.1 static MetaProperty
173461               _CIM_OSPFProtocolEndpointBase_ProtocolIFType =
173462               {
173463                   /* flags */
173464                   META_FLAG_PROPERTY|META_FLAG_READ,
173465                   /* name */
173466                   "ProtocolIFType",
173467                   /* qualifiers */
173468                   _CIM_OSPFProtocolEndpointBase_ProtocolIFType_qualifiers,
173469                   /* type */
173470                   CIMTYPE_UINT16,
173471                   /* subscript */
173472                   -1,
173473                   /* value */
173474                   "\020\015",
173475               };
173476               
173477               static MetaFeature*
173478               _CIM_OSPFProtocolEndpointBase_features[] =
173479               {
173480                   (MetaFeature*)&_CIM_OSPFProtocolEndpointBase_EnabledState,
173481 mike  1.1.2.1     (MetaFeature*)&_CIM_OSPFProtocolEndpointBase_TransitDelay,
173482                   (MetaFeature*)&_CIM_OSPFProtocolEndpointBase_RetransmitInterval,
173483                   (MetaFeature*)&_CIM_OSPFProtocolEndpointBase_AuthType,
173484                   (MetaFeature*)&_CIM_OSPFProtocolEndpointBase_OtherAuthType,
173485                   (MetaFeature*)&_CIM_OSPFProtocolEndpointBase_AuthKey,
173486                   (MetaFeature*)&_CIM_OSPFProtocolEndpointBase_ProtocolIFType,
173487                   0,
173488               };
173489               
173490               static const char*
173491               __root_cimv2_CIM_OSPFProtocolEndpointBase_qualifiers[] =
173492               {
173493                   /* UMLPackagePath */
173494                   "\057CIM::Network::ProtocolEndpoints",
173495                   /* Version */
173496                   "\0632.8.0",
173497                   0,
173498               };
173499               
173500               MetaClass
173501               __root_cimv2_CIM_OSPFProtocolEndpointBase =
173502 mike  1.1.2.1 {
173503                   /* flags */
173504                   META_FLAG_CLASS,
173505                   /* name */
173506                   "CIM_OSPFProtocolEndpointBase",
173507                   /* qualifiers */
173508                   __root_cimv2_CIM_OSPFProtocolEndpointBase_qualifiers,
173509                   /* super */
173510                   &__root_cimv2_CIM_ProtocolEndpoint,
173511                   /* features */
173512                   _CIM_OSPFProtocolEndpointBase_features,
173513               };
173514               
173515               //==============================================================================
173516               //
173517               // Class: CIM_OSPFService
173518               //
173519               //==============================================================================
173520               
173521               static const char*
173522               _CIM_OSPFService_RunningMOSPF_qualifiers[] =
173523 mike  1.1.2.1 {
173524                   /* MappingStrings */
173525                   "\026\000\001MIB.IETF|OSPF-MIB.ospfMulticastExtensions\000",
173526                   0,
173527               };
173528               
173529               static MetaProperty
173530               _CIM_OSPFService_RunningMOSPF =
173531               {
173532                   /* flags */
173533                   META_FLAG_PROPERTY|META_FLAG_READ,
173534                   /* name */
173535                   "RunningMOSPF",
173536                   /* qualifiers */
173537                   _CIM_OSPFService_RunningMOSPF_qualifiers,
173538                   /* type */
173539                   CIMTYPE_BOOLEAN,
173540                   /* subscript */
173541                   -1,
173542                   /* value */
173543                   0,
173544 mike  1.1.2.1 };
173545               
173546               static const char*
173547               _CIM_OSPFService_IsInterAreaMulticastForwarder_qualifiers[] =
173548               {
173549                   /* MappingStrings */
173550                   "\026\000\001MIB.IETF|OSPF-MIB.ospfMulticastExtensions\000",
173551                   0,
173552               };
173553               
173554               static MetaProperty
173555               _CIM_OSPFService_IsInterAreaMulticastForwarder =
173556               {
173557                   /* flags */
173558                   META_FLAG_PROPERTY|META_FLAG_READ,
173559                   /* name */
173560                   "IsInterAreaMulticastForwarder",
173561                   /* qualifiers */
173562                   _CIM_OSPFService_IsInterAreaMulticastForwarder_qualifiers,
173563                   /* type */
173564                   CIMTYPE_BOOLEAN,
173565 mike  1.1.2.1     /* subscript */
173566                   -1,
173567                   /* value */
173568                   0,
173569               };
173570               
173571               static const char*
173572               _CIM_OSPFService_IsInterAsMulticastForwarder_qualifiers[] =
173573               {
173574                   /* MappingStrings */
173575                   "\026\000\001MIB.IETF|OSPF-MIB.ospfMulticastExtensions\000",
173576                   0,
173577               };
173578               
173579               static MetaProperty
173580               _CIM_OSPFService_IsInterAsMulticastForwarder =
173581               {
173582                   /* flags */
173583                   META_FLAG_PROPERTY|META_FLAG_READ,
173584                   /* name */
173585                   "IsInterAsMulticastForwarder",
173586 mike  1.1.2.1     /* qualifiers */
173587                   _CIM_OSPFService_IsInterAsMulticastForwarder_qualifiers,
173588                   /* type */
173589                   CIMTYPE_BOOLEAN,
173590                   /* subscript */
173591                   -1,
173592                   /* value */
173593                   0,
173594               };
173595               
173596               static const char*
173597               _CIM_OSPFService_ExitOverflowInterval_qualifiers[] =
173598               {
173599                   /* Units */
173600                   "\060Seconds",
173601                   /* MappingStrings */
173602                   "\026\000\001MIB.IETF|OSPF-MIB.ospfExitOverflowInterval\000",
173603                   0,
173604               };
173605               
173606               static MetaProperty
173607 mike  1.1.2.1 _CIM_OSPFService_ExitOverflowInterval =
173608               {
173609                   /* flags */
173610                   META_FLAG_PROPERTY|META_FLAG_READ,
173611                   /* name */
173612                   "ExitOverflowInterval",
173613                   /* qualifiers */
173614                   _CIM_OSPFService_ExitOverflowInterval_qualifiers,
173615                   /* type */
173616                   CIMTYPE_UINT32,
173617                   /* subscript */
173618                   -1,
173619                   /* value */
173620                   0,
173621               };
173622               
173623               static const char*
173624               _CIM_OSPFService_RFC1583Compatibility_qualifiers[] =
173625               {
173626                   0,
173627               };
173628 mike  1.1.2.1 
173629               static MetaProperty
173630               _CIM_OSPFService_RFC1583Compatibility =
173631               {
173632                   /* flags */
173633                   META_FLAG_PROPERTY|META_FLAG_READ,
173634                   /* name */
173635                   "RFC1583Compatibility",
173636                   /* qualifiers */
173637                   _CIM_OSPFService_RFC1583Compatibility_qualifiers,
173638                   /* type */
173639                   CIMTYPE_BOOLEAN,
173640                   /* subscript */
173641                   -1,
173642                   /* value */
173643                   0,
173644               };
173645               
173646               static MetaFeature*
173647               _CIM_OSPFService_features[] =
173648               {
173649 mike  1.1.2.1     (MetaFeature*)&_CIM_OSPFService_RunningMOSPF,
173650                   (MetaFeature*)&_CIM_OSPFService_IsInterAreaMulticastForwarder,
173651                   (MetaFeature*)&_CIM_OSPFService_IsInterAsMulticastForwarder,
173652                   (MetaFeature*)&_CIM_OSPFService_ExitOverflowInterval,
173653                   (MetaFeature*)&_CIM_OSPFService_RFC1583Compatibility,
173654                   0,
173655               };
173656               
173657               static const char*
173658               __root_cimv2_CIM_OSPFService_qualifiers[] =
173659               {
173660                   /* UMLPackagePath */
173661                   "\057CIM::Network::OSPF",
173662                   /* Version */
173663                   "\0632.7.0",
173664                   0,
173665               };
173666               
173667               MetaClass
173668               __root_cimv2_CIM_OSPFService =
173669               {
173670 mike  1.1.2.1     /* flags */
173671                   META_FLAG_CLASS,
173672                   /* name */
173673                   "CIM_OSPFService",
173674                   /* qualifiers */
173675                   __root_cimv2_CIM_OSPFService_qualifiers,
173676                   /* super */
173677                   &__root_cimv2_CIM_RouteCalculationService,
173678                   /* features */
173679                   _CIM_OSPFService_features,
173680               };
173681               
173682               //==============================================================================
173683               //
173684               // Class: CIM_OSPFServiceConfiguration
173685               //
173686               //==============================================================================
173687               
173688               static const char*
173689               _CIM_OSPFServiceConfiguration_Antecedent_qualifiers[] =
173690               {
173691 mike  1.1.2.1     /* Override */
173692                   "\044Antecedent",
173693                   /* Min */
173694                   "\033\000\000\000\001",
173695                   /* Max */
173696                   "\027\000\000\000\001",
173697                   0,
173698               };
173699               
173700               static MetaReference
173701               _CIM_OSPFServiceConfiguration_Antecedent =
173702               {
173703                   /* flags */
173704                   META_FLAG_REFERENCE|META_FLAG_READ,
173705                   /* name */
173706                   "Antecedent",
173707                   /* qualifiers */
173708                   _CIM_OSPFServiceConfiguration_Antecedent_qualifiers,
173709                   /* subscript */
173710                   -1,
173711                   /* refId */
173712 mike  1.1.2.1     &__root_cimv2_CIM_OSPFService,
173713               };
173714               
173715               static const char*
173716               _CIM_OSPFServiceConfiguration_Dependent_qualifiers[] =
173717               {
173718                   /* Override */
173719                   "\044Dependent",
173720                   0,
173721               };
173722               
173723               static MetaReference
173724               _CIM_OSPFServiceConfiguration_Dependent =
173725               {
173726                   /* flags */
173727                   META_FLAG_REFERENCE|META_FLAG_READ,
173728                   /* name */
173729                   "Dependent",
173730                   /* qualifiers */
173731                   _CIM_OSPFServiceConfiguration_Dependent_qualifiers,
173732                   /* subscript */
173733 mike  1.1.2.1     -1,
173734                   /* refId */
173735                   &__root_cimv2_CIM_OSPFAreaConfiguration,
173736               };
173737               
173738               static MetaFeature*
173739               _CIM_OSPFServiceConfiguration_features[] =
173740               {
173741                   (MetaFeature*)&_CIM_OSPFServiceConfiguration_Antecedent,
173742                   (MetaFeature*)&_CIM_OSPFServiceConfiguration_Dependent,
173743                   0,
173744               };
173745               
173746               static const char*
173747               __root_cimv2_CIM_OSPFServiceConfiguration_qualifiers[] =
173748               {
173749                   /* ASSOCIATION */
173750                   "\000\001",
173751                   /* UMLPackagePath */
173752                   "\057CIM::Network::OSPF",
173753                   /* Version */
173754 mike  1.1.2.1     "\0632.7.0",
173755                   0,
173756               };
173757               
173758               MetaClass
173759               __root_cimv2_CIM_OSPFServiceConfiguration =
173760               {
173761                   /* flags */
173762                   META_FLAG_ASSOCIATION,
173763                   /* name */
173764                   "CIM_OSPFServiceConfiguration",
173765                   /* qualifiers */
173766                   __root_cimv2_CIM_OSPFServiceConfiguration_qualifiers,
173767                   /* super */
173768                   &__root_cimv2_CIM_Dependency,
173769                   /* features */
173770                   _CIM_OSPFServiceConfiguration_features,
173771               };
173772               
173773               //==============================================================================
173774               //
173775 mike  1.1.2.1 // Class: CIM_OSPFVirtualInterface
173776               //
173777               //==============================================================================
173778               
173779               static MetaFeature*
173780               _CIM_OSPFVirtualInterface_features[] =
173781               {
173782                   0,
173783               };
173784               
173785               static const char*
173786               __root_cimv2_CIM_OSPFVirtualInterface_qualifiers[] =
173787               {
173788                   /* UMLPackagePath */
173789                   "\057CIM::Network::ProtocolEndpoints",
173790                   /* Version */
173791                   "\0632.7.0",
173792                   0,
173793               };
173794               
173795               MetaClass
173796 mike  1.1.2.1 __root_cimv2_CIM_OSPFVirtualInterface =
173797               {
173798                   /* flags */
173799                   META_FLAG_CLASS,
173800                   /* name */
173801                   "CIM_OSPFVirtualInterface",
173802                   /* qualifiers */
173803                   __root_cimv2_CIM_OSPFVirtualInterface_qualifiers,
173804                   /* super */
173805                   &__root_cimv2_CIM_OSPFProtocolEndpointBase,
173806                   /* features */
173807                   _CIM_OSPFVirtualInterface_features,
173808               };
173809               
173810               //==============================================================================
173811               //
173812               // Class: CIM_OSVersionCheck
173813               //
173814               //==============================================================================
173815               
173816               static const char*
173817 mike  1.1.2.1 _CIM_OSVersionCheck_MinimumVersion_qualifiers[] =
173818               {
173819                   /* MaxLen */
173820                   "\030\000\000\000\100",
173821                   /* ModelCorrespondence */
173822                   "\036\000\001CIM_OperatingSystem.Version\000",
173823                   0,
173824               };
173825               
173826               static MetaProperty
173827               _CIM_OSVersionCheck_MinimumVersion =
173828               {
173829                   /* flags */
173830                   META_FLAG_PROPERTY|META_FLAG_READ,
173831                   /* name */
173832                   "MinimumVersion",
173833                   /* qualifiers */
173834                   _CIM_OSVersionCheck_MinimumVersion_qualifiers,
173835                   /* type */
173836                   CIMTYPE_STRING,
173837                   /* subscript */
173838 mike  1.1.2.1     -1,
173839                   /* value */
173840                   0,
173841               };
173842               
173843               static const char*
173844               _CIM_OSVersionCheck_MaximumVersion_qualifiers[] =
173845               {
173846                   /* MaxLen */
173847                   "\030\000\000\000\100",
173848                   /* ModelCorrespondence */
173849                   "\036\000\001CIM_OperatingSystem.Version\000",
173850                   0,
173851               };
173852               
173853               static MetaProperty
173854               _CIM_OSVersionCheck_MaximumVersion =
173855               {
173856                   /* flags */
173857                   META_FLAG_PROPERTY|META_FLAG_READ,
173858                   /* name */
173859 mike  1.1.2.1     "MaximumVersion",
173860                   /* qualifiers */
173861                   _CIM_OSVersionCheck_MaximumVersion_qualifiers,
173862                   /* type */
173863                   CIMTYPE_STRING,
173864                   /* subscript */
173865                   -1,
173866                   /* value */
173867                   0,
173868               };
173869               
173870               static MetaFeature*
173871               _CIM_OSVersionCheck_features[] =
173872               {
173873                   (MetaFeature*)&_CIM_OSVersionCheck_MinimumVersion,
173874                   (MetaFeature*)&_CIM_OSVersionCheck_MaximumVersion,
173875                   0,
173876               };
173877               
173878               static const char*
173879               __root_cimv2_CIM_OSVersionCheck_qualifiers[] =
173880 mike  1.1.2.1 {
173881                   /* UMLPackagePath */
173882                   "\057CIM::Application::CheckAction",
173883                   /* Version */
173884                   "\0632.6.0",
173885                   0,
173886               };
173887               
173888               MetaClass
173889               __root_cimv2_CIM_OSVersionCheck =
173890               {
173891                   /* flags */
173892                   META_FLAG_CLASS,
173893                   /* name */
173894                   "CIM_OSVersionCheck",
173895                   /* qualifiers */
173896                   __root_cimv2_CIM_OSVersionCheck_qualifiers,
173897                   /* super */
173898                   &__root_cimv2_CIM_Check,
173899                   /* features */
173900                   _CIM_OSVersionCheck_features,
173901 mike  1.1.2.1 };
173902               
173903               //==============================================================================
173904               //
173905               // Class: CIM_OutboundVLAN
173906               //
173907               //==============================================================================
173908               
173909               static const char*
173910               _CIM_OutboundVLAN_Antecedent_qualifiers[] =
173911               {
173912                   /* Deprecated */
173913                   "\013\000\001No Value\000",
173914                   /* Override */
173915                   "\044Antecedent",
173916                   0,
173917               };
173918               
173919               static MetaReference
173920               _CIM_OutboundVLAN_Antecedent =
173921               {
173922 mike  1.1.2.1     /* flags */
173923                   META_FLAG_REFERENCE|META_FLAG_READ,
173924                   /* name */
173925                   "Antecedent",
173926                   /* qualifiers */
173927                   _CIM_OutboundVLAN_Antecedent_qualifiers,
173928                   /* subscript */
173929                   -1,
173930                   /* refId */
173931                   &__root_cimv2_CIM_VLAN,
173932               };
173933               
173934               static const char*
173935               _CIM_OutboundVLAN_Dependent_qualifiers[] =
173936               {
173937                   /* Deprecated */
173938                   "\013\000\001No Value\000",
173939                   /* Override */
173940                   "\044Dependent",
173941                   0,
173942               };
173943 mike  1.1.2.1 
173944               static MetaReference
173945               _CIM_OutboundVLAN_Dependent =
173946               {
173947                   /* flags */
173948                   META_FLAG_REFERENCE|META_FLAG_READ,
173949                   /* name */
173950                   "Dependent",
173951                   /* qualifiers */
173952                   _CIM_OutboundVLAN_Dependent_qualifiers,
173953                   /* subscript */
173954                   -1,
173955                   /* refId */
173956                   &__root_cimv2_CIM_SwitchPort,
173957               };
173958               
173959               static const char*
173960               _CIM_OutboundVLAN_Tagged_qualifiers[] =
173961               {
173962                   /* Deprecated */
173963                   "\013\000\001No Value\000",
173964 mike  1.1.2.1     0,
173965               };
173966               
173967               static MetaProperty
173968               _CIM_OutboundVLAN_Tagged =
173969               {
173970                   /* flags */
173971                   META_FLAG_PROPERTY|META_FLAG_READ,
173972                   /* name */
173973                   "Tagged",
173974                   /* qualifiers */
173975                   _CIM_OutboundVLAN_Tagged_qualifiers,
173976                   /* type */
173977                   CIMTYPE_BOOLEAN,
173978                   /* subscript */
173979                   -1,
173980                   /* value */
173981                   0,
173982               };
173983               
173984               static MetaFeature*
173985 mike  1.1.2.1 _CIM_OutboundVLAN_features[] =
173986               {
173987                   (MetaFeature*)&_CIM_OutboundVLAN_Antecedent,
173988                   (MetaFeature*)&_CIM_OutboundVLAN_Dependent,
173989                   (MetaFeature*)&_CIM_OutboundVLAN_Tagged,
173990                   0,
173991               };
173992               
173993               static const char*
173994               __root_cimv2_CIM_OutboundVLAN_qualifiers[] =
173995               {
173996                   /* ASSOCIATION */
173997                   "\000\001",
173998                   /* Deprecated */
173999                   "\013\000\001No Value\000",
174000                   /* UMLPackagePath */
174001                   "\057CIM::Network::VLAN",
174002                   /* Version */
174003                   "\0632.8.0",
174004                   0,
174005               };
174006 mike  1.1.2.1 
174007               MetaClass
174008               __root_cimv2_CIM_OutboundVLAN =
174009               {
174010                   /* flags */
174011                   META_FLAG_ASSOCIATION,
174012                   /* name */
174013                   "CIM_OutboundVLAN",
174014                   /* qualifiers */
174015                   __root_cimv2_CIM_OutboundVLAN_qualifiers,
174016                   /* super */
174017                   &__root_cimv2_CIM_SAPSAPDependency,
174018                   /* features */
174019                   _CIM_OutboundVLAN_features,
174020               };
174021               
174022               //==============================================================================
174023               //
174024               // Class: CIM_PackageTempSensor
174025               //
174026               //==============================================================================
174027 mike  1.1.2.1 
174028               static const char*
174029               _CIM_PackageTempSensor_Antecedent_qualifiers[] =
174030               {
174031                   /* Deprecated */
174032                   "\013\000\001CIM_PackageDependency.Antecedent\000",
174033                   /* Override */
174034                   "\044Antecedent",
174035                   0,
174036               };
174037               
174038               static MetaReference
174039               _CIM_PackageTempSensor_Antecedent =
174040               {
174041                   /* flags */
174042                   META_FLAG_REFERENCE|META_FLAG_READ,
174043                   /* name */
174044                   "Antecedent",
174045                   /* qualifiers */
174046                   _CIM_PackageTempSensor_Antecedent_qualifiers,
174047                   /* subscript */
174048 mike  1.1.2.1     -1,
174049                   /* refId */
174050                   &__root_cimv2_CIM_TemperatureSensor,
174051               };
174052               
174053               static const char*
174054               _CIM_PackageTempSensor_Dependent_qualifiers[] =
174055               {
174056                   /* Deprecated */
174057                   "\013\000\001CIM_PackageDependency.Dependent\000",
174058                   /* Override */
174059                   "\044Dependent",
174060                   0,
174061               };
174062               
174063               static MetaReference
174064               _CIM_PackageTempSensor_Dependent =
174065               {
174066                   /* flags */
174067                   META_FLAG_REFERENCE|META_FLAG_READ,
174068                   /* name */
174069 mike  1.1.2.1     "Dependent",
174070                   /* qualifiers */
174071                   _CIM_PackageTempSensor_Dependent_qualifiers,
174072                   /* subscript */
174073                   -1,
174074                   /* refId */
174075                   &__root_cimv2_CIM_PhysicalPackage,
174076               };
174077               
174078               static MetaFeature*
174079               _CIM_PackageTempSensor_features[] =
174080               {
174081                   (MetaFeature*)&_CIM_PackageTempSensor_Antecedent,
174082                   (MetaFeature*)&_CIM_PackageTempSensor_Dependent,
174083                   0,
174084               };
174085               
174086               static const char*
174087               __root_cimv2_CIM_PackageTempSensor_qualifiers[] =
174088               {
174089                   /* ASSOCIATION */
174090 mike  1.1.2.1     "\000\001",
174091                   /* Deprecated */
174092                   "\013\000\001CIM_PackageDependency\000",
174093                   /* UMLPackagePath */
174094                   "\057CIM::Device::Sensors",
174095                   /* Version */
174096                   "\0632.7.0",
174097                   0,
174098               };
174099               
174100               MetaClass
174101               __root_cimv2_CIM_PackageTempSensor =
174102               {
174103                   /* flags */
174104                   META_FLAG_ASSOCIATION,
174105                   /* name */
174106                   "CIM_PackageTempSensor",
174107                   /* qualifiers */
174108                   __root_cimv2_CIM_PackageTempSensor_qualifiers,
174109                   /* super */
174110                   &__root_cimv2_CIM_PackageDependency,
174111 mike  1.1.2.1     /* features */
174112                   _CIM_PackageTempSensor_features,
174113               };
174114               
174115               //==============================================================================
174116               //
174117               // Class: CIM_ParticipatingCS
174118               //
174119               //==============================================================================
174120               
174121               static const char*
174122               _CIM_ParticipatingCS_Antecedent_qualifiers[] =
174123               {
174124                   /* Override */
174125                   "\044Antecedent",
174126                   /* Min */
174127                   "\033\000\000\000\001",
174128                   0,
174129               };
174130               
174131               static MetaReference
174132 mike  1.1.2.1 _CIM_ParticipatingCS_Antecedent =
174133               {
174134                   /* flags */
174135                   META_FLAG_REFERENCE|META_FLAG_READ,
174136                   /* name */
174137                   "Antecedent",
174138                   /* qualifiers */
174139                   _CIM_ParticipatingCS_Antecedent_qualifiers,
174140                   /* subscript */
174141                   -1,
174142                   /* refId */
174143                   &__root_cimv2_CIM_ComputerSystem,
174144               };
174145               
174146               static const char*
174147               _CIM_ParticipatingCS_Dependent_qualifiers[] =
174148               {
174149                   /* Override */
174150                   "\044Dependent",
174151                   0,
174152               };
174153 mike  1.1.2.1 
174154               static MetaReference
174155               _CIM_ParticipatingCS_Dependent =
174156               {
174157                   /* flags */
174158                   META_FLAG_REFERENCE|META_FLAG_READ,
174159                   /* name */
174160                   "Dependent",
174161                   /* qualifiers */
174162                   _CIM_ParticipatingCS_Dependent_qualifiers,
174163                   /* subscript */
174164                   -1,
174165                   /* refId */
174166                   &__root_cimv2_CIM_Cluster,
174167               };
174168               
174169               static const char*
174170               _CIM_ParticipatingCS_StateOfNode_qualifiers[] =
174171               {
174172                   /* ValueMap */
174173                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
174174 mike  1.1.2.1     /* Values */
174175                   "\062\000\007Unknown\000Other\000Joining\000Paused\000Available\000Unavailable\000Degraded\000",
174176                   0,
174177               };
174178               
174179               static MetaProperty
174180               _CIM_ParticipatingCS_StateOfNode =
174181               {
174182                   /* flags */
174183                   META_FLAG_PROPERTY|META_FLAG_READ,
174184                   /* name */
174185                   "StateOfNode",
174186                   /* qualifiers */
174187                   _CIM_ParticipatingCS_StateOfNode_qualifiers,
174188                   /* type */
174189                   CIMTYPE_UINT16,
174190                   /* subscript */
174191                   -1,
174192                   /* value */
174193                   0,
174194               };
174195 mike  1.1.2.1 
174196               static const char*
174197               _CIM_ParticipatingCS_RoleOfNode_qualifiers[] =
174198               {
174199                   /* ValueMap */
174200                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
174201                   /* Values */
174202                   "\062\000\010Unknown\000Other\000Peer\000Primary\000Secondary\000Standby\000Base Plex\000Enhanced Plex\000",
174203                   0,
174204               };
174205               
174206               static MetaProperty
174207               _CIM_ParticipatingCS_RoleOfNode =
174208               {
174209                   /* flags */
174210                   META_FLAG_PROPERTY|META_FLAG_READ,
174211                   /* name */
174212                   "RoleOfNode",
174213                   /* qualifiers */
174214                   _CIM_ParticipatingCS_RoleOfNode_qualifiers,
174215                   /* type */
174216 mike  1.1.2.1     CIMTYPE_UINT16,
174217                   /* subscript */
174218                   -1,
174219                   /* value */
174220                   0,
174221               };
174222               
174223               static MetaFeature*
174224               _CIM_ParticipatingCS_features[] =
174225               {
174226                   (MetaFeature*)&_CIM_ParticipatingCS_Antecedent,
174227                   (MetaFeature*)&_CIM_ParticipatingCS_Dependent,
174228                   (MetaFeature*)&_CIM_ParticipatingCS_StateOfNode,
174229                   (MetaFeature*)&_CIM_ParticipatingCS_RoleOfNode,
174230                   0,
174231               };
174232               
174233               static const char*
174234               __root_cimv2_CIM_ParticipatingCS_qualifiers[] =
174235               {
174236                   /* ASSOCIATION */
174237 mike  1.1.2.1     "\000\001",
174238                   /* UMLPackagePath */
174239                   "\057CIM::System::SystemElements",
174240                   /* Version */
174241                   "\0632.6.0",
174242                   0,
174243               };
174244               
174245               MetaClass
174246               __root_cimv2_CIM_ParticipatingCS =
174247               {
174248                   /* flags */
174249                   META_FLAG_ASSOCIATION,
174250                   /* name */
174251                   "CIM_ParticipatingCS",
174252                   /* qualifiers */
174253                   __root_cimv2_CIM_ParticipatingCS_qualifiers,
174254                   /* super */
174255                   &__root_cimv2_CIM_Dependency,
174256                   /* features */
174257                   _CIM_ParticipatingCS_features,
174258 mike  1.1.2.1 };
174259               
174260               //==============================================================================
174261               //
174262               // Class: CIM_PCIBridge
174263               //
174264               //==============================================================================
174265               
174266               static const char*
174267               _CIM_PCIBridge_BaseAddress_qualifiers[] =
174268               {
174269                   0,
174270               };
174271               
174272               static MetaProperty
174273               _CIM_PCIBridge_BaseAddress =
174274               {
174275                   /* flags */
174276                   META_FLAG_PROPERTY|META_FLAG_READ,
174277                   /* name */
174278                   "BaseAddress",
174279 mike  1.1.2.1     /* qualifiers */
174280                   _CIM_PCIBridge_BaseAddress_qualifiers,
174281                   /* type */
174282                   CIMTYPE_UINT32,
174283                   /* subscript */
174284                   2,
174285                   /* value */
174286                   0,
174287               };
174288               
174289               static const char*
174290               _CIM_PCIBridge_BridgeType_qualifiers[] =
174291               {
174292                   /* ValueMap */
174293                   "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\000128\000",
174294                   /* Values */
174295                   "\062\000\012Host\000ISA\000EISA\000Micro Channel\000PCI\000PCMCIA\000NuBus\000CardBus\000RACEway\000Other\000",
174296                   0,
174297               };
174298               
174299               static MetaProperty
174300 mike  1.1.2.1 _CIM_PCIBridge_BridgeType =
174301               {
174302                   /* flags */
174303                   META_FLAG_PROPERTY|META_FLAG_READ,
174304                   /* name */
174305                   "BridgeType",
174306                   /* qualifiers */
174307                   _CIM_PCIBridge_BridgeType_qualifiers,
174308                   /* type */
174309                   CIMTYPE_UINT16,
174310                   /* subscript */
174311                   -1,
174312                   /* value */
174313                   0,
174314               };
174315               
174316               static const char*
174317               _CIM_PCIBridge_SecondaryLatencyTimer_qualifiers[] =
174318               {
174319                   /* Units */
174320                   "\060PCI clock cycles",
174321 mike  1.1.2.1     0,
174322               };
174323               
174324               static MetaProperty
174325               _CIM_PCIBridge_SecondaryLatencyTimer =
174326               {
174327                   /* flags */
174328                   META_FLAG_PROPERTY|META_FLAG_READ,
174329                   /* name */
174330                   "SecondaryLatencyTimer",
174331                   /* qualifiers */
174332                   _CIM_PCIBridge_SecondaryLatencyTimer_qualifiers,
174333                   /* type */
174334                   CIMTYPE_UINT8,
174335                   /* subscript */
174336                   -1,
174337                   /* value */
174338                   0,
174339               };
174340               
174341               static const char*
174342 mike  1.1.2.1 _CIM_PCIBridge_SubordinateBusNumber_qualifiers[] =
174343               {
174344                   0,
174345               };
174346               
174347               static MetaProperty
174348               _CIM_PCIBridge_SubordinateBusNumber =
174349               {
174350                   /* flags */
174351                   META_FLAG_PROPERTY|META_FLAG_READ,
174352                   /* name */
174353                   "SubordinateBusNumber",
174354                   /* qualifiers */
174355                   _CIM_PCIBridge_SubordinateBusNumber_qualifiers,
174356                   /* type */
174357                   CIMTYPE_UINT8,
174358                   /* subscript */
174359                   -1,
174360                   /* value */
174361                   0,
174362               };
174363 mike  1.1.2.1 
174364               static const char*
174365               _CIM_PCIBridge_SecondayBusNumber_qualifiers[] =
174366               {
174367                   0,
174368               };
174369               
174370               static MetaProperty
174371               _CIM_PCIBridge_SecondayBusNumber =
174372               {
174373                   /* flags */
174374                   META_FLAG_PROPERTY|META_FLAG_READ,
174375                   /* name */
174376                   "SecondayBusNumber",
174377                   /* qualifiers */
174378                   _CIM_PCIBridge_SecondayBusNumber_qualifiers,
174379                   /* type */
174380                   CIMTYPE_UINT8,
174381                   /* subscript */
174382                   -1,
174383                   /* value */
174384 mike  1.1.2.1     0,
174385               };
174386               
174387               static const char*
174388               _CIM_PCIBridge_PrimaryBusNumber_qualifiers[] =
174389               {
174390                   0,
174391               };
174392               
174393               static MetaProperty
174394               _CIM_PCIBridge_PrimaryBusNumber =
174395               {
174396                   /* flags */
174397                   META_FLAG_PROPERTY|META_FLAG_READ,
174398                   /* name */
174399                   "PrimaryBusNumber",
174400                   /* qualifiers */
174401                   _CIM_PCIBridge_PrimaryBusNumber_qualifiers,
174402                   /* type */
174403                   CIMTYPE_UINT8,
174404                   /* subscript */
174405 mike  1.1.2.1     -1,
174406                   /* value */
174407                   0,
174408               };
174409               
174410               static const char*
174411               _CIM_PCIBridge_SecondaryStatusRegister_qualifiers[] =
174412               {
174413                   0,
174414               };
174415               
174416               static MetaProperty
174417               _CIM_PCIBridge_SecondaryStatusRegister =
174418               {
174419                   /* flags */
174420                   META_FLAG_PROPERTY|META_FLAG_READ,
174421                   /* name */
174422                   "SecondaryStatusRegister",
174423                   /* qualifiers */
174424                   _CIM_PCIBridge_SecondaryStatusRegister_qualifiers,
174425                   /* type */
174426 mike  1.1.2.1     CIMTYPE_UINT16,
174427                   /* subscript */
174428                   -1,
174429                   /* value */
174430                   0,
174431               };
174432               
174433               static const char*
174434               _CIM_PCIBridge_SecondaryBusDeviceSelectTiming_qualifiers[] =
174435               {
174436                   /* ValueMap */
174437                   "\061\000\0060\0001\0002\0003\0004\0005\000",
174438                   /* Values */
174439                   "\062\000\006Unknown\000Other\000Fast\000Medium\000Slow\000Reserved\000",
174440                   0,
174441               };
174442               
174443               static MetaProperty
174444               _CIM_PCIBridge_SecondaryBusDeviceSelectTiming =
174445               {
174446                   /* flags */
174447 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
174448                   /* name */
174449                   "SecondaryBusDeviceSelectTiming",
174450                   /* qualifiers */
174451                   _CIM_PCIBridge_SecondaryBusDeviceSelectTiming_qualifiers,
174452                   /* type */
174453                   CIMTYPE_UINT16,
174454                   /* subscript */
174455                   -1,
174456                   /* value */
174457                   0,
174458               };
174459               
174460               static const char*
174461               _CIM_PCIBridge_IOLimit_qualifiers[] =
174462               {
174463                   0,
174464               };
174465               
174466               static MetaProperty
174467               _CIM_PCIBridge_IOLimit =
174468 mike  1.1.2.1 {
174469                   /* flags */
174470                   META_FLAG_PROPERTY|META_FLAG_READ,
174471                   /* name */
174472                   "IOLimit",
174473                   /* qualifiers */
174474                   _CIM_PCIBridge_IOLimit_qualifiers,
174475                   /* type */
174476                   CIMTYPE_UINT8,
174477                   /* subscript */
174478                   -1,
174479                   /* value */
174480                   0,
174481               };
174482               
174483               static const char*
174484               _CIM_PCIBridge_IOBase_qualifiers[] =
174485               {
174486                   0,
174487               };
174488               
174489 mike  1.1.2.1 static MetaProperty
174490               _CIM_PCIBridge_IOBase =
174491               {
174492                   /* flags */
174493                   META_FLAG_PROPERTY|META_FLAG_READ,
174494                   /* name */
174495                   "IOBase",
174496                   /* qualifiers */
174497                   _CIM_PCIBridge_IOBase_qualifiers,
174498                   /* type */
174499                   CIMTYPE_UINT8,
174500                   /* subscript */
174501                   -1,
174502                   /* value */
174503                   0,
174504               };
174505               
174506               static const char*
174507               _CIM_PCIBridge_MemoryLimit_qualifiers[] =
174508               {
174509                   0,
174510 mike  1.1.2.1 };
174511               
174512               static MetaProperty
174513               _CIM_PCIBridge_MemoryLimit =
174514               {
174515                   /* flags */
174516                   META_FLAG_PROPERTY|META_FLAG_READ,
174517                   /* name */
174518                   "MemoryLimit",
174519                   /* qualifiers */
174520                   _CIM_PCIBridge_MemoryLimit_qualifiers,
174521                   /* type */
174522                   CIMTYPE_UINT16,
174523                   /* subscript */
174524                   -1,
174525                   /* value */
174526                   0,
174527               };
174528               
174529               static const char*
174530               _CIM_PCIBridge_MemoryBase_qualifiers[] =
174531 mike  1.1.2.1 {
174532                   0,
174533               };
174534               
174535               static MetaProperty
174536               _CIM_PCIBridge_MemoryBase =
174537               {
174538                   /* flags */
174539                   META_FLAG_PROPERTY|META_FLAG_READ,
174540                   /* name */
174541                   "MemoryBase",
174542                   /* qualifiers */
174543                   _CIM_PCIBridge_MemoryBase_qualifiers,
174544                   /* type */
174545                   CIMTYPE_UINT16,
174546                   /* subscript */
174547                   -1,
174548                   /* value */
174549                   0,
174550               };
174551               
174552 mike  1.1.2.1 static const char*
174553               _CIM_PCIBridge_PrefetchMemoryLimit_qualifiers[] =
174554               {
174555                   0,
174556               };
174557               
174558               static MetaProperty
174559               _CIM_PCIBridge_PrefetchMemoryLimit =
174560               {
174561                   /* flags */
174562                   META_FLAG_PROPERTY|META_FLAG_READ,
174563                   /* name */
174564                   "PrefetchMemoryLimit",
174565                   /* qualifiers */
174566                   _CIM_PCIBridge_PrefetchMemoryLimit_qualifiers,
174567                   /* type */
174568                   CIMTYPE_UINT16,
174569                   /* subscript */
174570                   -1,
174571                   /* value */
174572                   0,
174573 mike  1.1.2.1 };
174574               
174575               static const char*
174576               _CIM_PCIBridge_PrefetchMemoryBase_qualifiers[] =
174577               {
174578                   0,
174579               };
174580               
174581               static MetaProperty
174582               _CIM_PCIBridge_PrefetchMemoryBase =
174583               {
174584                   /* flags */
174585                   META_FLAG_PROPERTY|META_FLAG_READ,
174586                   /* name */
174587                   "PrefetchMemoryBase",
174588                   /* qualifiers */
174589                   _CIM_PCIBridge_PrefetchMemoryBase_qualifiers,
174590                   /* type */
174591                   CIMTYPE_UINT16,
174592                   /* subscript */
174593                   -1,
174594 mike  1.1.2.1     /* value */
174595                   0,
174596               };
174597               
174598               static const char*
174599               _CIM_PCIBridge_PrefetchLimitUpper32_qualifiers[] =
174600               {
174601                   0,
174602               };
174603               
174604               static MetaProperty
174605               _CIM_PCIBridge_PrefetchLimitUpper32 =
174606               {
174607                   /* flags */
174608                   META_FLAG_PROPERTY|META_FLAG_READ,
174609                   /* name */
174610                   "PrefetchLimitUpper32",
174611                   /* qualifiers */
174612                   _CIM_PCIBridge_PrefetchLimitUpper32_qualifiers,
174613                   /* type */
174614                   CIMTYPE_UINT32,
174615 mike  1.1.2.1     /* subscript */
174616                   -1,
174617                   /* value */
174618                   0,
174619               };
174620               
174621               static const char*
174622               _CIM_PCIBridge_PrefetchBaseUpper32_qualifiers[] =
174623               {
174624                   0,
174625               };
174626               
174627               static MetaProperty
174628               _CIM_PCIBridge_PrefetchBaseUpper32 =
174629               {
174630                   /* flags */
174631                   META_FLAG_PROPERTY|META_FLAG_READ,
174632                   /* name */
174633                   "PrefetchBaseUpper32",
174634                   /* qualifiers */
174635                   _CIM_PCIBridge_PrefetchBaseUpper32_qualifiers,
174636 mike  1.1.2.1     /* type */
174637                   CIMTYPE_UINT32,
174638                   /* subscript */
174639                   -1,
174640                   /* value */
174641                   0,
174642               };
174643               
174644               static const char*
174645               _CIM_PCIBridge_IOLimitUpper16_qualifiers[] =
174646               {
174647                   0,
174648               };
174649               
174650               static MetaProperty
174651               _CIM_PCIBridge_IOLimitUpper16 =
174652               {
174653                   /* flags */
174654                   META_FLAG_PROPERTY|META_FLAG_READ,
174655                   /* name */
174656                   "IOLimitUpper16",
174657 mike  1.1.2.1     /* qualifiers */
174658                   _CIM_PCIBridge_IOLimitUpper16_qualifiers,
174659                   /* type */
174660                   CIMTYPE_UINT16,
174661                   /* subscript */
174662                   -1,
174663                   /* value */
174664                   0,
174665               };
174666               
174667               static const char*
174668               _CIM_PCIBridge_IOBaseUpper16_qualifiers[] =
174669               {
174670                   0,
174671               };
174672               
174673               static MetaProperty
174674               _CIM_PCIBridge_IOBaseUpper16 =
174675               {
174676                   /* flags */
174677                   META_FLAG_PROPERTY|META_FLAG_READ,
174678 mike  1.1.2.1     /* name */
174679                   "IOBaseUpper16",
174680                   /* qualifiers */
174681                   _CIM_PCIBridge_IOBaseUpper16_qualifiers,
174682                   /* type */
174683                   CIMTYPE_UINT16,
174684                   /* subscript */
174685                   -1,
174686                   /* value */
174687                   0,
174688               };
174689               
174690               static MetaFeature*
174691               _CIM_PCIBridge_features[] =
174692               {
174693                   (MetaFeature*)&_CIM_PCIBridge_BaseAddress,
174694                   (MetaFeature*)&_CIM_PCIBridge_BridgeType,
174695                   (MetaFeature*)&_CIM_PCIBridge_SecondaryLatencyTimer,
174696                   (MetaFeature*)&_CIM_PCIBridge_SubordinateBusNumber,
174697                   (MetaFeature*)&_CIM_PCIBridge_SecondayBusNumber,
174698                   (MetaFeature*)&_CIM_PCIBridge_PrimaryBusNumber,
174699 mike  1.1.2.1     (MetaFeature*)&_CIM_PCIBridge_SecondaryStatusRegister,
174700                   (MetaFeature*)&_CIM_PCIBridge_SecondaryBusDeviceSelectTiming,
174701                   (MetaFeature*)&_CIM_PCIBridge_IOLimit,
174702                   (MetaFeature*)&_CIM_PCIBridge_IOBase,
174703                   (MetaFeature*)&_CIM_PCIBridge_MemoryLimit,
174704                   (MetaFeature*)&_CIM_PCIBridge_MemoryBase,
174705                   (MetaFeature*)&_CIM_PCIBridge_PrefetchMemoryLimit,
174706                   (MetaFeature*)&_CIM_PCIBridge_PrefetchMemoryBase,
174707                   (MetaFeature*)&_CIM_PCIBridge_PrefetchLimitUpper32,
174708                   (MetaFeature*)&_CIM_PCIBridge_PrefetchBaseUpper32,
174709                   (MetaFeature*)&_CIM_PCIBridge_IOLimitUpper16,
174710                   (MetaFeature*)&_CIM_PCIBridge_IOBaseUpper16,
174711                   0,
174712               };
174713               
174714               static const char*
174715               __root_cimv2_CIM_PCIBridge_qualifiers[] =
174716               {
174717                   /* UMLPackagePath */
174718                   "\057CIM::Device::Controller",
174719                   /* Version */
174720 mike  1.1.2.1     "\0632.10.0",
174721                   0,
174722               };
174723               
174724               MetaClass
174725               __root_cimv2_CIM_PCIBridge =
174726               {
174727                   /* flags */
174728                   META_FLAG_CLASS,
174729                   /* name */
174730                   "CIM_PCIBridge",
174731                   /* qualifiers */
174732                   __root_cimv2_CIM_PCIBridge_qualifiers,
174733                   /* super */
174734                   &__root_cimv2_CIM_PCIController,
174735                   /* features */
174736                   _CIM_PCIBridge_features,
174737               };
174738               
174739               //==============================================================================
174740               //
174741 mike  1.1.2.1 // Class: CIM_PCVideoController
174742               //
174743               //==============================================================================
174744               
174745               static const char*
174746               _CIM_PCVideoController_VideoArchitecture_qualifiers[] =
174747               {
174748                   /* ValueMap */
174749                   "\061\000\0151\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000160\000",
174750                   /* Values */
174751                   "\062\000\015Other\000Unknown\000CGA\000EGA\000VGA\000SVGA\000MDA\000HGC\000MCGA\0008514A\000XGA\000Linear Frame Buffer\000PC-98\000",
174752                   /* MappingStrings */
174753                   "\026\000\001MIF.DMTF|Video|004.2\000",
174754                   0,
174755               };
174756               
174757               static MetaProperty
174758               _CIM_PCVideoController_VideoArchitecture =
174759               {
174760                   /* flags */
174761                   META_FLAG_PROPERTY|META_FLAG_READ,
174762 mike  1.1.2.1     /* name */
174763                   "VideoArchitecture",
174764                   /* qualifiers */
174765                   _CIM_PCVideoController_VideoArchitecture_qualifiers,
174766                   /* type */
174767                   CIMTYPE_UINT16,
174768                   /* subscript */
174769                   -1,
174770                   /* value */
174771                   0,
174772               };
174773               
174774               static const char*
174775               _CIM_PCVideoController_VideoMode_qualifiers[] =
174776               {
174777                   /* MappingStrings */
174778                   "\026\000\001MIF.DMTF|Video|004.3\000",
174779                   0,
174780               };
174781               
174782               static MetaProperty
174783 mike  1.1.2.1 _CIM_PCVideoController_VideoMode =
174784               {
174785                   /* flags */
174786                   META_FLAG_PROPERTY|META_FLAG_READ,
174787                   /* name */
174788                   "VideoMode",
174789                   /* qualifiers */
174790                   _CIM_PCVideoController_VideoMode_qualifiers,
174791                   /* type */
174792                   CIMTYPE_UINT16,
174793                   /* subscript */
174794                   -1,
174795                   /* value */
174796                   0,
174797               };
174798               
174799               static const char*
174800               _CIM_PCVideoController_NumberOfColorPlanes_qualifiers[] =
174801               {
174802                   0,
174803               };
174804 mike  1.1.2.1 
174805               static MetaProperty
174806               _CIM_PCVideoController_NumberOfColorPlanes =
174807               {
174808                   /* flags */
174809                   META_FLAG_PROPERTY|META_FLAG_READ,
174810                   /* name */
174811                   "NumberOfColorPlanes",
174812                   /* qualifiers */
174813                   _CIM_PCVideoController_NumberOfColorPlanes_qualifiers,
174814                   /* type */
174815                   CIMTYPE_UINT16,
174816                   /* subscript */
174817                   -1,
174818                   /* value */
174819                   0,
174820               };
174821               
174822               static MetaFeature*
174823               _CIM_PCVideoController_features[] =
174824               {
174825 mike  1.1.2.1     (MetaFeature*)&_CIM_PCVideoController_VideoArchitecture,
174826                   (MetaFeature*)&_CIM_PCVideoController_VideoMode,
174827                   (MetaFeature*)&_CIM_PCVideoController_NumberOfColorPlanes,
174828                   0,
174829               };
174830               
174831               static const char*
174832               __root_cimv2_CIM_PCVideoController_qualifiers[] =
174833               {
174834                   /* UMLPackagePath */
174835                   "\057CIM::Device::Controller",
174836                   /* Version */
174837                   "\0632.6.0",
174838                   0,
174839               };
174840               
174841               MetaClass
174842               __root_cimv2_CIM_PCVideoController =
174843               {
174844                   /* flags */
174845                   META_FLAG_CLASS,
174846 mike  1.1.2.1     /* name */
174847                   "CIM_PCVideoController",
174848                   /* qualifiers */
174849                   __root_cimv2_CIM_PCVideoController_qualifiers,
174850                   /* super */
174851                   &__root_cimv2_CIM_VideoController,
174852                   /* features */
174853                   _CIM_PCVideoController_features,
174854               };
174855               
174856               //==============================================================================
174857               //
174858               // Class: CIM_PeerGatewayForPreconfiguredTunnel
174859               //
174860               //==============================================================================
174861               
174862               static const char*
174863               _CIM_PeerGatewayForPreconfiguredTunnel_Antecedent_qualifiers[] =
174864               {
174865                   /* Override */
174866                   "\044Antecedent",
174867 mike  1.1.2.1     /* Max */
174868                   "\027\000\000\000\001",
174869                   /* MappingStrings */
174870                   "\026\000\001IPSP Policy Model.IETF|PeerGatewayForPreconfiguredTunnel.Antecedent\000",
174871                   0,
174872               };
174873               
174874               static MetaReference
174875               _CIM_PeerGatewayForPreconfiguredTunnel_Antecedent =
174876               {
174877                   /* flags */
174878                   META_FLAG_REFERENCE|META_FLAG_READ,
174879                   /* name */
174880                   "Antecedent",
174881                   /* qualifiers */
174882                   _CIM_PeerGatewayForPreconfiguredTunnel_Antecedent_qualifiers,
174883                   /* subscript */
174884                   -1,
174885                   /* refId */
174886                   &__root_cimv2_CIM_RemoteServiceAccessPoint,
174887               };
174888 mike  1.1.2.1 
174889               static const char*
174890               _CIM_PeerGatewayForPreconfiguredTunnel_Dependent_qualifiers[] =
174891               {
174892                   /* Override */
174893                   "\044Dependent",
174894                   /* MappingStrings */
174895                   "\026\000\001IPSP Policy Model.IETF|PeerGatewayForPreconfiguredTunnel.Dependent\000",
174896                   0,
174897               };
174898               
174899               static MetaReference
174900               _CIM_PeerGatewayForPreconfiguredTunnel_Dependent =
174901               {
174902                   /* flags */
174903                   META_FLAG_REFERENCE|META_FLAG_READ,
174904                   /* name */
174905                   "Dependent",
174906                   /* qualifiers */
174907                   _CIM_PeerGatewayForPreconfiguredTunnel_Dependent_qualifiers,
174908                   /* subscript */
174909 mike  1.1.2.1     -1,
174910                   /* refId */
174911                   &__root_cimv2_CIM_PreconfiguredTunnelAction,
174912               };
174913               
174914               static MetaFeature*
174915               _CIM_PeerGatewayForPreconfiguredTunnel_features[] =
174916               {
174917                   (MetaFeature*)&_CIM_PeerGatewayForPreconfiguredTunnel_Antecedent,
174918                   (MetaFeature*)&_CIM_PeerGatewayForPreconfiguredTunnel_Dependent,
174919                   0,
174920               };
174921               
174922               static const char*
174923               __root_cimv2_CIM_PeerGatewayForPreconfiguredTunnel_qualifiers[] =
174924               {
174925                   /* ASSOCIATION */
174926                   "\000\001",
174927                   /* UMLPackagePath */
174928                   "\057CIM::IPsecPolicy",
174929                   /* Version */
174930 mike  1.1.2.1     "\0632.8.0",
174931                   /* MappingStrings */
174932                   "\026\000\001IPSP Policy Model.IETF|PeerGatewayForPreconfiguredTunnel\000",
174933                   0,
174934               };
174935               
174936               MetaClass
174937               __root_cimv2_CIM_PeerGatewayForPreconfiguredTunnel =
174938               {
174939                   /* flags */
174940                   META_FLAG_ASSOCIATION,
174941                   /* name */
174942                   "CIM_PeerGatewayForPreconfiguredTunnel",
174943                   /* qualifiers */
174944                   __root_cimv2_CIM_PeerGatewayForPreconfiguredTunnel_qualifiers,
174945                   /* super */
174946                   &__root_cimv2_CIM_Dependency,
174947                   /* features */
174948                   _CIM_PeerGatewayForPreconfiguredTunnel_features,
174949               };
174950               
174951 mike  1.1.2.1 //==============================================================================
174952               //
174953               // Class: CIM_PeerGatewayForTunnel
174954               //
174955               //==============================================================================
174956               
174957               static const char*
174958               _CIM_PeerGatewayForTunnel_Antecedent_qualifiers[] =
174959               {
174960                   /* Override */
174961                   "\044Antecedent",
174962                   /* MappingStrings */
174963                   "\026\000\001IPSP Policy Model.IETF|PeerGatewayForTunnel.Antecedent\000",
174964                   0,
174965               };
174966               
174967               static MetaReference
174968               _CIM_PeerGatewayForTunnel_Antecedent =
174969               {
174970                   /* flags */
174971                   META_FLAG_REFERENCE|META_FLAG_READ,
174972 mike  1.1.2.1     /* name */
174973                   "Antecedent",
174974                   /* qualifiers */
174975                   _CIM_PeerGatewayForTunnel_Antecedent_qualifiers,
174976                   /* subscript */
174977                   -1,
174978                   /* refId */
174979                   &__root_cimv2_CIM_RemoteServiceAccessPoint,
174980               };
174981               
174982               static const char*
174983               _CIM_PeerGatewayForTunnel_Dependent_qualifiers[] =
174984               {
174985                   /* Override */
174986                   "\044Dependent",
174987                   /* MappingStrings */
174988                   "\026\000\001IPSP Policy Model.IETF|PeerGatewayForTunnel.Dependent\000",
174989                   0,
174990               };
174991               
174992               static MetaReference
174993 mike  1.1.2.1 _CIM_PeerGatewayForTunnel_Dependent =
174994               {
174995                   /* flags */
174996                   META_FLAG_REFERENCE|META_FLAG_READ,
174997                   /* name */
174998                   "Dependent",
174999                   /* qualifiers */
175000                   _CIM_PeerGatewayForTunnel_Dependent_qualifiers,
175001                   /* subscript */
175002                   -1,
175003                   /* refId */
175004                   &__root_cimv2_CIM_IPsecTunnelAction,
175005               };
175006               
175007               static const char*
175008               _CIM_PeerGatewayForTunnel_SequenceNumber_qualifiers[] =
175009               {
175010                   /* MappingStrings */
175011                   "\026\000\001IPSP Policy Model.IETF|PeerGatewayForTunnel.SequenceNumber\000",
175012                   0,
175013               };
175014 mike  1.1.2.1 
175015               static MetaProperty
175016               _CIM_PeerGatewayForTunnel_SequenceNumber =
175017               {
175018                   /* flags */
175019                   META_FLAG_PROPERTY|META_FLAG_READ,
175020                   /* name */
175021                   "SequenceNumber",
175022                   /* qualifiers */
175023                   _CIM_PeerGatewayForTunnel_SequenceNumber_qualifiers,
175024                   /* type */
175025                   CIMTYPE_UINT16,
175026                   /* subscript */
175027                   -1,
175028                   /* value */
175029                   0,
175030               };
175031               
175032               static MetaFeature*
175033               _CIM_PeerGatewayForTunnel_features[] =
175034               {
175035 mike  1.1.2.1     (MetaFeature*)&_CIM_PeerGatewayForTunnel_Antecedent,
175036                   (MetaFeature*)&_CIM_PeerGatewayForTunnel_Dependent,
175037                   (MetaFeature*)&_CIM_PeerGatewayForTunnel_SequenceNumber,
175038                   0,
175039               };
175040               
175041               static const char*
175042               __root_cimv2_CIM_PeerGatewayForTunnel_qualifiers[] =
175043               {
175044                   /* ASSOCIATION */
175045                   "\000\001",
175046                   /* UMLPackagePath */
175047                   "\057CIM::IPsecPolicy",
175048                   /* Version */
175049                   "\0632.8.0",
175050                   /* MappingStrings */
175051                   "\026\000\001IPSP Policy Model.IETF|PeerGatewayForTunnel\000",
175052                   0,
175053               };
175054               
175055               MetaClass
175056 mike  1.1.2.1 __root_cimv2_CIM_PeerGatewayForTunnel =
175057               {
175058                   /* flags */
175059                   META_FLAG_ASSOCIATION,
175060                   /* name */
175061                   "CIM_PeerGatewayForTunnel",
175062                   /* qualifiers */
175063                   __root_cimv2_CIM_PeerGatewayForTunnel_qualifiers,
175064                   /* super */
175065                   &__root_cimv2_CIM_Dependency,
175066                   /* features */
175067                   _CIM_PeerGatewayForTunnel_features,
175068               };
175069               
175070               //==============================================================================
175071               //
175072               // Class: CIM_PeerOfSAEndpoint
175073               //
175074               //==============================================================================
175075               
175076               static const char*
175077 mike  1.1.2.1 _CIM_PeerOfSAEndpoint_Antecedent_qualifiers[] =
175078               {
175079                   /* Override */
175080                   "\044Antecedent",
175081                   /* Max */
175082                   "\027\000\000\000\001",
175083                   0,
175084               };
175085               
175086               static MetaReference
175087               _CIM_PeerOfSAEndpoint_Antecedent =
175088               {
175089                   /* flags */
175090                   META_FLAG_REFERENCE|META_FLAG_READ,
175091                   /* name */
175092                   "Antecedent",
175093                   /* qualifiers */
175094                   _CIM_PeerOfSAEndpoint_Antecedent_qualifiers,
175095                   /* subscript */
175096                   -1,
175097                   /* refId */
175098 mike  1.1.2.1     &__root_cimv2_CIM_RemoteServiceAccessPoint,
175099               };
175100               
175101               static const char*
175102               _CIM_PeerOfSAEndpoint_Dependent_qualifiers[] =
175103               {
175104                   /* Override */
175105                   "\044Dependent",
175106                   0,
175107               };
175108               
175109               static MetaReference
175110               _CIM_PeerOfSAEndpoint_Dependent =
175111               {
175112                   /* flags */
175113                   META_FLAG_REFERENCE|META_FLAG_READ,
175114                   /* name */
175115                   "Dependent",
175116                   /* qualifiers */
175117                   _CIM_PeerOfSAEndpoint_Dependent_qualifiers,
175118                   /* subscript */
175119 mike  1.1.2.1     -1,
175120                   /* refId */
175121                   &__root_cimv2_CIM_IPsecSAEndpoint,
175122               };
175123               
175124               static MetaFeature*
175125               _CIM_PeerOfSAEndpoint_features[] =
175126               {
175127                   (MetaFeature*)&_CIM_PeerOfSAEndpoint_Antecedent,
175128                   (MetaFeature*)&_CIM_PeerOfSAEndpoint_Dependent,
175129                   0,
175130               };
175131               
175132               static const char*
175133               __root_cimv2_CIM_PeerOfSAEndpoint_qualifiers[] =
175134               {
175135                   /* ASSOCIATION */
175136                   "\000\001",
175137                   /* UMLPackagePath */
175138                   "\057CIM::Network::IPsec",
175139                   /* Version */
175140 mike  1.1.2.1     "\0632.8.0",
175141                   0,
175142               };
175143               
175144               MetaClass
175145               __root_cimv2_CIM_PeerOfSAEndpoint =
175146               {
175147                   /* flags */
175148                   META_FLAG_ASSOCIATION,
175149                   /* name */
175150                   "CIM_PeerOfSAEndpoint",
175151                   /* qualifiers */
175152                   __root_cimv2_CIM_PeerOfSAEndpoint_qualifiers,
175153                   /* super */
175154                   &__root_cimv2_CIM_Dependency,
175155                   /* features */
175156                   _CIM_PeerOfSAEndpoint_features,
175157               };
175158               
175159               //==============================================================================
175160               //
175161 mike  1.1.2.1 // Class: CIM_PExtentRedundancyComponent
175162               //
175163               //==============================================================================
175164               
175165               static const char*
175166               _CIM_PExtentRedundancyComponent_GroupComponent_qualifiers[] =
175167               {
175168                   /* Deprecated */
175169                   "\013\000\001CIM_ExtentRedundancyComponent.GroupComponent\000",
175170                   /* Aggregate */
175171                   "\003\001",
175172                   /* Override */
175173                   "\044GroupComponent",
175174                   0,
175175               };
175176               
175177               static MetaReference
175178               _CIM_PExtentRedundancyComponent_GroupComponent =
175179               {
175180                   /* flags */
175181                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
175182 mike  1.1.2.1     /* name */
175183                   "GroupComponent",
175184                   /* qualifiers */
175185                   _CIM_PExtentRedundancyComponent_GroupComponent_qualifiers,
175186                   /* subscript */
175187                   -1,
175188                   /* refId */
175189                   &__root_cimv2_CIM_StorageRedundancyGroup,
175190               };
175191               
175192               static const char*
175193               _CIM_PExtentRedundancyComponent_PartComponent_qualifiers[] =
175194               {
175195                   /* Deprecated */
175196                   "\013\000\001CIM_ExtentRedundancyComponent.PartComponent\000",
175197                   /* Override */
175198                   "\044PartComponent",
175199                   0,
175200               };
175201               
175202               static MetaReference
175203 mike  1.1.2.1 _CIM_PExtentRedundancyComponent_PartComponent =
175204               {
175205                   /* flags */
175206                   META_FLAG_REFERENCE|META_FLAG_READ,
175207                   /* name */
175208                   "PartComponent",
175209                   /* qualifiers */
175210                   _CIM_PExtentRedundancyComponent_PartComponent_qualifiers,
175211                   /* subscript */
175212                   -1,
175213                   /* refId */
175214                   &__root_cimv2_CIM_PhysicalExtent,
175215               };
175216               
175217               static MetaFeature*
175218               _CIM_PExtentRedundancyComponent_features[] =
175219               {
175220                   (MetaFeature*)&_CIM_PExtentRedundancyComponent_GroupComponent,
175221                   (MetaFeature*)&_CIM_PExtentRedundancyComponent_PartComponent,
175222                   0,
175223               };
175224 mike  1.1.2.1 
175225               static const char*
175226               __root_cimv2_CIM_PExtentRedundancyComponent_qualifiers[] =
175227               {
175228                   /* ASSOCIATION */
175229                   "\000\001",
175230                   /* Deprecated */
175231                   "\013\000\001CIM_ExtentRedundancyComponent\000",
175232                   /* UMLPackagePath */
175233                   "\057CIM::Device::SccExtents",
175234                   /* Aggregation */
175235                   "\004\001",
175236                   /* Version */
175237                   "\0632.7.0",
175238                   0,
175239               };
175240               
175241               MetaClass
175242               __root_cimv2_CIM_PExtentRedundancyComponent =
175243               {
175244                   /* flags */
175245 mike  1.1.2.1     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
175246                   /* name */
175247                   "CIM_PExtentRedundancyComponent",
175248                   /* qualifiers */
175249                   __root_cimv2_CIM_PExtentRedundancyComponent_qualifiers,
175250                   /* super */
175251                   &__root_cimv2_CIM_ExtentRedundancyComponent,
175252                   /* features */
175253                   _CIM_PExtentRedundancyComponent_features,
175254               };
175255               
175256               //==============================================================================
175257               //
175258               // Class: CIM_Phase1SAUsedForPhase2
175259               //
175260               //==============================================================================
175261               
175262               static const char*
175263               _CIM_Phase1SAUsedForPhase2_Antecedent_qualifiers[] =
175264               {
175265                   /* Override */
175266 mike  1.1.2.1     "\044Antecedent",
175267                   /* Max */
175268                   "\027\000\000\000\001",
175269                   0,
175270               };
175271               
175272               static MetaReference
175273               _CIM_Phase1SAUsedForPhase2_Antecedent =
175274               {
175275                   /* flags */
175276                   META_FLAG_REFERENCE|META_FLAG_READ,
175277                   /* name */
175278                   "Antecedent",
175279                   /* qualifiers */
175280                   _CIM_Phase1SAUsedForPhase2_Antecedent_qualifiers,
175281                   /* subscript */
175282                   -1,
175283                   /* refId */
175284                   &__root_cimv2_CIM_SecurityAssociationEndpoint,
175285               };
175286               
175287 mike  1.1.2.1 static const char*
175288               _CIM_Phase1SAUsedForPhase2_Dependent_qualifiers[] =
175289               {
175290                   /* Override */
175291                   "\044Dependent",
175292                   0,
175293               };
175294               
175295               static MetaReference
175296               _CIM_Phase1SAUsedForPhase2_Dependent =
175297               {
175298                   /* flags */
175299                   META_FLAG_REFERENCE|META_FLAG_READ,
175300                   /* name */
175301                   "Dependent",
175302                   /* qualifiers */
175303                   _CIM_Phase1SAUsedForPhase2_Dependent_qualifiers,
175304                   /* subscript */
175305                   -1,
175306                   /* refId */
175307                   &__root_cimv2_CIM_IPsecSAEndpoint,
175308 mike  1.1.2.1 };
175309               
175310               static MetaFeature*
175311               _CIM_Phase1SAUsedForPhase2_features[] =
175312               {
175313                   (MetaFeature*)&_CIM_Phase1SAUsedForPhase2_Antecedent,
175314                   (MetaFeature*)&_CIM_Phase1SAUsedForPhase2_Dependent,
175315                   0,
175316               };
175317               
175318               static const char*
175319               __root_cimv2_CIM_Phase1SAUsedForPhase2_qualifiers[] =
175320               {
175321                   /* ASSOCIATION */
175322                   "\000\001",
175323                   /* UMLPackagePath */
175324                   "\057CIM::Network::IPsec",
175325                   /* Version */
175326                   "\0632.8.0",
175327                   0,
175328               };
175329 mike  1.1.2.1 
175330               MetaClass
175331               __root_cimv2_CIM_Phase1SAUsedForPhase2 =
175332               {
175333                   /* flags */
175334                   META_FLAG_ASSOCIATION,
175335                   /* name */
175336                   "CIM_Phase1SAUsedForPhase2",
175337                   /* qualifiers */
175338                   __root_cimv2_CIM_Phase1SAUsedForPhase2_qualifiers,
175339                   /* super */
175340                   &__root_cimv2_CIM_Dependency,
175341                   /* features */
175342                   _CIM_Phase1SAUsedForPhase2_features,
175343               };
175344               
175345               //==============================================================================
175346               //
175347               // Class: CIM_PickerLabelReader
175348               //
175349               //==============================================================================
175350 mike  1.1.2.1 
175351               static const char*
175352               _CIM_PickerLabelReader_Antecedent_qualifiers[] =
175353               {
175354                   /* Override */
175355                   "\044Antecedent",
175356                   0,
175357               };
175358               
175359               static MetaReference
175360               _CIM_PickerLabelReader_Antecedent =
175361               {
175362                   /* flags */
175363                   META_FLAG_REFERENCE|META_FLAG_READ,
175364                   /* name */
175365                   "Antecedent",
175366                   /* qualifiers */
175367                   _CIM_PickerLabelReader_Antecedent_qualifiers,
175368                   /* subscript */
175369                   -1,
175370                   /* refId */
175371 mike  1.1.2.1     &__root_cimv2_CIM_LabelReader,
175372               };
175373               
175374               static const char*
175375               _CIM_PickerLabelReader_Dependent_qualifiers[] =
175376               {
175377                   /* Override */
175378                   "\044Dependent",
175379                   0,
175380               };
175381               
175382               static MetaReference
175383               _CIM_PickerLabelReader_Dependent =
175384               {
175385                   /* flags */
175386                   META_FLAG_REFERENCE|META_FLAG_READ,
175387                   /* name */
175388                   "Dependent",
175389                   /* qualifiers */
175390                   _CIM_PickerLabelReader_Dependent_qualifiers,
175391                   /* subscript */
175392 mike  1.1.2.1     -1,
175393                   /* refId */
175394                   &__root_cimv2_CIM_PickerElement,
175395               };
175396               
175397               static MetaFeature*
175398               _CIM_PickerLabelReader_features[] =
175399               {
175400                   (MetaFeature*)&_CIM_PickerLabelReader_Antecedent,
175401                   (MetaFeature*)&_CIM_PickerLabelReader_Dependent,
175402                   0,
175403               };
175404               
175405               static const char*
175406               __root_cimv2_CIM_PickerLabelReader_qualifiers[] =
175407               {
175408                   /* ASSOCIATION */
175409                   "\000\001",
175410                   /* UMLPackagePath */
175411                   "\057CIM::Device::StorageLib",
175412                   /* Version */
175413 mike  1.1.2.1     "\0632.6.0",
175414                   0,
175415               };
175416               
175417               MetaClass
175418               __root_cimv2_CIM_PickerLabelReader =
175419               {
175420                   /* flags */
175421                   META_FLAG_ASSOCIATION,
175422                   /* name */
175423                   "CIM_PickerLabelReader",
175424                   /* qualifiers */
175425                   __root_cimv2_CIM_PickerLabelReader_qualifiers,
175426                   /* super */
175427                   &__root_cimv2_CIM_AssociatedLabelReader,
175428                   /* features */
175429                   _CIM_PickerLabelReader_features,
175430               };
175431               
175432               //==============================================================================
175433               //
175434 mike  1.1.2.1 // Class: CIM_PolicyActionInPolicyRepository
175435               //
175436               //==============================================================================
175437               
175438               static const char*
175439               _CIM_PolicyActionInPolicyRepository_Antecedent_qualifiers[] =
175440               {
175441                   /* Deprecated */
175442                   "\013\000\001CIM_ReusablePolicy.Antecedent\000",
175443                   /* Override */
175444                   "\044Antecedent",
175445                   /* Max */
175446                   "\027\000\000\000\001",
175447                   0,
175448               };
175449               
175450               static MetaReference
175451               _CIM_PolicyActionInPolicyRepository_Antecedent =
175452               {
175453                   /* flags */
175454                   META_FLAG_REFERENCE|META_FLAG_READ,
175455 mike  1.1.2.1     /* name */
175456                   "Antecedent",
175457                   /* qualifiers */
175458                   _CIM_PolicyActionInPolicyRepository_Antecedent_qualifiers,
175459                   /* subscript */
175460                   -1,
175461                   /* refId */
175462                   &__root_cimv2_CIM_PolicyRepository,
175463               };
175464               
175465               static const char*
175466               _CIM_PolicyActionInPolicyRepository_Dependent_qualifiers[] =
175467               {
175468                   /* Deprecated */
175469                   "\013\000\001CIM_ReusablePolicy.Dependent\000",
175470                   /* Override */
175471                   "\044Dependent",
175472                   0,
175473               };
175474               
175475               static MetaReference
175476 mike  1.1.2.1 _CIM_PolicyActionInPolicyRepository_Dependent =
175477               {
175478                   /* flags */
175479                   META_FLAG_REFERENCE|META_FLAG_READ,
175480                   /* name */
175481                   "Dependent",
175482                   /* qualifiers */
175483                   _CIM_PolicyActionInPolicyRepository_Dependent_qualifiers,
175484                   /* subscript */
175485                   -1,
175486                   /* refId */
175487                   &__root_cimv2_CIM_PolicyAction,
175488               };
175489               
175490               static MetaFeature*
175491               _CIM_PolicyActionInPolicyRepository_features[] =
175492               {
175493                   (MetaFeature*)&_CIM_PolicyActionInPolicyRepository_Antecedent,
175494                   (MetaFeature*)&_CIM_PolicyActionInPolicyRepository_Dependent,
175495                   0,
175496               };
175497 mike  1.1.2.1 
175498               static const char*
175499               __root_cimv2_CIM_PolicyActionInPolicyRepository_qualifiers[] =
175500               {
175501                   /* ASSOCIATION */
175502                   "\000\001",
175503                   /* Deprecated */
175504                   "\013\000\001CIM_ReusablePolicy\000",
175505                   /* UMLPackagePath */
175506                   "\057CIM::Policy",
175507                   /* Version */
175508                   "\0632.7.0",
175509                   0,
175510               };
175511               
175512               MetaClass
175513               __root_cimv2_CIM_PolicyActionInPolicyRepository =
175514               {
175515                   /* flags */
175516                   META_FLAG_ASSOCIATION,
175517                   /* name */
175518 mike  1.1.2.1     "CIM_PolicyActionInPolicyRepository",
175519                   /* qualifiers */
175520                   __root_cimv2_CIM_PolicyActionInPolicyRepository_qualifiers,
175521                   /* super */
175522                   &__root_cimv2_CIM_PolicyInSystem,
175523                   /* features */
175524                   _CIM_PolicyActionInPolicyRepository_features,
175525               };
175526               
175527               //==============================================================================
175528               //
175529               // Class: CIM_PolicyConditionInPolicyRepository
175530               //
175531               //==============================================================================
175532               
175533               static const char*
175534               _CIM_PolicyConditionInPolicyRepository_Antecedent_qualifiers[] =
175535               {
175536                   /* Deprecated */
175537                   "\013\000\001CIM_ReusablePolicy.Antecedent\000",
175538                   /* Override */
175539 mike  1.1.2.1     "\044Antecedent",
175540                   /* Max */
175541                   "\027\000\000\000\001",
175542                   0,
175543               };
175544               
175545               static MetaReference
175546               _CIM_PolicyConditionInPolicyRepository_Antecedent =
175547               {
175548                   /* flags */
175549                   META_FLAG_REFERENCE|META_FLAG_READ,
175550                   /* name */
175551                   "Antecedent",
175552                   /* qualifiers */
175553                   _CIM_PolicyConditionInPolicyRepository_Antecedent_qualifiers,
175554                   /* subscript */
175555                   -1,
175556                   /* refId */
175557                   &__root_cimv2_CIM_PolicyRepository,
175558               };
175559               
175560 mike  1.1.2.1 static const char*
175561               _CIM_PolicyConditionInPolicyRepository_Dependent_qualifiers[] =
175562               {
175563                   /* Deprecated */
175564                   "\013\000\001CIM_ReusablePolicy.Dependent\000",
175565                   /* Override */
175566                   "\044Dependent",
175567                   0,
175568               };
175569               
175570               static MetaReference
175571               _CIM_PolicyConditionInPolicyRepository_Dependent =
175572               {
175573                   /* flags */
175574                   META_FLAG_REFERENCE|META_FLAG_READ,
175575                   /* name */
175576                   "Dependent",
175577                   /* qualifiers */
175578                   _CIM_PolicyConditionInPolicyRepository_Dependent_qualifiers,
175579                   /* subscript */
175580                   -1,
175581 mike  1.1.2.1     /* refId */
175582                   &__root_cimv2_CIM_PolicyCondition,
175583               };
175584               
175585               static MetaFeature*
175586               _CIM_PolicyConditionInPolicyRepository_features[] =
175587               {
175588                   (MetaFeature*)&_CIM_PolicyConditionInPolicyRepository_Antecedent,
175589                   (MetaFeature*)&_CIM_PolicyConditionInPolicyRepository_Dependent,
175590                   0,
175591               };
175592               
175593               static const char*
175594               __root_cimv2_CIM_PolicyConditionInPolicyRepository_qualifiers[] =
175595               {
175596                   /* ASSOCIATION */
175597                   "\000\001",
175598                   /* Deprecated */
175599                   "\013\000\001CIM_ReusablePolicy\000",
175600                   /* UMLPackagePath */
175601                   "\057CIM::Policy",
175602 mike  1.1.2.1     /* Version */
175603                   "\0632.7.0",
175604                   0,
175605               };
175606               
175607               MetaClass
175608               __root_cimv2_CIM_PolicyConditionInPolicyRepository =
175609               {
175610                   /* flags */
175611                   META_FLAG_ASSOCIATION,
175612                   /* name */
175613                   "CIM_PolicyConditionInPolicyRepository",
175614                   /* qualifiers */
175615                   __root_cimv2_CIM_PolicyConditionInPolicyRepository_qualifiers,
175616                   /* super */
175617                   &__root_cimv2_CIM_PolicyInSystem,
175618                   /* features */
175619                   _CIM_PolicyConditionInPolicyRepository_features,
175620               };
175621               
175622               //==============================================================================
175623 mike  1.1.2.1 //
175624               // Class: CIM_PolicyContainerInPolicyContainer
175625               //
175626               //==============================================================================
175627               
175628               static const char*
175629               _CIM_PolicyContainerInPolicyContainer_GroupComponent_qualifiers[] =
175630               {
175631                   /* Aggregate */
175632                   "\003\001",
175633                   /* Override */
175634                   "\044GroupComponent",
175635                   0,
175636               };
175637               
175638               static MetaReference
175639               _CIM_PolicyContainerInPolicyContainer_GroupComponent =
175640               {
175641                   /* flags */
175642                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
175643                   /* name */
175644 mike  1.1.2.1     "GroupComponent",
175645                   /* qualifiers */
175646                   _CIM_PolicyContainerInPolicyContainer_GroupComponent_qualifiers,
175647                   /* subscript */
175648                   -1,
175649                   /* refId */
175650                   &__root_cimv2_CIM_ReusablePolicyContainer,
175651               };
175652               
175653               static const char*
175654               _CIM_PolicyContainerInPolicyContainer_PartComponent_qualifiers[] =
175655               {
175656                   /* Override */
175657                   "\044PartComponent",
175658                   0,
175659               };
175660               
175661               static MetaReference
175662               _CIM_PolicyContainerInPolicyContainer_PartComponent =
175663               {
175664                   /* flags */
175665 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
175666                   /* name */
175667                   "PartComponent",
175668                   /* qualifiers */
175669                   _CIM_PolicyContainerInPolicyContainer_PartComponent_qualifiers,
175670                   /* subscript */
175671                   -1,
175672                   /* refId */
175673                   &__root_cimv2_CIM_ReusablePolicyContainer,
175674               };
175675               
175676               static MetaFeature*
175677               _CIM_PolicyContainerInPolicyContainer_features[] =
175678               {
175679                   (MetaFeature*)&_CIM_PolicyContainerInPolicyContainer_GroupComponent,
175680                   (MetaFeature*)&_CIM_PolicyContainerInPolicyContainer_PartComponent,
175681                   0,
175682               };
175683               
175684               static const char*
175685               __root_cimv2_CIM_PolicyContainerInPolicyContainer_qualifiers[] =
175686 mike  1.1.2.1 {
175687                   /* ASSOCIATION */
175688                   "\000\001",
175689                   /* UMLPackagePath */
175690                   "\057CIM::Policy",
175691                   /* Aggregation */
175692                   "\004\001",
175693                   /* Version */
175694                   "\0632.6.0",
175695                   0,
175696               };
175697               
175698               MetaClass
175699               __root_cimv2_CIM_PolicyContainerInPolicyContainer =
175700               {
175701                   /* flags */
175702                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
175703                   /* name */
175704                   "CIM_PolicyContainerInPolicyContainer",
175705                   /* qualifiers */
175706                   __root_cimv2_CIM_PolicyContainerInPolicyContainer_qualifiers,
175707 mike  1.1.2.1     /* super */
175708                   &__root_cimv2_CIM_SystemComponent,
175709                   /* features */
175710                   _CIM_PolicyContainerInPolicyContainer_features,
175711               };
175712               
175713               //==============================================================================
175714               //
175715               // Class: CIM_PolicyGroupInSystem
175716               //
175717               //==============================================================================
175718               
175719               static const char*
175720               _CIM_PolicyGroupInSystem_Antecedent_qualifiers[] =
175721               {
175722                   /* Override */
175723                   "\044Antecedent",
175724                   /* Min */
175725                   "\033\000\000\000\001",
175726                   /* Max */
175727                   "\027\000\000\000\001",
175728 mike  1.1.2.1     0,
175729               };
175730               
175731               static MetaReference
175732               _CIM_PolicyGroupInSystem_Antecedent =
175733               {
175734                   /* flags */
175735                   META_FLAG_REFERENCE|META_FLAG_READ,
175736                   /* name */
175737                   "Antecedent",
175738                   /* qualifiers */
175739                   _CIM_PolicyGroupInSystem_Antecedent_qualifiers,
175740                   /* subscript */
175741                   -1,
175742                   /* refId */
175743                   &__root_cimv2_CIM_System,
175744               };
175745               
175746               static const char*
175747               _CIM_PolicyGroupInSystem_Dependent_qualifiers[] =
175748               {
175749 mike  1.1.2.1     /* Override */
175750                   "\044Dependent",
175751                   /* Weak */
175752                   "\064\001",
175753                   0,
175754               };
175755               
175756               static MetaReference
175757               _CIM_PolicyGroupInSystem_Dependent =
175758               {
175759                   /* flags */
175760                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
175761                   /* name */
175762                   "Dependent",
175763                   /* qualifiers */
175764                   _CIM_PolicyGroupInSystem_Dependent_qualifiers,
175765                   /* subscript */
175766                   -1,
175767                   /* refId */
175768                   &__root_cimv2_CIM_PolicyGroup,
175769               };
175770 mike  1.1.2.1 
175771               static MetaFeature*
175772               _CIM_PolicyGroupInSystem_features[] =
175773               {
175774                   (MetaFeature*)&_CIM_PolicyGroupInSystem_Antecedent,
175775                   (MetaFeature*)&_CIM_PolicyGroupInSystem_Dependent,
175776                   0,
175777               };
175778               
175779               static const char*
175780               __root_cimv2_CIM_PolicyGroupInSystem_qualifiers[] =
175781               {
175782                   /* ASSOCIATION */
175783                   "\000\001",
175784                   /* UMLPackagePath */
175785                   "\057CIM::Policy",
175786                   /* Version */
175787                   "\0632.6.0",
175788                   0,
175789               };
175790               
175791 mike  1.1.2.1 MetaClass
175792               __root_cimv2_CIM_PolicyGroupInSystem =
175793               {
175794                   /* flags */
175795                   META_FLAG_ASSOCIATION,
175796                   /* name */
175797                   "CIM_PolicyGroupInSystem",
175798                   /* qualifiers */
175799                   __root_cimv2_CIM_PolicyGroupInSystem_qualifiers,
175800                   /* super */
175801                   &__root_cimv2_CIM_PolicySetInSystem,
175802                   /* features */
175803                   _CIM_PolicyGroupInSystem_features,
175804               };
175805               
175806               //==============================================================================
175807               //
175808               // Class: CIM_PolicyRuleInSystem
175809               //
175810               //==============================================================================
175811               
175812 mike  1.1.2.1 static const char*
175813               _CIM_PolicyRuleInSystem_Antecedent_qualifiers[] =
175814               {
175815                   /* Override */
175816                   "\044Antecedent",
175817                   /* Min */
175818                   "\033\000\000\000\001",
175819                   /* Max */
175820                   "\027\000\000\000\001",
175821                   0,
175822               };
175823               
175824               static MetaReference
175825               _CIM_PolicyRuleInSystem_Antecedent =
175826               {
175827                   /* flags */
175828                   META_FLAG_REFERENCE|META_FLAG_READ,
175829                   /* name */
175830                   "Antecedent",
175831                   /* qualifiers */
175832                   _CIM_PolicyRuleInSystem_Antecedent_qualifiers,
175833 mike  1.1.2.1     /* subscript */
175834                   -1,
175835                   /* refId */
175836                   &__root_cimv2_CIM_System,
175837               };
175838               
175839               static const char*
175840               _CIM_PolicyRuleInSystem_Dependent_qualifiers[] =
175841               {
175842                   /* Override */
175843                   "\044Dependent",
175844                   /* Weak */
175845                   "\064\001",
175846                   0,
175847               };
175848               
175849               static MetaReference
175850               _CIM_PolicyRuleInSystem_Dependent =
175851               {
175852                   /* flags */
175853                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
175854 mike  1.1.2.1     /* name */
175855                   "Dependent",
175856                   /* qualifiers */
175857                   _CIM_PolicyRuleInSystem_Dependent_qualifiers,
175858                   /* subscript */
175859                   -1,
175860                   /* refId */
175861                   &__root_cimv2_CIM_PolicyRule,
175862               };
175863               
175864               static MetaFeature*
175865               _CIM_PolicyRuleInSystem_features[] =
175866               {
175867                   (MetaFeature*)&_CIM_PolicyRuleInSystem_Antecedent,
175868                   (MetaFeature*)&_CIM_PolicyRuleInSystem_Dependent,
175869                   0,
175870               };
175871               
175872               static const char*
175873               __root_cimv2_CIM_PolicyRuleInSystem_qualifiers[] =
175874               {
175875 mike  1.1.2.1     /* ASSOCIATION */
175876                   "\000\001",
175877                   /* UMLPackagePath */
175878                   "\057CIM::Policy",
175879                   /* Version */
175880                   "\0632.6.0",
175881                   0,
175882               };
175883               
175884               MetaClass
175885               __root_cimv2_CIM_PolicyRuleInSystem =
175886               {
175887                   /* flags */
175888                   META_FLAG_ASSOCIATION,
175889                   /* name */
175890                   "CIM_PolicyRuleInSystem",
175891                   /* qualifiers */
175892                   __root_cimv2_CIM_PolicyRuleInSystem_qualifiers,
175893                   /* super */
175894                   &__root_cimv2_CIM_PolicySetInSystem,
175895                   /* features */
175896 mike  1.1.2.1     _CIM_PolicyRuleInSystem_features,
175897               };
175898               
175899               //==============================================================================
175900               //
175901               // Class: CIM_PortImplementsEndpoint
175902               //
175903               //==============================================================================
175904               
175905               static const char*
175906               _CIM_PortImplementsEndpoint_Antecedent_qualifiers[] =
175907               {
175908                   /* Override */
175909                   "\044Antecedent",
175910                   0,
175911               };
175912               
175913               static MetaReference
175914               _CIM_PortImplementsEndpoint_Antecedent =
175915               {
175916                   /* flags */
175917 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
175918                   /* name */
175919                   "Antecedent",
175920                   /* qualifiers */
175921                   _CIM_PortImplementsEndpoint_Antecedent_qualifiers,
175922                   /* subscript */
175923                   -1,
175924                   /* refId */
175925                   &__root_cimv2_CIM_LogicalPort,
175926               };
175927               
175928               static const char*
175929               _CIM_PortImplementsEndpoint_Dependent_qualifiers[] =
175930               {
175931                   /* Override */
175932                   "\044Dependent",
175933                   0,
175934               };
175935               
175936               static MetaReference
175937               _CIM_PortImplementsEndpoint_Dependent =
175938 mike  1.1.2.1 {
175939                   /* flags */
175940                   META_FLAG_REFERENCE|META_FLAG_READ,
175941                   /* name */
175942                   "Dependent",
175943                   /* qualifiers */
175944                   _CIM_PortImplementsEndpoint_Dependent_qualifiers,
175945                   /* subscript */
175946                   -1,
175947                   /* refId */
175948                   &__root_cimv2_CIM_ProtocolEndpoint,
175949               };
175950               
175951               static MetaFeature*
175952               _CIM_PortImplementsEndpoint_features[] =
175953               {
175954                   (MetaFeature*)&_CIM_PortImplementsEndpoint_Antecedent,
175955                   (MetaFeature*)&_CIM_PortImplementsEndpoint_Dependent,
175956                   0,
175957               };
175958               
175959 mike  1.1.2.1 static const char*
175960               __root_cimv2_CIM_PortImplementsEndpoint_qualifiers[] =
175961               {
175962                   /* ASSOCIATION */
175963                   "\000\001",
175964                   /* UMLPackagePath */
175965                   "\057CIM::Device::Ports",
175966                   /* Version */
175967                   "\0632.10.0",
175968                   0,
175969               };
175970               
175971               MetaClass
175972               __root_cimv2_CIM_PortImplementsEndpoint =
175973               {
175974                   /* flags */
175975                   META_FLAG_ASSOCIATION,
175976                   /* name */
175977                   "CIM_PortImplementsEndpoint",
175978                   /* qualifiers */
175979                   __root_cimv2_CIM_PortImplementsEndpoint_qualifiers,
175980 mike  1.1.2.1     /* super */
175981                   &__root_cimv2_CIM_DeviceSAPImplementation,
175982                   /* features */
175983                   _CIM_PortImplementsEndpoint_features,
175984               };
175985               
175986               //==============================================================================
175987               //
175988               // Class: CIM_PrecedenceService
175989               //
175990               //==============================================================================
175991               
175992               static const char*
175993               _CIM_PrecedenceService_PrecedenceValue_qualifiers[] =
175994               {
175995                   /* Deprecated */
175996                   "\013\000\001CIM_IPHeadersFilter.HdrDSCP\000",
175997                   0,
175998               };
175999               
176000               static MetaProperty
176001 mike  1.1.2.1 _CIM_PrecedenceService_PrecedenceValue =
176002               {
176003                   /* flags */
176004                   META_FLAG_PROPERTY|META_FLAG_READ,
176005                   /* name */
176006                   "PrecedenceValue",
176007                   /* qualifiers */
176008                   _CIM_PrecedenceService_PrecedenceValue_qualifiers,
176009                   /* type */
176010                   CIMTYPE_UINT8,
176011                   /* subscript */
176012                   -1,
176013                   /* value */
176014                   0,
176015               };
176016               
176017               static MetaFeature*
176018               _CIM_PrecedenceService_features[] =
176019               {
176020                   (MetaFeature*)&_CIM_PrecedenceService_PrecedenceValue,
176021                   0,
176022 mike  1.1.2.1 };
176023               
176024               static const char*
176025               __root_cimv2_CIM_PrecedenceService_qualifiers[] =
176026               {
176027                   /* Deprecated */
176028                   "\013\000\001CIM_QoSService\000",
176029                   /* UMLPackagePath */
176030                   "\057CIM::Network::QoS",
176031                   /* Version */
176032                   "\0632.7.0",
176033                   0,
176034               };
176035               
176036               MetaClass
176037               __root_cimv2_CIM_PrecedenceService =
176038               {
176039                   /* flags */
176040                   META_FLAG_CLASS,
176041                   /* name */
176042                   "CIM_PrecedenceService",
176043 mike  1.1.2.1     /* qualifiers */
176044                   __root_cimv2_CIM_PrecedenceService_qualifiers,
176045                   /* super */
176046                   &__root_cimv2_CIM_QoSService,
176047                   /* features */
176048                   _CIM_PrecedenceService_features,
176049               };
176050               
176051               //==============================================================================
176052               //
176053               // Class: CIM_PrivilegeManagementService
176054               //
176055               //==============================================================================
176056               
176057               static const char*
176058               _CIM_PrivilegeManagementService_AssignAccess_Subject_qualifiers[] =
176059               {
176060                   /* Required */
176061                   "\050\001",
176062                   /* IN */
176063                   "\024\001",
176064 mike  1.1.2.1     0,
176065               };
176066               
176067               static MetaReference
176068               _CIM_PrivilegeManagementService_AssignAccess_Subject =
176069               {
176070                   /* flags */
176071                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
176072                   /* name */
176073                   "Subject",
176074                   /* qualifiers */
176075                   _CIM_PrivilegeManagementService_AssignAccess_Subject_qualifiers,
176076                   /* subscript */
176077                   -1,
176078                   /* ref */
176079                   &__root_cimv2_CIM_ManagedElement,
176080               };
176081               
176082               static const char*
176083               _CIM_PrivilegeManagementService_AssignAccess_PrivilegeGranted_qualifiers[] =
176084               {
176085 mike  1.1.2.1     /* IN */
176086                   "\024\001",
176087                   /* ModelCorrespondence */
176088                   "\036\000\002CIM_AuthorizedPrivilege.PrivilegeGranted\000CIM_PrivilegeManagementService.AssignAccess.Privilege\000",
176089                   0,
176090               };
176091               
176092               static MetaProperty
176093               _CIM_PrivilegeManagementService_AssignAccess_PrivilegeGranted =
176094               {
176095                   /* flags */
176096                   META_FLAG_PROPERTY|META_FLAG_IN,
176097                   /* name */
176098                   "PrivilegeGranted",
176099                   /* qualifiers */
176100                   _CIM_PrivilegeManagementService_AssignAccess_PrivilegeGranted_qualifiers,
176101                   /* type */
176102                   CIMTYPE_BOOLEAN,
176103                   /* subscript */
176104                   -1,
176105                   /* value */
176106 mike  1.1.2.1     0,
176107               };
176108               
176109               static const char*
176110               _CIM_PrivilegeManagementService_AssignAccess_Activities_qualifiers[] =
176111               {
176112                   /* IN */
176113                   "\024\001",
176114                   /* ValueMap */
176115                   "\061\000\0111\0002\0003\0004\0005\0006\0007\000..\00016000..65535\000",
176116                   /* Values */
176117                   "\062\000\011Other\000Create\000Delete\000Detect\000Read\000Write\000Execute\000DMTF Reserved\000Vendor Reserved\000",
176118                   /* ArrayType */
176119                   "\005Indexed",
176120                   /* ModelCorrespondence */
176121                   "\036\000\002CIM_AuthorizedPrivilege.Activities\000CIM_PrivilegeManagementService.AssignAccess.Privilege\000",
176122                   0,
176123               };
176124               
176125               static MetaProperty
176126               _CIM_PrivilegeManagementService_AssignAccess_Activities =
176127 mike  1.1.2.1 {
176128                   /* flags */
176129                   META_FLAG_PROPERTY|META_FLAG_IN,
176130                   /* name */
176131                   "Activities",
176132                   /* qualifiers */
176133                   _CIM_PrivilegeManagementService_AssignAccess_Activities_qualifiers,
176134                   /* type */
176135                   CIMTYPE_UINT16,
176136                   /* subscript */
176137                   0,
176138                   /* value */
176139                   0,
176140               };
176141               
176142               static const char*
176143               _CIM_PrivilegeManagementService_AssignAccess_ActivityQualifiers_qualifiers[] =
176144               {
176145                   /* IN */
176146                   "\024\001",
176147                   /* ArrayType */
176148 mike  1.1.2.1     "\005Indexed",
176149                   /* ModelCorrespondence */
176150                   "\036\000\002CIM_AuthorizedPrivilege.ActivityQualifers\000CIM_PrivilegeManagementService.AssignAccess.Privilege\000",
176151                   0,
176152               };
176153               
176154               static MetaProperty
176155               _CIM_PrivilegeManagementService_AssignAccess_ActivityQualifiers =
176156               {
176157                   /* flags */
176158                   META_FLAG_PROPERTY|META_FLAG_IN,
176159                   /* name */
176160                   "ActivityQualifiers",
176161                   /* qualifiers */
176162                   _CIM_PrivilegeManagementService_AssignAccess_ActivityQualifiers_qualifiers,
176163                   /* type */
176164                   CIMTYPE_STRING,
176165                   /* subscript */
176166                   0,
176167                   /* value */
176168                   0,
176169 mike  1.1.2.1 };
176170               
176171               static const char*
176172               _CIM_PrivilegeManagementService_AssignAccess_QualifierFormats_qualifiers[] =
176173               {
176174                   /* IN */
176175                   "\024\001",
176176                   /* ValueMap */
176177                   "\061\000\0122\0003\0004\0005\0006\0007\0008\0009\00010..15999\00016000..65535\000",
176178                   /* Values */
176179                   "\062\000\012Class Name\000<Class.>Property\000<Class.>Method\000Object Reference\000Namespace\000URL\000Directory/File Name\000Command Line Instruction\000DMTF Reserved\000Vendor Reserved\000",
176180                   /* ArrayType */
176181                   "\005Indexed",
176182                   /* ModelCorrespondence */
176183                   "\036\000\002CIM_AuthorizedPrivilege.QualifierFormats\000CIM_PrivilegeManagementService.AssignAccess.Privilege\000",
176184                   0,
176185               };
176186               
176187               static MetaProperty
176188               _CIM_PrivilegeManagementService_AssignAccess_QualifierFormats =
176189               {
176190 mike  1.1.2.1     /* flags */
176191                   META_FLAG_PROPERTY|META_FLAG_IN,
176192                   /* name */
176193                   "QualifierFormats",
176194                   /* qualifiers */
176195                   _CIM_PrivilegeManagementService_AssignAccess_QualifierFormats_qualifiers,
176196                   /* type */
176197                   CIMTYPE_UINT16,
176198                   /* subscript */
176199                   0,
176200                   /* value */
176201                   0,
176202               };
176203               
176204               static const char*
176205               _CIM_PrivilegeManagementService_AssignAccess_Target_qualifiers[] =
176206               {
176207                   /* Required */
176208                   "\050\001",
176209                   /* IN */
176210                   "\024\001",
176211 mike  1.1.2.1     0,
176212               };
176213               
176214               static MetaReference
176215               _CIM_PrivilegeManagementService_AssignAccess_Target =
176216               {
176217                   /* flags */
176218                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_REQUIRED,
176219                   /* name */
176220                   "Target",
176221                   /* qualifiers */
176222                   _CIM_PrivilegeManagementService_AssignAccess_Target_qualifiers,
176223                   /* subscript */
176224                   -1,
176225                   /* ref */
176226                   &__root_cimv2_CIM_ManagedElement,
176227               };
176228               
176229               static const char*
176230               _CIM_PrivilegeManagementService_AssignAccess_Privilege_qualifiers[] =
176231               {
176232 mike  1.1.2.1     /* IN */
176233                   "\024\001",
176234                   /* OUT */
176235                   "\043\001",
176236                   0,
176237               };
176238               
176239               static MetaReference
176240               _CIM_PrivilegeManagementService_AssignAccess_Privilege =
176241               {
176242                   /* flags */
176243                   META_FLAG_REFERENCE|META_FLAG_IN|META_FLAG_OUT,
176244                   /* name */
176245                   "Privilege",
176246                   /* qualifiers */
176247                   _CIM_PrivilegeManagementService_AssignAccess_Privilege_qualifiers,
176248                   /* subscript */
176249                   -1,
176250                   /* ref */
176251                   &__root_cimv2_CIM_AuthorizedPrivilege,
176252               };
176253 mike  1.1.2.1 
176254               static MetaFeature*
176255               _CIM_PrivilegeManagementService_AssignAccess_parameters[] =
176256               {
176257                   (MetaFeature*)&_CIM_PrivilegeManagementService_AssignAccess_Subject,
176258                   (MetaFeature*)&_CIM_PrivilegeManagementService_AssignAccess_PrivilegeGranted,
176259                   (MetaFeature*)&_CIM_PrivilegeManagementService_AssignAccess_Activities,
176260                   (MetaFeature*)&_CIM_PrivilegeManagementService_AssignAccess_ActivityQualifiers,
176261                   (MetaFeature*)&_CIM_PrivilegeManagementService_AssignAccess_QualifierFormats,
176262                   (MetaFeature*)&_CIM_PrivilegeManagementService_AssignAccess_Target,
176263                   (MetaFeature*)&_CIM_PrivilegeManagementService_AssignAccess_Privilege,
176264                   0,
176265               };
176266               
176267               static const char*
176268               _CIM_PrivilegeManagementService_AssignAccess_qualifiers[] =
176269               {
176270                   /* ValueMap */
176271                   "\061\000\0160\0001\0002\0003\0004\0005\0006..15999\00016000\00016001\00016002\00016003\00016004\00016005..31999\00032000..65535\000",
176272                   /* Values */
176273                   "\062\000\016Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000DMTF Reserved\000Unsupported Subject\000Unsupported Privilege\000Unsupported Target\000Authorization Error\000NULL not supported\000Method Reserved\000Vendor Specific\000",
176274 mike  1.1.2.1     0,
176275               };
176276               
176277               static MetaMethod
176278               _CIM_PrivilegeManagementService_AssignAccess =
176279               {
176280                   /* flags */
176281                   META_FLAG_METHOD,
176282                   /* name */
176283                   "CIM_PrivilegeManagementService",
176284                   /* qualifiers */
176285                   _CIM_PrivilegeManagementService_AssignAccess_qualifiers,
176286                   /* type */
176287                   CIMTYPE_UINT32,
176288                   /* parameters */
176289                   _CIM_PrivilegeManagementService_AssignAccess_parameters,
176290               };
176291               
176292               static const char*
176293               _CIM_PrivilegeManagementService_RemoveAccess_Subject_qualifiers[] =
176294               {
176295 mike  1.1.2.1     /* IN */
176296                   "\024\001",
176297                   0,
176298               };
176299               
176300               static MetaReference
176301               _CIM_PrivilegeManagementService_RemoveAccess_Subject =
176302               {
176303                   /* flags */
176304                   META_FLAG_REFERENCE|META_FLAG_IN,
176305                   /* name */
176306                   "Subject",
176307                   /* qualifiers */
176308                   _CIM_PrivilegeManagementService_RemoveAccess_Subject_qualifiers,
176309                   /* subscript */
176310                   -1,
176311                   /* ref */
176312                   &__root_cimv2_CIM_ManagedElement,
176313               };
176314               
176315               static const char*
176316 mike  1.1.2.1 _CIM_PrivilegeManagementService_RemoveAccess_Privilege_qualifiers[] =
176317               {
176318                   /* IN */
176319                   "\024\001",
176320                   0,
176321               };
176322               
176323               static MetaReference
176324               _CIM_PrivilegeManagementService_RemoveAccess_Privilege =
176325               {
176326                   /* flags */
176327                   META_FLAG_REFERENCE|META_FLAG_IN,
176328                   /* name */
176329                   "Privilege",
176330                   /* qualifiers */
176331                   _CIM_PrivilegeManagementService_RemoveAccess_Privilege_qualifiers,
176332                   /* subscript */
176333                   -1,
176334                   /* ref */
176335                   &__root_cimv2_CIM_AuthorizedPrivilege,
176336               };
176337 mike  1.1.2.1 
176338               static const char*
176339               _CIM_PrivilegeManagementService_RemoveAccess_Target_qualifiers[] =
176340               {
176341                   /* IN */
176342                   "\024\001",
176343                   0,
176344               };
176345               
176346               static MetaReference
176347               _CIM_PrivilegeManagementService_RemoveAccess_Target =
176348               {
176349                   /* flags */
176350                   META_FLAG_REFERENCE|META_FLAG_IN,
176351                   /* name */
176352                   "Target",
176353                   /* qualifiers */
176354                   _CIM_PrivilegeManagementService_RemoveAccess_Target_qualifiers,
176355                   /* subscript */
176356                   -1,
176357                   /* ref */
176358 mike  1.1.2.1     &__root_cimv2_CIM_ManagedElement,
176359               };
176360               
176361               static MetaFeature*
176362               _CIM_PrivilegeManagementService_RemoveAccess_parameters[] =
176363               {
176364                   (MetaFeature*)&_CIM_PrivilegeManagementService_RemoveAccess_Subject,
176365                   (MetaFeature*)&_CIM_PrivilegeManagementService_RemoveAccess_Privilege,
176366                   (MetaFeature*)&_CIM_PrivilegeManagementService_RemoveAccess_Target,
176367                   0,
176368               };
176369               
176370               static const char*
176371               _CIM_PrivilegeManagementService_RemoveAccess_qualifiers[] =
176372               {
176373                   /* ValueMap */
176374                   "\061\000\0150\0001\0002\0003\0004\0005\0006..15999\00016000\00016001\00016002\00016003\00016004..32767\00032768..65535\000",
176375                   /* Values */
176376                   "\062\000\015Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000DMTF Reserved\000Unsupported Privilege\000Unsupported Target\000Authorization Error\000Null parameter not supported\000Method Reserved\000Vendor Specific\000",
176377                   0,
176378               };
176379 mike  1.1.2.1 
176380               static MetaMethod
176381               _CIM_PrivilegeManagementService_RemoveAccess =
176382               {
176383                   /* flags */
176384                   META_FLAG_METHOD,
176385                   /* name */
176386                   "CIM_PrivilegeManagementService",
176387                   /* qualifiers */
176388                   _CIM_PrivilegeManagementService_RemoveAccess_qualifiers,
176389                   /* type */
176390                   CIMTYPE_UINT32,
176391                   /* parameters */
176392                   _CIM_PrivilegeManagementService_RemoveAccess_parameters,
176393               };
176394               
176395               static MetaFeature*
176396               _CIM_PrivilegeManagementService_features[] =
176397               {
176398                   (MetaFeature*)&_CIM_PrivilegeManagementService_AssignAccess,
176399                   (MetaFeature*)&_CIM_PrivilegeManagementService_RemoveAccess,
176400 mike  1.1.2.1     0,
176401               };
176402               
176403               static const char*
176404               __root_cimv2_CIM_PrivilegeManagementService_qualifiers[] =
176405               {
176406                   /* UMLPackagePath */
176407                   "\057CIM::User::PrivilegeManagementService",
176408                   /* Version */
176409                   "\0632.8.0",
176410                   0,
176411               };
176412               
176413               MetaClass
176414               __root_cimv2_CIM_PrivilegeManagementService =
176415               {
176416                   /* flags */
176417                   META_FLAG_CLASS,
176418                   /* name */
176419                   "CIM_PrivilegeManagementService",
176420                   /* qualifiers */
176421 mike  1.1.2.1     __root_cimv2_CIM_PrivilegeManagementService_qualifiers,
176422                   /* super */
176423                   &__root_cimv2_CIM_AuthorizationService,
176424                   /* features */
176425                   _CIM_PrivilegeManagementService_features,
176426               };
176427               
176428               //==============================================================================
176429               //
176430               // Class: CIM_ProvidesEndpoint
176431               //
176432               //==============================================================================
176433               
176434               static const char*
176435               _CIM_ProvidesEndpoint_Antecedent_qualifiers[] =
176436               {
176437                   /* Override */
176438                   "\044Antecedent",
176439                   0,
176440               };
176441               
176442 mike  1.1.2.1 static MetaReference
176443               _CIM_ProvidesEndpoint_Antecedent =
176444               {
176445                   /* flags */
176446                   META_FLAG_REFERENCE|META_FLAG_READ,
176447                   /* name */
176448                   "Antecedent",
176449                   /* qualifiers */
176450                   _CIM_ProvidesEndpoint_Antecedent_qualifiers,
176451                   /* subscript */
176452                   -1,
176453                   /* refId */
176454                   &__root_cimv2_CIM_Service,
176455               };
176456               
176457               static const char*
176458               _CIM_ProvidesEndpoint_Dependent_qualifiers[] =
176459               {
176460                   /* Override */
176461                   "\044Dependent",
176462                   0,
176463 mike  1.1.2.1 };
176464               
176465               static MetaReference
176466               _CIM_ProvidesEndpoint_Dependent =
176467               {
176468                   /* flags */
176469                   META_FLAG_REFERENCE|META_FLAG_READ,
176470                   /* name */
176471                   "Dependent",
176472                   /* qualifiers */
176473                   _CIM_ProvidesEndpoint_Dependent_qualifiers,
176474                   /* subscript */
176475                   -1,
176476                   /* refId */
176477                   &__root_cimv2_CIM_ProtocolEndpoint,
176478               };
176479               
176480               static MetaFeature*
176481               _CIM_ProvidesEndpoint_features[] =
176482               {
176483                   (MetaFeature*)&_CIM_ProvidesEndpoint_Antecedent,
176484 mike  1.1.2.1     (MetaFeature*)&_CIM_ProvidesEndpoint_Dependent,
176485                   0,
176486               };
176487               
176488               static const char*
176489               __root_cimv2_CIM_ProvidesEndpoint_qualifiers[] =
176490               {
176491                   /* ASSOCIATION */
176492                   "\000\001",
176493                   /* UMLPackagePath */
176494                   "\057CIM::Core::Service",
176495                   /* Version */
176496                   "\0632.10.0",
176497                   0,
176498               };
176499               
176500               MetaClass
176501               __root_cimv2_CIM_ProvidesEndpoint =
176502               {
176503                   /* flags */
176504                   META_FLAG_ASSOCIATION,
176505 mike  1.1.2.1     /* name */
176506                   "CIM_ProvidesEndpoint",
176507                   /* qualifiers */
176508                   __root_cimv2_CIM_ProvidesEndpoint_qualifiers,
176509                   /* super */
176510                   &__root_cimv2_CIM_ServiceAccessBySAP,
176511                   /* features */
176512                   _CIM_ProvidesEndpoint_features,
176513               };
176514               
176515               //==============================================================================
176516               //
176517               // Class: CIM_PublicKeyManagementService
176518               //
176519               //==============================================================================
176520               
176521               static MetaFeature*
176522               _CIM_PublicKeyManagementService_features[] =
176523               {
176524                   0,
176525               };
176526 mike  1.1.2.1 
176527               static const char*
176528               __root_cimv2_CIM_PublicKeyManagementService_qualifiers[] =
176529               {
176530                   /* UMLPackagePath */
176531                   "\057CIM::User::PublicKey",
176532                   /* Version */
176533                   "\0632.6.0",
176534                   0,
176535               };
176536               
176537               MetaClass
176538               __root_cimv2_CIM_PublicKeyManagementService =
176539               {
176540                   /* flags */
176541                   META_FLAG_CLASS,
176542                   /* name */
176543                   "CIM_PublicKeyManagementService",
176544                   /* qualifiers */
176545                   __root_cimv2_CIM_PublicKeyManagementService_qualifiers,
176546                   /* super */
176547 mike  1.1.2.1     &__root_cimv2_CIM_LocalCredentialManagementService,
176548                   /* features */
176549                   _CIM_PublicKeyManagementService_features,
176550               };
176551               
176552               //==============================================================================
176553               //
176554               // Class: CIM_QoSConditioningSubService
176555               //
176556               //==============================================================================
176557               
176558               static const char*
176559               _CIM_QoSConditioningSubService_GroupComponent_qualifiers[] =
176560               {
176561                   /* Aggregate */
176562                   "\003\001",
176563                   /* Override */
176564                   "\044GroupComponent",
176565                   0,
176566               };
176567               
176568 mike  1.1.2.1 static MetaReference
176569               _CIM_QoSConditioningSubService_GroupComponent =
176570               {
176571                   /* flags */
176572                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
176573                   /* name */
176574                   "GroupComponent",
176575                   /* qualifiers */
176576                   _CIM_QoSConditioningSubService_GroupComponent_qualifiers,
176577                   /* subscript */
176578                   -1,
176579                   /* refId */
176580                   &__root_cimv2_CIM_QoSService,
176581               };
176582               
176583               static const char*
176584               _CIM_QoSConditioningSubService_PartComponent_qualifiers[] =
176585               {
176586                   /* Override */
176587                   "\044PartComponent",
176588                   0,
176589 mike  1.1.2.1 };
176590               
176591               static MetaReference
176592               _CIM_QoSConditioningSubService_PartComponent =
176593               {
176594                   /* flags */
176595                   META_FLAG_REFERENCE|META_FLAG_READ,
176596                   /* name */
176597                   "PartComponent",
176598                   /* qualifiers */
176599                   _CIM_QoSConditioningSubService_PartComponent_qualifiers,
176600                   /* subscript */
176601                   -1,
176602                   /* refId */
176603                   &__root_cimv2_CIM_ConditioningService,
176604               };
176605               
176606               static MetaFeature*
176607               _CIM_QoSConditioningSubService_features[] =
176608               {
176609                   (MetaFeature*)&_CIM_QoSConditioningSubService_GroupComponent,
176610 mike  1.1.2.1     (MetaFeature*)&_CIM_QoSConditioningSubService_PartComponent,
176611                   0,
176612               };
176613               
176614               static const char*
176615               __root_cimv2_CIM_QoSConditioningSubService_qualifiers[] =
176616               {
176617                   /* ASSOCIATION */
176618                   "\000\001",
176619                   /* UMLPackagePath */
176620                   "\057CIM::Network::QoS",
176621                   /* Aggregation */
176622                   "\004\001",
176623                   /* Version */
176624                   "\0632.7.0",
176625                   0,
176626               };
176627               
176628               MetaClass
176629               __root_cimv2_CIM_QoSConditioningSubService =
176630               {
176631 mike  1.1.2.1     /* flags */
176632                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
176633                   /* name */
176634                   "CIM_QoSConditioningSubService",
176635                   /* qualifiers */
176636                   __root_cimv2_CIM_QoSConditioningSubService_qualifiers,
176637                   /* super */
176638                   &__root_cimv2_CIM_ServiceComponent,
176639                   /* features */
176640                   _CIM_QoSConditioningSubService_features,
176641               };
176642               
176643               //==============================================================================
176644               //
176645               // Class: CIM_QueueAllocation
176646               //
176647               //==============================================================================
176648               
176649               static const char*
176650               _CIM_QueueAllocation_Antecedent_qualifiers[] =
176651               {
176652 mike  1.1.2.1     /* Override */
176653                   "\044Antecedent",
176654                   0,
176655               };
176656               
176657               static MetaReference
176658               _CIM_QueueAllocation_Antecedent =
176659               {
176660                   /* flags */
176661                   META_FLAG_REFERENCE|META_FLAG_READ,
176662                   /* name */
176663                   "Antecedent",
176664                   /* qualifiers */
176665                   _CIM_QueueAllocation_Antecedent_qualifiers,
176666                   /* subscript */
176667                   -1,
176668                   /* refId */
176669                   &__root_cimv2_CIM_BufferPool,
176670               };
176671               
176672               static const char*
176673 mike  1.1.2.1 _CIM_QueueAllocation_Dependent_qualifiers[] =
176674               {
176675                   /* Override */
176676                   "\044Dependent",
176677                   0,
176678               };
176679               
176680               static MetaReference
176681               _CIM_QueueAllocation_Dependent =
176682               {
176683                   /* flags */
176684                   META_FLAG_REFERENCE|META_FLAG_READ,
176685                   /* name */
176686                   "Dependent",
176687                   /* qualifiers */
176688                   _CIM_QueueAllocation_Dependent_qualifiers,
176689                   /* subscript */
176690                   -1,
176691                   /* refId */
176692                   &__root_cimv2_CIM_QueuingService,
176693               };
176694 mike  1.1.2.1 
176695               static const char*
176696               _CIM_QueueAllocation_AllocationPercentage_qualifiers[] =
176697               {
176698                   /* Units */
176699                   "\060Percent",
176700                   /* MinValue */
176701                   "\035\000\000\000\000\000\000\000\000",
176702                   /* MaxValue */
176703                   "\031\000\000\000\000\000\000\000\144",
176704                   0,
176705               };
176706               
176707               static MetaProperty
176708               _CIM_QueueAllocation_AllocationPercentage =
176709               {
176710                   /* flags */
176711                   META_FLAG_PROPERTY|META_FLAG_READ,
176712                   /* name */
176713                   "AllocationPercentage",
176714                   /* qualifiers */
176715 mike  1.1.2.1     _CIM_QueueAllocation_AllocationPercentage_qualifiers,
176716                   /* type */
176717                   CIMTYPE_UINT8,
176718                   /* subscript */
176719                   -1,
176720                   /* value */
176721                   0,
176722               };
176723               
176724               static MetaFeature*
176725               _CIM_QueueAllocation_features[] =
176726               {
176727                   (MetaFeature*)&_CIM_QueueAllocation_Antecedent,
176728                   (MetaFeature*)&_CIM_QueueAllocation_Dependent,
176729                   (MetaFeature*)&_CIM_QueueAllocation_AllocationPercentage,
176730                   0,
176731               };
176732               
176733               static const char*
176734               __root_cimv2_CIM_QueueAllocation_qualifiers[] =
176735               {
176736 mike  1.1.2.1     /* ASSOCIATION */
176737                   "\000\001",
176738                   /* UMLPackagePath */
176739                   "\057CIM::Network::QoS",
176740                   /* Version */
176741                   "\0632.6.0",
176742                   0,
176743               };
176744               
176745               MetaClass
176746               __root_cimv2_CIM_QueueAllocation =
176747               {
176748                   /* flags */
176749                   META_FLAG_ASSOCIATION,
176750                   /* name */
176751                   "CIM_QueueAllocation",
176752                   /* qualifiers */
176753                   __root_cimv2_CIM_QueueAllocation_qualifiers,
176754                   /* super */
176755                   &__root_cimv2_CIM_Dependency,
176756                   /* features */
176757 mike  1.1.2.1     _CIM_QueueAllocation_features,
176758               };
176759               
176760               //==============================================================================
176761               //
176762               // Class: CIM_QueueHierarchy
176763               //
176764               //==============================================================================
176765               
176766               static const char*
176767               _CIM_QueueHierarchy_Antecedent_qualifiers[] =
176768               {
176769                   /* Deprecated */
176770                   "\013\000\001No value\000",
176771                   /* Override */
176772                   "\044Antecedent",
176773                   0,
176774               };
176775               
176776               static MetaReference
176777               _CIM_QueueHierarchy_Antecedent =
176778 mike  1.1.2.1 {
176779                   /* flags */
176780                   META_FLAG_REFERENCE|META_FLAG_READ,
176781                   /* name */
176782                   "Antecedent",
176783                   /* qualifiers */
176784                   _CIM_QueueHierarchy_Antecedent_qualifiers,
176785                   /* subscript */
176786                   -1,
176787                   /* refId */
176788                   &__root_cimv2_CIM_QueuingService,
176789               };
176790               
176791               static const char*
176792               _CIM_QueueHierarchy_Dependent_qualifiers[] =
176793               {
176794                   /* Deprecated */
176795                   "\013\000\001No value\000",
176796                   /* Override */
176797                   "\044Dependent",
176798                   /* Max */
176799 mike  1.1.2.1     "\027\000\000\000\001",
176800                   0,
176801               };
176802               
176803               static MetaReference
176804               _CIM_QueueHierarchy_Dependent =
176805               {
176806                   /* flags */
176807                   META_FLAG_REFERENCE|META_FLAG_READ,
176808                   /* name */
176809                   "Dependent",
176810                   /* qualifiers */
176811                   _CIM_QueueHierarchy_Dependent_qualifiers,
176812                   /* subscript */
176813                   -1,
176814                   /* refId */
176815                   &__root_cimv2_CIM_QueuingService,
176816               };
176817               
176818               static MetaFeature*
176819               _CIM_QueueHierarchy_features[] =
176820 mike  1.1.2.1 {
176821                   (MetaFeature*)&_CIM_QueueHierarchy_Antecedent,
176822                   (MetaFeature*)&_CIM_QueueHierarchy_Dependent,
176823                   0,
176824               };
176825               
176826               static const char*
176827               __root_cimv2_CIM_QueueHierarchy_qualifiers[] =
176828               {
176829                   /* ASSOCIATION */
176830                   "\000\001",
176831                   /* Deprecated */
176832                   "\013\000\001No value\000",
176833                   /* UMLPackagePath */
176834                   "\057CIM::Network::QoS",
176835                   /* Version */
176836                   "\0632.7.0",
176837                   0,
176838               };
176839               
176840               MetaClass
176841 mike  1.1.2.1 __root_cimv2_CIM_QueueHierarchy =
176842               {
176843                   /* flags */
176844                   META_FLAG_ASSOCIATION,
176845                   /* name */
176846                   "CIM_QueueHierarchy",
176847                   /* qualifiers */
176848                   __root_cimv2_CIM_QueueHierarchy_qualifiers,
176849                   /* super */
176850                   &__root_cimv2_CIM_ServiceServiceDependency,
176851                   /* features */
176852                   _CIM_QueueHierarchy_features,
176853               };
176854               
176855               //==============================================================================
176856               //
176857               // Class: CIM_QueueToSchedule
176858               //
176859               //==============================================================================
176860               
176861               static const char*
176862 mike  1.1.2.1 _CIM_QueueToSchedule_Queue_qualifiers[] =
176863               {
176864                   /* Key */
176865                   "\025\001",
176866                   /* Max */
176867                   "\027\000\000\000\001",
176868                   0,
176869               };
176870               
176871               static MetaReference
176872               _CIM_QueueToSchedule_Queue =
176873               {
176874                   /* flags */
176875                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
176876                   /* name */
176877                   "Queue",
176878                   /* qualifiers */
176879                   _CIM_QueueToSchedule_Queue_qualifiers,
176880                   /* subscript */
176881                   -1,
176882                   /* refId */
176883 mike  1.1.2.1     &__root_cimv2_CIM_QueuingService,
176884               };
176885               
176886               static const char*
176887               _CIM_QueueToSchedule_SchedElement_qualifiers[] =
176888               {
176889                   /* Key */
176890                   "\025\001",
176891                   0,
176892               };
176893               
176894               static MetaReference
176895               _CIM_QueueToSchedule_SchedElement =
176896               {
176897                   /* flags */
176898                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
176899                   /* name */
176900                   "SchedElement",
176901                   /* qualifiers */
176902                   _CIM_QueueToSchedule_SchedElement_qualifiers,
176903                   /* subscript */
176904 mike  1.1.2.1     -1,
176905                   /* refId */
176906                   &__root_cimv2_CIM_SchedulingElement,
176907               };
176908               
176909               static MetaFeature*
176910               _CIM_QueueToSchedule_features[] =
176911               {
176912                   (MetaFeature*)&_CIM_QueueToSchedule_Queue,
176913                   (MetaFeature*)&_CIM_QueueToSchedule_SchedElement,
176914                   0,
176915               };
176916               
176917               static const char*
176918               __root_cimv2_CIM_QueueToSchedule_qualifiers[] =
176919               {
176920                   /* ASSOCIATION */
176921                   "\000\001",
176922                   /* UMLPackagePath */
176923                   "\057CIM::Network::QoS",
176924                   /* Version */
176925 mike  1.1.2.1     "\0632.7.0",
176926                   0,
176927               };
176928               
176929               MetaClass
176930               __root_cimv2_CIM_QueueToSchedule =
176931               {
176932                   /* flags */
176933                   META_FLAG_ASSOCIATION,
176934                   /* name */
176935                   "CIM_QueueToSchedule",
176936                   /* qualifiers */
176937                   __root_cimv2_CIM_QueueToSchedule_qualifiers,
176938                   /* super */
176939                   0,
176940                   /* features */
176941                   _CIM_QueueToSchedule_features,
176942               };
176943               
176944               //==============================================================================
176945               //
176946 mike  1.1.2.1 // Class: CIM_RealizedOnSide
176947               //
176948               //==============================================================================
176949               
176950               static const char*
176951               _CIM_RealizedOnSide_Antecedent_qualifiers[] =
176952               {
176953                   /* Override */
176954                   "\044Antecedent",
176955                   /* Max */
176956                   "\027\000\000\000\001",
176957                   0,
176958               };
176959               
176960               static MetaReference
176961               _CIM_RealizedOnSide_Antecedent =
176962               {
176963                   /* flags */
176964                   META_FLAG_REFERENCE|META_FLAG_READ,
176965                   /* name */
176966                   "Antecedent",
176967 mike  1.1.2.1     /* qualifiers */
176968                   _CIM_RealizedOnSide_Antecedent_qualifiers,
176969                   /* subscript */
176970                   -1,
176971                   /* refId */
176972                   &__root_cimv2_CIM_PhysicalMedia,
176973               };
176974               
176975               static const char*
176976               _CIM_RealizedOnSide_Dependent_qualifiers[] =
176977               {
176978                   /* Override */
176979                   "\044Dependent",
176980                   0,
176981               };
176982               
176983               static MetaReference
176984               _CIM_RealizedOnSide_Dependent =
176985               {
176986                   /* flags */
176987                   META_FLAG_REFERENCE|META_FLAG_READ,
176988 mike  1.1.2.1     /* name */
176989                   "Dependent",
176990                   /* qualifiers */
176991                   _CIM_RealizedOnSide_Dependent_qualifiers,
176992                   /* subscript */
176993                   -1,
176994                   /* refId */
176995                   &__root_cimv2_CIM_StorageExtent,
176996               };
176997               
176998               static const char*
176999               _CIM_RealizedOnSide_Side_qualifiers[] =
177000               {
177001                   /* ValueMap */
177002                   "\061\000\0050\0001\0002\0003\0004\000",
177003                   /* Values */
177004                   "\062\000\005Unknown\000Side 0\000Side 1\000Side A\000Side B\000",
177005                   0,
177006               };
177007               
177008               static MetaProperty
177009 mike  1.1.2.1 _CIM_RealizedOnSide_Side =
177010               {
177011                   /* flags */
177012                   META_FLAG_PROPERTY|META_FLAG_READ,
177013                   /* name */
177014                   "Side",
177015                   /* qualifiers */
177016                   _CIM_RealizedOnSide_Side_qualifiers,
177017                   /* type */
177018                   CIMTYPE_UINT16,
177019                   /* subscript */
177020                   -1,
177021                   /* value */
177022                   0,
177023               };
177024               
177025               static MetaFeature*
177026               _CIM_RealizedOnSide_features[] =
177027               {
177028                   (MetaFeature*)&_CIM_RealizedOnSide_Antecedent,
177029                   (MetaFeature*)&_CIM_RealizedOnSide_Dependent,
177030 mike  1.1.2.1     (MetaFeature*)&_CIM_RealizedOnSide_Side,
177031                   0,
177032               };
177033               
177034               static const char*
177035               __root_cimv2_CIM_RealizedOnSide_qualifiers[] =
177036               {
177037                   /* ASSOCIATION */
177038                   "\000\001",
177039                   /* UMLPackagePath */
177040                   "\057CIM::Device::StorageExtents",
177041                   /* Version */
177042                   "\0632.6.0",
177043                   0,
177044               };
177045               
177046               MetaClass
177047               __root_cimv2_CIM_RealizedOnSide =
177048               {
177049                   /* flags */
177050                   META_FLAG_ASSOCIATION,
177051 mike  1.1.2.1     /* name */
177052                   "CIM_RealizedOnSide",
177053                   /* qualifiers */
177054                   __root_cimv2_CIM_RealizedOnSide_qualifiers,
177055                   /* super */
177056                   &__root_cimv2_CIM_RealizesExtent,
177057                   /* features */
177058                   _CIM_RealizedOnSide_features,
177059               };
177060               
177061               //==============================================================================
177062               //
177063               // Class: CIM_RealizesAggregatePExtent
177064               //
177065               //==============================================================================
177066               
177067               static const char*
177068               _CIM_RealizesAggregatePExtent_Antecedent_qualifiers[] =
177069               {
177070                   /* Deprecated */
177071                   "\013\000\001CIM_RealizesExtent.Antecedent\000",
177072 mike  1.1.2.1     /* Override */
177073                   "\044Antecedent",
177074                   /* Max */
177075                   "\027\000\000\000\001",
177076                   0,
177077               };
177078               
177079               static MetaReference
177080               _CIM_RealizesAggregatePExtent_Antecedent =
177081               {
177082                   /* flags */
177083                   META_FLAG_REFERENCE|META_FLAG_READ,
177084                   /* name */
177085                   "Antecedent",
177086                   /* qualifiers */
177087                   _CIM_RealizesAggregatePExtent_Antecedent_qualifiers,
177088                   /* subscript */
177089                   -1,
177090                   /* refId */
177091                   &__root_cimv2_CIM_PhysicalMedia,
177092               };
177093 mike  1.1.2.1 
177094               static const char*
177095               _CIM_RealizesAggregatePExtent_Dependent_qualifiers[] =
177096               {
177097                   /* Deprecated */
177098                   "\013\000\001CIM_RealizesExtent.Dependent\000",
177099                   /* Override */
177100                   "\044Dependent",
177101                   0,
177102               };
177103               
177104               static MetaReference
177105               _CIM_RealizesAggregatePExtent_Dependent =
177106               {
177107                   /* flags */
177108                   META_FLAG_REFERENCE|META_FLAG_READ,
177109                   /* name */
177110                   "Dependent",
177111                   /* qualifiers */
177112                   _CIM_RealizesAggregatePExtent_Dependent_qualifiers,
177113                   /* subscript */
177114 mike  1.1.2.1     -1,
177115                   /* refId */
177116                   &__root_cimv2_CIM_AggregatePExtent,
177117               };
177118               
177119               static MetaFeature*
177120               _CIM_RealizesAggregatePExtent_features[] =
177121               {
177122                   (MetaFeature*)&_CIM_RealizesAggregatePExtent_Antecedent,
177123                   (MetaFeature*)&_CIM_RealizesAggregatePExtent_Dependent,
177124                   0,
177125               };
177126               
177127               static const char*
177128               __root_cimv2_CIM_RealizesAggregatePExtent_qualifiers[] =
177129               {
177130                   /* ASSOCIATION */
177131                   "\000\001",
177132                   /* Deprecated */
177133                   "\013\000\001CIM_RealizesExtent\000",
177134                   /* UMLPackagePath */
177135 mike  1.1.2.1     "\057CIM::Device::SccExtents",
177136                   /* Version */
177137                   "\0632.7.0",
177138                   0,
177139               };
177140               
177141               MetaClass
177142               __root_cimv2_CIM_RealizesAggregatePExtent =
177143               {
177144                   /* flags */
177145                   META_FLAG_ASSOCIATION,
177146                   /* name */
177147                   "CIM_RealizesAggregatePExtent",
177148                   /* qualifiers */
177149                   __root_cimv2_CIM_RealizesAggregatePExtent_qualifiers,
177150                   /* super */
177151                   &__root_cimv2_CIM_RealizesExtent,
177152                   /* features */
177153                   _CIM_RealizesAggregatePExtent_features,
177154               };
177155               
177156 mike  1.1.2.1 //==============================================================================
177157               //
177158               // Class: CIM_RealizesDiskPartition
177159               //
177160               //==============================================================================
177161               
177162               static const char*
177163               _CIM_RealizesDiskPartition_Antecedent_qualifiers[] =
177164               {
177165                   /* Override */
177166                   "\044Antecedent",
177167                   /* Max */
177168                   "\027\000\000\000\001",
177169                   0,
177170               };
177171               
177172               static MetaReference
177173               _CIM_RealizesDiskPartition_Antecedent =
177174               {
177175                   /* flags */
177176                   META_FLAG_REFERENCE|META_FLAG_READ,
177177 mike  1.1.2.1     /* name */
177178                   "Antecedent",
177179                   /* qualifiers */
177180                   _CIM_RealizesDiskPartition_Antecedent_qualifiers,
177181                   /* subscript */
177182                   -1,
177183                   /* refId */
177184                   &__root_cimv2_CIM_PhysicalMedia,
177185               };
177186               
177187               static const char*
177188               _CIM_RealizesDiskPartition_Dependent_qualifiers[] =
177189               {
177190                   /* Override */
177191                   "\044Dependent",
177192                   0,
177193               };
177194               
177195               static MetaReference
177196               _CIM_RealizesDiskPartition_Dependent =
177197               {
177198 mike  1.1.2.1     /* flags */
177199                   META_FLAG_REFERENCE|META_FLAG_READ,
177200                   /* name */
177201                   "Dependent",
177202                   /* qualifiers */
177203                   _CIM_RealizesDiskPartition_Dependent_qualifiers,
177204                   /* subscript */
177205                   -1,
177206                   /* refId */
177207                   &__root_cimv2_CIM_DiskPartition,
177208               };
177209               
177210               static MetaFeature*
177211               _CIM_RealizesDiskPartition_features[] =
177212               {
177213                   (MetaFeature*)&_CIM_RealizesDiskPartition_Antecedent,
177214                   (MetaFeature*)&_CIM_RealizesDiskPartition_Dependent,
177215                   0,
177216               };
177217               
177218               static const char*
177219 mike  1.1.2.1 __root_cimv2_CIM_RealizesDiskPartition_qualifiers[] =
177220               {
177221                   /* ASSOCIATION */
177222                   "\000\001",
177223                   /* UMLPackagePath */
177224                   "\057CIM::Device::StorageExtents",
177225                   /* Version */
177226                   "\0632.6.0",
177227                   0,
177228               };
177229               
177230               MetaClass
177231               __root_cimv2_CIM_RealizesDiskPartition =
177232               {
177233                   /* flags */
177234                   META_FLAG_ASSOCIATION,
177235                   /* name */
177236                   "CIM_RealizesDiskPartition",
177237                   /* qualifiers */
177238                   __root_cimv2_CIM_RealizesDiskPartition_qualifiers,
177239                   /* super */
177240 mike  1.1.2.1     &__root_cimv2_CIM_RealizesExtent,
177241                   /* features */
177242                   _CIM_RealizesDiskPartition_features,
177243               };
177244               
177245               //==============================================================================
177246               //
177247               // Class: CIM_RealizesTapePartition
177248               //
177249               //==============================================================================
177250               
177251               static const char*
177252               _CIM_RealizesTapePartition_Antecedent_qualifiers[] =
177253               {
177254                   /* Override */
177255                   "\044Antecedent",
177256                   /* Max */
177257                   "\027\000\000\000\001",
177258                   0,
177259               };
177260               
177261 mike  1.1.2.1 static MetaReference
177262               _CIM_RealizesTapePartition_Antecedent =
177263               {
177264                   /* flags */
177265                   META_FLAG_REFERENCE|META_FLAG_READ,
177266                   /* name */
177267                   "Antecedent",
177268                   /* qualifiers */
177269                   _CIM_RealizesTapePartition_Antecedent_qualifiers,
177270                   /* subscript */
177271                   -1,
177272                   /* refId */
177273                   &__root_cimv2_CIM_PhysicalTape,
177274               };
177275               
177276               static const char*
177277               _CIM_RealizesTapePartition_Dependent_qualifiers[] =
177278               {
177279                   /* Override */
177280                   "\044Dependent",
177281                   0,
177282 mike  1.1.2.1 };
177283               
177284               static MetaReference
177285               _CIM_RealizesTapePartition_Dependent =
177286               {
177287                   /* flags */
177288                   META_FLAG_REFERENCE|META_FLAG_READ,
177289                   /* name */
177290                   "Dependent",
177291                   /* qualifiers */
177292                   _CIM_RealizesTapePartition_Dependent_qualifiers,
177293                   /* subscript */
177294                   -1,
177295                   /* refId */
177296                   &__root_cimv2_CIM_TapePartition,
177297               };
177298               
177299               static MetaFeature*
177300               _CIM_RealizesTapePartition_features[] =
177301               {
177302                   (MetaFeature*)&_CIM_RealizesTapePartition_Antecedent,
177303 mike  1.1.2.1     (MetaFeature*)&_CIM_RealizesTapePartition_Dependent,
177304                   0,
177305               };
177306               
177307               static const char*
177308               __root_cimv2_CIM_RealizesTapePartition_qualifiers[] =
177309               {
177310                   /* ASSOCIATION */
177311                   "\000\001",
177312                   /* UMLPackagePath */
177313                   "\057CIM::Device::StorageExtents",
177314                   /* Version */
177315                   "\0632.6.0",
177316                   0,
177317               };
177318               
177319               MetaClass
177320               __root_cimv2_CIM_RealizesTapePartition =
177321               {
177322                   /* flags */
177323                   META_FLAG_ASSOCIATION,
177324 mike  1.1.2.1     /* name */
177325                   "CIM_RealizesTapePartition",
177326                   /* qualifiers */
177327                   __root_cimv2_CIM_RealizesTapePartition_qualifiers,
177328                   /* super */
177329                   &__root_cimv2_CIM_RealizesExtent,
177330                   /* features */
177331                   _CIM_RealizesTapePartition_features,
177332               };
177333               
177334               //==============================================================================
177335               //
177336               // Class: CIM_RebootAction
177337               //
177338               //==============================================================================
177339               
177340               static MetaFeature*
177341               _CIM_RebootAction_features[] =
177342               {
177343                   0,
177344               };
177345 mike  1.1.2.1 
177346               static const char*
177347               __root_cimv2_CIM_RebootAction_qualifiers[] =
177348               {
177349                   /* UMLPackagePath */
177350                   "\057CIM::Application::CheckAction",
177351                   /* Version */
177352                   "\0632.6.0",
177353                   0,
177354               };
177355               
177356               MetaClass
177357               __root_cimv2_CIM_RebootAction =
177358               {
177359                   /* flags */
177360                   META_FLAG_CLASS,
177361                   /* name */
177362                   "CIM_RebootAction",
177363                   /* qualifiers */
177364                   __root_cimv2_CIM_RebootAction_qualifiers,
177365                   /* super */
177366 mike  1.1.2.1     &__root_cimv2_CIM_Action,
177367                   /* features */
177368                   _CIM_RebootAction_features,
177369               };
177370               
177371               //==============================================================================
177372               //
177373               // Class: CIM_ReflectorClientService
177374               //
177375               //==============================================================================
177376               
177377               static const char*
177378               _CIM_ReflectorClientService_Antecedent_qualifiers[] =
177379               {
177380                   /* Override */
177381                   "\044Antecedent",
177382                   /* Max */
177383                   "\027\000\000\000\001",
177384                   0,
177385               };
177386               
177387 mike  1.1.2.1 static MetaReference
177388               _CIM_ReflectorClientService_Antecedent =
177389               {
177390                   /* flags */
177391                   META_FLAG_REFERENCE|META_FLAG_READ,
177392                   /* name */
177393                   "Antecedent",
177394                   /* qualifiers */
177395                   _CIM_ReflectorClientService_Antecedent_qualifiers,
177396                   /* subscript */
177397                   -1,
177398                   /* refId */
177399                   &__root_cimv2_CIM_BGPCluster,
177400               };
177401               
177402               static const char*
177403               _CIM_ReflectorClientService_Dependent_qualifiers[] =
177404               {
177405                   /* Override */
177406                   "\044Dependent",
177407                   /* Min */
177408 mike  1.1.2.1     "\033\000\000\000\001",
177409                   0,
177410               };
177411               
177412               static MetaReference
177413               _CIM_ReflectorClientService_Dependent =
177414               {
177415                   /* flags */
177416                   META_FLAG_REFERENCE|META_FLAG_READ,
177417                   /* name */
177418                   "Dependent",
177419                   /* qualifiers */
177420                   _CIM_ReflectorClientService_Dependent_qualifiers,
177421                   /* subscript */
177422                   -1,
177423                   /* refId */
177424                   &__root_cimv2_CIM_BGPService,
177425               };
177426               
177427               static MetaFeature*
177428               _CIM_ReflectorClientService_features[] =
177429 mike  1.1.2.1 {
177430                   (MetaFeature*)&_CIM_ReflectorClientService_Antecedent,
177431                   (MetaFeature*)&_CIM_ReflectorClientService_Dependent,
177432                   0,
177433               };
177434               
177435               static const char*
177436               __root_cimv2_CIM_ReflectorClientService_qualifiers[] =
177437               {
177438                   /* ASSOCIATION */
177439                   "\000\001",
177440                   /* UMLPackagePath */
177441                   "\057CIM::Network::BGP",
177442                   /* Version */
177443                   "\0632.6.0",
177444                   0,
177445               };
177446               
177447               MetaClass
177448               __root_cimv2_CIM_ReflectorClientService =
177449               {
177450 mike  1.1.2.1     /* flags */
177451                   META_FLAG_ASSOCIATION,
177452                   /* name */
177453                   "CIM_ReflectorClientService",
177454                   /* qualifiers */
177455                   __root_cimv2_CIM_ReflectorClientService_qualifiers,
177456                   /* super */
177457                   &__root_cimv2_CIM_Dependency,
177458                   /* features */
177459                   _CIM_ReflectorClientService_features,
177460               };
177461               
177462               //==============================================================================
177463               //
177464               // Class: CIM_ReflectorNonClientService
177465               //
177466               //==============================================================================
177467               
177468               static const char*
177469               _CIM_ReflectorNonClientService_Antecedent_qualifiers[] =
177470               {
177471 mike  1.1.2.1     /* Override */
177472                   "\044Antecedent",
177473                   /* Max */
177474                   "\027\000\000\000\001",
177475                   0,
177476               };
177477               
177478               static MetaReference
177479               _CIM_ReflectorNonClientService_Antecedent =
177480               {
177481                   /* flags */
177482                   META_FLAG_REFERENCE|META_FLAG_READ,
177483                   /* name */
177484                   "Antecedent",
177485                   /* qualifiers */
177486                   _CIM_ReflectorNonClientService_Antecedent_qualifiers,
177487                   /* subscript */
177488                   -1,
177489                   /* refId */
177490                   &__root_cimv2_CIM_BGPCluster,
177491               };
177492 mike  1.1.2.1 
177493               static const char*
177494               _CIM_ReflectorNonClientService_Dependent_qualifiers[] =
177495               {
177496                   /* Override */
177497                   "\044Dependent",
177498                   0,
177499               };
177500               
177501               static MetaReference
177502               _CIM_ReflectorNonClientService_Dependent =
177503               {
177504                   /* flags */
177505                   META_FLAG_REFERENCE|META_FLAG_READ,
177506                   /* name */
177507                   "Dependent",
177508                   /* qualifiers */
177509                   _CIM_ReflectorNonClientService_Dependent_qualifiers,
177510                   /* subscript */
177511                   -1,
177512                   /* refId */
177513 mike  1.1.2.1     &__root_cimv2_CIM_BGPService,
177514               };
177515               
177516               static MetaFeature*
177517               _CIM_ReflectorNonClientService_features[] =
177518               {
177519                   (MetaFeature*)&_CIM_ReflectorNonClientService_Antecedent,
177520                   (MetaFeature*)&_CIM_ReflectorNonClientService_Dependent,
177521                   0,
177522               };
177523               
177524               static const char*
177525               __root_cimv2_CIM_ReflectorNonClientService_qualifiers[] =
177526               {
177527                   /* ASSOCIATION */
177528                   "\000\001",
177529                   /* UMLPackagePath */
177530                   "\057CIM::Network::BGP",
177531                   /* Version */
177532                   "\0632.6.0",
177533                   0,
177534 mike  1.1.2.1 };
177535               
177536               MetaClass
177537               __root_cimv2_CIM_ReflectorNonClientService =
177538               {
177539                   /* flags */
177540                   META_FLAG_ASSOCIATION,
177541                   /* name */
177542                   "CIM_ReflectorNonClientService",
177543                   /* qualifiers */
177544                   __root_cimv2_CIM_ReflectorNonClientService_qualifiers,
177545                   /* super */
177546                   &__root_cimv2_CIM_Dependency,
177547                   /* features */
177548                   _CIM_ReflectorNonClientService_features,
177549               };
177550               
177551               //==============================================================================
177552               //
177553               // Class: CIM_ReflectorService
177554               //
177555 mike  1.1.2.1 //==============================================================================
177556               
177557               static const char*
177558               _CIM_ReflectorService_Antecedent_qualifiers[] =
177559               {
177560                   /* Override */
177561                   "\044Antecedent",
177562                   /* Max */
177563                   "\027\000\000\000\001",
177564                   0,
177565               };
177566               
177567               static MetaReference
177568               _CIM_ReflectorService_Antecedent =
177569               {
177570                   /* flags */
177571                   META_FLAG_REFERENCE|META_FLAG_READ,
177572                   /* name */
177573                   "Antecedent",
177574                   /* qualifiers */
177575                   _CIM_ReflectorService_Antecedent_qualifiers,
177576 mike  1.1.2.1     /* subscript */
177577                   -1,
177578                   /* refId */
177579                   &__root_cimv2_CIM_BGPCluster,
177580               };
177581               
177582               static const char*
177583               _CIM_ReflectorService_Dependent_qualifiers[] =
177584               {
177585                   /* Override */
177586                   "\044Dependent",
177587                   /* Min */
177588                   "\033\000\000\000\001",
177589                   0,
177590               };
177591               
177592               static MetaReference
177593               _CIM_ReflectorService_Dependent =
177594               {
177595                   /* flags */
177596                   META_FLAG_REFERENCE|META_FLAG_READ,
177597 mike  1.1.2.1     /* name */
177598                   "Dependent",
177599                   /* qualifiers */
177600                   _CIM_ReflectorService_Dependent_qualifiers,
177601                   /* subscript */
177602                   -1,
177603                   /* refId */
177604                   &__root_cimv2_CIM_BGPService,
177605               };
177606               
177607               static MetaFeature*
177608               _CIM_ReflectorService_features[] =
177609               {
177610                   (MetaFeature*)&_CIM_ReflectorService_Antecedent,
177611                   (MetaFeature*)&_CIM_ReflectorService_Dependent,
177612                   0,
177613               };
177614               
177615               static const char*
177616               __root_cimv2_CIM_ReflectorService_qualifiers[] =
177617               {
177618 mike  1.1.2.1     /* ASSOCIATION */
177619                   "\000\001",
177620                   /* UMLPackagePath */
177621                   "\057CIM::Network::BGP",
177622                   /* Version */
177623                   "\0632.6.0",
177624                   0,
177625               };
177626               
177627               MetaClass
177628               __root_cimv2_CIM_ReflectorService =
177629               {
177630                   /* flags */
177631                   META_FLAG_ASSOCIATION,
177632                   /* name */
177633                   "CIM_ReflectorService",
177634                   /* qualifiers */
177635                   __root_cimv2_CIM_ReflectorService_qualifiers,
177636                   /* super */
177637                   &__root_cimv2_CIM_Dependency,
177638                   /* features */
177639 mike  1.1.2.1     _CIM_ReflectorService_features,
177640               };
177641               
177642               //==============================================================================
177643               //
177644               // Class: CIM_RemotePort
177645               //
177646               //==============================================================================
177647               
177648               static const char*
177649               _CIM_RemotePort_PortInfo_qualifiers[] =
177650               {
177651                   /* ModelCorrespondence */
177652                   "\036\000\001CIM_RemotePort.PortProtocol\000",
177653                   0,
177654               };
177655               
177656               static MetaProperty
177657               _CIM_RemotePort_PortInfo =
177658               {
177659                   /* flags */
177660 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
177661                   /* name */
177662                   "PortInfo",
177663                   /* qualifiers */
177664                   _CIM_RemotePort_PortInfo_qualifiers,
177665                   /* type */
177666                   CIMTYPE_STRING,
177667                   /* subscript */
177668                   -1,
177669                   /* value */
177670                   0,
177671               };
177672               
177673               static const char*
177674               _CIM_RemotePort_PortProtocol_qualifiers[] =
177675               {
177676                   /* ValueMap */
177677                   "\061\000\0041\0002\0003\00032768..65535\000",
177678                   /* Values */
177679                   "\062\000\004Other\000TCP\000UDP\000Vendor Specific\000",
177680                   /* ModelCorrespondence */
177681 mike  1.1.2.1     "\036\000\001CIM_RemotePort.OtherProtocolDescription\000",
177682                   0,
177683               };
177684               
177685               static MetaProperty
177686               _CIM_RemotePort_PortProtocol =
177687               {
177688                   /* flags */
177689                   META_FLAG_PROPERTY|META_FLAG_READ,
177690                   /* name */
177691                   "PortProtocol",
177692                   /* qualifiers */
177693                   _CIM_RemotePort_PortProtocol_qualifiers,
177694                   /* type */
177695                   CIMTYPE_UINT16,
177696                   /* subscript */
177697                   -1,
177698                   /* value */
177699                   0,
177700               };
177701               
177702 mike  1.1.2.1 static const char*
177703               _CIM_RemotePort_OtherProtocolDescription_qualifiers[] =
177704               {
177705                   /* ModelCorrespondence */
177706                   "\036\000\001CIM_RemotePort.PortProtocol\000",
177707                   0,
177708               };
177709               
177710               static MetaProperty
177711               _CIM_RemotePort_OtherProtocolDescription =
177712               {
177713                   /* flags */
177714                   META_FLAG_PROPERTY|META_FLAG_READ,
177715                   /* name */
177716                   "OtherProtocolDescription",
177717                   /* qualifiers */
177718                   _CIM_RemotePort_OtherProtocolDescription_qualifiers,
177719                   /* type */
177720                   CIMTYPE_STRING,
177721                   /* subscript */
177722                   -1,
177723 mike  1.1.2.1     /* value */
177724                   0,
177725               };
177726               
177727               static MetaFeature*
177728               _CIM_RemotePort_features[] =
177729               {
177730                   (MetaFeature*)&_CIM_RemotePort_PortInfo,
177731                   (MetaFeature*)&_CIM_RemotePort_PortProtocol,
177732                   (MetaFeature*)&_CIM_RemotePort_OtherProtocolDescription,
177733                   0,
177734               };
177735               
177736               static const char*
177737               __root_cimv2_CIM_RemotePort_qualifiers[] =
177738               {
177739                   /* UMLPackagePath */
177740                   "\057CIM::Core::Service",
177741                   /* Version */
177742                   "\0632.7.0",
177743                   0,
177744 mike  1.1.2.1 };
177745               
177746               MetaClass
177747               __root_cimv2_CIM_RemotePort =
177748               {
177749                   /* flags */
177750                   META_FLAG_CLASS,
177751                   /* name */
177752                   "CIM_RemotePort",
177753                   /* qualifiers */
177754                   __root_cimv2_CIM_RemotePort_qualifiers,
177755                   /* super */
177756                   &__root_cimv2_CIM_RemoteServiceAccessPoint,
177757                   /* features */
177758                   _CIM_RemotePort_features,
177759               };
177760               
177761               //==============================================================================
177762               //
177763               // Class: CIM_RemoveDirectoryAction
177764               //
177765 mike  1.1.2.1 //==============================================================================
177766               
177767               static const char*
177768               _CIM_RemoveDirectoryAction_MustBeEmpty_qualifiers[] =
177769               {
177770                   0,
177771               };
177772               
177773               static MetaProperty
177774               _CIM_RemoveDirectoryAction_MustBeEmpty =
177775               {
177776                   /* flags */
177777                   META_FLAG_PROPERTY|META_FLAG_READ,
177778                   /* name */
177779                   "MustBeEmpty",
177780                   /* qualifiers */
177781                   _CIM_RemoveDirectoryAction_MustBeEmpty_qualifiers,
177782                   /* type */
177783                   CIMTYPE_BOOLEAN,
177784                   /* subscript */
177785                   -1,
177786 mike  1.1.2.1     /* value */
177787                   0,
177788               };
177789               
177790               static MetaFeature*
177791               _CIM_RemoveDirectoryAction_features[] =
177792               {
177793                   (MetaFeature*)&_CIM_RemoveDirectoryAction_MustBeEmpty,
177794                   0,
177795               };
177796               
177797               static const char*
177798               __root_cimv2_CIM_RemoveDirectoryAction_qualifiers[] =
177799               {
177800                   /* UMLPackagePath */
177801                   "\057CIM::Application::CheckAction",
177802                   /* Version */
177803                   "\0632.6.0",
177804                   0,
177805               };
177806               
177807 mike  1.1.2.1 MetaClass
177808               __root_cimv2_CIM_RemoveDirectoryAction =
177809               {
177810                   /* flags */
177811                   META_FLAG_CLASS,
177812                   /* name */
177813                   "CIM_RemoveDirectoryAction",
177814                   /* qualifiers */
177815                   __root_cimv2_CIM_RemoveDirectoryAction_qualifiers,
177816                   /* super */
177817                   &__root_cimv2_CIM_DirectoryAction,
177818                   /* features */
177819                   _CIM_RemoveDirectoryAction_features,
177820               };
177821               
177822               //==============================================================================
177823               //
177824               // Class: CIM_RemoveFileAction
177825               //
177826               //==============================================================================
177827               
177828 mike  1.1.2.1 static const char*
177829               _CIM_RemoveFileAction_File_qualifiers[] =
177830               {
177831                   /* MaxLen */
177832                   "\030\000\000\004\000",
177833                   0,
177834               };
177835               
177836               static MetaProperty
177837               _CIM_RemoveFileAction_File =
177838               {
177839                   /* flags */
177840                   META_FLAG_PROPERTY|META_FLAG_READ,
177841                   /* name */
177842                   "File",
177843                   /* qualifiers */
177844                   _CIM_RemoveFileAction_File_qualifiers,
177845                   /* type */
177846                   CIMTYPE_STRING,
177847                   /* subscript */
177848                   -1,
177849 mike  1.1.2.1     /* value */
177850                   0,
177851               };
177852               
177853               static MetaFeature*
177854               _CIM_RemoveFileAction_features[] =
177855               {
177856                   (MetaFeature*)&_CIM_RemoveFileAction_File,
177857                   0,
177858               };
177859               
177860               static const char*
177861               __root_cimv2_CIM_RemoveFileAction_qualifiers[] =
177862               {
177863                   /* UMLPackagePath */
177864                   "\057CIM::Application::CheckAction",
177865                   /* Version */
177866                   "\0632.6.0",
177867                   0,
177868               };
177869               
177870 mike  1.1.2.1 MetaClass
177871               __root_cimv2_CIM_RemoveFileAction =
177872               {
177873                   /* flags */
177874                   META_FLAG_CLASS,
177875                   /* name */
177876                   "CIM_RemoveFileAction",
177877                   /* qualifiers */
177878                   __root_cimv2_CIM_RemoveFileAction_qualifiers,
177879                   /* super */
177880                   &__root_cimv2_CIM_FileAction,
177881                   /* features */
177882                   _CIM_RemoveFileAction_features,
177883               };
177884               
177885               //==============================================================================
177886               //
177887               // Class: CIM_RequireCredentialsFrom
177888               //
177889               //==============================================================================
177890               
177891 mike  1.1.2.1 static const char*
177892               _CIM_RequireCredentialsFrom_Antecedent_qualifiers[] =
177893               {
177894                   /* Deprecated */
177895                   "\013\000\001CIM_AuthenticationCondition\000",
177896                   /* Override */
177897                   "\044Antecedent",
177898                   0,
177899               };
177900               
177901               static MetaReference
177902               _CIM_RequireCredentialsFrom_Antecedent =
177903               {
177904                   /* flags */
177905                   META_FLAG_REFERENCE|META_FLAG_READ,
177906                   /* name */
177907                   "Antecedent",
177908                   /* qualifiers */
177909                   _CIM_RequireCredentialsFrom_Antecedent_qualifiers,
177910                   /* subscript */
177911                   -1,
177912 mike  1.1.2.1     /* refId */
177913                   &__root_cimv2_CIM_CredentialManagementService,
177914               };
177915               
177916               static const char*
177917               _CIM_RequireCredentialsFrom_Dependent_qualifiers[] =
177918               {
177919                   /* Deprecated */
177920                   "\013\000\001CIM_AuthenticationRule\000",
177921                   /* Override */
177922                   "\044Dependent",
177923                   0,
177924               };
177925               
177926               static MetaReference
177927               _CIM_RequireCredentialsFrom_Dependent =
177928               {
177929                   /* flags */
177930                   META_FLAG_REFERENCE|META_FLAG_READ,
177931                   /* name */
177932                   "Dependent",
177933 mike  1.1.2.1     /* qualifiers */
177934                   _CIM_RequireCredentialsFrom_Dependent_qualifiers,
177935                   /* subscript */
177936                   -1,
177937                   /* refId */
177938                   &__root_cimv2_CIM_AuthenticationRequirement,
177939               };
177940               
177941               static MetaFeature*
177942               _CIM_RequireCredentialsFrom_features[] =
177943               {
177944                   (MetaFeature*)&_CIM_RequireCredentialsFrom_Antecedent,
177945                   (MetaFeature*)&_CIM_RequireCredentialsFrom_Dependent,
177946                   0,
177947               };
177948               
177949               static const char*
177950               __root_cimv2_CIM_RequireCredentialsFrom_qualifiers[] =
177951               {
177952                   /* ASSOCIATION */
177953                   "\000\001",
177954 mike  1.1.2.1     /* Deprecated */
177955                   "\013\000\002CIM_AuthenticationCondition\000CIM_AuthenticationRule\000",
177956                   /* UMLPackagePath */
177957                   "\057CIM::User::AuthenticationReqmt",
177958                   /* Version */
177959                   "\0632.8.0",
177960                   0,
177961               };
177962               
177963               MetaClass
177964               __root_cimv2_CIM_RequireCredentialsFrom =
177965               {
177966                   /* flags */
177967                   META_FLAG_ASSOCIATION,
177968                   /* name */
177969                   "CIM_RequireCredentialsFrom",
177970                   /* qualifiers */
177971                   __root_cimv2_CIM_RequireCredentialsFrom_qualifiers,
177972                   /* super */
177973                   &__root_cimv2_CIM_Dependency,
177974                   /* features */
177975 mike  1.1.2.1     _CIM_RequireCredentialsFrom_features,
177976               };
177977               
177978               //==============================================================================
177979               //
177980               // Class: CIM_ReusablePolicy
177981               //
177982               //==============================================================================
177983               
177984               static const char*
177985               _CIM_ReusablePolicy_Antecedent_qualifiers[] =
177986               {
177987                   /* Override */
177988                   "\044Antecedent",
177989                   /* Max */
177990                   "\027\000\000\000\001",
177991                   0,
177992               };
177993               
177994               static MetaReference
177995               _CIM_ReusablePolicy_Antecedent =
177996 mike  1.1.2.1 {
177997                   /* flags */
177998                   META_FLAG_REFERENCE|META_FLAG_READ,
177999                   /* name */
178000                   "Antecedent",
178001                   /* qualifiers */
178002                   _CIM_ReusablePolicy_Antecedent_qualifiers,
178003                   /* subscript */
178004                   -1,
178005                   /* refId */
178006                   &__root_cimv2_CIM_ReusablePolicyContainer,
178007               };
178008               
178009               static const char*
178010               _CIM_ReusablePolicy_Dependent_qualifiers[] =
178011               {
178012                   /* Override */
178013                   "\044Dependent",
178014                   0,
178015               };
178016               
178017 mike  1.1.2.1 static MetaReference
178018               _CIM_ReusablePolicy_Dependent =
178019               {
178020                   /* flags */
178021                   META_FLAG_REFERENCE|META_FLAG_READ,
178022                   /* name */
178023                   "Dependent",
178024                   /* qualifiers */
178025                   _CIM_ReusablePolicy_Dependent_qualifiers,
178026                   /* subscript */
178027                   -1,
178028                   /* refId */
178029                   &__root_cimv2_CIM_Policy,
178030               };
178031               
178032               static MetaFeature*
178033               _CIM_ReusablePolicy_features[] =
178034               {
178035                   (MetaFeature*)&_CIM_ReusablePolicy_Antecedent,
178036                   (MetaFeature*)&_CIM_ReusablePolicy_Dependent,
178037                   0,
178038 mike  1.1.2.1 };
178039               
178040               static const char*
178041               __root_cimv2_CIM_ReusablePolicy_qualifiers[] =
178042               {
178043                   /* ASSOCIATION */
178044                   "\000\001",
178045                   /* UMLPackagePath */
178046                   "\057CIM::Policy",
178047                   /* Version */
178048                   "\0632.6.0",
178049                   0,
178050               };
178051               
178052               MetaClass
178053               __root_cimv2_CIM_ReusablePolicy =
178054               {
178055                   /* flags */
178056                   META_FLAG_ASSOCIATION,
178057                   /* name */
178058                   "CIM_ReusablePolicy",
178059 mike  1.1.2.1     /* qualifiers */
178060                   __root_cimv2_CIM_ReusablePolicy_qualifiers,
178061                   /* super */
178062                   &__root_cimv2_CIM_PolicyInSystem,
178063                   /* features */
178064                   _CIM_ReusablePolicy_features,
178065               };
178066               
178067               //==============================================================================
178068               //
178069               // Class: CIM_RouteForwardedByService
178070               //
178071               //==============================================================================
178072               
178073               static const char*
178074               _CIM_RouteForwardedByService_Antecedent_qualifiers[] =
178075               {
178076                   /* Deprecated */
178077                   "\013\000\001No value\000",
178078                   /* Override */
178079                   "\044Antecedent",
178080 mike  1.1.2.1     /* Min */
178081                   "\033\000\000\000\001",
178082                   0,
178083               };
178084               
178085               static MetaReference
178086               _CIM_RouteForwardedByService_Antecedent =
178087               {
178088                   /* flags */
178089                   META_FLAG_REFERENCE|META_FLAG_READ,
178090                   /* name */
178091                   "Antecedent",
178092                   /* qualifiers */
178093                   _CIM_RouteForwardedByService_Antecedent_qualifiers,
178094                   /* subscript */
178095                   -1,
178096                   /* refId */
178097                   &__root_cimv2_CIM_ForwardingService,
178098               };
178099               
178100               static const char*
178101 mike  1.1.2.1 _CIM_RouteForwardedByService_Dependent_qualifiers[] =
178102               {
178103                   /* Deprecated */
178104                   "\013\000\001No value\000",
178105                   /* Override */
178106                   "\044Dependent",
178107                   0,
178108               };
178109               
178110               static MetaReference
178111               _CIM_RouteForwardedByService_Dependent =
178112               {
178113                   /* flags */
178114                   META_FLAG_REFERENCE|META_FLAG_READ,
178115                   /* name */
178116                   "Dependent",
178117                   /* qualifiers */
178118                   _CIM_RouteForwardedByService_Dependent_qualifiers,
178119                   /* subscript */
178120                   -1,
178121                   /* refId */
178122 mike  1.1.2.1     &__root_cimv2_CIM_NextHopRouting,
178123               };
178124               
178125               static const char*
178126               _CIM_RouteForwardedByService_AdminDistance_qualifiers[] =
178127               {
178128                   /* Deprecated */
178129                   "\013\000\001CIM_NextHopRoute.AdminDistance\000",
178130                   0,
178131               };
178132               
178133               static MetaProperty
178134               _CIM_RouteForwardedByService_AdminDistance =
178135               {
178136                   /* flags */
178137                   META_FLAG_PROPERTY|META_FLAG_READ,
178138                   /* name */
178139                   "AdminDistance",
178140                   /* qualifiers */
178141                   _CIM_RouteForwardedByService_AdminDistance_qualifiers,
178142                   /* type */
178143 mike  1.1.2.1     CIMTYPE_UINT16,
178144                   /* subscript */
178145                   -1,
178146                   /* value */
178147                   0,
178148               };
178149               
178150               static const char*
178151               _CIM_RouteForwardedByService_PathMetric_qualifiers[] =
178152               {
178153                   /* Deprecated */
178154                   "\013\000\001CIM_NextHopRoute.RouteMetric\000",
178155                   0,
178156               };
178157               
178158               static MetaProperty
178159               _CIM_RouteForwardedByService_PathMetric =
178160               {
178161                   /* flags */
178162                   META_FLAG_PROPERTY|META_FLAG_READ,
178163                   /* name */
178164 mike  1.1.2.1     "PathMetric",
178165                   /* qualifiers */
178166                   _CIM_RouteForwardedByService_PathMetric_qualifiers,
178167                   /* type */
178168                   CIMTYPE_UINT16,
178169                   /* subscript */
178170                   -1,
178171                   /* value */
178172                   0,
178173               };
178174               
178175               static MetaFeature*
178176               _CIM_RouteForwardedByService_features[] =
178177               {
178178                   (MetaFeature*)&_CIM_RouteForwardedByService_Antecedent,
178179                   (MetaFeature*)&_CIM_RouteForwardedByService_Dependent,
178180                   (MetaFeature*)&_CIM_RouteForwardedByService_AdminDistance,
178181                   (MetaFeature*)&_CIM_RouteForwardedByService_PathMetric,
178182                   0,
178183               };
178184               
178185 mike  1.1.2.1 static const char*
178186               __root_cimv2_CIM_RouteForwardedByService_qualifiers[] =
178187               {
178188                   /* ASSOCIATION */
178189                   "\000\001",
178190                   /* Deprecated */
178191                   "\013\000\001No value\000",
178192                   /* UMLPackagePath */
178193                   "\057CIM::Network::Routes",
178194                   /* Version */
178195                   "\0632.7.0",
178196                   0,
178197               };
178198               
178199               MetaClass
178200               __root_cimv2_CIM_RouteForwardedByService =
178201               {
178202                   /* flags */
178203                   META_FLAG_ASSOCIATION,
178204                   /* name */
178205                   "CIM_RouteForwardedByService",
178206 mike  1.1.2.1     /* qualifiers */
178207                   __root_cimv2_CIM_RouteForwardedByService_qualifiers,
178208                   /* super */
178209                   &__root_cimv2_CIM_Dependency,
178210                   /* features */
178211                   _CIM_RouteForwardedByService_features,
178212               };
178213               
178214               //==============================================================================
178215               //
178216               // Class: CIM_RoutesBGP
178217               //
178218               //==============================================================================
178219               
178220               static const char*
178221               _CIM_RoutesBGP_Antecedent_qualifiers[] =
178222               {
178223                   /* Override */
178224                   "\044Antecedent",
178225                   /* Max */
178226                   "\027\000\000\000\002",
178227 mike  1.1.2.1     0,
178228               };
178229               
178230               static MetaReference
178231               _CIM_RoutesBGP_Antecedent =
178232               {
178233                   /* flags */
178234                   META_FLAG_REFERENCE|META_FLAG_READ,
178235                   /* name */
178236                   "Antecedent",
178237                   /* qualifiers */
178238                   _CIM_RoutesBGP_Antecedent_qualifiers,
178239                   /* subscript */
178240                   -1,
178241                   /* refId */
178242                   &__root_cimv2_CIM_BGPProtocolEndpoint,
178243               };
178244               
178245               static const char*
178246               _CIM_RoutesBGP_Dependent_qualifiers[] =
178247               {
178248 mike  1.1.2.1     /* Override */
178249                   "\044Dependent",
178250                   /* Min */
178251                   "\033\000\000\000\001",
178252                   0,
178253               };
178254               
178255               static MetaReference
178256               _CIM_RoutesBGP_Dependent =
178257               {
178258                   /* flags */
178259                   META_FLAG_REFERENCE|META_FLAG_READ,
178260                   /* name */
178261                   "Dependent",
178262                   /* qualifiers */
178263                   _CIM_RoutesBGP_Dependent_qualifiers,
178264                   /* subscript */
178265                   -1,
178266                   /* refId */
178267                   &__root_cimv2_CIM_BGPIPRoute,
178268               };
178269 mike  1.1.2.1 
178270               static MetaFeature*
178271               _CIM_RoutesBGP_features[] =
178272               {
178273                   (MetaFeature*)&_CIM_RoutesBGP_Antecedent,
178274                   (MetaFeature*)&_CIM_RoutesBGP_Dependent,
178275                   0,
178276               };
178277               
178278               static const char*
178279               __root_cimv2_CIM_RoutesBGP_qualifiers[] =
178280               {
178281                   /* ASSOCIATION */
178282                   "\000\001",
178283                   /* UMLPackagePath */
178284                   "\057CIM::Network::BGP",
178285                   /* Version */
178286                   "\0632.6.0",
178287                   0,
178288               };
178289               
178290 mike  1.1.2.1 MetaClass
178291               __root_cimv2_CIM_RoutesBGP =
178292               {
178293                   /* flags */
178294                   META_FLAG_ASSOCIATION,
178295                   /* name */
178296                   "CIM_RoutesBGP",
178297                   /* qualifiers */
178298                   __root_cimv2_CIM_RoutesBGP_qualifiers,
178299                   /* super */
178300                   &__root_cimv2_CIM_Dependency,
178301                   /* features */
178302                   _CIM_RoutesBGP_features,
178303               };
178304               
178305               //==============================================================================
178306               //
178307               // Class: CIM_RuleThatGeneratedSA
178308               //
178309               //==============================================================================
178310               
178311 mike  1.1.2.1 static const char*
178312               _CIM_RuleThatGeneratedSA_Antecedent_qualifiers[] =
178313               {
178314                   /* Override */
178315                   "\044Antecedent",
178316                   /* Min */
178317                   "\033\000\000\000\000",
178318                   /* Max */
178319                   "\027\000\000\000\001",
178320                   0,
178321               };
178322               
178323               static MetaReference
178324               _CIM_RuleThatGeneratedSA_Antecedent =
178325               {
178326                   /* flags */
178327                   META_FLAG_REFERENCE|META_FLAG_READ,
178328                   /* name */
178329                   "Antecedent",
178330                   /* qualifiers */
178331                   _CIM_RuleThatGeneratedSA_Antecedent_qualifiers,
178332 mike  1.1.2.1     /* subscript */
178333                   -1,
178334                   /* refId */
178335                   &__root_cimv2_CIM_SARule,
178336               };
178337               
178338               static const char*
178339               _CIM_RuleThatGeneratedSA_Dependent_qualifiers[] =
178340               {
178341                   /* Override */
178342                   "\044Dependent",
178343                   0,
178344               };
178345               
178346               static MetaReference
178347               _CIM_RuleThatGeneratedSA_Dependent =
178348               {
178349                   /* flags */
178350                   META_FLAG_REFERENCE|META_FLAG_READ,
178351                   /* name */
178352                   "Dependent",
178353 mike  1.1.2.1     /* qualifiers */
178354                   _CIM_RuleThatGeneratedSA_Dependent_qualifiers,
178355                   /* subscript */
178356                   -1,
178357                   /* refId */
178358                   &__root_cimv2_CIM_SecurityAssociationEndpoint,
178359               };
178360               
178361               static MetaFeature*
178362               _CIM_RuleThatGeneratedSA_features[] =
178363               {
178364                   (MetaFeature*)&_CIM_RuleThatGeneratedSA_Antecedent,
178365                   (MetaFeature*)&_CIM_RuleThatGeneratedSA_Dependent,
178366                   0,
178367               };
178368               
178369               static const char*
178370               __root_cimv2_CIM_RuleThatGeneratedSA_qualifiers[] =
178371               {
178372                   /* ASSOCIATION */
178373                   "\000\001",
178374 mike  1.1.2.1     /* UMLPackagePath */
178375                   "\057CIM::IPsecPolicy",
178376                   /* Version */
178377                   "\0632.8.0",
178378                   0,
178379               };
178380               
178381               MetaClass
178382               __root_cimv2_CIM_RuleThatGeneratedSA =
178383               {
178384                   /* flags */
178385                   META_FLAG_ASSOCIATION,
178386                   /* name */
178387                   "CIM_RuleThatGeneratedSA",
178388                   /* qualifiers */
178389                   __root_cimv2_CIM_RuleThatGeneratedSA_qualifiers,
178390                   /* super */
178391                   &__root_cimv2_CIM_Dependency,
178392                   /* features */
178393                   _CIM_RuleThatGeneratedSA_features,
178394               };
178395 mike  1.1.2.1 
178396               //==============================================================================
178397               //
178398               // Class: CIM_SchedulerUsed
178399               //
178400               //==============================================================================
178401               
178402               static const char*
178403               _CIM_SchedulerUsed_Antecedent_qualifiers[] =
178404               {
178405                   /* Deprecated */
178406                   "\013\000\001CIM_QueueToSchedule.Queue\000",
178407                   /* Override */
178408                   "\044Antecedent",
178409                   /* Max */
178410                   "\027\000\000\000\001",
178411                   0,
178412               };
178413               
178414               static MetaReference
178415               _CIM_SchedulerUsed_Antecedent =
178416 mike  1.1.2.1 {
178417                   /* flags */
178418                   META_FLAG_REFERENCE|META_FLAG_READ,
178419                   /* name */
178420                   "Antecedent",
178421                   /* qualifiers */
178422                   _CIM_SchedulerUsed_Antecedent_qualifiers,
178423                   /* subscript */
178424                   -1,
178425                   /* refId */
178426                   &__root_cimv2_CIM_PacketSchedulingService,
178427               };
178428               
178429               static const char*
178430               _CIM_SchedulerUsed_Dependent_qualifiers[] =
178431               {
178432                   /* Deprecated */
178433                   "\013\000\001CIM_QueueToSchedule.SchedElement\000",
178434                   /* Override */
178435                   "\044Dependent",
178436                   0,
178437 mike  1.1.2.1 };
178438               
178439               static MetaReference
178440               _CIM_SchedulerUsed_Dependent =
178441               {
178442                   /* flags */
178443                   META_FLAG_REFERENCE|META_FLAG_READ,
178444                   /* name */
178445                   "Dependent",
178446                   /* qualifiers */
178447                   _CIM_SchedulerUsed_Dependent_qualifiers,
178448                   /* subscript */
178449                   -1,
178450                   /* refId */
178451                   &__root_cimv2_CIM_QueuingService,
178452               };
178453               
178454               static MetaFeature*
178455               _CIM_SchedulerUsed_features[] =
178456               {
178457                   (MetaFeature*)&_CIM_SchedulerUsed_Antecedent,
178458 mike  1.1.2.1     (MetaFeature*)&_CIM_SchedulerUsed_Dependent,
178459                   0,
178460               };
178461               
178462               static const char*
178463               __root_cimv2_CIM_SchedulerUsed_qualifiers[] =
178464               {
178465                   /* ASSOCIATION */
178466                   "\000\001",
178467                   /* Deprecated */
178468                   "\013\000\002CIM_QueueToSchedule\000CIM_SchedulingServiceToSchedule\000",
178469                   /* UMLPackagePath */
178470                   "\057CIM::Network::QoS",
178471                   /* Version */
178472                   "\0632.7.0",
178473                   0,
178474               };
178475               
178476               MetaClass
178477               __root_cimv2_CIM_SchedulerUsed =
178478               {
178479 mike  1.1.2.1     /* flags */
178480                   META_FLAG_ASSOCIATION,
178481                   /* name */
178482                   "CIM_SchedulerUsed",
178483                   /* qualifiers */
178484                   __root_cimv2_CIM_SchedulerUsed_qualifiers,
178485                   /* super */
178486                   &__root_cimv2_CIM_ServiceServiceDependency,
178487                   /* features */
178488                   _CIM_SchedulerUsed_features,
178489               };
178490               
178491               //==============================================================================
178492               //
178493               // Class: CIM_SCSIInitiatorTargetLogicalUnitPath
178494               //
178495               //==============================================================================
178496               
178497               static const char*
178498               _CIM_SCSIInitiatorTargetLogicalUnitPath_Initiator_qualifiers[] =
178499               {
178500 mike  1.1.2.1     /* Key */
178501                   "\025\001",
178502                   0,
178503               };
178504               
178505               static MetaReference
178506               _CIM_SCSIInitiatorTargetLogicalUnitPath_Initiator =
178507               {
178508                   /* flags */
178509                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
178510                   /* name */
178511                   "Initiator",
178512                   /* qualifiers */
178513                   _CIM_SCSIInitiatorTargetLogicalUnitPath_Initiator_qualifiers,
178514                   /* subscript */
178515                   -1,
178516                   /* refId */
178517                   &__root_cimv2_CIM_SCSIProtocolEndpoint,
178518               };
178519               
178520               static const char*
178521 mike  1.1.2.1 _CIM_SCSIInitiatorTargetLogicalUnitPath_Target_qualifiers[] =
178522               {
178523                   /* Key */
178524                   "\025\001",
178525                   0,
178526               };
178527               
178528               static MetaReference
178529               _CIM_SCSIInitiatorTargetLogicalUnitPath_Target =
178530               {
178531                   /* flags */
178532                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
178533                   /* name */
178534                   "Target",
178535                   /* qualifiers */
178536                   _CIM_SCSIInitiatorTargetLogicalUnitPath_Target_qualifiers,
178537                   /* subscript */
178538                   -1,
178539                   /* refId */
178540                   &__root_cimv2_CIM_SCSIProtocolEndpoint,
178541               };
178542 mike  1.1.2.1 
178543               static const char*
178544               _CIM_SCSIInitiatorTargetLogicalUnitPath_LogicalUnit_qualifiers[] =
178545               {
178546                   /* Key */
178547                   "\025\001",
178548                   0,
178549               };
178550               
178551               static MetaReference
178552               _CIM_SCSIInitiatorTargetLogicalUnitPath_LogicalUnit =
178553               {
178554                   /* flags */
178555                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
178556                   /* name */
178557                   "LogicalUnit",
178558                   /* qualifiers */
178559                   _CIM_SCSIInitiatorTargetLogicalUnitPath_LogicalUnit_qualifiers,
178560                   /* subscript */
178561                   -1,
178562                   /* refId */
178563 mike  1.1.2.1     &__root_cimv2_CIM_LogicalDevice,
178564               };
178565               
178566               static const char*
178567               _CIM_SCSIInitiatorTargetLogicalUnitPath_OSDeviceName_qualifiers[] =
178568               {
178569                   /* MappingStrings */
178570                   "\026\000\001MP_API.SNIA|MP_PATH_LOGICAL_UNIT_PROPERTIES|deviceFileName\000",
178571                   0,
178572               };
178573               
178574               static MetaProperty
178575               _CIM_SCSIInitiatorTargetLogicalUnitPath_OSDeviceName =
178576               {
178577                   /* flags */
178578                   META_FLAG_PROPERTY|META_FLAG_READ,
178579                   /* name */
178580                   "OSDeviceName",
178581                   /* qualifiers */
178582                   _CIM_SCSIInitiatorTargetLogicalUnitPath_OSDeviceName_qualifiers,
178583                   /* type */
178584 mike  1.1.2.1     CIMTYPE_STRING,
178585                   /* subscript */
178586                   -1,
178587                   /* value */
178588                   0,
178589               };
178590               
178591               static const char*
178592               _CIM_SCSIInitiatorTargetLogicalUnitPath_AdministrativeWeight_qualifiers[] =
178593               {
178594                   /* Write */
178595                   "\065\001",
178596                   /* MappingStrings */
178597                   "\026\000\001MP_API.SNIA|MP_PATH_LOGICAL_UNIT_PROPERTIES|weight\000",
178598                   0,
178599               };
178600               
178601               static MetaProperty
178602               _CIM_SCSIInitiatorTargetLogicalUnitPath_AdministrativeWeight =
178603               {
178604                   /* flags */
178605 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
178606                   /* name */
178607                   "AdministrativeWeight",
178608                   /* qualifiers */
178609                   _CIM_SCSIInitiatorTargetLogicalUnitPath_AdministrativeWeight_qualifiers,
178610                   /* type */
178611                   CIMTYPE_UINT32,
178612                   /* subscript */
178613                   -1,
178614                   /* value */
178615                   0,
178616               };
178617               
178618               static const char*
178619               _CIM_SCSIInitiatorTargetLogicalUnitPath_State_qualifiers[] =
178620               {
178621                   /* Write */
178622                   "\065\001",
178623                   /* ValueMap */
178624                   "\061\000\0110\0002\0003\0004\0005\0006\0007\0008\0009\000",
178625                   /* Values */
178626 mike  1.1.2.1     "\062\000\011Unknown\000Active\000Passive\000Disabled\000Path Error\000Logical Unit Error\000Reserved\000Removed\000Transitioning\000",
178627                   /* MappingStrings */
178628                   "\026\000\001MP_API.SNIA|MP_PATH_LOGICAL_UNIT_PROPERTIES|pathState\000",
178629                   0,
178630               };
178631               
178632               static MetaProperty
178633               _CIM_SCSIInitiatorTargetLogicalUnitPath_State =
178634               {
178635                   /* flags */
178636                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
178637                   /* name */
178638                   "State",
178639                   /* qualifiers */
178640                   _CIM_SCSIInitiatorTargetLogicalUnitPath_State_qualifiers,
178641                   /* type */
178642                   CIMTYPE_UINT32,
178643                   /* subscript */
178644                   -1,
178645                   /* value */
178646                   0,
178647 mike  1.1.2.1 };
178648               
178649               static const char*
178650               _CIM_SCSIInitiatorTargetLogicalUnitPath_AdministrativeOverride_qualifiers[] =
178651               {
178652                   /* ValueMap */
178653                   "\061\000\0032\0003\0004\000",
178654                   /* Values */
178655                   "\062\000\003Overriding\000Overridden\000No override in effect\000",
178656                   /* MappingStrings */
178657                   "\026\000\001MP_API.SNIA|MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES|overridePath\000",
178658                   /* ModelCorrespondence */
178659                   "\036\000\001CIM_SCSIPathConfigurationService.SetOverridePath\000",
178660                   0,
178661               };
178662               
178663               static MetaProperty
178664               _CIM_SCSIInitiatorTargetLogicalUnitPath_AdministrativeOverride =
178665               {
178666                   /* flags */
178667                   META_FLAG_PROPERTY|META_FLAG_READ,
178668 mike  1.1.2.1     /* name */
178669                   "AdministrativeOverride",
178670                   /* qualifiers */
178671                   _CIM_SCSIInitiatorTargetLogicalUnitPath_AdministrativeOverride_qualifiers,
178672                   /* type */
178673                   CIMTYPE_UINT16,
178674                   /* subscript */
178675                   -1,
178676                   /* value */
178677                   0,
178678               };
178679               
178680               static const char*
178681               _CIM_SCSIInitiatorTargetLogicalUnitPath_LogicalUnitNumber_qualifiers[] =
178682               {
178683                   /* MaxValue */
178684                   "\031\000\000\000\000\000\000\077\377",
178685                   /* MappingStrings */
178686                   "\026\000\002MP_API.SNIA|MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES|overridePathMP_API.SNIA|MP_CancelOverridePath\000MP_API.SNIA|MP_SetOverridePath\000",
178687                   0,
178688               };
178689 mike  1.1.2.1 
178690               static MetaProperty
178691               _CIM_SCSIInitiatorTargetLogicalUnitPath_LogicalUnitNumber =
178692               {
178693                   /* flags */
178694                   META_FLAG_PROPERTY|META_FLAG_READ,
178695                   /* name */
178696                   "LogicalUnitNumber",
178697                   /* qualifiers */
178698                   _CIM_SCSIInitiatorTargetLogicalUnitPath_LogicalUnitNumber_qualifiers,
178699                   /* type */
178700                   CIMTYPE_UINT16,
178701                   /* subscript */
178702                   -1,
178703                   /* value */
178704                   0,
178705               };
178706               
178707               static MetaFeature*
178708               _CIM_SCSIInitiatorTargetLogicalUnitPath_features[] =
178709               {
178710 mike  1.1.2.1     (MetaFeature*)&_CIM_SCSIInitiatorTargetLogicalUnitPath_Initiator,
178711                   (MetaFeature*)&_CIM_SCSIInitiatorTargetLogicalUnitPath_Target,
178712                   (MetaFeature*)&_CIM_SCSIInitiatorTargetLogicalUnitPath_LogicalUnit,
178713                   (MetaFeature*)&_CIM_SCSIInitiatorTargetLogicalUnitPath_OSDeviceName,
178714                   (MetaFeature*)&_CIM_SCSIInitiatorTargetLogicalUnitPath_AdministrativeWeight,
178715                   (MetaFeature*)&_CIM_SCSIInitiatorTargetLogicalUnitPath_State,
178716                   (MetaFeature*)&_CIM_SCSIInitiatorTargetLogicalUnitPath_AdministrativeOverride,
178717                   (MetaFeature*)&_CIM_SCSIInitiatorTargetLogicalUnitPath_LogicalUnitNumber,
178718                   0,
178719               };
178720               
178721               static const char*
178722               __root_cimv2_CIM_SCSIInitiatorTargetLogicalUnitPath_qualifiers[] =
178723               {
178724                   /* ASSOCIATION */
178725                   "\000\001",
178726                   /* UMLPackagePath */
178727                   "\057CIM::Device::StorageDevices",
178728                   /* Version */
178729                   "\0632.10.0",
178730                   0,
178731 mike  1.1.2.1 };
178732               
178733               MetaClass
178734               __root_cimv2_CIM_SCSIInitiatorTargetLogicalUnitPath =
178735               {
178736                   /* flags */
178737                   META_FLAG_ASSOCIATION,
178738                   /* name */
178739                   "CIM_SCSIInitiatorTargetLogicalUnitPath",
178740                   /* qualifiers */
178741                   __root_cimv2_CIM_SCSIInitiatorTargetLogicalUnitPath_qualifiers,
178742                   /* super */
178743                   0,
178744                   /* features */
178745                   _CIM_SCSIInitiatorTargetLogicalUnitPath_features,
178746               };
178747               
178748               //==============================================================================
178749               //
178750               // Class: CIM_SCSIInterface
178751               //
178752 mike  1.1.2.1 //==============================================================================
178753               
178754               static const char*
178755               _CIM_SCSIInterface_Antecedent_qualifiers[] =
178756               {
178757                   /* Deprecated */
178758                   "\013\000\001No Value\000",
178759                   /* Override */
178760                   "\044Antecedent",
178761                   0,
178762               };
178763               
178764               static MetaReference
178765               _CIM_SCSIInterface_Antecedent =
178766               {
178767                   /* flags */
178768                   META_FLAG_REFERENCE|META_FLAG_READ,
178769                   /* name */
178770                   "Antecedent",
178771                   /* qualifiers */
178772                   _CIM_SCSIInterface_Antecedent_qualifiers,
178773 mike  1.1.2.1     /* subscript */
178774                   -1,
178775                   /* refId */
178776                   &__root_cimv2_CIM_SCSIController,
178777               };
178778               
178779               static const char*
178780               _CIM_SCSIInterface_SCSITimeouts_qualifiers[] =
178781               {
178782                   /* Deprecated */
178783                   "\013\000\001No Value\000",
178784                   /* Counter */
178785                   "\012\001",
178786                   0,
178787               };
178788               
178789               static MetaProperty
178790               _CIM_SCSIInterface_SCSITimeouts =
178791               {
178792                   /* flags */
178793                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
178794 mike  1.1.2.1     /* name */
178795                   "SCSITimeouts",
178796                   /* qualifiers */
178797                   _CIM_SCSIInterface_SCSITimeouts_qualifiers,
178798                   /* type */
178799                   CIMTYPE_UINT32,
178800                   /* subscript */
178801                   -1,
178802                   /* value */
178803                   0,
178804               };
178805               
178806               static const char*
178807               _CIM_SCSIInterface_SCSIRetries_qualifiers[] =
178808               {
178809                   /* Deprecated */
178810                   "\013\000\001No Value\000",
178811                   /* Counter */
178812                   "\012\001",
178813                   /* MappingStrings */
178814                   "\026\000\001MIF.DMTF|Mass Storage Statistics|001.18\000",
178815 mike  1.1.2.1     0,
178816               };
178817               
178818               static MetaProperty
178819               _CIM_SCSIInterface_SCSIRetries =
178820               {
178821                   /* flags */
178822                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
178823                   /* name */
178824                   "SCSIRetries",
178825                   /* qualifiers */
178826                   _CIM_SCSIInterface_SCSIRetries_qualifiers,
178827                   /* type */
178828                   CIMTYPE_UINT32,
178829                   /* subscript */
178830                   -1,
178831                   /* value */
178832                   0,
178833               };
178834               
178835               static const char*
178836 mike  1.1.2.1 _CIM_SCSIInterface_InitiatorId_qualifiers[] =
178837               {
178838                   /* Deprecated */
178839                   "\013\000\001No Value\000",
178840                   /* MappingStrings */
178841                   "\026\000\001MIF.DMTF|Bus Port|004.5\000",
178842                   0,
178843               };
178844               
178845               static MetaProperty
178846               _CIM_SCSIInterface_InitiatorId =
178847               {
178848                   /* flags */
178849                   META_FLAG_PROPERTY|META_FLAG_READ,
178850                   /* name */
178851                   "InitiatorId",
178852                   /* qualifiers */
178853                   _CIM_SCSIInterface_InitiatorId_qualifiers,
178854                   /* type */
178855                   CIMTYPE_UINT32,
178856                   /* subscript */
178857 mike  1.1.2.1     -1,
178858                   /* value */
178859                   0,
178860               };
178861               
178862               static const char*
178863               _CIM_SCSIInterface_TargetId_qualifiers[] =
178864               {
178865                   /* Deprecated */
178866                   "\013\000\001CIM_ProtocolControllerAccessesUnit.TargetControllerNumber\000",
178867                   /* MappingStrings */
178868                   "\026\000\001MIF.DMTF|Bus Port|004.5\000",
178869                   0,
178870               };
178871               
178872               static MetaProperty
178873               _CIM_SCSIInterface_TargetId =
178874               {
178875                   /* flags */
178876                   META_FLAG_PROPERTY|META_FLAG_READ,
178877                   /* name */
178878 mike  1.1.2.1     "TargetId",
178879                   /* qualifiers */
178880                   _CIM_SCSIInterface_TargetId_qualifiers,
178881                   /* type */
178882                   CIMTYPE_UINT32,
178883                   /* subscript */
178884                   -1,
178885                   /* value */
178886                   0,
178887               };
178888               
178889               static const char*
178890               _CIM_SCSIInterface_TargetLUN_qualifiers[] =
178891               {
178892                   /* Deprecated */
178893                   "\013\000\001CIM_ProtocolControllerForDevice.DeviceNumber\000",
178894                   /* MappingStrings */
178895                   "\026\000\001MIF.DMTF|Storage Devices|001.4\000",
178896                   0,
178897               };
178898               
178899 mike  1.1.2.1 static MetaProperty
178900               _CIM_SCSIInterface_TargetLUN =
178901               {
178902                   /* flags */
178903                   META_FLAG_PROPERTY|META_FLAG_READ,
178904                   /* name */
178905                   "TargetLUN",
178906                   /* qualifiers */
178907                   _CIM_SCSIInterface_TargetLUN_qualifiers,
178908                   /* type */
178909                   CIMTYPE_UINT64,
178910                   /* subscript */
178911                   -1,
178912                   /* value */
178913                   0,
178914               };
178915               
178916               static const char*
178917               _CIM_SCSIInterface_SCSIReservation_qualifiers[] =
178918               {
178919                   /* Deprecated */
178920 mike  1.1.2.1     "\013\000\001No Value\000",
178921                   /* ValueMap */
178922                   "\061\000\0040\0001\0002\0003\000",
178923                   /* Values */
178924                   "\062\000\004Unknown\000None\000Simple\000Persistent\000",
178925                   0,
178926               };
178927               
178928               static MetaProperty
178929               _CIM_SCSIInterface_SCSIReservation =
178930               {
178931                   /* flags */
178932                   META_FLAG_PROPERTY|META_FLAG_READ,
178933                   /* name */
178934                   "SCSIReservation",
178935                   /* qualifiers */
178936                   _CIM_SCSIInterface_SCSIReservation_qualifiers,
178937                   /* type */
178938                   CIMTYPE_UINT16,
178939                   /* subscript */
178940                   -1,
178941 mike  1.1.2.1     /* value */
178942                   0,
178943               };
178944               
178945               static const char*
178946               _CIM_SCSIInterface_SCSISignal_qualifiers[] =
178947               {
178948                   /* Deprecated */
178949                   "\013\000\001No Value\000",
178950                   /* ValueMap */
178951                   "\061\000\0061\0002\0003\0004\0005\0006\000",
178952                   /* Values */
178953                   "\062\000\006Other\000Unknown\000Single Ended\000Differential\000Low Voltage Differential\000Optical\000",
178954                   /* MappingStrings */
178955                   "\026\000\001MIF.DMTF|Bus Port|004.4\000",
178956                   /* ModelCorrespondence */
178957                   "\036\000\001CIM_SCSIController.SignalCapabilities\000",
178958                   0,
178959               };
178960               
178961               static MetaProperty
178962 mike  1.1.2.1 _CIM_SCSIInterface_SCSISignal =
178963               {
178964                   /* flags */
178965                   META_FLAG_PROPERTY|META_FLAG_READ,
178966                   /* name */
178967                   "SCSISignal",
178968                   /* qualifiers */
178969                   _CIM_SCSIInterface_SCSISignal_qualifiers,
178970                   /* type */
178971                   CIMTYPE_UINT16,
178972                   /* subscript */
178973                   -1,
178974                   /* value */
178975                   0,
178976               };
178977               
178978               static const char*
178979               _CIM_SCSIInterface_MaxQueueDepth_qualifiers[] =
178980               {
178981                   /* Deprecated */
178982                   "\013\000\001No Value\000",
178983 mike  1.1.2.1     0,
178984               };
178985               
178986               static MetaProperty
178987               _CIM_SCSIInterface_MaxQueueDepth =
178988               {
178989                   /* flags */
178990                   META_FLAG_PROPERTY|META_FLAG_READ,
178991                   /* name */
178992                   "MaxQueueDepth",
178993                   /* qualifiers */
178994                   _CIM_SCSIInterface_MaxQueueDepth_qualifiers,
178995                   /* type */
178996                   CIMTYPE_UINT32,
178997                   /* subscript */
178998                   -1,
178999                   /* value */
179000                   0,
179001               };
179002               
179003               static const char*
179004 mike  1.1.2.1 _CIM_SCSIInterface_QueueDepthLimit_qualifiers[] =
179005               {
179006                   /* Deprecated */
179007                   "\013\000\001No Value\000",
179008                   0,
179009               };
179010               
179011               static MetaProperty
179012               _CIM_SCSIInterface_QueueDepthLimit =
179013               {
179014                   /* flags */
179015                   META_FLAG_PROPERTY|META_FLAG_READ,
179016                   /* name */
179017                   "QueueDepthLimit",
179018                   /* qualifiers */
179019                   _CIM_SCSIInterface_QueueDepthLimit_qualifiers,
179020                   /* type */
179021                   CIMTYPE_UINT32,
179022                   /* subscript */
179023                   -1,
179024                   /* value */
179025 mike  1.1.2.1     0,
179026               };
179027               
179028               static MetaFeature*
179029               _CIM_SCSIInterface_features[] =
179030               {
179031                   (MetaFeature*)&_CIM_SCSIInterface_Antecedent,
179032                   (MetaFeature*)&_CIM_SCSIInterface_SCSITimeouts,
179033                   (MetaFeature*)&_CIM_SCSIInterface_SCSIRetries,
179034                   (MetaFeature*)&_CIM_SCSIInterface_InitiatorId,
179035                   (MetaFeature*)&_CIM_SCSIInterface_TargetId,
179036                   (MetaFeature*)&_CIM_SCSIInterface_TargetLUN,
179037                   (MetaFeature*)&_CIM_SCSIInterface_SCSIReservation,
179038                   (MetaFeature*)&_CIM_SCSIInterface_SCSISignal,
179039                   (MetaFeature*)&_CIM_SCSIInterface_MaxQueueDepth,
179040                   (MetaFeature*)&_CIM_SCSIInterface_QueueDepthLimit,
179041                   0,
179042               };
179043               
179044               static const char*
179045               __root_cimv2_CIM_SCSIInterface_qualifiers[] =
179046 mike  1.1.2.1 {
179047                   /* ASSOCIATION */
179048                   "\000\001",
179049                   /* Deprecated */
179050                   "\013\000\001CIM_ProtocolControllerAccessesUnit\000",
179051                   /* UMLPackagePath */
179052                   "\057CIM::Device::Controller",
179053                   /* Version */
179054                   "\0632.10.0",
179055                   0,
179056               };
179057               
179058               MetaClass
179059               __root_cimv2_CIM_SCSIInterface =
179060               {
179061                   /* flags */
179062                   META_FLAG_ASSOCIATION,
179063                   /* name */
179064                   "CIM_SCSIInterface",
179065                   /* qualifiers */
179066                   __root_cimv2_CIM_SCSIInterface_qualifiers,
179067 mike  1.1.2.1     /* super */
179068                   &__root_cimv2_CIM_ControlledBy,
179069                   /* features */
179070                   _CIM_SCSIInterface_features,
179071               };
179072               
179073               //==============================================================================
179074               //
179075               // Class: CIM_SerialInterface
179076               //
179077               //==============================================================================
179078               
179079               static const char*
179080               _CIM_SerialInterface_Antecedent_qualifiers[] =
179081               {
179082                   /* Override */
179083                   "\044Antecedent",
179084                   0,
179085               };
179086               
179087               static MetaReference
179088 mike  1.1.2.1 _CIM_SerialInterface_Antecedent =
179089               {
179090                   /* flags */
179091                   META_FLAG_REFERENCE|META_FLAG_READ,
179092                   /* name */
179093                   "Antecedent",
179094                   /* qualifiers */
179095                   _CIM_SerialInterface_Antecedent_qualifiers,
179096                   /* subscript */
179097                   -1,
179098                   /* refId */
179099                   &__root_cimv2_CIM_SerialController,
179100               };
179101               
179102               static const char*
179103               _CIM_SerialInterface_NegotiatedDataWidth_qualifiers[] =
179104               {
179105                   /* Override */
179106                   "\044NegotiatedDataWidth",
179107                   /* Units */
179108                   "\060Bits",
179109 mike  1.1.2.1     0,
179110               };
179111               
179112               static MetaProperty
179113               _CIM_SerialInterface_NegotiatedDataWidth =
179114               {
179115                   /* flags */
179116                   META_FLAG_PROPERTY|META_FLAG_READ,
179117                   /* name */
179118                   "NegotiatedDataWidth",
179119                   /* qualifiers */
179120                   _CIM_SerialInterface_NegotiatedDataWidth_qualifiers,
179121                   /* type */
179122                   CIMTYPE_UINT32,
179123                   /* subscript */
179124                   -1,
179125                   /* value */
179126                   0,
179127               };
179128               
179129               static const char*
179130 mike  1.1.2.1 _CIM_SerialInterface_NumberOfStopBits_qualifiers[] =
179131               {
179132                   /* Units */
179133                   "\060Bits",
179134                   0,
179135               };
179136               
179137               static MetaProperty
179138               _CIM_SerialInterface_NumberOfStopBits =
179139               {
179140                   /* flags */
179141                   META_FLAG_PROPERTY|META_FLAG_READ,
179142                   /* name */
179143                   "NumberOfStopBits",
179144                   /* qualifiers */
179145                   _CIM_SerialInterface_NumberOfStopBits_qualifiers,
179146                   /* type */
179147                   CIMTYPE_UINT16,
179148                   /* subscript */
179149                   -1,
179150                   /* value */
179151 mike  1.1.2.1     0,
179152               };
179153               
179154               static const char*
179155               _CIM_SerialInterface_ParityInfo_qualifiers[] =
179156               {
179157                   /* ValueMap */
179158                   "\061\000\0040\0001\0002\0003\000",
179159                   /* Values */
179160                   "\062\000\004Unknown\000None\000Even\000Odd\000",
179161                   0,
179162               };
179163               
179164               static MetaProperty
179165               _CIM_SerialInterface_ParityInfo =
179166               {
179167                   /* flags */
179168                   META_FLAG_PROPERTY|META_FLAG_READ,
179169                   /* name */
179170                   "ParityInfo",
179171                   /* qualifiers */
179172 mike  1.1.2.1     _CIM_SerialInterface_ParityInfo_qualifiers,
179173                   /* type */
179174                   CIMTYPE_UINT16,
179175                   /* subscript */
179176                   -1,
179177                   /* value */
179178                   0,
179179               };
179180               
179181               static const char*
179182               _CIM_SerialInterface_FlowControlInfo_qualifiers[] =
179183               {
179184                   /* ValueMap */
179185                   "\061\000\0060\0001\0002\0003\0004\0005\000",
179186                   /* Values */
179187                   "\062\000\006Unknown\000Not Supported\000None\000XonXoff\000RTS/CTS\000Both XonXoff and RTS/CTS\000",
179188                   0,
179189               };
179190               
179191               static MetaProperty
179192               _CIM_SerialInterface_FlowControlInfo =
179193 mike  1.1.2.1 {
179194                   /* flags */
179195                   META_FLAG_PROPERTY|META_FLAG_READ,
179196                   /* name */
179197                   "FlowControlInfo",
179198                   /* qualifiers */
179199                   _CIM_SerialInterface_FlowControlInfo_qualifiers,
179200                   /* type */
179201                   CIMTYPE_UINT16,
179202                   /* subscript */
179203                   -1,
179204                   /* value */
179205                   0,
179206               };
179207               
179208               static MetaFeature*
179209               _CIM_SerialInterface_features[] =
179210               {
179211                   (MetaFeature*)&_CIM_SerialInterface_Antecedent,
179212                   (MetaFeature*)&_CIM_SerialInterface_NegotiatedDataWidth,
179213                   (MetaFeature*)&_CIM_SerialInterface_NumberOfStopBits,
179214 mike  1.1.2.1     (MetaFeature*)&_CIM_SerialInterface_ParityInfo,
179215                   (MetaFeature*)&_CIM_SerialInterface_FlowControlInfo,
179216                   0,
179217               };
179218               
179219               static const char*
179220               __root_cimv2_CIM_SerialInterface_qualifiers[] =
179221               {
179222                   /* ASSOCIATION */
179223                   "\000\001",
179224                   /* UMLPackagePath */
179225                   "\057CIM::Device::Controller",
179226                   /* Version */
179227                   "\0632.10.0",
179228                   0,
179229               };
179230               
179231               MetaClass
179232               __root_cimv2_CIM_SerialInterface =
179233               {
179234                   /* flags */
179235 mike  1.1.2.1     META_FLAG_ASSOCIATION,
179236                   /* name */
179237                   "CIM_SerialInterface",
179238                   /* qualifiers */
179239                   __root_cimv2_CIM_SerialInterface_qualifiers,
179240                   /* super */
179241                   &__root_cimv2_CIM_ControlledBy,
179242                   /* features */
179243                   _CIM_SerialInterface_features,
179244               };
179245               
179246               //==============================================================================
179247               //
179248               // Class: CIM_SettingCheck
179249               //
179250               //==============================================================================
179251               
179252               static const char*
179253               _CIM_SettingCheck_SectionKey_qualifiers[] =
179254               {
179255                   /* MaxLen */
179256 mike  1.1.2.1     "\030\000\000\001\000",
179257                   0,
179258               };
179259               
179260               static MetaProperty
179261               _CIM_SettingCheck_SectionKey =
179262               {
179263                   /* flags */
179264                   META_FLAG_PROPERTY|META_FLAG_READ,
179265                   /* name */
179266                   "SectionKey",
179267                   /* qualifiers */
179268                   _CIM_SettingCheck_SectionKey_qualifiers,
179269                   /* type */
179270                   CIMTYPE_STRING,
179271                   /* subscript */
179272                   -1,
179273                   /* value */
179274                   0,
179275               };
179276               
179277 mike  1.1.2.1 static const char*
179278               _CIM_SettingCheck_EntryName_qualifiers[] =
179279               {
179280                   /* MaxLen */
179281                   "\030\000\000\001\000",
179282                   0,
179283               };
179284               
179285               static MetaProperty
179286               _CIM_SettingCheck_EntryName =
179287               {
179288                   /* flags */
179289                   META_FLAG_PROPERTY|META_FLAG_READ,
179290                   /* name */
179291                   "EntryName",
179292                   /* qualifiers */
179293                   _CIM_SettingCheck_EntryName_qualifiers,
179294                   /* type */
179295                   CIMTYPE_STRING,
179296                   /* subscript */
179297                   -1,
179298 mike  1.1.2.1     /* value */
179299                   0,
179300               };
179301               
179302               static const char*
179303               _CIM_SettingCheck_EntryValue_qualifiers[] =
179304               {
179305                   0,
179306               };
179307               
179308               static MetaProperty
179309               _CIM_SettingCheck_EntryValue =
179310               {
179311                   /* flags */
179312                   META_FLAG_PROPERTY|META_FLAG_READ,
179313                   /* name */
179314                   "EntryValue",
179315                   /* qualifiers */
179316                   _CIM_SettingCheck_EntryValue_qualifiers,
179317                   /* type */
179318                   CIMTYPE_STRING,
179319 mike  1.1.2.1     /* subscript */
179320                   -1,
179321                   /* value */
179322                   0,
179323               };
179324               
179325               static const char*
179326               _CIM_SettingCheck_CheckType_qualifiers[] =
179327               {
179328                   /* ValueMap */
179329                   "\061\000\0020\0001\000",
179330                   /* Values */
179331                   "\062\000\002Matches\000Contains\000",
179332                   0,
179333               };
179334               
179335               static MetaProperty
179336               _CIM_SettingCheck_CheckType =
179337               {
179338                   /* flags */
179339                   META_FLAG_PROPERTY|META_FLAG_READ,
179340 mike  1.1.2.1     /* name */
179341                   "CheckType",
179342                   /* qualifiers */
179343                   _CIM_SettingCheck_CheckType_qualifiers,
179344                   /* type */
179345                   CIMTYPE_UINT16,
179346                   /* subscript */
179347                   -1,
179348                   /* value */
179349                   0,
179350               };
179351               
179352               static const char*
179353               _CIM_SettingCheck_FileName_qualifiers[] =
179354               {
179355                   /* MaxLen */
179356                   "\030\000\000\004\000",
179357                   0,
179358               };
179359               
179360               static MetaProperty
179361 mike  1.1.2.1 _CIM_SettingCheck_FileName =
179362               {
179363                   /* flags */
179364                   META_FLAG_PROPERTY|META_FLAG_READ,
179365                   /* name */
179366                   "FileName",
179367                   /* qualifiers */
179368                   _CIM_SettingCheck_FileName_qualifiers,
179369                   /* type */
179370                   CIMTYPE_STRING,
179371                   /* subscript */
179372                   -1,
179373                   /* value */
179374                   0,
179375               };
179376               
179377               static MetaFeature*
179378               _CIM_SettingCheck_features[] =
179379               {
179380                   (MetaFeature*)&_CIM_SettingCheck_SectionKey,
179381                   (MetaFeature*)&_CIM_SettingCheck_EntryName,
179382 mike  1.1.2.1     (MetaFeature*)&_CIM_SettingCheck_EntryValue,
179383                   (MetaFeature*)&_CIM_SettingCheck_CheckType,
179384                   (MetaFeature*)&_CIM_SettingCheck_FileName,
179385                   0,
179386               };
179387               
179388               static const char*
179389               __root_cimv2_CIM_SettingCheck_qualifiers[] =
179390               {
179391                   /* UMLPackagePath */
179392                   "\057CIM::Application::CheckAction",
179393                   /* Version */
179394                   "\0632.6.0",
179395                   0,
179396               };
179397               
179398               MetaClass
179399               __root_cimv2_CIM_SettingCheck =
179400               {
179401                   /* flags */
179402                   META_FLAG_CLASS,
179403 mike  1.1.2.1     /* name */
179404                   "CIM_SettingCheck",
179405                   /* qualifiers */
179406                   __root_cimv2_CIM_SettingCheck_qualifiers,
179407                   /* super */
179408                   &__root_cimv2_CIM_Check,
179409                   /* features */
179410                   _CIM_SettingCheck_features,
179411               };
179412               
179413               //==============================================================================
179414               //
179415               // Class: CIM_SharedSecretService
179416               //
179417               //==============================================================================
179418               
179419               static const char*
179420               _CIM_SharedSecretService_Algorithm_qualifiers[] =
179421               {
179422                   /* MaxLen */
179423                   "\030\000\000\001\000",
179424 mike  1.1.2.1     0,
179425               };
179426               
179427               static MetaProperty
179428               _CIM_SharedSecretService_Algorithm =
179429               {
179430                   /* flags */
179431                   META_FLAG_PROPERTY|META_FLAG_READ,
179432                   /* name */
179433                   "Algorithm",
179434                   /* qualifiers */
179435                   _CIM_SharedSecretService_Algorithm_qualifiers,
179436                   /* type */
179437                   CIMTYPE_STRING,
179438                   /* subscript */
179439                   -1,
179440                   /* value */
179441                   0,
179442               };
179443               
179444               static const char*
179445 mike  1.1.2.1 _CIM_SharedSecretService_Protocol_qualifiers[] =
179446               {
179447                   0,
179448               };
179449               
179450               static MetaProperty
179451               _CIM_SharedSecretService_Protocol =
179452               {
179453                   /* flags */
179454                   META_FLAG_PROPERTY|META_FLAG_READ,
179455                   /* name */
179456                   "Protocol",
179457                   /* qualifiers */
179458                   _CIM_SharedSecretService_Protocol_qualifiers,
179459                   /* type */
179460                   CIMTYPE_STRING,
179461                   /* subscript */
179462                   -1,
179463                   /* value */
179464                   0,
179465               };
179466 mike  1.1.2.1 
179467               static MetaFeature*
179468               _CIM_SharedSecretService_features[] =
179469               {
179470                   (MetaFeature*)&_CIM_SharedSecretService_Algorithm,
179471                   (MetaFeature*)&_CIM_SharedSecretService_Protocol,
179472                   0,
179473               };
179474               
179475               static const char*
179476               __root_cimv2_CIM_SharedSecretService_qualifiers[] =
179477               {
179478                   /* UMLPackagePath */
179479                   "\057CIM::User::SharedSecret",
179480                   /* Version */
179481                   "\0632.6.0",
179482                   0,
179483               };
179484               
179485               MetaClass
179486               __root_cimv2_CIM_SharedSecretService =
179487 mike  1.1.2.1 {
179488                   /* flags */
179489                   META_FLAG_CLASS,
179490                   /* name */
179491                   "CIM_SharedSecretService",
179492                   /* qualifiers */
179493                   __root_cimv2_CIM_SharedSecretService_qualifiers,
179494                   /* super */
179495                   &__root_cimv2_CIM_LocalCredentialManagementService,
179496                   /* features */
179497                   _CIM_SharedSecretService_features,
179498               };
179499               
179500               //==============================================================================
179501               //
179502               // Class: CIM_SNMPTrapTarget
179503               //
179504               //==============================================================================
179505               
179506               static const char*
179507               _CIM_SNMPTrapTarget_AccessInfo_qualifiers[] =
179508 mike  1.1.2.1 {
179509                   /* Override */
179510                   "\044AccessInfo",
179511                   0,
179512               };
179513               
179514               static MetaProperty
179515               _CIM_SNMPTrapTarget_AccessInfo =
179516               {
179517                   /* flags */
179518                   META_FLAG_PROPERTY|META_FLAG_READ,
179519                   /* name */
179520                   "AccessInfo",
179521                   /* qualifiers */
179522                   _CIM_SNMPTrapTarget_AccessInfo_qualifiers,
179523                   /* type */
179524                   CIMTYPE_STRING,
179525                   /* subscript */
179526                   -1,
179527                   /* value */
179528                   0,
179529 mike  1.1.2.1 };
179530               
179531               static const char*
179532               _CIM_SNMPTrapTarget_PortProtocol_qualifiers[] =
179533               {
179534                   /* Override */
179535                   "\044PortProtocol",
179536                   0,
179537               };
179538               
179539               static MetaProperty
179540               _CIM_SNMPTrapTarget_PortProtocol =
179541               {
179542                   /* flags */
179543                   META_FLAG_PROPERTY|META_FLAG_READ,
179544                   /* name */
179545                   "PortProtocol",
179546                   /* qualifiers */
179547                   _CIM_SNMPTrapTarget_PortProtocol_qualifiers,
179548                   /* type */
179549                   CIMTYPE_UINT16,
179550 mike  1.1.2.1     /* subscript */
179551                   -1,
179552                   /* value */
179553                   "\000\003",
179554               };
179555               
179556               static const char*
179557               _CIM_SNMPTrapTarget_PortInfo_qualifiers[] =
179558               {
179559                   /* Override */
179560                   "\044PortInfo",
179561                   0,
179562               };
179563               
179564               static MetaProperty
179565               _CIM_SNMPTrapTarget_PortInfo =
179566               {
179567                   /* flags */
179568                   META_FLAG_PROPERTY|META_FLAG_READ,
179569                   /* name */
179570                   "PortInfo",
179571 mike  1.1.2.1     /* qualifiers */
179572                   _CIM_SNMPTrapTarget_PortInfo_qualifiers,
179573                   /* type */
179574                   CIMTYPE_STRING,
179575                   /* subscript */
179576                   -1,
179577                   /* value */
179578                   "162",
179579               };
179580               
179581               static const char*
179582               _CIM_SNMPTrapTarget_NotificationMessage_qualifiers[] =
179583               {
179584                   /* ValueMap */
179585                   "\061\000\0021\0002\000",
179586                   /* Values */
179587                   "\062\000\002Traps\000Informs\000",
179588                   0,
179589               };
179590               
179591               static MetaProperty
179592 mike  1.1.2.1 _CIM_SNMPTrapTarget_NotificationMessage =
179593               {
179594                   /* flags */
179595                   META_FLAG_PROPERTY|META_FLAG_READ,
179596                   /* name */
179597                   "NotificationMessage",
179598                   /* qualifiers */
179599                   _CIM_SNMPTrapTarget_NotificationMessage_qualifiers,
179600                   /* type */
179601                   CIMTYPE_UINT16,
179602                   /* subscript */
179603                   -1,
179604                   /* value */
179605                   "\000\001",
179606               };
179607               
179608               static const char*
179609               _CIM_SNMPTrapTarget_SNMPVersion_qualifiers[] =
179610               {
179611                   /* ValueMap */
179612                   "\061\000\0031\0002\0003\000",
179613 mike  1.1.2.1     /* Values */
179614                   "\062\000\003v1\000v2C\000v3\000",
179615                   0,
179616               };
179617               
179618               static MetaProperty
179619               _CIM_SNMPTrapTarget_SNMPVersion =
179620               {
179621                   /* flags */
179622                   META_FLAG_PROPERTY|META_FLAG_READ,
179623                   /* name */
179624                   "SNMPVersion",
179625                   /* qualifiers */
179626                   _CIM_SNMPTrapTarget_SNMPVersion_qualifiers,
179627                   /* type */
179628                   CIMTYPE_UINT16,
179629                   /* subscript */
179630                   -1,
179631                   /* value */
179632                   0,
179633               };
179634 mike  1.1.2.1 
179635               static const char*
179636               _CIM_SNMPTrapTarget_CommunityString_qualifiers[] =
179637               {
179638                   0,
179639               };
179640               
179641               static MetaProperty
179642               _CIM_SNMPTrapTarget_CommunityString =
179643               {
179644                   /* flags */
179645                   META_FLAG_PROPERTY|META_FLAG_READ,
179646                   /* name */
179647                   "CommunityString",
179648                   /* qualifiers */
179649                   _CIM_SNMPTrapTarget_CommunityString_qualifiers,
179650                   /* type */
179651                   CIMTYPE_STRING,
179652                   /* subscript */
179653                   -1,
179654                   /* value */
179655 mike  1.1.2.1     0,
179656               };
179657               
179658               static MetaFeature*
179659               _CIM_SNMPTrapTarget_features[] =
179660               {
179661                   (MetaFeature*)&_CIM_SNMPTrapTarget_AccessInfo,
179662                   (MetaFeature*)&_CIM_SNMPTrapTarget_PortProtocol,
179663                   (MetaFeature*)&_CIM_SNMPTrapTarget_PortInfo,
179664                   (MetaFeature*)&_CIM_SNMPTrapTarget_NotificationMessage,
179665                   (MetaFeature*)&_CIM_SNMPTrapTarget_SNMPVersion,
179666                   (MetaFeature*)&_CIM_SNMPTrapTarget_CommunityString,
179667                   0,
179668               };
179669               
179670               static const char*
179671               __root_cimv2_CIM_SNMPTrapTarget_qualifiers[] =
179672               {
179673                   /* UMLPackagePath */
179674                   "\057CIM::Network::SNMP",
179675                   /* Version */
179676 mike  1.1.2.1     "\0632.7.0",
179677                   0,
179678               };
179679               
179680               MetaClass
179681               __root_cimv2_CIM_SNMPTrapTarget =
179682               {
179683                   /* flags */
179684                   META_FLAG_CLASS,
179685                   /* name */
179686                   "CIM_SNMPTrapTarget",
179687                   /* qualifiers */
179688                   __root_cimv2_CIM_SNMPTrapTarget_qualifiers,
179689                   /* super */
179690                   &__root_cimv2_CIM_RemotePort,
179691                   /* features */
179692                   _CIM_SNMPTrapTarget_features,
179693               };
179694               
179695               //==============================================================================
179696               //
179697 mike  1.1.2.1 // Class: CIM_SoftwareElementActions
179698               //
179699               //==============================================================================
179700               
179701               static const char*
179702               _CIM_SoftwareElementActions_Element_qualifiers[] =
179703               {
179704                   /* Key */
179705                   "\025\001",
179706                   /* Aggregate */
179707                   "\003\001",
179708                   /* Min */
179709                   "\033\000\000\000\001",
179710                   /* Max */
179711                   "\027\000\000\000\001",
179712                   0,
179713               };
179714               
179715               static MetaReference
179716               _CIM_SoftwareElementActions_Element =
179717               {
179718 mike  1.1.2.1     /* flags */
179719                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
179720                   /* name */
179721                   "Element",
179722                   /* qualifiers */
179723                   _CIM_SoftwareElementActions_Element_qualifiers,
179724                   /* subscript */
179725                   -1,
179726                   /* refId */
179727                   &__root_cimv2_CIM_SoftwareElement,
179728               };
179729               
179730               static const char*
179731               _CIM_SoftwareElementActions_Action_qualifiers[] =
179732               {
179733                   /* Key */
179734                   "\025\001",
179735                   /* Weak */
179736                   "\064\001",
179737                   0,
179738               };
179739 mike  1.1.2.1 
179740               static MetaReference
179741               _CIM_SoftwareElementActions_Action =
179742               {
179743                   /* flags */
179744                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
179745                   /* name */
179746                   "Action",
179747                   /* qualifiers */
179748                   _CIM_SoftwareElementActions_Action_qualifiers,
179749                   /* subscript */
179750                   -1,
179751                   /* refId */
179752                   &__root_cimv2_CIM_Action,
179753               };
179754               
179755               static MetaFeature*
179756               _CIM_SoftwareElementActions_features[] =
179757               {
179758                   (MetaFeature*)&_CIM_SoftwareElementActions_Element,
179759                   (MetaFeature*)&_CIM_SoftwareElementActions_Action,
179760 mike  1.1.2.1     0,
179761               };
179762               
179763               static const char*
179764               __root_cimv2_CIM_SoftwareElementActions_qualifiers[] =
179765               {
179766                   /* ASSOCIATION */
179767                   "\000\001",
179768                   /* UMLPackagePath */
179769                   "\057CIM::Application::CheckAction",
179770                   /* Aggregation */
179771                   "\004\001",
179772                   /* Version */
179773                   "\0632.6.0",
179774                   0,
179775               };
179776               
179777               MetaClass
179778               __root_cimv2_CIM_SoftwareElementActions =
179779               {
179780                   /* flags */
179781 mike  1.1.2.1     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
179782                   /* name */
179783                   "CIM_SoftwareElementActions",
179784                   /* qualifiers */
179785                   __root_cimv2_CIM_SoftwareElementActions_qualifiers,
179786                   /* super */
179787                   0,
179788                   /* features */
179789                   _CIM_SoftwareElementActions_features,
179790               };
179791               
179792               //==============================================================================
179793               //
179794               // Class: CIM_SoftwareElementChecks
179795               //
179796               //==============================================================================
179797               
179798               static const char*
179799               _CIM_SoftwareElementChecks_Element_qualifiers[] =
179800               {
179801                   /* Key */
179802 mike  1.1.2.1     "\025\001",
179803                   /* Aggregate */
179804                   "\003\001",
179805                   /* Min */
179806                   "\033\000\000\000\001",
179807                   /* Max */
179808                   "\027\000\000\000\001",
179809                   0,
179810               };
179811               
179812               static MetaReference
179813               _CIM_SoftwareElementChecks_Element =
179814               {
179815                   /* flags */
179816                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
179817                   /* name */
179818                   "Element",
179819                   /* qualifiers */
179820                   _CIM_SoftwareElementChecks_Element_qualifiers,
179821                   /* subscript */
179822                   -1,
179823 mike  1.1.2.1     /* refId */
179824                   &__root_cimv2_CIM_SoftwareElement,
179825               };
179826               
179827               static const char*
179828               _CIM_SoftwareElementChecks_Check_qualifiers[] =
179829               {
179830                   /* Key */
179831                   "\025\001",
179832                   /* Weak */
179833                   "\064\001",
179834                   0,
179835               };
179836               
179837               static MetaReference
179838               _CIM_SoftwareElementChecks_Check =
179839               {
179840                   /* flags */
179841                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
179842                   /* name */
179843                   "Check",
179844 mike  1.1.2.1     /* qualifiers */
179845                   _CIM_SoftwareElementChecks_Check_qualifiers,
179846                   /* subscript */
179847                   -1,
179848                   /* refId */
179849                   &__root_cimv2_CIM_Check,
179850               };
179851               
179852               static const char*
179853               _CIM_SoftwareElementChecks_Phase_qualifiers[] =
179854               {
179855                   /* ValueMap */
179856                   "\061\000\0020\0001\000",
179857                   /* Values */
179858                   "\062\000\002In-State\000Next-State\000",
179859                   0,
179860               };
179861               
179862               static MetaProperty
179863               _CIM_SoftwareElementChecks_Phase =
179864               {
179865 mike  1.1.2.1     /* flags */
179866                   META_FLAG_PROPERTY|META_FLAG_READ,
179867                   /* name */
179868                   "Phase",
179869                   /* qualifiers */
179870                   _CIM_SoftwareElementChecks_Phase_qualifiers,
179871                   /* type */
179872                   CIMTYPE_UINT16,
179873                   /* subscript */
179874                   -1,
179875                   /* value */
179876                   0,
179877               };
179878               
179879               static MetaFeature*
179880               _CIM_SoftwareElementChecks_features[] =
179881               {
179882                   (MetaFeature*)&_CIM_SoftwareElementChecks_Element,
179883                   (MetaFeature*)&_CIM_SoftwareElementChecks_Check,
179884                   (MetaFeature*)&_CIM_SoftwareElementChecks_Phase,
179885                   0,
179886 mike  1.1.2.1 };
179887               
179888               static const char*
179889               __root_cimv2_CIM_SoftwareElementChecks_qualifiers[] =
179890               {
179891                   /* ASSOCIATION */
179892                   "\000\001",
179893                   /* UMLPackagePath */
179894                   "\057CIM::Application::CheckAction",
179895                   /* Aggregation */
179896                   "\004\001",
179897                   /* Version */
179898                   "\0632.6.0",
179899                   0,
179900               };
179901               
179902               MetaClass
179903               __root_cimv2_CIM_SoftwareElementChecks =
179904               {
179905                   /* flags */
179906                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
179907 mike  1.1.2.1     /* name */
179908                   "CIM_SoftwareElementChecks",
179909                   /* qualifiers */
179910                   __root_cimv2_CIM_SoftwareElementChecks_qualifiers,
179911                   /* super */
179912                   0,
179913                   /* features */
179914                   _CIM_SoftwareElementChecks_features,
179915               };
179916               
179917               //==============================================================================
179918               //
179919               // Class: CIM_SoftwareElementVersionCheck
179920               //
179921               //==============================================================================
179922               
179923               static const char*
179924               _CIM_SoftwareElementVersionCheck_SoftwareElementName_qualifiers[] =
179925               {
179926                   /* MaxLen */
179927                   "\030\000\000\001\000",
179928 mike  1.1.2.1     /* ModelCorrespondence */
179929                   "\036\000\001CIM_SoftwareElement.Name\000",
179930                   0,
179931               };
179932               
179933               static MetaProperty
179934               _CIM_SoftwareElementVersionCheck_SoftwareElementName =
179935               {
179936                   /* flags */
179937                   META_FLAG_PROPERTY|META_FLAG_READ,
179938                   /* name */
179939                   "SoftwareElementName",
179940                   /* qualifiers */
179941                   _CIM_SoftwareElementVersionCheck_SoftwareElementName_qualifiers,
179942                   /* type */
179943                   CIMTYPE_STRING,
179944                   /* subscript */
179945                   -1,
179946                   /* value */
179947                   0,
179948               };
179949 mike  1.1.2.1 
179950               static const char*
179951               _CIM_SoftwareElementVersionCheck_LowerSoftwareElementVersion_qualifiers[] =
179952               {
179953                   /* MaxLen */
179954                   "\030\000\000\000\100",
179955                   /* ModelCorrespondence */
179956                   "\036\000\001CIM_SoftwareElement.Version\000",
179957                   0,
179958               };
179959               
179960               static MetaProperty
179961               _CIM_SoftwareElementVersionCheck_LowerSoftwareElementVersion =
179962               {
179963                   /* flags */
179964                   META_FLAG_PROPERTY|META_FLAG_READ,
179965                   /* name */
179966                   "LowerSoftwareElementVersion",
179967                   /* qualifiers */
179968                   _CIM_SoftwareElementVersionCheck_LowerSoftwareElementVersion_qualifiers,
179969                   /* type */
179970 mike  1.1.2.1     CIMTYPE_STRING,
179971                   /* subscript */
179972                   -1,
179973                   /* value */
179974                   0,
179975               };
179976               
179977               static const char*
179978               _CIM_SoftwareElementVersionCheck_UpperSoftwareElementVersion_qualifiers[] =
179979               {
179980                   /* MaxLen */
179981                   "\030\000\000\000\100",
179982                   /* ModelCorrespondence */
179983                   "\036\000\001CIM_SoftwareElement.Version\000",
179984                   0,
179985               };
179986               
179987               static MetaProperty
179988               _CIM_SoftwareElementVersionCheck_UpperSoftwareElementVersion =
179989               {
179990                   /* flags */
179991 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
179992                   /* name */
179993                   "UpperSoftwareElementVersion",
179994                   /* qualifiers */
179995                   _CIM_SoftwareElementVersionCheck_UpperSoftwareElementVersion_qualifiers,
179996                   /* type */
179997                   CIMTYPE_STRING,
179998                   /* subscript */
179999                   -1,
180000                   /* value */
180001                   0,
180002               };
180003               
180004               static const char*
180005               _CIM_SoftwareElementVersionCheck_SoftwareElementStateDesired_qualifiers[] =
180006               {
180007                   /* ValueMap */
180008                   "\061\000\0040\0001\0002\0003\000",
180009                   /* Values */
180010                   "\062\000\004Deployable\000Installable\000Executable\000Running\000",
180011                   /* ModelCorrespondence */
180012 mike  1.1.2.1     "\036\000\001CIM_SoftwareElement.SoftwareElementState\000",
180013                   0,
180014               };
180015               
180016               static MetaProperty
180017               _CIM_SoftwareElementVersionCheck_SoftwareElementStateDesired =
180018               {
180019                   /* flags */
180020                   META_FLAG_PROPERTY|META_FLAG_READ,
180021                   /* name */
180022                   "SoftwareElementStateDesired",
180023                   /* qualifiers */
180024                   _CIM_SoftwareElementVersionCheck_SoftwareElementStateDesired_qualifiers,
180025                   /* type */
180026                   CIMTYPE_UINT16,
180027                   /* subscript */
180028                   -1,
180029                   /* value */
180030                   0,
180031               };
180032               
180033 mike  1.1.2.1 static const char*
180034               _CIM_SoftwareElementVersionCheck_TargetOperatingSystemDesired_qualifiers[] =
180035               {
180036                   /* ValueMap */
180037                   "\061\000\1070\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\00022\00023\00024\00025\00026\00027\00028\00029\00030\00031\00032\00033\00034\00035\00036\00037\00038\00039\00040\00041\00042\00043\00044\00045\00046\00047\00048\00049\00050\00051\00052\00053\00054\00055\00056\00057\00058\00059\00060\00061\00062\00063\00064\00065\00066\00067\00068\00069\00070\000",
180038                   /* Values */
180039                   "\062\000\107Unknown\000Other\000MACOS\000ATTUNIX\000DGUX\000DECNT\000Tru64 UNIX\000OpenVMS\000HPUX\000AIX\000MVS\000OS400\000OS/2\000JavaVM\000MSDOS\000WIN3x\000WIN95\000WIN98\000WINNT\000WINCE\000NCR3000\000NetWare\000OSF\000DC/OS\000Reliant UNIX\000SCO UnixWare\000SCO OpenServer\000Sequent\000IRIX\000Solaris\000SunOS\000U6000\000ASERIES\000HP NonStop OS\000HP NonStop OSS\000BS2000\000LINUX\000Lynx\000XENIX\000VM\000Interactive UNIX\000BSDUNIX\000FreeBSD\000NetBSD\000GNU Hurd\000OS9\000MACH Kernel\000Inferno\000QNX\000EPOC\000IxWorks\000VxWorks\000MiNT\000BeOS\000HP MPE\000NextStep\000PalmPilot\000Rhapsody\000Windows 2000\000Dedicated\000OS/390\000VSE\000TPF\000Windows (R) Me\000Caldera Open UNIX\000OpenBSD\000Not Applicable\000Windows XP\000z/OS\000Microsoft Windows Server 2003\000Microsoft Windows Server 2003 64-Bit\000",
180040                   /* ModelCorrespondence */
180041                   "\036\000\001CIM_SoftwareElement.TargetOperatingSystem\000",
180042                   0,
180043               };
180044               
180045               static MetaProperty
180046               _CIM_SoftwareElementVersionCheck_TargetOperatingSystemDesired =
180047               {
180048                   /* flags */
180049                   META_FLAG_PROPERTY|META_FLAG_READ,
180050                   /* name */
180051                   "TargetOperatingSystemDesired",
180052                   /* qualifiers */
180053                   _CIM_SoftwareElementVersionCheck_TargetOperatingSystemDesired_qualifiers,
180054 mike  1.1.2.1     /* type */
180055                   CIMTYPE_UINT16,
180056                   /* subscript */
180057                   -1,
180058                   /* value */
180059                   0,
180060               };
180061               
180062               static MetaFeature*
180063               _CIM_SoftwareElementVersionCheck_features[] =
180064               {
180065                   (MetaFeature*)&_CIM_SoftwareElementVersionCheck_SoftwareElementName,
180066                   (MetaFeature*)&_CIM_SoftwareElementVersionCheck_LowerSoftwareElementVersion,
180067                   (MetaFeature*)&_CIM_SoftwareElementVersionCheck_UpperSoftwareElementVersion,
180068                   (MetaFeature*)&_CIM_SoftwareElementVersionCheck_SoftwareElementStateDesired,
180069                   (MetaFeature*)&_CIM_SoftwareElementVersionCheck_TargetOperatingSystemDesired,
180070                   0,
180071               };
180072               
180073               static const char*
180074               __root_cimv2_CIM_SoftwareElementVersionCheck_qualifiers[] =
180075 mike  1.1.2.1 {
180076                   /* UMLPackagePath */
180077                   "\057CIM::Application::CheckAction",
180078                   /* Version */
180079                   "\0632.7.0",
180080                   0,
180081               };
180082               
180083               MetaClass
180084               __root_cimv2_CIM_SoftwareElementVersionCheck =
180085               {
180086                   /* flags */
180087                   META_FLAG_CLASS,
180088                   /* name */
180089                   "CIM_SoftwareElementVersionCheck",
180090                   /* qualifiers */
180091                   __root_cimv2_CIM_SoftwareElementVersionCheck_qualifiers,
180092                   /* super */
180093                   &__root_cimv2_CIM_Check,
180094                   /* features */
180095                   _CIM_SoftwareElementVersionCheck_features,
180096 mike  1.1.2.1 };
180097               
180098               //==============================================================================
180099               //
180100               // Class: CIM_SourceRoutingService
180101               //
180102               //==============================================================================
180103               
180104               static const char*
180105               _CIM_SourceRoutingService_BridgeLfMode_qualifiers[] =
180106               {
180107                   /* ValueMap */
180108                   "\061\000\0021\0002\000",
180109                   /* Values */
180110                   "\062\000\002Mode3\000Mode6\000",
180111                   /* MappingStrings */
180112                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrBridgeLfMode\000",
180113                   0,
180114               };
180115               
180116               static MetaProperty
180117 mike  1.1.2.1 _CIM_SourceRoutingService_BridgeLfMode =
180118               {
180119                   /* flags */
180120                   META_FLAG_PROPERTY|META_FLAG_READ,
180121                   /* name */
180122                   "BridgeLfMode",
180123                   /* qualifiers */
180124                   _CIM_SourceRoutingService_BridgeLfMode_qualifiers,
180125                   /* type */
180126                   CIMTYPE_UINT16,
180127                   /* subscript */
180128                   -1,
180129                   /* value */
180130                   0,
180131               };
180132               
180133               static MetaFeature*
180134               _CIM_SourceRoutingService_features[] =
180135               {
180136                   (MetaFeature*)&_CIM_SourceRoutingService_BridgeLfMode,
180137                   0,
180138 mike  1.1.2.1 };
180139               
180140               static const char*
180141               __root_cimv2_CIM_SourceRoutingService_qualifiers[] =
180142               {
180143                   /* UMLPackagePath */
180144                   "\057CIM::Network::SwitchingBridging",
180145                   /* Version */
180146                   "\0632.7.0",
180147                   0,
180148               };
180149               
180150               MetaClass
180151               __root_cimv2_CIM_SourceRoutingService =
180152               {
180153                   /* flags */
180154                   META_FLAG_CLASS,
180155                   /* name */
180156                   "CIM_SourceRoutingService",
180157                   /* qualifiers */
180158                   __root_cimv2_CIM_SourceRoutingService_qualifiers,
180159 mike  1.1.2.1     /* super */
180160                   &__root_cimv2_CIM_ForwardingService,
180161                   /* features */
180162                   _CIM_SourceRoutingService_features,
180163               };
180164               
180165               //==============================================================================
180166               //
180167               // Class: CIM_SpanningTreeService
180168               //
180169               //==============================================================================
180170               
180171               static const char*
180172               _CIM_SpanningTreeService_ProtocolSpec_qualifiers[] =
180173               {
180174                   /* ValueMap */
180175                   "\061\000\0031\0002\0003\000",
180176                   /* Values */
180177                   "\062\000\003Unknown\000DEC LB100\000IEEE 802d\000",
180178                   /* MappingStrings */
180179                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpProtocolSpecification\000",
180180 mike  1.1.2.1     0,
180181               };
180182               
180183               static MetaProperty
180184               _CIM_SpanningTreeService_ProtocolSpec =
180185               {
180186                   /* flags */
180187                   META_FLAG_PROPERTY|META_FLAG_READ,
180188                   /* name */
180189                   "ProtocolSpec",
180190                   /* qualifiers */
180191                   _CIM_SpanningTreeService_ProtocolSpec_qualifiers,
180192                   /* type */
180193                   CIMTYPE_UINT16,
180194                   /* subscript */
180195                   -1,
180196                   /* value */
180197                   0,
180198               };
180199               
180200               static const char*
180201 mike  1.1.2.1 _CIM_SpanningTreeService_Priority_qualifiers[] =
180202               {
180203                   /* MappingStrings */
180204                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPriority\000",
180205                   0,
180206               };
180207               
180208               static MetaProperty
180209               _CIM_SpanningTreeService_Priority =
180210               {
180211                   /* flags */
180212                   META_FLAG_PROPERTY|META_FLAG_READ,
180213                   /* name */
180214                   "Priority",
180215                   /* qualifiers */
180216                   _CIM_SpanningTreeService_Priority_qualifiers,
180217                   /* type */
180218                   CIMTYPE_UINT16,
180219                   /* subscript */
180220                   -1,
180221                   /* value */
180222 mike  1.1.2.1     0,
180223               };
180224               
180225               static const char*
180226               _CIM_SpanningTreeService_SpanningTreeBridgeAddress_qualifiers[] =
180227               {
180228                   0,
180229               };
180230               
180231               static MetaProperty
180232               _CIM_SpanningTreeService_SpanningTreeBridgeAddress =
180233               {
180234                   /* flags */
180235                   META_FLAG_PROPERTY|META_FLAG_READ,
180236                   /* name */
180237                   "SpanningTreeBridgeAddress",
180238                   /* qualifiers */
180239                   _CIM_SpanningTreeService_SpanningTreeBridgeAddress_qualifiers,
180240                   /* type */
180241                   CIMTYPE_STRING,
180242                   /* subscript */
180243 mike  1.1.2.1     -1,
180244                   /* value */
180245                   0,
180246               };
180247               
180248               static const char*
180249               _CIM_SpanningTreeService_DesignatedRoot_qualifiers[] =
180250               {
180251                   /* MaxLen */
180252                   "\030\000\000\000\020",
180253                   /* MappingStrings */
180254                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpDesignatedRoot\000",
180255                   0,
180256               };
180257               
180258               static MetaProperty
180259               _CIM_SpanningTreeService_DesignatedRoot =
180260               {
180261                   /* flags */
180262                   META_FLAG_PROPERTY|META_FLAG_READ,
180263                   /* name */
180264 mike  1.1.2.1     "DesignatedRoot",
180265                   /* qualifiers */
180266                   _CIM_SpanningTreeService_DesignatedRoot_qualifiers,
180267                   /* type */
180268                   CIMTYPE_STRING,
180269                   /* subscript */
180270                   -1,
180271                   /* value */
180272                   0,
180273               };
180274               
180275               static const char*
180276               _CIM_SpanningTreeService_RootCost_qualifiers[] =
180277               {
180278                   /* MappingStrings */
180279                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpRootCost\000",
180280                   0,
180281               };
180282               
180283               static MetaProperty
180284               _CIM_SpanningTreeService_RootCost =
180285 mike  1.1.2.1 {
180286                   /* flags */
180287                   META_FLAG_PROPERTY|META_FLAG_READ,
180288                   /* name */
180289                   "RootCost",
180290                   /* qualifiers */
180291                   _CIM_SpanningTreeService_RootCost_qualifiers,
180292                   /* type */
180293                   CIMTYPE_UINT16,
180294                   /* subscript */
180295                   -1,
180296                   /* value */
180297                   0,
180298               };
180299               
180300               static const char*
180301               _CIM_SpanningTreeService_RootPort_qualifiers[] =
180302               {
180303                   /* MappingStrings */
180304                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpRootPort\000",
180305                   0,
180306 mike  1.1.2.1 };
180307               
180308               static MetaProperty
180309               _CIM_SpanningTreeService_RootPort =
180310               {
180311                   /* flags */
180312                   META_FLAG_PROPERTY|META_FLAG_READ,
180313                   /* name */
180314                   "RootPort",
180315                   /* qualifiers */
180316                   _CIM_SpanningTreeService_RootPort_qualifiers,
180317                   /* type */
180318                   CIMTYPE_UINT16,
180319                   /* subscript */
180320                   -1,
180321                   /* value */
180322                   0,
180323               };
180324               
180325               static const char*
180326               _CIM_SpanningTreeService_MaxAge_qualifiers[] =
180327 mike  1.1.2.1 {
180328                   /* Units */
180329                   "\060Hundredths of Seconds",
180330                   /* MappingStrings */
180331                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpMaxAge\000",
180332                   0,
180333               };
180334               
180335               static MetaProperty
180336               _CIM_SpanningTreeService_MaxAge =
180337               {
180338                   /* flags */
180339                   META_FLAG_PROPERTY|META_FLAG_READ,
180340                   /* name */
180341                   "MaxAge",
180342                   /* qualifiers */
180343                   _CIM_SpanningTreeService_MaxAge_qualifiers,
180344                   /* type */
180345                   CIMTYPE_UINT32,
180346                   /* subscript */
180347                   -1,
180348 mike  1.1.2.1     /* value */
180349                   0,
180350               };
180351               
180352               static const char*
180353               _CIM_SpanningTreeService_HelloTime_qualifiers[] =
180354               {
180355                   /* Units */
180356                   "\060Hundredths of Seconds",
180357                   /* MappingStrings */
180358                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpHelloTime\000",
180359                   0,
180360               };
180361               
180362               static MetaProperty
180363               _CIM_SpanningTreeService_HelloTime =
180364               {
180365                   /* flags */
180366                   META_FLAG_PROPERTY|META_FLAG_READ,
180367                   /* name */
180368                   "HelloTime",
180369 mike  1.1.2.1     /* qualifiers */
180370                   _CIM_SpanningTreeService_HelloTime_qualifiers,
180371                   /* type */
180372                   CIMTYPE_UINT32,
180373                   /* subscript */
180374                   -1,
180375                   /* value */
180376                   0,
180377               };
180378               
180379               static const char*
180380               _CIM_SpanningTreeService_HoldTime_qualifiers[] =
180381               {
180382                   /* Units */
180383                   "\060Hundredths of Seconds",
180384                   /* MappingStrings */
180385                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpHoldTime\000",
180386                   0,
180387               };
180388               
180389               static MetaProperty
180390 mike  1.1.2.1 _CIM_SpanningTreeService_HoldTime =
180391               {
180392                   /* flags */
180393                   META_FLAG_PROPERTY|META_FLAG_READ,
180394                   /* name */
180395                   "HoldTime",
180396                   /* qualifiers */
180397                   _CIM_SpanningTreeService_HoldTime_qualifiers,
180398                   /* type */
180399                   CIMTYPE_UINT32,
180400                   /* subscript */
180401                   -1,
180402                   /* value */
180403                   0,
180404               };
180405               
180406               static const char*
180407               _CIM_SpanningTreeService_ForwardDelay_qualifiers[] =
180408               {
180409                   /* Units */
180410                   "\060Hundredths of Seconds",
180411 mike  1.1.2.1     /* MappingStrings */
180412                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpForwardDelay\000",
180413                   0,
180414               };
180415               
180416               static MetaProperty
180417               _CIM_SpanningTreeService_ForwardDelay =
180418               {
180419                   /* flags */
180420                   META_FLAG_PROPERTY|META_FLAG_READ,
180421                   /* name */
180422                   "ForwardDelay",
180423                   /* qualifiers */
180424                   _CIM_SpanningTreeService_ForwardDelay_qualifiers,
180425                   /* type */
180426                   CIMTYPE_UINT32,
180427                   /* subscript */
180428                   -1,
180429                   /* value */
180430                   0,
180431               };
180432 mike  1.1.2.1 
180433               static const char*
180434               _CIM_SpanningTreeService_BridgeMaxAge_qualifiers[] =
180435               {
180436                   /* Units */
180437                   "\060Hundredths of Seconds",
180438                   /* MappingStrings */
180439                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpBridgeMaxAge\000",
180440                   0,
180441               };
180442               
180443               static MetaProperty
180444               _CIM_SpanningTreeService_BridgeMaxAge =
180445               {
180446                   /* flags */
180447                   META_FLAG_PROPERTY|META_FLAG_READ,
180448                   /* name */
180449                   "BridgeMaxAge",
180450                   /* qualifiers */
180451                   _CIM_SpanningTreeService_BridgeMaxAge_qualifiers,
180452                   /* type */
180453 mike  1.1.2.1     CIMTYPE_UINT32,
180454                   /* subscript */
180455                   -1,
180456                   /* value */
180457                   0,
180458               };
180459               
180460               static const char*
180461               _CIM_SpanningTreeService_BridgeHelloTime_qualifiers[] =
180462               {
180463                   /* Units */
180464                   "\060Hundredths of Seconds",
180465                   /* MappingStrings */
180466                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpBridgeHelloTime\000",
180467                   0,
180468               };
180469               
180470               static MetaProperty
180471               _CIM_SpanningTreeService_BridgeHelloTime =
180472               {
180473                   /* flags */
180474 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
180475                   /* name */
180476                   "BridgeHelloTime",
180477                   /* qualifiers */
180478                   _CIM_SpanningTreeService_BridgeHelloTime_qualifiers,
180479                   /* type */
180480                   CIMTYPE_UINT32,
180481                   /* subscript */
180482                   -1,
180483                   /* value */
180484                   0,
180485               };
180486               
180487               static const char*
180488               _CIM_SpanningTreeService_BridgeForwardDelay_qualifiers[] =
180489               {
180490                   /* Units */
180491                   "\060Hundredths of Seconds",
180492                   /* MappingStrings */
180493                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpBridgeForwardDelay\000",
180494                   0,
180495 mike  1.1.2.1 };
180496               
180497               static MetaProperty
180498               _CIM_SpanningTreeService_BridgeForwardDelay =
180499               {
180500                   /* flags */
180501                   META_FLAG_PROPERTY|META_FLAG_READ,
180502                   /* name */
180503                   "BridgeForwardDelay",
180504                   /* qualifiers */
180505                   _CIM_SpanningTreeService_BridgeForwardDelay_qualifiers,
180506                   /* type */
180507                   CIMTYPE_UINT32,
180508                   /* subscript */
180509                   -1,
180510                   /* value */
180511                   0,
180512               };
180513               
180514               static MetaFeature*
180515               _CIM_SpanningTreeService_features[] =
180516 mike  1.1.2.1 {
180517                   (MetaFeature*)&_CIM_SpanningTreeService_ProtocolSpec,
180518                   (MetaFeature*)&_CIM_SpanningTreeService_Priority,
180519                   (MetaFeature*)&_CIM_SpanningTreeService_SpanningTreeBridgeAddress,
180520                   (MetaFeature*)&_CIM_SpanningTreeService_DesignatedRoot,
180521                   (MetaFeature*)&_CIM_SpanningTreeService_RootCost,
180522                   (MetaFeature*)&_CIM_SpanningTreeService_RootPort,
180523                   (MetaFeature*)&_CIM_SpanningTreeService_MaxAge,
180524                   (MetaFeature*)&_CIM_SpanningTreeService_HelloTime,
180525                   (MetaFeature*)&_CIM_SpanningTreeService_HoldTime,
180526                   (MetaFeature*)&_CIM_SpanningTreeService_ForwardDelay,
180527                   (MetaFeature*)&_CIM_SpanningTreeService_BridgeMaxAge,
180528                   (MetaFeature*)&_CIM_SpanningTreeService_BridgeHelloTime,
180529                   (MetaFeature*)&_CIM_SpanningTreeService_BridgeForwardDelay,
180530                   0,
180531               };
180532               
180533               static const char*
180534               __root_cimv2_CIM_SpanningTreeService_qualifiers[] =
180535               {
180536                   /* UMLPackagePath */
180537 mike  1.1.2.1     "\057CIM::Network::SwitchingBridging",
180538                   /* Version */
180539                   "\0632.7.0",
180540                   0,
180541               };
180542               
180543               MetaClass
180544               __root_cimv2_CIM_SpanningTreeService =
180545               {
180546                   /* flags */
180547                   META_FLAG_CLASS,
180548                   /* name */
180549                   "CIM_SpanningTreeService",
180550                   /* qualifiers */
180551                   __root_cimv2_CIM_SpanningTreeService_qualifiers,
180552                   /* super */
180553                   &__root_cimv2_CIM_ForwardingService,
180554                   /* features */
180555                   _CIM_SpanningTreeService_features,
180556               };
180557               
180558 mike  1.1.2.1 //==============================================================================
180559               //
180560               // Class: CIM_StorageHardwareIDManagementService
180561               //
180562               //==============================================================================
180563               
180564               static const char*
180565               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_ElementName_qualifiers[] =
180566               {
180567                   /* IN */
180568                   "\024\001",
180569                   0,
180570               };
180571               
180572               static MetaProperty
180573               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_ElementName =
180574               {
180575                   /* flags */
180576                   META_FLAG_PROPERTY|META_FLAG_IN,
180577                   /* name */
180578                   "ElementName",
180579 mike  1.1.2.1     /* qualifiers */
180580                   _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_ElementName_qualifiers,
180581                   /* type */
180582                   CIMTYPE_STRING,
180583                   /* subscript */
180584                   -1,
180585                   /* value */
180586                   0,
180587               };
180588               
180589               static const char*
180590               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_StorageID_qualifiers[] =
180591               {
180592                   /* IN */
180593                   "\024\001",
180594                   0,
180595               };
180596               
180597               static MetaProperty
180598               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_StorageID =
180599               {
180600 mike  1.1.2.1     /* flags */
180601                   META_FLAG_PROPERTY|META_FLAG_IN,
180602                   /* name */
180603                   "StorageID",
180604                   /* qualifiers */
180605                   _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_StorageID_qualifiers,
180606                   /* type */
180607                   CIMTYPE_STRING,
180608                   /* subscript */
180609                   -1,
180610                   /* value */
180611                   0,
180612               };
180613               
180614               static const char*
180615               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_IDType_qualifiers[] =
180616               {
180617                   /* IN */
180618                   "\024\001",
180619                   /* ValueMap */
180620                   "\061\000\0051\0002\0003\0004\0005\000",
180621 mike  1.1.2.1     /* Values */
180622                   "\062\000\005Other\000PortWWN\000NodeWWN\000Hostname\000iSCSI Name\000",
180623                   0,
180624               };
180625               
180626               static MetaProperty
180627               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_IDType =
180628               {
180629                   /* flags */
180630                   META_FLAG_PROPERTY|META_FLAG_IN,
180631                   /* name */
180632                   "IDType",
180633                   /* qualifiers */
180634                   _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_IDType_qualifiers,
180635                   /* type */
180636                   CIMTYPE_UINT16,
180637                   /* subscript */
180638                   -1,
180639                   /* value */
180640                   0,
180641               };
180642 mike  1.1.2.1 
180643               static const char*
180644               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_OtherIDType_qualifiers[] =
180645               {
180646                   /* IN */
180647                   "\024\001",
180648                   0,
180649               };
180650               
180651               static MetaProperty
180652               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_OtherIDType =
180653               {
180654                   /* flags */
180655                   META_FLAG_PROPERTY|META_FLAG_IN,
180656                   /* name */
180657                   "OtherIDType",
180658                   /* qualifiers */
180659                   _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_OtherIDType_qualifiers,
180660                   /* type */
180661                   CIMTYPE_STRING,
180662                   /* subscript */
180663 mike  1.1.2.1     -1,
180664                   /* value */
180665                   0,
180666               };
180667               
180668               static const char*
180669               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_Setting_qualifiers[] =
180670               {
180671                   /* IN */
180672                   "\024\001",
180673                   0,
180674               };
180675               
180676               static MetaReference
180677               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_Setting =
180678               {
180679                   /* flags */
180680                   META_FLAG_REFERENCE|META_FLAG_IN,
180681                   /* name */
180682                   "Setting",
180683                   /* qualifiers */
180684 mike  1.1.2.1     _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_Setting_qualifiers,
180685                   /* subscript */
180686                   -1,
180687                   /* ref */
180688                   &__root_cimv2_CIM_StorageClientSettingData,
180689               };
180690               
180691               static const char*
180692               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_HardwareID_qualifiers[] =
180693               {
180694                   /* IN */
180695                   "\024\000",
180696                   /* OUT */
180697                   "\043\001",
180698                   0,
180699               };
180700               
180701               static MetaReference
180702               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_HardwareID =
180703               {
180704                   /* flags */
180705 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_OUT,
180706                   /* name */
180707                   "HardwareID",
180708                   /* qualifiers */
180709                   _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_HardwareID_qualifiers,
180710                   /* subscript */
180711                   -1,
180712                   /* ref */
180713                   &__root_cimv2_CIM_StorageHardwareID,
180714               };
180715               
180716               static MetaFeature*
180717               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_parameters[] =
180718               {
180719                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_ElementName,
180720                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_StorageID,
180721                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_IDType,
180722                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_OtherIDType,
180723                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_Setting,
180724                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_HardwareID,
180725                   0,
180726 mike  1.1.2.1 };
180727               
180728               static const char*
180729               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_qualifiers[] =
180730               {
180731                   /* ValueMap */
180732                   "\061\000\0130\0001\0002\0003\0004\0005\0006..0xFFF\0000x1000\0000x1001\0000x1003..0x7FFF\0000x8000..\000",
180733                   /* Values */
180734                   "\062\000\013Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000DMTF Reserved\000ID already created\000Hardware implementation does not support specified IDType\000Method Reserved\000Vendor Specific\000",
180735                   0,
180736               };
180737               
180738               static MetaMethod
180739               _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID =
180740               {
180741                   /* flags */
180742                   META_FLAG_METHOD,
180743                   /* name */
180744                   "CIM_StorageHardwareIDManagementService",
180745                   /* qualifiers */
180746                   _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_qualifiers,
180747 mike  1.1.2.1     /* type */
180748                   CIMTYPE_UINT32,
180749                   /* parameters */
180750                   _CIM_StorageHardwareIDManagementService_CreateStorageHardwareID_parameters,
180751               };
180752               
180753               static const char*
180754               _CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID_HardwareID_qualifiers[] =
180755               {
180756                   /* IN */
180757                   "\024\001",
180758                   0,
180759               };
180760               
180761               static MetaReference
180762               _CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID_HardwareID =
180763               {
180764                   /* flags */
180765                   META_FLAG_REFERENCE|META_FLAG_IN,
180766                   /* name */
180767                   "HardwareID",
180768 mike  1.1.2.1     /* qualifiers */
180769                   _CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID_HardwareID_qualifiers,
180770                   /* subscript */
180771                   -1,
180772                   /* ref */
180773                   &__root_cimv2_CIM_StorageHardwareID,
180774               };
180775               
180776               static MetaFeature*
180777               _CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID_parameters[] =
180778               {
180779                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID_HardwareID,
180780                   0,
180781               };
180782               
180783               static const char*
180784               _CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID_qualifiers[] =
180785               {
180786                   /* ValueMap */
180787                   "\061\000\0120\0001\0002\0003\0004\0005\0006..0xFFF\0000x1000\0000x1001..0x7FFF\0000x8000..\000",
180788                   /* Values */
180789 mike  1.1.2.1     "\062\000\012Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000DMTF Reserved\000Specified instance not found\000Method Reserved\000Vendor Specific\000",
180790                   0,
180791               };
180792               
180793               static MetaMethod
180794               _CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID =
180795               {
180796                   /* flags */
180797                   META_FLAG_METHOD,
180798                   /* name */
180799                   "CIM_StorageHardwareIDManagementService",
180800                   /* qualifiers */
180801                   _CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID_qualifiers,
180802                   /* type */
180803                   CIMTYPE_UINT32,
180804                   /* parameters */
180805                   _CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID_parameters,
180806               };
180807               
180808               static const char*
180809               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_ElementName_qualifiers[] =
180810 mike  1.1.2.1 {
180811                   /* IN */
180812                   "\024\001",
180813                   0,
180814               };
180815               
180816               static MetaProperty
180817               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_ElementName =
180818               {
180819                   /* flags */
180820                   META_FLAG_PROPERTY|META_FLAG_IN,
180821                   /* name */
180822                   "ElementName",
180823                   /* qualifiers */
180824                   _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_ElementName_qualifiers,
180825                   /* type */
180826                   CIMTYPE_STRING,
180827                   /* subscript */
180828                   -1,
180829                   /* value */
180830                   0,
180831 mike  1.1.2.1 };
180832               
180833               static const char*
180834               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_StorageID_qualifiers[] =
180835               {
180836                   /* IN */
180837                   "\024\001",
180838                   0,
180839               };
180840               
180841               static MetaProperty
180842               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_StorageID =
180843               {
180844                   /* flags */
180845                   META_FLAG_PROPERTY|META_FLAG_IN,
180846                   /* name */
180847                   "StorageID",
180848                   /* qualifiers */
180849                   _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_StorageID_qualifiers,
180850                   /* type */
180851                   CIMTYPE_STRING,
180852 mike  1.1.2.1     /* subscript */
180853                   -1,
180854                   /* value */
180855                   0,
180856               };
180857               
180858               static const char*
180859               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_IDType_qualifiers[] =
180860               {
180861                   /* IN */
180862                   "\024\001",
180863                   /* ValueMap */
180864                   "\061\000\0051\0002\0003\0004\0005\000",
180865                   /* Values */
180866                   "\062\000\005Other\000PortWWN\000NodeWWN\000Hostname\000iSCSI Name\000",
180867                   0,
180868               };
180869               
180870               static MetaProperty
180871               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_IDType =
180872               {
180873 mike  1.1.2.1     /* flags */
180874                   META_FLAG_PROPERTY|META_FLAG_IN,
180875                   /* name */
180876                   "IDType",
180877                   /* qualifiers */
180878                   _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_IDType_qualifiers,
180879                   /* type */
180880                   CIMTYPE_UINT16,
180881                   /* subscript */
180882                   -1,
180883                   /* value */
180884                   0,
180885               };
180886               
180887               static const char*
180888               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_OtherIDType_qualifiers[] =
180889               {
180890                   /* IN */
180891                   "\024\001",
180892                   0,
180893               };
180894 mike  1.1.2.1 
180895               static MetaProperty
180896               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_OtherIDType =
180897               {
180898                   /* flags */
180899                   META_FLAG_PROPERTY|META_FLAG_IN,
180900                   /* name */
180901                   "OtherIDType",
180902                   /* qualifiers */
180903                   _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_OtherIDType_qualifiers,
180904                   /* type */
180905                   CIMTYPE_STRING,
180906                   /* subscript */
180907                   -1,
180908                   /* value */
180909                   0,
180910               };
180911               
180912               static const char*
180913               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_GatewayID_qualifiers[] =
180914               {
180915 mike  1.1.2.1     /* IN */
180916                   "\024\001",
180917                   0,
180918               };
180919               
180920               static MetaProperty
180921               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_GatewayID =
180922               {
180923                   /* flags */
180924                   META_FLAG_PROPERTY|META_FLAG_IN,
180925                   /* name */
180926                   "GatewayID",
180927                   /* qualifiers */
180928                   _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_GatewayID_qualifiers,
180929                   /* type */
180930                   CIMTYPE_STRING,
180931                   /* subscript */
180932                   -1,
180933                   /* value */
180934                   0,
180935               };
180936 mike  1.1.2.1 
180937               static const char*
180938               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_GatewayIDType_qualifiers[] =
180939               {
180940                   /* IN */
180941                   "\024\001",
180942                   /* ValueMap */
180943                   "\061\000\0051\0002\0003\0004\0005\000",
180944                   /* Values */
180945                   "\062\000\005Other\000PortWWN\000NodeWWN\000Hostname\000iSCSI Name\000",
180946                   0,
180947               };
180948               
180949               static MetaProperty
180950               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_GatewayIDType =
180951               {
180952                   /* flags */
180953                   META_FLAG_PROPERTY|META_FLAG_IN,
180954                   /* name */
180955                   "GatewayIDType",
180956                   /* qualifiers */
180957 mike  1.1.2.1     _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_GatewayIDType_qualifiers,
180958                   /* type */
180959                   CIMTYPE_UINT16,
180960                   /* subscript */
180961                   -1,
180962                   /* value */
180963                   0,
180964               };
180965               
180966               static const char*
180967               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_OtherGatewayIDType_qualifiers[] =
180968               {
180969                   /* IN */
180970                   "\024\001",
180971                   0,
180972               };
180973               
180974               static MetaProperty
180975               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_OtherGatewayIDType =
180976               {
180977                   /* flags */
180978 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_IN,
180979                   /* name */
180980                   "OtherGatewayIDType",
180981                   /* qualifiers */
180982                   _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_OtherGatewayIDType_qualifiers,
180983                   /* type */
180984                   CIMTYPE_STRING,
180985                   /* subscript */
180986                   -1,
180987                   /* value */
180988                   0,
180989               };
180990               
180991               static const char*
180992               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_NewGatewayPathID_qualifiers[] =
180993               {
180994                   /* IN */
180995                   "\024\000",
180996                   /* OUT */
180997                   "\043\001",
180998                   0,
180999 mike  1.1.2.1 };
181000               
181001               static MetaReference
181002               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_NewGatewayPathID =
181003               {
181004                   /* flags */
181005                   META_FLAG_REFERENCE|META_FLAG_OUT,
181006                   /* name */
181007                   "NewGatewayPathID",
181008                   /* qualifiers */
181009                   _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_NewGatewayPathID_qualifiers,
181010                   /* subscript */
181011                   -1,
181012                   /* ref */
181013                   &__root_cimv2_CIM_GatewayPathID,
181014               };
181015               
181016               static MetaFeature*
181017               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_parameters[] =
181018               {
181019                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateGatewayPathID_ElementName,
181020 mike  1.1.2.1     (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateGatewayPathID_StorageID,
181021                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateGatewayPathID_IDType,
181022                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateGatewayPathID_OtherIDType,
181023                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateGatewayPathID_GatewayID,
181024                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateGatewayPathID_GatewayIDType,
181025                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateGatewayPathID_OtherGatewayIDType,
181026                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateGatewayPathID_NewGatewayPathID,
181027                   0,
181028               };
181029               
181030               static const char*
181031               _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_qualifiers[] =
181032               {
181033                   /* ValueMap */
181034                   "\061\000\0150\0001\0002\0003\0004\0005\0006..0xFFF\0000x1000\0000x1001\0000x1003\0000x1004\0000x1005..0x7FFF\0000x8000..\000",
181035                   /* Values */
181036                   "\062\000\015Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000DMTF Reserved\000ID already created\000Hardware implementation does not support specified IDType\000GatewayPathID already created\000Hardware implementation does not support specified GatewayIDType\000Method Reserved\000Vendor Specific\000",
181037                   0,
181038               };
181039               
181040               static MetaMethod
181041 mike  1.1.2.1 _CIM_StorageHardwareIDManagementService_CreateGatewayPathID =
181042               {
181043                   /* flags */
181044                   META_FLAG_METHOD,
181045                   /* name */
181046                   "CIM_StorageHardwareIDManagementService",
181047                   /* qualifiers */
181048                   _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_qualifiers,
181049                   /* type */
181050                   CIMTYPE_UINT32,
181051                   /* parameters */
181052                   _CIM_StorageHardwareIDManagementService_CreateGatewayPathID_parameters,
181053               };
181054               
181055               static const char*
181056               _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_ElementName_qualifiers[] =
181057               {
181058                   /* IN */
181059                   "\024\001",
181060                   0,
181061               };
181062 mike  1.1.2.1 
181063               static MetaProperty
181064               _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_ElementName =
181065               {
181066                   /* flags */
181067                   META_FLAG_PROPERTY|META_FLAG_IN,
181068                   /* name */
181069                   "ElementName",
181070                   /* qualifiers */
181071                   _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_ElementName_qualifiers,
181072                   /* type */
181073                   CIMTYPE_STRING,
181074                   /* subscript */
181075                   -1,
181076                   /* value */
181077                   0,
181078               };
181079               
181080               static const char*
181081               _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_HardwareIDs_qualifiers[] =
181082               {
181083 mike  1.1.2.1     /* IN */
181084                   "\024\001",
181085                   0,
181086               };
181087               
181088               static MetaProperty
181089               _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_HardwareIDs =
181090               {
181091                   /* flags */
181092                   META_FLAG_PROPERTY|META_FLAG_IN,
181093                   /* name */
181094                   "HardwareIDs",
181095                   /* qualifiers */
181096                   _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_HardwareIDs_qualifiers,
181097                   /* type */
181098                   CIMTYPE_STRING,
181099                   /* subscript */
181100                   0,
181101                   /* value */
181102                   0,
181103               };
181104 mike  1.1.2.1 
181105               static const char*
181106               _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_Collection_qualifiers[] =
181107               {
181108                   /* IN */
181109                   "\024\000",
181110                   /* OUT */
181111                   "\043\001",
181112                   0,
181113               };
181114               
181115               static MetaReference
181116               _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_Collection =
181117               {
181118                   /* flags */
181119                   META_FLAG_REFERENCE|META_FLAG_OUT,
181120                   /* name */
181121                   "Collection",
181122                   /* qualifiers */
181123                   _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_Collection_qualifiers,
181124                   /* subscript */
181125 mike  1.1.2.1     -1,
181126                   /* ref */
181127                   &__root_cimv2_CIM_SystemSpecificCollection,
181128               };
181129               
181130               static MetaFeature*
181131               _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_parameters[] =
181132               {
181133                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_ElementName,
181134                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_HardwareIDs,
181135                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_Collection,
181136                   0,
181137               };
181138               
181139               static const char*
181140               _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_qualifiers[] =
181141               {
181142                   /* ValueMap */
181143                   "\061\000\0140\0001\0002\0003\0004\0005\0006..0xFFF\0000x1000\0000x1001\0000x1002\0000x1003..0x7FFF\0000x8000..\000",
181144                   /* Values */
181145                   "\062\000\014Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000DMTF Reserved\000Invalid HardwareID instance\000Implementation does not support hardware ID collections\000Input hardware IDs cannot be used in same collection\000Method Reserved\000Vendor Specific\000",
181146 mike  1.1.2.1     0,
181147               };
181148               
181149               static MetaMethod
181150               _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection =
181151               {
181152                   /* flags */
181153                   META_FLAG_METHOD,
181154                   /* name */
181155                   "CIM_StorageHardwareIDManagementService",
181156                   /* qualifiers */
181157                   _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_qualifiers,
181158                   /* type */
181159                   CIMTYPE_UINT32,
181160                   /* parameters */
181161                   _CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection_parameters,
181162               };
181163               
181164               static const char*
181165               _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_HardwareIDs_qualifiers[] =
181166               {
181167 mike  1.1.2.1     /* IN */
181168                   "\024\001",
181169                   0,
181170               };
181171               
181172               static MetaProperty
181173               _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_HardwareIDs =
181174               {
181175                   /* flags */
181176                   META_FLAG_PROPERTY|META_FLAG_IN,
181177                   /* name */
181178                   "HardwareIDs",
181179                   /* qualifiers */
181180                   _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_HardwareIDs_qualifiers,
181181                   /* type */
181182                   CIMTYPE_STRING,
181183                   /* subscript */
181184                   0,
181185                   /* value */
181186                   0,
181187               };
181188 mike  1.1.2.1 
181189               static const char*
181190               _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_Collection_qualifiers[] =
181191               {
181192                   /* IN */
181193                   "\024\001",
181194                   0,
181195               };
181196               
181197               static MetaReference
181198               _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_Collection =
181199               {
181200                   /* flags */
181201                   META_FLAG_REFERENCE|META_FLAG_IN,
181202                   /* name */
181203                   "Collection",
181204                   /* qualifiers */
181205                   _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_Collection_qualifiers,
181206                   /* subscript */
181207                   -1,
181208                   /* ref */
181209 mike  1.1.2.1     &__root_cimv2_CIM_SystemSpecificCollection,
181210               };
181211               
181212               static MetaFeature*
181213               _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_parameters[] =
181214               {
181215                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_HardwareIDs,
181216                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_Collection,
181217                   0,
181218               };
181219               
181220               static const char*
181221               _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_qualifiers[] =
181222               {
181223                   /* ValueMap */
181224                   "\061\000\0140\0001\0002\0003\0004\0005\0006..0xFFF\0000x1000\0000x1001\0000x1002\0000x1003..0x7FFF\0000x8000..\000",
181225                   /* Values */
181226                   "\062\000\014Success\000Not Supported\000Unspecified Error\000Timeout\000Failed\000Invalid Parameter\000DMTF Reserved\000Invalid LogicalDevice instance\000Implementation does not support device collections\000Input devices cannot be used in this collection\000Method Reserved\000Vendor Specific\000",
181227                   0,
181228               };
181229               
181230 mike  1.1.2.1 static MetaMethod
181231               _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection =
181232               {
181233                   /* flags */
181234                   META_FLAG_METHOD,
181235                   /* name */
181236                   "CIM_StorageHardwareIDManagementService",
181237                   /* qualifiers */
181238                   _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_qualifiers,
181239                   /* type */
181240                   CIMTYPE_UINT32,
181241                   /* parameters */
181242                   _CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection_parameters,
181243               };
181244               
181245               static MetaFeature*
181246               _CIM_StorageHardwareIDManagementService_features[] =
181247               {
181248                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateStorageHardwareID,
181249                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_DeleteStorageHardwareID,
181250                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateGatewayPathID,
181251 mike  1.1.2.1     (MetaFeature*)&_CIM_StorageHardwareIDManagementService_CreateHardwareIDCollection,
181252                   (MetaFeature*)&_CIM_StorageHardwareIDManagementService_AddHardwareIDsToCollection,
181253                   0,
181254               };
181255               
181256               static const char*
181257               __root_cimv2_CIM_StorageHardwareIDManagementService_qualifiers[] =
181258               {
181259                   /* UMLPackagePath */
181260                   "\057CIM::User::StorageHardwareID",
181261                   /* Version */
181262                   "\0632.8.1000",
181263                   0,
181264               };
181265               
181266               MetaClass
181267               __root_cimv2_CIM_StorageHardwareIDManagementService =
181268               {
181269                   /* flags */
181270                   META_FLAG_CLASS,
181271                   /* name */
181272 mike  1.1.2.1     "CIM_StorageHardwareIDManagementService",
181273                   /* qualifiers */
181274                   __root_cimv2_CIM_StorageHardwareIDManagementService_qualifiers,
181275                   /* super */
181276                   &__root_cimv2_CIM_AuthenticationService,
181277                   /* features */
181278                   _CIM_StorageHardwareIDManagementService_features,
181279               };
181280               
181281               //==============================================================================
181282               //
181283               // Class: CIM_SwapSpaceCheck
181284               //
181285               //==============================================================================
181286               
181287               static const char*
181288               _CIM_SwapSpaceCheck_SwapSpaceSize_qualifiers[] =
181289               {
181290                   /* Units */
181291                   "\060KiloBytes",
181292                   /* ModelCorrespondence */
181293 mike  1.1.2.1     "\036\000\001CIM_OperatingSystem.TotalSwapSpaceSize\000",
181294                   0,
181295               };
181296               
181297               static MetaProperty
181298               _CIM_SwapSpaceCheck_SwapSpaceSize =
181299               {
181300                   /* flags */
181301                   META_FLAG_PROPERTY|META_FLAG_READ,
181302                   /* name */
181303                   "SwapSpaceSize",
181304                   /* qualifiers */
181305                   _CIM_SwapSpaceCheck_SwapSpaceSize_qualifiers,
181306                   /* type */
181307                   CIMTYPE_UINT64,
181308                   /* subscript */
181309                   -1,
181310                   /* value */
181311                   0,
181312               };
181313               
181314 mike  1.1.2.1 static MetaFeature*
181315               _CIM_SwapSpaceCheck_features[] =
181316               {
181317                   (MetaFeature*)&_CIM_SwapSpaceCheck_SwapSpaceSize,
181318                   0,
181319               };
181320               
181321               static const char*
181322               __root_cimv2_CIM_SwapSpaceCheck_qualifiers[] =
181323               {
181324                   /* UMLPackagePath */
181325                   "\057CIM::Application::CheckAction",
181326                   /* Version */
181327                   "\0632.6.0",
181328                   0,
181329               };
181330               
181331               MetaClass
181332               __root_cimv2_CIM_SwapSpaceCheck =
181333               {
181334                   /* flags */
181335 mike  1.1.2.1     META_FLAG_CLASS,
181336                   /* name */
181337                   "CIM_SwapSpaceCheck",
181338                   /* qualifiers */
181339                   __root_cimv2_CIM_SwapSpaceCheck_qualifiers,
181340                   /* super */
181341                   &__root_cimv2_CIM_Check,
181342                   /* features */
181343                   _CIM_SwapSpaceCheck_features,
181344               };
181345               
181346               //==============================================================================
181347               //
181348               // Class: CIM_SwitchPortSourceRouting
181349               //
181350               //==============================================================================
181351               
181352               static const char*
181353               _CIM_SwitchPortSourceRouting_Antecedent_qualifiers[] =
181354               {
181355                   /* Override */
181356 mike  1.1.2.1     "\044Antecedent",
181357                   0,
181358               };
181359               
181360               static MetaReference
181361               _CIM_SwitchPortSourceRouting_Antecedent =
181362               {
181363                   /* flags */
181364                   META_FLAG_REFERENCE|META_FLAG_READ,
181365                   /* name */
181366                   "Antecedent",
181367                   /* qualifiers */
181368                   _CIM_SwitchPortSourceRouting_Antecedent_qualifiers,
181369                   /* subscript */
181370                   -1,
181371                   /* refId */
181372                   &__root_cimv2_CIM_SwitchPort,
181373               };
181374               
181375               static const char*
181376               _CIM_SwitchPortSourceRouting_Dependent_qualifiers[] =
181377 mike  1.1.2.1 {
181378                   /* Override */
181379                   "\044Dependent",
181380                   /* Max */
181381                   "\027\000\000\000\001",
181382                   0,
181383               };
181384               
181385               static MetaReference
181386               _CIM_SwitchPortSourceRouting_Dependent =
181387               {
181388                   /* flags */
181389                   META_FLAG_REFERENCE|META_FLAG_READ,
181390                   /* name */
181391                   "Dependent",
181392                   /* qualifiers */
181393                   _CIM_SwitchPortSourceRouting_Dependent_qualifiers,
181394                   /* subscript */
181395                   -1,
181396                   /* refId */
181397                   &__root_cimv2_CIM_SourceRoutingService,
181398 mike  1.1.2.1 };
181399               
181400               static const char*
181401               _CIM_SwitchPortSourceRouting_HopCount_qualifiers[] =
181402               {
181403                   /* MappingStrings */
181404                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortHopCount\000",
181405                   0,
181406               };
181407               
181408               static MetaProperty
181409               _CIM_SwitchPortSourceRouting_HopCount =
181410               {
181411                   /* flags */
181412                   META_FLAG_PROPERTY|META_FLAG_READ,
181413                   /* name */
181414                   "HopCount",
181415                   /* qualifiers */
181416                   _CIM_SwitchPortSourceRouting_HopCount_qualifiers,
181417                   /* type */
181418                   CIMTYPE_UINT16,
181419 mike  1.1.2.1     /* subscript */
181420                   -1,
181421                   /* value */
181422                   0,
181423               };
181424               
181425               static const char*
181426               _CIM_SwitchPortSourceRouting_LocalSegment_qualifiers[] =
181427               {
181428                   /* MappingStrings */
181429                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortLocalSegment\000",
181430                   0,
181431               };
181432               
181433               static MetaProperty
181434               _CIM_SwitchPortSourceRouting_LocalSegment =
181435               {
181436                   /* flags */
181437                   META_FLAG_PROPERTY|META_FLAG_READ,
181438                   /* name */
181439                   "LocalSegment",
181440 mike  1.1.2.1     /* qualifiers */
181441                   _CIM_SwitchPortSourceRouting_LocalSegment_qualifiers,
181442                   /* type */
181443                   CIMTYPE_UINT16,
181444                   /* subscript */
181445                   -1,
181446                   /* value */
181447                   0,
181448               };
181449               
181450               static const char*
181451               _CIM_SwitchPortSourceRouting_BridgeNum_qualifiers[] =
181452               {
181453                   /* MappingStrings */
181454                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortBridgeNum\000",
181455                   0,
181456               };
181457               
181458               static MetaProperty
181459               _CIM_SwitchPortSourceRouting_BridgeNum =
181460               {
181461 mike  1.1.2.1     /* flags */
181462                   META_FLAG_PROPERTY|META_FLAG_READ,
181463                   /* name */
181464                   "BridgeNum",
181465                   /* qualifiers */
181466                   _CIM_SwitchPortSourceRouting_BridgeNum_qualifiers,
181467                   /* type */
181468                   CIMTYPE_UINT16,
181469                   /* subscript */
181470                   -1,
181471                   /* value */
181472                   0,
181473               };
181474               
181475               static const char*
181476               _CIM_SwitchPortSourceRouting_TargetSegment_qualifiers[] =
181477               {
181478                   /* MappingStrings */
181479                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortTargetSegment\000",
181480                   0,
181481               };
181482 mike  1.1.2.1 
181483               static MetaProperty
181484               _CIM_SwitchPortSourceRouting_TargetSegment =
181485               {
181486                   /* flags */
181487                   META_FLAG_PROPERTY|META_FLAG_READ,
181488                   /* name */
181489                   "TargetSegment",
181490                   /* qualifiers */
181491                   _CIM_SwitchPortSourceRouting_TargetSegment_qualifiers,
181492                   /* type */
181493                   CIMTYPE_UINT16,
181494                   /* subscript */
181495                   -1,
181496                   /* value */
181497                   0,
181498               };
181499               
181500               static const char*
181501               _CIM_SwitchPortSourceRouting_STESpanMode_qualifiers[] =
181502               {
181503 mike  1.1.2.1     /* ValueMap */
181504                   "\061\000\0031\0002\0003\000",
181505                   /* Values */
181506                   "\062\000\003Auto-Span\000Disabled\000Forced\000",
181507                   /* MappingStrings */
181508                   "\026\000\001MIB.IETF|SOURCE-ROUTING-MIB.dot1dSrPortSTESpanMod\000",
181509                   /* ModelCorrespondence */
181510                   "\036\000\001CIM_SwitchPortSpanningTree.State\000",
181511                   0,
181512               };
181513               
181514               static MetaProperty
181515               _CIM_SwitchPortSourceRouting_STESpanMode =
181516               {
181517                   /* flags */
181518                   META_FLAG_PROPERTY|META_FLAG_READ,
181519                   /* name */
181520                   "STESpanMode",
181521                   /* qualifiers */
181522                   _CIM_SwitchPortSourceRouting_STESpanMode_qualifiers,
181523                   /* type */
181524 mike  1.1.2.1     CIMTYPE_UINT16,
181525                   /* subscript */
181526                   -1,
181527                   /* value */
181528                   0,
181529               };
181530               
181531               static MetaFeature*
181532               _CIM_SwitchPortSourceRouting_features[] =
181533               {
181534                   (MetaFeature*)&_CIM_SwitchPortSourceRouting_Antecedent,
181535                   (MetaFeature*)&_CIM_SwitchPortSourceRouting_Dependent,
181536                   (MetaFeature*)&_CIM_SwitchPortSourceRouting_HopCount,
181537                   (MetaFeature*)&_CIM_SwitchPortSourceRouting_LocalSegment,
181538                   (MetaFeature*)&_CIM_SwitchPortSourceRouting_BridgeNum,
181539                   (MetaFeature*)&_CIM_SwitchPortSourceRouting_TargetSegment,
181540                   (MetaFeature*)&_CIM_SwitchPortSourceRouting_STESpanMode,
181541                   0,
181542               };
181543               
181544               static const char*
181545 mike  1.1.2.1 __root_cimv2_CIM_SwitchPortSourceRouting_qualifiers[] =
181546               {
181547                   /* ASSOCIATION */
181548                   "\000\001",
181549                   /* UMLPackagePath */
181550                   "\057CIM::Network::SwitchingBridging",
181551                   /* Version */
181552                   "\0632.7.0",
181553                   0,
181554               };
181555               
181556               MetaClass
181557               __root_cimv2_CIM_SwitchPortSourceRouting =
181558               {
181559                   /* flags */
181560                   META_FLAG_ASSOCIATION,
181561                   /* name */
181562                   "CIM_SwitchPortSourceRouting",
181563                   /* qualifiers */
181564                   __root_cimv2_CIM_SwitchPortSourceRouting_qualifiers,
181565                   /* super */
181566 mike  1.1.2.1     &__root_cimv2_CIM_ServiceSAPDependency,
181567                   /* features */
181568                   _CIM_SwitchPortSourceRouting_features,
181569               };
181570               
181571               //==============================================================================
181572               //
181573               // Class: CIM_SwitchPortSpanningTree
181574               //
181575               //==============================================================================
181576               
181577               static const char*
181578               _CIM_SwitchPortSpanningTree_Antecedent_qualifiers[] =
181579               {
181580                   /* Override */
181581                   "\044Antecedent",
181582                   0,
181583               };
181584               
181585               static MetaReference
181586               _CIM_SwitchPortSpanningTree_Antecedent =
181587 mike  1.1.2.1 {
181588                   /* flags */
181589                   META_FLAG_REFERENCE|META_FLAG_READ,
181590                   /* name */
181591                   "Antecedent",
181592                   /* qualifiers */
181593                   _CIM_SwitchPortSpanningTree_Antecedent_qualifiers,
181594                   /* subscript */
181595                   -1,
181596                   /* refId */
181597                   &__root_cimv2_CIM_SwitchPort,
181598               };
181599               
181600               static const char*
181601               _CIM_SwitchPortSpanningTree_Dependent_qualifiers[] =
181602               {
181603                   /* Override */
181604                   "\044Dependent",
181605                   0,
181606               };
181607               
181608 mike  1.1.2.1 static MetaReference
181609               _CIM_SwitchPortSpanningTree_Dependent =
181610               {
181611                   /* flags */
181612                   META_FLAG_REFERENCE|META_FLAG_READ,
181613                   /* name */
181614                   "Dependent",
181615                   /* qualifiers */
181616                   _CIM_SwitchPortSpanningTree_Dependent_qualifiers,
181617                   /* subscript */
181618                   -1,
181619                   /* refId */
181620                   &__root_cimv2_CIM_SpanningTreeService,
181621               };
181622               
181623               static const char*
181624               _CIM_SwitchPortSpanningTree_Priority_qualifiers[] =
181625               {
181626                   /* MappingStrings */
181627                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPortPriority\000",
181628                   0,
181629 mike  1.1.2.1 };
181630               
181631               static MetaProperty
181632               _CIM_SwitchPortSpanningTree_Priority =
181633               {
181634                   /* flags */
181635                   META_FLAG_PROPERTY|META_FLAG_READ,
181636                   /* name */
181637                   "Priority",
181638                   /* qualifiers */
181639                   _CIM_SwitchPortSpanningTree_Priority_qualifiers,
181640                   /* type */
181641                   CIMTYPE_UINT8,
181642                   /* subscript */
181643                   -1,
181644                   /* value */
181645                   0,
181646               };
181647               
181648               static const char*
181649               _CIM_SwitchPortSpanningTree_State_qualifiers[] =
181650 mike  1.1.2.1 {
181651                   /* ValueMap */
181652                   "\061\000\0061\0002\0003\0004\0005\0006\000",
181653                   /* Values */
181654                   "\062\000\006Disabled\000Blocking\000Listening\000Learning\000Forwarding\000Broken\000",
181655                   /* MappingStrings */
181656                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPortState\000",
181657                   0,
181658               };
181659               
181660               static MetaProperty
181661               _CIM_SwitchPortSpanningTree_State =
181662               {
181663                   /* flags */
181664                   META_FLAG_PROPERTY|META_FLAG_READ,
181665                   /* name */
181666                   "State",
181667                   /* qualifiers */
181668                   _CIM_SwitchPortSpanningTree_State_qualifiers,
181669                   /* type */
181670                   CIMTYPE_UINT16,
181671 mike  1.1.2.1     /* subscript */
181672                   -1,
181673                   /* value */
181674                   0,
181675               };
181676               
181677               static const char*
181678               _CIM_SwitchPortSpanningTree_Enable_qualifiers[] =
181679               {
181680                   /* Deprecated */
181681                   "\013\000\001CIM_EnabledLogicalElement.EnabledState\000",
181682                   /* ValueMap */
181683                   "\061\000\0021\0002\000",
181684                   /* Values */
181685                   "\062\000\002Enabled\000Disabled\000",
181686                   /* MappingStrings */
181687                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPortEnable\000",
181688                   0,
181689               };
181690               
181691               static MetaProperty
181692 mike  1.1.2.1 _CIM_SwitchPortSpanningTree_Enable =
181693               {
181694                   /* flags */
181695                   META_FLAG_PROPERTY|META_FLAG_READ,
181696                   /* name */
181697                   "Enable",
181698                   /* qualifiers */
181699                   _CIM_SwitchPortSpanningTree_Enable_qualifiers,
181700                   /* type */
181701                   CIMTYPE_UINT16,
181702                   /* subscript */
181703                   -1,
181704                   /* value */
181705                   0,
181706               };
181707               
181708               static const char*
181709               _CIM_SwitchPortSpanningTree_PathCost_qualifiers[] =
181710               {
181711                   /* MappingStrings */
181712                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPortPathCost\000",
181713 mike  1.1.2.1     0,
181714               };
181715               
181716               static MetaProperty
181717               _CIM_SwitchPortSpanningTree_PathCost =
181718               {
181719                   /* flags */
181720                   META_FLAG_PROPERTY|META_FLAG_READ,
181721                   /* name */
181722                   "PathCost",
181723                   /* qualifiers */
181724                   _CIM_SwitchPortSpanningTree_PathCost_qualifiers,
181725                   /* type */
181726                   CIMTYPE_UINT16,
181727                   /* subscript */
181728                   -1,
181729                   /* value */
181730                   0,
181731               };
181732               
181733               static const char*
181734 mike  1.1.2.1 _CIM_SwitchPortSpanningTree_DesignatedRoot_qualifiers[] =
181735               {
181736                   /* MappingStrings */
181737                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPortDesignatedRoot\000",
181738                   0,
181739               };
181740               
181741               static MetaProperty
181742               _CIM_SwitchPortSpanningTree_DesignatedRoot =
181743               {
181744                   /* flags */
181745                   META_FLAG_PROPERTY|META_FLAG_READ,
181746                   /* name */
181747                   "DesignatedRoot",
181748                   /* qualifiers */
181749                   _CIM_SwitchPortSpanningTree_DesignatedRoot_qualifiers,
181750                   /* type */
181751                   CIMTYPE_STRING,
181752                   /* subscript */
181753                   -1,
181754                   /* value */
181755 mike  1.1.2.1     0,
181756               };
181757               
181758               static const char*
181759               _CIM_SwitchPortSpanningTree_DesignatedCost_qualifiers[] =
181760               {
181761                   /* MappingStrings */
181762                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPortDesignatedCost\000",
181763                   0,
181764               };
181765               
181766               static MetaProperty
181767               _CIM_SwitchPortSpanningTree_DesignatedCost =
181768               {
181769                   /* flags */
181770                   META_FLAG_PROPERTY|META_FLAG_READ,
181771                   /* name */
181772                   "DesignatedCost",
181773                   /* qualifiers */
181774                   _CIM_SwitchPortSpanningTree_DesignatedCost_qualifiers,
181775                   /* type */
181776 mike  1.1.2.1     CIMTYPE_UINT16,
181777                   /* subscript */
181778                   -1,
181779                   /* value */
181780                   0,
181781               };
181782               
181783               static const char*
181784               _CIM_SwitchPortSpanningTree_DesignatedBridge_qualifiers[] =
181785               {
181786                   /* MappingStrings */
181787                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPortDesignatedBridge\000",
181788                   0,
181789               };
181790               
181791               static MetaProperty
181792               _CIM_SwitchPortSpanningTree_DesignatedBridge =
181793               {
181794                   /* flags */
181795                   META_FLAG_PROPERTY|META_FLAG_READ,
181796                   /* name */
181797 mike  1.1.2.1     "DesignatedBridge",
181798                   /* qualifiers */
181799                   _CIM_SwitchPortSpanningTree_DesignatedBridge_qualifiers,
181800                   /* type */
181801                   CIMTYPE_STRING,
181802                   /* subscript */
181803                   -1,
181804                   /* value */
181805                   0,
181806               };
181807               
181808               static const char*
181809               _CIM_SwitchPortSpanningTree_DesignatedPort_qualifiers[] =
181810               {
181811                   /* MappingStrings */
181812                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dStpPortDesignatedPort\000",
181813                   0,
181814               };
181815               
181816               static MetaProperty
181817               _CIM_SwitchPortSpanningTree_DesignatedPort =
181818 mike  1.1.2.1 {
181819                   /* flags */
181820                   META_FLAG_PROPERTY|META_FLAG_READ,
181821                   /* name */
181822                   "DesignatedPort",
181823                   /* qualifiers */
181824                   _CIM_SwitchPortSpanningTree_DesignatedPort_qualifiers,
181825                   /* type */
181826                   CIMTYPE_UINT16,
181827                   /* subscript */
181828                   -1,
181829                   /* value */
181830                   0,
181831               };
181832               
181833               static MetaFeature*
181834               _CIM_SwitchPortSpanningTree_features[] =
181835               {
181836                   (MetaFeature*)&_CIM_SwitchPortSpanningTree_Antecedent,
181837                   (MetaFeature*)&_CIM_SwitchPortSpanningTree_Dependent,
181838                   (MetaFeature*)&_CIM_SwitchPortSpanningTree_Priority,
181839 mike  1.1.2.1     (MetaFeature*)&_CIM_SwitchPortSpanningTree_State,
181840                   (MetaFeature*)&_CIM_SwitchPortSpanningTree_Enable,
181841                   (MetaFeature*)&_CIM_SwitchPortSpanningTree_PathCost,
181842                   (MetaFeature*)&_CIM_SwitchPortSpanningTree_DesignatedRoot,
181843                   (MetaFeature*)&_CIM_SwitchPortSpanningTree_DesignatedCost,
181844                   (MetaFeature*)&_CIM_SwitchPortSpanningTree_DesignatedBridge,
181845                   (MetaFeature*)&_CIM_SwitchPortSpanningTree_DesignatedPort,
181846                   0,
181847               };
181848               
181849               static const char*
181850               __root_cimv2_CIM_SwitchPortSpanningTree_qualifiers[] =
181851               {
181852                   /* ASSOCIATION */
181853                   "\000\001",
181854                   /* UMLPackagePath */
181855                   "\057CIM::Network::SwitchingBridging",
181856                   /* Version */
181857                   "\0632.7.0",
181858                   0,
181859               };
181860 mike  1.1.2.1 
181861               MetaClass
181862               __root_cimv2_CIM_SwitchPortSpanningTree =
181863               {
181864                   /* flags */
181865                   META_FLAG_ASSOCIATION,
181866                   /* name */
181867                   "CIM_SwitchPortSpanningTree",
181868                   /* qualifiers */
181869                   __root_cimv2_CIM_SwitchPortSpanningTree_qualifiers,
181870                   /* super */
181871                   &__root_cimv2_CIM_ServiceSAPDependency,
181872                   /* features */
181873                   _CIM_SwitchPortSpanningTree_features,
181874               };
181875               
181876               //==============================================================================
181877               //
181878               // Class: CIM_SwitchService
181879               //
181880               //==============================================================================
181881 mike  1.1.2.1 
181882               static const char*
181883               _CIM_SwitchService_BridgeAddress_qualifiers[] =
181884               {
181885                   /* MaxLen */
181886                   "\030\000\000\000\040",
181887                   /* MappingStrings */
181888                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dBaseBridgeAddress\000",
181889                   /* ModelCorrespondence */
181890                   "\036\000\001CIM_SwitchService.BridgeAddressType\000",
181891                   0,
181892               };
181893               
181894               static MetaProperty
181895               _CIM_SwitchService_BridgeAddress =
181896               {
181897                   /* flags */
181898                   META_FLAG_PROPERTY|META_FLAG_READ,
181899                   /* name */
181900                   "BridgeAddress",
181901                   /* qualifiers */
181902 mike  1.1.2.1     _CIM_SwitchService_BridgeAddress_qualifiers,
181903                   /* type */
181904                   CIMTYPE_STRING,
181905                   /* subscript */
181906                   -1,
181907                   /* value */
181908                   0,
181909               };
181910               
181911               static const char*
181912               _CIM_SwitchService_NumPorts_qualifiers[] =
181913               {
181914                   /* MappingStrings */
181915                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dBaseNumPorts\000",
181916                   0,
181917               };
181918               
181919               static MetaProperty
181920               _CIM_SwitchService_NumPorts =
181921               {
181922                   /* flags */
181923 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
181924                   /* name */
181925                   "NumPorts",
181926                   /* qualifiers */
181927                   _CIM_SwitchService_NumPorts_qualifiers,
181928                   /* type */
181929                   CIMTYPE_UINT16,
181930                   /* subscript */
181931                   -1,
181932                   /* value */
181933                   0,
181934               };
181935               
181936               static const char*
181937               _CIM_SwitchService_BridgeType_qualifiers[] =
181938               {
181939                   /* ValueMap */
181940                   "\061\000\0041\0002\0003\0004\000",
181941                   /* Values */
181942                   "\062\000\004Unknown\000Transparent-only\000SourceRoute-only\000SRT\000",
181943                   /* MappingStrings */
181944 mike  1.1.2.1     "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dBaseType\000",
181945                   0,
181946               };
181947               
181948               static MetaProperty
181949               _CIM_SwitchService_BridgeType =
181950               {
181951                   /* flags */
181952                   META_FLAG_PROPERTY|META_FLAG_READ,
181953                   /* name */
181954                   "BridgeType",
181955                   /* qualifiers */
181956                   _CIM_SwitchService_BridgeType_qualifiers,
181957                   /* type */
181958                   CIMTYPE_UINT8,
181959                   /* subscript */
181960                   -1,
181961                   /* value */
181962                   0,
181963               };
181964               
181965 mike  1.1.2.1 static const char*
181966               _CIM_SwitchService_BridgeAddressType_qualifiers[] =
181967               {
181968                   /* ValueMap */
181969                   "\061\000\0051\0002\0003\0004\0005\000",
181970                   /* Values */
181971                   "\062\000\005Other\000IPv4\000IPv6\000MAC\000MAC + Spanning Tree Priority\000",
181972                   /* ModelCorrespondence */
181973                   "\036\000\001CIM_SwitchService.BridgeAddress\000",
181974                   0,
181975               };
181976               
181977               static MetaProperty
181978               _CIM_SwitchService_BridgeAddressType =
181979               {
181980                   /* flags */
181981                   META_FLAG_PROPERTY|META_FLAG_READ,
181982                   /* name */
181983                   "BridgeAddressType",
181984                   /* qualifiers */
181985                   _CIM_SwitchService_BridgeAddressType_qualifiers,
181986 mike  1.1.2.1     /* type */
181987                   CIMTYPE_UINT16,
181988                   /* subscript */
181989                   -1,
181990                   /* value */
181991                   0,
181992               };
181993               
181994               static MetaFeature*
181995               _CIM_SwitchService_features[] =
181996               {
181997                   (MetaFeature*)&_CIM_SwitchService_BridgeAddress,
181998                   (MetaFeature*)&_CIM_SwitchService_NumPorts,
181999                   (MetaFeature*)&_CIM_SwitchService_BridgeType,
182000                   (MetaFeature*)&_CIM_SwitchService_BridgeAddressType,
182001                   0,
182002               };
182003               
182004               static const char*
182005               __root_cimv2_CIM_SwitchService_qualifiers[] =
182006               {
182007 mike  1.1.2.1     /* UMLPackagePath */
182008                   "\057CIM::Network::SwitchingBridging",
182009                   /* Version */
182010                   "\0632.7.0",
182011                   0,
182012               };
182013               
182014               MetaClass
182015               __root_cimv2_CIM_SwitchService =
182016               {
182017                   /* flags */
182018                   META_FLAG_CLASS,
182019                   /* name */
182020                   "CIM_SwitchService",
182021                   /* qualifiers */
182022                   __root_cimv2_CIM_SwitchService_qualifiers,
182023                   /* super */
182024                   &__root_cimv2_CIM_ForwardingService,
182025                   /* features */
182026                   _CIM_SwitchService_features,
182027               };
182028 mike  1.1.2.1 
182029               //==============================================================================
182030               //
182031               // Class: CIM_SwitchServiceSourceRouting
182032               //
182033               //==============================================================================
182034               
182035               static const char*
182036               _CIM_SwitchServiceSourceRouting_GroupComponent_qualifiers[] =
182037               {
182038                   /* Aggregate */
182039                   "\003\001",
182040                   /* Override */
182041                   "\044GroupComponent",
182042                   /* Min */
182043                   "\033\000\000\000\001",
182044                   0,
182045               };
182046               
182047               static MetaReference
182048               _CIM_SwitchServiceSourceRouting_GroupComponent =
182049 mike  1.1.2.1 {
182050                   /* flags */
182051                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
182052                   /* name */
182053                   "GroupComponent",
182054                   /* qualifiers */
182055                   _CIM_SwitchServiceSourceRouting_GroupComponent_qualifiers,
182056                   /* subscript */
182057                   -1,
182058                   /* refId */
182059                   &__root_cimv2_CIM_SwitchService,
182060               };
182061               
182062               static const char*
182063               _CIM_SwitchServiceSourceRouting_PartComponent_qualifiers[] =
182064               {
182065                   /* Override */
182066                   "\044PartComponent",
182067                   0,
182068               };
182069               
182070 mike  1.1.2.1 static MetaReference
182071               _CIM_SwitchServiceSourceRouting_PartComponent =
182072               {
182073                   /* flags */
182074                   META_FLAG_REFERENCE|META_FLAG_READ,
182075                   /* name */
182076                   "PartComponent",
182077                   /* qualifiers */
182078                   _CIM_SwitchServiceSourceRouting_PartComponent_qualifiers,
182079                   /* subscript */
182080                   -1,
182081                   /* refId */
182082                   &__root_cimv2_CIM_SourceRoutingService,
182083               };
182084               
182085               static MetaFeature*
182086               _CIM_SwitchServiceSourceRouting_features[] =
182087               {
182088                   (MetaFeature*)&_CIM_SwitchServiceSourceRouting_GroupComponent,
182089                   (MetaFeature*)&_CIM_SwitchServiceSourceRouting_PartComponent,
182090                   0,
182091 mike  1.1.2.1 };
182092               
182093               static const char*
182094               __root_cimv2_CIM_SwitchServiceSourceRouting_qualifiers[] =
182095               {
182096                   /* ASSOCIATION */
182097                   "\000\001",
182098                   /* UMLPackagePath */
182099                   "\057CIM::Network::SwitchingBridging",
182100                   /* Aggregation */
182101                   "\004\001",
182102                   /* Version */
182103                   "\0632.6.0",
182104                   0,
182105               };
182106               
182107               MetaClass
182108               __root_cimv2_CIM_SwitchServiceSourceRouting =
182109               {
182110                   /* flags */
182111                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
182112 mike  1.1.2.1     /* name */
182113                   "CIM_SwitchServiceSourceRouting",
182114                   /* qualifiers */
182115                   __root_cimv2_CIM_SwitchServiceSourceRouting_qualifiers,
182116                   /* super */
182117                   &__root_cimv2_CIM_ServiceComponent,
182118                   /* features */
182119                   _CIM_SwitchServiceSourceRouting_features,
182120               };
182121               
182122               //==============================================================================
182123               //
182124               // Class: CIM_SwitchServiceSpanningTree
182125               //
182126               //==============================================================================
182127               
182128               static const char*
182129               _CIM_SwitchServiceSpanningTree_GroupComponent_qualifiers[] =
182130               {
182131                   /* Aggregate */
182132                   "\003\001",
182133 mike  1.1.2.1     /* Override */
182134                   "\044GroupComponent",
182135                   /* Min */
182136                   "\033\000\000\000\001",
182137                   0,
182138               };
182139               
182140               static MetaReference
182141               _CIM_SwitchServiceSpanningTree_GroupComponent =
182142               {
182143                   /* flags */
182144                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
182145                   /* name */
182146                   "GroupComponent",
182147                   /* qualifiers */
182148                   _CIM_SwitchServiceSpanningTree_GroupComponent_qualifiers,
182149                   /* subscript */
182150                   -1,
182151                   /* refId */
182152                   &__root_cimv2_CIM_SwitchService,
182153               };
182154 mike  1.1.2.1 
182155               static const char*
182156               _CIM_SwitchServiceSpanningTree_PartComponent_qualifiers[] =
182157               {
182158                   /* Override */
182159                   "\044PartComponent",
182160                   0,
182161               };
182162               
182163               static MetaReference
182164               _CIM_SwitchServiceSpanningTree_PartComponent =
182165               {
182166                   /* flags */
182167                   META_FLAG_REFERENCE|META_FLAG_READ,
182168                   /* name */
182169                   "PartComponent",
182170                   /* qualifiers */
182171                   _CIM_SwitchServiceSpanningTree_PartComponent_qualifiers,
182172                   /* subscript */
182173                   -1,
182174                   /* refId */
182175 mike  1.1.2.1     &__root_cimv2_CIM_SpanningTreeService,
182176               };
182177               
182178               static MetaFeature*
182179               _CIM_SwitchServiceSpanningTree_features[] =
182180               {
182181                   (MetaFeature*)&_CIM_SwitchServiceSpanningTree_GroupComponent,
182182                   (MetaFeature*)&_CIM_SwitchServiceSpanningTree_PartComponent,
182183                   0,
182184               };
182185               
182186               static const char*
182187               __root_cimv2_CIM_SwitchServiceSpanningTree_qualifiers[] =
182188               {
182189                   /* ASSOCIATION */
182190                   "\000\001",
182191                   /* UMLPackagePath */
182192                   "\057CIM::Network::SwitchingBridging",
182193                   /* Aggregation */
182194                   "\004\001",
182195                   /* Version */
182196 mike  1.1.2.1     "\0632.6.0",
182197                   0,
182198               };
182199               
182200               MetaClass
182201               __root_cimv2_CIM_SwitchServiceSpanningTree =
182202               {
182203                   /* flags */
182204                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
182205                   /* name */
182206                   "CIM_SwitchServiceSpanningTree",
182207                   /* qualifiers */
182208                   __root_cimv2_CIM_SwitchServiceSpanningTree_qualifiers,
182209                   /* super */
182210                   &__root_cimv2_CIM_ServiceComponent,
182211                   /* features */
182212                   _CIM_SwitchServiceSpanningTree_features,
182213               };
182214               
182215               //==============================================================================
182216               //
182217 mike  1.1.2.1 // Class: CIM_SwitchServiceVLAN
182218               //
182219               //==============================================================================
182220               
182221               static const char*
182222               _CIM_SwitchServiceVLAN_GroupComponent_qualifiers[] =
182223               {
182224                   /* Deprecated */
182225                   "\013\000\001No Value\000",
182226                   /* Aggregate */
182227                   "\003\001",
182228                   /* Override */
182229                   "\044GroupComponent",
182230                   /* Min */
182231                   "\033\000\000\000\001",
182232                   /* Max */
182233                   "\027\000\000\000\001",
182234                   0,
182235               };
182236               
182237               static MetaReference
182238 mike  1.1.2.1 _CIM_SwitchServiceVLAN_GroupComponent =
182239               {
182240                   /* flags */
182241                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
182242                   /* name */
182243                   "GroupComponent",
182244                   /* qualifiers */
182245                   _CIM_SwitchServiceVLAN_GroupComponent_qualifiers,
182246                   /* subscript */
182247                   -1,
182248                   /* refId */
182249                   &__root_cimv2_CIM_SwitchService,
182250               };
182251               
182252               static const char*
182253               _CIM_SwitchServiceVLAN_PartComponent_qualifiers[] =
182254               {
182255                   /* Deprecated */
182256                   "\013\000\001No Value\000",
182257                   /* Override */
182258                   "\044PartComponent",
182259 mike  1.1.2.1     0,
182260               };
182261               
182262               static MetaReference
182263               _CIM_SwitchServiceVLAN_PartComponent =
182264               {
182265                   /* flags */
182266                   META_FLAG_REFERENCE|META_FLAG_READ,
182267                   /* name */
182268                   "PartComponent",
182269                   /* qualifiers */
182270                   _CIM_SwitchServiceVLAN_PartComponent_qualifiers,
182271                   /* subscript */
182272                   -1,
182273                   /* refId */
182274                   &__root_cimv2_CIM_VLANService,
182275               };
182276               
182277               static MetaFeature*
182278               _CIM_SwitchServiceVLAN_features[] =
182279               {
182280 mike  1.1.2.1     (MetaFeature*)&_CIM_SwitchServiceVLAN_GroupComponent,
182281                   (MetaFeature*)&_CIM_SwitchServiceVLAN_PartComponent,
182282                   0,
182283               };
182284               
182285               static const char*
182286               __root_cimv2_CIM_SwitchServiceVLAN_qualifiers[] =
182287               {
182288                   /* ASSOCIATION */
182289                   "\000\001",
182290                   /* Deprecated */
182291                   "\013\000\001No Value\000",
182292                   /* UMLPackagePath */
182293                   "\057CIM::Network::VLAN",
182294                   /* Aggregation */
182295                   "\004\001",
182296                   /* Version */
182297                   "\0632.8.0",
182298                   0,
182299               };
182300               
182301 mike  1.1.2.1 MetaClass
182302               __root_cimv2_CIM_SwitchServiceVLAN =
182303               {
182304                   /* flags */
182305                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
182306                   /* name */
182307                   "CIM_SwitchServiceVLAN",
182308                   /* qualifiers */
182309                   __root_cimv2_CIM_SwitchServiceVLAN_qualifiers,
182310                   /* super */
182311                   &__root_cimv2_CIM_ServiceComponent,
182312                   /* features */
182313                   _CIM_SwitchServiceVLAN_features,
182314               };
182315               
182316               //==============================================================================
182317               //
182318               // Class: CIM_SystemPartition
182319               //
182320               //==============================================================================
182321               
182322 mike  1.1.2.1 static const char*
182323               _CIM_SystemPartition_GroupComponent_qualifiers[] =
182324               {
182325                   /* Aggregate */
182326                   "\003\001",
182327                   /* Override */
182328                   "\044GroupComponent",
182329                   /* Max */
182330                   "\027\000\000\000\001",
182331                   0,
182332               };
182333               
182334               static MetaReference
182335               _CIM_SystemPartition_GroupComponent =
182336               {
182337                   /* flags */
182338                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
182339                   /* name */
182340                   "GroupComponent",
182341                   /* qualifiers */
182342                   _CIM_SystemPartition_GroupComponent_qualifiers,
182343 mike  1.1.2.1     /* subscript */
182344                   -1,
182345                   /* refId */
182346                   &__root_cimv2_CIM_ComputerSystem,
182347               };
182348               
182349               static const char*
182350               _CIM_SystemPartition_PartComponent_qualifiers[] =
182351               {
182352                   /* Override */
182353                   "\044PartComponent",
182354                   0,
182355               };
182356               
182357               static MetaReference
182358               _CIM_SystemPartition_PartComponent =
182359               {
182360                   /* flags */
182361                   META_FLAG_REFERENCE|META_FLAG_READ,
182362                   /* name */
182363                   "PartComponent",
182364 mike  1.1.2.1     /* qualifiers */
182365                   _CIM_SystemPartition_PartComponent_qualifiers,
182366                   /* subscript */
182367                   -1,
182368                   /* refId */
182369                   &__root_cimv2_CIM_UnitaryComputerSystem,
182370               };
182371               
182372               static MetaFeature*
182373               _CIM_SystemPartition_features[] =
182374               {
182375                   (MetaFeature*)&_CIM_SystemPartition_GroupComponent,
182376                   (MetaFeature*)&_CIM_SystemPartition_PartComponent,
182377                   0,
182378               };
182379               
182380               static const char*
182381               __root_cimv2_CIM_SystemPartition_qualifiers[] =
182382               {
182383                   /* ASSOCIATION */
182384                   "\000\001",
182385 mike  1.1.2.1     /* UMLPackagePath */
182386                   "\057CIM::System::SystemElements",
182387                   /* Aggregation */
182388                   "\004\001",
182389                   /* Composition */
182390                   "\011\001",
182391                   /* Version */
182392                   "\0632.7.0",
182393                   0,
182394               };
182395               
182396               MetaClass
182397               __root_cimv2_CIM_SystemPartition =
182398               {
182399                   /* flags */
182400                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
182401                   /* name */
182402                   "CIM_SystemPartition",
182403                   /* qualifiers */
182404                   __root_cimv2_CIM_SystemPartition_qualifiers,
182405                   /* super */
182406 mike  1.1.2.1     &__root_cimv2_CIM_ComponentCS,
182407                   /* features */
182408                   _CIM_SystemPartition_features,
182409               };
182410               
182411               //==============================================================================
182412               //
182413               // Class: CIM_TransformOfSecurityAssociation
182414               //
182415               //==============================================================================
182416               
182417               static const char*
182418               _CIM_TransformOfSecurityAssociation_SettingData_qualifiers[] =
182419               {
182420                   /* Override */
182421                   "\044SettingData",
182422                   /* Min */
182423                   "\033\000\000\000\001",
182424                   /* Max */
182425                   "\027\000\000\000\001",
182426                   0,
182427 mike  1.1.2.1 };
182428               
182429               static MetaReference
182430               _CIM_TransformOfSecurityAssociation_SettingData =
182431               {
182432                   /* flags */
182433                   META_FLAG_REFERENCE|META_FLAG_READ,
182434                   /* name */
182435                   "SettingData",
182436                   /* qualifiers */
182437                   _CIM_TransformOfSecurityAssociation_SettingData_qualifiers,
182438                   /* subscript */
182439                   -1,
182440                   /* refId */
182441                   &__root_cimv2_CIM_SATransform,
182442               };
182443               
182444               static const char*
182445               _CIM_TransformOfSecurityAssociation_ManagedElement_qualifiers[] =
182446               {
182447                   /* Override */
182448 mike  1.1.2.1     "\044ManagedElement",
182449                   0,
182450               };
182451               
182452               static MetaReference
182453               _CIM_TransformOfSecurityAssociation_ManagedElement =
182454               {
182455                   /* flags */
182456                   META_FLAG_REFERENCE|META_FLAG_READ,
182457                   /* name */
182458                   "ManagedElement",
182459                   /* qualifiers */
182460                   _CIM_TransformOfSecurityAssociation_ManagedElement_qualifiers,
182461                   /* subscript */
182462                   -1,
182463                   /* refId */
182464                   &__root_cimv2_CIM_IPsecSAEndpoint,
182465               };
182466               
182467               static MetaFeature*
182468               _CIM_TransformOfSecurityAssociation_features[] =
182469 mike  1.1.2.1 {
182470                   (MetaFeature*)&_CIM_TransformOfSecurityAssociation_SettingData,
182471                   (MetaFeature*)&_CIM_TransformOfSecurityAssociation_ManagedElement,
182472                   0,
182473               };
182474               
182475               static const char*
182476               __root_cimv2_CIM_TransformOfSecurityAssociation_qualifiers[] =
182477               {
182478                   /* ASSOCIATION */
182479                   "\000\001",
182480                   /* UMLPackagePath */
182481                   "\057CIM::Network::IPsec",
182482                   /* Version */
182483                   "\0632.8.0",
182484                   0,
182485               };
182486               
182487               MetaClass
182488               __root_cimv2_CIM_TransformOfSecurityAssociation =
182489               {
182490 mike  1.1.2.1     /* flags */
182491                   META_FLAG_ASSOCIATION,
182492                   /* name */
182493                   "CIM_TransformOfSecurityAssociation",
182494                   /* qualifiers */
182495                   __root_cimv2_CIM_TransformOfSecurityAssociation_qualifiers,
182496                   /* super */
182497                   &__root_cimv2_CIM_ElementSettingData,
182498                   /* features */
182499                   _CIM_TransformOfSecurityAssociation_features,
182500               };
182501               
182502               //==============================================================================
182503               //
182504               // Class: CIM_TransparentBridgingService
182505               //
182506               //==============================================================================
182507               
182508               static const char*
182509               _CIM_TransparentBridgingService_AgingTime_qualifiers[] =
182510               {
182511 mike  1.1.2.1     /* Units */
182512                   "\060Seconds",
182513                   /* MappingStrings */
182514                   "\026\000\001MIB.IETF|BRIDGE-MIB.dot1dTpAgingTime\000",
182515                   0,
182516               };
182517               
182518               static MetaProperty
182519               _CIM_TransparentBridgingService_AgingTime =
182520               {
182521                   /* flags */
182522                   META_FLAG_PROPERTY|META_FLAG_READ,
182523                   /* name */
182524                   "AgingTime",
182525                   /* qualifiers */
182526                   _CIM_TransparentBridgingService_AgingTime_qualifiers,
182527                   /* type */
182528                   CIMTYPE_UINT32,
182529                   /* subscript */
182530                   -1,
182531                   /* value */
182532 mike  1.1.2.1     "\000\000\001\054",
182533               };
182534               
182535               static const char*
182536               _CIM_TransparentBridgingService_FID_qualifiers[] =
182537               {
182538                   0,
182539               };
182540               
182541               static MetaProperty
182542               _CIM_TransparentBridgingService_FID =
182543               {
182544                   /* flags */
182545                   META_FLAG_PROPERTY|META_FLAG_READ,
182546                   /* name */
182547                   "FID",
182548                   /* qualifiers */
182549                   _CIM_TransparentBridgingService_FID_qualifiers,
182550                   /* type */
182551                   CIMTYPE_UINT32,
182552                   /* subscript */
182553 mike  1.1.2.1     -1,
182554                   /* value */
182555                   0,
182556               };
182557               
182558               static MetaFeature*
182559               _CIM_TransparentBridgingService_features[] =
182560               {
182561                   (MetaFeature*)&_CIM_TransparentBridgingService_AgingTime,
182562                   (MetaFeature*)&_CIM_TransparentBridgingService_FID,
182563                   0,
182564               };
182565               
182566               static const char*
182567               __root_cimv2_CIM_TransparentBridgingService_qualifiers[] =
182568               {
182569                   /* UMLPackagePath */
182570                   "\057CIM::Network::SwitchingBridging",
182571                   /* Version */
182572                   "\0632.7.0",
182573                   0,
182574 mike  1.1.2.1 };
182575               
182576               MetaClass
182577               __root_cimv2_CIM_TransparentBridgingService =
182578               {
182579                   /* flags */
182580                   META_FLAG_CLASS,
182581                   /* name */
182582                   "CIM_TransparentBridgingService",
182583                   /* qualifiers */
182584                   __root_cimv2_CIM_TransparentBridgingService_qualifiers,
182585                   /* super */
182586                   &__root_cimv2_CIM_ForwardingService,
182587                   /* features */
182588                   _CIM_TransparentBridgingService_features,
182589               };
182590               
182591               //==============================================================================
182592               //
182593               // Class: CIM_TransparentBridgingStaticForwarding
182594               //
182595 mike  1.1.2.1 //==============================================================================
182596               
182597               static const char*
182598               _CIM_TransparentBridgingStaticForwarding_Antecedent_qualifiers[] =
182599               {
182600                   /* Override */
182601                   "\044Antecedent",
182602                   /* Min */
182603                   "\033\000\000\000\001",
182604                   /* Max */
182605                   "\027\000\000\000\001",
182606                   0,
182607               };
182608               
182609               static MetaReference
182610               _CIM_TransparentBridgingStaticForwarding_Antecedent =
182611               {
182612                   /* flags */
182613                   META_FLAG_REFERENCE|META_FLAG_READ,
182614                   /* name */
182615                   "Antecedent",
182616 mike  1.1.2.1     /* qualifiers */
182617                   _CIM_TransparentBridgingStaticForwarding_Antecedent_qualifiers,
182618                   /* subscript */
182619                   -1,
182620                   /* refId */
182621                   &__root_cimv2_CIM_TransparentBridgingService,
182622               };
182623               
182624               static const char*
182625               _CIM_TransparentBridgingStaticForwarding_Dependent_qualifiers[] =
182626               {
182627                   /* Override */
182628                   "\044Dependent",
182629                   /* Weak */
182630                   "\064\001",
182631                   0,
182632               };
182633               
182634               static MetaReference
182635               _CIM_TransparentBridgingStaticForwarding_Dependent =
182636               {
182637 mike  1.1.2.1     /* flags */
182638                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
182639                   /* name */
182640                   "Dependent",
182641                   /* qualifiers */
182642                   _CIM_TransparentBridgingStaticForwarding_Dependent_qualifiers,
182643                   /* subscript */
182644                   -1,
182645                   /* refId */
182646                   &__root_cimv2_CIM_StaticForwardingEntry,
182647               };
182648               
182649               static MetaFeature*
182650               _CIM_TransparentBridgingStaticForwarding_features[] =
182651               {
182652                   (MetaFeature*)&_CIM_TransparentBridgingStaticForwarding_Antecedent,
182653                   (MetaFeature*)&_CIM_TransparentBridgingStaticForwarding_Dependent,
182654                   0,
182655               };
182656               
182657               static const char*
182658 mike  1.1.2.1 __root_cimv2_CIM_TransparentBridgingStaticForwarding_qualifiers[] =
182659               {
182660                   /* ASSOCIATION */
182661                   "\000\001",
182662                   /* UMLPackagePath */
182663                   "\057CIM::Network::SwitchingBridging",
182664                   /* Version */
182665                   "\0632.6.0",
182666                   0,
182667               };
182668               
182669               MetaClass
182670               __root_cimv2_CIM_TransparentBridgingStaticForwarding =
182671               {
182672                   /* flags */
182673                   META_FLAG_ASSOCIATION,
182674                   /* name */
182675                   "CIM_TransparentBridgingStaticForwarding",
182676                   /* qualifiers */
182677                   __root_cimv2_CIM_TransparentBridgingStaticForwarding_qualifiers,
182678                   /* super */
182679 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
182680                   /* features */
182681                   _CIM_TransparentBridgingStaticForwarding_features,
182682               };
182683               
182684               //==============================================================================
182685               //
182686               // Class: CIM_TrustHierarchy
182687               //
182688               //==============================================================================
182689               
182690               static const char*
182691               _CIM_TrustHierarchy_Antecedent_qualifiers[] =
182692               {
182693                   /* Override */
182694                   "\044Antecedent",
182695                   /* Max */
182696                   "\027\000\000\000\001",
182697                   0,
182698               };
182699               
182700 mike  1.1.2.1 static MetaReference
182701               _CIM_TrustHierarchy_Antecedent =
182702               {
182703                   /* flags */
182704                   META_FLAG_REFERENCE|META_FLAG_READ,
182705                   /* name */
182706                   "Antecedent",
182707                   /* qualifiers */
182708                   _CIM_TrustHierarchy_Antecedent_qualifiers,
182709                   /* subscript */
182710                   -1,
182711                   /* refId */
182712                   &__root_cimv2_CIM_CredentialManagementService,
182713               };
182714               
182715               static const char*
182716               _CIM_TrustHierarchy_Dependent_qualifiers[] =
182717               {
182718                   /* Override */
182719                   "\044Dependent",
182720                   0,
182721 mike  1.1.2.1 };
182722               
182723               static MetaReference
182724               _CIM_TrustHierarchy_Dependent =
182725               {
182726                   /* flags */
182727                   META_FLAG_REFERENCE|META_FLAG_READ,
182728                   /* name */
182729                   "Dependent",
182730                   /* qualifiers */
182731                   _CIM_TrustHierarchy_Dependent_qualifiers,
182732                   /* subscript */
182733                   -1,
182734                   /* refId */
182735                   &__root_cimv2_CIM_CredentialManagementService,
182736               };
182737               
182738               static MetaFeature*
182739               _CIM_TrustHierarchy_features[] =
182740               {
182741                   (MetaFeature*)&_CIM_TrustHierarchy_Antecedent,
182742 mike  1.1.2.1     (MetaFeature*)&_CIM_TrustHierarchy_Dependent,
182743                   0,
182744               };
182745               
182746               static const char*
182747               __root_cimv2_CIM_TrustHierarchy_qualifiers[] =
182748               {
182749                   /* ASSOCIATION */
182750                   "\000\001",
182751                   /* UMLPackagePath */
182752                   "\057CIM::User::SecurityServices",
182753                   /* Version */
182754                   "\0632.6.0",
182755                   0,
182756               };
182757               
182758               MetaClass
182759               __root_cimv2_CIM_TrustHierarchy =
182760               {
182761                   /* flags */
182762                   META_FLAG_ASSOCIATION,
182763 mike  1.1.2.1     /* name */
182764                   "CIM_TrustHierarchy",
182765                   /* qualifiers */
182766                   __root_cimv2_CIM_TrustHierarchy_qualifiers,
182767                   /* super */
182768                   &__root_cimv2_CIM_Dependency,
182769                   /* features */
182770                   _CIM_TrustHierarchy_features,
182771               };
182772               
182773               //==============================================================================
182774               //
182775               // Class: CIM_USBControllerHasHub
182776               //
182777               //==============================================================================
182778               
182779               static const char*
182780               _CIM_USBControllerHasHub_Antecedent_qualifiers[] =
182781               {
182782                   /* Override */
182783                   "\044Antecedent",
182784 mike  1.1.2.1     /* Min */
182785                   "\033\000\000\000\001",
182786                   /* Max */
182787                   "\027\000\000\000\001",
182788                   0,
182789               };
182790               
182791               static MetaReference
182792               _CIM_USBControllerHasHub_Antecedent =
182793               {
182794                   /* flags */
182795                   META_FLAG_REFERENCE|META_FLAG_READ,
182796                   /* name */
182797                   "Antecedent",
182798                   /* qualifiers */
182799                   _CIM_USBControllerHasHub_Antecedent_qualifiers,
182800                   /* subscript */
182801                   -1,
182802                   /* refId */
182803                   &__root_cimv2_CIM_USBController,
182804               };
182805 mike  1.1.2.1 
182806               static const char*
182807               _CIM_USBControllerHasHub_Dependent_qualifiers[] =
182808               {
182809                   /* Override */
182810                   "\044Dependent",
182811                   /* Min */
182812                   "\033\000\000\000\001",
182813                   0,
182814               };
182815               
182816               static MetaReference
182817               _CIM_USBControllerHasHub_Dependent =
182818               {
182819                   /* flags */
182820                   META_FLAG_REFERENCE|META_FLAG_READ,
182821                   /* name */
182822                   "Dependent",
182823                   /* qualifiers */
182824                   _CIM_USBControllerHasHub_Dependent_qualifiers,
182825                   /* subscript */
182826 mike  1.1.2.1     -1,
182827                   /* refId */
182828                   &__root_cimv2_CIM_USBHub,
182829               };
182830               
182831               static MetaFeature*
182832               _CIM_USBControllerHasHub_features[] =
182833               {
182834                   (MetaFeature*)&_CIM_USBControllerHasHub_Antecedent,
182835                   (MetaFeature*)&_CIM_USBControllerHasHub_Dependent,
182836                   0,
182837               };
182838               
182839               static const char*
182840               __root_cimv2_CIM_USBControllerHasHub_qualifiers[] =
182841               {
182842                   /* ASSOCIATION */
182843                   "\000\001",
182844                   /* UMLPackagePath */
182845                   "\057CIM::Device::USB",
182846                   /* Version */
182847 mike  1.1.2.1     "\0632.6.0",
182848                   0,
182849               };
182850               
182851               MetaClass
182852               __root_cimv2_CIM_USBControllerHasHub =
182853               {
182854                   /* flags */
182855                   META_FLAG_ASSOCIATION,
182856                   /* name */
182857                   "CIM_USBControllerHasHub",
182858                   /* qualifiers */
182859                   __root_cimv2_CIM_USBControllerHasHub_qualifiers,
182860                   /* super */
182861                   &__root_cimv2_CIM_ControlledBy,
182862                   /* features */
182863                   _CIM_USBControllerHasHub_features,
182864               };
182865               
182866               //==============================================================================
182867               //
182868 mike  1.1.2.1 // Class: CIM_VerificationService
182869               //
182870               //==============================================================================
182871               
182872               static MetaFeature*
182873               _CIM_VerificationService_features[] =
182874               {
182875                   0,
182876               };
182877               
182878               static const char*
182879               __root_cimv2_CIM_VerificationService_qualifiers[] =
182880               {
182881                   /* UMLPackagePath */
182882                   "\057CIM::User::SecurityServices",
182883                   /* Version */
182884                   "\0632.6.0",
182885                   0,
182886               };
182887               
182888               MetaClass
182889 mike  1.1.2.1 __root_cimv2_CIM_VerificationService =
182890               {
182891                   /* flags */
182892                   META_FLAG_CLASS,
182893                   /* name */
182894                   "CIM_VerificationService",
182895                   /* qualifiers */
182896                   __root_cimv2_CIM_VerificationService_qualifiers,
182897                   /* super */
182898                   &__root_cimv2_CIM_AuthenticationService,
182899                   /* features */
182900                   _CIM_VerificationService_features,
182901               };
182902               
182903               //==============================================================================
182904               //
182905               // Class: CIM_VersionCompatibilityCheck
182906               //
182907               //==============================================================================
182908               
182909               static const char*
182910 mike  1.1.2.1 _CIM_VersionCompatibilityCheck_AllowDownVersion_qualifiers[] =
182911               {
182912                   0,
182913               };
182914               
182915               static MetaProperty
182916               _CIM_VersionCompatibilityCheck_AllowDownVersion =
182917               {
182918                   /* flags */
182919                   META_FLAG_PROPERTY|META_FLAG_READ,
182920                   /* name */
182921                   "AllowDownVersion",
182922                   /* qualifiers */
182923                   _CIM_VersionCompatibilityCheck_AllowDownVersion_qualifiers,
182924                   /* type */
182925                   CIMTYPE_BOOLEAN,
182926                   /* subscript */
182927                   -1,
182928                   /* value */
182929                   0,
182930               };
182931 mike  1.1.2.1 
182932               static const char*
182933               _CIM_VersionCompatibilityCheck_AllowMultipleVersions_qualifiers[] =
182934               {
182935                   0,
182936               };
182937               
182938               static MetaProperty
182939               _CIM_VersionCompatibilityCheck_AllowMultipleVersions =
182940               {
182941                   /* flags */
182942                   META_FLAG_PROPERTY|META_FLAG_READ,
182943                   /* name */
182944                   "AllowMultipleVersions",
182945                   /* qualifiers */
182946                   _CIM_VersionCompatibilityCheck_AllowMultipleVersions_qualifiers,
182947                   /* type */
182948                   CIMTYPE_BOOLEAN,
182949                   /* subscript */
182950                   -1,
182951                   /* value */
182952 mike  1.1.2.1     0,
182953               };
182954               
182955               static const char*
182956               _CIM_VersionCompatibilityCheck_Reinstall_qualifiers[] =
182957               {
182958                   0,
182959               };
182960               
182961               static MetaProperty
182962               _CIM_VersionCompatibilityCheck_Reinstall =
182963               {
182964                   /* flags */
182965                   META_FLAG_PROPERTY|META_FLAG_READ,
182966                   /* name */
182967                   "Reinstall",
182968                   /* qualifiers */
182969                   _CIM_VersionCompatibilityCheck_Reinstall_qualifiers,
182970                   /* type */
182971                   CIMTYPE_BOOLEAN,
182972                   /* subscript */
182973 mike  1.1.2.1     -1,
182974                   /* value */
182975                   0,
182976               };
182977               
182978               static MetaFeature*
182979               _CIM_VersionCompatibilityCheck_features[] =
182980               {
182981                   (MetaFeature*)&_CIM_VersionCompatibilityCheck_AllowDownVersion,
182982                   (MetaFeature*)&_CIM_VersionCompatibilityCheck_AllowMultipleVersions,
182983                   (MetaFeature*)&_CIM_VersionCompatibilityCheck_Reinstall,
182984                   0,
182985               };
182986               
182987               static const char*
182988               __root_cimv2_CIM_VersionCompatibilityCheck_qualifiers[] =
182989               {
182990                   /* UMLPackagePath */
182991                   "\057CIM::Application::CheckAction",
182992                   /* Version */
182993                   "\0632.6.0",
182994 mike  1.1.2.1     0,
182995               };
182996               
182997               MetaClass
182998               __root_cimv2_CIM_VersionCompatibilityCheck =
182999               {
183000                   /* flags */
183001                   META_FLAG_CLASS,
183002                   /* name */
183003                   "CIM_VersionCompatibilityCheck",
183004                   /* qualifiers */
183005                   __root_cimv2_CIM_VersionCompatibilityCheck_qualifiers,
183006                   /* super */
183007                   &__root_cimv2_CIM_Check,
183008                   /* features */
183009                   _CIM_VersionCompatibilityCheck_features,
183010               };
183011               
183012               //==============================================================================
183013               //
183014               // Class: CIM_AcceptCredentialFrom
183015 mike  1.1.2.1 //
183016               //==============================================================================
183017               
183018               static const char*
183019               _CIM_AcceptCredentialFrom_Antecedent_qualifiers[] =
183020               {
183021                   /* Override */
183022                   "\044Antecedent",
183023                   /* MappingStrings */
183024                   "\026\000\001IPSP Policy Model.IETF|AcceptCredentialFrom.Antecedent\000",
183025                   0,
183026               };
183027               
183028               static MetaReference
183029               _CIM_AcceptCredentialFrom_Antecedent =
183030               {
183031                   /* flags */
183032                   META_FLAG_REFERENCE|META_FLAG_READ,
183033                   /* name */
183034                   "Antecedent",
183035                   /* qualifiers */
183036 mike  1.1.2.1     _CIM_AcceptCredentialFrom_Antecedent_qualifiers,
183037                   /* subscript */
183038                   -1,
183039                   /* refId */
183040                   &__root_cimv2_CIM_CredentialManagementService,
183041               };
183042               
183043               static const char*
183044               _CIM_AcceptCredentialFrom_Dependent_qualifiers[] =
183045               {
183046                   /* Override */
183047                   "\044Dependent",
183048                   /* MappingStrings */
183049                   "\026\000\001IPSP Policy Model.IETF|AcceptCredentialFrom.Dependent\000",
183050                   0,
183051               };
183052               
183053               static MetaReference
183054               _CIM_AcceptCredentialFrom_Dependent =
183055               {
183056                   /* flags */
183057 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_READ,
183058                   /* name */
183059                   "Dependent",
183060                   /* qualifiers */
183061                   _CIM_AcceptCredentialFrom_Dependent_qualifiers,
183062                   /* subscript */
183063                   -1,
183064                   /* refId */
183065                   &__root_cimv2_CIM_PacketFilterCondition,
183066               };
183067               
183068               static MetaFeature*
183069               _CIM_AcceptCredentialFrom_features[] =
183070               {
183071                   (MetaFeature*)&_CIM_AcceptCredentialFrom_Antecedent,
183072                   (MetaFeature*)&_CIM_AcceptCredentialFrom_Dependent,
183073                   0,
183074               };
183075               
183076               static const char*
183077               __root_cimv2_CIM_AcceptCredentialFrom_qualifiers[] =
183078 mike  1.1.2.1 {
183079                   /* ASSOCIATION */
183080                   "\000\001",
183081                   /* UMLPackagePath */
183082                   "\057CIM::Policy",
183083                   /* Version */
183084                   "\0632.8",
183085                   /* MappingStrings */
183086                   "\026\000\001IPSP Policy Model.IETF|AcceptCredentialFrom\000",
183087                   0,
183088               };
183089               
183090               MetaClass
183091               __root_cimv2_CIM_AcceptCredentialFrom =
183092               {
183093                   /* flags */
183094                   META_FLAG_ASSOCIATION,
183095                   /* name */
183096                   "CIM_AcceptCredentialFrom",
183097                   /* qualifiers */
183098                   __root_cimv2_CIM_AcceptCredentialFrom_qualifiers,
183099 mike  1.1.2.1     /* super */
183100                   &__root_cimv2_CIM_Dependency,
183101                   /* features */
183102                   _CIM_AcceptCredentialFrom_features,
183103               };
183104               
183105               //==============================================================================
183106               //
183107               // Class: CIM_AccessLabelReader
183108               //
183109               //==============================================================================
183110               
183111               static const char*
183112               _CIM_AccessLabelReader_Antecedent_qualifiers[] =
183113               {
183114                   /* Override */
183115                   "\044Antecedent",
183116                   0,
183117               };
183118               
183119               static MetaReference
183120 mike  1.1.2.1 _CIM_AccessLabelReader_Antecedent =
183121               {
183122                   /* flags */
183123                   META_FLAG_REFERENCE|META_FLAG_READ,
183124                   /* name */
183125                   "Antecedent",
183126                   /* qualifiers */
183127                   _CIM_AccessLabelReader_Antecedent_qualifiers,
183128                   /* subscript */
183129                   -1,
183130                   /* refId */
183131                   &__root_cimv2_CIM_LabelReader,
183132               };
183133               
183134               static const char*
183135               _CIM_AccessLabelReader_Dependent_qualifiers[] =
183136               {
183137                   /* Override */
183138                   "\044Dependent",
183139                   0,
183140               };
183141 mike  1.1.2.1 
183142               static MetaReference
183143               _CIM_AccessLabelReader_Dependent =
183144               {
183145                   /* flags */
183146                   META_FLAG_REFERENCE|META_FLAG_READ,
183147                   /* name */
183148                   "Dependent",
183149                   /* qualifiers */
183150                   _CIM_AccessLabelReader_Dependent_qualifiers,
183151                   /* subscript */
183152                   -1,
183153                   /* refId */
183154                   &__root_cimv2_CIM_MediaAccessDevice,
183155               };
183156               
183157               static MetaFeature*
183158               _CIM_AccessLabelReader_features[] =
183159               {
183160                   (MetaFeature*)&_CIM_AccessLabelReader_Antecedent,
183161                   (MetaFeature*)&_CIM_AccessLabelReader_Dependent,
183162 mike  1.1.2.1     0,
183163               };
183164               
183165               static const char*
183166               __root_cimv2_CIM_AccessLabelReader_qualifiers[] =
183167               {
183168                   /* ASSOCIATION */
183169                   "\000\001",
183170                   /* UMLPackagePath */
183171                   "\057CIM::Device::StorageLib",
183172                   /* Version */
183173                   "\0632.6.0",
183174                   0,
183175               };
183176               
183177               MetaClass
183178               __root_cimv2_CIM_AccessLabelReader =
183179               {
183180                   /* flags */
183181                   META_FLAG_ASSOCIATION,
183182                   /* name */
183183 mike  1.1.2.1     "CIM_AccessLabelReader",
183184                   /* qualifiers */
183185                   __root_cimv2_CIM_AccessLabelReader_qualifiers,
183186                   /* super */
183187                   &__root_cimv2_CIM_AssociatedLabelReader,
183188                   /* features */
183189                   _CIM_AccessLabelReader_features,
183190               };
183191               
183192               //==============================================================================
183193               //
183194               // Class: CIM_AFService
183195               //
183196               //==============================================================================
183197               
183198               static const char*
183199               _CIM_AFService_ClassNumber_qualifiers[] =
183200               {
183201                   0,
183202               };
183203               
183204 mike  1.1.2.1 static MetaProperty
183205               _CIM_AFService_ClassNumber =
183206               {
183207                   /* flags */
183208                   META_FLAG_PROPERTY|META_FLAG_READ,
183209                   /* name */
183210                   "ClassNumber",
183211                   /* qualifiers */
183212                   _CIM_AFService_ClassNumber_qualifiers,
183213                   /* type */
183214                   CIMTYPE_UINT8,
183215                   /* subscript */
183216                   -1,
183217                   /* value */
183218                   0,
183219               };
183220               
183221               static const char*
183222               _CIM_AFService_DropperNumber_qualifiers[] =
183223               {
183224                   0,
183225 mike  1.1.2.1 };
183226               
183227               static MetaProperty
183228               _CIM_AFService_DropperNumber =
183229               {
183230                   /* flags */
183231                   META_FLAG_PROPERTY|META_FLAG_READ,
183232                   /* name */
183233                   "DropperNumber",
183234                   /* qualifiers */
183235                   _CIM_AFService_DropperNumber_qualifiers,
183236                   /* type */
183237                   CIMTYPE_UINT8,
183238                   /* subscript */
183239                   -1,
183240                   /* value */
183241                   0,
183242               };
183243               
183244               static MetaFeature*
183245               _CIM_AFService_features[] =
183246 mike  1.1.2.1 {
183247                   (MetaFeature*)&_CIM_AFService_ClassNumber,
183248                   (MetaFeature*)&_CIM_AFService_DropperNumber,
183249                   0,
183250               };
183251               
183252               static const char*
183253               __root_cimv2_CIM_AFService_qualifiers[] =
183254               {
183255                   /* UMLPackagePath */
183256                   "\057CIM::Network::QoS",
183257                   /* Version */
183258                   "\0632.7.0",
183259                   0,
183260               };
183261               
183262               MetaClass
183263               __root_cimv2_CIM_AFService =
183264               {
183265                   /* flags */
183266                   META_FLAG_CLASS,
183267 mike  1.1.2.1     /* name */
183268                   "CIM_AFService",
183269                   /* qualifiers */
183270                   __root_cimv2_CIM_AFService_qualifiers,
183271                   /* super */
183272                   &__root_cimv2_CIM_DiffServService,
183273                   /* features */
183274                   _CIM_AFService_features,
183275               };
183276               
183277               //==============================================================================
183278               //
183279               // Class: CIM_ArchitectureCheck
183280               //
183281               //==============================================================================
183282               
183283               static const char*
183284               _CIM_ArchitectureCheck_ArchitectureType_qualifiers[] =
183285               {
183286                   /* ValueMap */
183287                   "\061\000\1561\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00024\00025\00026\00027\00028\00029\00030\00031\00032\00033\00034\00035\00036\00037\00038\00039\00048\00049\00050\00051\00052\00053\00054\00055\00064\00065\00066\00067\00068\00069\00080\00081\00082\00083\00084\00085\00086\00087\00088\00096\00097\00098\00099\000100\000101\000112\000120\000121\000122\000128\000130\000131\000132\000133\000134\000144\000145\000146\000147\000148\000149\000150\000160\000176\000177\000178\000179\000180\000181\000182\000183\000184\000185\000190\000200\000201\000202\000203\000204\000250\000251\000260\000261\000280\000281\000300\000301\000302\000320\000350\000500\000",
183288 mike  1.1.2.1     /* Values */
183289                   "\062\000\156Other\000Unknown\0008086\00080286\00080386\00080486\0008087\00080287\00080387\00080487\000Pentium(R) brand\000Pentium(R) Pro\000Pentium(R) II\000Pentium(R) processor with MMX(TM) technology\000Celeron(TM)\000Pentium(R) II Xeon(TM)\000Pentium(R) III\000M1 Family\000M2 Family\000K5 Family\000K6 Family\000K6-2\000K6-3\000AMD Athlon(TM) Processor Family\000AMD(R) Duron(TM) Processor\000AMD29000 Family\000K6-2+\000Power PC Family\000Power PC 601\000Power PC 603\000Power PC 603+\000Power PC 604\000Power PC 620\000Power PC X704\000Power PC 750\000Alpha Family\000Alpha 21064\000Alpha 21066\000Alpha 21164\000Alpha 21164PC\000Alpha 21164a\000Alpha 21264\000Alpha 21364\000MIPS Family\000MIPS R4000\000MIPS R4200\000MIPS R4400\000MIPS R4600\000MIPS R10000\000SPARC Family\000SuperSPARC\000microSPARC II\000microSPARC IIep\000UltraSPARC\000UltraSPARC II\000UltraSPARC IIi\000UltraSPARC III\000UltraSPARC IIIi\00068040\00068xxx Family\00068000\00068010\00068020\00068030\000Hobbit Family\000Crusoe(TM) TM5000 Family\000Crusoe(TM) TM3000 Family\000Efficeon(TM) TM8000 Family\000Weitek\000Itanium(TM) Processor\000AMD Athlon(TM) 64 Processor Family\000AMD Opteron(TM) Processor Family\000AMD Sempron(TM) Processor Family\000AMD Turion(TM) 64 Mobile Technology\000PA-RISC Family\000PA-RISC 8500\000PA-RISC 8000\000PA-RISC 7300LC\000PA-RISC 7200\000PA-RISC 7100LC\000PA-RISC 7100\000V30 Family\000Pentium(R) III Xeon(TM)\000Pentium(R) III Processor with Intel(R) SpeedStep(TM) Technology\000Pentium(R) 4\000Intel(R) Xeon(TM)\000AS400 Family\000Intel(R) Xeon(TM) processor MP\000AMD Athlon(TM) XP Family\000AMD Athlon(TM) MP Family\000Intel(R) Itanium(R) 2\000Intel(R) Pentium(R) M processor\000K7\000S/390 and zSeries Family\000ESA/390 G4\000ESA/390 G5\000ESA/390 G6\000z/Architectur base\000i860\000i960\000SH-3\000SH-4\000ARM\000StrongARM\0006x86\000MediaGX\000MII\000WinChip\000DSP\000Video Processor\000",
183290                   /* MappingStrings */
183291                   "\026\000\001MIF.DMTF|Processor|017.3\000",
183292                   /* ModelCorrespondence */
183293                   "\036\000\001CIM_Processor.Family\000",
183294                   0,
183295               };
183296               
183297               static MetaProperty
183298               _CIM_ArchitectureCheck_ArchitectureType =
183299               {
183300                   /* flags */
183301                   META_FLAG_PROPERTY|META_FLAG_READ,
183302                   /* name */
183303                   "ArchitectureType",
183304                   /* qualifiers */
183305                   _CIM_ArchitectureCheck_ArchitectureType_qualifiers,
183306                   /* type */
183307                   CIMTYPE_UINT16,
183308                   /* subscript */
183309 mike  1.1.2.1     -1,
183310                   /* value */
183311                   0,
183312               };
183313               
183314               static MetaFeature*
183315               _CIM_ArchitectureCheck_features[] =
183316               {
183317                   (MetaFeature*)&_CIM_ArchitectureCheck_ArchitectureType,
183318                   0,
183319               };
183320               
183321               static const char*
183322               __root_cimv2_CIM_ArchitectureCheck_qualifiers[] =
183323               {
183324                   /* UMLPackagePath */
183325                   "\057CIM::Application::CheckAction",
183326                   /* Version */
183327                   "\0632.7.0",
183328                   0,
183329               };
183330 mike  1.1.2.1 
183331               MetaClass
183332               __root_cimv2_CIM_ArchitectureCheck =
183333               {
183334                   /* flags */
183335                   META_FLAG_CLASS,
183336                   /* name */
183337                   "CIM_ArchitectureCheck",
183338                   /* qualifiers */
183339                   __root_cimv2_CIM_ArchitectureCheck_qualifiers,
183340                   /* super */
183341                   &__root_cimv2_CIM_Check,
183342                   /* features */
183343                   _CIM_ArchitectureCheck_features,
183344               };
183345               
183346               //==============================================================================
183347               //
183348               // Class: CIM_AreaOfConfiguration
183349               //
183350               //==============================================================================
183351 mike  1.1.2.1 
183352               static const char*
183353               _CIM_AreaOfConfiguration_Antecedent_qualifiers[] =
183354               {
183355                   /* Override */
183356                   "\044Antecedent",
183357                   /* Max */
183358                   "\027\000\000\000\001",
183359                   0,
183360               };
183361               
183362               static MetaReference
183363               _CIM_AreaOfConfiguration_Antecedent =
183364               {
183365                   /* flags */
183366                   META_FLAG_REFERENCE|META_FLAG_READ,
183367                   /* name */
183368                   "Antecedent",
183369                   /* qualifiers */
183370                   _CIM_AreaOfConfiguration_Antecedent_qualifiers,
183371                   /* subscript */
183372 mike  1.1.2.1     -1,
183373                   /* refId */
183374                   &__root_cimv2_CIM_OSPFArea,
183375               };
183376               
183377               static const char*
183378               _CIM_AreaOfConfiguration_Dependent_qualifiers[] =
183379               {
183380                   /* Override */
183381                   "\044Dependent",
183382                   0,
183383               };
183384               
183385               static MetaReference
183386               _CIM_AreaOfConfiguration_Dependent =
183387               {
183388                   /* flags */
183389                   META_FLAG_REFERENCE|META_FLAG_READ,
183390                   /* name */
183391                   "Dependent",
183392                   /* qualifiers */
183393 mike  1.1.2.1     _CIM_AreaOfConfiguration_Dependent_qualifiers,
183394                   /* subscript */
183395                   -1,
183396                   /* refId */
183397                   &__root_cimv2_CIM_OSPFAreaConfiguration,
183398               };
183399               
183400               static MetaFeature*
183401               _CIM_AreaOfConfiguration_features[] =
183402               {
183403                   (MetaFeature*)&_CIM_AreaOfConfiguration_Antecedent,
183404                   (MetaFeature*)&_CIM_AreaOfConfiguration_Dependent,
183405                   0,
183406               };
183407               
183408               static const char*
183409               __root_cimv2_CIM_AreaOfConfiguration_qualifiers[] =
183410               {
183411                   /* ASSOCIATION */
183412                   "\000\001",
183413                   /* UMLPackagePath */
183414 mike  1.1.2.1     "\057CIM::Network::OSPF",
183415                   /* Version */
183416                   "\0632.7.0",
183417                   0,
183418               };
183419               
183420               MetaClass
183421               __root_cimv2_CIM_AreaOfConfiguration =
183422               {
183423                   /* flags */
183424                   META_FLAG_ASSOCIATION,
183425                   /* name */
183426                   "CIM_AreaOfConfiguration",
183427                   /* qualifiers */
183428                   __root_cimv2_CIM_AreaOfConfiguration_qualifiers,
183429                   /* super */
183430                   &__root_cimv2_CIM_Dependency,
183431                   /* features */
183432                   _CIM_AreaOfConfiguration_features,
183433               };
183434               
183435 mike  1.1.2.1 //==============================================================================
183436               //
183437               // Class: CIM_ASBGPEndpoints
183438               //
183439               //==============================================================================
183440               
183441               static const char*
183442               _CIM_ASBGPEndpoints_GroupComponent_qualifiers[] =
183443               {
183444                   /* Aggregate */
183445                   "\003\001",
183446                   /* Override */
183447                   "\044GroupComponent",
183448                   /* Max */
183449                   "\027\000\000\000\001",
183450                   0,
183451               };
183452               
183453               static MetaReference
183454               _CIM_ASBGPEndpoints_GroupComponent =
183455               {
183456 mike  1.1.2.1     /* flags */
183457                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
183458                   /* name */
183459                   "GroupComponent",
183460                   /* qualifiers */
183461                   _CIM_ASBGPEndpoints_GroupComponent_qualifiers,
183462                   /* subscript */
183463                   -1,
183464                   /* refId */
183465                   &__root_cimv2_CIM_AutonomousSystem,
183466               };
183467               
183468               static const char*
183469               _CIM_ASBGPEndpoints_PartComponent_qualifiers[] =
183470               {
183471                   /* Override */
183472                   "\044PartComponent",
183473                   0,
183474               };
183475               
183476               static MetaReference
183477 mike  1.1.2.1 _CIM_ASBGPEndpoints_PartComponent =
183478               {
183479                   /* flags */
183480                   META_FLAG_REFERENCE|META_FLAG_READ,
183481                   /* name */
183482                   "PartComponent",
183483                   /* qualifiers */
183484                   _CIM_ASBGPEndpoints_PartComponent_qualifiers,
183485                   /* subscript */
183486                   -1,
183487                   /* refId */
183488                   &__root_cimv2_CIM_BGPProtocolEndpoint,
183489               };
183490               
183491               static MetaFeature*
183492               _CIM_ASBGPEndpoints_features[] =
183493               {
183494                   (MetaFeature*)&_CIM_ASBGPEndpoints_GroupComponent,
183495                   (MetaFeature*)&_CIM_ASBGPEndpoints_PartComponent,
183496                   0,
183497               };
183498 mike  1.1.2.1 
183499               static const char*
183500               __root_cimv2_CIM_ASBGPEndpoints_qualifiers[] =
183501               {
183502                   /* ASSOCIATION */
183503                   "\000\001",
183504                   /* UMLPackagePath */
183505                   "\057CIM::Network::ProtocolEndpoints",
183506                   /* Aggregation */
183507                   "\004\001",
183508                   /* Composition */
183509                   "\011\001",
183510                   /* Version */
183511                   "\0632.7.0",
183512                   0,
183513               };
183514               
183515               MetaClass
183516               __root_cimv2_CIM_ASBGPEndpoints =
183517               {
183518                   /* flags */
183519 mike  1.1.2.1     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
183520                   /* name */
183521                   "CIM_ASBGPEndpoints",
183522                   /* qualifiers */
183523                   __root_cimv2_CIM_ASBGPEndpoints_qualifiers,
183524                   /* super */
183525                   &__root_cimv2_CIM_SystemComponent,
183526                   /* features */
183527                   _CIM_ASBGPEndpoints_features,
183528               };
183529               
183530               //==============================================================================
183531               //
183532               // Class: CIM_AssociatedCacheMemory
183533               //
183534               //==============================================================================
183535               
183536               static const char*
183537               _CIM_AssociatedCacheMemory_Level_qualifiers[] =
183538               {
183539                   /* ValueMap */
183540 mike  1.1.2.1     "\061\000\0060\0001\0002\0003\0004\0005\000",
183541                   /* Values */
183542                   "\062\000\006Unknown\000Other\000Not Applicable\000Primary\000Secondary\000Tertiary\000",
183543                   /* MappingStrings */
183544                   "\026\000\001MIF.DMTF|System Cache|006.2\000",
183545                   /* ModelCorrespondence */
183546                   "\036\000\001CIM_AssociatedCacheMemory.OtherLevelDescription\000",
183547                   0,
183548               };
183549               
183550               static MetaProperty
183551               _CIM_AssociatedCacheMemory_Level =
183552               {
183553                   /* flags */
183554                   META_FLAG_PROPERTY|META_FLAG_READ,
183555                   /* name */
183556                   "Level",
183557                   /* qualifiers */
183558                   _CIM_AssociatedCacheMemory_Level_qualifiers,
183559                   /* type */
183560                   CIMTYPE_UINT16,
183561 mike  1.1.2.1     /* subscript */
183562                   -1,
183563                   /* value */
183564                   0,
183565               };
183566               
183567               static const char*
183568               _CIM_AssociatedCacheMemory_OtherLevelDescription_qualifiers[] =
183569               {
183570                   /* ModelCorrespondence */
183571                   "\036\000\001CIM_AssociatedCacheMemory.Level\000",
183572                   0,
183573               };
183574               
183575               static MetaProperty
183576               _CIM_AssociatedCacheMemory_OtherLevelDescription =
183577               {
183578                   /* flags */
183579                   META_FLAG_PROPERTY|META_FLAG_READ,
183580                   /* name */
183581                   "OtherLevelDescription",
183582 mike  1.1.2.1     /* qualifiers */
183583                   _CIM_AssociatedCacheMemory_OtherLevelDescription_qualifiers,
183584                   /* type */
183585                   CIMTYPE_STRING,
183586                   /* subscript */
183587                   -1,
183588                   /* value */
183589                   0,
183590               };
183591               
183592               static const char*
183593               _CIM_AssociatedCacheMemory_WritePolicy_qualifiers[] =
183594               {
183595                   /* ValueMap */
183596                   "\061\000\0060\0001\0002\0003\0004\0005\000",
183597                   /* Values */
183598                   "\062\000\006Unknown\000Other\000Write Back\000Write Through\000Varies with Address\000Determination Per I/O\000",
183599                   /* MappingStrings */
183600                   "\026\000\001MIF.DMTF|System Cache|006.5\000",
183601                   /* ModelCorrespondence */
183602                   "\036\000\001CIM_AssociatedCacheMemory.OtherWritePolicyDescription\000",
183603 mike  1.1.2.1     0,
183604               };
183605               
183606               static MetaProperty
183607               _CIM_AssociatedCacheMemory_WritePolicy =
183608               {
183609                   /* flags */
183610                   META_FLAG_PROPERTY|META_FLAG_READ,
183611                   /* name */
183612                   "WritePolicy",
183613                   /* qualifiers */
183614                   _CIM_AssociatedCacheMemory_WritePolicy_qualifiers,
183615                   /* type */
183616                   CIMTYPE_UINT16,
183617                   /* subscript */
183618                   -1,
183619                   /* value */
183620                   0,
183621               };
183622               
183623               static const char*
183624 mike  1.1.2.1 _CIM_AssociatedCacheMemory_OtherWritePolicyDescription_qualifiers[] =
183625               {
183626                   /* ModelCorrespondence */
183627                   "\036\000\001CIM_AssociatedCacheMemory.WritePolicy\000",
183628                   0,
183629               };
183630               
183631               static MetaProperty
183632               _CIM_AssociatedCacheMemory_OtherWritePolicyDescription =
183633               {
183634                   /* flags */
183635                   META_FLAG_PROPERTY|META_FLAG_READ,
183636                   /* name */
183637                   "OtherWritePolicyDescription",
183638                   /* qualifiers */
183639                   _CIM_AssociatedCacheMemory_OtherWritePolicyDescription_qualifiers,
183640                   /* type */
183641                   CIMTYPE_STRING,
183642                   /* subscript */
183643                   -1,
183644                   /* value */
183645 mike  1.1.2.1     0,
183646               };
183647               
183648               static const char*
183649               _CIM_AssociatedCacheMemory_CacheType_qualifiers[] =
183650               {
183651                   /* ValueMap */
183652                   "\061\000\0050\0001\0002\0003\0004\000",
183653                   /* Values */
183654                   "\062\000\005Unknown\000Other\000Instruction\000Data\000Unified\000",
183655                   /* MappingStrings */
183656                   "\026\000\001MIF.DMTF|System Cache|006.9\000",
183657                   /* ModelCorrespondence */
183658                   "\036\000\001CIM_AssociatedCacheMemory.OtherCacheTypeDescription\000",
183659                   0,
183660               };
183661               
183662               static MetaProperty
183663               _CIM_AssociatedCacheMemory_CacheType =
183664               {
183665                   /* flags */
183666 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
183667                   /* name */
183668                   "CacheType",
183669                   /* qualifiers */
183670                   _CIM_AssociatedCacheMemory_CacheType_qualifiers,
183671                   /* type */
183672                   CIMTYPE_UINT16,
183673                   /* subscript */
183674                   -1,
183675                   /* value */
183676                   0,
183677               };
183678               
183679               static const char*
183680               _CIM_AssociatedCacheMemory_OtherCacheTypeDescription_qualifiers[] =
183681               {
183682                   /* ModelCorrespondence */
183683                   "\036\000\001CIM_AssociatedCacheMemory.CacheType\000",
183684                   0,
183685               };
183686               
183687 mike  1.1.2.1 static MetaProperty
183688               _CIM_AssociatedCacheMemory_OtherCacheTypeDescription =
183689               {
183690                   /* flags */
183691                   META_FLAG_PROPERTY|META_FLAG_READ,
183692                   /* name */
183693                   "OtherCacheTypeDescription",
183694                   /* qualifiers */
183695                   _CIM_AssociatedCacheMemory_OtherCacheTypeDescription_qualifiers,
183696                   /* type */
183697                   CIMTYPE_STRING,
183698                   /* subscript */
183699                   -1,
183700                   /* value */
183701                   0,
183702               };
183703               
183704               static const char*
183705               _CIM_AssociatedCacheMemory_LineSize_qualifiers[] =
183706               {
183707                   /* Units */
183708 mike  1.1.2.1     "\060Bytes",
183709                   /* MappingStrings */
183710                   "\026\000\001MIF.DMTF|System Cache|006.10\000",
183711                   0,
183712               };
183713               
183714               static MetaProperty
183715               _CIM_AssociatedCacheMemory_LineSize =
183716               {
183717                   /* flags */
183718                   META_FLAG_PROPERTY|META_FLAG_READ,
183719                   /* name */
183720                   "LineSize",
183721                   /* qualifiers */
183722                   _CIM_AssociatedCacheMemory_LineSize_qualifiers,
183723                   /* type */
183724                   CIMTYPE_UINT32,
183725                   /* subscript */
183726                   -1,
183727                   /* value */
183728                   0,
183729 mike  1.1.2.1 };
183730               
183731               static const char*
183732               _CIM_AssociatedCacheMemory_ReplacementPolicy_qualifiers[] =
183733               {
183734                   /* ValueMap */
183735                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
183736                   /* Values */
183737                   "\062\000\011Unknown\000Other\000Unknown\000Least Recently Used (LRU)\000First In First Out (FIFO)\000Last In First Out (LIFO)\000Least Frequently Used (LFU)\000Most Frequently Used (MFU)\000Data Dependent Multiple Algorithms\000",
183738                   /* MappingStrings */
183739                   "\026\000\001MIF.DMTF|System Cache|006.12\000",
183740                   /* ModelCorrespondence */
183741                   "\036\000\001CIM_AssociatedCacheMemory.OtherReplacementPolicyDescription\000",
183742                   0,
183743               };
183744               
183745               static MetaProperty
183746               _CIM_AssociatedCacheMemory_ReplacementPolicy =
183747               {
183748                   /* flags */
183749                   META_FLAG_PROPERTY|META_FLAG_READ,
183750 mike  1.1.2.1     /* name */
183751                   "ReplacementPolicy",
183752                   /* qualifiers */
183753                   _CIM_AssociatedCacheMemory_ReplacementPolicy_qualifiers,
183754                   /* type */
183755                   CIMTYPE_UINT16,
183756                   /* subscript */
183757                   -1,
183758                   /* value */
183759                   0,
183760               };
183761               
183762               static const char*
183763               _CIM_AssociatedCacheMemory_OtherReplacementPolicyDescription_qualifiers[] =
183764               {
183765                   /* ModelCorrespondence */
183766                   "\036\000\001CIM_AssociatedCacheMemory.ReplacementPolicy\000",
183767                   0,
183768               };
183769               
183770               static MetaProperty
183771 mike  1.1.2.1 _CIM_AssociatedCacheMemory_OtherReplacementPolicyDescription =
183772               {
183773                   /* flags */
183774                   META_FLAG_PROPERTY|META_FLAG_READ,
183775                   /* name */
183776                   "OtherReplacementPolicyDescription",
183777                   /* qualifiers */
183778                   _CIM_AssociatedCacheMemory_OtherReplacementPolicyDescription_qualifiers,
183779                   /* type */
183780                   CIMTYPE_STRING,
183781                   /* subscript */
183782                   -1,
183783                   /* value */
183784                   0,
183785               };
183786               
183787               static const char*
183788               _CIM_AssociatedCacheMemory_ReadPolicy_qualifiers[] =
183789               {
183790                   /* ValueMap */
183791                   "\061\000\0060\0001\0002\0003\0004\0005\000",
183792 mike  1.1.2.1     /* Values */
183793                   "\062\000\006Unknown\000Other\000Read\000Read-Ahead\000Read and Read-Ahead\000Determination Per I/O\000",
183794                   /* MappingStrings */
183795                   "\026\000\001MIF.DMTF|System Cache|006.13\000",
183796                   /* ModelCorrespondence */
183797                   "\036\000\001CIM_AssociatedCacheMemory.OtherReadPolicyDescription\000",
183798                   0,
183799               };
183800               
183801               static MetaProperty
183802               _CIM_AssociatedCacheMemory_ReadPolicy =
183803               {
183804                   /* flags */
183805                   META_FLAG_PROPERTY|META_FLAG_READ,
183806                   /* name */
183807                   "ReadPolicy",
183808                   /* qualifiers */
183809                   _CIM_AssociatedCacheMemory_ReadPolicy_qualifiers,
183810                   /* type */
183811                   CIMTYPE_UINT16,
183812                   /* subscript */
183813 mike  1.1.2.1     -1,
183814                   /* value */
183815                   0,
183816               };
183817               
183818               static const char*
183819               _CIM_AssociatedCacheMemory_OtherReadPolicyDescription_qualifiers[] =
183820               {
183821                   /* ModelCorrespondence */
183822                   "\036\000\001CIM_AssociatedCacheMemory.ReadPolicy\000",
183823                   0,
183824               };
183825               
183826               static MetaProperty
183827               _CIM_AssociatedCacheMemory_OtherReadPolicyDescription =
183828               {
183829                   /* flags */
183830                   META_FLAG_PROPERTY|META_FLAG_READ,
183831                   /* name */
183832                   "OtherReadPolicyDescription",
183833                   /* qualifiers */
183834 mike  1.1.2.1     _CIM_AssociatedCacheMemory_OtherReadPolicyDescription_qualifiers,
183835                   /* type */
183836                   CIMTYPE_STRING,
183837                   /* subscript */
183838                   -1,
183839                   /* value */
183840                   0,
183841               };
183842               
183843               static const char*
183844               _CIM_AssociatedCacheMemory_FlushTimer_qualifiers[] =
183845               {
183846                   /* Units */
183847                   "\060Seconds",
183848                   /* MappingStrings */
183849                   "\026\000\001MIF.DMTF|System Cache|006.14\000",
183850                   0,
183851               };
183852               
183853               static MetaProperty
183854               _CIM_AssociatedCacheMemory_FlushTimer =
183855 mike  1.1.2.1 {
183856                   /* flags */
183857                   META_FLAG_PROPERTY|META_FLAG_READ,
183858                   /* name */
183859                   "FlushTimer",
183860                   /* qualifiers */
183861                   _CIM_AssociatedCacheMemory_FlushTimer_qualifiers,
183862                   /* type */
183863                   CIMTYPE_UINT32,
183864                   /* subscript */
183865                   -1,
183866                   /* value */
183867                   0,
183868               };
183869               
183870               static const char*
183871               _CIM_AssociatedCacheMemory_Associativity_qualifiers[] =
183872               {
183873                   /* ValueMap */
183874                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
183875                   /* Values */
183876 mike  1.1.2.1     "\062\000\010Unknown\000Other\000Direct Mapped\0002-way Set-Associative\0004-way Set-Associative\000Fully Associative\0008-way Set-Associative\00016-way Set-Associative\000",
183877                   /* MappingStrings */
183878                   "\026\000\001MIF.DMTF|System Cache|006.15\000",
183879                   /* ModelCorrespondence */
183880                   "\036\000\001CIM_AssociatedCacheMemory.OtherAssociativityDescription\000",
183881                   0,
183882               };
183883               
183884               static MetaProperty
183885               _CIM_AssociatedCacheMemory_Associativity =
183886               {
183887                   /* flags */
183888                   META_FLAG_PROPERTY|META_FLAG_READ,
183889                   /* name */
183890                   "Associativity",
183891                   /* qualifiers */
183892                   _CIM_AssociatedCacheMemory_Associativity_qualifiers,
183893                   /* type */
183894                   CIMTYPE_UINT16,
183895                   /* subscript */
183896                   -1,
183897 mike  1.1.2.1     /* value */
183898                   0,
183899               };
183900               
183901               static const char*
183902               _CIM_AssociatedCacheMemory_OtherAssociativityDescription_qualifiers[] =
183903               {
183904                   /* ModelCorrespondence */
183905                   "\036\000\001CIM_AssociatedCacheMemory.Associativity\000",
183906                   0,
183907               };
183908               
183909               static MetaProperty
183910               _CIM_AssociatedCacheMemory_OtherAssociativityDescription =
183911               {
183912                   /* flags */
183913                   META_FLAG_PROPERTY|META_FLAG_READ,
183914                   /* name */
183915                   "OtherAssociativityDescription",
183916                   /* qualifiers */
183917                   _CIM_AssociatedCacheMemory_OtherAssociativityDescription_qualifiers,
183918 mike  1.1.2.1     /* type */
183919                   CIMTYPE_STRING,
183920                   /* subscript */
183921                   -1,
183922                   /* value */
183923                   0,
183924               };
183925               
183926               static MetaFeature*
183927               _CIM_AssociatedCacheMemory_features[] =
183928               {
183929                   (MetaFeature*)&_CIM_AssociatedCacheMemory_Level,
183930                   (MetaFeature*)&_CIM_AssociatedCacheMemory_OtherLevelDescription,
183931                   (MetaFeature*)&_CIM_AssociatedCacheMemory_WritePolicy,
183932                   (MetaFeature*)&_CIM_AssociatedCacheMemory_OtherWritePolicyDescription,
183933                   (MetaFeature*)&_CIM_AssociatedCacheMemory_CacheType,
183934                   (MetaFeature*)&_CIM_AssociatedCacheMemory_OtherCacheTypeDescription,
183935                   (MetaFeature*)&_CIM_AssociatedCacheMemory_LineSize,
183936                   (MetaFeature*)&_CIM_AssociatedCacheMemory_ReplacementPolicy,
183937                   (MetaFeature*)&_CIM_AssociatedCacheMemory_OtherReplacementPolicyDescription,
183938                   (MetaFeature*)&_CIM_AssociatedCacheMemory_ReadPolicy,
183939 mike  1.1.2.1     (MetaFeature*)&_CIM_AssociatedCacheMemory_OtherReadPolicyDescription,
183940                   (MetaFeature*)&_CIM_AssociatedCacheMemory_FlushTimer,
183941                   (MetaFeature*)&_CIM_AssociatedCacheMemory_Associativity,
183942                   (MetaFeature*)&_CIM_AssociatedCacheMemory_OtherAssociativityDescription,
183943                   0,
183944               };
183945               
183946               static const char*
183947               __root_cimv2_CIM_AssociatedCacheMemory_qualifiers[] =
183948               {
183949                   /* ASSOCIATION */
183950                   "\000\001",
183951                   /* UMLPackagePath */
183952                   "\057CIM::Device::Memory",
183953                   /* Version */
183954                   "\0632.8.0",
183955                   0,
183956               };
183957               
183958               MetaClass
183959               __root_cimv2_CIM_AssociatedCacheMemory =
183960 mike  1.1.2.1 {
183961                   /* flags */
183962                   META_FLAG_ASSOCIATION,
183963                   /* name */
183964                   "CIM_AssociatedCacheMemory",
183965                   /* qualifiers */
183966                   __root_cimv2_CIM_AssociatedCacheMemory_qualifiers,
183967                   /* super */
183968                   &__root_cimv2_CIM_AssociatedMemory,
183969                   /* features */
183970                   _CIM_AssociatedCacheMemory_features,
183971               };
183972               
183973               //==============================================================================
183974               //
183975               // Class: CIM_AssociatedSupplyCurrentSensor
183976               //
183977               //==============================================================================
183978               
183979               static const char*
183980               _CIM_AssociatedSupplyCurrentSensor_Antecedent_qualifiers[] =
183981 mike  1.1.2.1 {
183982                   /* Deprecated */
183983                   "\013\000\001CIM_AssociatedSensor.Antecedent\000",
183984                   /* Override */
183985                   "\044Antecedent",
183986                   0,
183987               };
183988               
183989               static MetaReference
183990               _CIM_AssociatedSupplyCurrentSensor_Antecedent =
183991               {
183992                   /* flags */
183993                   META_FLAG_REFERENCE|META_FLAG_READ,
183994                   /* name */
183995                   "Antecedent",
183996                   /* qualifiers */
183997                   _CIM_AssociatedSupplyCurrentSensor_Antecedent_qualifiers,
183998                   /* subscript */
183999                   -1,
184000                   /* refId */
184001                   &__root_cimv2_CIM_CurrentSensor,
184002 mike  1.1.2.1 };
184003               
184004               static const char*
184005               _CIM_AssociatedSupplyCurrentSensor_Dependent_qualifiers[] =
184006               {
184007                   /* Deprecated */
184008                   "\013\000\001CIM_AssociatedSensor.Dependent\000",
184009                   /* Override */
184010                   "\044Dependent",
184011                   0,
184012               };
184013               
184014               static MetaReference
184015               _CIM_AssociatedSupplyCurrentSensor_Dependent =
184016               {
184017                   /* flags */
184018                   META_FLAG_REFERENCE|META_FLAG_READ,
184019                   /* name */
184020                   "Dependent",
184021                   /* qualifiers */
184022                   _CIM_AssociatedSupplyCurrentSensor_Dependent_qualifiers,
184023 mike  1.1.2.1     /* subscript */
184024                   -1,
184025                   /* refId */
184026                   &__root_cimv2_CIM_PowerSupply,
184027               };
184028               
184029               static const char*
184030               _CIM_AssociatedSupplyCurrentSensor_MonitoringRange_qualifiers[] =
184031               {
184032                   /* Deprecated */
184033                   "\013\000\001No Value\000",
184034                   /* ValueMap */
184035                   "\061\000\0050\0001\0002\0003\0004\000",
184036                   /* Values */
184037                   "\062\000\005Unknown\000Other\000Range 1\000Range 2\000Both Range 1 and 2\000",
184038                   0,
184039               };
184040               
184041               static MetaProperty
184042               _CIM_AssociatedSupplyCurrentSensor_MonitoringRange =
184043               {
184044 mike  1.1.2.1     /* flags */
184045                   META_FLAG_PROPERTY|META_FLAG_READ,
184046                   /* name */
184047                   "MonitoringRange",
184048                   /* qualifiers */
184049                   _CIM_AssociatedSupplyCurrentSensor_MonitoringRange_qualifiers,
184050                   /* type */
184051                   CIMTYPE_UINT16,
184052                   /* subscript */
184053                   -1,
184054                   /* value */
184055                   0,
184056               };
184057               
184058               static MetaFeature*
184059               _CIM_AssociatedSupplyCurrentSensor_features[] =
184060               {
184061                   (MetaFeature*)&_CIM_AssociatedSupplyCurrentSensor_Antecedent,
184062                   (MetaFeature*)&_CIM_AssociatedSupplyCurrentSensor_Dependent,
184063                   (MetaFeature*)&_CIM_AssociatedSupplyCurrentSensor_MonitoringRange,
184064                   0,
184065 mike  1.1.2.1 };
184066               
184067               static const char*
184068               __root_cimv2_CIM_AssociatedSupplyCurrentSensor_qualifiers[] =
184069               {
184070                   /* ASSOCIATION */
184071                   "\000\001",
184072                   /* Deprecated */
184073                   "\013\000\001CIM_AssociatedSensor\000",
184074                   /* UMLPackagePath */
184075                   "\057CIM::Device::Sensors",
184076                   /* Version */
184077                   "\0632.8.0",
184078                   0,
184079               };
184080               
184081               MetaClass
184082               __root_cimv2_CIM_AssociatedSupplyCurrentSensor =
184083               {
184084                   /* flags */
184085                   META_FLAG_ASSOCIATION,
184086 mike  1.1.2.1     /* name */
184087                   "CIM_AssociatedSupplyCurrentSensor",
184088                   /* qualifiers */
184089                   __root_cimv2_CIM_AssociatedSupplyCurrentSensor_qualifiers,
184090                   /* super */
184091                   &__root_cimv2_CIM_AssociatedSensor,
184092                   /* features */
184093                   _CIM_AssociatedSupplyCurrentSensor_features,
184094               };
184095               
184096               //==============================================================================
184097               //
184098               // Class: CIM_AuthenticateForUse
184099               //
184100               //==============================================================================
184101               
184102               static const char*
184103               _CIM_AuthenticateForUse_Antecedent_qualifiers[] =
184104               {
184105                   /* Deprecated */
184106                   "\013\000\001No value\000",
184107 mike  1.1.2.1     /* Override */
184108                   "\044Antecedent",
184109                   0,
184110               };
184111               
184112               static MetaReference
184113               _CIM_AuthenticateForUse_Antecedent =
184114               {
184115                   /* flags */
184116                   META_FLAG_REFERENCE|META_FLAG_READ,
184117                   /* name */
184118                   "Antecedent",
184119                   /* qualifiers */
184120                   _CIM_AuthenticateForUse_Antecedent_qualifiers,
184121                   /* subscript */
184122                   -1,
184123                   /* refId */
184124                   &__root_cimv2_CIM_AuthenticationRequirement,
184125               };
184126               
184127               static const char*
184128 mike  1.1.2.1 _CIM_AuthenticateForUse_Dependent_qualifiers[] =
184129               {
184130                   /* Deprecated */
184131                   "\013\000\001No value\000",
184132                   /* Override */
184133                   "\044Dependent",
184134                   0,
184135               };
184136               
184137               static MetaReference
184138               _CIM_AuthenticateForUse_Dependent =
184139               {
184140                   /* flags */
184141                   META_FLAG_REFERENCE|META_FLAG_READ,
184142                   /* name */
184143                   "Dependent",
184144                   /* qualifiers */
184145                   _CIM_AuthenticateForUse_Dependent_qualifiers,
184146                   /* subscript */
184147                   -1,
184148                   /* refId */
184149 mike  1.1.2.1     &__root_cimv2_CIM_AuthenticationService,
184150               };
184151               
184152               static MetaFeature*
184153               _CIM_AuthenticateForUse_features[] =
184154               {
184155                   (MetaFeature*)&_CIM_AuthenticateForUse_Antecedent,
184156                   (MetaFeature*)&_CIM_AuthenticateForUse_Dependent,
184157                   0,
184158               };
184159               
184160               static const char*
184161               __root_cimv2_CIM_AuthenticateForUse_qualifiers[] =
184162               {
184163                   /* ASSOCIATION */
184164                   "\000\001",
184165                   /* Deprecated */
184166                   "\013\000\001No value\000",
184167                   /* UMLPackagePath */
184168                   "\057CIM::User::AuthenticationReqmt",
184169                   /* Version */
184170 mike  1.1.2.1     "\0632.8.0",
184171                   0,
184172               };
184173               
184174               MetaClass
184175               __root_cimv2_CIM_AuthenticateForUse =
184176               {
184177                   /* flags */
184178                   META_FLAG_ASSOCIATION,
184179                   /* name */
184180                   "CIM_AuthenticateForUse",
184181                   /* qualifiers */
184182                   __root_cimv2_CIM_AuthenticateForUse_qualifiers,
184183                   /* super */
184184                   &__root_cimv2_CIM_Dependency,
184185                   /* features */
184186                   _CIM_AuthenticateForUse_features,
184187               };
184188               
184189               //==============================================================================
184190               //
184191 mike  1.1.2.1 // Class: CIM_BGPAdminDistance
184192               //
184193               //==============================================================================
184194               
184195               static const char*
184196               _CIM_BGPAdminDistance_Antecedent_qualifiers[] =
184197               {
184198                   /* Override */
184199                   "\044Antecedent",
184200                   /* Min */
184201                   "\033\000\000\000\001",
184202                   /* Max */
184203                   "\027\000\000\000\001",
184204                   0,
184205               };
184206               
184207               static MetaReference
184208               _CIM_BGPAdminDistance_Antecedent =
184209               {
184210                   /* flags */
184211                   META_FLAG_REFERENCE|META_FLAG_READ,
184212 mike  1.1.2.1     /* name */
184213                   "Antecedent",
184214                   /* qualifiers */
184215                   _CIM_BGPAdminDistance_Antecedent_qualifiers,
184216                   /* subscript */
184217                   -1,
184218                   /* refId */
184219                   &__root_cimv2_CIM_AdministrativeDistance,
184220               };
184221               
184222               static const char*
184223               _CIM_BGPAdminDistance_Dependent_qualifiers[] =
184224               {
184225                   /* Override */
184226                   "\044Dependent",
184227                   0,
184228               };
184229               
184230               static MetaReference
184231               _CIM_BGPAdminDistance_Dependent =
184232               {
184233 mike  1.1.2.1     /* flags */
184234                   META_FLAG_REFERENCE|META_FLAG_READ,
184235                   /* name */
184236                   "Dependent",
184237                   /* qualifiers */
184238                   _CIM_BGPAdminDistance_Dependent_qualifiers,
184239                   /* subscript */
184240                   -1,
184241                   /* refId */
184242                   &__root_cimv2_CIM_BGPService,
184243               };
184244               
184245               static MetaFeature*
184246               _CIM_BGPAdminDistance_features[] =
184247               {
184248                   (MetaFeature*)&_CIM_BGPAdminDistance_Antecedent,
184249                   (MetaFeature*)&_CIM_BGPAdminDistance_Dependent,
184250                   0,
184251               };
184252               
184253               static const char*
184254 mike  1.1.2.1 __root_cimv2_CIM_BGPAdminDistance_qualifiers[] =
184255               {
184256                   /* ASSOCIATION */
184257                   "\000\001",
184258                   /* UMLPackagePath */
184259                   "\057CIM::Network::BGP",
184260                   /* Version */
184261                   "\0632.6.0",
184262                   0,
184263               };
184264               
184265               MetaClass
184266               __root_cimv2_CIM_BGPAdminDistance =
184267               {
184268                   /* flags */
184269                   META_FLAG_ASSOCIATION,
184270                   /* name */
184271                   "CIM_BGPAdminDistance",
184272                   /* qualifiers */
184273                   __root_cimv2_CIM_BGPAdminDistance_qualifiers,
184274                   /* super */
184275 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
184276                   /* features */
184277                   _CIM_BGPAdminDistance_features,
184278               };
184279               
184280               //==============================================================================
184281               //
184282               // Class: CIM_BGPPeerGroupService
184283               //
184284               //==============================================================================
184285               
184286               static const char*
184287               _CIM_BGPPeerGroupService_Antecedent_qualifiers[] =
184288               {
184289                   /* Override */
184290                   "\044Antecedent",
184291                   0,
184292               };
184293               
184294               static MetaReference
184295               _CIM_BGPPeerGroupService_Antecedent =
184296 mike  1.1.2.1 {
184297                   /* flags */
184298                   META_FLAG_REFERENCE|META_FLAG_READ,
184299                   /* name */
184300                   "Antecedent",
184301                   /* qualifiers */
184302                   _CIM_BGPPeerGroupService_Antecedent_qualifiers,
184303                   /* subscript */
184304                   -1,
184305                   /* refId */
184306                   &__root_cimv2_CIM_BGPPeerGroup,
184307               };
184308               
184309               static const char*
184310               _CIM_BGPPeerGroupService_Dependent_qualifiers[] =
184311               {
184312                   /* Override */
184313                   "\044Dependent",
184314                   0,
184315               };
184316               
184317 mike  1.1.2.1 static MetaReference
184318               _CIM_BGPPeerGroupService_Dependent =
184319               {
184320                   /* flags */
184321                   META_FLAG_REFERENCE|META_FLAG_READ,
184322                   /* name */
184323                   "Dependent",
184324                   /* qualifiers */
184325                   _CIM_BGPPeerGroupService_Dependent_qualifiers,
184326                   /* subscript */
184327                   -1,
184328                   /* refId */
184329                   &__root_cimv2_CIM_BGPService,
184330               };
184331               
184332               static MetaFeature*
184333               _CIM_BGPPeerGroupService_features[] =
184334               {
184335                   (MetaFeature*)&_CIM_BGPPeerGroupService_Antecedent,
184336                   (MetaFeature*)&_CIM_BGPPeerGroupService_Dependent,
184337                   0,
184338 mike  1.1.2.1 };
184339               
184340               static const char*
184341               __root_cimv2_CIM_BGPPeerGroupService_qualifiers[] =
184342               {
184343                   /* ASSOCIATION */
184344                   "\000\001",
184345                   /* UMLPackagePath */
184346                   "\057CIM::Network::BGP",
184347                   /* Version */
184348                   "\0632.7.0",
184349                   0,
184350               };
184351               
184352               MetaClass
184353               __root_cimv2_CIM_BGPPeerGroupService =
184354               {
184355                   /* flags */
184356                   META_FLAG_ASSOCIATION,
184357                   /* name */
184358                   "CIM_BGPPeerGroupService",
184359 mike  1.1.2.1     /* qualifiers */
184360                   __root_cimv2_CIM_BGPPeerGroupService_qualifiers,
184361                   /* super */
184362                   &__root_cimv2_CIM_Dependency,
184363                   /* features */
184364                   _CIM_BGPPeerGroupService_features,
184365               };
184366               
184367               //==============================================================================
184368               //
184369               // Class: CIM_BGPRoutingPolicy
184370               //
184371               //==============================================================================
184372               
184373               static const char*
184374               _CIM_BGPRoutingPolicy_Antecedent_qualifiers[] =
184375               {
184376                   /* Override */
184377                   "\044Antecedent",
184378                   0,
184379               };
184380 mike  1.1.2.1 
184381               static MetaReference
184382               _CIM_BGPRoutingPolicy_Antecedent =
184383               {
184384                   /* flags */
184385                   META_FLAG_REFERENCE|META_FLAG_READ,
184386                   /* name */
184387                   "Antecedent",
184388                   /* qualifiers */
184389                   _CIM_BGPRoutingPolicy_Antecedent_qualifiers,
184390                   /* subscript */
184391                   -1,
184392                   /* refId */
184393                   &__root_cimv2_CIM_RoutingPolicy,
184394               };
184395               
184396               static const char*
184397               _CIM_BGPRoutingPolicy_Dependent_qualifiers[] =
184398               {
184399                   /* Override */
184400                   "\044Dependent",
184401 mike  1.1.2.1     0,
184402               };
184403               
184404               static MetaReference
184405               _CIM_BGPRoutingPolicy_Dependent =
184406               {
184407                   /* flags */
184408                   META_FLAG_REFERENCE|META_FLAG_READ,
184409                   /* name */
184410                   "Dependent",
184411                   /* qualifiers */
184412                   _CIM_BGPRoutingPolicy_Dependent_qualifiers,
184413                   /* subscript */
184414                   -1,
184415                   /* refId */
184416                   &__root_cimv2_CIM_BGPService,
184417               };
184418               
184419               static MetaFeature*
184420               _CIM_BGPRoutingPolicy_features[] =
184421               {
184422 mike  1.1.2.1     (MetaFeature*)&_CIM_BGPRoutingPolicy_Antecedent,
184423                   (MetaFeature*)&_CIM_BGPRoutingPolicy_Dependent,
184424                   0,
184425               };
184426               
184427               static const char*
184428               __root_cimv2_CIM_BGPRoutingPolicy_qualifiers[] =
184429               {
184430                   /* ASSOCIATION */
184431                   "\000\001",
184432                   /* UMLPackagePath */
184433                   "\057CIM::Network::BGP",
184434                   /* Version */
184435                   "\0632.6.0",
184436                   0,
184437               };
184438               
184439               MetaClass
184440               __root_cimv2_CIM_BGPRoutingPolicy =
184441               {
184442                   /* flags */
184443 mike  1.1.2.1     META_FLAG_ASSOCIATION,
184444                   /* name */
184445                   "CIM_BGPRoutingPolicy",
184446                   /* qualifiers */
184447                   __root_cimv2_CIM_BGPRoutingPolicy_qualifiers,
184448                   /* super */
184449                   &__root_cimv2_CIM_Dependency,
184450                   /* features */
184451                   _CIM_BGPRoutingPolicy_features,
184452               };
184453               
184454               //==============================================================================
184455               //
184456               // Class: CIM_BindsToLANEndpoint
184457               //
184458               //==============================================================================
184459               
184460               static const char*
184461               _CIM_BindsToLANEndpoint_Antecedent_qualifiers[] =
184462               {
184463                   /* Override */
184464 mike  1.1.2.1     "\044Antecedent",
184465                   0,
184466               };
184467               
184468               static MetaReference
184469               _CIM_BindsToLANEndpoint_Antecedent =
184470               {
184471                   /* flags */
184472                   META_FLAG_REFERENCE|META_FLAG_READ,
184473                   /* name */
184474                   "Antecedent",
184475                   /* qualifiers */
184476                   _CIM_BindsToLANEndpoint_Antecedent_qualifiers,
184477                   /* subscript */
184478                   -1,
184479                   /* refId */
184480                   &__root_cimv2_CIM_LANEndpoint,
184481               };
184482               
184483               static const char*
184484               _CIM_BindsToLANEndpoint_Dependent_qualifiers[] =
184485 mike  1.1.2.1 {
184486                   /* Override */
184487                   "\044Dependent",
184488                   0,
184489               };
184490               
184491               static MetaReference
184492               _CIM_BindsToLANEndpoint_Dependent =
184493               {
184494                   /* flags */
184495                   META_FLAG_REFERENCE|META_FLAG_READ,
184496                   /* name */
184497                   "Dependent",
184498                   /* qualifiers */
184499                   _CIM_BindsToLANEndpoint_Dependent_qualifiers,
184500                   /* subscript */
184501                   -1,
184502                   /* refId */
184503                   &__root_cimv2_CIM_ServiceAccessPoint,
184504               };
184505               
184506 mike  1.1.2.1 static const char*
184507               _CIM_BindsToLANEndpoint_FrameType_qualifiers[] =
184508               {
184509                   /* ValueMap */
184510                   "\061\000\0050\0001\0002\0003\0004\000",
184511                   /* Values */
184512                   "\062\000\005Unknown\000Ethernet\000802.2\000SNAP\000Raw802.3\000",
184513                   0,
184514               };
184515               
184516               static MetaProperty
184517               _CIM_BindsToLANEndpoint_FrameType =
184518               {
184519                   /* flags */
184520                   META_FLAG_PROPERTY|META_FLAG_READ,
184521                   /* name */
184522                   "FrameType",
184523                   /* qualifiers */
184524                   _CIM_BindsToLANEndpoint_FrameType_qualifiers,
184525                   /* type */
184526                   CIMTYPE_UINT16,
184527 mike  1.1.2.1     /* subscript */
184528                   -1,
184529                   /* value */
184530                   0,
184531               };
184532               
184533               static MetaFeature*
184534               _CIM_BindsToLANEndpoint_features[] =
184535               {
184536                   (MetaFeature*)&_CIM_BindsToLANEndpoint_Antecedent,
184537                   (MetaFeature*)&_CIM_BindsToLANEndpoint_Dependent,
184538                   (MetaFeature*)&_CIM_BindsToLANEndpoint_FrameType,
184539                   0,
184540               };
184541               
184542               static const char*
184543               __root_cimv2_CIM_BindsToLANEndpoint_qualifiers[] =
184544               {
184545                   /* ASSOCIATION */
184546                   "\000\001",
184547                   /* UMLPackagePath */
184548 mike  1.1.2.1     "\057CIM::Network::ProtocolEndpoints",
184549                   /* Version */
184550                   "\0632.6.0",
184551                   0,
184552               };
184553               
184554               MetaClass
184555               __root_cimv2_CIM_BindsToLANEndpoint =
184556               {
184557                   /* flags */
184558                   META_FLAG_ASSOCIATION,
184559                   /* name */
184560                   "CIM_BindsToLANEndpoint",
184561                   /* qualifiers */
184562                   __root_cimv2_CIM_BindsToLANEndpoint_qualifiers,
184563                   /* super */
184564                   &__root_cimv2_CIM_BindsTo,
184565                   /* features */
184566                   _CIM_BindsToLANEndpoint_features,
184567               };
184568               
184569 mike  1.1.2.1 //==============================================================================
184570               //
184571               // Class: CIM_CertificateAuthority
184572               //
184573               //==============================================================================
184574               
184575               static const char*
184576               _CIM_CertificateAuthority_CAPolicyStatement_qualifiers[] =
184577               {
184578                   0,
184579               };
184580               
184581               static MetaProperty
184582               _CIM_CertificateAuthority_CAPolicyStatement =
184583               {
184584                   /* flags */
184585                   META_FLAG_PROPERTY|META_FLAG_READ,
184586                   /* name */
184587                   "CAPolicyStatement",
184588                   /* qualifiers */
184589                   _CIM_CertificateAuthority_CAPolicyStatement_qualifiers,
184590 mike  1.1.2.1     /* type */
184591                   CIMTYPE_STRING,
184592                   /* subscript */
184593                   -1,
184594                   /* value */
184595                   0,
184596               };
184597               
184598               static const char*
184599               _CIM_CertificateAuthority_CRL_qualifiers[] =
184600               {
184601                   /* OctetString */
184602                   "\042\001",
184603                   0,
184604               };
184605               
184606               static MetaProperty
184607               _CIM_CertificateAuthority_CRL =
184608               {
184609                   /* flags */
184610                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
184611 mike  1.1.2.1     /* name */
184612                   "CRL",
184613                   /* qualifiers */
184614                   _CIM_CertificateAuthority_CRL_qualifiers,
184615                   /* type */
184616                   CIMTYPE_STRING,
184617                   /* subscript */
184618                   0,
184619                   /* value */
184620                   0,
184621               };
184622               
184623               static const char*
184624               _CIM_CertificateAuthority_CRLDistributionPoint_qualifiers[] =
184625               {
184626                   0,
184627               };
184628               
184629               static MetaProperty
184630               _CIM_CertificateAuthority_CRLDistributionPoint =
184631               {
184632 mike  1.1.2.1     /* flags */
184633                   META_FLAG_PROPERTY|META_FLAG_READ,
184634                   /* name */
184635                   "CRLDistributionPoint",
184636                   /* qualifiers */
184637                   _CIM_CertificateAuthority_CRLDistributionPoint_qualifiers,
184638                   /* type */
184639                   CIMTYPE_STRING,
184640                   /* subscript */
184641                   0,
184642                   /* value */
184643                   0,
184644               };
184645               
184646               static const char*
184647               _CIM_CertificateAuthority_CADistinguishedName_qualifiers[] =
184648               {
184649                   /* Dn */
184650                   "\016\001",
184651                   0,
184652               };
184653 mike  1.1.2.1 
184654               static MetaProperty
184655               _CIM_CertificateAuthority_CADistinguishedName =
184656               {
184657                   /* flags */
184658                   META_FLAG_PROPERTY|META_FLAG_DN|META_FLAG_READ,
184659                   /* name */
184660                   "CADistinguishedName",
184661                   /* qualifiers */
184662                   _CIM_CertificateAuthority_CADistinguishedName_qualifiers,
184663                   /* type */
184664                   CIMTYPE_STRING,
184665                   /* subscript */
184666                   -1,
184667                   /* value */
184668                   0,
184669               };
184670               
184671               static const char*
184672               _CIM_CertificateAuthority_CRLRefreshFrequency_qualifiers[] =
184673               {
184674 mike  1.1.2.1     /* Units */
184675                   "\060Hours",
184676                   0,
184677               };
184678               
184679               static MetaProperty
184680               _CIM_CertificateAuthority_CRLRefreshFrequency =
184681               {
184682                   /* flags */
184683                   META_FLAG_PROPERTY|META_FLAG_READ,
184684                   /* name */
184685                   "CRLRefreshFrequency",
184686                   /* qualifiers */
184687                   _CIM_CertificateAuthority_CRLRefreshFrequency_qualifiers,
184688                   /* type */
184689                   CIMTYPE_UINT8,
184690                   /* subscript */
184691                   -1,
184692                   /* value */
184693                   0,
184694               };
184695 mike  1.1.2.1 
184696               static const char*
184697               _CIM_CertificateAuthority_MaxChainLength_qualifiers[] =
184698               {
184699                   0,
184700               };
184701               
184702               static MetaProperty
184703               _CIM_CertificateAuthority_MaxChainLength =
184704               {
184705                   /* flags */
184706                   META_FLAG_PROPERTY|META_FLAG_READ,
184707                   /* name */
184708                   "MaxChainLength",
184709                   /* qualifiers */
184710                   _CIM_CertificateAuthority_MaxChainLength_qualifiers,
184711                   /* type */
184712                   CIMTYPE_UINT8,
184713                   /* subscript */
184714                   -1,
184715                   /* value */
184716 mike  1.1.2.1     0,
184717               };
184718               
184719               static MetaFeature*
184720               _CIM_CertificateAuthority_features[] =
184721               {
184722                   (MetaFeature*)&_CIM_CertificateAuthority_CAPolicyStatement,
184723                   (MetaFeature*)&_CIM_CertificateAuthority_CRL,
184724                   (MetaFeature*)&_CIM_CertificateAuthority_CRLDistributionPoint,
184725                   (MetaFeature*)&_CIM_CertificateAuthority_CADistinguishedName,
184726                   (MetaFeature*)&_CIM_CertificateAuthority_CRLRefreshFrequency,
184727                   (MetaFeature*)&_CIM_CertificateAuthority_MaxChainLength,
184728                   0,
184729               };
184730               
184731               static const char*
184732               __root_cimv2_CIM_CertificateAuthority_qualifiers[] =
184733               {
184734                   /* UMLPackagePath */
184735                   "\057CIM::User::PublicKey",
184736                   /* Version */
184737 mike  1.1.2.1     "\0632.8.0",
184738                   0,
184739               };
184740               
184741               MetaClass
184742               __root_cimv2_CIM_CertificateAuthority =
184743               {
184744                   /* flags */
184745                   META_FLAG_CLASS,
184746                   /* name */
184747                   "CIM_CertificateAuthority",
184748                   /* qualifiers */
184749                   __root_cimv2_CIM_CertificateAuthority_qualifiers,
184750                   /* super */
184751                   &__root_cimv2_CIM_CredentialManagementService,
184752                   /* features */
184753                   _CIM_CertificateAuthority_features,
184754               };
184755               
184756               //==============================================================================
184757               //
184758 mike  1.1.2.1 // Class: CIM_ClassifierElement
184759               //
184760               //==============================================================================
184761               
184762               static MetaFeature*
184763               _CIM_ClassifierElement_features[] =
184764               {
184765                   0,
184766               };
184767               
184768               static const char*
184769               __root_cimv2_CIM_ClassifierElement_qualifiers[] =
184770               {
184771                   /* UMLPackagePath */
184772                   "\057CIM::Network::QoS",
184773                   /* Version */
184774                   "\0632.7.0",
184775                   0,
184776               };
184777               
184778               MetaClass
184779 mike  1.1.2.1 __root_cimv2_CIM_ClassifierElement =
184780               {
184781                   /* flags */
184782                   META_FLAG_CLASS,
184783                   /* name */
184784                   "CIM_ClassifierElement",
184785                   /* qualifiers */
184786                   __root_cimv2_CIM_ClassifierElement_qualifiers,
184787                   /* super */
184788                   &__root_cimv2_CIM_ClassifierService,
184789                   /* features */
184790                   _CIM_ClassifierElement_features,
184791               };
184792               
184793               //==============================================================================
184794               //
184795               // Class: CIM_ClassifierElementInClassifierService
184796               //
184797               //==============================================================================
184798               
184799               static const char*
184800 mike  1.1.2.1 _CIM_ClassifierElementInClassifierService_GroupComponent_qualifiers[] =
184801               {
184802                   /* Aggregate */
184803                   "\003\001",
184804                   /* Override */
184805                   "\044GroupComponent",
184806                   /* Min */
184807                   "\033\000\000\000\001",
184808                   /* Max */
184809                   "\027\000\000\000\001",
184810                   0,
184811               };
184812               
184813               static MetaReference
184814               _CIM_ClassifierElementInClassifierService_GroupComponent =
184815               {
184816                   /* flags */
184817                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
184818                   /* name */
184819                   "GroupComponent",
184820                   /* qualifiers */
184821 mike  1.1.2.1     _CIM_ClassifierElementInClassifierService_GroupComponent_qualifiers,
184822                   /* subscript */
184823                   -1,
184824                   /* refId */
184825                   &__root_cimv2_CIM_ClassifierService,
184826               };
184827               
184828               static const char*
184829               _CIM_ClassifierElementInClassifierService_PartComponent_qualifiers[] =
184830               {
184831                   /* Override */
184832                   "\044PartComponent",
184833                   0,
184834               };
184835               
184836               static MetaReference
184837               _CIM_ClassifierElementInClassifierService_PartComponent =
184838               {
184839                   /* flags */
184840                   META_FLAG_REFERENCE|META_FLAG_READ,
184841                   /* name */
184842 mike  1.1.2.1     "PartComponent",
184843                   /* qualifiers */
184844                   _CIM_ClassifierElementInClassifierService_PartComponent_qualifiers,
184845                   /* subscript */
184846                   -1,
184847                   /* refId */
184848                   &__root_cimv2_CIM_ClassifierElement,
184849               };
184850               
184851               static const char*
184852               _CIM_ClassifierElementInClassifierService_ClassifierOrder_qualifiers[] =
184853               {
184854                   0,
184855               };
184856               
184857               static MetaProperty
184858               _CIM_ClassifierElementInClassifierService_ClassifierOrder =
184859               {
184860                   /* flags */
184861                   META_FLAG_PROPERTY|META_FLAG_READ,
184862                   /* name */
184863 mike  1.1.2.1     "ClassifierOrder",
184864                   /* qualifiers */
184865                   _CIM_ClassifierElementInClassifierService_ClassifierOrder_qualifiers,
184866                   /* type */
184867                   CIMTYPE_UINT32,
184868                   /* subscript */
184869                   -1,
184870                   /* value */
184871                   0,
184872               };
184873               
184874               static MetaFeature*
184875               _CIM_ClassifierElementInClassifierService_features[] =
184876               {
184877                   (MetaFeature*)&_CIM_ClassifierElementInClassifierService_GroupComponent,
184878                   (MetaFeature*)&_CIM_ClassifierElementInClassifierService_PartComponent,
184879                   (MetaFeature*)&_CIM_ClassifierElementInClassifierService_ClassifierOrder,
184880                   0,
184881               };
184882               
184883               static const char*
184884 mike  1.1.2.1 __root_cimv2_CIM_ClassifierElementInClassifierService_qualifiers[] =
184885               {
184886                   /* ASSOCIATION */
184887                   "\000\001",
184888                   /* UMLPackagePath */
184889                   "\057CIM::Network::QoS",
184890                   /* Aggregation */
184891                   "\004\001",
184892                   /* Composition */
184893                   "\011\001",
184894                   /* Version */
184895                   "\0632.7.0",
184896                   0,
184897               };
184898               
184899               MetaClass
184900               __root_cimv2_CIM_ClassifierElementInClassifierService =
184901               {
184902                   /* flags */
184903                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
184904                   /* name */
184905 mike  1.1.2.1     "CIM_ClassifierElementInClassifierService",
184906                   /* qualifiers */
184907                   __root_cimv2_CIM_ClassifierElementInClassifierService_qualifiers,
184908                   /* super */
184909                   &__root_cimv2_CIM_ServiceComponent,
184910                   /* features */
184911                   _CIM_ClassifierElementInClassifierService_features,
184912               };
184913               
184914               //==============================================================================
184915               //
184916               // Class: CIM_ClassifierElementUsesFilterList
184917               //
184918               //==============================================================================
184919               
184920               static const char*
184921               _CIM_ClassifierElementUsesFilterList_Antecedent_qualifiers[] =
184922               {
184923                   /* Override */
184924                   "\044Antecedent",
184925                   /* Max */
184926 mike  1.1.2.1     "\027\000\000\000\001",
184927                   0,
184928               };
184929               
184930               static MetaReference
184931               _CIM_ClassifierElementUsesFilterList_Antecedent =
184932               {
184933                   /* flags */
184934                   META_FLAG_REFERENCE|META_FLAG_READ,
184935                   /* name */
184936                   "Antecedent",
184937                   /* qualifiers */
184938                   _CIM_ClassifierElementUsesFilterList_Antecedent_qualifiers,
184939                   /* subscript */
184940                   -1,
184941                   /* refId */
184942                   &__root_cimv2_CIM_FilterList,
184943               };
184944               
184945               static const char*
184946               _CIM_ClassifierElementUsesFilterList_Dependent_qualifiers[] =
184947 mike  1.1.2.1 {
184948                   /* Override */
184949                   "\044Dependent",
184950                   0,
184951               };
184952               
184953               static MetaReference
184954               _CIM_ClassifierElementUsesFilterList_Dependent =
184955               {
184956                   /* flags */
184957                   META_FLAG_REFERENCE|META_FLAG_READ,
184958                   /* name */
184959                   "Dependent",
184960                   /* qualifiers */
184961                   _CIM_ClassifierElementUsesFilterList_Dependent_qualifiers,
184962                   /* subscript */
184963                   -1,
184964                   /* refId */
184965                   &__root_cimv2_CIM_ClassifierElement,
184966               };
184967               
184968 mike  1.1.2.1 static MetaFeature*
184969               _CIM_ClassifierElementUsesFilterList_features[] =
184970               {
184971                   (MetaFeature*)&_CIM_ClassifierElementUsesFilterList_Antecedent,
184972                   (MetaFeature*)&_CIM_ClassifierElementUsesFilterList_Dependent,
184973                   0,
184974               };
184975               
184976               static const char*
184977               __root_cimv2_CIM_ClassifierElementUsesFilterList_qualifiers[] =
184978               {
184979                   /* ASSOCIATION */
184980                   "\000\001",
184981                   /* UMLPackagePath */
184982                   "\057CIM::Network::QoS",
184983                   /* Version */
184984                   "\0632.7.0",
184985                   0,
184986               };
184987               
184988               MetaClass
184989 mike  1.1.2.1 __root_cimv2_CIM_ClassifierElementUsesFilterList =
184990               {
184991                   /* flags */
184992                   META_FLAG_ASSOCIATION,
184993                   /* name */
184994                   "CIM_ClassifierElementUsesFilterList",
184995                   /* qualifiers */
184996                   __root_cimv2_CIM_ClassifierElementUsesFilterList_qualifiers,
184997                   /* super */
184998                   &__root_cimv2_CIM_Dependency,
184999                   /* features */
185000                   _CIM_ClassifierElementUsesFilterList_features,
185001               };
185002               
185003               //==============================================================================
185004               //
185005               // Class: CIM_ClassifierFilterSet
185006               //
185007               //==============================================================================
185008               
185009               static const char*
185010 mike  1.1.2.1 _CIM_ClassifierFilterSet_Antecedent_qualifiers[] =
185011               {
185012                   /* Deprecated */
185013                   "\013\000\001CIM_ClassifierElementUsesFilterList.Antecedent\000",
185014                   /* Override */
185015                   "\044Antecedent",
185016                   0,
185017               };
185018               
185019               static MetaReference
185020               _CIM_ClassifierFilterSet_Antecedent =
185021               {
185022                   /* flags */
185023                   META_FLAG_REFERENCE|META_FLAG_READ,
185024                   /* name */
185025                   "Antecedent",
185026                   /* qualifiers */
185027                   _CIM_ClassifierFilterSet_Antecedent_qualifiers,
185028                   /* subscript */
185029                   -1,
185030                   /* refId */
185031 mike  1.1.2.1     &__root_cimv2_CIM_FilterList,
185032               };
185033               
185034               static const char*
185035               _CIM_ClassifierFilterSet_Dependent_qualifiers[] =
185036               {
185037                   /* Deprecated */
185038                   "\013\000\001CIM_ClassifierElementUsesFilterList.Dependent\000",
185039                   /* Override */
185040                   "\044Dependent",
185041                   0,
185042               };
185043               
185044               static MetaReference
185045               _CIM_ClassifierFilterSet_Dependent =
185046               {
185047                   /* flags */
185048                   META_FLAG_REFERENCE|META_FLAG_READ,
185049                   /* name */
185050                   "Dependent",
185051                   /* qualifiers */
185052 mike  1.1.2.1     _CIM_ClassifierFilterSet_Dependent_qualifiers,
185053                   /* subscript */
185054                   -1,
185055                   /* refId */
185056                   &__root_cimv2_CIM_ClassifierService,
185057               };
185058               
185059               static const char*
185060               _CIM_ClassifierFilterSet_FilterListPosition_qualifiers[] =
185061               {
185062                   /* Deprecated */
185063                   "\013\000\001CIM_ClassifierElementInClassifierService.ClassifierOrder\000",
185064                   0,
185065               };
185066               
185067               static MetaProperty
185068               _CIM_ClassifierFilterSet_FilterListPosition =
185069               {
185070                   /* flags */
185071                   META_FLAG_PROPERTY|META_FLAG_READ,
185072                   /* name */
185073 mike  1.1.2.1     "FilterListPosition",
185074                   /* qualifiers */
185075                   _CIM_ClassifierFilterSet_FilterListPosition_qualifiers,
185076                   /* type */
185077                   CIMTYPE_UINT16,
185078                   /* subscript */
185079                   -1,
185080                   /* value */
185081                   0,
185082               };
185083               
185084               static MetaFeature*
185085               _CIM_ClassifierFilterSet_features[] =
185086               {
185087                   (MetaFeature*)&_CIM_ClassifierFilterSet_Antecedent,
185088                   (MetaFeature*)&_CIM_ClassifierFilterSet_Dependent,
185089                   (MetaFeature*)&_CIM_ClassifierFilterSet_FilterListPosition,
185090                   0,
185091               };
185092               
185093               static const char*
185094 mike  1.1.2.1 __root_cimv2_CIM_ClassifierFilterSet_qualifiers[] =
185095               {
185096                   /* ASSOCIATION */
185097                   "\000\001",
185098                   /* Deprecated */
185099                   "\013\000\002CIM_ClassifierElementUsesFilterList\000CIM_ClassifierElementInClassifierService\000",
185100                   /* UMLPackagePath */
185101                   "\057CIM::Network::QoS",
185102                   /* Version */
185103                   "\0632.7.0",
185104                   0,
185105               };
185106               
185107               MetaClass
185108               __root_cimv2_CIM_ClassifierFilterSet =
185109               {
185110                   /* flags */
185111                   META_FLAG_ASSOCIATION,
185112                   /* name */
185113                   "CIM_ClassifierFilterSet",
185114                   /* qualifiers */
185115 mike  1.1.2.1     __root_cimv2_CIM_ClassifierFilterSet_qualifiers,
185116                   /* super */
185117                   &__root_cimv2_CIM_Dependency,
185118                   /* features */
185119                   _CIM_ClassifierFilterSet_features,
185120               };
185121               
185122               //==============================================================================
185123               //
185124               // Class: CIM_ComputerSystemDMA
185125               //
185126               //==============================================================================
185127               
185128               static const char*
185129               _CIM_ComputerSystemDMA_GroupComponent_qualifiers[] =
185130               {
185131                   /* Aggregate */
185132                   "\003\001",
185133                   /* Override */
185134                   "\044GroupComponent",
185135                   /* Min */
185136 mike  1.1.2.1     "\033\000\000\000\001",
185137                   /* Max */
185138                   "\027\000\000\000\001",
185139                   0,
185140               };
185141               
185142               static MetaReference
185143               _CIM_ComputerSystemDMA_GroupComponent =
185144               {
185145                   /* flags */
185146                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
185147                   /* name */
185148                   "GroupComponent",
185149                   /* qualifiers */
185150                   _CIM_ComputerSystemDMA_GroupComponent_qualifiers,
185151                   /* subscript */
185152                   -1,
185153                   /* refId */
185154                   &__root_cimv2_CIM_ComputerSystem,
185155               };
185156               
185157 mike  1.1.2.1 static const char*
185158               _CIM_ComputerSystemDMA_PartComponent_qualifiers[] =
185159               {
185160                   /* Override */
185161                   "\044PartComponent",
185162                   /* Weak */
185163                   "\064\001",
185164                   0,
185165               };
185166               
185167               static MetaReference
185168               _CIM_ComputerSystemDMA_PartComponent =
185169               {
185170                   /* flags */
185171                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
185172                   /* name */
185173                   "PartComponent",
185174                   /* qualifiers */
185175                   _CIM_ComputerSystemDMA_PartComponent_qualifiers,
185176                   /* subscript */
185177                   -1,
185178 mike  1.1.2.1     /* refId */
185179                   &__root_cimv2_CIM_DMA,
185180               };
185181               
185182               static MetaFeature*
185183               _CIM_ComputerSystemDMA_features[] =
185184               {
185185                   (MetaFeature*)&_CIM_ComputerSystemDMA_GroupComponent,
185186                   (MetaFeature*)&_CIM_ComputerSystemDMA_PartComponent,
185187                   0,
185188               };
185189               
185190               static const char*
185191               __root_cimv2_CIM_ComputerSystemDMA_qualifiers[] =
185192               {
185193                   /* ASSOCIATION */
185194                   "\000\001",
185195                   /* UMLPackagePath */
185196                   "\057CIM::System::SystemResources",
185197                   /* Aggregation */
185198                   "\004\001",
185199 mike  1.1.2.1     /* Composition */
185200                   "\011\001",
185201                   /* Version */
185202                   "\0632.7.0",
185203                   0,
185204               };
185205               
185206               MetaClass
185207               __root_cimv2_CIM_ComputerSystemDMA =
185208               {
185209                   /* flags */
185210                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
185211                   /* name */
185212                   "CIM_ComputerSystemDMA",
185213                   /* qualifiers */
185214                   __root_cimv2_CIM_ComputerSystemDMA_qualifiers,
185215                   /* super */
185216                   &__root_cimv2_CIM_ComputerSystemResource,
185217                   /* features */
185218                   _CIM_ComputerSystemDMA_features,
185219               };
185220 mike  1.1.2.1 
185221               //==============================================================================
185222               //
185223               // Class: CIM_ComputerSystemIRQ
185224               //
185225               //==============================================================================
185226               
185227               static const char*
185228               _CIM_ComputerSystemIRQ_GroupComponent_qualifiers[] =
185229               {
185230                   /* Aggregate */
185231                   "\003\001",
185232                   /* Override */
185233                   "\044GroupComponent",
185234                   /* Min */
185235                   "\033\000\000\000\001",
185236                   /* Max */
185237                   "\027\000\000\000\001",
185238                   0,
185239               };
185240               
185241 mike  1.1.2.1 static MetaReference
185242               _CIM_ComputerSystemIRQ_GroupComponent =
185243               {
185244                   /* flags */
185245                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
185246                   /* name */
185247                   "GroupComponent",
185248                   /* qualifiers */
185249                   _CIM_ComputerSystemIRQ_GroupComponent_qualifiers,
185250                   /* subscript */
185251                   -1,
185252                   /* refId */
185253                   &__root_cimv2_CIM_ComputerSystem,
185254               };
185255               
185256               static const char*
185257               _CIM_ComputerSystemIRQ_PartComponent_qualifiers[] =
185258               {
185259                   /* Override */
185260                   "\044PartComponent",
185261                   /* Weak */
185262 mike  1.1.2.1     "\064\001",
185263                   0,
185264               };
185265               
185266               static MetaReference
185267               _CIM_ComputerSystemIRQ_PartComponent =
185268               {
185269                   /* flags */
185270                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
185271                   /* name */
185272                   "PartComponent",
185273                   /* qualifiers */
185274                   _CIM_ComputerSystemIRQ_PartComponent_qualifiers,
185275                   /* subscript */
185276                   -1,
185277                   /* refId */
185278                   &__root_cimv2_CIM_IRQ,
185279               };
185280               
185281               static MetaFeature*
185282               _CIM_ComputerSystemIRQ_features[] =
185283 mike  1.1.2.1 {
185284                   (MetaFeature*)&_CIM_ComputerSystemIRQ_GroupComponent,
185285                   (MetaFeature*)&_CIM_ComputerSystemIRQ_PartComponent,
185286                   0,
185287               };
185288               
185289               static const char*
185290               __root_cimv2_CIM_ComputerSystemIRQ_qualifiers[] =
185291               {
185292                   /* ASSOCIATION */
185293                   "\000\001",
185294                   /* UMLPackagePath */
185295                   "\057CIM::System::SystemResources",
185296                   /* Aggregation */
185297                   "\004\001",
185298                   /* Composition */
185299                   "\011\001",
185300                   /* Version */
185301                   "\0632.7.0",
185302                   0,
185303               };
185304 mike  1.1.2.1 
185305               MetaClass
185306               __root_cimv2_CIM_ComputerSystemIRQ =
185307               {
185308                   /* flags */
185309                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
185310                   /* name */
185311                   "CIM_ComputerSystemIRQ",
185312                   /* qualifiers */
185313                   __root_cimv2_CIM_ComputerSystemIRQ_qualifiers,
185314                   /* super */
185315                   &__root_cimv2_CIM_ComputerSystemResource,
185316                   /* features */
185317                   _CIM_ComputerSystemIRQ_features,
185318               };
185319               
185320               //==============================================================================
185321               //
185322               // Class: CIM_ComputerSystemMappedIO
185323               //
185324               //==============================================================================
185325 mike  1.1.2.1 
185326               static const char*
185327               _CIM_ComputerSystemMappedIO_GroupComponent_qualifiers[] =
185328               {
185329                   /* Aggregate */
185330                   "\003\001",
185331                   /* Override */
185332                   "\044GroupComponent",
185333                   /* Min */
185334                   "\033\000\000\000\001",
185335                   /* Max */
185336                   "\027\000\000\000\001",
185337                   0,
185338               };
185339               
185340               static MetaReference
185341               _CIM_ComputerSystemMappedIO_GroupComponent =
185342               {
185343                   /* flags */
185344                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
185345                   /* name */
185346 mike  1.1.2.1     "GroupComponent",
185347                   /* qualifiers */
185348                   _CIM_ComputerSystemMappedIO_GroupComponent_qualifiers,
185349                   /* subscript */
185350                   -1,
185351                   /* refId */
185352                   &__root_cimv2_CIM_ComputerSystem,
185353               };
185354               
185355               static const char*
185356               _CIM_ComputerSystemMappedIO_PartComponent_qualifiers[] =
185357               {
185358                   /* Override */
185359                   "\044PartComponent",
185360                   /* Weak */
185361                   "\064\001",
185362                   0,
185363               };
185364               
185365               static MetaReference
185366               _CIM_ComputerSystemMappedIO_PartComponent =
185367 mike  1.1.2.1 {
185368                   /* flags */
185369                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
185370                   /* name */
185371                   "PartComponent",
185372                   /* qualifiers */
185373                   _CIM_ComputerSystemMappedIO_PartComponent_qualifiers,
185374                   /* subscript */
185375                   -1,
185376                   /* refId */
185377                   &__root_cimv2_CIM_MemoryMappedIO,
185378               };
185379               
185380               static MetaFeature*
185381               _CIM_ComputerSystemMappedIO_features[] =
185382               {
185383                   (MetaFeature*)&_CIM_ComputerSystemMappedIO_GroupComponent,
185384                   (MetaFeature*)&_CIM_ComputerSystemMappedIO_PartComponent,
185385                   0,
185386               };
185387               
185388 mike  1.1.2.1 static const char*
185389               __root_cimv2_CIM_ComputerSystemMappedIO_qualifiers[] =
185390               {
185391                   /* ASSOCIATION */
185392                   "\000\001",
185393                   /* UMLPackagePath */
185394                   "\057CIM::System::SystemResources",
185395                   /* Aggregation */
185396                   "\004\001",
185397                   /* Composition */
185398                   "\011\001",
185399                   /* Version */
185400                   "\0632.7.0",
185401                   0,
185402               };
185403               
185404               MetaClass
185405               __root_cimv2_CIM_ComputerSystemMappedIO =
185406               {
185407                   /* flags */
185408                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
185409 mike  1.1.2.1     /* name */
185410                   "CIM_ComputerSystemMappedIO",
185411                   /* qualifiers */
185412                   __root_cimv2_CIM_ComputerSystemMappedIO_qualifiers,
185413                   /* super */
185414                   &__root_cimv2_CIM_ComputerSystemResource,
185415                   /* features */
185416                   _CIM_ComputerSystemMappedIO_features,
185417               };
185418               
185419               //==============================================================================
185420               //
185421               // Class: CIM_CopyFileAction
185422               //
185423               //==============================================================================
185424               
185425               static const char*
185426               _CIM_CopyFileAction_Source_qualifiers[] =
185427               {
185428                   /* MaxLen */
185429                   "\030\000\000\004\000",
185430 mike  1.1.2.1     0,
185431               };
185432               
185433               static MetaProperty
185434               _CIM_CopyFileAction_Source =
185435               {
185436                   /* flags */
185437                   META_FLAG_PROPERTY|META_FLAG_READ,
185438                   /* name */
185439                   "Source",
185440                   /* qualifiers */
185441                   _CIM_CopyFileAction_Source_qualifiers,
185442                   /* type */
185443                   CIMTYPE_STRING,
185444                   /* subscript */
185445                   -1,
185446                   /* value */
185447                   0,
185448               };
185449               
185450               static const char*
185451 mike  1.1.2.1 _CIM_CopyFileAction_Destination_qualifiers[] =
185452               {
185453                   /* MaxLen */
185454                   "\030\000\000\004\000",
185455                   0,
185456               };
185457               
185458               static MetaProperty
185459               _CIM_CopyFileAction_Destination =
185460               {
185461                   /* flags */
185462                   META_FLAG_PROPERTY|META_FLAG_READ,
185463                   /* name */
185464                   "Destination",
185465                   /* qualifiers */
185466                   _CIM_CopyFileAction_Destination_qualifiers,
185467                   /* type */
185468                   CIMTYPE_STRING,
185469                   /* subscript */
185470                   -1,
185471                   /* value */
185472 mike  1.1.2.1     0,
185473               };
185474               
185475               static const char*
185476               _CIM_CopyFileAction_DeleteAfterCopy_qualifiers[] =
185477               {
185478                   0,
185479               };
185480               
185481               static MetaProperty
185482               _CIM_CopyFileAction_DeleteAfterCopy =
185483               {
185484                   /* flags */
185485                   META_FLAG_PROPERTY|META_FLAG_READ,
185486                   /* name */
185487                   "DeleteAfterCopy",
185488                   /* qualifiers */
185489                   _CIM_CopyFileAction_DeleteAfterCopy_qualifiers,
185490                   /* type */
185491                   CIMTYPE_BOOLEAN,
185492                   /* subscript */
185493 mike  1.1.2.1     -1,
185494                   /* value */
185495                   0,
185496               };
185497               
185498               static MetaFeature*
185499               _CIM_CopyFileAction_features[] =
185500               {
185501                   (MetaFeature*)&_CIM_CopyFileAction_Source,
185502                   (MetaFeature*)&_CIM_CopyFileAction_Destination,
185503                   (MetaFeature*)&_CIM_CopyFileAction_DeleteAfterCopy,
185504                   0,
185505               };
185506               
185507               static const char*
185508               __root_cimv2_CIM_CopyFileAction_qualifiers[] =
185509               {
185510                   /* UMLPackagePath */
185511                   "\057CIM::Application::CheckAction",
185512                   /* Version */
185513                   "\0632.6.0",
185514 mike  1.1.2.1     0,
185515               };
185516               
185517               MetaClass
185518               __root_cimv2_CIM_CopyFileAction =
185519               {
185520                   /* flags */
185521                   META_FLAG_CLASS,
185522                   /* name */
185523                   "CIM_CopyFileAction",
185524                   /* qualifiers */
185525                   __root_cimv2_CIM_CopyFileAction_qualifiers,
185526                   /* super */
185527                   &__root_cimv2_CIM_FileAction,
185528                   /* features */
185529                   _CIM_CopyFileAction_features,
185530               };
185531               
185532               //==============================================================================
185533               //
185534               // Class: CIM_CreateDirectoryAction
185535 mike  1.1.2.1 //
185536               //==============================================================================
185537               
185538               static MetaFeature*
185539               _CIM_CreateDirectoryAction_features[] =
185540               {
185541                   0,
185542               };
185543               
185544               static const char*
185545               __root_cimv2_CIM_CreateDirectoryAction_qualifiers[] =
185546               {
185547                   /* UMLPackagePath */
185548                   "\057CIM::Application::CheckAction",
185549                   /* Version */
185550                   "\0632.6.0",
185551                   0,
185552               };
185553               
185554               MetaClass
185555               __root_cimv2_CIM_CreateDirectoryAction =
185556 mike  1.1.2.1 {
185557                   /* flags */
185558                   META_FLAG_CLASS,
185559                   /* name */
185560                   "CIM_CreateDirectoryAction",
185561                   /* qualifiers */
185562                   __root_cimv2_CIM_CreateDirectoryAction_qualifiers,
185563                   /* super */
185564                   &__root_cimv2_CIM_DirectoryAction,
185565                   /* features */
185566                   _CIM_CreateDirectoryAction_features,
185567               };
185568               
185569               //==============================================================================
185570               //
185571               // Class: CIM_DirectorySpecificationFile
185572               //
185573               //==============================================================================
185574               
185575               static const char*
185576               _CIM_DirectorySpecificationFile_DirectorySpecification_qualifiers[] =
185577 mike  1.1.2.1 {
185578                   /* Key */
185579                   "\025\001",
185580                   /* Max */
185581                   "\027\000\000\000\001",
185582                   0,
185583               };
185584               
185585               static MetaReference
185586               _CIM_DirectorySpecificationFile_DirectorySpecification =
185587               {
185588                   /* flags */
185589                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
185590                   /* name */
185591                   "DirectorySpecification",
185592                   /* qualifiers */
185593                   _CIM_DirectorySpecificationFile_DirectorySpecification_qualifiers,
185594                   /* subscript */
185595                   -1,
185596                   /* refId */
185597                   &__root_cimv2_CIM_DirectorySpecification,
185598 mike  1.1.2.1 };
185599               
185600               static const char*
185601               _CIM_DirectorySpecificationFile_FileSpecification_qualifiers[] =
185602               {
185603                   /* Key */
185604                   "\025\001",
185605                   0,
185606               };
185607               
185608               static MetaReference
185609               _CIM_DirectorySpecificationFile_FileSpecification =
185610               {
185611                   /* flags */
185612                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
185613                   /* name */
185614                   "FileSpecification",
185615                   /* qualifiers */
185616                   _CIM_DirectorySpecificationFile_FileSpecification_qualifiers,
185617                   /* subscript */
185618                   -1,
185619 mike  1.1.2.1     /* refId */
185620                   &__root_cimv2_CIM_FileSpecification,
185621               };
185622               
185623               static MetaFeature*
185624               _CIM_DirectorySpecificationFile_features[] =
185625               {
185626                   (MetaFeature*)&_CIM_DirectorySpecificationFile_DirectorySpecification,
185627                   (MetaFeature*)&_CIM_DirectorySpecificationFile_FileSpecification,
185628                   0,
185629               };
185630               
185631               static const char*
185632               __root_cimv2_CIM_DirectorySpecificationFile_qualifiers[] =
185633               {
185634                   /* ASSOCIATION */
185635                   "\000\001",
185636                   /* UMLPackagePath */
185637                   "\057CIM::Application::CheckAction",
185638                   /* Version */
185639                   "\0632.6.0",
185640 mike  1.1.2.1     0,
185641               };
185642               
185643               MetaClass
185644               __root_cimv2_CIM_DirectorySpecificationFile =
185645               {
185646                   /* flags */
185647                   META_FLAG_ASSOCIATION,
185648                   /* name */
185649                   "CIM_DirectorySpecificationFile",
185650                   /* qualifiers */
185651                   __root_cimv2_CIM_DirectorySpecificationFile_qualifiers,
185652                   /* super */
185653                   0,
185654                   /* features */
185655                   _CIM_DirectorySpecificationFile_features,
185656               };
185657               
185658               //==============================================================================
185659               //
185660               // Class: CIM_EndpointInArea
185661 mike  1.1.2.1 //
185662               //==============================================================================
185663               
185664               static const char*
185665               _CIM_EndpointInArea_GroupComponent_qualifiers[] =
185666               {
185667                   /* Aggregate */
185668                   "\003\001",
185669                   /* Override */
185670                   "\044GroupComponent",
185671                   /* Min */
185672                   "\033\000\000\000\001",
185673                   /* Max */
185674                   "\027\000\000\000\001",
185675                   0,
185676               };
185677               
185678               static MetaReference
185679               _CIM_EndpointInArea_GroupComponent =
185680               {
185681                   /* flags */
185682 mike  1.1.2.1     META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
185683                   /* name */
185684                   "GroupComponent",
185685                   /* qualifiers */
185686                   _CIM_EndpointInArea_GroupComponent_qualifiers,
185687                   /* subscript */
185688                   -1,
185689                   /* refId */
185690                   &__root_cimv2_CIM_OSPFArea,
185691               };
185692               
185693               static const char*
185694               _CIM_EndpointInArea_PartComponent_qualifiers[] =
185695               {
185696                   /* Override */
185697                   "\044PartComponent",
185698                   0,
185699               };
185700               
185701               static MetaReference
185702               _CIM_EndpointInArea_PartComponent =
185703 mike  1.1.2.1 {
185704                   /* flags */
185705                   META_FLAG_REFERENCE|META_FLAG_READ,
185706                   /* name */
185707                   "PartComponent",
185708                   /* qualifiers */
185709                   _CIM_EndpointInArea_PartComponent_qualifiers,
185710                   /* subscript */
185711                   -1,
185712                   /* refId */
185713                   &__root_cimv2_CIM_OSPFProtocolEndpointBase,
185714               };
185715               
185716               static MetaFeature*
185717               _CIM_EndpointInArea_features[] =
185718               {
185719                   (MetaFeature*)&_CIM_EndpointInArea_GroupComponent,
185720                   (MetaFeature*)&_CIM_EndpointInArea_PartComponent,
185721                   0,
185722               };
185723               
185724 mike  1.1.2.1 static const char*
185725               __root_cimv2_CIM_EndpointInArea_qualifiers[] =
185726               {
185727                   /* ASSOCIATION */
185728                   "\000\001",
185729                   /* UMLPackagePath */
185730                   "\057CIM::Network::OSPF",
185731                   /* Aggregation */
185732                   "\004\001",
185733                   /* Composition */
185734                   "\011\001",
185735                   /* Version */
185736                   "\0632.7.0",
185737                   0,
185738               };
185739               
185740               MetaClass
185741               __root_cimv2_CIM_EndpointInArea =
185742               {
185743                   /* flags */
185744                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
185745 mike  1.1.2.1     /* name */
185746                   "CIM_EndpointInArea",
185747                   /* qualifiers */
185748                   __root_cimv2_CIM_EndpointInArea_qualifiers,
185749                   /* super */
185750                   &__root_cimv2_CIM_Component,
185751                   /* features */
185752                   _CIM_EndpointInArea_features,
185753               };
185754               
185755               //==============================================================================
185756               //
185757               // Class: CIM_EndpointInLink
185758               //
185759               //==============================================================================
185760               
185761               static const char*
185762               _CIM_EndpointInLink_Collection_qualifiers[] =
185763               {
185764                   /* Aggregate */
185765                   "\003\001",
185766 mike  1.1.2.1     /* Override */
185767                   "\044Collection",
185768                   /* Max */
185769                   "\027\000\000\000\001",
185770                   0,
185771               };
185772               
185773               static MetaReference
185774               _CIM_EndpointInLink_Collection =
185775               {
185776                   /* flags */
185777                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
185778                   /* name */
185779                   "Collection",
185780                   /* qualifiers */
185781                   _CIM_EndpointInLink_Collection_qualifiers,
185782                   /* subscript */
185783                   -1,
185784                   /* refId */
185785                   &__root_cimv2_CIM_OSPFLink,
185786               };
185787 mike  1.1.2.1 
185788               static const char*
185789               _CIM_EndpointInLink_Member_qualifiers[] =
185790               {
185791                   /* Override */
185792                   "\044Member",
185793                   0,
185794               };
185795               
185796               static MetaReference
185797               _CIM_EndpointInLink_Member =
185798               {
185799                   /* flags */
185800                   META_FLAG_REFERENCE|META_FLAG_READ,
185801                   /* name */
185802                   "Member",
185803                   /* qualifiers */
185804                   _CIM_EndpointInLink_Member_qualifiers,
185805                   /* subscript */
185806                   -1,
185807                   /* refId */
185808 mike  1.1.2.1     &__root_cimv2_CIM_OSPFProtocolEndpointBase,
185809               };
185810               
185811               static MetaFeature*
185812               _CIM_EndpointInLink_features[] =
185813               {
185814                   (MetaFeature*)&_CIM_EndpointInLink_Collection,
185815                   (MetaFeature*)&_CIM_EndpointInLink_Member,
185816                   0,
185817               };
185818               
185819               static const char*
185820               __root_cimv2_CIM_EndpointInLink_qualifiers[] =
185821               {
185822                   /* ASSOCIATION */
185823                   "\000\001",
185824                   /* UMLPackagePath */
185825                   "\057CIM::Network::OSPF",
185826                   /* Aggregation */
185827                   "\004\001",
185828                   /* Version */
185829 mike  1.1.2.1     "\0632.7.0",
185830                   0,
185831               };
185832               
185833               MetaClass
185834               __root_cimv2_CIM_EndpointInLink =
185835               {
185836                   /* flags */
185837                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
185838                   /* name */
185839                   "CIM_EndpointInLink",
185840                   /* qualifiers */
185841                   __root_cimv2_CIM_EndpointInLink_qualifiers,
185842                   /* super */
185843                   &__root_cimv2_CIM_MemberOfCollection,
185844                   /* features */
185845                   _CIM_EndpointInLink_features,
185846               };
185847               
185848               //==============================================================================
185849               //
185850 mike  1.1.2.1 // Class: CIM_FailNextScheduler
185851               //
185852               //==============================================================================
185853               
185854               static const char*
185855               _CIM_FailNextScheduler_PrecedingService_qualifiers[] =
185856               {
185857                   /* Override */
185858                   "\044PrecedingService",
185859                   0,
185860               };
185861               
185862               static MetaReference
185863               _CIM_FailNextScheduler_PrecedingService =
185864               {
185865                   /* flags */
185866                   META_FLAG_REFERENCE|META_FLAG_READ,
185867                   /* name */
185868                   "PrecedingService",
185869                   /* qualifiers */
185870                   _CIM_FailNextScheduler_PrecedingService_qualifiers,
185871 mike  1.1.2.1     /* subscript */
185872                   -1,
185873                   /* refId */
185874                   &__root_cimv2_CIM_NonWorkConservingSchedulingService,
185875               };
185876               
185877               static const char*
185878               _CIM_FailNextScheduler_FollowingService_qualifiers[] =
185879               {
185880                   /* Override */
185881                   "\044FollowingService",
185882                   /* Max */
185883                   "\027\000\000\000\001",
185884                   0,
185885               };
185886               
185887               static MetaReference
185888               _CIM_FailNextScheduler_FollowingService =
185889               {
185890                   /* flags */
185891                   META_FLAG_REFERENCE|META_FLAG_READ,
185892 mike  1.1.2.1     /* name */
185893                   "FollowingService",
185894                   /* qualifiers */
185895                   _CIM_FailNextScheduler_FollowingService_qualifiers,
185896                   /* subscript */
185897                   -1,
185898                   /* refId */
185899                   &__root_cimv2_CIM_PacketSchedulingService,
185900               };
185901               
185902               static MetaFeature*
185903               _CIM_FailNextScheduler_features[] =
185904               {
185905                   (MetaFeature*)&_CIM_FailNextScheduler_PrecedingService,
185906                   (MetaFeature*)&_CIM_FailNextScheduler_FollowingService,
185907                   0,
185908               };
185909               
185910               static const char*
185911               __root_cimv2_CIM_FailNextScheduler_qualifiers[] =
185912               {
185913 mike  1.1.2.1     /* ASSOCIATION */
185914                   "\000\001",
185915                   /* UMLPackagePath */
185916                   "\057CIM::Network::QoS",
185917                   /* Version */
185918                   "\0632.7.0",
185919                   0,
185920               };
185921               
185922               MetaClass
185923               __root_cimv2_CIM_FailNextScheduler =
185924               {
185925                   /* flags */
185926                   META_FLAG_ASSOCIATION,
185927                   /* name */
185928                   "CIM_FailNextScheduler",
185929                   /* qualifiers */
185930                   __root_cimv2_CIM_FailNextScheduler_qualifiers,
185931                   /* super */
185932                   &__root_cimv2_CIM_NextScheduler,
185933                   /* features */
185934 mike  1.1.2.1     _CIM_FailNextScheduler_features,
185935               };
185936               
185937               //==============================================================================
185938               //
185939               // Class: CIM_ForwardedRoutes
185940               //
185941               //==============================================================================
185942               
185943               static const char*
185944               _CIM_ForwardedRoutes_Antecedent_qualifiers[] =
185945               {
185946                   /* Deprecated */
185947                   "\013\000\001No value\000",
185948                   /* Override */
185949                   "\044Antecedent",
185950                   /* Min */
185951                   "\033\000\000\000\001",
185952                   /* Max */
185953                   "\027\000\000\000\001",
185954                   0,
185955 mike  1.1.2.1 };
185956               
185957               static MetaReference
185958               _CIM_ForwardedRoutes_Antecedent =
185959               {
185960                   /* flags */
185961                   META_FLAG_REFERENCE|META_FLAG_READ,
185962                   /* name */
185963                   "Antecedent",
185964                   /* qualifiers */
185965                   _CIM_ForwardedRoutes_Antecedent_qualifiers,
185966                   /* subscript */
185967                   -1,
185968                   /* refId */
185969                   &__root_cimv2_CIM_ForwardingService,
185970               };
185971               
185972               static const char*
185973               _CIM_ForwardedRoutes_Dependent_qualifiers[] =
185974               {
185975                   /* Deprecated */
185976 mike  1.1.2.1     "\013\000\001No value\000",
185977                   /* Override */
185978                   "\044Dependent",
185979                   /* Weak */
185980                   "\064\001",
185981                   0,
185982               };
185983               
185984               static MetaReference
185985               _CIM_ForwardedRoutes_Dependent =
185986               {
185987                   /* flags */
185988                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
185989                   /* name */
185990                   "Dependent",
185991                   /* qualifiers */
185992                   _CIM_ForwardedRoutes_Dependent_qualifiers,
185993                   /* subscript */
185994                   -1,
185995                   /* refId */
185996                   &__root_cimv2_CIM_IPRoute,
185997 mike  1.1.2.1 };
185998               
185999               static MetaFeature*
186000               _CIM_ForwardedRoutes_features[] =
186001               {
186002                   (MetaFeature*)&_CIM_ForwardedRoutes_Antecedent,
186003                   (MetaFeature*)&_CIM_ForwardedRoutes_Dependent,
186004                   0,
186005               };
186006               
186007               static const char*
186008               __root_cimv2_CIM_ForwardedRoutes_qualifiers[] =
186009               {
186010                   /* ASSOCIATION */
186011                   "\000\001",
186012                   /* Deprecated */
186013                   "\013\000\001No value\000",
186014                   /* UMLPackagePath */
186015                   "\057CIM::Network::Routes",
186016                   /* Version */
186017                   "\0632.7.0",
186018 mike  1.1.2.1     0,
186019               };
186020               
186021               MetaClass
186022               __root_cimv2_CIM_ForwardedRoutes =
186023               {
186024                   /* flags */
186025                   META_FLAG_ASSOCIATION,
186026                   /* name */
186027                   "CIM_ForwardedRoutes",
186028                   /* qualifiers */
186029                   __root_cimv2_CIM_ForwardedRoutes_qualifiers,
186030                   /* super */
186031                   &__root_cimv2_CIM_RouteForwardedByService,
186032                   /* features */
186033                   _CIM_ForwardedRoutes_features,
186034               };
186035               
186036               //==============================================================================
186037               //
186038               // Class: CIM_IKESecretIsNamed
186039 mike  1.1.2.1 //
186040               //==============================================================================
186041               
186042               static const char*
186043               _CIM_IKESecretIsNamed_Antecedent_qualifiers[] =
186044               {
186045                   /* Override */
186046                   "\044Antecedent",
186047                   /* Min */
186048                   "\033\000\000\000\001",
186049                   /* Max */
186050                   "\027\000\000\000\001",
186051                   0,
186052               };
186053               
186054               static MetaReference
186055               _CIM_IKESecretIsNamed_Antecedent =
186056               {
186057                   /* flags */
186058                   META_FLAG_REFERENCE|META_FLAG_READ,
186059                   /* name */
186060 mike  1.1.2.1     "Antecedent",
186061                   /* qualifiers */
186062                   _CIM_IKESecretIsNamed_Antecedent_qualifiers,
186063                   /* subscript */
186064                   -1,
186065                   /* refId */
186066                   &__root_cimv2_CIM_SharedSecretService,
186067               };
186068               
186069               static const char*
186070               _CIM_IKESecretIsNamed_Dependent_qualifiers[] =
186071               {
186072                   /* Override */
186073                   "\044Dependent",
186074                   /* Weak */
186075                   "\064\001",
186076                   0,
186077               };
186078               
186079               static MetaReference
186080               _CIM_IKESecretIsNamed_Dependent =
186081 mike  1.1.2.1 {
186082                   /* flags */
186083                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
186084                   /* name */
186085                   "Dependent",
186086                   /* qualifiers */
186087                   _CIM_IKESecretIsNamed_Dependent_qualifiers,
186088                   /* subscript */
186089                   -1,
186090                   /* refId */
186091                   &__root_cimv2_CIM_NamedSharedIKESecret,
186092               };
186093               
186094               static MetaFeature*
186095               _CIM_IKESecretIsNamed_features[] =
186096               {
186097                   (MetaFeature*)&_CIM_IKESecretIsNamed_Antecedent,
186098                   (MetaFeature*)&_CIM_IKESecretIsNamed_Dependent,
186099                   0,
186100               };
186101               
186102 mike  1.1.2.1 static const char*
186103               __root_cimv2_CIM_IKESecretIsNamed_qualifiers[] =
186104               {
186105                   /* ASSOCIATION */
186106                   "\000\001",
186107                   /* UMLPackagePath */
186108                   "\057CIM::User::SharedSecret",
186109                   /* Version */
186110                   "\0632.6.0",
186111                   0,
186112               };
186113               
186114               MetaClass
186115               __root_cimv2_CIM_IKESecretIsNamed =
186116               {
186117                   /* flags */
186118                   META_FLAG_ASSOCIATION,
186119                   /* name */
186120                   "CIM_IKESecretIsNamed",
186121                   /* qualifiers */
186122                   __root_cimv2_CIM_IKESecretIsNamed_qualifiers,
186123 mike  1.1.2.1     /* super */
186124                   &__root_cimv2_CIM_ManagedCredential,
186125                   /* features */
186126                   _CIM_IKESecretIsNamed_features,
186127               };
186128               
186129               //==============================================================================
186130               //
186131               // Class: CIM_InSegment
186132               //
186133               //==============================================================================
186134               
186135               static const char*
186136               _CIM_InSegment_Collection_qualifiers[] =
186137               {
186138                   /* Deprecated */
186139                   "\013\000\001CIM_MemberOfCollection.Collection\000",
186140                   /* Aggregate */
186141                   "\003\001",
186142                   /* Override */
186143                   "\044Collection",
186144 mike  1.1.2.1     /* Max */
186145                   "\027\000\000\000\001",
186146                   0,
186147               };
186148               
186149               static MetaReference
186150               _CIM_InSegment_Collection =
186151               {
186152                   /* flags */
186153                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
186154                   /* name */
186155                   "Collection",
186156                   /* qualifiers */
186157                   _CIM_InSegment_Collection_qualifiers,
186158                   /* subscript */
186159                   -1,
186160                   /* refId */
186161                   &__root_cimv2_CIM_LANSegment,
186162               };
186163               
186164               static const char*
186165 mike  1.1.2.1 _CIM_InSegment_Member_qualifiers[] =
186166               {
186167                   /* Deprecated */
186168                   "\013\000\001CIM_MemberOfCollection.Member\000",
186169                   /* Override */
186170                   "\044Member",
186171                   0,
186172               };
186173               
186174               static MetaReference
186175               _CIM_InSegment_Member =
186176               {
186177                   /* flags */
186178                   META_FLAG_REFERENCE|META_FLAG_READ,
186179                   /* name */
186180                   "Member",
186181                   /* qualifiers */
186182                   _CIM_InSegment_Member_qualifiers,
186183                   /* subscript */
186184                   -1,
186185                   /* refId */
186186 mike  1.1.2.1     &__root_cimv2_CIM_LANEndpoint,
186187               };
186188               
186189               static MetaFeature*
186190               _CIM_InSegment_features[] =
186191               {
186192                   (MetaFeature*)&_CIM_InSegment_Collection,
186193                   (MetaFeature*)&_CIM_InSegment_Member,
186194                   0,
186195               };
186196               
186197               static const char*
186198               __root_cimv2_CIM_InSegment_qualifiers[] =
186199               {
186200                   /* ASSOCIATION */
186201                   "\000\001",
186202                   /* Deprecated */
186203                   "\013\000\001CIM_MemberOfCollection\000",
186204                   /* UMLPackagePath */
186205                   "\057CIM::Network::ProtocolEndpoints",
186206                   /* Aggregation */
186207 mike  1.1.2.1     "\004\001",
186208                   /* Version */
186209                   "\0632.7.0",
186210                   0,
186211               };
186212               
186213               MetaClass
186214               __root_cimv2_CIM_InSegment =
186215               {
186216                   /* flags */
186217                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
186218                   /* name */
186219                   "CIM_InSegment",
186220                   /* qualifiers */
186221                   __root_cimv2_CIM_InSegment_qualifiers,
186222                   /* super */
186223                   &__root_cimv2_CIM_InLogicalNetwork,
186224                   /* features */
186225                   _CIM_InSegment_features,
186226               };
186227               
186228 mike  1.1.2.1 //==============================================================================
186229               //
186230               // Class: CIM_J2eeConnectionFactoryAvailableToJCAResource
186231               //
186232               //==============================================================================
186233               
186234               static const char*
186235               _CIM_J2eeConnectionFactoryAvailableToJCAResource_Dependent_qualifiers[] =
186236               {
186237                   /* Override */
186238                   "\044Dependent",
186239                   /* Min */
186240                   "\033\000\000\000\001",
186241                   /* Max */
186242                   "\027\000\000\000\001",
186243                   0,
186244               };
186245               
186246               static MetaReference
186247               _CIM_J2eeConnectionFactoryAvailableToJCAResource_Dependent =
186248               {
186249 mike  1.1.2.1     /* flags */
186250                   META_FLAG_REFERENCE|META_FLAG_READ,
186251                   /* name */
186252                   "Dependent",
186253                   /* qualifiers */
186254                   _CIM_J2eeConnectionFactoryAvailableToJCAResource_Dependent_qualifiers,
186255                   /* subscript */
186256                   -1,
186257                   /* refId */
186258                   &__root_cimv2_CIM_J2eeJCAResource,
186259               };
186260               
186261               static const char*
186262               _CIM_J2eeConnectionFactoryAvailableToJCAResource_Antecedent_qualifiers[] =
186263               {
186264                   /* Override */
186265                   "\044Antecedent",
186266                   /* Min */
186267                   "\033\000\000\000\001",
186268                   0,
186269               };
186270 mike  1.1.2.1 
186271               static MetaReference
186272               _CIM_J2eeConnectionFactoryAvailableToJCAResource_Antecedent =
186273               {
186274                   /* flags */
186275                   META_FLAG_REFERENCE|META_FLAG_READ,
186276                   /* name */
186277                   "Antecedent",
186278                   /* qualifiers */
186279                   _CIM_J2eeConnectionFactoryAvailableToJCAResource_Antecedent_qualifiers,
186280                   /* subscript */
186281                   -1,
186282                   /* refId */
186283                   &__root_cimv2_CIM_J2eeJCAConnectionFactory,
186284               };
186285               
186286               static MetaFeature*
186287               _CIM_J2eeConnectionFactoryAvailableToJCAResource_features[] =
186288               {
186289                   (MetaFeature*)&_CIM_J2eeConnectionFactoryAvailableToJCAResource_Dependent,
186290                   (MetaFeature*)&_CIM_J2eeConnectionFactoryAvailableToJCAResource_Antecedent,
186291 mike  1.1.2.1     0,
186292               };
186293               
186294               static const char*
186295               __root_cimv2_CIM_J2eeConnectionFactoryAvailableToJCAResource_qualifiers[] =
186296               {
186297                   /* ASSOCIATION */
186298                   "\000\001",
186299                   /* UMLPackagePath */
186300                   "\057CIM::Application::J2eeAppServer",
186301                   /* Version */
186302                   "\0632.8.0",
186303                   0,
186304               };
186305               
186306               MetaClass
186307               __root_cimv2_CIM_J2eeConnectionFactoryAvailableToJCAResource =
186308               {
186309                   /* flags */
186310                   META_FLAG_ASSOCIATION,
186311                   /* name */
186312 mike  1.1.2.1     "CIM_J2eeConnectionFactoryAvailableToJCAResource",
186313                   /* qualifiers */
186314                   __root_cimv2_CIM_J2eeConnectionFactoryAvailableToJCAResource_qualifiers,
186315                   /* super */
186316                   &__root_cimv2_CIM_HostedDependency,
186317                   /* features */
186318                   _CIM_J2eeConnectionFactoryAvailableToJCAResource_features,
186319               };
186320               
186321               //==============================================================================
186322               //
186323               // Class: CIM_J2eeEJBInModule
186324               //
186325               //==============================================================================
186326               
186327               static const char*
186328               _CIM_J2eeEJBInModule_GroupComponent_qualifiers[] =
186329               {
186330                   /* Aggregate */
186331                   "\003\001",
186332                   /* Override */
186333 mike  1.1.2.1     "\044GroupComponent",
186334                   /* Min */
186335                   "\033\000\000\000\001",
186336                   /* Max */
186337                   "\027\000\000\000\001",
186338                   0,
186339               };
186340               
186341               static MetaReference
186342               _CIM_J2eeEJBInModule_GroupComponent =
186343               {
186344                   /* flags */
186345                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
186346                   /* name */
186347                   "GroupComponent",
186348                   /* qualifiers */
186349                   _CIM_J2eeEJBInModule_GroupComponent_qualifiers,
186350                   /* subscript */
186351                   -1,
186352                   /* refId */
186353                   &__root_cimv2_CIM_J2eeEJBModule,
186354 mike  1.1.2.1 };
186355               
186356               static const char*
186357               _CIM_J2eeEJBInModule_PartComponent_qualifiers[] =
186358               {
186359                   /* Override */
186360                   "\044PartComponent",
186361                   /* Min */
186362                   "\033\000\000\000\001",
186363                   0,
186364               };
186365               
186366               static MetaReference
186367               _CIM_J2eeEJBInModule_PartComponent =
186368               {
186369                   /* flags */
186370                   META_FLAG_REFERENCE|META_FLAG_READ,
186371                   /* name */
186372                   "PartComponent",
186373                   /* qualifiers */
186374                   _CIM_J2eeEJBInModule_PartComponent_qualifiers,
186375 mike  1.1.2.1     /* subscript */
186376                   -1,
186377                   /* refId */
186378                   &__root_cimv2_CIM_J2eeEJB,
186379               };
186380               
186381               static MetaFeature*
186382               _CIM_J2eeEJBInModule_features[] =
186383               {
186384                   (MetaFeature*)&_CIM_J2eeEJBInModule_GroupComponent,
186385                   (MetaFeature*)&_CIM_J2eeEJBInModule_PartComponent,
186386                   0,
186387               };
186388               
186389               static const char*
186390               __root_cimv2_CIM_J2eeEJBInModule_qualifiers[] =
186391               {
186392                   /* ASSOCIATION */
186393                   "\000\001",
186394                   /* UMLPackagePath */
186395                   "\057CIM::Application::J2eeAppServer",
186396 mike  1.1.2.1     /* Aggregation */
186397                   "\004\001",
186398                   /* Version */
186399                   "\0632.8.0",
186400                   0,
186401               };
186402               
186403               MetaClass
186404               __root_cimv2_CIM_J2eeEJBInModule =
186405               {
186406                   /* flags */
186407                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
186408                   /* name */
186409                   "CIM_J2eeEJBInModule",
186410                   /* qualifiers */
186411                   __root_cimv2_CIM_J2eeEJBInModule_qualifiers,
186412                   /* super */
186413                   &__root_cimv2_CIM_ServiceComponent,
186414                   /* features */
186415                   _CIM_J2eeEJBInModule_features,
186416               };
186417 mike  1.1.2.1 
186418               //==============================================================================
186419               //
186420               // Class: CIM_KDCIssuesKerberosTicket
186421               //
186422               //==============================================================================
186423               
186424               static const char*
186425               _CIM_KDCIssuesKerberosTicket_Antecedent_qualifiers[] =
186426               {
186427                   /* Override */
186428                   "\044Antecedent",
186429                   /* Min */
186430                   "\033\000\000\000\001",
186431                   /* Max */
186432                   "\027\000\000\000\001",
186433                   0,
186434               };
186435               
186436               static MetaReference
186437               _CIM_KDCIssuesKerberosTicket_Antecedent =
186438 mike  1.1.2.1 {
186439                   /* flags */
186440                   META_FLAG_REFERENCE|META_FLAG_READ,
186441                   /* name */
186442                   "Antecedent",
186443                   /* qualifiers */
186444                   _CIM_KDCIssuesKerberosTicket_Antecedent_qualifiers,
186445                   /* subscript */
186446                   -1,
186447                   /* refId */
186448                   &__root_cimv2_CIM_KerberosKeyDistributionCenter,
186449               };
186450               
186451               static const char*
186452               _CIM_KDCIssuesKerberosTicket_Dependent_qualifiers[] =
186453               {
186454                   /* Override */
186455                   "\044Dependent",
186456                   /* Weak */
186457                   "\064\001",
186458                   0,
186459 mike  1.1.2.1 };
186460               
186461               static MetaReference
186462               _CIM_KDCIssuesKerberosTicket_Dependent =
186463               {
186464                   /* flags */
186465                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
186466                   /* name */
186467                   "Dependent",
186468                   /* qualifiers */
186469                   _CIM_KDCIssuesKerberosTicket_Dependent_qualifiers,
186470                   /* subscript */
186471                   -1,
186472                   /* refId */
186473                   &__root_cimv2_CIM_KerberosTicket,
186474               };
186475               
186476               static MetaFeature*
186477               _CIM_KDCIssuesKerberosTicket_features[] =
186478               {
186479                   (MetaFeature*)&_CIM_KDCIssuesKerberosTicket_Antecedent,
186480 mike  1.1.2.1     (MetaFeature*)&_CIM_KDCIssuesKerberosTicket_Dependent,
186481                   0,
186482               };
186483               
186484               static const char*
186485               __root_cimv2_CIM_KDCIssuesKerberosTicket_qualifiers[] =
186486               {
186487                   /* ASSOCIATION */
186488                   "\000\001",
186489                   /* UMLPackagePath */
186490                   "\057CIM::User::Kerberos",
186491                   /* Version */
186492                   "\0632.6.0",
186493                   0,
186494               };
186495               
186496               MetaClass
186497               __root_cimv2_CIM_KDCIssuesKerberosTicket =
186498               {
186499                   /* flags */
186500                   META_FLAG_ASSOCIATION,
186501 mike  1.1.2.1     /* name */
186502                   "CIM_KDCIssuesKerberosTicket",
186503                   /* qualifiers */
186504                   __root_cimv2_CIM_KDCIssuesKerberosTicket_qualifiers,
186505                   /* super */
186506                   &__root_cimv2_CIM_ManagedCredential,
186507                   /* features */
186508                   _CIM_KDCIssuesKerberosTicket_features,
186509               };
186510               
186511               //==============================================================================
186512               //
186513               // Class: CIM_LocallyManagedPublicKey
186514               //
186515               //==============================================================================
186516               
186517               static const char*
186518               _CIM_LocallyManagedPublicKey_Antecedent_qualifiers[] =
186519               {
186520                   /* Override */
186521                   "\044Antecedent",
186522 mike  1.1.2.1     /* Min */
186523                   "\033\000\000\000\001",
186524                   /* Max */
186525                   "\027\000\000\000\001",
186526                   0,
186527               };
186528               
186529               static MetaReference
186530               _CIM_LocallyManagedPublicKey_Antecedent =
186531               {
186532                   /* flags */
186533                   META_FLAG_REFERENCE|META_FLAG_READ,
186534                   /* name */
186535                   "Antecedent",
186536                   /* qualifiers */
186537                   _CIM_LocallyManagedPublicKey_Antecedent_qualifiers,
186538                   /* subscript */
186539                   -1,
186540                   /* refId */
186541                   &__root_cimv2_CIM_PublicKeyManagementService,
186542               };
186543 mike  1.1.2.1 
186544               static const char*
186545               _CIM_LocallyManagedPublicKey_Dependent_qualifiers[] =
186546               {
186547                   /* Override */
186548                   "\044Dependent",
186549                   /* Weak */
186550                   "\064\001",
186551                   0,
186552               };
186553               
186554               static MetaReference
186555               _CIM_LocallyManagedPublicKey_Dependent =
186556               {
186557                   /* flags */
186558                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
186559                   /* name */
186560                   "Dependent",
186561                   /* qualifiers */
186562                   _CIM_LocallyManagedPublicKey_Dependent_qualifiers,
186563                   /* subscript */
186564 mike  1.1.2.1     -1,
186565                   /* refId */
186566                   &__root_cimv2_CIM_UnsignedPublicKey,
186567               };
186568               
186569               static MetaFeature*
186570               _CIM_LocallyManagedPublicKey_features[] =
186571               {
186572                   (MetaFeature*)&_CIM_LocallyManagedPublicKey_Antecedent,
186573                   (MetaFeature*)&_CIM_LocallyManagedPublicKey_Dependent,
186574                   0,
186575               };
186576               
186577               static const char*
186578               __root_cimv2_CIM_LocallyManagedPublicKey_qualifiers[] =
186579               {
186580                   /* ASSOCIATION */
186581                   "\000\001",
186582                   /* UMLPackagePath */
186583                   "\057CIM::User::PublicKey",
186584                   /* Version */
186585 mike  1.1.2.1     "\0632.6.0",
186586                   0,
186587               };
186588               
186589               MetaClass
186590               __root_cimv2_CIM_LocallyManagedPublicKey =
186591               {
186592                   /* flags */
186593                   META_FLAG_ASSOCIATION,
186594                   /* name */
186595                   "CIM_LocallyManagedPublicKey",
186596                   /* qualifiers */
186597                   __root_cimv2_CIM_LocallyManagedPublicKey_qualifiers,
186598                   /* super */
186599                   &__root_cimv2_CIM_ManagedCredential,
186600                   /* features */
186601                   _CIM_LocallyManagedPublicKey_features,
186602               };
186603               
186604               //==============================================================================
186605               //
186606 mike  1.1.2.1 // Class: CIM_NextServiceAfterClassifierElement
186607               //
186608               //==============================================================================
186609               
186610               static const char*
186611               _CIM_NextServiceAfterClassifierElement_PrecedingService_qualifiers[] =
186612               {
186613                   /* Override */
186614                   "\044PrecedingService",
186615                   0,
186616               };
186617               
186618               static MetaReference
186619               _CIM_NextServiceAfterClassifierElement_PrecedingService =
186620               {
186621                   /* flags */
186622                   META_FLAG_REFERENCE|META_FLAG_READ,
186623                   /* name */
186624                   "PrecedingService",
186625                   /* qualifiers */
186626                   _CIM_NextServiceAfterClassifierElement_PrecedingService_qualifiers,
186627 mike  1.1.2.1     /* subscript */
186628                   -1,
186629                   /* refId */
186630                   &__root_cimv2_CIM_ClassifierElement,
186631               };
186632               
186633               static const char*
186634               _CIM_NextServiceAfterClassifierElement_FollowingService_qualifiers[] =
186635               {
186636                   /* Override */
186637                   "\044FollowingService",
186638                   /* Min */
186639                   "\033\000\000\000\001",
186640                   /* Max */
186641                   "\027\000\000\000\001",
186642                   0,
186643               };
186644               
186645               static MetaReference
186646               _CIM_NextServiceAfterClassifierElement_FollowingService =
186647               {
186648 mike  1.1.2.1     /* flags */
186649                   META_FLAG_REFERENCE|META_FLAG_READ,
186650                   /* name */
186651                   "FollowingService",
186652                   /* qualifiers */
186653                   _CIM_NextServiceAfterClassifierElement_FollowingService_qualifiers,
186654                   /* subscript */
186655                   -1,
186656                   /* refId */
186657                   &__root_cimv2_CIM_ConditioningService,
186658               };
186659               
186660               static MetaFeature*
186661               _CIM_NextServiceAfterClassifierElement_features[] =
186662               {
186663                   (MetaFeature*)&_CIM_NextServiceAfterClassifierElement_PrecedingService,
186664                   (MetaFeature*)&_CIM_NextServiceAfterClassifierElement_FollowingService,
186665                   0,
186666               };
186667               
186668               static const char*
186669 mike  1.1.2.1 __root_cimv2_CIM_NextServiceAfterClassifierElement_qualifiers[] =
186670               {
186671                   /* ASSOCIATION */
186672                   "\000\001",
186673                   /* UMLPackagePath */
186674                   "\057CIM::Network::QoS",
186675                   /* Version */
186676                   "\0632.7.0",
186677                   0,
186678               };
186679               
186680               MetaClass
186681               __root_cimv2_CIM_NextServiceAfterClassifierElement =
186682               {
186683                   /* flags */
186684                   META_FLAG_ASSOCIATION,
186685                   /* name */
186686                   "CIM_NextServiceAfterClassifierElement",
186687                   /* qualifiers */
186688                   __root_cimv2_CIM_NextServiceAfterClassifierElement_qualifiers,
186689                   /* super */
186690 mike  1.1.2.1     &__root_cimv2_CIM_NextService,
186691                   /* features */
186692                   _CIM_NextServiceAfterClassifierElement_features,
186693               };
186694               
186695               //==============================================================================
186696               //
186697               // Class: CIM_OSPFProtocolEndpoint
186698               //
186699               //==============================================================================
186700               
186701               static const char*
186702               _CIM_OSPFProtocolEndpoint_Priority_qualifiers[] =
186703               {
186704                   /* MappingStrings */
186705                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfRtrPriority\000",
186706                   0,
186707               };
186708               
186709               static MetaProperty
186710               _CIM_OSPFProtocolEndpoint_Priority =
186711 mike  1.1.2.1 {
186712                   /* flags */
186713                   META_FLAG_PROPERTY|META_FLAG_READ,
186714                   /* name */
186715                   "Priority",
186716                   /* qualifiers */
186717                   _CIM_OSPFProtocolEndpoint_Priority_qualifiers,
186718                   /* type */
186719                   CIMTYPE_UINT8,
186720                   /* subscript */
186721                   -1,
186722                   /* value */
186723                   0,
186724               };
186725               
186726               static const char*
186727               _CIM_OSPFProtocolEndpoint_PollInterval_qualifiers[] =
186728               {
186729                   /* Units */
186730                   "\060Seconds",
186731                   /* MappingStrings */
186732 mike  1.1.2.1     "\026\000\001MIB.IETF|OSPF-MIB.ospfIfPollInterval\000",
186733                   0,
186734               };
186735               
186736               static MetaProperty
186737               _CIM_OSPFProtocolEndpoint_PollInterval =
186738               {
186739                   /* flags */
186740                   META_FLAG_PROPERTY|META_FLAG_READ,
186741                   /* name */
186742                   "PollInterval",
186743                   /* qualifiers */
186744                   _CIM_OSPFProtocolEndpoint_PollInterval_qualifiers,
186745                   /* type */
186746                   CIMTYPE_UINT16,
186747                   /* subscript */
186748                   -1,
186749                   /* value */
186750                   0,
186751               };
186752               
186753 mike  1.1.2.1 static const char*
186754               _CIM_OSPFProtocolEndpoint_Cost_qualifiers[] =
186755               {
186756                   /* MappingStrings */
186757                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfMetricStatus\000",
186758                   0,
186759               };
186760               
186761               static MetaProperty
186762               _CIM_OSPFProtocolEndpoint_Cost =
186763               {
186764                   /* flags */
186765                   META_FLAG_PROPERTY|META_FLAG_READ,
186766                   /* name */
186767                   "Cost",
186768                   /* qualifiers */
186769                   _CIM_OSPFProtocolEndpoint_Cost_qualifiers,
186770                   /* type */
186771                   CIMTYPE_UINT16,
186772                   /* subscript */
186773                   -1,
186774 mike  1.1.2.1     /* value */
186775                   0,
186776               };
186777               
186778               static const char*
186779               _CIM_OSPFProtocolEndpoint_IfDemand_qualifiers[] =
186780               {
186781                   /* MappingStrings */
186782                   "\026\000\001MIB.IETF|OSPF-MIB.ospfIfDemand\000",
186783                   0,
186784               };
186785               
186786               static MetaProperty
186787               _CIM_OSPFProtocolEndpoint_IfDemand =
186788               {
186789                   /* flags */
186790                   META_FLAG_PROPERTY|META_FLAG_READ,
186791                   /* name */
186792                   "IfDemand",
186793                   /* qualifiers */
186794                   _CIM_OSPFProtocolEndpoint_IfDemand_qualifiers,
186795 mike  1.1.2.1     /* type */
186796                   CIMTYPE_BOOLEAN,
186797                   /* subscript */
186798                   -1,
186799                   /* value */
186800                   0,
186801               };
186802               
186803               static MetaFeature*
186804               _CIM_OSPFProtocolEndpoint_features[] =
186805               {
186806                   (MetaFeature*)&_CIM_OSPFProtocolEndpoint_Priority,
186807                   (MetaFeature*)&_CIM_OSPFProtocolEndpoint_PollInterval,
186808                   (MetaFeature*)&_CIM_OSPFProtocolEndpoint_Cost,
186809                   (MetaFeature*)&_CIM_OSPFProtocolEndpoint_IfDemand,
186810                   0,
186811               };
186812               
186813               static const char*
186814               __root_cimv2_CIM_OSPFProtocolEndpoint_qualifiers[] =
186815               {
186816 mike  1.1.2.1     /* UMLPackagePath */
186817                   "\057CIM::Network::ProtocolEndpoints",
186818                   /* Version */
186819                   "\0632.7.0",
186820                   0,
186821               };
186822               
186823               MetaClass
186824               __root_cimv2_CIM_OSPFProtocolEndpoint =
186825               {
186826                   /* flags */
186827                   META_FLAG_CLASS,
186828                   /* name */
186829                   "CIM_OSPFProtocolEndpoint",
186830                   /* qualifiers */
186831                   __root_cimv2_CIM_OSPFProtocolEndpoint_qualifiers,
186832                   /* super */
186833                   &__root_cimv2_CIM_OSPFProtocolEndpointBase,
186834                   /* features */
186835                   _CIM_OSPFProtocolEndpoint_features,
186836               };
186837 mike  1.1.2.1 
186838               //==============================================================================
186839               //
186840               // Class: CIM_RelatedSpanningTree
186841               //
186842               //==============================================================================
186843               
186844               static const char*
186845               _CIM_RelatedSpanningTree_Antecedent_qualifiers[] =
186846               {
186847                   /* Override */
186848                   "\044Antecedent",
186849                   0,
186850               };
186851               
186852               static MetaReference
186853               _CIM_RelatedSpanningTree_Antecedent =
186854               {
186855                   /* flags */
186856                   META_FLAG_REFERENCE|META_FLAG_READ,
186857                   /* name */
186858 mike  1.1.2.1     "Antecedent",
186859                   /* qualifiers */
186860                   _CIM_RelatedSpanningTree_Antecedent_qualifiers,
186861                   /* subscript */
186862                   -1,
186863                   /* refId */
186864                   &__root_cimv2_CIM_TransparentBridgingService,
186865               };
186866               
186867               static const char*
186868               _CIM_RelatedSpanningTree_Dependent_qualifiers[] =
186869               {
186870                   /* Override */
186871                   "\044Dependent",
186872                   /* Max */
186873                   "\027\000\000\000\001",
186874                   0,
186875               };
186876               
186877               static MetaReference
186878               _CIM_RelatedSpanningTree_Dependent =
186879 mike  1.1.2.1 {
186880                   /* flags */
186881                   META_FLAG_REFERENCE|META_FLAG_READ,
186882                   /* name */
186883                   "Dependent",
186884                   /* qualifiers */
186885                   _CIM_RelatedSpanningTree_Dependent_qualifiers,
186886                   /* subscript */
186887                   -1,
186888                   /* refId */
186889                   &__root_cimv2_CIM_SpanningTreeService,
186890               };
186891               
186892               static MetaFeature*
186893               _CIM_RelatedSpanningTree_features[] =
186894               {
186895                   (MetaFeature*)&_CIM_RelatedSpanningTree_Antecedent,
186896                   (MetaFeature*)&_CIM_RelatedSpanningTree_Dependent,
186897                   0,
186898               };
186899               
186900 mike  1.1.2.1 static const char*
186901               __root_cimv2_CIM_RelatedSpanningTree_qualifiers[] =
186902               {
186903                   /* ASSOCIATION */
186904                   "\000\001",
186905                   /* UMLPackagePath */
186906                   "\057CIM::Network::SwitchingBridging",
186907                   /* Version */
186908                   "\0632.7.0",
186909                   0,
186910               };
186911               
186912               MetaClass
186913               __root_cimv2_CIM_RelatedSpanningTree =
186914               {
186915                   /* flags */
186916                   META_FLAG_ASSOCIATION,
186917                   /* name */
186918                   "CIM_RelatedSpanningTree",
186919                   /* qualifiers */
186920                   __root_cimv2_CIM_RelatedSpanningTree_qualifiers,
186921 mike  1.1.2.1     /* super */
186922                   &__root_cimv2_CIM_ServiceServiceDependency,
186923                   /* features */
186924                   _CIM_RelatedSpanningTree_features,
186925               };
186926               
186927               //==============================================================================
186928               //
186929               // Class: CIM_RelatedTransparentBridgingService
186930               //
186931               //==============================================================================
186932               
186933               static const char*
186934               _CIM_RelatedTransparentBridgingService_Antecedent_qualifiers[] =
186935               {
186936                   /* Deprecated */
186937                   "\013\000\001No Value\000",
186938                   /* Override */
186939                   "\044Antecedent",
186940                   0,
186941               };
186942 mike  1.1.2.1 
186943               static MetaReference
186944               _CIM_RelatedTransparentBridgingService_Antecedent =
186945               {
186946                   /* flags */
186947                   META_FLAG_REFERENCE|META_FLAG_READ,
186948                   /* name */
186949                   "Antecedent",
186950                   /* qualifiers */
186951                   _CIM_RelatedTransparentBridgingService_Antecedent_qualifiers,
186952                   /* subscript */
186953                   -1,
186954                   /* refId */
186955                   &__root_cimv2_CIM_VLAN,
186956               };
186957               
186958               static const char*
186959               _CIM_RelatedTransparentBridgingService_Dependent_qualifiers[] =
186960               {
186961                   /* Deprecated */
186962                   "\013\000\001No Value\000",
186963 mike  1.1.2.1     /* Override */
186964                   "\044Dependent",
186965                   0,
186966               };
186967               
186968               static MetaReference
186969               _CIM_RelatedTransparentBridgingService_Dependent =
186970               {
186971                   /* flags */
186972                   META_FLAG_REFERENCE|META_FLAG_READ,
186973                   /* name */
186974                   "Dependent",
186975                   /* qualifiers */
186976                   _CIM_RelatedTransparentBridgingService_Dependent_qualifiers,
186977                   /* subscript */
186978                   -1,
186979                   /* refId */
186980                   &__root_cimv2_CIM_TransparentBridgingService,
186981               };
186982               
186983               static MetaFeature*
186984 mike  1.1.2.1 _CIM_RelatedTransparentBridgingService_features[] =
186985               {
186986                   (MetaFeature*)&_CIM_RelatedTransparentBridgingService_Antecedent,
186987                   (MetaFeature*)&_CIM_RelatedTransparentBridgingService_Dependent,
186988                   0,
186989               };
186990               
186991               static const char*
186992               __root_cimv2_CIM_RelatedTransparentBridgingService_qualifiers[] =
186993               {
186994                   /* ASSOCIATION */
186995                   "\000\001",
186996                   /* Deprecated */
186997                   "\013\000\001No Value\000",
186998                   /* UMLPackagePath */
186999                   "\057CIM::Network::VLAN",
187000                   /* Version */
187001                   "\0632.8.0",
187002                   0,
187003               };
187004               
187005 mike  1.1.2.1 MetaClass
187006               __root_cimv2_CIM_RelatedTransparentBridgingService =
187007               {
187008                   /* flags */
187009                   META_FLAG_ASSOCIATION,
187010                   /* name */
187011                   "CIM_RelatedTransparentBridgingService",
187012                   /* qualifiers */
187013                   __root_cimv2_CIM_RelatedTransparentBridgingService_qualifiers,
187014                   /* super */
187015                   &__root_cimv2_CIM_ServiceSAPDependency,
187016                   /* features */
187017                   _CIM_RelatedTransparentBridgingService_features,
187018               };
187019               
187020               //==============================================================================
187021               //
187022               // Class: CIM_SharedSecretIsShared
187023               //
187024               //==============================================================================
187025               
187026 mike  1.1.2.1 static const char*
187027               _CIM_SharedSecretIsShared_Antecedent_qualifiers[] =
187028               {
187029                   /* Override */
187030                   "\044Antecedent",
187031                   /* Min */
187032                   "\033\000\000\000\001",
187033                   /* Max */
187034                   "\027\000\000\000\001",
187035                   0,
187036               };
187037               
187038               static MetaReference
187039               _CIM_SharedSecretIsShared_Antecedent =
187040               {
187041                   /* flags */
187042                   META_FLAG_REFERENCE|META_FLAG_READ,
187043                   /* name */
187044                   "Antecedent",
187045                   /* qualifiers */
187046                   _CIM_SharedSecretIsShared_Antecedent_qualifiers,
187047 mike  1.1.2.1     /* subscript */
187048                   -1,
187049                   /* refId */
187050                   &__root_cimv2_CIM_SharedSecretService,
187051               };
187052               
187053               static const char*
187054               _CIM_SharedSecretIsShared_Dependent_qualifiers[] =
187055               {
187056                   /* Override */
187057                   "\044Dependent",
187058                   /* Weak */
187059                   "\064\001",
187060                   0,
187061               };
187062               
187063               static MetaReference
187064               _CIM_SharedSecretIsShared_Dependent =
187065               {
187066                   /* flags */
187067                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
187068 mike  1.1.2.1     /* name */
187069                   "Dependent",
187070                   /* qualifiers */
187071                   _CIM_SharedSecretIsShared_Dependent_qualifiers,
187072                   /* subscript */
187073                   -1,
187074                   /* refId */
187075                   &__root_cimv2_CIM_SharedSecret,
187076               };
187077               
187078               static MetaFeature*
187079               _CIM_SharedSecretIsShared_features[] =
187080               {
187081                   (MetaFeature*)&_CIM_SharedSecretIsShared_Antecedent,
187082                   (MetaFeature*)&_CIM_SharedSecretIsShared_Dependent,
187083                   0,
187084               };
187085               
187086               static const char*
187087               __root_cimv2_CIM_SharedSecretIsShared_qualifiers[] =
187088               {
187089 mike  1.1.2.1     /* ASSOCIATION */
187090                   "\000\001",
187091                   /* UMLPackagePath */
187092                   "\057CIM::User::SharedSecret",
187093                   /* Version */
187094                   "\0632.6.0",
187095                   0,
187096               };
187097               
187098               MetaClass
187099               __root_cimv2_CIM_SharedSecretIsShared =
187100               {
187101                   /* flags */
187102                   META_FLAG_ASSOCIATION,
187103                   /* name */
187104                   "CIM_SharedSecretIsShared",
187105                   /* qualifiers */
187106                   __root_cimv2_CIM_SharedSecretIsShared_qualifiers,
187107                   /* super */
187108                   &__root_cimv2_CIM_ManagedCredential,
187109                   /* features */
187110 mike  1.1.2.1     _CIM_SharedSecretIsShared_features,
187111               };
187112               
187113               //==============================================================================
187114               //
187115               // Class: CIM_Switchable
187116               //
187117               //==============================================================================
187118               
187119               static const char*
187120               _CIM_Switchable_Antecedent_qualifiers[] =
187121               {
187122                   /* Deprecated */
187123                   "\013\000\001CIM_EndpointIdentity.SystemElement\000",
187124                   /* Override */
187125                   "\044Antecedent",
187126                   /* Max */
187127                   "\027\000\000\000\001",
187128                   0,
187129               };
187130               
187131 mike  1.1.2.1 static MetaReference
187132               _CIM_Switchable_Antecedent =
187133               {
187134                   /* flags */
187135                   META_FLAG_REFERENCE|META_FLAG_READ,
187136                   /* name */
187137                   "Antecedent",
187138                   /* qualifiers */
187139                   _CIM_Switchable_Antecedent_qualifiers,
187140                   /* subscript */
187141                   -1,
187142                   /* refId */
187143                   &__root_cimv2_CIM_LANEndpoint,
187144               };
187145               
187146               static const char*
187147               _CIM_Switchable_Dependent_qualifiers[] =
187148               {
187149                   /* Deprecated */
187150                   "\013\000\001CIM_EndpointIdentity.SameElement\000",
187151                   /* Override */
187152 mike  1.1.2.1     "\044Dependent",
187153                   /* Max */
187154                   "\027\000\000\000\001",
187155                   0,
187156               };
187157               
187158               static MetaReference
187159               _CIM_Switchable_Dependent =
187160               {
187161                   /* flags */
187162                   META_FLAG_REFERENCE|META_FLAG_READ,
187163                   /* name */
187164                   "Dependent",
187165                   /* qualifiers */
187166                   _CIM_Switchable_Dependent_qualifiers,
187167                   /* subscript */
187168                   -1,
187169                   /* refId */
187170                   &__root_cimv2_CIM_SwitchPort,
187171               };
187172               
187173 mike  1.1.2.1 static MetaFeature*
187174               _CIM_Switchable_features[] =
187175               {
187176                   (MetaFeature*)&_CIM_Switchable_Antecedent,
187177                   (MetaFeature*)&_CIM_Switchable_Dependent,
187178                   0,
187179               };
187180               
187181               static const char*
187182               __root_cimv2_CIM_Switchable_qualifiers[] =
187183               {
187184                   /* ASSOCIATION */
187185                   "\000\001",
187186                   /* Deprecated */
187187                   "\013\000\001CIM_EndpointIdentity\000",
187188                   /* UMLPackagePath */
187189                   "\057CIM::Network::SwitchingBridging",
187190                   /* Version */
187191                   "\0632.7.0",
187192                   0,
187193               };
187194 mike  1.1.2.1 
187195               MetaClass
187196               __root_cimv2_CIM_Switchable =
187197               {
187198                   /* flags */
187199                   META_FLAG_ASSOCIATION,
187200                   /* name */
187201                   "CIM_Switchable",
187202                   /* qualifiers */
187203                   __root_cimv2_CIM_Switchable_qualifiers,
187204                   /* super */
187205                   &__root_cimv2_CIM_BindsToLANEndpoint,
187206                   /* features */
187207                   _CIM_Switchable_features,
187208               };
187209               
187210               //==============================================================================
187211               //
187212               // Class: CIM_SwitchesAmong
187213               //
187214               //==============================================================================
187215 mike  1.1.2.1 
187216               static const char*
187217               _CIM_SwitchesAmong_Antecedent_qualifiers[] =
187218               {
187219                   /* Override */
187220                   "\044Antecedent",
187221                   0,
187222               };
187223               
187224               static MetaReference
187225               _CIM_SwitchesAmong_Antecedent =
187226               {
187227                   /* flags */
187228                   META_FLAG_REFERENCE|META_FLAG_READ,
187229                   /* name */
187230                   "Antecedent",
187231                   /* qualifiers */
187232                   _CIM_SwitchesAmong_Antecedent_qualifiers,
187233                   /* subscript */
187234                   -1,
187235                   /* refId */
187236 mike  1.1.2.1     &__root_cimv2_CIM_SwitchPort,
187237               };
187238               
187239               static const char*
187240               _CIM_SwitchesAmong_Dependent_qualifiers[] =
187241               {
187242                   /* Override */
187243                   "\044Dependent",
187244                   /* Max */
187245                   "\027\000\000\000\001",
187246                   0,
187247               };
187248               
187249               static MetaReference
187250               _CIM_SwitchesAmong_Dependent =
187251               {
187252                   /* flags */
187253                   META_FLAG_REFERENCE|META_FLAG_READ,
187254                   /* name */
187255                   "Dependent",
187256                   /* qualifiers */
187257 mike  1.1.2.1     _CIM_SwitchesAmong_Dependent_qualifiers,
187258                   /* subscript */
187259                   -1,
187260                   /* refId */
187261                   &__root_cimv2_CIM_SwitchService,
187262               };
187263               
187264               static MetaFeature*
187265               _CIM_SwitchesAmong_features[] =
187266               {
187267                   (MetaFeature*)&_CIM_SwitchesAmong_Antecedent,
187268                   (MetaFeature*)&_CIM_SwitchesAmong_Dependent,
187269                   0,
187270               };
187271               
187272               static const char*
187273               __root_cimv2_CIM_SwitchesAmong_qualifiers[] =
187274               {
187275                   /* ASSOCIATION */
187276                   "\000\001",
187277                   /* UMLPackagePath */
187278 mike  1.1.2.1     "\057CIM::Network::SwitchingBridging",
187279                   /* Version */
187280                   "\0632.6.0",
187281                   0,
187282               };
187283               
187284               MetaClass
187285               __root_cimv2_CIM_SwitchesAmong =
187286               {
187287                   /* flags */
187288                   META_FLAG_ASSOCIATION,
187289                   /* name */
187290                   "CIM_SwitchesAmong",
187291                   /* qualifiers */
187292                   __root_cimv2_CIM_SwitchesAmong_qualifiers,
187293                   /* super */
187294                   &__root_cimv2_CIM_ForwardsAmong,
187295                   /* features */
187296                   _CIM_SwitchesAmong_features,
187297               };
187298               
187299 mike  1.1.2.1 //==============================================================================
187300               //
187301               // Class: CIM_SwitchServiceTransparentBridging
187302               //
187303               //==============================================================================
187304               
187305               static const char*
187306               _CIM_SwitchServiceTransparentBridging_GroupComponent_qualifiers[] =
187307               {
187308                   /* Aggregate */
187309                   "\003\001",
187310                   /* Override */
187311                   "\044GroupComponent",
187312                   /* Min */
187313                   "\033\000\000\000\001",
187314                   0,
187315               };
187316               
187317               static MetaReference
187318               _CIM_SwitchServiceTransparentBridging_GroupComponent =
187319               {
187320 mike  1.1.2.1     /* flags */
187321                   META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
187322                   /* name */
187323                   "GroupComponent",
187324                   /* qualifiers */
187325                   _CIM_SwitchServiceTransparentBridging_GroupComponent_qualifiers,
187326                   /* subscript */
187327                   -1,
187328                   /* refId */
187329                   &__root_cimv2_CIM_SwitchService,
187330               };
187331               
187332               static const char*
187333               _CIM_SwitchServiceTransparentBridging_PartComponent_qualifiers[] =
187334               {
187335                   /* Override */
187336                   "\044PartComponent",
187337                   0,
187338               };
187339               
187340               static MetaReference
187341 mike  1.1.2.1 _CIM_SwitchServiceTransparentBridging_PartComponent =
187342               {
187343                   /* flags */
187344                   META_FLAG_REFERENCE|META_FLAG_READ,
187345                   /* name */
187346                   "PartComponent",
187347                   /* qualifiers */
187348                   _CIM_SwitchServiceTransparentBridging_PartComponent_qualifiers,
187349                   /* subscript */
187350                   -1,
187351                   /* refId */
187352                   &__root_cimv2_CIM_TransparentBridgingService,
187353               };
187354               
187355               static MetaFeature*
187356               _CIM_SwitchServiceTransparentBridging_features[] =
187357               {
187358                   (MetaFeature*)&_CIM_SwitchServiceTransparentBridging_GroupComponent,
187359                   (MetaFeature*)&_CIM_SwitchServiceTransparentBridging_PartComponent,
187360                   0,
187361               };
187362 mike  1.1.2.1 
187363               static const char*
187364               __root_cimv2_CIM_SwitchServiceTransparentBridging_qualifiers[] =
187365               {
187366                   /* ASSOCIATION */
187367                   "\000\001",
187368                   /* UMLPackagePath */
187369                   "\057CIM::Network::SwitchingBridging",
187370                   /* Aggregation */
187371                   "\004\001",
187372                   /* Version */
187373                   "\0632.6.0",
187374                   0,
187375               };
187376               
187377               MetaClass
187378               __root_cimv2_CIM_SwitchServiceTransparentBridging =
187379               {
187380                   /* flags */
187381                   META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
187382                   /* name */
187383 mike  1.1.2.1     "CIM_SwitchServiceTransparentBridging",
187384                   /* qualifiers */
187385                   __root_cimv2_CIM_SwitchServiceTransparentBridging_qualifiers,
187386                   /* super */
187387                   &__root_cimv2_CIM_ServiceComponent,
187388                   /* features */
187389                   _CIM_SwitchServiceTransparentBridging_features,
187390               };
187391               
187392               //==============================================================================
187393               //
187394               // Class: CIM_ToDirectoryAction
187395               //
187396               //==============================================================================
187397               
187398               static const char*
187399               _CIM_ToDirectoryAction_DestinationDirectory_qualifiers[] =
187400               {
187401                   /* Key */
187402                   "\025\001",
187403                   /* Max */
187404 mike  1.1.2.1     "\027\000\000\000\001",
187405                   0,
187406               };
187407               
187408               static MetaReference
187409               _CIM_ToDirectoryAction_DestinationDirectory =
187410               {
187411                   /* flags */
187412                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
187413                   /* name */
187414                   "DestinationDirectory",
187415                   /* qualifiers */
187416                   _CIM_ToDirectoryAction_DestinationDirectory_qualifiers,
187417                   /* subscript */
187418                   -1,
187419                   /* refId */
187420                   &__root_cimv2_CIM_DirectoryAction,
187421               };
187422               
187423               static const char*
187424               _CIM_ToDirectoryAction_FileName_qualifiers[] =
187425 mike  1.1.2.1 {
187426                   /* Key */
187427                   "\025\001",
187428                   0,
187429               };
187430               
187431               static MetaReference
187432               _CIM_ToDirectoryAction_FileName =
187433               {
187434                   /* flags */
187435                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
187436                   /* name */
187437                   "FileName",
187438                   /* qualifiers */
187439                   _CIM_ToDirectoryAction_FileName_qualifiers,
187440                   /* subscript */
187441                   -1,
187442                   /* refId */
187443                   &__root_cimv2_CIM_CopyFileAction,
187444               };
187445               
187446 mike  1.1.2.1 static MetaFeature*
187447               _CIM_ToDirectoryAction_features[] =
187448               {
187449                   (MetaFeature*)&_CIM_ToDirectoryAction_DestinationDirectory,
187450                   (MetaFeature*)&_CIM_ToDirectoryAction_FileName,
187451                   0,
187452               };
187453               
187454               static const char*
187455               __root_cimv2_CIM_ToDirectoryAction_qualifiers[] =
187456               {
187457                   /* ASSOCIATION */
187458                   "\000\001",
187459                   /* UMLPackagePath */
187460                   "\057CIM::Application::CheckAction",
187461                   /* Version */
187462                   "\0632.6.0",
187463                   0,
187464               };
187465               
187466               MetaClass
187467 mike  1.1.2.1 __root_cimv2_CIM_ToDirectoryAction =
187468               {
187469                   /* flags */
187470                   META_FLAG_ASSOCIATION,
187471                   /* name */
187472                   "CIM_ToDirectoryAction",
187473                   /* qualifiers */
187474                   __root_cimv2_CIM_ToDirectoryAction_qualifiers,
187475                   /* super */
187476                   0,
187477                   /* features */
187478                   _CIM_ToDirectoryAction_features,
187479               };
187480               
187481               //==============================================================================
187482               //
187483               // Class: CIM_ToDirectorySpecification
187484               //
187485               //==============================================================================
187486               
187487               static const char*
187488 mike  1.1.2.1 _CIM_ToDirectorySpecification_DestinationDirectory_qualifiers[] =
187489               {
187490                   /* Key */
187491                   "\025\001",
187492                   /* Max */
187493                   "\027\000\000\000\001",
187494                   0,
187495               };
187496               
187497               static MetaReference
187498               _CIM_ToDirectorySpecification_DestinationDirectory =
187499               {
187500                   /* flags */
187501                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
187502                   /* name */
187503                   "DestinationDirectory",
187504                   /* qualifiers */
187505                   _CIM_ToDirectorySpecification_DestinationDirectory_qualifiers,
187506                   /* subscript */
187507                   -1,
187508                   /* refId */
187509 mike  1.1.2.1     &__root_cimv2_CIM_DirectorySpecification,
187510               };
187511               
187512               static const char*
187513               _CIM_ToDirectorySpecification_FileName_qualifiers[] =
187514               {
187515                   /* Key */
187516                   "\025\001",
187517                   0,
187518               };
187519               
187520               static MetaReference
187521               _CIM_ToDirectorySpecification_FileName =
187522               {
187523                   /* flags */
187524                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
187525                   /* name */
187526                   "FileName",
187527                   /* qualifiers */
187528                   _CIM_ToDirectorySpecification_FileName_qualifiers,
187529                   /* subscript */
187530 mike  1.1.2.1     -1,
187531                   /* refId */
187532                   &__root_cimv2_CIM_CopyFileAction,
187533               };
187534               
187535               static MetaFeature*
187536               _CIM_ToDirectorySpecification_features[] =
187537               {
187538                   (MetaFeature*)&_CIM_ToDirectorySpecification_DestinationDirectory,
187539                   (MetaFeature*)&_CIM_ToDirectorySpecification_FileName,
187540                   0,
187541               };
187542               
187543               static const char*
187544               __root_cimv2_CIM_ToDirectorySpecification_qualifiers[] =
187545               {
187546                   /* ASSOCIATION */
187547                   "\000\001",
187548                   /* UMLPackagePath */
187549                   "\057CIM::Application::CheckAction",
187550                   /* Version */
187551 mike  1.1.2.1     "\0632.6.0",
187552                   0,
187553               };
187554               
187555               MetaClass
187556               __root_cimv2_CIM_ToDirectorySpecification =
187557               {
187558                   /* flags */
187559                   META_FLAG_ASSOCIATION,
187560                   /* name */
187561                   "CIM_ToDirectorySpecification",
187562                   /* qualifiers */
187563                   __root_cimv2_CIM_ToDirectorySpecification_qualifiers,
187564                   /* super */
187565                   0,
187566                   /* features */
187567                   _CIM_ToDirectorySpecification_features,
187568               };
187569               
187570               //==============================================================================
187571               //
187572 mike  1.1.2.1 // Class: CIM_TransparentBridgingDynamicForwarding
187573               //
187574               //==============================================================================
187575               
187576               static const char*
187577               _CIM_TransparentBridgingDynamicForwarding_Antecedent_qualifiers[] =
187578               {
187579                   /* Override */
187580                   "\044Antecedent",
187581                   /* Min */
187582                   "\033\000\000\000\001",
187583                   /* Max */
187584                   "\027\000\000\000\001",
187585                   0,
187586               };
187587               
187588               static MetaReference
187589               _CIM_TransparentBridgingDynamicForwarding_Antecedent =
187590               {
187591                   /* flags */
187592                   META_FLAG_REFERENCE|META_FLAG_READ,
187593 mike  1.1.2.1     /* name */
187594                   "Antecedent",
187595                   /* qualifiers */
187596                   _CIM_TransparentBridgingDynamicForwarding_Antecedent_qualifiers,
187597                   /* subscript */
187598                   -1,
187599                   /* refId */
187600                   &__root_cimv2_CIM_TransparentBridgingService,
187601               };
187602               
187603               static const char*
187604               _CIM_TransparentBridgingDynamicForwarding_Dependent_qualifiers[] =
187605               {
187606                   /* Override */
187607                   "\044Dependent",
187608                   /* Weak */
187609                   "\064\001",
187610                   0,
187611               };
187612               
187613               static MetaReference
187614 mike  1.1.2.1 _CIM_TransparentBridgingDynamicForwarding_Dependent =
187615               {
187616                   /* flags */
187617                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
187618                   /* name */
187619                   "Dependent",
187620                   /* qualifiers */
187621                   _CIM_TransparentBridgingDynamicForwarding_Dependent_qualifiers,
187622                   /* subscript */
187623                   -1,
187624                   /* refId */
187625                   &__root_cimv2_CIM_DynamicForwardingEntry,
187626               };
187627               
187628               static MetaFeature*
187629               _CIM_TransparentBridgingDynamicForwarding_features[] =
187630               {
187631                   (MetaFeature*)&_CIM_TransparentBridgingDynamicForwarding_Antecedent,
187632                   (MetaFeature*)&_CIM_TransparentBridgingDynamicForwarding_Dependent,
187633                   0,
187634               };
187635 mike  1.1.2.1 
187636               static const char*
187637               __root_cimv2_CIM_TransparentBridgingDynamicForwarding_qualifiers[] =
187638               {
187639                   /* ASSOCIATION */
187640                   "\000\001",
187641                   /* UMLPackagePath */
187642                   "\057CIM::Network::SwitchingBridging",
187643                   /* Version */
187644                   "\0632.6.0",
187645                   0,
187646               };
187647               
187648               MetaClass
187649               __root_cimv2_CIM_TransparentBridgingDynamicForwarding =
187650               {
187651                   /* flags */
187652                   META_FLAG_ASSOCIATION,
187653                   /* name */
187654                   "CIM_TransparentBridgingDynamicForwarding",
187655                   /* qualifiers */
187656 mike  1.1.2.1     __root_cimv2_CIM_TransparentBridgingDynamicForwarding_qualifiers,
187657                   /* super */
187658                   &__root_cimv2_CIM_Dependency,
187659                   /* features */
187660                   _CIM_TransparentBridgingDynamicForwarding_features,
187661               };
187662               
187663               //==============================================================================
187664               //
187665               // Class: CIM_AFRelatedServices
187666               //
187667               //==============================================================================
187668               
187669               static const char*
187670               _CIM_AFRelatedServices_AFLowerDropPrecedence_qualifiers[] =
187671               {
187672                   /* Key */
187673                   "\025\001",
187674                   /* Max */
187675                   "\027\000\000\000\001",
187676                   0,
187677 mike  1.1.2.1 };
187678               
187679               static MetaReference
187680               _CIM_AFRelatedServices_AFLowerDropPrecedence =
187681               {
187682                   /* flags */
187683                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
187684                   /* name */
187685                   "AFLowerDropPrecedence",
187686                   /* qualifiers */
187687                   _CIM_AFRelatedServices_AFLowerDropPrecedence_qualifiers,
187688                   /* subscript */
187689                   -1,
187690                   /* refId */
187691                   &__root_cimv2_CIM_AFService,
187692               };
187693               
187694               static const char*
187695               _CIM_AFRelatedServices_AFHigherDropPrecedence_qualifiers[] =
187696               {
187697                   /* Key */
187698 mike  1.1.2.1     "\025\001",
187699                   0,
187700               };
187701               
187702               static MetaReference
187703               _CIM_AFRelatedServices_AFHigherDropPrecedence =
187704               {
187705                   /* flags */
187706                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
187707                   /* name */
187708                   "AFHigherDropPrecedence",
187709                   /* qualifiers */
187710                   _CIM_AFRelatedServices_AFHigherDropPrecedence_qualifiers,
187711                   /* subscript */
187712                   -1,
187713                   /* refId */
187714                   &__root_cimv2_CIM_AFService,
187715               };
187716               
187717               static MetaFeature*
187718               _CIM_AFRelatedServices_features[] =
187719 mike  1.1.2.1 {
187720                   (MetaFeature*)&_CIM_AFRelatedServices_AFLowerDropPrecedence,
187721                   (MetaFeature*)&_CIM_AFRelatedServices_AFHigherDropPrecedence,
187722                   0,
187723               };
187724               
187725               static const char*
187726               __root_cimv2_CIM_AFRelatedServices_qualifiers[] =
187727               {
187728                   /* ASSOCIATION */
187729                   "\000\001",
187730                   /* UMLPackagePath */
187731                   "\057CIM::Network::QoS",
187732                   /* Version */
187733                   "\0632.6.0",
187734                   0,
187735               };
187736               
187737               MetaClass
187738               __root_cimv2_CIM_AFRelatedServices =
187739               {
187740 mike  1.1.2.1     /* flags */
187741                   META_FLAG_ASSOCIATION,
187742                   /* name */
187743                   "CIM_AFRelatedServices",
187744                   /* qualifiers */
187745                   __root_cimv2_CIM_AFRelatedServices_qualifiers,
187746                   /* super */
187747                   0,
187748                   /* features */
187749                   _CIM_AFRelatedServices_features,
187750               };
187751               
187752               //==============================================================================
187753               //
187754               // Class: CIM_CAHasPublicCertificate
187755               //
187756               //==============================================================================
187757               
187758               static const char*
187759               _CIM_CAHasPublicCertificate_Antecedent_qualifiers[] =
187760               {
187761 mike  1.1.2.1     /* Override */
187762                   "\044Antecedent",
187763                   0,
187764               };
187765               
187766               static MetaReference
187767               _CIM_CAHasPublicCertificate_Antecedent =
187768               {
187769                   /* flags */
187770                   META_FLAG_REFERENCE|META_FLAG_READ,
187771                   /* name */
187772                   "Antecedent",
187773                   /* qualifiers */
187774                   _CIM_CAHasPublicCertificate_Antecedent_qualifiers,
187775                   /* subscript */
187776                   -1,
187777                   /* refId */
187778                   &__root_cimv2_CIM_PublicKeyCertificate,
187779               };
187780               
187781               static const char*
187782 mike  1.1.2.1 _CIM_CAHasPublicCertificate_Dependent_qualifiers[] =
187783               {
187784                   /* Override */
187785                   "\044Dependent",
187786                   0,
187787               };
187788               
187789               static MetaReference
187790               _CIM_CAHasPublicCertificate_Dependent =
187791               {
187792                   /* flags */
187793                   META_FLAG_REFERENCE|META_FLAG_READ,
187794                   /* name */
187795                   "Dependent",
187796                   /* qualifiers */
187797                   _CIM_CAHasPublicCertificate_Dependent_qualifiers,
187798                   /* subscript */
187799                   -1,
187800                   /* refId */
187801                   &__root_cimv2_CIM_CertificateAuthority,
187802               };
187803 mike  1.1.2.1 
187804               static MetaFeature*
187805               _CIM_CAHasPublicCertificate_features[] =
187806               {
187807                   (MetaFeature*)&_CIM_CAHasPublicCertificate_Antecedent,
187808                   (MetaFeature*)&_CIM_CAHasPublicCertificate_Dependent,
187809                   0,
187810               };
187811               
187812               static const char*
187813               __root_cimv2_CIM_CAHasPublicCertificate_qualifiers[] =
187814               {
187815                   /* ASSOCIATION */
187816                   "\000\001",
187817                   /* UMLPackagePath */
187818                   "\057CIM::User::PublicKey",
187819                   /* Version */
187820                   "\0632.8.0",
187821                   0,
187822               };
187823               
187824 mike  1.1.2.1 MetaClass
187825               __root_cimv2_CIM_CAHasPublicCertificate =
187826               {
187827                   /* flags */
187828                   META_FLAG_ASSOCIATION,
187829                   /* name */
187830                   "CIM_CAHasPublicCertificate",
187831                   /* qualifiers */
187832                   __root_cimv2_CIM_CAHasPublicCertificate_qualifiers,
187833                   /* super */
187834                   &__root_cimv2_CIM_Dependency,
187835                   /* features */
187836                   _CIM_CAHasPublicCertificate_features,
187837               };
187838               
187839               //==============================================================================
187840               //
187841               // Class: CIM_CASignsPublicKeyCertificate
187842               //
187843               //==============================================================================
187844               
187845 mike  1.1.2.1 static const char*
187846               _CIM_CASignsPublicKeyCertificate_Antecedent_qualifiers[] =
187847               {
187848                   /* Override */
187849                   "\044Antecedent",
187850                   /* Min */
187851                   "\033\000\000\000\001",
187852                   /* Max */
187853                   "\027\000\000\000\001",
187854                   0,
187855               };
187856               
187857               static MetaReference
187858               _CIM_CASignsPublicKeyCertificate_Antecedent =
187859               {
187860                   /* flags */
187861                   META_FLAG_REFERENCE|META_FLAG_READ,
187862                   /* name */
187863                   "Antecedent",
187864                   /* qualifiers */
187865                   _CIM_CASignsPublicKeyCertificate_Antecedent_qualifiers,
187866 mike  1.1.2.1     /* subscript */
187867                   -1,
187868                   /* refId */
187869                   &__root_cimv2_CIM_CertificateAuthority,
187870               };
187871               
187872               static const char*
187873               _CIM_CASignsPublicKeyCertificate_Dependent_qualifiers[] =
187874               {
187875                   /* Override */
187876                   "\044Dependent",
187877                   /* Weak */
187878                   "\064\001",
187879                   0,
187880               };
187881               
187882               static MetaReference
187883               _CIM_CASignsPublicKeyCertificate_Dependent =
187884               {
187885                   /* flags */
187886                   META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
187887 mike  1.1.2.1     /* name */
187888                   "Dependent",
187889                   /* qualifiers */
187890                   _CIM_CASignsPublicKeyCertificate_Dependent_qualifiers,
187891                   /* subscript */
187892                   -1,
187893                   /* refId */
187894                   &__root_cimv2_CIM_PublicKeyCertificate,
187895               };
187896               
187897               static const char*
187898               _CIM_CASignsPublicKeyCertificate_SerialNumber_qualifiers[] =
187899               {
187900                   0,
187901               };
187902               
187903               static MetaProperty
187904               _CIM_CASignsPublicKeyCertificate_SerialNumber =
187905               {
187906                   /* flags */
187907                   META_FLAG_PROPERTY|META_FLAG_READ,
187908 mike  1.1.2.1     /* name */
187909                   "SerialNumber",
187910                   /* qualifiers */
187911                   _CIM_CASignsPublicKeyCertificate_SerialNumber_qualifiers,
187912                   /* type */
187913                   CIMTYPE_STRING,
187914                   /* subscript */
187915                   -1,
187916                   /* value */
187917                   0,
187918               };
187919               
187920               static const char*
187921               _CIM_CASignsPublicKeyCertificate_Signature_qualifiers[] =
187922               {
187923                   /* OctetString */
187924                   "\042\001",
187925                   0,
187926               };
187927               
187928               static MetaProperty
187929 mike  1.1.2.1 _CIM_CASignsPublicKeyCertificate_Signature =
187930               {
187931                   /* flags */
187932                   META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
187933                   /* name */
187934                   "Signature",
187935                   /* qualifiers */
187936                   _CIM_CASignsPublicKeyCertificate_Signature_qualifiers,
187937                   /* type */
187938                   CIMTYPE_UINT8,
187939                   /* subscript */
187940                   0,
187941                   /* value */
187942                   0,
187943               };
187944               
187945               static const char*
187946               _CIM_CASignsPublicKeyCertificate_Expires_qualifiers[] =
187947               {
187948                   /* Deprecated */
187949                   "\013\000\001CIM_Credential.Expires\000",
187950 mike  1.1.2.1     0,
187951               };
187952               
187953               static MetaProperty
187954               _CIM_CASignsPublicKeyCertificate_Expires =
187955               {
187956                   /* flags */
187957                   META_FLAG_PROPERTY|META_FLAG_READ,
187958                   /* name */
187959                   "Expires",
187960                   /* qualifiers */
187961                   _CIM_CASignsPublicKeyCertificate_Expires_qualifiers,
187962                   /* type */
187963                   CIMTYPE_DATETIME,
187964                   /* subscript */
187965                   -1,
187966                   /* value */
187967                   0,
187968               };
187969               
187970               static const char*
187971 mike  1.1.2.1 _CIM_CASignsPublicKeyCertificate_CRLDistributionPoint_qualifiers[] =
187972               {
187973                   0,
187974               };
187975               
187976               static MetaProperty
187977               _CIM_CASignsPublicKeyCertificate_CRLDistributionPoint =
187978               {
187979                   /* flags */
187980                   META_FLAG_PROPERTY|META_FLAG_READ,
187981                   /* name */
187982                   "CRLDistributionPoint",
187983                   /* qualifiers */
187984                   _CIM_CASignsPublicKeyCertificate_CRLDistributionPoint_qualifiers,
187985                   /* type */
187986                   CIMTYPE_STRING,
187987                   /* subscript */
187988                   0,
187989                   /* value */
187990                   0,
187991               };
187992 mike  1.1.2.1 
187993               static MetaFeature*
187994               _CIM_CASignsPublicKeyCertificate_features[] =
187995               {
187996                   (MetaFeature*)&_CIM_CASignsPublicKeyCertificate_Antecedent,
187997                   (MetaFeature*)&_CIM_CASignsPublicKeyCertificate_Dependent,
187998                   (MetaFeature*)&_CIM_CASignsPublicKeyCertificate_SerialNumber,
187999                   (MetaFeature*)&_CIM_CASignsPublicKeyCertificate_Signature,
188000                   (MetaFeature*)&_CIM_CASignsPublicKeyCertificate_Expires,
188001                   (MetaFeature*)&_CIM_CASignsPublicKeyCertificate_CRLDistributionPoint,
188002                   0,
188003               };
188004               
188005               static const char*
188006               __root_cimv2_CIM_CASignsPublicKeyCertificate_qualifiers[] =
188007               {
188008                   /* ASSOCIATION */
188009                   "\000\001",
188010                   /* UMLPackagePath */
188011                   "\057CIM::User::PublicKey",
188012                   /* Version */
188013 mike  1.1.2.1     "\0632.7.0",
188014                   0,
188015               };
188016               
188017               MetaClass
188018               __root_cimv2_CIM_CASignsPublicKeyCertificate =
188019               {
188020                   /* flags */
188021                   META_FLAG_ASSOCIATION,
188022                   /* name */
188023                   "CIM_CASignsPublicKeyCertificate",
188024                   /* qualifiers */
188025                   __root_cimv2_CIM_CASignsPublicKeyCertificate_qualifiers,
188026                   /* super */
188027                   &__root_cimv2_CIM_ManagedCredential,
188028                   /* features */
188029                   _CIM_CASignsPublicKeyCertificate_features,
188030               };
188031               
188032               //==============================================================================
188033               //
188034 mike  1.1.2.1 // Class: PG_IndicationHandlerSNMPMapper
188035               //
188036               //==============================================================================
188037               
188038               static const char*
188039               _PG_IndicationHandlerSNMPMapper_TargetHost_qualifiers[] =
188040               {
188041                   /* Required */
188042                   "\050\001",
188043                   0,
188044               };
188045               
188046               static MetaProperty
188047               _PG_IndicationHandlerSNMPMapper_TargetHost =
188048               {
188049                   /* flags */
188050                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
188051                   /* name */
188052                   "TargetHost",
188053                   /* qualifiers */
188054                   _PG_IndicationHandlerSNMPMapper_TargetHost_qualifiers,
188055 mike  1.1.2.1     /* type */
188056                   CIMTYPE_STRING,
188057                   /* subscript */
188058                   -1,
188059                   /* value */
188060                   0,
188061               };
188062               
188063               static const char*
188064               _PG_IndicationHandlerSNMPMapper_TargetHostFormat_qualifiers[] =
188065               {
188066                   /* Required */
188067                   "\050\001",
188068                   /* ValueMap */
188069                   "\061\000\0051\0002\0003\0004\0005..65535\000",
188070                   /* Values */
188071                   "\062\000\005Other\000Host Name\000IPV4 Address\000IPV6 Address\000Pegasus Reserved\000",
188072                   /* ModelCorrespondence */
188073                   "\036\000\001PG_IndicationHandlerSNMPMapper.OtherTargetHostFormat\000",
188074                   0,
188075               };
188076 mike  1.1.2.1 
188077               static MetaProperty
188078               _PG_IndicationHandlerSNMPMapper_TargetHostFormat =
188079               {
188080                   /* flags */
188081                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
188082                   /* name */
188083                   "TargetHostFormat",
188084                   /* qualifiers */
188085                   _PG_IndicationHandlerSNMPMapper_TargetHostFormat_qualifiers,
188086                   /* type */
188087                   CIMTYPE_UINT16,
188088                   /* subscript */
188089                   -1,
188090                   /* value */
188091                   0,
188092               };
188093               
188094               static const char*
188095               _PG_IndicationHandlerSNMPMapper_OtherTargetHostFormat_qualifiers[] =
188096               {
188097 mike  1.1.2.1     /* ModelCorrespondence */
188098                   "\036\000\001PG_IndicationHandlerSNMPMapper.TargetHostFormat\000",
188099                   0,
188100               };
188101               
188102               static MetaProperty
188103               _PG_IndicationHandlerSNMPMapper_OtherTargetHostFormat =
188104               {
188105                   /* flags */
188106                   META_FLAG_PROPERTY|META_FLAG_READ,
188107                   /* name */
188108                   "OtherTargetHostFormat",
188109                   /* qualifiers */
188110                   _PG_IndicationHandlerSNMPMapper_OtherTargetHostFormat_qualifiers,
188111                   /* type */
188112                   CIMTYPE_STRING,
188113                   /* subscript */
188114                   -1,
188115                   /* value */
188116                   0,
188117               };
188118 mike  1.1.2.1 
188119               static const char*
188120               _PG_IndicationHandlerSNMPMapper_PortNumber_qualifiers[] =
188121               {
188122                   0,
188123               };
188124               
188125               static MetaProperty
188126               _PG_IndicationHandlerSNMPMapper_PortNumber =
188127               {
188128                   /* flags */
188129                   META_FLAG_PROPERTY|META_FLAG_READ,
188130                   /* name */
188131                   "PortNumber",
188132                   /* qualifiers */
188133                   _PG_IndicationHandlerSNMPMapper_PortNumber_qualifiers,
188134                   /* type */
188135                   CIMTYPE_UINT32,
188136                   /* subscript */
188137                   -1,
188138                   /* value */
188139 mike  1.1.2.1     "\000\000\000\242",
188140               };
188141               
188142               static const char*
188143               _PG_IndicationHandlerSNMPMapper_SNMPVersion_qualifiers[] =
188144               {
188145                   /* Required */
188146                   "\050\001",
188147                   /* ValueMap */
188148                   "\061\000\0062\0003\0004\0005\0006\0007..65535\000",
188149                   /* Values */
188150                   "\062\000\006SNMPv1 Trap\000SNMPv2C Trap\000SNMPv2C Inform\000SNMPv3 Trap\000SNMPv3 Inform\000Pegasus Reserved\000",
188151                   0,
188152               };
188153               
188154               static MetaProperty
188155               _PG_IndicationHandlerSNMPMapper_SNMPVersion =
188156               {
188157                   /* flags */
188158                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
188159                   /* name */
188160 mike  1.1.2.1     "SNMPVersion",
188161                   /* qualifiers */
188162                   _PG_IndicationHandlerSNMPMapper_SNMPVersion_qualifiers,
188163                   /* type */
188164                   CIMTYPE_UINT16,
188165                   /* subscript */
188166                   -1,
188167                   /* value */
188168                   0,
188169               };
188170               
188171               static const char*
188172               _PG_IndicationHandlerSNMPMapper_SNMPSecurityName_qualifiers[] =
188173               {
188174                   /* ModelCorrespondence */
188175                   "\036\000\001PG_IndicationHandlerSNMPMapper.SNMPVersion\000",
188176                   0,
188177               };
188178               
188179               static MetaProperty
188180               _PG_IndicationHandlerSNMPMapper_SNMPSecurityName =
188181 mike  1.1.2.1 {
188182                   /* flags */
188183                   META_FLAG_PROPERTY|META_FLAG_READ,
188184                   /* name */
188185                   "SNMPSecurityName",
188186                   /* qualifiers */
188187                   _PG_IndicationHandlerSNMPMapper_SNMPSecurityName_qualifiers,
188188                   /* type */
188189                   CIMTYPE_STRING,
188190                   /* subscript */
188191                   -1,
188192                   /* value */
188193                   0,
188194               };
188195               
188196               static const char*
188197               _PG_IndicationHandlerSNMPMapper_SNMPEngineID_qualifiers[] =
188198               {
188199                   0,
188200               };
188201               
188202 mike  1.1.2.1 static MetaProperty
188203               _PG_IndicationHandlerSNMPMapper_SNMPEngineID =
188204               {
188205                   /* flags */
188206                   META_FLAG_PROPERTY|META_FLAG_READ,
188207                   /* name */
188208                   "SNMPEngineID",
188209                   /* qualifiers */
188210                   _PG_IndicationHandlerSNMPMapper_SNMPEngineID_qualifiers,
188211                   /* type */
188212                   CIMTYPE_STRING,
188213                   /* subscript */
188214                   -1,
188215                   /* value */
188216                   0,
188217               };
188218               
188219               static MetaFeature*
188220               _PG_IndicationHandlerSNMPMapper_features[] =
188221               {
188222                   (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_TargetHost,
188223 mike  1.1.2.1     (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_TargetHostFormat,
188224                   (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_OtherTargetHostFormat,
188225                   (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_PortNumber,
188226                   (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_SNMPVersion,
188227                   (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_SNMPSecurityName,
188228                   (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_SNMPEngineID,
188229                   0,
188230               };
188231               
188232               static const char*
188233               __root_cimv2_PG_IndicationHandlerSNMPMapper_qualifiers[] =
188234               {
188235                   0,
188236               };
188237               
188238               MetaClass
188239               __root_cimv2_PG_IndicationHandlerSNMPMapper =
188240               {
188241                   /* flags */
188242                   META_FLAG_CLASS,
188243                   /* name */
188244 mike  1.1.2.1     "PG_IndicationHandlerSNMPMapper",
188245                   /* qualifiers */
188246                   __root_cimv2_PG_IndicationHandlerSNMPMapper_qualifiers,
188247                   /* super */
188248                   &__root_cimv2_CIM_IndicationHandler,
188249                   /* features */
188250                   _PG_IndicationHandlerSNMPMapper_features,
188251               };
188252               
188253               //==============================================================================
188254               //
188255               // Class: PG_ListenerDestinationSystemLog
188256               //
188257               //==============================================================================
188258               
188259               static MetaFeature*
188260               _PG_ListenerDestinationSystemLog_features[] =
188261               {
188262                   0,
188263               };
188264               
188265 mike  1.1.2.1 static const char*
188266               __root_cimv2_PG_ListenerDestinationSystemLog_qualifiers[] =
188267               {
188268                   0,
188269               };
188270               
188271               MetaClass
188272               __root_cimv2_PG_ListenerDestinationSystemLog =
188273               {
188274                   /* flags */
188275                   META_FLAG_CLASS,
188276                   /* name */
188277                   "PG_ListenerDestinationSystemLog",
188278                   /* qualifiers */
188279                   __root_cimv2_PG_ListenerDestinationSystemLog_qualifiers,
188280                   /* super */
188281                   &__root_cimv2_CIM_ListenerDestination,
188282                   /* features */
188283                   _PG_ListenerDestinationSystemLog_features,
188284               };
188285               
188286 mike  1.1.2.1 //==============================================================================
188287               //
188288               // Class: PG_ListenerDestinationEmail
188289               //
188290               //==============================================================================
188291               
188292               static const char*
188293               _PG_ListenerDestinationEmail_MailTo_qualifiers[] =
188294               {
188295                   /* Required */
188296                   "\050\001",
188297                   0,
188298               };
188299               
188300               static MetaProperty
188301               _PG_ListenerDestinationEmail_MailTo =
188302               {
188303                   /* flags */
188304                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
188305                   /* name */
188306                   "MailTo",
188307 mike  1.1.2.1     /* qualifiers */
188308                   _PG_ListenerDestinationEmail_MailTo_qualifiers,
188309                   /* type */
188310                   CIMTYPE_STRING,
188311                   /* subscript */
188312                   0,
188313                   /* value */
188314                   0,
188315               };
188316               
188317               static const char*
188318               _PG_ListenerDestinationEmail_MailCc_qualifiers[] =
188319               {
188320                   0,
188321               };
188322               
188323               static MetaProperty
188324               _PG_ListenerDestinationEmail_MailCc =
188325               {
188326                   /* flags */
188327                   META_FLAG_PROPERTY|META_FLAG_READ,
188328 mike  1.1.2.1     /* name */
188329                   "MailCc",
188330                   /* qualifiers */
188331                   _PG_ListenerDestinationEmail_MailCc_qualifiers,
188332                   /* type */
188333                   CIMTYPE_STRING,
188334                   /* subscript */
188335                   0,
188336                   /* value */
188337                   0,
188338               };
188339               
188340               static const char*
188341               _PG_ListenerDestinationEmail_MailSubject_qualifiers[] =
188342               {
188343                   /* Required */
188344                   "\050\001",
188345                   0,
188346               };
188347               
188348               static MetaProperty
188349 mike  1.1.2.1 _PG_ListenerDestinationEmail_MailSubject =
188350               {
188351                   /* flags */
188352                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
188353                   /* name */
188354                   "MailSubject",
188355                   /* qualifiers */
188356                   _PG_ListenerDestinationEmail_MailSubject_qualifiers,
188357                   /* type */
188358                   CIMTYPE_STRING,
188359                   /* subscript */
188360                   -1,
188361                   /* value */
188362                   0,
188363               };
188364               
188365               static MetaFeature*
188366               _PG_ListenerDestinationEmail_features[] =
188367               {
188368                   (MetaFeature*)&_PG_ListenerDestinationEmail_MailTo,
188369                   (MetaFeature*)&_PG_ListenerDestinationEmail_MailCc,
188370 mike  1.1.2.1     (MetaFeature*)&_PG_ListenerDestinationEmail_MailSubject,
188371                   0,
188372               };
188373               
188374               static const char*
188375               __root_cimv2_PG_ListenerDestinationEmail_qualifiers[] =
188376               {
188377                   0,
188378               };
188379               
188380               MetaClass
188381               __root_cimv2_PG_ListenerDestinationEmail =
188382               {
188383                   /* flags */
188384                   META_FLAG_CLASS,
188385                   /* name */
188386                   "PG_ListenerDestinationEmail",
188387                   /* qualifiers */
188388                   __root_cimv2_PG_ListenerDestinationEmail_qualifiers,
188389                   /* super */
188390                   &__root_cimv2_CIM_ListenerDestination,
188391 mike  1.1.2.1     /* features */
188392                   _PG_ListenerDestinationEmail_features,
188393               };
188394               
188395               //==============================================================================
188396               //
188397               // Class: PG_OperatingSystem
188398               //
188399               //==============================================================================
188400               
188401               static const char*
188402               _PG_OperatingSystem_OperatingSystemCapability_qualifiers[] =
188403               {
188404                   0,
188405               };
188406               
188407               static MetaProperty
188408               _PG_OperatingSystem_OperatingSystemCapability =
188409               {
188410                   /* flags */
188411                   META_FLAG_PROPERTY|META_FLAG_READ,
188412 mike  1.1.2.1     /* name */
188413                   "OperatingSystemCapability",
188414                   /* qualifiers */
188415                   _PG_OperatingSystem_OperatingSystemCapability_qualifiers,
188416                   /* type */
188417                   CIMTYPE_STRING,
188418                   /* subscript */
188419                   -1,
188420                   /* value */
188421                   0,
188422               };
188423               
188424               static const char*
188425               _PG_OperatingSystem_SystemUpTime_qualifiers[] =
188426               {
188427                   0,
188428               };
188429               
188430               static MetaProperty
188431               _PG_OperatingSystem_SystemUpTime =
188432               {
188433 mike  1.1.2.1     /* flags */
188434                   META_FLAG_PROPERTY|META_FLAG_READ,
188435                   /* name */
188436                   "SystemUpTime",
188437                   /* qualifiers */
188438                   _PG_OperatingSystem_SystemUpTime_qualifiers,
188439                   /* type */
188440                   CIMTYPE_UINT64,
188441                   /* subscript */
188442                   -1,
188443                   /* value */
188444                   0,
188445               };
188446               
188447               static MetaFeature*
188448               _PG_OperatingSystem_features[] =
188449               {
188450                   (MetaFeature*)&_PG_OperatingSystem_OperatingSystemCapability,
188451                   (MetaFeature*)&_PG_OperatingSystem_SystemUpTime,
188452                   0,
188453               };
188454 mike  1.1.2.1 
188455               static const char*
188456               __root_cimv2_PG_OperatingSystem_qualifiers[] =
188457               {
188458                   /* Version */
188459                   "\0632.2.0",
188460                   0,
188461               };
188462               
188463               MetaClass
188464               __root_cimv2_PG_OperatingSystem =
188465               {
188466                   /* flags */
188467                   META_FLAG_CLASS,
188468                   /* name */
188469                   "PG_OperatingSystem",
188470                   /* qualifiers */
188471                   __root_cimv2_PG_OperatingSystem_qualifiers,
188472                   /* super */
188473                   &__root_cimv2_CIM_OperatingSystem,
188474                   /* features */
188475 mike  1.1.2.1     _PG_OperatingSystem_features,
188476               };
188477               
188478               //==============================================================================
188479               //
188480               // Class: PG_ComputerSystem
188481               //
188482               //==============================================================================
188483               
188484               static const char*
188485               _PG_ComputerSystem_PrimaryOwnerPager_qualifiers[] =
188486               {
188487                   /* MappingStrings */
188488                   "\026\000\001MIF.DMTF|General Information|001.9\000",
188489                   0,
188490               };
188491               
188492               static MetaProperty
188493               _PG_ComputerSystem_PrimaryOwnerPager =
188494               {
188495                   /* flags */
188496 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
188497                   /* name */
188498                   "PrimaryOwnerPager",
188499                   /* qualifiers */
188500                   _PG_ComputerSystem_PrimaryOwnerPager_qualifiers,
188501                   /* type */
188502                   CIMTYPE_STRING,
188503                   /* subscript */
188504                   -1,
188505                   /* value */
188506                   0,
188507               };
188508               
188509               static const char*
188510               _PG_ComputerSystem_SecondaryOwnerName_qualifiers[] =
188511               {
188512                   /* MappingStrings */
188513                   "\026\000\001MIF.DMTF|General Information|001.7\000",
188514                   0,
188515               };
188516               
188517 mike  1.1.2.1 static MetaProperty
188518               _PG_ComputerSystem_SecondaryOwnerName =
188519               {
188520                   /* flags */
188521                   META_FLAG_PROPERTY|META_FLAG_READ,
188522                   /* name */
188523                   "SecondaryOwnerName",
188524                   /* qualifiers */
188525                   _PG_ComputerSystem_SecondaryOwnerName_qualifiers,
188526                   /* type */
188527                   CIMTYPE_STRING,
188528                   /* subscript */
188529                   -1,
188530                   /* value */
188531                   0,
188532               };
188533               
188534               static const char*
188535               _PG_ComputerSystem_SecondaryOwnerContact_qualifiers[] =
188536               {
188537                   /* MappingStrings */
188538 mike  1.1.2.1     "\026\000\001MIF.DMTF|General Information|001.8\000",
188539                   0,
188540               };
188541               
188542               static MetaProperty
188543               _PG_ComputerSystem_SecondaryOwnerContact =
188544               {
188545                   /* flags */
188546                   META_FLAG_PROPERTY|META_FLAG_READ,
188547                   /* name */
188548                   "SecondaryOwnerContact",
188549                   /* qualifiers */
188550                   _PG_ComputerSystem_SecondaryOwnerContact_qualifiers,
188551                   /* type */
188552                   CIMTYPE_STRING,
188553                   /* subscript */
188554                   -1,
188555                   /* value */
188556                   0,
188557               };
188558               
188559 mike  1.1.2.1 static const char*
188560               _PG_ComputerSystem_SecondaryOwnerPager_qualifiers[] =
188561               {
188562                   /* MappingStrings */
188563                   "\026\000\001MIF.DMTF|General Information|001.10\000",
188564                   0,
188565               };
188566               
188567               static MetaProperty
188568               _PG_ComputerSystem_SecondaryOwnerPager =
188569               {
188570                   /* flags */
188571                   META_FLAG_PROPERTY|META_FLAG_READ,
188572                   /* name */
188573                   "SecondaryOwnerPager",
188574                   /* qualifiers */
188575                   _PG_ComputerSystem_SecondaryOwnerPager_qualifiers,
188576                   /* type */
188577                   CIMTYPE_STRING,
188578                   /* subscript */
188579                   -1,
188580 mike  1.1.2.1     /* value */
188581                   0,
188582               };
188583               
188584               static const char*
188585               _PG_ComputerSystem_SerialNumber_qualifiers[] =
188586               {
188587                   /* MappingStrings */
188588                   "\026\000\001MIF.DMTF|General Information|001.13\000",
188589                   0,
188590               };
188591               
188592               static MetaProperty
188593               _PG_ComputerSystem_SerialNumber =
188594               {
188595                   /* flags */
188596                   META_FLAG_PROPERTY|META_FLAG_READ,
188597                   /* name */
188598                   "SerialNumber",
188599                   /* qualifiers */
188600                   _PG_ComputerSystem_SerialNumber_qualifiers,
188601 mike  1.1.2.1     /* type */
188602                   CIMTYPE_STRING,
188603                   /* subscript */
188604                   -1,
188605                   /* value */
188606                   0,
188607               };
188608               
188609               static const char*
188610               _PG_ComputerSystem_IdentificationNumber_qualifiers[] =
188611               {
188612                   /* MappingStrings */
188613                   "\026\000\001MIF.DMTF|General Information|001.13\000",
188614                   0,
188615               };
188616               
188617               static MetaProperty
188618               _PG_ComputerSystem_IdentificationNumber =
188619               {
188620                   /* flags */
188621                   META_FLAG_PROPERTY|META_FLAG_READ,
188622 mike  1.1.2.1     /* name */
188623                   "IdentificationNumber",
188624                   /* qualifiers */
188625                   _PG_ComputerSystem_IdentificationNumber_qualifiers,
188626                   /* type */
188627                   CIMTYPE_STRING,
188628                   /* subscript */
188629                   -1,
188630                   /* value */
188631                   0,
188632               };
188633               
188634               static MetaFeature*
188635               _PG_ComputerSystem_features[] =
188636               {
188637                   (MetaFeature*)&_PG_ComputerSystem_PrimaryOwnerPager,
188638                   (MetaFeature*)&_PG_ComputerSystem_SecondaryOwnerName,
188639                   (MetaFeature*)&_PG_ComputerSystem_SecondaryOwnerContact,
188640                   (MetaFeature*)&_PG_ComputerSystem_SecondaryOwnerPager,
188641                   (MetaFeature*)&_PG_ComputerSystem_SerialNumber,
188642                   (MetaFeature*)&_PG_ComputerSystem_IdentificationNumber,
188643 mike  1.1.2.1     0,
188644               };
188645               
188646               static const char*
188647               __root_cimv2_PG_ComputerSystem_qualifiers[] =
188648               {
188649                   /* Version */
188650                   "\0632.2.0",
188651                   0,
188652               };
188653               
188654               MetaClass
188655               __root_cimv2_PG_ComputerSystem =
188656               {
188657                   /* flags */
188658                   META_FLAG_CLASS,
188659                   /* name */
188660                   "PG_ComputerSystem",
188661                   /* qualifiers */
188662                   __root_cimv2_PG_ComputerSystem_qualifiers,
188663                   /* super */
188664 mike  1.1.2.1     &__root_cimv2_CIM_UnitaryComputerSystem,
188665                   /* features */
188666                   _PG_ComputerSystem_features,
188667               };
188668               
188669               //==============================================================================
188670               //
188671               // Class: PG_UnixProcess
188672               //
188673               //==============================================================================
188674               
188675               static const char*
188676               _PG_UnixProcess_ParentProcessID_qualifiers[] =
188677               {
188678                   /* Required */
188679                   "\050\001",
188680                   /* MappingStrings */
188681                   "\026\000\001MIF.DMTF|Process Information|001.2\000",
188682                   0,
188683               };
188684               
188685 mike  1.1.2.1 static MetaProperty
188686               _PG_UnixProcess_ParentProcessID =
188687               {
188688                   /* flags */
188689                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
188690                   /* name */
188691                   "ParentProcessID",
188692                   /* qualifiers */
188693                   _PG_UnixProcess_ParentProcessID_qualifiers,
188694                   /* type */
188695                   CIMTYPE_STRING,
188696                   /* subscript */
188697                   -1,
188698                   /* value */
188699                   0,
188700               };
188701               
188702               static const char*
188703               _PG_UnixProcess_RealUserID_qualifiers[] =
188704               {
188705                   /* Required */
188706 mike  1.1.2.1     "\050\001",
188707                   /* MappingStrings */
188708                   "\026\000\001MIF.DMTF|Process Information|001.4\000",
188709                   0,
188710               };
188711               
188712               static MetaProperty
188713               _PG_UnixProcess_RealUserID =
188714               {
188715                   /* flags */
188716                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
188717                   /* name */
188718                   "RealUserID",
188719                   /* qualifiers */
188720                   _PG_UnixProcess_RealUserID_qualifiers,
188721                   /* type */
188722                   CIMTYPE_UINT64,
188723                   /* subscript */
188724                   -1,
188725                   /* value */
188726                   0,
188727 mike  1.1.2.1 };
188728               
188729               static const char*
188730               _PG_UnixProcess_ProcessGroupID_qualifiers[] =
188731               {
188732                   /* Required */
188733                   "\050\001",
188734                   /* MappingStrings */
188735                   "\026\000\001MIF.DMTF|Process Information|001.2\000",
188736                   0,
188737               };
188738               
188739               static MetaProperty
188740               _PG_UnixProcess_ProcessGroupID =
188741               {
188742                   /* flags */
188743                   META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
188744                   /* name */
188745                   "ProcessGroupID",
188746                   /* qualifiers */
188747                   _PG_UnixProcess_ProcessGroupID_qualifiers,
188748 mike  1.1.2.1     /* type */
188749                   CIMTYPE_UINT64,
188750                   /* subscript */
188751                   -1,
188752                   /* value */
188753                   0,
188754               };
188755               
188756               static const char*
188757               _PG_UnixProcess_ProcessSessionID_qualifiers[] =
188758               {
188759                   0,
188760               };
188761               
188762               static MetaProperty
188763               _PG_UnixProcess_ProcessSessionID =
188764               {
188765                   /* flags */
188766                   META_FLAG_PROPERTY|META_FLAG_READ,
188767                   /* name */
188768                   "ProcessSessionID",
188769 mike  1.1.2.1     /* qualifiers */
188770                   _PG_UnixProcess_ProcessSessionID_qualifiers,
188771                   /* type */
188772                   CIMTYPE_UINT64,
188773                   /* subscript */
188774                   -1,
188775                   /* value */
188776                   0,
188777               };
188778               
188779               static const char*
188780               _PG_UnixProcess_ProcessTTY_qualifiers[] =
188781               {
188782                   /* MappingStrings */
188783                   "\026\000\001MIF.DMTF|Process Information|001.5\000",
188784                   0,
188785               };
188786               
188787               static MetaProperty
188788               _PG_UnixProcess_ProcessTTY =
188789               {
188790 mike  1.1.2.1     /* flags */
188791                   META_FLAG_PROPERTY|META_FLAG_READ,
188792                   /* name */
188793                   "ProcessTTY",
188794                   /* qualifiers */
188795                   _PG_UnixProcess_ProcessTTY_qualifiers,
188796                   /* type */
188797                   CIMTYPE_STRING,
188798                   /* subscript */
188799                   -1,
188800                   /* value */
188801                   0,
188802               };
188803               
188804               static const char*
188805               _PG_UnixProcess_ModulePath_qualifiers[] =
188806               {
188807                   /* MappingStrings */
188808                   "\026\000\001MIF.DMTF|Process Information|001.7\000",
188809                   0,
188810               };
188811 mike  1.1.2.1 
188812               static MetaProperty
188813               _PG_UnixProcess_ModulePath =
188814               {
188815                   /* flags */
188816                   META_FLAG_PROPERTY|META_FLAG_READ,
188817                   /* name */
188818                   "ModulePath",
188819                   /* qualifiers */
188820                   _PG_UnixProcess_ModulePath_qualifiers,
188821                   /* type */
188822                   CIMTYPE_STRING,
188823                   /* subscript */
188824                   -1,
188825                   /* value */
188826                   0,
188827               };
188828               
188829               static const char*
188830               _PG_UnixProcess_Parameters_qualifiers[] =
188831               {
188832 mike  1.1.2.1     /* MappingStrings */
188833                   "\026\000\001MIF.DMTF|Process Information|001.8\000",
188834                   0,
188835               };
188836               
188837               static MetaProperty
188838               _PG_UnixProcess_Parameters =
188839               {
188840                   /* flags */
188841                   META_FLAG_PROPERTY|META_FLAG_READ,
188842                   /* name */
188843                   "Parameters",
188844                   /* qualifiers */
188845                   _PG_UnixProcess_Parameters_qualifiers,
188846                   /* type */
188847                   CIMTYPE_STRING,
188848                   /* subscript */
188849                   0,
188850                   /* value */
188851                   0,
188852               };
188853 mike  1.1.2.1 
188854               static const char*
188855               _PG_UnixProcess_ProcessNiceValue_qualifiers[] =
188856               {
188857                   /* MappingStrings */
188858                   "\026\000\001MIF.DMTF|Process Information|001.11\000",
188859                   0,
188860               };
188861               
188862               static MetaProperty
188863               _PG_UnixProcess_ProcessNiceValue =
188864               {
188865                   /* flags */
188866                   META_FLAG_PROPERTY|META_FLAG_READ,
188867                   /* name */
188868                   "ProcessNiceValue",
188869                   /* qualifiers */
188870                   _PG_UnixProcess_ProcessNiceValue_qualifiers,
188871                   /* type */
188872                   CIMTYPE_UINT32,
188873                   /* subscript */
188874 mike  1.1.2.1     -1,
188875                   /* value */
188876                   0,
188877               };
188878               
188879               static const char*
188880               _PG_UnixProcess_ProcessWaitingForEvent_qualifiers[] =
188881               {
188882                   /* ModelCorrespondence */
188883                   "\036\000\001CIM_Process.ExecutionState\000",
188884                   0,
188885               };
188886               
188887               static MetaProperty
188888               _PG_UnixProcess_ProcessWaitingForEvent =
188889               {
188890                   /* flags */
188891                   META_FLAG_PROPERTY|META_FLAG_READ,
188892                   /* name */
188893                   "ProcessWaitingForEvent",
188894                   /* qualifiers */
188895 mike  1.1.2.1     _PG_UnixProcess_ProcessWaitingForEvent_qualifiers,
188896                   /* type */
188897                   CIMTYPE_STRING,
188898                   /* subscript */
188899                   -1,
188900                   /* value */
188901                   0,
188902               };
188903               
188904               static MetaFeature*
188905               _PG_UnixProcess_features[] =
188906               {
188907                   (MetaFeature*)&_PG_UnixProcess_ParentProcessID,
188908                   (MetaFeature*)&_PG_UnixProcess_RealUserID,
188909                   (MetaFeature*)&_PG_UnixProcess_ProcessGroupID,
188910                   (MetaFeature*)&_PG_UnixProcess_ProcessSessionID,
188911                   (MetaFeature*)&_PG_UnixProcess_ProcessTTY,
188912                   (MetaFeature*)&_PG_UnixProcess_ModulePath,
188913                   (MetaFeature*)&_PG_UnixProcess_Parameters,
188914                   (MetaFeature*)&_PG_UnixProcess_ProcessNiceValue,
188915                   (MetaFeature*)&_PG_UnixProcess_ProcessWaitingForEvent,
188916 mike  1.1.2.1     0,
188917               };
188918               
188919               static const char*
188920               __root_cimv2_PG_UnixProcess_qualifiers[] =
188921               {
188922                   /* Version */
188923                   "\0632.2.0",
188924                   0,
188925               };
188926               
188927               MetaClass
188928               __root_cimv2_PG_UnixProcess =
188929               {
188930                   /* flags */
188931                   META_FLAG_CLASS,
188932                   /* name */
188933                   "PG_UnixProcess",
188934                   /* qualifiers */
188935                   __root_cimv2_PG_UnixProcess_qualifiers,
188936                   /* super */
188937 mike  1.1.2.1     &__root_cimv2_CIM_Process,
188938                   /* features */
188939                   _PG_UnixProcess_features,
188940               };
188941               
188942               //==============================================================================
188943               //
188944               // Class: PG_UnixProcessStatisticalInformation
188945               //
188946               //==============================================================================
188947               
188948               static const char*
188949               _PG_UnixProcessStatisticalInformation_CSCreationClassName_qualifiers[] =
188950               {
188951                   /* Propagated */
188952                   "\045CIM_Process.CSCreationClassName",
188953                   /* Key */
188954                   "\025\001",
188955                   /* MaxLen */
188956                   "\030\000\000\001\000",
188957                   0,
188958 mike  1.1.2.1 };
188959               
188960               static MetaProperty
188961               _PG_UnixProcessStatisticalInformation_CSCreationClassName =
188962               {
188963                   /* flags */
188964                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
188965                   /* name */
188966                   "CSCreationClassName",
188967                   /* qualifiers */
188968                   _PG_UnixProcessStatisticalInformation_CSCreationClassName_qualifiers,
188969                   /* type */
188970                   CIMTYPE_STRING,
188971                   /* subscript */
188972                   -1,
188973                   /* value */
188974                   0,
188975               };
188976               
188977               static const char*
188978               _PG_UnixProcessStatisticalInformation_CSName_qualifiers[] =
188979 mike  1.1.2.1 {
188980                   /* Propagated */
188981                   "\045CIM_Process.CSName",
188982                   /* Key */
188983                   "\025\001",
188984                   /* MaxLen */
188985                   "\030\000\000\001\000",
188986                   0,
188987               };
188988               
188989               static MetaProperty
188990               _PG_UnixProcessStatisticalInformation_CSName =
188991               {
188992                   /* flags */
188993                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
188994                   /* name */
188995                   "CSName",
188996                   /* qualifiers */
188997                   _PG_UnixProcessStatisticalInformation_CSName_qualifiers,
188998                   /* type */
188999                   CIMTYPE_STRING,
189000 mike  1.1.2.1     /* subscript */
189001                   -1,
189002                   /* value */
189003                   0,
189004               };
189005               
189006               static const char*
189007               _PG_UnixProcessStatisticalInformation_OSCreationClassName_qualifiers[] =
189008               {
189009                   /* Propagated */
189010                   "\045CIM_Process.CreationClassName",
189011                   /* Key */
189012                   "\025\001",
189013                   /* MaxLen */
189014                   "\030\000\000\001\000",
189015                   0,
189016               };
189017               
189018               static MetaProperty
189019               _PG_UnixProcessStatisticalInformation_OSCreationClassName =
189020               {
189021 mike  1.1.2.1     /* flags */
189022                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
189023                   /* name */
189024                   "OSCreationClassName",
189025                   /* qualifiers */
189026                   _PG_UnixProcessStatisticalInformation_OSCreationClassName_qualifiers,
189027                   /* type */
189028                   CIMTYPE_STRING,
189029                   /* subscript */
189030                   -1,
189031                   /* value */
189032                   0,
189033               };
189034               
189035               static const char*
189036               _PG_UnixProcessStatisticalInformation_OSName_qualifiers[] =
189037               {
189038                   /* Propagated */
189039                   "\045CIM_Process.Name",
189040                   /* Key */
189041                   "\025\001",
189042 mike  1.1.2.1     /* MaxLen */
189043                   "\030\000\000\001\000",
189044                   0,
189045               };
189046               
189047               static MetaProperty
189048               _PG_UnixProcessStatisticalInformation_OSName =
189049               {
189050                   /* flags */
189051                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
189052                   /* name */
189053                   "OSName",
189054                   /* qualifiers */
189055                   _PG_UnixProcessStatisticalInformation_OSName_qualifiers,
189056                   /* type */
189057                   CIMTYPE_STRING,
189058                   /* subscript */
189059                   -1,
189060                   /* value */
189061                   0,
189062               };
189063 mike  1.1.2.1 
189064               static const char*
189065               _PG_UnixProcessStatisticalInformation_Handle_qualifiers[] =
189066               {
189067                   /* Propagated */
189068                   "\045CIM_Process.Handle",
189069                   /* Key */
189070                   "\025\001",
189071                   /* MaxLen */
189072                   "\030\000\000\001\000",
189073                   0,
189074               };
189075               
189076               static MetaProperty
189077               _PG_UnixProcessStatisticalInformation_Handle =
189078               {
189079                   /* flags */
189080                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
189081                   /* name */
189082                   "Handle",
189083                   /* qualifiers */
189084 mike  1.1.2.1     _PG_UnixProcessStatisticalInformation_Handle_qualifiers,
189085                   /* type */
189086                   CIMTYPE_STRING,
189087                   /* subscript */
189088                   -1,
189089                   /* value */
189090                   0,
189091               };
189092               
189093               static const char*
189094               _PG_UnixProcessStatisticalInformation_ProcessCreationClassName_qualifiers[] =
189095               {
189096                   /* Propagated */
189097                   "\045CIM_Process.CreationClassName",
189098                   /* Key */
189099                   "\025\001",
189100                   /* MaxLen */
189101                   "\030\000\000\001\000",
189102                   0,
189103               };
189104               
189105 mike  1.1.2.1 static MetaProperty
189106               _PG_UnixProcessStatisticalInformation_ProcessCreationClassName =
189107               {
189108                   /* flags */
189109                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
189110                   /* name */
189111                   "ProcessCreationClassName",
189112                   /* qualifiers */
189113                   _PG_UnixProcessStatisticalInformation_ProcessCreationClassName_qualifiers,
189114                   /* type */
189115                   CIMTYPE_STRING,
189116                   /* subscript */
189117                   -1,
189118                   /* value */
189119                   0,
189120               };
189121               
189122               static const char*
189123               _PG_UnixProcessStatisticalInformation_Name_qualifiers[] =
189124               {
189125                   /* Key */
189126 mike  1.1.2.1     "\025\001",
189127                   /* MaxLen */
189128                   "\030\000\000\001\000",
189129                   /* Override */
189130                   "\044Name",
189131                   /* MappingStrings */
189132                   "\026\000\001MIF.DMTF|Process Information|001.1\000",
189133                   0,
189134               };
189135               
189136               static MetaProperty
189137               _PG_UnixProcessStatisticalInformation_Name =
189138               {
189139                   /* flags */
189140                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
189141                   /* name */
189142                   "Name",
189143                   /* qualifiers */
189144                   _PG_UnixProcessStatisticalInformation_Name_qualifiers,
189145                   /* type */
189146                   CIMTYPE_STRING,
189147 mike  1.1.2.1     /* subscript */
189148                   -1,
189149                   /* value */
189150                   0,
189151               };
189152               
189153               static const char*
189154               _PG_UnixProcessStatisticalInformation_CPUTime_qualifiers[] =
189155               {
189156                   /* MappingStrings */
189157                   "\026\000\001MIF.DMTF|Process Information|001.12\000",
189158                   /* Units */
189159                   "\060Percent",
189160                   0,
189161               };
189162               
189163               static MetaProperty
189164               _PG_UnixProcessStatisticalInformation_CPUTime =
189165               {
189166                   /* flags */
189167                   META_FLAG_PROPERTY|META_FLAG_READ,
189168 mike  1.1.2.1     /* name */
189169                   "CPUTime",
189170                   /* qualifiers */
189171                   _PG_UnixProcessStatisticalInformation_CPUTime_qualifiers,
189172                   /* type */
189173                   CIMTYPE_UINT32,
189174                   /* subscript */
189175                   -1,
189176                   /* value */
189177                   0,
189178               };
189179               
189180               static const char*
189181               _PG_UnixProcessStatisticalInformation_RealText_qualifiers[] =
189182               {
189183                   /* MappingStrings */
189184                   "\026\000\001MIF.DMTF|Process Information|001.15\000",
189185                   /* Units */
189186                   "\060KiloBytes",
189187                   0,
189188               };
189189 mike  1.1.2.1 
189190               static MetaProperty
189191               _PG_UnixProcessStatisticalInformation_RealText =
189192               {
189193                   /* flags */
189194                   META_FLAG_PROPERTY|META_FLAG_READ,
189195                   /* name */
189196                   "RealText",
189197                   /* qualifiers */
189198                   _PG_UnixProcessStatisticalInformation_RealText_qualifiers,
189199                   /* type */
189200                   CIMTYPE_UINT64,
189201                   /* subscript */
189202                   -1,
189203                   /* value */
189204                   0,
189205               };
189206               
189207               static const char*
189208               _PG_UnixProcessStatisticalInformation_RealData_qualifiers[] =
189209               {
189210 mike  1.1.2.1     /* MappingStrings */
189211                   "\026\000\001MIF.DMTF|Process Information|001.16\000",
189212                   /* Units */
189213                   "\060KiloBytes",
189214                   0,
189215               };
189216               
189217               static MetaProperty
189218               _PG_UnixProcessStatisticalInformation_RealData =
189219               {
189220                   /* flags */
189221                   META_FLAG_PROPERTY|META_FLAG_READ,
189222                   /* name */
189223                   "RealData",
189224                   /* qualifiers */
189225                   _PG_UnixProcessStatisticalInformation_RealData_qualifiers,
189226                   /* type */
189227                   CIMTYPE_UINT64,
189228                   /* subscript */
189229                   -1,
189230                   /* value */
189231 mike  1.1.2.1     0,
189232               };
189233               
189234               static const char*
189235               _PG_UnixProcessStatisticalInformation_RealStack_qualifiers[] =
189236               {
189237                   /* MappingStrings */
189238                   "\026\000\001MIF.DMTF|Process Information|001.17\000",
189239                   /* Units */
189240                   "\060KiloBytes",
189241                   0,
189242               };
189243               
189244               static MetaProperty
189245               _PG_UnixProcessStatisticalInformation_RealStack =
189246               {
189247                   /* flags */
189248                   META_FLAG_PROPERTY|META_FLAG_READ,
189249                   /* name */
189250                   "RealStack",
189251                   /* qualifiers */
189252 mike  1.1.2.1     _PG_UnixProcessStatisticalInformation_RealStack_qualifiers,
189253                   /* type */
189254                   CIMTYPE_UINT64,
189255                   /* subscript */
189256                   -1,
189257                   /* value */
189258                   0,
189259               };
189260               
189261               static const char*
189262               _PG_UnixProcessStatisticalInformation_VirtualText_qualifiers[] =
189263               {
189264                   /* MappingStrings */
189265                   "\026\000\001MIF.DMTF|Process Information|001.18\000",
189266                   /* Units */
189267                   "\060KiloBytes",
189268                   0,
189269               };
189270               
189271               static MetaProperty
189272               _PG_UnixProcessStatisticalInformation_VirtualText =
189273 mike  1.1.2.1 {
189274                   /* flags */
189275                   META_FLAG_PROPERTY|META_FLAG_READ,
189276                   /* name */
189277                   "VirtualText",
189278                   /* qualifiers */
189279                   _PG_UnixProcessStatisticalInformation_VirtualText_qualifiers,
189280                   /* type */
189281                   CIMTYPE_UINT64,
189282                   /* subscript */
189283                   -1,
189284                   /* value */
189285                   0,
189286               };
189287               
189288               static const char*
189289               _PG_UnixProcessStatisticalInformation_VirtualData_qualifiers[] =
189290               {
189291                   /* MappingStrings */
189292                   "\026\000\001MIF.DMTF|Process Information|001.19\000",
189293                   /* Units */
189294 mike  1.1.2.1     "\060KiloBytes",
189295                   0,
189296               };
189297               
189298               static MetaProperty
189299               _PG_UnixProcessStatisticalInformation_VirtualData =
189300               {
189301                   /* flags */
189302                   META_FLAG_PROPERTY|META_FLAG_READ,
189303                   /* name */
189304                   "VirtualData",
189305                   /* qualifiers */
189306                   _PG_UnixProcessStatisticalInformation_VirtualData_qualifiers,
189307                   /* type */
189308                   CIMTYPE_UINT64,
189309                   /* subscript */
189310                   -1,
189311                   /* value */
189312                   0,
189313               };
189314               
189315 mike  1.1.2.1 static const char*
189316               _PG_UnixProcessStatisticalInformation_VirtualStack_qualifiers[] =
189317               {
189318                   /* MappingStrings */
189319                   "\026\000\001MIF.DMTF|Process Information|001.20\000",
189320                   /* Units */
189321                   "\060KiloBytes",
189322                   0,
189323               };
189324               
189325               static MetaProperty
189326               _PG_UnixProcessStatisticalInformation_VirtualStack =
189327               {
189328                   /* flags */
189329                   META_FLAG_PROPERTY|META_FLAG_READ,
189330                   /* name */
189331                   "VirtualStack",
189332                   /* qualifiers */
189333                   _PG_UnixProcessStatisticalInformation_VirtualStack_qualifiers,
189334                   /* type */
189335                   CIMTYPE_UINT64,
189336 mike  1.1.2.1     /* subscript */
189337                   -1,
189338                   /* value */
189339                   0,
189340               };
189341               
189342               static const char*
189343               _PG_UnixProcessStatisticalInformation_VirtualMemoryMappedFileSize_qualifiers[] =
189344               {
189345                   /* MappingStrings */
189346                   "\026\000\001MIF.DMTF|Process Information|001.22\000",
189347                   /* Units */
189348                   "\060KiloBytes",
189349                   0,
189350               };
189351               
189352               static MetaProperty
189353               _PG_UnixProcessStatisticalInformation_VirtualMemoryMappedFileSize =
189354               {
189355                   /* flags */
189356                   META_FLAG_PROPERTY|META_FLAG_READ,
189357 mike  1.1.2.1     /* name */
189358                   "VirtualMemoryMappedFileSize",
189359                   /* qualifiers */
189360                   _PG_UnixProcessStatisticalInformation_VirtualMemoryMappedFileSize_qualifiers,
189361                   /* type */
189362                   CIMTYPE_UINT64,
189363                   /* subscript */
189364                   -1,
189365                   /* value */
189366                   0,
189367               };
189368               
189369               static const char*
189370               _PG_UnixProcessStatisticalInformation_VirtualSharedMemory_qualifiers[] =
189371               {
189372                   /* MappingStrings */
189373                   "\026\000\001MIF.DMTF|Process Information|001.21\000",
189374                   /* Units */
189375                   "\060KiloBytes",
189376                   0,
189377               };
189378 mike  1.1.2.1 
189379               static MetaProperty
189380               _PG_UnixProcessStatisticalInformation_VirtualSharedMemory =
189381               {
189382                   /* flags */
189383                   META_FLAG_PROPERTY|META_FLAG_READ,
189384                   /* name */
189385                   "VirtualSharedMemory",
189386                   /* qualifiers */
189387                   _PG_UnixProcessStatisticalInformation_VirtualSharedMemory_qualifiers,
189388                   /* type */
189389                   CIMTYPE_UINT64,
189390                   /* subscript */
189391                   -1,
189392                   /* value */
189393                   0,
189394               };
189395               
189396               static const char*
189397               _PG_UnixProcessStatisticalInformation_CpuTimeDeadChildren_qualifiers[] =
189398               {
189399 mike  1.1.2.1     /* Units */
189400                   "\060Clock Ticks",
189401                   /* Counter */
189402                   "\012\001",
189403                   0,
189404               };
189405               
189406               static MetaProperty
189407               _PG_UnixProcessStatisticalInformation_CpuTimeDeadChildren =
189408               {
189409                   /* flags */
189410                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
189411                   /* name */
189412                   "CpuTimeDeadChildren",
189413                   /* qualifiers */
189414                   _PG_UnixProcessStatisticalInformation_CpuTimeDeadChildren_qualifiers,
189415                   /* type */
189416                   CIMTYPE_UINT64,
189417                   /* subscript */
189418                   -1,
189419                   /* value */
189420 mike  1.1.2.1     0,
189421               };
189422               
189423               static const char*
189424               _PG_UnixProcessStatisticalInformation_SystemTimeDeadChildren_qualifiers[] =
189425               {
189426                   /* Units */
189427                   "\060Clock Ticks",
189428                   /* Counter */
189429                   "\012\001",
189430                   0,
189431               };
189432               
189433               static MetaProperty
189434               _PG_UnixProcessStatisticalInformation_SystemTimeDeadChildren =
189435               {
189436                   /* flags */
189437                   META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
189438                   /* name */
189439                   "SystemTimeDeadChildren",
189440                   /* qualifiers */
189441 mike  1.1.2.1     _PG_UnixProcessStatisticalInformation_SystemTimeDeadChildren_qualifiers,
189442                   /* type */
189443                   CIMTYPE_UINT64,
189444                   /* subscript */
189445                   -1,
189446                   /* value */
189447                   0,
189448               };
189449               
189450               static const char*
189451               _PG_UnixProcessStatisticalInformation_RealSpace_qualifiers[] =
189452               {
189453                   /* Units */
189454                   "\060Kilobytes",
189455                   0,
189456               };
189457               
189458               static MetaProperty
189459               _PG_UnixProcessStatisticalInformation_RealSpace =
189460               {
189461                   /* flags */
189462 mike  1.1.2.1     META_FLAG_PROPERTY|META_FLAG_READ,
189463                   /* name */
189464                   "RealSpace",
189465                   /* qualifiers */
189466                   _PG_UnixProcessStatisticalInformation_RealSpace_qualifiers,
189467                   /* type */
189468                   CIMTYPE_UINT64,
189469                   /* subscript */
189470                   -1,
189471                   /* value */
189472                   0,
189473               };
189474               
189475               static MetaFeature*
189476               _PG_UnixProcessStatisticalInformation_features[] =
189477               {
189478                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_CSCreationClassName,
189479                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_CSName,
189480                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_OSCreationClassName,
189481                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_OSName,
189482                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_Handle,
189483 mike  1.1.2.1     (MetaFeature*)&_PG_UnixProcessStatisticalInformation_ProcessCreationClassName,
189484                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_Name,
189485                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_CPUTime,
189486                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_RealText,
189487                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_RealData,
189488                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_RealStack,
189489                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_VirtualText,
189490                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_VirtualData,
189491                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_VirtualStack,
189492                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_VirtualMemoryMappedFileSize,
189493                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_VirtualSharedMemory,
189494                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_CpuTimeDeadChildren,
189495                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_SystemTimeDeadChildren,
189496                   (MetaFeature*)&_PG_UnixProcessStatisticalInformation_RealSpace,
189497                   0,
189498               };
189499               
189500               static const char*
189501               __root_cimv2_PG_UnixProcessStatisticalInformation_qualifiers[] =
189502               {
189503                   /* Version */
189504 mike  1.1.2.1     "\0632.2.0",
189505                   0,
189506               };
189507               
189508               MetaClass
189509               __root_cimv2_PG_UnixProcessStatisticalInformation =
189510               {
189511                   /* flags */
189512                   META_FLAG_CLASS,
189513                   /* name */
189514                   "PG_UnixProcessStatisticalInformation",
189515                   /* qualifiers */
189516                   __root_cimv2_PG_UnixProcessStatisticalInformation_qualifiers,
189517                   /* super */
189518                   &__root_cimv2_CIM_StatisticalInformation,
189519                   /* features */
189520                   _PG_UnixProcessStatisticalInformation_features,
189521               };
189522               
189523               //==============================================================================
189524               //
189525 mike  1.1.2.1 // Class: PG_UnixProcessStatistics
189526               //
189527               //==============================================================================
189528               
189529               static const char*
189530               _PG_UnixProcessStatistics_Element_qualifiers[] =
189531               {
189532                   /* Key */
189533                   "\025\001",
189534                   /* Override */
189535                   "\044Element",
189536                   /* Min */
189537                   "\033\000\000\000\001",
189538                   /* Max */
189539                   "\027\000\000\000\001",
189540                   0,
189541               };
189542               
189543               static MetaReference
189544               _PG_UnixProcessStatistics_Element =
189545               {
189546 mike  1.1.2.1     /* flags */
189547                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
189548                   /* name */
189549                   "Element",
189550                   /* qualifiers */
189551                   _PG_UnixProcessStatistics_Element_qualifiers,
189552                   /* subscript */
189553                   -1,
189554                   /* refId */
189555                   &__root_cimv2_PG_UnixProcess,
189556               };
189557               
189558               static const char*
189559               _PG_UnixProcessStatistics_Stats_qualifiers[] =
189560               {
189561                   /* Key */
189562                   "\025\001",
189563                   /* Override */
189564                   "\044Stats",
189565                   /* Weak */
189566                   "\064\001",
189567 mike  1.1.2.1     0,
189568               };
189569               
189570               static MetaReference
189571               _PG_UnixProcessStatistics_Stats =
189572               {
189573                   /* flags */
189574                   META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
189575                   /* name */
189576                   "Stats",
189577                   /* qualifiers */
189578                   _PG_UnixProcessStatistics_Stats_qualifiers,
189579                   /* subscript */
189580                   -1,
189581                   /* refId */
189582                   &__root_cimv2_PG_UnixProcessStatisticalInformation,
189583               };
189584               
189585               static MetaFeature*
189586               _PG_UnixProcessStatistics_features[] =
189587               {
189588 mike  1.1.2.1     (MetaFeature*)&_PG_UnixProcessStatistics_Element,
189589                   (MetaFeature*)&_PG_UnixProcessStatistics_Stats,
189590                   0,
189591               };
189592               
189593               static const char*
189594               __root_cimv2_PG_UnixProcessStatistics_qualifiers[] =
189595               {
189596                   /* ASSOCIATION */
189597                   "\000\001",
189598                   /* Version */
189599                   "\0632.2.0",
189600                   0,
189601               };
189602               
189603               MetaClass
189604               __root_cimv2_PG_UnixProcessStatistics =
189605               {
189606                   /* flags */
189607                   META_FLAG_ASSOCIATION,
189608                   /* name */
189609 mike  1.1.2.1     "PG_UnixProcessStatistics",
189610                   /* qualifiers */
189611                   __root_cimv2_PG_UnixProcessStatistics_qualifiers,
189612                   /* super */
189613                   &__root_cimv2_CIM_Statistics,
189614                   /* features */
189615                   _PG_UnixProcessStatistics_features,
189616               };
189617               
189618               //==============================================================================
189619               //
189620               // Class: PG_UnixThread
189621               //
189622               //==============================================================================
189623               
189624               static const char*
189625               _PG_UnixThread_SchedPolicy_qualifiers[] =
189626               {
189627                   /* ValueMap */
189628                   "\061\000\0040\0001\0002\0003\000",
189629                   /* Values */
189630 mike  1.1.2.1     "\062\000\004Unknown\000Other\000SCHED_FIFO\000SCHED_RR\000",
189631                   /* ModelCorrespondence */
189632                   "\036\000\001CIM_UnixThread.OtherSchedPolicy\000",
189633                   0,
189634               };
189635               
189636               static MetaProperty
189637               _PG_UnixThread_SchedPolicy =
189638               {
189639                   /* flags */
189640                   META_FLAG_PROPERTY|META_FLAG_READ,
189641                   /* name */
189642                   "SchedPolicy",
189643                   /* qualifiers */
189644                   _PG_UnixThread_SchedPolicy_qualifiers,
189645                   /* type */
189646                   CIMTYPE_UINT16,
189647                   /* subscript */
189648                   -1,
189649                   /* value */
189650                   0,
189651 mike  1.1.2.1 };
189652               
189653               static const char*
189654               _PG_UnixThread_OtherSchedPolicy_qualifiers[] =
189655               {
189656                   /* ModelCorrespondence */
189657                   "\036\000\001CIM_UnixThread.SchedPolicy\000",
189658                   0,
189659               };
189660               
189661               static MetaProperty
189662               _PG_UnixThread_OtherSchedPolicy =
189663               {
189664                   /* flags */
189665                   META_FLAG_PROPERTY|META_FLAG_READ,
189666                   /* name */
189667                   "OtherSchedPolicy",
189668                   /* qualifiers */
189669                   _PG_UnixThread_OtherSchedPolicy_qualifiers,
189670                   /* type */
189671                   CIMTYPE_STRING,
189672 mike  1.1.2.1     /* subscript */
189673                   -1,
189674                   /* value */
189675                   0,
189676               };
189677               
189678               static const char*
189679               _PG_UnixThread_GuardSize_qualifiers[] =
189680               {
189681                   0,
189682               };
189683               
189684               static MetaProperty
189685               _PG_UnixThread_GuardSize =
189686               {
189687                   /* flags */
189688                   META_FLAG_PROPERTY|META_FLAG_READ,
189689                   /* name */
189690                   "GuardSize",
189691                   /* qualifiers */
189692                   _PG_UnixThread_GuardSize_qualifiers,
189693 mike  1.1.2.1     /* type */
189694                   CIMTYPE_STRING,
189695                   /* subscript */
189696                   -1,
189697                   /* value */
189698                   0,
189699               };
189700               
189701               static const char*
189702               _PG_UnixThread_DetachState_qualifiers[] =
189703               {
189704                   /* ValueMap */
189705                   "\061\000\0030\0002\0003\000",
189706                   /* Values */
189707                   "\062\000\003Unknown\000PTHREAD_CREATE_DETACHED\000PTHREAD_CREATE_JOINABLE\000",
189708                   0,
189709               };
189710               
189711               static MetaProperty
189712               _PG_UnixThread_DetachState =
189713               {
189714 mike  1.1.2.1     /* flags */
189715                   META_FLAG_PROPERTY|META_FLAG_READ,
189716                   /* name */
189717                   "DetachState",
189718                   /* qualifiers */
189719                   _PG_UnixThread_DetachState_qualifiers,
189720                   /* type */
189721                   CIMTYPE_UINT16,
189722                   /* subscript */
189723                   -1,
189724                   /* value */
189725                   0,
189726               };
189727               
189728               static const char*
189729               _PG_UnixThread_InheritSched_qualifiers[] =
189730               {
189731                   /* ValueMap */
189732                   "\061\000\0030\0002\0003\000",
189733                   /* Values */
189734                   "\062\000\003Unknown\000PTHREAD_INHERIT_SCHED\000PTHREAD_EXPLICIT_SCHED\000",
189735 mike  1.1.2.1     0,
189736               };
189737               
189738               static MetaProperty
189739               _PG_UnixThread_InheritSched =
189740               {
189741                   /* flags */
189742                   META_FLAG_PROPERTY|META_FLAG_READ,
189743                   /* name */
189744                   "InheritSched",
189745                   /* qualifiers */
189746                   _PG_UnixThread_InheritSched_qualifiers,
189747                   /* type */
189748                   CIMTYPE_UINT16,
189749                   /* subscript */
189750                   -1,
189751                   /* value */
189752                   0,
189753               };
189754               
189755               static const char*
189756 mike  1.1.2.1 _PG_UnixThread_ContentionScope_qualifiers[] =
189757               {
189758                   /* ValueMap */
189759                   "\061\000\0030\0002\0003\000",
189760                   /* Values */
189761                   "\062\000\003Unknown\000PTHREAD_SCOPE_SYSTEM\000PTHREAD_SCOPE_PROCESS\000",
189762                   0,
189763               };
189764               
189765               static MetaProperty
189766               _PG_UnixThread_ContentionScope =
189767               {
189768                   /* flags */
189769                   META_FLAG_PROPERTY|META_FLAG_READ,
189770                   /* name */
189771                   "ContentionScope",
189772                   /* qualifiers */
189773                   _PG_UnixThread_ContentionScope_qualifiers,
189774                   /* type */
189775                   CIMTYPE_UINT16,
189776                   /* subscript */
189777 mike  1.1.2.1     -1,
189778                   /* value */
189779                   0,
189780               };
189781               
189782               static const char*
189783               _PG_UnixThread_StackSize_qualifiers[] =
189784               {
189785                   0,
189786               };
189787               
189788               static MetaProperty
189789               _PG_UnixThread_StackSize =
189790               {
189791                   /* flags */
189792                   META_FLAG_PROPERTY|META_FLAG_READ,
189793                   /* name */
189794                   "StackSize",
189795                   /* qualifiers */
189796                   _PG_UnixThread_StackSize_qualifiers,
189797                   /* type */
189798 mike  1.1.2.1     CIMTYPE_STRING,
189799                   /* subscript */
189800                   -1,
189801                   /* value */
189802                   0,
189803               };
189804               
189805               static const char*
189806               _PG_UnixThread_ConcurrencyLevel_qualifiers[] =
189807               {
189808                   0,
189809               };
189810               
189811               static MetaProperty
189812               _PG_UnixThread_ConcurrencyLevel =
189813               {
189814                   /* flags */
189815                   META_FLAG_PROPERTY|META_FLAG_READ,
189816                   /* name */
189817                   "ConcurrencyLevel",
189818                   /* qualifiers */
189819 mike  1.1.2.1     _PG_UnixThread_ConcurrencyLevel_qualifiers,
189820                   /* type */
189821                   CIMTYPE_UINT64,
189822                   /* subscript */
189823                   -1,
189824                   /* value */
189825                   0,
189826               };
189827               
189828               static const char*
189829               _PG_UnixThread_CancelState_qualifiers[] =
189830               {
189831                   /* ValueMap */
189832                   "\061\000\0030\0002\0003\000",
189833                   /* Values */
189834                   "\062\000\003Unknown\000PTHREAD_CANCEL_ENABLE\000PTHREAD_CANCEL_DISABLE\000",
189835                   0,
189836               };
189837               
189838               static MetaProperty
189839               _PG_UnixThread_CancelState =
189840 mike  1.1.2.1 {
189841                   /* flags */
189842                   META_FLAG_PROPERTY|META_FLAG_READ,
189843                   /* name */
189844                   "CancelState",
189845                   /* qualifiers */
189846                   _PG_UnixThread_CancelState_qualifiers,
189847                   /* type */
189848                   CIMTYPE_UINT16,
189849                   /* subscript */
189850                   -1,
189851                   /* value */
189852                   0,
189853               };
189854               
189855               static const char*
189856               _PG_UnixThread_CancelType_qualifiers[] =
189857               {
189858                   /* ValueMap */
189859                   "\061\000\0030\0002\0003\000",
189860                   /* Values */
189861 mike  1.1.2.1     "\062\000\003Unknown\000PTHREAD_CANCEL_DEFERRED\000PTHREAD_CANCEL_ASYNCHRONOUS\000",
189862                   0,
189863               };
189864               
189865               static MetaProperty
189866               _PG_UnixThread_CancelType =
189867               {
189868                   /* flags */
189869                   META_FLAG_PROPERTY|META_FLAG_READ,
189870                   /* name */
189871                   "CancelType",
189872                   /* qualifiers */
189873                   _PG_UnixThread_CancelType_qualifiers,
189874                   /* type */
189875                   CIMTYPE_UINT16,
189876                   /* subscript */
189877                   -1,
189878                   /* value */
189879                   0,
189880               };
189881               
189882 mike  1.1.2.1 static MetaFeature*
189883               _PG_UnixThread_features[] =
189884               {
189885                   (MetaFeature*)&_PG_UnixThread_SchedPolicy,
189886                   (MetaFeature*)&_PG_UnixThread_OtherSchedPolicy,
189887                   (MetaFeature*)&_PG_UnixThread_GuardSize,
189888                   (MetaFeature*)&_PG_UnixThread_DetachState,
189889                   (MetaFeature*)&_PG_UnixThread_InheritSched,
189890                   (MetaFeature*)&_PG_UnixThread_ContentionScope,
189891                   (MetaFeature*)&_PG_UnixThread_StackSize,
189892                   (MetaFeature*)&_PG_UnixThread_ConcurrencyLevel,
189893                   (MetaFeature*)&_PG_UnixThread_CancelState,
189894                   (MetaFeature*)&_PG_UnixThread_CancelType,
189895                   0,
189896               };
189897               
189898               static const char*
189899               __root_cimv2_PG_UnixThread_qualifiers[] =
189900               {
189901                   /* Version */
189902                   "\0632.2.0",
189903 mike  1.1.2.1     0,
189904               };
189905               
189906               MetaClass
189907               __root_cimv2_PG_UnixThread =
189908               {
189909                   /* flags */
189910                   META_FLAG_CLASS,
189911                   /* name */
189912                   "PG_UnixThread",
189913                   /* qualifiers */
189914                   __root_cimv2_PG_UnixThread_qualifiers,
189915                   /* super */
189916                   &__root_cimv2_CIM_Thread,
189917                   /* features */
189918                   _PG_UnixThread_features,
189919               };
189920               
189921               //==============================================================================
189922               //
189923               // Class: PG_Processor
189924 mike  1.1.2.1 //
189925               //==============================================================================
189926               
189927               static const char*
189928               _PG_Processor_BiosID_qualifiers[] =
189929               {
189930                   0,
189931               };
189932               
189933               static MetaProperty
189934               _PG_Processor_BiosID =
189935               {
189936                   /* flags */
189937                   META_FLAG_PROPERTY|META_FLAG_READ,
189938                   /* name */
189939                   "BiosID",
189940                   /* qualifiers */
189941                   _PG_Processor_BiosID_qualifiers,
189942                   /* type */
189943                   CIMTYPE_STRING,
189944                   /* subscript */
189945 mike  1.1.2.1     -1,
189946                   /* value */
189947                   0,
189948               };
189949               
189950               static const char*
189951               _PG_Processor_FirmwareID_qualifiers[] =
189952               {
189953                   0,
189954               };
189955               
189956               static MetaProperty
189957               _PG_Processor_FirmwareID =
189958               {
189959                   /* flags */
189960                   META_FLAG_PROPERTY|META_FLAG_READ,
189961                   /* name */
189962                   "FirmwareID",
189963                   /* qualifiers */
189964                   _PG_Processor_FirmwareID_qualifiers,
189965                   /* type */
189966 mike  1.1.2.1     CIMTYPE_STRING,
189967                   /* subscript */
189968                   -1,
189969                   /* value */
189970                   0,
189971               };
189972               
189973               static MetaFeature*
189974               _PG_Processor_features[] =
189975               {
189976                   (MetaFeature*)&_PG_Processor_BiosID,
189977                   (MetaFeature*)&_PG_Processor_FirmwareID,
189978                   0,
189979               };
189980               
189981               static const char*
189982               __root_cimv2_PG_Processor_qualifiers[] =
189983               {
189984                   /* Version */
189985                   "\0632.2.0",
189986                   0,
189987 mike  1.1.2.1 };
189988               
189989               MetaClass
189990               __root_cimv2_PG_Processor =
189991               {
189992                   /* flags */
189993                   META_FLAG_CLASS,
189994                   /* name */
189995                   "PG_Processor",
189996                   /* qualifiers */
189997                   __root_cimv2_PG_Processor_qualifiers,
189998                   /* super */
189999                   &__root_cimv2_CIM_Processor,
190000                   /* features */
190001                   _PG_Processor_features,
190002               };
190003               
190004               //==============================================================================
190005               //
190006               // Class: PG_BindsIPToLANEndpoint
190007               //
190008 mike  1.1.2.1 //==============================================================================
190009               
190010               static const char*
190011               _PG_BindsIPToLANEndpoint_Dependent_qualifiers[] =
190012               {
190013                   /* Override */
190014                   "\044Dependent",
190015                   0,
190016               };
190017               
190018               static MetaReference
190019               _PG_BindsIPToLANEndpoint_Dependent =
190020               {
190021                   /* flags */
190022                   META_FLAG_REFERENCE|META_FLAG_READ,
190023                   /* name */
190024                   "Dependent",
190025                   /* qualifiers */
190026                   _PG_BindsIPToLANEndpoint_Dependent_qualifiers,
190027                   /* subscript */
190028                   -1,
190029 mike  1.1.2.1     /* refId */
190030                   &__root_cimv2_CIM_IPProtocolEndpoint,
190031               };
190032               
190033               static MetaFeature*
190034               _PG_BindsIPToLANEndpoint_features[] =
190035               {
190036                   (MetaFeature*)&_PG_BindsIPToLANEndpoint_Dependent,
190037                   0,
190038               };
190039               
190040               static const char*
190041               __root_cimv2_PG_BindsIPToLANEndpoint_qualifiers[] =
190042               {
190043                   /* ASSOCIATION */
190044                   "\000\001",
190045                   /* Version */
190046                   "\0630.6.0",
190047                   0,
190048               };
190049               
190050 mike  1.1.2.1 MetaClass
190051               __root_cimv2_PG_BindsIPToLANEndpoint =
190052               {
190053                   /* flags */
190054                   META_FLAG_ASSOCIATION,
190055                   /* name */
190056                   "PG_BindsIPToLANEndpoint",
190057                   /* qualifiers */
190058                   __root_cimv2_PG_BindsIPToLANEndpoint_qualifiers,
190059                   /* super */
190060                   &__root_cimv2_CIM_BindsToLANEndpoint,
190061                   /* features */
190062                   _PG_BindsIPToLANEndpoint_features,
190063               };
190064               
190065               //==============================================================================
190066               //
190067               // Class: PG_IPRoute
190068               //
190069               //==============================================================================
190070               
190071 mike  1.1.2.1 static MetaFeature*
190072               _PG_IPRoute_features[] =
190073               {
190074                   0,
190075               };
190076               
190077               static const char*
190078               __root_cimv2_PG_IPRoute_qualifiers[] =
190079               {
190080                   /* Version */
190081                   "\0630.6.0",
190082                   0,
190083               };
190084               
190085               MetaClass
190086               __root_cimv2_PG_IPRoute =
190087               {
190088                   /* flags */
190089                   META_FLAG_CLASS,
190090                   /* name */
190091                   "PG_IPRoute",
190092 mike  1.1.2.1     /* qualifiers */
190093                   __root_cimv2_PG_IPRoute_qualifiers,
190094                   /* super */
190095                   &__root_cimv2_CIM_IPRoute,
190096                   /* features */
190097                   _PG_IPRoute_features,
190098               };
190099               
190100               //==============================================================================
190101               //
190102 mike  1.1.2.3 // Class: Hello
190103               //
190104               //==============================================================================
190105               
190106               static const char*
190107               _Hello_Key_qualifiers[] =
190108               {
190109                   /* Key */
190110                   "\025\001",
190111                   0,
190112               };
190113               
190114               static MetaProperty
190115               _Hello_Key =
190116               {
190117                   /* flags */
190118                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
190119                   /* name */
190120                   "Key",
190121                   /* qualifiers */
190122                   _Hello_Key_qualifiers,
190123 mike  1.1.2.3     /* type */
190124                   CIMTYPE_UINT32,
190125                   /* subscript */
190126                   -1,
190127                   /* value */
190128                   0,
190129               };
190130               
190131               static MetaFeature*
190132               _Hello_features[] =
190133               {
190134                   (MetaFeature*)&_Hello_Key,
190135                   0,
190136               };
190137               
190138               static const char*
190139               __root_cimv2_Hello_qualifiers[] =
190140               {
190141                   0,
190142               };
190143               
190144 mike  1.1.2.3 MetaClass
190145               __root_cimv2_Hello =
190146               {
190147                   /* flags */
190148                   META_FLAG_CLASS,
190149                   /* name */
190150                   "Hello",
190151                   /* qualifiers */
190152                   __root_cimv2_Hello_qualifiers,
190153                   /* super */
190154                   0,
190155                   /* features */
190156                   _Hello_features,
190157               };
190158               
190159               //==============================================================================
190160               //
190161               // Class: Goodbye
190162               //
190163               //==============================================================================
190164               
190165 mike  1.1.2.3 static const char*
190166               _Goodbye_Key_qualifiers[] =
190167               {
190168                   /* Key */
190169                   "\025\001",
190170                   0,
190171               };
190172               
190173               static MetaProperty
190174               _Goodbye_Key =
190175               {
190176                   /* flags */
190177                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
190178                   /* name */
190179                   "Key",
190180                   /* qualifiers */
190181                   _Goodbye_Key_qualifiers,
190182                   /* type */
190183                   CIMTYPE_UINT32,
190184                   /* subscript */
190185                   -1,
190186 mike  1.1.2.3     /* value */
190187                   0,
190188               };
190189               
190190               static MetaFeature*
190191               _Goodbye_features[] =
190192               {
190193                   (MetaFeature*)&_Goodbye_Key,
190194                   0,
190195               };
190196               
190197               static const char*
190198               __root_cimv2_Goodbye_qualifiers[] =
190199               {
190200                   0,
190201               };
190202               
190203               MetaClass
190204               __root_cimv2_Goodbye =
190205               {
190206                   /* flags */
190207 mike  1.1.2.3     META_FLAG_CLASS,
190208                   /* name */
190209                   "Goodbye",
190210                   /* qualifiers */
190211                   __root_cimv2_Goodbye_qualifiers,
190212                   /* super */
190213                   0,
190214                   /* features */
190215                   _Goodbye_features,
190216               };
190217               
190218               //==============================================================================
190219               //
190220 mike  1.1.2.5 // Class: Junk
190221 mike  1.1.2.4 //
190222               //==============================================================================
190223               
190224               static const char*
190225 mike  1.1.2.5 _Junk_Key_qualifiers[] =
190226 mike  1.1.2.4 {
190227                   /* Key */
190228                   "\025\001",
190229                   0,
190230               };
190231               
190232               static MetaProperty
190233 mike  1.1.2.5 _Junk_Key =
190234 mike  1.1.2.4 {
190235                   /* flags */
190236                   META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
190237                   /* name */
190238                   "Key",
190239                   /* qualifiers */
190240 mike  1.1.2.5     _Junk_Key_qualifiers,
190241 mike  1.1.2.4     /* type */
190242                   CIMTYPE_UINT32,
190243                   /* subscript */
190244                   -1,
190245                   /* value */
190246                   0,
190247               };
190248               
190249               static MetaFeature*
190250 mike  1.1.2.5 _Junk_features[] =
190251 mike  1.1.2.4 {
190252 mike  1.1.2.5     (MetaFeature*)&_Junk_Key,
190253 mike  1.1.2.4     0,
190254               };
190255               
190256               static const char*
190257 mike  1.1.2.5 __root_cimv2_Junk_qualifiers[] =
190258 mike  1.1.2.4 {
190259                   0,
190260               };
190261               
190262               MetaClass
190263 mike  1.1.2.5 __root_cimv2_Junk =
190264 mike  1.1.2.4 {
190265                   /* flags */
190266                   META_FLAG_CLASS,
190267                   /* name */
190268 mike  1.1.2.5     "Junk",
190269 mike  1.1.2.4     /* qualifiers */
190270 mike  1.1.2.5     __root_cimv2_Junk_qualifiers,
190271 mike  1.1.2.4     /* super */
190272                   0,
190273                   /* features */
190274 mike  1.1.2.5     _Junk_features,
190275 mike  1.1.2.4 };
190276               
190277               //==============================================================================
190278               //
190279 mike  1.1.2.1 // Qualifier array
190280               //
190281               //==============================================================================
190282               
190283               static MetaQualifierDecl*
190284               _qualifiers[] =
190285               {
190286                   &_ASSOCIATION_qualifier_decl,
190287                   &_INDICATION_qualifier_decl,
190288                   &_Abstract_qualifier_decl,
190289                   &_Aggregate_qualifier_decl,
190290                   &_Aggregation_qualifier_decl,
190291                   &_ArrayType_qualifier_decl,
190292                   &_BitMap_qualifier_decl,
190293                   &_BitValues_qualifier_decl,
190294                   &_ClassConstraint_qualifier_decl,
190295                   &_Composition_qualifier_decl,
190296                   &_Counter_qualifier_decl,
190297                   &_Deprecated_qualifier_decl,
190298                   &_Description_qualifier_decl,
190299                   &_DisplayName_qualifier_decl,
190300 mike  1.1.2.1     &_DN_qualifier_decl,
190301                   &_EmbeddedInstance_qualifier_decl,
190302                   &_EmbeddedObject_qualifier_decl,
190303                   &_Exception_qualifier_decl,
190304                   &_Experimental_qualifier_decl,
190305                   &_Gauge_qualifier_decl,
190306                   &_In_qualifier_decl,
190307                   &_Key_qualifier_decl,
190308                   &_MappingStrings_qualifier_decl,
190309                   &_Max_qualifier_decl,
190310                   &_MaxLen_qualifier_decl,
190311                   &_MaxValue_qualifier_decl,
190312                   &_MethodConstraint_qualifier_decl,
190313                   &_Min_qualifier_decl,
190314                   &_MinLen_qualifier_decl,
190315                   &_MinValue_qualifier_decl,
190316                   &_ModelCorrespondence_qualifier_decl,
190317                   &_Nonlocal_qualifier_decl,
190318                   &_NonlocalType_qualifier_decl,
190319                   &_NullValue_qualifier_decl,
190320                   &_Octetstring_qualifier_decl,
190321 mike  1.1.2.1     &_Out_qualifier_decl,
190322                   &_Override_qualifier_decl,
190323                   &_Propagated_qualifier_decl,
190324                   &_PropertyConstraint_qualifier_decl,
190325                   &_Read_qualifier_decl,
190326                   &_Required_qualifier_decl,
190327                   &_Revision_qualifier_decl,
190328                   &_CLASS_qualifier_decl,
190329                   &_Source_qualifier_decl,
190330                   &_SourceType_qualifier_decl,
190331                   &_Static_qualifier_decl,
190332                   &_Terminal_qualifier_decl,
190333                   &_UMLPackagePath_qualifier_decl,
190334                   &_Units_qualifier_decl,
190335                   &_ValueMap_qualifier_decl,
190336                   &_Values_qualifier_decl,
190337                   &_Version_qualifier_decl,
190338                   &_Weak_qualifier_decl,
190339                   &_Write_qualifier_decl,
190340                   &_Alias_qualifier_decl,
190341                   &_Delete_qualifier_decl,
190342 mike  1.1.2.1     &_Expensive_qualifier_decl,
190343                   &_Ifdeleted_qualifier_decl,
190344                   &_Invisible_qualifier_decl,
190345                   &_Large_qualifier_decl,
190346                   &_PropertyUsage_qualifier_decl,
190347                   &_Provider_qualifier_decl,
190348                   &_SyntaxType_qualifier_decl,
190349                   &_Syntax_qualifier_decl,
190350                   &_TriggerType_qualifier_decl,
190351                   &_UnknownValues_qualifier_decl,
190352                   &_UnsupportedValues_qualifier_decl,
190353                   0,
190354               };
190355               
190356               //==============================================================================
190357               //
190358               // Class array
190359               //
190360               //==============================================================================
190361               
190362               static MetaClass*
190363 mike  1.1.2.1 _classes[] =
190364               {
190365                   &__root_cimv2_CIM_DiagnosticResult,
190366                   &__root_cimv2_CIM_Indication,
190367                   &__root_cimv2_CIM_ManagedElement,
190368                   &__root_cimv2_CIM_BaseMetricDefinition,
190369                   &__root_cimv2_CIM_BaseMetricValue,
190370                   &__root_cimv2_CIM_BlockStatisticsManifest,
190371                   &__root_cimv2_CIM_Capabilities,
190372                   &__root_cimv2_CIM_ClassIndication,
190373                   &__root_cimv2_CIM_ClassModification,
190374                   &__root_cimv2_CIM_Collection,
190375                   &__root_cimv2_CIM_CollectionOfMSEs,
190376                   &__root_cimv2_CIM_CommonDatabaseCapabilities,
190377                   &__root_cimv2_CIM_Component,
190378                   &__root_cimv2_CIM_ComputerSystemNodeCapabilities,
190379                   &__root_cimv2_CIM_ConcreteCollection,
190380                   &__root_cimv2_CIM_ConcreteComponent,
190381                   &__root_cimv2_CIM_Configuration,
190382                   &__root_cimv2_CIM_ConfigurationComponent,
190383                   &__root_cimv2_CIM_Credential,
190384 mike  1.1.2.1     &__root_cimv2_CIM_Dependency,
190385                   &__root_cimv2_CIM_DependencyContext,
190386                   &__root_cimv2_CIM_DiagnosticResultInPackage,
190387                   &__root_cimv2_CIM_DiagnosticServiceCapabilities,
190388                   &__root_cimv2_CIM_DiskGroup,
190389                   &__root_cimv2_CIM_ElementCapabilities,
190390                   &__root_cimv2_CIM_EnabledLogicalElementCapabilities,
190391                   &__root_cimv2_CIM_FCSwitchCapabilities,
190392                   &__root_cimv2_CIM_FileSystemCapabilities,
190393                   &__root_cimv2_CIM_FRU,
190394                   &__root_cimv2_CIM_Group,
190395                   &__root_cimv2_CIM_HostedDependency,
190396                   &__root_cimv2_CIM_Identity,
190397                   &__root_cimv2_CIM_IdentityContext,
190398                   &__root_cimv2_CIM_IndicationFilter,
190399                   &__root_cimv2_CIM_InstalledProduct,
190400                   &__root_cimv2_CIM_InstIndication,
190401                   &__root_cimv2_CIM_InstMethodCall,
190402                   &__root_cimv2_CIM_InstModification,
190403                   &__root_cimv2_CIM_InstRead,
190404                   &__root_cimv2_CIM_IPAddressRange,
190405 mike  1.1.2.1     &__root_cimv2_CIM_IPNetworkIdentity,
190406                   &__root_cimv2_CIM_iSCSICapabilities,
190407                   &__root_cimv2_CIM_J2eeManagedObjectCapabilities,
190408                   &__root_cimv2_CIM_KerberosTicket,
190409                   &__root_cimv2_CIM_ListenerDestination,
190410                   &__root_cimv2_CIM_ListenerDestinationCIMXML,
190411                   &__root_cimv2_CIM_LocalizationCapabilities,
190412                   &__root_cimv2_CIM_Location,
190413                   &__root_cimv2_CIM_LogicalIdentity,
190414                   &__root_cimv2_CIM_LogicalNetwork,
190415                   &__root_cimv2_CIM_LogicalPortCapabilities,
190416                   &__root_cimv2_CIM_ManagedSystemElement,
190417                   &__root_cimv2_CIM_MemberOfCollection,
190418                   &__root_cimv2_CIM_MemberPrincipal,
190419                   &__root_cimv2_CIM_MethodParameters,
190420                   &__root_cimv2_CIM_MetricDefForME,
190421                   &__root_cimv2_CIM_MetricDefinition,
190422                   &__root_cimv2_CIM_MetricForME,
190423                   &__root_cimv2_CIM_MetricInstance,
190424                   &__root_cimv2_CIM_NamedSharedIKESecret,
190425                   &__root_cimv2_CIM_Namespace,
190426 mike  1.1.2.1     &__root_cimv2_CIM_NextHopRoute,
190427                   &__root_cimv2_CIM_OrderedMemberOfCollection,
190428                   &__root_cimv2_CIM_OrganizationalEntity,
190429                   &__root_cimv2_CIM_OrgStructure,
190430                   &__root_cimv2_CIM_OrgUnit,
190431                   &__root_cimv2_CIM_OSPFServiceCapabilities,
190432                   &__root_cimv2_CIM_OtherGroupInformation,
190433                   &__root_cimv2_CIM_OtherOrganizationInformation,
190434                   &__root_cimv2_CIM_OtherOrgUnitInformation,
190435                   &__root_cimv2_CIM_OtherPersonInformation,
190436                   &__root_cimv2_CIM_OtherRoleInformation,
190437                   &__root_cimv2_CIM_ParametersForMethod,
190438                   &__root_cimv2_CIM_ParameterValueSources,
190439                   &__root_cimv2_CIM_PhysicalCapacity,
190440                   &__root_cimv2_CIM_PhysicalElement,
190441                   &__root_cimv2_CIM_PhysicalLink,
190442                   &__root_cimv2_CIM_PhysicalPackage,
190443                   &__root_cimv2_CIM_Policy,
190444                   &__root_cimv2_CIM_PolicyAction,
190445                   &__root_cimv2_CIM_PolicyComponent,
190446                   &__root_cimv2_CIM_PolicyCondition,
190447 mike  1.1.2.1     &__root_cimv2_CIM_PolicyConditionStructure,
190448                   &__root_cimv2_CIM_PolicySet,
190449                   &__root_cimv2_CIM_PolicySetAppliesToElement,
190450                   &__root_cimv2_CIM_PolicySetComponent,
190451                   &__root_cimv2_CIM_PolicyTimePeriodCondition,
190452                   &__root_cimv2_CIM_PowerManagementCapabilities,
190453                   &__root_cimv2_CIM_Privilege,
190454                   &__root_cimv2_CIM_ProcessIndication,
190455                   &__root_cimv2_CIM_Product,
190456                   &__root_cimv2_CIM_ProductComponent,
190457                   &__root_cimv2_CIM_ProductFRU,
190458                   &__root_cimv2_CIM_ProductParentChild,
190459                   &__root_cimv2_CIM_ProductPhysicalComponent,
190460                   &__root_cimv2_CIM_ProductPhysicalElements,
190461                   &__root_cimv2_CIM_ProductProductDependency,
190462                   &__root_cimv2_CIM_Profile,
190463                   &__root_cimv2_CIM_ProtocolControllerMaskingCapabilities,
190464                   &__root_cimv2_CIM_PublicKeyCertificate,
190465                   &__root_cimv2_CIM_RecordForLog,
190466                   &__root_cimv2_CIM_RegisteredProfile,
190467                   &__root_cimv2_CIM_RegisteredSubProfile,
190468 mike  1.1.2.1     &__root_cimv2_CIM_RejectConnectionAction,
190469                   &__root_cimv2_CIM_ReplaceableProductFRU,
190470                   &__root_cimv2_CIM_ReplacementSet,
190471                   &__root_cimv2_CIM_Role,
190472                   &__root_cimv2_CIM_SAAction,
190473                   &__root_cimv2_CIM_SANegotiationAction,
190474                   &__root_cimv2_CIM_SAStaticAction,
190475                   &__root_cimv2_CIM_SchedulingElement,
190476                   &__root_cimv2_CIM_SecuritySensitivity,
190477                   &__root_cimv2_CIM_Setting,
190478                   &__root_cimv2_CIM_SettingContext,
190479                   &__root_cimv2_CIM_SettingData,
190480                   &__root_cimv2_CIM_SharedSecret,
190481                   &__root_cimv2_CIM_SNMPTrapIndication,
190482                   &__root_cimv2_CIM_Spared,
190483                   &__root_cimv2_CIM_StatisticalData,
190484                   &__root_cimv2_CIM_StatisticalInformation,
190485                   &__root_cimv2_CIM_StatisticalRuntimeOverview,
190486                   &__root_cimv2_CIM_StatisticalSetting,
190487                   &__root_cimv2_CIM_Statistics,
190488                   &__root_cimv2_CIM_StatisticsCapabilities,
190489 mike  1.1.2.1     &__root_cimv2_CIM_StorageClientSettingData,
190490                   &__root_cimv2_CIM_StorageConfigurationCapabilities,
190491                   &__root_cimv2_CIM_StorageError,
190492                   &__root_cimv2_CIM_StorageHardwareID,
190493                   &__root_cimv2_CIM_StorageReplicationCapabilities,
190494                   &__root_cimv2_CIM_StorageSetting,
190495                   &__root_cimv2_CIM_StorageSettingWithHints,
190496                   &__root_cimv2_CIM_SupportAccess,
190497                   &__root_cimv2_CIM_Synchronized,
190498                   &__root_cimv2_CIM_SystemConfiguration,
190499                   &__root_cimv2_CIM_SystemIdentification,
190500                   &__root_cimv2_CIM_SystemInNamespace,
190501                   &__root_cimv2_CIM_SystemSetting,
190502                   &__root_cimv2_CIM_SystemSettingContext,
190503                   &__root_cimv2_CIM_SystemSpecificCollection,
190504                   &__root_cimv2_CIM_SystemStatisticalInformation,
190505                   &__root_cimv2_CIM_TimeZone,
190506                   &__root_cimv2_CIM_TraceLevelType,
190507                   &__root_cimv2_CIM_UnitOfWork,
190508                   &__root_cimv2_CIM_UnixProcessStatisticalInformation,
190509                   &__root_cimv2_CIM_UnsignedPublicKey,
190510 mike  1.1.2.1     &__root_cimv2_CIM_UoWMetric,
190511                   &__root_cimv2_CIM_UserEntity,
190512                   &__root_cimv2_CIM_UsersAccess,
190513                   &__root_cimv2_CIM_UsersCredential,
190514                   &__root_cimv2_CIM_VendorPolicyAction,
190515                   &__root_cimv2_CIM_VendorPolicyCondition,
190516                   &__root_cimv2_CIM_VideoControllerResolution,
190517                   &__root_cimv2_CIM_WRRSchedulingElement,
190518                   &__root_cimv2_CIM_ZoneCapabilities,
190519                   &__root_cimv2_PRS_ExchangeElement,
190520                   &__root_cimv2_PRS_ExpressionElement,
190521                   &__root_cimv2_PRS_Feature,
190522                   &__root_cimv2_PRS_Location,
190523                   &__root_cimv2_PRS_Product,
190524                   &__root_cimv2_PRS_ProductComponent,
190525                   &__root_cimv2_PRS_ProductParentChild,
190526                   &__root_cimv2_PRS_Resource,
190527                   &__root_cimv2_PRS_Revision,
190528                   &__root_cimv2_PRS_ServiceIncident,
190529                   &__root_cimv2_PRS_Solution,
190530                   &__root_cimv2_PRS_SolutionElement,
190531 mike  1.1.2.1     &__root_cimv2_PRS_SolutionHasElement,
190532                   &__root_cimv2_PRS_Statement,
190533                   &__root_cimv2_PRS_StatementFeature,
190534                   &__root_cimv2_PRS_Transaction,
190535                   &__root_cimv2_CIM_AlertIndication,
190536                   &__root_cimv2_CIM_AlertInstIndication,
190537                   &__root_cimv2_CIM_AllocationSchedulingElement,
190538                   &__root_cimv2_CIM_AssignedIdentity,
190539                   &__root_cimv2_CIM_AuthenticationCondition,
190540                   &__root_cimv2_CIM_AuthorizedPrivilege,
190541                   &__root_cimv2_CIM_AuthorizedSubject,
190542                   &__root_cimv2_CIM_AuthorizedTarget,
190543                   &__root_cimv2_CIM_BGPCluster,
190544                   &__root_cimv2_CIM_BGPEndpointStatistics,
190545                   &__root_cimv2_CIM_BGPPeerGroup,
190546                   &__root_cimv2_CIM_BiometricAuthentication,
190547                   &__root_cimv2_CIM_BlockStatisticsCapabilities,
190548                   &__root_cimv2_CIM_BlockStatisticsManifestCollection,
190549                   &__root_cimv2_CIM_BlockStorageStatisticalData,
190550                   &__root_cimv2_CIM_BufferPool,
190551                   &__root_cimv2_CIM_CIMOMStatisticalData,
190552 mike  1.1.2.1     &__root_cimv2_CIM_ClassCreation,
190553                   &__root_cimv2_CIM_ClassDeletion,
190554                   &__root_cimv2_CIM_CollectedBufferPool,
190555                   &__root_cimv2_CIM_CollectedCollections,
190556                   &__root_cimv2_CIM_CollectedMSEs,
190557                   &__root_cimv2_CIM_CollectionConfiguration,
190558                   &__root_cimv2_CIM_CollectionInOrganization,
190559                   &__root_cimv2_CIM_CollectionSetting,
190560                   &__root_cimv2_CIM_CommonDatabaseSettingData,
190561                   &__root_cimv2_CIM_CommonDatabaseStatistics,
190562                   &__root_cimv2_CIM_CompatibleProduct,
190563                   &__root_cimv2_CIM_CompoundPolicyAction,
190564                   &__root_cimv2_CIM_CompoundPolicyCondition,
190565                   &__root_cimv2_CIM_ConcreteDependency,
190566                   &__root_cimv2_CIM_ConcreteIdentity,
190567                   &__root_cimv2_CIM_ConfigurationCapacity,
190568                   &__root_cimv2_CIM_ConnectivityCollection,
190569                   &__root_cimv2_CIM_ConnectivityMembershipSettingData,
190570                   &__root_cimv2_CIM_ContainedLocation,
190571                   &__root_cimv2_CIM_Container,
190572                   &__root_cimv2_CIM_DatabaseResourceStatistics,
190573 mike  1.1.2.1     &__root_cimv2_CIM_DatabaseServiceStatistics,
190574                   &__root_cimv2_CIM_DeviceErrorCounts,
190575                   &__root_cimv2_CIM_DeviceErrorData,
190576                   &__root_cimv2_CIM_DeviceStatisticalInformation,
190577                   &__root_cimv2_CIM_DiagnosticRecord,
190578                   &__root_cimv2_CIM_DiagnosticResultForMSE,
190579                   &__root_cimv2_CIM_DiagnosticServiceRecord,
190580                   &__root_cimv2_CIM_DiagnosticSetting,
190581                   &__root_cimv2_CIM_DiagnosticSettingRecord,
190582                   &__root_cimv2_CIM_DocumentAuthentication,
190583                   &__root_cimv2_CIM_ElementAsUser,
190584                   &__root_cimv2_CIM_ElementCapacity,
190585                   &__root_cimv2_CIM_ElementConfiguration,
190586                   &__root_cimv2_CIM_ElementConformsToProfile,
190587                   &__root_cimv2_CIM_ElementLocation,
190588                   &__root_cimv2_CIM_ElementProfile,
190589                   &__root_cimv2_CIM_ElementSecuritySensitivity,
190590                   &__root_cimv2_CIM_ElementSetting,
190591                   &__root_cimv2_CIM_ElementSettingData,
190592                   &__root_cimv2_CIM_ElementsLinked,
190593                   &__root_cimv2_CIM_ElementStatisticalData,
190594 mike  1.1.2.1     &__root_cimv2_CIM_FCAdapterEventCounters,
190595                   &__root_cimv2_CIM_FCPortCapabilities,
190596                   &__root_cimv2_CIM_FCPortRateStatistics,
190597                   &__root_cimv2_CIM_FCSwitchSettings,
190598                   &__root_cimv2_CIM_FibrePortEventCounters,
190599                   &__root_cimv2_CIM_FRUIncludesProduct,
190600                   &__root_cimv2_CIM_FRUPhysicalElements,
190601                   &__root_cimv2_CIM_GatewayPathID,
190602                   &__root_cimv2_CIM_GroupInDiskGroup,
190603                   &__root_cimv2_CIM_IKEAction,
190604                   &__root_cimv2_CIM_IndicationHandler,
190605                   &__root_cimv2_CIM_IndicationHandlerCIMXML,
190606                   &__root_cimv2_CIM_IndicationSubscription,
190607                   &__root_cimv2_CIM_InstalledProductImage,
190608                   &__root_cimv2_CIM_InstCreation,
190609                   &__root_cimv2_CIM_InstDeletion,
190610                   &__root_cimv2_CIM_IPConnectivitySubnet,
190611                   &__root_cimv2_CIM_IPsecAction,
190612                   &__root_cimv2_CIM_IPsecTransportAction,
190613                   &__root_cimv2_CIM_IPsecTunnelAction,
190614                   &__root_cimv2_CIM_IPSubnet,
190615 mike  1.1.2.1     &__root_cimv2_CIM_IPXConnectivityNetwork,
190616                   &__root_cimv2_CIM_IPXNetwork,
190617                   &__root_cimv2_CIM_iSCSIConnectionSettings,
190618                   &__root_cimv2_CIM_iSCSILoginStatistics,
190619                   &__root_cimv2_CIM_iSCSISessionFailures,
190620                   &__root_cimv2_CIM_iSCSISessionSettings,
190621                   &__root_cimv2_CIM_J2eeNotification,
190622                   &__root_cimv2_CIM_J2eeStatistic,
190623                   &__root_cimv2_CIM_J2eeURLStats,
190624                   &__root_cimv2_CIM_JobSettingData,
190625                   &__root_cimv2_CIM_KerberosAuthentication,
190626                   &__root_cimv2_CIM_LabelReaderStatData,
190627                   &__root_cimv2_CIM_LabelReaderStatInfo,
190628                   &__root_cimv2_CIM_LANConnectivitySegment,
190629                   &__root_cimv2_CIM_LANSegment,
190630                   &__root_cimv2_CIM_LogicalElement,
190631                   &__root_cimv2_CIM_LogicalElementPerformsUoW,
190632                   &__root_cimv2_CIM_LogicalFile,
190633                   &__root_cimv2_CIM_LogicalPortGroup,
190634                   &__root_cimv2_CIM_LogicalPortSettings,
190635                   &__root_cimv2_CIM_LogRecord,
190636 mike  1.1.2.1     &__root_cimv2_CIM_MediaAccessStatData,
190637                   &__root_cimv2_CIM_MediaAccessStatInfo,
190638                   &__root_cimv2_CIM_MediaPhysicalStatData,
190639                   &__root_cimv2_CIM_MemoryCapacity,
190640                   &__root_cimv2_CIM_MemoryError,
190641                   &__root_cimv2_CIM_MonitorResolution,
190642                   &__root_cimv2_CIM_MoreGroupInfo,
190643                   &__root_cimv2_CIM_MoreOrgUnitInfo,
190644                   &__root_cimv2_CIM_MoreRoleInfo,
190645                   &__root_cimv2_CIM_NamedAddressCollection,
190646                   &__root_cimv2_CIM_NetworkingIDAuthentication,
190647                   &__root_cimv2_CIM_NetworkPacketAction,
190648                   &__root_cimv2_CIM_NetworkPortStatistics,
190649                   &__root_cimv2_CIM_NextHopIPRoute,
190650                   &__root_cimv2_CIM_NextHopRouting,
190651                   &__root_cimv2_CIM_Organization,
190652                   &__root_cimv2_CIM_OSPFAreaConfiguration,
190653                   &__root_cimv2_CIM_OSPFLink,
190654                   &__root_cimv2_CIM_PackageLocation,
190655                   &__root_cimv2_CIM_PacketFilterCondition,
190656                   &__root_cimv2_CIM_ParticipatesInSet,
190657 mike  1.1.2.1     &__root_cimv2_CIM_PhysicalComponent,
190658                   &__root_cimv2_CIM_PhysicalConnector,
190659                   &__root_cimv2_CIM_PhysicalCredentialAuthentication,
190660                   &__root_cimv2_CIM_PhysicalElementLocation,
190661                   &__root_cimv2_CIM_PhysicalFrame,
190662                   &__root_cimv2_CIM_PhysicalMedia,
190663                   &__root_cimv2_CIM_PhysicalStatisticalInformation,
190664                   &__root_cimv2_CIM_PhysicalStatistics,
190665                   &__root_cimv2_CIM_PhysicalTape,
190666                   &__root_cimv2_CIM_PickerStatData,
190667                   &__root_cimv2_CIM_PickerStatInfo,
190668                   &__root_cimv2_CIM_PolicyActionStructure,
190669                   &__root_cimv2_CIM_PolicyConditionInPolicyCondition,
190670                   &__root_cimv2_CIM_PolicyGroup,
190671                   &__root_cimv2_CIM_PolicyGroupInPolicyGroup,
190672                   &__root_cimv2_CIM_PolicyRoleCollection,
190673                   &__root_cimv2_CIM_PolicyRule,
190674                   &__root_cimv2_CIM_PolicyRuleInPolicyGroup,
190675                   &__root_cimv2_CIM_PolicyRuleValidityPeriod,
190676                   &__root_cimv2_CIM_PolicySetInRoleCollection,
190677                   &__root_cimv2_CIM_PolicySetValidityPeriod,
190678 mike  1.1.2.1     &__root_cimv2_CIM_PreconfiguredSAAction,
190679                   &__root_cimv2_CIM_PreconfiguredTransportAction,
190680                   &__root_cimv2_CIM_PreconfiguredTunnelAction,
190681                   &__root_cimv2_CIM_PrioritySchedulingElement,
190682                   &__root_cimv2_CIM_ProductSupport,
190683                   &__root_cimv2_CIM_PublicPrivateKeyAuthentication,
190684                   &__root_cimv2_CIM_PublicPrivateKeyPair,
190685                   &__root_cimv2_CIM_Rack,
190686                   &__root_cimv2_CIM_RangeOfIPAddresses,
190687                   &__root_cimv2_CIM_RangesOfConfiguration,
190688                   &__root_cimv2_CIM_RecordAppliesToElement,
190689                   &__root_cimv2_CIM_RedundancyGroup,
190690                   &__root_cimv2_CIM_RedundancySet,
190691                   &__root_cimv2_CIM_ReferencedProfile,
190692                   &__root_cimv2_CIM_RelatedStatisticalData,
190693                   &__root_cimv2_CIM_RelatedStatistics,
190694                   &__root_cimv2_CIM_RoutingPolicy,
190695                   &__root_cimv2_CIM_SAEndpointConnectionStatistics,
190696                   &__root_cimv2_CIM_SAEndpointRefreshSettings,
190697                   &__root_cimv2_CIM_SAPStatisticalInformation,
190698                   &__root_cimv2_CIM_SARule,
190699 mike  1.1.2.1     &__root_cimv2_CIM_ScopedSettingData,
190700                   &__root_cimv2_CIM_ServiceStatisticalInformation,
190701                   &__root_cimv2_CIM_SettingAssociatedToCapabilities,
190702                   &__root_cimv2_CIM_SharedSecretAuthentication,
190703                   &__root_cimv2_CIM_Slot,
190704                   &__root_cimv2_CIM_SoftwareElement,
190705                   &__root_cimv2_CIM_SoftwareElementComponent,
190706                   &__root_cimv2_CIM_SoftwareFeature,
190707                   &__root_cimv2_CIM_SoftwareFeatureComponent,
190708                   &__root_cimv2_CIM_SoftwareFeatureSoftwareElements,
190709                   &__root_cimv2_CIM_SoftwareIdentity,
190710                   &__root_cimv2_CIM_SpanningTreeStatistics,
190711                   &__root_cimv2_CIM_SpareGroup,
190712                   &__root_cimv2_CIM_StaticForwardingEntry,
190713                   &__root_cimv2_CIM_StatisticsCollection,
190714                   &__root_cimv2_CIM_StorageCapabilities,
190715                   &__root_cimv2_CIM_StorageMediaLocation,
190716                   &__root_cimv2_CIM_StorageRedundancyGroup,
190717                   &__root_cimv2_CIM_StorageRedundancySet,
190718                   &__root_cimv2_CIM_StorageSettingsGeneratedFromCapabilities,
190719                   &__root_cimv2_CIM_StorageSynchronized,
190720 mike  1.1.2.1     &__root_cimv2_CIM_SubProfileRequiresProfile,
190721                   &__root_cimv2_CIM_SubUoW,
190722                   &__root_cimv2_CIM_SwitchPortSourceRoutingStatistics,
190723                   &__root_cimv2_CIM_SwitchPortSpanningTreeStatistics,
190724                   &__root_cimv2_CIM_SwitchPortStatistics,
190725                   &__root_cimv2_CIM_SwitchPortTransparentBridgingStatistics,
190726                   &__root_cimv2_CIM_SymbolicLink,
190727                   &__root_cimv2_CIM_ThresholdIndication,
190728                   &__root_cimv2_CIM_TokenRingPortStatistics,
190729                   &__root_cimv2_CIM_TransparentBridgingStatistics,
190730                   &__root_cimv2_CIM_UnitOfWorkDefinition,
190731                   &__root_cimv2_CIM_UnixFile,
190732                   &__root_cimv2_CIM_UoWDefTraceLevelType,
190733                   &__root_cimv2_CIM_UoWMetricDefinition,
190734                   &__root_cimv2_CIM_UserContact,
190735                   &__root_cimv2_CIM_VideoBIOSElement,
190736                   &__root_cimv2_CIM_VideoBIOSFeature,
190737                   &__root_cimv2_CIM_VideoBIOSFeatureVideoBIOSElements,
190738                   &__root_cimv2_CIM_Zone,
190739                   &__root_cimv2_CIM_ZoneMembershipSettingData,
190740                   &__root_cimv2_CIM_ZoneSet,
190741 mike  1.1.2.1     &__root_cimv2_PRS_Activity,
190742                   &__root_cimv2_PRS_ActivityResource,
190743                   &__root_cimv2_PRS_ActivityTransaction,
190744                   &__root_cimv2_PRS_Address,
190745                   &__root_cimv2_PRS_AddressLocation,
190746                   &__root_cimv2_PRS_Administrative,
190747                   &__root_cimv2_PRS_AdministrativeRevision,
190748                   &__root_cimv2_PRS_Agreement,
190749                   &__root_cimv2_PRS_Attachment,
190750                   &__root_cimv2_PRS_Category,
190751                   &__root_cimv2_PRS_CategoryParentChild,
190752                   &__root_cimv2_PRS_Contact,
190753                   &__root_cimv2_PRS_ContactItem,
190754                   &__root_cimv2_PRS_ContactItemAddress,
190755                   &__root_cimv2_PRS_Expression,
190756                   &__root_cimv2_PRS_ExpressionLink,
190757                   &__root_cimv2_PRS_FeatureResource,
190758                   &__root_cimv2_PRS_Organization,
190759                   &__root_cimv2_PRS_Person,
190760                   &__root_cimv2_PRS_Problem,
190761                   &__root_cimv2_PRS_ProductAsset,
190762 mike  1.1.2.1     &__root_cimv2_PRS_Reference,
190763                   &__root_cimv2_PRS_Resolution,
190764                   &__root_cimv2_PRS_ResolutionResource,
190765                   &__root_cimv2_PRS_RevisionContact,
190766                   &__root_cimv2_PRS_ServiceActivity,
190767                   &__root_cimv2_PRS_ServiceAgreement,
190768                   &__root_cimv2_PRS_ServiceProblem,
190769                   &__root_cimv2_PRS_ServiceProvider,
190770                   &__root_cimv2_PRS_ServiceRequester,
190771                   &__root_cimv2_PRS_ServiceResolutionSolution,
190772                   &__root_cimv2_PRS_SolutionCategory,
190773                   &__root_cimv2_PRS_SolutionExpression,
190774                   &__root_cimv2_PRS_SolutionProblem,
190775                   &__root_cimv2_PRS_SolutionReference,
190776                   &__root_cimv2_PRS_SolutionResolution,
190777                   &__root_cimv2_CIM_AccessControlInformation,
190778                   &__root_cimv2_CIM_Account,
190779                   &__root_cimv2_CIM_AccountAuthentication,
190780                   &__root_cimv2_CIM_AccountIdentity,
190781                   &__root_cimv2_CIM_AccountMapsToAccount,
190782                   &__root_cimv2_CIM_ActsAsSpare,
190783 mike  1.1.2.1     &__root_cimv2_CIM_AdjacentSlots,
190784                   &__root_cimv2_CIM_AdministrativeDistance,
190785                   &__root_cimv2_CIM_AGPSoftwareFeature,
190786                   &__root_cimv2_CIM_AssociatedBlockStatisticsManifestCollection,
190787                   &__root_cimv2_CIM_AuthenticationRequirement,
190788                   &__root_cimv2_CIM_AuthenticationRule,
190789                   &__root_cimv2_CIM_AuthenticationTarget,
190790                   &__root_cimv2_CIM_AuthorizationSubject,
190791                   &__root_cimv2_CIM_AuthorizationTarget,
190792                   &__root_cimv2_CIM_BGPAttributes,
190793                   &__root_cimv2_CIM_BGPPathAttributes,
190794                   &__root_cimv2_CIM_BGPRouteMap,
190795                   &__root_cimv2_CIM_BGPRouteMapsInRoutingPolicy,
190796                   &__root_cimv2_CIM_BGPStatistics,
190797                   &__root_cimv2_CIM_BIOSElement,
190798                   &__root_cimv2_CIM_BIOSFeature,
190799                   &__root_cimv2_CIM_BIOSFeatureBIOSElements,
190800                   &__root_cimv2_CIM_BoundedPrioritySchedulingElement,
190801                   &__root_cimv2_CIM_Card,
190802                   &__root_cimv2_CIM_CardOnCard,
190803                   &__root_cimv2_CIM_Chassis,
190804 mike  1.1.2.1     &__root_cimv2_CIM_ChassisInRack,
190805                   &__root_cimv2_CIM_Chip,
190806                   &__root_cimv2_CIM_CollectedSoftwareElements,
190807                   &__root_cimv2_CIM_CollectedSoftwareFeatures,
190808                   &__root_cimv2_CIM_ConnectedTo,
190809                   &__root_cimv2_CIM_ConnectorOnPackage,
190810                   &__root_cimv2_CIM_CorrespondingSettingsRecord,
190811                   &__root_cimv2_CIM_DatabaseParameter,
190812                   &__root_cimv2_CIM_DatabaseSegmentSettingData,
190813                   &__root_cimv2_CIM_DataFile,
190814                   &__root_cimv2_CIM_DefaultSetting,
190815                   &__root_cimv2_CIM_DeviceFile,
190816                   &__root_cimv2_CIM_DiagnosticCompletionRecord,
190817                   &__root_cimv2_CIM_Directory,
190818                   &__root_cimv2_CIM_DirectoryContainsFile,
190819                   &__root_cimv2_CIM_Docked,
190820                   &__root_cimv2_CIM_DynamicForwardingEntry,
190821                   &__root_cimv2_CIM_ElementInPolicyRoleCollection,
190822                   &__root_cimv2_CIM_ElementSoftwareIdentity,
190823                   &__root_cimv2_CIM_EthernetPortStatistics,
190824                   &__root_cimv2_CIM_ExtraCapacityGroup,
190825 mike  1.1.2.1     &__root_cimv2_CIM_FCPortStatistics,
190826                   &__root_cimv2_CIM_FIFOPipeFile,
190827                   &__root_cimv2_CIM_FileIdentity,
190828                   &__root_cimv2_CIM_FileSystemSettingData,
190829                   &__root_cimv2_CIM_FilteredBGPAttributes,
190830                   &__root_cimv2_CIM_FilterEntryBase,
190831                   &__root_cimv2_CIM_FilterList,
190832                   &__root_cimv2_CIM_FilterListsInBGPRouteMap,
190833                   &__root_cimv2_CIM_FilterOfPacketCondition,
190834                   &__root_cimv2_CIM_FormattedIndicationSubscription,
190835                   &__root_cimv2_CIM_FRUIncludesSoftwareFeature,
190836                   &__root_cimv2_CIM_Hdr8021Filter,
190837                   &__root_cimv2_CIM_HomeForMedia,
190838                   &__root_cimv2_CIM_IKERule,
190839                   &__root_cimv2_CIM_IPHeadersFilter,
190840                   &__root_cimv2_CIM_IPRoute,
190841                   &__root_cimv2_CIM_IPsecRule,
190842                   &__root_cimv2_CIM_IPSOFilterEntry,
190843                   &__root_cimv2_CIM_IsSpare,
190844                   &__root_cimv2_CIM_J2eeConnectionStats,
190845                   &__root_cimv2_CIM_J2eeEJBStats,
190846 mike  1.1.2.1     &__root_cimv2_CIM_J2eeEntityBeanStats,
190847                   &__root_cimv2_CIM_J2eeJavaMailStats,
190848                   &__root_cimv2_CIM_J2eeJCAStats,
190849                   &__root_cimv2_CIM_J2eeJDBCStats,
190850                   &__root_cimv2_CIM_J2eeJMSConnectionStats,
190851                   &__root_cimv2_CIM_J2eeJMSEndpointStats,
190852                   &__root_cimv2_CIM_J2eeJMSProducerStats,
190853                   &__root_cimv2_CIM_J2eeJMSSessionStats,
190854                   &__root_cimv2_CIM_J2eeJMSStats,
190855                   &__root_cimv2_CIM_J2eeJTAStats,
190856                   &__root_cimv2_CIM_J2eeJVMStats,
190857                   &__root_cimv2_CIM_J2eeMessageDrivenBeanStats,
190858                   &__root_cimv2_CIM_J2eeServletStats,
190859                   &__root_cimv2_CIM_J2eeSessionBeanStats,
190860                   &__root_cimv2_CIM_J2eeStatefulSessionBeanStats,
190861                   &__root_cimv2_CIM_J2eeStatelessSessionBeanStats,
190862                   &__root_cimv2_CIM_Job,
190863                   &__root_cimv2_CIM_LinkHasConnector,
190864                   &__root_cimv2_CIM_ListsInRoutingPolicy,
190865                   &__root_cimv2_CIM_LogicalElementUnitOfWorkDef,
190866                   &__root_cimv2_CIM_Magazine,
190867 mike  1.1.2.1     &__root_cimv2_CIM_MediaPhysicalStatInfo,
190868                   &__root_cimv2_CIM_MoreOrganizationInfo,
190869                   &__root_cimv2_CIM_OwningJobElement,
190870                   &__root_cimv2_CIM_PackagedComponent,
190871                   &__root_cimv2_CIM_PackageInChassis,
190872                   &__root_cimv2_CIM_PackageInConnector,
190873                   &__root_cimv2_CIM_PackageInSlot,
190874                   &__root_cimv2_CIM_PeerIDPayloadFilterEntry,
190875                   &__root_cimv2_CIM_Person,
190876                   &__root_cimv2_CIM_PhysicalMediaInLocation,
190877                   &__root_cimv2_CIM_PhysicalMemory,
190878                   &__root_cimv2_CIM_PolicyActionInPolicyAction,
190879                   &__root_cimv2_CIM_PolicyActionInPolicyRule,
190880                   &__root_cimv2_CIM_PolicyConditionInPolicyRule,
190881                   &__root_cimv2_CIM_PreambleFilter,
190882                   &__root_cimv2_CIM_PrintJob,
190883                   &__root_cimv2_CIM_PrintJobFile,
190884                   &__root_cimv2_CIM_ProductSoftwareComponent,
190885                   &__root_cimv2_CIM_ProductSoftwareFeatures,
190886                   &__root_cimv2_CIM_RedundancyComponent,
190887                   &__root_cimv2_CIM_SAProposal,
190888 mike  1.1.2.1     &__root_cimv2_CIM_SATransform,
190889                   &__root_cimv2_CIM_ScopedSetting,
190890                   &__root_cimv2_CIM_SlotInSlot,
190891                   &__root_cimv2_CIM_SNMPDatabaseParameter,
190892                   &__root_cimv2_CIM_StartedUoW,
190893                   &__root_cimv2_CIM_SubUoWDef,
190894                   &__root_cimv2_CIM_SystemBusCard,
190895                   &__root_cimv2_CIM_TransformOfPreconfiguredAction,
190896                   &__root_cimv2_CIM_UnixDeviceFile,
190897                   &__root_cimv2_CIM_UnixDirectory,
190898                   &__root_cimv2_CIM_UsersAccount,
190899                   &__root_cimv2_CIM_X509CredentialFilterEntry,
190900                   &__root_cimv2_PRS_ActivityContact,
190901                   &__root_cimv2_PRS_AdminAssociation,
190902                   &__root_cimv2_PRS_AdministrativeContact,
190903                   &__root_cimv2_PRS_Attached,
190904                   &__root_cimv2_PRS_Categorization,
190905                   &__root_cimv2_PRS_ContactContactItem,
190906                   &__root_cimv2_PRS_ContactOrganization,
190907                   &__root_cimv2_PRS_ContactPerson,
190908                   &__root_cimv2_CIM_AffectedJobElement,
190909 mike  1.1.2.1     &__root_cimv2_CIM_AHTransform,
190910                   &__root_cimv2_CIM_BGPIPRoute,
190911                   &__root_cimv2_CIM_BGPPeerUsesRouteMap,
190912                   &__root_cimv2_CIM_CardInSlot,
190913                   &__root_cimv2_CIM_ConcreteJob,
190914                   &__root_cimv2_CIM_ContainedProposal,
190915                   &__root_cimv2_CIM_EnabledLogicalElement,
190916                   &__root_cimv2_CIM_EntriesInFilterList,
190917                   &__root_cimv2_CIM_ESPTransform,
190918                   &__root_cimv2_CIM_FileSystem,
190919                   &__root_cimv2_CIM_FilterEntry,
190920                   &__root_cimv2_CIM_IKEProposal,
190921                   &__root_cimv2_CIM_IPCOMPTransform,
190922                   &__root_cimv2_CIM_IPsecProposal,
190923                   &__root_cimv2_CIM_J2eeConnectionPoolStats,
190924                   &__root_cimv2_CIM_J2eeJCAConnectionFactory,
190925                   &__root_cimv2_CIM_J2eeJCAConnectionPools,
190926                   &__root_cimv2_CIM_J2eeJCAManagedConnectionFactory,
190927                   &__root_cimv2_CIM_J2eeJCANonpooledConnections,
190928                   &__root_cimv2_CIM_J2eeJDBCConnectionPools,
190929                   &__root_cimv2_CIM_J2eeJDBCDataSource,
190930 mike  1.1.2.1     &__root_cimv2_CIM_J2eeJDBCDriver,
190931                   &__root_cimv2_CIM_J2eeJDBCNonpooledConnections,
190932                   &__root_cimv2_CIM_J2eeJMSConnectionSessions,
190933                   &__root_cimv2_CIM_J2eeJMSConsumerStats,
190934                   &__root_cimv2_CIM_J2eeJMSSessionConsumers,
190935                   &__root_cimv2_CIM_J2eeJMSSessionProducers,
190936                   &__root_cimv2_CIM_J2eeJMSStatConnections,
190937                   &__root_cimv2_CIM_J2eeJVM,
190938                   &__root_cimv2_CIM_J2eeManagedObject,
190939                   &__root_cimv2_CIM_JobDestination,
190940                   &__root_cimv2_CIM_JobDestinationJobs,
190941                   &__root_cimv2_CIM_LocalFileSystem,
190942                   &__root_cimv2_CIM_Log,
190943                   &__root_cimv2_CIM_LogicalDevice,
190944                   &__root_cimv2_CIM_LogicalModule,
190945                   &__root_cimv2_CIM_LogicalPort,
190946                   &__root_cimv2_CIM_LogManagesRecord,
190947                   &__root_cimv2_CIM_MediaAccessDevice,
190948                   &__root_cimv2_CIM_MediaTransferDevice,
190949                   &__root_cimv2_CIM_MemoryOnCard,
190950                   &__root_cimv2_CIM_MemoryWithMedia,
190951 mike  1.1.2.1     &__root_cimv2_CIM_MessageLog,
190952                   &__root_cimv2_CIM_Modem,
190953                   &__root_cimv2_CIM_MorePersonInfo,
190954                   &__root_cimv2_CIM_Mount,
190955                   &__root_cimv2_CIM_NetworkAdapter,
190956                   &__root_cimv2_CIM_NetworkAdapterRedundancyComponent,
190957                   &__root_cimv2_CIM_NetworkPipe,
190958                   &__root_cimv2_CIM_NetworkPipeComposition,
190959                   &__root_cimv2_CIM_NetworkPort,
190960                   &__root_cimv2_CIM_NetworkVirtualAdapter,
190961                   &__root_cimv2_CIM_OperatingSystem,
190962                   &__root_cimv2_CIM_OperatingSystemSoftwareFeature,
190963                   &__root_cimv2_CIM_PackageDependency,
190964                   &__root_cimv2_CIM_PacketConditionInSARule,
190965                   &__root_cimv2_CIM_PickerElement,
190966                   &__root_cimv2_CIM_PortActiveConnection,
190967                   &__root_cimv2_CIM_PortOnDevice,
190968                   &__root_cimv2_CIM_PowerSupply,
190969                   &__root_cimv2_CIM_Printer,
190970                   &__root_cimv2_CIM_PrinterServicingJob,
190971                   &__root_cimv2_CIM_PrintQueue,
190972 mike  1.1.2.1     &__root_cimv2_CIM_Process,
190973                   &__root_cimv2_CIM_ProcessExecutable,
190974                   &__root_cimv2_CIM_ProcessOfJob,
190975                   &__root_cimv2_CIM_Processor,
190976                   &__root_cimv2_CIM_ProtocolController,
190977                   &__root_cimv2_CIM_ProtocolControllerForDevice,
190978                   &__root_cimv2_CIM_ProtocolControllerForPort,
190979                   &__root_cimv2_CIM_ProtocolControllerForUnit,
190980                   &__root_cimv2_CIM_Realizes,
190981                   &__root_cimv2_CIM_RecordInLog,
190982                   &__root_cimv2_CIM_RecordLog,
190983                   &__root_cimv2_CIM_RemoteFileSystem,
190984                   &__root_cimv2_CIM_Scanner,
190985                   &__root_cimv2_CIM_SCSIProtocolController,
190986                   &__root_cimv2_CIM_Sensor,
190987                   &__root_cimv2_CIM_Service,
190988                   &__root_cimv2_CIM_ServiceAccessPoint,
190989                   &__root_cimv2_CIM_ServiceAccessURI,
190990                   &__root_cimv2_CIM_ServiceAffectsElement,
190991                   &__root_cimv2_CIM_ServiceAvailableToElement,
190992                   &__root_cimv2_CIM_ServiceComponent,
190993 mike  1.1.2.1     &__root_cimv2_CIM_ServiceProcess,
190994                   &__root_cimv2_CIM_ServiceSAPDependency,
190995                   &__root_cimv2_CIM_ServiceStatistics,
190996                   &__root_cimv2_CIM_SNMPCommunityString,
190997                   &__root_cimv2_CIM_SNMPService,
190998                   &__root_cimv2_CIM_SoftwareElementSAPImplementation,
190999                   &__root_cimv2_CIM_SoftwareElementServiceImplementation,
191000                   &__root_cimv2_CIM_SoftwareFeatureSAPImplementation,
191001                   &__root_cimv2_CIM_SoftwareFeatureServiceImplementation,
191002                   &__root_cimv2_CIM_StatisticsService,
191003                   &__root_cimv2_CIM_StorageExtent,
191004                   &__root_cimv2_CIM_StoragePool,
191005                   &__root_cimv2_CIM_StorageVolume,
191006                   &__root_cimv2_CIM_SuppliesPower,
191007                   &__root_cimv2_CIM_System,
191008                   &__root_cimv2_CIM_SystemAdministrator,
191009                   &__root_cimv2_CIM_SystemAdministratorGroup,
191010                   &__root_cimv2_CIM_SystemAdministratorRole,
191011                   &__root_cimv2_CIM_SystemComponent,
191012                   &__root_cimv2_CIM_SystemDevice,
191013                   &__root_cimv2_CIM_SystemPackaging,
191014 mike  1.1.2.1     &__root_cimv2_CIM_SystemResource,
191015                   &__root_cimv2_CIM_SystemStatistics,
191016                   &__root_cimv2_CIM_TapeDrive,
191017                   &__root_cimv2_CIM_Thread,
191018                   &__root_cimv2_CIM_TokenRingAdapter,
191019                   &__root_cimv2_CIM_TokenRingPort,
191020                   &__root_cimv2_CIM_UninterruptiblePowerSupply,
191021                   &__root_cimv2_CIM_UnixLocalFileSystem,
191022                   &__root_cimv2_CIM_UnixProcess,
191023                   &__root_cimv2_CIM_UnixProcessStatistics,
191024                   &__root_cimv2_CIM_UnixThread,
191025                   &__root_cimv2_CIM_USBDevice,
191026                   &__root_cimv2_CIM_USBHub,
191027                   &__root_cimv2_CIM_USBPort,
191028                   &__root_cimv2_CIM_USBPortOnHub,
191029                   &__root_cimv2_CIM_UseOfLog,
191030                   &__root_cimv2_CIM_UseOfMessageLog,
191031                   &__root_cimv2_CIM_UserDevice,
191032                   &__root_cimv2_CIM_VLAN,
191033                   &__root_cimv2_CIM_VLANService,
191034                   &__root_cimv2_CIM_VolumeSet,
191035 mike  1.1.2.1     &__root_cimv2_CIM_WakeUpService,
191036                   &__root_cimv2_CIM_Watchdog,
191037                   &__root_cimv2_CIM_WBEMService,
191038                   &__root_cimv2_CIM_WORMDrive,
191039                   &__root_cimv2_CIM_ZoneService,
191040                   &__root_cimv2_PRS_SISService,
191041                   &__root_cimv2_CIM_AccountOnSystem,
191042                   &__root_cimv2_CIM_AdapterActiveConnection,
191043                   &__root_cimv2_CIM_AdminDomain,
191044                   &__root_cimv2_CIM_AggregatePExtent,
191045                   &__root_cimv2_CIM_AggregatePSExtent,
191046                   &__root_cimv2_CIM_AlarmDevice,
191047                   &__root_cimv2_CIM_AllocatedFromStoragePool,
191048                   &__root_cimv2_CIM_AllocatedResource,
191049                   &__root_cimv2_CIM_ApplicationSystem,
191050                   &__root_cimv2_CIM_ApplicationSystemDependency,
191051                   &__root_cimv2_CIM_ApplicationSystemDirectory,
191052                   &__root_cimv2_CIM_ApplicationSystemHierarchy,
191053                   &__root_cimv2_CIM_ApplicationSystemSoftwareFeature,
191054                   &__root_cimv2_CIM_AssociatedAlarm,
191055                   &__root_cimv2_CIM_AssociatedAppSystemOverviewStatistics,
191056 mike  1.1.2.1     &__root_cimv2_CIM_AssociatedProtocolController,
191057                   &__root_cimv2_CIM_AssociatedSensor,
191058                   &__root_cimv2_CIM_AutonomousSystem,
191059                   &__root_cimv2_CIM_BasedOn,
191060                   &__root_cimv2_CIM_Battery,
191061                   &__root_cimv2_CIM_BGPAttributesForRoute,
191062                   &__root_cimv2_CIM_BGPClustersInAS,
191063                   &__root_cimv2_CIM_BinarySensor,
191064                   &__root_cimv2_CIM_BlockStatisticsService,
191065                   &__root_cimv2_CIM_BootOSFromFS,
191066                   &__root_cimv2_CIM_BootSAP,
191067                   &__root_cimv2_CIM_BootService,
191068                   &__root_cimv2_CIM_CallBasedModem,
191069                   &__root_cimv2_CIM_CDROMDrive,
191070                   &__root_cimv2_CIM_ChangerDevice,
191071                   &__root_cimv2_CIM_ClusteringSAP,
191072                   &__root_cimv2_CIM_CollectionInSystem,
191073                   &__root_cimv2_CIM_CommonDatabase,
191074                   &__root_cimv2_CIM_CompositeExtent,
191075                   &__root_cimv2_CIM_CompositeExtentBasedOn,
191076                   &__root_cimv2_CIM_ComputerSystem,
191077 mike  1.1.2.1     &__root_cimv2_CIM_ComputerSystemPackage,
191078                   &__root_cimv2_CIM_ConditioningService,
191079                   &__root_cimv2_CIM_Confederation,
191080                   &__root_cimv2_CIM_ConfigurationForSystem,
191081                   &__root_cimv2_CIM_ConfigurationReportingService,
191082                   &__root_cimv2_CIM_ConnectionBasedModem,
191083                   &__root_cimv2_CIM_ContainedDomain,
191084                   &__root_cimv2_CIM_ContainedTransform,
191085                   &__root_cimv2_CIM_Controller,
191086                   &__root_cimv2_CIM_ControllerConfigurationService,
191087                   &__root_cimv2_CIM_CoolingDevice,
191088                   &__root_cimv2_CIM_CredentialManagementSAP,
191089                   &__root_cimv2_CIM_DatabaseAdministrator,
191090                   &__root_cimv2_CIM_DatabaseControlFile,
191091                   &__root_cimv2_CIM_DatabaseFile,
191092                   &__root_cimv2_CIM_DatabaseSegment,
191093                   &__root_cimv2_CIM_DatabaseService,
191094                   &__root_cimv2_CIM_DatabaseStorageArea,
191095                   &__root_cimv2_CIM_DatabaseSystem,
191096                   &__root_cimv2_CIM_DeviceAccessedByFile,
191097                   &__root_cimv2_CIM_DeviceConnection,
191098 mike  1.1.2.1     &__root_cimv2_CIM_DeviceIdentity,
191099                   &__root_cimv2_CIM_DeviceSAPImplementation,
191100                   &__root_cimv2_CIM_DeviceServiceImplementation,
191101                   &__root_cimv2_CIM_DeviceServicesLocation,
191102                   &__root_cimv2_CIM_DeviceSoftware,
191103                   &__root_cimv2_CIM_DeviceStatistics,
191104                   &__root_cimv2_CIM_DiagnosticService,
191105                   &__root_cimv2_CIM_DiagnosticsLog,
191106                   &__root_cimv2_CIM_DiagnosticTest,
191107                   &__root_cimv2_CIM_DiagnosticTestInPackage,
191108                   &__root_cimv2_CIM_DiagnosticTestSoftware,
191109                   &__root_cimv2_CIM_DiscreteSensor,
191110                   &__root_cimv2_CIM_DiskDrive,
191111                   &__root_cimv2_CIM_DisketteDrive,
191112                   &__root_cimv2_CIM_Display,
191113                   &__root_cimv2_CIM_DMA,
191114                   &__root_cimv2_CIM_Door,
191115                   &__root_cimv2_CIM_DoorAccessToDevice,
191116                   &__root_cimv2_CIM_DoorAccessToPhysicalElement,
191117                   &__root_cimv2_CIM_DriveInDiskGroup,
191118                   &__root_cimv2_CIM_DropperService,
191119 mike  1.1.2.1     &__root_cimv2_CIM_DropThresholdCalculationService,
191120                   &__root_cimv2_CIM_DSLModem,
191121                   &__root_cimv2_CIM_DVDDrive,
191122                   &__root_cimv2_CIM_ErrorCountersForDevice,
191123                   &__root_cimv2_CIM_ESCONController,
191124                   &__root_cimv2_CIM_EthernetAdapter,
191125                   &__root_cimv2_CIM_EthernetPort,
191126                   &__root_cimv2_CIM_Export,
191127                   &__root_cimv2_CIM_ExtentInDiskGroup,
191128                   &__root_cimv2_CIM_ExtentRedundancyComponent,
191129                   &__root_cimv2_CIM_Fan,
191130                   &__root_cimv2_CIM_FCPort,
191131                   &__root_cimv2_CIM_FibreChannelAdapter,
191132                   &__root_cimv2_CIM_FibrePort,
191133                   &__root_cimv2_CIM_FibrePortActiveLogin,
191134                   &__root_cimv2_CIM_FibrePortOnFCAdapter,
191135                   &__root_cimv2_CIM_FibreProtocolService,
191136                   &__root_cimv2_CIM_FileStorage,
191137                   &__root_cimv2_CIM_FilterEntryInSystem,
191138                   &__root_cimv2_CIM_FilterListInSystem,
191139                   &__root_cimv2_CIM_FlatPanel,
191140 mike  1.1.2.1     &__root_cimv2_CIM_HDSLModem,
191141                   &__root_cimv2_CIM_HeadTailDropper,
191142                   &__root_cimv2_CIM_HeatPipe,
191143                   &__root_cimv2_CIM_HelpService,
191144                   &__root_cimv2_CIM_HelpServiceAvailableToFile,
191145                   &__root_cimv2_CIM_HostedAccessPoint,
191146                   &__root_cimv2_CIM_HostedACI,
191147                   &__root_cimv2_CIM_HostedAdminDistance,
191148                   &__root_cimv2_CIM_HostedAuthenticationRequirement,
191149                   &__root_cimv2_CIM_HostedBGPAttributes,
191150                   &__root_cimv2_CIM_HostedBGPPeerGroup,
191151                   &__root_cimv2_CIM_HostedBGPRouteMap,
191152                   &__root_cimv2_CIM_HostedBootSAP,
191153                   &__root_cimv2_CIM_HostedClusterSAP,
191154                   &__root_cimv2_CIM_HostedCollection,
191155                   &__root_cimv2_CIM_HostedFileSystem,
191156                   &__root_cimv2_CIM_HostedFilterEntryBase,
191157                   &__root_cimv2_CIM_HostedFilterList,
191158                   &__root_cimv2_CIM_HostedJobDestination,
191159                   &__root_cimv2_CIM_HostedRoute,
191160                   &__root_cimv2_CIM_HostedRoutingPolicy,
191161 mike  1.1.2.1     &__root_cimv2_CIM_HostedService,
191162                   &__root_cimv2_CIM_HostedStoragePool,
191163                   &__root_cimv2_CIM_IBSubnetManager,
191164                   &__root_cimv2_CIM_IDEController,
191165                   &__root_cimv2_CIM_IdentificationOfManagedSystem,
191166                   &__root_cimv2_CIM_InBGPPeerGroup,
191167                   &__root_cimv2_CIM_InfraredController,
191168                   &__root_cimv2_CIM_InstalledOS,
191169                   &__root_cimv2_CIM_InstalledSoftwareElement,
191170                   &__root_cimv2_CIM_InstalledSoftwareIdentity,
191171                   &__root_cimv2_CIM_InterLibraryPort,
191172                   &__root_cimv2_CIM_IPsecPolicyForSystem,
191173                   &__root_cimv2_CIM_IRQ,
191174                   &__root_cimv2_CIM_iSCSIConnection,
191175                   &__root_cimv2_CIM_iSCSISession,
191176                   &__root_cimv2_CIM_ISDNModem,
191177                   &__root_cimv2_CIM_J2eeApplication,
191178                   &__root_cimv2_CIM_J2eeDeployedObject,
191179                   &__root_cimv2_CIM_J2eeDomain,
191180                   &__root_cimv2_CIM_J2eeEJB,
191181                   &__root_cimv2_CIM_J2eeEntityBean,
191182 mike  1.1.2.1     &__root_cimv2_CIM_J2eeJCAConnectionFactoryManagedConnectionFactory,
191183                   &__root_cimv2_CIM_J2eeJDBCDataSourceDriver,
191184                   &__root_cimv2_CIM_J2eeMessageDrivenBean,
191185                   &__root_cimv2_CIM_J2eeModule,
191186                   &__root_cimv2_CIM_J2eeModuleUsesJVM,
191187                   &__root_cimv2_CIM_J2eeResource,
191188                   &__root_cimv2_CIM_J2eeResourceAdapter,
191189                   &__root_cimv2_CIM_J2eeResourceAdapterModule,
191190                   &__root_cimv2_CIM_J2eeRMI_IIOPResource,
191191                   &__root_cimv2_CIM_J2eeServer,
191192                   &__root_cimv2_CIM_J2eeServerInDomain,
191193                   &__root_cimv2_CIM_J2eeServerUsesJVM,
191194                   &__root_cimv2_CIM_J2eeServlet,
191195                   &__root_cimv2_CIM_J2eeSessionBean,
191196                   &__root_cimv2_CIM_J2eeStatefulSessionBean,
191197                   &__root_cimv2_CIM_J2eeStatelessSessionBean,
191198                   &__root_cimv2_CIM_J2eeURLResource,
191199                   &__root_cimv2_CIM_J2eeWebModule,
191200                   &__root_cimv2_CIM_Keyboard,
191201                   &__root_cimv2_CIM_LabelReader,
191202                   &__root_cimv2_CIM_LibraryExchange,
191203 mike  1.1.2.1     &__root_cimv2_CIM_LimitedAccessPort,
191204                   &__root_cimv2_CIM_LogicalDisk,
191205                   &__root_cimv2_CIM_LogicalDiskBasedOnExtent,
191206                   &__root_cimv2_CIM_LogicalDiskBasedOnVolume,
191207                   &__root_cimv2_CIM_LogicalDiskBasedOnVolumeSet,
191208                   &__root_cimv2_CIM_LogInDataFile,
191209                   &__root_cimv2_CIM_LogInDeviceFile,
191210                   &__root_cimv2_CIM_LogInStorage,
191211                   &__root_cimv2_CIM_MagnetoOpticalDrive,
191212                   &__root_cimv2_CIM_ManagementController,
191213                   &__root_cimv2_CIM_MarkerService,
191214                   &__root_cimv2_CIM_MediaPartition,
191215                   &__root_cimv2_CIM_MediaPresent,
191216                   &__root_cimv2_CIM_Memory,
191217                   &__root_cimv2_CIM_MemoryMappedIO,
191218                   &__root_cimv2_CIM_MemoryResource,
191219                   &__root_cimv2_CIM_MeterService,
191220                   &__root_cimv2_CIM_ModulePort,
191221                   &__root_cimv2_CIM_MultiStateSensor,
191222                   &__root_cimv2_CIM_Network,
191223                   &__root_cimv2_CIM_NetworkService,
191224 mike  1.1.2.1     &__root_cimv2_CIM_NetworkServicesInAdminDomain,
191225                   &__root_cimv2_CIM_NetworksInAdminDomain,
191226                   &__root_cimv2_CIM_NextService,
191227                   &__root_cimv2_CIM_NextServiceAfterMeter,
191228                   &__root_cimv2_CIM_NFS,
191229                   &__root_cimv2_CIM_NonVolatileStorage,
191230                   &__root_cimv2_CIM_NumericSensor,
191231                   &__root_cimv2_CIM_ObjectManager,
191232                   &__root_cimv2_CIM_ObjectManagerAdapter,
191233                   &__root_cimv2_CIM_ObjectManagerCommunicationMechanism,
191234                   &__root_cimv2_CIM_OOBAlertService,
191235                   &__root_cimv2_CIM_OOBAlertServiceOnModem,
191236                   &__root_cimv2_CIM_OOBAlertServiceOnNetworkAdapter,
191237                   &__root_cimv2_CIM_OOBAlertServiceOnNetworkPort,
191238                   &__root_cimv2_CIM_OperationLog,
191239                   &__root_cimv2_CIM_OSProcess,
191240                   &__root_cimv2_CIM_OwningPrintQueue,
191241                   &__root_cimv2_CIM_PackageAlarm,
191242                   &__root_cimv2_CIM_PackageCooling,
191243                   &__root_cimv2_CIM_PacketSchedulingService,
191244                   &__root_cimv2_CIM_ParallelController,
191245 mike  1.1.2.1     &__root_cimv2_CIM_PCIController,
191246                   &__root_cimv2_CIM_PCIDevice,
191247                   &__root_cimv2_CIM_PCMCIAController,
191248                   &__root_cimv2_CIM_PhysicalExtent,
191249                   &__root_cimv2_CIM_PickerForChanger,
191250                   &__root_cimv2_CIM_PointingDevice,
191251                   &__root_cimv2_CIM_PolicyInSystem,
191252                   &__root_cimv2_CIM_PolicyRepository,
191253                   &__root_cimv2_CIM_PolicyRepositoryInPolicyRepository,
191254                   &__root_cimv2_CIM_PolicyRoleCollectionInSystem,
191255                   &__root_cimv2_CIM_PolicySetInSystem,
191256                   &__root_cimv2_CIM_PortController,
191257                   &__root_cimv2_CIM_PortResource,
191258                   &__root_cimv2_CIM_POTSModem,
191259                   &__root_cimv2_CIM_PowerManagementService,
191260                   &__root_cimv2_CIM_PreambleMarkerService,
191261                   &__root_cimv2_CIM_PrinterServicingQueue,
191262                   &__root_cimv2_CIM_PrintSAP,
191263                   &__root_cimv2_CIM_PrintService,
191264                   &__root_cimv2_CIM_Priority8021QMarkerService,
191265                   &__root_cimv2_CIM_ProcessThread,
191266 mike  1.1.2.1     &__root_cimv2_CIM_ProductServiceComponent,
191267                   &__root_cimv2_CIM_ProtectedExtentBasedOn,
191268                   &__root_cimv2_CIM_ProtectedSpaceExtent,
191269                   &__root_cimv2_CIM_ProtocolAdapter,
191270                   &__root_cimv2_CIM_ProtocolControllerAccessesUnit,
191271                   &__root_cimv2_CIM_ProtocolEndpoint,
191272                   &__root_cimv2_CIM_ProvidesServiceToElement,
191273                   &__root_cimv2_CIM_PSExtentBasedOnPExtent,
191274                   &__root_cimv2_CIM_QoSService,
191275                   &__root_cimv2_CIM_QoSSubService,
191276                   &__root_cimv2_CIM_QueueForPrintService,
191277                   &__root_cimv2_CIM_QueueForwardsToPrintSAP,
191278                   &__root_cimv2_CIM_QueuingService,
191279                   &__root_cimv2_CIM_RealizesExtent,
191280                   &__root_cimv2_CIM_RealizesPExtent,
191281                   &__root_cimv2_CIM_REDDropperService,
191282                   &__root_cimv2_CIM_Refrigeration,
191283                   &__root_cimv2_CIM_RemoteServiceAccessPoint,
191284                   &__root_cimv2_CIM_ResidesOnExtent,
191285                   &__root_cimv2_CIM_ResourceOfSystem,
191286                   &__root_cimv2_CIM_ReusablePolicyContainer,
191287 mike  1.1.2.1     &__root_cimv2_CIM_RouteCalculationService,
191288                   &__root_cimv2_CIM_RoutersInAS,
191289                   &__root_cimv2_CIM_RoutersInBGPCluster,
191290                   &__root_cimv2_CIM_RouteUsesEndpoint,
191291                   &__root_cimv2_CIM_RoutingProtocolDomain,
191292                   &__root_cimv2_CIM_RoutingProtocolDomainInAS,
191293                   &__root_cimv2_CIM_RunningOS,
191294                   &__root_cimv2_CIM_SAPAvailableForElement,
191295                   &__root_cimv2_CIM_SAPSAPDependency,
191296                   &__root_cimv2_CIM_SAPStatistics,
191297                   &__root_cimv2_CIM_SchedulingServiceToSchedule,
191298                   &__root_cimv2_CIM_SCSIController,
191299                   &__root_cimv2_CIM_SCSIProtocolEndpoint,
191300                   &__root_cimv2_CIM_SDSLModem,
191301                   &__root_cimv2_CIM_SecurityAssociationEndpoint,
191302                   &__root_cimv2_CIM_SecurityService,
191303                   &__root_cimv2_CIM_SecurityServiceForSystem,
191304                   &__root_cimv2_CIM_SecurityServiceUsesAccount,
191305                   &__root_cimv2_CIM_SerialController,
191306                   &__root_cimv2_CIM_ServiceAccessBySAP,
191307                   &__root_cimv2_CIM_ServiceAvailableToDatabase,
191308 mike  1.1.2.1     &__root_cimv2_CIM_ServiceServiceDependency,
191309                   &__root_cimv2_CIM_ServiceUsesSecurityService,
191310                   &__root_cimv2_CIM_SettingForSystem,
191311                   &__root_cimv2_CIM_Snapshot,
191312                   &__root_cimv2_CIM_SnapshotOfExtent,
191313                   &__root_cimv2_CIM_Specific802dot1QVLANService,
191314                   &__root_cimv2_CIM_SSAController,
191315                   &__root_cimv2_CIM_StorageConfigurationService,
191316                   &__root_cimv2_CIM_StorageDefect,
191317                   &__root_cimv2_CIM_StorageLibrary,
191318                   &__root_cimv2_CIM_SwitchPort,
191319                   &__root_cimv2_CIM_SwitchPortDynamicForwarding,
191320                   &__root_cimv2_CIM_SwitchPortPair,
191321                   &__root_cimv2_CIM_SwitchPortStaticForwarding,
191322                   &__root_cimv2_CIM_SystemBIOS,
191323                   &__root_cimv2_CIM_Tachometer,
191324                   &__root_cimv2_CIM_TapePartition,
191325                   &__root_cimv2_CIM_TapePartitionOnSurface,
191326                   &__root_cimv2_CIM_TCPProtocolEndpoint,
191327                   &__root_cimv2_CIM_TemperatureSensor,
191328                   &__root_cimv2_CIM_TokenBucketMeterService,
191329 mike  1.1.2.1     &__root_cimv2_CIM_ToSMarkerService,
191330                   &__root_cimv2_CIM_TrapSourceForSNMPService,
191331                   &__root_cimv2_CIM_UDPProtocolEndpoint,
191332                   &__root_cimv2_CIM_Unimodem,
191333                   &__root_cimv2_CIM_UnitaryComputerSystem,
191334                   &__root_cimv2_CIM_USBConnection,
191335                   &__root_cimv2_CIM_USBController,
191336                   &__root_cimv2_CIM_VDSLModem,
191337                   &__root_cimv2_CIM_VideoController,
191338                   &__root_cimv2_CIM_VideoSetting,
191339                   &__root_cimv2_CIM_VirtualComputerSystem,
191340                   &__root_cimv2_CIM_VLANFor,
191341                   &__root_cimv2_CIM_VolatileStorage,
191342                   &__root_cimv2_CIM_VoltageSensor,
191343                   &__root_cimv2_CIM_VolumeSetBasedOnPSExtent,
191344                   &__root_cimv2_CIM_WakeUpServiceOnModem,
191345                   &__root_cimv2_CIM_WakeUpServiceOnNetworkAdapter,
191346                   &__root_cimv2_CIM_WakeUpServiceOnNetworkPort,
191347                   &__root_cimv2_CIM_WeightedREDDropperService,
191348                   &__root_cimv2_CIM_AccountManagementService,
191349                   &__root_cimv2_CIM_Action,
191350 mike  1.1.2.1     &__root_cimv2_CIM_ActionSequence,
191351                   &__root_cimv2_CIM_ActiveConnection,
191352                   &__root_cimv2_CIM_ADSLModem,
191353                   &__root_cimv2_CIM_AggregatePSExtentBasedOnAggregatePExtent,
191354                   &__root_cimv2_CIM_AggregatePSExtentBasedOnPExtent,
191355                   &__root_cimv2_CIM_AggregateRedundancyComponent,
191356                   &__root_cimv2_CIM_AGPVideoController,
191357                   &__root_cimv2_CIM_AllocatedDMA,
191358                   &__root_cimv2_CIM_AssociatedBattery,
191359                   &__root_cimv2_CIM_AssociatedCooling,
191360                   &__root_cimv2_CIM_AssociatedDatabaseSystem,
191361                   &__root_cimv2_CIM_AssociatedLabelReader,
191362                   &__root_cimv2_CIM_AssociatedMemory,
191363                   &__root_cimv2_CIM_AssociatedNextHop,
191364                   &__root_cimv2_CIM_AssociatedProcessorMemory,
191365                   &__root_cimv2_CIM_AssociatedSupplyVoltageSensor,
191366                   &__root_cimv2_CIM_AuthenticationService,
191367                   &__root_cimv2_CIM_AuthorizationService,
191368                   &__root_cimv2_CIM_AuthorizedUse,
191369                   &__root_cimv2_CIM_AvailableDiagnosticService,
191370                   &__root_cimv2_CIM_AverageRateMeterService,
191371 mike  1.1.2.1     &__root_cimv2_CIM_BGPProtocolEndpoint,
191372                   &__root_cimv2_CIM_BGPService,
191373                   &__root_cimv2_CIM_BGPServiceAttributes,
191374                   &__root_cimv2_CIM_BGPServiceStatistics,
191375                   &__root_cimv2_CIM_BindsTo,
191376                   &__root_cimv2_CIM_BIOSLoadedInNV,
191377                   &__root_cimv2_CIM_BootServiceAccessBySAP,
191378                   &__root_cimv2_CIM_CableModem,
191379                   &__root_cimv2_CIM_CacheMemory,
191380                   &__root_cimv2_CIM_CalculatedRoutes,
191381                   &__root_cimv2_CIM_CalculatesAmong,
191382                   &__root_cimv2_CIM_CalculationBasedOnQueue,
191383                   &__root_cimv2_CIM_CalculationServiceForDropper,
191384                   &__root_cimv2_CIM_Check,
191385                   &__root_cimv2_CIM_CIMXMLCommunicationMechanism,
191386                   &__root_cimv2_CIM_ClassifierService,
191387                   &__root_cimv2_CIM_Cluster,
191388                   &__root_cimv2_CIM_ClusteringService,
191389                   &__root_cimv2_CIM_ClusterServiceAccessBySAP,
191390                   &__root_cimv2_CIM_CollectionOfSensors,
191391                   &__root_cimv2_CIM_CommMechanismForAdapter,
191392 mike  1.1.2.1     &__root_cimv2_CIM_CommMechanismForManager,
191393                   &__root_cimv2_CIM_CommMechanismForObjectManagerAdapter,
191394                   &__root_cimv2_CIM_ComponentCS,
191395                   &__root_cimv2_CIM_ComputerSystemMemory,
191396                   &__root_cimv2_CIM_ComputerSystemProcessor,
191397                   &__root_cimv2_CIM_ComputerSystemResource,
191398                   &__root_cimv2_CIM_ConditioningServiceOnEndpoint,
191399                   &__root_cimv2_CIM_ControlledBy,
191400                   &__root_cimv2_CIM_CredentialManagementService,
191401                   &__root_cimv2_CIM_CurrentSensor,
191402                   &__root_cimv2_CIM_DatabaseStorage,
191403                   &__root_cimv2_CIM_DesktopMonitor,
191404                   &__root_cimv2_CIM_DiagnosticResultForTest,
191405                   &__root_cimv2_CIM_DiagnosticSettingForTest,
191406                   &__root_cimv2_CIM_DiagnosticTestForMSE,
191407                   &__root_cimv2_CIM_DiffServService,
191408                   &__root_cimv2_CIM_DirectoryAction,
191409                   &__root_cimv2_CIM_DirectorySpecification,
191410                   &__root_cimv2_CIM_DiskPartition,
191411                   &__root_cimv2_CIM_DiskPartitionBasedOnVolume,
191412                   &__root_cimv2_CIM_DiskSpaceCheck,
191413 mike  1.1.2.1     &__root_cimv2_CIM_DSCPMarkerService,
191414                   &__root_cimv2_CIM_EFService,
191415                   &__root_cimv2_CIM_EGPRouteCalcDependency,
191416                   &__root_cimv2_CIM_EgressConditioningServiceOnEndpoint,
191417                   &__root_cimv2_CIM_ElementInSchedulingService,
191418                   &__root_cimv2_CIM_EndpointIdentity,
191419                   &__root_cimv2_CIM_EndpointOfNetworkPipe,
191420                   &__root_cimv2_CIM_EWMAMeterService,
191421                   &__root_cimv2_CIM_ExecuteProgram,
191422                   &__root_cimv2_CIM_FileAction,
191423                   &__root_cimv2_CIM_FileSpecification,
191424                   &__root_cimv2_CIM_FilterOfSecurityAssociation,
191425                   &__root_cimv2_CIM_FlowService,
191426                   &__root_cimv2_CIM_ForwardingService,
191427                   &__root_cimv2_CIM_ForwardsAmong,
191428                   &__root_cimv2_CIM_FromDirectoryAction,
191429                   &__root_cimv2_CIM_FromDirectorySpecification,
191430                   &__root_cimv2_CIM_Hdr8021PService,
191431                   &__root_cimv2_CIM_HeadTailDropQueueBinding,
191432                   &__root_cimv2_CIM_HostedBootService,
191433                   &__root_cimv2_CIM_HostedClusterService,
191434 mike  1.1.2.1     &__root_cimv2_CIM_HostedForwardingServices,
191435                   &__root_cimv2_CIM_HostedNetworkPipe,
191436                   &__root_cimv2_CIM_HostedRoutingServices,
191437                   &__root_cimv2_CIM_HostingCS,
191438                   &__root_cimv2_CIM_IKESAEndpoint,
191439                   &__root_cimv2_CIM_InboundVLAN,
191440                   &__root_cimv2_CIM_IngressConditioningServiceOnEndpoint,
191441                   &__root_cimv2_CIM_InLogicalNetwork,
191442                   &__root_cimv2_CIM_IPProtocolEndpoint,
191443                   &__root_cimv2_CIM_IPsecPolicyForEndpoint,
191444                   &__root_cimv2_CIM_IPsecSAEndpoint,
191445                   &__root_cimv2_CIM_IPXProtocolEndpoint,
191446                   &__root_cimv2_CIM_iSCSIProtocolEndpoint,
191447                   &__root_cimv2_CIM_J2eeAppClientModule,
191448                   &__root_cimv2_CIM_J2eeApplicationHostedOnServer,
191449                   &__root_cimv2_CIM_J2eeApplicationModule,
191450                   &__root_cimv2_CIM_J2eeEJBModule,
191451                   &__root_cimv2_CIM_J2eeJavaMailResource,
191452                   &__root_cimv2_CIM_J2eeJCAResource,
191453                   &__root_cimv2_CIM_J2eeJDBCResource,
191454                   &__root_cimv2_CIM_J2eeJDBCResourceUsesDataSource,
191455 mike  1.1.2.1     &__root_cimv2_CIM_J2eeJMSResource,
191456                   &__root_cimv2_CIM_J2eeJNDIResource,
191457                   &__root_cimv2_CIM_J2eeJTAResource,
191458                   &__root_cimv2_CIM_J2eeResourceAdapterInModule,
191459                   &__root_cimv2_CIM_J2eeResourceOnServer,
191460                   &__root_cimv2_CIM_J2eeServletInModule,
191461                   &__root_cimv2_CIM_KerberosKeyDistributionCenter,
191462                   &__root_cimv2_CIM_LANEndpoint,
191463                   &__root_cimv2_CIM_LibraryPackage,
191464                   &__root_cimv2_CIM_LocalCredentialManagementService,
191465                   &__root_cimv2_CIM_LogicalDiskBasedOnPartition,
191466                   &__root_cimv2_CIM_LogicalNetworkService,
191467                   &__root_cimv2_CIM_ManagedCredential,
191468                   &__root_cimv2_CIM_ManagesAccount,
191469                   &__root_cimv2_CIM_ManagesAccountOnSystem,
191470                   &__root_cimv2_CIM_MemoryCheck,
191471                   &__root_cimv2_CIM_ModifySettingAction,
191472                   &__root_cimv2_CIM_MonitorSetting,
191473                   &__root_cimv2_CIM_NamespaceInManager,
191474                   &__root_cimv2_CIM_NextScheduler,
191475                   &__root_cimv2_CIM_NonWorkConservingSchedulingService,
191476 mike  1.1.2.1     &__root_cimv2_CIM_Notary,
191477                   &__root_cimv2_CIM_NotaryVerifiesBiometric,
191478                   &__root_cimv2_CIM_OSPFArea,
191479                   &__root_cimv2_CIM_OSPFProtocolEndpointBase,
191480                   &__root_cimv2_CIM_OSPFService,
191481                   &__root_cimv2_CIM_OSPFServiceConfiguration,
191482                   &__root_cimv2_CIM_OSPFVirtualInterface,
191483                   &__root_cimv2_CIM_OSVersionCheck,
191484                   &__root_cimv2_CIM_OutboundVLAN,
191485                   &__root_cimv2_CIM_PackageTempSensor,
191486                   &__root_cimv2_CIM_ParticipatingCS,
191487                   &__root_cimv2_CIM_PCIBridge,
191488                   &__root_cimv2_CIM_PCVideoController,
191489                   &__root_cimv2_CIM_PeerGatewayForPreconfiguredTunnel,
191490                   &__root_cimv2_CIM_PeerGatewayForTunnel,
191491                   &__root_cimv2_CIM_PeerOfSAEndpoint,
191492                   &__root_cimv2_CIM_PExtentRedundancyComponent,
191493                   &__root_cimv2_CIM_Phase1SAUsedForPhase2,
191494                   &__root_cimv2_CIM_PickerLabelReader,
191495                   &__root_cimv2_CIM_PolicyActionInPolicyRepository,
191496                   &__root_cimv2_CIM_PolicyConditionInPolicyRepository,
191497 mike  1.1.2.1     &__root_cimv2_CIM_PolicyContainerInPolicyContainer,
191498                   &__root_cimv2_CIM_PolicyGroupInSystem,
191499                   &__root_cimv2_CIM_PolicyRuleInSystem,
191500                   &__root_cimv2_CIM_PortImplementsEndpoint,
191501                   &__root_cimv2_CIM_PrecedenceService,
191502                   &__root_cimv2_CIM_PrivilegeManagementService,
191503                   &__root_cimv2_CIM_ProvidesEndpoint,
191504                   &__root_cimv2_CIM_PublicKeyManagementService,
191505                   &__root_cimv2_CIM_QoSConditioningSubService,
191506                   &__root_cimv2_CIM_QueueAllocation,
191507                   &__root_cimv2_CIM_QueueHierarchy,
191508                   &__root_cimv2_CIM_QueueToSchedule,
191509                   &__root_cimv2_CIM_RealizedOnSide,
191510                   &__root_cimv2_CIM_RealizesAggregatePExtent,
191511                   &__root_cimv2_CIM_RealizesDiskPartition,
191512                   &__root_cimv2_CIM_RealizesTapePartition,
191513                   &__root_cimv2_CIM_RebootAction,
191514                   &__root_cimv2_CIM_ReflectorClientService,
191515                   &__root_cimv2_CIM_ReflectorNonClientService,
191516                   &__root_cimv2_CIM_ReflectorService,
191517                   &__root_cimv2_CIM_RemotePort,
191518 mike  1.1.2.1     &__root_cimv2_CIM_RemoveDirectoryAction,
191519                   &__root_cimv2_CIM_RemoveFileAction,
191520                   &__root_cimv2_CIM_RequireCredentialsFrom,
191521                   &__root_cimv2_CIM_ReusablePolicy,
191522                   &__root_cimv2_CIM_RouteForwardedByService,
191523                   &__root_cimv2_CIM_RoutesBGP,
191524                   &__root_cimv2_CIM_RuleThatGeneratedSA,
191525                   &__root_cimv2_CIM_SchedulerUsed,
191526                   &__root_cimv2_CIM_SCSIInitiatorTargetLogicalUnitPath,
191527                   &__root_cimv2_CIM_SCSIInterface,
191528                   &__root_cimv2_CIM_SerialInterface,
191529                   &__root_cimv2_CIM_SettingCheck,
191530                   &__root_cimv2_CIM_SharedSecretService,
191531                   &__root_cimv2_CIM_SNMPTrapTarget,
191532                   &__root_cimv2_CIM_SoftwareElementActions,
191533                   &__root_cimv2_CIM_SoftwareElementChecks,
191534                   &__root_cimv2_CIM_SoftwareElementVersionCheck,
191535                   &__root_cimv2_CIM_SourceRoutingService,
191536                   &__root_cimv2_CIM_SpanningTreeService,
191537                   &__root_cimv2_CIM_StorageHardwareIDManagementService,
191538                   &__root_cimv2_CIM_SwapSpaceCheck,
191539 mike  1.1.2.1     &__root_cimv2_CIM_SwitchPortSourceRouting,
191540                   &__root_cimv2_CIM_SwitchPortSpanningTree,
191541                   &__root_cimv2_CIM_SwitchService,
191542                   &__root_cimv2_CIM_SwitchServiceSourceRouting,
191543                   &__root_cimv2_CIM_SwitchServiceSpanningTree,
191544                   &__root_cimv2_CIM_SwitchServiceVLAN,
191545                   &__root_cimv2_CIM_SystemPartition,
191546                   &__root_cimv2_CIM_TransformOfSecurityAssociation,
191547                   &__root_cimv2_CIM_TransparentBridgingService,
191548                   &__root_cimv2_CIM_TransparentBridgingStaticForwarding,
191549                   &__root_cimv2_CIM_TrustHierarchy,
191550                   &__root_cimv2_CIM_USBControllerHasHub,
191551                   &__root_cimv2_CIM_VerificationService,
191552                   &__root_cimv2_CIM_VersionCompatibilityCheck,
191553                   &__root_cimv2_CIM_AcceptCredentialFrom,
191554                   &__root_cimv2_CIM_AccessLabelReader,
191555                   &__root_cimv2_CIM_AFService,
191556                   &__root_cimv2_CIM_ArchitectureCheck,
191557                   &__root_cimv2_CIM_AreaOfConfiguration,
191558                   &__root_cimv2_CIM_ASBGPEndpoints,
191559                   &__root_cimv2_CIM_AssociatedCacheMemory,
191560 mike  1.1.2.1     &__root_cimv2_CIM_AssociatedSupplyCurrentSensor,
191561                   &__root_cimv2_CIM_AuthenticateForUse,
191562                   &__root_cimv2_CIM_BGPAdminDistance,
191563                   &__root_cimv2_CIM_BGPPeerGroupService,
191564                   &__root_cimv2_CIM_BGPRoutingPolicy,
191565                   &__root_cimv2_CIM_BindsToLANEndpoint,
191566                   &__root_cimv2_CIM_CertificateAuthority,
191567                   &__root_cimv2_CIM_ClassifierElement,
191568                   &__root_cimv2_CIM_ClassifierElementInClassifierService,
191569                   &__root_cimv2_CIM_ClassifierElementUsesFilterList,
191570                   &__root_cimv2_CIM_ClassifierFilterSet,
191571                   &__root_cimv2_CIM_ComputerSystemDMA,
191572                   &__root_cimv2_CIM_ComputerSystemIRQ,
191573                   &__root_cimv2_CIM_ComputerSystemMappedIO,
191574                   &__root_cimv2_CIM_CopyFileAction,
191575                   &__root_cimv2_CIM_CreateDirectoryAction,
191576                   &__root_cimv2_CIM_DirectorySpecificationFile,
191577                   &__root_cimv2_CIM_EndpointInArea,
191578                   &__root_cimv2_CIM_EndpointInLink,
191579                   &__root_cimv2_CIM_FailNextScheduler,
191580                   &__root_cimv2_CIM_ForwardedRoutes,
191581 mike  1.1.2.1     &__root_cimv2_CIM_IKESecretIsNamed,
191582                   &__root_cimv2_CIM_InSegment,
191583                   &__root_cimv2_CIM_J2eeConnectionFactoryAvailableToJCAResource,
191584                   &__root_cimv2_CIM_J2eeEJBInModule,
191585                   &__root_cimv2_CIM_KDCIssuesKerberosTicket,
191586                   &__root_cimv2_CIM_LocallyManagedPublicKey,
191587                   &__root_cimv2_CIM_NextServiceAfterClassifierElement,
191588                   &__root_cimv2_CIM_OSPFProtocolEndpoint,
191589                   &__root_cimv2_CIM_RelatedSpanningTree,
191590                   &__root_cimv2_CIM_RelatedTransparentBridgingService,
191591                   &__root_cimv2_CIM_SharedSecretIsShared,
191592                   &__root_cimv2_CIM_Switchable,
191593                   &__root_cimv2_CIM_SwitchesAmong,
191594                   &__root_cimv2_CIM_SwitchServiceTransparentBridging,
191595                   &__root_cimv2_CIM_ToDirectoryAction,
191596                   &__root_cimv2_CIM_ToDirectorySpecification,
191597                   &__root_cimv2_CIM_TransparentBridgingDynamicForwarding,
191598                   &__root_cimv2_CIM_AFRelatedServices,
191599                   &__root_cimv2_CIM_CAHasPublicCertificate,
191600                   &__root_cimv2_CIM_CASignsPublicKeyCertificate,
191601                   &__root_cimv2_PG_IndicationHandlerSNMPMapper,
191602 mike  1.1.2.1     &__root_cimv2_PG_ListenerDestinationSystemLog,
191603                   &__root_cimv2_PG_ListenerDestinationEmail,
191604                   &__root_cimv2_PG_OperatingSystem,
191605                   &__root_cimv2_PG_ComputerSystem,
191606                   &__root_cimv2_PG_UnixProcess,
191607                   &__root_cimv2_PG_UnixProcessStatisticalInformation,
191608                   &__root_cimv2_PG_UnixProcessStatistics,
191609                   &__root_cimv2_PG_UnixThread,
191610                   &__root_cimv2_PG_Processor,
191611                   &__root_cimv2_PG_BindsIPToLANEndpoint,
191612                   &__root_cimv2_PG_IPRoute,
191613 mike  1.1.2.3     &__root_cimv2_Hello,
191614                   &__root_cimv2_Goodbye,
191615 mike  1.1.2.5     &__root_cimv2_Junk,
191616 mike  1.1.2.1     0,
191617               };
191618               
191619               const MetaNameSpace root_cimv2_namespace =
191620               {
191621                   "root/cimv2",
191622                   _qualifiers,
191623                   _classes,
191624               };
191625               
191626               PEGASUS_NAMESPACE_END

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2